/* /Pages/CreateOrders/CompositeArticle/CompositeArticle.razor.rz.scp.css */
.title[b-7x28dsq039] {
    font-size: 1.5rem;
    font-weight: 600;
}

.sub-text[b-7x28dsq039] {
    color: gray;
    margin-bottom: 1rem;
}

.telerik-drawer .p-4[b-7x28dsq039] {
    padding: 2rem;
}

.add-new-btn[b-7x28dsq039] {
    margin: 2rem 0;
}

label[b-7x28dsq039] {
    font-weight: bold;
    font-size: var(--kendo-font-size-md);
    color: var(--font-color);
    margin-top: 1rem !important;
}

    label span[b-7x28dsq039] {
        color: red;
    }

.under-label[b-7x28dsq039] {
    font-style: italic;
    font-weight: var(--kendo-font-weight-regular);
    font-size: var(--kendo-font-size-sm);
}

.sub-heading[b-7x28dsq039] {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    font-size: var(--kendo-font-size-lg)
}

.loader-overlay[b-7x28dsq039] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* ensure it’s on top */
}

.sub-heading[b-7x28dsq039] {
    font-weight: bold;
    color: #e46e27;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.add-product-link[b-7x28dsq039] {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: #e46e27;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-item[b-7x28dsq039] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

.product-title[b-7x28dsq039] {
    font-weight: bold;
    color: #444;
}

.delete-product-button[b-7x28dsq039] {
    color: #e46e27;
}

.k-form-buttons-bottom[b-7x28dsq039] {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
/* /Pages/CreateOrders/CreateOrders.razor.rz.scp.css */
.stepper-container[b-tii20ng0j2] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: sticky;
    padding-top: 1rem;
    top: 0;
    left: calc(17.25rem + 6.38rem);
    z-index: 9999;
    background-color: white;
/*    padding: 1.56rem 6.38rem;*/
}

.stepper-component[b-tii20ng0j2] {
    width: 60%;
}

.step-content[b-tii20ng0j2] {
    padding: 1.56rem 6.38rem;
}
/* /Pages/CreateOrders/Delivery/Delivery.razor.rz.scp.css */
.delivery-scheduler-container[b-res4wyj2g2] {
    padding: 20px;
    /*max-width: 800px;*/ /* Adjust as needed */
/*    margin: auto;*/
}

.heading-3[b-res4wyj2g2] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.subtitle[b-res4wyj2g2] {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.form-section[b-res4wyj2g2] {
/*    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;*/
    margin-bottom: 20px;
}

.section-heading[b-res4wyj2g2] {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
}

.time-section[b-res4wyj2g2], .location-section[b-res4wyj2g2] {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Spacing between form fields/groups */
}

.k-form-field[b-res4wyj2g2] {
    display: flex;
    flex-direction: column;
    gap: 5px; /* Spacing between label and input */
}

.k-label[b-res4wyj2g2] {
    font-weight: bold;
    color: #333;
}

    .k-label span[b-res4wyj2g2] {
        color: red; /* Asterisk for required fields */
        margin-left: 2px;
    }

.time-input-group[b-res4wyj2g2] {
    display: flex;
    gap: 5px; /* Spacing between date and time pickers */
}

.time-separator[b-res4wyj2g2] {
    font-weight: bold;
    align-self: center; /* Vertically center 'To' */
    margin: 0 10px; /* Space around 'To' */
}

/*.repeat-options {
    display: flex;
    align-items: center;
    gap: 20px;*/ /* Space between "All day" and "Repeat" checkboxes */
/*}*/

.k-checkbox-label[b-res4wyj2g2] {
    font-weight: normal; /* Override Telerik default if needed */
    margin-left: 5px; /* Space between checkbox and its label */
}

.repeats-section .k-label[b-res4wyj2g2] {
    margin-bottom: 5px;
}

/*.date-range {
    display: flex;
    flex-direction: column;
    gap: 15px;
}*/

    .date-range .k-form-field[b-res4wyj2g2] {
        flex-direction: row; /* Keep label and date picker on same line */
        align-items: center;
    }

.end-options .k-label[b-res4wyj2g2] {
    margin-bottom: 10px;
}

.end-options .k-radio-list[b-res4wyj2g2] {
    display: flex;
    flex-direction: column; /* Ensure radio buttons stack vertically */
    gap: 8px;
}

.after-occurrences[b-res4wyj2g2] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.location-input[b-res4wyj2g2] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.location-label[b-res4wyj2g2] {
    font-weight: bold;
    color: #333;
}

.add-new-option-btn[b-res4wyj2g2] {
    color: #007bff; /* Blue link color */
    text-decoration: none;
    font-weight: bold;
    padding: 0; /* Remove default button padding */
    border: none; /* Remove default button border */
    background: none; /* Remove default button background */
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

    .add-new-option-btn:hover[b-res4wyj2g2] {
        text-decoration: underline;
    }

/* Kendo specific overrides for better alignment */
.k-form-field > .k-d-flex[b-res4wyj2g2] {
    align-items: flex-start; /* Align multi-line content at the top */
}

.k-timepicker[b-res4wyj2g2], .k-datepicker[b-res4wyj2g2], .k-numerictextbox[b-res4wyj2g2], .k-dropdownlist[b-res4wyj2g2], .k-combobox[b-res4wyj2g2] {
    flex-grow: 1; /* Allow inputs to grow within their containers */
}

.k-radio-list .k-radio-item[b-res4wyj2g2] {
    margin-bottom: 5px; /* Spacing between radio items */
}
/* /Pages/CreateOrders/HubOrder/HubOrder.razor.rz.scp.css */
body[b-sc961ffmc5] {
}
/* /Pages/CreateOrders/Product.razor.rz.scp.css */
.title[b-n9ne88ibib] {
    font-size: 1.5rem;
    font-weight: 600;
}

.sub-text[b-n9ne88ibib] {
    color: gray;
    margin-bottom: 1rem;
}

.telerik-drawer .p-4[b-n9ne88ibib] {
    padding: 2rem;
}
.add-new-btn[b-n9ne88ibib]{
    margin:2rem 0;
}

label[b-n9ne88ibib] {
    font-weight: bold;
    font-size: var(--kendo-font-size-md);
    color: var(--font-color);
    margin-top: 1rem !important;
}

    label span[b-n9ne88ibib] {
        color: red;
    }

.under-label[b-n9ne88ibib] {
    font-style: italic;
    font-weight: var(--kendo-font-weight-regular);
    font-size: var(--kendo-font-size-sm);
}

.sub-heading[b-n9ne88ibib]{
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    font-size:var(--kendo-font-size-lg)
}

.loader-overlay[b-n9ne88ibib] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* ensure it’s on top */
}
/* /Pages/CreateOrders/project.razor.rz.scp.css */
/*.title {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
}*/
.sub-text[b-ailqy6wbgl]{

}
.map[b-ailqy6wbgl]{
    max-width:60%;
    max-height:60%;
    margin-top:1rem;
}

.title[b-ailqy6wbgl] {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.sub-text[b-ailqy6wbgl] {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.select-btn[b-ailqy6wbgl] {
    background-color: #f15b2a !important;
    color: white !important;
    border-radius: 6px;
    padding: 6px 16px;
    font-weight: 500;
}

.more-link[b-ailqy6wbgl] {
    color: #f15b2a;
    margin-left: 6px;
    font-weight: 500;
    text-decoration: none;
}

    .more-link:hover[b-ailqy6wbgl] {
        text-decoration: underline;
    }

/*.k-grid.red-border,
.k-grid.red-border .k-grid-header,
.k-grid.red-border th,
.k-grid.red-border td,
.k-grid.red-border .k-pager ::deep {
    border-color: var(--border);
}*/
label[b-ailqy6wbgl] {
    font-weight: bold;
    font-size: var(--kendo-font-size-md);
    color: var(--font-color);
    margin-top:1rem !important;
}
label span[b-ailqy6wbgl]{
    color:red;
}
.under-label[b-ailqy6wbgl]{
    font-style: italic;
    font-weight:var(--kendo-font-weight-regular);
    font-size:var(--kendo-font-size-sm);
}

.k-grid[b-ailqy6wbgl]::deep{
    margin-top:1rem;
}

.loader-overlay[b-ailqy6wbgl] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* ensure it’s on top */
}
/* /Pages/HubOrders/HubOrders.razor.rz.scp.css */

.loader-overlay[b-38450bioho] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.page-container[b-38450bioho] {
    padding: 1.5rem;
}

.title[b-38450bioho] {
    padding: 1.5rem;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

[b-38450bioho] .k-toolbar .k-toolbar-items {
    width: 100%;
    justify-content: space-between !important;
}

[b-38450bioho] .k-border {
    border-color: var(--border);
}
/* /Pages/Hubs/Hubs.razor.rz.scp.css */
.loader-overlay[b-evoansnu9l] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* ensure it’s on top */
}

.page-container[b-evoansnu9l] {
    padding: 1.5rem;
}

.title[b-evoansnu9l] {
    padding: 1.5rem;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

[b-evoansnu9l] .k-toolbar .k-toolbar-items {
    width:100%;
    justify-content: space-between !important;
}

[b-evoansnu9l] .k-border {
    border-color: var(--border);
}
/* /Pages/Login/Login.razor.rz.scp.css */
/* Animated map stays behind */
.animated-map-container[b-g6itq4q3xt] {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    user-select: none;
    display: block;
    overflow: hidden;
}

.login-page[b-g6itq4q3xt] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    box-sizing: border-box;
}

.login-wrapper[b-g6itq4q3xt] {
    position: relative;
    z-index: 5; /* above background */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Card base */
.login-card[b-g6itq4q3xt] {
    background: #fff;
    width: 360px;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 28px -4px rgba(0,0,0,0.15), 0 4px 12px -2px rgba(0,0,0,0.08);
    font-family: "Roboto", Arial, sans-serif;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card-top[b-g6itq4q3xt] { padding-top: 18px; display: flex; justify-content: center; }
.logo[b-g6itq4q3xt] { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; }
.logo img[b-g6itq4q3xt], .logo svg[b-g6itq4q3xt] { width: 40px; height: 40px; display: block; }

.card-body[b-g6itq4q3xt] { padding: 12px 20px 22px; }
.title[b-g6itq4q3xt] { margin: 4px 0 6px; font-size: 20px; font-weight: 700; text-align: center; color: #222; }
.subtitle[b-g6itq4q3xt] { margin: 0 0 18px; font-size: 13px; text-align: center; color: #555; line-height: 1.4; }

.form-field[b-g6itq4q3xt] { margin-bottom: 14px; }
.form-field label[b-g6itq4q3xt] { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 500; color: #5b5f64; }
.password-row[b-g6itq4q3xt] { position: relative; }
.password-row .forgot[b-g6itq4q3xt] { position: absolute; right: 0; top: 0; font-size: 11px; color: #2b7cff; text-decoration: none; }
.password-row .forgot:hover[b-g6itq4q3xt] { text-decoration: underline; }

/* Telerik overrides */
.login-card .t-textbox[b-g6itq4q3xt], .login-card input[type=text][b-g6itq4q3xt], .login-card input[type=email][b-g6itq4q3xt], .login-card input[type=password][b-g6itq4q3xt] {
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
}

.login-btn[b-g6itq4q3xt] { width: 100%; background: #ff6a00; border-color: #ff6a00; color: #fff; font-weight: 600; }
.login-btn:focus[b-g6itq4q3xt], .login-btn:hover[b-g6itq4q3xt] { background:#ff7f22; border-color:#ff7f22; }

.divider[b-g6itq4q3xt] { font-size: 11px; color:#888; }
.google-btn[b-g6itq4q3xt] { width: 100%; background:#fff; border:1px solid #d9dce0; color:#222; font-weight:500; }
.google-btn:hover[b-g6itq4q3xt] { background:#f7f7f7; }

.signup[b-g6itq4q3xt] { font-size: 12px; color:#666; }
.signup a[b-g6itq4q3xt] { color:#ff6a00; text-decoration:none; }
.signup a:hover[b-g6itq4q3xt] { text-decoration:underline; }

/* Focus styles for accessibility */
.login-card a:focus[b-g6itq4q3xt], .login-card button:focus[b-g6itq4q3xt], .login-card input:focus[b-g6itq4q3xt] { outline: 2px solid #ff6a00; outline-offset: 1px; }

/* Responsive */
@media (max-width: 480px) {
  .login-card[b-g6itq4q3xt] { width: 100%; }
  .card-body[b-g6itq4q3xt] { padding: 10px 16px 20px; }
  .title[b-g6itq4q3xt] { font-size: 18px; }
}
/* /Pages/Products/Product.razor.rz.scp.css */
.title[b-74go8yop7x] {
    font-size: 1.5rem;
    font-weight: 600;
}

.sub-text[b-74go8yop7x] {
    color: gray;
    margin-bottom: 1rem;
}

.telerik-drawer .p-4[b-74go8yop7x] {
    padding: 2rem;
}

.add-new-btn[b-74go8yop7x] {
    margin: 2rem 0;
}

label[b-74go8yop7x] {
    font-weight: bold;
    font-size: var(--kendo-font-size-md);
    color: var(--font-color);
    margin-top: 1rem !important;
}

    label span[b-74go8yop7x] {
        color: red;
    }

.under-label[b-74go8yop7x] {
    font-style: italic;
    font-weight: var(--kendo-font-weight-regular);
    font-size: var(--kendo-font-size-sm);
}

.sub-heading[b-74go8yop7x] {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    font-size: var(--kendo-font-size-lg)
}

.loader-overlay[b-74go8yop7x] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* ensure it’s on top */
}


.page-container[b-74go8yop7x] {
    padding: 1.5rem;
}

.title[b-74go8yop7x] {
    padding: 1.5rem;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

[b-74go8yop7x] .k-toolbar .k-toolbar-items {
    width: 100%;
    justify-content: space-between !important;
}

[b-74go8yop7x] .k-border {
    border-color: var(--border);
}
/* /Pages/Projects/Projects.razor.rz.scp.css */
.loader-overlay[b-jhb1tqtbwp] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* ensure it’s on top */
}

.page-container[b-jhb1tqtbwp] {
    padding: 1.5rem;
}

.title[b-jhb1tqtbwp] {
    padding: 1.5rem;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

[b-jhb1tqtbwp] .k-toolbar .k-toolbar-items {
justify-content: flex-end !important;
}

[b-jhb1tqtbwp] .k-border {
    border-color: var(--border);
}
/* /Pages/Suppliers/Suppliers.razor.rz.scp.css */
.loader-overlay[b-rzyon56zw9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* ensure its on top */
}

.page-container[b-rzyon56zw9] {
    padding: 1.5rem;
}

.title[b-rzyon56zw9] {
    padding: 1.5rem;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

[b-rzyon56zw9] .k-toolbar .k-toolbar-items {
    width: 100%;
    justify-content: space-between !important;
}

[b-rzyon56zw9] .k-border {
    border-color: var(--border);
}
/* /Pages/UserManagement/UserManagement.razor.rz.scp.css */

.loader-overlay[b-27bmaptt5q] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.page-container[b-27bmaptt5q] {
    padding: 1.5rem;
}

.title[b-27bmaptt5q] {
    padding: 1.5rem;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

[b-27bmaptt5q] .k-toolbar .k-toolbar-items {
    width: 100%;
    justify-content: space-between !important;
}

[b-27bmaptt5q] .k-border {
    border-color: var(--border);
}
/* /Shared/LoginCard.razor.rz.scp.css */
/* LoginCard component-scoped styles */

/*.login-card {
    background: #ffffff;
    width: 520px;
    max-width: 92vw;
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.18), 0 8px 24px rgba(17, 24, 39, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-top { display: flex; align-items: center; justify-content: center; padding-top: 28px; }
.logo { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #fff; }
.logo img { width: 44px; height: 44px; display: block; }

.card-body { padding: 10px 32px 32px; }
.title { margin: 8px 0 6px; font-weight: 800; font-size: 38px; letter-spacing: -0.02em; text-align: center; color: #0f172a; }
.subtitle { margin: 0 0 22px; font-size: 16px; color: #64748b; text-align: center; }

.form-field { margin-bottom: 16px; }
.label-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.form-field label { display: block; margin: 0; font-size: 14px; color: #475569; font-weight: 600; }*/

/* Icon-in-textbox helpers */
/*.tb-icon-container { position: relative; display: block; width: 100%; min-height: 40px; }
.tb-icon-container .tb-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; pointer-events: none; opacity: .95; z-index: 10; }*/

/* Make TelerikTextBox full width and style its inner input */
/*.tb-icon-container :deep(.text-input) { width: 100%; display: block; }
.tb-icon-container :deep(.k-textbox),
.tb-icon-container :deep(.k-input) { width: 100%; display: block; }
.tb-icon-container :deep(.text-input .k-input-inner),
.tb-icon-container :deep(.k-input-inner),
.tb-icon-container :deep(input) {
    height: 40px;
    border-radius: 8px;
    padding: 0 12px;
    background: #F6F7F9;
    border: 1px solid #E1E3E8;
    color: #0f172a;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}*/
/* add left padding to accommodate the icon */
/*.tb-icon-container :deep(.text-input .k-input-inner),
.tb-icon-container :deep(.k-input-inner) { padding-left: 46px; }

.forgot { font-size: 12px; color: #4f46e5; text-decoration: none; white-space: nowrap; }
.forgot:hover { text-decoration: underline; }*/

/* Ensure the Telerik form buttons block stacks elements full-width and centers content */
/*:deep(.k-form-buttons) { display: flex; flex-direction: column; align-items: stretch; gap: 12px; width: 100%; }*/

/* Primary login button */
/*:deep(.login-btn) { width: 100%; height: 40px; border-radius: 8px; padding: 9px 16px; background: #FA630C; border-color: #FA630C; color: #ffffff; font-weight: 700; justify-content: center; }
:deep(.login-btn:hover),
:deep(.login-btn:focus) { background: #ff7a2d; border-color: #ff7a2d; }*/

/* OR divider spans full width and centers label */
/*.or-divider { display: flex; align-items: center; gap: 18px; margin: 8px 0 4px; width: 100%; }
.or-divider .line { height: 1px; background: #e2e8f0; flex: 1; }
.or-divider .text { font-size: 12px; color: #94a3b8; font-weight: 600; }*/

/* Google button */
/*:deep(.google-btn) { width: 100%; height: 46px; border-radius: 10px; background: #fff; border: 1px solid #e2e8f0; color: #111827; font-weight: 700; justify-content: center; }
:deep(.google-btn:hover) { background: #f8fafc; }
:deep(.google-btn .google-content) { display: flex; align-items: center; justify-content: center; gap: 10px; }
:deep(.google-btn .google-icon) { width: 18px; height: 18px; display: block; }*/

/* Footer text */
/*.signup { margin-top: 14px; text-align: center; font-size: 14px; color: #64748b; }
.signup a { color: #1d4ed8; text-decoration: none; font-weight: 600; }
.signup a:hover { text-decoration: underline; }*/

/* Focus outline for accessibility within the component */
/*.login-card a:focus, .login-card button:focus, .login-card input:focus { outline: 2px solid #ff6a00; outline-offset: 1px; }

@media (max-width: 540px){
  .login-card { width: 94vw; }
  .title { font-size: 30px; }
  .subtitle { font-size: 14px; }
}*/
/* /Shared/MainLayout.razor.rz.scp.css */
.main-layout[b-tl178xxc6z] {
    display: flex;
/*    height:100svh;*/
}

.page[b-tl178xxc6z]{
    width:100%;
    overflow-y:auto;
    height:calc(100svh - 4rem);
}
/* /Shared/NavMenu.razor.rz.scp.css */
/*NavMenu styles*/
.sidebar-wrapper[b-3teawur6ln] {
    height: calc(100svh - 4rem);
    background-color: var(--white);
    border-right: 1px solid var(--light-on-surface);
    display: flex;
    flex-direction: column;
    width: 17.25rem;
    padding: 1.5rem 0.75rem;
    align-items: center;
    gap: 1.5rem;
    position: relative;
}

.sidebar-header[b-3teawur6ln] {
    display: flex;
    justify-content: space-between; /* Space between the two child divs */
    align-items: center;
    width: 100%;
    background-color: white;
}

.sidebar-header > div:first-child[b-3teawur6ln] {
    display: flex;
    align-items: center;
    gap: 0.3rem; /* Gap between items in the first child div */
}

.sidebar-logo[b-3teawur6ln] {
    width: 1.25rem;
    height: 1.5625rem;
    aspect-ratio: 4/5;
}

.title[b-3teawur6ln] {
    color: var(--font-color);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.0125rem;
}

[b-3teawur6ln] .k-drawer-item {
    border-radius: var(--kendo-border-radius-lg);
}

.logout-container[b-3teawur6ln] {
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.5rem;
}
[b-3teawur6ln] .circular-btn {
    border-radius: 50% !important;
}

[b-3teawur6ln] .circular-btn-size {
    width: 40px;
    height: 40px;
    padding: 0;
}

[b-3teawur6ln] .k-drawer-expanded .k-drawer.k-drawer-start {
    border: none;
}

[b-3teawur6ln] .k-drawer {
    border: none;
}
.sidebar-logo-wrapper[b-3teawur6ln] {
    display: flex;
    align-items: center;
}

.sidebar-header.collapsed[b-3teawur6ln] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.sidebar-logo-toggle[b-3teawur6ln] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logout-container.collapsed[b-3teawur6ln] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.sidebar-wrapper.collapsed[b-3teawur6ln]{
    width:auto;
}
