/* /Layout/MainLayout.razor.rz.scp.css */
body[b-prnmg7eix0] {
    background: #F3F2F9;
}
.content[b-prnmg7eix0] {
    background: #F3F2F9;
    height:calc(100vh - 80px) !important;
    overflow-y:auto;
}
.page[b-prnmg7eix0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

    .sidebar[b-prnmg7eix0] {
        width: 280px;
        height: 100vh !important;
        position: sticky;
        top: 0;
        background: #220011;
    }

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

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

    .top-row[b-prnmg7eix0], article[b-prnmg7eix0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-58ud2ea6on] {
    background-color: rgba(255, 255, 255, 0.1);
}





.bi[b-58ud2ea6on] {
    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-58ud2ea6on] {
    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-58ud2ea6on] {
    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-58ud2ea6on] {
    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-58ud2ea6on] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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

    .nav-scrollable[b-58ud2ea6on] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Entity Details/ProfileAndInformation/BasicInformationForm.razor.rz.scp.css */
[b-64i83uu071] .e-dialog .e-input-group, .e-input-group.e-control-wrapper[b-64i83uu071], .e-dialog .custom-textbox[b-64i83uu071] {
    margin-top: 0px !important;
    margin-bottom: 2px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

[b-64i83uu071] .validation-message {
    color: red;
    margin-top: 0 !important;
}

[b-64i83uu071] .e-toast-container .e-toast .e-toast-message .e-toast-title {
    font-size: 17px;
    font-weight: bolder;
}

[b-64i83uu071] .e-toast-container .e-toast .e-toast-message .e-toast-content {
    font-size: 15px;
    font-weight: normal;
}

[b-64i83uu071] .e-toast-container .e-toast {
    border-radius: 0.5rem;
}

[b-64i83uu071] #toast_default .e-meeting::before {
    content: "\e705";
    font-size: 17px;
}

[b-64i83uu071] .bootstrap4 #toast_default .e-meeting::before {
    content: "\e763";
    font-size: 20px;
}

[b-64i83uu071] .property-panel-content:last-child {
    padding: 0px 0px 40px 0px;
}

[b-64i83uu071] .textEdit {
    width: 100%;
    height: 100px;
    padding: 0.8rem;
}

[b-64i83uu071] b.example-label {
    font-size: 14px;
}

[b-64i83uu071] .content-wrapper div.row {
    padding: 15px 0px;
}

[b-64i83uu071] .small-textbox {
    padding-top: 5px;
}

[b-64i83uu071] .tailwind .small-textbox,
[b-64i83uu071] .tailwind-dark .small-textbox {
    padding-top: 3px;
}

[b-64i83uu071] .e-bigger .small-textbox {
    padding-top: 10px;
}

[b-64i83uu071] .tailwind .e-bigger .small-textbox,
[b-64i83uu071] .tailwind-dark .e-bigger .small-textbox {
    padding-top: 1px;
}

@@media only screen and (max-width: 480px) {
    [b-64i83uu071] .content-wrapper {
        width: 92%;
    }

    [b-64i83uu071] .col-xs-6,
    [b-64i83uu071] .col-xs-4,
    [b-64i83uu071] .col-xs-12 {
        padding: 10px 5px;
        width: 100%;
    }

    [b-64i83uu071] .content-wrapper div.row {
        padding: 0px;
    }
}

[b-64i83uu071] .fabric .row.material,
[b-64i83uu071] .bootstrap .row.material,
[b-64i83uu071] .bootstrap4 .row.material,
[b-64i83uu071] .bootstrap5 .row.material,
[b-64i83uu071] .highcontrast .row.material,
[b-64i83uu071] .tailwind .row.material,
[b-64i83uu071] .fluent .row.material,
[b-64i83uu071] .fabric-dark .row.material,
[b-64i83uu071] .bootstrap-dark .row.material,
[b-64i83uu071] .bootstrap5-dark .row.material,
[b-64i83uu071] .tailwind-dark .row.material,
[b-64i83uu071] .fluent-dark .row.material {
    display: none;
}

[b-64i83uu071] .sla-section {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
/* /Pages/Entity Details/ProfileAndInformation/Themes.razor.rz.scp.css */
.e-custom-picker .e-container .e-handler[b-9zfdfpso16] {
    background: transparent url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGc+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE2LDYgMTAsNiAxMCwwIDYsMCA2LDYgMCw2IDAsMTAgNiwxMCA2LDE2IDEwLDE2IDEwLDEwIDE2LDEwIAkiLz4KPC9nPgo8cGF0aCBkPSJNMTAsNlYwSDZ2NkgwdjRoNnY2aDR2LTZoNlY2SDEweiBNMTUsOUg5djZIN1Y5SDFWN2g2VjFoMnY2aDZWOXoiLz4KPC9zdmc+Cg==');
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    border: none;
    box-shadow: none;
    width: 16px;
}

.theme-grid[b-9zfdfpso16] {
    display: flex;
    flex-direction: column;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 20px;
}

.theme-field[b-9zfdfpso16] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.theme-action-row[b-9zfdfpso16] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding:20px;
}

.btn-preview[b-9zfdfpso16] {
    background-color: #007bff; /* blue button */
    color: white !important;
    padding: 0.55rem 1.4rem;
    border-radius: 6px;
    font-size: 0.95rem;
}

.btn-primary[b-9zfdfpso16] {
    padding: 0.55rem 1.4rem;
    border-radius: 6px;
    font-size: 0.95rem;
}


.theme-preview-shell[b-9zfdfpso16] {
    border-radius: 10px;
    border: 1px dashed #ddd;
    overflow: hidden;
    background-color: var(--primary-color);
    font-family: var(--app-font), sans-serif;
    min-height: 320px;
}

.theme-preview-topbar[b-9zfdfpso16] {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: var(--secondary-color);
    box-shadow: 0 2px 3px rgba(0,0,0,0.08);
}

.menu-icon[b-9zfdfpso16] {
    font-size: 18px;
    color: #000;
}

.topbar-right[b-9zfdfpso16] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.notif-badge[b-9zfdfpso16] {
    padding: 0.15rem 0.45rem;
    border-radius: 12px;
    font-size: 0.7rem;
    background-color: #ff6b6b;
    color: white;
}

.avatar[b-9zfdfpso16] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #f57c00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: white;
}

.theme-preview-tabs[b-9zfdfpso16] {
    display: flex;
    margin: 0.75rem 1rem 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #000;
    background-color: #fff;
    font-family: var(--app-font);
}

    /* base tab style */
    .theme-preview-tabs button.tab[b-9zfdfpso16] {
        flex: 1;
        padding: 0.4rem 0.6rem;
        border: none;
        background: transparent;
        cursor: pointer;
        font-size: 0.85rem;
        font-family: var(--app-font);
    }

        /* ACTIVE TAB – SECONDARY COLOR */
        .theme-preview-tabs button.tab.active[b-9zfdfpso16] {
            background-color: var(--secondary-color);
        }

        /* HOVER – ONLY PLACE WHERE HIGHLIGHT COLOR IS USED */
        .theme-preview-tabs button.tab:hover[b-9zfdfpso16] {
            color: var(--highlight-font-color);
        }

/* BUTTON – SECONDARY COLOR (no highlight involvement) */
.preview-button[b-9zfdfpso16] {
    margin-top: 1rem;
    padding: 0.45rem 1.4rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background-color: var(--secondary-color);
    color: #000;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-family: var(--app-font);
}

    .preview-button:hover[b-9zfdfpso16] {
        /* just a subtle change, still based on secondary */
        filter: brightness(0.9);
    }

/* TITLE + VIEW ALL */
.title-row[b-9zfdfpso16] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

    .title-row h3[b-9zfdfpso16] {
        margin: 0;
        font-weight: 700;
        font-size: 1.4rem;
    }

.view-all-link[b-9zfdfpso16] {
    font-size: 0.9rem;
    text-decoration: underline;
    color: #2f7d2b;
}

.submission-loader[b-9zfdfpso16] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none !important;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    z-index: 1000 !important;
}

.theme-note[b-9zfdfpso16] {
    margin-top: 10px;
    color: #6c757d; /* subtle grey */
    font-size: 0.9rem;
    font-style: italic;
}
/* /Pages/Entity Details/UsersAndHierarchy/UserManagementForm.razor.rz.scp.css */
[b-o5k723bw9z] * {
    font-family: "Lato", sans-serif !important;
}


[b-o5k723bw9z] .e-grid.sf-grid .e-gridcontent .e-content.e-yscroll {
    overflow-y: auto;
}

[b-o5k723bw9z] .e-icons {
    font-family: "e-icons" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}

[b-o5k723bw9z] .e-grid.sf-grid .e-gridcontent .e-content {
    min-height: 0px !important;
}

[b-o5k723bw9z] .e-more::before {
    content: '\e770';
    color: black;
}

[b-o5k723bw9z] .more-dropdown-btn,
[b-o5k723bw9z] .more-dropdown-btn > span.e-caret {
    color: black;
}

[b-o5k723bw9z] .save-btn:focus,
[b-o5k723bw9z] .e-btn:focus,
[b-o5k723bw9z] .e-css.e-btn:focus,
[b-o5k723bw9z] .add-btn:focus {
    box-shadow: none !important;
}

[b-o5k723bw9z] .invite-btn {
    border-radius: 4px !important;
    background-color: #6B0738 !important;
    width: 200px !important;
    height: 44px !important;
    padding: 10px 24px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-family: "Lato", sans-serif !important;
    letter-spacing: 1px !important;
}

[b-o5k723bw9z] .add-btn-save {
    background: #d75b97 !important;
}


[b-o5k723bw9z] .e-control .e-btn .e-lib .e-dropdown-btn .e-icon-btn {
    background: white !important;
    border: none !important;
}

[b-o5k723bw9z] .closeBtn {
    cursor: pointer;
    color: red !important;
    font-weight: normal;
    font-size: 15px !important;
}

[b-o5k723bw9z] .property-panel-content:last-child {
    padding: 0px 0px 40px 0px;
}

[b-o5k723bw9z] .roundImage {
    width: 50px;
    height: 50px;
}

[b-o5k723bw9z] b.example-label {
    font-size: 14px;
}

[b-o5k723bw9z] .content-wrapper div.row {
    padding: 15px 0px;
}

[b-o5k723bw9z] .small-textbox {
    padding-top: 5px;
}

[b-o5k723bw9z] .tailwind .small-textbox,
[b-o5k723bw9z] .tailwind-dark .small-textbox {
    padding-top: 3px;
}

[b-o5k723bw9z] .e-bigger .small-textbox {
    padding-top: 10px;
}

[b-o5k723bw9z] .tailwind .e-bigger .small-textbox,
[b-o5k723bw9z] .tailwind-dark .e-bigger .small-textbox {
    padding-top: 1px;
}

@@media only screen and (max-width: 480px) {
    [b-o5k723bw9z] .content-wrapper {
        width: 92%;
    }

    [b-o5k723bw9z] .col-xs-6,
    [b-o5k723bw9z] .col-xs-4,
    [b-o5k723bw9z] .col-xs-12 {
        padding: 10px 5px;
        width: 100%;
    }

    [b-o5k723bw9z] .content-wrapper div.row {
        padding: 0px;
    }
}


[b-o5k723bw9z] .fabric .row.material,
[b-o5k723bw9z] .bootstrap .row.material,
[b-o5k723bw9z] .bootstrap4 .row.material,
[b-o5k723bw9z] .bootstrap5 .row.material,
[b-o5k723bw9z] .highcontrast .row.material,
[b-o5k723bw9z] .tailwind .row.material,
[b-o5k723bw9z] .fluent .row.material,
[b-o5k723bw9z] .fabric-dark .row.material,
[b-o5k723bw9z] .bootstrap-dark .row.material,
[b-o5k723bw9z] .bootstrap5-dark .row.material,
[b-o5k723bw9z] .tailwind-dark .row.material,
[b-o5k723bw9z] .fluent-dark .row.material {
    display: none;
}

[b-o5k723bw9z] .control-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

[b-o5k723bw9z] .img {
    width: 100%;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

[b-o5k723bw9z] .control-group > .txt {
    width: 45% !important;
}

[b-o5k723bw9z] .img-preview {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
    padding: 10px;
}

[b-o5k723bw9z] .control-wrapper {
    max-width: 280px;
    padding: 30px 0px 0px;
    margin: 0 auto;
}

[b-o5k723bw9z] .example-label {
    font-size: 14px;
    margin-bottom: 6px;
}


[b-o5k723bw9z] .e-sf-multi-select .e-group-text {
    font-weight: bold !important;
    font-size: 16px !important;
    color: #4A90E2 !important;
    background-color: #f0f0f0 !important;
    padding: 8px 12px !important;
    border-radius: 5px !important;
}

[b-o5k723bw9z] .e-sf-multi-select .e-group-item {
    margin-bottom: 10px !important;
}

[b-o5k723bw9z] .multi-row-col {
    display: flex;
    flex-direction: column;
    font-size: small;
    font-weight: bold;
}

[b-o5k723bw9z] .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
[b-o5k723bw9z] .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
    display: flex;
}

[b-o5k723bw9z] .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success {
    display: none;
}

[b-o5k723bw9z] .e-upload.e-control-wrapper,
[b-o5k723bw9z] .e-bigger.e-small .e-upload.e-control-wrapper {
    width: 299px;
    display: flex;
    flex-direction: column;
}

[b-o5k723bw9z] .e-multi-select-wrapper .e-chips-close {
    font-family: "e-icons" !important;
}

[b-o5k723bw9z] button.e-custom {
    background: transparent !important;
    height: 48px;
    margin-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 1px solid lightgrey;
    width: 110px !important;
    color: #21212199 !important
}

[b-o5k723bw9z] .txt-left-boder {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-left: 0px !important;
    width: 75% !important;
}

[b-o5k723bw9z] .no-pointer {
    cursor: default !important; /* arrow cursor */
}
/* /Pages/Entity Details/UsersAndHierarchy/UsersAndHierarchyTab.razor.rz.scp.css */
[b-b071qpi6uq] .list-item {
    padding: 12px 20px !important;
}

    [b-b071qpi6uq] .list-item.active {
        background: #F7EFF6 !important;
        color: #000 !important;
    }

[b-b071qpi6uq] .ui-list .e-listview .e-list-item {
    border: none;
    padding: 0 !important;
}

[b-b071qpi6uq] .e-sidebar.e-left {
    top: auto !important;
}



[b-b071qpi6uq] .e-listview .e-list-item.e-focused {
    background-color: #F7EFF6 !important;
}

[b-b071qpi6uq] li:active {
    background-color: #F7EFF6 !important;
}

[b-b071qpi6uq] #header {
    text-align: left;
    color: black;
    font-weight: bold;
    background-color: #FFF;
    line-height: 40px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

[b-b071qpi6uq] .main-text-content {
    font-size: 25 px;
    text-align: center;
    padding-top: 50px;
    padding-left: 52px;
    margin-left: 135px !important;
}

[b-b071qpi6uq] .e-sidebar-context {
    overflow-x: auto !important;
    position: static !important;
}

[b-b071qpi6uq] .e-sidebar {
    height: -webkit-fill-available !important;
    background-color: #FFF !important;
}

[b-b071qpi6uq] .dockSidebar .e-listview {
    border: 0px;
    border-radius: 0;
}

[b-b071qpi6uq] .ui-list .e-listview {
    border: none;
}

    [b-b071qpi6uq] .ui-list .e-listview .e-list-item {
        border: none;
    }
/* /Pages/Entity Locator/ConnectionCard.razor.rz.scp.css */
/* Card wrapper */
[b-byqzx26oyo] .connection-card {
    position: relative;
    width: 100%;
    min-width: 240px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(16,24,40,0.04);
    transition: box-shadow 0.15s ease, transform 0.12s ease;
    cursor: pointer;
}

/* hover */
.connection-card:hover[b-byqzx26oyo] {
    box-shadow: 0 6px 18px rgba(16,24,40,0.10);
    transform: translateY(-2px);
}

.relationship-dot[b-byqzx26oyo] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.relationship-customer[b-byqzx26oyo] {
    background: #64B5F6;
}

.relationship-affiliate[b-byqzx26oyo] {
    background: #BA68C8;
}

.relationship-supplier[b-byqzx26oyo] {
    background: #FFB74D;
}

.relationship-serviceprovider[b-byqzx26oyo] {
    background: #81C784;
}

.relationship-subsidiary[b-byqzx26oyo] {
    background: #F06292;
}

.relationship-sistercompany[b-byqzx26oyo] {
    background: #A1887F;
}

.relationship-parentcompany[b-byqzx26oyo] {
    background: #7986CB;
}

.relationship-branch[b-byqzx26oyo] {
    background: #4DB6AC;
}

/* Make card layout vertical instead of horizontal */
.card-column[b-byqzx26oyo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

/* Center logo */
.card-icon[b-byqzx26oyo] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e5e7eb;
}

/* Center title text */
.card-title[b-byqzx26oyo] {
    color: #212121;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-align: center;
    vertical-align: middle;
}

.stats-row[b-byqzx26oyo] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
}

.stat-chip[b-byqzx26oyo] {
    display: flex;
    align-items: center;
    min-width: 45px;
    height: 22px;
    border-radius: 17px;
    border: 1px solid #6B0738;
    font-family: Lato;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-align: center;
    vertical-align: middle;
    color: #D75B97;
    padding: 6px;
}

.stat-icon[b-byqzx26oyo] {
    width: 12px;
    height: 12px;
}

.link-button[b-byqzx26oyo] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #6B0738;
    cursor: pointer;
    font-family: Lato;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

    .link-button:hover[b-byqzx26oyo] {
        color: #D75B97;
        text-decoration: underline;
    }

.card-action img[b-byqzx26oyo] {
    transform: rotate(-90deg);
}
/* /Pages/Entity Locator/ConnectionCardGrid.razor.rz.scp.css */
.connection-grid[b-53aid21drp] {
    width: 100%;
    margin-top: 16px;
    height: 66vh;
    position: relative;
    overflow-x: hidden;
}

/* grid layout: responsive columns */
.grid[b-53aid21drp] {    
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}

/* each grid item provides consistent card sizing */
.grid-item[b-53aid21drp] {
    display: block;
}

/* empty state */
.empty[b-53aid21drp] {
    color: #6B7280;
    padding: 24px;
    text-align: center;
}
/* /Pages/Entity Locator/ConnectionTab.razor.rz.scp.css */
[b-7h3zraunmd].entity-detail-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

[b-7h3zraunmd].icon-wrapper {
    flex: 0 0 auto; /* fixed width for icons */
    width: 30px;
    display: flex;
    justify-content: center;
}

[b-7h3zraunmd].label {
    flex: 0 0 auto;
    min-width: 100px; /* adjust width as needed */
    color: #212121;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
}

[b-7h3zraunmd].value {
    flex: 1 1 auto; /* take remaining space */
    color: #555555;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    vertical-align: bottom;
}

[b-7h3zraunmd].tab-icon {
    width: 20px; /* adjust icon size */
    height: 20px;
    object-fit: contain;
}

[b-7h3zraunmd] .skeleton-container1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


[b-7h3zraunmd] .tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px; /* spacing between tags */
    max-height: 240px; /* set your desired max height */
    overflow-y: auto; /* enable vertical scroll if content overflows */
    padding-right: 6px; /* small space so scrollbar doesn't overlap tags */
}

    [b-7h3zraunmd] .tag-container::-webkit-scrollbar {
        width: 6px;
    }

    [b-7h3zraunmd] .tag-container::-webkit-scrollbar-thumb {
        background-color: rgba(155, 99, 155, 0.6);
        border-radius: 2px;
    }


    [b-7h3zraunmd].tag-container .tag {
        display: flex;
        background: rgba(107, 7, 56, 0.15);
        color: #D75B97;
        font-size: 12px;
        font-weight: 400;
        padding: 2px 6px;
        border-radius: 25px;
        margin: 2px 4px;
        border: 0.25px solid #D75B97
    }

    [b-7h3zraunmd].tag-container .truncate {
        white-space: nowrap; /* prevent line break */
        overflow: hidden; /* hide overflowing text */
        text-overflow: ellipsis; /* show … */
        display: block; /* or inline-block, flex item also works */
        max-width: 280px;
        height: 26px;
        padding: 4px;
        cursor: default;
    }

[b-7h3zraunmd] .no-data {
    font-style: italic;
}
/* /Pages/Entity Locator/ConnectionViewSidebar.razor.rz.scp.css */
/* Custom Sidebar Styles */
.custom-sidebar[b-vap901vxtv] {
    position: absolute;
    top: 0;
    right: 0px;
    width: 500px;
    height: 100%;
    background-color: white;
    border: 1px solid lightgrey;
    transform: translateX(100%);
    transition: transform 0.5s ease;
    z-index: 11000;
}

    .custom-sidebar.open[b-vap901vxtv] {
        transform: translateX(0%);
    }

    .custom-sidebar .detail-window[b-vap901vxtv] {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .custom-sidebar .header[b-vap901vxtv] {
        background-size: cover;
        background-position: center;
        position: relative;
    }

        .custom-sidebar .header .close-button[b-vap901vxtv] {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.9);
            border: 1px solid rgba(0, 0, 0, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

            .custom-sidebar .header .close-button:hover[b-vap901vxtv] {
                background-color: #f8f9fa;
                color: #333;
                transform: scale(1.1);
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            }

        .custom-sidebar .header .close-icon[b-vap901vxtv] {
            font-size: 24px;
            color: #212121;
        }

    .custom-sidebar .subheader[b-vap901vxtv] {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        gap: 15px;
    }

        .custom-sidebar .subheader .avatar[b-vap901vxtv] {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: fill;
        }

        .custom-sidebar .subheader .entity-info[b-vap901vxtv] {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .custom-sidebar .subheader .entity-name[b-vap901vxtv] {
            font-size: 20px;
            color: #212121;
        }

[b-vap901vxtv].custom-sidebar .btn-add-connection {
    width: 132px;
    height: 44px;
    background-color: #6B0738;
    font-size: 14px;
    color: #EBE3F0;
}

    [b-vap901vxtv].custom-sidebar .btn-add-connection:disabled {
        background-color: rgba(108,117,125,.65);
        border-color: rgba(108,117,125,.65);
    }

.custom-sidebar .custom-tabs[b-vap901vxtv] {
    display: flex;
    border-bottom: 1px solid #ddd;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.25px;
}

    .custom-sidebar .custom-tabs .tab[b-vap901vxtv] {
        background: none;
        border: none;
        padding: 0.5rem 1rem;
        cursor: pointer;
    }

        .custom-sidebar .custom-tabs .tab.active[b-vap901vxtv] {
            border-bottom: 2px solid #9B639B;
            color: #9B639B;
        }

.custom-sidebar .tab-content[b-vap901vxtv] {
    padding: 20px;
}

/*.subheader .stars {
    color: #faa822;*/ /* gold stars */
/*}*/


.star-rating[b-vap901vxtv] {
    display: inline-flex;
}

.star[b-vap901vxtv] {
    font-size: 20px;
    color: #ccc;
    margin-right: 2px;
}

    .star.full[b-vap901vxtv] {
        color: #FAA822; /* Full star color */
    }

    .star.half[b-vap901vxtv] {
        color: #FAA822; /* Half star color */
    }

    .star.empty[b-vap901vxtv] {
        color: #ccc; /* Empty star color */
    }

.rating-number[b-vap901vxtv] {
    font-size: 14px;
    font-weight: 500;
}
/* /Pages/Entity Locator/EntityLocator.razor.rz.scp.css */
.heading[b-rk26q6z349] {
    font-family: "Lato", sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    color: #212121;
}

.subheading[b-rk26q6z349] {
    font-family: "Lato", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    color: #212121;
}


[b-rk26q6z349] .btn-switch-connection-view {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    color: #171C08;
    background-color: #B1D73C;
    width: 187px;
    height: 24px;
    min-width: 128px;
    border-radius: 4px;
    border-width: 1px;
    gap: 8px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
}

    [b-rk26q6z349] .btn-switch-connection-view .icon-right {
        margin-left: 8px;
        vertical-align: middle;
    }

.div-map[b-rk26q6z349] {
    margin-left: -2rem !important;
    margin-right: -1.5rem !important;
}

[b-rk26q6z349] .gm-style-iw .map-info-window {
    display: flex !important;
    align-items: flex-start !important; /* top align logo with content */
    gap: 10px;
    min-width: auto; /* let width adjust automatically */
    max-width: 300px; /* optional maximum width */
}

[b-rk26q6z349] .map-info-window .logo-column {
    flex: 0 0 28px; /* fixed width for logo */
    display: flex;
    align-items: flex-start;
}

    [b-rk26q6z349] .map-info-window .logo-column img {
        width: 32px;
        height: 32px; /* fixed size */
        border-radius: 50%;
    }

[b-rk26q6z349] .map-info-window .content-column {
    flex: 1;
}

    [b-rk26q6z349] .map-info-window .content-column .map-entity-name {
        font-family: "Roboto", sans-serif !important;
        font-weight: 500;
        font-size: 14px;
        color: #212121;
        margin: 0 0 4px 0;
    }

    [b-rk26q6z349] .map-info-window .content-column div {
        margin-bottom: 2px;
    }

[b-rk26q6z349] .map-info-window .info-panel {
    position: fixed;
    top: 0;
    right: -200px; /* hidden initially */
    width: 200px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 8px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
    z-index: 9999;
}

    [b-rk26q6z349] .map-info-window .info-panel.open {
        right: 0; /* slide in */
    }

    [b-rk26q6z349] .map-info-window .info-panel .panel-content {
        padding: 16px;
    }


.location-dropdown-label[b-rk26q6z349] {
    min-width: 130px;
    font-size: 14px;
    font-weight: 500
}

.location-dropdown-container[b-rk26q6z349] {
    display: flex;
    align-items: baseline
}

/* /Pages/Entity Locator/EntityLocatorConnectionView.razor.rz.scp.css */
.pagination-container[b-l0lot5nuqg] {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
/* /Pages/Entity Locator/EntityLocatorMapView.razor.rz.scp.css */
.map-container[b-rrr82zjffz] {
    position: relative;
    width: 100%;
    height: 72vh;
    overflow-x: hidden;
}

.map-dropdown-container[b-rrr82zjffz] {
    position: absolute;
    top: 15px; /* Increased for margin */
    left: 15px;
    display: flex;
    gap: 10px;
    z-index: 10000;
    cursor: grab;
    user-select: none;
}

    .map-dropdown-container:active[b-rrr82zjffz] {
        cursor: grabbing;
    }


#vendorEntityMapDiv[b-rrr82zjffz] {
    width: 100%;
    height: 72vh;
    position: relative;
}

[b-rrr82zjffz] .open-panel-link {
    color: #D75B97;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
}


[b-rrr82zjffz] .entity-name-search.e-input-group.e-control-wrapper {
    width: 235px !important;
    min-height: 36px !important;
    border-radius: 36px !important;
    padding: 2px 12px !important;
}


[b-rrr82zjffz] .reset-btn{
    border-radius: 8px;
    background-color: #fff;
    color: #6B0738;
    border: 1px solid #6B0738;
}
/* /Pages/Entity Locator/EntityLocatorSidebar.razor.rz.scp.css */
/* Custom Sidebar Styles */
.custom-sidebar[b-pl8ab4bs3p] {
    position: absolute;
    top: 0;
    right: 0px;
    width: 500px;
    height: 100vh;
    background-color: white;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    transition: transform 0.5s ease;
    z-index: 11000;
}

    .custom-sidebar.open[b-pl8ab4bs3p] {
        transform: translateX(0%);
    }

    .custom-sidebar .detail-window[b-pl8ab4bs3p] {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .custom-sidebar .header[b-pl8ab4bs3p] {
        height: 280px;
        background-size: cover;
        background-position: center;
        position: relative;
    }

        .custom-sidebar .header .close-button[b-pl8ab4bs3p] {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.9);
            border: 1px solid rgba(0, 0, 0, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

            .custom-sidebar .header .close-button:hover[b-pl8ab4bs3p] {
                background-color: #f8f9fa;
                color: #333;
                transform: scale(1.1);
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            }

        .custom-sidebar .header .close-icon[b-pl8ab4bs3p] {
            font-size: 24px;
            color: #212121;
        }

    .custom-sidebar .subheader[b-pl8ab4bs3p] {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        gap: 15px;
    }

        .custom-sidebar .subheader .avatar[b-pl8ab4bs3p] {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: fill;
        }

        .custom-sidebar .subheader .entity-info[b-pl8ab4bs3p] {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .custom-sidebar .subheader .entity-name[b-pl8ab4bs3p] {
            font-size: 20px;
            color: #212121;
        }

[b-pl8ab4bs3p].custom-sidebar .btn-add-connection {
    width: 132px;
    height: 44px;
    background-color: #6B0738;
    font-size: 14px;
    color: #EBE3F0;
    border-radius: 8px;
}

    [b-pl8ab4bs3p].custom-sidebar .btn-add-connection:disabled {
        background-color: rgba(108,117,125,.65);
        border-color: rgba(108,117,125,.65);
    }

.custom-sidebar .custom-tabs[b-pl8ab4bs3p] {
    display: flex;
    border-bottom: 1px solid #ddd;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.25px;
}

    .custom-sidebar .custom-tabs .tab[b-pl8ab4bs3p] {
        background: none;
        border: none;
        padding: 0.5rem 1rem;
        cursor: pointer;
    }

        .custom-sidebar .custom-tabs .tab.active[b-pl8ab4bs3p] {
            border-bottom: 2px solid #9B639B;
            color: #9B639B;
        }

.custom-sidebar .tab-content[b-pl8ab4bs3p] {
    padding: 20px;
}

/*.subheader .stars {
    color: #faa822;*/ /* gold stars */
/*}*/


.star-rating[b-pl8ab4bs3p] {
    display: inline-flex;
}

.star[b-pl8ab4bs3p] {
    font-size: 20px;
    color: #ccc;
    margin-right: 2px;
}

    .star.full[b-pl8ab4bs3p] {
        color: #FAA822; /* Full star color */
    }

    .star.half[b-pl8ab4bs3p] {
        color: #FAA822; /* Half star color */
    }

    .star.empty[b-pl8ab4bs3p] {
        color: #ccc; /* Empty star color */
    }

.rating-number[b-pl8ab4bs3p] {
    font-size: 14px;
    font-weight: 500;
}
/* /Pages/Entity Locator/OverviewTab.razor.rz.scp.css */
[b-94dhcpbfht].entity-detail-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

[b-94dhcpbfht].icon-wrapper {
    flex: 0 0 auto; /* fixed width for icons */
    width: 30px;
    display: flex;
    justify-content: center;
}

[b-94dhcpbfht].label {
    flex: 0 0 auto;
    min-width: 100px; /* adjust width as needed */
    color: #212121;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
}

[b-94dhcpbfht].value {
    flex: 1 1 auto; /* take remaining space */
    color: #555555;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    vertical-align: bottom;
}

[b-94dhcpbfht].tab-icon {
    width: 20px; /* adjust icon size */
    height: 20px;
    object-fit: contain;
}

[b-94dhcpbfht].tag-container {
    display: flex;
    flex-wrap: wrap;
    font-family: Roboto;
}

    [b-94dhcpbfht].tag-container .tag {
        display: flex;
        background: rgba(107, 7, 56, 0.15);
        color: #D75B97;
        font-size: 12px;
        font-weight: 400;
        padding: 2px 6px;
        border-radius: 25px;
        margin: 2px 4px;
        border: 0.25px solid #D75B97
    }

[b-94dhcpbfht] .no-data {
    font-style: italic;
}
/* /Pages/Entity Locator/PaginationBar.razor.rz.scp.css */
.pagination-wrapper[b-8s3hmgt0gu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #fff;
    border-radius: 60px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    font-family: Inter, Roboto, sans-serif;
    gap: 16px;
    margin-bottom:16px;
    width: 35vw;
    height: 40px;

}

/* Left side */
.pagination-left[b-8s3hmgt0gu] {
    display: flex;
    align-items: center;
}

/* Prev / Next buttons */
.nav-btn[b-8s3hmgt0gu] {
    background: transparent;
    border: none;
    color: #6b7280;
    font-size: 14px;
    padding: 6px 10px;
    cursor: pointer;
    font-family: Lato;
    font-weight: 700;
    font-size: 12px;    
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

    .nav-btn:disabled[b-8s3hmgt0gu] {
        opacity: 0.4;
        cursor: not-allowed;
    }

/* Page numbers */
.page-number[b-8s3hmgt0gu] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    background: transparent;
    font-family: Lato;
    font-weight: 700;
    font-size: 12px;    
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #111827;
}

    .page-number:hover[b-8s3hmgt0gu] {
        background: #f3f4f6;
    }

    .page-number.active[b-8s3hmgt0gu] {
        background: #D75B9740;
        color: #D75B97;
        font-weight: 600;
    }

/* Right text */
.pagination-right[b-8s3hmgt0gu] {
    font-size: 13px;
    color: #6b7280;
}

    .pagination-right strong[b-8s3hmgt0gu] {
        color: #111827;
    }
/* /Pages/Entity Locator/ServiceTab.razor.rz.scp.css */
[b-d53q2p4uhg].entity-detail-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

[b-d53q2p4uhg].icon-wrapper {
    flex: 0 0 auto; /* fixed width for icons */
    width: 30px;
    display: flex;
    justify-content: center;
}

[b-d53q2p4uhg].label {
    flex: 0 0 auto;
    min-width: 100px; /* adjust width as needed */
    color: #212121;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
}

[b-d53q2p4uhg].value {
    flex: 1 1 auto; /* take remaining space */
    color: #555555;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    vertical-align: bottom;
}

[b-d53q2p4uhg].tab-icon {
    width: 20px; /* adjust icon size */
    height: 20px;
    object-fit: contain;
}

[b-d53q2p4uhg] .skeleton-container1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


[b-d53q2p4uhg] .tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px; /* spacing between tags */
    height: 100%; /* set your desired max height */
    overflow-y: auto; /* enable vertical scroll if content overflows */
    padding-right: 6px; /* small space so scrollbar doesn't overlap tags */
    align-items: center;
}

    [b-d53q2p4uhg] .tag-container::-webkit-scrollbar {
        width: 6px;
    }

    [b-d53q2p4uhg] .tag-container::-webkit-scrollbar-thumb {
        background-color: rgba(155, 99, 155, 0.6);
        border-radius: 2px;
    }


    [b-d53q2p4uhg].tag-container .tag {
        display: flex;
        background: rgba(107, 7, 56, 0.15);
        color: #D75B97;
        font-size: 12px;
        font-weight: 400;
        padding: 2px 6px;
        border-radius: 25px;
        margin: 2px 4px;
        border: 0.25px solid #D75B97
    }

    [b-d53q2p4uhg].tag-container .truncate {
        white-space: nowrap; /* prevent line break */
        overflow: hidden; /* hide overflowing text */
        text-overflow: ellipsis; /* show … */
        display: block; /* or inline-block, flex item also works */
        max-width: 260px;
        height: 26px;
        padding: 4px;
        cursor: default;
    }

[b-d53q2p4uhg] .sub-label {
    font-size: 13px;
    font-weight: 500;
    color: #6b0740; /* matches tag color family */
    margin-bottom: 4px;
    margin-top: 6px;
}

[b-d53q2p4uhg] .no-data {
    font-style: italic;
}
/* /Pages/Entity Locator/TopBarHeader.razor.rz.scp.css */
[b-5cnhucmmca] .top-header-card {
    height: 105px;
    padding: 16px;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 16px;
}

.header-container[b-5cnhucmmca] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left[b-5cnhucmmca] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.company-logo[b-5cnhucmmca] {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    object-fit: contain;
    background-color: #fff;
}

.title-section[b-5cnhucmmca] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.company-title[b-5cnhucmmca] {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-align: center;
    vertical-align: middle;
}

.plan-row[b-5cnhucmmca] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #6c6c6c;
}

.plan-icon[b-5cnhucmmca] {
    width: 16px;
    height: 16px;
}

.plan-text[b-5cnhucmmca] {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #212121;
}

.stats-row[b-5cnhucmmca] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
}

.stat-chip[b-5cnhucmmca] {
    display: flex;
    align-items: center;
    min-width: 56px;
    height: 26px;
    border-radius: 17px;
    border: 1px solid #6B0738;
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-align: center;
    vertical-align: middle;
    color: #D75B97;
    cursor: default;
}

.stat-icon[b-5cnhucmmca] {
    width: 14px;
    height: 14px;
}

.header-right[b-5cnhucmmca] {
    display: flex;
    align-items: center;
}

.add-btn[b-5cnhucmmca] {
    border: 2px solid #8b2d59;
    padding: 8px 18px;
    background: transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #8b2d59;
    cursor: pointer;
    transition: 0.2s ease;
}

    .add-btn:hover[b-5cnhucmmca] {
        background: #8b2d5914;
    }

.plus-icon[b-5cnhucmmca] {
    margin-left: 6px;
    font-size: 16px;
}

[b-5cnhucmmca] .btn-add-connection {
    width: 132px;
    height: 44px;
    background-color: #6B0738;
    font-size: 14px;
    color: #EBE3F0;    
}

    [b-5cnhucmmca] .btn-add-connection:disabled {
        background-color: rgba(108,117,125,.65);
        border-color: rgba(108,117,125,.65);
    }


[b-5cnhucmmca] .link-button {
    background: none;
    border: none;
    padding: 0;
    margin: 24px;
    color: #6B0738;
    cursor: pointer;
    font-family: Lato;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}
    
    [b-5cnhucmmca] .link-button:focus,
    [b-5cnhucmmca] .link-button:hover {
        color: #D75B97;
        text-decoration: underline;
        background: unset !important;
        border: none !important
    }
/* /Shared/Components/BulkUpload.razor.rz.scp.css */
[b-530hl1z7yc] .bulk-upload-dialog .e-dlg-header-content {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}

[b-530hl1z7yc] .dialog-body {
    padding: 1rem;
}

[b-530hl1z7yc] .info-box {
    background-color: #6B07381A;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.4;
}

[b-530hl1z7yc] .sample-files {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    align-items: baseline;
}

[b-530hl1z7yc] .sample-btn {
    border: 1px solid #b40d74;
    color: #b40d74;
    background-color: white;
    font-size: 0.85rem;
    text-transform: none;
}

[b-530hl1z7yc] .csv-uploader {
    border: 2px dashed #ccc;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 1rem;
}

[b-530hl1z7yc] .file-preview {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #333;
}

[b-530hl1z7yc] .cancel-btn {
    border: 1px solid #b40d74;
    color: #b40d74;
    background-color: white;
    width: 194px;
}

[b-530hl1z7yc] .upload-btn {
    background-color: #D75B97;
    color: white;
    width: 194px;
}

[b-530hl1z7yc] .error-file-btn {
    background-color: #D75B97; 
    color: white;
}

[b-530hl1z7yc] .dot-ellipsis {
    font-weight: 400;
    font-size: 1rem;
    font-style: italic !important;
}

    [b-530hl1z7yc] .dot-ellipsis span {
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-left: 2px;
        background-color: #D75B97;
        border-radius: 50%;
        animation: dotBounce-b-530hl1z7yc 1.2s infinite ease-in-out;
    }

        [b-530hl1z7yc] .dot-ellipsis span:nth-child(1) {
            animation-delay: 0s;
        }

        [b-530hl1z7yc] .dot-ellipsis span:nth-child(2) {
            animation-delay: 0.2s;
        }

        [b-530hl1z7yc] .dot-ellipsis span:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes dotBounce-b-530hl1z7yc {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}
/* /Shared/Components/CheckBoxList.razor.rz.scp.css */
/* Custom Dropdown Container */
.custom-checkbox-dropdown-container[b-dpiaj9q118] {
    position: relative;
}

/* Dropdown button */
.custom-checkbox-dropdown-btn[b-dpiaj9q118] {
    width: 250px;
    height: 35px;
    padding-left: 36px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 2px 2.62px #0000003B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #212121;
    cursor: pointer;
    position: relative;
    border: 1px solid #212121;
}

    /* Left icon in button */
    .custom-checkbox-dropdown-btn .left-icon[b-dpiaj9q118] {
        position: absolute;
        left: 12px;
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }

    /* Chevron on right */
    .custom-checkbox-dropdown-btn[b-dpiaj9q118]::after {
        content: "\e70d";
        font-family: "e-icons";
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 10px;
        color: #212121;
        pointer-events: none;
    }

/* Dropdown menu */
.custom-checkbox-dropdown-menu[b-dpiaj9q118] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 650px;
    background: #fff;
    box-shadow: 0px 2px 2.62px #0000003B;
    margin-top: 5px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    max-height: 500px;
    overflow: hidden; /* Hide both horizontal and vertical overflow */
}

/* Search input field and footer stay fixed */
.checkbox-search[b-dpiaj9q118],
.custom-checkbox-footer[b-dpiaj9q118] {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

/* Styling for the search input field */
.search-input[b-dpiaj9q118] {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 9999;
}

/* Footer container styling */
.custom-checkbox-footer[b-dpiaj9q118] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #eee;
    background-color: #fff;
}

.clear-btn[b-dpiaj9q118],
.apply-btn[b-dpiaj9q118] {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    text-decoration: none;
    cursor: pointer;
}

    .clear-btn:hover[b-dpiaj9q118] {
        text-decoration: underline;
    }

.apply-btn[b-dpiaj9q118] {
    font-weight: 700;
    color: #6B0738;
}

    .apply-btn:hover[b-dpiaj9q118] {
        text-decoration: underline;
    }

/* Scrollable checkbox list */
.custom-checkbox-list[b-dpiaj9q118] {
    flex-grow: 1;
    overflow-y: auto; /* Only vertical scrolling */
    overflow-x: hidden; /* Hide horizontal scrolling */
    padding: 0 12px;
    max-height: 650px; /* Adjust as needed */
}

/* Truncate text and show tooltip */
.checkbox-label[b-dpiaj9q118] {
    display: block;
    width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    box-sizing: border-box;
    padding: 6px;
}

    /* Tooltip styling */
    .checkbox-label[title][b-dpiaj9q118] {
        position: relative;
        cursor: pointer;
    }

        .checkbox-label[title]:hover[b-dpiaj9q118]::after {
            content: attr(title);
            position: absolute;
            left: 0;
            top: 100%;
            background-color: #333;
            color: white;
            padding: 5px;
            border-radius: 4px;
            white-space: nowrap;
            z-index: 9999;
            font-size: 12px;
        }

.custom-checkbox-dropdown-btn.active-filter[b-dpiaj9q118] {
    border: 2px solid #D75B97 !important;
    background-color: #FFF4FA !important;
}
/* /Shared/Components/CustomAutoComplete.razor.rz.scp.css */
[b-3ga30huw5z].custom-autocomplete {
    font-family: Lato, sans-serif;
    font-size: 14px;
    position: relative;
    width: 95%;
    margin: 0px 0px 6px 8px;
}

    [b-3ga30huw5z].custom-autocomplete .input-wrap {
        display: flex;
        align-items: center;
        gap: 8px;
        border: 1px solid #ced4da;
        border-radius: 6px;
        padding: 6px 8px;        
    }

    [b-3ga30huw5z].custom-autocomplete .ca-input {
        border: none;
        outline: none;
        flex: 1;
        font-size: 14px;
        min-width: 80px;
    }

    [b-3ga30huw5z].custom-autocomplete .ca-clear {
        background: transparent;
        border: none;
        cursor: pointer;
        font-size: 12px;
        padding: 4px;
        color: #6b0738;
    }

[b-3ga30huw5z].ca-popup {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    max-height: 280px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 2147483648;
    padding: 6px 0;
    list-style: none;
    margin: 0;
}

[b-3ga30huw5z].ca-item {
    padding: 8px 12px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 13px;
    color: #212121;
}

    [b-3ga30huw5z].ca-item:hover,
    [b-3ga30huw5z].ca-item.highlight {
        background: rgba(107,7,56,0.06);
    }

[b-3ga30huw5z].ca-empty {
    padding: 8px 12px;
    color: #757575;
}

[b-3ga30huw5z].ca-match {
    font-weight: 700;
    color: #6b0738;
}

/* small screens */
@media (max-width: 480px) {
    [b-3ga30huw5z].ca-popup {
        max-height: 220px;
    }
}


.custom-autocomplete-disabled[b-3ga30huw5z] {
    pointer-events: none; 
    opacity: 0.65; 
    background-color: #f5f5f5 !important;
    border-color: #d7d7d7 !important;
    cursor: not-allowed !important;
}

    .custom-autocomplete-disabled input[b-3ga30huw5z] {
        background-color: #f5f5f5 !important;
        cursor: not-allowed !important;
        color: #8d8d8d !important;
    }
/* /Shared/Components/CustomMultiSelect.razor.rz.scp.css */
/* Container */
.custom-multiselect-container[b-o13f0g3zko] {
    position: relative;
    font-family: Lato, sans-serif;
    font-size: 14px;
    width: 100%;
}

/* Input box */
.custom-multiselect-input[b-o13f0g3zko] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    min-height: 70px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 4px 8px;
    cursor: pointer;
    background-color: #fff;
    gap: 4px;
    margin: 8px;
}

    /* Active filter style */
    .custom-multiselect-input.active-filter[b-o13f0g3zko] {
        border: 2px solid #D75B97;
        background-color: #FFF4FA;
    }

    /* Placeholder */
    .custom-multiselect-input .placeholder[b-o13f0g3zko] {
        color: #5D5D5D;
        padding-left: 4px;
    }

    /* Dropdown arrow */
    .custom-multiselect-input .dropdown-arrow[b-o13f0g3zko] {
        margin-left: auto;
        font-size: 12px;
        color: #212121;
    }

/* Chips for selected items */
.chips-container[b-o13f0g3zko] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.chip[b-o13f0g3zko] {
    display: flex;
    align-items: center;
    background: rgba(107,7,56,0.15);
    color: #D75B97;
    font-size: 10px;
    font-weight: 400;
    padding: 2px 6px;
    border-radius: 25px;
    border: 0.25px solid #D75B97;
}

.chip-close[b-o13f0g3zko] {
    display: inline-block;
    margin-left: 4px;
    cursor: pointer;
    font-size: 12px;
    color: #D75B97;
    font-weight: bold;
}

/* Dropdown panel */
.custom-multiselect-dropdown[b-o13f0g3zko] {
    position: absolute;
    top: calc(98%);
    left: 8px;
    width: 93%;
    max-height: 250px;
    background: #fff;
    border: 1px solid #ced4da;
    box-shadow: 4px 6px 8px rgba(0,0,0,0.15);
    z-index: 2147483647; /* Google Maps fullscreen safe */
    padding: 4px 0;
}

/* Option items */
.options-list[b-o13f0g3zko] {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    max-height: 240px;
    overflow-y: auto;
}

.option-item[b-o13f0g3zko] {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    cursor: pointer;
    transition: background 0.15s;
}

    .option-item:hover[b-o13f0g3zko] {
        background-color: rgba(107,7,56,0.1);
    }    
/* /Shared/Components/CustomSlider.razor.rz.scp.css */
/* Container */
.ios-slider-container[b-me668fuakt] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

/* Track */
.ios-slider[b-me668fuakt] {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(to right, #007aff, #53a7ff);
    outline: none;
    cursor: pointer;
    position: relative;
    left: 10px;
}

    /* Thumb */
    .ios-slider[b-me668fuakt]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 28px;
        height: 28px;
        background: white;
        border-radius: 50%;
        border: 1px solid #d1d1d6;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 122, 255, 0.15);
        transition: box-shadow 0.2s ease, transform 0.15s ease;
    }

    /* Thumb hover + active effect */
    .ios-slider:active[b-me668fuakt]::-webkit-slider-thumb {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25), 0 0 0 6px rgba(0, 122, 255, 0.20);
        transform: scale(1.1);
    }

/* Tooltip value */
.ios-value[b-me668fuakt] {
    background: rgba(255, 255, 255, 0.8);
    padding: 4px 10px;
    padding-right: 16px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 0.85rem;
    color: #222;
    backdrop-filter: blur(5px);
    min-width: 36px;
    text-align: center;
}

/* Disabled track */
.ios-slider:disabled[b-me668fuakt] {
    cursor: not-allowed;
    opacity: 0.5;
    background: #d7d7d7 !important; /* light gray like iOS */
}

    /* Disabled thumb */
    .ios-slider:disabled[b-me668fuakt]::-webkit-slider-thumb {
        background: #f1f1f1;
        border: 1px solid #c8c7cc;
        box-shadow: none;
        cursor: not-allowed;
    }

    /* Disabled thumb (active/hover override) */
    .ios-slider:disabled:active[b-me668fuakt]::-webkit-slider-thumb {
        transform: none;
        box-shadow: none;
    }

/* Value badge when disabled */
.ios-value.disabled[b-me668fuakt] {
    opacity: 0.5;
}
/* /Shared/Components/FilterBarCheckbox.razor.rz.scp.css */
.filter-bar[b-o27q6h6pf2] {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 32px !important;
    padding: 0px 16px 0px 16px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    background: #f8f9fa;
    min-height: 44px;
}

.filters-caption[b-o27q6h6pf2] {
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #000000;
}

.filter-pill[b-o27q6h6pf2] {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px !important;
    border-radius: 12px;
    background-color: #F3F4F6;
    border: 1px solid #D1D5DB;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .filter-pill:hover[b-o27q6h6pf2] {
        background-color: #E5E7EB;
    }

[b-o27q6h6pf2] .filter-pill .e-frame {
    display: none !important;
}

[b-o27q6h6pf2] .filter-pill .e-label {
    padding-left: 0 !important;
}

[b-o27q6h6pf2] .filter-pill.e-checkbox-wrapper.e-check {
    background-color: #FFFFFF !important;
    border-color: #4A6CF7 !important;
    color: #4A6CF7 !important;
    font-weight: 600;
}

    [b-o27q6h6pf2] .filter-pill.e-checkbox-wrapper.e-check:hover {
        background-color: #F8FAFF !important;
    }

[b-o27q6h6pf2] .e-checkbox-wrapper .e-frame {
    border: 2px solid #6c757d !important;
    border-radius: 0px !important;
}

/*** color palette ***/
/* Base dot styling */
[b-o27q6h6pf2] .filter-checkbox .e-label::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    border: 1px solid rgba(0,0,0,0.15);
}

/* Individual colors */
[b-o27q6h6pf2] .filter-customer .e-label::before {
    background: #64B5F6;
}

[b-o27q6h6pf2] .filter-affiliate .e-label::before {
    background: #BA68C8;
}

[b-o27q6h6pf2] .filter-supplier .e-label::before {
    background: #FFB74D;
}

[b-o27q6h6pf2] .filter-serviceprovider .e-label::before {
    background: #81C784;
}

[b-o27q6h6pf2] .filter-subsidiary .e-label::before {
    background: #F06292;
}

[b-o27q6h6pf2] .filter-sistercompany .e-label::before {
    background: #A1887F;
}

[b-o27q6h6pf2] .filter-parentcompany .e-label::before {
    background: #7986CB;
}

[b-o27q6h6pf2] .filter-branch .e-label::before {
    background: #4DB6AC;
}
/* /Shared/Components/RadioButtonList.razor.rz.scp.css */
/**  Radio button list styles **/
.custom-radio-dropdown-container[b-67mq2gfd9i] {
    position: relative;
    width: 225px;
}

/* Dropdown button */
.custom-radio-dropdown-btn[b-67mq2gfd9i] {
    width: 100%;
    height: 35px;
    padding-left: 36px; /* space for left icon */
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 2px 2.62px 0px #0000003B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #212121;
    cursor: pointer;
    position: relative;
    border: 1px solid #212121; /* button border */
}

    /* Left icon */
    .custom-radio-dropdown-btn .left-icon[b-67mq2gfd9i] {
        position: absolute;
        left: 12px;
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }

    /* Right chevron using ::after pseudo-element */
    .custom-radio-dropdown-btn[b-67mq2gfd9i]::after {
        content: "\e70d"; /* Syncfusion chevron */
        font-family: "e-icons";
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 10px;
        color: #212121;
        pointer-events: none; /* ensures click passes through */
    }

/* Dropdown menu */
.custom-radio-dropdown-menu[b-67mq2gfd9i] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 2.62px 0px #0000003B;
    margin-top: 5px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    border-radius: 12px;
    border: 1px solid #ccc; /* matches button border */
}

/* Radio button wrapper */
[b-67mq2gfd9i] .custom-radio-dropdown-menu .e-radio-wrapper {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    margin: 0px 0; /* space between radios */
}

    /* Radio label */
    [b-67mq2gfd9i] .custom-radio-dropdown-menu .e-radio-wrapper .e-label {
        margin-left: 4px;
        font-family: Lato, sans-serif;
        font-size: 14px;
        color: #212121;
    }

    /* Remove extra radio margins */
    [b-67mq2gfd9i] .custom-radio-dropdown-menu .e-radio-wrapper .e-radio {
        margin: 0;
    }

/* Footer container styling */
.custom-radio-footer[b-67mq2gfd9i] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #eee;
    background-color: #fff;
    padding: 8px 12px;
    background-color: #fff;
}

.clear-btn[b-67mq2gfd9i],
.apply-btn[b-67mq2gfd9i] {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    text-decoration: none;
    cursor: pointer;
}

    .clear-btn:hover[b-67mq2gfd9i] {
        text-decoration: underline;
    }

.apply-btn[b-67mq2gfd9i] {
    font-weight: 700;
    color: #6B0738;
}

    .apply-btn:hover[b-67mq2gfd9i] {
        text-decoration: underline;
    }

.custom-radio-title[b-67mq2gfd9i] {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    vertical-align: middle;
    color: #5D5D5D;
    padding: 0px 0px 4px 12px;
}

    .custom-radio-title:hover[b-67mq2gfd9i] {
        cursor: default;
    }

.custom-radio-separator[b-67mq2gfd9i] {
    height: 1px;
    background: #eee;
    margin: 6px 0;
    display: block;
}

[b-67mq2gfd9i] .custom-location-text.e-control-container.e-control-wrapper{
    margin: 0px 8px 8px 12px !important;
    border-color: #ced4da !important;
    width: 92% !important;
 }


.custom-radio-dropdown-btn.active-filter[b-67mq2gfd9i] {
    border: 2px solid #D75B97 !important;
    background-color: #FFF4FA !important;
}
/* /Shared/Components/RatingDropdownList.razor.rz.scp.css */
.custom-rating-dropdown-container[b-5vw0o5jkxr] {
    position: relative;
    width: 225px;
}

.custom-rating-dropdown-btn[b-5vw0o5jkxr] {
    width: 100%;
    height: 35px;
    padding-left: 36px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 2px 2.62px #0000003B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #212121;
    cursor: pointer;
    position: relative;
    border: 1px solid #212121;
}

    .custom-rating-dropdown-btn .left-icon[b-5vw0o5jkxr] {
        position: absolute;
        left: 12px;
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }

    /* Right chevron using ::after pseudo-element */
    .custom-rating-dropdown-btn[b-5vw0o5jkxr]::after {
        content: "\e70d"; /* Syncfusion chevron */
        font-family: "e-icons";
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 10px;
        color: #212121;
        pointer-events: none; /* ensures click passes through */
    }

.custom-rating-dropdown-menu[b-5vw0o5jkxr] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 2px #0000003B;
    margin-top: 5px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    border-radius: 12px;
}

.rating-row[b-5vw0o5jkxr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .rating-row:hover[b-5vw0o5jkxr] {
        background-color: #f5f5f5;
    }

    .rating-row.selected[b-5vw0o5jkxr] {
        background-color: #e3f2fd; /* Light blue background for selected row */
        border-left: 3px solid #2196f3;
    }

.stars[b-5vw0o5jkxr] {
    display: flex;
}

.star[b-5vw0o5jkxr] {
    font-size: 16px;
    color: #ccc;
    margin-right: 2px;
    cursor: pointer;
}

    .star.selected[b-5vw0o5jkxr] {
        color: #f5b301;
    }

.rating-label[b-5vw0o5jkxr] {
    margin-right: 8px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #212121;
}

/* Footer container styling */
.custom-rating-footer[b-5vw0o5jkxr] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #eee;
    background-color: #fff;
    padding: 8px 12px;
    background-color: #fff;
}

.clear-btn[b-5vw0o5jkxr],
.apply-btn[b-5vw0o5jkxr] {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    text-decoration: none;
    cursor: pointer;
}

    .clear-btn:hover[b-5vw0o5jkxr] {
        text-decoration: underline;
    }

.apply-btn[b-5vw0o5jkxr] {
    font-weight: 700;
    color: #6B0738;
}

    .apply-btn:hover[b-5vw0o5jkxr] {
        text-decoration: underline;
    }

.custom-rating-dropdown-btn.active-filter[b-5vw0o5jkxr] {
    border: 2px solid #D75B97 !important;
    background-color: #FFF4FA !important;
}
/* /Shared/Components/SearchTextBox.razor.rz.scp.css */
.search-box-wrapper[b-t58d2dyp1a] {
    position: relative;
    width: 250px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 0 12px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #212121;
    box-shadow: 0px 2px 2.62px #0000003B;
}

    .search-box-wrapper input[b-t58d2dyp1a] {
        flex: 1;
        border: none;
        outline: none;
        height: 100%;
        font-size: 14px;
        padding: 0;
        border-radius: 16px;
        color: #212121;
     }

    .search-box-wrapper .clear-icon[b-t58d2dyp1a] {
        position: absolute;
        right: 30px;
        border: none;
        background: none;
        cursor: pointer;
        font-size: 16px;
        color: #888;
        outline: none;
    }

    .search-box-wrapper .search-icon[b-t58d2dyp1a] {
        position: absolute;
        right: 12px;
        width: 16px;
        height: 16px;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.3); /* transparent */
        user-select: none;
    }
/* /Shared/Components/ServiceTimePicker.razor.rz.scp.css */
/* Container */
.custom-radio-dropdown-container[b-yy4nj8ilwb] {
    position: relative;
    width: 235px;
}

/* Dropdown Button */
.custom-radio-dropdown-btn[b-yy4nj8ilwb] {
    width: 100%;
    height: 35px;
    padding-left: 36px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #212121;
    border: 1px solid #212121;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 2.62px rgba(0,0,0,0.23);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

    .custom-radio-dropdown-btn .left-icon[b-yy4nj8ilwb] {
        position: absolute;
        left: 12px;
        width: 16px;
        height: 16px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .custom-radio-dropdown-btn[b-yy4nj8ilwb]::after {
        content: "\e70d";
        font-family: "e-icons";
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 10px;
        color: #212121;
        pointer-events: none;
    }

/* Dropdown Menu */
.custom-radio-dropdown-menu[b-yy4nj8ilwb] {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content !important;
    min-width: 650px;
    height: 550px;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2.62px rgba(0,0,0,0.23);
    overflow: hidden; /* prevents footer escaping */
    z-index: 9999;
}

/* Service Picker */
.service-time-picker[b-yy4nj8ilwb] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Top Controls */
.top-controls[b-yy4nj8ilwb] {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    z-index: 1;
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Optional: Left align */
    gap: 8px; /* Reduce spacing if needed */
    padding: 12px;
}

.radio[b-yy4nj8ilwb] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

    .radio input[b-yy4nj8ilwb] {
        accent-color: #6b2737;
        cursor: pointer;
    }

/* Scrollable Grid */
.days-grid[b-yy4nj8ilwb] {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    padding: 12px;
}

.day-column[b-yy4nj8ilwb] {
    min-width: 80px;
    display: flex;
    flex-direction: column;
    padding-right: 10px;
}
    /* Vertical separator between day columns */
    .day-column:not(:last-child)[b-yy4nj8ilwb] {
        border-right: 1px solid #e1e1e1; /* Light grey divider */
    }

.day-header[b-yy4nj8ilwb] {
    margin-bottom: 6px;
    color: #6B0738;
    text-align: center;
    font-family: Lato;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
    vertical-align: middle;
}

/* Chips */
.chip[b-yy4nj8ilwb] {
    display: inline-block;
    padding: 6px 8px;
    margin: 3px;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.1s ease;
    white-space: nowrap;
}

    .chip:hover[b-yy4nj8ilwb] {
        border-color: #6b2737;
    }

    .chip.selected[b-yy4nj8ilwb] {
        background-color: #EBE3F0;
        color: #6b2737;
        font-weight: 400;
        border: 1px solid #6b2737;
    }

/* Footer */
/* Footer container styling */
.custom-radio-footer[b-yy4nj8ilwb] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #eee;
    background-color: #fff;
    padding: 8px 12px;
    background-color: #fff;
}

.clear-btn[b-yy4nj8ilwb],
.apply-btn[b-yy4nj8ilwb] {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    text-decoration: none;
    cursor: pointer;
}

    .clear-btn:hover[b-yy4nj8ilwb] {
        text-decoration: underline;
    }

.apply-btn[b-yy4nj8ilwb] {
    font-weight: 700;
    color: #6B0738;
}

    .apply-btn:hover[b-yy4nj8ilwb] {
        text-decoration: underline;
    }


/* Animations */
@keyframes fadeIn-b-yy4nj8ilwb {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .days-grid[b-yy4nj8ilwb] {
        grid-template-columns: repeat(7, minmax(60px, 1fr));
        gap: 4px;
    }

    .chip[b-yy4nj8ilwb] {
        padding: 4px 6px;
        font-size: 11px;
    }
}

.radio-item[b-yy4nj8ilwb] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logic-inline[b-yy4nj8ilwb] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logic-radio[b-yy4nj8ilwb] {
    font-size: 12px;
}

.info-icon[b-yy4nj8ilwb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    font-size: 10px;
    font-weight: 700;
    border: 1px solid #6B0738;
    color: #6B0738;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;    
    transition: 0.2s ease;
}

    .info-icon:hover[b-yy4nj8ilwb] {
        transform: translateY(-1px);
        box-shadow: 0 3px 6px rgba(0,0,0,0.25);
    }

.sub-logic-options[b-yy4nj8ilwb] {
    margin-left: 32px;
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.logic-row[b-yy4nj8ilwb] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.custom-radio-dropdown-btn.active-filter[b-yy4nj8ilwb] {
    border: 2px solid #D75B97 !important;
    background-color: #FFF4FA !important;
}
/* /Shared/Components/TagsPicker.razor.rz.scp.css */
/**  Radio button list styles **/
.custom-radio-dropdown-container[b-2ct3108qwo] {
    position: relative;
}

/* Dropdown button */
.custom-radio-dropdown-btn[b-2ct3108qwo] {
    width: 125px;
    height: 35px;
    padding-left: 36px; /* space for left icon */
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 2px 2.62px 0px #0000003B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #212121;
    cursor: pointer;
    position: relative;
    border: 1px solid #212121; /* button border */
}

    /* Left icon */
    .custom-radio-dropdown-btn .left-icon[b-2ct3108qwo] {
        position: absolute;
        left: 12px;
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }

    /* Right chevron using ::after pseudo-element */
    .custom-radio-dropdown-btn[b-2ct3108qwo]::after {
        content: "\e70d"; /* Syncfusion chevron */
        font-family: "e-icons";
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 10px;
        color: #212121;
        pointer-events: none; /* ensures click passes through */
    }

/* Dropdown menu */
.custom-radio-dropdown-menu[b-2ct3108qwo] {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0px 2px 2.62px 0px #0000003B;
    margin-top: 5px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    border-radius: 12px;
    border: 1px solid #ccc; /* matches button border */
}

/* Footer container styling */
.custom-radio-footer[b-2ct3108qwo] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #eee;
    background-color: #fff;
    padding: 8px 12px;
    background-color: #fff;
}

.clear-btn[b-2ct3108qwo],
.apply-btn[b-2ct3108qwo] {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    text-decoration: none;
    cursor: pointer;
}

    .clear-btn:hover[b-2ct3108qwo] {
        text-decoration: underline;
    }

.apply-btn[b-2ct3108qwo] {
    font-weight: 700;
    color: #6B0738;
}

    .apply-btn:hover[b-2ct3108qwo] {
        text-decoration: underline;
    }

.custom-radio-title[b-2ct3108qwo] {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    vertical-align: middle;
    color: #5D5D5D;
    padding: 0px 0px 4px 12px;
}

    .custom-radio-title:hover[b-2ct3108qwo] {
        cursor: default;
    }

.custom-radio-separator[b-2ct3108qwo] {
    height: 1px;
    background: #eee;
    margin: 6px 0;
    display: block;
}
.custom-radio-dropdown-btn.active-filter[b-2ct3108qwo] {
    border: 2px solid #D75B97 !important;
    background-color: #FFF4FA !important;
}
/* /Shared/Components/Tooltip.razor.rz.scp.css */
.simple-tooltip-wrapper[b-cm3t6nhpco] {
    position: relative;
    display: inline-block;
}

.simple-tooltip[b-cm3t6nhpco] {
    position: fixed; 
    visibility: hidden;
    background: #212121;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    z-index: 999999999;
    transform: translate(-48%, -108%);
    white-space: nowrap;
    pointer-events: none;
}

    .simple-tooltip[b-cm3t6nhpco]::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -6px;
        transform: rotate(45deg);
        border-width: 6px;
        border-style: solid;
        border-color: #212121;
    }

.simple-tooltip-wrapper:hover .simple-tooltip[b-cm3t6nhpco] {
    visibility: visible;
}

[b-cm3t6nhpco] .tooltip-grid {
    display: grid;
    grid-template-columns: 50px 120px;
    gap: 4px 4px;
    font-size: 12px;
    color: #fff;
    border-radius: 6px;
    padding: 6px 6px;
    white-space: pre-line;
    max-width: 350px;
}

    [b-cm3t6nhpco] .tooltip-grid .day {
        font-weight: 500;
        color: #fff;
    }

    [b-cm3t6nhpco] .tooltip-grid .hours {
        text-align: center;
        color: #fff;
    }
