/* /Components/Pages/CalendrierSaisonComponent.razor.rz.scp.css */
@media print {
    body *[b-1hm5jwb0rr] {
        visibility: hidden;
    }

    .calendrier-container[b-1hm5jwb0rr],
    .calendrier-container *[b-1hm5jwb0rr] {
        visibility: visible;
    }

    .calendrier-container[b-1hm5jwb0rr] {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .tis-context-menu[b-1hm5jwb0rr],
    .context-menu-overlay[b-1hm5jwb0rr] {
        display: none !important;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.modal-overlay[b-e2qrvy07wn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.login-container[b-e2qrvy07wn] {
    display: flex;
    width: 720px;
    height: 520px;
    background-color: var(--CouleurFondPage);
    border-radius: 20px;
    overflow: hidden;
}

.login-sidebar[b-e2qrvy07wn] {
    width: 330px;
    background-color: var(--CouleurTIS);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.client-logo-img[b-e2qrvy07wn] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.login-content[b-e2qrvy07wn] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.form-area[b-e2qrvy07wn] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input-group-tis[b-e2qrvy07wn] {
    margin-bottom: 20px;
    width: 100%;
}

.lbl-erreur[b-e2qrvy07wn] {
    color: red;
}

.input-group-tis label[b-e2qrvy07wn] {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.tis-combobox-login[b-e2qrvy07wn] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 20px;
    min-height: 35px;
    height: 35px;
    width: 100%;
    font-family: var(--FontTIS);
    font-size: 0.9rem;
    color: white;
    background-color: var(--CouleurHighlight);
    border: 1px solid var(--CouleurBordure);
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
}

    .tis-combobox-login option[b-e2qrvy07wn] {
        background-color: var(--CouleurTIS);
        color: white;
    }

    .tis-combobox-login:disabled[b-e2qrvy07wn] {
        color: var(--CouleurTextLabel);
        border-color: #555;
        background-image: none;
        cursor: not-allowed;
    }

    .tis-combobox-login[b-e2qrvy07wn]::-webkit-scrollbar {
        width: 8px;
    }

    .tis-combobox-login[b-e2qrvy07wn]::-webkit-scrollbar-track {
        background: var(--CouleurFondComposant2);
    }

    .tis-combobox-login[b-e2qrvy07wn]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

.tis-field[b-e2qrvy07wn] {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: white;
}

.footer-area[b-e2qrvy07wn] {
    text-align: center;
    margin-top: 20px;
}

.arrow-back[b-e2qrvy07wn] {
    margin-top: -35px;
    margin-left: -35px;
}

@media (max-width: 720px) {
    .login-container[b-e2qrvy07wn] {
        flex-direction: column;
        width: 90%;
        height: auto;
        max-height: 90vh;
        overflow-y: auto;
    }

    .login-sidebar[b-e2qrvy07wn] {
        width: 100%;
        height: 180px;
    }
}
