﻿/**
* Template Name: NiceAdmin - v2.2.2
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    background: #f6f9ff;
    color: #444;
}

a {
    color: #4154f1;
    text-decoration: none;
}

    a.btn {
        width: 200px;
    }

    a:hover {
        color: #717ff5;
        text-decoration: none;
    }

button {
    width: 200px;
}

.btn-shared {
    background: #2F80ED;
    color: #FFF;
    max-width: 100%;
}


    .btn-shared:hover {
        color: #FFF;
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

.btn-disabled:disabled {
    background: #AAA;
    color: #FFF;
}

.btn-cancel {
    background: #AAA;
    color: #FFF;
}

.btn-cancel:hover {
    background: #888;
    color: #FFF;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: unset;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif;
}

textarea {
    resize: none;
}

.form-control:focus {
    border-color: #2F80ED;
    box-shadow: unset;
}

.form-select:focus {
    border-color: #2F80ED;
    box-shadow: unset;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #2F80ED;
    box-shadow: unset;
}

#pre-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loader.gif) 50% 50% no-repeat rgba(0,0,0,0.6);
}

    #pre-loader::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.bx {
    vertical-align: middle;
}

.crs-hidden {
    display: none;
}


/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 60px;
    padding: 20px 30px;
    transition: all 0.3s;
    min-height: 80vh;
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    #main {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
}

    .pagetitle h1 {
        font-size: 24px;
        margin-bottom: 0;
        font-weight: 600;
        color: #012970;
    }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #6776f4;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 0;
    -webkit-animation-name: dropdown-animate;
    animation-name: dropdown-animate;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

    .dropdown-menu .dropdown-header, .dropdown-menu .dropdown-footer {
        text-align: center;
        font-size: 15px;
        padding: 10px 25px;
    }

        .dropdown-menu .dropdown-footer a {
            color: #444444;
            text-decoration: underline;
        }

            .dropdown-menu .dropdown-footer a:hover {
                text-decoration: none;
            }

    .dropdown-menu .dropdown-divider {
        color: #a5c5fe;
        margin: 0;
    }

    .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .dropdown-menu .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: #f6f9ff;
        }

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@-webkit-keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}
/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}   

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/*Section*/
.section.section-fit-content {
    width: fit-content;
}
/* Card */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header, .card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

    .card-title span {
        color: #899bbd;
        font-size: 14px;
        font-weight: 400;
    }

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

/* Close Button */
.btn-close {
    background-size: 25%;
}

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
    }

/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

    .accordion-flush .accordion-button:not(.collapsed) {
        box-shadow: none;
        color: #4154f1;
    }

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
}

    .breadcrumb a {
        color: #899bbd;
        transition: 0.3s;
    }

        .breadcrumb a:hover {
            color: #51678f;
        }

    .breadcrumb .breadcrumb-item::before {
        color: #899bbd;
    }

    .breadcrumb .active {
        color: #51678f;
        font-weight: 600;
    }

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

    .nav-tabs-bordered .nav-link {
        margin-bottom: -2px;
        border: none;
        color: #2c384e;
    }

        .nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
            color: #2F80ED;
        }

        .nav-tabs-bordered .nav-link.active {
            background-color: #fff;
            color: #2F80ED;
            border-bottom: 2px solid #2F80ED;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 280px;
    }
}

.logo img {
    max-height: 26px;
    margin-right: 6px;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: "Nunito", sans-serif;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

    .header .toggle-sidebar-btn {
        font-size: 32px;
        padding-left: 10px;
        cursor: pointer;
        color: #012970;
    }

    .header .search-bar {
        min-width: 360px;
        padding: 0 20px;
    }

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

    .header .search-form input {
        border: 0;
        font-size: 14px;
        color: #012970;
        border: 1px solid rgba(1, 41, 112, 0.2);
        padding: 7px 38px 7px 8px;
        border-radius: 3px;
        transition: 0.3s;
        width: 100%;
    }

        .header .search-form input:focus, .header .search-form input:hover {
            outline: none;
            box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
            border: 1px solid rgba(1, 41, 112, 0.3);
        }

    .header .search-form button {
        border: 0;
        padding: 0;
        margin-left: -30px;
        background: none;
    }

        .header .search-form button i {
            color: #012970;
        }

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 20px;
    color: #012970;
}

.header-nav .nav-profile {
    color: #012970;
}

    .header-nav .nav-profile img {
        max-height: 36px;
    }

    .header-nav .nav-profile span {
        font-size: 14px;
        font-weight: 600;
    }

.header-nav .badge-number {
    position: absolute;
    inset: 4px 6px auto auto;
    font-weight: normal;
    font-size: 11px;
    padding: 3px 6px;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

    .header-nav .notifications .notification-item i {
        margin: 0 20px 0 10px;
        font-size: 24px;
    }

    .header-nav .notifications .notification-item h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .header-nav .notifications .notification-item p {
        font-size: 13px;
        margin-bottom: 3px;
        color: #919191;
    }

    .header-nav .notifications .notification-item:hover {
        background-color: #f6f9ff;
    }

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

    .header-nav .messages .message-item a {
        display: flex;
    }

    .header-nav .messages .message-item img {
        margin: 0 20px 0 10px;
        max-height: 40px;
    }

    .header-nav .messages .message-item h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #444444;
    }

    .header-nav .messages .message-item p {
        font-size: 13px;
        margin-bottom: 3px;
        color: #919191;
    }

    .header-nav .messages .message-item:hover {
        background-color: #f6f9ff;
    }

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
}

    .header-nav .profile .dropdown-header h6 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #444444;
    }

    .header-nav .profile .dropdown-header span {
        font-size: 14px;
    }

    .header-nav .profile .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .header-nav .profile .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .header-nav .profile .dropdown-item:hover {
            background-color: #f6f9ff;
        }

.header-nav #profile-image {
    width: 40px;
    height: 40px;
    background: #2F80ED;
    font-size: 24px;
    color: #fff;
    line-height: 1.65;
    text-align: center;
}

/*--------------------------------------------------------------
# Floating Label
--------------------------------------------------------------*/
.form-floating > .select2-container--bootstrap-5 .select2-selection--single {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .select2-container--bootstrap-5 .select2-selection {
    height: calc(3.5rem + 2px) !important;
    line-height: 1.25 !important;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 40px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {
    #main, #footer {
        margin-left: 300px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {
    .toggle-sidebar #main, .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .sidebar-nav li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-nav .nav-item {
        margin-bottom: 5px;
    }

    .sidebar-nav .nav-heading {
        font-size: 11px;
        text-transform: uppercase;
        color: #899bbd;
        font-weight: 600;
        margin: 10px 0 5px 15px;
    }

    .sidebar-nav .nav-link {
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 600;
        color: #012970;
        transition: 0.3s;
        /*background: #f6f9ff;*/
        padding: 10px 15px;
        border-radius: 4px;
    }


        .sidebar-nav .nav-link i {
            font-size: 16px;
            margin-right: 10px;
            color: #012970;
        }

        .sidebar-nav .nav-link.collapsed {
            color: #012970;
            background: #fff;
        }

            .sidebar-nav .nav-link.collapsed i {
                color: #899bbd;
            }

        .sidebar-nav .nav-link:hover {
            color: #2F80ED;
            background: #f6f9ff;
        }

            .sidebar-nav .nav-link:hover i {
                color: #2F80ED;
            }

        .sidebar-nav .nav-link.active {
            color: #2F80ED;
            background: #f6f9ff;
        }

            .sidebar-nav .nav-link.active i {
                color: #2F80ED;
            }

        .sidebar-nav .nav-link .bx-chevron-down {
            margin-right: 0;
            transition: transform 0.2s ease-in-out;
        }

        .sidebar-nav .nav-link:not(.collapsed) .bx-chevron-down {
            transform: rotate(180deg);
        }

    .sidebar-nav .nav-content {
        padding: 5px 0 0 0;
        margin: 0;
        list-style: none;
    }

        .sidebar-nav .nav-content a {
            display: flex;
            align-items: center;
            font-size: 14px;
            font-weight: 600;
            color: #012970;
            transition: 0.3s;
            padding: 10px 0 10px 40px;
            transition: 0.3s;
        }

            .sidebar-nav .nav-content a i {
                font-size: 6px;
                margin-right: 8px;
                line-height: 0;
                border-radius: 50%;
            }

        .sidebar-nav .nav-content.collapse a i {
            font-size: 1.2em;
        }

        .sidebar-nav .nav-content a:hover, .sidebar-nav .nav-content a.active {
            color: #2F80ED;
        }

            .sidebar-nav .nav-content a.active i {
                background-color: #2F80ED;
            }

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

    .dashboard .filter .icon {
        color: #aab7cf;
        padding-right: 20px;
        padding-bottom: 5px;
        transition: 0.3s;
        font-size: 16px;
    }

        .dashboard .filter .icon:hover, .dashboard .filter .icon:focus {
            color: #4154f1;
        }

    .dashboard .filter .dropdown-header {
        padding: 8px 15px;
    }

        .dashboard .filter .dropdown-header h6 {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #aab7cf;
            margin-bottom: 0;
            padding: 0;
        }

    .dashboard .filter .dropdown-item {
        padding: 8px 15px;
    }

/* Info Cards */
.dashboard .info-card {
    padding-bottom: 10px;
}

    .dashboard .info-card h6 {
        font-size: 28px;
        color: #012970;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

/* Activity */
.dashboard .activity {
    font-size: 14px;
}

    .dashboard .activity .activity-item .activite-label {
        color: #888;
        position: relative;
        flex-shrink: 0;
        flex-grow: 0;
        min-width: 64px;
    }

        .dashboard .activity .activity-item .activite-label::before {
            content: "";
            position: absolute;
            right: -11px;
            width: 4px;
            top: 0;
            bottom: 0;
            background-color: #eceefe;
        }

    .dashboard .activity .activity-item .activity-badge {
        margin-top: 3px;
        z-index: 1;
        font-size: 11px;
        line-height: 0;
        border-radius: 50%;
        flex-shrink: 0;
        border: 3px solid #fff;
        flex-grow: 0;
    }

    .dashboard .activity .activity-item .activity-content {
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .dashboard .activity .activity-item:first-child .activite-label::before {
        top: 5px;
    }

    .dashboard .activity .activity-item:last-child .activity-content {
        padding-bottom: 0;
    }

/* News & Updates */
.dashboard .news .post-item + .post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

    .dashboard .news h4 a {
        color: #012970;
        transition: 0.3s;
    }

        .dashboard .news h4 a:hover {
            color: #4154f1;
        }

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
    font-size: 14px;
}

    .dashboard .recent-sales .table thead {
        background: #f6f6fe;
    }

        .dashboard .recent-sales .table thead th {
            border: 0;
        }

    .dashboard .recent-sales .dataTable-top {
        padding: 0 0 10px 0;
    }

    .dashboard .recent-sales .dataTable-bottom {
        padding: 10px 0 0 0;
    }

/* Top Selling */
.dashboard .top-selling {
    font-size: 14px;
}

    .dashboard .top-selling .table thead {
        background: #f6f6fe;
    }

        .dashboard .top-selling .table thead th {
            border: 0;
        }

    .dashboard .top-selling .table tbody td {
        vertical-align: middle;
    }

    .dashboard .top-selling img {
        border-radius: 5px;
        max-width: 60px;
    }

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

    .iconslist .icon {
        background-color: #fff;
        border-radius: 0.25rem;
        text-align: center;
        color: #012970;
        padding: 15px 0;
    }

    .iconslist i {
        margin: 0.25rem;
        font-size: 2.5rem;
    }

    .iconslist .label {
        font-family: var(--bs-font-monospace);
        display: inline-block;
        width: 100%;
        overflow: hidden;
        padding: 0.25rem;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card #profile-image {
    width: 120px;
    height: 120px;
    background: #2F80ED;
    font-size: 57px;
    color: #fff;
    line-height: 2;
    text-align: center;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

    .profile .profile-card .social-links a:hover {
        color: #012970;
    }

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #4154f1;
}

.faq .basic p {
    color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    padding: 28px 30px;
}

    .contact .info-box i {
        font-size: 38px;
        line-height: 0;
        color: #4154f1;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #012970;
        font-weight: 700;
        margin: 20px 0 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

    .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
    }

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

    .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
        border-color: #4154f1;
    }

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #4154f1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

    .contact .php-email-form button[type=submit]:hover {
        background: #5969f3;
    }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.bglogin {
    background-image: url(../img/bglogin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
    padding: 30px;
}

    .error-404 h1 {
        font-size: 180px;
        font-weight: 700;
        color: #2F80ED;
        margin-bottom: 0;
        line-height: 150px;
    }

    .error-404 h2 {
        font-size: 24px;
        font-weight: 700;
        color: #012970;
        margin-bottom: 30px;
    }

    .error-404 .btn {
        background: #51678f;
        color: #fff;
        padding: 8px 30px;
    }

        .error-404 .btn:hover {
            background: #3e4f6f;
        }

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
}

    .footer .copyright {
        text-align: center;
        color: #012970;
    }


.pagination-btns {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 40px 0 20px;
}

    .pagination-btns li a {
        padding: 5px 10px;
        border: solid 1px #eee;
        color: #aaa;
    }

        .pagination-btns li a.active {
            background: var(--bs-blue);
            color: var(--bs-body-bg);
        }
/* table */
table.dataTable tr td:not(:last-child) {
    max-width: 150px;
}

table.dataTable th, table.dataTable td {
    text-align: center !important;
}
/* / table */

/* label buttons */
.actionBtn {
    display: flex;
    justify-content: space-around;
}
/* /label buttons */
/* CMS Branch */
.coverPhoto, .overview-layout {
    display: flex;
    gap: 10px;
}

.uploadCoverPhoto, .uploadOverviewLayout {
    border-radius: 10px;
    margin: 0.5rem 0rem;
}

.branch-table-edit {
    padding: 0rem 1rem;
    display: flex;
    justify-content: space-between;
}

    .branch-table-edit label {
        margin-left: 20px;
    }

.cmsBtn a {
    color: #4154f1 !important;
}
/* /CMS Branch */
/* /label buttons */

/* File Upload*/
.fileupload {
    display: flex;
    gap: 15px;
}

    .fileupload .fileName {
        flex: 1 1 auto
    }

    .fileupload .uploadFileBtn {
        flex: 0 0;
    }

/* /File Upload*/
.dataTables_paginate {
    margin-top: 30px !important;
    display: flex;
    justify-content: center;
}

#select2-icons-list-results .select2-results__option span img {
    width: 50px;
}

#selected-image {
    border-radius: 3px;
    position: absolute;
    left: 5px;
    top: 5px;
    height: 40px;
    aspect-ratio: 1;
}

#icons-list + .select2 .select2-selection.select2-selection--single {
    height: 50px !important;
}

#icons-list + .select2 .select2-selection__arrow {
    transform: translateY(50%);
}

.icons-table img {
    width: 40px;
}

/*--------------------------------------------------------------
# Date Picker
--------------------------------------------------------------*/
.flatpickr-input[readonly] {
    background: none;
}

.basicFlatPickr [readonly] {
    background: none;
}


/*--------------------------------------------------------------
# Pagination Header
--------------------------------------------------------------*/
.create-btn-flt {
    display: inline-block;
    float: right;
}

.pagination-header-custom {
    float: left;
    margin-top: 5px;
}

    .pagination-header-custom .showtext {
        margin: auto;
        margin-right: 10px;
        color: #6e95d9;
        font-size: 13px;
    }

    .pagination-header-custom .entriestext {
        margin: auto;
        margin-left: 10px;
        color: #6e95d9;
        font-size: 13px;
    }

    .pagination-header-custom .op-select {
        font-size: 14px;
        height: 30px;
        padding: 0.1rem 0.7rem 0.1rem 0.9rem;
    }


.pagination-footer-total {
    padding-left: 1rem;
    color: #012970;
    font-size: 15px;
    font-weight: 400;
}

.pagination-footer-nav {
    font-size: 15px;
}

    .pagination-footer-nav .nav-div {
        float: right;
        margin-right: 1rem;
    }

    .pagination-footer-nav .nav-ul {
        background-color: #d3e0f9;
        padding: 0.1rem 0.9rem;
    }

    .pagination-footer-nav .paginate_button {
        padding-left: 5px;
        padding-right: 5px
    }

    .pagination-footer-nav .pagination > .disabled > a {
        color: #696d74;
        cursor: not-allowed;
        background-color: #d3e0f9;
        border-color: #ddd;
    }

    .pagination-footer-nav .pagination > .active > a, .pagination > .active > a:focus,
    .pagination > .active > a:hover, .pagination > .active > span,
    .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #4154f1;
        cursor: default;
        background-color: #d3e0f9;
        border-color: #d3e0f9;
    }

    .pagination-footer-nav a:hover {
        color: #696d74;
    }

    .pagination-footer-nav a {
        color: #0a0a0a;
        text-decoration: none;
    }

/*--------------------------------------------------------------
# Booking
--------------------------------------------------------------*/
#calendar-booking .tab-wrapper {
    background: #A9C6FF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#calendar-booking .nav {
    padding: 0.4rem 0.4rem 0;
}

#calendar-booking .nav-item {
    width: 210px;
    text-align: center;
}

#calendar-booking .nav-pills .nav-link {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #FFFFFF;
    font-weight: 700;
}

    #calendar-booking .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #000;
        font-weight: 700;
        background-color: #FFF;
    }

#booking .date-input {
    width: 64%;
    padding: 1rem;
    border: 1px solid #ced4da;
}

#booking .select-wrapper, .addon-wrapper, .addtional-wrapper {
    background: #FFFFFF;
    border: 1px solid #AAA;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
}

#booking .text-label {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #444444;
}

#booking .summary-wrapper {
    background: #FFFFFF;
    border: 1px solid #AAA;
    border-radius: 12px;
    margin-bottom: 2rem;
}

#booking .summary-text {
    background: #A9C6FF;
    border-radius: 12px 12px 0 0;
    text-align: center;
    color: #FFFF;
    padding: 0.5rem;
}

#booking .summary-details {
    padding: 1rem 3rem;
}

#booking .text {
    font-size: 16px;
    align-items: center;
    color: #444444;
}

#booking .acc-wrapper {
    background: #F6F9FF;
    border: 1px solid #AAA;
    margin-bottom: 2rem;
    padding: 1rem;
}

#booking .btn-lot-sel {
    width: 100%;
    font-weight: 700;
    line-height: 1.25rem;
    color: var(--default-color);
    padding: 0.5rem;
    background: #FFF;
    border: 1px solid #AAA;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#booking .lot-price {
    color: #808080;
    font-weight: 700;
    font-size: 14px;
    margin-top: 0.3rem;
}

#booking .input-group {
    clear: both;
    /*margin: 15px 0;*/
    position: relative;
}

    #booking .input-group input[type='button'] {
        background-color: transparent;
        min-width: 38px;
        width: auto;
        transition: all 300ms ease;
        left: -12px;
    }

    #booking .input-group .button-minus {
        font-weight: bold;
        height: 38px;
        padding: 0;
        width: 38px;
        position: relative;
        border: 1px solid #AAAAAA;
        border-right: 0;
        border-radius: 4px 0 0 4px;
        background: #FFF;
    }

    #booking .input-group .button-plus {
        font-weight: bold;
        height: 38px;
        padding: 0;
        width: 38px;
        position: relative;
        border: 1px solid #AAAAAA;
        border-left: 0;
        border-radius: 0 4px 4px 0;
        background: #FFF;
    }

    #booking .input-group .quantity-field {
        position: relative;
        height: 38px;
        left: -12px;
        text-align: center;
        width: 80px;
        display: inline-block;
        font-size: 13px;
        margin: 0 0 5px;
        resize: vertical;
        border: 1px solid #AAAAAA;
        border-left: 0;
        border-right: 0;
    }

#booking .button-plus {
    left: -13px;
}

#booking .input-group input[type="number"]:focus {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    outline: none;
}


/*--------------------------------------------------------------
# Block
--------------------------------------------------------------*/
#block .date-input {
    width: 64%;
    padding: 1rem;
    border: 1px solid #ced4da;
}

/*--------------------------------------------------------------
# Calendar
--------------------------------------------------------------*/
.date-wrapper {
    background: #FFF;
    height: 44px;
    border: 1px solid #D0D0D0;
    display: flex;
    align-items: center;
    max-width: 335px;
    margin: 0 auto;
}

    .date-wrapper span {
        width: 100%;
        text-align: center;
        color: #444;
    }

    .date-wrapper button {
        border: unset;
        background: #FFF;
    }

#room {
    max-height: 66vh;
    overflow: scroll;
}

    /*    #room td, #room th {
        height: 71px;
        width: 150px;
    }*/

    /*    #room .table > :not(caption) > * > * {
        min-width:100px;
    }*/

    #room tbody, #room td, #room tfoot, #room th, #room thead, #room tr {
        border-color: #D0D0D0;
        border-right-width: 1px;
        border-left-width: 1px;
        color: #1F4381;
        vertical-align: middle;
    }

        #room td.available:hover {
            background: #3282ED;
        }

    #room .uncheck-in {
        background: #F36161;
        border: 1px solid #A92727;
        border-radius: 4px;
        width: 100%;
        min-height: 20px;
        color: #FFF;
        margin: .3rem auto;
        display: inline-block;
        cursor: pointer;
        padding: 5px 5px;
    }

    #room .check-in {
        background: #47AD4C;
        border: 1px solid #266A29;
        border-radius: 4px;
        width: 100%;
        min-height: 20px;
        color: #FFF;
        margin: .3rem auto;
        display: inline-block;
        cursor: pointer;
        padding: 5px 5px;
    }

    #room .check-out {
        background: #9B9B9B;
        border: 1px solid #5A5A5A;
        border-radius: 4px;
        width: 100%;
        min-height: 20px;
        color: #FFF;
        margin: .3rem auto;
        display: grid;
        cursor: pointer;
        padding: 15px 5px;
    }

    #room .reserve {
        background: #10AAAA;
        border: 1px solid #5A5A5A;
        border-radius: 4px;
        width: auto;
        min-height: 20px;
        color: #FFF;
        margin: .3rem auto;
        display: grid;
        padding: 15px 5px;
    }

    #room .booking-name {
        font-size: 14px;
    }

    #room .status {
        font-size: 10px;
        line-height: 1;
    }

    #room .capacity-uncheck-in {
        background: #F36161;
        border: 1px solid #A92727;
        border-radius: 4px;
        width: auto;
        min-height: 20px;
        color: #FFF;
        margin: 0.3rem auto;
        display: grid;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }

    #room .capacity-check-in {
        background: #47AD4C;
        border: 1px solid #266A29;
        border-radius: 4px;
        width: auto;
        min-height: 20px;
        color: #FFF;
        margin: 0.3rem auto;
        display: grid;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }

    #room .capacity-check-out {
        background: #9B9B9B;
        border: 1px solid #5A5A5A;
        border-radius: 4px;
        width: auto;
        min-height: 20px;
        color: #FFF;
        margin: 0.3rem auto;
        display: grid;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }

    #room .capacity-reserve {
        background: #10AAAA;
        border: 1px solid #5A5A5A;
        border-radius: 4px;
        width: auto;
        min-height: 20px;
        color: #FFF;
        margin: 0.3rem auto;
        display: inline-block;
        padding: 0.3rem;
    }

    #room .capacity-block {
        background: #EEAA43;
        border: 1px solid #8C6224;
        border-radius: 4px;
        width: auto;
        min-height: 20px;
        color: #FFF;
        margin: 0.3rem auto;
        display: inline-block;
        padding:15px 5px;
    }

    #room table {
        width: 100%;
        border-collapse: collapse;
    }

    #room .first-column {
        min-width: 200px;
    }

    #room .sticky-column {
        position: sticky;
        left: -1px;
        background-color: #F6F9FF;
    }

    #room .sticky-row {
        position: sticky;
        top: -1px;
        background-color: #FFFFFF;
    }

    #room .white-space {
        background-color: white;
    }

    #room .date-column {
        min-width: 80px;
    }

    #room .dayname_Sat {
        background-color: #F6F9FF;
    }

    #room .dayname_Sun {
        background-color: #F6F9FF;
    }

    #room .dayname_Sun {
        background-color: #F6F9FF;
    }

    #room td {
        border-top: none;
        border-bottom: none;
    }

    #room .last-tr {
        border-color: #D0D0D0;
        border-bottom-width: 1px;
    }

    .camp-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        align-items: center;
        text-align: center;
        letter-spacing: 0.15px;
        color: #FFFFFF;
    }

    .smaller-input {
        width: 300px; 
    }

    .form-control-feedback {
        position: absolute;
        right: 0;
        top: 0;
        padding: .5rem;
        color: #082F74;
    }

    .tab-wrapper-booking {
        display: flex;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        position: relative;
    }

    .tab-booking {
        width: 102px;
        text-align: center;
        background-color: transparent;
        color: #082F74;
        font-family: 'Roboto';
        font-weight: 400;
        border: unset;
        padding: 4px 2px
    }

    .tab-wrapper-booking .tab-booking.active {
        border-bottom: 6px solid #3282ED;
        transition: all .3s ease-in-out;
    }

    .ongoing-wrapper {
        background: #FFF;
        border: 1px solid #AAA;
        border-radius: 4px;
    }

    .ongoing-wrapper .title {
        background-color: #F6F9FF;
        border-radius: 3px 3px 0px 0px;
        padding: .5rem 1rem;
        color: #3282ED;
        font-size: 14px;
    }

    .ongoing-wrapper .online-status {
        border-radius: 50%;
        background-color: #47AD4C;
        width: 11px;
        height: 11px;
    }

    .upcoming-wrapper .offline-status {
        border-radius: 50%;
        background-color: #F36161;
        width: 11px;
        height: 11px;
    }

    .past-wrapper .past-status {
        border-radius: 50%;
        background-color: #3282ED;
        width: 11px;
        height: 11px;
    }

    .upcoming-wrapper {
        background: #FFF;
        border: 1px solid #AAA;
        border-radius: 4px;
    }

    .upcoming-wrapper .title {
        background-color: #F6F9FF;
        border-radius: 3px 3px 0px 0px;
        padding: .5rem 1rem;
        color: #3282ED;
        font-size: 14px;
    }

    .past-wrapper .offline-status {
        border-radius: 50%;
        background-color: #F36161;
        width: 11px;
        height: 11px;
    }

    .past-wrapper {
        background: #FFF;
        border: 1px solid #AAA;
        border-radius: 4px;
    }

    .CategoryDisplayName {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        color: #444444;
        margin:10px
    }

    .DisplayName {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #444444;
        height: 80px;
        background: #F6F9FF;
        border-radius: 0px 0px 4px 4px;
    }

    .DisplayNameText {
        padding-left:10px;
    }

    .floating-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        background-color: #3282ED;
        color: #ffffff;
        border-radius: 50%;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 16px;
    }

    .block-button-label {
        text-decoration: none;
        color: inherit;
        display: inline-block;
        margin: 0;
        padding: 15px;
    }

    .floating-button a {
        text-decoration: none;
        color: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sidebarBooking {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: transform 0.5s;
        padding-top: 60px;
    }

    .sidebarBooking a {
        padding: 10px;
        padding-left: 30px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: transform 0.3s;
    }

    .sidebarBooking a:hover {
        color: #f1f1f1;
    }

    .sidebarBooking .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .sidebarBlock {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: transform 0.5s;
        padding-top: 60px;
    }

    .sidebarBlock a {
        padding: 8px 0px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: transform 0.3s;
    }

        .sidebarBlock a:hover {
            color: #f1f1f1;
        }

    .sidebarBlock .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .OngoingBlock {
        position: fixed;
        background-color: #fff;
        transition: transform 0.5s;
        padding-top: 30px;
    }

    .tab-wrapper-bookingSidebar {
        display: flex;
        align-items: center;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        position: relative;
    }

    .tab-wrapper-Scan {
        display: flex;
        align-items: center;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        position: relative;
        padding: 13px;
        padding-left: 30px;
        background-color: #fff;
    }

    .card-body {
        flex: 1 1 auto;
        padding: 2rem 1rem;
    }

    .scanQR {
        width: 162px;
        height: 22px;
        left: calc(50% - 129px/2 + 0.5px);
        top: 152px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.15px;
        color: #444444;
        border-radius: 5px;
    }

    .cardBackground {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        /* background-color: #fff; */
        background-clip: border-box;
    }

    .icon-lg {
        font-size: 35px; /* Adjust the font size as desired */
    }


    .back-button {
        margin-right: 1rem;
    }

    .BookingDetail-wrapper-booking {
        padding: 1.5rem 1rem;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        display: flex;
        align-items: center;
        color: #444444;
    }

    .BlockSidebar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        position: relative;
        overflow-y: scroll;
        background-color: #fff;
    }


    .OpenBlockButton {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        position: relative;
        overflow-y: scroll;
        background-color: #fff;
    }

    .Open-Block-Button {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: transform 0.5s;
        padding-top: 60px;
    }

    .Open-Block-Button a {
        padding: 8px 0px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: transform 0.3s;
    }

        .Open-Block-Button a:hover {
            color: #f1f1f1;
        }

    .Open-Block-Button .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .btn-cancel {
        background: #AAAAAA;
        color: #FFF;
        max-width: 100%;
    }

    .iconback {
        padding-right: 15px;
        font-size: 32px;
    }

    .select-branch {
        width: 162px;
        height: 22px;
        left: calc(50% - 129px/2 + 0.5px);
        top: 152px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.15px;
        color: #444444;
        border-radius: 5px;
        padding-top:3px
    }

    .alignIcon {
        padding-left: 36px;
        padding-right: 21px;
    }

    .btnStyle {
        text-align: center;
        margin-top: 100px;
    }

.addPad{
    padding-top:10px
}

@media screen and (max-height: 450px) {
    .sidebar {
            padding-top: 15px;
        }

        .sidebar a {
            font-size: 18px;
        }
    }

    .form-check1 {
        display: flex;
        align-items: center;
    }

    .form-check-label1 {
        margin: 0 auto;
        width: 350px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        display: flex;
        align-items: center;
        letter-spacing: 0.15px;
        color: #444444;
        border-radius: 5px;
        margin-bottom: 0;
        padding-left: 42px;
    }

    .alignDiv {
        padding-bottom: 18px;
        padding-top: 18px
    }

    @media (min-width: 768px) {
        .d-flex-desktop {
            display: flex;
            align-items: center;
        }

        .btn {
            margin-left: 10px;
        }

        .SalesReport .col-md-6 {
            width: 65%;
        }
    }

    /* Styles for mobile view */
    @media (max-width: 767px) {
        .d-flex1 {
            flex-direction: column;
            align-items: center;
        }

        .table-responsive {
            width: 100%;
            margin-bottom: 15px;
            overflow-y: hidden;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            border: 1px solid #ddd;
        }

        .table-borderless {
            min-width: 100%;
        }

        /* Remove borders from table cells in the tbody */
        .table-borderless tbody tr td {
            border: none;
        }

        /* Hide labels in mobile view */
        .no-label {
            display: none;
        }

        .table-borderless tbody tr {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .table-borderless tbody tr td {
            flex-basis: 100%;
        }

        .text-end {
            text-align: center; /* Center the button in mobile view */
            margin-bottom: 15px;
        }

        .text-end button {
            width: 100%; /* Make the button take up the full width in mobile view */
        }
    }

    .alignCheckInBtn {
        margin-top: 13px;
        margin-bottom: 13px;
    }

.tab-wrapper-booking .tab-booking[disabled] {
    color: grey; /* Change the color value to your desired color */
}

    .scanIcon {
        font-size: 22px;
    }

    .DateFont {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 15px;
        color: #444444;
    }

    #contentBlock {
        position: relative;
    }

    #contentBlock::before,
    #contentBlock::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }

    #contentBlock::before {
        border: 2px solid transparent;
        transition: border-color 0.3s ease;
    }

    #contentBlock:hover::before {
        border-color: deepskyblue;
    }

    #contentBlock::after {
        border: 2px solid deepskyblue;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    #contentBlock:hover::after {
        opacity: 1;
    }


    .block-wrapper {
        background: #FFF;
        border: 1px solid #AAA;
        border-radius: 4px;
        margin:30px;
    }

    .block-wrapperDetail {
        background: #FFF;
        border: 1px solid #AAA;
        border-radius: 4px;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .block-wrapperDetail1 {
        background: #FFF;
        border: 1px solid #AAA;
        border-radius: 4px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .date-font {
        font-size: 16px;
    }

    .DetailsFont {
        width: 243px;
        height: 23px;
        left: 33px;
        top: 301px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        display: flex;
        align-items: center;
        color: #444444;
        margin:10px;
    }

    #loadingNextpage {
        color: #3282ED;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        letter-spacing: 0.15px
    }

    #loadingNextpage i {
        color: #3282ED; 
        font-size: 24px; 
    }

    .wrapper .justify-content-between .btn-shared {
        width: 206px;
        height: 50px;
        left: 108px;
        top: 140px;
    }

    #qr-reader {
        display: contents;
    }


    @media (min-width: 768px) {
        .tab-wrapper-Scan {
            margin-top: -30px
        }

        .table-borderless tbody tr td {
            border: none;
        }
    }

/*--------------------------------------------------------------
# Sales Report
--------------------------------------------------------------*/
    .adjPos{
        padding-right: 15px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        width: 25px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-top: 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        padding-left: 7px;
        font-size: 14px;
    }

    .SearchSettlement .card-body {
        padding: 0rem 0rem;
    }

    .SearchSettlement .card {
        padding: 1rem 1rem;
        padding-bottom: 0px;
    }

    .fontAdjSettlement {
        font-size: 20px;
        padding-top: 19px;
    }

    .btnAlign{
        margin-bottom: 15px
    }

    .btnTest {
        margin-bottom: 15px
    }

    .btnDoc {
        margin-bottom: 15px
    }

/*--------------------------------------------------------------
# Calendar Details
--------------------------------------------------------------*/
.calendar-details .text-label {
    font-weight: 600;
    font-size: 18px;
    color: #444;
    word-break: break-word;
}

    .calendar-details .acommodation-wrapper {
        border: 1px solid #AAA;
        padding: 1.5rem 2rem;
    }

    .calendar_detail span {
        display: block;
    }

    .calendar_book_detail span {
        display: block;
    }

    @media (max-width: 767.98px) {
        .tab-wrapper {
            overflow: scroll;
            -webkit-overflow-scrolling: touch;
        }

        .calendar-details .content-wrapper {
            padding: 2rem 1rem 1.5rem;
        }

        .calendar-details .acommodation-wrapper {
            padding: 1rem 1rem;
        }
    }

    .calendar-details .title {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .calendar-details .item-wrapper {
        background: #F6F9FF;
        border: 1px solid #AAA;
        padding: 1rem 1.5rem;
        margin-bottom: 1rem;
    }

        .calendar-details .item-wrapper .form-check {
            margin-bottom: 0;
        }

            .calendar-details .item-wrapper .form-check > .form-check-input {
                border-radius: 0;
                width: 1.5em;
                height: 1.5em;
            }

    .calendar-details .status-box-checkIn {
        background: #F36161;
        border-radius: 25px;
        padding: .35rem;
        color: #FFF;
        text-align: center;
        user-select: none;
    }

    .calendar-details .guest-type-wrapper {
        background: #FFFF;
        border-radius: 8px;
        padding: .4rem 1.5rem;
    }

    .calendar-details .status-box-checked {
        background: #47AD4C;
        border-radius: 25px;
        padding: .35rem;
        color: #FFF;
        text-align: center;
        user-select: none;
    }

    .calendar-details .status-box-checkedout {
        background: #888888;
        border-radius: 25px;
        padding: .35rem;
        color: #FFF;
        text-align: center;
        user-select: none;
    }

    .calendar-details .btn-edit {
        background: #2F80ED;
        color: #FFFFFF;
        height: 27px;
        padding: 0;
    }

    .calendar-details .summary-wrapper {
        background: #F6F9FF;
        border: 1px solid #AAA;
        border-radius: 8px;
        margin-bottom: 1.5rem;
    }

    .calendar-details .payment-wrapper {
        border: 1px solid #AAA;
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }

        .calendar-details .payment-wrapper .tilte {
            font-size: 18px;
            color: #000;
        }

        .calendar-details .payment-wrapper .btn-shared {
            margin-bottom: 1rem;
            margin-right: 1rem;
        }

            .calendar-details .payment-wrapper .btn-shared.active {
                border: 1px solid #012970;
                background: #FFF;
                color: #000;
            }

    #cancellationModal .modal-body {
        padding: 1rem 6rem;
    }

    #cancellationModal .modal-title {
        font-weight: 700;
        font-size: 18px;
        color: #000;
    }

    #cancellationModal .form-floating > .form-control, .form-floating > .form-select {
        height: calc(10.5rem + 2px);
    }

    /*--------------------------------------------------------------
# Amendment
--------------------------------------------------------------*/
    .amendment .summary-wrapper {
        background: #F6F9FF;
        border: 1px solid #AAA;
        border-radius: 8px;
        margin-bottom: 1.5rem;
    }

    .amendment .item-wrapper {
        border: 1px solid #AAA;
        padding: .8rem 1.5rem;
        margin-bottom: 1rem;
    }

    .amendment .text-label {
        font-weight: 600;
        font-size: 18px;
    }

    .amendment .guest-type-wrapper {
        background: #FFFF;
        border-radius: 8px;
        padding: .4rem 1.5rem;
    }

    .amendment .acc-name {
        font-weight: 700;
        color: #777;
        margin-bottom: 1rem;
    }

    .amendment .btn-lot {
        width: 100px;
        font-weight: 700;
        color: var(--default-color);
        padding: .5rem;
        background: #FFF;
        border: 1px solid #AAA;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        margin-right: 1rem;
        margin-bottom: 1rem;
        word-break: break-word;
        min-height: 2.25em;
    }

    .amendment .lot-price {
        color: #808080;
        font-weight: 700;
        font-size: 14px;
    }

    .amendment .selected {
        background: #FEAF18;
        font-weight: 700;
        color: var(--default-color);
        padding: .5rem;
        border: 1px solid #AAA;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        color: #FFF;
    }

        .amendment .selected > .lot-price {
            font-weight: 700;
            color: #FFFFFF;
        }

    .amendment .unavailable {
        background: #F7F4F0;
        color: #CCC;
    }

    .amendment .lot-price-unavailable {
        color: #CCC;
        font-weight: 700;
        font-size: 14px;
        color: #CCCCCC;
    }

    .amendment .quantity-wrapper {
        height: 38px;
        width: 163px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFF;
        border-radius: 4px;
        border: 1px solid #AAA;
        user-select: none;
    }

        .amendment .quantity-wrapper button {
            width: 100%;
            text-align: center;
            border: unset;
            background-color: transparent;
        }

        .amendment .quantity-wrapper input {
            width: 100%;
            text-align: center;
            border: unset;
        }


/*--------------------------------------------------------------
# Role Access
--------------------------------------------------------------*/
    .module-row {
        background-color: #f7f7f7; 
    }

    .method-row {
        background-color: #ffffff; 
    }

    .module-checkbox {
        text-align: center;
    }

    .center-header {
        text-align: center;
    }

    .module-name {
        cursor: pointer;
        transition: color 0.1s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .module-name:hover {
        color: #2F80ED;
    }

    .data-row {
        transition: background-color 0.2s; 
    }

    .data-row:hover {
        background-color: #f6f9ff; 
    }

    #dt .table-dark th {
        width: 25%; 
    }

    #myTable .table-dark th.center-header {
        width: 15%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .module-checkbox input[type="checkbox"] {
        width: 30px; 
    }

    #myTable .table-dark th {
        width: 33%; 
    }

    .module-label {
        white-space: nowrap;
    }

/*--------------------------------------------------------------
# Booking
--------------------------------------------------------------*/
    .calendar-booking .summary-wrapper {
        background: #F6F9FF;
        border: 1px solid #AAA;
        border-radius: 8px;
        margin-bottom: 1.5rem;
    }

    .calendar-booking .item-wrapper {
        border: 1px solid #AAA;
        padding: .8rem 1.5rem;
        margin-bottom: 1rem;
    }

    .calendar-booking .text-label {
        font-weight: 600;
        font-size: 18px;
    }

    .calendar-booking .guest-type-wrapper {
        background: #FFFF;
        border-radius: 8px;
        padding: .4rem 1.5rem;
    }

    .calendar-booking .acc-name {
        font-weight: 700;
        color: #777;
        margin-bottom: 1rem;
    }

    .calendar-booking .btn-lot {
        width: 100px;
        font-weight: 700;
        color: var(--default-color);
        padding: .5rem;
        background: #FFF;
        border: 1px solid #AAA;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        margin-right: 1rem;
        margin-bottom: 1rem;
        word-break: break-word;
        min-height: 2.25em;
    }

    .calendar-booking .lot-price {
        color: #808080;
        font-weight: 700;
        font-size: 14px;
    }

    .calendar-booking .selected {
        background: #FEAF18;
        font-weight: 700;
        color: var(--default-color);
        padding: .5rem;
        border: 1px solid #AAA;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
        border-radius: 12px;
        color: #FFF;
    }

        .calendar-booking .selected > .lot-price {
            font-weight: 700;
            color: #FFFFFF;
        }

    .calendar-booking .unavailable {
        background: #F7F4F0;
        color: #CCC;
    }

    .calendar-booking .lot-price-unavailable {
        color: #CCC;
        font-weight: 700;
        font-size: 14px;
        color: #CCCCCC;
    }

    .calendar-booking .quantity-wrapper {
        height: 38px;
        width: 163px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFF;
        border-radius: 4px;
        border: 1px solid #AAA;
        user-select: none;
    }

        .calendar-booking .quantity-wrapper button {
            width: 100%;
            text-align: center;
            border: unset;
            background-color: transparent;
        }

        .calendar-booking .quantity-wrapper input {
            width: 100%;
            text-align: center;
            border: unset;
        }

/*--------------------------------------------------------------
# Calendar Legend
--------------------------------------------------------------*/
#legendModal .square {
    border-radius: 4px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#legendModal .uncheck-in {
    background: #F36161;
    border: 1px solid #A92727;
}

#legendModal .check-in {
    background: #47AD4C;
    border: 1px solid #266A29;
}

#legendModal .check-out {
    background: #9B9B9B;
    border: 1px solid #5A5A5A;
}

#legendModal .reserve {
    background: #10AAAA;
    border: 1px solid #5A5A5A;
}

#legendModal .block {
    background: #EEAA43;
    border: 1px solid #8C6224;
}