/* /Components/BusyIndicator.razor.rz.scp.css */
.busy-overlay[b-1zzc7s5gx1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.busy-content[b-1zzc7s5gx1] {
    text-align: center;
    color: white;
}

.spinner[b-1zzc7s5gx1] {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    animation: spin-b-1zzc7s5gx1 1s linear infinite;
    margin: 0 auto;
}

.busy-message[b-1zzc7s5gx1] {
    margin-top: 1rem;
    font-size: 1.2rem;
}

@keyframes spin-b-1zzc7s5gx1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/ClockingCard.razor.rz.scp.css */
.clocking-card-header-content[b-he6v94ssk7] {
    justify-items: center;
    text-align: center;
}

[b-he6v94ssk7] .clocking-card-created {
    margin-top: 20px;
    font-size: 0.75rem;
    font-style: italic;
}

.card-buttons[b-he6v94ssk7] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: var(--mud-palette-surface);
    border-radius: 25px;
    margin-left: 1px;
}

[b-he6v94ssk7] .mud-card-header{
    padding-bottom: 0;
}

[b-he6v94ssk7] .clocking-card {
    border-radius: 25px;
}

.clocking-card-container[b-he6v94ssk7] {
    display: flex;
    min-width: 250px;
    max-width: 350px;
    flex: 0 1 auto;
}

.card-header-text[b-he6v94ssk7] {
    font-weight: 700;
    overflow-wrap: anywhere;
}
/* /Components/ClockingForm.razor.rz.scp.css */
[b-w3ennhubrh] .clocking-form-container {
    padding: 16px;
    width: 400px;
    justify-self: center;
    display: grid;
}

.clocking-save-button[b-w3ennhubrh] {
    justify-self: center;
}

.clocking-date-time-container[b-w3ennhubrh] {
    display: flex;
    gap: 2rem;
}

[b-w3ennhubrh] .mb-20px {
    margin-bottom: 20px;
}
/* /Components/ClockingImport.razor.rz.scp.css */
[b-grzhnf9zhx] .import-table{
    max-height: 50vh;
    overflow: auto;
}
/* /Components/DateFilters.razor.rz.scp.css */
@media (min-width: 650px) {
    .date-header-container[b-kml5h4212p] {
        justify-self: center;
        gap: 2rem;
        align-items: end;
        display: flex;
        margin-bottom: 2rem;
    }
}

@media (max-width: 649px) {
    .date-header-container[b-kml5h4212p] {
        display: grid;
        max-width: 400px;
        justify-self: center;
        row-gap: 1rem;
        margin-bottom: 1rem;
    }
}

.datepicking-container[b-kml5h4212p] {
    display: flex;
    gap: 2rem;
    max-width: 300px;
}

.date-presets-select[b-kml5h4212p] {
    min-width: 180px
}
/* /Components/ErrorDlgDisplayer.razor.rz.scp.css */
/* /Components/ReleaseNotes.razor.rz.scp.css */
[b-s45a4edcdw] .release-notes-carousel {
    height: 63vh;
    overflow-y: auto;
}

    [b-s45a4edcdw] .release-notes-carousel .mud-paper {
        overflow-y: auto;
    }

[b-s45a4edcdw] .release-note-paper{
    padding: 0 40px;
}
/* /Components/SchedulerEditorTemplate.razor.rz.scp.css */
[b-azh2s50joo] .clocking-form-container {
    display: grid;
}

.clocking-save-button[b-azh2s50joo] {
    justify-self: center;
}

.clocking-date-time-container[b-azh2s50joo] {
    display: flex;
    gap: 2rem;
}

[b-azh2s50joo] .mb-20px {
    margin-bottom: 20px;
}
/* /Dlg/AddCustomerDlg.razor.rz.scp.css */
/* /Dlg/AddSubCustomerDlg.razor.rz.scp.css */
/* /Dlg/CustomDlg.razor.rz.scp.css */
.erreur-text-dlg[b-lk6di368y6] {
    max-width: 500px;
}

.btn-container[b-lk6di368y6] {
    margin-right: 20px;
    margin-bottom: 15px
}

.boutonValider[b-lk6di368y6] {
    margin-Left: 20px;
}
/* /Dlg/ErrorDlg.razor.rz.scp.css */
/* /Dlg/ReleaseNotesDlg.razor.rz.scp.css */

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-j0bpuqiyaw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-j0bpuqiyaw] {
    flex: 1;
}

.top-row[b-j0bpuqiyaw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j0bpuqiyaw]  a, .top-row[b-j0bpuqiyaw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-j0bpuqiyaw]  a:hover, .top-row[b-j0bpuqiyaw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-j0bpuqiyaw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-j0bpuqiyaw] {
        justify-content: space-between;
    }

    .top-row[b-j0bpuqiyaw]  a, .top-row[b-j0bpuqiyaw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-j0bpuqiyaw] {
        flex-direction: row;
    }

    .top-row[b-j0bpuqiyaw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-j0bpuqiyaw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-j0bpuqiyaw], article[b-j0bpuqiyaw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

[b-j0bpuqiyaw] .mud-appbar, 
[b-j0bpuqiyaw] .mud-drawer {
    background-image: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cm5metqvzl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-cm5metqvzl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-cm5metqvzl] {
    font-size: 1.1rem;
}

.bi[b-cm5metqvzl] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-cm5metqvzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-cm5metqvzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-cm5metqvzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-calendar-date[b-cm5metqvzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-date' viewBox='0 0 16 16'%3E%3Cpath d='M6.445 11.688V6.354h-.633A13 13 0 0 0 4.5 7.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61zm1.188-1.305c.047.64.594 1.406 1.703 1.406 1.258 0 2-1.066 2-2.871 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82zm2.953-2.317c0 .696-.559 1.18-1.184 1.18-.601 0-1.144-.383-1.144-1.2 0-.823.582-1.21 1.168-1.21.633 0 1.16.398 1.16 1.23'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z'/%3E%3C/svg%3E");
}

.nav-item[b-cm5metqvzl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cm5metqvzl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cm5metqvzl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cm5metqvzl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-cm5metqvzl]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-cm5metqvzl]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-cm5metqvzl] {
        display: none;
    }

    .collapse[b-cm5metqvzl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-cm5metqvzl] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Clocking.razor.rz.scp.css */
.centered-container[b-bl4zwitcrw] {
    text-align: center;
}

.code-check-textfield[b-bl4zwitcrw] {
    max-width: 150px;
    margin-bottom: 10px;
    place-self: center;
}

.add-event-button[b-bl4zwitcrw] {
    margin-bottom: 20px;
    justify-self: center;
}

[b-bl4zwitcrw] .clockings-grid {
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

@media(max-width: 1080px) {
    .clockings-grid[b-bl4zwitcrw] {
        justify-content: center;
    }
}

[b-bl4zwitcrw] .fullpage-clockings-grid {
    max-height: 75vh;
}

[b-bl4zwitcrw] .current-clockings-grid {
    max-height: 35vh;
}

[b-bl4zwitcrw] .completed-clockings-grid {
    max-height: 35vh;
}


[b-bl4zwitcrw] .mr-20px {
    margin-right: 20px;
}

@media (min-width: 601px) {
    .import-export-buttons[b-bl4zwitcrw] {
        position: absolute;
        right: 10px;
        display: flex;
        gap: 15px;
    }
}

@media (max-width: 600px) {
    .add-event-button[b-bl4zwitcrw],
    .import-export-buttons[b-bl4zwitcrw] {
        display: flex;
        gap: 15px;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.login-page-container[b-3qp3fbatyk] {
    height: 100vh;
    display: flex;
    background-image: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    padding: 20px;
}

.left-panel[b-3qp3fbatyk] {
    align-content: center;
    width: 350px;
    padding: 0 15px 0 15px;
    display: grid;
}

.right-panel[b-3qp3fbatyk] {
    margin-left: 50px;
    border-left: 2px solid hotpink;
    padding-left: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

@media (max-width: 599px) {
    .left-panel[b-3qp3fbatyk] {
        min-width: 75%;
    }

    .right-panel[b-3qp3fbatyk] {
        display: none;
    }

    .mini-text[b-3qp3fbatyk] {
        margin-top: 50px;
        text-align: center;
        position: relative;
    }

        .mini-text .floating-element:nth-child(1)[b-3qp3fbatyk] {
            width: 80px;
            height: 80px;
            top: 40%;
            animation-delay: -1s;
        }

        .mini-text .floating-element:nth-child(2)[b-3qp3fbatyk] {
            width: 60px;
            height: 60px;
            top: 0%;
            right: 20%;
            animation-delay: -3s;
        }

        .mini-text .floating-element:nth-child(3)[b-3qp3fbatyk] {
            width: 40px;
            height: 40px;
            bottom: 0;
            right: 0;
            animation-delay: -2s;
        }

    .login-page-container[b-3qp3fbatyk] {
        justify-content: center;
    }
}

@media (min-width: 600px) {
    .mini-text[b-3qp3fbatyk] {
        display: none;
    }
}

.error-message[b-3qp3fbatyk] {
    color: red;
    position: absolute;
    top: 10px;
}

.login-form[b-3qp3fbatyk] {
    width: 100%;
    max-width: 400px;
}

.form-group[b-3qp3fbatyk] {
    margin-bottom: 25px;
    position: relative;
}

    .form-group input[b-3qp3fbatyk] {
        width: 100%;
        padding: 15px 20px;
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 12px;
        font-size: 16px;
        transition: all 0.3s ease;
        background: none;
        color: var(--mud-palette-text-primary);
    }

        .form-group input:focus[b-3qp3fbatyk] {
            outline: none;
            border-color: #667eea;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.15);
        }

    .form-group label[b-3qp3fbatyk] {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
        pointer-events: none;
        transition: all 0.3s ease;
        background: inherit;
        padding: 0 5px;
    }

    .form-group input:focus + label[b-3qp3fbatyk],
    .form-group input:valid + label[b-3qp3fbatyk],
    .form-group input:-webkit-autofill + label[b-3qp3fbatyk] {
        top: -10px;
        font-size: 12px;
        color: #667eea;
        font-weight: 600;
    }

    /* Fix pour l'autocomplétion Chrome */
    .form-group input:-webkit-autofill[b-3qp3fbatyk],
    .form-group input:-webkit-autofill:hover[b-3qp3fbatyk],
    .form-group input:-webkit-autofill:focus[b-3qp3fbatyk] {
        -webkit-box-shadow: 0 0 0 1000px transparent inset;
        -webkit-text-fill-color: var(--mud-palette-text-primary);
        transition: background-color 5000s ease-in-out 0s;
    }

.login-btn[b-3qp3fbatyk] {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .login-btn[b-3qp3fbatyk]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transition: all 0.5s ease;
        transform: translate(-50%, -50%);
    }

    .login-btn:hover[b-3qp3fbatyk] {
        transform: translateY(-2px);
        box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
    }

        .login-btn:hover[b-3qp3fbatyk]::before {
            width: 300px;
            height: 300px;
        }

    .login-btn:active[b-3qp3fbatyk] {
        transform: translateY(0);
    }

    .login-btn:disabled[b-3qp3fbatyk] {
        cursor: not-allowed;
        opacity: 0.7;
    }

@keyframes spin-b-3qp3fbatyk {
    to {
        transform: rotate(360deg);
    }
}

/* Animations de mise à l'échelle */
.form-group.focused[b-3qp3fbatyk] {
    transform: scale(1.02);
}

.visual-section[b-3qp3fbatyk] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.floating-elements[b-3qp3fbatyk] {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.floating-element[b-3qp3fbatyk] {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float-b-3qp3fbatyk 6s ease-in-out infinite;
}

.right-panel .floating-element:nth-child(1)[b-3qp3fbatyk] {
    width: 80px;
    height: 80px;
    top: 10%;
    left: 20%;
    animation-delay: -1s;
}

.right-panel .floating-element:nth-child(2)[b-3qp3fbatyk] {
    width: 120px;
    height: 120px;
    top: 80%;
    right: 20%;
    animation-delay: -3s;
}

.right-panel .floating-element:nth-child(3)[b-3qp3fbatyk] {
    width: 60px;
    height: 60px;
    bottom: 30%;
    left: 0%;
    animation-delay: -2s;
}

@keyframes float-b-3qp3fbatyk {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    33% {
        transform: translateY(-20px) rotate(120deg);
    }

    66% {
        transform: translateY(10px) rotate(240deg);
    }
}


@media (max-width: 1500px) {
    .login-carousel-container[b-3qp3fbatyk] {
        height: 60vh;
    }
}

@media (min-width: 1501px) {
    .login-carousel-container[b-3qp3fbatyk] {
        height: 70vh;
    }
}

.login-carousel-container[b-3qp3fbatyk] {
    width: 100%;
    margin-top: 20px;
}

    .login-carousel-container img[b-3qp3fbatyk] {
        height: 100%;
        width: 100%;
        object-fit: scale-down;
    }

[b-3qp3fbatyk] .login-carousel-item {
    align-self: center;
    text-align: center;
    justify-self: center;
}

[b-3qp3fbatyk] .mud-carousel-item-exit {
    opacity: 0;
    pointer-events: none; 
    transition: opacity 0.5s ease; 
}

[b-3qp3fbatyk] .pointages-item {
    max-width: 700px;
}
/* /Pages/Overview.razor.rz.scp.css */
.dispatch-list[b-3klbvxsboz] {
    min-width: 250px;
}
/* /Pages/Scheduler.razor.rz.scp.css */
.scheduler-container[b-7ltxvum862] {
    overflow: auto;
}

[b-7ltxvum862] .e-appointment-details,
[b-7ltxvum862] .e-more-popup-wrapper .e-appointment.e-lib.e-draggable {
    gap: 5px;
}

[b-7ltxvum862] .e-schedule .e-vertical-view .e-time-cells-wrap table td:not(.e-time-cells).e-time-slots {
    border-top: 1px dotted rgb(68,76,84);
}

[b-7ltxvum862] .e-schedule .e-vertical-view .e-time-cells-wrap table td.e-time-cells.e-time-slots {
    border-bottom: 1px dotted rgb(68,76,84);
}

[b-7ltxvum862] .e-input-wrapper-side.e-end-on.e-form-left {
    width: 100%;
}
