:root {
    --theme-color: #f7f7f8;
    /* --theme-color: #e3e0d1; */
    --primary-color: #6e1d1f;
    /* --primary-color-dark: #1d2a3d; */
    --primary-color-dark: #0b0b0b;
    --white-color: #fff;
    --gray-color: #d1d5db;
    --black-color: #000;
    --border-radius: 8px;
    --gray-dark: #5a6268;
    --button-color:#3d6980;
    --button-hover:#284c5d;
}

/* Ensure all opening braces have matching closing braces */

body {
    font-family: "Inter", sans-serif !important;
}

.clear-filters{
    background-color: var(--button-color) !important;
}
.clear-filters:hover{
    background-color: var(--button-hover) !important;
}
.label-heading {
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
    color: var(--black-color) !important;
    margin-bottom: 0;
}

.text-heading {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    letter-spacing: 0px !important;
    color: #6B7280 !important;
    margin-bottom: 0;
}

.paragraph-text-new {
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 28px !important;
    letter-spacing: 0px !important;
    color: #374151 !important;
    margin-bottom: 0;
}

.label-text {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: var(--primary-color-dark) !important;
    margin: 0 !important;
}

.paragraph-text {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--primary-color-dark) !important;
    margin: 0 !important;
}

.content-wrapper {
    background-color: var(--theme-color) !important;
}

.navbar-white {
    background-color: var(--theme-color) !important;
}

.main-footer {
    background-color: var(--theme-color) !important;
    color: var(--primary-color-dark) !important;
}

.content-header h1 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color-dark);
}

@media screen and (max-width : 992px) {
    .content-header h1 {
        font-size: 1.2rem;
    }
}

input:focus {
    outline: 0;
    box-shadow: none;
}

select:focus {
    outline: 0;
    box-shadow: none;
}

.benefits-header h3 {
    font-size: 1.8rem !important;
    font-weight: 700;
    color: var(--primary-color-dark);
}

#live-time {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color-dark);
}

.m-h {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color-dark);
}

/* .kiosk-units h3 {
    font-size: 30px;
    font-weight: 600;

} */
.logo-img {
    width: 100%;
}

[class*="sidebar-light-"] .nav-treeview>.nav-item>.nav-link.active {
    background-color: rgba(42, 59, 85, 0.7) !important;
    border-radius: var(--border-radius);
    color: var(--white-color) !important;
}


.main-logo-img {
    width: 100%;
    max-width: 80px;
    aspect-ratio: 1 / 1;
}

[class*="sidebar-light-"] {
    background-color: var(--primary-color-dark) !important;
}

[class*="sidebar-light"] .brand-link {
    border-bottom: 1px solid #e4e2d3;
}

.nav-sidebar .nav-item>.nav-link {
    position: relative;
    color: var(--gray-color) !important;
    font-weight: 500;
}

.nav-sidebar .nav-link p {
    margin-left: 8px;
}
li.nav-item{
    margin-bottom: 5px !important;
}

li.nav-item .nav-link:hover {
    background-color: var(--white-color) !important;
    color: var(--primary-color-dark) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px !important;
    opacity: 0.5;
}

li.nav-item .nav-link.nav-items-list:hover {
    /* background-color: var(--white-color) !important; */
    background-color: var(--theme-color) !important;
}
li.nav-item .nav-link.nav-items-list {
   color: var(--primary-color-dark) !important;
}
/* li.nav-item .nav-link.nav-items-list:hover img{
   filter: brightness(1) invert(1);
} */

.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: var(--white-color) !important;
    color: var(--primary-color-dark) !important;
    border-radius: 8px !important;
}

.sidebar {
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color-dark) var(--primary-color-dark);
}

.btn-primary {
    color: var(--white-color);
    background-color: var(--button-color) !important;
    /* border-color: var(--primary-color-dark); */
    box-shadow: none;
    border: 1px solid var(--button-color) !important;
}

.bg-primary {
    background-color: var(--button-color) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--button-hover) !important;
    border: 1px solid var(--button-hover) !important;
    color: var(--white-color) !important;
}

a {
    color: var(--button-color);
    text-decoration: none;
    background-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: transparent;
    border: 1px solid var(--primary-color-dark) !important;
    color: var(--black-color);
}

.actions .btn {
    padding: 6px;
    font-size: 16px;
    width: 40px;
    height: 40px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 10px;
    border-bottom: 0px;
}

/* table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e8;
} */

input[type="file"].form-control {
    padding: 3px;
}

/* Add this CSS to your styles */
.radio-container {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #555;
    border-radius: 50%;
}

.radio-container input:checked~.checkmark {
    background-color: var(--white-color);
    border: 2px solid #555;
}

.radio-container:hover input~.checkmark {
    background-color: #f3f3f3;
}

.radio-container input:checked~.checkmark:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #555;
    border-radius: 50%;
}

.login-logo,
.register-logo {
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: 0.9rem;
    /* text-align: center; */
    padding: 24px;
    background-color: var(--primary-color-dark);
    border-bottom: 5px solid var(--white-color);
}

.login-box,
.register-box {
    width: 100%;
}

.login-box .btn-primary {
    padding: 8px;
}

.range-card {
    height: calc(100vh - 146px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
}

.login-page {
    background-color: var(--white-color) !important;
}

.range-card .card {
    box-shadow: none;
    width: 100%;
}

.login-page,
.register-page {
    height: 100%;
}

.login-box .logo-img {
    width: 70px !important;
    filter: brightness(1) invert(1);
}

.range-login .login-box .logo-img {
    width: 100px;
}

.range-login .login-logo,
.register-logo {
    background: #e2e0cf;
}

.admin-login .login-logo {
    background: var(--primary-color-dark);
}

[class*="sidebar-light-"] .nav-treeview>.nav-item>.nav-link.active,
[class*="sidebar-light-"] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #e1e1e1;
}

.coming-soon {
    font-size: 8px;
    position: absolute;
}

.cc-card-img {
    border: 3px solid #ccc;
    border-radius: 5px;
}

.sidebar {
    height: calc(100vh - 120px) !important;
    overflow-x: hidden !important;
}

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p {
    display: inline !important;
}

.nav-sidebar .nav-item>.nav-link {
    margin-bottom: 0 !important;
}

/* Marketing ---- Start  */

.main-logo-img {
    max-width: 60px !important;
    filter: brightness(1) invert(1);
}

/* .marketing .marketing-body {
    margin-top: 30px;
} */

.marketing .marketing-body .top-buttons i {
    font-size: 18px;
}

.marketing .marketing-body .design-section {
    margin-bottom: 30px;
}

.marketing .marketing-body .design-section h2 {
    margin-bottom: 10px;
    color: var(--primary-color-dark);
    font-size: 16px;
    font-weight: 500;
}

.marketing .marketing-body .design-icons {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 24px;
    margin-bottom: 32px;
    gap: 20px;
}

@media screen and (max-width: 1024px) {
    .marketing .marketing-body .design-icons {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .marketing .marketing-body .design-icons {
        grid-template-columns: repeat(2, 1fr);
    }
}

.marketing .marketing-body .design-icon {
    padding: 16px;
    background-color: #FFFFFF80;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 2px solid transparent;
    text-align: center;
    cursor: pointer;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.marketing .marketing-body .design-icon:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.marketing .marketing-body .design-icon.active {
    background-color: var(--theme-color);
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.marketing .marketing-body .design-icon i {
    font-size: 20px;
    color: var(--black-color);
}

.marketing .marketing-body .design-icon span {
    font-size: 14px;
    color: var(--primary-color-dark);
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
}

.marketing .marketing-body .whats-new {
    margin-bottom: 30px;
}

.marketing .marketing-body .whats-new h2 {
    margin-bottom: 10px;
    color: var(--primary-color-dark);
    font-size: 16px;
    font-weight: 500;
}

.marketing .marketing-body .new-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media screen and (max-width: 1025px) {
    .marketing .marketing-body .new-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 425px) {
    .marketing .marketing-body .new-items {
        grid-template-columns: repeat(1, 1fr);
    }
}

.marketing .marketing-body .new-item {
    background-color: var(--white-color);
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    padding: 24px;
    transition: all 0.2s;
}

.hox img {
    height: 100%;
}

.marketing .marketing-body .new-item .poster {
    width: 100%;
    height: 192px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 16px;
    transition: opacity 0.2s;
}

.marketing .marketing-body .folders-section {
    margin-top: 20px;
}

.marketing .marketing-body .folders-section h2 {
    font-size: 20px;
    color: var(--primary-color-dark);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* tabs */

.tabs {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 10px;
    background-color: var(--theme-color);
    /* border-bottom: 1px solid #e5e7eb; */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    padding-left: 0;
}

.tab-label {
    padding: 10px 18px;
    cursor: pointer;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid transparent;
}

.tab-label:hover {
    border-bottom: 2px solid var(--primary-color-dark);
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tab-content-link {
    display: none;
    padding: 20px 0;
    border-top: none;
}

/* Hide radio buttons */
input[type="radio"] {
    display: none;
}

/* Show content when radio button is checked */
#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4,
#tab5:checked~#content5 {
    display: block;
}

/* Style for active tab */
#tab1:checked~.tabs .tab-label[for="tab1"],
#tab2:checked~.tabs .tab-label[for="tab2"],
#tab3:checked~.tabs .tab-label[for="tab3"],
#tab4:checked~.tabs .tab-label[for="tab4"],
#tab5:checked~.tabs .tab-label[for="tab5"] {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    background-color: #f5f4f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.content-wrapper>.content {
    padding: 0;
}

.icon-file {
    margin: 0 auto;
    padding: 10px;
    display: block !important;
    font-size: 110px;
}

/* Marketing ---- End  */

/* Wavier  */

/* edit css */

.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
    background-color: var(--white-color);
}

.form-control:focus {
    box-shadow: none !important;
}

.h-d {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color-dark);
}

.l-b {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--primary-color-dark) !important;
    display: block;
}

.i-t {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--primary-color-dark) !important;
    margin-bottom: 10px;
}

.theme-btn {
    background-color: var(--primary-color-dark);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    border: 0;
    box-shadow: none;
    padding: 6px 12px;
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid transparent;
}

.theme-btn:hover {
    background-color: var(--white-color);
    color: var(--primary-color-dark);
    border: 1px solid var(--primary-color-dark);
}

/* Wavier  */

.nav-sidebar>.nav-item .nav-icon {
    width: 1rem !important;
}

/* Preview Waiver */

.h-d {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color-dark);
}



.i-t {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--primary-color-dark) !important;
    margin-bottom: 10px;
}

input:focus {
    box-shadow: none !important;
}

.count-parent {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color-dark);
    background-color: rgb(228, 228, 228);
    padding: 10px;
    border-radius: 5px;
}

.theme-btn {
    background-color: var(--primary-color-dark);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    border: 0;
    box-shadow: none;
    padding: 6px 12px;
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid transparent;
}

.theme-btn:hover {
    background-color: var(--white-color);
    color: var(--primary-color-dark);
    border: 1px solid var(--primary-color-dark);
}

.marketing {
    padding: 16px;
}

.page-h {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color-dark);
    margin-bottom: 0;
    padding-bottom: 20px;
}

.page-s {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color-dark);
    margin-bottom: 0;
    text-decoration: underline;
}

.waiver-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color-dark);
    letter-spacing: 1px;
    line-height: 130%;
}

.listing-name ul li {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color-dark);
}

.page-p {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary-color-dark);
    margin-bottom: 0;
}

.today-l {
    font-size: 15px;
    font-weight: 400;
    color: var(--primary-color-dark);
}

.today-l span {
    font-weight: 600;
}

/* edit css */

.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 0rem !important;
}

.content {
    padding-bottom: 20px;
}

.card-new {
    margin-bottom: 1rem !important;
}

.card-footer {
    padding: 0;
}

/* Preview Waiver */

#fr-logo {
    display: none !important;
}

.tabs-policies {
    border-bottom: 0px;
    padding-left: 24px;
    padding-bottom: 20px;
}

.tabs-policies .nav-item .nav-link {
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    color: var(--theme-color);
}

.tabs-policies .nav-item .nav-link.active {
    background-color: var(--primary-color-dark);
    color: var(--white-color);
    border-radius: 5px;
}

.tabs-policies .nav-item .nav-link:hover {
    background-color: var(--primary-color) !important;
    color: var(--white-color);
    border-radius: 5px !important;
}

.action-button-list {

    gap: 10px;
}

.visit-heading {
    font-size: 15px;
}

.action-button-list .visit {
    border: 0;
    background-color: transparent;
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);


}

.eligible {
    font-size: 22px;
    font-weight: 600;
    color: var(--black-color);
    margin-top: 20px;
}


.kiosk-units .kiosk-card {
    background-color: #FFFFFF80;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 8px rgba(0, 0, 0, 0.1);
    /* border: 1px solid var(--gray-color); */
    border-radius: 5px;
}

/* .kiosk-units .kiosk-card .table-responsive {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
} */

.kiosk-units .kiosk-card .table-responsive table {
    width: 100%;
    border-collapse: collapse;
}

/* .kiosk-units .kiosk-card .table-responsive table thead {
    border-bottom: 2px solid var(--gray-color);
} */

.kiosk-units .kiosk-card .table-responsive table thead tr th {
    font-size: 16px;
    color: var(--primary-color-dark);
    font-weight: 600;
    padding: 12px 12px;
    text-align: left;
}

table th,
td {
    background-color: var(--white-color);
}

.kiosk-units .kiosk-card .table-responsive table thead tr th:first-child {
    padding-left: 24px;
}

.kiosk-units .kiosk-card .table-responsive table tbody tr {
    border-bottom: 1px solid var(--gray-color);
}

.kiosk-units .kiosk-card .table-responsive table tbody tr td {
    font-size: 16px;
    color: var(--primary-color-dark);
    font-weight: 400;
    padding: 12px;
}

.kiosk-units .kiosk-card .table-responsive table tbody tr td:first-child {
    padding-left: 24px;
}

.kiosk-units .kiosk-card .table-responsive table tbody {
    border-bottom: 1px solid var(--gray-color);
}

.content-wrapper {
    height: auto !important;
}

.benefits-list table tbody tr td p {
    margin-bottom: 0;
}

.booking-listing {
    height: 100%;
    display: grid;
    row-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

@media screen and (max-width: 992px) {
    .booking-listing {
        padding: 0;
    }
}

.booking-listing a {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.card-footer {
    padding: 0 20px 20px;
    background-color: var(--white-color);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 20px;
}

.member-ship-dd {
    padding: 15px;
}

.all-member {
    /* display: grid;
    grid-template-columns: 1fr 0.7fr;
    align-items: flex-start;
    gap: 20px;
        */
}

.all-member .m-s {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

@media screen and (max-width: 869px) {
    .all-member .m-s {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    }

    .all-member {
        grid-template-columns: 1fr;
    }
}

.all-member .m-s .user-details p {
    /* font-size: 14px;
    font-weight: 400;
    color: var(--primary-color-dark);
    margin: 0;
        */
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    margin-bottom: 0;
}

.all-member .m-s .user-details h4 {
    /* font-size: 15px;
    font-weight: 500;
    color: var(--primary-color-dark);
        */
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #5a6268;
}

.back-icon {
    background-color: #f8f9fa;
    color: var(--primary-color-dark);
    border: 1px solid var(--gray-color);
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.all-member .card-member .card {
    margin-bottom: 20px !important;
}

.all-member .card-member .card .card-header h3 {
    font-size: 1rem !important;
}

.all-member .card-member .card .table td {
    border: 0 !important;
}

.all-member .card-member .card .table {
    overflow-x: auto;
}

.all-member .m-d .card .card-header h3 {
    font-size: 1rem !important;
}

.table {
    border: 0px solid transparent;
    border-bottom: 1px solid var(--theme-color) !important;
}

.table thead th {
    border-bottom: 1px solid var(--theme-color);
    border-top: 0px !important;
}

table th:first-child {
    padding-left: 1.5rem !important;
}

table td:first-child {
    padding-left: 1.5rem !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid transparent;
}

.create-table table {
    border-bottom: 2px solid transparent !important;
}

.kiosk-units .kiosk-card .table-responsive table thead {
    border-bottom: 1px solid var(--theme-colorx) !important;
}

.drop-listing-show li a {
    color: var(--white-color);
}

.user-head-image {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-head-image img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: auto;
    text-align: left;
}

.image-listing-image {
    width: 18px;
}

.drop-listing-show .user-footer {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
}

.drop-listing-show .user-footer .btn.btn-flat {
    border-width: 0 !important;
}

.drop-listing-show .user-footer .btn-default {
    border-color: transparent !important;
}

.btn-default {
    background-color: var(--theme-color) !important;
}

.btn-default:hover {
    background-color: var(--gray-color) !important;
}

.drop-listing-show .user-footer .btn {
    text-align: left;
}

.drop-listing-show .user-footer .btn-flat {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--black-color) !important;
}

.drop-listing-show .user-footer .btn-flat:hover {
    background-color: rgba(42, 59, 85, 0.1) !important;

}



.drop-listing-show {
    max-width: 250px !important;
    min-width: 250px !important;
}

.drop-menu-listing li a .bell-image {
    width: 23px !important;
    margin-right: 0 !important;
}

.drop-menu-listing li a .down-arrow {
    width: 25px !important;
}

/* .drop-menu-listing li a:hover .bell-image {
    filter: brightness(2) invert(0) !important;
}

.drop-menu-listing li a:hover .down-arrow {
    filter: brightness(7) invert(0) !important;
} */

.rate {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    max-width: 300px;
    width: 100%;
}

.rate .l-b {
    padding: 5px 10px !important;
}

.rate .l-b input {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 4px;
    background-color: #FFFFFF80;
}

.modal-custom-width {
    max-width: 850px;
    width: 100%;
}

.discount-price {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 0px 5px 5px;
    font-weight: 500;
}

.blackout-section {
    max-width: 300px;
    margin-left: auto;

}

.status-section {
    padding-top: 35px;
}

.status-row .label,
.value {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
}

.dataTables_length {
    padding-left: 24px;
    padding-bottom: 20px;
}

.dataTables_filter {
    padding-right: 24px;
    padding-bottom: 20px;
}

.dataTables_info {
    padding-left: 24px;
    padding-top: 10px;
}

.paginate_button {
    padding-right: 10px;
    margin-top: 10px;
}

.create-table table th,
td {
    text-align: left !important;
}

@media (min-width: 576px) {
    .navbar-nav>.user-menu .user-image {

        margin-right: .4rem;
        margin-top: -6px !important;
    }
}

.not-mark {
    font-size: 15px !important;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.not-mark span a {
    color: #007bff !important;
}

.list-in-show {
    padding: 6px 12px;
    min-height: 100px;
    max-height: 300px;
    overflow-y: auto;

}


.list-in-show ul {
    list-style: none;
    padding-left: 0;
}

.user-listing-type {
    display: grid;
    grid-template-columns: 1fr 0.1fr;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 8px;
}

.user-listing-type:last-child {
    border-bottom: 0;
}

.listing-text-header h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color-dark);
    margin-bottom: 0;
}

.listing-text-header p {
    font-size: 13px;
    font-weight: 500;
    color: var(--primary-color-dark);
}

.listing-text-header .time {
    color: var(--gray-color);
}

.user-name-show {
    display: flex;
    flex-direction: column;
    font-size: 13px !important;
    font-weight: 500;
}

.user-name-show span {
    color: var(--gray-color);
}

.dote {
    background-color: var(--primary-color-dark);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-left: auto !important;
    margin-top: 5px !important;
}

/* [class*=sidebar-light-] .nav-sidebar>.nav-item>.nav-treeview{
    background-color: rgba(42, 59, 85, 0.7) !important;
} */
[class*=sidebar-light-] .nav-sidebar>.nav-item>.nav-treeview li a i {
    display: none;
}

[class*=sidebar-light-] .nav-sidebar>.nav-item>.nav-treeview li a {
    max-width: 196px !important;
}

.c_heading {
    font-size: 1rem;
}

.nav-treeview {
    margin-top: 5px;
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.nav-treeview li {
    margin-bottom: 3px;
}

.nav-treeview li a {
    padding: .4rem 1rem !important;
}

.card-heading-cc {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.card-new-listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

@media screen and (max-width : 992px) {
    .card-new-listing {
        grid-template-columns: 1fr;

    }
}

.bay-lane {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.bay-lane strong {
    font-size: 17px;
}

.bay-lane p small {
    font-size: 15px !important;
}

/* support css start  */

.help-heading {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


.help-heading h1 {
    font-size: 34px;
    padding-bottom: 15px;
}

.search-input-ww {
    position: relative;
    width: 100%;

}

.search-input-ww .search-input {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: var(--white-color);
    padding-left: 40px;
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-dark);
}

.search-input-ww .search-image {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.card-header h3 {
    font-size: 1rem !important;
    font-weight: 600;
    text-transform: uppercase;
}

.card-video {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr; */
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 20px;
}



.card-video .card-view {
    background-color: #d1d5db33;
    border-radius: var(--border-radius);
    max-width: 212px;
    width: 100%;
    flex: 0 0 212px;
}

.card-video .card-view .c_v {
    width: 100%;
    aspect-ratio: 2/1;
    overflow: hidden;
}

@media screen and (max-width : 1024px) {
    .card-video {
        grid-template-columns: 1fr 1fr;
    }

}

@media screen and (max-width : 524px) {
    .card-video {
        grid-template-columns: 1fr;
    }
}

.card-video .card-view .c_v img {
    width: 100%;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}

.card-video .card-view .c_h {
    padding: 10px;
}

.card-video .card-view .c_h h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 0;
    padding-bottom: 6px;
}

.card-video .card-view .c_h p {
    font-size: 13px !important;
    font-size: var(--gray-color);
    margin-bottom: 0;
    padding-bottom: 0;
}

.support-hh {
    background-color: var(--primary-color-dark);
    width: 100%;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 4px;
}

@media screen and (max-width : 559px) {
    .support-hh {
        justify-content: center;
    }
}

.support-hh p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.support-hh p a {
    color: var(--white-color);
}

.support-hh p img {
    width: 17px;
}

.submit-req label {
    display: block;
    font-size: 400 !important;
    font-size: 14px;
    color: var(--primary-color-dark);
}

.submit-req textarea {
    width: 100%;
    border: 1px solid var(--gray-dark);
    border-radius: 4px;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-dark);
}

.submit-req textarea:focus {
    outline: 0;
    box-shadow: none;
}

.quick-link a {
    display: block;
    padding-bottom: 10px;
    color: var(--primary-color-dark);
}

.quick-link a img {
    width: 20px;
}

.resolved {
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 8px;
    margin-top: 10px;
}

.resolved:first-child {
    margin-top: 0;

}

.recent-queries {
    min-height: 100px;
    max-height: 400px;
    overflow-y: auto;
    padding: 20px;
}

.resolved:last-child {
    border-bottom: 0px;
}

.resolved h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--black-color);
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 7px;
}

.resolved .solve {
    font-size: 12px;
    background-color: #dcfce7;
    color: #4b8e64;
    padding: 3px 8px;
    border-radius: var(--border-radius);
}

.resolved .pending {
    font-size: 12px;
    background-color: #fef9c2;
    color: #a57b3e;
    padding: 3px 8px;
    border-radius: var(--border-radius);
}

.resolved p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--gray-dark);
}

.email-listing-ee small {
    word-break: break-all;
}

.email-listing-ee p {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #5a6268 !important;
    margin: 0;
}

.email-listing-ee p span {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    margin-bottom: 0;
}

/* support css end */

/* massage-view css add */
.user-select-dd {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-dark);
    padding: 10px;
    background-color: #FFFFFF80;
}

.res {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #000;
}

.res-2 {
    padding: 23px 10px !important;
    border-bottom: 1px solid #dadada !important;
}

.com-hh {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: space-between;
    flex: 1;
    /* border-left: 1px solid #f0f1f5 ; */
    padding: 10px;
    border-bottom: 1px solid #dadada;
    background-color: var(--theme-color);
}

.confirmed h3 {
    font-size: 15px !important;
    font-weight: 500;
    display: flex;
    gap: 15px;
}

.confirmed p {
    font-size: 13px !important;
    font-weight: 500;
    color: var(--gray-dark);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}


.com-hh img {
    width: 20px;
}

.com-hh .archive {
    font-size: 13px;
    font-weight: 500;
    color: var(--black-color);
    border: 0;
    background-color: transparent;
}

/* massage-view css add */


.chat-header {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.message {
    margin-bottom: 15px;
    max-width: 80%;
}

.user-message {
    background-color: var(--theme-color);
    padding: 10px 15px;
    border-radius: 15px;
    align-self: flex-start;
    float: left;
    clear: both;
}

.response-message {
    background-color: var(--primary-color-dark);
    color: var(--white-color);
    padding: 10px 15px;
    border-radius: 15px;
    align-self: flex-end;
    float: right;
    clear: both;
}

.response-message a {
    color: var(--white-color);
}

.message-time {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
    display: block;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.icon-type {
    width: 20px !important;
}


.dark-th {
    background-color: #f1f0e8 !important;
    color: #000 !important;
    vertical-align: bottom !important;
}

.light-th {
    background-color: #f1f0e8 !important;
    color: #000 !important;
    vertical-align: bottom !important;

}

.light-th-2 {
    background-color: #f1f0e8 !important;
    color: #000 !important;
    vertical-align: middle !important;

}

.td-doller {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.benefits-header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;

    flex-wrap: wrap;
    margin-bottom: 20px;
}

.benefits-header h3 {
    margin: 0;
    font-size: 30px;
}

.create-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 14px;
    color: #000;
    overflow-x: auto;
    border: 0px !important;
}

.create-table table th,
td {
    padding: 4px;
    /* border: 1px solid #ddd !important; */
    text-align: center;
    overflow-wrap: break-word;
    overflow-wrap: anywhere;
}


.create-table table th {
    background-color: #f2f2f2;
    font-weight: bold;
    white-space: nowrap;
}

.status-active {
    color: #28a745;
    font-weight: bold;
}


.edit-card {
    background-color: #f9fafa;
    border: 1px solid rgb(219, 219, 219);
    margin-top: 20px;
    border-radius: 5px;
}

.edit-card table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    margin: 0;
    font-size: 14px;
    border-radius: 5px;
    background-color: #fff;
}

.edit-card table td {
    padding: 10px 15px;
    border: 0px;
    text-align: start;
}

.edit-card table thead {
    border-bottom: 1px solid rgb(219, 219, 219);
}

.edit-card table thead tr th {
    padding: 15px 10px;
    white-space: nowrap;
}

.edit-card table input:focus {
    outline: 0;
    box-shadow: none;
    border-color: rgb(158, 158, 158);
}

.custom-input {
    background-color: var(--theme-color);
    border: 1px solid #cfcfcf;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 7px;
    color: #000;
    width: 130px;
}

.form-select {
     background-color: var(--theme-color);
    border: 1px solid #cfcfcf;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 7px;
    color: #000;
    width: 130px;
}

.form-select:focus {
    outline: 0;
    box-shadow: none;
    border-color: rgb(158, 158, 158);
}

.save-btn {
    background-color: #d4b018;
    border: 0;
    box-shadow: none;
    padding: 4px 60px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modal-col-sav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-custom {
    border-radius: 6px;
    background-color: #f1f0e8;
}

.modal-custom .modal-header {
    align-items: center !important;
    border-bottom: 1px solid #cdcdce;
}

.modal-custom .modal-footer {
    border-top: 0px;
    justify-content: center;
}

.modal-custom .modal-footer p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.heading-m {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding-bottom: 10px;
}

.sub-text {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
}

.bg-color {
    background-color: #e8e8e8;
    padding: 10px;
    border-radius: 5px;
}



.f-rate p {
    margin-bottom: 0;
    border: 1px solid #ccc;
    padding: 7px 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.f-rate p:first-child {
    border-bottom: 0px;
}

.l-b {
    border-left: 0 !important;
}

.header-row {
    background-color: #FFD700;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
}

.secondary-header {
    background-color: #87CEEB;
    font-weight: bold;
    text-align: left;
}

.benefits-table {
    width: 100%;
}

.benefits-table td {
    padding: 4px 12px;
    border: 1px solid #646464;
}

.label-cell {
    background-color: #FFE4B5;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.value-cell {
    background-color: #FFF8DC;
    font-size: 14px;
    font-weight: 400;
    max-width: 150px;
    width: 200px;
}

.ranking-row {
    background-color: #B0E0E6;
    font-style: italic;
    text-align: left;

}

.cursor-pointer {
    cursor: pointer;
    font-weight: bolder;
    white-space: nowrap;
    color: #000;
}

.date-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 10px;
}

.date-input {
    flex: 1;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #FFFFFF80;
}

.radio-btn {
    width: 16px;
    height: 16px;
    margin: 0;
}

.action-kiosk {
    width: 380px;
}

.com-booking thead th {
    white-space: nowrap;
}

.com-booking tbody td {
    padding: 8px 18px !important;
}

.com-booking tbody td:first-child {
    padding-left: 24px !important;
}

.com-booking tbody td:nth-child(2) {
    white-space: nowrap;
}

.com-booking tbody td:nth-child(3) {
    white-space: nowrap;
}

.com-booking tbody td:nth-child(5) {
    text-align: center !important;
}

.waiver-table thead th {
    width: 20%;
}

.heading {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.create-table-2 .tb-cc {
    text-align: center !important;
}

.create-table-2 table .gg-left {
    padding-left: 4px !important;
}

.create-table-2 .bb-add tr td {
    border: 1px solid #ddd !important;
}

.create-table-2 .bb-add tr th {
    border: 1px solid #ddd !important;
}

.security-pass {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.security-pass img {
    width: 16px;
}

.security-pass .password-text h4 {
    font-size: 13px;
    font-weight: 600;
    color: #5a6268;
    margin-bottom: 0;

}

.security-pass .password-text p {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
}

.logo-img-user-profile {
    width: 120px;
    aspect-ratio: 1/1;
    margin: 0 auto 20px;
    border: 2px solid var(--gray-dark);
    border-radius: 50%;
    position: relative;
}

.logo-img-user-profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.event-table .e-listing tr th:first-child {
    width: 30% !important;
}

.event-table .e-listing tr th {
    width: 17.5% !important;
}

.e-body tr td:nth-child(1) {
    white-space: wrap;
    max-width: 250px;
    min-width: 200px;
}

.e-body tr td:nth-child(2) {
    white-space: wrap;
    max-width: 250px;
    min-width: 200px;
}

.e-body tr td {
    white-space: nowrap;
}

.chart-box {
    max-width: 100%;
}

.chart-box img {
    width: 100%;
}

.booking-cc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

@media screen and (max-width : 769px) {
    .booking-cc {
        grid-template-columns: 1fr;
    }

    .range-wrapper .user-review.show {
        margin-left: 0;
        opacity: 1;
    }
}

.book-range-in {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 16px;
}

.card-text-hh {
    font-size: 22px;
    font-weight: 600;
    color: var(--black-color);
    margin: 0;
}

.actions-left-b {
    border-left: 0 !important;
}


.associates-table .assoc-tb tr th:nth-child(1) {
    width: 25%;
}

.associates-table .assoc-tb tr th:nth-child(2) {
    width: 25%;
}

.associates-table .assoc-tb tr th {
    width: 16.3%;
}

.table-four .t-list-f tr th:first-child {
    width: 40% !important;
}

.table-four .t-list-f tr th {
    width: 20% !important;
}

.table-plan .t-list-plan tr th {
    width: 20%;
}

.table-plan .t-list-plan tr th:nth-child(2) {
    width: 60%;
}

.dataTables_wrapper .dataTables_processing {
    background: rgba(0, 0, 0, 0.2) !important;
    padding: 7px 0 !important;
}

.indoor-mab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

@media screen and (max-width : 569px) {
    .indoor-mab {
        align-items: flex-start;
    }
}

.indoor-list h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.prof-shot {
    color: #5a6268 !important;
    font-size: 15px !important;
}

/* .indoor-list p {
    font-size: 15px;
    font-weight: 500;
    color: #5a6268;
    margin-bottom: 0;
}

*/
.indoor-list p span {
    color: #000;
}

.indoor-user {
    width: 100px;
    flex: 0 0 100px;
    height: 100px;
    background-color: var(--theme-color);
    border-radius: 5px;
}

.user-gun-image {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.indoor-user img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.time-event {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
    width: 100%;
    padding: 0 8px;
}

@media screen and (max-width :992px) {
    .time-event {
        grid-template-columns: 1fr;
    }
}

.set-time-hours h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.set-time-hours .s-k p {
    font-size: 15px;
    font-weight: 500;
    color: #5a6268;
    margin-bottom: 0
}

.set-time-hours .s-k label {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    margin-bottom: 0;
}

.label-new {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #5a6268 !important;
}

.label-new label {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--black-color) !important;
    margin-bottom: 0 !important;
}

.text-new {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--black-color) !important;
    margin-bottom: 0 !important;
}

.set-con {
    display: flex;
    align-items: center;
    gap: 15px;
}


.setting-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px 0;
}

.setting-item:first-child {
    padding-top: 0;
}


.setting-label {
    font-size: 14px;
    color: #555;
}

/* Toggle Switch Styles */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e2e2;
    transition: .3s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .3s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: var(--primary-color-dark);
}

input:checked+.slider:before {
    transform: translateX(20px);
}


.new-view .card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.new-view .info-row {
    display: flex;
    margin-bottom: 16px;
    align-items: flex-start;
}

.new-view .info-row:last-child {
    margin-bottom: 0;
}

.new-view .label {
    width: 110px;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #5a6268 !important;
    margin: 0;
    flex-shrink: 0;
}

.new-view .value {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    margin-bottom: 0;
    flex-grow: 1;
}

.new-view .status-badge {
    display: inline-flex;
    align-items: center;
    background-color: rgba(52, 199, 89, 0.15);
    color: #34c759;
    border-radius: 12px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
}

.new-view .status-badge::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #34c759;
    border-radius: 50%;
    margin-right: 6px;
}

/* Responsive styles */
@media (max-width: 768px) {
    .new-view .card {
        padding: 20px;
    }
}

@media (max-width: 640px) {
    .new-view .info-row {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .new-view .label {
        margin-bottom: 6px;
        font-weight: 500;
    }
}

@media (max-width: 480px) {
    .new-view .card {
        padding: 16px;
        border-radius: 8px;
    }

    .new-view body {
        padding: 10px;
    }

    .new-view .label,
    .value {
        font-size: 13px;
    }
}

.last-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}

.last-view p {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}


/* news card */


.new-view .content-section {
    padding: 15px 0;
}

.new-view h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.new-view p {
    font-size: 14px;
    margin-bottom: 16px;
    color: #4a4a4a;
}

.new-view p:last-child {
    margin-bottom: 0;
}

.new-view .highlight-box {
    background-color: #f0f4f8;
    border-left: 4px solid var(--primary-color-dark);
    padding: 30px 16px;
    margin: 20px 0 0;
}

.new-view .highlight-box p {
    margin-bottom: 0;
}

.dataTables_wrapper .dataTables_processing {
    background: rgba(0, 0, 0, 0.2) !important;
    padding: 7px 0 !important;
}

.notification-item .card-title {
    font-weight: 600;
}

.notification-item .card-text {
    margin-bottom: 0;
    font-size: 14px;
}

.filter-users-select {
    padding: 20px 20px 0;
}

.filter-select-option {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-control:focus {
    border-color: #ced4da !important;
}

.type-nowrap tr td:nth-child(4) {
    white-space: nowrap;
}

.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.top-spenders-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-spenders-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid var(--gray-color);
}

.top-spenders-list li:last-child {
    border-bottom: none;
}

.spender-name {
    font-weight: 500;
    color: var(--primary-color-dark);
}

.spender-amount {
    font-weight: 600;
    color: var(--primary-color);
}

/* Dashboard Chart Styles */
.card-header {
    font-size: 1rem !important;
    font-weight: 600;
}

.bg-dark {
    background-color: #f8f8f4 !important;
    color: #5a6268 !important;
    font-size: 13px !important;
    border-radius: 4px;
}

/* .bg-secondary {
    background-color: #f9fafb !important;
}

*/
.btn-primary {
    background-color: #4a90e2;
    border: none;
}

.coming {
    color: #333;
}

h2 {
    font-size: 2rem;
    color: #333;
}

.chart-box {
    position: relative;
    height: 300px;
    width: 100%;
}

.chart-box canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.filter-daterange {
    min-width: 200px;
}

.filter-daterange .form-control {
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #ddd;
    /* background-color: #fff; */
}

input {
    border: 1px solid #cfcfcf !important;
}

.form-control {
    background-color: var(--theme-color);
    border: 1px solid #cfcfcf;
}

.form-control:focus {
    background-color: var(--theme-color);
}

.filter-daterange .form-control:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
}

.book-range-in-2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 10px), 1fr));
    gap: 10px;
}

@media (max-width: 767px) {
    .book-range-in-2 {
        grid-template-columns: 1fr;
    }
}

.name-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    margin-bottom: 0;
}

.graph-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); */
    gap: 20px;
}

/* .graph-card .card:nth-child(5) {
    grid-column: 1 / span 2;
}

.graph-card .card:nth-child(6) {
    grid-column: 3 / -1;
}

*/

@media screen and (max-width : 1192px) {
    .graph-card {

        grid-template-columns: 1fr;
    }


    .graph-card .card:nth-child(6) {
        grid-column: 1 / -1;
    }

    .graph-card .card:nth-child(5) {
        grid-column: 1 / -1;
    }

}


.h-t-g {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

.h-t-g h3 {
    padding-right: 10px;
}

.card-header::after {
    display: none;
}

.bg-pink-light {
    background-color: #FFFFFF80;
}

.card-footer {
    padding-bottom: 0;
}

.indoor-list {
    display: flex;
    flex-direction: column;
    min-height: 100px;
    max-height: 200px;
    overflow: hidden;
}

.profile-list-set label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #5a6268 !important;
    margin-bottom: 0;
}

.profile-list-set p {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    margin-bottom: 8px;
}

@media screen and (min-width : 769px) {
    .res-pass-back {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }
}

.card-body .progress-bar {
    border-radius: 20px;
}

.card-body .progress {
    border-radius: 20px;
}

.t-s-b {
    font-size: 18px;
    font-weight: 600;
}

.range-table .range-body tr td,
th {
    white-space: nowrap;
}


.range-wrapper {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    /* gap: 10px; */
}



.range-wrapper .user-review {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    height: calc(100vh - 130px);
    padding: 10px;
    overflow-y: auto;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    margin-left: -300px;
    border: 1px solid #dadada;
    background-color: #FFFFFF80;
    border-radius: 5px 0 0 5px;

}

/* Class to show/hide sidebar */
.range-wrapper .user-review.show {
    margin-left: 0;
    opacity: 1;
}



@media screen and (max-width : 992px) {
    .range-wrapper {
        flex-direction: column;
    }

    .range-wrapper .user-review {
        max-width: 100%;
        border: 0px;
        border-radius: 0;
    }
}

.user-review .searching-user {
    position: relative;
    width: 100%;
}

.user-review .searching-user input {
    width: 100%;
    padding: 12px 10px 12px 35px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #dadada;
    background-color: #FFFFFF80;
}

.user-review .searching-user input:focus {
    outline: 0;
    box-shadow: none;
}

.user-review .searching-user img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}

.user-listing {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-listing .rp-l h4 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.user-listing .rp-l a {
    font-size: 12px;
    color: gray;
}

.user-listing .rp-2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-listing .rp-2 p {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.user-listing .rp-2 p img {
    width: 20px;
}

.user-listing .rp-2 p:last-child {
    border: 1px solid grey;
    padding: 10px;
    border-radius: 4px;

}

/*  */
.schedule-container {
    margin-top: 1px;
    margin-top: 10px;
}

.schedule-card {
    /* background-color: #eff3f4; */
    /* border-radius: 4px; */
    /* border: 1px solid #dadada; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 8px;
    margin-bottom: 5px;
}

.schedule-card:hover {
    background-color:#858585;
    cursor: pointer;
    border-radius: 4px;
}

.schedule-card.active-card {
    background-color: #e3e3e3;

}

.schedule-card .left-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.schedule-card .left-icon img {
    width: 40px;
}

.schedule-card .left-icon p {
    align-self: flex-start;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.schedule-card .left-icon h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.schedule-card .left-icon h4 span {
    font-size: 13px;
    font-weight: 500;
    color: #717068;
    display: block;
    padding-top: 5px;
}
.schedule-card:hover h4{
    color: var(--white-color);
}
.schedule-card:hover h4 span{
    color: var(--white-color);
}

.right-box {
    background-color: #d1d5db;
    border-radius: 10px;
    padding: 3px 10px;
    margin-top: 4px;

}

.active-card .right-box {
    background-color: #1d2a3d;

}

/* .schedule-card.active-card {
    border: 2px solid #6e1d1f;
} */

.right-box p {
    font-size: 10px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

.active-card .right-box p {

    color: #fff;

}

.right-box img {
    width: 20px;
}

.listing-w {
    background-color: #1a2a3f;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 13px;
    gap: 5px;
    margin-top: auto;
}

.listing-w img {
    width: 20px;
}

/*  */
.range-wrapper-body {
    flex: 1;
    overflow-y: auto;
    transition: all 0.5s ease-in-out;
    background-color: #FFFFFF80;
    border-radius: 0px 5px 5px 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #d2d2d2;
    height: calc(100vh - 130px);
    border-left: 0px;
}

@media screen and (max-width : 992px) {
    .range-wrapper-body {
        width: 100%;
        border-radius: 0;
    }
}

.header-body {
    background-color: #FFFFFF80;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f0f1f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.header-body .cross__icon {
    width: 60px;
    height: 100%;
    padding: 10px 10px 10px 15px;


}

.header-body .cross__icon img {
    width: 100%;
}

.header-body h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.massage-text {
    margin-top: auto;
    /* margin-bottom: 10px; */
    padding: 10px;
}

.mass-text {
    height: calc(100vh - 60px - 210px);
    overflow-y: auto;
    padding: 10px;
}

.box-cc {
    background-color: #dbdbdb;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    min-height: 50px;
}

.box-cc .box-ff {
    display: flex;
    align-items: center;
    gap: 10px;
}

.box-cc .box-ff img {
    width: 40px;
    aspect-ratio: 1/1;
    border-radius: 5px;
    object-fit: cover;
    display: none;
}

.box-cc .time {
    color: #aaaaaa;
    text-align: right;
}

.box-ss {
    background-color: #e6e6e6;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    min-height: 50px;
}

.box-ss .box-ff {
    display: flex;
    gap: 10px;
}

.box-ss .box-ff p {
    text-align: right;
    width: 100%;
}

.box-ss .time {
    color: #aaaaaa;
    text-align: left;
}

.mass-text p {
    font-size: 14px;
    font-weight: 600;
    color: #2c333c;
}

.mass-btn {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.mass-btn textarea {
    width: 100%;
    background-color: #f0f1f5;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #2c333c;
    padding: 10px;
}

.mass-btn textarea:focus {
    outline: 0;
}

.m-send {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #1a2a3f;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
}

.m-send img {
    width: 30px;
}

.image-upload {
    padding: 10px;
}

.image-listing {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


.attachment {
    width: 65px;
    height: 65px;
    background-color: var(--theme-color);
    border-radius: 6px !important;
    border: 0;
    overflow: hidden;
    margin-top: 10px;
}
.attachment a {
    width: 100%;
    height: 100%;
    display: flex;
}
.attachment a img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.attachment video {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.notifications-list {
    display: grid;
    gap: 10px;
}

@media screen and (max-width : 992px) {
    .text-width {
        width: 200px;
    }
}

.range-table .range-table-width-set tr th:nth-child(1){
    width: 150px;
}
.range-table .range-table-width-set tr th:nth-child(2){
    width: 300px;
}
.range-table .range-table-width-set tr th:nth-child(4){
    width: 200px;
}
