/* /Components/AcceptOrderModal.razor.rz.scp.css */

.disabled[b-rid0rbonlq] {
    background-color: #4D4D4D !important;
}
/* /Components/AllOrder.razor.rz.scp.css */
/*page heading css*/
.store-name[b-lkbjluctcf] {
    color: #333333 !important;
    font-size: 14px;
    font-family: Lato;
    font-weight: 500;
    word-wrap: break-word;
}

.actions[b-lkbjluctcf] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.action[b-lkbjluctcf] {
    padding: 10px 16px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px #e12626 solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.section[b-lkbjluctcf] {
    flex: 1 1 0;
    height: 22px;
    padding-right: 24px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}

.section-title[b-lkbjluctcf] {
    color: #333333;
    font-size: 18px;
    font-family: Lato;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
}

.dropdown-toggle[b-lkbjluctcf]::after {
    display: none !important;
}

.text-gray[b-lkbjluctcf] {
    color: #666666;
}

.clickable-row[b-lkbjluctcf] {
    cursor: pointer;
}

.hbp-table[b-lkbjluctcf] {
    overflow: hidden !important;
}

@media only screen and (max-width: 834px) {
    /* Styles for iPad Mini and smaller devices */
    .hbp-btn-outline[b-lkbjluctcf] {
        padding: 8px 4px !important;
        font-size: 14px !important;
    }
   
}


@media only screen and (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
    /* Styles for iPad Mini in portrait mode */

    .hbp-btn-outline[b-lkbjluctcf] {
        padding: 8px 4px !important;
        font-size: 14px !important;
    }

}
/* /Components/AutoPrintList.razor.rz.scp.css */
body[b-dvmd57pehr] {
}
/* /Components/AutoPrintOrders.razor.rz.scp.css */
body[b-9mcp1dsj5p] {
}
/* /Components/AvailabilityStatusModal.razor.rz.scp.css */
/*page heading css*/
.store-name[b-i2689bmisi] {
    color: #333333 !important;
    font-size: 14px;
    font-family: Lato;
    font-weight: 500;
    word-wrap: break-word;
}

.actions[b-i2689bmisi] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.form-check-input:checked[b-i2689bmisi] {
    background-color: var(--radio-green);
    border-color: var(--radio-green);
}

.form-check-input:focus[b-i2689bmisi] {
    border-color: var(--bg-status-ready);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--bg-status-ready);
}
/* /Components/CancelOrderModal.razor.rz.scp.css */
body[b-xanzcanyk5] {
}
/* /Components/ClearOrderModal.razor.rz.scp.css */
body[b-bdo4e3325f] {
}
/* /Components/HeaderComponet.razor.rz.scp.css */
.store-name[b-snzs35zjom] {
    color: #333333 !important;
    font-size: 14px;
    font-family: Lato;
    font-weight: 500;
    word-wrap: break-word;
}

.actions[b-snzs35zjom] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.connectivity-indicator[b-snzs35zjom] {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.online[b-snzs35zjom] {
    background-color: green;
}

.offline[b-snzs35zjom] {
    background-color: red;
}

.subscribe-btn[b-snzs35zjom] {
    margin-left: 12px;
    padding: 10px 16px;
    background-color: #d80707;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    line-height: 12px !important;
}

.subscribe-btn:hover[b-snzs35zjom] {
    background-color: #b71c1c;
}

.tooltip-wrapper[b-snzs35zjom] {
    position: relative;
    display: inline-block;
}

.custom-tooltip[b-snzs35zjom] {
    visibility: hidden;
    width: 320px;
    background-color: #222;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px 14px;
    position: absolute;
    z-index: 2000;
    top: 125%; /* Show below the button */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s;
    font-size: 15px;
    font-family: Lato;
    font-weight: 400;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 6px; /* Optional: space between button and tooltip */
}

.tooltip-wrapper:hover .custom-tooltip[b-snzs35zjom],
.tooltip-wrapper:focus-within .custom-tooltip[b-snzs35zjom] {
    visibility: visible;
    opacity: 1;
}

.custom-tooltip span[b-snzs35zjom] {
    font-weight: bold;
    color: #ffc107;
}

/* Prevent wrapping */
.navbar[b-snzs35zjom],
.navbar .container-fluid[b-snzs35zjom] {
    flex-wrap: nowrap !important;
}

.info[b-snzs35zjom], .actions[b-snzs35zjom] {
    min-width: 0;
}

.location-select[b-snzs35zjom] {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subscribe-btn[b-snzs35zjom] {
    padding: 10px 10px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px;
    line-height: 12px !important;
}

.logo[b-snzs35zjom] {
    width: 100px !important;
    flex-shrink: 0 !important;
}

/* Responsive tweaks for iPad/tablets */
@media (max-width: 1024px) {
    .navbar[b-snzs35zjom] {
        padding: 0 8px;
    }

    .actions[b-snzs35zjom] {
        gap: 6px;
    }

    .subscribe-btn[b-snzs35zjom] {
        max-width: 100px;
    }

    .gap-3[b-snzs35zjom] {
        gap: .5rem !important;
    }
}

.inner-header .dropdown[b-snzs35zjom] {
    position: relative;
    z-index: 2000;
}
/* /Components/InprogressOrder.razor.rz.scp.css */
.header[b-y5ve0rflp2] {
    align-self: stretch;
    padding: 10px 70px;
    background: #f8f8f8;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo[b-y5ve0rflp2] {
    width: 80.06px;
    height: 44px;
}

.info[b-y5ve0rflp2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.status[b-y5ve0rflp2] {
    height: 44px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.status-icon[b-y5ve0rflp2] {
    width: 18px;
    height: 18px;
    position: relative;
}

.inner-icon[b-y5ve0rflp2] {
    width: 10.50px;
    height: 13.50px;
    left: 3.75px;
    top: 2.25px;
    position: absolute;
    border: 1px #333333 solid;
}

.inner-inner-icon[b-y5ve0rflp2] {
    width: 10.50px;
    height: 13.50px;
    left: 0px;
    top: 0px;
    position: absolute;
    border: 1px #333333 solid;
}

.small-icon[b-y5ve0rflp2] {
    width: 4.50px;
    height: 4.50px;
    left: 3px;
    top: 3px;
    position: absolute;
    border: 1px #333333 solid;
}

.status-dot[b-y5ve0rflp2] {
    width: 7px;
    height: 7px;
    background: #00bb00;
    border-radius: 9999px;
    position: absolute;
    top: 2px;
    right: 2px;
}

.store-name[b-y5ve0rflp2] {
    color: #333333 !important;
    font-size: 14px;
    font-family: Lato;
    font-weight: 500;
    word-wrap: break-word;
}

.actions[b-y5ve0rflp2] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.action[b-y5ve0rflp2] {
    padding: 10px 16px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px #e12626 solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.section[b-y5ve0rflp2] {
    flex: 1 1 0;
    height: 22px;
    padding-right: 24px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}

.section-title[b-y5ve0rflp2] {
    color: #333333;
    font-size: 18px;
    font-family: Lato;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
}

.nav-underline .nav-link.active[b-y5ve0rflp2], .nav-underline .show > .nav-link[b-y5ve0rflp2] {
    font-weight: 600;
    border-bottom: 2px solid #E12626 !important;
    background-color: #FFEDED;
    padding: 8px;
}

.nav-underline .nav-item[b-y5ve0rflp2] {
    width: 32.50%;
}

.nav-underline .nav-link[b-y5ve0rflp2] {
    width: 100%;
    display: block;
    color: #8A8A8A;
    border-radius: 8px 8px 0px 0px;
    text-decoration: none;
    background: 0 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


    .nav-underline .nav-link.active[b-y5ve0rflp2] {
        color: #e12626;
        border-radius: 8px 8px 0px 0px;
        border-bottom: 2px solid #E12626 !important;
        background-color: #e1262610 !important;
    }

.dropdown-toggle[b-y5ve0rflp2]::after {
    display: none !important;
}

.text-gray[b-y5ve0rflp2] {
    color: #666666;
}
.clickable-row[b-y5ve0rflp2] {
    cursor: pointer;
}

/* /Components/LineHeading.razor.rz.scp.css */






/* /Components/LogoutModal.razor.rz.scp.css */
body[b-2hajzcyb4b] {
}
/* /Components/PauseServiceModel.razor.rz.scp.css */
body[b-vleocdisj3] {
}
/* /Components/ProfileUpdateModal.razor.rz.scp.css */
.readonly-field[b-lhxycykk24] {
    background-color: #e9ecef; 
    color: #495057;
}
/* /Components/ReadyOrder.razor.rz.scp.css */
.header[b-21ha7uho39] {
    align-self: stretch;
    padding: 10px 70px;
    background: #f8f8f8;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo[b-21ha7uho39] {
    width: 80.06px;
    height: 44px;
}

.info[b-21ha7uho39] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.status[b-21ha7uho39] {
    height: 44px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.status-icon[b-21ha7uho39] {
    width: 18px;
    height: 18px;
    position: relative;
}

.inner-icon[b-21ha7uho39] {
    width: 10.50px;
    height: 13.50px;
    left: 3.75px;
    top: 2.25px;
    position: absolute;
    border: 1px #333333 solid;
}

.inner-inner-icon[b-21ha7uho39] {
    width: 10.50px;
    height: 13.50px;
    left: 0px;
    top: 0px;
    position: absolute;
    border: 1px #333333 solid;
}

.small-icon[b-21ha7uho39] {
    width: 4.50px;
    height: 4.50px;
    left: 3px;
    top: 3px;
    position: absolute;
    border: 1px #333333 solid;
}

.status-dot[b-21ha7uho39] {
    width: 7px;
    height: 7px;
    background: #00bb00;
    border-radius: 9999px;
    position: absolute;
    top: 2px;
    right: 2px;
}

.store-name[b-21ha7uho39] {
    color: #333333 !important;
    font-size: 14px;
    font-family: Lato;
    font-weight: 500;
    word-wrap: break-word;
}

.actions[b-21ha7uho39] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.action[b-21ha7uho39] {
    padding: 10px 16px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px #e12626 solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.section[b-21ha7uho39] {
    flex: 1 1 0;
    height: 22px;
    padding-right: 24px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}

.section-title[b-21ha7uho39] {
    color: #333333;
    font-size: 18px;
    font-family: Lato;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
}

.nav-underline .nav-link.active[b-21ha7uho39], .nav-underline .show > .nav-link[b-21ha7uho39] {
    font-weight: 600;
    border-bottom: 2px solid #E12626 !important;
    background-color: #FFEDED;
    padding: 8px;
}

.nav-underline .nav-item[b-21ha7uho39] {
    width: 32.50%;
}

.nav-underline .nav-link[b-21ha7uho39] {
    width: 100%;
    display: block;
    color: #8A8A8A;
    border-radius: 8px 8px 0px 0px;
    text-decoration: none;
    background: 0 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


    .nav-underline .nav-link.active[b-21ha7uho39] {
        color: #e12626;
        border-radius: 8px 8px 0px 0px;
        border-bottom: 2px solid #E12626 !important;
        background-color: #e1262610 !important;
    }

.dropdown-toggle[b-21ha7uho39]::after {
    display: none !important;
}


.text-gray[b-21ha7uho39] {
    color: #666666;
}
.clickable-row[b-21ha7uho39] {
    cursor: pointer;
}

.disabled-custom[b-21ha7uho39] {
    background-color: #4D4D4D !important;
}
/* /Components/RejectOrderModal.razor.rz.scp.css */
body[b-0bmm55jfxk] {
}
/* /Components/ReprocessOrderModal.razor.rz.scp.css */

.disabled[b-kkegfyf9v5] {
    background-color: #4D4D4D !important;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-42ipxp901x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-42ipxp901x] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.top-row[b-9k9t8i3ncf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9k9t8i3ncf] {
    font-size: 1.1rem;
}

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

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

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

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

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

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

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

    .collapse[b-9k9t8i3ncf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-9k9t8i3ncf] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/AcceptedOrder.razor.rz.scp.css */

.disabled[b-gc78tnpdov] {
    background-color: #4D4D4D !important;
}


.accept-order-header[b-gc78tnpdov] {
    top: 94px;
}

/* Ensure the main content is scrollable */
.content-container[b-gc78tnpdov] {
    margin-top: 155px !important;
}

@media only screen and (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
    /* Styles for iPad Mini in portrait mode */
    .content-container[b-gc78tnpdov] {
        margin-top: 200px !important;
    }
}
/* /Pages/AlertEmails.razor.rz.scp.css */
:root[b-8s10qbe0eg] {
    --rz-switch-circle-background-color: white;
    --rz-switch-checked-circle-background-color: white;
}

.rz-switch.rz-switch-checked .rz-switch-circle[b-8s10qbe0eg] {
    background: red !important;
}

.rz-switch .rz-switch-circle[b-8s10qbe0eg] {
    height: 17px;
}

    .rz-switch .rz-switch-circle[b-8s10qbe0eg]:before {
        width: 0.8rem;
        height: 0.8rem;
        inset-inline-start: 10%;
    }

.rz-switch-circle[b-8s10qbe0eg]:before {
    position: absolute;
    content: "";
    inset-block-start: 70%;
}

.bi[b-8s10qbe0eg] {
    font-size: 16px !important;
    color: #666666;
    padding: 3px 5px;
    cursor: pointer;
    border-radius: 5px;
}

.bi:hover[b-8s10qbe0eg] {
    background-color: #ddd;
    color: black;
}
/* /Pages/Billing.razor.rz.scp.css */
.billing-details-col[b-99yd64tfqx] {
    width: 2.75rem;
}

.billing-accordion-toggle[b-99yd64tfqx] {
    color: inherit;
    text-decoration: none;
}

.billing-accordion-toggle:hover[b-99yd64tfqx],
.billing-accordion-toggle:focus[b-99yd64tfqx] {
    color: inherit;
    text-decoration: none;
}

.billing-row.expanded[b-99yd64tfqx] {
    background-color: #f7f9fc;
}

.billing-orders-row td[b-99yd64tfqx] {
    background-color: #f9fbff;
    border-top: none;
}

.billing-orders-table th[b-99yd64tfqx] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
    border-bottom-color: #dee2e6;
}

.billing-orders-table td[b-99yd64tfqx] {
    font-size: 0.875rem;
    vertical-align: middle;
}

.accordion-icon[b-99yd64tfqx] {
    font-size: 1rem;
    line-height: 1;
}

.payment-method-tag[b-99yd64tfqx] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    height: 28px;
    padding: 0px 10px;
    color: #545454;
    border-radius: 4px;
    font-size: 12px !important;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1px;
    width: 100px;
}

.payment-method-online[b-99yd64tfqx] {
    background-color: #C5FFCF;
}

.payment-method-cash[b-99yd64tfqx] {
    background-color: #FFD8D6;
}


.billing-orders-table th.col-order[b-99yd64tfqx],
.billing-orders-table td:nth-child(1)[b-99yd64tfqx] {
    width: 120px;
}

.billing-orders-table th.col-customer[b-99yd64tfqx],
.billing-orders-table td:nth-child(2)[b-99yd64tfqx] {
    width: 180px;
}

.billing-orders-table th.col-payment[b-99yd64tfqx],
.billing-orders-table td:nth-child(3)[b-99yd64tfqx] {
    width: 140px;
}

.billing-orders-table th.col-time[b-99yd64tfqx],
.billing-orders-table td:nth-child(4)[b-99yd64tfqx] {
    width: 160px;
}

.billing-orders-table th.col-amount[b-99yd64tfqx],
.billing-orders-table td:nth-child(5)[b-99yd64tfqx] {
    width: 100px;
    text-align: right;
}

.hbp-table th:nth-child(1)[b-99yd64tfqx],
.hbp-table td:nth-child(1)[b-99yd64tfqx] {
    width: 120px; 
}

.hbp-table th:nth-child(2)[b-99yd64tfqx],
.hbp-table td:nth-child(2)[b-99yd64tfqx] {
    width: 120px;
}

.hbp-table th:nth-child(3)[b-99yd64tfqx],
.hbp-table td:nth-child(3)[b-99yd64tfqx] {
    width: 120px;
}

.hbp-table th:nth-child(4)[b-99yd64tfqx],
.hbp-table td:nth-child(4)[b-99yd64tfqx] {
    width: 120px;
}

.hbp-table th:nth-child(5)[b-99yd64tfqx],
.hbp-table td:nth-child(5)[b-99yd64tfqx] {
    width: 120px;
}

.hbp-table th:nth-child(6)[b-99yd64tfqx],
.hbp-table td:nth-child(6)[b-99yd64tfqx] {
    width: 60px;
}
/* /Pages/HelpFeedback.razor.rz.scp.css */
.htp-logo[b-ylpnshu7ld] {
    width: 250px;
}
/* /Pages/Order.razor.rz.scp.css */
/*page heading css*/
.store-name[b-9swu9xqowa] {
    color: #333333 !important;
    font-size: 14px;
    font-family: Lato;
    font-weight: 500;
    word-wrap: break-word;
}

.actions[b-9swu9xqowa] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.action[b-9swu9xqowa] {
    padding: 10px 16px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px #e12626 solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.section[b-9swu9xqowa] {
    flex: 1 1 0;
    height: 22px;
    padding-right: 24px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}

.section-title[b-9swu9xqowa] {
    color: #333333;
    font-size: 18px;
    font-family: Lato;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
}

.dropdown-toggle[b-9swu9xqowa]::after {
    display: none !important;
}

.text-gray[b-9swu9xqowa] {
    color: #666666;
}

.service-paused-notification[b-9swu9xqowa] {
    background-color: #E12626;
    color: white;
    font-size: 16px;
    padding: 8px 5px;
    border-radius: 2px;
}

/* Ensure the main content is scrollable */
.content-container[b-9swu9xqowa] {
    height: 83vh; /* Adjust height to make it scrollable */
    overflow-y: auto;
}

/* Fixed child header inside main */
.inner-header[b-9swu9xqowa] {
    position: sticky;
    top: 0;
    color: white;
}

@media only screen and (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
    /* Styles for iPad Mini in portrait mode */
    .content-container[b-9swu9xqowa] {
        height: 89vh; /* Adjust height to make it scrollable */
    }

}

@media only screen and (max-width: 834px) and (orientation: portrait) {
    /* Styles for iPad Mini in portrait mode */
    .content-container[b-9swu9xqowa] {
        height: 89vh; /* Adjust height to make it scrollable */
    }
}
/* /Pages/Profile.razor.rz.scp.css */

.switch[b-i9e5l0s5gv] {
    position: relative;
    display: inline-block;
    width: 253px; 
    height: 45px; 
    margin-left:10px;
}

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

.slider[b-i9e5l0s5gv] {
    position: absolute;
    cursor: pointer;
    background-color: var(--text-red);
    border: 2px solid #ccc;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    transition: background-color 0.3s;
    overflow: hidden;
}

    .slider[b-i9e5l0s5gv]::before {
        content: "";
        position: absolute;
        width: 120px; 
        height: 95%;
        left: 1px;
        bottom: 1px;
        background-color: white;
        border-radius: 23px;
        transition: transform 0.3s ease;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

.switch input:checked + .slider[b-i9e5l0s5gv]::before {
    transform: translateX(127px);
}

input:checked + .slider[b-i9e5l0s5gv] {
    background-color: var(--text-red);
}

.slider-text[b-i9e5l0s5gv] {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: white;
    transition: color 0.3s;
}

.switch input:checked + .slider .slider-text.right[b-i9e5l0s5gv] {
    color: black;
}


.switch input:not(:checked) + .slider .slider-text.left[b-i9e5l0s5gv] {
    color: black;
}

input[type="checkbox"]:disabled + label[b-i9e5l0s5gv] {
    opacity: 1 !important;
    cursor: not-allowed;
}
/* /Pages/Reports/YextAnalyticsReport.razor.rz.scp.css */
/* Analytics Grid Layout */
.analytics-grid[b-fr8axaylsr] {
    padding: 0;
}

.metrics-section[b-fr8axaylsr] {
    margin-bottom: 2.5rem;
}

.section-title[b-fr8axaylsr] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

/* Enhanced Stat Cards */
.stat-card[b-fr8axaylsr] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stat-card[b-fr8axaylsr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 20px;
    z-index: 1;
}

.stat-card:hover[b-fr8axaylsr] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.stat-card .stat-icon[b-fr8axaylsr],
.stat-card .stat-content[b-fr8axaylsr] {
    position: relative;
    z-index: 2;
}

.stat-icon[b-fr8axaylsr] {
    font-size: 2rem;
    margin-bottom: 1rem;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    backdrop-filter: blur(10px);
}

.stat-content[b-fr8axaylsr] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-title[b-fr8axaylsr] {
    font-size: 0.9rem;
    margin: 0 0 0.5rem 0;
    opacity: 0.9;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-value[b-fr8axaylsr] {
    font-size: 1.5rem !important;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Card Color Variants */
.facebook-card[b-fr8axaylsr] {
    background: linear-gradient(135deg, #1877f2 0%, #42a5f5 100%);
}

.google-card[b-fr8axaylsr] {
    background: linear-gradient(135deg, #4285f4 0%, #34a853 100%);
}

.click-card[b-fr8axaylsr] {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
}

.order-placed-card[b-fr8axaylsr] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.order-accepted-card[b-fr8axaylsr] {
    background: linear-gradient(135deg, #56ab2f 0%, #a8e6cf 100%);
}

.order-missed-card[b-fr8axaylsr] {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
}

.order-rejected-card[b-fr8axaylsr] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.order-cancelled-card[b-fr8axaylsr] {
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
}

.order-noshow-card[b-fr8axaylsr] {
    background: linear-gradient(135deg, #f7b733 0%, #fc4a1a 100%);
}

.total-conversion-card[b-fr8axaylsr] {
    background: linear-gradient(135deg, #8e2de2 0%, #ff6fd8 100%);
}

.estimated-value-card[b-fr8axaylsr] {
    background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
}

/* Loading States */
.loading-state[b-fr8axaylsr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
}

.loading-state .spinner-border[b-fr8axaylsr] {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}

.loading-state p[b-fr8axaylsr] {
    color: #6c757d;
    font-size: 1.1rem;
    margin: 0;
}

/* Empty State */
.empty-state[b-fr8axaylsr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    background: #f8f9fa;
    border-radius: 20px;
    border: 2px dashed #dee2e6;
}

.empty-state-icon[b-fr8axaylsr] {
    font-size: 4rem;
    color: #adb5bd;
    margin-bottom: 1.5rem;
}

.empty-state h4[b-fr8axaylsr] {
    color: #495057;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.empty-state p[b-fr8axaylsr] {
    color: #6c757d;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 576px) {
    .stat-card[b-fr8axaylsr] {
        padding: 1.25rem;
        margin-bottom: 1rem;
    }
    
    .stat-icon[b-fr8axaylsr] {
        font-size: 1.5rem;
        width: 50px;
        height: 50px;
    }
    
    .stat-value[b-fr8axaylsr] {
        font-size: 1.8rem;
    }
    
    .section-title[b-fr8axaylsr] {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .stat-card[b-fr8axaylsr] {
        padding: 1.75rem;
    }
    
    .stat-value[b-fr8axaylsr] {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .analytics-grid[b-fr8axaylsr] {
        padding: 0 1rem;
    }
    
    .stat-card[b-fr8axaylsr] {
        padding: 2rem;
    }
    
    .stat-value[b-fr8axaylsr] {
        font-size: 2.5rem;
    }
}

/* Animation for card entrance */
@keyframes slideInUp-b-fr8axaylsr {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-card[b-fr8axaylsr] {
    animation: slideInUp-b-fr8axaylsr 0.6s ease-out;
}

.stat-card:nth-child(1)[b-fr8axaylsr] { animation-delay: 0.1s; }
.stat-card:nth-child(2)[b-fr8axaylsr] { animation-delay: 0.2s; }
.stat-card:nth-child(3)[b-fr8axaylsr] { animation-delay: 0.3s; }
.stat-card:nth-child(4)[b-fr8axaylsr] { animation-delay: 0.4s; }
.stat-card:nth-child(5)[b-fr8axaylsr] { animation-delay: 0.5s; }
.stat-card:nth-child(6)[b-fr8axaylsr] { animation-delay: 0.6s; }
.stat-card:nth-child(7)[b-fr8axaylsr] { animation-delay: 0.7s; }
.stat-card:nth-child(8)[b-fr8axaylsr] { animation-delay: 0.8s; }
/* /Pages/Security.razor.rz.scp.css */
/* Ensure the main content is scrollable */
.content-container[b-0ek0mww9j0] {
    height: 83vh; /* Adjust height to make it scrollable */
    overflow-y: auto;
}

/* Fixed child header inside main */
.inner-header[b-0ek0mww9j0] {
    position: sticky;
    top: 0;
    color: white;
}

@media only screen and (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
    /* Styles for iPad Mini in portrait mode */
    .content-container[b-0ek0mww9j0] {
        height: 89vh; /* Adjust height to make it scrollable */
    }
}

@media only screen and (max-width: 834px) and (orientation: portrait) {
    /* Styles for iPad Mini in portrait mode */
    .content-container[b-0ek0mww9j0] {
        height: 89vh; /* Adjust height to make it scrollable */
    }
}
/* /Pages/SettingProductOptions.razor.rz.scp.css */
/*page heading css*/
.store-name[b-h8b8kpjq5w] {
    color: #333333 !important;
    font-size: 14px;
    font-family: Lato;
    font-weight: 500;
    word-wrap: break-word;
}

.actions[b-h8b8kpjq5w] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.form-check-input:checked[b-h8b8kpjq5w] {
    background-color: var(--radio-green);
    border-color: var(--radio-green);
}

.form-check-input:focus[b-h8b8kpjq5w] {
    border-color: var(--bg-status-ready);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--bg-status-ready);
}
/* /Pages/SettingProducts.razor.rz.scp.css */
/*page heading css*/
.store-name[b-ra7xzn9upr] {
    color: #333333 !important;
    font-size: 14px;
    font-family: Lato;
    font-weight: 500;
    word-wrap: break-word;
}

.actions[b-ra7xzn9upr] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.form-check-input:checked[b-ra7xzn9upr] {
    background-color: var(--radio-green);
    border-color: var(--radio-green);
}

.form-check-input:focus[b-ra7xzn9upr] {
    border-color: var(--bg-status-ready);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--bg-status-ready);
}
.disabled-link[b-ra7xzn9upr] {
    pointer-events: none;
    filter: blur(1px);
    cursor: not-allowed;
    opacity: 0.5;
}
/* /Pages/Settings.razor.rz.scp.css */
.settings-icon-bg[b-vbakswqc9p] {
    background-color: #EDEDED;
    height:37px;
    width:37px;

}

/* Ensure the main content is scrollable */
.content-container[b-vbakswqc9p] {
    height: 83vh; /* Adjust height to make it scrollable */
    overflow-y: auto;
}


@media only screen and (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
    /* Styles for iPad Mini in portrait mode */
    .content-container[b-vbakswqc9p] {
        height: 89vh; /* Adjust height to make it scrollable */
    }
}

@media only screen and (max-width: 834px) and (orientation: portrait) {
    /* Styles for iPad Mini in portrait mode */
    .content-container[b-vbakswqc9p] {
        height: 89vh; /* Adjust height to make it scrollable */
    }
}
/* /Pages/Subscription.razor.rz.scp.css */
.subscription-card[b-kdo8oefgju] {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    text-align: center;
    transition: box-shadow 0.3s;
    border-top: 3px solid black;
}
.subscription-card[b-kdo8oefgju] {
    border-radius: 12px;
    border-top: 3px solid black;
    background-color: #fff;
    transition: box-shadow 0.3s;
    border-top: 3px solid black;
}

.subscription-card.active-plan[b-kdo8oefgju] {
    border: 2px solid #007bff;
    background-color: #e9f3ff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
}

.subscription-card:hover[b-kdo8oefgju] {
    box-shadow: 0 6px 12px rgba(0,0,0,0.12);
}

.subscription-card h4[b-kdo8oefgju] {
    font-weight: 700;
    margin-bottom: 8px;
}

.subscription-card p[b-kdo8oefgju] {
    font-size: 16px;
    color: #555;
    margin-bottom: 16px;
}

.subscription-card button[b-kdo8oefgju] {
    font-weight: bold;
}

/*.subscription-card.active-plan {
        border-color: var(--text-red);
    }*/

.btn-gradient[b-kdo8oefgju] {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: #fff;
    font-weight: bold;
    border: none;
    transition: transform 0.2s ease;
}

.btn-gradient:hover[b-kdo8oefgju] {
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(255, 75, 43, 0.4);
}

.subscription-card .btn-danger[b-kdo8oefgju] {
    background-color: #dc3545;
    border: none;
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.4);
    transition: transform 0.2s ease;
}

.subscription-card .btn-danger:hover[b-kdo8oefgju] {
    transform: scale(1.02);
}

@media (max-width: 576px) {
    .subscription-card .d-flex[b-kdo8oefgju] {
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .row.centered-cards[b-kdo8oefgju] {
        justify-content: center;
    }
}

.toast-message[b-kdo8oefgju] {
    position: fixed;
    top: 20px;
    right: 20px;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    animation: fadeInOut-b-kdo8oefgju 3s ease-in-out;
}

.toast-success[b-kdo8oefgju] {
    background-color: #198754;
}

.toast-error[b-kdo8oefgju] {
    background-color: #E12626;
}

@keyframes fadeInOut-b-kdo8oefgju {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.transaction-history-container .card[b-kdo8oefgju] {
    border: 1px solid #ddd;
    background-color: #fefefe;
    transition: 0.3s ease-in-out;
}

.transaction-table thead th[b-kdo8oefgju] {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #333;
}

.transaction-table tbody tr:hover[b-kdo8oefgju] {
    background-color: #f1f1f1;
    cursor: pointer;
}

.transaction-table td[b-kdo8oefgju], .transaction-table th[b-kdo8oefgju] {
    vertical-align: middle;
    padding: 0.75rem;
}

.badge[b-kdo8oefgju] {
    padding: 0.5em 0.75em;
    font-size: 0.85rem;
    border-radius: 0.5rem;
}

.custom-active-page[b-kdo8oefgju] {
    background-color: #dc3545 !important;
    color: white !important;
    border-color: #dc3545 !important;
}

.price-block[b-kdo8oefgju] {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.original-price[b-kdo8oefgju] {
    color: #888;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 400;
}

.discounted-price[b-kdo8oefgju] {
    color: #dc3545;
    font-size: 20px;
    font-weight: 700;
}

.subscription-message[b-kdo8oefgju] {
    font-size: 15px;
    color: #888;
    background: #f8f9fa;
    border-radius: 6px;
    padding: 8px 12px;
    margin-top: 8px;
    display: inline-block;
}


/* /Shared/Loader.razor.rz.scp.css */
.Loader[b-vyjeftlg4k] {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-6bqr9hix6y] {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

main[b-6bqr9hix6y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6bqr9hix6y] {
        display: none;
    }

    .top-row.auth[b-6bqr9hix6y] {
        justify-content: space-between;
    }

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

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

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

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

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

.audio-div .hide[b-6bqr9hix6y] {
    display: none;
}

.audio-div .show[b-6bqr9hix6y] {
    display: block;
}

.msg-div .hide[b-6bqr9hix6y] {
    display: none;
}

.msg-div .show[b-6bqr9hix6y] {
    display: block;
}

.audio-div[b-6bqr9hix6y] {
    width: 31px;
    height: 30px;
    overflow: hidden;
    position: relative;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

.audio-div-block[b-6bqr9hix6y] {
    display: none;
}

@media (max-width: 1056px) {
    .audio-div-block[b-6bqr9hix6y] {
        display: flex;
        top: 50px;
        position: fixed;
    }
}

#hideButton[b-6bqr9hix6y] {
    width: 50px;
    border: none;
}

#audioPlayer[b-6bqr9hix6y] {
    height: 32px;
    margin-left: -10px;
}

#audio-permission-disabled[b-6bqr9hix6y] {
    margin-top: 7px;
}

#audio-permission-enabled[b-6bqr9hix6y] {
    margin-top: 7px;
}

.audio-container[b-6bqr9hix6y] {
    position: relative;
    right: -100px;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
    /* Styles for iPad Mini in portrait mode */

    .audio-container[b-6bqr9hix6y] {
        position: absolute !important;
        right: 8px !important;
        width: 300px !important;
    }

    .msg-div[b-6bqr9hix6y] {
        margin-top: 11px !important;
    }

    .audio-div[b-6bqr9hix6y] {
        margin-top: 11px !important;
        z-index: 1000 !important;
        width: 30px !important;
        border-radius: 20px !important;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
    }
}

@media only screen and (max-width: 834px) {
    /* Styles for iPad Mini in portrait mode */

    .audio-container[b-6bqr9hix6y] {
        position: absolute !important;
        right: 8px !important;
        width: 300px !important;
    }

    .msg-div[b-6bqr9hix6y] {
        margin-top: 11px !important;
    }

    .audio-div[b-6bqr9hix6y] {
        margin-top: 11px !important;
        z-index: 1000 !important;
        width: 30px !important;
        border-radius: 20px !important;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
    }
}

@media only screen and (min-width: 834px) {
    /* Styles for iPad Mini in portrait mode */

    .audio-container[b-6bqr9hix6y] {
        position: absolute !important;
        right: 8px !important;
        width: 300px !important;
    }

    .msg-div[b-6bqr9hix6y] {
        margin-top: 11px !important;
    }

    .audio-div[b-6bqr9hix6y] {
        margin-top: 11px !important;
        z-index: 1000 !important;
        width: 30px !important;
        border-radius: 20px !important;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
    }
}

.audio-div[b-6bqr9hix6y] {
    position: relative !important;
    /*    right: -180px !important;*/
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ykp2wk1fsa] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ykp2wk1fsa] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ykp2wk1fsa] {
    font-size: 1.1rem;
}

.bi[b-ykp2wk1fsa] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ykp2wk1fsa] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

    .collapse[b-ykp2wk1fsa] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ykp2wk1fsa] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/Pagination.razor.rz.scp.css */

[b-8rjm1iyod5] .pagination > .page-item {
    margin-right: 8px;
}

    [b-8rjm1iyod5] .pagination > .page-item > .page-link {
        color: #191D23 !important;
        border-radius: 8px !important;
        font-size: 14px;
        display: inline-flex;
        height: 32px;
        padding: 0;
        width: 32px;
        align-items: center;
        justify-content: center;
        line-height: 32px;
    }

    [b-8rjm1iyod5] .pagination > .page-item.disabled .page-link {
        background-color: transparent;
        opacity: 0.7;
    }

[b-8rjm1iyod5] .pagination > .active > .page-link {
    color: white !important;
    background-color: #E12626 !important;
    border-color: #E12626 !important;
}


[b-8rjm1iyod5] .pagination .page-link i {
    display: inline-flex;
}
/* /Shared/ReportFilterComponent.razor.rz.scp.css */
/* Filter Container */
.filter-container[b-h3y5qeswih] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 1rem;
}

.filter-wrapper[b-h3y5qeswih] {
    width: 100%;
}

.filter-section[b-h3y5qeswih] {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 1.5rem;
    justify-content: space-between;
}

/* Date Filters */
.date-filters[b-h3y5qeswih] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-grow: 1;
}

.date-input-group[b-h3y5qeswih] {
    display: flex;
    flex-direction: column;
    min-width: 180px;
    flex: 1;
}

.filter-label[b-h3y5qeswih] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.datepicker[b-h3y5qeswih] {
    border-radius: 10px !important;
    border: 2px solid #e9ecef !important;
    transition: all 0.3s ease !important;
    background: white !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

.datepicker:hover[b-h3y5qeswih] {
    border-color: #667eea !important;
    box-shadow: 0 4px 8px rgba(102, 126, 234, 0.1) !important;
}

.datepicker:focus[b-h3y5qeswih] {
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
    outline: none !important;
}

/* Filter Actions */
.filter-actions[b-h3y5qeswih] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-shrink: 0;
}

/* Apply Filter Button - Primary Theme */
.filter-actions .apply-filter-btn[b-h3y5qeswih],
.filter-actions .btn.apply-filter-btn[b-h3y5qeswih],
.filter-actions .rz-button.apply-filter-btn[b-h3y5qeswih],
button.apply-filter-btn[b-h3y5qeswih],
button.btn.apply-filter-btn[b-h3y5qeswih] {
    background-color: var(--bg-primary) !important;
    color: var(--text-white) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 0.75rem 1.5rem !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(225, 38, 38, 0.3) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 0.875rem !important;
    min-width: 120px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.filter-actions .apply-filter-btn:hover:not(:disabled)[b-h3y5qeswih],
.filter-actions .btn.apply-filter-btn:hover:not(:disabled)[b-h3y5qeswih],
.filter-actions .rz-button.apply-filter-btn:hover:not(:disabled)[b-h3y5qeswih],
button.apply-filter-btn:hover:not(:disabled)[b-h3y5qeswih],
button.btn.apply-filter-btn:hover:not(:disabled)[b-h3y5qeswih] {
    background-color: #d80707 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(225, 38, 38, 0.4) !important;
}

.filter-actions .apply-filter-btn:disabled[b-h3y5qeswih],
.filter-actions .btn.apply-filter-btn:disabled[b-h3y5qeswih],
.filter-actions .rz-button.apply-filter-btn:disabled[b-h3y5qeswih],
button.apply-filter-btn:disabled[b-h3y5qeswih],
button.btn.apply-filter-btn:disabled[b-h3y5qeswih] {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

/* Clear Filter Button - Secondary Theme */
.filter-actions .clear-filter-btn[b-h3y5qeswih],
.filter-actions .btn.clear-filter-btn[b-h3y5qeswih],
button.clear-filter-btn[b-h3y5qeswih],
button.btn.clear-filter-btn[b-h3y5qeswih] {
    background-color: var(--bg-secondary) !important;
    color: var(--text-black) !important;
    border: 1px solid var(--gray-btn-border) !important;
    border-radius: 10px !important;
    padding: 0.75rem 1.5rem !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 0.875rem !important;
    min-width: 120px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.filter-actions .clear-filter-btn:hover:not(:disabled)[b-h3y5qeswih],
.filter-actions .btn.clear-filter-btn:hover:not(:disabled)[b-h3y5qeswih],
button.clear-filter-btn:hover:not(:disabled)[b-h3y5qeswih],
button.btn.clear-filter-btn:hover:not(:disabled)[b-h3y5qeswih] {
    background-color: #C4C7CC !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(196, 199, 204, 0.3) !important;
}

.filter-actions .clear-filter-btn:disabled[b-h3y5qeswih],
.filter-actions .btn.clear-filter-btn:disabled[b-h3y5qeswih],
button.clear-filter-btn:disabled[b-h3y5qeswih],
button.btn.clear-filter-btn:disabled[b-h3y5qeswih] {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .filter-container[b-h3y5qeswih] {
        padding: 1rem;
    }
    
    .filter-section[b-h3y5qeswih] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }
    
    .date-filters[b-h3y5qeswih] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .date-input-group[b-h3y5qeswih] {
        min-width: auto;
    }
    
    .filter-actions[b-h3y5qeswih] {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .apply-filter-btn[b-h3y5qeswih],
    .clear-filter-btn[b-h3y5qeswih] {
        flex: 1;
        min-width: 120px;
    }
}

@media (max-width: 576px) {
    .filter-container[b-h3y5qeswih] {
        padding: 0.75rem;
        border-radius: 10px;
    }
    
    .filter-label[b-h3y5qeswih] {
        font-size: 0.8rem;
    }
    
    .apply-filter-btn[b-h3y5qeswih],
    .clear-filter-btn[b-h3y5qeswih] {
        padding: 0.6rem 1rem !important;
        font-size: 0.8rem !important;
    }
}

/* Animation for filter container */
@keyframes fadeInDown-b-h3y5qeswih {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.filter-container[b-h3y5qeswih] {
    animation: fadeInDown-b-h3y5qeswih 0.5s ease-out;
}
