@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.bundle.scp.css';

/* _content/SURI.Web/Components/Layout/AdminMainLayout.razor.rz.scp.css */
.float[b-wzb8kbct72] {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #1292A5;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    opacity: 0.2;
    z-index: 1000;
    transition: opacity 0.3s ease;
}

    .float:hover[b-wzb8kbct72] {
        opacity: 1;
    }

.my-float[b-wzb8kbct72] {
    margin-top: 22px; /* Center icon or text vertically */
}


.main-container[b-wzb8kbct72] {
}
/* _content/SURI.Web/Components/Layout/AdminMenu/Left.razor.rz.scp.css */
.side-menu[b-bh6azkfmrt] {
    height: 100vh;
    list-style: none;
    margin: 0;
    padding: 10px 0px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 5px 0px 5px lightgray;
}

.side-menu-item + .side-menu-item[b-bh6azkfmrt] {
    margin-top: .5rem;
}

.side-menu-link[b-bh6azkfmrt] {
    z-index: 199;
    color: #FFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0px;
    position: relative;
}

    .side-menu-link:hover[b-bh6azkfmrt] {
        background-color: #1292A5;
        outline: 0;
        cursor: pointer !important;
    }

        .side-menu-link:hover span[b-bh6azkfmrt] {
            transform: scale(1);
            opacity: 1;
        }

    .side-menu-link i[b-bh6azkfmrt] {
        font-size: 1.2rem;
        color: gray;
    }

    .side-menu-link:hover i[b-bh6azkfmrt] {
        color: ghostwhite;
    }

    .side-menu-link span[b-bh6azkfmrt] {
        position: absolute;
        background-color: #1292A5;
        white-space: nowrap;
        padding: .5rem 1rem;
        border-radius: 6px;
        left: calc(100% + 0.5rem);
        transform-origin: center left;
        transform: scale(0);
        opacity: 0;
        transition: .15s ease;
    }

        .side-menu-link span[b-bh6azkfmrt]:before {
            content: "";
            display: block;
            background-color: #1292A5;
            width: 12px;
            height: 12px;
            position: absolute;
            left: -5px;
            top: 50%;
            transform: translatey(-50%) rotate(45deg);
            border-radius: 3px;
        }
/* _content/SURI.Web/Components/Layout/AdminMenu/Top.razor.rz.scp.css */
.navbar[b-haao530gt7] {
    background-color: #263A41 !important;
    z-index: 1000;
    padding: 2px;
}

.navbar-nav[b-haao530gt7] {
    /* margin-right: 4px; */
}

.navbar-center[b-haao530gt7] {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.navbar-nav-group1[b-haao530gt7] {
    border-bottom: 4px solid lightgreen;
    margin: 0px 10px !important;
}

.navbar-nav-group2[b-haao530gt7] {
    border-bottom: 4px solid lightblue;
    margin: 0px 10px !important;
}

.navbar-nav-group3[b-haao530gt7] {
    border-bottom: 4px solid lightyellow;
    margin: 0px 10px !important;
}

.top-menu[b-haao530gt7] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-menu-item[b-haao530gt7] {
    margin: 0rem 0.5rem;
}

.top-menu-link[b-haao530gt7] {
    color: lightgray;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background-color 0.3s ease;
}

.top-menu-profile[b-haao530gt7] {
    color: lightgray;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top-menu-link:hover[b-haao530gt7] {
    background-color: #1292A5;
    color: white;
    outline: 0;
}

    .top-menu-link:hover i[b-haao530gt7] {
        color: white;
    }

.top-menu-link i[b-haao530gt7] {
    font-size: 1.2rem;
    color: lightgray;
    margin: 0rem 0.5rem;
}

.top-menu-link span[b-haao530gt7] {
    position: absolute;
    background-color: #1292A5;
    color: white;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    top: calc(100% + 0.5rem);
    transform-origin: center top;
    transform: scale(0);
    opacity: 0;
    transition: 0.15s ease;
}

.top-menu-link:hover span[b-haao530gt7] {
    transform: scale(1);
    opacity: 1;
}

.top-menu-link span[b-haao530gt7]:before {
    content: "";
    display: block;
    background-color: #1292A5;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
/* _content/SURI.Web/Components/Layout/EmptyLayout.razor.rz.scp.css */
.main-container[b-mhpx5c5z3n] {
}
/* _content/SURI.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.float[b-y1zf2wig5v] {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #1292A5;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    opacity: 0.2;
    z-index: 1000;
    transition: opacity 0.3s ease;
}

    .float:hover[b-y1zf2wig5v] {
        opacity: 1;
    }

.my-float[b-y1zf2wig5v] {
    margin-top: 22px; /* Center icon or text vertically */
}

.main-container[b-y1zf2wig5v] {
}

.bug-icon[b-y1zf2wig5v] {
    font-size: 2.25rem; /* 36px */
}
/* _content/SURI.Web/Components/Layout/Menu/Left.razor.rz.scp.css */
.side-menu[b-m9e7kdc84h] {
    height: 100vh;
    list-style: none;
    margin: 0;
    padding: 10px 0px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 5px 0px 5px lightgray;
}

.side-menu-item + .side-menu-item[b-m9e7kdc84h] {
    margin-top: .5rem;
}

.side-menu-link[b-m9e7kdc84h] {
    z-index: 199;
    color: #FFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0px;
    position: relative;
}

    .side-menu-link-active[b-m9e7kdc84h] {
        background-color: #1292A5;
        outline: 0;
        cursor: pointer !important;
    }

        .side-menu-link-active i[b-m9e7kdc84h] {
            font-size: 1.2rem;
            color: ghostwhite !important;
        }

    .side-menu-link:hover[b-m9e7kdc84h] {
        background-color: #1292A5;
        outline: 0;
        cursor: pointer !important;
    }

        .side-menu-link:hover span[b-m9e7kdc84h] {
            transform: scale(1);
            opacity: 1;
        }

    .side-menu-link i[b-m9e7kdc84h] {
        font-size: 1.2rem;
        color: gray;
    }

    .side-menu-link:hover i[b-m9e7kdc84h] {
        color: ghostwhite;
    }

    .side-menu-link span[b-m9e7kdc84h] {
        position: absolute;
        background-color: #1292A5;
        white-space: nowrap;
        padding: .5rem 1rem;
        border-radius: 6px;
        left: calc(100% + 0.5rem);
        transform-origin: center left;
        transform: scale(0);
        opacity: 0;
        transition: .15s ease;
    }

        .side-menu-link span[b-m9e7kdc84h]:before {
            content: "";
            display: block;
            background-color: #1292A5;
            width: 12px;
            height: 12px;
            position: absolute;
            left: -5px;
            top: 50%;
            transform: translatey(-50%) rotate(45deg);
            border-radius: 3px;
        }
/* _content/SURI.Web/Components/Layout/Menu/RightDrawer.razor.rz.scp.css */
/* _content/SURI.Web/Components/Layout/Menu/Top.razor.rz.scp.css */
.navbar[b-i48pjw07wx] {
    background-color: #263A41 !important;
    z-index: 1000;
    padding: 2px;
}

.navbar-nav[b-i48pjw07wx] {
    /* margin-right: 4px; */
}

.navbar-center[b-i48pjw07wx] {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.navbar-nav-group1[b-i48pjw07wx] {
    border-bottom: 4px solid lightgreen;
    margin: 0px 10px !important;
}

.navbar-nav-group2[b-i48pjw07wx] {
    border-bottom: 4px solid lightblue;
    margin: 0px 10px !important;
}

.navbar-nav-group3[b-i48pjw07wx] {
    border-bottom: 4px solid lightyellow;
    margin: 0px 10px !important;
}

.top-menu[b-i48pjw07wx] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-menu-item[b-i48pjw07wx] {
    margin: 0rem 2px;
}

.top-menu-link[b-i48pjw07wx] {
    color: lightgray;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background-color 0.3s ease;
}

.top-menu-profile[b-i48pjw07wx] {
    color: lightgray;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top-menu-link:hover[b-i48pjw07wx] {
    background-color: #1292A5;
    color: white;
    outline: 0;
}

    .top-menu-link:hover i[b-i48pjw07wx] {
        color: white;
    }

.top-menu-link i[b-i48pjw07wx] {
    font-size: 1.2rem;
    color: lightgray;
    margin: 0rem 0.5rem;
}

.top-menu-link span[b-i48pjw07wx] {
    position: absolute;
    background-color: #1292A5;
    color: white;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    top: calc(100% + 0.5rem);
    transform-origin: center top;
    transform: scale(0);
    opacity: 0;
    transition: 0.15s ease;
}

.top-menu-link:hover span[b-i48pjw07wx] {
    transform: scale(1);
    opacity: 1;
}

.top-menu-link span[b-i48pjw07wx]:before {
    content: "";
    display: block;
    background-color: #1292A5;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
/* _content/SURI.Web/Components/Pages/Admin/Auth/Login.razor.rz.scp.css */
.admin-login-label[b-1g0ybo8vev] {
    font-family: "Raleway", sans-serif;
    font-size: 11pt;
}

.admin-login-card[b-1g0ybo8vev] {
    background: #fbfbfb;
    border-radius: 8px;
    box-shadow: 1px 2px 8px #263A41;
    height: 410px;
    margin: 6rem auto 8.1rem auto;
    width: 329px;
}

.admin-login-card-content[b-1g0ybo8vev] {
    padding: 12px 44px;
}

.admin-login-card-title[b-1g0ybo8vev] {
    font-family: "Raleway Thin", sans-serif;
    letter-spacing: 4px;
    padding-bottom: 23px;
    padding-top: 13px;
    text-align: center;
}

.admin-login-submit-btn[b-1g0ybo8vev] {
    background: -webkit-linear-gradient(right, #263A41, #1292A5);
    border: none;
    border-radius: 21px;
    box-shadow: 0px 1px 8px #263A41;
    cursor: pointer;
    color: white;
    font-family: "Raleway SemiBold", sans-serif;
    height: 42.3px;
    margin: 0 auto;
    margin-top: 50px;
    transition: 0.25s;
    width: 153px;
}

    .admin-login-submit-btn:hover[b-1g0ybo8vev] {
        box-shadow: 0px 1px 18px #263A41;
    }

.admin-login-form[b-1g0ybo8vev] {
    align-items: left;
    display: flex;
    flex-direction: column;
}

.admin-login-form-border[b-1g0ybo8vev] {
    background: -webkit-linear-gradient(right, #263A41, #1292A5);
    height: 1px;
    width: 100%;
}

.admin-login-form-content[b-1g0ybo8vev] {
    background: #fbfbfb;
    border: none !important;
    outline: none;
    padding-top: 14px;
}

.admin-login-underline-title[b-1g0ybo8vev] {
    background: -webkit-linear-gradient(right, #263A41, #1292A5);
    height: 2px;
    margin: -0.1rem auto 0 auto;
    width: 160px;
}
/* _content/SURI.Web/Components/Pages/Client/Dashboard/Dashboard.razor.rz.scp.css */
/* outer container */
.dashboard-container[b-i59f5608p0] {
    display: flex;
    height: 100%; /* fill the viewport height */
    gap: 10px; /* space between child divs */
    background-color: #F0F2F5;
}

/* left & right sidebars */
.sidebar-left[b-i59f5608p0] {
    flex: 0 0 400px; /* fixed width */
    padding: 5px;
}

.sidebar-right[b-i59f5608p0] {
    flex: 0 0 400px; /* fixed width */
    padding: 5px;
    background-color: #ffffff;
}

/* center area with two stacked boxes */
.center[b-i59f5608p0] {
    flex: 1; /* take remaining width */
    display: flex;
    flex-direction: column;
    gap: 10px; /* space between top & bottom */
    background-color: #ffffff;
}

    .center > div[b-i59f5608p0] {
        flex: 1; /* equally share height */
    }


/* Container to constrain card width */
.cards-container[b-i59f5608p0] {
    width: 100%;
    max-width: 400px;
}

/* Card styling */
.appointment-card[b-i59f5608p0] {
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    margin-bottom: 8px;
    /* subtle shadow for depth */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    /* Title (name) */
    .appointment-card .card-title[b-i59f5608p0] {
        font-size: 1.25rem;
        margin-bottom: 8px;
        color: #222;
    }

    /* Time line */
    .appointment-card .card-time[b-i59f5608p0] {
        font-size: 0.95rem;
        margin-bottom: 12px;
        color: #5E60CE;
    }

    /* Follow-up text */
    .appointment-card .card-text[b-i59f5608p0] {
        font-size: 0.95rem;
        color: #666666;
    }
/* _content/SURI.Web/Components/Pages/Client/HR/BusinessEntities/Documents/BusinessEntitiesDocuments.razor.rz.scp.css */
.custom-drop-zone[b-p4s11vlytd] {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}

    .custom-drop-zone.custom-drop-zone-hover[b-p4s11vlytd] {
        border-style: solid;
    }

    .custom-drop-zone svg[b-p4s11vlytd] {
        width: 42px;
        height: 42px;
    }

    .custom-drop-zone > *:not(#overviewDemoSelectButton)[b-p4s11vlytd] {
        pointer-events: none;
    }

/* Responsive grid gallery */
.gallery[b-p4s11vlytd] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 0fr));
    gap: 16px;
    padding: 0;
    margin: 0;
    grid-auto-rows: 220px;
}
/* _content/SURI.Web/Components/Pages/Client/HR/BusinessEntities/Documents/BusinessEntityDocumentCard.razor.rz.scp.css */
.image-card[b-7i3n2z8s3x] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
}

.image-wrapper[b-7i3n2z8s3x] {
    position: relative;
    overflow: hidden;
    background: #f0f0f0; /* placeholder while loading */
    flex-grow: 1;
}

    .image-wrapper img[b-7i3n2z8s3x] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .3s;
    }

    .image-wrapper:hover img[b-7i3n2z8s3x] {
        transform: scale(1.05);
        cursor: pointer;
    }

.timestamp[b-7i3n2z8s3x] {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 4px 8px;
    font-size: 0.85rem;
    border-radius: 4px;
}

.menu-toggle[b-7i3n2z8s3x] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(4px);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background 0.2s;
}

    .menu-toggle:hover[b-7i3n2z8s3x] {
        background: rgba(255,255,255,0.9);
    }

    .menu-toggle i[b-7i3n2z8s3x] {
        font-size: 16px;
    }

.menu[b-7i3n2z8s3x] {
    position: absolute;
    top: 44px;
    right: 8px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding: 4px 0;
    display: none;
    min-width: 140px;
    z-index: 10;
}

    .menu.show[b-7i3n2z8s3x] {
        display: block;
    }

.menu-item[b-7i3n2z8s3x] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    font-size: 0.9rem;
    color: #333;
    cursor: pointer;
    transition: background 0.2s;
}

    .menu-item:hover[b-7i3n2z8s3x] {
        background: #f5f5f5;
    }

    .menu-item.danger[b-7i3n2z8s3x] {
        color: #e74c3c;
    }

        .menu-item.danger:hover[b-7i3n2z8s3x] {
            background: rgba(231,76,60,0.1);
        }

.filename[b-7i3n2z8s3x] {
    padding: 10px 12px;
    font-size: 0.9rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.loading[b-7i3n2z8s3x], .error-container[b-7i3n2z8s3x] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #555;
}

/* HTML: <div class="loader"></div> */
.loader[b-7i3n2z8s3x] {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3-b-7i3n2z8s3x 1s infinite linear;
}

@keyframes l3-b-7i3n2z8s3x {
    to {
        transform: rotate(1turn)
    }
}
/* _content/SURI.Web/Components/Pages/Client/HR/Documents/Dialogs/DocumentDetailsDlg.razor.rz.scp.css */
.overlay[b-alx5r4wd3h] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.2);
}

.imgContainer[b-alx5r4wd3h] {
    cursor: pointer;
}

    .imgContainer:hover .overlay[b-alx5r4wd3h] {
        opacity: 1;
    }

.icon[b-alx5r4wd3h] {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.imgContainer img[b-alx5r4wd3h] {
    width: 300px;
    max-height: 400px;
}

.tag-container[b-alx5r4wd3h] {
    display: flex;
    width: 100%;
    min-height: 37px;
    padding: 2px 0px;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0.8px solid #dee2e6;
}

.tag-list[b-alx5r4wd3h] {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline;
}

.tag-list-item[b-alx5r4wd3h] {
    display: inline-block;
    background-color: rgba(218, 208, 225, 0.53);
    padding: .5em;
    margin: .125em;
    border-radius: 5px;
    white-space: nowrap;
}
/* _content/SURI.Web/Components/Pages/Client/HR/Documents/Documents.razor.rz.scp.css */
.document-name[b-2u5utga2d9] {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    vertical-align: middle;
}

.document-img:hover[b-2u5utga2d9]{
    cursor: pointer;
}

/* Responsive grid gallery */
.gallery[b-2u5utga2d9] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 0fr));
    gap: 16px;
    padding: 0;
    margin: 0;
    grid-auto-rows: 220px;
}
/* _content/SURI.Web/Components/Pages/Client/HR/Task/ViewTask.razor.rz.scp.css */
/* Styles for ViewTask component */

/* Container adjustments to provide bottom space for fixed comment bar */
.view-task-page-container[b-bbgeye75nd] {
    margin-bottom: 180px; /* keep space for comment input bar */
}

/* Fixed comment bar at bottom */
.task-comment-bar[b-bbgeye75nd] {
    background-color: #F2F0EF;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

/* File drop zone */
.file-drop-zone[b-bbgeye75nd] {
    height: 70px;
    background-color: #DCDCDC;
    transition: border .2s ease-in-out, background-color .2s ease-in-out;
    border: 2px dashed transparent;
}

.file-drop-zone.hover[b-bbgeye75nd] {
    border-color: #0d6efd; /* bootstrap primary */
    background-color: #e7f1ff;
}

/* Attachment list */
.attachment-item i[b-bbgeye75nd] {
    cursor: pointer;
}

/* Make patient dropdown wider */
.cw-480[b-bbgeye75nd] { min-width: 480px; }

/* Utility */
.link-icon[b-bbgeye75nd] { cursor: pointer; }

/* _content/SURI.Web/Components/Pages/Client/Inventory/Dialogs/InventoryUsageHistoryDlg.razor.rz.scp.css */
.statistics-container[b-0akxiuvdao]{
    display: flex;
    flex-direction: row;
    gap: 10px
}

.statistics-square[b-0akxiuvdao] {
    flex: 1 1 0;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
}

.statistics-current-stock[b-0akxiuvdao] {
    background-color: #0ebe7e;
    color: white;
}

.statistics-total-used[b-0akxiuvdao] {
    background-color: #dee2e6;
    color: black;
}

.statistics-usage-session[b-0akxiuvdao] {
    background-color: #dee2e6;
    color: black;
}
/* _content/SURI.Web/Components/Pages/Client/Login/Login.razor.rz.scp.css */
.admin-login-label[b-ltxqj4r391] {
    font-family: "Raleway", sans-serif;
    font-size: 11pt;
}

.admin-login-card[b-ltxqj4r391] {
    background: #fbfbfb;
    border-radius: 8px;
    box-shadow: 1px 2px 8px #263A41;
    height: 500px;
    margin: 6rem auto 8.1rem auto;
    width: 390px;
}

.admin-login-card-content[b-ltxqj4r391] {
    padding: 12px 44px;
}

.admin-login-card-title[b-ltxqj4r391] {
    font-family: "Raleway Thin", sans-serif;
    letter-spacing: 4px;
    padding-bottom: 23px;
    padding-top: 13px;
    text-align: center;
}

.admin-login-submit-btn[b-ltxqj4r391] {
    background: -webkit-linear-gradient(right, #263A41, #1292A5);
    border: none;
    border-radius: 21px;
    box-shadow: 0px 1px 8px #263A41;
    cursor: pointer;
    color: white;
    font-family: "Raleway SemiBold", sans-serif;
    height: 42.3px;
    margin: 0 auto;
    margin-top: 50px;
    transition: 0.25s;
    width: 153px;
}

    .admin-login-submit-btn:hover[b-ltxqj4r391] {
        box-shadow: 0px 1px 18px #263A41;
    }

.admin-login-form[b-ltxqj4r391] {
    align-items: left;
    display: flex;
    flex-direction: column;
}

.admin-login-form-border[b-ltxqj4r391] {
    background: -webkit-linear-gradient(right, #263A41, #1292A5);
    height: 1px;
    width: 100%;
}

.admin-login-form-content[b-ltxqj4r391] {
    background: #fbfbfb;
    border: none !important;
    outline: none;
    padding-top: 14px;
}

.admin-login-underline-title[b-ltxqj4r391] {
    background: -webkit-linear-gradient(right, #263A41, #1292A5);
    height: 2px;
    margin: -0.1rem auto 0 auto;
    width: 160px;
}

.login-with-google-btn[b-ltxqj4r391] {
    transition: background-color .3s, box-shadow .3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    &:hover {
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
    }&:active[b-ltxqj4r391] {
        background-color: #eeeeee;
    }&:focus[b-ltxqj4r391] {
        outline: none;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25), 0 0 0 3px #c8dafc;
    }&:disabled[b-ltxqj4r391] {
        filter: grayscale(100%);
        background-color: #ebebeb;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
        cursor: not-allowed;
    }
}

.version-text[b-ltxqj4r391] {
    font-size: 14px;
    color: dimgray;
}

.divider[b-ltxqj4r391] { /* minor cosmetics */
    display: table;
    color: gray;
    border-color: gray;
    font-size: 16px;
    text-align: center;
    width: 100%; /* divider width */
    margin: 12px auto 18px auto; /* spacing above/below */
}

    .divider span[b-ltxqj4r391] {
        display: table-cell;
        position: relative;
    }

        .divider span:first-child[b-ltxqj4r391], .divider span:last-child[b-ltxqj4r391] {
            width: 50%;
            top: 13px; /* adjust vertical align */
            -moz-background-size: 100% 2px; /* line width */
            background-size: 100% 2px; /* line width */
            background-position: 0 0, 0 100%;
            background-repeat: no-repeat;
        }

        .divider span:first-child[b-ltxqj4r391] { /* color changes in here */
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
            background-image: -webkit-linear-gradient(180deg, transparent, #000);
            background-image: -moz-linear-gradient(180deg, transparent, #000);
            background-image: -o-linear-gradient(180deg, transparent, #000);
            background-image: linear-gradient(90deg, transparent, #000);
        }

        .divider span:nth-child(2)[b-ltxqj4r391] {
            color: #000;
            padding: 0px 5px;
            width: auto;
            white-space: nowrap;
        }

        .divider span:last-child[b-ltxqj4r391] { /* color changes in here */
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
            background-image: -webkit-linear-gradient(180deg, #000, transparent);
            background-image: -moz-linear-gradient(180deg, #000, transparent);
            background-image: -o-linear-gradient(180deg, #000, transparent);
            background-image: linear-gradient(90deg, #000, transparent);
        }
/* _content/SURI.Web/Components/Pages/Client/Login/Registration.razor.rz.scp.css */
.admin-login-label[b-row1atvy31] {
    font-family: "Raleway", sans-serif;
    font-size: 11pt;
}

.admin-login-card[b-row1atvy31] {
    background: #fbfbfb;
    border-radius: 8px;
    box-shadow: 1px 2px 8px #263A41;
    height: 580px;
    margin: 6rem auto 8.1rem auto;
    width: 480px;
}

.admin-login-card-content[b-row1atvy31] {
    padding: 12px 44px;
}

.admin-login-card-title[b-row1atvy31] {
    font-family: "Raleway Thin", sans-serif;
    letter-spacing: 4px;
    padding-bottom: 23px;
    padding-top: 13px;
    text-align: center;
}

.admin-login-submit-btn[b-row1atvy31] {
    background: -webkit-linear-gradient(right, #263A41, #1292A5) !important;
    border: none !important;
    border-radius: 21px !important;
    box-shadow: 0px 1px 8px #263A41 !important;
    cursor: pointer !important;
    color: white !important;
    font-family: "Raleway SemiBold", sans-serif !important;
    height: 42.3px !important;
    margin: 0 auto !important;
    margin-top: 50px !important;
    transition: 0.25s !important;
    width: 153px !important;
}

    .admin-login-submit-btn:hover[b-row1atvy31] {
        box-shadow: 0px 1px 18px #263A41 !important;
    }

.admin-login-form[b-row1atvy31] {
    align-items: left;
    display: flex;
    flex-direction: column;
}

.admin-login-form-border[b-row1atvy31] {
    background: -webkit-linear-gradient(right, #263A41, #1292A5);
    height: 1px;
    width: 100%;
}

.admin-login-form-content[b-row1atvy31] {
    background: #fbfbfb;
    border: none !important;
    outline: none;
    padding-top: 14px;
}

.admin-login-underline-title[b-row1atvy31] {
    background: -webkit-linear-gradient(right, #263A41, #1292A5);
    height: 2px;
    margin: -0.1rem auto 0 auto;
    width: 320px;
}
/* _content/SURI.Web/Components/Pages/Client/Patients/Component/Documents.razor.rz.scp.css */
.custom-drop-zone[b-y9m2vtdy7v] {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}

    .custom-drop-zone.custom-drop-zone-hover[b-y9m2vtdy7v] {
        border-style: solid;
    }

    .custom-drop-zone svg[b-y9m2vtdy7v] {
        width: 42px;
        height: 42px;
    }

    .custom-drop-zone > *:not(#overviewDemoSelectButton)[b-y9m2vtdy7v] {
        pointer-events: none;
    }

/* Responsive grid gallery */
.gallery[b-y9m2vtdy7v] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 0fr));
    gap: 16px;
    padding: 0;
    margin: 0;
    grid-auto-rows: 220px;
}
/* _content/SURI.Web/Components/Pages/Client/Patients/Component/PatientDocumentCard.razor.rz.scp.css */
.image-card[b-g8mriubln7] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
}

.image-wrapper[b-g8mriubln7] {
    position: relative;
    overflow: hidden;
    background: #f0f0f0; /* placeholder while loading */
    flex-grow: 1;
}

    .image-wrapper img[b-g8mriubln7] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .3s;
    }

    .image-wrapper:hover img[b-g8mriubln7] {
        transform: scale(1.05);
        cursor: pointer;
    }

.timestamp[b-g8mriubln7] {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 4px 8px;
    font-size: 0.85rem;
    border-radius: 4px;
}

.menu-toggle[b-g8mriubln7] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(4px);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background 0.2s;
}

    .menu-toggle:hover[b-g8mriubln7] {
        background: rgba(255,255,255,0.9);
    }

    .menu-toggle i[b-g8mriubln7] {
        font-size: 16px;
    }

.menu[b-g8mriubln7] {
    position: absolute;
    top: 44px;
    right: 8px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding: 4px 0;
    display: none;
    min-width: 140px;
    z-index: 10;
}

    .menu.show[b-g8mriubln7] {
        display: block;
    }

.menu-item[b-g8mriubln7] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    font-size: 0.9rem;
    color: #333;
    cursor: pointer;
    transition: background 0.2s;
}

    .menu-item:hover[b-g8mriubln7] {
        background: #f5f5f5;
    }

    .menu-item.danger[b-g8mriubln7] {
        color: #e74c3c;
    }

        .menu-item.danger:hover[b-g8mriubln7] {
            background: rgba(231,76,60,0.1);
        }

.filename[b-g8mriubln7] {
    padding: 10px 12px;
    font-size: 0.9rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.loading[b-g8mriubln7], .error-container[b-g8mriubln7] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #555;
}

/* HTML: <div class="loader"></div> */
.loader[b-g8mriubln7] {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3-b-g8mriubln7 1s infinite linear;
}

@keyframes l3-b-g8mriubln7 {
    to {
        transform: rotate(1turn)
    }
}
/* _content/SURI.Web/Components/Pages/Client/Patients/Documents/Dialogs/PatientDocumentDetailsDlg.razor.rz.scp.css */
.overlay[b-lu2ri4eo1b] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.2);
}

.imgContainer[b-lu2ri4eo1b] {
    cursor: pointer;
}

    .imgContainer:hover .overlay[b-lu2ri4eo1b] {
        opacity: 1;
    }

.icon[b-lu2ri4eo1b] {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.imgContainer img[b-lu2ri4eo1b] {
    width: 300px;
    max-height: 400px;
}

.tag-container[b-lu2ri4eo1b] {
    display: flex;
    width: 100%;
    min-height: 37px;
    padding: 2px 0px;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0.8px solid #dee2e6;
}

.tag-list[b-lu2ri4eo1b] {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline;
}

.tag-list-item[b-lu2ri4eo1b] {
    display: inline-block;
    background-color: rgba(218, 208, 225, 0.53);
    padding: .5em;
    margin: .125em;
    border-radius: 5px;
    white-space: nowrap;
}
/* _content/SURI.Web/Components/Pages/Client/Patients/Documents/Documents.razor.rz.scp.css */
.document-name[b-ao6kb7gs94] {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    vertical-align: middle;
}

.document-img:hover[b-ao6kb7gs94]{
    cursor: pointer;
}

/* Responsive grid gallery */
.gallery[b-ao6kb7gs94] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 0fr));
    gap: 16px;
    padding: 0;
    margin: 0;
    grid-auto-rows: 220px;
}
/* _content/SURI.Web/Components/Pages/Client/Patients/Patients.razor.rz.scp.css */
.pager-container[b-mhwypqscui] {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border: 1px solid #d2d2d2;
    border-top: none;
}
/* _content/SURI.Web/Components/Pages/Client/Records/Component/EasySynopsisRecorder.razor.rz.scp.css */

/* _content/SURI.Web/Components/Pages/Client/Records/Dialog/NewRecord.razor.rz.scp.css */
/* _content/SURI.Web/Components/Pages/Client/Records/Dialog/Recording.razor.rz.scp.css */

/* _content/SURI.Web/Components/Pages/Client/Records/Editor.razor.rz.scp.css */
/* Container styles */
.accordion[b-cnvvc0ed8w] {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0px auto 10px auto;
}

/* Accordion header container */
.accordion-header[b-cnvvc0ed8w] {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f1f1f1;
}

/* Main header group: arrow, checkbox, header text */
.header-main[b-cnvvc0ed8w] {
    display: flex;
    align-items: center;
}

.toggle-label[b-cnvvc0ed8w] {
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-right: 8px;
}

.arrow-icon[b-cnvvc0ed8w] {
    display: inline-block;
    transition: transform 0.3s ease;
}

    .arrow-icon.expanded[b-cnvvc0ed8w] {
        transform: rotate(90deg);
    }

.header-checkbox[b-cnvvc0ed8w] {
    margin-right: 8px;
}

.header-text[b-cnvvc0ed8w] {
    font-weight: bold;
}

/* Right side icon buttons */
.header-buttons[b-cnvvc0ed8w] {
    margin-left: auto; /* push buttons to the far right */
    display: flex;
    align-items: center;
}

.icon-button[b-cnvvc0ed8w] {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
    margin-left: 5px;
}

/* Accordion content styles */
.accordion-content[b-cnvvc0ed8w] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #fff;
}

    .accordion-content.expanded[b-cnvvc0ed8w] {
        max-height: 1000px; /* Large enough to fit the content */
        padding: 10px;
    }

/* Style for the textarea */
textarea[b-cnvvc0ed8w] {
    width: 100%;
    height: 400px;
    border: none;
    resize: none; /* Disable manual resizing */
    padding: 8px;
}
/* _content/SURI.Web/Components/Pages/Client/Scheduling/Scheduling.razor.rz.scp.css */
.provider-dropdown[b-6aadrzi8n9]{
    width: 300px;
}
/* _content/SURI.Web/Components/Pages/Client/UserManagement/OrgStructure/NordCard.razor.rz.scp.css */
body[b-zfnwvhtsyj] {
}
/* _content/SURI.Web/Components/Pages/Client/UserManagement/Users/Component/Documents.razor.rz.scp.css */
.custom-drop-zone[b-1swbte6wu9] {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}

    .custom-drop-zone.custom-drop-zone-hover[b-1swbte6wu9] {
        border-style: solid;
    }

    .custom-drop-zone svg[b-1swbte6wu9] {
        width: 42px;
        height: 42px;
    }

    .custom-drop-zone > *:not(#overviewDemoSelectButton)[b-1swbte6wu9] {
        pointer-events: none;
    }

/* Responsive grid gallery */
.gallery[b-1swbte6wu9] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 0fr));
    gap: 16px;
    padding: 0;
    margin: 0;
    grid-auto-rows: 220px;
}
/* _content/SURI.Web/Components/Pages/Client/UserManagement/Users/Component/UserDocumentCard.razor.rz.scp.css */
.image-card[b-aam6wjv0v2] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
}

.image-wrapper[b-aam6wjv0v2] {
    position: relative;
    overflow: hidden;
    background: #f0f0f0; /* placeholder while loading */
    flex-grow: 1;
}

    .image-wrapper img[b-aam6wjv0v2] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .3s;
    }

    .image-wrapper:hover img[b-aam6wjv0v2] {
        transform: scale(1.05);
        cursor: pointer;
    }

.timestamp[b-aam6wjv0v2] {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 4px 8px;
    font-size: 0.85rem;
    border-radius: 4px;
}

.menu-toggle[b-aam6wjv0v2] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(4px);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background 0.2s;
}

    .menu-toggle:hover[b-aam6wjv0v2] {
        background: rgba(255,255,255,0.9);
    }

    .menu-toggle i[b-aam6wjv0v2] {
        font-size: 16px;
    }

.menu[b-aam6wjv0v2] {
    position: absolute;
    top: 44px;
    right: 8px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding: 4px 0;
    display: none;
    min-width: 140px;
    z-index: 10;
}

    .menu.show[b-aam6wjv0v2] {
        display: block;
    }

.menu-item[b-aam6wjv0v2] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    font-size: 0.9rem;
    color: #333;
    cursor: pointer;
    transition: background 0.2s;
}

    .menu-item:hover[b-aam6wjv0v2] {
        background: #f5f5f5;
    }

    .menu-item.danger[b-aam6wjv0v2] {
        color: #e74c3c;
    }

        .menu-item.danger:hover[b-aam6wjv0v2] {
            background: rgba(231,76,60,0.1);
        }

.filename[b-aam6wjv0v2] {
    padding: 10px 12px;
    font-size: 0.9rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.loading[b-aam6wjv0v2], .error-container[b-aam6wjv0v2] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #555;
}

/* HTML: <div class="loader"></div> */
.loader[b-aam6wjv0v2] {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3-b-aam6wjv0v2 1s infinite linear;
}

@keyframes l3-b-aam6wjv0v2 {
    to {
        transform: rotate(1turn)
    }
}
/* _content/SURI.Web/Components/Pages/Client/UserManagement/Users/Dialog/UserDocumentDetailsDlg.razor.rz.scp.css */
.overlay[b-01yjlruffy] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.2);
}

.imgContainer[b-01yjlruffy] {
    cursor: pointer;
}

    .imgContainer:hover .overlay[b-01yjlruffy] {
        opacity: 1;
    }

.icon[b-01yjlruffy] {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.imgContainer img[b-01yjlruffy] {
    width: 300px;
    max-height: 400px;
}

.tag-container[b-01yjlruffy] {
    display: flex;
    width: 100%;
    min-height: 37px;
    padding: 2px 0px;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0.8px solid #dee2e6;
}

.tag-list[b-01yjlruffy] {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline;
}

.tag-list-item[b-01yjlruffy] {
    display: inline-block;
    background-color: rgba(218, 208, 225, 0.53);
    padding: .5em;
    margin: .125em;
    border-radius: 5px;
    white-space: nowrap;
}
/* _content/SURI.Web/Components/Shared/FilterableTags.razor.rz.scp.css */
.chip-controller[b-bt8f2dexfx] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;

    /* ensure children can shrink so overflow works */
    min-height: 0;
}

.chip-control .search[b-bt8f2dexfx] {
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 100%;
    /* optional styling */
    padding: 8px;
    margin-bottom: 4px;
}

.filter-input[b-bt8f2dexfx] {
    width: 100%;
    max-width: 400px;
    padding: 8px 12px;
    margin-bottom: 16px;
    font-size: 1rem;
    box-sizing: border-box;
}

.chips-container[b-bt8f2dexfx] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1 1 auto;
    overflow-y: auto;
    /* very important for the overflow to work inside a flexbox */
    min-height: 0;
}

.chip-item input[type="checkbox"][b-bt8f2dexfx] {
    display: none;
}

.chip-item label.chip[b-bt8f2dexfx] {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 16px;
    background-color: #f0f0f0;
    cursor: pointer;
    user-select: none;
    border: 2px solid transparent;
    transition: border-color 0.2s;
}

.chip-item input[type="checkbox"]:checked + label.chip[b-bt8f2dexfx] {
    border-color: #007bff;
}

.chip-control .chip-button[b-bt8f2dexfx] {
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 100%;
    margin-top: 4px;
    padding: 8px;
}
