.submit-btn, .search-btn { background: #2BA785; }
.submit-btn:hover, .search-btn:hover { background: #15916F; }
input[type=number] {
	-webkit-appearance: text;
	-moz-appearance: textfield;
	appearance: text;
}
/* Target the inner scroll arrow wrappers in WebKit browsers */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Prevents hidden layout spacing bugs */
}

/* ==========================================================================
   css/own.css - Modern Accent Theme Stylesheet
   ========================================================================== */

:root {
    --brand-primary: #2BA785;
    --brand-dark: #15916F;
    --brand-light: #EAF6F2;
    --text-main: #2D3748;
    --text-muted: #718096;
    --bg-light: #F7FAFC;
    --transition-smooth: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
    background-color: var(--bg-light) !important;
    color: var(--text-main);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.bg-dark { background: var(--brand-dark) !important; }
.checkout-title { font-weight: bold; padding: 10px 0; }
/* Typography Headings */
h2 {
    font-weight: 700 !important;
    color: var(--brand-dark);
    letter-spacing: -0.5px;
}

/* Action Utility Buttons */
.btn-outline-secondary {
    border-color: #CBD5E1 !important;
    color: var(--text-main) !important;
    font-weight: 500;
    border-radius: 8px !important;
    transition: var(--transition-smooth);
}

.btn-outline-secondary:hover {
    background-color: #EDF2F7 !important;
    border-color: #A0AEC0 !important;
    transform: translateX(-2px);
}

/* Timeline Info Bar Indicator */
.alert-info {
    background-color: var(--brand-light) !important;
    border: 1px solid rgba(43, 167, 133, 0.2) !important;
    color: var(--brand-dark) !important;
    border-radius: 12px !important;
    font-size: 0.95rem;
}

.alert-info strong {
    color: var(--brand-primary);
}

/* Room Grid Accommodations Cards */
.card {
    border: none !important;
    border-radius: 16px !important;
    background: #FFFFFF;
    transition: var(--transition-smooth) !important;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 20px -5px rgba(30, 58, 49, 0.12), 
                0 4px 12px -2px rgba(43, 167, 133, 0.08) !important;
}

/* Card Visual Header Media Asset */
.card-img-top {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    transition: var(--transition-smooth);
}

.card:hover .card-img-top {
    transform: scale(1.03);
}

/* Card Functional Elements */
.card-body {
    padding: 1.5rem !important;
}

.card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--brand-dark);
    line-height: 1.4;
}

.text-muted {
    color: var(--text-muted) !important;
    font-size: 0.875rem;
}

/* Dynamic Pricing Engine Metrics */
.text-success {
    color: var(--brand-primary) !important;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* Dynamic Primary Booking Anchor Button Callout */
.btn-dark {
    background-color: var(--brand-dark) !important;
    border: none !important;
    color: #FFFFFF !important;
    font-weight: 600;
    padding: 0.7rem 1.2rem !important;
    border-radius: 10px !important;
    transition: var(--transition-smooth) !important;
}

.btn-dark:hover {
    background-color: var(--brand-primary) !important;
    box-shadow: 0 4px 12px rgba(43, 167, 133, 0.35);
}

/* Empty State Handling Fallback Alert System */
.alert-warning {
    background-color: #FFFAF0 !important;
    border: 1px solid #FEEBC8 !important;
    color: #C05621 !important;
    border-radius: 12px !important;
    padding: 1.5rem !important;
    font-weight: 500;
}

.alert-warning + .btn-primary {
    background-color: var(--brand-primary) !important;
    border: none !important;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    transition: var(--transition-smooth);
}

.alert-warning + .btn-primary:hover {
    background-color: var(--brand-dark) !important;
}
body {
    background-color: var(--bg-light);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.checkout-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
}
.card-header-brand {
    background: linear-gradient(135deg, var(--brand-dark), var(--brand-primary));
    padding: 1.5rem;
}
.section-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--brand-dark);
    border-left: 4px solid var(--brand-primary);
    padding-left: 10px;
}
.form-label {
    font-weight: 500;
    color: #4A5568;
    font-size: 0.9rem;
}
.form-control, .form-select {
    border-radius: 8px;
    border: 1px solid #CBD5E1;
    padding: 0.6rem 0.75rem;
    transition: all 0.2s ease-in-out;
}
.form-control:focus, .form-select:focus {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 3px rgba(43, 167, 133, 0.15);
}
/* Custom styled Date Picker Icons */
/*input[type="date"] {
    position: relative;
    padding-right: 40px;
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%232BA785" class="bi bi-calendar3" viewBox="0 0 16 16"><path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z"/></svg>') no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}*/
/* Strip Number Spinners */
input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Premium Pricing Box */
.price-summary-box {
    background-color: #EAF6F2;
    border: 1px dashed var(--brand-primary);
    border-radius: 12px;
}
.text-brand-primary {
    color: var(--brand-primary) !important;
}
.btn-brand-submit {
    background-color: var(--brand-primary);
    border: none;
    border-radius: 10px;
    padding: 0.8rem;
    font-weight: 600;
    transition: all 0.2s ease;
}
.btn-brand-submit:hover {
    background-color: #228469;
    transform: translateY(-1px);
}
.payment-method-card {
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 1rem;
    background-color: #FFF;
}
.success-card {
            border: none !important;
            border-radius: 20px !important;
            background: #FFFFFF;
            box-shadow: 0 15px 35px rgba(30, 58, 49, 0.08) !important;
        }
        .success-icon-wrapper {
            color: var(--brand-primary, #2BA785);
            display: inline-block;
            padding: 1rem;
            background: var(--brand-light, #EAF6F2);
            border-radius: 50%;
            margin-bottom: 1.5rem;
        }
        .receipt-details {
            background-color: var(--bg-light, #F7FAFC);
            border: 1px dashed #CBD5E1;
            border-radius: 12px;
        }
        .receipt-row {
            display: flex;
            justify-content: space-between;
            padding: 0.6rem 0;
            border-bottom: 1px solid #E2E8F0;
        }
        .receipt-row:last-child {
            border-bottom: none;
        }
        .receipt-label {
            color: var(--text-muted, #718096);
            font-weight: 500;
            font-size: 0.9rem;
        }
        .receipt-value {
            color: var(--text-main, #2D3748);
            font-weight: 600;
            font-size: 0.9rem;
        }
        .btn-hub-return {
            background-color: var(--brand-dark, #1E3A31) !important;
            border: none !important;
            color: #FFFFFF !important;
            font-weight: 600;
            border-radius: 10px !important;
            padding: 0.8rem !important;
            transition: all 0.2s ease-in-out;
        }
        .btn-hub-return:hover {
            background-color: var(--brand-primary, #2BA785) !important;
            box-shadow: 0 4px 12px rgba(43, 167, 133, 0.3);
            transform: translateY(-1px);
        }
        
/* ==========================================================================
   css/own.css - Modern Accent Theme & Sidebar Engine Config
   ========================================================================== */

:root {
    --brand-primary: #2BA785;
    --brand-dark: #1E3A31;
    --brand-light: #EAF6F2;
    --text-main: #2D3748;
    --text-muted: #718096;
    --bg-light: #F8FAFC;
    --sidebar-width: 280px;
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
    background-color: var(--bg-light) !important;
    color: var(--text-main);
    font-family: system-ui, -apple-system, sans-serif;
    overflow-x: hidden;
}

/* Base Wrapper Matrix */
.wrapper {
    min-height: 100vh;
    width: 100%;
}

/* ==========================================================================
   SIDEBAR INTERFACE RENDERING ENGINE
   ========================================================================== */
.sidebar-wrapper {
    width: var(--sidebar-width);
    min-width: var(--sidebar-width);
    background: #FFFFFF;
    border-right: 1px solid #E2E8F0;
    min-height: 100vh;
    position: sticky;
    top: 0;
    z-index: 1020;
    transition: var(--transition-smooth);
}

/* Brand Area Alignment Matrix */
.sidebar-brand-header {
    padding: 1.75rem 1.25rem 1.25rem 1.25rem;
}

.brand-logo-asset {
    max-height: 48px;
    object-fit: contain;
}

.brand-subtext {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--brand-primary) !important;
}

/* Interactive Link Element Micro-States */
.sidebar-wrapper .nav-link {
    color: var(--text-main);
    font-weight: 500;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: var(--transition-smooth);
}

.sidebar-wrapper .nav-link .icon-indicator {
    width: 24px;
    font-size: 1.1rem;
    margin-right: 12px;
    color: var(--text-muted);
    transition: var(--transition-smooth);
}

/* Active Class Configuration utilizing your accent #2BA785 color */
.sidebar-wrapper .nav-link.active {
    background-color: var(--brand-primary) !important;
    color: #FFFFFF !important;
}

.sidebar-wrapper .nav-link.active .icon-indicator {
    color: #FFFFFF !important;
}

/* Hover State Interactions */
.sidebar-wrapper .nav-link:not(.active):hover {
    background-color: var(--brand-light);
    color: var(--brand-dark);
}

.sidebar-wrapper .nav-link:not(.active):hover .icon-indicator {
    color: var(--brand-primary);
}

/* Operational Profile Footer Segment */
.sidebar-footer-profile {
    border-top: 1px solid #F1F5F9;
    background-color: #FAFAFA;
}

.avatar-circle-ui {
    width: 38px;
    height: 38px;
    background-color: var(--brand-dark);
    border-radius: 50%;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.profile-info-text span {
    font-size: 0.875rem;
}
.profile-info-text small {
    font-size: 0.75rem;
}

/* ==========================================================================
   PRIMARY ACCENT OVERRIDES FOR COMPONENTS
   ========================================================================== */
h2 {
    font-weight: 700 !important;
    color: var(--brand-dark);
    letter-spacing: -0.5px;
}

.text-brand-primary {
    color: var(--brand-primary) !important;
}

.alert-info {
    background-color: var(--brand-light) !important;
    border: 1px solid rgba(43, 167, 133, 0.15) !important;
    color: var(--brand-dark) !important;
    border-radius: 12px !important;
}

.alert-info strong {
    color: var(--brand-primary);
}

.btn-outline-secondary {
    border-color: #CBD5E1 !important;
    color: var(--text-main) !important;
    font-weight: 500;
    border-radius: 8px !important;
}

.btn-outline-secondary:hover {
    background-color: var(--brand-light) !important;
    border-color: var(--brand-primary) !important;
    color: var(--brand-dark) !important;
}

/* ==========================================================================
   RESPONSIVE VIEWPORT BREAKPOINT IMPLEMENTATIONS (Mobile & Tablet Optimization)
   ========================================================================== */
.mobile-top-bar {
    background-color: var(--brand-dark);
}
/* Contextual Metric Layout Overrides */
        .stat-card {
            border: none;
            border-radius: 12px;
            transition: transform 0.2s ease;
        }
        .stat-card:hover {
            transform: translateY(-2px);
        }
        .icon-box-ui {
            width: 48px;
            height: 48px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
        }
        .img-responsive { width: 100% !important; }
        .table-card {
            border: none;
            border-radius: 14px;
            background: #FFFFFF;
        }
        .table th {
            font-weight: 600;
            color: var(--text-muted, #718096);
            background-color: #F8FAFC;
            text-uppercase: uppercase;
            font-size: 0.75rem;
            letter-spacing: 0.5px;
        }
        .website-logo { width: 100%; max-width: 300px; }
        
        /*Booking*/
       .table-responsive { overflow: visible !important; }
        .panel-card { border: none !important; border-radius: 14px !important; background: #FFFFFF; }
        .table th { font-weight: 600; color: #718096; background-color: #F8FAFC; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.5px; }
        .badge-confirmed { background-color: rgba(13, 110, 253, 0.15); color: #0d6efd; }
        .badge-checkedin { background-color: rgba(13, 202, 240, 0.2); color: #055160; }
        .badge-checkedout { background-color: rgba(25, 135, 84, 0.15); color: #198754; }
        .badge-cancelled { background-color: rgba(220, 53, 69, 0.15); color: #dc3545; }
        .page-link { color: #0d6efd; border-radius: 6px; margin: 0 2px; }
        .page-item.active .page-link { background-color: #0d6efd !important; border-color: #0d6efd !important; color: #fff; }
.scrollable-table-body {
        max-height: 280px; 
        overflow-y: auto;
    }
    
    /* Optional: Makes the scrollbar match modern minimalist dashboard layouts */
    .scrollable-table-body::-webkit-scrollbar {
        width: 6px;
    }
    .scrollable-table-body::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }
    .scrollable-table-body::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
    }
    .scrollable-table-body::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }
     .marquee-content {
            white-space: nowrap;
        }
        .marquee-track {
            display: inline-block;
            animation: marquee-scroll 20s linear infinite;
        }
        .marquee-track:hover {
            animation-play-state: paused; /* Pause scrolling when user hovers */
            cursor: pointer;
        }
        @keyframes marquee-scroll {
            0% { transform: translateX(100%); }
            100% { transform: translateX(-100%); }
        }
@media (max-width: 767.98px) {
    .sidebar-wrapper {
        position: fixed;
        left: calc(-1 * var(--sidebar-width));
        top: 0;
        height: 100vh;
        box-shadow: 0 0 25px rgba(0,0,0,0.15) !important;
    }
    
    /* State modifier applied dynamically via Javascript */
    .sidebar-wrapper.mobile-open {
        left: 0;
    }
    
    .main-content-wrapper {
        width: 100%;
        padding: 1.5rem !important;
    }
}

