:root {
    --background: 0 0% 7%;
    --foreground: 0 0% 95%;
    --card: 0 0% 10%;
    --gold: 45 96% 49%;
    --border: 0 0% 20%;
    --bs-body-bg: hsl(0 0% 7%);
    --bs-body-color: hsl(0 0% 95%);
    --bs-secondary-bg: hsl(0 0% 10%);
    --bs-border-color: hsl(0 0% 20%);
    --bs-secondary-color: hsl(0 0% 70%);
    --gold-hsl: hsl(var(--gold));
    --gold-dark: hsl(45 96% 42%);
    --gold-glow: hsla(45, 96%, 49%, 0.4);
}

body {
    font-family: 'Manrope', sans-serif;
    background: hsl(0 0% 7%);
    color: var(--foreground);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Space Grotesk', sans-serif;
}

.main-panel {
    margin-left: 250px;
    overflow-y: auto;
}

.logo {
    font-size: 35px;
}

a:hover {
    text-decoration: none !important;
}

a.bookers-colorr:hover {
    color: black;
}


.swal-icon--success__line {
    height: 5px;
    background-color: #fb8540;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.swal-icon--success__ring {
    width: 80px;
    height: 80px;
    border: 4px solid #FCD7CB;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.swal-button {
    background-color: #214162;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}

.swal-button:not([disabled]):hover {
    background-color: #214162;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid #fb8540;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.bg-card {
    background-size: contain;
    background-position: right;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;

}

.bg-holder {
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;

}

.rating-label {
    font-weight: bold;
    margin: 0px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    opacity: 1;
    text-transform: uppercase;
    vertical-align: unset;
    text-decoration: none;
    color: rgb(103, 116, 142);
    font-weight: 600;
}

.badge-success, .preview-list .preview-item .preview-thumbnail .badge.badge-online {
    color: #1C6C09;
    background-color: #D9FBD0;
    text-transform: uppercase;
    padding: 5px 8px;
    border: 1px #32851e;
    font-weight: 700;
    font-weight: 700;
    border: 1px solid #32851e !important;
    font-size: 12px !important;
    line-height: 1;
}

/*Style for footer when width page isn't 100%*/
.footerwidth {
    padding-top: 300px;
}

.daterangepicker .calendar-table th.weekend,
.daterangepicker .calendar-table td.weekend {
    color: #e5780b;
}


.daterangepicker .drp-buttons .applyBtn {
    border-radius: 0px;
}

.table-head {
    background-color: #0089CC !important;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
}

.btn-primary, .wizard > .actions a {
    color: #fff;
    background-color: #0089CC;
    border-color: #0089CC;
    padding: 0.5rem 0.85rem !important;
}

.btn-outline-danger {
    color: #FF4747;
    border-color: #FF4747;
    padding: 0.5rem 0.85rem !important;

}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F8F6F2;
}

.table-striped tbody tr:nth-of-type(even):hover {
    background-color: #F6F1E9;
}

.dataTables_paginate .paginate_button.current {
    background-color: #0089CC !important;
    color: white;
}

.search-btn {
    padding: 1rem 1.5rem !important;
    border-radius: 6px !important;
}

/* Change background color of the active (hovered or keyboard-selected) item */
.ui-menu .ui-menu-item:hover a {
    background: #FFF0ED !important;
    color: black !important;
    border: 1px solid #3d98fd;
}

.nav-link{
    color: white !important;
    transition: color 0.3s!important;
    text-decoration: none !important;
}

.navbar-custom .nav-link:hover {
    color: var(--gold)!important;
}

.nav-link-custom{
    color: white !important;
    transition: color 0.3s!important;
    text-decoration: none !important;
}

.nav-link-custom:hover {
    color: var(--gold)!important;
}
.name{
    font-size: 2rem !important;
}

.navbar-brand{
    color: white !important;
}

.signup{
    padding: 0.4rem 1rem!important;
}

/* HERO */
.hero-gradient {
    padding-top: 6rem;
    padding-bottom: 3rem;
    background: linear-gradient(180deg, hsl(0 0% 7%), hsl(0 0% 10%));
}

.section2{
    background: hsl(0 0% 10%);
    padding: 3rem 0;
}

.footer{
    background: hsl(0 0% 10%);
    border-top: 1px solid hsl(0 0% 20%);
    height: 8vh;
    padding: 1rem 0rem;
}

.layout-wrapper {
    height: 92vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.navbar{
    height: 8vh;
}

li.page-item.active{
    background-color: hsl(45 96% 49%)!important;
}

.active>.page-link, .page-link.active{
    background-color: hsl(45 96% 49%)!important;
    border-color: hsl(45 96% 49%)!important;
}

.text-muted {
    color: rgba(242, 242, 242, 0.55) !important;
}

.btn-gold {
    background-color: var(--gold-hsl)!important;
    border-color: var(--gold-hsl)!important;
    color: hsl(0 0% 10%)!important;
    font-weight: 600!important;
    transition: all 0.3s ease!important;
}

.btn-gold:hover {
    background-color: var(--gold-dark)!important;
    border-color: var(--gold-dark)!important;
    transform: translateY(-2px)!important;
    box-shadow: 0 6px 28px -4px var(--gold-glow)!important;
}

.btn-gold:disabled {
    opacity: .6!important;
}

.text-gold {
    color: hsl(var(--gold))!important;
}


.sidebar {
    background-color: hsl(var(--card));
    border-right: 1px solid hsl(var(--border));
    width: 260px;
    flex-shrink: 0;
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    color: hsl(var(--foreground));
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.2s;
}

.sidebar-link:hover,
.sidebar-link.active {
    background-color: hsla(var(--gold), 0.12);
    color: hsl(var(--gold));
}

.offcanvas.sidebar {
    width: 280px !important;
    background-color: hsl(var(--card));
}

.offcanvas-header {
    border-bottom: 1px solid hsl(var(--border));
}

.table-responsive {
    padding: 10px;
}

.btn-gold {
    background: linear-gradient(135deg, hsl(var(--gold)) 0%, hsl(42 96% 45%) 100%);
    color: hsl(0 0% 10%);
    font-weight: 600;
    border: none;
    padding: 0.65rem 1.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px hsla(var(--gold), 0.3);
    position: relative;
    overflow: hidden;
}

.btn-gold::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.btn-gold:hover::before {
    left: 100%;
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px hsla(var(--gold), 0.5);
    color: hsl(0 0% 5%);
}

.btn-gold:active {
    transform: translateY(0);
}

.btn-gold i {
    margin-right: 0.5rem;
}

.badge-custom::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 2s infinite;
}

/* Enhanced Status Badges */
.badge-custom {
    padding: 0.2rem 0.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 2rem;
    font-size: 0.6rem;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.navbar-collapse {
    background: hsl(0 0% 10%);
}

table {
    width: 100% !important;
}

@media (max-width: 767px) {
    .footerwidth{
        margin-top: 125px !important;
    }
    .main-panel{
        margin-left: auto;
    }
    .sidebar{
        top:70px;
    }
    .btn-gold {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    li.nav-item.ops {
        margin-top: 10px;
    }
    .navbar-collapse {
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .main-panel{
        margin-left: auto;
    }
    .sidebar{
        top: 60px;
    }
}
