:root {
    --dashboard-backgorund-color: #f0f0f0;
    --dataTable-th-primary-color: #0277bd;
    --border-on-hover-color: #1a92fd;
    --wacky-button-default-color: #01579b;
    --wacky-button-default-lightcolor: #f0f0f0;
    --dataTable-td-odd-color: #ecf0f7;
    --font-family-default: 'Inter', sans-serif;
    /*'Sofia Sans Condensed'*/
    --the_tr-primary-color: #11366b;
    --primary-bg-color: #400080;
    --primary-color: #ffffff;
}

body {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
}

.toast-body {
    overflow: auto;
    height: 300px;
}

.default-app-btn {
    background-color: #fecf2b !important;
    border: none !important;
    color: #fff !important;
    text-shadow: 1px 1px 10px #555;
}

.breadcrumb {
    padding: .75rem 1rem !important;
    margin-bottom: 1rem !important;
    list-style: none !important;
    border-radius: 0 !important;
}

.breadcrumb a {
    color: #f2f2f2;
    text-decoration: none !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #f2f2f2;
}

.breadcrumb-item.active {
    color: #f2f2f2;
}

/* Navbar Breadcrumb — inline on desktop, hidden on mobile */
.navbar-breadcrumb {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.navbar-breadcrumb .breadcrumb {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    height: auto !important;
    border-radius: 0 !important;
    flex-wrap: nowrap;
    white-space: nowrap;
}

/* Desktop: breadcrumb inline in navbar */
@media (min-width: 992px) {
    .navbar-breadcrumb {
        margin-left: 10px;
    }
}

/* Mobile: single navbar row (no breadcrumb) */
@media (max-width: 991px) {
    :root {
        --admin-navbar-sticky-h: 33px;
    }

    .navbar-breadcrumb {
        display: none !important;
    }

    .navbar-change {
        margin-bottom: 0 !important;
    }
}

.welcome-text {
    color: #f2f2f2;
    padding: 0 .5rem !important;
}

.welcome-user {
    color: #f2f2f2;
    outline: none !important;
    text-decoration: none !important;
}

.fc-button {
    font-family: 'Inter', sans-serif;
}

.fc-cell-text {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.login-form,
.signup-form {
    height: auto;
    display: grid;
}

.navbar-light .navbar-nav .nav-link {
    color: #f2f2f2;
    font-weight: bold !important;
    font-size: 14px !important;
    margin: 0 16px !important;
    word-break: normal !important;
    border-bottom: 3px solid transparent;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 3px solid #fecf2b;
}

/* MODAL begin */
.modal-dialog {
    height: 100VH;
    display: flex;
    max-width: 700px;
}

.modal-content {
    margin: auto;
}

.modal-backdrop {
    --bs-backdrop-opacity: 0 !important;
}

/* MODAL end */
.alert {
    display: flex;
}

.alert span {
    margin: auto 0;
}

.alert .close {
    margin: -4px 0 0 auto;
    background: none;
    border: 0;
    font-size: 25px;
}

/* REMOVE ROW OVERFLOW */
.row {
    --bs-gutter-x: 0 !important;
}

/*aris*/
#canvas-container canvas {
    cursor: crosshair !important;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link .active {
    color: #495057 !important;
}

.rental_app_navlink {
    display: flex !important;
    flex-flow: column !important;
    justify-content: center !important;
    text-align: center !important;
}

/* Select 2 Settings Custom */
.select2.select2-container.select2-container--default {
    width: auto !important;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    padding: 1px 8px;
    border-radius: 6px;
    margin: -6px 0px 10px 0px;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;

}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
    background: #eee;
    outline: none !important;
}

.select2-dropdown {
    width: 270px !important;
}

.select2-dropdown {
    border: 1px solid #e2e8f0 !important;
}

.select2-results__option {
    padding: 14px !important;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f8fafc !important;
    color: #333 !important;
    margin: 0 10px !important;
    border-radius: 6px !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f8fafc !important;
    color: #333 !important;
    margin: 0 10px !important;
    border-radius: 6px !important;
}

.select2-container {
    width: 100% !important;
}

/* Apply a fixed width to the Select2 input field */
.select2-selection--single {
    width: 100% !important;
}

.select2-selection.select2-selection--single:focus-visible {
    outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333 !important;
    line-height: 28px !important;
    font-weight: 500 !important;
}

/* Login Form */

/* Style for error messages */
.text-danger {
    color: red;
    font-size: 14px;
}

/* Settings */
.nav-link {
    color: #4a5568;
}

.card {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col,
.gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}

.h-100 {
    height: 100% !important;
}

.shadow-none {
    box-shadow: none !important;
}

.settings-sidenav-item {
    display: flex;
}

.settings-icon {
    font-size: 24px;
    margin: auto 0px;
    padding: 0px 10px 0px 0px;
    display: inline-flex;
    flex-direction: row;
}

.hero {
    background: var(--primary-bg-color);
    color: var(--primary-color);
    transition: all 0.16s ease-in-out;
}

.default-color-pick {
    width: 30px;
    height: 30px;
}

.cacheClearAlert {
    width: 20%;
    min-width: 280px;
    max-width: calc(100vw - 32px);
    display: flex;
    align-items: center;
    margin: 10px auto;
    position: absolute;
    z-index: 1000;
}

@media (max-width: 991px) {
    .cacheClearAlert {
        width: auto;
        left: 16px;
        right: 16px;
    }
}

.btn {
    color: #000;
    background: transparent;
    border-radius: 4px !important;
    border: 1px solid #ffd02b;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.btn:hover {
    color: #000;
    background-color: #ffd02b;
    border-color: #ffd02b;
    box-shadow: 1px 1px 3px #cecece;
}




/* Icon 1 - Hamburger Menu */

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 30px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

/* Hide hamburger on desktop, show only on mobile */
@media (min-width: 992px) {
    #nav-icon1 {
        display: none;
    }
}

/* Left edge hover trigger zone for desktop */
.menu-hover-trigger {
    position: fixed;
    left: 0;
    top: 0;
    width: 15px;
    height: 100%;
    z-index: 1999;
    background: transparent;
}

/* Hide hover trigger on mobile */
@media (max-width: 991px) {
    .menu-hover-trigger {
        display: none;
    }
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: transparent;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border: 2px solid #000;
}

#nav-icon1 span:nth-child(1) {
    top: 1px;
}

#nav-icon1 span:nth-child(2) {
    top: 11px;
}

#nav-icon1 span:nth-child(3) {
    top: 21px;
}

#nav-icon1.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* Side Menu */
.side-menu {
    position: fixed;
    top: 0;
    left: -250px;
    /* Hidden off-screen initially */
    width: 250px;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    transition: left 0.3s ease;
    z-index: 2000;
    border-right: 2px solid #c9c9c9;
}

.side-menu ul {
    list-style-type: none;
    padding: 0;
}

.side-menu ul li {
    margin: 20px 0 0 0;
}

.side-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.side-menu.open {
    left: 0;
    /* Slide in */
}

/* Body shift when menu is open - pushes content to the right (desktop only).
   `overflow-x: hidden` is intentionally NOT applied here globally so that
   pages with intentionally wide content (e.g. /agreement) can scroll
   horizontally on small screens. It is applied conditionally on
   `body.menu-open` (in dashboard.blade.php) to suppress the horizontal
   scrollbar only during the side-menu push on desktop. */
body {
    transition: margin-left 0.3s ease;
}

@media (min-width: 992px) {
    body.menu-open {
        margin-left: 250px;
        overflow-x: hidden;
    }
}

body.menu-open .side-menu {
    left: 0;
}

.sideMenu img {
    width: 40px;
    height: 40px;
}

#navbarNav span {
    color: #000;
}

#navbarNav a {
    color: #000;
}

/* Ultra-compact top navbar (~40px row — ~half of default Bootstrap bar, still readable) */
:root {
    --admin-navbar-sticky-h: 33px; /* pad + control + border — used by page-context-toolbar */
}

.navbar-change {
    --navbar-pad-y: 2px;
    --navbar-pad-x: 12px;
    --navbar-control-h: 28px;
    --navbar-font-size: 0.8125rem; /* 13px — practical minimum for labels */
    --navbar-icon-size: 1rem; /* 16px icons */
    --navbar-filter-width: 7.25rem; /* match page-context-toolbar filter width */
    position: sticky;
    top: 0;
    z-index: 1045;
    background: #fff;
}

.navbar-change .navbar {
    padding: var(--navbar-pad-y) var(--navbar-pad-x);
    min-height: 0;
}

.navbar-change .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-change .rental_app_nav.navbar-collapse {
    min-height: var(--navbar-control-h);
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.navbar-change .navbar-nav {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: auto !important;
    width: auto !important;
    flex: 0 0 auto;
    gap: 8px;
    position: static !important;
}

.navbar-change .navbar-nav .nav-link {
    margin: 0 6px !important;
    padding: 0 !important;
    line-height: 1;
}

.navbar-change .navbar-nav-icon {
    width: 22px;
    height: 22px;
    font-size: var(--navbar-icon-size);
}

.navbar-change .navbar-breadcrumb .breadcrumb li,
.navbar-change .navbar-breadcrumb .breadcrumb a,
.navbar-change .navbar-breadcrumb .breadcrumb-item.active {
    font-size: var(--navbar-font-size) !important;
    line-height: var(--navbar-control-h);
}

.navbar-change .navbar-breadcrumb .fi-rr-home {
    font-size: 0.875rem;
}

.navbar-change #nav-icon1 {
    width: 28px;
    height: 28px;
    margin: 0 !important;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.navbar-change #nav-icon1 span {
    display: block;
    position: absolute;
    left: 4px;
    right: 4px;
    width: auto;
    height: 2px;
    background: #1e293b;
    border: none;
    border-radius: 1px;
    opacity: 1;
}

.navbar-change #nav-icon1 span:nth-child(1) {
    top: 8px;
}

.navbar-change #nav-icon1 span:nth-child(2) {
    top: 13px;
}

.navbar-change #nav-icon1 span:nth-child(3) {
    top: 18px;
}

.navbar-change #nav-icon1.open span:nth-child(1),
.navbar-change #nav-icon1.open span:nth-child(3) {
    top: 13px;
}

.navbar-change #nav-icon1.open span:nth-child(2) {
    opacity: 0;
}

.navbar-change .navbar-notifications-wrap {
    margin-right: 0;
    margin-left: 0 !important;
}

.navbar-change .user-dropdown {
    border: 1px solid #cbd5e1;
    width: var(--navbar-filter-width);
    min-width: var(--navbar-filter-width);
    max-width: var(--navbar-filter-width);
    height: var(--navbar-control-h);
    margin: auto 0 auto 0;
    padding: 0 10px;
    border-radius: 5px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.navbar-change .user-dropdown__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.navbar-change .user-dropdown__icon {
    font-size: var(--navbar-icon-size);
    color: #334155;
    line-height: 1;
    margin: 0 0 0 2px;
    flex-shrink: 0;
}

.navbar-change .welcome-user {
    color: #1e293b !important;
    margin: 0 !important;
    padding: 0 2px;
    font-size: var(--navbar-font-size);
    font-weight: 600;
    line-height: 1.2;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar-change .user-dropdown .fi-rr-angle-small-down {
    font-size: 0.8125rem;
    color: #64748b;
    flex-shrink: 0;
}

/* Notification bell — status dot (red = unread, green = all read) */
.navbar-change .notification-dot {
    position: absolute;
    top: 3px;
    right: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    pointer-events: none;
    z-index: 2;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.navbar-change .notification-dot.is-unread {
    background: #dc2626;
    box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.25);
    animation: pulse-notification 2s infinite;
}

.navbar-change .notification-dot.is-read {
    background: #22c55e;
    box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.2);
    animation: none;
}

/* Top bar links: theme blue underline (overrides page-level .nav-link rules e.g. inventory.css) */
.navbar-change .navbar-light .navbar-nav .nav-link,
.navbar-change #nav_notifications.nav-link {
    border-bottom: 3px solid transparent;
}

.navbar-change .navbar-light .navbar-nav .nav-link:focus,
.navbar-change .navbar-light .navbar-nav .nav-link:hover,
.navbar-change #nav_notifications.nav-link:focus,
.navbar-change #nav_notifications.nav-link:hover {
    border-bottom-color: #2563eb !important;
    border-bottom-width: 3px !important;
}

/* Breadcrumb in navbar styling */
.navbar-breadcrumb .breadcrumb {
    width: auto;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    margin-top: 0;
    height: auto !important;
    padding: 0 !important;
}

.navbar-breadcrumb .breadcrumb li {
    color: #000 !important;
    font-size: 14px;
}

.navbar-breadcrumb .breadcrumb li::before {
    color: #000 !important;
}

.navbar-breadcrumb .breadcrumb a {
    color: #000 !important;
}

.navbar-breadcrumb .breadcrumb-item.active {
    color: #666 !important;
}

.box.box1 {
    box-shadow: 1px 1px 3px #b5b5b5;
}

.box.box2 {
    box-shadow: 1px 1px 3px #b5b5b5;
}

.box.box3 {
    box-shadow: 1px 1px 3px #b5b5b5;
}

.badge {
    color: #000000 !important;
}

.badge a {
    color: #000000 !important;
}

.settings-sidenav-item {
    color: #000000 !important;
}

.per25 {
    width: 25%;
}

.primary-color {
    background-color: #fecf2b !important;
    border: 1px solid #fecf2b !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    box-shadow: 3px 3px 5px #d9d9d9;
}

.primary-color:hover {
    background-color: #fed344 !important;
    border: 1px solid #fecf2b !important;
}

.div-cell:hover {
    cursor: pointer;
}

.notification-btn {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.notification-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.primary-nocolor {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
}

.primary-nocolor:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.notification-dot {
    position: absolute;
    right: 0;
    top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    pointer-events: none;
    z-index: 2;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.notification-dot.is-unread {
    background: #dc2626;
    box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.25);
    animation: pulse-notification 2s infinite;
}

.notification-dot.is-read {
    background: #22c55e;
    box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.2);
}

@keyframes pulse-notification {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.notifications {
    font-family: 'Inter', sans-serif;
    width: 400px;
    max-width: 95vw;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 2000;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 80px);
}
/* Mobile-specific positioning is handled in dashboard.blade.php
   (switches to position: fixed so the panel anchors to the viewport). */


.user-nav {
    font-family: 'Inter', sans-serif;
    background-color: #f0f0f0;
    width: 230px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 6px 12px 17px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: absolute;
    background: #fff !important;
    z-index: 2000;
    top: 50px;
    right: 0px;
}


.user-nav-header {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 2px solid #ddd;
}

.user-nav-header h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.user-nav__list {
    list-style: none;
    margin: 0;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.user-nav__list li {
    margin: 0;
    padding: 0;
}

.user-nav__option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 40px;
    padding: 8px 12px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #334155;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none !important;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.user-nav__option:hover,
.user-nav__option:focus-visible {
    background: #f1f5f9;
    color: #334155;
    text-decoration: none !important;
    outline: none;
}

.user-nav__option.is-active {
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 600;
}

.user-nav__option img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin: 0;
}

.user-nav__option span {
    text-decoration: none !important;
}

.notification-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-bottom: 1px solid #93c5fd;
}

.notification-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
}

.notification-header a {
    font-size: 13px;
    color: #2563eb;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    transition: color 0.2s ease;
}

.notification-header a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.notification-tabs {
    display: flex;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 0 8px;
}

.notification-tab {
    flex: 1;
    text-align: center;
    padding: 12px 6px;
    cursor: pointer;
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
}

.notification-tab-icon {
    font-size: 17px;
    line-height: 1;
}

.notification-tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.notification-tab-count--default {
    background-color: #e3ecfd;
    color: #1e40af;
}

.notification-tab-count--geolo {
    background-color: #d1fae5;
    color: #065f46;
}

.notification-tab-count--rentals {
    background-color: #fef3c7;
    color: #92400e;
}

.notification-tab:hover {
    color: #334155;
    background: #f1f5f9;
}

.notification-tab.active {
    color: #2563eb;
    border-bottom: 3px solid #2563eb;
    background: #eff6ff;
}

.notification-list {
    flex: 1;
    min-height: 0;
    max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.notification-footer {
    display: flex;
    justify-content: center;
    padding: 12px 16px;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    flex-shrink: 0;
}

.notification-list-load-more {
    padding: 12px 16px 16px;
    border-top: 1px solid #f1f5f9;
    background: #ffffff;
    flex-shrink: 0;
}

.notification-load-more-btn {
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.notification-load-more-btn:hover:not(:disabled) {
    background: #f1f5f9;
    border-color: #94a3b8;
    color: #1e293b;
}

.notification-load-more-btn:disabled {
    opacity: 0.6;
    cursor: wait;
}

.notification-close-all-btn {
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
    background: #eff6ff;
    border: 1px solid #93c5fd;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.notification-close-all-btn:hover:not(:disabled) {
    background: #dbeafe;
    border-color: #60a5fa;
    color: #1d4ed8;
}

.notification-close-all-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Notification panel actions — theme blue (not yellow primary-color) */
.notifications .notification-reminder-tomorrow.primary-color {
    background-color: #2563eb !important;
    border: 1px solid #2563eb !important;
    color: #fff !important;
    box-shadow: none;
}

.notifications .notification-reminder-tomorrow.primary-color:hover {
    background-color: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
}

.notifications .notification-category-badge {
    background-color: #dbeafe !important;
    color: #1e40af !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    min-height: 26px;
    padding: 4px 8px;
    border-radius: 12px;
}

.notifications .notification-category-badge i {
    font-size: 13px;
    line-height: 1;
}

.notifications .notification-category-badge--geolo {
    background-color: #d1fae5 !important;
    color: #065f46 !important;
}

.notifications .notification-category-badge--rentals {
    background-color: #fef3c7 !important;
    color: #92400e !important;
}

.notification-item {
    padding: 16px 20px;
    display: block;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.2s ease;
}

.notification-item:hover {
    background: #fafafa;
}

.notification-item:last-child {
    border-bottom: none;
}

.notification-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
}

.notification-item .notification-content {
    width: 100%;
}

.notification-item .notification-content p {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #1e293b;
    line-height: 1.5;
}

.notification-item .notification-content .notification-time {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 4px;
    display: block;
}

.notification-item .notification-content .notification-btn {
    margin-right: 8px;
    margin-top: 4px;
}

.notification-item .actions button {
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
}

.notification-accept {
    background-color: #2563eb;
    color: #fff;
}

.notification-accept:hover {
    background-color: #1d4ed8;
}

.notification-deny {
    background-color: #f1f5f9;
    color: #475569;
    margin-left: 8px;
}

.notification-deny:hover {
    background-color: #e2e8f0;
}

.swal2-confirm.swal2-styled {
    background-color: #fecf2b;
}

.swal2-confirm.swal2-styled {
    padding: 6px 40px !important;
}

.swal2-confirm.swal2-styled {
    background-color: #fecf2b;
    padding: 10px 20px !important;
    color: #000;
}

.swal2-deny.swal2-styled {
    background-color: #fecf2b;
    padding: 10px 20px !important;
    color: #000;
}

text {
    font-family: 'Inter', sans-serif !important;
}

div {
    font-family: 'Inter', sans-serif !important;
}

span {
    font-family: 'Inter', sans-serif !important;
}

p {
    font-family: 'Inter', sans-serif !important;
}

td {
    font-family: 'Inter', sans-serif !important;
}

th {
    font-family: 'Inter', sans-serif !important;
}

#car-group-filters label {
    margin: 0 16px 10px 0;
}

.applyBtn.primary-color.btn.btn-sm {
    padding: 10px 60px;
}

#r_btn {
    padding: 10px 40px;
}

.insurance-checkbox {
    width: 20px;
    height: 20px;
}

.container-lr.additionalServices_q th {
    padding: 6px 14px;
    text-align: left;
    background-color: #fecf2b;
    color: #000;
}

.container-lr.additionalServices_q td {
    padding: 0 0 0 15px;
}

.container-lr.additionalServices_q {
    background-color: #f8f8f8;
}

.submenu_inventory {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease, visibility 0.5s ease;
}

/* Hide submenu by default */
.submenu_invoicing {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease, visibility 0.5s ease;
}

.submenu_booking {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease, visibility 0.5s ease;
}

/* Show submenu on hover over #menu_invoicing */
#menu_invoicing:hover+.submenu_invoicing,
.submenu_invoicing:hover {
    opacity: 1;
    max-height: 500px;
    /* Set this to an appropriate max height */
    visibility: visible;
}

#Rentals:hover+.submenu_booking,
.submenu_booking:hover {
    opacity: 1;
    max-height: 500px;
    /* Set this to an appropriate max height */
    visibility: visible;
}

#inventory:hover+.submenu_inventory,
.submenu_inventory:hover {
    opacity: 1;
    max-height: 500px;
    /* Set this to an appropriate max height */
    visibility: visible;
}

.btn-info {
    color: #fff !important;
    background-color: #2563eb !important;
    border-color: #2563eb !important;
    border-radius: 6px !important;
    border-radius: 6px !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #2563eb !important;
    border-color: #2563eb !important;
    border-radius: 6px !important;
}

.badge.bg-danger {
    background: #fee2e2 !important;
    border: 1px solid #fca5a5 !important;
    color: #dc2626 !important;
}

.badge.bg-success {
    background: #d1fae5 !important;
    border: 1px solid #6ee7b7 !important;
    color: #059669 !important;
}

/* Booking Card Styles (Ported from Rentals) */
.booking-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border: none;
}

.booking-card-header {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-card-title {
    font-size: 22px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 6px 0;
}

.booking-card-subtitle {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.booking-card-body {
    padding: 20px;
}

/* Actions Bar */
.rentals-actions-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
    flex-wrap: wrap;
}

.wacky_button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #e2e8f0;
    background: white;
    color: #334155;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}

.wacky_button:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
}


/* Generic Booking Card Table Styles (DataTables) */
.booking-card table.dataTable {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.booking-card table.dataTable thead th {
    background-color: #ffffff !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 12px 16px !important;
    text-align: left;
    vertical-align: middle;
}

.booking-card table.dataTable tbody td {
    padding: 12px 16px !important;
    vertical-align: middle;
    color: #334155;
    font-size: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.booking-card table.dataTable tbody tr:hover {
    background-color: #f8fafc !important;
}

.booking-card table.dataTable tbody tr:last-child td {
    border-bottom: none !important;
}

.booking-card table.dataTable.no-footer {
    border-bottom: 1px solid #e2e8f0;
}

/* DataTables Overrides within Booking Card */
.booking-card .dataTables_wrapper {
    padding: 20px;
}

.general-settings-page .booking-card .dataTables_wrapper {
    padding: 0 !important;
}

.general-settings-page th {
    border: none !important;
}

.general-settings-page .wacky_button {
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3b82f6;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    padding: 0;
  }

.booking-card .dataTables_filter {
    float: left !important;
    text-align: left !important;
    margin-bottom: 15px !important;
}

.booking-card .dataTables_length {
    float: right !important;
    margin-bottom: 15px !important;
}

.booking-card .dataTables_filter input {
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease;
    width: 200px !important;
    background-image: none !important;
    /* Remove any previous background images */
    background-color: #fff !important;
}

.booking-card .dataTables_filter input:focus {
    outline: none !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

.booking-card .dataTables_paginate {
    margin-top: 15px !important;
    padding-top: 0 !important;
    float: right !important;
}

.booking-card .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #334155 !important;
    border: 1px solid transparent !important;
    border-radius: 6px !important;
    background: transparent !important;
    /* Override DataTables gradients */
}

/* Hover state for non-disabled, non-active buttons */
.booking-card .dataTables_paginate .paginate_button:not(.current):not(.disabled):hover {
    background: #f1f5f9 !important;
    color: #1e293b !important;
    border-color: #cbd5e1 !important;
}

/* Active/Current page state */
.booking-card .dataTables_paginate .paginate_button.current,
.booking-card .dataTables_paginate .paginate_button.current:hover {
    background: #3b82f6 !important;
    color: #ffffff !important;
    border: 1px solid #3b82f6 !important;
    cursor: default;
}

/* Disabled state */
.booking-card .dataTables_paginate .paginate_button.disabled,
.booking-card .dataTables_paginate .paginate_button.disabled:hover,
.booking-card .dataTables_paginate .paginate_button.disabled:active {
    cursor: not-allowed;
    color: #94a3b8 !important;
    /* Lighter text for disabled */
    border: 1px solid transparent !important;
    background: transparent !important;
    box-shadow: none;
}

/* Focus outline for accessibility */
.booking-card .dataTables_paginate .paginate_button:focus {
    outline: 2px solid #3b82f6;
    outline-offset: -2px;
}

.booking-card .dataTables_info {
    color: #64748b !important;
    padding-top: 20px !important;
}