/* /Components/Layout/AgencyLayout.razor.rz.scp.css */
:root[b-t8dj3tbhlf] {
    --agency-bg: #245169;
    --agency-top-bar: #0e0e0e;
    --agency-accent: #baed00;
    --agency-text: #ffffff;
    --agency-link: #baed00;
    --agency-danger: #cc0000;
}

/* Override body styles for agency */
body.agency-body[b-t8dj3tbhlf] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    background: var(--agency-bg) url('/images/agency-bg.jpg') no-repeat fixed center center;
    background-size: cover;
    min-height: 100vh;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    margin: 0;
}

/* Top Navigation Bar */
#site-top-bar[b-t8dj3tbhlf] {
    background-color: #0b0b0b;
    background-image: linear-gradient(to bottom, #202020, #0b0b0b);
    border-bottom: 1px solid #3a3a3a;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* Main Navigation Menu */
.agency-nav[b-t8dj3tbhlf] {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.agency-nav>li[b-t8dj3tbhlf] {
    position: relative;
    height: 100%;
}

#site-top-bar .agency-nav>li>a[b-t8dj3tbhlf] {
    display: flex;
    align-items: center;
    height: 35px;
    padding: 0 15px;
    color: #f5f7f9;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: background 0.2s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
}

#site-top-bar .agency-nav>li>a i[b-t8dj3tbhlf] {
    color: inherit;
    opacity: 0.95;
}

.agency-nav>li>a:hover[b-t8dj3tbhlf],
.agency-nav>li:hover>a[b-t8dj3tbhlf] {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--agency-accent);
}

.agency-nav>li>a.active[b-t8dj3tbhlf] {
    background-color: rgba(186, 237, 0, 0.2);
    color: var(--agency-accent);
}

/* Dropdown Menus */
#site-top-bar .agency-nav .agency-dropdown[b-t8dj3tbhlf] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: #111;
    border: 1px solid #3a3a3a;
    border-radius: 0;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    z-index: 1002;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#site-top-bar .agency-nav>li:hover>.agency-dropdown[b-t8dj3tbhlf] {
    display: block;
}

#site-top-bar .agency-nav .agency-dropdown li a[b-t8dj3tbhlf] {
    display: block;
    padding: 8px 15px;
    color: #f5f7f9;
    text-decoration: none;
    font-size: 12px;
    transition: background 0.2s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

#site-top-bar .agency-nav .agency-dropdown li a:hover[b-t8dj3tbhlf] {
    background-color: rgba(186, 237, 0, 0.2);
    color: var(--agency-accent) !important;
}

#site-top-bar .agency-nav .agency-dropdown li a i[b-t8dj3tbhlf] {
    width: 20px;
    margin-right: 8px;
    color: inherit;
}

/* Right side info */
.top-bar-right[b-t8dj3tbhlf] {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #f0f2f4;
    font-size: 11px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
}

.top-bar-right .operator-info[b-t8dj3tbhlf] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-bar-right .operator-code[b-t8dj3tbhlf] {
    color: var(--agency-accent);
    font-weight: bold;
}

.top-bar-right .date-display[b-t8dj3tbhlf] {
    color: #c7cbd0;
}

/* Main Content Area */
#site-body-content[b-t8dj3tbhlf] {
    padding: 20px;
    margin-top: 30px;
    min-height: calc(100vh - 70px);
}

/* Old Agency Style Classes */
.Tablom[b-t8dj3tbhlf] {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.Tablom2[b-t8dj3tbhlf] {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.beyazyazi[b-t8dj3tbhlf] {
    font-family: Candara, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}

.beyazyazibold[b-t8dj3tbhlf] {
    font-family: Candara, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}

.beyazyaziboldbig[b-t8dj3tbhlf] {
    font-family: Trebuchet MS, Candara, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}

.siyahyazi[b-t8dj3tbhlf] {
    font-family: Candara, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

.siyahyazibold[b-t8dj3tbhlf] {
    font-family: Candara, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}

/* mGrid Table Styles - Old Agency Style */
.mGrid[b-t8dj3tbhlf] {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-size: 11px;
}

.mGrid tr:hover[b-t8dj3tbhlf] {
    background: #f0f0f0;
}

.mGrid td[b-t8dj3tbhlf] {
    padding: 4px 6px;
    border: solid 1px #c1c1c1;
    color: #333;
}

.mGrid th[b-t8dj3tbhlf] {
    padding: 6px;
    color: #fff;
    background: #424242;
    border-left: solid 1px #525252;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.mGrid a[b-t8dj3tbhlf] {
    color: #0066cc;
    text-decoration: none;
}

.mGrid a:hover[b-t8dj3tbhlf] {
    color: #baed00;
    text-decoration: underline;
}

.mGrid .alt[b-t8dj3tbhlf] {
    background: #fcfcfc;
}

/* Form Styles - Old Agency Style */
.combo[b-t8dj3tbhlf] {
    font-size: 11px;
    padding: 2px 5px;
    border: 1px solid #666;
    background: #fff;
}

.textbox[b-t8dj3tbhlf] {
    font-size: 11px;
    padding: 2px 5px;
    border: 1px solid #666;
}

/* Link Styles */
.beyazlink[b-t8dj3tbhlf] {
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.beyazlink:hover[b-t8dj3tbhlf] {
    color: #baed00;
}

/* Buttons - Agency style */
.btn-agency[b-t8dj3tbhlf] {
    background: linear-gradient(to bottom, #baed00, #9cc700);
    border: 1px solid #8ab600;
    color: #333;
    font-weight: 600;
    font-size: 11px;
    padding: 5px 15px;
    border-radius: 3px;
}

.btn-agency:hover[b-t8dj3tbhlf] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
    color: #333;
}

/* Form controls */
.agency-body .form-control[b-t8dj3tbhlf],
.agency-body .form-select[b-t8dj3tbhlf] {
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 3px;
}

/* Bottom Footer Bar */
#site-bottom-bar[b-t8dj3tbhlf] {
    background-color: var(--agency-top-bar);
    background-image: linear-gradient(to bottom, #1a1a1a, #0e0e0e);
    border-top: 1px solid #333;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.footer-left[b-t8dj3tbhlf] {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #999;
    font-size: 11px;
}

.footer-left .company[b-t8dj3tbhlf] {
    color: var(--agency-text);
}

.footer-right[b-t8dj3tbhlf] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-right select[b-t8dj3tbhlf] {
    background: #333;
    border: 1px solid #555;
    color: white;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 3px;
}

/* AChat Button in Footer */
.achat-btn[b-t8dj3tbhlf] {
    background: linear-gradient(135deg, #20a0a0 0%, #1a8080 100%);
    border: none;
    color: white;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.achat-btn:hover[b-t8dj3tbhlf] {
    background: linear-gradient(135deg, #1a8080 0%, #156060 100%);
}

.achat-btn img[b-t8dj3tbhlf] {
    width: 16px;
    height: 16px;
}

/* AChat Window Styles */
.achat-dialog[b-t8dj3tbhlf] {
    position: fixed !important;
    padding: 0 !important;
    overflow: hidden;
}

.achat-dialog .ui-dialog-titlebar[b-t8dj3tbhlf] {
    background: linear-gradient(135deg, #20a0a0 0%, #1a8080 100%);
    border: none;
    border-radius: 0;
    padding: 8px 10px;
    cursor: move;
}

.achat-dialog .ui-dialog-title[b-t8dj3tbhlf] {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.achat-dialog .ui-dialog-titlebar-close[b-t8dj3tbhlf] {
    display: none !important;
}

.achat-macos-buttons[b-t8dj3tbhlf] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 8px;
}

.achat-macos-dot[b-t8dj3tbhlf] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.achat-macos-dot[b-t8dj3tbhlf]::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 7px;
    opacity: 0;
    transition: opacity 0.2s;
}

.achat-macos-buttons:hover .achat-macos-dot[b-t8dj3tbhlf]::before {
    opacity: 0.6;
}

.achat-macos-close[b-t8dj3tbhlf] {
    background-color: #ff5f56;
    border: 0.5px solid #e0443e;
}

.achat-macos-close[b-t8dj3tbhlf]::before {
    content: "\f00d";
    color: #4c0000;
}

.achat-macos-minimize[b-t8dj3tbhlf] {
    background-color: #ffbd2e;
    border: 0.5px solid #dea123;
}

.achat-macos-minimize[b-t8dj3tbhlf]::before {
    content: "\f068";
    color: #995700;
}

.achat-macos-maximize[b-t8dj3tbhlf] {
    background-color: #27c93f;
    border: 0.5px solid #1aab29;
}

.achat-macos-maximize[b-t8dj3tbhlf]::before {
    content: "\f065";
    color: #006500;
}

.achat-macos-dot:hover[b-t8dj3tbhlf] {
    opacity: 0.8;
}

.achat-dialog .ui-dialog-content[b-t8dj3tbhlf] {
    padding: 0;
    overflow: hidden;
    background: #fff;
}

.achat-dialog .ui-resizable-handle[b-t8dj3tbhlf] {
    background: transparent;
}

.achat-dialog[b-t8dj3tbhlf] {
    z-index: 9999 !important;
}

#AChatTaskbarBtn[b-t8dj3tbhlf] {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: linear-gradient(135deg, #20a0a0 0%, #1a8080 100%);
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 18px;
    cursor: pointer;
    display: none;
    z-index: 999999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    font-weight: bold;
}

#AChatTaskbarBtn:hover[b-t8dj3tbhlf] {
    background: linear-gradient(135deg, #1a8080 0%, #156060 100%);
}

/* Loading spinner */
.agency-loading[b-t8dj3tbhlf] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 81, 105, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    color: white;
}

.agency-loading .spinner[b-t8dj3tbhlf] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid var(--agency-accent);
    border-radius: 50%;
    animation: spin-b-t8dj3tbhlf 1s linear infinite;
}

@keyframes spin-b-t8dj3tbhlf {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .agency-nav>li>a[b-t8dj3tbhlf] {
        padding: 0 10px;
        font-size: 11px;
    }

    .top-bar-right .date-display[b-t8dj3tbhlf] {
        display: none;
    }
}
/* /Components/Layout/AgencyLoginLayout.razor.rz.scp.css */
body[b-qn58u7l0g6] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #1e3c72 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
/* /Components/Layout/Footer.razor.rz.scp.css */
#site-bottom-bar[b-t0pny3p8fs] {
    background-color: #0e0e0e;
    background-image: linear-gradient(to bottom, #1a1a1a, #0e0e0e);
    /* Gradient fallback for BG2.gif */
    border-top: 1px solid #0e0e0e;
    bottom: 0px;
    font-family: verdana, arial;
    font-size: 11px;
    height: 26px;
    position: fixed;
    width: 100%;
    z-index: 1030;
    /* Bootstrap fixed-bottom z-index is 1030 */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.beyazyazi[b-t0pny3p8fs] {
    font-family: Candara, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}

.beyazlink[b-t0pny3p8fs] {
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.beyazlink:hover[b-t0pny3p8fs] {
    color: #E4E4E4;
    text-decoration: underline;
}

.footer-right[b-t0pny3p8fs] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-item[b-t0pny3p8fs] {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
}

.footer-item i[b-t0pny3p8fs] {
    margin-right: 5px;
}

.badge-custom[b-t0pny3p8fs] {
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 4px;
}

.footer-select[b-t0pny3p8fs] {
    background-color: #454545;
    color: white;
    border: 1px solid #2d2d2d;
    font-size: 11px;
    height: 20px;
}

.blink_me[b-t0pny3p8fs] {
    animation: blinker-b-t0pny3p8fs 1s linear infinite;
}

@keyframes blinker-b-t0pny3p8fs {
    50% {
        opacity: 0;
    }
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
body[b-35bi4voe02] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
/* /Components/Layout/PopupLayout.razor.rz.scp.css */
.popup-container[b-aex8e3k8pu] {
    min-height: 100vh;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fmd1o977nj],
.components-reconnect-repeated-attempt-visible[b-fmd1o977nj],
.components-reconnect-failed-visible[b-fmd1o977nj],
.components-pause-visible[b-fmd1o977nj],
.components-resume-failed-visible[b-fmd1o977nj],
.components-rejoining-animation[b-fmd1o977nj] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Accounting/GenelOdeme.razor.rz.scp.css */
/* Summary card styling */
.summary-card[b-u2daqlq0dz] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 80px;
}
.summary-card .summary-number[b-u2daqlq0dz] { font-size: 1.4rem; font-weight: bold; }
.summary-card .summary-label[b-u2daqlq0dz] { font-size: 0.8rem; opacity: 0.9; }
.summary-card .summary-icon[b-u2daqlq0dz] { font-size: 1.8rem; opacity: 0.5; }

/* Card backgrounds */
.bg-gradient-info[b-u2daqlq0dz] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-u2daqlq0dz] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-warning[b-u2daqlq0dz] { background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%); color: #212529 !important; }
.bg-gradient-warning .summary-label[b-u2daqlq0dz] { color: #212529 !important; }
.bg-gradient-danger[b-u2daqlq0dz] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
.bg-gradient-primary[b-u2daqlq0dz] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }
.bg-gradient-secondary[b-u2daqlq0dz] { background: linear-gradient(135deg, #6c757d 0%, #545b62 100%); }

.currency-badge[b-u2daqlq0dz] { display: inline-block; padding: 2px 6px; margin: 1px; border-radius: 3px; font-size: 0.75rem; background: #17a2b8; color: white; }
/* /Components/Pages/Accounting/GuideBalance.razor.rz.scp.css */
/* Summary card styling - custom gradient cards */
.summary-card[b-5xhcjlawm2] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 90px;
}
.summary-card .summary-number[b-5xhcjlawm2] { font-size: 1.5rem; font-weight: bold; }
.summary-card .summary-label[b-5xhcjlawm2] { font-size: 0.85rem; opacity: 0.9; }
.summary-card .summary-icon[b-5xhcjlawm2] { font-size: 2rem; opacity: 0.5; }

/* Card backgrounds */
.bg-gradient-info[b-5xhcjlawm2] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-5xhcjlawm2] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-primary[b-5xhcjlawm2] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }
.bg-gradient-danger[b-5xhcjlawm2] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
/* /Components/Pages/Accounting/HotelPaymentEntry.razor.rz.scp.css */
.summary-text[b-vjq0r4ttvt] { font-weight: bold; font-size: 1.1em; }
.bg-dark-grad[b-vjq0r4ttvt] { background: linear-gradient(135deg, #343a40 0%, #212529 100%); color: white !important; }
.bg-info-grad[b-vjq0r4ttvt] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); color: white; }
.table-sm td[b-vjq0r4ttvt], .table-sm th[b-vjq0r4ttvt] { padding: 0.25rem 0.5rem; font-size: 0.85rem; vertical-align: middle; }
.form-label-sm[b-vjq0r4ttvt] { font-size: 0.8rem; margin-bottom: 0.1rem; font-weight: 600; }
.form-control-sm[b-vjq0r4ttvt], .form-select-sm[b-vjq0r4ttvt] { font-size: 0.85rem; }
.payment-grid thead th[b-vjq0r4ttvt] { position: sticky; top: 0; background-color: #212529 !important; color: #fff !important; z-index: 1; }
.payment-grid thead.table-dark th[b-vjq0r4ttvt] { background-color: #212529 !important; color: #fff !important; }
/* /Components/Pages/Accounting/HotelProforma.razor.rz.scp.css */
/* Hotel Proforma Styles - align with Operator Proforma */

.content > .container-fluid[b-wg9vhqqnzd] {
    padding: 0.5rem;
}

.card.card-primary[b-wg9vhqqnzd] {
    max-width: 1400px;
    margin: 0 auto 0.5rem auto;
}

.compact-form-group[b-wg9vhqqnzd] {
    margin-bottom: 0.25rem;
}

.compact-form-group label[b-wg9vhqqnzd] {
    font-size: 0.7rem;
    margin-bottom: 0.1rem;
    font-weight: 500;
    display: block;
}

.compact-form-group .form-control[b-wg9vhqqnzd],
.compact-form-group .form-select[b-wg9vhqqnzd] {
    height: 26px;
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
}

.filter-card[b-wg9vhqqnzd] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
    padding: 0.4rem;
    margin-bottom: 0.4rem;
}

.filter-card-header[b-wg9vhqqnzd] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.3rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e9ecef;
}

.filter-card-header i[b-wg9vhqqnzd] {
    margin-right: 0.2rem;
    font-size: 0.7rem;
}

.filter-card .row[b-wg9vhqqnzd] {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.filter-card .row > [class*="col-"][b-wg9vhqqnzd] {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.card[b-wg9vhqqnzd] {
    margin-bottom: 0.5rem;
}

.card-body[b-wg9vhqqnzd] {
    padding: 0.4rem !important;
}

.card-header[b-wg9vhqqnzd] {
    padding: 0.25rem 0.5rem !important;
}

.card-title[b-wg9vhqqnzd] {
    font-size: 0.85rem !important;
    margin-bottom: 0;
}

.proforma-grid thead th[b-wg9vhqqnzd] {
    background-color: #343a40 !important;
    color: #fff !important;
    font-size: 0.75rem;
    padding: 0.4rem !important;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 1;
}

.proforma-grid td[b-wg9vhqqnzd] {
    font-size: 0.8rem;
    padding: 0.3rem 0.4rem !important;
    vertical-align: middle;
}

input[type="date"].form-control[b-wg9vhqqnzd] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

.spinner-border-sm[b-wg9vhqqnzd] {
    width: 0.8rem;
    height: 0.8rem;
    border-width: 0.1rem;
}
/* /Components/Pages/Accounting/Kasa.razor.rz.scp.css */
/* Summary card styling */
.summary-card[b-g862u40v1w] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 80px;
}
.summary-card .summary-number[b-g862u40v1w] { font-size: 1.4rem; font-weight: bold; }
.summary-card .summary-label[b-g862u40v1w] { font-size: 0.8rem; opacity: 0.9; }
.summary-card .summary-icon[b-g862u40v1w] { font-size: 1.8rem; opacity: 0.5; }

/* Card backgrounds */
.bg-gradient-info[b-g862u40v1w] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-g862u40v1w] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-warning[b-g862u40v1w] { background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%); color: #212529 !important; }
.bg-gradient-warning .summary-label[b-g862u40v1w] { color: #212529 !important; }
.bg-gradient-danger[b-g862u40v1w] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
.bg-gradient-primary[b-g862u40v1w] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }
.bg-gradient-secondary[b-g862u40v1w] { background: linear-gradient(135deg, #6c757d 0%, #545b62 100%); }

.currency-badge[b-g862u40v1w] { display: inline-block; padding: 2px 6px; margin: 1px; border-radius: 3px; font-size: 0.75rem; background: #17a2b8; color: white; }
/* /Components/Pages/Accounting/KasaHareket.razor.rz.scp.css */
/* Summary card styling */
.summary-card[b-7x79hjpkbp] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 80px;
}
.summary-card .summary-number[b-7x79hjpkbp] { font-size: 1.2rem; font-weight: bold; }
.summary-card .summary-label[b-7x79hjpkbp] { font-size: 0.75rem; opacity: 0.9; }
.summary-card .summary-icon[b-7x79hjpkbp] { font-size: 1.5rem; opacity: 0.5; }

/* Card backgrounds */
.bg-gradient-info[b-7x79hjpkbp] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-7x79hjpkbp] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-warning[b-7x79hjpkbp] { background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%); color: #212529 !important; }
.bg-gradient-warning .summary-label[b-7x79hjpkbp] { color: #212529 !important; }
.bg-gradient-danger[b-7x79hjpkbp] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
.bg-gradient-primary[b-7x79hjpkbp] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }
.bg-gradient-secondary[b-7x79hjpkbp] { background: linear-gradient(135deg, #6c757d 0%, #545b62 100%); }

.islem-giris[b-7x79hjpkbp] { background-color: #d4edda !important; }
.islem-cikis[b-7x79hjpkbp] { background-color: #f8d7da !important; }
/* /Components/Pages/Accounting/KasaRapor.razor.rz.scp.css */
.summary-card[b-qmtcbkzj7s] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 80px;
}
.summary-card .summary-number[b-qmtcbkzj7s] { font-size: 1.4rem; font-weight: bold; }
.summary-card .summary-label[b-qmtcbkzj7s] { font-size: 0.8rem; opacity: 0.9; }

.bg-gradient-info[b-qmtcbkzj7s] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-qmtcbkzj7s] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-danger[b-qmtcbkzj7s] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
.bg-gradient-primary[b-qmtcbkzj7s] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }

.balance-positive[b-qmtcbkzj7s] { color: #28a745; font-weight: bold; }
.balance-negative[b-qmtcbkzj7s] { color: #dc3545; font-weight: bold; }
.balance-zero[b-qmtcbkzj7s] { color: #6c757d; }
/* /Components/Pages/Accounting/KasaVirman.razor.rz.scp.css */
.virman-container[b-bkmlsuelza] {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #444;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    max-width: 900px;
    margin: 0 auto;
}

.virman-header[b-bkmlsuelza] {
    background: linear-gradient(to bottom, #3c8dbc 0%, #3071a9 100%);
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.virman-body[b-bkmlsuelza] {
    background-color: #222;
    color: white; /* e.g. #ccc or white */
    padding: 15px;
}

.virman-section-title[b-bkmlsuelza] {
    color: #ffaaaa; /* Light reddish for Source */
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
}

.virman-section-title.target[b-bkmlsuelza] {
    color: #aaffaa; /* Light greenish for Target */
}

.virman-label[b-bkmlsuelza] {
    color: #eee;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    padding-top: 5px;
}

.virman-input-group[b-bkmlsuelza] {
    margin-bottom: 5px;
}

.virman-arrow[b-bkmlsuelza] {
    color: #ddd;
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
}

.virman-kur-box[b-bkmlsuelza] {
    background-color: #333;
    border: 1px solid #555;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    width: 80px;
    margin: 0 auto;
}

.virman-buttons[b-bkmlsuelza] {
    text-align: center;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #444;
}

.virman-btn[b-bkmlsuelza] {
    background: linear-gradient(to bottom, #333 0%, #111 100%);
    border: 1px solid #555;
    color: #ffd700; /* Gold color text */
    padding: 5px 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 15px;
    margin: 0 5px;
}

.virman-btn:hover[b-bkmlsuelza] {
    background: #444;
    color: #fff;
}

/* Dark select overrides */
.form-select-dark[b-bkmlsuelza] {
    background-color: #333;
    color: white;
    border: 1px solid #555;
    font-size: 12px;
    height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.form-control-dark[b-bkmlsuelza] {
    background-color: #333;
    color: white;
    border: 1px solid #555;
    font-size: 12px;
    height: 30px;
}

.form-control-dark:focus[b-bkmlsuelza], .form-select-dark:focus[b-bkmlsuelza] {
    background-color: #444;
    color: white;
    border-color: #777;
    box-shadow: none;
}

.row-compact[b-bkmlsuelza] {
    margin-bottom: 5px;
}
/* /Components/Pages/Accounting/MuhHOdeme.razor.rz.scp.css */
/* ============================================
   MuhHOdeme.razor - Red Theme (Para Çıkışı / Money Out)
   Commit: 4b69201 - Payment UI theming
   ============================================ */

/* Page background */
.muh-h-odeme-page[b-fzlf8zti0i] {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe0e0 100%);
    min-height: 100vh;
    padding-bottom: 2rem;
}

/* Page header */
.page-header-red[b-fzlf8zti0i] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
    border: 3px solid #bd2130;
}

.page-header-red h4[b-fzlf8zti0i] {
    color: white;
    font-weight: bold;
    margin: 0;
}

.header-emoji[b-fzlf8zti0i] {
    font-size: 1.3em;
    margin-right: 8px;
}

.header-subtitle[b-fzlf8zti0i] {
    font-size: 0.7em;
    background: rgba(255, 255, 255, 0.2);
    padding: 3px 10px;
    border-radius: 4px;
    margin-left: 10px;
    font-weight: bold;
}

/* Card red outline */
.card-red-outline[b-fzlf8zti0i] {
    border: 2px solid #dc3545;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.15);
}

/* Table header red */
.table-head-red[b-fzlf8zti0i] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
}

.table-head-red th[b-fzlf8zti0i] {
    color: white !important;
    border-color: #bd2130 !important;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 0.85rem;
}

.table-head-red th:hover[b-fzlf8zti0i] {
    background: rgba(255, 255, 255, 0.1);
}

/* Red gradient backgrounds */
.bg-red-gradient[b-fzlf8zti0i] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
}

.bg-red-dark[b-fzlf8zti0i] {
    background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
    color: white;
}

.bg-red-light[b-fzlf8zti0i] {
    background: linear-gradient(135deg, #e85d6b 0%, #dc3545 100%);
    color: white;
}

/* Red button */
.btn-red[b-fzlf8zti0i] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    border-color: #bd2130;
    color: white;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.btn-red:hover[b-fzlf8zti0i] {
    background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
    color: white;
}

.btn-red:disabled[b-fzlf8zti0i] {
    opacity: 0.65;
}

/* Summary cards */
[b-fzlf8zti0i] .summary-card {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 80px;
    transition: transform 0.2s ease;
}

[b-fzlf8zti0i] .summary-card:hover {
    transform: translateY(-2px);
}

[b-fzlf8zti0i] .summary-card .summary-number {
    font-size: 1.4rem;
    font-weight: bold;
}

[b-fzlf8zti0i] .summary-card .summary-label {
    font-size: 0.8rem;
    opacity: 0.9;
}

[b-fzlf8zti0i] .summary-card .summary-icon {
    font-size: 1.8rem;
    opacity: 0.5;
}

/* Date mismatch badge */
.date-mismatch-badge[b-fzlf8zti0i] {
    cursor: help;
    font-size: 1.1rem;
    animation: pulse-warning-b-fzlf8zti0i 2s infinite;
}

@keyframes pulse-warning-b-fzlf8zti0i {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}

/* Table row styles */
.table tbody tr:hover[b-fzlf8zti0i] {
    background-color: rgba(220, 53, 69, 0.05) !important;
}

.table .table-warning[b-fzlf8zti0i] {
    background-color: #fff3cd !important;
}

.table .table-warning:hover[b-fzlf8zti0i] {
    background-color: #ffe9a0 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .page-header-red[b-fzlf8zti0i] {
        padding: 10px 15px;
    }

    .header-subtitle[b-fzlf8zti0i] {
        display: none;
    }

    [b-fzlf8zti0i] .summary-card {
        margin-bottom: 0.5rem;
    }

    .table-responsive[b-fzlf8zti0i] {
        font-size: 0.8rem;
    }
}

/* Card tools */
[b-fzlf8zti0i] .card-tools {
    float: right;
}

[b-fzlf8zti0i] .card-title {
    float: left;
}
/* /Components/Pages/Accounting/MuhOOdeme.razor.rz.scp.css */
/* ========================================
   MuhOOdeme - Para Girisi (Money In)
   GREEN THEME: #28a745 → #218838
   ======================================== */

/* Page Header */
.page-header-green[b-b0p7d6iptt] {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3);
}

.page-header-green .header-emoji[b-b0p7d6iptt] {
    font-size: 1.4em;
    margin-right: 8px;
}

.page-header-green .header-subtitle[b-b0p7d6iptt] {
    font-size: 0.7em;
    opacity: 0.85;
    font-weight: 300;
}

/* Card Green Outline */
.card-green-outline[b-b0p7d6iptt] {
    border: 1px solid #28a745;
    border-radius: 6px;
    overflow: hidden;
}

/* Green Gradient Backgrounds */
.bg-green-gradient[b-b0p7d6iptt] {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%) !important;
    color: white;
}

.bg-green-dark[b-b0p7d6iptt] {
    background: linear-gradient(135deg, #218838 0%, #1e7e34 100%) !important;
    color: white;
}

.bg-green-light[b-b0p7d6iptt] {
    background: linear-gradient(135deg, #2dce56 0%, #28a745 100%) !important;
    color: white;
}

/* Card Header */
[b-b0p7d6iptt] .card-header.bg-green-gradient {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Table Head Green */
.table-head-green[b-b0p7d6iptt] {
    background-color: #28a745;
    color: white;
}

.table-head-green th[b-b0p7d6iptt] {
    cursor: pointer;
    white-space: nowrap;
    padding: 8px 12px;
    font-weight: 600;
    user-select: none;
    border-color: #218838;
}

.table-head-green th:hover[b-b0p7d6iptt] {
    background-color: #218838;
}

/* Green Buttons */
.btn-green[b-b0p7d6iptt] {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    color: white;
    border: none;
    padding: 6px 20px;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-green:hover[b-b0p7d6iptt] {
    background: linear-gradient(135deg, #218838 0%, #1e7e34 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.4);
}

.btn-green:disabled[b-b0p7d6iptt] {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Summary Cards */
.summary-card[b-b0p7d6iptt] {
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.summary-card:hover[b-b0p7d6iptt] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.summary-number[b-b0p7d6iptt] {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2;
}

.summary-label[b-b0p7d6iptt] {
    font-size: 0.85em;
    opacity: 0.9;
}

.summary-icon[b-b0p7d6iptt] {
    font-size: 2em;
    opacity: 0.5;
}

/* Date Mismatch Badge pulse animation */
.date-mismatch-badge[b-b0p7d6iptt] {
    animation: pulseWarning-b-b0p7d6iptt 2s infinite;
}

@keyframes pulseWarning-b-b0p7d6iptt {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.6);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(255, 193, 7, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}

/* Table row hover */
[b-b0p7d6iptt] .table-hover tbody tr:hover {
    background-color: rgba(40, 167, 69, 0.06);
}

/* Badge styles in table */
[b-b0p7d6iptt] .table .badge {
    font-size: 0.78em;
    padding: 4px 8px;
}

/* Text truncation */
.text-truncate[b-b0p7d6iptt] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Toast notification */
.toast[b-b0p7d6iptt] {
    min-width: 280px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-header-green h4[b-b0p7d6iptt] {
        font-size: 1.1em;
    }

    .page-header-green .header-subtitle[b-b0p7d6iptt] {
        display: none;
    }

    .summary-card[b-b0p7d6iptt] {
        padding: 10px 15px;
    }

    .summary-number[b-b0p7d6iptt] {
        font-size: 1.2em;
    }

    .summary-icon[b-b0p7d6iptt] {
        font-size: 1.5em;
    }

    .table-responsive[b-b0p7d6iptt] {
        font-size: 0.85em;
    }
}

/* Page container */
.muh-o-odeme-page[b-b0p7d6iptt] {
    padding: 10px;
}

/* Card tools button */
.card-tools .btn-tool[b-b0p7d6iptt] {
    padding: 2px 8px;
}

/* Form compact style */
.form-select-sm[b-b0p7d6iptt] {
    padding: 4px 8px;
    font-size: 0.875rem;
}
/* /Components/Pages/Accounting/MuhRezInfo.razor.rz.scp.css */
/* Styles inspired by RezDetail.razor for consistency */
.muhrezinfo-container[b-yeuxll80yw] {
    background-color: #1a1a2e;
    color: white;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.info-panel[b-yeuxll80yw] { 
    background: #000; 
    padding: 15px; 
    height: 100%; 
    border-radius: 4px; 
    border: 1px solid #333;
}

.info-header[b-yeuxll80yw] {
    color: #fff;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-table[b-yeuxll80yw] { font-size: 0.8rem; width: 100%; }
.info-table td[b-yeuxll80yw] { padding: 4px 6px; border-bottom: 1px solid #222; }
.info-table tr:last-child td[b-yeuxll80yw] { border-bottom: none; }
.info-label[b-yeuxll80yw] { color: #aaa; width: 35%; white-space: nowrap; }
.info-value[b-yeuxll80yw] { color: #fff; font-weight: 500; }

.price-panel[b-yeuxll80yw] { 
    background: #2c2c2c; 
    padding: 15px; 
    height: 100%; 
    border-radius: 4px;
    border: 1px solid #444;
}

.price-table[b-yeuxll80yw] { font-size: 0.8rem; width: 100%; border-collapse: separate; border-spacing: 0; }
.price-table th[b-yeuxll80yw] { background: #333; color: #fff; padding: 6px 8px; text-align: right; font-weight: 600; border-bottom: 2px solid #555; }
.price-table td[b-yeuxll80yw] { background: #3a3a3a; color: #fff; padding: 6px 8px; text-align: right; border-bottom: 1px solid #444; }
.price-table th:first-child[b-yeuxll80yw], .price-table td:first-child[b-yeuxll80yw] { text-align: left; background: #333; }

.price-table-total td[b-yeuxll80yw] { background: #222 !important; font-weight: 700; border-top: 2px solid #666; }

.text-profit-pos[b-yeuxll80yw] { color: #98dfb6; }
.text-profit-neg[b-yeuxll80yw] { color: #ff9999; }
.text-profit-neu[b-yeuxll80yw] { color: #ddd; }

.nightly-breakdown[b-yeuxll80yw] { 
    max-height: 300px; 
    overflow-y: auto; 
    margin-top: 15px; 
    background: #111;
    border-radius: 4px;
    padding: 5px;
}

.nightly-table th[b-yeuxll80yw] { background: #222; color: #aaa; position: sticky; top: 0; }

.res-badge[b-yeuxll80yw] {
    font-size: 1.1rem;
    padding: 5px 12px;
    border-radius: 4px;
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    color: white;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.form-select-dark[b-yeuxll80yw] {
    background-color: #343a40;
    color: white;
    border: 1px solid #495057;
    font-size: 0.85rem;
}

.form-select-dark:focus[b-yeuxll80yw] {
    background-color: #3b4248;
    color: white;
    box-shadow: none;
    border-color: #6c757d;
}

.cari-warning[b-yeuxll80yw] {
    text-align: center;
    margin-top: 12px;
}

.cari-warning .cari-title[b-yeuxll80yw] {
    color: #ff6b6b;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.related-panel[b-yeuxll80yw] {
    background: #2b2b2b;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 12px;
    margin-top: 18px;
}

.related-table[b-yeuxll80yw] {
    font-size: 0.78rem;
}

.related-table th[b-yeuxll80yw] {
    white-space: nowrap;
}

.related-table td[b-yeuxll80yw] {
    vertical-align: middle;
}

[b-yeuxll80yw]::-webkit-scrollbar { width: 8px; height: 8px; }
[b-yeuxll80yw]::-webkit-scrollbar-track { background: #1a1a2e; }
[b-yeuxll80yw]::-webkit-scrollbar-thumb { background: #555; border-radius: 4px; }
[b-yeuxll80yw]::-webkit-scrollbar-thumb:hover { background: #777; }
/* /Components/Pages/Accounting/OperatorBalance.razor.rz.scp.css */
.summary-card[b-big0bvyx14] {
    border-radius: 10px;
    padding: 20px;
    color: white;
    margin-bottom: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.summary-card.info[b-big0bvyx14] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
}
.summary-card.success[b-big0bvyx14] {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
}
.summary-card.primary[b-big0bvyx14] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}
.summary-card.danger[b-big0bvyx14] {
    background: linear-gradient(135deg, #dc3545 0%, #bd2130 100%);
}
.summary-card .card-value[b-big0bvyx14] {
    font-size: 1.8rem;
    font-weight: bold;
}
.summary-card .card-label[b-big0bvyx14] {
    font-size: 0.9rem;
    opacity: 0.9;
}
.summary-card .card-icon[b-big0bvyx14] {
    font-size: 3rem;
    opacity: 0.3;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.table-responsive[b-big0bvyx14] {
    max-height: 600px;
    overflow-y: auto;
}
.table[b-big0bvyx14] {
    background-color: white;
}
.table thead th[b-big0bvyx14] {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #343a40 !important;
    color: white !important;
    font-weight: 600;
    border-color: #454d55;
}
.table tbody tr[b-big0bvyx14] {
    background-color: white;
}
.table tbody td[b-big0bvyx14] {
    color: #212529;
    background-color: white;
}
.table-striped tbody tr:nth-of-type(odd) td[b-big0bvyx14] {
    background-color: #f8f9fa;
}
.table-hover tbody tr:hover td[b-big0bvyx14] {
    background-color: #e9ecef;
}
.row-invoice td[b-big0bvyx14] {
    background-color: #d4edda !important;
}
.row-collection td[b-big0bvyx14] {
    background-color: #f8d7da !important;
}
.currency-section[b-big0bvyx14] {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: white;
}
.currency-header[b-big0bvyx14] {
    background: linear-gradient(135deg, #343a40 0%, #212529 100%);
    color: white;
    padding: 12px 20px;
    font-size: 1.25rem;
    font-weight: bold;
}
.currency-header i[b-big0bvyx14] {
    margin-right: 10px;
}
.currency-content[b-big0bvyx14] {
    padding: 15px;
    background-color: white;
}
.currency-summary[b-big0bvyx14] {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.currency-summary-item[b-big0bvyx14] {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border-radius: 5px;
    border-left: 4px solid;
}
.currency-summary-item.invoice[b-big0bvyx14] {
    border-left-color: #17a2b8;
}
.currency-summary-item.collection[b-big0bvyx14] {
    border-left-color: #28a745;
}
.currency-summary-item.balance[b-big0bvyx14] {
    border-left-color: #007bff;
}
.currency-summary-item.balance.negative[b-big0bvyx14] {
    border-left-color: #dc3545;
}
.currency-summary-label[b-big0bvyx14] {
    font-size: 0.85rem;
    color: #6c757d;
}
.currency-summary-value[b-big0bvyx14] {
    font-size: 1.1rem;
    font-weight: bold;
}
/* Totals row styling */
.table tbody tr.table-secondary td[b-big0bvyx14] {
    background-color: #e9ecef !important;
    font-weight: bold;
    color: #212529;
}

/* Filter Section Styles */
.filter-section-header[b-big0bvyx14] {
    background-color: #17a2b8;
    color: white;
    padding: 8px 15px;
    border-radius: 4px 4px 0 0;
    font-weight: 500;
    font-size: 0.95rem;
}
.filter-section-body[b-big0bvyx14] {
    border: 1px solid #17a2b8;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 15px;
    background-color: #f8f9fa;
}
.filter-sub-header[b-big0bvyx14] {
    background-color: #fff;
    color: #495057;
    padding: 8px 0;
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.compact-form-group label[b-big0bvyx14] {
    font-size: 0.8rem;
    margin-bottom: 2px;
    color: #6c757d;
    font-weight: 600;
}
/* /Components/Pages/Accounting/OperatorPayments.razor.rz.scp.css */
/* Reservation List Component Styles - Ultra Compact Version */

/* Main container - full width */
.content > .container-fluid[b-hz9ykf6k66] {
    padding: 0.5rem;
}

/* Filter card container - constrained width and centered */
.card.card-primary[b-hz9ykf6k66] {
    max-width: 1400px;
    margin: 0 auto 0.5rem auto;
}

/* Results section - full width */
#searchResultsSection[b-hz9ykf6k66] {
    max-width: 100%;
    margin: 0;
}

/* Ultra compact form groups */
.compact-form-group[b-hz9ykf6k66] {
    margin-bottom: 0.25rem;
}

.compact-form-group label[b-hz9ykf6k66] {
    font-size: 0.7rem;
    margin-bottom: 0.1rem;
    font-weight: 500;
    display: block;
}

.compact-form-group label i[b-hz9ykf6k66] {
    display: none;
}

.compact-form-group .form-control[b-hz9ykf6k66] {
    height: 26px;
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
}

/* Compact filter cards */
.filter-card[b-hz9ykf6k66] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
    padding: 0.4rem;
    margin-bottom: 0.4rem;
}

.filter-card-header[b-hz9ykf6k66] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.3rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e9ecef;
}

.filter-card-header i[b-hz9ykf6k66] {
    margin-right: 0.2rem;
    font-size: 0.7rem;
}

/* Smaller row spacing */
.filter-card .row[b-hz9ykf6k66] {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.filter-card .row > [class*="col-"][b-hz9ykf6k66] {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

/* Compact card */
.card[b-hz9ykf6k66] {
    margin-bottom: 0.5rem;
}

.card-body[b-hz9ykf6k66] {
    padding: 0.4rem !important;
}

.card-header[b-hz9ykf6k66] {
    padding: 0.25rem 0.5rem !important;
}

.card-title[b-hz9ykf6k66] {
    font-size: 0.85rem !important;
    margin-bottom: 0;
}

/* Section divider */
.section-divider[b-hz9ykf6k66] {
    border-top: 1px solid #e9ecef;
    margin: 0.3rem 0;
}

/* Compact buttons */
.btn-lg[b-hz9ykf6k66] {
    padding: 0.3rem 1.2rem !important;
    font-size: 0.8rem !important;
}

.btn-sm[b-hz9ykf6k66] {
    padding: 0.1rem 0.3rem;
    font-size: 0.65rem;
}

.btn-xs[b-hz9ykf6k66] {
    padding: 0.1rem 0.25rem;
    font-size: 0.65rem;
}

/* Summary card styling */
.summary-card[b-hz9ykf6k66] {
    border-radius: 4px;
    padding: 0.5rem;
    color: white;
    min-height: 50px;
}
.summary-card .summary-number[b-hz9ykf6k66] { font-size: 1.1rem; font-weight: bold; }
.summary-card .summary-label[b-hz9ykf6k66] { font-size: 0.7rem; opacity: 0.9; }
.summary-card .summary-icon[b-hz9ykf6k66] { font-size: 1.2rem; opacity: 0.5; }

/* Card backgrounds */
.bg-gradient-info[b-hz9ykf6k66] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-hz9ykf6k66] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-warning[b-hz9ykf6k66] { background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%); color: #212529 !important; }
.bg-gradient-warning .summary-label[b-hz9ykf6k66] { color: #212529 !important; }
.bg-gradient-danger[b-hz9ykf6k66] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }

/* Table styling */
.res-grid th[b-hz9ykf6k66] {
    background-color: #f8f9fa !important;
    color: #212529 !important;
    font-size: 0.68rem;
    padding: 0.25rem 0.35rem !important;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    white-space: nowrap;
}

.res-grid td[b-hz9ykf6k66] {
    font-size: 0.68rem;
    padding: 0.2rem 0.35rem !important;
    vertical-align: middle;
}

.res-grid tbody tr:hover[b-hz9ykf6k66] {
    background-color: #f0f7ff !important;
}
/* /Components/Pages/Accounting/OperatorProforma.razor.rz.scp.css */
/* Operator Proforma Styles - Consistent with Reservations */

/* Main container - full width */
.content > .container-fluid[b-costdxxztb] {
    padding: 0.5rem;
}

/* Filter card container - constrained width and centered */
.card.card-primary[b-costdxxztb] {
    max-width: 1400px;
    margin: 0 auto 0.5rem auto;
}

/* Ultra compact form groups */
.compact-form-group[b-costdxxztb] {
    margin-bottom: 0.25rem;
}

.compact-form-group label[b-costdxxztb] {
    font-size: 0.7rem;
    margin-bottom: 0.1rem;
    font-weight: 500;
    display: block;
}

.compact-form-group .form-control[b-costdxxztb],
.compact-form-group .form-select[b-costdxxztb] {
    height: 26px;
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
}

/* Compact filter cards */
.filter-card[b-costdxxztb] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
    padding: 0.4rem;
    margin-bottom: 0.4rem;
}

.filter-card-header[b-costdxxztb] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.3rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e9ecef;
}

.filter-card-header i[b-costdxxztb] {
    margin-right: 0.2rem;
    font-size: 0.7rem;
}

/* Smaller row spacing */
.filter-card .row[b-costdxxztb] {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.filter-card .row > [class*="col-"][b-costdxxztb] {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

/* Compact card */
.card[b-costdxxztb] {
    margin-bottom: 0.5rem;
}

.card-body[b-costdxxztb] {
    padding: 0.4rem !important;
}

.card-header[b-costdxxztb] {
    padding: 0.25rem 0.5rem !important;
}

.card-title[b-costdxxztb] {
    font-size: 0.85rem !important;
    margin-bottom: 0;
}

/* Summary card styling - custom gradient cards */
.summary-card[b-costdxxztb] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 90px;
}
.summary-card .summary-number[b-costdxxztb] { font-size: 1.5rem; font-weight: bold; }
.summary-card .summary-label[b-costdxxztb] { font-size: 0.85rem; opacity: 0.9; }
.summary-card .summary-icon[b-costdxxztb] { font-size: 2rem; opacity: 0.5; }

/* Card backgrounds */
.bg-gradient-info[b-costdxxztb] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-costdxxztb] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-primary[b-costdxxztb] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }
.bg-gradient-secondary[b-costdxxztb] { background: linear-gradient(135deg, #6c757d 0%, #545b62 100%); }
.bg-gradient-warning[b-costdxxztb] { background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%); color: #212529 !important; }
.bg-gradient-warning .summary-label[b-costdxxztb] { color: #212529 !important; }
.bg-gradient-danger[b-costdxxztb] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }

/* Table header styling */
.proforma-grid thead th[b-costdxxztb] {
    background-color: #343a40 !important;
    color: #fff !important;
    font-size: 0.75rem;
    padding: 0.4rem !important;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 1;
}
.proforma-grid td[b-costdxxztb] { font-size: 0.8rem; padding: 0.3rem 0.4rem !important; vertical-align: middle; }

/* Operator header row */
.operator-header-row td[b-costdxxztb] {
    background-color: #17a2b8 !important;
    color: #fff !important;
    font-weight: bold;
}

/* Link styles */
.res-link[b-costdxxztb] { color: #007bff; text-decoration: none; font-weight: 500; }
.res-link:hover[b-costdxxztb] { color: #0056b3; text-decoration: underline; }

/* Date input styling overrides */
input[type="date"].form-control[b-costdxxztb] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

/* Spinner */
.spinner-border-sm[b-costdxxztb] {
    width: 0.8rem;
    height: 0.8rem;
    border-width: 0.1rem;
}
/* /Components/Pages/Accounting/PersonelAvans.razor.rz.scp.css */
/* Summary card styling */
.summary-card[b-tbargafptc] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 80px;
}
.summary-card .summary-number[b-tbargafptc] { font-size: 1.4rem; font-weight: bold; }
.summary-card .summary-label[b-tbargafptc] { font-size: 0.8rem; opacity: 0.9; }
.summary-card .summary-icon[b-tbargafptc] { font-size: 1.8rem; opacity: 0.5; }

/* Card backgrounds */
.bg-gradient-info[b-tbargafptc] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-tbargafptc] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-warning[b-tbargafptc] { background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%); color: #212529 !important; }
.bg-gradient-warning .summary-label[b-tbargafptc] { color: #212529 !important; }
.bg-gradient-danger[b-tbargafptc] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
.bg-gradient-primary[b-tbargafptc] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }
.bg-gradient-secondary[b-tbargafptc] { background: linear-gradient(135deg, #6c757d 0%, #545b62 100%); }

.currency-badge[b-tbargafptc] { display: inline-block; padding: 2px 6px; margin: 1px; border-radius: 3px; font-size: 0.75rem; background: #17a2b8; color: white; }
.status-badge-beklemede[b-tbargafptc] { background-color: #ffc107; color: #212529; }
.status-badge-onaylandi[b-tbargafptc] { background-color: #28a745; }
.status-badge-mahsup[b-tbargafptc] { background-color: #17a2b8; }
.status-badge-iptal[b-tbargafptc] { background-color: #dc3545; }
/* /Components/Pages/Accounting/PersonelBalance.razor.rz.scp.css */
/* Summary card styling */
.summary-card[b-kzsnz77b0o] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 80px;
}
.summary-card .summary-number[b-kzsnz77b0o] { font-size: 1.4rem; font-weight: bold; }
.summary-card .summary-label[b-kzsnz77b0o] { font-size: 0.8rem; opacity: 0.9; }
.summary-card .summary-icon[b-kzsnz77b0o] { font-size: 1.8rem; opacity: 0.5; }

/* Card backgrounds */
.bg-gradient-info[b-kzsnz77b0o] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-kzsnz77b0o] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-warning[b-kzsnz77b0o] { background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%); color: #212529 !important; }
.bg-gradient-warning .summary-label[b-kzsnz77b0o] { color: #212529 !important; }
.bg-gradient-danger[b-kzsnz77b0o] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
.bg-gradient-primary[b-kzsnz77b0o] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }
.bg-gradient-secondary[b-kzsnz77b0o] { background: linear-gradient(135deg, #6c757d 0%, #545b62 100%); }

.balance-badge[b-kzsnz77b0o] { 
    display: inline-block; 
    padding: 3px 8px; 
    margin: 2px; 
    border-radius: 4px; 
    font-size: 0.85rem; 
    font-weight: 500;
}
.balance-positive[b-kzsnz77b0o] { background: #d4edda; color: #155724; }
.balance-negative[b-kzsnz77b0o] { background: #f8d7da; color: #721c24; }
.balance-zero[b-kzsnz77b0o] { background: #d6d8db; color: #383d41; }
/* /Components/Pages/Accounting/PersonelBordro.razor.rz.scp.css */
/* Summary card styling */
.summary-card[b-3io508v8jp] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 80px;
}
.summary-card .summary-number[b-3io508v8jp] { font-size: 1.4rem; font-weight: bold; }
.summary-card .summary-label[b-3io508v8jp] { font-size: 0.8rem; opacity: 0.9; }
.summary-card .summary-icon[b-3io508v8jp] { font-size: 1.8rem; opacity: 0.5; }

/* Card backgrounds */
.bg-gradient-info[b-3io508v8jp] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-3io508v8jp] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-warning[b-3io508v8jp] { background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%); color: #212529 !important; }
.bg-gradient-warning .summary-label[b-3io508v8jp] { color: #212529 !important; }
.bg-gradient-danger[b-3io508v8jp] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
.bg-gradient-primary[b-3io508v8jp] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }
.bg-gradient-secondary[b-3io508v8jp] { background: linear-gradient(135deg, #6c757d 0%, #545b62 100%); }

.maas-badge[b-3io508v8jp] { display: inline-block; padding: 2px 6px; margin: 1px; border-radius: 3px; font-size: 0.75rem; background: #28a745; color: white; }

.personel-card[b-3io508v8jp] {
    transition: all 0.2s;
}
.personel-card:hover[b-3io508v8jp] {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
/* /Components/Pages/Accounting/PersonelListesi.razor.rz.scp.css */
/* Summary card styling */
.summary-card[b-h2fv48xwx5] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 80px;
}
.summary-card .summary-number[b-h2fv48xwx5] { font-size: 1.4rem; font-weight: bold; }
.summary-card .summary-label[b-h2fv48xwx5] { font-size: 0.8rem; opacity: 0.9; }
.summary-card .summary-icon[b-h2fv48xwx5] { font-size: 1.8rem; opacity: 0.5; }

/* Card backgrounds */
.bg-gradient-info[b-h2fv48xwx5] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-h2fv48xwx5] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-warning[b-h2fv48xwx5] { background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%); color: #212529 !important; }
.bg-gradient-warning .summary-label[b-h2fv48xwx5] { color: #212529 !important; }
.bg-gradient-danger[b-h2fv48xwx5] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
.bg-gradient-primary[b-h2fv48xwx5] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }
.bg-gradient-secondary[b-h2fv48xwx5] { background: linear-gradient(135deg, #6c757d 0%, #545b62 100%); }

.maas-badge[b-h2fv48xwx5] { display: inline-block; padding: 2px 6px; margin: 1px; border-radius: 3px; font-size: 0.75rem; background: #28a745; color: white; }
/* /Components/Pages/Accounting/PersonelOdeme.razor.rz.scp.css */
/* Summary card styling */
.summary-card[b-lzuvfttivu] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 80px;
}
.summary-card .summary-number[b-lzuvfttivu] { font-size: 1.4rem; font-weight: bold; }
.summary-card .summary-label[b-lzuvfttivu] { font-size: 0.8rem; opacity: 0.9; }
.summary-card .summary-icon[b-lzuvfttivu] { font-size: 1.8rem; opacity: 0.5; }

/* Card backgrounds */
.bg-gradient-info[b-lzuvfttivu] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-lzuvfttivu] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-warning[b-lzuvfttivu] { background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%); color: #212529 !important; }
.bg-gradient-warning .summary-label[b-lzuvfttivu] { color: #212529 !important; }
.bg-gradient-danger[b-lzuvfttivu] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
.bg-gradient-primary[b-lzuvfttivu] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }
.bg-gradient-secondary[b-lzuvfttivu] { background: linear-gradient(135deg, #6c757d 0%, #545b62 100%); }

.currency-badge[b-lzuvfttivu] { display: inline-block; padding: 2px 6px; margin: 1px; border-radius: 3px; font-size: 0.75rem; background: #17a2b8; color: white; }
/* /Components/Pages/Accounting/RehberKomisyon.razor.rz.scp.css */
/* Summary card styling */
.summary-card[b-rdhe47hovh] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 80px;
}
.summary-card .summary-number[b-rdhe47hovh] { font-size: 1.4rem; font-weight: bold; }
.summary-card .summary-label[b-rdhe47hovh] { font-size: 0.8rem; opacity: 0.9; }
.summary-card .summary-icon[b-rdhe47hovh] { font-size: 1.8rem; opacity: 0.5; }

/* Card backgrounds */
.bg-gradient-info[b-rdhe47hovh] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-rdhe47hovh] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-warning[b-rdhe47hovh] { background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%); color: #212529 !important; }
.bg-gradient-warning .summary-label[b-rdhe47hovh] { color: #212529 !important; }
.bg-gradient-danger[b-rdhe47hovh] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
.bg-gradient-primary[b-rdhe47hovh] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }
.bg-gradient-purple[b-rdhe47hovh] { background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%); }

/* Table styling */
.komisyon-grid thead th[b-rdhe47hovh] {
    background-color: #343a40 !important;
    color: #fff !important;
    font-size: 0.8rem;
    padding: 0.5rem !important;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 1;
}
.komisyon-grid td[b-rdhe47hovh] { font-size: 0.85rem; padding: 0.4rem 0.5rem !important; vertical-align: middle; }

/* Form panel */
.entry-panel[b-rdhe47hovh] { background-color: #f8f9fa; border: 1px solid #dee2e6; border-radius: 8px; padding: 1rem; }
.entry-panel .form-label[b-rdhe47hovh] { font-size: 0.85rem; font-weight: 500; margin-bottom: 0.25rem; }
/* /Components/Pages/Accounting/Reservations.razor.rz.scp.css */
/* Reservation List Component Styles - Ultra Compact Version */

/* Main container - full width */
.content > .container-fluid[b-whpuqsjgow] {
    padding: 0.5rem;
}

/* Filter card container - constrained width and centered */
.card.card-primary[b-whpuqsjgow] {
    max-width: 1400px;
    margin: 0 auto 0.5rem auto;
}

/* Results section - full width */
#searchResultsSection[b-whpuqsjgow] {
    max-width: 100%;
    margin: 0;
}

/* Ultra compact form groups */
.compact-form-group[b-whpuqsjgow] {
    margin-bottom: 0.25rem;
}

.compact-form-group label[b-whpuqsjgow] {
    font-size: 0.7rem;
    margin-bottom: 0.1rem;
    font-weight: 500;
    display: block;
}

.compact-form-group label i[b-whpuqsjgow] {
    display: none;
}

.compact-form-group .form-control[b-whpuqsjgow] {
    height: 26px;
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
}

/* Compact filter cards */
.filter-card[b-whpuqsjgow] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
    padding: 0.4rem;
    margin-bottom: 0.4rem;
}

.filter-card-header[b-whpuqsjgow] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.3rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e9ecef;
}

.filter-card-header i[b-whpuqsjgow] {
    margin-right: 0.2rem;
    font-size: 0.7rem;
}

/* Smaller row spacing */
.filter-card .row[b-whpuqsjgow] {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.filter-card .row > [class*="col-"][b-whpuqsjgow] {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

/* Compact card */
.card[b-whpuqsjgow] {
    margin-bottom: 0.5rem;
}

.card-body[b-whpuqsjgow] {
    padding: 0.4rem !important;
}

.card-header[b-whpuqsjgow] {
    padding: 0.25rem 0.5rem !important;
}

.card-title[b-whpuqsjgow] {
    font-size: 0.85rem !important;
    margin-bottom: 0;
}

/* Section divider */
.section-divider[b-whpuqsjgow] {
    border-top: 1px solid #e9ecef;
    margin: 0.3rem 0;
}

/* Compact control labels */
.custom-control-label[b-whpuqsjgow] {
    font-size: 0.7rem;
}

/* Compact buttons */
.btn-lg[b-whpuqsjgow] {
    padding: 0.3rem 1.2rem !important;
    font-size: 0.8rem !important;
}

.btn-sm[b-whpuqsjgow] {
    padding: 0.1rem 0.3rem;
    font-size: 0.65rem;
}

.btn-xs[b-whpuqsjgow] {
    padding: 0.1rem 0.25rem;
    font-size: 0.65rem;
}

/* Search box compact */
.searchable-select-display[b-whpuqsjgow],
.searchable-select input.form-control[b-whpuqsjgow] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

.searchable-select-icon[b-whpuqsjgow] {
    right: 0.5rem;
}

.searchable-select-icon i[b-whpuqsjgow] {
    font-size: 0.65rem;
}

/* Smaller select dropdowns */
select.form-control[b-whpuqsjgow] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

/* Date inputs */
input[type="date"].form-control[b-whpuqsjgow] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

/* Number inputs */
input[type="number"].form-control[b-whpuqsjgow] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

/* Text inputs */
input[type="text"].form-control[b-whpuqsjgow] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

/* Compact input group */
.input-group .form-control[b-whpuqsjgow] {
    height: 26px;
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
}

.input-group-text[b-whpuqsjgow] {
    padding: 0.15rem 0.3rem;
    font-size: 0.75rem;
    height: 26px;
}

/* Validation message compact */
.validation-message[b-whpuqsjgow] {
    font-size: 0.65rem;
}

/* Results table styles */
.res-grid th[b-whpuqsjgow] {
    background-color: #343a40 !important;
    color: #fff !important;
    font-size: 0.68rem;
    padding: 0.25rem 0.35rem !important;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    white-space: nowrap;
}

.res-grid td[b-whpuqsjgow] {
    font-size: 0.68rem;
    padding: 0.2rem 0.35rem !important;
    vertical-align: middle;
}

.res-grid tbody tr[b-whpuqsjgow] {
    border-left: 2px solid transparent;
    transition: all 0.15s;
}

.res-grid tbody tr:hover[b-whpuqsjgow] {
    background-color: #f0f7ff !important;
    border-left-color: #007bff;
}

/* Status row colors */
.td-yes[b-whpuqsjgow], .td-yes > td[b-whpuqsjgow] {
    background-color: #d4edda !important;
}

.td-no[b-whpuqsjgow], .td-no > td[b-whpuqsjgow] {
    background-color: #f8d7da !important;
}

/* Legacy row status classes (from MuhRezAra) */
.TDYES[b-whpuqsjgow], .TDYES > td[b-whpuqsjgow] {
    background-color: #c3e6cb !important;
}

.TDNO[b-whpuqsjgow], .TDNO > td[b-whpuqsjgow] {
    background-color: #f5c6cb !important;
}

.TDBLU[b-whpuqsjgow], .TDBLU > td[b-whpuqsjgow] {
    background-color: #b8daff !important;
}

/* Results card compact */
#searchResultsSection .card-header[b-whpuqsjgow] {
    padding: 0.25rem 0.5rem !important;
}

#searchResultsSection .card-body[b-whpuqsjgow] {
    padding: 0 !important;
}

/* Table responsive compact */
.table-responsive[b-whpuqsjgow] {
    font-size: 0.75rem;
}

/* Inline checkboxes fix */
[b-whpuqsjgow] .custom-control.custom-checkbox.d-inline-block,
[b-whpuqsjgow] .d-flex.flex-wrap .custom-control.custom-checkbox {
    display: inline-flex !important;
    align-items: center !important;
    padding-left: 0 !important;
    min-height: auto !important;
    margin-bottom: 0 !important;
}

[b-whpuqsjgow] .custom-control.custom-checkbox.d-inline-block .custom-control-input,
[b-whpuqsjgow] .d-flex.flex-wrap .custom-control.custom-checkbox .custom-control-input {
    position: static !important;
    margin-top: 0 !important;
    margin-right: 0.3rem !important;
    margin-left: 0 !important;
    width: 14px !important;
    height: 14px !important;
    flex-shrink: 0;
}

[b-whpuqsjgow] .custom-control.custom-checkbox.d-inline-block .custom-control-label,
[b-whpuqsjgow] .d-flex.flex-wrap .custom-control.custom-checkbox .custom-control-label {
    font-size: 0.72rem;
    line-height: 1.2;
    padding: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    position: static !important;
}

[b-whpuqsjgow] .custom-control.custom-checkbox.d-inline-block .custom-control-label::before,
[b-whpuqsjgow] .custom-control.custom-checkbox.d-inline-block .custom-control-label::after,
[b-whpuqsjgow] .d-flex.flex-wrap .custom-control.custom-checkbox .custom-control-label::before,
[b-whpuqsjgow] .d-flex.flex-wrap .custom-control.custom-checkbox .custom-control-label::after {
    display: none !important;
}

/* Quick search box styling */
.quick-search-box[b-whpuqsjgow] {
    background-color: #f8f9fa;
    border-radius: 0.2rem;
    padding: 0.4rem;
    border: 1px solid #e9ecef;
}

/* Date filter group styling */
.date-filter-group[b-whpuqsjgow] {
    background-color: #fff3cd;
    border-radius: 0.2rem;
    padding: 0.4rem;
    border: 1px solid #ffc107;
}

/* Confirmation filters styling */
.confirmation-filters[b-whpuqsjgow] {
    background-color: #e7f5ff;
    border-radius: 0.2rem;
    padding: 0.4rem;
    border: 1px solid #74c0fc;
}

/* Badge compact */
.badge[b-whpuqsjgow] {
    font-size: 0.65rem;
    padding: 0.15rem 0.35rem;
}

/* Footer totals */
.res-grid tfoot td[b-whpuqsjgow] {
    font-size: 0.7rem;
    padding: 0.3rem 0.35rem !important;
    background-color: #f8f9fa;
}

/* Spinner */
.spinner-border-sm[b-whpuqsjgow] {
    width: 0.8rem;
    height: 0.8rem;
    border-width: 0.1rem;
}

/* Form check inline in input group */
.input-group .form-check-input[b-whpuqsjgow] {
    width: 14px;
    height: 14px;
    margin-top: 0;
}

/* Small text helper */
.filter-label[b-whpuqsjgow] {
    font-size: 0.68rem;
    color: #6c757d;
    margin-bottom: 0.1rem;
    display: block;
}
.multi-column-checkboxes[b-whpuqsjgow] { column-count: 3; column-gap: 5px; padding: 0.1rem; }
.multi-column-checkboxes .form-check[b-whpuqsjgow] { break-inside: avoid-column; margin-bottom: 0px !important; display: flex !important; align-items: center !important; padding-left: 1rem !important; }
.multi-column-checkboxes .form-check-input[b-whpuqsjgow] { margin-top: 0 !important; margin-left: -1rem !important; width: 11px !important; height: 11px !important; flex-shrink: 0; }
.multi-column-checkboxes .form-check-label[b-whpuqsjgow] { font-size: 0.62rem !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 0.2rem; }
/* /Components/Pages/Accounting/VehicleBalance.razor.rz.scp.css */
/* Summary card styling */
.summary-card[b-99bsmwumqj] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 80px;
}
.summary-card .summary-number[b-99bsmwumqj] { font-size: 1.4rem; font-weight: bold; }
.summary-card .summary-label[b-99bsmwumqj] { font-size: 0.8rem; opacity: 0.9; }
.summary-card .summary-icon[b-99bsmwumqj] { font-size: 1.8rem; opacity: 0.5; }

/* Card backgrounds */
.bg-gradient-info[b-99bsmwumqj] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-99bsmwumqj] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-warning[b-99bsmwumqj] { background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%); color: #212529 !important; }
.bg-gradient-warning .summary-label[b-99bsmwumqj] { color: #212529 !important; }
.bg-gradient-danger[b-99bsmwumqj] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
.bg-gradient-primary[b-99bsmwumqj] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }
.bg-gradient-dark[b-99bsmwumqj] { background: linear-gradient(135deg, #343a40 0%, #23272b 100%); }
/* /Components/Pages/Accounting/VehiclePayments.razor.rz.scp.css */
/* Summary card styling */
.summary-card[b-cn77fhb7np] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 80px;
}
.summary-card .summary-number[b-cn77fhb7np] { font-size: 1.4rem; font-weight: bold; }
.summary-card .summary-label[b-cn77fhb7np] { font-size: 0.8rem; opacity: 0.9; }
.summary-card .summary-icon[b-cn77fhb7np] { font-size: 1.8rem; opacity: 0.5; }

/* Card backgrounds */
.bg-gradient-info[b-cn77fhb7np] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-cn77fhb7np] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-warning[b-cn77fhb7np] { background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%); color: #212529 !important; }
.bg-gradient-warning .summary-label[b-cn77fhb7np] { color: #212529 !important; }
.bg-gradient-danger[b-cn77fhb7np] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
.bg-gradient-primary[b-cn77fhb7np] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }
.bg-gradient-secondary[b-cn77fhb7np] { background: linear-gradient(135deg, #6c757d 0%, #545b62 100%); }
/* /Components/Pages/Accounting/VendorPayments.razor.rz.scp.css */
/* Summary card styling */
.summary-card[b-ynv4k9g3za] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 80px;
}
.summary-card .summary-number[b-ynv4k9g3za] { font-size: 1.4rem; font-weight: bold; }
.summary-card .summary-label[b-ynv4k9g3za] { font-size: 0.8rem; opacity: 0.9; }
.summary-card .summary-icon[b-ynv4k9g3za] { font-size: 1.8rem; opacity: 0.5; }

/* Card backgrounds */
.bg-gradient-info[b-ynv4k9g3za] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-ynv4k9g3za] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-warning[b-ynv4k9g3za] { background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%); color: #212529 !important; }
.bg-gradient-warning .summary-label[b-ynv4k9g3za] { color: #212529 !important; }
.bg-gradient-danger[b-ynv4k9g3za] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
.bg-gradient-purple[b-ynv4k9g3za] { background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%); }

/* Table styling */
.payment-grid thead th[b-ynv4k9g3za] {
    background-color: #343a40 !important;
    color: #fff !important;
    font-size: 0.75rem;
    padding: 0.4rem !important;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 1;
}
.payment-grid td[b-ynv4k9g3za] { font-size: 0.8rem; padding: 0.3rem 0.4rem !important; vertical-align: middle; }

/* Form panel */
.entry-panel[b-ynv4k9g3za] { background-color: #f8f9fa; border: 1px solid #dee2e6; border-radius: 8px; padding: 1rem; }
.entry-panel .form-label[b-ynv4k9g3za] { font-size: 0.8rem; font-weight: 500; margin-bottom: 0.2rem; }
/* /Components/Pages/Agency/Actions/ActionsList.razor.rz.scp.css */
.btn-agency-small[b-0bswvhz6va] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 3px 12px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}

.btn-agency-small:hover[b-0bswvhz6va] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}
/* /Components/Pages/Agency/Balance/OperatorBalance.razor.rz.scp.css */
/* Agency Balance - Matching ReservationList Design */

/* Main Container */
.search-container[b-0wifji6sow] {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 5px auto;
    max-width: 1600px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 11px;
    color: #ccc;
}

/* Title Bar */
.title-bar[b-0wifji6sow] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    margin-bottom: 8px;
    background: linear-gradient(to right, #333, #222);
    border-radius: 3px;
    border-left: 3px solid #baed00;
}

.title-icon[b-0wifji6sow] {
    font-size: 14px;
}

.title-text[b-0wifji6sow] {
    font-size: 12px;
    font-weight: 700;
    color: #baed00;
}

/* Filter Row */
.filter-row-top[b-0wifji6sow] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 8px;
    margin-bottom: 8px;
    background: rgba(40, 40, 40, 0.9);
    border: 1px solid #444;
    border-radius: 3px;
}

/* Filter Group - inline label + control */
.filter-group[b-0wifji6sow] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter-group label[b-0wifji6sow] {
    font-size: 10px;
    font-weight: 600;
    color: #ccc;
    white-space: nowrap;
    margin-bottom: 0px;
}

.filter-separator[b-0wifji6sow] {
    color: #666;
    font-weight: bold;
}

/* Form Controls */
.form-control[b-0wifji6sow] {
    height: 24px !important;
    padding: 2px 6px !important;
    font-size: 10px !important;
    border: 1px solid #555 !important;
    border-radius: 2px !important;
    background: #222 !important;
    color: #fff !important;
    min-width: 80px;
}

.form-control:focus[b-0wifji6sow] {
    border-color: #baed00 !important;
    outline: none;
    background: #2a2a2a !important;
}

/* Buttons */
.btn-search[b-0wifji6sow] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 4px 16px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.btn-search:hover[b-0wifji6sow] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}

.btn-search:disabled[b-0wifji6sow] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Custom Checkbox specific for this layout */
.custom-control-label[b-0wifji6sow] {
    cursor: pointer;
    padding-top: 1px;
}

.loading-spinner-sm[b-0wifji6sow] {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin-b-0wifji6sow 1s linear infinite;
}

@keyframes spin-b-0wifji6sow {
    to { transform: rotate(360deg); }
}
/* /Components/Pages/Agency/Dashboard.razor.rz.scp.css */
/* Old Agency Style Classes */
.Tablom[b-p8avqkndgb] {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.section-header[b-p8avqkndgb] {
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.section-content[b-p8avqkndgb] {
    padding: 10px;
    vertical-align: top;
}

.beyazyazi[b-p8avqkndgb] {
    font-family: Candara, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}

.beyazyazibold[b-p8avqkndgb] {
    font-family: Candara, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}

.beyazyaziboldbig[b-p8avqkndgb] {
    font-family: Trebuchet MS, Candara, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}

.badge-count[b-p8avqkndgb] {
    background: #baed00;
    color: #333;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    margin-left: 10px;
}

/* mGrid Table Styles - Old Agency Style */
.mGrid[b-p8avqkndgb] {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-size: 11px;
}

.mGrid tr:hover[b-p8avqkndgb] {
    background: #f5f5f5;
}

.mGrid td[b-p8avqkndgb] {
    padding: 4px 6px;
    border: solid 1px #c1c1c1;
    color: #333;
}

.mGrid th[b-p8avqkndgb] {
    padding: 6px;
    color: #fff;
    background: #424242;
    border-left: solid 1px #525252;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.mGrid a[b-p8avqkndgb] {
    color: #0066cc;
    text-decoration: none;
}

.mGrid a:hover[b-p8avqkndgb] {
    color: #004499;
    text-decoration: underline;
}

.text-end[b-p8avqkndgb] {
    text-align: right;
}

.text-center[b-p8avqkndgb] {
    text-align: center;
}
/* /Components/Pages/Agency/Hotel/HotelActions.razor.rz.scp.css */
/* HotelActions.razor.css - Matching ReservationList design */

/* ==================== MAIN CONTAINER ==================== */
.search-container[b-f4rjjzqlnn] {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #444;
    border-radius: 4px;
    margin-bottom: 12px;
    overflow: hidden;
}

/* ==================== TITLE BAR ==================== */
.title-bar[b-f4rjjzqlnn] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: linear-gradient(to right, #333, #222);
    border-bottom: 1px solid #444;
    border-left: 3px solid #baed00;
}

.title-icon[b-f4rjjzqlnn] {
    font-size: 16px;
}

.title-text[b-f4rjjzqlnn] {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.title-info[b-f4rjjzqlnn] {
    font-size: 11px;
    color: #aaa;
    margin-left: auto;
}

.hotel-count-badge[b-f4rjjzqlnn] {
    font-size: 10px;
    color: #baed00;
    font-weight: 600;
}

/* ==================== FILTER ROWS ==================== */
.filter-row-main[b-f4rjjzqlnn],
.filter-row-top[b-f4rjjzqlnn],
.filter-row-bottom[b-f4rjjzqlnn] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    background: rgba(40, 40, 40, 0.9);
    border-bottom: 1px solid #444;
}

.filter-row-bottom[b-f4rjjzqlnn] {
    background: rgba(50, 50, 50, 0.9);
}

/* ==================== FILTER GROUPS ==================== */
.filter-group[b-f4rjjzqlnn] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter-group label[b-f4rjjzqlnn] {
    font-size: 10px;
    color: #ccc;
    white-space: nowrap;
}

.filter-group input[type="checkbox"][b-f4rjjzqlnn] {
    margin-right: 4px;
}

/* ==================== FORM CONTROLS ==================== */
.form-control[b-f4rjjzqlnn] {
    height: 24px;
    padding: 2px 6px;
    font-size: 11px;
    background: #222;
    color: #fff;
    border: 1px solid #555;
    border-radius: 3px;
    min-width: 80px;
}

.form-control:focus[b-f4rjjzqlnn] {
    border-color: #baed00;
    outline: none;
    box-shadow: 0 0 0 2px rgba(186, 237, 0, 0.2);
}

/* ==================== BUTTONS ==================== */
.btn-search[b-f4rjjzqlnn] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #7aa300;
    border-radius: 3px;
    cursor: pointer;
}

.btn-search:hover[b-f4rjjzqlnn] {
    background: linear-gradient(to bottom, #d4ff33, #a5d100);
}

.btn-search:disabled[b-f4rjjzqlnn] {
    opacity: 0.7;
    cursor: wait;
}

.btn-clear[b-f4rjjzqlnn] {
    padding: 4px 10px;
    font-size: 11px;
    color: #fff;
    background: linear-gradient(to bottom, #555, #444);
    border: 1px solid #666;
    border-radius: 3px;
    cursor: pointer;
}

.btn-clear:hover[b-f4rjjzqlnn] {
    background: linear-gradient(to bottom, #666, #555);
}

.btn-export[b-f4rjjzqlnn] {
    padding: 4px 10px;
    font-size: 11px;
    color: #fff;
    background: linear-gradient(to bottom, #17a2b8, #138496);
    border: 1px solid #117a8b;
    border-radius: 3px;
    cursor: pointer;
}

.btn-export:hover[b-f4rjjzqlnn] {
    background: linear-gradient(to bottom, #1ab8d0, #17a2b8);
}

/* ==================== RESULTS SECTION ==================== */
.results-section[b-f4rjjzqlnn] {
    background: #fff;
    padding: 8px;
}

.results-header[b-f4rjjzqlnn] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: linear-gradient(to bottom, #4a7c59, #3d6b4a);
    border-radius: 3px 3px 0 0;
    margin-bottom: 8px;
}

.results-header-title[b-f4rjjzqlnn] {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.results-header-count[b-f4rjjzqlnn] {
    font-size: 10px;
    color: #ccc;
}

/* ==================== HOTEL GROUP CARD ==================== */
.hotel-group-card[b-f4rjjzqlnn] {
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.hotel-group-header[b-f4rjjzqlnn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    background: linear-gradient(to right, #2c5f2d, #1e4620);
    color: #fff;
}

.hotel-group-meta[b-f4rjjzqlnn] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 6px 10px;
    background: #f5f7f6;
    border-bottom: 1px solid #e1e5e3;
}

.meta-badge[b-f4rjjzqlnn] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 600;
    color: #1f3a29;
    background: #e9f2ec;
    border: 1px solid #cfe0d6;
    border-radius: 12px;
}

.meta-label[b-f4rjjzqlnn] {
    font-weight: 700;
    color: #4d6a57;
}

.meta-value[b-f4rjjzqlnn] {
    color: #1f3a29;
    white-space: nowrap;
}

.hotel-link[b-f4rjjzqlnn] {
    font-size: 12px;
    font-weight: 600;
    color: #baed00;
    text-decoration: none;
}

.hotel-link:hover[b-f4rjjzqlnn] {
    color: #d4ff33;
    text-decoration: underline;
}

.action-count[b-f4rjjzqlnn] {
    font-size: 10px;
    color: #ccc;
}

/* ==================== RESULTS TABLE ==================== */
.results-table[b-f4rjjzqlnn] {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
}

.results-table thead[b-f4rjjzqlnn] {
    background: linear-gradient(to bottom, #4a7c59, #3d6b4a);
}

.results-table thead th[b-f4rjjzqlnn] {
    padding: 5px 6px;
    text-align: left;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #3d6b4a;
    white-space: nowrap;
}

.results-table tbody tr[b-f4rjjzqlnn] {
    border-bottom: 1px solid #e5e5e5;
}

.results-table tbody tr:hover[b-f4rjjzqlnn] {
    background: #f8f9fa;
}

.results-table tbody tr:nth-child(even)[b-f4rjjzqlnn] {
    background: #fafafa;
}

.results-table tbody tr:nth-child(even):hover[b-f4rjjzqlnn] {
    background: #f0f0f0;
}

.results-table tbody td[b-f4rjjzqlnn] {
    padding: 4px 6px;
    color: #333;
    vertical-align: middle;
}

/* ==================== ACTION TYPE BADGE ==================== */
.action-type-badge[b-f4rjjzqlnn] {
    display: inline-block;
    padding: 1px 4px;
    font-size: 8px;
    font-weight: 700;
    color: #fff;
    background: #6c757d;
    border-radius: 2px;
    margin-right: 4px;
}

/* ==================== LOADING & NO RESULTS ==================== */
.loading-box[b-f4rjjzqlnn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #666;
}

.spinner[b-f4rjjzqlnn] {
    width: 30px;
    height: 30px;
    border: 3px solid #e5e5e5;
    border-top-color: #4a7c59;
    border-radius: 50%;
    animation: spin-b-f4rjjzqlnn 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin-b-f4rjjzqlnn {
    to { transform: rotate(360deg); }
}

.no-results-box[b-f4rjjzqlnn] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 40px 20px;
    color: #888;
    font-size: 13px;
}
/* /Components/Pages/Agency/Hotel/HotelInfo.razor.rz.scp.css */
.btn-agency-small[b-agq0vknihi] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 3px 12px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
}

.btn-agency-small:hover[b-agq0vknihi] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}
/* /Components/Pages/Agency/Hotel/HotelList.razor.rz.scp.css */
/* Agency HotelList - Old System Compatible Design */

/* Main Container */
.search-container[b-zfrxgm3wq8] {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 5px auto;
    max-width: 1600px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 11px;
}

/* Title Bar */
.title-bar[b-zfrxgm3wq8] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    margin-bottom: 8px;
    background: linear-gradient(to right, #333, #222);
    border-radius: 3px;
    border-left: 3px solid #baed00;
}

.title-icon[b-zfrxgm3wq8] {
    font-size: 14px;
}

.title-text[b-zfrxgm3wq8] {
    font-size: 12px;
    font-weight: 700;
    color: #baed00;
}

.title-info[b-zfrxgm3wq8] {
    font-size: 10px;
    color: #888;
    flex: 1;
}

.hotel-count-badge[b-zfrxgm3wq8] {
    font-size: 10px;
    color: #baed00;
    background: rgba(186, 237, 0, 0.1);
    padding: 2px 8px;
    border-radius: 10px;
    border: 1px solid rgba(186, 237, 0, 0.3);
}

/* Filter Row - Main */
.filter-row-main[b-zfrxgm3wq8] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    margin-bottom: 4px;
    background: rgba(40, 40, 40, 0.9);
    border: 1px solid #444;
    border-radius: 3px;
}

/* Filter Row - Bottom */
.filter-row-bottom[b-zfrxgm3wq8] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px;
    margin-top: 4px;
    background: rgba(40, 40, 40, 0.9);
    border: 1px solid #444;
    border-radius: 3px;
}

/* Filter Group */
.filter-group[b-zfrxgm3wq8] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter-group label[b-zfrxgm3wq8] {
    font-size: 10px;
    font-weight: 600;
    color: #ccc;
    white-space: nowrap;
}

/* Form Controls */
.form-control[b-zfrxgm3wq8] {
    height: 24px !important;
    padding: 2px 6px !important;
    font-size: 10px !important;
    border: 1px solid #555 !important;
    border-radius: 2px !important;
    background: #222 !important;
    color: #fff !important;
    min-width: 80px;
}

.form-control:focus[b-zfrxgm3wq8] {
    border-color: #baed00 !important;
    outline: none;
    background: #2a2a2a !important;
}

/* Buttons */
.btn-search[b-zfrxgm3wq8] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 4px 16px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}

.btn-search:hover[b-zfrxgm3wq8] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}

.btn-search:disabled[b-zfrxgm3wq8] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-clear[b-zfrxgm3wq8] {
    background: linear-gradient(to bottom, #555, #444);
    border: 1px solid #666;
    color: #fff;
    padding: 4px 12px;
    font-size: 10px;
    cursor: pointer;
    border-radius: 3px;
}

.btn-clear:hover[b-zfrxgm3wq8] {
    background: linear-gradient(to bottom, #666, #555);
}

/* Results Section */
.results-section[b-zfrxgm3wq8] {
    margin-top: 12px;
}

.results-section.search-container[b-zfrxgm3wq8] {
    background: #fff;
    border: 1px solid #ddd;
}

.results-header[b-zfrxgm3wq8] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    background: linear-gradient(to bottom, #4a7c59, #3d6b4a);
    border-radius: 3px 3px 0 0;
    border: 1px solid #3d6b4a;
    border-bottom: none;
}

.results-header-title[b-zfrxgm3wq8] {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
}

.results-header-count[b-zfrxgm3wq8] {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
}

/* Results Table Wrapper */
.results-table-wrapper[b-zfrxgm3wq8] {
    overflow-x: auto;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
}

/* Results Table */
.results-table[b-zfrxgm3wq8] {
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
    font-size: 10px;
    background: #fff;
}

.results-table thead[b-zfrxgm3wq8] {
    background: #f5f5f5;
    position: sticky;
    top: 0;
}

.results-table th[b-zfrxgm3wq8] {
    padding: 6px 4px;
    text-align: left;
    color: #333;
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    border-bottom: 2px solid #4a7c59;
    white-space: nowrap;
}

.results-table td[b-zfrxgm3wq8] {
    padding: 4px;
    border-bottom: 1px solid #eee;
    color: #333;
    vertical-align: middle;
}

.results-table tbody tr:hover[b-zfrxgm3wq8] {
    background: #f8fff8;
}

.results-table tbody tr:nth-child(even)[b-zfrxgm3wq8] {
    background: #fafafa;
}

.results-table tbody tr:nth-child(even):hover[b-zfrxgm3wq8] {
    background: #f8fff8;
}

/* Hotel Thumbnail */
.hotel-thumbnail[b-zfrxgm3wq8] {
    width: 50px;
    height: 35px;
    object-fit: cover;
    border-radius: 3px;
    border: 1px solid #ddd;
}

/* Rez Link */
.rez-link[b-zfrxgm3wq8] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.rez-link:hover[b-zfrxgm3wq8] {
    color: #1d4ed8;
    text-decoration: underline;
}

/* Status Badge */
.status-badge[b-zfrxgm3wq8] {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 9px;
    font-weight: 600;
}

.status-confirmed[b-zfrxgm3wq8] {
    background: #d4edda;
    color: #155724;
}

/* Season Info */
.season-info[b-zfrxgm3wq8] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 2px;
    font-size: 9px;
}

.season-date[b-zfrxgm3wq8] {
    color: #666;
}

.xls-link[b-zfrxgm3wq8] {
    text-decoration: none;
    color: #28a745;
}

.xls-link:hover[b-zfrxgm3wq8] {
    color: #1e7e34;
}

/* Pagination Bar */
.pagination-bar[b-zfrxgm3wq8] {
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 8px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 3px 3px;
}

.page-current[b-zfrxgm3wq8] {
    background: #4a7c59;
    color: #fff;
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 600;
}

.page-link[b-zfrxgm3wq8] {
    color: #2563eb;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 10px;
    background: #fff;
    border: 1px solid #ddd;
}

.page-link:hover[b-zfrxgm3wq8] {
    background: #e9ecef;
}

/* Loading Box */
.loading-box[b-zfrxgm3wq8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: #888;
}

.spinner[b-zfrxgm3wq8] {
    width: 24px;
    height: 24px;
    border: 3px solid #444;
    border-top-color: #baed00;
    border-radius: 50%;
    animation: spin-b-zfrxgm3wq8 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin-b-zfrxgm3wq8 {
    to { transform: rotate(360deg); }
}

/* No Results Box */
.no-results-box[b-zfrxgm3wq8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px;
    color: #666;
    font-size: 12px;
}
/* /Components/Pages/Agency/Hotel/HotelSearch.razor.rz.scp.css */
/* Agency HotelSearch - Dark Theme V2 Design */

/* Main Container */
.search-container[b-ypwk8m5ehd] {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 6px 8px;
    margin: 5px auto;
    max-width: 1400px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 11px;
}

/* Title Bar */
.title-bar[b-ypwk8m5ehd] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    margin-bottom: 6px;
    background: linear-gradient(to right, #333, #222);
    border-radius: 3px;
    border-left: 3px solid #baed00;
}

.title-icon[b-ypwk8m5ehd] {
    font-size: 14px;
}

.title-text[b-ypwk8m5ehd] {
    font-size: 12px;
    font-weight: 700;
    color: #baed00;
}

.title-info[b-ypwk8m5ehd] {
    font-size: 10px;
    color: #888;
}

/* 3-Column Layout */
.filter-row[b-ypwk8m5ehd] {
    display: flex;
    gap: 8px;
}

/* Each Column Panel */
.filter-section[b-ypwk8m5ehd] {
    background: rgba(40, 40, 40, 0.9);
    border: 1px solid #444;
    border-radius: 3px;
    padding: 6px 8px;
}

.filter-section.col-basic[b-ypwk8m5ehd] {
    flex: 0 0 18%;
    min-width: 140px;
}

.filter-section.col-location[b-ypwk8m5ehd] {
    flex: 0 0 22%;
    min-width: 170px;
}

.filter-section.col-detailed[b-ypwk8m5ehd] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Section Title */
.section-title[b-ypwk8m5ehd] {
    font-size: 9px;
    font-weight: 700;
    color: #baed00;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
    padding-bottom: 3px;
    border-bottom: 1px solid #444;
}

.section-title[b-ypwk8m5ehd]::before {
    content: '⚙ ';
    font-size: 8px;
}

.col-location .section-title[b-ypwk8m5ehd]::before {
    content: '● ';
    color: #ff6b6b;
}

.col-detailed .section-title[b-ypwk8m5ehd]::before {
    content: '≡ ';
}

/* Form Field */
.form-field[b-ypwk8m5ehd] {
    margin-bottom: 4px;
}

.form-field label[b-ypwk8m5ehd] {
    display: block;
    font-size: 9px;
    color: #999;
    margin-bottom: 1px;
}

.form-field input[b-ypwk8m5ehd],
.form-field select[b-ypwk8m5ehd],
.form-control[b-ypwk8m5ehd] {
    width: 100%;
    height: 22px !important;
    padding: 2px 5px !important;
    font-size: 10px !important;
    border: 1px solid #555 !important;
    border-radius: 2px !important;
    background: #222 !important;
    color: #fff !important;
}

.form-field input:focus[b-ypwk8m5ehd],
.form-field select:focus[b-ypwk8m5ehd],
.form-control:focus[b-ypwk8m5ehd] {
    border-color: #baed00 !important;
    outline: none;
    background: #2a2a2a !important;
}

/* Two-column row */
.field-row[b-ypwk8m5ehd] {
    display: flex;
    gap: 4px;
}

.field-row .form-field[b-ypwk8m5ehd] {
    flex: 1;
}

/* Hotel Search */
.hotel-search-area[b-ypwk8m5ehd] {
    margin-top: 4px;
}

.hotel-search-area .search-header[b-ypwk8m5ehd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}

.hotel-search-area .search-header label[b-ypwk8m5ehd] {
    font-size: 9px;
    color: #999;
    margin: 0;
}

.hotel-search-area .found-count[b-ypwk8m5ehd] {
    font-size: 9px;
    color: #baed00;
}

.hotel-list-scroll[b-ypwk8m5ehd] {
    max-height: 120px;
    overflow-y: auto;
    border: 1px solid #444;
    border-radius: 2px;
    background: #1a1a1a;
    padding: 2px;
}

.hotel-search-area input.form-control[b-ypwk8m5ehd] {
    height: 18px !important;
    font-size: 9px !important;
    padding: 1px 4px !important;
}

.hotel-list-scroll label[b-ypwk8m5ehd] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: #ccc;
    padding: 2px 3px;
    cursor: pointer;
}

.hotel-list-scroll label:hover[b-ypwk8m5ehd] {
    background: #333;
}

.hotel-list-scroll input[type="checkbox"][b-ypwk8m5ehd] {
    width: 10px;
    height: 10px;
    margin: 0;
}

/* Hotel Star Badge */
.hotel-star[b-ypwk8m5ehd] {
    font-weight: 700;
    color: #FFD700;
    font-size: 10px;
    margin-left: 4px;
}

/* Status in Grid */
.status-badge[b-ypwk8m5ehd] {
    font-weight: 700;
    color: #FFD700;
    font-size: 10px;
}

/* Detailed Filters - 4 Column Grid */
.detailed-grid[b-ypwk8m5ehd] {
    display: flex;
    gap: 6px;
    flex: 1;
}

.filter-column[b-ypwk8m5ehd] {
    flex: 1;
    min-width: 80px;
    display: flex;
    flex-direction: column;
}

.filter-column-header[b-ypwk8m5ehd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #444;
}

.filter-column-header span[b-ypwk8m5ehd] {
    font-size: 9px;
    font-weight: 600;
    color: #baed00;
}

.filter-column-header button[b-ypwk8m5ehd] {
    font-size: 8px;
    color: #66ccff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.filter-column-header button:hover[b-ypwk8m5ehd] {
    text-decoration: underline;
    color: #baed00;
}

.filter-column-list[b-ypwk8m5ehd] {
    flex: 1;
    max-height: 185px;
    overflow-y: auto;
}

.filter-column-list label[b-ypwk8m5ehd] {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    color: #ccc;
    padding: 1px 0;
    cursor: pointer;
}

.filter-column-list label:hover[b-ypwk8m5ehd] {
    color: #fff;
}

.filter-column-list input[type="checkbox"][b-ypwk8m5ehd] {
    width: 10px;
    height: 10px;
    margin: 0;
}

.no-results[b-ypwk8m5ehd] {
    color: #666;
    font-size: 10px;
    font-style: italic;
}

/* Options Row */
.options-row[b-ypwk8m5ehd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0 0;
    border-top: 1px solid #444;
    margin-top: 6px;
}

.options-left[b-ypwk8m5ehd] {
    display: flex;
    gap: 12px;
}

.options-left label[b-ypwk8m5ehd] {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    color: #999;
    cursor: pointer;
}

.options-left label:hover[b-ypwk8m5ehd] {
    color: #ccc;
}

.options-left label.highlight[b-ypwk8m5ehd] {
    color: #baed00;
}

.options-left input[type="checkbox"][b-ypwk8m5ehd] {
    width: 12px;
    height: 12px;
    margin: 0;
}

.options-right[b-ypwk8m5ehd] {
    display: flex;
    gap: 6px;
}

.btn-clear[b-ypwk8m5ehd] {
    background: #333;
    border: 1px solid #555;
    color: #999;
    padding: 5px 12px;
    font-size: 10px;
    border-radius: 3px;
    cursor: pointer;
}

.btn-clear:hover[b-ypwk8m5ehd] {
    background: #444;
    color: #ccc;
}

.btn-search[b-ypwk8m5ehd] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 5px 16px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
}

.btn-search:hover[b-ypwk8m5ehd] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}

.btn-search:disabled[b-ypwk8m5ehd] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Child ages */
.child-ages-row[b-ypwk8m5ehd] {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
    margin-top: 4px;
    padding: 3px;
    background: #2a3a2a;
    border-radius: 2px;
    border: 1px solid #3a4a3a;
}

.child-age-field[b-ypwk8m5ehd] {
    width: 40px;
}

.child-age-field label[b-ypwk8m5ehd] {
    font-size: 8px;
    color: #999;
}

/* Advanced Panel */
.advanced-panel[b-ypwk8m5ehd] {
    background: #252525;
    border: 1px solid #444;
    border-radius: 3px;
    padding: 8px 10px;
    margin-top: 6px;
}

.advanced-sections[b-ypwk8m5ehd] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.advanced-group[b-ypwk8m5ehd] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.group-title[b-ypwk8m5ehd] {
    font-size: 9px;
    font-weight: 600;
    color: #baed00;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}

.group-row[b-ypwk8m5ehd] {
    display: flex;
    gap: 8px;
    align-items: flex-end;
}

/* Transfer Fields */
.transfer-field[b-ypwk8m5ehd] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.transfer-field label[b-ypwk8m5ehd] {
    font-size: 9px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Price Fields */
.price-field[b-ypwk8m5ehd] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.price-field label[b-ypwk8m5ehd] {
    font-size: 9px;
    color: #999;
}

.price-separator[b-ypwk8m5ehd] {
    color: #666;
    font-size: 12px;
    padding: 0 2px;
    margin-bottom: 2px;
}

/* Promo Input */
.promo-input[b-ypwk8m5ehd] {
    width: 100px !important;
}

/* Loading */
.loading-box[b-ypwk8m5ehd] {
    text-align: center;
    padding: 20px;
    color: #888;
}

.spinner[b-ypwk8m5ehd] {
    width: 18px;
    height: 18px;
    border: 2px solid #444;
    border-top-color: #baed00;
    border-radius: 50%;
    animation: spin-b-ypwk8m5ehd 0.8s linear infinite;
    display: inline-block;
    margin-bottom: 5px;
}

@keyframes spin-b-ypwk8m5ehd {
    to {
        transform: rotate(360deg);
    }
}

/* ===== RESULTS TABLE (White Theme) ===== */
.results-section[b-ypwk8m5ehd] {
    margin-top: 8px;
}

.results-section.search-container[b-ypwk8m5ehd] {
    background: #fff;
    border: 1px solid #ddd;
}

.results-header[b-ypwk8m5ehd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 8px;
    background: linear-gradient(to bottom, #4a7c59, #3d6b4a);
    border: 1px solid #3d6b4a;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
}

.results-header-title[b-ypwk8m5ehd] {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

.results-header-count[b-ypwk8m5ehd] {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.results-sort[b-ypwk8m5ehd] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.results-sort label[b-ypwk8m5ehd] {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.results-sort select[b-ypwk8m5ehd] {
    height: 20px !important;
    font-size: 9px !important;
    padding: 1px 4px !important;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
}

.results-table[b-ypwk8m5ehd] {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
    background: #fff;
    border: 1px solid #ddd;
}

.results-table th[b-ypwk8m5ehd] {
    background: #f5f5f5;
    color: #333;
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    padding: 6px 5px;
    text-align: left;
    border-bottom: 2px solid #4a7c59;
}

.results-table td[b-ypwk8m5ehd] {
    padding: 5px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    color: #333;
}

.results-table tr:hover[b-ypwk8m5ehd] {
    background: #f8fff8;
}

.results-table tr:nth-child(even)[b-ypwk8m5ehd] {
    background: #fafafa;
}

.results-table tr:nth-child(even):hover[b-ypwk8m5ehd] {
    background: #f8fff8;
}

.hotel-img[b-ypwk8m5ehd] {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    object-fit: cover;
    border: 1px solid #ddd;
    position: relative;
}

/* Hotel cell with daily prices */
.hotel-cell[b-ypwk8m5ehd] {
    position: relative;
}

.hotel-cell .hotel-img-wrapper[b-ypwk8m5ehd] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.hotel-cell .daily-prices-tooltip[b-ypwk8m5ehd] {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 5px;
    background: #fff;
    border: 1px solid #4a7c59;
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 9px;
    white-space: nowrap;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    min-width: 120px;
}

.hotel-cell .hotel-img-wrapper:hover .daily-prices-tooltip[b-ypwk8m5ehd] {
    display: block;
}

.daily-prices-tooltip .daily-title[b-ypwk8m5ehd] {
    font-weight: 600;
    color: #4a7c59;
    margin-bottom: 4px;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
}

.daily-prices-tooltip .daily-row[b-ypwk8m5ehd] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 2px 0;
}

.daily-prices-tooltip .daily-date[b-ypwk8m5ehd] {
    color: #666;
}

.daily-prices-tooltip .daily-price[b-ypwk8m5ehd] {
    font-weight: 600;
    color: #16a34a;
}

.hotel-icon[b-ypwk8m5ehd] {
    font-size: 16px;
}

.hotel-link[b-ypwk8m5ehd] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    font-size: 10px;
}

.hotel-link:hover[b-ypwk8m5ehd] {
    text-decoration: underline;
    color: #1d4ed8;
}

.hotel-code[b-ypwk8m5ehd] {
    font-size: 8px;
    color: #888;
}

.pax-badge[b-ypwk8m5ehd] {
    background: #e8e8e8;
    padding: 1px 4px;
    border-radius: 2px;
    font-size: 9px;
    color: #333;
}

.action-icon[b-ypwk8m5ehd] {
    width: 14px;
    cursor: pointer;
}

.price-cell[b-ypwk8m5ehd] {
    text-align: right;
    font-weight: 600;
    color: #16a34a;
    font-size: 11px;
}

.btn-book[b-ypwk8m5ehd] {
    background: #e74c3c;
    color: #fff;
    border: none;
    padding: 3px 8px;
    font-size: 9px;
    font-weight: 600;
    border-radius: 2px;
    cursor: pointer;
}

.btn-book:hover[b-ypwk8m5ehd] {
    background: #c0392b;
}

/* Pagination (White Theme) */
.pagination-row[b-ypwk8m5ehd] {
    display: flex;
    justify-content: center;
    gap: 3px;
    padding: 8px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 3px 3px;
}

.pagination-row button[b-ypwk8m5ehd] {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    padding: 3px 8px;
    font-size: 10px;
    border-radius: 2px;
    cursor: pointer;
    min-width: 28px;
}

.pagination-row button:hover[b-ypwk8m5ehd] {
    background: #e8e8e8;
}

.pagination-row button.active[b-ypwk8m5ehd] {
    background: #4a7c59;
    color: #fff;
    border-color: #3d6b4a;
    font-weight: 600;
}

.pagination-row .page-info[b-ypwk8m5ehd] {
    padding: 3px 8px;
    font-size: 10px;
    color: #666;
    display: flex;
    align-items: center;
}

/* Alerts */
.alert-msg[b-ypwk8m5ehd] {
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 11px;
    margin-top: 6px;
}

.alert-msg.warning[b-ypwk8m5ehd] {
    background: rgba(255, 200, 0, 0.2);
    border: 1px solid #ffcc00;
    color: #ffdd66;
}

.alert-msg.error[b-ypwk8m5ehd] {
    background: rgba(255, 100, 100, 0.2);
    border: 1px solid #ff6666;
    color: #ff9999;
}

.alert-msg a[b-ypwk8m5ehd] {
    color: #baed00;
}

/* Scrollbars */
.hotel-list-scroll[b-ypwk8m5ehd]::-webkit-scrollbar,
.filter-column-list[b-ypwk8m5ehd]::-webkit-scrollbar {
    width: 4px;
}

.hotel-list-scroll[b-ypwk8m5ehd]::-webkit-scrollbar-thumb,
.filter-column-list[b-ypwk8m5ehd]::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 2px;
}

.hotel-list-scroll[b-ypwk8m5ehd]::-webkit-scrollbar-track,
.filter-column-list[b-ypwk8m5ehd]::-webkit-scrollbar-track {
    background: #222;
}

/* ========================================
   Advanced Panel Styles
   ======================================== */
.advanced-sections[b-ypwk8m5ehd] {
    display: flex;
    width: 100%;
    gap: 15px;
}

.advanced-group[b-ypwk8m5ehd] {
    background: rgba(255,255,255,0.05);
    padding: 10px;
    border-radius: 4px;
}

.group-title[b-ypwk8m5ehd] {
    color: #BADA55;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-bottom: 1px solid #444;
    padding-bottom: 4px;
}

/* Custom grid for 3 groups */
.grp-transfer[b-ypwk8m5ehd] { flex: 0 0 25%; }
.grp-price[b-ypwk8m5ehd] { flex: 0 0 50%; }
.grp-promo[b-ypwk8m5ehd] { flex: 0 0 20%; }

.transfer-row[b-ypwk8m5ehd] { display: flex; gap: 5px; margin-top: 5px; }
.transfer-col[b-ypwk8m5ehd] { flex: 1; }
.transfer-col label[b-ypwk8m5ehd] { font-size: 9px; color: #aaa; display: block; margin-bottom: 2px;}

.price-grid[b-ypwk8m5ehd] { display: flex; width: 100%; gap: 10px; align-items: flex-end; }

/* ========================================
   Extras Modal Styles
   ======================================== */
.lbl-pricing[b-ypwk8m5ehd] {
    width: 80px;
    font-size: 12px;
    font-weight: bold;
}

.inp-price[b-ypwk8m5ehd] {
    width: 80px;
}

.inp-age[b-ypwk8m5ehd] {
    width: 40px;
    text-align: center;
}

.modal-overlay[b-ypwk8m5ehd] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content[b-ypwk8m5ehd] {
    background: linear-gradient(135deg, #0f6499 0%, #0099db 100%);
    padding: 5px;
    border-radius: 10px;
    width: 400px;
    max-width: 95%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    color: white;
}

.modal-header[b-ypwk8m5ehd] {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    padding-top: 5px;
}

.modal-header h3[b-ypwk8m5ehd] {
    display: none;
}

.btn-close[b-ypwk8m5ehd] {
    color: white;
    font-size: 20px;
    opacity: 0.7;
}

.btn-close:hover[b-ypwk8m5ehd] {
    opacity: 1;
}

.modal-body[b-ypwk8m5ehd] {
    padding: 0 15px 15px 15px;
}

.extra-section h4[b-ypwk8m5ehd] {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: none;
}

.extra-section[b-ypwk8m5ehd] {
    background: transparent;
    border: none;
    margin-bottom: 15px;
}

.price-row[b-ypwk8m5ehd] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.btn-save[b-ypwk8m5ehd] {
    background: linear-gradient(to bottom, #444, #111);
    border: 1px solid #444;
    color: #BADA55;
    font-weight: bold;
    padding: 8px 30px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-save:hover[b-ypwk8m5ehd] {
    color: white;
}

.modal-footer[b-ypwk8m5ehd] {
    display: flex;
    justify-content: flex-start;
    padding: 10px 20px;
}

/* Input overrides for modal */
.modal-content input[b-ypwk8m5ehd],
.modal-content select[b-ypwk8m5ehd] {
    background-color: #333;
    color: white;
    border: 1px solid #555;
}

.btn-bulb[b-ypwk8m5ehd] {
    background: none;
    border: 1px solid #666;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 11px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin-left: 5px;
    color: #ffeb3b;
}

.custom-chk-group[b-ypwk8m5ehd] {
    display: flex;
    align-items: center;
}

.custom-chk-group label[b-ypwk8m5ehd] {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}
/* /Components/Pages/Agency/Hotel/HotelStopSales.razor.rz.scp.css */
/* HotelStopSales.razor.css - Matching ReservationList design */

/* ==================== MAIN CONTAINER ==================== */
.search-container[b-iuuz4b3n8r] {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #444;
    border-radius: 4px;
    margin-bottom: 12px;
    overflow: hidden;
}

/* ==================== TITLE BAR ==================== */
.title-bar[b-iuuz4b3n8r] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: linear-gradient(to right, #333, #222);
    border-bottom: 1px solid #444;
    border-left: 3px solid #dc3545;
}

.title-icon[b-iuuz4b3n8r] {
    font-size: 16px;
}

.title-text[b-iuuz4b3n8r] {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.title-info[b-iuuz4b3n8r] {
    font-size: 11px;
    color: #aaa;
    margin-left: auto;
}

.hotel-count-badge[b-iuuz4b3n8r] {
    font-size: 10px;
    color: #baed00;
    font-weight: 600;
}

/* ==================== FILTER ROWS ==================== */
.filter-row-main[b-iuuz4b3n8r],
.filter-row-top[b-iuuz4b3n8r],
.filter-row-bottom[b-iuuz4b3n8r] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    background: rgba(40, 40, 40, 0.9);
    border-bottom: 1px solid #444;
}

.filter-row-bottom[b-iuuz4b3n8r] {
    background: rgba(50, 50, 50, 0.9);
}

/* ==================== FILTER GROUPS ==================== */
.filter-group[b-iuuz4b3n8r] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter-group label[b-iuuz4b3n8r] {
    font-size: 10px;
    color: #ccc;
    white-space: nowrap;
}

.filter-group input[type="checkbox"][b-iuuz4b3n8r] {
    margin-right: 4px;
}

/* ==================== FORM CONTROLS ==================== */
.form-control[b-iuuz4b3n8r] {
    height: 24px;
    padding: 2px 6px;
    font-size: 11px;
    background: #222;
    color: #fff;
    border: 1px solid #555;
    border-radius: 3px;
    min-width: 80px;
}

.form-control:focus[b-iuuz4b3n8r] {
    border-color: #baed00;
    outline: none;
    box-shadow: 0 0 0 2px rgba(186, 237, 0, 0.2);
}

/* ==================== BUTTONS ==================== */
.btn-search[b-iuuz4b3n8r] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #7aa300;
    border-radius: 3px;
    cursor: pointer;
}

.btn-search:hover[b-iuuz4b3n8r] {
    background: linear-gradient(to bottom, #d4ff33, #a5d100);
}

.btn-search:disabled[b-iuuz4b3n8r] {
    opacity: 0.7;
    cursor: wait;
}

.btn-clear[b-iuuz4b3n8r] {
    padding: 4px 10px;
    font-size: 11px;
    color: #fff;
    background: linear-gradient(to bottom, #555, #444);
    border: 1px solid #666;
    border-radius: 3px;
    cursor: pointer;
}

.btn-clear:hover[b-iuuz4b3n8r] {
    background: linear-gradient(to bottom, #666, #555);
}

.btn-export[b-iuuz4b3n8r] {
    padding: 4px 10px;
    font-size: 11px;
    color: #fff;
    background: linear-gradient(to bottom, #17a2b8, #138496);
    border: 1px solid #117a8b;
    border-radius: 3px;
    cursor: pointer;
}

.btn-export:hover[b-iuuz4b3n8r] {
    background: linear-gradient(to bottom, #1ab8d0, #17a2b8);
}

/* ==================== RESULTS SECTION ==================== */
.results-section[b-iuuz4b3n8r] {
    background: #fff;
    padding: 8px;
}

.results-header[b-iuuz4b3n8r] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: linear-gradient(to bottom, #dc3545, #c82333);
    border-radius: 3px 3px 0 0;
    margin-bottom: 8px;
}

.results-header-title[b-iuuz4b3n8r] {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.results-header-count[b-iuuz4b3n8r] {
    font-size: 10px;
    color: #ffc0c7;
}

/* ==================== HOTEL GROUP CARD ==================== */
.hotel-group-card[b-iuuz4b3n8r] {
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.hotel-group-header[b-iuuz4b3n8r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    background: linear-gradient(to right, #1c5494, #153d6e);
    color: #fff;
}

.hotel-header-left[b-iuuz4b3n8r] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hotel-header-right[b-iuuz4b3n8r] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hotel-link[b-iuuz4b3n8r] {
    font-size: 12px;
    font-weight: 600;
    color: #baed00;
    text-decoration: none;
}

.hotel-link:hover[b-iuuz4b3n8r] {
    color: #d4ff33;
    text-decoration: underline;
}

.hotel-location[b-iuuz4b3n8r] {
    font-size: 10px;
    color: #ccc;
}

.hotel-statu[b-iuuz4b3n8r] {
    font-size: 10px;
    color: #ccc;
}

.stop-count[b-iuuz4b3n8r] {
    font-size: 10px;
    color: #ff6b6b;
    font-weight: 600;
}

/* ==================== RESULTS TABLE ==================== */
.results-table[b-iuuz4b3n8r] {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
}

.results-table thead[b-iuuz4b3n8r] {
    background: linear-gradient(to bottom, #6c757d, #5a6268);
}

.results-table thead th[b-iuuz4b3n8r] {
    padding: 5px 6px;
    text-align: left;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #5a6268;
    white-space: nowrap;
}

.results-table tbody tr[b-iuuz4b3n8r] {
    border-bottom: 1px solid #e5e5e5;
}

.results-table tbody tr:hover[b-iuuz4b3n8r] {
    background: #fff3f4;
}

.results-table tbody tr:nth-child(even)[b-iuuz4b3n8r] {
    background: #fafafa;
}

.results-table tbody tr:nth-child(even):hover[b-iuuz4b3n8r] {
    background: #fff3f4;
}

.results-table tbody td[b-iuuz4b3n8r] {
    padding: 4px 6px;
    color: #333;
    vertical-align: middle;
}

/* ==================== BADGES ==================== */
.all-rooms-badge[b-iuuz4b3n8r] {
    display: inline-block;
    padding: 1px 4px;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    background: #dc3545;
    border-radius: 2px;
}

.kapsam-badge[b-iuuz4b3n8r] {
    display: inline-block;
    padding: 1px 4px;
    font-size: 8px;
    font-weight: 600;
    color: #fff;
    background: #6c757d;
    border-radius: 2px;
}

/* ==================== LOADING & NO RESULTS ==================== */
.loading-box[b-iuuz4b3n8r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #666;
}

.spinner[b-iuuz4b3n8r] {
    width: 30px;
    height: 30px;
    border: 3px solid #e5e5e5;
    border-top-color: #dc3545;
    border-radius: 50%;
    animation: spin-b-iuuz4b3n8r 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin-b-iuuz4b3n8r {
    to { transform: rotate(360deg); }
}

.no-results-box[b-iuuz4b3n8r] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 40px 20px;
    color: #888;
    font-size: 13px;
}
/* /Components/Pages/Agency/Login.razor.rz.scp.css */
.login-container[b-ps50clt4iq] {
    width: 100%;
    max-width: 900px;
    display: flex;
    gap: 30px;
    align-items: stretch;
}

.login-card[b-ps50clt4iq] {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    flex: 1;
    max-width: 420px;
}

.carousel-container[b-ps50clt4iq] {
    flex: 1;
    display: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    .carousel-container[b-ps50clt4iq] {
        display: block;
    }
}

.carousel-container img[b-ps50clt4iq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-logo[b-ps50clt4iq] {
    text-align: center;
    margin-bottom: 30px;
}

.login-logo img[b-ps50clt4iq] {
    max-width: 150px;
    height: auto;
}

.login-logo h2[b-ps50clt4iq] {
    color: #1e3c72;
    font-weight: 600;
    margin-bottom: 5px;
}

.login-logo p[b-ps50clt4iq] {
    color: #666;
    font-size: 0.9rem;
}

.form-label[b-ps50clt4iq] {
    font-weight: 500;
    color: #555;
}

.input-group-text[b-ps50clt4iq] {
    background: #f8f9fa;
    border-right: none;
    color: #1e3c72;
}

.input-group .form-control[b-ps50clt4iq] {
    border-left: none;
}

.input-group .form-control:focus[b-ps50clt4iq] {
    box-shadow: none;
    border-color: #dee2e6;
}

.input-group:focus-within[b-ps50clt4iq] {
    box-shadow: 0 0 0 0.25rem rgba(30, 60, 114, 0.25);
    border-radius: 0.375rem;
}

.input-group:focus-within .input-group-text[b-ps50clt4iq],
.input-group:focus-within .form-control[b-ps50clt4iq] {
    border-color: #1e3c72;
}

.btn-agency-primary[b-ps50clt4iq] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border: none;
    color: white;
    padding: 12px;
    font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-agency-primary:hover[b-ps50clt4iq] {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(30, 60, 114, 0.4);
    color: white;
}

.btn-agency-primary:disabled[b-ps50clt4iq] {
    background: #ccc;
    transform: none;
    box-shadow: none;
}

.login-footer[b-ps50clt4iq] {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.register-link[b-ps50clt4iq] {
    color: #1e3c72;
    text-decoration: none;
    font-weight: 500;
}

.register-link:hover[b-ps50clt4iq] {
    text-decoration: underline;
}

.language-select[b-ps50clt4iq] {
    font-size: 0.875rem;
}
/* /Components/Pages/Agency/Package/PackageForecast.razor.rz.scp.css */
/* Agency Package List - Dark Theme */

/* Main Container */
.search-container[b-pihylj03gc] {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 5px auto;
    max-width: 1400px; /* Wide */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 11px;
}

/* Title Bar */
.title-bar[b-pihylj03gc] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    margin-bottom: 8px;
    background: linear-gradient(to right, #333, #222);
    border-radius: 3px;
    border-left: 3px solid #baed00;
}

.title-icon[b-pihylj03gc] {
    font-size: 14px;
    color: #baed00;
}

.title-text[b-pihylj03gc] {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Form Styles */
.settings-section[b-pihylj03gc] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.section-header[b-pihylj03gc] {
    color: #baed00;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px solid #444;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

.form-grid-4[b-pihylj03gc] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 8px;
}

.form-group[b-pihylj03gc] {
    display: flex;
    flex-direction: column;
}

.form-label[b-pihylj03gc] {
    color: #aaa;
    font-size: 10px;
    margin-bottom: 2px;
}

.form-control[b-pihylj03gc], .form-select[b-pihylj03gc] {
    background: #222;
    border: 1px solid #555;
    color: #eee;
    font-size: 11px;
    padding: 4px 6px;
    border-radius: 2px;
}

.form-control:focus[b-pihylj03gc], .form-select:focus[b-pihylj03gc] {
    background: #000;
    border-color: #baed00;
    color: #fff;
    box-shadow: none;
    outline: none;
}

/* Data Grid */
.data-grid[b-pihylj03gc] {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
}

.data-grid th[b-pihylj03gc] {
    background: #333;
    color: #baed00;
    padding: 6px;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid #555;
    position: sticky;
    top: 0;
}

.data-grid td[b-pihylj03gc] {
    border-bottom: 1px solid #333;
    color: #ddd;
    padding: 6px;
}

.data-grid tr:hover td[b-pihylj03gc] {
    background: #333;
    color: #fff;
}

/* Status Badges */
.badge-active[b-pihylj03gc] {
    background: #2e7d32;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
}
.badge-passive[b-pihylj03gc] {
    background: #c62828;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
}

/* Action Bar */
.action-bar[b-pihylj03gc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #222;
    padding: 6px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.btn-new[b-pihylj03gc] {
    background: #0056b3;
    color: white;
    border: none;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 11px;
    cursor: pointer;
}
.btn-new:hover[b-pihylj03gc] { background: #004494; }

.btn-save[b-pihylj03gc] {
    background: #baed00;
    color: black;
    border: none;
    padding: 4px 12px;
    border-radius: 3px;
    font-weight: bold;
}
.btn-cancel[b-pihylj03gc] {
    background: transparent;
    color: #aaa;
    border: 1px solid #555;
    padding: 4px 12px;
    border-radius: 3px;
}

.progress-bar-bg[b-pihylj03gc] {
    background-color: #333;
    height: 6px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 2px;
}
.progress-bar-fill[b-pihylj03gc] {
    height: 100%;
    background-color: #baed00;
}
.progress-bar-fill.warning[b-pihylj03gc] {
    background-color: #ff9800;
}
.progress-bar-fill.danger[b-pihylj03gc] {
    background-color: #f44336;
}
/* /Components/Pages/Agency/Package/PackageList.razor.rz.scp.css */
/* Agency Package List - Dark Theme */

/* Main Container */
.search-container[b-bsbmo9lauv] {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 5px auto;
    max-width: 1400px; /* Wide */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 11px;
}

/* Title Bar */
.title-bar[b-bsbmo9lauv] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    margin-bottom: 8px;
    background: linear-gradient(to right, #333, #222);
    border-radius: 3px;
    border-left: 3px solid #baed00;
}

.title-icon[b-bsbmo9lauv] {
    font-size: 14px;
    color: #baed00;
}

.title-text[b-bsbmo9lauv] {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Form Styles */
.settings-section[b-bsbmo9lauv] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.section-header[b-bsbmo9lauv] {
    color: #baed00;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #444;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Grids inside form */
.form-grid-3[b-bsbmo9lauv] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.form-grid-4[b-bsbmo9lauv] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.form-group[b-bsbmo9lauv] {
    margin-bottom: 8px;
}

.form-label[b-bsbmo9lauv] {
    display: block;
    color: #ccc;
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 10px;
}

.form-control[b-bsbmo9lauv], .form-select[b-bsbmo9lauv] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #666;
    color: #000;
    border-radius: 2px;
    padding: 3px 6px;
    font-size: 11px;
    width: 100%;
}
.form-control:focus[b-bsbmo9lauv], .form-select:focus[b-bsbmo9lauv] {
    background-color: #fff;
    border-color: #baed00;
    outline: none;
}

/* Action Bar */
.action-bar[b-bsbmo9lauv] {
    border-bottom: 1px solid #444;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
}

.btn-save[b-bsbmo9lauv], .btn-new[b-bsbmo9lauv] {
    background: #baed00;
    color: #000;
    border: none;
    padding: 5px 15px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
}
.btn-save:hover[b-bsbmo9lauv], .btn-new:hover[b-bsbmo9lauv] { background: #a3d100; }

.btn-cancel[b-bsbmo9lauv] {
    background: #666;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
    margin-left: 10px;
}
.btn-cancel:hover[b-bsbmo9lauv] { background: #555; }

/* Grid Table */
.data-grid[b-bsbmo9lauv] {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
    color: #ccc;
}
.data-grid th[b-bsbmo9lauv] {
    background: #222;
    color: #baed00;
    text-align: left;
    padding: 6px;
    border-bottom: 1px solid #baed00;
    font-weight: 600;
}
.data-grid td[b-bsbmo9lauv] {
    padding: 5px 6px;
    border-bottom: 1px solid #444;
    vertical-align: middle;
}
.data-grid tr:hover td[b-bsbmo9lauv] {
    background: rgba(255, 255, 255, 0.05);
}

.badge-active[b-bsbmo9lauv] {
    background: #28a745;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
}
.badge-passive[b-bsbmo9lauv] {
    background: #dc3545;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
}

/* Pricing Input Groups */
.price-row[b-bsbmo9lauv] {
    display: flex;
    gap: 8px;
    align-items: flex-end;
}
.price-col[b-bsbmo9lauv] {
    flex: 1;
}
.age-input[b-bsbmo9lauv] {
    width: 50px !important;
    display: inline-block;
}
/* /Components/Pages/Agency/Package/PackageSearch.razor.rz.scp.css */
.btn-agency-small[b-kbg96l0idq] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 3px 12px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}

.btn-agency-small:hover[b-kbg96l0idq] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}
/* /Components/Pages/Agency/Package/Settings.razor.rz.scp.css */
/* Agency Package Settings - Dark Theme (Copied from OperatorFlights) */

/* Main Container */
.search-container[b-3bw8ew560v] {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 5px auto;
    max-width: 800px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 11px;
}

/* Title Bar */
.title-bar[b-3bw8ew560v] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    margin-bottom: 8px;
    background: linear-gradient(to right, #333, #222);
    border-radius: 3px;
    border-left: 3px solid #baed00;
}

.title-icon[b-3bw8ew560v] {
    font-size: 14px;
    color: #baed00;
}

.title-text[b-3bw8ew560v] {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Form Styles */
.settings-section[b-3bw8ew560v] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
}

.section-header[b-3bw8ew560v] {
    color: #baed00;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-grid[b-3bw8ew560v], .form-row[b-3bw8ew560v] {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.form-group[b-3bw8ew560v] {
    flex: 1;
    min-width: 150px;
}

.form-label[b-3bw8ew560v] {
    display: block;
    color: #ccc;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 11px;
}

.form-control[b-3bw8ew560v], .form-select[b-3bw8ew560v] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #666;
    color: #000;
    border-radius: 2px;
    padding: 4px 8px;
    font-size: 11px;
    width: 100%;
    transition: all 0.2s;
}

.form-control:focus[b-3bw8ew560v], .form-select:focus[b-3bw8ew560v] {
    background-color: #fff;
    border-color: #baed00;
    outline: none;
    box-shadow: 0 0 0 2px rgba(186, 237, 0, 0.2);
}

.form-check-input[b-3bw8ew560v] {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    cursor: pointer;
}

/* Buttons */
.btn-save[b-3bw8ew560v] {
    background: #baed00;
    color: #000;
    border: none;
    padding: 6px 20px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-save:hover[b-3bw8ew560v] {
    background: #a3d100;
}

.actions-bar[b-3bw8ew560v] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    border-top: 1px solid #444;
}

/* Tables */
.table-dark[b-3bw8ew560v] {
    color: #ccc;
    background-color: transparent;
}
.table-dark th[b-3bw8ew560v] {
    background-color: #222;
    border-color: #444;
    color: #baed00;
    font-weight: 600;
    text-align: center;
}
.table-dark td[b-3bw8ew560v] {
    border-color: #444;
    vertical-align: middle;
}
.table-sm td[b-3bw8ew560v], .table-sm th[b-3bw8ew560v] {
    padding: 4px;
}
/* /Components/Pages/Agency/Reports/HotelReservationList.razor.rz.scp.css */
/* HotelReservationList.razor.css - Dark theme for Agency Report */

/* Container */
.search-container[b-2z0gjj80a5] {
    background: #333;
    border: 1px solid #555;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
}

.search-container.results-section[b-2z0gjj80a5] {
    margin-top: 10px;
}

/* Title Bar */
.title-bar[b-2z0gjj80a5] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: linear-gradient(to bottom, #4a4a4a, #333);
    border-radius: 4px;
    margin-bottom: 15px;
    border: 1px solid #555;
}

.title-icon[b-2z0gjj80a5] {
    font-size: 24px;
}

.title-text[b-2z0gjj80a5] {
    font-size: 18px;
    font-weight: bold;
    color: #baed00;
}

.title-info[b-2z0gjj80a5] {
    color: #ccc;
    font-size: 14px;
}

/* Filter Rows */
.filter-row-top[b-2z0gjj80a5],
.filter-row-main[b-2z0gjj80a5],
.filter-row-bottom[b-2z0gjj80a5] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #444;
}

.filter-row-bottom[b-2z0gjj80a5] {
    border-bottom: none;
    padding-top: 12px;
}

/* Filter Groups */
.filter-group[b-2z0gjj80a5] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.filter-group label[b-2z0gjj80a5] {
    color: #ccc;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.filter-group .form-control[b-2z0gjj80a5] {
    background: #2a2a2a;
    border: 1px solid #555;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 3px;
    min-width: 80px;
}

.filter-group .form-control:focus[b-2z0gjj80a5] {
    border-color: #baed00;
    outline: none;
    box-shadow: 0 0 3px rgba(186, 237, 0, 0.3);
}

.filter-group .form-control-sm[b-2z0gjj80a5] {
    padding: 3px 6px;
    font-size: 11px;
}

.filter-separator[b-2z0gjj80a5] {
    color: #888;
    font-size: 12px;
}

.filter-sublabel[b-2z0gjj80a5] {
    color: #999;
    font-size: 11px;
}

/* Hotel filter */
.hotel-filter[b-2z0gjj80a5] {
    flex-grow: 1;
}

.hotel-filter .form-control[b-2z0gjj80a5] {
    flex-grow: 1;
    max-width: 300px;
}

.hotel-count[b-2z0gjj80a5] {
    color: #baed00;
    font-size: 11px;
    font-weight: bold;
}

/* Date Filters Panel */
.date-filters-panel[b-2z0gjj80a5] {
    background: #2a2a2a;
    border: 1px solid #555;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 10px 0;
}

.date-filter-row[b-2z0gjj80a5] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.date-filter-row:last-child[b-2z0gjj80a5] {
    margin-bottom: 0;
}

.date-filter-row label[b-2z0gjj80a5] {
    color: #ccc;
    font-size: 12px;
    font-weight: bold;
    min-width: 80px;
}

.date-filter-row span[b-2z0gjj80a5] {
    color: #888;
}

.date-filter-row input[type="date"][b-2z0gjj80a5] {
    background: #333;
    border: 1px solid #555;
    color: #fff;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
}

/* Buttons */
.btn-search[b-2z0gjj80a5],
.btn-clear[b-2z0gjj80a5],
.btn-export[b-2z0gjj80a5],
.btn-print[b-2z0gjj80a5] {
    padding: 6px 16px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}

.btn-search[b-2z0gjj80a5] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    color: #000;
}

.btn-search:hover:not(:disabled)[b-2z0gjj80a5] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}

.btn-search:disabled[b-2z0gjj80a5] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-clear[b-2z0gjj80a5] {
    background: linear-gradient(to bottom, #666, #444);
    color: #fff;
}

.btn-clear:hover[b-2z0gjj80a5] {
    background: linear-gradient(to bottom, #777, #555);
}

.btn-export[b-2z0gjj80a5] {
    background: linear-gradient(to bottom, #28a745, #1e7b34);
    color: #fff;
}

.btn-export:hover[b-2z0gjj80a5] {
    background: linear-gradient(to bottom, #34ce57, #28a745);
}

.btn-print[b-2z0gjj80a5] {
    background: linear-gradient(to bottom, #17a2b8, #117a8b);
    color: #fff;
}

.btn-print:hover[b-2z0gjj80a5] {
    background: linear-gradient(to bottom, #1fc8e3, #17a2b8);
}

/* Loading */
.loading-box[b-2z0gjj80a5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #ccc;
    gap: 15px;
}

.spinner[b-2z0gjj80a5] {
    width: 40px;
    height: 40px;
    border: 4px solid #555;
    border-top-color: #baed00;
    border-radius: 50%;
    animation: spin-b-2z0gjj80a5 1s linear infinite;
}

@keyframes spin-b-2z0gjj80a5 {
    to { transform: rotate(360deg); }
}

/* Results Header */
.results-header[b-2z0gjj80a5] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: linear-gradient(to bottom, #4a4a4a, #333);
    border-radius: 4px;
    margin-bottom: 10px;
}

.results-header-title[b-2z0gjj80a5] {
    font-size: 16px;
    font-weight: bold;
    color: #baed00;
}

.results-header-count[b-2z0gjj80a5] {
    color: #ccc;
    font-size: 13px;
}

/* No Results */
.no-results-box[b-2z0gjj80a5] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 40px;
    color: #888;
    font-size: 16px;
}

/* Results Table Wrapper */
.results-table-wrapper[b-2z0gjj80a5] {
    overflow-x: auto;
}

/* Hotel Group Header */
.hotel-group-header[b-2z0gjj80a5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #555;
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 4px 4px 0 0;
}

.hotel-group-header:first-child[b-2z0gjj80a5] {
    margin-top: 0;
}

.hotel-name[b-2z0gjj80a5] {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.hotel-stats[b-2z0gjj80a5] {
    font-size: 12px;
    color: #baed00;
}

/* Results Table */
.results-table[b-2z0gjj80a5] {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
    background: #2a2a2a;
}

.results-table thead tr[b-2z0gjj80a5] {
    background: #444;
}

.results-table th[b-2z0gjj80a5] {
    padding: 8px 6px;
    text-align: left;
    color: #baed00;
    font-weight: bold;
    border-bottom: 2px solid #555;
    white-space: nowrap;
}

.results-table td[b-2z0gjj80a5] {
    padding: 6px;
    border-bottom: 1px solid #444;
    color: #ddd;
    vertical-align: top;
}

.results-table tbody tr:hover[b-2z0gjj80a5] {
    background: #3a3a3a;
}

/* Reservation Row */
.res-row td[b-2z0gjj80a5] {
    background: #2a2a2a;
}

/* Guest Row */
.guest-row td[b-2z0gjj80a5] {
    background: #252525;
    color: #aaa;
    font-style: italic;
}

/* Sub Operator */
.sub-operator[b-2z0gjj80a5] {
    font-size: 10px;
    color: #888;
}

/* Rez Link */
.rez-link[b-2z0gjj80a5] {
    color: #4da6ff;
    text-decoration: none;
    font-weight: bold;
}

.rez-link:hover[b-2z0gjj80a5] {
    color: #80c4ff;
    text-decoration: underline;
}

/* Status Badge */
.status-badge[b-2z0gjj80a5] {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
}

.status-normal[b-2z0gjj80a5] {
    background: #444;
    color: #ccc;
}

.status-checkedin[b-2z0gjj80a5] {
    background: #28a745;
    color: #fff;
}

.status-checkedout[b-2z0gjj80a5] {
    background: #6c757d;
    color: #fff;
}

/* Note Cell */
.note-cell[b-2z0gjj80a5] {
    max-width: 150px;
    white-space: pre-line;
    font-size: 10px;
    color: #999;
}

/* Hotel Summary */
.hotel-summary[b-2z0gjj80a5] {
    display: flex;
    gap: 20px;
    padding: 8px 15px;
    background: #3a3a3a;
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    color: #ccc;
    margin-bottom: 5px;
}

/* Grand Totals */
.grand-totals[b-2z0gjj80a5] {
    display: flex;
    gap: 20px;
    padding: 12px 15px;
    background: linear-gradient(to bottom, #4a4a4a, #333);
    border: 1px solid #555;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 14px;
    color: #baed00;
}

/* Alert */
.alert-msg[b-2z0gjj80a5] {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.alert-msg.error[b-2z0gjj80a5] {
    background: #5a2020;
    border: 1px solid #8b3a3a;
    color: #ffaaaa;
}

.alert-msg a[b-2z0gjj80a5] {
    color: #baed00;
}

/* Print Styles */
@media print {
    body[b-2z0gjj80a5] {
        background: #fff !important;
        color: #000 !important;
    }
    
    .search-container:not(.results-section)[b-2z0gjj80a5],
    .title-bar[b-2z0gjj80a5],
    .filter-row-top[b-2z0gjj80a5],
    .filter-row-main[b-2z0gjj80a5],
    .filter-row-bottom[b-2z0gjj80a5],
    .date-filters-panel[b-2z0gjj80a5],
    .grand-totals button[b-2z0gjj80a5],
    .btn-search[b-2z0gjj80a5],
    .btn-clear[b-2z0gjj80a5],
    .btn-export[b-2z0gjj80a5],
    .btn-print[b-2z0gjj80a5] {
        display: none !important;
    }
    
    .results-section[b-2z0gjj80a5] {
        background: #fff !important;
        border: none !important;
    }
    
    .hotel-group-header[b-2z0gjj80a5] {
        background: #eee !important;
        color: #000 !important;
    }
    
    .hotel-name[b-2z0gjj80a5] {
        color: #000 !important;
    }
    
    .hotel-stats[b-2z0gjj80a5] {
        color: #333 !important;
    }
    
    .results-table[b-2z0gjj80a5] {
        background: #fff !important;
    }
    
    .results-table th[b-2z0gjj80a5] {
        background: #ddd !important;
        color: #000 !important;
    }
    
    .results-table td[b-2z0gjj80a5] {
        color: #000 !important;
        border-color: #ccc !important;
    }
    
    .res-row td[b-2z0gjj80a5],
    .guest-row td[b-2z0gjj80a5] {
        background: #fff !important;
    }
    
    .hotel-summary[b-2z0gjj80a5] {
        background: #f5f5f5 !important;
        color: #000 !important;
    }
    
    .grand-totals[b-2z0gjj80a5] {
        background: #eee !important;
        color: #000 !important;
        border-color: #ccc !important;
    }
    
    .rez-link[b-2z0gjj80a5] {
        color: #000 !important;
    }
}
/* /Components/Pages/Agency/Reports/SalesReport.razor.rz.scp.css */
.btn-agency-small[b-8nn3jdfrml] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 3px 12px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}

.btn-agency-small:hover[b-8nn3jdfrml] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}
/* /Components/Pages/Agency/Reservation/NewReservation.razor.rz.scp.css */
.btn-agency-small[b-7y3bz974wr] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 3px 12px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
}

.btn-agency-small:hover[b-7y3bz974wr] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}
/* /Components/Pages/Agency/Reservation/ReservationDetail.razor.rz.scp.css */
.btn-agency-small[b-asoy60q8m2] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 3px 12px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
}

.btn-agency-small:hover[b-asoy60q8m2] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}
/* /Components/Pages/Agency/Reservation/ReservationHotelList.razor.rz.scp.css */
/* ReservationHotelList.razor - Agency Hotel Grouped Reservation List */

/* Container */
.search-container[b-ysw78soox7] {
    margin: 10px;
    padding: 15px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 8px;
}

/* Title Bar */
.title-bar[b-ysw78soox7] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: linear-gradient(90deg, #0d7377 0%, #14a085 100%);
    border-radius: 6px;
    margin-bottom: 15px;
    color: white;
}

.title-icon[b-ysw78soox7] {
    font-size: 24px;
}

.title-text[b-ysw78soox7] {
    font-size: 18px;
    font-weight: bold;
}

.title-info[b-ysw78soox7] {
    font-size: 14px;
    opacity: 0.9;
    margin-left: auto;
}

/* Filter Rows */
.filter-row-top[b-ysw78soox7],
.filter-row-main[b-ysw78soox7],
.filter-row-bottom[b-ysw78soox7] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.filter-group[b-ysw78soox7] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.filter-group label[b-ysw78soox7] {
    color: #aaa;
    font-size: 12px;
    white-space: nowrap;
}

.filter-group select[b-ysw78soox7],
.filter-group input[b-ysw78soox7] {
    padding: 4px 8px;
    border: 1px solid #444;
    border-radius: 4px;
    background: #2a2a4a;
    color: #fff;
    font-size: 12px;
}

.filter-group select:focus[b-ysw78soox7],
.filter-group input:focus[b-ysw78soox7] {
    border-color: #0d7377;
    outline: none;
}

.filter-sublabel[b-ysw78soox7] {
    color: #888;
    font-size: 11px;
}

.filter-separator[b-ysw78soox7] {
    color: #666;
}

.hotel-filter[b-ysw78soox7] {
    flex-grow: 1;
}

.hotel-count[b-ysw78soox7] {
    color: #888;
    font-size: 11px;
    margin-left: 5px;
}

.currency-label[b-ysw78soox7] {
    color: #aaa;
    font-size: 12px;
    font-weight: bold;
}

/* Date Filters Panel */
.date-filters-panel[b-ysw78soox7] {
    background: rgba(0,0,0,0.2);
    border-radius: 6px;
    padding: 10px;
    margin: 10px 0;
}

.date-filter-row[b-ysw78soox7] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.date-filter-row label[b-ysw78soox7] {
    color: #aaa;
    font-size: 12px;
    width: 80px;
}

.date-filter-row input[b-ysw78soox7] {
    padding: 4px 8px;
    border: 1px solid #444;
    border-radius: 4px;
    background: #2a2a4a;
    color: #fff;
    font-size: 12px;
}

.date-filter-row span[b-ysw78soox7] {
    color: #666;
}

/* Buttons */
.btn-search[b-ysw78soox7],
.btn-clear[b-ysw78soox7],
.btn-export[b-ysw78soox7] {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-search[b-ysw78soox7] {
    background: linear-gradient(90deg, #0d7377, #14a085);
    color: white;
}

.btn-search:hover:not(:disabled)[b-ysw78soox7] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(13, 115, 119, 0.4);
}

.btn-search:disabled[b-ysw78soox7] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-clear[b-ysw78soox7] {
    background: #444;
    color: #ddd;
}

.btn-clear:hover[b-ysw78soox7] {
    background: #555;
}

.btn-export[b-ysw78soox7] {
    background: linear-gradient(90deg, #2e7d32, #388e3c);
    color: white;
}

.btn-export:hover[b-ysw78soox7] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(46, 125, 50, 0.4);
}

/* Loading & Messages */
.loading-box[b-ysw78soox7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #aaa;
}

.spinner[b-ysw78soox7] {
    width: 40px;
    height: 40px;
    border: 3px solid #333;
    border-top-color: #0d7377;
    border-radius: 50%;
    animation: spin-b-ysw78soox7 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin-b-ysw78soox7 {
    to { transform: rotate(360deg); }
}

.no-results-box[b-ysw78soox7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 40px;
    color: #888;
    font-size: 16px;
}

.alert-msg[b-ysw78soox7] {
    padding: 15px;
    border-radius: 6px;
    margin: 10px 0;
}

.alert-msg.error[b-ysw78soox7] {
    background: rgba(244, 67, 54, 0.2);
    border: 1px solid #f44336;
    color: #ff8a80;
}

.alert-msg a[b-ysw78soox7] {
    color: #90caf9;
}

/* Results Section - Light Theme */
.results-section[b-ysw78soox7] {
    margin-top: 15px;
    background: #ffffff !important;
    border: 1px solid #e0e0e0;
}

.results-header[b-ysw78soox7] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    background: linear-gradient(90deg, #4a7c59, #6b9b7a);
    color: white;
    border-radius: 6px 6px 0 0;
}

.results-header-title[b-ysw78soox7] {
    font-size: 16px;
    font-weight: bold;
}

.results-header-count[b-ysw78soox7] {
    font-size: 13px;
    opacity: 0.9;
}

/* Results Table */
.results-table-wrapper[b-ysw78soox7] {
    overflow-x: auto;
    background: #ffffff;
}

.results-table[b-ysw78soox7] {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
    background: #ffffff;
    color: #333333;
}

.results-table thead tr[b-ysw78soox7] {
    background: linear-gradient(90deg, #4a7c59, #5a8c69);
}

.results-table th[b-ysw78soox7] {
    padding: 8px 6px;
    text-align: left;
    color: white;
    font-weight: 600;
    white-space: nowrap;
    border-bottom: 2px solid #3d6b4a;
}

.results-table tbody tr[b-ysw78soox7] {
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.15s;
}

.results-table tbody tr:hover[b-ysw78soox7] {
    background: #f5f9f6;
}

.results-table td[b-ysw78soox7] {
    padding: 6px;
    vertical-align: middle;
    color: #333333;
}

/* Hotel Header Row */
.hotel-header-row[b-ysw78soox7] {
    background: #e0e0e0 !important;
}

.hotel-header-row td[b-ysw78soox7] {
    padding: 10px 6px;
    font-size: 13px;
    color: #333;
}

/* Hotel Totals Row */
.hotel-totals-row[b-ysw78soox7] {
    background: #f5f5f5 !important;
    border-bottom: 3px solid #4a7c59 !important;
}

.hotel-totals-row td[b-ysw78soox7] {
    padding: 8px 6px;
    font-size: 12px;
    color: #333;
}

/* Guest Row */
.guest-row[b-ysw78soox7] {
    background: #fafafa !important;
}

.guest-row td[b-ysw78soox7] {
    font-size: 10px;
    color: #666;
    padding: 4px 6px;
}

/* Grand Totals */
.grand-totals[b-ysw78soox7] {
    padding: 12px 15px;
    background: linear-gradient(90deg, #4a7c59, #6b9b7a);
    color: white;
    font-size: 13px;
    border-radius: 0 0 6px 6px;
}

/* Links */
.rez-link[b-ysw78soox7] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.rez-link:hover[b-ysw78soox7] {
    text-decoration: underline;
    color: #1d4ed8;
}

/* Status Badges */
.status-normal[b-ysw78soox7] {
    color: #2e7d32;
    font-weight: 500;
}

.status-cancelled[b-ysw78soox7] {
    color: #c62828;
    font-weight: 500;
}

.status-sent[b-ysw78soox7] {
    color: #1565c0;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 1200px) {
    .filter-row-main[b-ysw78soox7] {
        flex-wrap: wrap;
    }
    
    .filter-group[b-ysw78soox7] {
        margin-bottom: 5px;
    }
}
/* /Components/Pages/Agency/Reservation/ReservationList.razor.rz.scp.css */
/* Agency ReservationList - Old System Compatible Design */

/* Main Container */
.search-container[b-hoyd8qk25j] {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 5px auto;
    max-width: 1600px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 11px;
}

/* Title Bar */
.title-bar[b-hoyd8qk25j] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    margin-bottom: 8px;
    background: linear-gradient(to right, #333, #222);
    border-radius: 3px;
    border-left: 3px solid #baed00;
}

.title-icon[b-hoyd8qk25j] {
    font-size: 14px;
}

.title-text[b-hoyd8qk25j] {
    font-size: 12px;
    font-weight: 700;
    color: #baed00;
}

.title-info[b-hoyd8qk25j] {
    font-size: 10px;
    color: #888;
    flex: 1;
}

.new-btn[b-hoyd8qk25j] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 3px 10px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
}

.new-btn:hover[b-hoyd8qk25j] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}

/* Filter Row - Top (Agency, Season, Reservations) */
.filter-row-top[b-hoyd8qk25j] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 8px;
    margin-bottom: 8px;
    background: rgba(40, 40, 40, 0.9);
    border: 1px solid #444;
    border-radius: 3px;
}

/* Filter Row - Main (horizontal inline filters) */
.filter-row-main[b-hoyd8qk25j] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    margin-bottom: 4px;
    background: rgba(40, 40, 40, 0.9);
    border: 1px solid #444;
    border-radius: 3px;
}

/* Filter Row - Bottom (actions) */
.filter-row-bottom[b-hoyd8qk25j] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px;
    margin-top: 4px;
    background: rgba(40, 40, 40, 0.9);
    border: 1px solid #444;
    border-radius: 3px;
}

/* Filter Group - inline label + control */
.filter-group[b-hoyd8qk25j] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter-group label[b-hoyd8qk25j] {
    font-size: 10px;
    font-weight: 600;
    color: #ccc;
    white-space: nowrap;
}

.filter-group input[type="checkbox"][b-hoyd8qk25j] {
    margin-right: 3px;
}

.filter-sublabel[b-hoyd8qk25j] {
    font-size: 9px;
    color: #999;
}

.filter-separator[b-hoyd8qk25j] {
    color: #666;
    font-weight: bold;
}

.hotel-filter[b-hoyd8qk25j] {
    position: relative;
}

.hotel-count[b-hoyd8qk25j] {
    font-size: 9px;
    color: #baed00;
    margin-left: 4px;
}

/* Form Controls */
.form-control[b-hoyd8qk25j] {
    height: 24px !important;
    padding: 2px 6px !important;
    font-size: 10px !important;
    border: 1px solid #555 !important;
    border-radius: 2px !important;
    background: #222 !important;
    color: #fff !important;
    min-width: 80px;
}

.form-control-sm[b-hoyd8qk25j] {
    height: 22px !important;
    padding: 1px 4px !important;
    font-size: 10px !important;
    border: 1px solid #555 !important;
    border-radius: 2px !important;
    background: #222 !important;
    color: #fff !important;
}

.form-control:focus[b-hoyd8qk25j],
.form-control-sm:focus[b-hoyd8qk25j] {
    border-color: #baed00 !important;
    outline: none;
    background: #2a2a2a !important;
}

/* Date Filters Panel */
.date-filters-panel[b-hoyd8qk25j] {
    background: rgba(30, 30, 30, 0.95);
    border: 1px solid #555;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 8px 0;
}

.date-filter-row[b-hoyd8qk25j] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.date-filter-row:last-child[b-hoyd8qk25j] {
    margin-bottom: 0;
}

.date-filter-row label[b-hoyd8qk25j] {
    font-size: 10px;
    font-weight: 600;
    color: #ccc;
    width: 70px;
}

.date-filter-row input[b-hoyd8qk25j] {
    width: 120px;
}

.date-filter-row span[b-hoyd8qk25j] {
    color: #666;
}

/* Buttons */
.btn-search[b-hoyd8qk25j] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 4px 16px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}

.btn-search:hover[b-hoyd8qk25j] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}

.btn-search:disabled[b-hoyd8qk25j] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-clear[b-hoyd8qk25j] {
    background: linear-gradient(to bottom, #555, #444);
    border: 1px solid #666;
    color: #fff;
    padding: 4px 12px;
    font-size: 10px;
    cursor: pointer;
    border-radius: 3px;
}

.btn-clear:hover[b-hoyd8qk25j] {
    background: linear-gradient(to bottom, #666, #555);
}

.btn-export[b-hoyd8qk25j] {
    background: linear-gradient(to bottom, #337ab7, #286090);
    border: 1px solid #204d74;
    color: #fff;
    padding: 4px 12px;
    font-size: 10px;
    cursor: pointer;
    border-radius: 3px;
}

.btn-export:hover[b-hoyd8qk25j] {
    background: linear-gradient(to bottom, #449cd6, #337ab7);
}

/* Results Section (White/Light Theme) */
.results-section[b-hoyd8qk25j] {
    margin-top: 12px;
}

.results-section.search-container[b-hoyd8qk25j] {
    background: #fff;
    border: 1px solid #ddd;
}

.results-header[b-hoyd8qk25j] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    background: linear-gradient(to bottom, #4a7c59, #3d6b4a);
    border-radius: 3px 3px 0 0;
    border: 1px solid #3d6b4a;
    border-bottom: none;
}

.results-header-title[b-hoyd8qk25j] {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
}

.results-header-count[b-hoyd8qk25j] {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
}

/* Results Table Wrapper - Horizontal Scroll */
.results-table-wrapper[b-hoyd8qk25j] {
    overflow-x: auto;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
}

/* Results Table */
.results-table[b-hoyd8qk25j] {
    width: 100%;
    min-width: 1400px;
    border-collapse: collapse;
    font-size: 10px;
    background: #fff;
}

.results-table thead[b-hoyd8qk25j] {
    background: #f5f5f5;
    position: sticky;
    top: 0;
}

.results-table th[b-hoyd8qk25j] {
    padding: 6px 4px;
    text-align: left;
    color: #333;
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    border-bottom: 2px solid #4a7c59;
    white-space: nowrap;
}

.results-table td[b-hoyd8qk25j] {
    padding: 4px;
    border-bottom: 1px solid #eee;
    color: #333;
    vertical-align: middle;
    white-space: nowrap;
}

.results-table tbody tr:hover[b-hoyd8qk25j] {
    background: #f8fff8;
}

.results-table tbody tr:nth-child(even)[b-hoyd8qk25j] {
    background: #fafafa;
}

.results-table tbody tr:nth-child(even):hover[b-hoyd8qk25j] {
    background: #f8fff8;
}

/* Rez Link */
.rez-link[b-hoyd8qk25j] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.rez-link:hover[b-hoyd8qk25j] {
    color: #1d4ed8;
    text-decoration: underline;
}

/* Status Badge */
.status-badge[b-hoyd8qk25j] {
    display: inline-block;
    padding: 2px 6px;
    font-size: 9px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
}

.status-badge.status-waiting[b-hoyd8qk25j] {
    background: #ffc107;
    color: #000;
}

.status-badge.status-confirmed[b-hoyd8qk25j] {
    background: #28a745;
    color: #fff;
}

.status-badge.status-cancelled[b-hoyd8qk25j] {
    background: #dc3545;
    color: #fff;
}

.status-badge.status-noshow[b-hoyd8qk25j] {
    background: #6c757d;
    color: #fff;
}

/* Confirm Status */
.confirm-yes[b-hoyd8qk25j] {
    color: #28a745;
    font-weight: 600;
}

.confirm-waiting[b-hoyd8qk25j] {
    color: #ffc107;
    font-weight: 600;
}

.confirm-no[b-hoyd8qk25j] {
    color: #dc3545;
    font-weight: 600;
}

.confirm-badge[b-hoyd8qk25j] {
    display: inline-block;
    background: #337ab7;
    color: #fff;
    padding: 1px 4px;
    border-radius: 2px;
    font-size: 9px;
    margin-left: 4px;
}

/* Message Badge */
.msg-badge[b-hoyd8qk25j] {
    display: inline-block;
    padding: 2px 6px;
    font-size: 9px;
    font-weight: 600;
    border-radius: 3px;
    text-decoration: none;
}

.msg-badge.msg-unread[b-hoyd8qk25j] {
    background: #dc3545;
    color: #fff;
}

.msg-badge.msg-read[b-hoyd8qk25j] {
    background: #6c757d;
    color: #fff;
}

/* Pagination (White Theme) */
.pagination-row[b-hoyd8qk25j] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 3px 3px;
}

.pagination-row button[b-hoyd8qk25j] {
    min-width: 28px;
    height: 26px;
    padding: 2px 8px;
    font-size: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    color: #333;
    cursor: pointer;
}

.pagination-row button:hover[b-hoyd8qk25j] {
    background: #e8e8e8;
    border-color: #4a7c59;
}

.pagination-row button.active[b-hoyd8qk25j] {
    background: #4a7c59;
    color: #fff;
    font-weight: bold;
    border-color: #3d6b4a;
}

.page-info[b-hoyd8qk25j] {
    font-size: 10px;
    color: #666;
    margin-left: 10px;
}

/* Loading and Messages */
.loading-box[b-hoyd8qk25j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #888;
}

.spinner[b-hoyd8qk25j] {
    width: 30px;
    height: 30px;
    border: 3px solid #444;
    border-top: 3px solid #baed00;
    border-radius: 50%;
    animation: spin-b-hoyd8qk25j 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin-b-hoyd8qk25j {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.no-results-box[b-hoyd8qk25j] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 30px;
    color: #888;
    font-size: 12px;
}

.alert-msg[b-hoyd8qk25j] {
    padding: 10px 15px;
    border-radius: 3px;
    margin: 10px 0;
}

.alert-msg.error[b-hoyd8qk25j] {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid #dc3545;
    color: #ff6b7a;
}

.alert-msg a[b-hoyd8qk25j] {
    color: #baed00;
    text-decoration: none;
}

.alert-msg a:hover[b-hoyd8qk25j] {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 1200px) {
    .filter-row-main[b-hoyd8qk25j] {
        flex-wrap: wrap;
    }
    
    .filter-group[b-hoyd8qk25j] {
        margin-bottom: 4px;
    }
}
/* /Components/Pages/Agency/Reservation/ReservationVoucher.razor.rz.scp.css */
.btn-agency-small[b-7gxjime5bd] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 3px 12px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
}

.btn-agency-small:hover[b-7gxjime5bd] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}

@media print {
    .no-print[b-7gxjime5bd] {
        display: none !important;
    }
    #voucher-content[b-7gxjime5bd] {
        border: none !important;
    }
}
/* /Components/Pages/Agency/Reservation/SubOOdeme.razor.rz.scp.css */
/* SubOOdeme Popup - Ödeme Onayı Sayfası */

.popup-container[b-nqzfign60x] {
    max-width: 500px;
    margin: 20px auto;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 12px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.popup-header[b-nqzfign60x] {
    background: linear-gradient(to bottom, #4a7c59, #3d6b4a);
    color: #fff;
    padding: 12px 16px;
    font-weight: 600;
}

.popup-title[b-nqzfign60x] {
    font-size: 14px;
}

.popup-content[b-nqzfign60x] {
    padding: 16px;
}

/* Info Section */
.info-section[b-nqzfign60x] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 16px;
}

.info-row[b-nqzfign60x] {
    display: flex;
    margin-bottom: 6px;
}

.info-row:last-child[b-nqzfign60x] {
    margin-bottom: 0;
}

.info-row label[b-nqzfign60x] {
    width: 80px;
    font-weight: 600;
    color: #495057;
}

.info-row span[b-nqzfign60x] {
    flex: 1;
    color: #333;
}

/* Price Section */
.price-section[b-nqzfign60x] {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 16px;
}

.price-row[b-nqzfign60x] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.price-row label[b-nqzfign60x] {
    color: #856404;
}

.price-row .price[b-nqzfign60x] {
    font-weight: 500;
    color: #856404;
}

/* Totals Section */
.totals-section[b-nqzfign60x] {
    background: #e8f5e9;
    border: 1px solid #4caf50;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 16px;
}

.total-row[b-nqzfign60x] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.total-row label[b-nqzfign60x] {
    color: #2e7d32;
}

.total-row .total-price[b-nqzfign60x] {
    font-weight: 600;
    color: #2e7d32;
}

.total-row.highlight[b-nqzfign60x] {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 2px solid #4caf50;
}

.total-row.highlight label[b-nqzfign60x],
.total-row.highlight .total-price[b-nqzfign60x] {
    font-size: 14px;
    font-weight: 700;
    color: #1b5e20;
}

/* Note Section */
.note-section[b-nqzfign60x] {
    margin-bottom: 16px;
}

.note-section label[b-nqzfign60x] {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #495057;
}

.note-input[b-nqzfign60x] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-family: inherit;
    font-size: 12px;
    resize: vertical;
}

.note-input:focus[b-nqzfign60x] {
    outline: none;
    border-color: #4a7c59;
    box-shadow: 0 0 0 2px rgba(74, 124, 89, 0.2);
}

/* Action Section */
.action-section[b-nqzfign60x] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #e9ecef;
}

.action-section label[b-nqzfign60x] {
    font-weight: 600;
    color: #495057;
}

.status-select[b-nqzfign60x] {
    flex: 1;
    padding: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 12px;
    background: #fff;
}

.status-select:focus[b-nqzfign60x] {
    outline: none;
    border-color: #4a7c59;
}

.btn-save[b-nqzfign60x] {
    background: linear-gradient(to bottom, #4a7c59, #3d6b4a);
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-save:hover[b-nqzfign60x] {
    background: linear-gradient(to bottom, #5a9c69, #4a7c59);
}

.btn-save:disabled[b-nqzfign60x] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Alerts */
.alert-msg[b-nqzfign60x] {
    padding: 10px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 11px;
}

.alert-msg.success[b-nqzfign60x] {
    background: #d4edda;
    border: 1px solid #28a745;
    color: #155724;
}

.alert-msg.error[b-nqzfign60x] {
    background: #f8d7da;
    border: 1px solid #dc3545;
    color: #721c24;
}

/* Loading */
.loading-box[b-nqzfign60x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    color: #666;
}

.spinner[b-nqzfign60x] {
    width: 30px;
    height: 30px;
    border: 3px solid #e9ecef;
    border-top: 3px solid #4a7c59;
    border-radius: 50%;
    animation: spin-b-nqzfign60x 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin-b-nqzfign60x {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* /Components/Pages/Agency/Reservation/WaitingReservations.razor.rz.scp.css */
.btn-agency-small[b-e80ujkp58q] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 3px 12px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}

.btn-agency-small:hover[b-e80ujkp58q] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}
/* /Components/Pages/Agency/Settings/Agencies.razor.rz.scp.css */
/* Agency Dark Theme (Copied from PackageForecast) */

/* Main Container */
.search-container[b-zhqiylvtwb] {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 5px auto;
    max-width: 1400px; /* Wide */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 11px;
}

/* Title Bar */
.title-bar[b-zhqiylvtwb] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    margin-bottom: 8px;
    background: linear-gradient(to right, #333, #222);
    border-radius: 3px;
    border-left: 3px solid #baed00;
}

.title-icon[b-zhqiylvtwb] {
    font-size: 14px;
    color: #baed00;
}

.title-text[b-zhqiylvtwb] {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Form Styles */
.settings-section[b-zhqiylvtwb] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.section-header[b-zhqiylvtwb] {
    color: #baed00;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px solid #444;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

.form-grid-4[b-zhqiylvtwb] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 8px;
}

.form-group[b-zhqiylvtwb] {
    display: flex;
    flex-direction: column;
}

.form-label[b-zhqiylvtwb] {
    color: #aaa;
    font-size: 10px;
    margin-bottom: 2px;
}

.form-control[b-zhqiylvtwb], .form-select[b-zhqiylvtwb] {
    background: #222;
    border: 1px solid #555;
    color: #eee;
    font-size: 11px;
    padding: 4px 6px;
    border-radius: 2px;
}

.form-control:focus[b-zhqiylvtwb], .form-select:focus[b-zhqiylvtwb] {
    background: #000;
    border-color: #baed00;
    color: #fff;
    box-shadow: none;
    outline: none;
}

/* Data Grid */
.data-grid[b-zhqiylvtwb] {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
}

.data-grid th[b-zhqiylvtwb] {
    background: #333;
    color: #baed00;
    padding: 6px;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid #555;
    position: sticky;
    top: 0;
}

.data-grid td[b-zhqiylvtwb] {
    border-bottom: 1px solid #333;
    color: #ddd;
    padding: 6px;
}

.data-grid tr:hover td[b-zhqiylvtwb] {
    background: #333;
    color: #fff;
}

/* Status Badges */
.badge-active[b-zhqiylvtwb] {
    background: #2e7d32;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
}
.badge-passive[b-zhqiylvtwb] {
    background: #c62828;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
}

/* Action Bar */
.action-bar[b-zhqiylvtwb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #222;
    padding: 6px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.btn-new[b-zhqiylvtwb] {
    background: #0056b3;
    color: white;
    border: none;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 11px;
    cursor: pointer;
}
.btn-new:hover[b-zhqiylvtwb] { background: #004494; }

.btn-save[b-zhqiylvtwb] {
    background: #baed00;
    color: black;
    border: none;
    padding: 4px 12px;
    border-radius: 3px;
    font-weight: bold;
}
.btn-cancel[b-zhqiylvtwb] {
    background: transparent;
    color: #aaa;
    border: 1px solid #555;
    padding: 4px 12px;
    border-radius: 3px;
}

.btn-search-green[b-zhqiylvtwb] {
    background: #baed00;
    color: black;
    border: 1px solid #baed00;
    padding: 4px 12px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-search-green:hover[b-zhqiylvtwb] { 
    background: #a3d100; 
    border-color: #a3d100;
    color: black;
}

/* Overriding Bootstrap for Dark Theme consistency if needed */
.btn-success[b-zhqiylvtwb] {
    background-color: #28a745;
    border-color: #28a745;
    font-size: 11px;
    padding: 4px 10px;
}
/* /Components/Pages/Agency/Settings/AgencyPortalUsers.razor.rz.scp.css */
/* Agency Dark Theme (Copied from PackageForecast) */

/* Main Container */
.search-container[b-jvgbpa93r3] {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 5px auto;
    max-width: 1400px; /* Wide */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 11px;
}

/* Title Bar */
.title-bar[b-jvgbpa93r3] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    margin-bottom: 8px;
    background: linear-gradient(to right, #333, #222);
    border-radius: 3px;
    border-left: 3px solid #baed00;
}

.title-icon[b-jvgbpa93r3] {
    font-size: 14px;
    color: #baed00;
}

.title-text[b-jvgbpa93r3] {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Form Styles */
.settings-section[b-jvgbpa93r3] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.section-header[b-jvgbpa93r3] {
    color: #baed00;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px solid #444;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

.form-grid-4[b-jvgbpa93r3] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 8px;
}

.form-group[b-jvgbpa93r3] {
    display: flex;
    flex-direction: column;
}

.form-label[b-jvgbpa93r3] {
    color: #aaa;
    font-size: 10px;
    margin-bottom: 2px;
}

.form-control[b-jvgbpa93r3], .form-select[b-jvgbpa93r3] {
    background: #222;
    border: 1px solid #555;
    color: #eee;
    font-size: 11px;
    padding: 4px 6px;
    border-radius: 2px;
}

.form-control:focus[b-jvgbpa93r3], .form-select:focus[b-jvgbpa93r3] {
    background: #000;
    border-color: #baed00;
    color: #fff;
    box-shadow: none;
    outline: none;
}

/* Data Grid */
.data-grid[b-jvgbpa93r3] {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
}

.data-grid th[b-jvgbpa93r3] {
    background: #333;
    color: #baed00;
    padding: 6px;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid #555;
    position: sticky;
    top: 0;
}

.data-grid td[b-jvgbpa93r3] {
    border-bottom: 1px solid #333;
    color: #ddd;
    padding: 6px;
}

.data-grid tr:hover td[b-jvgbpa93r3] {
    background: #333;
    color: #fff;
}

/* Status Badges */
.badge-active[b-jvgbpa93r3] {
    background: #2e7d32;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
}
.badge-passive[b-jvgbpa93r3] {
    background: #c62828;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
}

/* Action Bar */
.action-bar[b-jvgbpa93r3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #222;
    padding: 6px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.btn-new[b-jvgbpa93r3] {
    background: #0056b3;
    color: white;
    border: none;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 11px;
    cursor: pointer;
}
.btn-new:hover[b-jvgbpa93r3] { background: #004494; }

.btn-save[b-jvgbpa93r3] {
    background: #baed00;
    color: black;
    border: none;
    padding: 4px 12px;
    border-radius: 3px;
    font-weight: bold;
}
.btn-cancel[b-jvgbpa93r3] {
    background: transparent;
    color: #aaa;
    border: 1px solid #555;
    padding: 4px 12px;
    border-radius: 3px;
}

.btn-search-green[b-jvgbpa93r3] {
    background: #baed00;
    color: black;
    border: 1px solid #baed00;
    padding: 4px 12px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-search-green:hover[b-jvgbpa93r3] { 
    background: #a3d100; 
    border-color: #a3d100;
    color: black;
}

/* Overriding Bootstrap for Dark Theme consistency if needed */
.btn-success[b-jvgbpa93r3] {
    background-color: #28a745;
    border-color: #28a745;
    font-size: 11px;
    padding: 4px 10px;
}
/* /Components/Pages/Agency/Settings/ProfileSettings.razor.rz.scp.css */
/* Agency Profile Settings - Dark Theme */

/* Main Container */
.search-container[b-j2uvr96ryt] {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 5px auto;
    max-width: 1000px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 11px;
}

/* Title Bar */
.title-bar[b-j2uvr96ryt] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    margin-bottom: 8px;
    background: linear-gradient(to right, #333, #222);
    border-radius: 3px;
    border-left: 3px solid #baed00;
}

.title-icon[b-j2uvr96ryt] {
    font-size: 14px;
}

.title-text[b-j2uvr96ryt] {
    font-size: 12px;
    font-weight: 700;
    color: #baed00;
}

.title-info[b-j2uvr96ryt] {
    font-size: 10px;
    color: #888;
    flex: 1;
}

/* Sections */
.settings-section[b-j2uvr96ryt] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px;
    margin-bottom: 10px;
    background: rgba(40, 40, 40, 0.9);
    border: 1px solid #444;
    border-radius: 3px;
    color: #ccc;
    align-items: flex-start;
}

.section-header[b-j2uvr96ryt] {
    width: 100%;
    border-bottom: 1px solid #555;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #baed00;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Forms */
.form-grid[b-j2uvr96ryt] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    row-gap: 8px;
    align-items: center;
    max-width: 400px;
}

.form-label[b-j2uvr96ryt] {
    text-align: right;
    font-weight: bold;
    color: #ccc;
    font-size: 11px;
    padding-right: 10px;
    white-space: nowrap;
}

.form-control[b-j2uvr96ryt] {
    height: 24px !important;
    padding: 2px 6px !important;
    font-size: 11px !important;
    border: 1px solid #555 !important;
    border-radius: 2px !important;
    background: #222 !important;
    color: #fff !important;
    width: 100%;
}

.form-control:focus[b-j2uvr96ryt] {
    border-color: #baed00 !important;
    outline: none;
    background: #2a2a2a !important;
}

.form-control[disabled][b-j2uvr96ryt] {
    background: #333 !important;
    color: #888 !important;
}

/* Buttons */
.btn-save[b-j2uvr96ryt] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 5px 20px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 120px;
}

.btn-save:hover[b-j2uvr96ryt] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}

.btn-save:disabled[b-j2uvr96ryt] {
    opacity: 0.6;
    cursor: not-allowed;
    background: #555;
    border-color: #444;
}

/* Messages */
.alert[b-j2uvr96ryt] {
    padding: 8px 12px;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: bold;
}

.alert-success[b-j2uvr96ryt] {
    background: rgba(21, 87, 36, 0.8);
    border: 1px solid #c3e6cb;
    color: #d4edda;
}

.alert-danger[b-j2uvr96ryt] {
    background: rgba(114, 28, 36, 0.8);
    border: 1px solid #f5c6cb;
    color: #f8d7da;
}

.validation-message[b-j2uvr96ryt] {
    font-size: 10px;
    color: #ff6b6b;
}

/* Password Strength Meter */
.strength-meter[b-j2uvr96ryt] {
    margin-top: 5px;
    background:#444; 
    height:4px; 
    width:100%; 
    border-radius:2px;
}
.strength-fill[b-j2uvr96ryt] {
    height:100%; 
    border-radius:2px; 
    transition: width 0.3s;
}
.strength-text[b-j2uvr96ryt] {
    font-size: 10px;
}
/* /Components/Pages/Agency/Ticket/OperatorFlights.razor.rz.scp.css */
/* Agency Operator Flights - Dark Theme */

/* Main Container - Matches HotelList/ProfileSettings */
.search-container[b-5kvmvuvsxs] {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 5px auto;
    max-width: 1200px; /* Wider for tables */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 11px;
}

/* Title Bar */
.title-bar[b-5kvmvuvsxs] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    margin-bottom: 8px;
    background: linear-gradient(to right, #333, #222);
    border-radius: 3px;
    border-left: 3px solid #baed00;
}

.title-icon[b-5kvmvuvsxs] {
    font-size: 14px;
}

.title-text[b-5kvmvuvsxs] {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Form Styles */
.settings-section[b-5kvmvuvsxs] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
}

.section-header[b-5kvmvuvsxs] {
    color: #baed00;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-grid[b-5kvmvuvsxs] {
    display: grid;
    grid-template-columns: 100px 1fr 100px 1fr;
    gap: 10px;
    align-items: center;
}

.form-label[b-5kvmvuvsxs] {
    color: #ccc;
    text-align: right;
    font-weight: 500;
    padding-right: 5px;
}

.form-control[b-5kvmvuvsxs], .form-select[b-5kvmvuvsxs] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #666;
    color: #000;
    border-radius: 2px;
    padding: 4px 8px;
    font-size: 11px;
    width: 100%;
    transition: all 0.2s;
}

.form-control:focus[b-5kvmvuvsxs], .form-select:focus[b-5kvmvuvsxs] {
    background-color: #fff;
    border-color: #baed00;
    outline: none;
    box-shadow: 0 0 0 2px rgba(186, 237, 0, 0.2);
}

/* Buttons */
.btn-save[b-5kvmvuvsxs] {
    background: #baed00;
    color: #000;
    border: none;
    padding: 6px 20px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.2s;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.btn-save:hover[b-5kvmvuvsxs] {
    background: #cbf04d;
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.btn-cancel[b-5kvmvuvsxs] {
    background: #666;
    color: #fff;
    border: none;
    padding: 6px 15px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
    margin-right: 5px;
}

.btn-cancel:hover[b-5kvmvuvsxs] {
    background: #777;
}

/* Grids */
.data-grid[b-5kvmvuvsxs] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.data-grid th[b-5kvmvuvsxs] {
    background-color: #333;
    color: #baed00;
    padding: 8px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #555;
}

.data-grid td[b-5kvmvuvsxs] {
    padding: 8px;
    border-bottom: 1px solid #444;
    color: #eee;
}

.data-grid tr:hover td[b-5kvmvuvsxs] {
    background-color: rgba(186, 237, 0, 0.1);
}

.grid-actions[b-5kvmvuvsxs] {
    display: flex;
    gap: 5px;
}

.btn-small[b-5kvmvuvsxs] {
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 10px;
    border: none;
    cursor: pointer;
}

.btn-edit[b-5kvmvuvsxs] {
    background: #baed00;
    color: #000;
}

.btn-delete[b-5kvmvuvsxs] {
    background: #dc3545;
    color: #fff;
}

/* Validation */
.validation-message[b-5kvmvuvsxs] {
    color: #dc3545;
    font-size: 10px;
    margin-top: 2px;
}

/* Loading/Alerts */
.alert[b-5kvmvuvsxs] {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 11px;
}

.alert-success[b-5kvmvuvsxs] {
    background-color: rgba(25, 135, 84, 0.2);
    border: 1px solid #198754;
    color: #75b798;
}

.alert-danger[b-5kvmvuvsxs] {
    background-color: rgba(220, 53, 69, 0.2);
    border: 1px solid #dc3545;
    color: #ea868f;
}

.badge[b-5kvmvuvsxs] {
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: normal;
}

.badge-active[b-5kvmvuvsxs] {
    background-color: rgba(25, 135, 84, 0.2);
    color: #75b798;
    border: 1px solid #198754;
}

.badge-passive[b-5kvmvuvsxs] {
    background-color: rgba(108, 117, 125, 0.2);
    color: #a7acb1;
    border: 1px solid #6c757d;
}
/* /Components/Pages/Agency/Ticket/TicketSearch.razor.rz.scp.css */
/* Agency TicketSearch - Old System Compatible Design */

/* Main Container */
.search-container[b-by2ug1aeff] {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #444;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 5px auto;
    max-width: 1600px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 11px;
}

/* Title Bar */
.title-bar[b-by2ug1aeff] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    margin-bottom: 8px;
    background: linear-gradient(to right, #333, #222);
    border-radius: 3px;
    border-left: 3px solid #baed00;
}

.title-icon[b-by2ug1aeff] {
    font-size: 14px;
}

.title-text[b-by2ug1aeff] {
    font-size: 12px;
    font-weight: 700;
    color: #baed00;
}

.title-info[b-by2ug1aeff] {
    font-size: 10px;
    color: #888;
    flex: 1;
}

/* Filter Row - Top */
.filter-row-top[b-by2ug1aeff] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 8px;
    margin-bottom: 8px;
    background: rgba(40, 40, 40, 0.9);
    border: 1px solid #444;
    border-radius: 3px;
}

/* Filter Row - Main */
.filter-row-main[b-by2ug1aeff] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    margin-bottom: 4px;
    background: rgba(40, 40, 40, 0.9);
    border: 1px solid #444;
    border-radius: 3px;
}

/* Filter Row - Bottom */
.filter-row-bottom[b-by2ug1aeff] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px;
    margin-top: 4px;
    background: rgba(40, 40, 40, 0.9);
    border: 1px solid #444;
    border-radius: 3px;
}

/* Filter Group */
.filter-group[b-by2ug1aeff] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter-group label[b-by2ug1aeff] {
    font-size: 10px;
    font-weight: 600;
    color: #ccc;
    white-space: nowrap;
}

.filter-group input[type="checkbox"][b-by2ug1aeff] {
    margin-right: 3px;
}

.filter-separator[b-by2ug1aeff] {
    color: #666;
    font-weight: bold;
}

/* Form Controls */
.form-control[b-by2ug1aeff] {
    height: 24px !important;
    padding: 2px 6px !important;
    font-size: 10px !important;
    border: 1px solid #555 !important;
    border-radius: 2px !important;
    background: #222 !important;
    color: #fff !important;
    min-width: 80px;
}

.form-control-sm[b-by2ug1aeff] {
    height: 22px !important;
    padding: 1px 4px !important;
    font-size: 10px !important;
    border: 1px solid #555 !important;
    border-radius: 2px !important;
    background: #222 !important;
    color: #fff !important;
}

.form-control:focus[b-by2ug1aeff],
.form-control-sm:focus[b-by2ug1aeff] {
    border-color: #baed00 !important;
    outline: none;
    background: #2a2a2a !important;
}

/* Buttons */
.btn-search[b-by2ug1aeff] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 4px 16px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}

.btn-search:hover[b-by2ug1aeff] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}

.btn-search:disabled[b-by2ug1aeff] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-clear[b-by2ug1aeff] {
    background: linear-gradient(to bottom, #555, #444);
    border: 1px solid #666;
    color: #fff;
    padding: 4px 12px;
    font-size: 10px;
    cursor: pointer;
    border-radius: 3px;
}

.btn-clear:hover[b-by2ug1aeff] {
    background: linear-gradient(to bottom, #666, #555);
}

.btn-export[b-by2ug1aeff] {
    background: linear-gradient(to bottom, #337ab7, #286090);
    border: 1px solid #204d74;
    color: #fff;
    padding: 4px 12px;
    font-size: 10px;
    cursor: pointer;
    border-radius: 3px;
}

.btn-export:hover[b-by2ug1aeff] {
    background: linear-gradient(to bottom, #449cd6, #337ab7);
}

/* Alert Messages */
.alert-msg[b-by2ug1aeff] {
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 11px;
}

.alert-msg.error[b-by2ug1aeff] {
    background: rgba(255, 0, 0, 0.2);
    border: 1px solid #ff6666;
    color: #ff6666;
}

/* Suggestion Box */
.suggestion-box[b-by2ug1aeff] {
    padding: 8px;
    margin-top: 8px;
    background: rgba(40, 40, 40, 0.9);
    border: 1px solid #444;
    border-radius: 3px;
    text-align: center;
    color: #ccc;
}

.suggestion-link[b-by2ug1aeff] {
    color: #ff6666;
    text-decoration: underline;
    margin-left: 8px;
    cursor: pointer;
}

.suggestion-link:hover[b-by2ug1aeff] {
    color: #ff9999;
}

/* Results Section (White/Light Theme) */
.results-section[b-by2ug1aeff] {
    margin-top: 12px;
}

.results-section.search-container[b-by2ug1aeff] {
    background: #fff;
    border: 1px solid #ddd;
}

.results-header[b-by2ug1aeff] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    background: linear-gradient(to bottom, #4a7c59, #3d6b4a);
    border-radius: 3px 3px 0 0;
    border: 1px solid #3d6b4a;
    border-bottom: none;
}

.results-header-title[b-by2ug1aeff] {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
}

.results-header-count[b-by2ug1aeff] {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
}

/* Results Table Wrapper */
.results-table-wrapper[b-by2ug1aeff] {
    overflow-x: auto;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
}

/* Results Table */
.results-table[b-by2ug1aeff] {
    width: 100%;
    min-width: 1200px;
    border-collapse: collapse;
    font-size: 10px;
    background: #fff;
}

.results-table thead[b-by2ug1aeff] {
    background: #f5f5f5;
    position: sticky;
    top: 0;
}

.results-table th[b-by2ug1aeff] {
    padding: 6px 4px;
    text-align: left;
    color: #333;
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    border-bottom: 2px solid #4a7c59;
    white-space: nowrap;
}

.results-table td[b-by2ug1aeff] {
    padding: 4px;
    border-bottom: 1px solid #eee;
    color: #333;
    vertical-align: middle;
    white-space: nowrap;
}

.results-table tbody tr:hover[b-by2ug1aeff] {
    background: #f8fff8;
}

.results-table tbody tr:nth-child(even)[b-by2ug1aeff] {
    background: #fafafa;
}

.results-table tbody tr:nth-child(even):hover[b-by2ug1aeff] {
    background: #f8fff8;
}

/* Rez Link */
.rez-link[b-by2ug1aeff] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.rez-link:hover[b-by2ug1aeff] {
    color: #1d4ed8;
    text-decoration: underline;
}

/* Status Badge */
.status-badge[b-by2ug1aeff] {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 9px;
    font-weight: 600;
}

.status-confirmed[b-by2ug1aeff] {
    background: #d4edda;
    color: #155724;
}

.status-cancelled[b-by2ug1aeff] {
    background: #f8d7da;
    color: #721c24;
}

/* Action Icon */
.action-icon[b-by2ug1aeff] {
    text-decoration: none;
    margin: 0 2px;
}

/* Loading Box */
.loading-box[b-by2ug1aeff] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: #888;
}

.spinner[b-by2ug1aeff] {
    width: 24px;
    height: 24px;
    border: 3px solid #444;
    border-top-color: #baed00;
    border-radius: 50%;
    animation: spin-b-by2ug1aeff 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin-b-by2ug1aeff {
    to { transform: rotate(360deg); }
}

/* No Results Box */
.no-results-box[b-by2ug1aeff] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px;
    color: #666;
    font-size: 12px;
}
/* /Components/Pages/Agency/Transfer/TransferSearch.razor.rz.scp.css */
.btn-agency-small[b-wk9mhyv8i8] {
    background: linear-gradient(to bottom, #baed00, #8cb800);
    border: 1px solid #6b8e00;
    color: #000;
    padding: 3px 12px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}

.btn-agency-small:hover[b-wk9mhyv8i8] {
    background: linear-gradient(to bottom, #d4ff33, #baed00);
}
/* /Components/Pages/Auth/Login.razor.rz.scp.css */
.login-container[b-duoa32zb55] {
    width: 100%;
    max-width: 420px;
}

.login-card[b-duoa32zb55] {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.login-logo[b-duoa32zb55] {
    text-align: center;
    margin-bottom: 30px;
}

.login-logo img[b-duoa32zb55] {
    max-width: 150px;
    height: auto;
}

.login-logo h2[b-duoa32zb55] {
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-label[b-duoa32zb55] {
    font-weight: 500;
    color: #555;
}

.input-group-text[b-duoa32zb55] {
    background: #f8f9fa;
    border-right: none;
}

.input-group .form-control[b-duoa32zb55] {
    border-left: none;
}

.input-group .form-control:focus[b-duoa32zb55] {
    box-shadow: none;
    border-color: #dee2e6;
}

.input-group:focus-within[b-duoa32zb55] {
    box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.25);
    border-radius: 0.375rem;
}

.input-group:focus-within .input-group-text[b-duoa32zb55],
.input-group:focus-within .form-control[b-duoa32zb55] {
    border-color: #667eea;
}

.btn-primary[b-duoa32zb55] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 12px;
    font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover[b-duoa32zb55] {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.btn-primary:disabled[b-duoa32zb55] {
    background: #ccc;
    transform: none;
    box-shadow: none;
}

.login-footer[b-duoa32zb55] {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.alert[b-duoa32zb55] {
    border-radius: 8px;
}
/* /Components/Pages/Definitions/Operators.razor.rz.scp.css */
.table-dense td[b-ox5bktw6jv], .table-dense th[b-ox5bktw6jv] {
    padding: 0.2rem 0.4rem !important;
    font-size: 0.8rem;
    vertical-align: middle;
}
.col-truncate[b-ox5bktw6jv] {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.col-email[b-ox5bktw6jv] {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-xs[b-ox5bktw6jv] {
    padding: 0.1rem 0.3rem;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 0.2rem;
}
/* /Components/Pages/Definitions/OptDoviz.razor.rz.scp.css */
body[b-j0lkrhi2h3] {
    background-color: #2c3e50;
}
.popup-container[b-j0lkrhi2h3] {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
}
/* /Components/Pages/Definitions/OptMarkup.razor.rz.scp.css */
body[b-kf9t51cr80] {
    background-color: #2c3e50;
}
.popup-container[b-kf9t51cr80] {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}
.table-dense td[b-kf9t51cr80], .table-dense th[b-kf9t51cr80] {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.85rem;
    vertical-align: middle;
}
/* /Components/Pages/Definitions/PackageDefinition.razor.rz.scp.css */
.filter-label[b-e5u8ezwdnm] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.form-select-sm[b-e5u8ezwdnm], .form-control-sm[b-e5u8ezwdnm] { font-size: 0.8rem; padding: 0.25rem 0.5rem; }
.package-grid th[b-e5u8ezwdnm] { background-color: #6f42c1 !important; color: white !important; font-size: 0.75rem; padding: 0.3rem 0.5rem !important; font-weight: 600; position: sticky; top: 0; z-index: 1; }
.package-grid td[b-e5u8ezwdnm] { font-size: 0.75rem; padding: 0.25rem 0.5rem !important; vertical-align: middle; }
.package-grid .btn-xs[b-e5u8ezwdnm] { padding: 0.15rem 0.3rem; font-size: 0.7rem; }
.status-active[b-e5u8ezwdnm] { background-color: #28a745; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.status-inactive[b-e5u8ezwdnm] { background-color: #dc3545; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.hotel-badge[b-e5u8ezwdnm] { background-color: #17a2b8; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; margin: 1px; display: inline-block; }
/* /Components/Pages/Definitions/RouteDistricts.razor.rz.scp.css */
.filter-label[b-os5mu7av3o] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.search-section[b-os5mu7av3o] { background: linear-gradient(135deg, #20c997 0%, #1aa67d 100%); border-radius: 6px; padding: 0.75rem; margin-bottom: 0.5rem; color: white; }
.search-section .filter-label[b-os5mu7av3o] { color: rgba(255,255,255,0.8); }
.district-grid th[b-os5mu7av3o] { background-color: #343a40 !important; color: white !important; font-size: 0.7rem; padding: 0.3rem 0.4rem !important; }
.district-grid td[b-os5mu7av3o] { font-size: 0.7rem; padding: 0.25rem 0.4rem !important; vertical-align: middle; }
.district-grid .btn-xs[b-os5mu7av3o] { padding: 0.1rem 0.25rem; font-size: 0.65rem; }
.route-card[b-os5mu7av3o] { border: 2px solid #20c997; border-radius: 8px; margin-bottom: 1rem; }
.route-card-header[b-os5mu7av3o] { background-color: #20c997; color: white; padding: 0.5rem 1rem; font-weight: bold; }
.district-list[b-os5mu7av3o] { padding: 0.5rem; }
.district-badge[b-os5mu7av3o] { display: inline-flex; align-items: center; padding: 0.25rem 0.5rem; margin: 0.15rem; background-color: #e9ecef; border-radius: 4px; font-size: 0.75rem; }
.district-badge .btn-remove[b-os5mu7av3o] { margin-left: 0.25rem; cursor: pointer; color: #dc3545; }
.district-badge .btn-remove:hover[b-os5mu7av3o] { color: #a71d2a; }
.available-district[b-os5mu7av3o] { cursor: pointer; }
.available-district:hover[b-os5mu7av3o] { background-color: #d4edda !important; }
/* /Components/Pages/Definitions/TourDays.razor.rz.scp.css */
.filter-label[b-0z3zcdvrib] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.search-section[b-0z3zcdvrib] { background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%); border-radius: 6px; padding: 0.75rem; margin-bottom: 0.5rem; color: white; }
.search-section .filter-label[b-0z3zcdvrib] { color: rgba(255,255,255,0.8); }
.days-grid th[b-0z3zcdvrib] { background-color: #343a40 !important; color: white !important; font-size: 0.7rem; padding: 0.3rem 0.4rem !important; }
.days-grid td[b-0z3zcdvrib] { font-size: 0.7rem; padding: 0.25rem 0.4rem !important; vertical-align: middle; }
.days-grid .btn-xs[b-0z3zcdvrib] { padding: 0.1rem 0.25rem; font-size: 0.65rem; }
.weekday-badge[b-0z3zcdvrib] { display: inline-block; width: 32px; height: 24px; text-align: center; line-height: 24px; border-radius: 4px; margin: 1px; font-size: 0.65rem; font-weight: bold; }
.weekday-active[b-0z3zcdvrib] { background-color: #28a745; color: white; }
.weekday-inactive[b-0z3zcdvrib] { background-color: #dee2e6; color: #6c757d; }
.weekday-toggle[b-0z3zcdvrib] { display: inline-flex; align-items: center; margin-right: 0.5rem; }
.weekday-toggle .form-check-input[b-0z3zcdvrib] { margin-right: 0.25rem; }
/* /Components/Pages/Definitions/TourExpenses.razor.rz.scp.css */
.filter-label[b-y4f44ohvhq] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.search-section[b-y4f44ohvhq] { background: linear-gradient(135deg, #fd7e14 0%, #e76b00 100%); border-radius: 6px; padding: 0.75rem; margin-bottom: 0.5rem; color: white; }
.search-section .filter-label[b-y4f44ohvhq] { color: rgba(255,255,255,0.8); }
.expense-grid th[b-y4f44ohvhq] { background-color: #343a40 !important; color: white !important; font-size: 0.7rem; padding: 0.3rem 0.4rem !important; }
.expense-grid td[b-y4f44ohvhq] { font-size: 0.7rem; padding: 0.25rem 0.4rem !important; vertical-align: middle; }
.expense-grid .btn-xs[b-y4f44ohvhq] { padding: 0.1rem 0.25rem; font-size: 0.65rem; }
.price-cell[b-y4f44ohvhq] { text-align: right; font-family: monospace; }
/* /Components/Pages/Definitions/TourPricing.razor.rz.scp.css */
.filter-label[b-imicw9ta8s] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.search-section[b-imicw9ta8s] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); border-radius: 6px; padding: 0.75rem; margin-bottom: 0.5rem; color: white; }
.search-section .filter-label[b-imicw9ta8s] { color: rgba(255,255,255,0.8); }
.price-grid th[b-imicw9ta8s] { background-color: #343a40 !important; color: white !important; font-size: 0.7rem; padding: 0.3rem 0.4rem !important; }
.price-grid td[b-imicw9ta8s] { font-size: 0.7rem; padding: 0.25rem 0.4rem !important; vertical-align: middle; }
.price-grid .btn-xs[b-imicw9ta8s] { padding: 0.1rem 0.25rem; font-size: 0.65rem; }
.price-cell[b-imicw9ta8s] { text-align: right; font-family: monospace; }
/* /Components/Pages/Help/CurrencyConverter.razor.rz.scp.css */
.currency-form[b-alo6l77ip0] {
    margin: 0 auto;
    max-width: 450px;
    padding: 20px;
    border: solid 2px #b7ddf2;
    background: #ebf4fb;
    border-radius: 8px;
}
.currency-form h1[b-alo6l77ip0] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}
.currency-form p[b-alo6l77ip0] {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
    border-bottom: solid 1px #b7ddf2;
    padding-bottom: 15px;
}
.result-card[b-alo6l77ip0] {
    margin: 20px auto;
    max-width: 450px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}
.result-amount[b-alo6l77ip0] {
    font-size: 48px;
    font-weight: bold;
    color: #28a745;
    margin: 20px 0;
}
.tcmb-info[b-alo6l77ip0] {
    font-size: 12px;
    color: #6c757d;
    margin-top: 15px;
}
/* /Components/Pages/Help/LogKasa.razor.rz.scp.css */
.stats-card[b-txkzq79q09] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
    border-radius: 10px;
    color: white;
    margin: 10px 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.stats-card h3[b-txkzq79q09] {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.9;
}
.stats-card .big-number[b-txkzq79q09] {
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0;
}
.log-category[b-txkzq79q09] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    margin: 2px;
}
.log-new[b-txkzq79q09] { background: #d4edda; color: #155724; }
.log-change[b-txkzq79q09] { background: #fff3cd; color: #856404; }
.log-delete[b-txkzq79q09] { background: #f8d7da; color: #721c24; }
.user-badge[b-txkzq79q09] {
    background: #007bff;
    color: white;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    display: inline-block;
}
.detail-box[b-txkzq79q09] {
    background: #f8f9fa;
    padding: 10px;
    border-left: 3px solid #007bff;
    font-family: "Courier New", monospace;
    font-size: 11px;
    margin: 5px 0;
    word-break: break-all;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-badge[b-txkzq79q09] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    background: #e3f2fd;
    color: #1565c0;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Sticky Notes / PostIt Styles */
.postit[b-xmlpu3ue2f] {
    list-style: none;
    overflow: hidden;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.postit li[b-xmlpu3ue2f] {
    margin: 1em;
}

.postit li a[b-xmlpu3ue2f] {
    text-decoration: none;
    color: #000;
    background: #f6ff7a;
    display: block;
    height: 20em;
    width: 20em;
    padding: 1.5em;
    box-shadow: 5px 5px 7px rgba(33,33,33,0.7);
    transition: transform 0.15s linear;
    position: relative;
}

.postit li h2[b-xmlpu3ue2f] {
    font-family: 'Comic Sans MS', 'Marker Felt', sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    margin-bottom: 1rem;
    margin-top: 0;
}

.postit li p[b-xmlpu3ue2f] {
    font-family: 'Comic Sans MS', 'Marker Felt', sans-serif;
    font-size: 1rem;
    text-align: justify;
    white-space: pre-wrap;
    overflow-y: auto;
    height: 14em;
    padding-right: 5px;
    margin-bottom: 0;
}

/* Scrollbar for note content */
.postit li p[b-xmlpu3ue2f]::-webkit-scrollbar {
    width: 6px;
}

.postit li p[b-xmlpu3ue2f]::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 3px;
}

/* Sticky Note Rotations & Colors */
.postit li:nth-child(even) a[b-xmlpu3ue2f] {
    transform: rotate(4deg);
    top: 5px;
}

.postit li:nth-child(3n) a[b-xmlpu3ue2f] {
    transform: rotate(-3deg);
    top: -5px;
    background: #f26b6b;
    color: white;
}

.postit li:nth-child(3n) a h2[b-xmlpu3ue2f],
.postit li:nth-child(3n) a p[b-xmlpu3ue2f] {
    color: white;
}

.postit li:nth-child(5n) a[b-xmlpu3ue2f] {
    transform: rotate(5deg);
    top: -10px;
    background: #6bbcf2;
    color: white;
}

.postit li:nth-child(5n) a h2[b-xmlpu3ue2f],
.postit li:nth-child(5n) a p[b-xmlpu3ue2f] {
    color: white;
}

/* Hover Effect */
.postit li a:hover[b-xmlpu3ue2f] {
    box-shadow: 10px 10px 15px rgba(0,0,0,0.5);
    transform: scale(1.1);
    z-index: 5;
}

/* Stat Card Styles */
.stat-card[b-xmlpu3ue2f] {
    border-radius: 12px;
    padding: 1.5rem;
    color: white;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.stat-card:hover[b-xmlpu3ue2f] {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.stat-card-icon[b-xmlpu3ue2f] {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 3rem;
    opacity: 0.3;
}

.stat-card-content[b-xmlpu3ue2f] {
    position: relative;
    z-index: 1;
}

.stat-card h2[b-xmlpu3ue2f] {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
}

.stat-card p[b-xmlpu3ue2f] {
    margin: 0.5rem 0 0 0;
    font-size: 1rem;
    opacity: 0.9;
}

.stat-card-link[b-xmlpu3ue2f] {
    color: white;
    text-decoration: none;
    font-size: 0.875rem;
    margin-top: 1rem;
    display: inline-block;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.stat-card-link:hover[b-xmlpu3ue2f] {
    opacity: 1;
    color: white;
}

.bg-primary-gradient[b-xmlpu3ue2f] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.bg-success-gradient[b-xmlpu3ue2f] {
    background: linear-gradient(135deg, #06a77d 0%, #10b981 100%);
}

.bg-warning-gradient[b-xmlpu3ue2f] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.bg-danger-gradient[b-xmlpu3ue2f] {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}
/* /Components/Pages/Hotels/ActionList.razor.rz.scp.css */
.search-section[b-t8g8dwec8x] { border-left: 3px solid #007bff; padding-left: 8px; margin-bottom: 0.5rem; }
.filter-label[b-t8g8dwec8x] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.location-section[b-t8g8dwec8x] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
.aksiyon-section[b-t8g8dwec8x] { background: linear-gradient(135deg, #fd7e14 0%, #e65c00 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
.aksiyon-section .filter-label[b-t8g8dwec8x] { color: rgba(255,255,255,0.8); }
.aksiyon-section .form-select[b-t8g8dwec8x], .aksiyon-section .form-control[b-t8g8dwec8x] { background-color: rgba(255,255,255,0.95); border: none; }
.btn-search[b-t8g8dwec8x] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); border: none; padding: 0.35rem 1.5rem; font-weight: 500; }
.form-select-sm[b-t8g8dwec8x], .form-control-sm[b-t8g8dwec8x] { font-size: 0.75rem; padding: 0.2rem 0.4rem; }
.aksiyon-grid th[b-t8g8dwec8x] { background-color: #f8f9fa !important; color: #212529 !important; font-size: 0.7rem; padding: 0.25rem 0.35rem !important; font-weight: 600; border-bottom: 2px solid #dee2e6; }
.aksiyon-grid td[b-t8g8dwec8x] { font-size: 0.7rem; padding: 0.2rem 0.35rem !important; vertical-align: middle; }
.aksiyon-grid .btn-xs[b-t8g8dwec8x] { padding: 0.1rem 0.25rem; font-size: 0.65rem; }
.summary-card[b-t8g8dwec8x] { background: linear-gradient(135deg, #fd7e14 0%, #e65c00 100%); color: white; border-radius: 8px; padding: 1rem; }
.summary-number[b-t8g8dwec8x] { font-size: 2rem; font-weight: bold; }
.aktif-badge[b-t8g8dwec8x] { background-color: #28a745; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.pasif-badge[b-t8g8dwec8x] { background-color: #dc3545; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.date-cell[b-t8g8dwec8x] { font-size: 0.65rem; white-space: nowrap; }
.aksiyon-type-badge[b-t8g8dwec8x] { background-color: #6f42c1; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; font-weight: bold; }
.room-badge[b-t8g8dwec8x] { background-color: #17a2b8; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.hotel-row[b-t8g8dwec8x] { background-color: #f0f4f8 !important; }
.nested-table[b-t8g8dwec8x] { margin: 0; }
.nested-table th[b-t8g8dwec8x] { background-color: #e9ecef !important; font-size: 0.65rem; padding: 0.15rem 0.25rem !important; }
.nested-table td[b-t8g8dwec8x] { font-size: 0.65rem; padding: 0.15rem 0.25rem !important; }
/* /Components/Pages/Hotels/BonusManagement.razor.rz.scp.css */
.search-section[b-bbgt5wvb4p] { border-left: 3px solid #007bff; padding-left: 8px; margin-bottom: 0.5rem; }
.filter-label[b-bbgt5wvb4p] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.location-section[b-bbgt5wvb4p] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
.bonus-section[b-bbgt5wvb4p] { background: linear-gradient(135deg, #e83e8c 0%, #c71585 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
.bonus-section .filter-label[b-bbgt5wvb4p] { color: rgba(255,255,255,0.8); }
.bonus-section .form-select[b-bbgt5wvb4p], .bonus-section .form-control[b-bbgt5wvb4p] { background-color: rgba(255,255,255,0.95); border: none; }
.btn-search[b-bbgt5wvb4p] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); border: none; padding: 0.35rem 1.5rem; font-weight: 500; }
.form-select-sm[b-bbgt5wvb4p], .form-control-sm[b-bbgt5wvb4p] { font-size: 0.75rem; padding: 0.2rem 0.4rem; }
.bonus-grid th[b-bbgt5wvb4p] { background-color: #f8f9fa !important; color: #212529 !important; font-size: 0.7rem; padding: 0.25rem 0.35rem !important; font-weight: 600; border-bottom: 2px solid #dee2e6; }
.bonus-grid td[b-bbgt5wvb4p] { font-size: 0.7rem; padding: 0.2rem 0.35rem !important; vertical-align: middle; }
.bonus-grid .btn-xs[b-bbgt5wvb4p] { padding: 0.1rem 0.25rem; font-size: 0.65rem; }
.summary-card[b-bbgt5wvb4p] { background: linear-gradient(135deg, #e83e8c 0%, #c71585 100%); color: white; border-radius: 8px; padding: 1rem; }
.summary-number[b-bbgt5wvb4p] { font-size: 2rem; font-weight: bold; }
.aktif-badge[b-bbgt5wvb4p] { background-color: #28a745; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.pasif-badge[b-bbgt5wvb4p] { background-color: #dc3545; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.date-cell[b-bbgt5wvb4p] { font-size: 0.65rem; white-space: nowrap; }
.hotel-list-cell[b-bbgt5wvb4p] { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.percent-badge[b-bbgt5wvb4p] { background-color: #17a2b8; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.7rem; font-weight: bold; }
.value-badge[b-bbgt5wvb4p] { background-color: #6f42c1; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.7rem; font-weight: bold; }
/* /Components/Pages/Hotels/ContractList.razor.rz.scp.css */
.search-section[b-zrxhhx3quh] { border-left: 3px solid #007bff; padding-left: 8px; margin-bottom: 0.5rem; }
.filter-label[b-zrxhhx3quh] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.location-section[b-zrxhhx3quh] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
.search-section-inner[b-zrxhhx3quh] { background: linear-gradient(135deg, #343a40 0%, #212529 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
.search-section-inner .filter-label[b-zrxhhx3quh] { color: rgba(255,255,255,0.8); }
.search-section-inner .form-select[b-zrxhhx3quh], .search-section-inner .form-control[b-zrxhhx3quh] { background-color: rgba(255,255,255,0.95); border: none; }
.btn-search[b-zrxhhx3quh] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); border: none; padding: 0.35rem 1.5rem; font-weight: 500; }
.form-select-sm[b-zrxhhx3quh], .form-control-sm[b-zrxhhx3quh] { font-size: 0.75rem; padding: 0.2rem 0.4rem; }
.contract-grid th[b-zrxhhx3quh] { background-color: #f8f9fa !important; color: #212529 !important; font-size: 0.7rem; padding: 0.25rem 0.35rem !important; font-weight: 600; border-bottom: 2px solid #dee2e6; }
.contract-grid td[b-zrxhhx3quh] { font-size: 0.7rem; padding: 0.2rem 0.35rem !important; vertical-align: top; }
.summary-card[b-zrxhhx3quh] { background: linear-gradient(135deg, #343a40 0%, #212529 100%); color: white; border-radius: 8px; padding: 1rem; }
.summary-number[b-zrxhhx3quh] { font-size: 2rem; font-weight: bold; }
.aktif-badge[b-zrxhhx3quh] { background-color: #28a745; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.pasif-badge[b-zrxhhx3quh] { background-color: #dc3545; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.action-link[b-zrxhhx3quh] { font-size: 0.7rem; margin-right: 0.5rem; white-space: nowrap; }
.nested-contract-table[b-zrxhhx3quh] { margin: 0; font-size: 0.65rem; }
.nested-contract-table th[b-zrxhhx3quh] { background-color: #e9ecef !important; font-size: 0.65rem; padding: 0.15rem 0.3rem !important; }
.nested-contract-table td[b-zrxhhx3quh] { font-size: 0.65rem; padding: 0.15rem 0.3rem !important; }
.contract-name[b-zrxhhx3quh] { font-weight: 600; color: #007bff; }
.contract-desc[b-zrxhhx3quh] { color: #6c757d; max-width: 400px; }
/* /Components/Pages/Hotels/FreeSales.razor.rz.scp.css */
.search-section[b-k3aj9s09li] { border-left: 3px solid #28a745; padding-left: 8px; margin-bottom: 0.5rem; }
.filter-label[b-k3aj9s09li] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.location-section[b-k3aj9s09li] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
.operator-section[b-k3aj9s09li] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
.operator-section .filter-label[b-k3aj9s09li] { color: rgba(255,255,255,0.8); }
.operator-section .form-select[b-k3aj9s09li], .operator-section .form-control[b-k3aj9s09li] { background-color: rgba(255,255,255,0.95); border: none; }
.btn-search[b-k3aj9s09li] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); border: none; padding: 0.35rem 1.5rem; font-weight: 500; }
.form-select-sm[b-k3aj9s09li], .form-control-sm[b-k3aj9s09li] { font-size: 0.75rem; padding: 0.2rem 0.4rem; }
.free-grid th[b-k3aj9s09li] { background-color: #f8f9fa !important; font-size: 0.7rem; padding: 0.25rem 0.35rem !important; }
.free-grid td[b-k3aj9s09li] { font-size: 0.7rem; padding: 0.2rem 0.35rem !important; }
.free-grid .btn-xs[b-k3aj9s09li] { padding: 0.1rem 0.25rem; font-size: 0.65rem; }
.summary-card[b-k3aj9s09li] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); color: white; border-radius: 8px; padding: 1rem; }
.summary-number[b-k3aj9s09li] { font-size: 2rem; font-weight: bold; }
.aktif-badge[b-k3aj9s09li] { background-color: #28a745; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.pasif-badge[b-k3aj9s09li] { background-color: #dc3545; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.date-cell[b-k3aj9s09li] { font-size: 0.65rem; white-space: nowrap; }
.quota-badge[b-k3aj9s09li] { background-color: #17a2b8; color: white; padding: 2px 8px; border-radius: 3px; font-size: 0.7rem; font-weight: bold; }
/* /Components/Pages/Hotels/HAksiyonFiyatPage.razor.rz.scp.css */
.page-container[b-8ov6wfx1f0] {
    background: #2c3e50;
    min-height: 100vh;
    padding: 20px;
    color: white;
}

.header-section[b-8ov6wfx1f0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #34495e;
}

.header-section h3[b-8ov6wfx1f0] {
    color: white;
    font-weight: bold;
    margin: 0;
}

.filter-section[b-8ov6wfx1f0] {
    background: #34495e;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.filter-row[b-8ov6wfx1f0] {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.filter-item[b-8ov6wfx1f0] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-item label[b-8ov6wfx1f0] {
    color: white;
    font-weight: bold;
    min-width: 80px;
}

.filter-item select[b-8ov6wfx1f0] {
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #7f8c8d;
    min-width: 200px;
}

.season-info[b-8ov6wfx1f0] {
    color: #ecf0f1;
    font-size: 13px;
}

.markup-panel[b-8ov6wfx1f0] {
    background: #34495e;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.markup-panel h4[b-8ov6wfx1f0] {
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}

.markup-table[b-8ov6wfx1f0] {
    width: 100%;
    border-collapse: collapse;
}

.markup-table th[b-8ov6wfx1f0] {
    background: #2c3e50;
    color: white;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #7f8c8d;
    font-size: 12px;
}

.markup-table td[b-8ov6wfx1f0] {
    padding: 6px;
    text-align: center;
    border: 1px solid #7f8c8d;
}

.markup-table input[type="number"][b-8ov6wfx1f0],
.markup-table select[b-8ov6wfx1f0] {
    width: 100%;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #7f8c8d;
    text-align: center;
    font-size: 12px;
}

.btn-auto-price[b-8ov6wfx1f0] {
    background: #27ae60;
    color: white;
    border: none;
    padding: 6px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}

.btn-auto-price:hover[b-8ov6wfx1f0] {
    background: #229954;
}

.price-grid[b-8ov6wfx1f0] {
    margin-top: 20px;
    overflow-x: auto;
}

.price-grid-table[b-8ov6wfx1f0] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    color: black;
}

.price-grid-table thead[b-8ov6wfx1f0] {
    background: #34495e;
    color: white;
}

.price-grid-table th[b-8ov6wfx1f0],
.price-grid-table td[b-8ov6wfx1f0] {
    padding: 6px;
    text-align: center;
    border: 1px solid #bdc3c7;
}

.price-grid-table th[b-8ov6wfx1f0] {
    font-weight: bold;
    font-size: 11px;
}

.price-grid-table td[b-8ov6wfx1f0] {
    font-size: 11px;
}

.price-grid-table input[type="number"][b-8ov6wfx1f0] {
    width: 65px;
    padding: 3px;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    text-align: right;
    font-size: 11px;
}

.price-grid-table tbody tr:nth-child(even)[b-8ov6wfx1f0] {
    background: #ecf0f1;
}

.price-grid-table tbody tr:hover[b-8ov6wfx1f0] {
    background: #d5dbdb;
}

.btn-delete-price[b-8ov6wfx1f0] {
    background: #e74c3c;
    color: white;
    border: none;
    padding: 3px 6px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 10px;
}

.btn-delete-price:hover[b-8ov6wfx1f0] {
    background: #c0392b;
}

.btn-save-prices[b-8ov6wfx1f0] {
    background: #3498db;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
}

.btn-save-prices:hover[b-8ov6wfx1f0] {
    background: #2980b9;
}

.alert-message[b-8ov6wfx1f0] {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 13px;
}

.alert-success[b-8ov6wfx1f0] {
    background: #27ae60;
    color: white;
}

.alert-danger[b-8ov6wfx1f0] {
    background: #e74c3c;
    color: white;
}

.alert-info[b-8ov6wfx1f0] {
    background: #3498db;
    color: white;
}

.text-gray[b-8ov6wfx1f0] {
    color: #95a5a6;
}

.text-red[b-8ov6wfx1f0] {
    color: #e74c3c;
    font-weight: bold;
}

.loading-spinner[b-8ov6wfx1f0] {
    text-align: center;
    padding: 40px;
    color: white;
    font-size: 16px;
}
/* /Components/Pages/Hotels/HotelExport.razor.rz.scp.css */
/* ============================================
   HotelExport – Scoped Styles (Compact)
   ============================================ */

/* --- Page-level width constraint --- */
.container-fluid[b-bje5epd2nt] {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Filter Card (section container) --- */
.filter-card[b-bje5epd2nt] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.35rem 0.75rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
}

.filter-card-header[b-bje5epd2nt] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.25rem;
    padding-bottom: 0.15rem;
    border-bottom: 2px solid #007bff;
    font-size: 0.78rem;
    line-height: 1.2;
}

.filter-card-header i[b-bje5epd2nt] {
    color: #007bff;
    margin-right: 0.2rem;
}

/* --- Compact Form Group --- */
.compact-form-group[b-bje5epd2nt] {
    margin-bottom: 0.15rem;
}

.compact-form-group label[b-bje5epd2nt] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.1rem;
    display: block;
    line-height: 1.2;
}

.compact-form-group .form-control[b-bje5epd2nt],
.compact-form-group .form-select[b-bje5epd2nt] {
    font-size: 0.73rem;
    padding: 0.15rem 0.35rem;
    height: auto;
    line-height: 1.3;
}

/* --- Operator Info Badges --- */
.operator-info-badges[b-bje5epd2nt] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2rem;
    padding-top: 0.6rem;
    font-size: 0.72rem;
    font-weight: 600;
}

.operator-info-badges .badge[b-bje5epd2nt] {
    padding: 0.15rem 0.35rem;
    font-size: 0.68rem;
}

/* --- Checkbox Scroll Lists --- */
.checkbox-scroll[b-bje5epd2nt] {
    max-height: 120px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    padding: 0.6rem;
    background: white;
}

.checkbox-scroll .form-check[b-bje5epd2nt] {
    margin-bottom: 0;
    padding-left: 1.15rem;
    line-height: 1.3;
}

.checkbox-scroll .form-check-input[b-bje5epd2nt] {
    margin-top: 0.15rem;
}

.checkbox-scroll .form-check-label[b-bje5epd2nt] {
    font-size: 0.7rem;
    cursor: pointer;
}

/* Hotel list – taller scroll area for full-width row */
.checkbox-scroll-hotels[b-bje5epd2nt] {
    max-height: 150px;
}

/* Multi-column hotel grid inside full-width scroll */
.hotel-checkbox-grid[b-bje5epd2nt] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0 0.35rem;
}

/* --- Filter Quick Action Buttons (Tümü / Temizle) --- */
.filter-quick-actions[b-bje5epd2nt] {
    float: right;
}

.filter-quick-actions .btn[b-bje5epd2nt] {
    padding: 0.05rem 0.3rem;
    font-size: 0.6rem;
    line-height: 1.3;
}

/* --- Export Checkbox Row --- */
.export-checkbox-row[b-bje5epd2nt] {
    overflow: hidden;
    padding-right: 0.15rem;
}

.export-checkbox[b-bje5epd2nt] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    padding: 0.2rem 0.5rem 0.2rem 1.6rem;
    font-size: 0.73rem;
    font-weight: 500;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
}

.export-checkbox .form-check-label[b-bje5epd2nt] {
    font-size: 0.73rem;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* --- Search / Export Actions Bar --- */
.search-actions[b-bje5epd2nt] {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    border-radius: 4px;
    padding: 0.35rem 0.6rem;
    margin-top: 0.3rem;
    font-size: 0.8rem;
}

.search-actions .btn[b-bje5epd2nt] {
    font-size: 0.78rem;
    padding: 0.2rem 0.6rem;
}

.search-actions .btn-warning[b-bje5epd2nt] {
    font-size: 0.82rem;
    padding: 0.25rem 0.75rem;
}

/* --- Row Gutter Override --- */
.row.g-1 > [class*="col-"][b-bje5epd2nt] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    box-sizing: border-box;
    min-width: 0;
}

/* --- Responsive Adjustments --- */
@media (max-width: 767.98px) {
    .operator-info-badges[b-bje5epd2nt] {
        padding-top: 0.3rem;
    }

    .hotel-checkbox-grid[b-bje5epd2nt] {
        grid-template-columns: 1fr;
    }

    .search-actions .d-flex[b-bje5epd2nt] {
        flex-direction: column;
        text-align: center;
    }
}
/* /Components/Pages/Hotels/HotelExtras.razor.rz.scp.css */
.search-section[b-xm1pbqp4ni] { border-left: 3px solid #007bff; padding-left: 8px; margin-bottom: 0.5rem; }
.filter-label[b-xm1pbqp4ni] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.location-section[b-xm1pbqp4ni] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
.season-section[b-xm1pbqp4ni] { background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
.season-section .filter-label[b-xm1pbqp4ni] { color: rgba(255,255,255,0.8); }
.season-section .form-select[b-xm1pbqp4ni], .season-section .form-control[b-xm1pbqp4ni] { background-color: rgba(255,255,255,0.95); border: none; }
.btn-search[b-xm1pbqp4ni] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); border: none; padding: 0.35rem 1.5rem; font-weight: 500; }
.form-select-sm[b-xm1pbqp4ni], .form-control-sm[b-xm1pbqp4ni] { font-size: 0.75rem; padding: 0.2rem 0.4rem; }
.extras-grid th[b-xm1pbqp4ni] { background-color: #f8f9fa !important; color: #212529 !important; font-size: 0.7rem; padding: 0.25rem 0.35rem !important; font-weight: 600; border-bottom: 2px solid #dee2e6; }
.extras-grid td[b-xm1pbqp4ni] { font-size: 0.7rem; padding: 0.2rem 0.35rem !important; vertical-align: middle; }
.extras-grid .btn-xs[b-xm1pbqp4ni] { padding: 0.1rem 0.25rem; font-size: 0.65rem; }
.summary-card[b-xm1pbqp4ni] { background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%); color: white; border-radius: 8px; padding: 1rem; }
.summary-number[b-xm1pbqp4ni] { font-size: 2rem; font-weight: bold; }
.currency-badge[b-xm1pbqp4ni] { background-color: #17a2b8; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.7rem; font-weight: bold; }
.aktif-badge[b-xm1pbqp4ni] { background-color: #28a745; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.pasif-badge[b-xm1pbqp4ni] { background-color: #dc3545; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.zorunlu-badge[b-xm1pbqp4ni] { background-color: #fd7e14; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.date-cell[b-xm1pbqp4ni] { font-size: 0.65rem; white-space: nowrap; }
/* /Components/Pages/Hotels/HotelMarkup.razor.rz.scp.css */
.search-section[b-4fxxysfi8b] { border-left: 3px solid #007bff; padding-left: 8px; margin-bottom: 0.5rem; }
.filter-label[b-4fxxysfi8b] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.location-section[b-4fxxysfi8b] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
.season-section[b-4fxxysfi8b] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
.season-section .filter-label[b-4fxxysfi8b] { color: rgba(255,255,255,0.8); }
.season-section .form-select[b-4fxxysfi8b], .season-section .form-control[b-4fxxysfi8b] { background-color: rgba(255,255,255,0.95); border: none; }
.btn-search[b-4fxxysfi8b] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); border: none; padding: 0.35rem 1.5rem; font-weight: 500; }
.form-select-sm[b-4fxxysfi8b], .form-control-sm[b-4fxxysfi8b] { font-size: 0.75rem; padding: 0.2rem 0.4rem; }
.markup-grid th[b-4fxxysfi8b] { background-color: #f8f9fa !important; color: #212529 !important; font-size: 0.7rem; padding: 0.25rem 0.35rem !important; font-weight: 600; border-bottom: 2px solid #dee2e6; }
.markup-grid td[b-4fxxysfi8b] { font-size: 0.7rem; padding: 0.2rem 0.35rem !important; vertical-align: middle; }
.markup-grid .btn-xs[b-4fxxysfi8b] { padding: 0.1rem 0.25rem; font-size: 0.65rem; }
.summary-card[b-4fxxysfi8b] { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border-radius: 8px; padding: 1rem; }
.summary-number[b-4fxxysfi8b] { font-size: 2rem; font-weight: bold; }
.currency-badge[b-4fxxysfi8b] { background-color: #17a2b8; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.7rem; font-weight: bold; }
.period-info[b-4fxxysfi8b] { font-size: 0.65rem; color: #6c757d; max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.unit-badge[b-4fxxysfi8b] { background-color: #28a745; }
.pct-badge[b-4fxxysfi8b] { background-color: #fd7e14; }
.rounding-badge[b-4fxxysfi8b] { background-color: #6c757d; padding: 1px 4px; border-radius: 2px; font-size: 0.6rem; }
/* /Components/Pages/Hotels/Management.razor.rz.scp.css */
/* Management Page - Compact Styling */

/* Container adjustments */
.content-wrapper[b-u3dkp67ba0] {
    padding: 0;
}

.content[b-u3dkp67ba0] {
    padding: 0.5rem 0;
}

.container-fluid[b-u3dkp67ba0] {
    padding-top: 10px !important;
}

/* Hotel Selector Card Compact */
.hotel-selector-card[b-u3dkp67ba0] {
    margin-bottom: 0.5rem;
}

.hotel-selector-card .card-header[b-u3dkp67ba0] {
    padding: 0.4rem 0.75rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.hotel-selector-card .card-header .card-title[b-u3dkp67ba0] {
    color: white;
    margin: 0;
}

.hotel-selector-card .card-body[b-u3dkp67ba0] {
    padding: 0.75rem;
}

/* Compact Form Group */
.compact-form-group[b-u3dkp67ba0] {
    margin-bottom: 0.25rem;
}

.compact-form-group label[b-u3dkp67ba0] {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
    color: #495057;
    display: block;
}

.compact-form-group label i[b-u3dkp67ba0] {
    margin-right: 0.25rem;
    color: #6c757d;
}

/* Tab Navigation Compact */
.hotel-tabs[b-u3dkp67ba0] {
    margin-top: 0.5rem !important;
}

.hotel-tabs .nav-tabs[b-u3dkp67ba0] {
    border-bottom: 2px solid #dee2e6;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.hotel-tabs .nav-tabs[b-u3dkp67ba0]::-webkit-scrollbar {
    height: 4px;
}

.hotel-tabs .nav-tabs[b-u3dkp67ba0]::-webkit-scrollbar-thumb {
    background-color: #adb5bd;
    border-radius: 2px;
}

.hotel-tabs .nav-link[b-u3dkp67ba0] {
    padding: 0.4rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #495057;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    white-space: nowrap;
    transition: all 0.15s ease;
}

.hotel-tabs .nav-link:hover[b-u3dkp67ba0] {
    color: #007bff;
    border-bottom-color: #007bff;
    background-color: rgba(0, 123, 255, 0.05);
}

.hotel-tabs .nav-link.active[b-u3dkp67ba0] {
    color: #007bff;
    border-bottom-color: #007bff;
    background-color: transparent;
    font-weight: 600;
}

.hotel-tabs .nav-link i[b-u3dkp67ba0] {
    margin-right: 0.35rem;
}

/* Tab Content */
.tab-content[b-u3dkp67ba0] {
    padding: 0.75rem 0;
}

.tab-pane[b-u3dkp67ba0] {
    animation: fadeIn-b-u3dkp67ba0 0.2s ease-in-out;
}

@keyframes fadeIn-b-u3dkp67ba0 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Badge styling */
.badge-info[b-u3dkp67ba0] {
    font-size: 0.65rem;
    padding: 0.15rem 0.4rem;
    vertical-align: middle;
    margin-left: 0.25rem;
}

/* Form check compact */
.form-check-inline[b-u3dkp67ba0] {
    margin-right: 1rem;
}

.form-check-label.small[b-u3dkp67ba0] {
    font-size: 0.75rem;
}

/* Row gap */
.row.g-2[b-u3dkp67ba0] {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
}

/* Override default card margins in child tabs */
.tab-content .card[b-u3dkp67ba0] {
    margin-bottom: 0.5rem;
}

.tab-content .card-header[b-u3dkp67ba0] {
    padding: 0.5rem 0.75rem;
}

.tab-content .card-body[b-u3dkp67ba0] {
    padding: 0.75rem;
}

/* Modal fixes for full screen */
.modal-backdrop[b-u3dkp67ba0] {
    z-index: 1040;
}

.modal[b-u3dkp67ba0] {
    z-index: 1050;
}
/* /Components/Pages/Hotels/RezHotelForecastBlock.razor.rz.scp.css */
/* Summary cards */
.summary-card[b-dcm5lck458] {
    border-radius: 8px;
    padding: 1rem;
    color: white;
    min-height: 80px;
}
.summary-card .summary-number[b-dcm5lck458] { font-size: 1.4rem; font-weight: bold; }
.summary-card .summary-label[b-dcm5lck458] { font-size: 0.8rem; opacity: 0.9; }
.summary-card .summary-icon[b-dcm5lck458] { font-size: 1.8rem; opacity: 0.5; }

.bg-gradient-info[b-dcm5lck458] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.bg-gradient-success[b-dcm5lck458] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); }
.bg-gradient-warning[b-dcm5lck458] { background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%); color: #212529 !important; }
.bg-gradient-warning .summary-label[b-dcm5lck458] { color: #212529 !important; }
.bg-gradient-primary[b-dcm5lck458] { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }

/* Fixed-column + scrollable grid layout */
.forecast-grid-wrapper[b-dcm5lck458] {
    position: relative;
    overflow: hidden;
}

.forecast-grid-container[b-dcm5lck458] {
    overflow-x: auto;
    max-height: 70vh;
    overflow-y: auto;
}

.forecast-table[b-dcm5lck458] {
    table-layout: auto;
    white-space: nowrap;
    font-size: 0.82rem;
}

.forecast-table thead th[b-dcm5lck458] {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f8f9fa;
}

/* Fixed columns */
.fixed-col[b-dcm5lck458] {
    position: sticky;
    z-index: 1;
    background: inherit;
}

.fixed-col.col-check[b-dcm5lck458]  { left: 0; min-width: 40px; max-width: 40px; }
.fixed-col.col-hotel[b-dcm5lck458]  { left: 40px; min-width: 160px; max-width: 200px; }
.fixed-col.col-room[b-dcm5lck458]   { left: 200px; min-width: 100px; max-width: 140px; }
.fixed-col.col-type[b-dcm5lck458]   { left: 300px; min-width: 90px; max-width: 110px; }
.fixed-col.col-priority[b-dcm5lck458] { left: 390px; min-width: 70px; max-width: 80px; }
.fixed-col.col-row[b-dcm5lck458]    { left: 460px; min-width: 80px; max-width: 90px; }

thead .fixed-col[b-dcm5lck458] {
    z-index: 3;
    background: #f8f9fa;
}

/* Date & total columns */
.date-col[b-dcm5lck458] {
    min-width: 55px;
    max-width: 65px;
}

.total-col[b-dcm5lck458] {
    min-width: 60px;
    font-weight: bold;
}

/* Row type coloring */
.row-quota[b-dcm5lck458] {
    background-color: #E8F5E9 !important;
}
.row-quota .fixed-col[b-dcm5lck458] { background-color: #E8F5E9; }

.row-used[b-dcm5lck458] {
    background-color: #FFF3E0 !important;
}
.row-used .fixed-col[b-dcm5lck458] { background-color: #FFF3E0; }

.row-remaining[b-dcm5lck458] {
    background-color: #E3F2FD !important;
}
.row-remaining .fixed-col[b-dcm5lck458] { background-color: #E3F2FD; }

.row-live[b-dcm5lck458] {
    background-color: #F3E5F5 !important;
}
.row-live .fixed-col[b-dcm5lck458] { background-color: #F3E5F5; }

/* Remaining cell value highlights */
.cell-danger[b-dcm5lck458] {
    background-color: #FFCDD2 !important;
    font-weight: bold;
}

.cell-warning[b-dcm5lck458] {
    background-color: #FFF9C4 !important;
}

/* Selected row highlight */
.selected-row[b-dcm5lck458] {
    outline: 2px solid #007bff;
    outline-offset: -2px;
}

/* Totals sections */
.totals-section[b-dcm5lck458] {
    border-bottom: 1px solid #dee2e6;
}

.totals-section:last-child[b-dcm5lck458] {
    border-bottom: none;
}
/* /Components/Pages/Hotels/StopSales.razor.rz.scp.css */
.search-section[b-q6ky1rydvn] { border-left: 3px solid #dc3545; padding-left: 8px; margin-bottom: 0.5rem; }
.filter-label[b-q6ky1rydvn] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.location-section[b-q6ky1rydvn] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
.operator-section[b-q6ky1rydvn] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
.operator-section .filter-label[b-q6ky1rydvn] { color: rgba(255,255,255,0.8); }
.operator-section .form-select[b-q6ky1rydvn], .operator-section .form-control[b-q6ky1rydvn] { background-color: rgba(255,255,255,0.95); border: none; }
.btn-search[b-q6ky1rydvn] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); border: none; padding: 0.35rem 1.5rem; font-weight: 500; }
.form-select-sm[b-q6ky1rydvn], .form-control-sm[b-q6ky1rydvn] { font-size: 0.75rem; padding: 0.2rem 0.4rem; }
.stop-grid th[b-q6ky1rydvn] { background-color: #f8f9fa !important; font-size: 0.7rem; padding: 0.25rem 0.35rem !important; }
.stop-grid td[b-q6ky1rydvn] { font-size: 0.7rem; padding: 0.2rem 0.35rem !important; }
.stop-grid .btn-xs[b-q6ky1rydvn] { padding: 0.1rem 0.25rem; font-size: 0.65rem; }
.summary-card[b-q6ky1rydvn] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); color: white; border-radius: 8px; padding: 1rem; }
.summary-number[b-q6ky1rydvn] { font-size: 2rem; font-weight: bold; }
.aktif-badge[b-q6ky1rydvn] { background-color: #28a745; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.pasif-badge[b-q6ky1rydvn] { background-color: #dc3545; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.date-cell[b-q6ky1rydvn] { font-size: 0.65rem; white-space: nowrap; }
/* /Components/Pages/Operations/GuestTraffic.razor.rz.scp.css */
.search-section[b-4xq1wutp0r] { border-left: 3px solid #007bff; padding-left: 8px; margin-bottom: 0.5rem; }
.filter-label[b-4xq1wutp0r] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.operator-section[b-4xq1wutp0r] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
.operator-section .filter-label[b-4xq1wutp0r] { color: rgba(255,255,255,0.8); }
.operator-section .form-select[b-4xq1wutp0r], .operator-section .form-control[b-4xq1wutp0r] { background-color: rgba(255,255,255,0.95); border: none; }
.location-section[b-4xq1wutp0r] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
.date-filter-group[b-4xq1wutp0r] { background-color: #e7f5ff; border-radius: 6px; padding: 0.5rem; border: 1px solid #74c0fc; }
.btn-search[b-4xq1wutp0r] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); border: none; padding: 0.35rem 1.5rem; font-weight: 500; }
.form-select-sm[b-4xq1wutp0r], .form-control-sm[b-4xq1wutp0r] { font-size: 0.75rem; padding: 0.2rem 0.4rem; }
.traffic-grid th[b-4xq1wutp0r] { background-color: #f8f9fa !important; color: #212529 !important; font-size: 0.7rem; padding: 0.25rem 0.35rem !important; font-weight: 600; border-bottom: 2px solid #dee2e6; }
.traffic-grid td[b-4xq1wutp0r] { font-size: 0.7rem; padding: 0.2rem 0.35rem !important; vertical-align: middle; }
.traffic-grid .btn-xs[b-4xq1wutp0r] { padding: 0.1rem 0.25rem; font-size: 0.65rem; }
.pax-badge[b-4xq1wutp0r] { background-color: #007bff; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.7rem; font-weight: bold; }
.arrival-badge[b-4xq1wutp0r] { background-color: #28a745; color: white; padding: 2px 8px; border-radius: 3px; font-size: 0.7rem; }
.departure-badge[b-4xq1wutp0r] { background-color: #dc3545; color: white; padding: 2px 8px; border-radius: 3px; font-size: 0.7rem; }
.totals-row[b-4xq1wutp0r] { background-color: #e9ecef !important; font-weight: bold; }
.checkbox-list-container[b-4xq1wutp0r] { max-height: 120px; overflow-y: auto; border: 1px solid #ced4da; border-radius: 4px; padding: 4px; background: white; }
.checkbox-list-container label[b-4xq1wutp0r] { display: block; font-size: 0.7rem; padding: 2px 4px; cursor: pointer; white-space: nowrap; }
.checkbox-list-container label:hover[b-4xq1wutp0r] { background-color: #f8f9fa; }
.multiselect-section[b-4xq1wutp0r] { background-color: #e8f4f8; border-radius: 6px; padding: 0.5rem; border: 1px solid #b8daff; }
.summary-card[b-4xq1wutp0r] { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border-radius: 8px; padding: 1rem; }
.summary-number[b-4xq1wutp0r] { font-size: 2rem; font-weight: bold; }
/* /Components/Pages/Operations/TourEsnafPayment.razor.rz.scp.css */
body[b-quwyk4sl50] { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; }
.popup-container[b-quwyk4sl50] { max-width: 800px; margin: 1rem auto; }
.payment-panel[b-quwyk4sl50] { background: white; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.payment-header[b-quwyk4sl50] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); color: white; padding: 0.75rem; border-radius: 8px 8px 0 0; }
.form-label-sm[b-quwyk4sl50] { font-size: 0.75rem; font-weight: 500; margin-bottom: 0.2rem; }
.filter-label[b-quwyk4sl50] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.payment-form[b-quwyk4sl50] { background: #f8f9fa; padding: 1rem; border-radius: 6px; margin-top: 1rem; }
/* /Components/Pages/Operations/TourGuidePayment.razor.rz.scp.css */
body[b-bu5bkdkeqd] { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; }
.popup-container[b-bu5bkdkeqd] { max-width: 800px; margin: 1rem auto; }
.payment-panel[b-bu5bkdkeqd] { background: white; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.payment-header[b-bu5bkdkeqd] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); color: white; padding: 0.75rem; border-radius: 8px 8px 0 0; }
.form-label-sm[b-bu5bkdkeqd] { font-size: 0.75rem; font-weight: 500; margin-bottom: 0.2rem; }
.filter-label[b-bu5bkdkeqd] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.payment-form[b-bu5bkdkeqd] { background: #f8f9fa; padding: 1rem; border-radius: 6px; margin-top: 1rem; }
/* /Components/Pages/Operations/TourPlan.razor.rz.scp.css */
.plan-header[b-wqx8p1u3st] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); color: white; border-radius: 6px; padding: 1rem; margin-bottom: 1rem; }
.stat-card[b-wqx8p1u3st] { background: rgba(255,255,255,0.1); border-radius: 6px; padding: 0.75rem; text-align: center; }
.stat-value[b-wqx8p1u3st] { font-size: 1.5rem; font-weight: bold; }
.stat-label[b-wqx8p1u3st] { font-size: 0.75rem; opacity: 0.8; }
.tab-section[b-wqx8p1u3st] { background: #f8f9fa; border-radius: 6px; border: 1px solid #dee2e6; }
.nav-tabs .nav-link[b-wqx8p1u3st] { color: #495057; font-size: 0.85rem; }
.nav-tabs .nav-link.active[b-wqx8p1u3st] { background-color: white; border-bottom: 2px solid #17a2b8; font-weight: 600; }
.assignment-panel[b-wqx8p1u3st] { background: #fff3cd; border-radius: 6px; padding: 0.75rem; border: 1px solid #ffc107; margin-bottom: 0.5rem; }
.ticket-grid th[b-wqx8p1u3st] { background-color: #343a40 !important; color: white !important; font-size: 0.7rem; padding: 0.3rem 0.4rem !important; position: sticky; top: 0; }
.ticket-grid td[b-wqx8p1u3st] { font-size: 0.7rem; padding: 0.25rem 0.4rem !important; vertical-align: middle; }
.ticket-grid .btn-xs[b-wqx8p1u3st] { padding: 0.1rem 0.25rem; font-size: 0.65rem; }
.filter-label[b-wqx8p1u3st] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.new-ticket-row[b-wqx8p1u3st] { background-color: #d4edda !important; }
.cancelled-row[b-wqx8p1u3st] { background-color: #f8d7da !important; text-decoration: line-through; }
.transfer-badge[b-wqx8p1u3st] { background-color: #28a745; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.no-transfer-badge[b-wqx8p1u3st] { background-color: #dc3545; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.inline-select[b-wqx8p1u3st] { font-size: 0.7rem; padding: 0.15rem 0.3rem; min-width: 80px; }
.inline-input[b-wqx8p1u3st] { font-size: 0.7rem; padding: 0.15rem 0.3rem; width: 60px; }
/* /Components/Pages/Operations/TourSales.razor.rz.scp.css */
.search-section[b-wpvmagiaan] { border-left: 3px solid #007bff; padding-left: 8px; margin-bottom: 0.5rem; }
.filter-label[b-wpvmagiaan] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.location-section[b-wpvmagiaan] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
.tour-section[b-wpvmagiaan] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
.tour-section .filter-label[b-wpvmagiaan] { color: rgba(255,255,255,0.8); }
.tour-section .form-select[b-wpvmagiaan], .tour-section .form-control[b-wpvmagiaan] { background-color: rgba(255,255,255,0.95); border: none; }
.btn-search[b-wpvmagiaan] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); border: none; padding: 0.35rem 1.5rem; font-weight: 500; }
.form-select-sm[b-wpvmagiaan], .form-control-sm[b-wpvmagiaan] { font-size: 0.75rem; padding: 0.2rem 0.4rem; }
.tour-grid th[b-wpvmagiaan] { background-color: #f8f9fa !important; color: #212529 !important; font-size: 0.7rem; padding: 0.2rem 0.4rem !important; font-weight: 600; position: sticky; top: 0; z-index: 1; border-bottom: 2px solid #dee2e6; white-space: nowrap; }
.tour-grid td[b-wpvmagiaan] { font-size: 0.7rem; padding: 0.2rem 0.4rem !important; vertical-align: middle; white-space: nowrap; }
.tour-grid .btn-xs[b-wpvmagiaan] { padding: 0.05rem 0.15rem; font-size: 0.6rem; }
.tour-grid tr[b-wpvmagiaan] { line-height: 1.1; }
.summary-card[b-wpvmagiaan] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); color: white; border-radius: 8px; padding: 0.75rem; }
.summary-number[b-wpvmagiaan] { font-size: 1.5rem; font-weight: bold; }
.currency-summary[b-wpvmagiaan] { background: rgba(255,255,255,0.1); border-radius: 4px; padding: 0.5rem; margin: 0.25rem 0; }
.status-active[b-wpvmagiaan] { background-color: #28a745; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.status-cancelled[b-wpvmagiaan] { background-color: #dc3545; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.65rem; }
.transfer-badge[b-wpvmagiaan] { background-color: #28a745; color: white; padding: 1px 4px; border-radius: 3px; font-size: 0.6rem; }
.date-cell[b-wpvmagiaan] { font-size: 0.6rem; white-space: nowrap; }
.price-cell[b-wpvmagiaan] { text-align: right; font-family: monospace; font-size: 0.6rem; }
.row-cancelled[b-wpvmagiaan] { background-color: #f8d7da !important; }
.row-planned[b-wpvmagiaan] { background-color: #cce5ff !important; }
.bulk-panel[b-wpvmagiaan] { background: #e9ecef; border-radius: 6px; padding: 0.75rem; margin-bottom: 0.5rem; }
.payment-icon[b-wpvmagiaan] { width: 16px; height: 16px; border-radius: 50%; display: inline-block; cursor: pointer; }
.payment-paid[b-wpvmagiaan] { background-color: #28a745; }
.payment-unpaid[b-wpvmagiaan] { background-color: #dc3545; }
.payment-icon:hover[b-wpvmagiaan] { opacity: 0.8; transform: scale(1.1); }
.payment-icon .fa-check[b-wpvmagiaan] { font-size: 0.5rem; color: white; }
.report-panel[b-wpvmagiaan] { background: #fff; border: 1px solid #dee2e6; border-radius: 6px; padding: 1rem; margin-bottom: 1rem; }
.report-panel .report-title[b-wpvmagiaan] { font-weight: bold; margin-bottom: 0.5rem; }
.report-table[b-wpvmagiaan] { width: 100%; border-collapse: collapse; font-size: 0.75rem; }
.report-table th[b-wpvmagiaan], .report-table td[b-wpvmagiaan] { border: 1px solid #dee2e6; padding: 0.3rem 0.5rem; }
.report-table th[b-wpvmagiaan] { background-color: #f8f9fa; font-weight: 600; }
.report-table tr:nth-child(even)[b-wpvmagiaan] { background-color: #f8f9fa; }
.report-table .subtotal[b-wpvmagiaan] { background-color: #e9ecef; font-weight: 500; }
.report-table .total-row[b-wpvmagiaan] { background-color: #17a2b8; color: white; font-weight: bold; }

/* PayKeeper Modal Styles */
.pk-modal-overlay[b-wpvmagiaan] { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 9999; display: flex; justify-content: center; align-items: center; }
.pk-modal[b-wpvmagiaan] { background: #fff; border-radius: 12px; padding: 25px; max-width: 450px; width: 90%; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); text-align: center; position: relative; }
.pk-modal h4[b-wpvmagiaan] { margin: 0 0 20px 0; color: #333; font-size: 18px; }
.pk-modal .pk-close[b-wpvmagiaan] { position: absolute; top: 10px; right: 15px; font-size: 24px; cursor: pointer; color: #999; }
.pk-modal .pk-close:hover[b-wpvmagiaan] { color: #333; }
.pk-link-box[b-wpvmagiaan] { background: #f5f5f5; border: 1px solid #ddd; border-radius: 6px; padding: 10px; margin: 15px 0; word-break: break-all; font-size: 12px; color: #333; max-height: 60px; overflow-y: auto; }
.pk-qr-container[b-wpvmagiaan] { display: flex; justify-content: center; margin: 20px 0; }
.pk-buttons[b-wpvmagiaan] { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.pk-btn[b-wpvmagiaan] { padding: 10px 20px; border: none; border-radius: 6px; cursor: pointer; font-size: 14px; display: inline-flex; align-items: center; gap: 5px; }
.pk-btn-copy[b-wpvmagiaan] { background: #28a745; color: #fff; }
.pk-btn-copy:hover[b-wpvmagiaan] { background: #218838; }
.pk-btn-open[b-wpvmagiaan] { background: #007bff; color: #fff; }
.pk-btn-open:hover[b-wpvmagiaan] { background: #0056b3; }
.pk-btn-close[b-wpvmagiaan] { background: #6c757d; color: #fff; }
.pk-btn-close:hover[b-wpvmagiaan] { background: #545b62; }
.pk-success[b-wpvmagiaan] { color: #28a745; font-weight: bold; margin-top: 10px; }
.pk-error[b-wpvmagiaan] { color: #dc3545; font-weight: bold; margin-top: 10px; }
.pk-loading[b-wpvmagiaan] { color: #666; font-style: italic; }
.pk-info-table[b-wpvmagiaan] { width: 100%; font-size: 13px; border-collapse: collapse; text-align: left; margin-bottom: 15px; }
.pk-info-table td[b-wpvmagiaan] { padding: 4px 8px; border-bottom: 1px solid #eee; }
.pk-info-table td:first-child[b-wpvmagiaan] { width: 100px; color: #666; font-weight: 500; }
.pk-ruble-btn[b-wpvmagiaan] { background: none; border: 1px solid #6c757d; color: #6c757d; padding: 1px 4px; border-radius: 3px; font-size: 0.6rem; cursor: pointer; }
.pk-ruble-btn:hover[b-wpvmagiaan] { background: #6c757d; color: white; }
/* /Components/Pages/Operations/TourShop.razor.rz.scp.css */
body[b-wahn4nkk7q] { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; }
.popup-container[b-wahn4nkk7q] { max-width: 1100px; margin: 1rem auto; }
.shop-panel[b-wahn4nkk7q] { background: white; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.shop-header[b-wahn4nkk7q] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); color: white; padding: 0.75rem; border-radius: 8px 8px 0 0; }
.form-label-sm[b-wahn4nkk7q] { font-size: 0.75rem; font-weight: 500; margin-bottom: 0.2rem; }
.filter-label[b-wahn4nkk7q] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.add-form[b-wahn4nkk7q] { background: #f8f9fa; padding: 1rem; border-radius: 6px; }
.detail-section[b-wahn4nkk7q] { background: #fff3cd; padding: 0.75rem; border-radius: 6px; margin-top: 1rem; }
/* /Components/Pages/Operations/TourTicketAssignment.razor.rz.scp.css */
.search-section[b-wlvfjdt257] { border-left: 3px solid #6f42c1; padding-left: 8px; margin-bottom: 0.5rem; }
.filter-label[b-wlvfjdt257] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.form-select-sm[b-wlvfjdt257], .form-control-sm[b-wlvfjdt257] { font-size: 0.8rem; padding: 0.25rem 0.5rem; }
.ticket-grid th[b-wlvfjdt257] { background-color: #6f42c1 !important; color: white !important; font-size: 0.75rem; padding: 0.3rem 0.5rem !important; font-weight: 600; position: sticky; top: 0; z-index: 1; }
.ticket-grid td[b-wlvfjdt257] { font-size: 0.75rem; padding: 0.25rem 0.5rem !important; vertical-align: middle; }
.ticket-grid .btn-xs[b-wlvfjdt257] { padding: 0.15rem 0.3rem; font-size: 0.7rem; }
.usage-grid th[b-wlvfjdt257] { background-color: #17a2b8 !important; color: white !important; font-size: 0.7rem; padding: 0.25rem 0.4rem !important; }
.usage-grid td[b-wlvfjdt257] { font-size: 0.7rem; padding: 0.2rem 0.4rem !important; }
.summary-card[b-wlvfjdt257] { background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%); color: white; border-radius: 8px; padding: 1rem; }
.summary-number[b-wlvfjdt257] { font-size: 2rem; font-weight: bold; }
.book-active[b-wlvfjdt257] { background-color: #d4edda !important; }
.book-closed[b-wlvfjdt257] { background-color: #f8d7da !important; }
.book-returned[b-wlvfjdt257] { background-color: #fff3cd !important; }
/* /Components/Pages/Operations/TourTicketDetail.razor.rz.scp.css */
body[b-p7y2h3na12] { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; }
.filter-label[b-p7y2h3na12] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.form-label-sm[b-p7y2h3na12] { font-size: 0.75rem; font-weight: 500; margin-bottom: 0.2rem; }
.form-control-sm[b-p7y2h3na12], .form-select-sm[b-p7y2h3na12] { font-size: 0.8rem; padding: 0.25rem 0.5rem; }
.ticket-header[b-p7y2h3na12] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); color: white; padding: 0.75rem; border-radius: 8px 8px 0 0; }
.ticket-panel[b-p7y2h3na12] { background: white; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.guest-row[b-p7y2h3na12] { background-color: #f8f9fa; padding: 0.5rem; margin-bottom: 0.5rem; border-radius: 4px; border-left: 3px solid #17a2b8; font-size: 0.8rem; }
.price-panel[b-p7y2h3na12] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); color: white; padding: 0.75rem; border-radius: 8px; }
.price-row[b-p7y2h3na12] { display: flex; justify-content: space-between; padding: 0.2rem 0; font-size: 0.85rem; }
.cancel-panel[b-p7y2h3na12] { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); color: white; padding: 0.75rem; border-radius: 8px; }
.info-section[b-p7y2h3na12] { background-color: #e9ecef; padding: 0.5rem; border-radius: 4px; margin-bottom: 0.5rem; }
.section-header[b-p7y2h3na12] { font-size: 0.8rem; font-weight: 600; color: #495057; margin-bottom: 0.5rem; }
.btn-sm[b-p7y2h3na12] { font-size: 0.75rem; padding: 0.25rem 0.75rem; }
.popup-container[b-p7y2h3na12] { max-width: 1000px; margin: 1rem auto; }
/* /Components/Pages/Operations/TourTicketEntry.razor.rz.scp.css */
.filter-label[b-hhfk9lh0cr] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.form-label-sm[b-hhfk9lh0cr] { font-size: 0.75rem; font-weight: 500; margin-bottom: 0.2rem; }
.form-control-sm[b-hhfk9lh0cr], .form-select-sm[b-hhfk9lh0cr] { font-size: 0.8rem; padding: 0.25rem 0.5rem; }
.ticket-header[b-hhfk9lh0cr] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); color: white; padding: 1rem; border-radius: 8px 8px 0 0; }
.guest-row[b-hhfk9lh0cr] { background-color: #f8f9fa; padding: 0.75rem; margin-bottom: 0.5rem; border-radius: 6px; border-left: 3px solid #17a2b8; }
.guest-row:nth-child(even)[b-hhfk9lh0cr] { border-left-color: #6f42c1; }
.price-summary[b-hhfk9lh0cr] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); color: white; padding: 1rem; border-radius: 8px; }
.price-row[b-hhfk9lh0cr] { display: flex; justify-content: space-between; padding: 0.25rem 0; border-bottom: 1px solid rgba(255,255,255,0.2); }
.price-row:last-child[b-hhfk9lh0cr] { border-bottom: none; }
.price-total[b-hhfk9lh0cr] { font-size: 1.5rem; font-weight: bold; }
.section-header[b-hhfk9lh0cr] { background-color: #e9ecef; padding: 0.5rem; border-radius: 4px; margin-bottom: 0.5rem; font-weight: 600; }
.transfer-calc-summary[b-hhfk9lh0cr] { font-size: 0.85rem; color: #0c5460; }
/* /Components/Pages/Operations/TourVoucher.razor.rz.scp.css */
.voucher-container[b-svnph14e70] { max-width: 900px; margin: 0 auto; }
.voucher-header[b-svnph14e70] { background-color: #f8f9fa; border-bottom: 2px solid #17a2b8; }
.voucher-table[b-svnph14e70] { font-size: 0.85rem; }
.voucher-table th[b-svnph14e70] { background-color: #e9ecef; width: 25%; }
.voucher-footer[b-svnph14e70] { border-top: 2px solid #17a2b8; background-color: #f8f9fa; }
.cancel-badge[b-svnph14e70] { background-color: #dc3545; color: white; font-weight: 600; padding: 4px 10px; border-radius: 4px; }

@media print {
    /* Hide AdminLTE layout elements */
    .main-header[b-svnph14e70], .main-sidebar[b-svnph14e70], .main-footer[b-svnph14e70], .control-sidebar[b-svnph14e70], .card-header .btn[b-svnph14e70], .no-print[b-svnph14e70] {
        display: none !important;
    }

    /* Reset content wrapper to fill the page */
    .content-wrapper[b-svnph14e70], .content[b-svnph14e70], .wrapper[b-svnph14e70] {
        margin-left: 0 !important;
        margin-top: 0 !important;
        padding: 0 !important;
        background: white !important;
        width: 100% !important;
    }

    .voucher-container[b-svnph14e70] { 
        max-width: 100% !important; 
        width: 100% !important;
        margin: 0 !important;
        padding: 0 10px !important;
        border: none !important;
        box-shadow: none !important;
    }
    
    .classic-design[b-svnph14e70] {
         border: none !important;
    }

    /* Hide browser headers/footers */
    @page {
        margin: 5mm;
        size: auto;
    }
    
    body[b-svnph14e70] { 
        font-size: 10pt; 
        background-color: white !important;
    }
}
/* /Components/Pages/Operations/TransferBooking.razor.rz.scp.css */
body[b-eb4j00tzyz] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    padding: 10px;
    font-size: 13px;
    margin: 0;
    overflow-y: auto;
}

.booking-container[b-eb4j00tzyz] {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    max-width: 1200px;
    margin: 0 auto;
}

.booking-header[b-eb4j00tzyz] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    color: white;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
}

.booking-header h4[b-eb4j00tzyz] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
}

.info-table[b-eb4j00tzyz] {
    width: 100%;
}

.info-table td[b-eb4j00tzyz] {
    padding: 5px 10px;
    font-size: 13px;
}

.info-table td:first-child[b-eb4j00tzyz] {
    font-weight: 600;
    color: #495057;
    width: 150px;
}

.info-table td:nth-child(2)[b-eb4j00tzyz] {
    width: 10px;
    text-align: center;
}

.section-card[b-eb4j00tzyz] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.section-header[b-eb4j00tzyz] {
    background: #17a2b8;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.section-header:hover[b-eb4j00tzyz] {
    background: #138496;
}

.section-content[b-eb4j00tzyz] {
    padding: 15px;
}

.price-summary[b-eb4j00tzyz] {
    background: #e8f5e9;
    border: 2px solid #4caf50;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
}

.price-summary table[b-eb4j00tzyz] {
    width: 100%;
    font-size: 13px;
}

.price-summary td[b-eb4j00tzyz] {
    padding: 5px;
}

.price-summary .total-row[b-eb4j00tzyz] {
    font-size: 18px;
    font-weight: bold;
    color: #2e7d32;
    border-top: 2px solid #4caf50;
    padding-top: 10px;
}

.guest-grid[b-eb4j00tzyz] {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    margin: 10px 0;
}

.guest-grid thead[b-eb4j00tzyz] {
    background: #343a40 !important;
    color: white !important;
}

.guest-grid thead th[b-eb4j00tzyz] {
    background: #343a40 !important;
    color: white !important;
    padding: 8px 5px;
    border: 1px solid #dee2e6;
    font-size: 12px;
}

.guest-grid td[b-eb4j00tzyz] {
    padding: 5px;
    border: 1px solid #dee2e6;
    vertical-align: middle;
}

.guest-grid input[b-eb4j00tzyz], .guest-grid select[b-eb4j00tzyz] {
    width: 100%;
    padding: 4px;
    font-size: 12px;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.form-control-sm[b-eb4j00tzyz] {
    padding: 5px 10px;
    font-size: 13px;
}

.btn-book[b-eb4j00tzyz] {
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.transfer-info[b-eb4j00tzyz] {
    background: #e7f5ff;
    border: 1px solid #74c0fc;
    border-radius: 6px;
    padding: 10px;
    margin-top: 10px;
}

.checkbox-list[b-eb4j00tzyz] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.checkbox-list label[b-eb4j00tzyz] {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
}

.checkbox-list label:hover[b-eb4j00tzyz] {
    background: #e9ecef;
}
/* /Components/Pages/Operations/TransferGuest.razor.rz.scp.css */
.guest-section[b-k7qrlb8b7j] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); border-radius: 6px; padding: 0.75rem; margin-bottom: 0.5rem; }
.guest-section .form-label[b-k7qrlb8b7j] { color: rgba(255,255,255,0.9); font-size: 0.75rem; margin-bottom: 0.1rem; }
.guest-section .form-select[b-k7qrlb8b7j], .guest-section .form-control[b-k7qrlb8b7j] { font-size: 0.8rem; }
.price-input[b-k7qrlb8b7j] { background-color: #fff3cd; border: 1px solid #ffc107; padding: 1rem; border-radius: 6px; }
.guest-table th[b-k7qrlb8b7j] { background-color: #343a40 !important; color: white !important; font-size: 0.75rem; padding: 0.35rem !important; }
.guest-table td[b-k7qrlb8b7j] { font-size: 0.75rem; padding: 0.3rem !important; vertical-align: middle; }
.filter-label[b-k7qrlb8b7j] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.btn-action[b-k7qrlb8b7j] { padding: 0.25rem 0.5rem; font-size: 0.7rem; }
.payment-badge-paid[b-k7qrlb8b7j] { background-color: #28a745; }
.payment-badge-unpaid[b-k7qrlb8b7j] { background-color: #dc3545; }
.quick-add-section[b-k7qrlb8b7j] { background-color: #e8f4f8; border-radius: 6px; padding: 1rem; border: 1px solid #b8daff; }
/* /Components/Pages/Operations/TransferMisafir.razor.rz.scp.css */
.transfer-grid[b-nmrj7j9nte] { font-size: 0.75rem; }
.transfer-grid th[b-nmrj7j9nte] { background-color: #000000 !important; color: #ffffff !important; padding: 0.25rem 0.5rem; white-space: nowrap; position: sticky; top: 0; z-index: 10; }
.transfer-grid td[b-nmrj7j9nte] { padding: 0.25rem 0.5rem; vertical-align: middle; }
.transfer-grid tr:hover[b-nmrj7j9nte] { background-color: #e9ecef; }
.grid-title[b-nmrj7j9nte] { color: white; background: #000000; padding: 0.5rem 1rem; margin-bottom: 0; }
.update-form[b-nmrj7j9nte] { background: #1a1a2e; padding: 1rem; border-radius: 0 0 6px 6px; }
.update-form label[b-nmrj7j9nte] { color: #aaa; font-size: 0.75rem; }
.update-form .form-control[b-nmrj7j9nte], .update-form .form-select[b-nmrj7j9nte] { font-size: 0.8rem; }
.res-link[b-nmrj7j9nte] { cursor: pointer; }
.res-link:hover[b-nmrj7j9nte] { text-decoration: underline; }
/* /Components/Pages/Operations/TransferPricing.razor.rz.scp.css */
/* Transfer Pricing Component Styles - Matching PriceSearch.razor design */

/* Main container - full width */
.content>.container-fluid[b-mpon1stnbt] {
    padding: 0.5rem;
}

/* Filter card container - constrained width and centered */
.card.card-primary[b-mpon1stnbt] {
    max-width: 1000px;
    margin: 0 auto 0.5rem auto;
}

/* Results section - full width */
#searchResultsSection[b-mpon1stnbt] {
    max-width: 100%;
    margin: 0;
}

/* Ultra compact form groups */
.compact-form-group[b-mpon1stnbt] {
    margin-bottom: 0.25rem;
}

.compact-form-group label[b-mpon1stnbt] {
    font-size: 0.7rem;
    margin-bottom: 0.1rem;
    font-weight: 500;
    display: block;
}

.compact-form-group label i[b-mpon1stnbt] {
    margin-right: 0.15rem;
    font-size: 0.65rem;
}

.compact-form-group .form-control[b-mpon1stnbt],
.compact-form-group .form-select[b-mpon1stnbt] {
    height: 28px;
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
}

/* Compact filter cards */
.filter-card[b-mpon1stnbt] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}

.filter-card-header[b-mpon1stnbt] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.4rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #e9ecef;
}

.filter-card-header i[b-mpon1stnbt] {
    margin-right: 0.25rem;
    font-size: 0.75rem;
}

/* Section divider */
.section-divider[b-mpon1stnbt] {
    border-top: 1px solid #e9ecef;
    margin: 0.5rem 0;
}

/* Smaller row spacing in filter cards */
.filter-card .row[b-mpon1stnbt] {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.filter-card .row>[class*="col-"][b-mpon1stnbt] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

/* Compact card */
.card[b-mpon1stnbt] {
    margin-bottom: 0.5rem;
}

.card-body[b-mpon1stnbt] {
    padding: 0.5rem !important;
}

.card-header[b-mpon1stnbt] {
    padding: 0.35rem 0.75rem !important;
}

.card-title[b-mpon1stnbt] {
    font-size: 0.9rem !important;
    margin-bottom: 0;
}

/* Transfer grid styles */
.transfer-grid th[b-mpon1stnbt] {
    background-color: #f8f9fa !important;
    color: #212529 !important;
    font-size: 0.7rem;
    padding: 0.25rem 0.4rem !important;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    white-space: nowrap;
}

.transfer-grid td[b-mpon1stnbt] {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem !important;
    vertical-align: middle;
}

.transfer-grid .btn-xs[b-mpon1stnbt] {
    padding: 0.1rem 0.3rem;
    font-size: 0.65rem;
}

/* Status indicators */
.aktif-yes[b-mpon1stnbt] {
    color: #28a745;
    font-weight: bold;
}

.aktif-no[b-mpon1stnbt] {
    color: #dc3545;
    font-weight: bold;
}

.free-badge[b-mpon1stnbt] {
    background-color: #17a2b8;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.65rem;
}

/* Hotel checkbox list in modal */
.hotel-checkbox-list[b-mpon1stnbt] {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px;
    background: #fff;
}

.hotel-checkbox-list .form-check[b-mpon1stnbt] {
    margin-bottom: 2px;
}

.hotel-checkbox-list .form-check-label[b-mpon1stnbt] {
    font-size: 0.8rem;
    cursor: pointer;
}

.hotel-checkbox-list .form-check-input[b-mpon1stnbt] {
    cursor: pointer;
}

/* Custom Modal Styles */
.transfer-modal-overlay[b-mpon1stnbt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
}

.transfer-modal-container[b-mpon1stnbt] {
    background: white;
    border-radius: 8px;
    width: 100%;
    max-width: 1100px;
    height: auto;
    max-height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
}

.transfer-modal-header[b-mpon1stnbt] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    min-height: 50px;
}

.transfer-modal-body[b-mpon1stnbt] {
    padding: 20px;
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 0;
}

.transfer-modal-footer[b-mpon1stnbt] {
    padding: 12px 20px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-shrink: 0;
    background: #f8f9fa;
    border-radius: 0 0 8px 8px;
    min-height: 60px;
}

/* Search buttons */
.btn-search[b-mpon1stnbt] {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    border: none;
    padding: 0.4rem 1.5rem;
    font-weight: 500;
}

.btn-search:hover[b-mpon1stnbt] {
    background: linear-gradient(135deg, #218838 0%, #1e7e34 100%);
}

/* Quick filter actions */
.filter-quick-actions[b-mpon1stnbt] {
    display: inline-flex;
    gap: 0.15rem;
    margin-left: 0.25rem;
}

.filter-quick-actions .btn[b-mpon1stnbt] {
    padding: 0 0.3rem;
    font-size: 0.6rem;
    line-height: 1.3;
    height: 16px;
}

/* Result count badge */
.result-count-badge[b-mpon1stnbt] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

/* Row highlight on hover */
.transfer-grid tbody tr:hover[b-mpon1stnbt] {
    background-color: #e7f5ff !important;
}
/* /Components/Pages/Operations/TransferReservations.razor.rz.scp.css */
.search-section[b-e4j7xaqq11] { border-left: 3px solid #007bff; padding-left: 8px; margin-bottom: 0.5rem; }
.search-section-title[b-e4j7xaqq11] { font-size: 0.75rem; font-weight: 600; color: #495057; margin-bottom: 0.25rem; text-transform: uppercase; letter-spacing: 0.5px; }
.filter-label[b-e4j7xaqq11] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
.operator-section[b-e4j7xaqq11] { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
.operator-section .filter-label[b-e4j7xaqq11] { color: rgba(255,255,255,0.8); }
.operator-section .form-select[b-e4j7xaqq11], .operator-section .form-control[b-e4j7xaqq11] { background-color: rgba(255,255,255,0.95); border: none; }
.quick-search-box[b-e4j7xaqq11] { background-color: #f8f9fa; border-radius: 6px; padding: 0.5rem; border: 1px solid #e9ecef; }
.btn-search[b-e4j7xaqq11] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); border: none; padding: 0.35rem 1.5rem; font-weight: 500; }
.btn-search:hover[b-e4j7xaqq11] { background: linear-gradient(135deg, #218838 0%, #1e7e34 100%); }
.date-filter-group[b-e4j7xaqq11] { background-color: #e7f5ff; border-radius: 6px; padding: 0.5rem; border: 1px solid #74c0fc; }
.form-select-sm[b-e4j7xaqq11], .form-control-sm[b-e4j7xaqq11] { font-size: 0.75rem; padding: 0.2rem 0.4rem; }
.transfer-grid th[b-e4j7xaqq11] { background-color: #f8f9fa !important; color: #212529 !important; font-size: 0.7rem; padding: 0.25rem 0.35rem !important; font-weight: 600; border-bottom: 2px solid #dee2e6; }
.transfer-grid td[b-e4j7xaqq11] { font-size: 0.7rem; padding: 0.2rem 0.35rem !important; vertical-align: middle; }
.transfer-grid .btn-xs[b-e4j7xaqq11] { padding: 0.1rem 0.25rem; font-size: 0.65rem; }
.location-section[b-e4j7xaqq11] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
.location-section .filter-label[b-e4j7xaqq11] { color: #495057; }
.info-yes[b-e4j7xaqq11] { color: #28a745; font-weight: bold; }
.info-no[b-e4j7xaqq11] { color: #dc3545; font-weight: bold; }
.pax-badge[b-e4j7xaqq11] { background-color: #007bff; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.7rem; font-weight: bold; }
.direction-badge-arrival[b-e4j7xaqq11] { background-color: #28a745; color: white; padding: 2px 8px; border-radius: 3px; font-size: 0.7rem; }
.direction-badge-departure[b-e4j7xaqq11] { background-color: #dc3545; color: white; padding: 2px 8px; border-radius: 3px; font-size: 0.7rem; }
.totals-row[b-e4j7xaqq11] { background-color: #e9ecef !important; font-weight: bold; }
.grid-input[b-e4j7xaqq11] { font-size: 0.7rem; padding: 2px 4px; width: 60px; }
.grid-select[b-e4j7xaqq11] { font-size: 0.7rem; padding: 2px 4px; max-width: 100px; }
/* Multi-select checkbox list styles */
.checkbox-list-container[b-e4j7xaqq11] { max-height: 120px; overflow-y: auto; border: 1px solid #ced4da; border-radius: 4px; padding: 4px; background: white; }
.checkbox-list-container label[b-e4j7xaqq11] { display: block; font-size: 0.7rem; padding: 2px 4px; cursor: pointer; white-space: nowrap; }
.checkbox-list-container label:hover[b-e4j7xaqq11] { background-color: #f8f9fa; }
.checkbox-list-container input[type="checkbox"][b-e4j7xaqq11] { margin-right: 4px; }
.multiselect-section[b-e4j7xaqq11] { background-color: #e8f4f8; border-radius: 6px; padding: 0.5rem; border: 1px solid #b8daff; }
/* /Components/Pages/Reservations/BookReservation.razor.rz.scp.css */
    body[b-185lau9zqj] {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        padding: 10px;
        font-size: 13px;
        margin: 0;
        overflow-y: auto;
    }
    
    .booking-container[b-185lau9zqj] {
        background: white;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.2);
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .booking-header[b-185lau9zqj] {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 15px 20px;
        border-radius: 10px 10px 0 0;
    }
    
    .booking-header h4[b-185lau9zqj] {
        margin: 0;
        font-size: 1.3rem;
        font-weight: 600;
    }
    
    .info-table[b-185lau9zqj] {
        width: 100%;
    }
    
    .info-table td[b-185lau9zqj] {
        padding: 5px 10px;
        font-size: 13px;
    }
    
    .info-table td:first-child[b-185lau9zqj] {
        font-weight: 600;
        color: #495057;
        width: 150px;
    }
    
    .info-table td:nth-child(2)[b-185lau9zqj] {
        width: 10px;
        text-align: center;
    }
    
    .alert-box[b-185lau9zqj] {
        background: #fff3cd;
        border: 1px solid #ffc107;
        border-radius: 5px;
        padding: 10px;
        margin: 10px 0;
        font-size: 12px;
    }
    
    .alert-box.bg-success-subtle[b-185lau9zqj] {
        background: #d1e7dd;
        border: 1px solid #28a745;
    }
    
    .alert-danger-box[b-185lau9zqj] {
        background: #f8d7da;
        border: 1px solid #dc3545;
        color: #721c24;
        border-radius: 5px;
        padding: 10px;
        margin: 10px 0;
        font-size: 12px;
    }
    
    .price-summary[b-185lau9zqj] {
        background: #e8f5e9;
        border: 2px solid #4caf50;
        border-radius: 8px;
        padding: 15px;
        margin: 15px 0;
    }
    
    .price-summary table[b-185lau9zqj] {
        width: 100%;
        font-size: 13px;
    }
    
    .price-summary td[b-185lau9zqj] {
        padding: 5px;
    }
    
    .price-summary .total-row[b-185lau9zqj] {
        font-size: 16px;
        font-weight: bold;
        color: #2e7d32;
        border-top: 2px solid #4caf50;
        padding-top: 10px;
    }
    
    .guest-grid[b-185lau9zqj] {
        width: 100%;
        border-collapse: collapse;
        font-size: 12px;
        margin: 10px 0;
    }
    
    .guest-grid thead[b-185lau9zqj] {
        background: #667eea;
        color: white;
    }
    
    .guest-grid th[b-185lau9zqj], .guest-grid td[b-185lau9zqj] {
        padding: 8px 5px;
        border: 1px solid #dee2e6;
    }
    
    .guest-grid input[b-185lau9zqj], .guest-grid select[b-185lau9zqj] {
        width: 100%;
        padding: 5px;
        font-size: 12px;
        border: 1px solid #ced4da;
        border-radius: 3px;
    }
    
    .form-control-sm[b-185lau9zqj] {
        padding: 5px 10px;
        font-size: 13px;
    }
    
    .btn-reserve[b-185lau9zqj] {
        padding: 12px 40px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 50px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
    
    .checkbox-list[b-185lau9zqj] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .checkbox-list label[b-185lau9zqj] {
        display: inline-flex;
        align-items: center;
        padding: 5px 10px;
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 5px;
        cursor: pointer;
        font-size: 12px;
    }
    
    .checkbox-list label:hover[b-185lau9zqj] {
        background: #e9ecef;
    }
    
    .checkbox-list input[type="checkbox"][b-185lau9zqj] {
        margin-right: 5px;
    }
    
    .section-card[b-185lau9zqj] {
        background: #fff;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        margin-bottom: 15px;
        overflow: hidden;
    }
    
    .section-header[b-185lau9zqj] {
        background: #667eea;
        color: white;
        padding: 10px 15px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
    }
    
    .section-header:hover[b-185lau9zqj] {
        background: #5568d3;
    }
    
    .section-content[b-185lau9zqj] {
        padding: 15px;
    }
    
    .extra-grid[b-185lau9zqj] {
        width: 100%;
        border-collapse: collapse;
    }
    
    .extra-grid td[b-185lau9zqj] {
        padding: 10px;
        border-bottom: 1px solid #dee2e6;
    }
    
    .extra-grid label[b-185lau9zqj] {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }
    
    .extra-price[b-185lau9zqj] {
        font-weight: 600;
        color: #2e7d32;
        margin-left: auto;
    }
/* /Components/Pages/Reservations/ExtraReport.razor.rz.scp.css */
    .search-section[b-bwb4oxo2st] { border-left: 3px solid #007bff; padding-left: 8px; margin-bottom: 0.5rem; }
    .search-section-title[b-bwb4oxo2st] { font-size: 0.75rem; font-weight: 600; color: #495057; margin-bottom: 0.25rem; text-transform: uppercase; letter-spacing: 0.5px; }
    .filter-label[b-bwb4oxo2st] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
    .operator-section[b-bwb4oxo2st] { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
    .operator-section .filter-label[b-bwb4oxo2st] { color: rgba(255,255,255,0.8); }
    .operator-section .form-select[b-bwb4oxo2st], .operator-section .form-control[b-bwb4oxo2st] { background-color: rgba(255,255,255,0.95); border: none; }
    .quick-search-box[b-bwb4oxo2st] { background-color: #f8f9fa; border-radius: 6px; padding: 0.5rem; border: 1px solid #e9ecef; }
    .btn-search[b-bwb4oxo2st] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); border: none; padding: 0.35rem 1.5rem; font-weight: 500; }
    .btn-search:hover[b-bwb4oxo2st] { background: linear-gradient(135deg, #218838 0%, #1e7e34 100%); }
    .date-filter-group[b-bwb4oxo2st] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
    .form-select-sm[b-bwb4oxo2st], .form-control-sm[b-bwb4oxo2st] { font-size: 0.75rem; padding: 0.2rem 0.4rem; }
    .extra-grid th[b-bwb4oxo2st] { background-color: #f8f9fa !important; color: #212529 !important; font-size: 0.7rem; padding: 0.25rem 0.35rem !important; font-weight: 600; border-bottom: 2px solid #dee2e6; }
    .extra-grid td[b-bwb4oxo2st] { font-size: 0.7rem; padding: 0.2rem 0.35rem !important; vertical-align: middle; }
    .extra-grid .btn-xs[b-bwb4oxo2st] { padding: 0.1rem 0.25rem; font-size: 0.65rem; }
    .rez-country-section[b-bwb4oxo2st] { background-color: #e8f4fd; border-radius: 6px; padding: 0.5rem; border: 1px solid #b6d4fe; }
    .rez-country-section .filter-label[b-bwb4oxo2st] { color: #495057; }
/* /Components/Pages/Reservations/HotelForecast.razor.rz.scp.css */
    .search-section[b-gp8u5rfcgq] { border-left: 3px solid #007bff; padding-left: 8px; margin-bottom: 0.5rem; }
    .search-section-title[b-gp8u5rfcgq] { font-size: 0.75rem; font-weight: 600; color: #495057; margin-bottom: 0.25rem; text-transform: uppercase; letter-spacing: 0.5px; }
    .filter-label[b-gp8u5rfcgq] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
    .operator-section[b-gp8u5rfcgq] { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
    .operator-section .filter-label[b-gp8u5rfcgq] { color: rgba(255,255,255,0.8); }
    .operator-section .form-select[b-gp8u5rfcgq], .operator-section .form-control[b-gp8u5rfcgq] { background-color: rgba(255,255,255,0.95); border: none; }
    .date-filter-group[b-gp8u5rfcgq] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
    .confirmation-filters[b-gp8u5rfcgq] { background-color: #e7f5ff; border-radius: 6px; padding: 0.5rem; border: 1px solid #74c0fc; }
    .inhouse-section[b-gp8u5rfcgq] { background: linear-gradient(135deg, #20c997 0%, #198754 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
    .inhouse-section .filter-label[b-gp8u5rfcgq] { color: rgba(255,255,255,0.9); }
    .inhouse-section .form-control[b-gp8u5rfcgq] { background-color: rgba(255,255,255,0.95); border: none; }
    .form-select-sm[b-gp8u5rfcgq], .form-control-sm[b-gp8u5rfcgq] { font-size: 0.75rem; padding: 0.2rem 0.4rem; }
    .btn-search[b-gp8u5rfcgq] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); border: none; padding: 0.35rem 1.5rem; font-weight: 500; }
    .btn-search:hover[b-gp8u5rfcgq] { background: linear-gradient(135deg, #218838 0%, #1e7e34 100%); }
    .forecast-grid[b-gp8u5rfcgq] { font-size: 0.7rem; }
    .forecast-grid th[b-gp8u5rfcgq] { background-color: #f8f9fa !important; color: #212529 !important; font-size: 0.65rem; padding: 0.2rem 0.25rem !important; font-weight: 600; border-bottom: 2px solid #dee2e6; text-align: center; white-space: nowrap; }
    .forecast-grid td[b-gp8u5rfcgq] { font-size: 0.65rem; padding: 0.15rem 0.2rem !important; vertical-align: middle; text-align: center; }
    .forecast-grid .hotel-name[b-gp8u5rfcgq] { text-align: left !important; font-weight: 500; white-space: nowrap; }
    .forecast-grid .room-code[b-gp8u5rfcgq] { text-align: left !important; font-style: italic; padding-left: 1rem !important; }
    .sold-cell[b-gp8u5rfcgq] { background-color: #e3f2fd; }
    .overbooked[b-gp8u5rfcgq] { background-color: #f8d7da !important; color: #721c24; font-weight: bold; }
    .price-cell[b-gp8u5rfcgq] { background-color: #fff8e1; color: #666; font-size: 0.6rem; }
    .total-row[b-gp8u5rfcgq] { background-color: #e9ecef !important; font-weight: bold; }
    .grand-total-row[b-gp8u5rfcgq] { background-color: #343a40 !important; color: white !important; font-weight: bold; }
    .summary-card[b-gp8u5rfcgq] { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); border-radius: 8px; padding: 1rem; margin-bottom: 1rem; }
    .summary-item[b-gp8u5rfcgq] { display: flex; justify-content: space-between; padding: 0.25rem 0; border-bottom: 1px dashed #dee2e6; }
    .summary-item:last-child[b-gp8u5rfcgq] { border-bottom: none; }
    .summary-label[b-gp8u5rfcgq] { color: #495057; font-weight: 500; }
    .summary-value[b-gp8u5rfcgq] { color: #212529; font-weight: 600; }
    .tag-filters[b-gp8u5rfcgq] { background-color: #f8d7da; border-radius: 6px; padding: 0.5rem; border: 1px solid #f5c6cb; }
/* /Components/Pages/Reservations/HotelForecast2.razor.rz.scp.css */
    .search-section[b-cb15if8vo8] { border-left: 3px solid #007bff; padding-left: 8px; margin-bottom: 0.5rem; }
    .search-section-title[b-cb15if8vo8] { font-size: 0.75rem; font-weight: 600; color: #495057; margin-bottom: 0.25rem; text-transform: uppercase; letter-spacing: 0.5px; }
    .filter-label[b-cb15if8vo8] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
    .operator-section[b-cb15if8vo8] { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
    .operator-section .filter-label[b-cb15if8vo8] { color: rgba(255,255,255,0.8); }
    .operator-section .form-select[b-cb15if8vo8], .operator-section .form-control[b-cb15if8vo8] { background-color: rgba(255,255,255,0.95); border: none; }
    .date-filter-group[b-cb15if8vo8] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
    .confirmation-filters[b-cb15if8vo8] { background-color: #e7f5ff; border-radius: 6px; padding: 0.5rem; border: 1px solid #74c0fc; }
    .report-options[b-cb15if8vo8] { background: linear-gradient(135deg, #20c997 0%, #198754 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
    .report-options .filter-label[b-cb15if8vo8] { color: rgba(255,255,255,0.9); }
    .report-options .form-select[b-cb15if8vo8], .report-options .form-control[b-cb15if8vo8] { background-color: rgba(255,255,255,0.95); border: none; }
    .form-select-sm[b-cb15if8vo8], .form-control-sm[b-cb15if8vo8] { font-size: 0.75rem; padding: 0.2rem 0.4rem; }
    .btn-search[b-cb15if8vo8] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); border: none; padding: 0.35rem 1.5rem; font-weight: 500; }
    .btn-search:hover[b-cb15if8vo8] { background: linear-gradient(135deg, #218838 0%, #1e7e34 100%); }
    .forecast-grid[b-cb15if8vo8] { font-size: 0.75rem; }
    .forecast-grid th[b-cb15if8vo8] { background-color: #f8f9fa !important; color: #212529 !important; font-size: 0.7rem; padding: 0.25rem 0.5rem !important; font-weight: 600; border-bottom: 2px solid #dee2e6; text-align: center; white-space: nowrap; }
    .forecast-grid td[b-cb15if8vo8] { font-size: 0.7rem; padding: 0.2rem 0.4rem !important; vertical-align: middle; text-align: right; }
    .forecast-grid .entity-name[b-cb15if8vo8] { text-align: left !important; font-weight: 500; white-space: nowrap; }
    .value-cell[b-cb15if8vo8] { background-color: #e3f2fd; }
    .total-cell[b-cb15if8vo8] { background-color: #e9ecef !important; font-weight: bold; }
    .grand-total-row[b-cb15if8vo8] { background-color: #343a40 !important; color: white !important; font-weight: bold; }
    .tag-filters[b-cb15if8vo8] { background-color: #f8d7da; border-radius: 6px; padding: 0.5rem; border: 1px solid #f5c6cb; }
/* /Components/Pages/Reservations/HotelForecast3.razor.rz.scp.css */
    .search-section[b-t06tsmjthw] { border-left: 3px solid #007bff; padding-left: 8px; margin-bottom: 0.5rem; }
    .search-section-title[b-t06tsmjthw] { font-size: 0.75rem; font-weight: 600; color: #495057; margin-bottom: 0.25rem; text-transform: uppercase; letter-spacing: 0.5px; }
    .filter-label[b-t06tsmjthw] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
    .operator-section[b-t06tsmjthw] { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
    .operator-section .filter-label[b-t06tsmjthw] { color: rgba(255,255,255,0.8); }
    .operator-section .form-select[b-t06tsmjthw], .operator-section .form-control[b-t06tsmjthw] { background-color: rgba(255,255,255,0.95); border: none; }
    .date-filter-group[b-t06tsmjthw] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
    .confirmation-filters[b-t06tsmjthw] { background-color: #e7f5ff; border-radius: 6px; padding: 0.5rem; border: 1px solid #74c0fc; }
    .report-options[b-t06tsmjthw] { background: linear-gradient(135deg, #20c997 0%, #198754 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
    .report-options .filter-label[b-t06tsmjthw] { color: rgba(255,255,255,0.9); }
    .report-options .form-select[b-t06tsmjthw], .report-options .form-control[b-t06tsmjthw] { background-color: rgba(255,255,255,0.95); border: none; }
    .form-select-sm[b-t06tsmjthw], .form-control-sm[b-t06tsmjthw] { font-size: 0.75rem; padding: 0.2rem 0.4rem; }
    .btn-search[b-t06tsmjthw] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); border: none; padding: 0.35rem 1.5rem; font-weight: 500; }
    .btn-search:hover[b-t06tsmjthw] { background: linear-gradient(135deg, #218838 0%, #1e7e34 100%); }
    .forecast-grid[b-t06tsmjthw] { font-size: 0.75rem; }
    .forecast-grid th[b-t06tsmjthw] { background-color: #f8f9fa !important; color: #212529 !important; font-size: 0.7rem; padding: 0.25rem 0.5rem !important; font-weight: 600; border-bottom: 2px solid #dee2e6; text-align: center; white-space: nowrap; }
    .forecast-grid td[b-t06tsmjthw] { font-size: 0.7rem; padding: 0.2rem 0.4rem !important; vertical-align: middle; text-align: right; }
    .forecast-grid .entity-name[b-t06tsmjthw] { text-align: left !important; font-weight: 500; white-space: nowrap; }
    .value-cell[b-t06tsmjthw] { background-color: #e3f2fd; }
    .total-cell[b-t06tsmjthw] { background-color: #e9ecef !important; font-weight: bold; }
    .grand-total-row[b-t06tsmjthw] { background-color: #343a40 !important; color: white !important; font-weight: bold; }
    .tag-filters[b-t06tsmjthw] { background-color: #f8d7da; border-radius: 6px; padding: 0.5rem; border: 1px solid #f5c6cb; }
    .summary-card[b-t06tsmjthw] { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); border-radius: 8px; padding: 1rem; margin-bottom: 1rem; }
    .summary-item[b-t06tsmjthw] { display: flex; justify-content: space-between; padding: 0.25rem 0; border-bottom: 1px dashed #dee2e6; }
    .summary-item:last-child[b-t06tsmjthw] { border-bottom: none; }
    .summary-label[b-t06tsmjthw] { color: #495057; font-weight: 500; }
    .summary-value[b-t06tsmjthw] { color: #212529; font-weight: 600; }
/* /Components/Pages/Reservations/HotelList.razor.rz.scp.css */
    .td-yes[b-f0ra5plh65], .td-yes > td[b-f0ra5plh65] { background-color: #c3e6cb !important; }
    .td-no[b-f0ra5plh65], .td-no > td[b-f0ra5plh65] { background-color: #f5c6cb !important; }
    .search-section[b-f0ra5plh65] { border-left: 3px solid #007bff; padding-left: 8px; margin-bottom: 0.5rem; }
    .search-section-title[b-f0ra5plh65] { font-size: 0.75rem; font-weight: 600; color: #495057; margin-bottom: 0.25rem; text-transform: uppercase; letter-spacing: 0.5px; }
    .filter-label[b-f0ra5plh65] { font-size: 0.7rem; color: #6c757d; margin-bottom: 0.1rem; }
    .operator-section[b-f0ra5plh65] { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 6px; padding: 0.5rem; margin-bottom: 0.5rem; }
    .operator-section .filter-label[b-f0ra5plh65] { color: rgba(255,255,255,0.8); }
    .operator-section .form-select[b-f0ra5plh65], .operator-section .form-control[b-f0ra5plh65] { background-color: rgba(255,255,255,0.95); border: none; }
    .quick-search-box[b-f0ra5plh65] { background-color: #f8f9fa; border-radius: 6px; padding: 0.5rem; border: 1px solid #e9ecef; }
    .btn-search[b-f0ra5plh65] { background: linear-gradient(135deg, #28a745 0%, #218838 100%); border: none; padding: 0.35rem 1.5rem; font-weight: 500; }
    .btn-search:hover[b-f0ra5plh65] { background: linear-gradient(135deg, #218838 0%, #1e7e34 100%); }
    .date-filter-group[b-f0ra5plh65] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
    .confirmation-filters[b-f0ra5plh65] { background-color: #e7f5ff; border-radius: 6px; padding: 0.5rem; border: 1px solid #74c0fc; }
    .form-select-sm[b-f0ra5plh65], .form-control-sm[b-f0ra5plh65] { font-size: 0.75rem; padding: 0.2rem 0.4rem; }
    .hotel-grid th[b-f0ra5plh65] { background-color: #f8f9fa !important; color: #212529 !important; font-size: 0.7rem; padding: 0.25rem 0.35rem !important; font-weight: 600; border-bottom: 2px solid #dee2e6; }
    .hotel-grid td[b-f0ra5plh65] { font-size: 0.7rem; padding: 0.2rem 0.35rem !important; vertical-align: middle; }
    .hotel-grid .btn-xs[b-f0ra5plh65] { padding: 0.1rem 0.25rem; font-size: 0.65rem; }
    .hotel-header[b-f0ra5plh65] { background-color: #CCCCCC !important; font-weight: bold; }
    .hotel-total[b-f0ra5plh65] { background-color: #e9ecef !important; font-weight: bold; }
    .guest-row td[b-f0ra5plh65] { padding-left: 30px !important; font-style: italic; color: #6c757d; }
    .note-row td[b-f0ra5plh65] { background-color: #fff8dc !important; font-style: italic; }
    .location-section[b-f0ra5plh65] { background-color: #fff3cd; border-radius: 6px; padding: 0.5rem; border: 1px solid #ffc107; }
    .date-switch-label[b-f0ra5plh65] { font-size: 0.85rem; font-weight: normal; }
/* /Components/Pages/Reservations/HotelStopSalePopup.razor.rz.scp.css */
.calendar-wrapper[b-5q9k7f0w5u] {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.popup-header[b-5q9k7f0w5u] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    border-bottom: 1px solid #dee2e6;
    z-index: 1000;
}

.legend-item[b-5q9k7f0w5u] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    color: #555;
    font-weight: 500;
}

.legend-swatch[b-5q9k7f0w5u] {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.1);
}

.legend-stop[b-5q9k7f0w5u] { background-color: #dc3545; }
.legend-free[b-5q9k7f0w5u] { background-color: #28a745; }
.legend-minstay[b-5q9k7f0w5u] { background-color: #fd7e14; }
.legend-none[b-5q9k7f0w5u] { background-color: #fff; border: 1px solid #dee2e6; }

.calendar-month-card[b-5q9k7f0w5u] {
    transition: transform 0.2s;
    border: 1px solid #e9ecef;
}

.calendar-month-card:hover[b-5q9k7f0w5u] {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.08)!important;
}

.calendar-table[b-5q9k7f0w5u] {
    table-layout: fixed;
    margin-bottom: 0;
}

.calendar-table th[b-5q9k7f0w5u] {
    font-size: 0.75rem;
    padding: 4px;
    color: #6c757d;
}

.calendar-table td[b-5q9k7f0w5u] {
    height: 32px;
    vertical-align: middle;
    font-size: 0.8rem;
    padding: 0;
    cursor: default;
    border-color: #f1f3f5;
    position: relative;
}

.calendar-day-stop[b-5q9k7f0w5u] {
    background-color: #dc3545;
    color: white;
    font-weight: 600;
}

.calendar-day-free[b-5q9k7f0w5u] {
    background-color: #28a745;
    color: white;
    font-weight: 600;
}

.calendar-day-minstay[b-5q9k7f0w5u] {
    background-color: #fd7e14;
    color: white;
    font-weight: 600;
}

.calendar-day-none[b-5q9k7f0w5u] {
    background-color: white;
    color: #212529;
}

.calendar-day-past[b-5q9k7f0w5u] {
    background-color: #e9ecef;
    color: #adb5bd;
}

.quota-badge[b-5q9k7f0w5u] {
    font-size: 0.65rem;
    font-weight: 800;
    margin-left: 2px;
    background-color: rgba(255,255,255,0.2);
    padding: 0 3px;
    border-radius: 3px;
    vertical-align: super;
}

@media (max-width: 768px) {
    .calendar-table td[b-5q9k7f0w5u] {
        height: 28px;
        font-size: 0.75rem;
    }
}
    font-size: 0.8rem;
    letter-spacing: 0.2px;[b-5q9k7f0w5u]
}

:deep(.calendarDay)[b-5q9k7f0w5u] {
    color: #fff;
    font-weight: bold;
    background-color: #6fa1d9;
    text-align: center;
    font-size: 0.7rem;
}

:deep(.calendarFrame td)[b-5q9k7f0w5u] {
    width: 24px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    font-size: 0.68rem;
}

:deep(.hasEvent)[b-5q9k7f0w5u] {
    color: #fff;
    background-color: #dc3545;
    border-radius: 50%;
    font-weight: 600;
}

:deep(.hasEventFree)[b-5q9k7f0w5u] {
    color: #fff;
    background-color: #28a745;
    border-radius: 50%;
    font-weight: 600;
}

:deep(.hasEvent2)[b-5q9k7f0w5u] {
    color: #fff;
    background-color: #f0ad4e;
    border-radius: 50%;
    font-weight: 600;
}

:deep(.hasNoEvent)[b-5q9k7f0w5u] {
    color: #000;
    background-color: #fff;
}

:deep(.hasOldDate)[b-5q9k7f0w5u] {
    color: #888;
    background-color: #e9ecef;
}
/* /Components/Pages/Reservations/PriceSearch.razor.rz.scp.css */
/* Hotel Price Search Component Styles - Ultra Compact Version */

/* Main container - full width */
.content>.container-fluid[b-osj1cksi4d] {
    padding: 0.5rem;
}

/* Filter card container - constrained width and centered */
.card.card-primary[b-osj1cksi4d] {
    max-width: 900px;
    margin: 0 auto 0.5rem auto;
}

/* Results section - full width */
#searchResultsSection[b-osj1cksi4d] {
    max-width: 100%;
    margin: 0;
}

/* Ultra compact form groups */
.compact-form-group[b-osj1cksi4d] {
    margin-bottom: 0.25rem;
}

.compact-form-group label[b-osj1cksi4d] {
    font-size: 0.7rem;
    margin-bottom: 0.1rem;
    font-weight: 500;
    display: block;
}

.compact-form-group label i[b-osj1cksi4d] {
    display: none;
    /* Hide icons for compactness */
}

.compact-form-group .form-control[b-osj1cksi4d] {
    height: 26px;
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
}

/* Compact filter cards */
.filter-card[b-osj1cksi4d] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
    padding: 0.4rem;
    margin-bottom: 0.4rem;
}

.filter-card-header[b-osj1cksi4d] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.3rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e9ecef;
}

.filter-card-header i[b-osj1cksi4d] {
    margin-right: 0.2rem;
    font-size: 0.7rem;
}

/* Compact checkbox scroll areas - FIXED */
.checkbox-scroll[b-osj1cksi4d] {
    max-height: 100px;
    overflow-y: auto;
    border: 1px solid #ced4da;
    padding: 0.15rem;
    border-radius: 0.2rem;
    background: #fff;
}

.checkbox-scroll .custom-control[b-osj1cksi4d] {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0.1rem;
    min-height: auto;
}

.checkbox-scroll .custom-control-input[b-osj1cksi4d] {
    position: static;
    margin-right: 0.25rem;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.checkbox-scroll .custom-control-label[b-osj1cksi4d] {
    font-size: 0.68rem;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.checkbox-scroll .custom-control-label[b-osj1cksi4d]::before,
.checkbox-scroll .custom-control-label[b-osj1cksi4d]::after {
    display: none;
}

/* Quick action buttons */
.filter-quick-actions[b-osj1cksi4d] {
    display: inline-flex;
    gap: 0.15rem;
    margin-left: 0.25rem;
}

.filter-quick-actions .btn[b-osj1cksi4d] {
    padding: 0 0.3rem;
    font-size: 0.6rem;
    line-height: 1.3;
    height: 16px;
}

/* Smaller row spacing */
.filter-card .row[b-osj1cksi4d] {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.filter-card .row>[class*="col-"][b-osj1cksi4d] {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

/* Compact card */
.card[b-osj1cksi4d] {
    margin-bottom: 0.5rem;
}

.card-body[b-osj1cksi4d] {
    padding: 0.4rem !important;
}

.card-header[b-osj1cksi4d] {
    padding: 0.25rem 0.5rem !important;
}

.card-title[b-osj1cksi4d] {
    font-size: 0.85rem !important;
    margin-bottom: 0;
}

/* Hotel results table */
.hotel-result-row[b-osj1cksi4d] {
    border-left: 2px solid #007bff;
    transition: all 0.2s;
    cursor: pointer;
}

.hotel-result-row:hover[b-osj1cksi4d] {
    background-color: #f0f7ff;
}

.hotel-result-row td[b-osj1cksi4d] {
    padding: 0.2rem 0.3rem !important;
    font-size: 0.75rem;
    vertical-align: middle;
}

/* Price display */
.price-badge[b-osj1cksi4d] {
    font-size: 0.9rem;
    font-weight: bold;
    color: #28a745;
}

.campaign-badge[b-osj1cksi4d] {
    background-color: #ff6b6b;
    color: white;
    padding: 1px 4px;
    border-radius: 2px;
    font-size: 0.6rem;
}

/* Section divider */
.section-divider[b-osj1cksi4d] {
    border-top: 1px solid #e9ecef;
    margin: 0.3rem 0;
}

/* Compact control labels */
.custom-control-label[b-osj1cksi4d] {
    font-size: 0.7rem;
}

/* Spinner */
.spinner-border-sm[b-osj1cksi4d] {
    width: 0.8rem;
    height: 0.8rem;
    border-width: 0.1rem;
}

/* Readonly fields */
input[readonly][b-osj1cksi4d] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

/* Compact buttons */
.btn-lg[b-osj1cksi4d] {
    padding: 0.3rem 1.2rem !important;
    font-size: 0.8rem !important;
}

.btn-sm[b-osj1cksi4d] {
    padding: 0.1rem 0.3rem;
    font-size: 0.65rem;
}

/* Alert info compact */
.alert-info[b-osj1cksi4d] {
    padding: 0.25rem 0.4rem;
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
}

/* Compact input group */
.input-group .form-control[b-osj1cksi4d] {
    height: 26px;
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
}

.input-group-text[b-osj1cksi4d] {
    padding: 0.15rem 0.3rem;
    font-size: 0.75rem;
}

/* Results card compact */
#searchResultsSection .card-header[b-osj1cksi4d] {
    padding: 0.25rem 0.5rem !important;
}

#searchResultsSection .card-body[b-osj1cksi4d] {
    padding: 0 !important;
}

/* Table compact */
.table-responsive[b-osj1cksi4d] {
    font-size: 0.75rem;
}

.table th[b-osj1cksi4d] {
    padding: 0.3rem !important;
    font-size: 0.7rem;
}

.table td[b-osj1cksi4d] {
    padding: 0.2rem 0.3rem !important;
}

/* Search box compact */
.searchable-select-display[b-osj1cksi4d],
.searchable-select input.form-control[b-osj1cksi4d] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

.searchable-select-icon[b-osj1cksi4d] {
    right: 0.5rem;
}

.searchable-select-icon i[b-osj1cksi4d] {
    font-size: 0.65rem;
}

/* Smaller select dropdowns */
select.form-control[b-osj1cksi4d] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

/* Date inputs */
input[type="date"].form-control[b-osj1cksi4d] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

/* Number inputs */
input[type="number"].form-control[b-osj1cksi4d] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

/* Validation message compact */
.validation-message[b-osj1cksi4d] {
    font-size: 0.65rem;
}

/* Child ages section */
.alert small[b-osj1cksi4d] {
    font-size: 0.68rem;
}

/* ============================================
   INLINE CHECKBOXES FIX (NOT in checkbox-scroll)
   For: Transfer Dahil Et, Aktif, Kullan, Kampanyalı, Free Sale, etc.
   ============================================ */

/* All inline checkboxes - common base styles */
[b-osj1cksi4d] .custom-control.custom-checkbox.d-inline-block,
[b-osj1cksi4d] .d-flex.flex-wrap .custom-control.custom-checkbox {
    display: inline-flex !important;
    align-items: center !important;
    padding-left: 0 !important;
    min-height: auto !important;
    margin-bottom: 0 !important;
}

[b-osj1cksi4d] .custom-control.custom-checkbox.d-inline-block .custom-control-input,
[b-osj1cksi4d] .d-flex.flex-wrap .custom-control.custom-checkbox .custom-control-input {
    position: static !important;
    margin-top: 0 !important;
    margin-right: 0.3rem !important;
    margin-left: 0 !important;
    width: 14px !important;
    height: 14px !important;
    flex-shrink: 0;
}

[b-osj1cksi4d] .custom-control.custom-checkbox.d-inline-block .custom-control-label,
[b-osj1cksi4d] .d-flex.flex-wrap .custom-control.custom-checkbox .custom-control-label {
    font-size: 0.72rem;
    line-height: 1.2;
    padding: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    position: static !important;
}

[b-osj1cksi4d] .custom-control.custom-checkbox.d-inline-block .custom-control-label::before,
[b-osj1cksi4d] .custom-control.custom-checkbox.d-inline-block .custom-control-label::after,
[b-osj1cksi4d] .d-flex.flex-wrap .custom-control.custom-checkbox .custom-control-label::before,
[b-osj1cksi4d] .d-flex.flex-wrap .custom-control.custom-checkbox .custom-control-label::after {
    display: none !important;
}

/* Hotel Star Badge */
.hotel-star[b-osj1cksi4d] {
    font-weight: 700;
    color: #2980b9;
    font-size: 10px;
    margin-left: 4px;
}
/* /Components/Pages/Reservations/PriceSearchV2.razor.rz.scp.css */
/* PriceSearch - Ultra Compact Full Width Design */

/* Main Container - Centered Compact */
.search-container[b-63nzsfi4jv] {
    background: #fff;
    border: 1px solid #dce3eb;
    border-radius: 4px;
    padding: 6px 8px;
    margin: 5px auto;
    max-width: 1400px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 11px;
}

/* 3-Column Layout */
.filter-row[b-63nzsfi4jv] {
    display: flex;
    gap: 8px;
}

/* Each Column Panel */
.filter-section[b-63nzsfi4jv] {
    background: #f8fafb;
    border: 1px solid #e4eaf0;
    border-radius: 3px;
    padding: 6px 8px;
}

.filter-section.col-basic[b-63nzsfi4jv] {
    flex: 0 0 18%;
    min-width: 140px;
}

.filter-section.col-location[b-63nzsfi4jv] {
    flex: 0 0 22%;
    min-width: 170px;
}

.filter-section.col-detailed[b-63nzsfi4jv] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Section Title */
.section-title[b-63nzsfi4jv] {
    font-size: 9px;
    font-weight: 700;
    color: #4a5d6f;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e4eaf0;
}

.section-title[b-63nzsfi4jv]::before {
    content: '⚙ ';
    font-size: 8px;
}

.col-location .section-title[b-63nzsfi4jv]::before {
    content: '● ';
    color: #e74c3c;
}

.col-detailed .section-title[b-63nzsfi4jv]::before {
    content: '≡ ';
}

/* Form Field */
.form-field[b-63nzsfi4jv] {
    margin-bottom: 4px;
}

.form-field label[b-63nzsfi4jv] {
    display: block;
    font-size: 9px;
    color: #6a7b8a;
    margin-bottom: 1px;
}

.form-field label .req[b-63nzsfi4jv] {
    color: #e74c3c;
}

.form-field input[b-63nzsfi4jv],
.form-field select[b-63nzsfi4jv],
[b-63nzsfi4jv] .searchable-select-display,
[b-63nzsfi4jv] .searchable-select input.form-control {
    width: 100%;
    height: 22px !important;
    padding: 2px 5px !important;
    font-size: 10px !important;
    border: 1px solid #d5dde5 !important;
    border-radius: 2px !important;
    background: #fff;
}

.form-field input:focus[b-63nzsfi4jv],
.form-field select:focus[b-63nzsfi4jv] {
    border-color: #3498db !important;
    outline: none;
}

/* Two-column row */
.field-row[b-63nzsfi4jv] {
    display: flex;
    gap: 4px;
}

.field-row .form-field[b-63nzsfi4jv] {
    flex: 1;
}

/* Hotel Search */
.hotel-search-area[b-63nzsfi4jv] {
    margin-top: 4px;
}

.hotel-search-area .search-header[b-63nzsfi4jv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}

.hotel-search-area .search-header label[b-63nzsfi4jv] {
    font-size: 9px;
    color: #6a7b8a;
    margin: 0;
}

.hotel-search-area .found-count[b-63nzsfi4jv] {
    font-size: 9px;
    color: #27ae60;
}

.hotel-list-scroll[b-63nzsfi4jv] {
    max-height: 120px;
    overflow-y: auto;
    border: 1px solid #e0e6ed;
    border-radius: 2px;
    background: #fff;
    padding: 2px;
}

.hotel-search-area input.form-control[b-63nzsfi4jv] {
    height: 18px !important;
    font-size: 9px !important;
    padding: 1px 4px !important;
}

.hotel-list-scroll label[b-63nzsfi4jv] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: #34495e;
    padding: 2px 3px;
    cursor: pointer;
}

.hotel-list-scroll label:hover[b-63nzsfi4jv] {
    background: #f5f8fa;
}

.hotel-list-scroll input[type="checkbox"][b-63nzsfi4jv] {
    width: 10px;
    height: 10px;
    margin: 0;
}

/* Hotel Star Badge */
/* Hotel Star Badge */
.hotel-star[b-63nzsfi4jv] {
    font-weight: 700;
    color: #2980b9;
    font-size: 10px;
    margin-left: 4px;
}

/* Status in Grid */
/* Status in Grid */
.status-badge[b-63nzsfi4jv] {
    font-weight: 700;
    color: #2980b9;
    font-size: 10px;
}

/* Detailed Filters - 4 Column Grid */
.detailed-grid[b-63nzsfi4jv] {
    display: flex;
    gap: 6px;
    flex: 1;
}

.filter-column[b-63nzsfi4jv] {
    flex: 1;
    min-width: 80px;
    display: flex;
    flex-direction: column;
}

.filter-column-header[b-63nzsfi4jv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #e8eef3;
}

.filter-column-header span[b-63nzsfi4jv] {
    font-size: 9px;
    font-weight: 600;
    color: #4a5d6f;
}

.filter-column-header button[b-63nzsfi4jv] {
    font-size: 8px;
    color: #3498db;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.filter-column-header button:hover[b-63nzsfi4jv] {
    text-decoration: underline;
}

.filter-column-list[b-63nzsfi4jv] {
    flex: 1;
    max-height: 185px;
    overflow-y: auto;
}

.filter-column-list label[b-63nzsfi4jv] {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    color: #34495e;
    padding: 1px 0;
    cursor: pointer;
}

.filter-column-list input[type="checkbox"][b-63nzsfi4jv] {
    width: 10px;
    height: 10px;
    margin: 0;
}

/* Options Row */
.options-row[b-63nzsfi4jv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0 0;
    border-top: 1px solid #e8eef3;
    margin-top: 6px;
}

.options-left[b-63nzsfi4jv] {
    display: flex;
    gap: 12px;
}

.options-left label[b-63nzsfi4jv] {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    color: #4a5d6f;
    cursor: pointer;
}

.options-left input[type="checkbox"][b-63nzsfi4jv] {
    width: 12px;
    height: 12px;
    margin: 0;
}

.options-right[b-63nzsfi4jv] {
    display: flex;
    gap: 6px;
}

.btn-clear[b-63nzsfi4jv] {
    background: #fff;
    border: 1px solid #d5dde5;
    color: #5a6d80;
    padding: 5px 12px;
    font-size: 10px;
    border-radius: 3px;
    cursor: pointer;
}

.btn-clear:hover[b-63nzsfi4jv] {
    background: #f5f7fa;
}

.btn-search[b-63nzsfi4jv] {
    background: #27ae60;
    border: none;
    color: #fff;
    padding: 5px 14px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}

.btn-search:hover[b-63nzsfi4jv] {
    background: #219a52;
}

.btn-search:disabled[b-63nzsfi4jv] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Child ages */
.child-ages-row[b-63nzsfi4jv] {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
    margin-top: 4px;
    padding: 3px;
    background: #e3f2fd;
    border-radius: 2px;
}

.child-age-field[b-63nzsfi4jv] {
    width: 40px;
}

.child-age-field label[b-63nzsfi4jv] {
    font-size: 8px;
    color: #5a6d80;
}

/* Advanced Panel - Organized Layout */
.advanced-panel[b-63nzsfi4jv] {
    background: #f8f9fa;
    border: 1px solid #e0e6ed;
    border-radius: 3px;
    padding: 8px 10px;
    margin-top: 6px;
}

.advanced-sections[b-63nzsfi4jv] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.advanced-group[b-63nzsfi4jv] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.group-title[b-63nzsfi4jv] {
    font-size: 9px;
    font-weight: 600;
    color: #4a5d6f;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}

.group-title input[type="checkbox"][b-63nzsfi4jv] {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    vertical-align: middle;
}

.group-row[b-63nzsfi4jv] {
    display: flex;
    gap: 8px;
    align-items: flex-end;
}

/* Transfer Fields */
.transfer-field[b-63nzsfi4jv] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.transfer-field label[b-63nzsfi4jv] {
    font-size: 9px;
    color: #6a7b8a;
}

.transfer-input[b-63nzsfi4jv] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.transfer-input input[type="checkbox"][b-63nzsfi4jv] {
    width: 14px;
    height: 14px;
    margin: 0;
}

.transfer-input[b-63nzsfi4jv]  .searchable-select-display {
    min-width: 120px;
}

/* Price Fields */
.price-field[b-63nzsfi4jv] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.price-field label[b-63nzsfi4jv] {
    font-size: 9px;
    color: #6a7b8a;
}

.price-separator[b-63nzsfi4jv] {
    color: #95a5a6;
    font-size: 12px;
    padding: 0 2px;
    margin-bottom: 2px;
}

/* Promo Input */
.promo-group[b-63nzsfi4jv] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.promo-row[b-63nzsfi4jv] {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    padding-top: 12px;
}

.promo-row input[type="checkbox"][b-63nzsfi4jv] {
    width: 14px;
    height: 14px;
    margin: 0;
}

.promo-input[b-63nzsfi4jv] {
    width: 100px;
    height: 22px;
    font-size: 10px;
    padding: 2px 6px;
    border: 1px solid #d5dde5;
    border-radius: 2px;
}

.promo-input:disabled[b-63nzsfi4jv] {
    background: #f0f3f5;
    color: #95a5a6;
}

.promo-checkbox[b-63nzsfi4jv] {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
}

/* Include Transfer Checkbox - Inline with transfers */
.include-transfer-inline[b-63nzsfi4jv] {
    display: flex;
    align-items: flex-end;
    padding-bottom: 2px;
}

.include-transfer-inline label[b-63nzsfi4jv] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 600;
    color: #34495e;
    cursor: pointer;
    white-space: nowrap;
}

.include-transfer-inline input[type="checkbox"][b-63nzsfi4jv] {
    width: 14px;
    height: 14px;
    margin: 0;
}

/* Loading */
.loading-box[b-63nzsfi4jv] {
    text-align: center;
    padding: 20px;
    color: #7f8c8d;
}

.spinner[b-63nzsfi4jv] {
    width: 18px;
    height: 18px;
    border: 2px solid #e0e6ed;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin-b-63nzsfi4jv 0.8s linear infinite;
    display: inline-block;
    margin-bottom: 5px;
}

@keyframes spin-b-63nzsfi4jv {
    to {
        transform: rotate(360deg);
    }
}

/* ===== RESULTS TABLE ===== */
.results-section[b-63nzsfi4jv] {
    margin-top: 8px;
}

.results-header[b-63nzsfi4jv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 8px;
    background: #f5f7fa;
    border: 1px solid #e0e6ed;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
}

.results-header-title[b-63nzsfi4jv] {
    font-size: 11px;
    font-weight: 600;
    color: #34495e;
}

.results-header-count[b-63nzsfi4jv] {
    font-size: 10px;
    color: #7f8c8d;
}

.results-table[b-63nzsfi4jv] {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
    background: #fff;
    border: 1px solid #e0e6ed;
}

.results-table th[b-63nzsfi4jv] {
    background: #f8f9fa;
    color: #5a6d80;
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    padding: 6px 5px;
    text-align: left;
    border-bottom: 1px solid #e0e6ed;
}

.results-table td[b-63nzsfi4jv] {
    padding: 5px;
    border-bottom: 1px solid #f0f3f5;
    vertical-align: middle;
    color: #34495e;
}

.results-table tr:hover[b-63nzsfi4jv] {
    background: #fafcfd;
}

.hotel-img[b-63nzsfi4jv] {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    object-fit: cover;
}

.hotel-link[b-63nzsfi4jv] {
    color: #2980b9;
    text-decoration: none;
    font-weight: 600;
    font-size: 10px;
}

.hotel-link:hover[b-63nzsfi4jv] {
    text-decoration: underline;
}

.hotel-code[b-63nzsfi4jv] {
    font-size: 8px;
    color: #95a5a6;
}



.action-icon[b-63nzsfi4jv] {
    width: 14px;
    cursor: pointer;
}

.price-cell[b-63nzsfi4jv] {
    text-align: right;
    font-weight: 600;
    color: #e67e22;
    font-size: 10px;
}

.btn-book[b-63nzsfi4jv] {
    background: #e74c3c;
    color: #fff;
    border: none;
    padding: 3px 8px;
    font-size: 9px;
    font-weight: 600;
    border-radius: 2px;
    cursor: pointer;
}

.btn-book:hover[b-63nzsfi4jv] {
    background: #c0392b;
}

.info-icon[b-63nzsfi4jv] {
    color: #3498db;
    cursor: pointer;
    margin-left: 3px;
    font-size: 10px;
}

/* Alerts */
.alert-msg[b-63nzsfi4jv] {
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 11px;
    margin-top: 6px;
}

.alert-msg.warning[b-63nzsfi4jv] {
    background: #fef9e7;
    border: 1px solid #f7dc6f;
    color: #856404;
}

.alert-msg.error[b-63nzsfi4jv] {
    background: #fdedec;
    border: 1px solid #f5b7b1;
    color: #721c24;
}

/* Scrollbars */
.hotel-list-scroll[b-63nzsfi4jv]::-webkit-scrollbar,
.filter-column-list[b-63nzsfi4jv]::-webkit-scrollbar {
    width: 4px;
}

.hotel-list-scroll[b-63nzsfi4jv]::-webkit-scrollbar-thumb,
.filter-column-list[b-63nzsfi4jv]::-webkit-scrollbar-thumb {
    background: #c8d0d8;
    border-radius: 2px;
}

/* Component Overrides */
[b-63nzsfi4jv] .searchable-select-icon {
    right: 4px;
}

[b-63nzsfi4jv] .searchable-select-icon i {
    font-size: 8px;
    color: #95a5a6;
}

[b-63nzsfi4jv] .input-number-wrapper {
    height: 22px;
}

[b-63nzsfi4jv] .input-number-wrapper input {
    height: 22px !important;
    font-size: 10px !important;
}

[b-63nzsfi4jv] .input-number-wrapper .spin-btn {
    width: 12px;
    font-size: 7px;
}
/* /Components/Pages/Reservations/ReservationList.razor.rz.scp.css */
/* Reservation List Component Styles - Ultra Compact Version */

/* Main container - full width */
.content > .container-fluid[b-2jw8zyo40k] {
    padding: 0.5rem;
}

/* Filter card container - constrained width and centered */
.card.card-primary[b-2jw8zyo40k] {
    max-width: 1100px;
    margin: 0 auto 0.5rem auto;
}

/* Results section - full width */
#searchResultsSection[b-2jw8zyo40k] {
    max-width: 100%;
    margin: 0;
}

/* Ultra compact form groups */
.compact-form-group[b-2jw8zyo40k] {
    margin-bottom: 0.25rem;
}

.compact-form-group label[b-2jw8zyo40k] {
    font-size: 0.7rem;
    margin-bottom: 0.1rem;
    font-weight: 500;
    display: block;
}

.compact-form-group label i[b-2jw8zyo40k] {
    display: none;
}

.compact-form-group .form-control[b-2jw8zyo40k] {
    height: 26px;
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
}

/* Compact filter cards */
.filter-card[b-2jw8zyo40k] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
    padding: 0.4rem;
    margin-bottom: 0.4rem;
}

.filter-card-header[b-2jw8zyo40k] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.3rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e9ecef;
}

.filter-card-header i[b-2jw8zyo40k] {
    margin-right: 0.2rem;
    font-size: 0.7rem;
}

/* Smaller row spacing */
.filter-card .row[b-2jw8zyo40k] {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.filter-card .row > [class*="col-"][b-2jw8zyo40k] {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

/* Compact card */
.card[b-2jw8zyo40k] {
    margin-bottom: 0.5rem;
}

.card-body[b-2jw8zyo40k] {
    padding: 0.4rem !important;
}

.card-header[b-2jw8zyo40k] {
    padding: 0.25rem 0.5rem !important;
}

.card-title[b-2jw8zyo40k] {
    font-size: 0.85rem !important;
    margin-bottom: 0;
}

/* Section divider */
.section-divider[b-2jw8zyo40k] {
    border-top: 1px solid #e9ecef;
    margin: 0.3rem 0;
}

/* Compact control labels */
.custom-control-label[b-2jw8zyo40k] {
    font-size: 0.7rem;
}

/* Compact buttons */
.btn-lg[b-2jw8zyo40k] {
    padding: 0.3rem 1.2rem !important;
    font-size: 0.8rem !important;
}

.btn-sm[b-2jw8zyo40k] {
    padding: 0.1rem 0.3rem;
    font-size: 0.65rem;
}

.btn-xs[b-2jw8zyo40k] {
    padding: 0.1rem 0.25rem;
    font-size: 0.65rem;
}

/* Search box compact */
.searchable-select-display[b-2jw8zyo40k],
.searchable-select input.form-control[b-2jw8zyo40k] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

.searchable-select-icon[b-2jw8zyo40k] {
    right: 0.5rem;
}

.searchable-select-icon i[b-2jw8zyo40k] {
    font-size: 0.65rem;
}

/* Smaller select dropdowns */
select.form-control[b-2jw8zyo40k] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

/* Date inputs */
input[type="date"].form-control[b-2jw8zyo40k] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

/* Number inputs */
input[type="number"].form-control[b-2jw8zyo40k] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

/* Text inputs */
input[type="text"].form-control[b-2jw8zyo40k] {
    height: 26px !important;
    padding: 0.15rem 0.35rem !important;
    font-size: 0.75rem !important;
}

/* Compact input group */
.input-group .form-control[b-2jw8zyo40k] {
    height: 26px;
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
}

.input-group-text[b-2jw8zyo40k] {
    padding: 0.15rem 0.3rem;
    font-size: 0.75rem;
    height: 26px;
}

/* Validation message compact */
.validation-message[b-2jw8zyo40k] {
    font-size: 0.65rem;
}

/* Results table styles */
.res-grid th[b-2jw8zyo40k] {
    background-color: #343a40 !important;
    color: #fff !important;
    font-size: 0.68rem;
    padding: 0.25rem 0.35rem !important;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    white-space: nowrap;
}

.res-grid td[b-2jw8zyo40k] {
    font-size: 0.68rem;
    padding: 0.2rem 0.35rem !important;
    vertical-align: middle;
}

.res-grid tbody tr[b-2jw8zyo40k] {
    border-left: 2px solid transparent;
    transition: all 0.15s;
}

.res-grid tbody tr:hover[b-2jw8zyo40k] {
    background-color: #f0f7ff !important;
    border-left-color: #007bff;
}

/* Status row colors */
.td-yes[b-2jw8zyo40k], .td-yes > td[b-2jw8zyo40k] {
    background-color: #d4edda !important;
}

.td-no[b-2jw8zyo40k], .td-no > td[b-2jw8zyo40k] {
    background-color: #f8d7da !important;
}

/* Results card compact */
#searchResultsSection .card-header[b-2jw8zyo40k] {
    padding: 0.25rem 0.5rem !important;
}

#searchResultsSection .card-body[b-2jw8zyo40k] {
    padding: 0 !important;
}

/* Table responsive compact */
.table-responsive[b-2jw8zyo40k] {
    font-size: 0.75rem;
}

/* Inline checkboxes fix */
[b-2jw8zyo40k] .custom-control.custom-checkbox.d-inline-block,
[b-2jw8zyo40k] .d-flex.flex-wrap .custom-control.custom-checkbox {
    display: inline-flex !important;
    align-items: center !important;
    padding-left: 0 !important;
    min-height: auto !important;
    margin-bottom: 0 !important;
}

[b-2jw8zyo40k] .custom-control.custom-checkbox.d-inline-block .custom-control-input,
[b-2jw8zyo40k] .d-flex.flex-wrap .custom-control.custom-checkbox .custom-control-input {
    position: static !important;
    margin-top: 0 !important;
    margin-right: 0.3rem !important;
    margin-left: 0 !important;
    width: 14px !important;
    height: 14px !important;
    flex-shrink: 0;
}

[b-2jw8zyo40k] .custom-control.custom-checkbox.d-inline-block .custom-control-label,
[b-2jw8zyo40k] .d-flex.flex-wrap .custom-control.custom-checkbox .custom-control-label {
    font-size: 0.72rem;
    line-height: 1.2;
    padding: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    position: static !important;
}

[b-2jw8zyo40k] .custom-control.custom-checkbox.d-inline-block .custom-control-label::before,
[b-2jw8zyo40k] .custom-control.custom-checkbox.d-inline-block .custom-control-label::after,
[b-2jw8zyo40k] .d-flex.flex-wrap .custom-control.custom-checkbox .custom-control-label::before,
[b-2jw8zyo40k] .d-flex.flex-wrap .custom-control.custom-checkbox .custom-control-label::after {
    display: none !important;
}

/* Quick search box styling */
.quick-search-box[b-2jw8zyo40k] {
    background-color: #f8f9fa;
    border-radius: 0.2rem;
    padding: 0.4rem;
    border: 1px solid #e9ecef;
}

/* Date filter group styling */
.date-filter-group[b-2jw8zyo40k] {
    background-color: #fff3cd;
    border-radius: 0.2rem;
    padding: 0.4rem;
    border: 1px solid #ffc107;
}

/* Confirmation filters styling */
.confirmation-filters[b-2jw8zyo40k] {
    background-color: #e7f5ff;
    border-radius: 0.2rem;
    padding: 0.4rem;
    border: 1px solid #74c0fc;
}

/* Badge compact */
.badge[b-2jw8zyo40k] {
    font-size: 0.65rem;
    padding: 0.15rem 0.35rem;
}

/* Footer totals */
.res-grid tfoot td[b-2jw8zyo40k] {
    font-size: 0.7rem;
    padding: 0.3rem 0.35rem !important;
    background-color: #f8f9fa;
}

/* Spinner */
.spinner-border-sm[b-2jw8zyo40k] {
    width: 0.8rem;
    height: 0.8rem;
    border-width: 0.1rem;
}

/* Form check inline in input group */
.input-group .form-check-input[b-2jw8zyo40k] {
    width: 14px;
    height: 14px;
    margin-top: 0;
}

/* Small text helper */
.filter-label[b-2jw8zyo40k] {
    font-size: 0.68rem;
    color: #6c757d;
    margin-bottom: 0.1rem;
    display: block;
}
/* /Components/Pages/Reservations/RezChange.razor.rz.scp.css */
    .change-card[b-chtx7rba15] { border-left: 4px solid #ffc107; }
    .info-label[b-chtx7rba15] { font-size: 0.75rem; color: #6c757d; }
    .info-value[b-chtx7rba15] { font-weight: 500; }
    .status-badge[b-chtx7rba15] { font-size: 0.9rem; padding: 0.4rem 0.8rem; }
/* /Components/Pages/Reservations/RezCopy.razor.rz.scp.css */
.copy-card[b-nk910gjsrh] { border-left: 4px solid #17a2b8; }
.info-label[b-nk910gjsrh] { font-size: 0.75rem; color: #6c757d; }
.info-value[b-nk910gjsrh] { font-weight: 500; }
/* /Components/Pages/Reservations/RezDetail.razor.rz.scp.css */
.rez-tabs[b-bzvwah24ak] { 
    background: linear-gradient(180deg, #4a90d9 0%, #357abd 100%);
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    align-items: center;
}
.rez-tab[b-bzvwah24ak] { 
    background: #6ba3d6;
    color: white;
    border: 1px solid #5a93c6;
    padding: 6px 16px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.2s;
}
.rez-tab:hover[b-bzvwah24ak] { background: #7bb3e6; }
.rez-tab.active[b-bzvwah24ak] { 
    background: #ffc107;
    color: #333;
    border-color: #e0a800;
    font-weight: 600;
}
.rez-content[b-bzvwah24ak] { 
    background: #1a1a2e; 
    color: white; 
    min-height: 500px;
    border: 1px solid #333;
    border-top: none;
}
.info-panel[b-bzvwah24ak] { background: #000; padding: 10px; }
.info-table[b-bzvwah24ak] { font-size: 0.75rem; }
.info-table td[b-bzvwah24ak] { padding: 2px 6px; }
.info-label[b-bzvwah24ak] { color: #aaa; }
.info-value[b-bzvwah24ak] { color: #fff; font-weight: 500; }
.price-panel[b-bzvwah24ak] { background: #333; padding: 10px; }
.price-table[b-bzvwah24ak] { font-size: 0.75rem; }
.price-table th[b-bzvwah24ak] { background: #444; color: #fff; padding: 4px 8px; text-align: right; }
.price-table td[b-bzvwah24ak] { background: #555; color: #fff; padding: 4px 8px; text-align: right; }
.price-table th:first-child[b-bzvwah24ak], .price-table td:first-child[b-bzvwah24ak] { text-align: left; }
.guest-panel[b-bzvwah24ak] { background: #1a3a5c; padding: 10px; }
.guest-table[b-bzvwah24ak] { font-size: 0.72rem; }
.guest-table th[b-bzvwah24ak] { background: #2a4a6c; color: #fff; padding: 4px 6px; white-space: nowrap; }
.guest-table td[b-bzvwah24ak] { background: #1a3a5c; color: #fff; padding: 3px 5px; vertical-align: middle; }
.guest-table input[b-bzvwah24ak], .guest-table select[b-bzvwah24ak] { font-size: 0.72rem; padding: 2px 4px; background: #fff; border: 1px solid #ccc; }
.map-bg[b-bzvwah24ak] {
    background: linear-gradient(135deg, #1a3a5c 0%, #2a5a7c 50%, #1a4a6c 100%);
    position: relative;
}
.nightly-breakdown[b-bzvwah24ak] { max-height: 200px; overflow-y: auto; }
.nightly-breakdown table[b-bzvwah24ak] { font-size: 0.7rem; }
.form-control-xs[b-bzvwah24ak] { font-size: 0.7rem; padding: 2px 4px; height: auto; }
.form-select-xs[b-bzvwah24ak] { font-size: 0.7rem; padding: 2px 4px; height: auto; }
.btn-del[b-bzvwah24ak] { background: #dc3545; border: none; color: white; padding: 2px 6px; font-size: 0.65rem; cursor: pointer; border-radius: 2px; }
.btn-del:hover[b-bzvwah24ak] { background: #c82333; }
.copy-link[b-bzvwah24ak] { cursor: pointer; text-decoration: underline; }
.copy-link:hover[b-bzvwah24ak] { color: #ffc107; }
.add-guest-panel[b-bzvwah24ak] { background: #2a3a4c; border: 1px dashed #5a6a7c; padding: 10px; margin-top: 10px; border-radius: 5px; }
.result-message[b-bzvwah24ak] { font-size: 0.8rem; padding: 5px 10px; }

/* Fix SearchableSelect dropdown overflow in guest table */
.guest-panel[b-bzvwah24ak] { overflow: visible !important; }
.guest-panel .table-responsive[b-bzvwah24ak] { overflow: visible !important; }
.guest-panel table[b-bzvwah24ak] { overflow: visible !important; }
.guest-panel td[b-bzvwah24ak] { overflow: visible !important; }
.guest-panel .searchable-select[b-bzvwah24ak] { position: relative; }
.guest-panel .searchable-select-dropdown[b-bzvwah24ak] {
    z-index: 99999 !important;
}
/* /Components/Pages/Reservations/RezExtra.razor.rz.scp.css */
.extra-card[b-0jwad39jr4] { border-left: 4px solid #28a745; }
.info-label[b-0jwad39jr4] { font-size: 0.75rem; color: #6c757d; }
.info-value[b-0jwad39jr4] { font-weight: 500; }
/* /Components/Pages/Reservations/RezFis.razor.rz.scp.css */
.confirm-badge[b-j76q1ddke4] { font-size: 0.85rem; padding: 0.35rem 0.75rem; }
.info-label[b-j76q1ddke4] { font-size: 0.75rem; color: #6c757d; margin-bottom: 0.1rem; }
.info-value[b-j76q1ddke4] { font-weight: 500; }
.section-title[b-j76q1ddke4] { font-size: 0.9rem; font-weight: 600; border-bottom: 2px solid #007bff; padding-bottom: 0.25rem; margin-bottom: 0.75rem; }
.btn-confirm[b-j76q1ddke4] { min-width: 100px; }
/* /Components/Pages/Reservations/RezInvoice.razor.rz.scp.css */
.invoice-container[b-persk207ic] { max-width: 800px; margin: 0 auto; }
.invoice-header[b-persk207ic] { background-color: #f8f9fa; border-bottom: 2px solid #17a2b8; }
.invoice-table[b-persk207ic] { font-size: 0.85rem; }
.invoice-table th[b-persk207ic] { background-color: #e9ecef; width: 30%; }
.invoice-footer[b-persk207ic] { border-top: 2px solid #17a2b8; background-color: #f8f9fa; }
.price-table th[b-persk207ic], .price-table td[b-persk207ic] { text-align: right; padding: 4px 8px; }
.price-table th:first-child[b-persk207ic], .price-table td:first-child[b-persk207ic] { text-align: left; }
.total-row[b-persk207ic] { font-weight: bold; background-color: #f0f0f0; }

@media print {
    .no-print[b-persk207ic] { display: none !important; }
    .invoice-container[b-persk207ic] { max-width: 100%; }
    body[b-persk207ic] { font-size: 10pt; }
}
/* /Components/Pages/Reservations/RezModify.razor.rz.scp.css */
.modify-card[b-cj3gm9hzut] { border-left: 4px solid #6f42c1; }
.info-label[b-cj3gm9hzut] { font-size: 0.75rem; color: #6c757d; }
.info-value[b-cj3gm9hzut] { font-weight: 500; }
.price-card[b-cj3gm9hzut] { background-color: #f8f9fa; }
.current-value[b-cj3gm9hzut] { color: #6c757d; font-style: italic; }
.new-value[b-cj3gm9hzut] { color: #28a745; font-weight: 600; }
.price-change-up[b-cj3gm9hzut] { color: #dc3545; }
.price-change-down[b-cj3gm9hzut] { color: #28a745; }
/* /Components/Pages/Reservations/RezPayment.razor.rz.scp.css */
.payment-card[b-rwjoaw7dj3] { border-left: 4px solid #007bff; }
.info-label[b-rwjoaw7dj3] { font-size: 0.75rem; color: #6c757d; }
.info-value[b-rwjoaw7dj3] { font-weight: 500; }
.payment-method[b-rwjoaw7dj3] { cursor: pointer; transition: all 0.2s; }
.payment-method:hover[b-rwjoaw7dj3] { transform: scale(1.02); }
.payment-method.selected[b-rwjoaw7dj3] { border-color: #007bff !important; background-color: #f0f7ff; }
/* /Components/Pages/Reservations/RezPrice.razor.rz.scp.css */
.price-section[b-3f0ufojomt] { background-color: #2c3e50; padding: 10px; border-radius: 5px; color: white; }
.price-section label[b-3f0ufojomt] { color: #fff; font-size: 0.75rem; font-weight: bold; }
.price-input[b-3f0ufojomt] { text-align: right; width: 100px; }
.info-table[b-3f0ufojomt] { font-size: 0.75rem; }
.info-table th[b-3f0ufojomt] { background-color: #34495e; color: white; padding: 4px 8px; text-align: left; white-space: nowrap; }
.info-table td[b-3f0ufojomt] { background-color: #ecf0f1; padding: 4px 8px; }
/* /Components/Pages/Reservations/RezVoucher.razor.rz.scp.css */
.voucher-container[b-8l02yefulh] { max-width: 800px; margin: 0 auto; }
.voucher-header[b-8l02yefulh] { background-color: #f8f9fa; border-bottom: 2px solid #007bff; }
.voucher-logo[b-8l02yefulh] { max-height: 60px; }
.voucher-table[b-8l02yefulh] { font-size: 0.85rem; }
.voucher-table th[b-8l02yefulh] { background-color: #e9ecef; width: 30%; }
.voucher-footer[b-8l02yefulh] { border-top: 2px solid #007bff; background-color: #f8f9fa; }

@media print {
    .no-print[b-8l02yefulh] { display: none !important; }
    .voucher-container[b-8l02yefulh] { max-width: 100%; }
    body[b-8l02yefulh] { font-size: 10pt; }
}
/* /Components/Pages/Reservations/TransferPriceSearch.razor.rz.scp.css */
/* Transfer Price Search Component Styles - Ultra Compact Version */

/* Main container - full width */
.content>.container-fluid[b-lnswei8xbs] {
    padding: 0.5rem;
}

/* Filter card container - constrained width and centered */
.card.card-primary[b-lnswei8xbs] {
    max-width: 900px;
    margin: 0 auto 0.5rem auto;
}

/* Results section - full width */
#searchResultsSection[b-lnswei8xbs] {
    max-width: 100%;
    margin: 0;
}

/* Ultra compact form groups */
.compact-form-group[b-lnswei8xbs] {
    margin-bottom: 0.25rem;
}

.compact-form-group label[b-lnswei8xbs] {
    font-size: 0.7rem;
    margin-bottom: 0.1rem;
    font-weight: 500;
    display: block;
}

.compact-form-group label i[b-lnswei8xbs] {
    display: none;
    /* Hide icons for compactness */
}

.compact-form-group .form-control[b-lnswei8xbs] {
    height: 26px;
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
}

/* Compact filter cards */
.filter-card[b-lnswei8xbs] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
    padding: 0.4rem;
    margin-bottom: 0.4rem;
}

.filter-card-header[b-lnswei8xbs] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.3rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e9ecef;
}

.filter-card-header i[b-lnswei8xbs] {
    margin-right: 0.2rem;
    font-size: 0.7rem;
}

/* Compact checkbox scroll areas - FIXED */
.checkbox-scroll[b-lnswei8xbs] {
    max-height: 100px;
    overflow-y: auto;
    border: 1px solid #ced4da;
    padding: 0.15rem;
    border-radius: 0.2rem;
    background: #fff;
}

.checkbox-scroll .custom-control[b-lnswei8xbs] {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0.1rem;
    min-height: auto;
}

.checkbox-scroll .custom-control-input[b-lnswei8xbs] {
    position: static;
    margin-right: 0.25rem;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.checkbox-scroll .custom-control-label[b-lnswei8xbs] {
    font-size: 0.68rem;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.checkbox-scroll .custom-control-label[b-lnswei8xbs]::before,
.checkbox-scroll .custom-control-label[b-lnswei8xbs]::after {
    display: none;
}

/* Quick action buttons */
.filter-quick-actions[b-lnswei8xbs] {
    display: inline-flex;
    gap: 0.15rem;
    margin-left: 0.25rem;
}

.filter-quick-actions .btn[b-lnswei8xbs] {
    padding: 0 0.3rem;
    font-size: 0.6rem;
    line-height: 1.3;
    height: 16px;
}

/* Smaller row spacing */
.filter-card .row[b-lnswei8xbs] {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.filter-card .row>[class*="col-"][b-lnswei8xbs] {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

/* Compact card */
.card[b-lnswei8xbs] {
    margin-bottom: 0.5rem;
}

.card-body[b-lnswei8xbs] {
    padding: 0.4rem !important;
}

.card-header[b-lnswei8xbs] {
    padding: 0.25rem 0.5rem !important;
}

.card-title[b-lnswei8xbs] {
    font-size: 0.85rem !important;
    margin-bottom: 0;
}

/* Result table styling */
.hotel-result-row[b-lnswei8xbs] {
    border-left: 2px solid #28a745;
    transition: all 0.2s;
    cursor: pointer;
}

.hotel-result-row:hover[b-lnswei8xbs] {
    background-color: #f0fff4;
}

.hotel-result-row td[b-lnswei8xbs] {
    padding: 0.2rem 0.3rem !important;
    font-size: 0.75rem;
    vertical-align: middle;
}

/* Price display */
.price-badge[b-lnswei8xbs] {
    font-size: 0.9rem;
    font-weight: bold;
    color: #28a745;
}

/* Section divider */
.section-divider[b-lnswei8xbs] {
    border-top: 1px solid #e9ecef;
    margin: 0.3rem 0;
}

/* Compact control labels */
.custom-control-label[b-lnswei8xbs] {
    font-size: 0.7rem;
}

/* Spinner */
.spinner-border-sm[b-lnswei8xbs] {
    width: 0.8rem;
    height: 0.8rem;
    border-width: 0.1rem;
}

/* Readonly fields */
input[readonly][b-lnswei8xbs] {
    background-color: #e9ecef;
}

/* Table improvements */
.table th[b-lnswei8xbs] {
    white-space: nowrap;
    font-size: 0.75rem;
    padding: 0.3rem !important;
}

.table td[b-lnswei8xbs] {
    font-size: 0.75rem;
    padding: 0.3rem !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .card.card-primary[b-lnswei8xbs] {
        max-width: 100%;
    }
}

/* Inline style block extracted from .razor file */
@keyframes highlightResults-b-lnswei8xbs {
    0% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
    50% { box-shadow: 0 0 20px 10px rgba(40, 167, 69, 0.4); }
    100% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
}

#searchResultsSection[b-lnswei8xbs] {
    scroll-margin-top: 20px;
}
/* /Components/Shared/ChatWindow.razor.rz.scp.css */
/* ========================================
   ChatWindow.razor CSS - AquaMessenger
   SSOT ref: commit 910b78e
   
   These styles serve as CSS-level guarantees
   for the achat.js-managed dialog and widget.
   They complement the inline styles set by JS.
   ======================================== */

/* Main dialog wrapper - jQuery UI Dialog */
[b-jvbcxgm5sx] .achat-dialog {
    z-index: 9999999 !important;
    position: fixed !important;
}

[b-jvbcxgm5sx] .achat-dialog .ui-dialog-titlebar {
    background: linear-gradient(135deg, #25b5b5 0%, #1a9090 100%);
    color: white;
    border: none;
    padding: 8px 12px;
}

[b-jvbcxgm5sx] .achat-dialog .ui-dialog-content {
    padding: 0;
    overflow: hidden;
}

/* Minimized widget */
[b-jvbcxgm5sx] #AChatMiniWidget {
    z-index: 9999998 !important;
    position: fixed !important;
    opacity: 0.6;
    transition: opacity 0.4s ease, box-shadow 0.4s ease, width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.2);
    box-shadow: 0 8px 32px rgba(32, 160, 160, 0.3);
    border: 2px solid rgba(32, 160, 160, 0.5);
}

[b-jvbcxgm5sx] #AChatMiniWidget:hover {
    opacity: 1;
    box-shadow: 0 12px 40px rgba(32, 160, 160, 0.6);
}

/* macOS-style minimize/maximize dots */
[b-jvbcxgm5sx] .achat-macos-buttons {
    display: flex;
    gap: 6px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

[b-jvbcxgm5sx] .achat-macos-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.15s ease;
}

[b-jvbcxgm5sx] .achat-macos-dot:hover {
    transform: scale(1.2);
}

[b-jvbcxgm5sx] .achat-macos-minimize {
    background-color: #ffbd2e;
}

[b-jvbcxgm5sx] .achat-macos-maximize {
    background-color: #28c940;
}

/* Iframe inside dialog */
[b-jvbcxgm5sx] #AChatIframe {
    width: 100%;
    height: 100%;
    border: none;
}
/* /Components/Shared/Hotels/Modals/FiyatCopyModal.razor.rz.scp.css */
.modal-backdrop-custom[b-oc2u0legwy] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content-custom[b-oc2u0legwy] {
    background: white;
    border-radius: 8px;
    max-width: 900px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.modal-header-custom[b-oc2u0legwy] {
    background: #0d6efd;
    color: white;
    padding: 15px 20px;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header-custom h5[b-oc2u0legwy] {
    margin: 0;
    font-weight: bold;
}

.modal-close-btn[b-oc2u0legwy] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.modal-close-btn:hover[b-oc2u0legwy] {
    background: rgba(255, 255, 255, 0.3);
}

.modal-body-custom[b-oc2u0legwy] {
    padding: 20px;
}

.modal-footer-custom[b-oc2u0legwy] {
    padding: 15px 20px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
/* /Components/Shared/Hotels/Modals/MarkupOperatorModal.razor.rz.scp.css */
.modal-backdrop-custom[b-xfjh861006] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content-custom[b-xfjh861006] {
    background: #2c3e50;
    border-radius: 8px;
    padding: 20px;
    max-width: 700px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    color: white;
}

.modal-header-custom[b-xfjh861006] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #34495e;
}

.filter-section[b-xfjh861006] {
    background: #34495e;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.filter-item[b-xfjh861006] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.filter-label[b-xfjh861006] {
    min-width: 180px;
    font-weight: bold;
    font-size: 13px;
}

.operator-checkbox-list[b-xfjh861006] {
    background: white;
    border-radius: 5px;
    padding: 15px;
    max-height: 400px;
    overflow-y: auto;
    color: #2c3e50;
}

.checkbox-item[b-xfjh861006] {
    padding: 5px 0;
}

.modal-close-btn[b-xfjh861006] {
    background: #e74c3c;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-custom-primary[b-xfjh861006] {
    background: #27ae60;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.btn-custom-secondary[b-xfjh861006] {
    background: #95a5a6;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
}
/* /Components/Shared/Hotels/Modals/PansiyonCopyModal.razor.rz.scp.css */
.modal-backdrop-custom[b-fcor17mi4i] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content-custom[b-fcor17mi4i] {
    background: white;
    border-radius: 8px;
    max-width: 900px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.modal-header-custom[b-fcor17mi4i] {
    background: #0d6efd;
    color: white;
    padding: 15px 20px;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header-custom h5[b-fcor17mi4i] {
    margin: 0;
    font-weight: bold;
}

.modal-close-btn[b-fcor17mi4i] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.modal-close-btn:hover[b-fcor17mi4i] {
    background: rgba(255, 255, 255, 0.3);
}

.modal-body-custom[b-fcor17mi4i] {
    padding: 20px;
}

.modal-footer-custom[b-fcor17mi4i] {
    padding: 15px 20px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
/* /Components/Shared/Hotels/Tabs/AksiyonTabComponent.razor.rz.scp.css */
/* Ultra-compact form styling like old system */
.aksiyon-tab-container[b-xa4n9uynsu] {
    padding: 0.35rem !important;
    background: transparent !important;
}

.aksiyon-form-wrapper[b-xa4n9uynsu] {
    max-width: 850px;
    margin: 0 auto;
}

.scroll_div[b-xa4n9uynsu] {
    max-height: 80px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    padding: 2px 4px;
    background: #f8f9fa;
    font-size: 0.68rem;
}

.scroll_div .form-check[b-xa4n9uynsu] {
    margin-bottom: 0;
    padding-left: 1.1rem;
    min-height: 1rem;
}

.scroll_div .form-check-input[b-xa4n9uynsu] {
    width: 10px;
    height: 10px;
    margin-top: 0.12rem;
}

.scroll_div .form-check-label[b-xa4n9uynsu] {
    font-size: 0.65rem;
    line-height: 1.1;
}

.aksiyon-form-panel[b-xa4n9uynsu] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 4px;
    padding: 0.4rem;
    color: white;
}

.aksiyon-form-panel .row.g-1[b-xa4n9uynsu] {
    --bs-gutter-y: 0.2rem;
    --bs-gutter-x: 0.2rem;
}

.discount-panel[b-xa4n9uynsu] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border-radius: 4px;
    padding: 0.35rem;
    color: white;
    margin-bottom: 0.25rem;
}

.discount-panel h6[b-xa4n9uynsu] {
    font-size: 0.68rem;
    margin-bottom: 0.25rem !important;
}

.discount-panel .row.g-1[b-xa4n9uynsu] {
    --bs-gutter-y: 0.15rem;
    --bs-gutter-x: 0.15rem;
}

.form-label-white[b-xa4n9uynsu] {
    color: white !important;
    font-weight: 500;
    font-size: 0.62rem;
    margin-bottom: 0;
    display: block;
    line-height: 1.2;
}

.form-select-sm[b-xa4n9uynsu], .form-control-sm[b-xa4n9uynsu] {
    height: 20px;
    padding: 0 0.25rem;
    font-size: 0.65rem;
}

.input-group-sm > .form-control[b-xa4n9uynsu],
.input-group-sm > .input-group-text[b-xa4n9uynsu] {
    height: 20px;
    padding: 0 0.2rem;
    font-size: 0.65rem;
}

.input-group-text[b-xa4n9uynsu] {
    padding: 0 0.15rem;
    font-size: 0.6rem;
}

.form-check-inline[b-xa4n9uynsu] {
    margin-right: 0.25rem;
}

.form-check-label.text-white[b-xa4n9uynsu] {
    font-size: 0.62rem;
}

.form-check-input[b-xa4n9uynsu] {
    width: 10px;
    height: 10px;
}

.grid-btn-sm[b-xa4n9uynsu] {
    padding: 0 3px;
    font-size: 0.6rem;
    line-height: 1.3;
}

.btn-sm[b-xa4n9uynsu] {
    padding: 0.1rem 0.3rem;
    font-size: 0.65rem;
}

.btn-group .btn-sm[b-xa4n9uynsu] {
    padding: 0.08rem 0.25rem;
}

.alert[b-xa4n9uynsu] {
    padding: 0.25rem 0.4rem;
    font-size: 0.68rem;
    margin-bottom: 0.25rem;
}

.card-body.p-2[b-xa4n9uynsu] {
    padding: 0.25rem !important;
}

.table-sm th[b-xa4n9uynsu], .table-sm td[b-xa4n9uynsu] {
    padding: 0.15rem 0.25rem;
    font-size: 0.65rem;
}

.text-white-50[b-xa4n9uynsu] {
    font-size: 0.55rem !important;
}

/* Compact pax control panel */
.pax-panel[b-xa4n9uynsu] {
    padding: 0.2rem !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 3px;
}

/* Search panel compact */
.search-panel-compact .form-label[b-xa4n9uynsu] {
    font-size: 0.6rem;
    margin-bottom: 0;
}

.search-panel-compact .form-select-sm[b-xa4n9uynsu],
.search-panel-compact .form-control-sm[b-xa4n9uynsu] {
    height: 18px;
    font-size: 0.62rem;
}
/* /Components/Shared/Hotels/Tabs/ExtraTabComponent.razor.rz.scp.css */
/* Compact centered Extra form */
.extra-tab-container[b-fx12ko6yjy] {
    padding: 0.35rem !important;
    background: transparent !important;
}

.extra-form-wrapper[b-fx12ko6yjy] {
    max-width: 850px;
    margin: 0 auto;
}

.extra-form-panel[b-fx12ko6yjy] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.4rem;
}

.extra-form-panel label[b-fx12ko6yjy] {
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 0.75rem;
    display: block;
    line-height: 1.2;
}

.scroll_div[b-fx12ko6yjy] {
    max-height: 80px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    padding: 4px;
    background: #fff;
    font-size: 0.68rem;
}

.scroll_div .form-check-label[b-fx12ko6yjy] {
    color: #000;
    font-weight: normal;
    font-size: 0.68rem;
}

.section-divider[b-fx12ko6yjy] {
    border-bottom: 2px solid #0d6efd;
    padding-bottom: 0.35rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #0d6efd;
    font-size: 0.72rem;
}

.price-group[b-fx12ko6yjy] {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.4rem;
    background: #fff;
}

.price-group-label[b-fx12ko6yjy] {
    font-weight: bold;
    color: #0d6efd;
    margin-bottom: 0.4rem;
    font-size: 0.72rem;
}

.form-select-sm[b-fx12ko6yjy], .form-control-sm[b-fx12ko6yjy] {
    height: 20px;
    padding: 0 0.25rem;
    font-size: 0.65rem;
}

.card.mb-3.extra-form-panel[b-fx12ko6yjy] {
    margin: 0 auto;
    max-width: 840px;
}

.card[b-fx12ko6yjy] {
    margin-bottom: 0.5rem;
}

.card-body[b-fx12ko6yjy] {
    padding: 0.4rem !important;
}

.btn-group .btn-sm[b-fx12ko6yjy] {
    padding: 0.08rem 0.25rem;
}

.alert[b-fx12ko6yjy] {
    padding: 0.25rem 0.4rem;
    font-size: 0.68rem;
    margin-bottom: 0.25rem;
}

.table-responsive[b-fx12ko6yjy] {
    background: white;
    padding: 0.5rem;
    border-radius: 4px;
}

.table-sm th[b-fx12ko6yjy], .table-sm td[b-fx12ko6yjy] {
    padding: 0.15rem 0.25rem;
    font-size: 0.65rem;
}
/* /Components/Shared/Hotels/Tabs/HAksiyonCaprazlaModal.razor.rz.scp.css */
.modal-backdrop-custom[b-rb34w7i7ea] {
    display: flex;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-content-custom[b-rb34w7i7ea] {
    background-color: #2c3e50;
    color: white;
    padding: 25px;
    border: 2px solid #34495e;
    width: 95vw;
    max-width: 1400px;
    height: 90vh;
    max-height: 90vh;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-header-custom[b-rb34w7i7ea] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #34495e;
    margin-bottom: 20px;
}

.modal-header-custom h3[b-rb34w7i7ea] {
    margin: 0;
    color: #ecf0f1;
    font-size: 1.5rem;
    font-weight: bold;
}

.close-button[b-rb34w7i7ea] {
    background: #e74c3c;
    color: white;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    line-height: 1;
    padding: 0;
}

    .close-button:hover[b-rb34w7i7ea] {
        background: #c0392b;
    }

.modal-body-custom[b-rb34w7i7ea] {
    flex: 1;
    overflow-y: auto;
    padding: 15px 5px;
    margin: 15px 0;
}

.modal-footer-custom[b-rb34w7i7ea] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 15px;
    border-top: 2px solid #34495e;
    flex-shrink: 0;
}

.btn-capraz[b-rb34w7i7ea] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-success-capraz[b-rb34w7i7ea] {
    background-color: #27ae60;
    color: white;
}

    .btn-success-capraz:hover[b-rb34w7i7ea] {
        background-color: #229954;
    }

    .btn-success-capraz:disabled[b-rb34w7i7ea] {
        background-color: #7f8c8d;
        cursor: not-allowed;
    }

.btn-secondary-capraz[b-rb34w7i7ea] {
    background-color: #95a5a6;
    color: white;
}

    .btn-secondary-capraz:hover[b-rb34w7i7ea] {
        background-color: #7f8c8d;
    }

.section-well[b-rb34w7i7ea] {
    background-color: #34495e;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid #2c3e50;
}

.section-title[b-rb34w7i7ea] {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ecf0f1;
    margin-bottom: 8px;
    display: block;
}

.section-subtitle[b-rb34w7i7ea] {
    font-size: 1rem;
    font-weight: bold;
    color: #bdc3c7;
    margin-bottom: 10px;
    display: block;
}

.checkbox-list-capraz[b-rb34w7i7ea] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 350px;
    overflow-y: auto;
    padding: 10px;
    background-color: #2c3e50;
    border-radius: 4px;
    border: 1px solid #34495e;
}

.checkbox-list-capraz[b-rb34w7i7ea]::-webkit-scrollbar {
    width: 8px;
}

.checkbox-list-capraz[b-rb34w7i7ea]::-webkit-scrollbar-track {
    background: #34495e;
    border-radius: 4px;
}

.checkbox-list-capraz[b-rb34w7i7ea]::-webkit-scrollbar-thumb {
    background: #7f8c8d;
    border-radius: 4px;
}

.checkbox-list-capraz[b-rb34w7i7ea]::-webkit-scrollbar-thumb:hover {
    background: #95a5a6;
}

.checkbox-item-capraz[b-rb34w7i7ea] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

    .checkbox-item-capraz:hover[b-rb34w7i7ea] {
        background-color: #34495e;
    }

    .checkbox-item-capraz input[type="checkbox"][b-rb34w7i7ea] {
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

    .checkbox-item-capraz label[b-rb34w7i7ea] {
        cursor: pointer;
        margin: 0;
        flex: 1;
        color: #ecf0f1;
        font-size: 0.95rem;
    }

.top-section[b-rb34w7i7ea] {
    background-color: #34495e;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.aksiyon-dropdown[b-rb34w7i7ea] {
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #7f8c8d;
    background-color: #2c3e50;
    color: white;
    font-size: 14px;
    width: 100%;
    max-width: 600px;
}

    .aksiyon-dropdown option[b-rb34w7i7ea] {
        background-color: #2c3e50;
        color: white;
    }

.history-checkbox[b-rb34w7i7ea] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

    .history-checkbox input[type="checkbox"][b-rb34w7i7ea] {
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

    .history-checkbox label[b-rb34w7i7ea] {
        cursor: pointer;
        margin: 0;
        color: #ecf0f1;
        font-weight: bold;
    }

.dropdown-label[b-rb34w7i7ea] {
    display: inline-block;
    margin-right: 10px;
    color: #ecf0f1;
    font-weight: bold;
    font-size: 1.1rem;
}

.message-label[b-rb34w7i7ea] {
    color: #e74c3c;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.kickback-table[b-rb34w7i7ea] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .kickback-table[b-rb34w7i7ea] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/Hotels/Tabs/HAksiyonChdModal.razor.rz.scp.css */
.modal-backdrop-custom[b-usc8kuf1bw] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content-custom[b-usc8kuf1bw] {
    background: #2c3e50;
    border-radius: 8px;
    padding: 20px;
    max-width: 1400px;
    width: 98%;
    max-height: 95vh;
    overflow-y: auto;
    position: relative;
    color: white;
}

.modal-header-custom[b-usc8kuf1bw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #34495e;
}

.modal-header-custom h3[b-usc8kuf1bw] {
    color: white;
    font-weight: bold;
    margin: 0;
}

.modal-close-btn[b-usc8kuf1bw] {
    background: #e74c3c;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.modal-close-btn:hover[b-usc8kuf1bw] {
    background: #c0392b;
}

.info-section[b-usc8kuf1bw] {
    background: #34495e;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.child-age-table[b-usc8kuf1bw] {
    background: white;
    border-radius: 5px;
    overflow: hidden;
}

.child-age-table table[b-usc8kuf1bw] {
    margin-bottom: 0;
    color: #2c3e50;
}

.child-age-table thead[b-usc8kuf1bw] {
    background: #3498db;
    color: white;
}

.child-age-table thead th[b-usc8kuf1bw] {
    font-weight: bold;
    padding: 12px;
    border: none;
}

.child-age-table tbody td[b-usc8kuf1bw] {
    padding: 10px;
    vertical-align: middle;
}

.modal-footer-custom[b-usc8kuf1bw] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px solid #34495e;
}

.btn-custom-secondary[b-usc8kuf1bw] {
    background: #95a5a6;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.btn-custom-secondary:hover[b-usc8kuf1bw] {
    background: #7f8c8d;
}

.btn-custom-primary[b-usc8kuf1bw] {
    background: #27ae60;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.btn-custom-primary:hover[b-usc8kuf1bw] {
    background: #229954;
}

.btn-custom-primary:disabled[b-usc8kuf1bw] {
    background: #95a5a6;
    cursor: not-allowed;
}
/* /Components/Shared/Hotels/Tabs/HAksiyonFiyatModal.razor.rz.scp.css */
.modal-backdrop-custom[b-rfx09x0ju2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content-custom[b-rfx09x0ju2] {
    background: #2c3e50;
    border-radius: 8px;
    padding: 20px;
    max-width: 1400px;
    width: 98%;
    max-height: 95vh;
    overflow-y: auto;
    position: relative;
    color: white;
}

.modal-header-custom[b-rfx09x0ju2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #34495e;
}

.modal-header-custom h3[b-rfx09x0ju2] {
    color: white;
    font-weight: bold;
    margin: 0;
}

.modal-close-btn[b-rfx09x0ju2] {
    background: #e74c3c;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.modal-close-btn:hover[b-rfx09x0ju2] {
    background: #c0392b;
}

.filter-section[b-rfx09x0ju2] {
    background: #34495e;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.filter-row[b-rfx09x0ju2] {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

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

.filter-item label[b-rfx09x0ju2] {
    color: white;
    font-weight: bold;
    min-width: 80px;
}

.filter-item select[b-rfx09x0ju2] {
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #7f8c8d;
    min-width: 200px;
}

.season-info[b-rfx09x0ju2] {
    color: #ecf0f1;
    font-size: 13px;
}

.markup-panel[b-rfx09x0ju2] {
    background: #34495e;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.markup-panel h4[b-rfx09x0ju2] {
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}

.markup-table[b-rfx09x0ju2] {
    width: 100%;
    border-collapse: collapse;
}

.markup-table th[b-rfx09x0ju2] {
    background: #2c3e50;
    color: white;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #7f8c8d;
    font-size: 12px;
}

.markup-table td[b-rfx09x0ju2] {
    padding: 6px;
    text-align: center;
    border: 1px solid #7f8c8d;
}

.markup-table input[type="number"][b-rfx09x0ju2],
.markup-table select[b-rfx09x0ju2] {
    width: 100%;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #7f8c8d;
    text-align: center;
    font-size: 12px;
}

.btn-auto-price[b-rfx09x0ju2] {
    background: #27ae60;
    color: white;
    border: none;
    padding: 6px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}

.btn-auto-price:hover[b-rfx09x0ju2] {
    background: #229954;
}

.price-grid[b-rfx09x0ju2] {
    margin-top: 20px;
    overflow-x: auto;
}

.price-grid-table[b-rfx09x0ju2] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    color: black;
}

.price-grid-table thead[b-rfx09x0ju2] {
    background: #34495e;
    color: white;
}

.price-grid-table th[b-rfx09x0ju2],
.price-grid-table td[b-rfx09x0ju2] {
    padding: 6px;
    text-align: center;
    border: 1px solid #bdc3c7;
}

.price-grid-table th[b-rfx09x0ju2] {
    font-weight: bold;
    font-size: 11px;
}

.price-grid-table td[b-rfx09x0ju2] {
    font-size: 11px;
}

.price-grid-table input[type="number"][b-rfx09x0ju2] {
    width: 65px;
    padding: 3px;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    text-align: right;
    font-size: 11px;
}

.price-grid-table tbody tr:nth-child(even)[b-rfx09x0ju2] {
    background: #ecf0f1;
}

.price-grid-table tbody tr:hover[b-rfx09x0ju2] {
    background: #d5dbdb;
}

.btn-delete-price[b-rfx09x0ju2] {
    background: #e74c3c;
    color: white;
    border: none;
    padding: 3px 6px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 10px;
}

.btn-delete-price:hover[b-rfx09x0ju2] {
    background: #c0392b;
}

.btn-save-prices[b-rfx09x0ju2] {
    background: #3498db;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
}

.btn-save-prices:hover[b-rfx09x0ju2] {
    background: #2980b9;
}

.alert-message[b-rfx09x0ju2] {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 13px;
}

.alert-success[b-rfx09x0ju2] {
    background: #27ae60;
    color: white;
}

.alert-danger[b-rfx09x0ju2] {
    background: #e74c3c;
    color: white;
}

.alert-info[b-rfx09x0ju2] {
    background: #3498db;
    color: white;
}

.text-gray[b-rfx09x0ju2] {
    color: #95a5a6;
}

.text-red[b-rfx09x0ju2] {
    color: #e74c3c;
    font-weight: bold;
}

.loading-spinner[b-rfx09x0ju2] {
    text-align: center;
    padding: 40px;
    color: white;
    font-size: 16px;
}
/* /Components/Shared/Hotels/Tabs/HAksiyonOperatorModal.razor.rz.scp.css */
.modal-backdrop-custom[b-wqt88s7s33] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content-custom[b-wqt88s7s33] {
    background: #2c3e50;
    border-radius: 8px;
    padding: 20px;
    max-width: 700px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    color: white;
}

.modal-header-custom[b-wqt88s7s33] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #34495e;
}

.modal-header-custom h3[b-wqt88s7s33] {
    color: white;
    font-weight: bold;
    margin: 0;
}

.modal-close-btn[b-wqt88s7s33] {
    background: #e74c3c;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.modal-close-btn:hover[b-wqt88s7s33] {
    background: #c0392b;
}

.filter-section[b-wqt88s7s33] {
    background: #34495e;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.filter-item[b-wqt88s7s33] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.filter-label[b-wqt88s7s33] {
    min-width: 180px;
    font-weight: bold;
    font-size: 13px;
}

.operator-checkbox-list[b-wqt88s7s33] {
    background: white;
    border-radius: 5px;
    padding: 15px;
    max-height: 400px;
    overflow-y: auto;
    color: #2c3e50;
}

.checkbox-item[b-wqt88s7s33] {
    padding: 5px 0;
}

.checkbox-item label[b-wqt88s7s33] {
    cursor: pointer;
    user-select: none;
}

.checkbox-item input[type="checkbox"][b-wqt88s7s33] {
    margin-right: 8px;
    cursor: pointer;
}

.select-all-section[b-wqt88s7s33] {
    background: #ecf0f1;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.modal-footer-custom[b-wqt88s7s33] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px solid #34495e;
}

.btn-custom-secondary[b-wqt88s7s33] {
    background: #95a5a6;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.btn-custom-secondary:hover[b-wqt88s7s33] {
    background: #7f8c8d;
}

.btn-custom-primary[b-wqt88s7s33] {
    background: #27ae60;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.btn-custom-primary:hover[b-wqt88s7s33] {
    background: #229954;
}

.btn-custom-primary:disabled[b-wqt88s7s33] {
    background: #95a5a6;
    cursor: not-allowed;
}
/* /Components/Shared/Hotels/Tabs/MarkupTabComponent.razor.rz.scp.css */
.markup-form-panel[b-en29d7pyn3] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
}

.markup-form-panel label[b-en29d7pyn3] {
    color: #000;
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
}

.scroll_div[b-en29d7pyn3] {
    max-height: 120px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    padding: 8px;
    background: white;
}

.scroll_div .form-check-label[b-en29d7pyn3] {
    color: #000;
    font-weight: normal;
}

.section-divider[b-en29d7pyn3] {
    border-bottom: 2px solid #0d6efd;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #0d6efd;
}
/* /Components/Shared/Hotels/Tabs/PriceTabComponent.razor.rz.scp.css */
/* Label styling for readability */
.form-label[b-5ss3sn3s5a] {
    color: #333 !important;
    font-weight: 500;
}

/* Ensure text is visible in dark sections */
label[b-5ss3sn3s5a] {
    color: #333 !important;
}

/* Custom responsive column widths for form fields */
/* ::deep required so scoped styles reach inside EditForm child component */
@media (min-width: 992px) {
    [b-5ss3sn3s5a] .col-lg-1_5 {
        flex: 0 0 calc(100% / 8);
        max-width: calc(100% / 8);
    }
    [b-5ss3sn3s5a] .col-lg-1_2 {
        flex: 0 0 calc(100% / 10);
        max-width: calc(100% / 10);
    }
    [b-5ss3sn3s5a] .col-md-1_5 {
        flex: 0 0 calc(100% / 8);
        max-width: calc(100% / 8);
    }
}
/* /Components/Shared/Hotels/Tabs/QuotaTabComponent.razor.rz.scp.css */
.quota-form-panel[b-xx8kk3hnnm] {
    background: #f8f9fa;
    border: 2px solid #667eea;
    border-radius: 8px;
    padding: 20px;
}

.quota-form-panel label[b-xx8kk3hnnm] {
    color: #495057 !important;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.quota-form-panel small[b-xx8kk3hnnm] {
    color: #6c757d !important;
    font-size: 0.75rem;
}

.quota-tab-container .table thead th[b-xx8kk3hnnm] {
    background-color: #e9ecef;
    font-weight: 600;
    font-size: 0.875rem;
    vertical-align: middle;
    white-space: nowrap;
}
