@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Account/Login.razor.rz.scp.css */
body[b-c7rzjw314s] {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f8f9fa !important; 
    font-size: 13px;
}
.form-group[b-c7rzjw314s]{
    padding-top: 0.75rem;
}
#centerpage[b-c7rzjw314s] {
    border: 0.05em solid red;
    width: 100%;
    display: flex;
    text-align: center;
    /* For horizontal alignment */
    align-items: center;
    /* For vertical alignment   */
}
.loginItem[b-c7rzjw314s] {
    font-size: 18px;
    margin-bottom:5px
}



.main-container[b-c7rzjw314s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.action-cards[b-c7rzjw314s] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.action-card[b-c7rzjw314s] {
    display: flex;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

.card-image[b-c7rzjw314s] {
    overflow: hidden;
}

    .card-image img[b-c7rzjw314s] {
        width: 80%;
        height: 80%;
        object-fit: cover;
        border-radius: 25%;
    }

.card-content[b-c7rzjw314s] {
    width: 65%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-title[b-c7rzjw314s] {
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: 600;
    color: #E25A06; /*#DF9E63; */
}

.card-description[b-c7rzjw314s] {
    margin: 0;
    font-size: 20px;
    color: #555;
    line-height: 1.4;
}
.SpaceInterCard[b-c7rzjw314s] {
    height: 1.5rem;
}
.avatarPhoto[b-c7rzjw314s] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.custom-modal-header[b-c7rzjw314s] {
    background-color: rgb(0,108,125) !important; /* Green background */
    color: white !important; /* White text */
    padding: 15px; /* Some padding */
    text-align: center; /* Centered text */
}

.passtitle[b-c7rzjw314s] {
    margin-top: 25px;
    margin-left: 10px;
    margin-bottom: 25px;
    font-size =0.8rem"
}




/* Nouveau code */


*[b-c7rzjw314s] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-c7rzjw314s] {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

.header[b-c7rzjw314s] {
    background-color: #0066b3;
    padding: 0;
    position: relative;
    z-index: 1000;
}

.header-content[b-c7rzjw314s] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-container[b-c7rzjw314s] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.burger-menu[b-c7rzjw314s] {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
    margin-right: 25px;
    padding: 10px;
}

.burger-line[b-c7rzjw314s] {
    width: 25px;
    height: 2px;
    background-color: white;
    transition: 0.3s;
}

.logo[b-c7rzjw314s] {
    height: 60px;
}

.main-nav[b-c7rzjw314s] {
    display: flex;
    gap: 0;
    align-items: center;
}

.nav-item[b-c7rzjw314s] {
    position: relative;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 20px 15px;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .nav-item:hover[b-c7rzjw314s] {
        background-color: transparent;
    }

    .nav-item[b-c7rzjw314s]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 3px;
        background-color: white;
        transition: width 0.3s ease;
    }

    .nav-item:hover[b-c7rzjw314s]::after,
    .nav-item.active[b-c7rzjw314s]::after {
        width: 80%;
    }

.dropdown-menu[b-c7rzjw314s] {
    position: fixed;
    top: 95px;
    left: 0;
    background-color: #f5f5f5;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    z-index: 999;
}

    .dropdown-menu.show[b-c7rzjw314s] {
        display: block;
    }

.dropdown-column[b-c7rzjw314s] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.dropdown-links[b-c7rzjw314s] {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
}

    .dropdown-links li[b-c7rzjw314s] {
        flex: 1;
        border-right: 1px solid #e0e0e0;
    }

        .dropdown-links li:last-child[b-c7rzjw314s] {
            border-right: none;
        }

    .dropdown-links a[b-c7rzjw314s] {
        color: #0066b3;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 30px;
        transition: all 0.3s;
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        height: 100%;
    }

        .dropdown-links a:hover[b-c7rzjw314s] {
            color: white;
            background-color: #0066b3;
        }

.sidebar[b-c7rzjw314s] {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2000;
    transition: left 0.3s, background-color 0.3s;
    display: flex;
}

    .sidebar.active[b-c7rzjw314s] {
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

.sidebar-content[b-c7rzjw314s] {
    width: 250px;
    height: auto;
    max-height: none;
    background-color: #004a7c;
    overflow-y: visible;
}

.sidebar-overlay[b-c7rzjw314s] {
    flex: 1;
    cursor: pointer;
}

.sidebar-menu[b-c7rzjw314s] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sidebar-menu > li[b-c7rzjw314s] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

.sidebar-item[b-c7rzjw314s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .sidebar-item:hover[b-c7rzjw314s] {
        background-color: rgba(255, 255, 255, 0.05);
    }

.sidebar-item-arrow[b-c7rzjw314s] {
    font-size: 20px;
    transition: transform 0.3s;
}

.sidebar-item.active .sidebar-item-arrow[b-c7rzjw314s] {
    transform: rotate(90deg);
}

.sidebar-section[b-c7rzjw314s] {
    display: none;
    position: fixed;
    left: 250px;
    top: 100px;
    width: auto;
    max-width: 1100px;
    height: auto;
    max-height: calc(100vh - 120px);
    background-color: white;
    overflow-y: auto;
    padding: 40px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2001;
}

    .sidebar-section.active[b-c7rzjw314s] {
        display: flex;
        gap: 40px;
    }

.sidebar-section-left[b-c7rzjw314s] {
    flex: 0 0 250px;
}

.sidebar-section h3[b-c7rzjw314s] {
    color: #004a7c;
    font-size: 16px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.sidebar-section-links[b-c7rzjw314s] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sidebar-section-links li[b-c7rzjw314s] {
        margin-bottom: 15px;
    }

    .sidebar-section-links a[b-c7rzjw314s] {
        color: #333;
        text-decoration: none;
        font-size: 15px;
        display: block;
        padding: 8px 0;
        transition: color 0.3s;
    }

        .sidebar-section-links a:hover[b-c7rzjw314s] {
            color: #0066b3;
        }

.sidebar-section-right[b-c7rzjw314s] {
    flex: 1;
    min-width: 0;
}

.sidebar-images-container[b-c7rzjw314s] {
    display: flex;
    gap: 30px;
    margin-top: 0;
}

.sidebar-image-card[b-c7rzjw314s] {
    flex: 1;
    min-width: 0;
}

    .sidebar-image-card img[b-c7rzjw314s] {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    .sidebar-image-card h4[b-c7rzjw314s] {
        color: #333;
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .sidebar-image-card p[b-c7rzjw314s] {
        color: #666;
        font-size: 14px;
        line-height: 1.6;
    }

.slider-section[b-c7rzjw314s] {
    position: relative;
    background: #0066b3;
    min-height: 450px;
    overflow: hidden;
    padding-bottom: 100px;
}

.wave-container[b-c7rzjw314s] {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .wave-container svg[b-c7rzjw314s] {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 200px;
        transform: rotate(180deg);
    }

    .wave-container .shape-fill[b-c7rzjw314s] {
        fill: #FFFFFF;
    }

.slider-content[b-c7rzjw314s] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 10;
}

.slider-text[b-c7rzjw314s] {
    flex: 0 0 40%;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.category_actu[b-c7rzjw314s] {
    display: inline-block;
    background-color: #6ba9d4;
    color: white;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.title_actu[b-c7rzjw314s] {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #003d66;
    margin-bottom: 15px;
}

.excerpt_actu[b-c7rzjw314s] {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.slider-text a[b-c7rzjw314s] {
    display: inline-block;
    background-color: #e74c3c;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s;
}

    .slider-text a:hover[b-c7rzjw314s] {
        background-color: #c0392b;
    }


.slider-image[b-c7rzjw314s] {
    flex: 0 0 60%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .slider-image[b-c7rzjw314s]::before {
        content: '';
        position: absolute;
        width: 470px;
        height: 470px;
        border-radius: 50%;
        background: #87ceeb;
        top: 50%;
        left: 50%;
        transform: translate(-46%, -54%);
        z-index: 1;
    }

.slider-image-circle[b-c7rzjw314s] {
    width: 460px;
    height: 460px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

    .slider-image-circle img[b-c7rzjw314s] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.slider-nav[b-c7rzjw314s] {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 20;
}

.slider-dot[b-c7rzjw314s] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

    .slider-dot.active[b-c7rzjw314s] {
        background-color: #e74c3c;
        border-color: white;
        transform: scale(1.2);
    }

    .slider-dot:hover[b-c7rzjw314s] {
        background-color: rgba(255, 255, 255, 0.8);
    }

.slider-arrow[b-c7rzjw314s] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e74c3c;
    border: 3px solid white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    transition: background-color 0.3s;
    z-index: 20;
}

    .slider-arrow:hover[b-c7rzjw314s] {
        background-color: #c0392b;
    }

    .slider-arrow.prev[b-c7rzjw314s] {
        left: 50px;
    }

    .slider-arrow.next[b-c7rzjw314s] {
        right: 50px;
    }

.page-title[b-c7rzjw314s] {
    max-width: 1400px;
    margin: 60px auto 40px;
    padding: 0 20px;
}

    .page-title h1[b-c7rzjw314s] {
        font-size: 36px;
        color: #003d66;
    }

.cards-grid[b-c7rzjw314s] {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    box-sizing: border-box;
}

.card[b-c7rzjw314s] {
    position: relative;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s;
}

    .card:hover[b-c7rzjw314s] {
        transform: translateY(-10px);
    }

    .card img[b-c7rzjw314s] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.card-overlay[b-c7rzjw314s] {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    top: 0;
    /***  background: linear-gradient(to top, rgba(0, 102, 179, 0.9) 0%, rgba(0, 102, 179, 0.3) 100%);  ***/
    display: grid;
    align-items: end;
    transition: background 0.3s;
    text-align: center;
}

.card:hover .card-overlay[b-c7rzjw314s]  {
    background: linear-gradient(to top, rgba(0, 61, 102, 0.95) 0%, rgba(0, 61, 102, 0.5) 100%);
}

.card-title[b-c7rzjw314s] {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.card-property[b-c7rzjw314s] {
    margin-top: auto; /* pushes it to the bottom */
    color:steelblue;
    font-size: 16px;
    line-height: 2.4;
    text-align: center;
    background-color: white;
    transition: background 0.3s;
    font-weight: bold;
}




.pre-footer[b-c7rzjw314s] {
    background: linear-gradient(to bottom, white 50%, #003d66 50%);
    padding: 80px 0 100px;
    font-family: 'Source Sans Pro', sans-serif;
}

.pre-footer-content[b-c7rzjw314s] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.pre-footer-block[b-c7rzjw314s] {
    background: white;
    padding: 30px 5px;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.pre-footer-card[b-c7rzjw314s] {
    position: relative;
    font-size: 13px;
    color: #00365A;
}

    .pre-footer-card:not(:last-child)[b-c7rzjw314s]::after {
        content: '';
        position: absolute;
        right: -25px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: linear-gradient(to bottom, transparent, #0066b3, transparent);
    }

    .pre-footer-card h4[b-c7rzjw314s] {
        color: #0066b3;
        font-size: 20px;
        margin-bottom: 20px;
        border-bottom: 3px solid #0066b3;
        padding-bottom: 10px;
    }

    .pre-footer-card ul[b-c7rzjw314s] {
        list-style: none;
        margin-bottom: 20px;
    }

        .pre-footer-card ul li[b-c7rzjw314s] {
            margin-bottom: 15px;
            padding-left: 20px;
            position: relative;
            font-size: 13px;
            line-height: 1.6;
        }

            .pre-footer-card ul li[b-c7rzjw314s]:before {
                content: "•";
                position: absolute;
                left: 0;
                color: #0066b3;
                font-weight: bold;
            }

    .pre-footer-card .btnrouge[b-c7rzjw314s] {
        display: inline-block;
        background-color: #e74c3c;
        color: white;
        padding: 12px 25px;
        text-decoration: none;
        border-radius: 5px;
        margin-top: 15px;
        transition: background-color 0.3s;
    }

        .pre-footer-card .btnrouge:hover[b-c7rzjw314s] {
            background-color: #c0392b;
        }

    .pre-footer-card .middle p[b-c7rzjw314s] {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.6;
    }

    .pre-footer-card .middle a[b-c7rzjw314s] {
        color: #0066b3;
        text-decoration: underline;
        font-size: 16px;
    }

    .pre-footer-card strong[b-c7rzjw314s] {
        font-size: 16px;
        font-weight: 600;
    }

.app-section[b-c7rzjw314s] {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .app-section img[b-c7rzjw314s] {
        width: 100px;
        height: auto;
    }

footer[b-c7rzjw314s] {
    background-color: #003d66;
    color: white;
    padding: 60px 20px 30px;
}

.footer-content[b-c7rzjw314s] {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h3[b-c7rzjw314s] {
    font-size: 18px;
    margin-bottom: 20px;
    color: #6ba9d4;
}

.footer-column ul[b-c7rzjw314s] {
    list-style: none;
}

    .footer-column ul li[b-c7rzjw314s] {
        margin-bottom: 10px;
    }

.footer-column a[b-c7rzjw314s] {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

    .footer-column a:hover[b-c7rzjw314s] {
        color: #6ba9d4;
    }

.social-icons[b-c7rzjw314s] {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon[b-c7rzjw314s] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #6ba9d4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s;
}

    .social-icon:hover[b-c7rzjw314s] {
        background-color: #0066b3;
    }

.footer-bottom[b-c7rzjw314s] {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1200px) {
    .slider-content[b-c7rzjw314s] {
        gap: 20px;
        padding: 30px 20px;
    }

    .slider-text[b-c7rzjw314s] {
        flex: 0 0 45%;
        padding: 30px;
    }

    .slider-image[b-c7rzjw314s] {
        flex: 0 0 55%;
    }

    .slider-image-circle[b-c7rzjw314s] {
        width: 380px;
        height: 380px;
    }

    .slider-image[b-c7rzjw314s]::before {
        width: 390px;
        height: 390px;
    }
}

@media (max-width: 1024px) {
    .cards-grid[b-c7rzjw314s] {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .card[b-c7rzjw314s] {
        height: 320px;
    }

    .footer-content[b-c7rzjw314s] {
        grid-template-columns: repeat(2, 1fr);
    }

    .pre-footer-block[b-c7rzjw314s] {
        gap: 35px;
        padding: 25px 30px;
    }

    .pre-footer-card h4[b-c7rzjw314s] {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .pre-footer-card ul li[b-c7rzjw314s] {
        font-size: 12px;
        margin-bottom: 12px;
    }
}

@media (max-width: 900px) {
    .main-nav[b-c7rzjw314s] {
        display: none;
    }

    .header-content[b-c7rzjw314s] {
        padding: 12px 30px;
    }

    .logo-container[b-c7rzjw314s] {
        gap: 15px;
    }

    .burger-menu[b-c7rzjw314s] {
        margin-right: 15px;
        padding: 8px;
    }

    .burger-line[b-c7rzjw314s] {
        width: 22px;
    }

    .logo[b-c7rzjw314s] {
        height: 50px;
    }

    .slider-section[b-c7rzjw314s] {
        min-height: 550px;
        padding-bottom: 100px;
    }

    .slider-content[b-c7rzjw314s] {
        padding: 30px 15px 40px;
        gap: 15px;
        align-items: center;
    }

    .slider-text[b-c7rzjw314s] {
        flex: 0 0 40%;
        max-width: 300px;
        padding: 20px;
    }

    .category_actu[b-c7rzjw314s] {
        font-size: 11px;
        padding: 4px 12px;
    }

    .title_actu[b-c7rzjw314s] {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .excerpt_actu[b-c7rzjw314s] {
        font-size: 13px;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .slider-text a[b-c7rzjw314s] {
        padding: 10px 20px;
        font-size: 13px;
    }

    .slider-image[b-c7rzjw314s] {
        flex: 0 0 60%;
    }

    .slider-image-circle[b-c7rzjw314s] {
        width: 340px;
        height: 340px;
    }

    .slider-image[b-c7rzjw314s]::before {
        width: 350px;
        height: 350px;
    }

    .slider-arrow[b-c7rzjw314s] {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

        .slider-arrow.prev[b-c7rzjw314s] {
            left: 15px;
        }

        .slider-arrow.next[b-c7rzjw314s] {
            right: 15px;
        }

    .slider-nav[b-c7rzjw314s] {
        bottom: 85px;
    }

    .wave-container svg[b-c7rzjw314s] {
        height: 130px;
    }

    .cards-grid[b-c7rzjw314s] {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .card[b-c7rzjw314s] {
        height: 300px;
    }

    .card-title[b-c7rzjw314s] {
        font-size: 20px;
    }

    .page-title[b-c7rzjw314s] {
        margin: 40px auto 30px;
    }

        .page-title h1[b-c7rzjw314s] {
            font-size: 30px;
        }
}

@media (max-width: 768px) {
    .header-content[b-c7rzjw314s] {
        padding: 10px 20px;
    }

    .logo-container[b-c7rzjw314s] {
        gap: 12px;
    }

    .burger-menu[b-c7rzjw314s] {
        margin-right: 12px;
        padding: 6px;
    }

    .burger-line[b-c7rzjw314s] {
        width: 20px;
        height: 1.5px;
    }

    .logo[b-c7rzjw314s] {
        height: 45px;
    }

    .slider-section[b-c7rzjw314s] {
        min-height: 500px;
    }

    .slider-content[b-c7rzjw314s] {
        padding: 25px 12px 35px;
        gap: 12px;
    }

    .slider-text[b-c7rzjw314s] {
        flex: 0 0 42%;
        max-width: 260px;
        padding: 18px;
    }

    .title_actu[b-c7rzjw314s] {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .excerpt_actu[b-c7rzjw314s] {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .slider-text a[b-c7rzjw314s] {
        padding: 9px 18px;
        font-size: 12px;
    }

    .slider-image[b-c7rzjw314s] {
        flex: 0 0 58%;
    }

    .slider-image-circle[b-c7rzjw314s] {
        width: 300px;
        height: 300px;
    }

    .slider-image[b-c7rzjw314s]::before {
        width: 310px;
        height: 310px;
    }

    .slider-nav[b-c7rzjw314s] {
        bottom: 75px;
    }

    .slider-dot[b-c7rzjw314s] {
        width: 12px;
        height: 12px;
    }

    .wave-container svg[b-c7rzjw314s] {
        height: 110px;
    }

    .cards-grid[b-c7rzjw314s] {
        gap: 18px;
    }

    .card[b-c7rzjw314s] {
        height: 280px;
    }

    .card-title[b-c7rzjw314s] {
        font-size: 18px;
    }

    .card-overlay[b-c7rzjw314s] {
        padding: 25px;
    }

    .page-title h1[b-c7rzjw314s] {
        font-size: 28px;
    }

    .pre-footer[b-c7rzjw314s] {
        padding: 60px 0 80px;
    }

    .pre-footer-block[b-c7rzjw314s] {
        gap: 25px;
        padding: 20px 25px;
    }

    .pre-footer-card h4[b-c7rzjw314s] {
        font-size: 17px;
        margin-bottom: 12px;
        padding-bottom: 8px;
    }

    .pre-footer-card ul li[b-c7rzjw314s] {
        font-size: 11px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .pre-footer-card .middle p[b-c7rzjw314s] {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .pre-footer-card .middle a[b-c7rzjw314s] {
        font-size: 12px;
    }

    .pre-footer-card strong[b-c7rzjw314s] {
        font-size: 13px;
    }

    .pre-footer-card .btnrouge[b-c7rzjw314s] {
        padding: 10px 20px;
        font-size: 12px;
        margin-top: 12px;
    }

    .app-section img[b-c7rzjw314s] {
        width: 70px;
    }

    .app-section p[b-c7rzjw314s] {
        font-size: 11px;
    }
}

@media (max-width: 650px) {
    .header-content[b-c7rzjw314s] {
        padding: 8px 15px;
    }

    .logo-container[b-c7rzjw314s] {
        gap: 10px;
    }

    .burger-menu[b-c7rzjw314s] {
        margin-right: 10px;
        padding: 5px;
    }

    .burger-line[b-c7rzjw314s] {
        width: 18px;
    }

    .logo[b-c7rzjw314s] {
        height: 40px;
    }

    .slider-section[b-c7rzjw314s] {
        min-height: 460px;
    }

    .slider-content[b-c7rzjw314s] {
        padding: 20px 10px 30px;
        gap: 10px;
    }

    .slider-text[b-c7rzjw314s] {
        flex: 0 0 43%;
        max-width: 230px;
        padding: 16px;
    }

    .category_actu[b-c7rzjw314s] {
        font-size: 10px;
        padding: 3px 10px;
    }

    .title_actu[b-c7rzjw314s] {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .excerpt_actu[b-c7rzjw314s] {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .slider-text a[b-c7rzjw314s] {
        padding: 8px 16px;
        font-size: 11px;
    }

    .slider-image[b-c7rzjw314s] {
        flex: 0 0 57%;
    }

    .slider-image-circle[b-c7rzjw314s] {
        width: 260px;
        height: 260px;
    }

    .slider-image[b-c7rzjw314s]::before {
        width: 270px;
        height: 270px;
    }

    .slider-arrow[b-c7rzjw314s] {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

        .slider-arrow.prev[b-c7rzjw314s] {
            left: 10px;
        }

        .slider-arrow.next[b-c7rzjw314s] {
            right: 10px;
        }

    .slider-nav[b-c7rzjw314s] {
        bottom: 70px;
        gap: 10px;
    }

    .slider-dot[b-c7rzjw314s] {
        width: 10px;
        height: 10px;
    }

    .wave-container svg[b-c7rzjw314s] {
        height: 100px;
    }

    .page-title[b-c7rzjw314s] {
        margin: 30px auto 25px;
    }

        .page-title h1[b-c7rzjw314s] {
            font-size: 24px;
        }

    .cards-grid[b-c7rzjw314s] {
        gap: 15px;
    }

    .card[b-c7rzjw314s] {
        height: 250px;
    }

    .card-title[b-c7rzjw314s] {
        font-size: 16px;
    }

    .card-overlay[b-c7rzjw314s] {
        padding: 20px;
    }

    .pre-footer[b-c7rzjw314s] {
        padding: 50px 0 70px;
    }

    .pre-footer-content[b-c7rzjw314s] {
        padding: 0 15px;
    }

    .pre-footer-block[b-c7rzjw314s] {
        gap: 20px;
        padding: 18px 20px;
    }

    .pre-footer-card:not(:last-child)[b-c7rzjw314s]::after {
        right: -10px;
    }

    .pre-footer-card h4[b-c7rzjw314s] {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 7px;
        border-bottom: 2px solid #0066b3;
    }

    .pre-footer-card ul li[b-c7rzjw314s] {
        font-size: 10px;
        margin-bottom: 8px;
        padding-left: 15px;
    }

    .pre-footer-card .middle p[b-c7rzjw314s] {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .pre-footer-card .middle a[b-c7rzjw314s] {
        font-size: 11px;
    }

    .pre-footer-card strong[b-c7rzjw314s] {
        font-size: 12px;
    }

    .pre-footer-card .btnrouge[b-c7rzjw314s] {
        padding: 8px 16px;
        font-size: 11px;
        margin-top: 10px;
    }

    .app-section[b-c7rzjw314s] {
        gap: 12px;
    }

        .app-section img[b-c7rzjw314s] {
            width: 60px;
        }

        .app-section p[b-c7rzjw314s] {
            font-size: 10px;
            margin-bottom: 8px;
        }
}

@media (max-width: 500px) {
    .cards-grid[b-c7rzjw314s] {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 12px;
    }

    .card[b-c7rzjw314s] {
        height: 220px;
    }

    .card-title[b-c7rzjw314s] {
        font-size: 20px;
    }

    .header-content[b-c7rzjw314s] {
        padding: 8px 12px;
    }

    .logo-container[b-c7rzjw314s] {
        gap: 8px;
    }

    .burger-menu[b-c7rzjw314s] {
        margin-right: 8px;
        padding: 4px;
    }

    .burger-line[b-c7rzjw314s] {
        width: 16px;
    }

    .logo[b-c7rzjw314s] {
        height: 36px;
    }

    .slider-section[b-c7rzjw314s] {
        min-height: 420px;
    }

    .slider-content[b-c7rzjw314s] {
        padding: 18px 8px 25px;
        gap: 8px;
    }

    .slider-text[b-c7rzjw314s] {
        flex: 0 0 44%;
        max-width: 200px;
        padding: 14px;
    }

    .title_actu[b-c7rzjw314s] {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .excerpt_actu[b-c7rzjw314s] {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .slider-text a[b-c7rzjw314s] {
        padding: 7px 14px;
        font-size: 10px;
    }

    .slider-image[b-c7rzjw314s] {
        flex: 0 0 56%;
    }

    .slider-image-circle[b-c7rzjw314s] {
        width: 230px;
        height: 230px;
    }

    .slider-image[b-c7rzjw314s]::before {
        width: 240px;
        height: 240px;
    }

    .slider-nav[b-c7rzjw314s] {
        bottom: 65px;
    }

    .wave-container svg[b-c7rzjw314s] {
        height: 90px;
    }

    .page-title[b-c7rzjw314s] {
        margin: 25px auto 20px;
    }

        .page-title h1[b-c7rzjw314s] {
            font-size: 20px;
        }

    .cards-grid[b-c7rzjw314s] {
        gap: 12px;
    }

    .card[b-c7rzjw314s] {
        height: 220px;
    }

    .card-title[b-c7rzjw314s] {
        font-size: 15px;
    }

    .card-overlay[b-c7rzjw314s] {
        padding: 18px;
    }

    .pre-footer[b-c7rzjw314s] {
        padding: 40px 0 60px;
    }

    .pre-footer-content[b-c7rzjw314s] {
        padding: 0 12px;
    }

    .pre-footer-block[b-c7rzjw314s] {
        gap: 18px;
        padding: 16px 18px;
    }

    .pre-footer-card h4[b-c7rzjw314s] {
        font-size: 15px;
        margin-bottom: 8px;
        padding-bottom: 6px;
    }

    .pre-footer-card ul li[b-c7rzjw314s] {
        font-size: 9px;
        margin-bottom: 7px;
        padding-left: 12px;
    }

    .pre-footer-card .middle p[b-c7rzjw314s] {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .pre-footer-card .middle a[b-c7rzjw314s] {
        font-size: 10px;
    }

    .pre-footer-card strong[b-c7rzjw314s] {
        font-size: 11px;
    }

    .pre-footer-card .btnrouge[b-c7rzjw314s] {
        padding: 7px 14px;
        font-size: 10px;
        margin-top: 8px;
    }

    .app-section[b-c7rzjw314s] {
        gap: 10px;
    }

        .app-section img[b-c7rzjw314s] {
            width: 55px;
        }

        .app-section p[b-c7rzjw314s] {
            font-size: 9px;
            margin-bottom: 6px;
        }
}

@media (max-width: 400px) {
    .cards-grid[b-c7rzjw314s] {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0 10px;
    }

    .card[b-c7rzjw314s] {
        height: 200px;
    }

    .header-content[b-c7rzjw314s] {
        padding: 6px 10px;
    }

    .logo-container[b-c7rzjw314s] {
        gap: 6px;
    }

    .burger-menu[b-c7rzjw314s] {
        margin-right: 6px;
        padding: 3px;
        gap: 3px;
    }

    .burger-line[b-c7rzjw314s] {
        width: 14px;
        height: 1.5px;
    }

    .logo[b-c7rzjw314s] {
        height: 32px;
    }

    .slider-section[b-c7rzjw314s] {
        min-height: 380px;
    }

    .slider-content[b-c7rzjw314s] {
        padding: 15px 6px 20px;
        gap: 6px;
    }

    .slider-text[b-c7rzjw314s] {
        flex: 0 0 45%;
        max-width: 170px;
        padding: 12px;
    }

    .title_actu[b-c7rzjw314s] {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .excerpt_actu[b-c7rzjw314s] {
        font-size: 9px;
        margin-bottom: 7px;
    }

    .slider-text a[b-c7rzjw314s] {
        padding: 6px 12px;
        font-size: 9px;
    }

    .slider-image[b-c7rzjw314s] {
        flex: 0 0 55%;
    }

    .slider-image-circle[b-c7rzjw314s] {
        width: 200px;
        height: 200px;
    }

    .slider-image[b-c7rzjw314s]::before {
        width: 210px;
        height: 210px;
    }

    .slider-arrow[b-c7rzjw314s] {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .slider-nav[b-c7rzjw314s] {
        bottom: 60px;
        gap: 8px;
    }

    .slider-dot[b-c7rzjw314s] {
        width: 8px;
        height: 8px;
    }

    .wave-container svg[b-c7rzjw314s] {
        height: 80px;
    }

    .page-title[b-c7rzjw314s] {
        margin: 20px auto 18px;
    }

        .page-title h1[b-c7rzjw314s] {
            font-size: 18px;
        }

    .cards-grid[b-c7rzjw314s] {
        gap: 10px;
        padding: 0 10px;
    }

    .card[b-c7rzjw314s] {
        height: 200px;
    }

    .card-title[b-c7rzjw314s] {
        font-size: 14px;
    }

    .card-overlay[b-c7rzjw314s] {
        padding: 15px;
    }

    .pre-footer[b-c7rzjw314s] {
        padding: 35px 0 50px;
    }

    .pre-footer-content[b-c7rzjw314s] {
        padding: 0 10px;
    }

    .pre-footer-block[b-c7rzjw314s] {
        gap: 15px;
        padding: 14px 15px;
    }

    .pre-footer-card:not(:last-child)[b-c7rzjw314s]::after {
        right: -8px;
        width: 1px;
    }

    .pre-footer-card h4[b-c7rzjw314s] {
        font-size: 14px;
        margin-bottom: 7px;
        padding-bottom: 5px;
    }

    .pre-footer-card ul li[b-c7rzjw314s] {
        font-size: 8px;
        margin-bottom: 6px;
        padding-left: 10px;
    }

        .pre-footer-card ul li[b-c7rzjw314s]:before {
            font-size: 10px;
        }

    .pre-footer-card .middle p[b-c7rzjw314s] {
        font-size: 9px;
        margin-bottom: 7px;
    }

    .pre-footer-card .middle a[b-c7rzjw314s] {
        font-size: 9px;
    }

    .pre-footer-card strong[b-c7rzjw314s] {
        font-size: 10px;
    }

    .pre-footer-card .btnrouge[b-c7rzjw314s] {
        padding: 6px 12px;
        font-size: 9px;
        margin-top: 7px;
    }

    .app-section[b-c7rzjw314s] {
        gap: 8px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        .app-section img[b-c7rzjw314s] {
            width: 50px;
        }

        .app-section p[b-c7rzjw314s] {
            font-size: 8px;
            margin-bottom: 5px;
        }
}

/* /Layout/MainLayout.razor.rz.scp.css */

html[b-h6yr3984va], body[b-h6yr3984va] {
    height: 100%;
    margin: 0;
}
.nav-link.active[b-h6yr3984va] {
    font-weight: bold;
    color: #0d6efd !important;
}


.page[b-h6yr3984va] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-h6yr3984va] {
    flex: 1;
    text-align: center;
}

.sidebar[b-h6yr3984va] {
    background: linear-gradient(180deg, #4169E1 0%, #1E3A8A 100%);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100vh; /* Full height of viewport */
    max-width: 230px;
    min-width: 200px
}

.mainbkg[b-h6yr3984va] {
    background-image: url(../Medias/Images/redirectbkg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.viziocolor[b-h6yr3984va] {
     background: linear-gradient(180deg, #4169E1 0%, #1E3A8A 100%);  
    background-color: linear-gradient(180deg, #4169E1 0%, #1E3A8A 100%);
    color: #4169E1;
}

.top-row[b-h6yr3984va] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h6yr3984va]  a, .top-row[b-h6yr3984va]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-h6yr3984va]  a:hover, .top-row[b-h6yr3984va]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-h6yr3984va]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

/*Code I added - Start*/
.bottom-row[b-h6yr3984va] {
    background-color: black;
    color: white !important;
    border-top: 1px solid #d6d5d5;
    height: 2.5rem;
    max-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    bottom: 0;
    width: 100vw;
}

@media (max-width: 640.98px) {
    .top-row[b-h6yr3984va] {
        justify-content: space-between;
    }

        .top-row[b-h6yr3984va]  a, .top-row[b-h6yr3984va]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-h6yr3984va] {
        flex-direction: row;
    }


    .top-row[b-h6yr3984va] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-h6yr3984va]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-h6yr3984va], article[b-h6yr3984va] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */


.sidebar[b-lqp19g8mre] {
    background: linear-gradient(180deg, #4169E1 0%, #1E3A8A 100%);
    display: flex;
    flex-direction: column;
    height: 100vh; /* Full height of viewport */
}

.nav-top[b-lqp19g8mre] {
    display: flex;
    flex-direction: column;
}

.nav-bottom[b-lqp19g8mre] {
    margin-top: auto; /* Push this section to the bottom */
    margin-bottom: 2rem; /* Add some space from the bottom */
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .nav-bottom a[b-lqp19g8mre],
    .nav-top a[b-lqp19g8mre] {
        color: white;
        text-decoration: none;
        border-radius: 4px;
    }

        .nav-bottom a:hover[b-lqp19g8mre],
        .nav-top a:hover[b-lqp19g8mre] {
            background-color: #34495e;
        }
/***********************************/

.navbar-toggler[b-lqp19g8mre] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lqp19g8mre] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lqp19g8mre] {
    font-size: 1.1rem;
}

.bi[b-lqp19g8mre] {
    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-lqp19g8mre] {
    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-lqp19g8mre] {
    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-lqp19g8mre] {
    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");
}

.nav-item[b-lqp19g8mre] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lqp19g8mre] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lqp19g8mre] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lqp19g8mre]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-lqp19g8mre]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lqp19g8mre]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lqp19g8mre] {
        display: none;
    }

    .collapse[b-lqp19g8mre] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-lqp19g8mre] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

}
/* /Pages/DossierConsultation/Consultation.razor.rz.scp.css */
body[b-2imr545ygg] {
}

.Tabtitre[b-2imr545ygg] {
    display: flex;
    justify-content: left;
    color:white;
}
.LastTab[b-2imr545ygg] {
    text-align: left;
    margin-top: 2rem;
    border-radius: 5%;
    background: #07a6a1 !important;
    color: white;
    font-size:0.8rem;
}

.section-container[b-2imr545ygg] {
    border-radius: 2%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: white;
    min-height: calc(100vh - 3.5rem);
}
/* Variables Navigation Retour*/
.header-bar[b-2imr545ygg] {
    background-color: white;
    padding: 1rem;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.back-title[b-2imr545ygg] {
    display: flex;
    gap: 1rem;
}

.back-button[b-2imr545ygg] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    color: #d7d7d7;
}

    .back-button span[b-2imr545ygg] {
        font-size: 0.9rem;
    }

    .back-button:hover[b-2imr545ygg] {
        color: #DF9E63; /* #333; */
    }

h5[b-2imr545ygg] {
    margin: 0;
    color: #333;
}
/** Fin zone Navigation Retour*/

.confirm-custom-header[b-2imr545ygg] {
    background-color: rgb(0,108,125) !important;
    color: white !important;
}
.SpaceInterCard[b-2imr545ygg] {
    height: 1.5rem;
    color: #0056B3;
}
/* /Pages/DossierConsultation/CourrierEdition.razor.rz.scp.css */
body[b-5kceghv0p9] {
}

.Tabtitre[b-5kceghv0p9] {
    display: flex;
    justify-content: left;
    color:white;
}
.LastTab[b-5kceghv0p9] {
    text-align: left;
    margin-top: 2rem;
    border-radius: 5%;
    background: #07a6a1 !important;
    color: white;
    font-size:0.8rem;
}

.section-container[b-5kceghv0p9] {
    border-radius: 2%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: white;
    min-height: calc(100vh - 3.5rem);
}
/* Variables Navigation Retour*/
.header-bar[b-5kceghv0p9] {
    background-color: white;
    padding: 1rem;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.back-title[b-5kceghv0p9] {
    display: flex;
    gap: 1rem;
}

.back-button[b-5kceghv0p9] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    color: #d7d7d7;
}

    .back-button span[b-5kceghv0p9] {
        font-size: 0.9rem;
    }

    .back-button:hover[b-5kceghv0p9] {
        color: #DF9E63; /* #333; */
    }

h5[b-5kceghv0p9] {
    margin: 0;
    color: #333;
}
/** Fin zone Navigation Retour*/

.confirm-custom-header[b-5kceghv0p9] {
    background-color: rgb(0,108,125) !important;
    color: white !important;
}
.SpaceInterCard[b-5kceghv0p9] {
    height: 1.5rem;
    color: #0056B3;
}

.rounded[b-5kceghv0p9] {
    border-radius: 8px;
    background-color: white;
    font-size: 18px;
}

.colored-border[b-5kceghv0p9] {
    border: 4px solid black !important;
}

.editor_border[b-5kceghv0p9] {
    position: absolute;
    border: 1px solid #ccc;
    width: 95%;
    height: 80%;
}
/* Panneau info */
.form-panel[b-5kceghv0p9] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 90%;
    background: linear-gradient(180deg, #1e2a45 0%, #162035 100%);
    color: #e8eaf6;
    border-radius: 0;
    padding: 16px;
    box-shadow: -4px 0 24px rgba(0,0,0,0.6);
    overflow: auto;
    animation: slideInRight 0.25s ease;
    /** overflow-y: auto;**/
    /**z-index: 10; **/
}

.form-editor[b-5kceghv0p9] {
    margin-left: 5px;
    margin-bottom: 10px;
    height: calc(100vh - 5rem);
    width: 100%;
}
/* /Pages/HistoConsultations/ConsultationView.razor.rz.scp.css */
body[b-az2mtcognp] {
}
/* Variables Navigation Retour*/
.header-bar[b-az2mtcognp] {
    background-color: white;
    padding: 1rem;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.back-title[b-az2mtcognp] {
    display: flex;
    gap: 1rem;
}

.back-button[b-az2mtcognp] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    color: #d7d7d7;
}

    .back-button span[b-az2mtcognp] {
        font-size: 0.9rem;
    }

    .back-button:hover[b-az2mtcognp] {
        color: #DF9E63; /* #333; */
    }

h5[b-az2mtcognp] {
    margin: 0;
    color: #333;
}
/** Fin zone Navigation Retour*/
.section-title[b-az2mtcognp] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1E2F58;
    margin-bottom: 1rem;
    font-family: system-ui, -apple-system, sans-serif;
}


.section-container[b-az2mtcognp] {
    border-radius: 2%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: white;
    min-height: calc(100vh - 3.5rem);
}

.Rdvconsult-container[b-az2mtcognp] {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0.5rem 0;
}

    .Rdvconsult-container[b-az2mtcognp]::-webkit-scrollbar {
        display: none;
    }

[b-az2mtcognp] .Rdvconsult-card {
    min-width: 280px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    border: 1px solid #eeeeee;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 12px;
}

[b-az2mtcognp] .date-time-header {
    background: #07a6a1;
    padding: 0.75rem 1rem;
    border: none;
}

.date-time[b-az2mtcognp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
}

    .date-time i[b-az2mtcognp] {
        font-size: 1rem;
        opacity: 0.9;
    }

[b-az2mtcognp] .Rdvconsult-content {
    padding: 1rem !important;
}

bg-imgResultat[b-az2mtcognp] {
    background-color: #1e4ca1 !important;
}

.avatarPhoto[b-az2mtcognp] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.doctor-info[b-az2mtcognp] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.doctor-avatar[b-az2mtcognp] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #E8EFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .doctor-avatar img[b-az2mtcognp] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.doctor-details h3[b-az2mtcognp] {
    font-size: 1rem;
    font-weight: 600;
    color: #1E2F58;
    margin: 0;
}

.doctor-details p[b-az2mtcognp] {
    font-size: 0.9rem;
    color: #666;
    margin: 0.2rem 0 0 0;
}

.patient-info[b-az2mtcognp] {
    align-items: center;
    gap: 1rem;
    color: #666;
    font-size: 0.9rem;
}

    .patient-info i[b-az2mtcognp] {
        font-size: 1rem;
    }

    .patient-info p[b-az2mtcognp] {
        font-size: 0.9rem;
        color: #666;
        margin: 0.2rem 0 0 0;
    }

.laafi_navbarcolor[b-az2mtcognp] {
    /* background-color: #7099d1 !important; */
    background-color: #1e4ca1 !important;
    color: white;
}

.nodata-avatar[b-az2mtcognp] {
    width: 25%;
    height: 25%;
    border-radius: 5%;
    background: #E8EFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px;
    vertical-align: middle;
    align-content: center;
}

.nodata_place[b-az2mtcognp] {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
    text-align: center;
}

.nodata-avatar img[b-az2mtcognp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cdstitle[b-az2mtcognp] {
    font-weight: bold;
    color: #E25A06 !important;
    text-align: right;
    margin-top: 10px;
}

.scrollable-container[b-az2mtcognp] {
    height: calc(100vh - 13.5rem);
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 2%;
}
/* /Pages/HistoConsultations/CourrierEditionView.razor.rz.scp.css */
body[b-anowg0hdkg] {
}
/* Variables Navigation Retour*/
.header-bar[b-anowg0hdkg] {
    background-color: white;
    padding: 1rem;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.back-title[b-anowg0hdkg] {
    display: flex;
    gap: 1rem;
}

.back-button[b-anowg0hdkg] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    color: #d7d7d7;
}

    .back-button span[b-anowg0hdkg] {
        font-size: 0.9rem;
    }

    .back-button:hover[b-anowg0hdkg] {
        color: #DF9E63; /* #333; */
    }

h5[b-anowg0hdkg] {
    margin: 0;
    color: #333;
}
/** Fin zone Navigation Retour*/
.section-title[b-anowg0hdkg] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1E2F58;
    margin-bottom: 1rem;
    font-family: system-ui, -apple-system, sans-serif;
}


.section-container[b-anowg0hdkg] {
    border-radius: 2%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: white;
    min-height: calc(100vh - 3.5rem);
}

.Rdvconsult-container[b-anowg0hdkg] {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0.5rem 0;
}

    .Rdvconsult-container[b-anowg0hdkg]::-webkit-scrollbar {
        display: none;
    }

[b-anowg0hdkg] .Rdvconsult-card {
    min-width: 280px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    border: 1px solid #eeeeee;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 12px;
}

[b-anowg0hdkg] .date-time-header {
    background: #07a6a1;
    padding: 0.75rem 1rem;
    border: none;
}

.date-time[b-anowg0hdkg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
}

    .date-time i[b-anowg0hdkg] {
        font-size: 1rem;
        opacity: 0.9;
    }

[b-anowg0hdkg] .Rdvconsult-content {
    padding: 1rem !important;
}

bg-imgResultat[b-anowg0hdkg] {
    background-color: #1e4ca1 !important;
}

.avatarPhoto[b-anowg0hdkg] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.doctor-info[b-anowg0hdkg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.doctor-avatar[b-anowg0hdkg] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #E8EFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .doctor-avatar img[b-anowg0hdkg] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.doctor-details h3[b-anowg0hdkg] {
    font-size: 1rem;
    font-weight: 600;
    color: #1E2F58;
    margin: 0;
}

.doctor-details p[b-anowg0hdkg] {
    font-size: 0.9rem;
    color: #666;
    margin: 0.2rem 0 0 0;
}

.patient-info[b-anowg0hdkg] {
    align-items: center;
    gap: 1rem;
    color: #666;
    font-size: 0.9rem;
}

    .patient-info i[b-anowg0hdkg] {
        font-size: 1rem;
    }

    .patient-info p[b-anowg0hdkg] {
        font-size: 0.9rem;
        color: #666;
        margin: 0.2rem 0 0 0;
    }

.laafi_navbarcolor[b-anowg0hdkg] {
    /* background-color: #7099d1 !important; */
    background-color: #1e4ca1 !important;
    color: white;
}

.nodata-avatar[b-anowg0hdkg] {
    width: 25%;
    height: 25%;
    border-radius: 5%;
    background: #E8EFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px;
    vertical-align: middle;
    align-content: center;
}

.nodata_place[b-anowg0hdkg] {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
    text-align: center;
}

.nodata-avatar img[b-anowg0hdkg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cdstitle[b-anowg0hdkg] {
    font-weight: bold;
    color: #E25A06 !important;
    text-align: right;
    margin-top: 10px;
}

.scrollable-container[b-anowg0hdkg] {
    height: calc(100vh - 13.5rem);
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 2%;
}
/* /Pages/HistoConsultations/EditConsultView.razor.rz.scp.css */
body[b-a22e6xj20r] {
}
/* Variables Navigation Retour*/
.header-bar[b-a22e6xj20r] {
    background-color: white;
    padding: 1rem;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.back-title[b-a22e6xj20r] {
    display: flex;
    gap: 1rem;
}

.back-button[b-a22e6xj20r] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    color: #d7d7d7;
}

    .back-button span[b-a22e6xj20r] {
        font-size: 0.9rem;
    }

    .back-button:hover[b-a22e6xj20r] {
        color: #DF9E63; /* #333; */
    }

h5[b-a22e6xj20r] {
    margin: 0;
    color: #333;
}
/** Fin zone Navigation Retour*/
.section-title[b-a22e6xj20r] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1E2F58;
    margin-bottom: 1rem;
    font-family: system-ui, -apple-system, sans-serif;
}


.section-container[b-a22e6xj20r] {
    border-radius: 2%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: white;
    min-height: calc(100vh - 3.5rem);
}

.Rdvconsult-container[b-a22e6xj20r] {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0.5rem 0;
}

    .Rdvconsult-container[b-a22e6xj20r]::-webkit-scrollbar {
        display: none;
    }

[b-a22e6xj20r] .Rdvconsult-card {
    min-width: 280px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    border: 1px solid #eeeeee;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 12px;
}

[b-a22e6xj20r] .edit-note-header {
    background: gray;
    padding: 0.75rem 1rem;
    border: none;
}

.date-time[b-a22e6xj20r] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
}

    .date-time i[b-a22e6xj20r] {
        font-size: 1rem;
        opacity: 0.9;
    }

[b-a22e6xj20r] .Rdvconsult-content {
    padding: 1rem !important;
}

bg-imgResultat[b-a22e6xj20r] {
    background-color: #1e4ca1 !important;
}

.avatarPhoto[b-a22e6xj20r] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.doctor-info[b-a22e6xj20r] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.doctor-avatar[b-a22e6xj20r] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #E8EFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .doctor-avatar img[b-a22e6xj20r] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.doctor-details h3[b-a22e6xj20r] {
    font-size: 1rem;
    font-weight: 600;
    color: #1E2F58;
    margin: 0;
}

.doctor-details p[b-a22e6xj20r] {
    font-size: 0.9rem;
    color: #666;
    margin: 0.2rem 0 0 0;
}

.patient-info[b-a22e6xj20r] {
    align-items: center;
    gap: 1rem;
    color: #666;
    font-size: 0.9rem;
}

    .patient-info i[b-a22e6xj20r] {
        font-size: 1rem;
    }

    .patient-info p[b-a22e6xj20r] {
        font-size: 0.9rem;
        color: #666;
        margin: 0.2rem 0 0 0;
    }

.laafi_navbarcolor[b-a22e6xj20r] {
    /* background-color: #7099d1 !important; */
    background-color: #1e4ca1 !important;
    color: white;
}

.nodata-avatar[b-a22e6xj20r] {
    width: 25%;
    height: 25%;
    border-radius: 5%;
    background: #E8EFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px;
    vertical-align: middle;
    align-content: center;
}

.nodata_place[b-a22e6xj20r] {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
    text-align: center;
}

.nodata-avatar img[b-a22e6xj20r] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cdstitle[b-a22e6xj20r] {
    font-weight: bold;
    color: #E25A06 !important;
    text-align: right;
    margin-top: 10px;
}

.scrollable-container[b-a22e6xj20r] {
    height: calc(100vh - 13.5rem);
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 2%;
}
/* /Pages/HistoConsultations/ObservationView.razor.rz.scp.css */
body[b-yaehdzo097] {
}


/* /Pages/HistoConsultations/OrdonnanceParamedView.razor.rz.scp.css */
body[b-cg1naln9lu] {
}
/* Variables Navigation Retour*/
.header-bar[b-cg1naln9lu] {
    background-color: white;
    padding: 1rem;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.back-title[b-cg1naln9lu] {
    display: flex;
    gap: 1rem;
}

.back-button[b-cg1naln9lu] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    color: #d7d7d7;
}

    .back-button span[b-cg1naln9lu] {
        font-size: 0.9rem;
    }

    .back-button:hover[b-cg1naln9lu] {
        color: #DF9E63; /* #333; */
    }

h5[b-cg1naln9lu] {
    margin: 0;
    color: #333;
}
/** Fin zone Navigation Retour*/
.section-title[b-cg1naln9lu] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1E2F58;
    margin-bottom: 1rem;
    font-family: system-ui, -apple-system, sans-serif;
}


.section-container[b-cg1naln9lu] {
    border-radius: 2%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: white;
    min-height: calc(100vh - 3.5rem);
}

.Rdvconsult-container[b-cg1naln9lu] {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0.5rem 0;
}

    .Rdvconsult-container[b-cg1naln9lu]::-webkit-scrollbar {
        display: none;
    }

[b-cg1naln9lu] .Rdvconsult-card {
    min-width: 280px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    border: 1px solid #eeeeee;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 12px;
}

[b-cg1naln9lu] .date-time-header {
    background: #07a6a1;
    padding: 0.75rem 1rem;
    border: none;
}

.date-time[b-cg1naln9lu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
}

    .date-time i[b-cg1naln9lu] {
        font-size: 1rem;
        opacity: 0.9;
    }

[b-cg1naln9lu] .Rdvconsult-content {
    padding: 1rem !important;
}

bg-imgResultat[b-cg1naln9lu] {
    background-color: #1e4ca1 !important;
}

.avatarPhoto[b-cg1naln9lu] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.doctor-info[b-cg1naln9lu] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.doctor-avatar[b-cg1naln9lu] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #E8EFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .doctor-avatar img[b-cg1naln9lu] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.doctor-details h3[b-cg1naln9lu] {
    font-size: 1rem;
    font-weight: 600;
    color: #1E2F58;
    margin: 0;
}

.doctor-details p[b-cg1naln9lu] {
    font-size: 0.9rem;
    color: #666;
    margin: 0.2rem 0 0 0;
}

.patient-info[b-cg1naln9lu] {
    align-items: center;
    gap: 1rem;
    color: #666;
    font-size: 0.9rem;
}

    .patient-info i[b-cg1naln9lu] {
        font-size: 1rem;
    }

    .patient-info p[b-cg1naln9lu] {
        font-size: 0.9rem;
        color: #666;
        margin: 0.2rem 0 0 0;
    }

.laafi_navbarcolor[b-cg1naln9lu] {
    /* background-color: #7099d1 !important; */
    background-color: #1e4ca1 !important;
    color: white;
}

.nodata-avatar[b-cg1naln9lu] {
    width: 25%;
    height: 25%;
    border-radius: 5%;
    background: #E8EFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px;
    vertical-align: middle;
    align-content: center;
}

.nodata_place[b-cg1naln9lu] {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
    text-align: center;
}

.nodata-avatar img[b-cg1naln9lu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cdstitle[b-cg1naln9lu] {
    font-weight: bold;
    color: #E25A06 !important;
    text-align: right;
    margin-top: 10px;
}

.scrollable-container[b-cg1naln9lu] {
    height: calc(100vh - 13.5rem);
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 2%;
}
/* /Pages/HistoConsultations/OrdonnancePharmaView.razor.rz.scp.css */
body[b-qyim7txi8w] {
}
/* Variables Navigation Retour*/
.header-bar[b-qyim7txi8w] {
    background-color: white;
    padding: 1rem;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.back-title[b-qyim7txi8w] {
    display: flex;
    gap: 1rem;
}

.back-button[b-qyim7txi8w] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    color: #d7d7d7;
}

    .back-button span[b-qyim7txi8w] {
        font-size: 0.9rem;
    }

    .back-button:hover[b-qyim7txi8w] {
        color: #DF9E63; /* #333; */
    }

h5[b-qyim7txi8w] {
    margin: 0;
    color: #333;
}
/** Fin zone Navigation Retour*/
.section-title[b-qyim7txi8w] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1E2F58;
    margin-bottom: 1rem;
    font-family: system-ui, -apple-system, sans-serif;
}


.section-container[b-qyim7txi8w] {
    border-radius: 2%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: white;
    min-height: calc(100vh - 3.5rem);
}

.Rdvconsult-container[b-qyim7txi8w] {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0.5rem 0;
}

    .Rdvconsult-container[b-qyim7txi8w]::-webkit-scrollbar {
        display: none;
    }

[b-qyim7txi8w] .Rdvconsult-card {
    min-width: 280px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    border: 1px solid #eeeeee;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 12px;
}

[b-qyim7txi8w] .date-time-header {
    background: #07a6a1;
    padding: 0.75rem 1rem;
    border: none;
}

.date-time[b-qyim7txi8w] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
}

    .date-time i[b-qyim7txi8w] {
        font-size: 1rem;
        opacity: 0.9;
    }

[b-qyim7txi8w] .Rdvconsult-content {
    padding: 1rem !important;
}

bg-imgResultat[b-qyim7txi8w] {
    background-color: #1e4ca1 !important;
}

.avatarPhoto[b-qyim7txi8w] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.doctor-info[b-qyim7txi8w] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.doctor-avatar[b-qyim7txi8w] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #E8EFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .doctor-avatar img[b-qyim7txi8w] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.doctor-details h3[b-qyim7txi8w] {
    font-size: 1rem;
    font-weight: 600;
    color: #1E2F58;
    margin: 0;
}

.doctor-details p[b-qyim7txi8w] {
    font-size: 0.9rem;
    color: #666;
    margin: 0.2rem 0 0 0;
}

.patient-info[b-qyim7txi8w] {
    align-items: center;
    gap: 1rem;
    color: #666;
    font-size: 0.9rem;
}

    .patient-info i[b-qyim7txi8w] {
        font-size: 1rem;
    }

    .patient-info p[b-qyim7txi8w] {
        font-size: 0.9rem;
        color: #666;
        margin: 0.2rem 0 0 0;
    }

.laafi_navbarcolor[b-qyim7txi8w] {
    /* background-color: #7099d1 !important; */
    background-color: #1e4ca1 !important;
    color: white;
}

.nodata-avatar[b-qyim7txi8w] {
    width: 25%;
    height: 25%;
    border-radius: 5%;
    background: #E8EFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px;
    vertical-align: middle;
    align-content: center;
}

.nodata_place[b-qyim7txi8w] {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
    text-align: center;
}

.nodata-avatar img[b-qyim7txi8w] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cdstitle[b-qyim7txi8w] {
    font-weight: bold;
    color: #E25A06 !important;
    text-align: right;
    margin-top: 10px;
}

.scrollable-container[b-qyim7txi8w] {
    height: calc(100vh - 13.5rem);
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 2%;
}
/* /Pages/JoinMeetingPage.razor.rz.scp.css */
body[b-ltux1asl67] {
}

.bg-gradient[b-ltux1asl67] {
    background: #1a1a1a;
    color: white;
    border-radius: 8px;
}

.video-conference-container[b-ltux1asl67] {
    min-height: 500px;
    background: #1a1a1a;
    border-radius: 8px;
}



.Infopatient[b-ltux1asl67] {
    text-align: left;
    font-size: 0.8rem;
}

/* /Pages/MeetingPage.razor.rz.scp.css */
body[b-2c8t171pi9] {
}

.bg-gradient[b-2c8t171pi9] {
    background: #1a1a1a;
    color: white;
    border-radius: 8px;
}


    .video-conference-container[b-2c8t171pi9] {
        height: 70vh;
        min-height: 500px;
        background: #1a1a1a;
        border-radius: 8px;
        display: flex;
        position: relative;
        overflow: hidden;
    }

    .btn[b-2c8t171pi9] {
        transition: all 0.3s ease;
    }

        .btn:hover[b-2c8t171pi9] {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }

    .back-button[b-2c8t171pi9] {
        display: flex;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
        cursor: pointer;
        color: #d7d7d7;
    }

    .Infopatient[b-2c8t171pi9] {
        text-align: left;
        font-size: 0.8rem;
    }

    /*  Styleparticulier */
    /* Plein écran dans la zone Body — AppBar gauche reste visible */
    .meeting-fullscreen[b-2c8t171pi9] {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100vh;
    background: #8fe0fb;
    overflow: hidden;
}

/* Top bar — overlay flottant en haut de la vidéo */
.meeting-topbar[b-2c8t171pi9] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: rgba(143, 224, 251, 0.88);
    padding: 7px 20px;
    gap: 14px;
    border-bottom: 1px solid rgba(37, 99, 235, 0.15);
    min-height: 42px;
    z-index: 10;
    backdrop-filter: blur(4px);
}

.topbar-icon[b-2c8t171pi9] {
    font-size: 1.1rem;
    color: #1e3a8a;
    flex-shrink: 0;
    margin-right: 8px;
}

.topbar-rows[b-2c8t171pi9] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.topbar-row[b-2c8t171pi9] {
    display: flex;
    align-items: center;
    gap: 18px;
}

.topbar-sep[b-2c8t171pi9] {
    color: rgba(0,0,0,0.25);
    font-size: 0.75rem;
}

.topbar-info-item[b-2c8t171pi9] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.topbar-info-label[b-2c8t171pi9] {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 700;
}

.topbar-info-value[b-2c8t171pi9] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a1a1a;
}

.topbar-elapsed[b-2c8t171pi9] {
    color: #b45309;
}

/* Toggle switch Micro / Caméra */
.toggle-switch[b-2c8t171pi9] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    padding: 4px 10px 4px 6px;
    border-radius: 6px;
    transition: background 0.15s;
}

    .toggle-switch:hover[b-2c8t171pi9] {
        background: rgba(0,0,0,0.05);
    }

.toggle-track[b-2c8t171pi9] {
    width: 38px;
    height: 21px;
    border-radius: 11px;
    position: relative;
    transition: background 0.2s;
    flex-shrink: 0;
}

    .toggle-track.t-on[b-2c8t171pi9] {
        background: #22c55e;
    }

    .toggle-track.t-off[b-2c8t171pi9] {
        background: #cbd5e1;
    }

.toggle-thumb[b-2c8t171pi9] {
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: white;
    top: 2px;
    transition: left 0.2s;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
}

.toggle-track.t-on .toggle-thumb[b-2c8t171pi9] {
    left: 19px;
}

.toggle-track.t-off .toggle-thumb[b-2c8t171pi9] {
    left: 2px;
}

.toggle-icon[b-2c8t171pi9] {
    font-size: 0.9rem;
    color: #1a1a1a;
}

.toggle-label[b-2c8t171pi9] {
    font-size: 0.82rem;
    font-weight: 500;
    color: #1a1a1a;
}

/* Nom de l'utilisateur centré dans le footer */
.current-speaker[b-2c8t171pi9] {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}

.meeting-topbar-right[b-2c8t171pi9] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.topbar-badge-violet[b-2c8t171pi9] {
    background: linear-gradient(135deg, #7c3aed, #9333ea);
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(124,58,237,0.35);
}

.topbar-badge-yellow[b-2c8t171pi9] {
    background: linear-gradient(135deg, #d97706, #f59e0b);
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(245,158,11,0.35);
}

/* Conteneur extérieur : flex row pleine hauteur */
.meeting-outer[b-2c8t171pi9] {
    flex: 1;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    min-height: 0;
}

/* Colonne gauche : topbar + vidéo + footer */
.meeting-left[b-2c8t171pi9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
}

/* Zone vidéo */
.meeting-video-wrapper[b-2c8t171pi9] {
    flex: 1;
    position: relative;
    overflow: hidden;
}

/* Bouton Terminer : overlay centré à droite sur la vidéo */
.btn-terminer-overlay[b-2c8t171pi9] {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: #ef4444;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 12px 22px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    z-index: 20;
    box-shadow: 0 4px 16px rgba(239,68,68,0.5);
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

    .btn-terminer-overlay:hover[b-2c8t171pi9] {
        background: #dc2626;
        box-shadow: 0 6px 20px rgba(239,68,68,0.6);
        transform: translateY(-50%) scale(1.04);
    }

/* Sidebar pleine hauteur (droite) — même fond que l'AppBar gauche */
.video-sidebar-full[b-2c8t171pi9] {
    width: 210px;
    flex-shrink: 0;
    align-self: stretch;
    background: var(--bs-primary-bg-subtle, #cfe2ff);
    border-left: 1px solid rgba(37, 99, 235, 0.15);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 4px 8px;
    overflow-y: auto;
}

/* Sidebar participants permanente */
.participants-sidebar[b-2c8t171pi9] {
    width: 240px;
    flex-shrink: 0;
    background: linear-gradient(180deg, #1a2540 0%, #111827 100%);
    border-left: 1px solid rgba(255,255,255,0.08);
    padding: 16px 12px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.participants-sidebar-header[b-2c8t171pi9] {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    color: #90caf9;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    flex-shrink: 0;
}

.no-participants[b-2c8t171pi9] {
    color: rgba(255,255,255,0.35);
    font-size: 0.82rem;
    text-align: center;
    padding: 16px 0;
}

.meeting-video-container[b-2c8t171pi9] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8fe0fb;
    display: flex;
}

/* Layout interne créé par Twilio JS */
.video-main[b-2c8t171pi9] {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: #1a1a1a;
    width: 100%;
    height: 100%;
}

    .video-main video[b-2c8t171pi9] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.video-main-overlay[b-2c8t171pi9] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0,0,0,0.55);
    color: white;
    font-size: 0.82rem;
    padding: 4px 10px;
    border-radius: 6px;
}

.video-sidebar[b-2c8t171pi9] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 160px;
    max-height: 60%;
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 4px;
    overflow-y: auto;
    z-index: 10;
}

.video-thumbnail[b-2c8t171pi9] {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    flex-shrink: 0;
    transition: border-color 0.15s ease;
}

    .video-thumbnail:hover[b-2c8t171pi9] {
        border-color: rgba(255,255,255,0.4);
    }

    .video-thumbnail.active[b-2c8t171pi9] {
        border-color: #2563eb;
    }

    .video-thumbnail video[b-2c8t171pi9] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.video-thumbnail-overlay[b-2c8t171pi9] {
    position: absolute;
    bottom: 4px;
    left: 4px;
    background: rgba(0,0,0,0.6);
    color: white;
    font-size: 0.68rem;
    padding: 2px 6px;
    border-radius: 4px;
}

.no-video-message[b-2c8t171pi9] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgba(30, 58, 138, 0.45);
    font-size: 0.88rem;
}

/* Panneau info */
.info-panel[b-2c8t171pi9] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 90%;
    background: linear-gradient(180deg, #1e2a45 0%, #162035 100%);
    color: #e8eaf6;
    border-radius: 0;
    padding: 16px;
    box-shadow: -4px 0 24px rgba(0,0,0,0.6);
    overflow: auto;
    animation: slideInRight 0.25s ease;
    /** overflow-y: auto;**/
    /**z-index: 10; **/
}

@@keyframes slideInRight {
    from[b-2c8t171pi9] {
        transform: translateX(100%);
        opacity: 0;
    }

    to[b-2c8t171pi9] {
        transform: translateX(0);
        opacity: 1;
    }
}

.info-panel-header[b-2c8t171pi9] {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 10px;
}

.info-label[b-2c8t171pi9] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #90caf9;
    display: block;
    margin-bottom: 2px;
}

.info-value[b-2c8t171pi9] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #ffffff;
    background: rgba(255,255,255,0.07);
    border-radius: 6px;
    padding: 6px 10px;
}

.info-notes[b-2c8t171pi9] {
    width: 100%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: #ffffff;
    border-radius: 6px;
    font-size: 0.85rem;
    resize: none;
    padding: 8px;
}

    .info-notes[b-2c8t171pi9]::placeholder {
        color: rgba(255,255,255,0.4);
    }

    .info-notes:focus[b-2c8t171pi9] {
        outline: none;
        background: rgba(255,255,255,0.12);
        border-color: #90caf9;
        box-shadow: 0 0 0 2px rgba(144,202,249,0.25);
    }

/* Footer */
.meeting-footer[b-2c8t171pi9] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.footer-left[b-2c8t171pi9], .footer-right[b-2c8t171pi9] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-center[b-2c8t171pi9] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}

.btn-meeting[b-2c8t171pi9] {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Boutons Micro / Caméra : bordure uniquement, sans fond */
.btn-ghost[b-2c8t171pi9] {
    background: transparent;
    color: #1a1a1a;
    border: 1.5px solid #1a1a1a;
    box-shadow: none;
}

    .btn-ghost:hover[b-2c8t171pi9] {
        background: rgba(0, 0, 0, 0.06);
        border-color: #000000;
        transform: translateY(-1px);
    }

.btn-ghost-muted[b-2c8t171pi9] {
    color: rgba(0, 0, 0, 0.45);
    border-color: rgba(0, 0, 0, 0.3);
}

.btn-ghost-on[b-2c8t171pi9] {
    background: rgba(0, 0, 0, 0.08);
    border-color: #000000;
}

.participant-item[b-2c8t171pi9] {
    display: flex;
    align-items: center;
    padding: 9px 12px;
    background: rgba(255,255,255,0.07);
    border-radius: 8px;
    margin-bottom: 6px;
    font-size: 0.88rem;
    color: #e8eaf6;
    border: 1px solid rgba(255,255,255,0.08);
}

/* Points de statut Micro / Caméra */
.status-on[b-2c8t171pi9] {
    font-size: 0.45rem;
    color: #22c55e;
    vertical-align: middle;
}

.status-off[b-2c8t171pi9] {
    font-size: 0.45rem;
    color: #ef4444;
    vertical-align: middle;
}

/* Bouton Terminer */
.btn-end[b-2c8t171pi9] {
    background: #ef4444;
    color: white;
    border: none;
    box-shadow: 0 2px 8px rgba(239,68,68,0.35);
}

    .btn-end:hover[b-2c8t171pi9] {
        background: #dc2626;
        transform: translateY(-1px);
    }
/* /Pages/MonCompte/MonProfil.razor.rz.scp.css */
/* Conteneur de la page et zones principales */
.container[b-k8zuu2g53y] {
    max-width: 1200px; /* Augmenter la largeur maximale du conteneur */
    margin-top: 20px;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

.section-container[b-k8zuu2g53y] {
    border-radius: 2%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: white;
    min-height: calc(100vh - 3.5rem);
}
.Vaccin_area[b-k8zuu2g53y] {
    background: #7099d1 !important;
    color: white;
    line-height: 2rem;
    border-radius: 8px;
    margin-bottom: 20px;
}


.form-group label[b-k8zuu2g53y] {
    font-weight: 500;
    color: #495057;
}

.form-control[b-k8zuu2g53y] {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.form-control:focus[b-k8zuu2g53y] {
    border-color: #80bdff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
}

/* Animation et style pour les boutons */
button.btn[b-k8zuu2g53y] {
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}



button.btn-success[b-k8zuu2g53y] {
    background-color: #28a745;
    color: white;
}

button.btn-danger[b-k8zuu2g53y] {
    background-color: #dc3545;
    color: white;
}

button.btn:hover[b-k8zuu2g53y] {
    transform: scale(1.05);
}

button:focus[b-k8zuu2g53y] {
    outline: none;
}

/* Image de profil */
#imagePreview[b-k8zuu2g53y] {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

#imagePreview:hover[b-k8zuu2g53y] {
    transform: scale(1.1);
}

button.btn-primary.rounded[b-k8zuu2g53y] {
    margin-top: 10px;
    padding: 8px 12px;
}
/* Conteneur de la page et zones principales */

#profileTable[b-k8zuu2g53y] {
    border: 1px solid #dee2e6;
    width: 1000px;
    margin-top: 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    font-size: 1.1rem; /* Augmenter la taille du texte pour une meilleure lisibilité */
}

    #profileTable th[b-k8zuu2g53y], #profileTable td[b-k8zuu2g53y] {
        padding: 15px; /* Augmenter le padding pour agrandir les cellules */
        text-align: left;
    }

    #profileTable th[b-k8zuu2g53y] {
        background-color: #f1f3f5;
        color: #343a40;
        font-size: 1.2rem; /* Légèrement plus grand pour les en-têtes */
    }

    #profileTable:hover[b-k8zuu2g53y] {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }


@keyframes shake-b-k8zuu2g53y {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}

.Profil-modal-header[b-k8zuu2g53y] {
    background-color: #4CAF50 !important; /* Green background */
    color: white; /* White text */
    padding: 15px; /* Some padding */
    text-align: center; /* Centered text */
}
/* /Pages/Planning/WizStep1Patient.razor.rz.scp.css */

.info-label[b-8o95r44bu5] {
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 2px;
    margin-right: 5px;
}

.info-value[b-8o95r44bu5] {
    font-size: 0.9rem;
    color: red;
}
/* /Pages/VizioAppointment.razor.rz.scp.css */
/* Consultation vidéo styles */

.consultation-wrapper[b-weab9uvdke] {
    height: 100%;
}

.video-area[b-weab9uvdke] {
    background: #0f0f23;
    border-radius: 8px;
    min-height: 300px;
}

/* Twilio video participant containers */
[b-weab9uvdke] .video-participant {
    position: relative;
    flex: 1;
    min-width: 300px;
    min-height: 220px;
    background: #1a1a2e;
    border-radius: 8px;
    overflow: hidden;
}

[b-weab9uvdke] .video-participant video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

[b-weab9uvdke] .video-participant audio {
    display: none;
}

[b-weab9uvdke] .participant-label {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 0.85rem;
    z-index: 2;
}

/* Pulsing badge */
.pulse-badge[b-weab9uvdke] {
    animation: pulse-b-weab9uvdke 1.5s infinite;
}

@keyframes pulse-b-weab9uvdke {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}

/* Control buttons */
.control-bar[b-weab9uvdke] {
    border-top: 1px solid #e9ecef;
}


.section-container[b-weab9uvdke] {
    border-radius: 2%;
    margin-bottom: 30px;
    padding: 10px;
    background-color: white;
    min-height: calc(100vh - 3.5rem);
}

.Profil-modal-header[b-weab9uvdke] {
    background-color: #4CAF50 !important; /* Green background */
    color: white; /* White text */
    padding: 15px; /* Some padding */
    text-align: center; /* Centered text */
}
.avatarPhoto[b-weab9uvdke] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.doctor-info[b-weab9uvdke] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.doctor-avatar[b-weab9uvdke] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #E8EFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .doctor-avatar img[b-weab9uvdke] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.doctor-details h3[b-weab9uvdke] {
    font-size: 1rem;
    font-weight: 600;
    color: #1E2F58;
    margin: 0;
}

.doctor-details p[b-weab9uvdke] {
    font-size: 0.9rem;
    color: #666;
    margin: 0.2rem 0 0 0;
}

.patient-info[b-weab9uvdke] {
    align-items: center;
    gap: 1rem;
    color: #666;
    font-size: 0.9rem;
}

    .patient-info i[b-weab9uvdke] {
        font-size: 1rem;
    }

    .patient-info p[b-weab9uvdke] {
        font-size: 0.9rem;
        color: #666;
        margin: 0.2rem 0 0 0;
    }

.laafi_navbarcolor[b-weab9uvdke] {
    /* background-color: #7099d1 !important; */
    background-color: #1e4ca1 !important;
    color: white;
}

.nodata-avatar[b-weab9uvdke] {
    width: 25%;
    height: 25%;
    border-radius: 5%;
    background: #E8EFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px;
    vertical-align: middle;
    align-content: center;
}

.nodata_place[b-weab9uvdke] {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
    text-align: center;
}

.nodata-avatar img[b-weab9uvdke] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cdstitle[b-weab9uvdke] {
    font-weight: bold;
    color: #E25A06 !important;
    text-align: right;
    margin-top: 10px;
}

.scrollable-container[b-weab9uvdke] {
    height: calc(100vh - 13.5rem);
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 2%;
}
/* /Pages/VizioConsultation.razor.rz.scp.css */
/* Consultation vidéo styles */

.consultation-wrapper[b-ln10yrjv0s] {
    height: 100%;
}

.video-area[b-ln10yrjv0s] {
    background: #0f0f23;
    border-radius: 8px;
    min-height: 300px;
}

/* Twilio video participant containers */
[b-ln10yrjv0s] .video-participant {
    position: relative;
    flex: 1;
    min-width: 300px;
    min-height: 220px;
    background: #1a1a2e;
    border-radius: 8px;
    overflow: hidden;
}

[b-ln10yrjv0s] .video-participant video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

[b-ln10yrjv0s] .video-participant audio {
    display: none;
}

[b-ln10yrjv0s] .participant-label {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 0.85rem;
    z-index: 2;
}

/* Pulsing badge */
.pulse-badge[b-ln10yrjv0s] {
    animation: pulse-b-ln10yrjv0s 1.5s infinite;
}

@keyframes pulse-b-ln10yrjv0s {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}

/* Control buttons */
.control-bar[b-ln10yrjv0s] {
    border-top: 1px solid #e9ecef;
}


.section-container[b-ln10yrjv0s] {
    border-radius: 2%;
    margin-bottom: 30px;
    padding: 10px;
    background-color: white;
    min-height: calc(100vh - 3.5rem);
}

.Profil-modal-header[b-ln10yrjv0s] {
    background-color: #4CAF50 !important; /* Green background */
    color: white; /* White text */
    padding: 15px; /* Some padding */
    text-align: center; /* Centered text */
}
.avatarPhoto[b-ln10yrjv0s] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.doctor-info[b-ln10yrjv0s] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.doctor-avatar[b-ln10yrjv0s] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #E8EFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .doctor-avatar img[b-ln10yrjv0s] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.doctor-details h3[b-ln10yrjv0s] {
    font-size: 1rem;
    font-weight: 600;
    color: #1E2F58;
    margin: 0;
}

.doctor-details p[b-ln10yrjv0s] {
    font-size: 0.9rem;
    color: #666;
    margin: 0.2rem 0 0 0;
}

.patient-info[b-ln10yrjv0s] {
    align-items: center;
    gap: 1rem;
    color: #666;
    font-size: 0.9rem;
}

    .patient-info i[b-ln10yrjv0s] {
        font-size: 1rem;
    }

    .patient-info p[b-ln10yrjv0s] {
        font-size: 0.9rem;
        color: #666;
        margin: 0.2rem 0 0 0;
    }

.laafi_navbarcolor[b-ln10yrjv0s] {
    /* background-color: #7099d1 !important; */
    background-color: #1e4ca1 !important;
    color: white;
}

.nodata-avatar[b-ln10yrjv0s] {
    width: 25%;
    height: 25%;
    border-radius: 5%;
    background: #E8EFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px;
    vertical-align: middle;
    align-content: center;
}

.nodata_place[b-ln10yrjv0s] {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
    text-align: center;
}

.nodata-avatar img[b-ln10yrjv0s] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cdstitle[b-ln10yrjv0s] {
    font-weight: bold;
    color: #E25A06 !important;
    text-align: right;
    margin-top: 10px;
}

.scrollable-container[b-ln10yrjv0s] {
    height: calc(100vh - 13.5rem);
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 2%;
}
