/* /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/Reservations/PriceSearch.razor.rz.scp.css */
/* Hotel Price Search Component Styles - Ultra Compact Version */

/* Main container - constrain width */
.content>.container-fluid[b-osj1cksi4d] {
    max-width: 900px;
    margin: 0 auto;
    padding: 0.5rem;
}

/* 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;
}
/* /Components/Pages/Reservations/TransferPriceSearch.razor.rz.scp.css */
/* TransferPriceSearch Component Styles */
/* Following PriceSearch.razor.css design pattern */

.compact-form-group[b-lnswei8xbs] {
    margin-bottom: 0.5rem;
}

.compact-form-group label[b-lnswei8xbs] {
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
    color: #495057;
}

.compact-form-group .form-control[b-lnswei8xbs] {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    height: calc(1.5em + 0.5rem + 2px);
}

.compact-form-group select.form-control[b-lnswei8xbs] {
    padding: 0.25rem 0.5rem;
}

/* Filter card styling */
.filter-card[b-lnswei8xbs] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}

.filter-card-header[b-lnswei8xbs] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    color: #495057;
    font-size: 0.9rem;
}

.filter-card-header i[b-lnswei8xbs] {
    margin-right: 0.5rem;
}

.section-divider[b-lnswei8xbs] {
    border-top: 2px solid #e9ecef;
    margin: 1rem 0;
}

/* Checkbox scroll area */
.checkbox-scroll[b-lnswei8xbs] {
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.5rem;
    background: white;
}

.checkbox-scroll .custom-control[b-lnswei8xbs] {
    padding-left: 1.5rem;
    margin-bottom: 0.25rem;
}

.checkbox-scroll .custom-control-label[b-lnswei8xbs] {
    font-size: 0.8rem;
    padding-top: 0.1rem;
}

/* Filter quick actions */
.filter-quick-actions[b-lnswei8xbs] {
    float: right;
}

.filter-quick-actions .btn[b-lnswei8xbs] {
    padding: 0.1rem 0.4rem;
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

/* Result table styling */
.hotel-result-row:hover[b-lnswei8xbs] {
    background-color: #e8f5e9 !important;
    cursor: pointer;
}

.hotel-result-row td[b-lnswei8xbs] {
    vertical-align: middle;
}

/* Badge styling in results */
.hotel-result-row .badge[b-lnswei8xbs] {
    font-size: 0.8rem;
    font-weight: 500;
}

/* Price highlight */
.price-highlight[b-lnswei8xbs] {
    color: #28a745;
    font-weight: bold;
    font-size: 1rem;
}

/* Loading spinner adjustments */
.spinner-border-sm[b-lnswei8xbs] {
    width: 1rem;
    height: 1rem;
}

/* Custom control checkbox adjustments */
.custom-control-input:checked ~ .custom-control-label[b-lnswei8xbs]::before {
    background-color: #007bff;
    border-color: #007bff;
}

/* Input group adjustments */
.input-group .form-control[b-lnswei8xbs] {
    height: calc(1.5em + 0.5rem + 2px);
}

/* Card header adjustments */
.card-header[b-lnswei8xbs] {
    padding: 0.5rem 1rem;
}

.card-header .card-title[b-lnswei8xbs] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

/* Table improvements */
.table th[b-lnswei8xbs] {
    white-space: nowrap;
    font-size: 0.85rem;
}

.table td[b-lnswei8xbs] {
    font-size: 0.85rem;
    padding: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .filter-card[b-lnswei8xbs] {
        padding: 0.5rem;
    }

    .checkbox-scroll[b-lnswei8xbs] {
        max-height: 120px;
    }

    .filter-quick-actions[b-lnswei8xbs] {
        float: none;
        display: block;
        margin-top: 0.25rem;
    }
}
