/* /Components/Account/Pages/Manage/Email.razor.rz.scp.css */
/* Title */
.login-container .title[b-ucfpkx0w6t] {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #323130;
}

/* Text fields */
.text-field[b-ucfpkx0w6t] {
    margin-bottom: 16px;
}

.text-field label[b-ucfpkx0w6t] {
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #323130;
}

.text-field input[b-ucfpkx0w6t] {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #a19f9d;
    border-radius: 2px;
    outline: none;
    transition: border-color 0.2s;
}

.text-field input:focus[b-ucfpkx0w6t] {
    border-color: #0078d4;
    box-shadow: 0 0 0 1px #0078d4;
}

/* Primary button */
.btn-primary[b-ucfpkx0w6t] {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #0078d4;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-primary:hover[b-ucfpkx0w6t] {
    background-color: #106ebe;
}

.btn-primary:active[b-ucfpkx0w6t] {
    background-color: #005a9e;
}


.label-input-form[b-ucfpkx0w6t]{
    font-size: 14px !important;
}
.e-btn.e-primary[b-ucfpkx0w6t], .e-css.e-btn.e-primary[b-ucfpkx0w6t]{
    font-family: 'Roboto', sans-serif !important;
}
.e-ddl.e-input-group .e-input-value[b-ucfpkx0w6t], .e-ddl.e-input-group .e-input-value:focus[b-ucfpkx0w6t] {
    margin: 5px;
    font-family: 'Roboto', sans-serif !important;
}
span label.e-label-top[b-ucfpkx0w6t]{
    color: #003049 !important;
    font-size: 17px !important;
}
input.e-input[b-ucfpkx0w6t], .e-input-group input[b-ucfpkx0w6t], .e-input-group.e-control-wrapper input[b-ucfpkx0w6t], .e-input-group input.e-input[b-ucfpkx0w6t], .e-input-group.e-control-wrapper input.e-input[b-ucfpkx0w6t]{
    font-family: 'Roboto', sans-serif !important;
}

label[b-ucfpkx0w6t]{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 30px !important;
}
/* /Components/Layout/ComponentLayout.Razor.rz.scp.css */
*[b-ety1rxsbzz] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

header[b-ety1rxsbzz] {
    display: flex;
    justify-content: space-between;
    background: #e1e8fa;
    padding: 0.4rem 0 0.4rem 1.5rem;
    position: fixed;
    left: 260px;
    width: calc(100% - 260px);
    top: 0;
    z-index: 100;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}

header.dark[b-ety1rxsbzz] {
    display: flex;
    justify-content: space-between;
    background: #1f2937;
    color: #fff;
    padding: 0.4rem 1.5rem;
    position: fixed;
    left: 260px;
    width: calc(100% - 260px);
    top: 0;
    z-index: 100;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
}

.login-dispaly[b-ety1rxsbzz] {
    align-items: end;
}

.centered[b-ety1rxsbzz] {
    position: fixed;
    top: 40%;
    left: 45%;
    margin-top: -50px;
    margin-left: -100px;
}

.alert-message[b-ety1rxsbzz] {
    color: red;
}

main[b-ety1rxsbzz] {
    flex: 1;
    background-color: #edf2f9;
    margin-top: 0;
    padding: 4rem 0;
    min-height: 100vh;
    z-index: 0;
    width: 100%;
    /* min-width: 100vh; */
}

main.dark[b-ety1rxsbzz] {
    flex: 1;
    margin-top: 1.9rem;
    padding: 2rem 1.5rem;
    background: #2f3d50;
    color: #fff;
    min-height: calc(100vh - 3.1vh);
    /* min-width: 100vh; */
}

main.dark label[b-ety1rxsbzz] {
    background: #1f2937;
}

.user-wrapper small[b-ety1rxsbzz] {
    display: inline-block;
    color: #8d99ae;
}

@media only screen and (max-width: 1200px) {
    .sidebar.close ~ .home-section[b-ety1rxsbzz] {
        left: 78px;
        width: calc(100% - 78px);
    }

    .sidebar.close ~ .home-section header[b-ety1rxsbzz] {
        left: 78px;
        width: calc(100% - 78px);
    }
}

@media only screen and (max-width: 625px) {
    #app > div.main-content > header > div.user-wrapper > div > div > a[b-ety1rxsbzz] {
        font-size: 10px !important;
    }

    .main-content > header > div.user-wrapper > div > div > div > span[b-ety1rxsbzz] {
        display: none;
    }

    header[b-ety1rxsbzz] {
        padding: 0.4rem 0 0.4rem 0;
    }

    header i[b-ety1rxsbzz] {
        display: none;
    }

    header h5 label[b-ety1rxsbzz] {
        display: none;
    }

    header span[b-ety1rxsbzz] {
        display: none;
    }

    .user-wrapper[b-ety1rxsbzz] {
        display: inline-block;
    }

    header.dark[b-ety1rxsbzz] {
        padding: 0.4rem 0 0.4rem 0;
    }

    .theme-switcher[b-ety1rxsbzz] {
        display: none;
    }
}

.switch[b-ety1rxsbzz] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 34px;
}

.switch input[b-ety1rxsbzz] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-ety1rxsbzz] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider[b-ety1rxsbzz]:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider[b-ety1rxsbzz] {
    background-color: #2196f3;
}

input:focus + .slider[b-ety1rxsbzz] {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider[b-ety1rxsbzz]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-ety1rxsbzz] {
    border-radius: 34px;
}

.slider.round[b-ety1rxsbzz]:before {
    border-radius: 50%;
}

.card-single[b-ety1rxsbzz] {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 2rem;
    border-radius: 2px;
}

.card-single div:last-child span[b-ety1rxsbzz] {
    font-size: 3rem;
    color: #0077b6;
}

.card-single div:first-child span[b-ety1rxsbzz] {
    color: #7387a1;
}

.card-single:last-child[b-ety1rxsbzz] {
    background: #096da7;
}

.card-single:last-child h1[b-ety1rxsbzz],
.card-single:last-child div:first-child span[b-ety1rxsbzz],
.card-single:last-child div:last-child span[b-ety1rxsbzz] {
    color: #fff;
}

/******MAIN LAYOUT*****/
.card[b-ety1rxsbzz] {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.card.dark[b-ety1rxsbzz] {
    background-color: #1f2937;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.card:hover[b-ety1rxsbzz] {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
  
/* /Components/Layout/LoginDisplay.razor.rz.scp.css */
.notif[b-4ev8ij2ef8]{
    height: 10px;
    position: relative;
    right: 0.7rem !important;
    top: 12px;
}

.badge-block[b-4ev8ij2ef8] {
    position: relative;
    display: inline-block;
    margin: 10px 13px 0px 10px;
}

.e-badge.e-badge-overlap[b-4ev8ij2ef8]{
    margin-top: 2px !important;
}

.login-info[b-4ev8ij2ef8] {
    display: flex;
}

a:hover[b-4ev8ij2ef8] {
    color: #fff;
}

.circle-spin[b-4ev8ij2ef8] {
    margin-right: 0.5rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #607EAA;
    /* display: inline-block;*/
}

.logout-btn[b-4ev8ij2ef8] {
    background: rgba(239, 246, 253, 0.19);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    border: 1px solid rgba(239, 246, 253, 0.09);
    box-shadow: -1px 8px 53px -14px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 8px 53px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 8px 53px -14px rgba(0, 0, 0, 0.75);
}

.spin-clr[b-4ev8ij2ef8] {
    color: #fff;
}

.spin-clr :hover[b-4ev8ij2ef8] {
    color: #fff !important;
}

.logout-btn:hover[b-4ev8ij2ef8] {
    background: #607EAA;
    color: #fff !important;
    font-weight: 500 !important;
    /* font-size: .825rem !important; */
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    border: 1px solid rgba(239, 246, 253, 0.09);
    box-shadow: -1px 8px 53px -14px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 8px 53px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 8px 53px -14px rgba(0, 0, 0, 0.75);
    transition: all 0.0s ease !important;
}

.rounded[b-4ev8ij2ef8] {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 8px;
    height: 9px;
}

.prefix-user[b-4ev8ij2ef8] {
    font-weight: 600;
}

a[b-4ev8ij2ef8] {
    text-decoration: none;
}

@media only screen and (max-width: 776px) {
    .login-info span[b-4ev8ij2ef8] {
        display: none;
    }

    button[b-4ev8ij2ef8] {
        display: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
*[b-xnyv5dlfu6] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

header[b-xnyv5dlfu6] {
    display: flex;
    justify-content: space-between;
    background: #e1e8fa;
    padding: 0.4rem 0 0.4rem 1.5rem;
    position: fixed;
    left: 260px;
    width: calc(100% - 260px);
    top: 0;
    z-index: 100;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
}

header.dark[b-xnyv5dlfu6] {
    display: flex;
    justify-content: space-between;
    background: #1f2937;
    color: #fff;
    padding: 0.4rem 1.5rem;
    position: fixed;
    left: 260px;
    width: calc(100% - 260px);
    top: 0;
    z-index: 100;
    /*box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);*/
}

.login-dispaly[b-xnyv5dlfu6] {
    align-items: end;
}

.centered[b-xnyv5dlfu6] {
    position: fixed;
    top: 40%;
    left: 45%;
    margin-top: -50px;
    margin-left: -100px;
}

.alert-message[b-xnyv5dlfu6] {
    color: red;
}

main[b-xnyv5dlfu6] {
    flex: 1;
    background-color: #edf2f9;
    margin-top: 0;
    padding: 4rem 0;
    min-height: 100vh;
    /* min-width: 100vh; */
}

main.dark[b-xnyv5dlfu6] {
    flex: 1;
    margin-top: 1.9rem;
    padding: 2rem 1.5rem;
    background: #2f3d50;
    color: #fff;
    min-height: calc(100vh - 3.1vh);
    /* min-width: 100vh; */
}

main.dark label[b-xnyv5dlfu6] {
    background: #1f2937;
}

.user-wrapper small[b-xnyv5dlfu6] {
    display: inline-block;
    color: #8d99ae;
}

@media only screen and (max-width: 1200px) {
    .sidebar.close ~ .home-section[b-xnyv5dlfu6] {
        left: 78px;
        width: calc(100% - 78px);
    }

    .sidebar.close ~ .home-section header[b-xnyv5dlfu6] {
        left: 78px;
        width: calc(100% - 78px);
    }
}

@media only screen and (max-width: 625px) {
    #app > div.main-content > header > div.user-wrapper > div > div > a[b-xnyv5dlfu6] {
        font-size: 10px !important;
    }

    .main-content > header > div.user-wrapper > div > div > div > span[b-xnyv5dlfu6] {
        display: none;
    }

    header[b-xnyv5dlfu6] {
        padding: 0.4rem 0 0.4rem 0;
    }

    header i[b-xnyv5dlfu6] {
        display: none;
    }

    header h5 label[b-xnyv5dlfu6] {
        display: none;
    }

    header span[b-xnyv5dlfu6] {
        display: none;
    }

    .user-wrapper[b-xnyv5dlfu6] {
        display: inline-block;
    }

    header.dark[b-xnyv5dlfu6] {
        padding: 0.4rem 0 0.4rem 0;
    }

    .theme-switcher[b-xnyv5dlfu6] {
        display: none;
    }
}

.switch[b-xnyv5dlfu6] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 34px;
}

.switch input[b-xnyv5dlfu6] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-xnyv5dlfu6] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider[b-xnyv5dlfu6]:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider[b-xnyv5dlfu6] {
    background-color: #2196f3;
}

input:focus + .slider[b-xnyv5dlfu6] {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider[b-xnyv5dlfu6]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-xnyv5dlfu6] {
    border-radius: 34px;
}

.slider.round[b-xnyv5dlfu6]:before {
    border-radius: 50%;
}

.card-single[b-xnyv5dlfu6] {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 2rem;
    border-radius: 2px;
}

.card-single div:last-child span[b-xnyv5dlfu6] {
    font-size: 3rem;
    color: #0077b6;
}

.card-single div:first-child span[b-xnyv5dlfu6] {
    color: #7387a1;
}

.card-single:last-child[b-xnyv5dlfu6] {
    background: #096da7;
}

.card-single:last-child h1[b-xnyv5dlfu6],
.card-single:last-child div:first-child span[b-xnyv5dlfu6],
.card-single:last-child div:last-child span[b-xnyv5dlfu6] {
    color: #fff;
}

/******MAIN LAYOUT*****/
.card[b-xnyv5dlfu6] {
    background-color: #ffffff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}


.card:hover[b-xnyv5dlfu6] {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}


.page[b-xnyv5dlfu6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-xnyv5dlfu6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

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

    .sidebar[b-xnyv5dlfu6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

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

#blazor-error-ui[b-xnyv5dlfu6] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-xnyv5dlfu6] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
  
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ow7d4wtm30],
.components-reconnect-repeated-attempt-visible[b-ow7d4wtm30],
.components-reconnect-failed-visible[b-ow7d4wtm30],
.components-pause-visible[b-ow7d4wtm30],
.components-resume-failed-visible[b-ow7d4wtm30],
.components-rejoining-animation[b-ow7d4wtm30] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ow7d4wtm30],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ow7d4wtm30],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ow7d4wtm30],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ow7d4wtm30],
#components-reconnect-modal.components-reconnect-retrying[b-ow7d4wtm30],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ow7d4wtm30],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ow7d4wtm30],
#components-reconnect-modal.components-reconnect-failed[b-ow7d4wtm30],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ow7d4wtm30] {
    display: block;
}


#components-reconnect-modal[b-ow7d4wtm30] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ow7d4wtm30 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ow7d4wtm30 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ow7d4wtm30 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ow7d4wtm30]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ow7d4wtm30 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ow7d4wtm30 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ow7d4wtm30 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ow7d4wtm30 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ow7d4wtm30] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ow7d4wtm30] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ow7d4wtm30] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ow7d4wtm30] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ow7d4wtm30] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ow7d4wtm30] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ow7d4wtm30] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ow7d4wtm30 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ow7d4wtm30] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ow7d4wtm30 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/AccessControlPage.razor.rz.scp.css */
:root[b-uiagdg1awu] {
    --fabric-bg: #fff;
    --fabric-border: #c6c6c6;
    --fabric-border-hover: #8a8886;
    --fabric-primary: #0078d4;
    --fabric-primary-dark: #106ebe;
    --fabric-text: #323130;
    --fabric-muted: #605e5c;
    --fabric-disabled: #a19f9d;
    --fabric-check: #fff;
    --focus-ring: rgba(0,120,212,0.35);
}

/* Container */
.ms-Checkbox[b-uiagdg1awu] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    color: var(--fabric-text);
    font: 14px/1.4 Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

/* Hide native checkbox but keep accessibility */
.ms-Checkbox-input[b-uiagdg1awu] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Visual box */
.ms-Checkbox-box[b-uiagdg1awu] {
    width: 18px;
    height: 18px;
    border: 1px solid var(--fabric-border);
    border-radius: 2px;
    background: var(--fabric-bg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color .15s, background-color .15s, box-shadow .15s;
}

/* Checkmark icon */
.ms-Checkbox-check[b-uiagdg1awu] {
    width: 18px;
    height: 18px;
    stroke: var(--fabric-check);
    stroke-width: 2.5;
    fill: none;
    opacity: 0;
    transition: opacity .15s;
}

/* Label text */
.ms-Checkbox-label[b-uiagdg1awu] {
    color: var(--fabric-text);
}

/* Hover */
.ms-Checkbox:hover .ms-Checkbox-box[b-uiagdg1awu] {
    border-color: var(--fabric-border-hover);
}

/* Focus visible */
.ms-Checkbox-input:focus-visible + .ms-Checkbox-box[b-uiagdg1awu] {
    box-shadow: 0 0 0 3px var(--focus-ring);
    border-color: var(--fabric-primary);
}

/* Checked state */
.ms-Checkbox-input:checked + .ms-Checkbox-box[b-uiagdg1awu] {
    background: var(--fabric-primary);
    border-color: var(--fabric-primary);
}
.ms-Checkbox-input:checked + .ms-Checkbox-box .ms-Checkbox-check[b-uiagdg1awu] {
    opacity: 1;
}

/* Active press feedback */
.ms-Checkbox:active .ms-Checkbox-box[b-uiagdg1awu] {
    border-color: var(--fabric-primary-dark);
}

/* Disabled */
.ms-Checkbox-input:disabled + .ms-Checkbox-box[b-uiagdg1awu] {
    background: #f3f2f1;
    border-color: var(--fabric-disabled);
}
.ms-Checkbox-input:disabled ~ .ms-Checkbox-label[b-uiagdg1awu] {
    color: var(--fabric-disabled);
    cursor: not-allowed;
}
.ms-Checkbox-input:disabled ~ .ms-Checkbox-box[b-uiagdg1awu] {
    cursor: not-allowed;
}
