@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
body {
    font-family: var(--bs-font-sans-serif);
}
.justify-items-end {
    justify-items: end !important;
}
.justify-items-center {
    justify-items: center !important;
}
.fs-7 {
    font-size: 14px !important;
}
.fs-8 {
    font-size: 12px !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.w-100vw {
    width: 100vw;
}
.h-100vh {
    height: 100vh;
}
.h-fit-content {
    height: fit-content;
}
.box-shadow {
    box-shadow: 0 6px 30px rgb(182 186 203 / 30%);
}
.d-content {
    display: contents;
}
.white-space-nowrap {
    white-space: nowrap;
}
.object-fit-cover {
    object-fit: cover;
    object-position: center;
}
.object-fit-contain {
    object-fit: contain;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
td {
    vertical-align: middle;
    padding: 1rem 0.5rem !important;
}
.btn-rounded {
    border-radius: var(--border-radius);
}
.form-check,
.form-floating,
.form-group {
    margin-bottom: 1rem;
}
:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
input::placeholder {
    font-size: 14px;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-switch-success .form-check-input:checked {
    background-color: var(--bs-success);
    border-color: var(--bs-success);
}
.form-check-input-secondary:checked {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}
.cursor-pointer {
    cursor: pointer;
}
.hw-70 {
    width: 70px;
    height: 70px;
}
.overflow-auto {
    overflow: auto;
}
.border-radius {
    border-radius: var(--border-radius);
}
div.dataTables_scroll {
    margin: 1.5rem 0;
}
div.dataTables_filter {
    display: flex;
    justify-content: end;
}
div.dataTables_filter label {
    margin: 0 0.5rem;
}
.btn-custom-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    color: var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    padding: 6px;
}
.btn-custom-primary:active,
.btn-custom-primary:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.15);
}
.btn-custom-danger {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    color: var(--bs-danger);
    background-color: rgba(var(--bs-danger-rgb), 0.1);
    padding: 6px;
}
.btn-custom-danger:not(:disabled):active,
.btn-custom-danger:not(:disabled):hover {
    color: var(--bs-danger);
    background-color: rgba(var(--bs-danger-rgb), 0.15);
}
form span.text-danger {
    font-size: 14px;
}
.avatar-xxl {
    border-radius: var(--border-radius);
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
}
.search-input {
    margin-right: 1rem;
}
.date-range-picker:not(.border-primary)::placeholder {
    color: #fff;
}
.date-range-picker::placeholder {
    color: #000;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}
#status {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.auth-main-content {
    width: 100%;
    position: absolute;
    z-index: 9;
}
.auth-main-content main {
    text-align: center;
}
.circles-backgound-area {
    background: var(--bs-white);
    background: -webkit-linear-gradient(
        to left,
        var(--bs-white),
        var(--bs-white)
    );
    height: 100vh;
}
.circles-backgound-area .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circles-backgound-area .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(var(--bs-secondary-rgb), 0.3);
    animation: animate 25s linear infinite;
    bottom: -150px;
}
.circles-backgound-area .circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles-backgound-area .circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles-backgound-area .circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles-backgound-area .circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles-backgound-area .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles-backgound-area .circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles-backgound-area .circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles-backgound-area .circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles-backgound-area .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles-backgound-area .circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {
    0% {
        transform: translateY(0) rotate(0);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
.auth-bg {
    width: 100vw;
    height: 100vh;
}
.auth-bg .auth-wrapper {
    padding: 50px;
    overflow: hidden;
}
.auth-bg .auth-wrapper .logo {
    display: flex;
    justify-content: center;
    max-height: 50px;
    width: auto;
    margin-bottom: 1.5rem;
}
.auth-bg .auth-wrapper .or_section {
    display: flex;
    align-items: center;
    margin: 1rem;
}
.auth-bg .auth-wrapper .or_section .line {
    flex: 1;
    border-bottom: 1px solid var(--bs-gray-400);
}
.auth-bg .auth-wrapper .or_section p {
    padding: 0 1rem;
    font-size: 12px;
}
.auth-bg .auth-wrapper form .otp-input {
    display: flex;
    gap: 15px;
}
.auth-bg .auth-wrapper form input.otp {
    width: 90px;
    height: 38px;
    text-align: center;
}
.navbar {
    max-width: 17.25rem;
    height: calc(100vh - 6rem);
    overflow-y: auto;
    scrollbar-width: none;
    position: fixed;
    left: 0;
    top: 80px;
    bottom: 0;
    z-index: 999;
    background: #fff;
}
.navbar::-webkit-scrollbar {
    display: none;
}
.navbar .logo {
    display: flex;
    padding: 1rem;
    margin: 0 auto;
    position: fixed;
    top: 0;
}
.navbar .navbar-wrapper {
    width: 17.25rem;
    height: calc(100vh - 6rem);
    padding: 0 1rem;
    margin-top: 0;
}
.navbar .navbar-wrapper .navbar-nav .nav-item.active,
.navbar .navbar-wrapper .navbar-nav .nav-item:hover {
    color: var(--bs-secondary);
    background: rgba(var(--bs-secondary-rgb), 0.15);
}
.navbar .navbar-wrapper .navbar-nav .nav-item.active svg,
.navbar .navbar-wrapper .navbar-nav .nav-item:hover svg {
    stroke: var(--bs-secondary);
}
.navbar .navbar-wrapper .navbar-nav .nav-item {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0 0 8px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-decoration: none;
    min-width: 0;
    box-sizing: border-box;
    text-align: left;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    padding: 10px;
    z-index: 1201;
    color: var(--bs-gray-600);
    border-radius: var(--border-radius);
}
.navbar .navbar-wrapper i {
    width: 25px;
    font-size: 18px;
}
.navbar .navbar-wrapper .navbar-nav .nav-item .nav-link {
    padding: 0;
}
.navbar .navbar-wrapper .navbar-nav .nav .nav-item {
    padding: 8px 16px 8px 48px;
    font-size: 14px;
}
.navbar .navbar-wrapper .navbar-nav .nav .nav-item:hover {
    background: 0 0;
}
.navbar .navbar-wrapper .navbar-nav .nav .nav-item .nav-link {
    color: var(--bs-muted);
}
.navbar .navbar-wrapper .navbar-nav .nav .nav-item .nav-link.active,
.navbar .navbar-wrapper .navbar-nav .nav .nav-item .nav-link:hover {
    color: var(--bs-secondary);
    font-weight: 500;
}
header {
    background-color: #fff;
    box-shadow: none;
    background-image: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: auto;
    right: 0;
    color: inherit;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
header {
    position: sticky;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 50px;
    padding: 16px;
}
header .right-side-wrapper {
    width: 18.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .right-side-wrapper .toggle-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: Poppins;
    line-height: 1;
    user-select: none;
    cursor: pointer;
    border-radius: var(--border-radius);
    width: 34px;
    height: 34px;
    font-size: 1.2rem;
    overflow: hidden;
    border: 0;
    transition: all 0.2s ease-in-out 0s;
    background: rgba(var(--bs-secondary-rgb), 0.2);
    color: #5e35b1;
}
header .right-side-wrapper .toggle-icon-wrapper svg {
    stroke: var(--bs-secondary);
}
header .search-box {
    margin: 0 1rem;
    position: relative;
}
header .search-box form svg {
    position: absolute;
    right: 5%;
    top: 30%;
}
header .nav-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .nav-icons .nav-item {
    margin: 0 0.5rem;
}
header .nav-icons .currency-icon,
header .nav-icons .notification-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    background: rgba(var(--bs-secondary-rgb), 0.2);
}
header .nav-icons .language-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    background: rgba(var(--bs-primary-rgb), 0.2);
}
header .nav-icons .profile-icon img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-radius);
}
header .nav-icons .dropdown .dropdown-menu .dropdown-item:hover {
    color: var(--bs-secondary);
    background: rgba(var(--bs-secondary-rgb), 0.2);
}
header .nav-icons .dropdown .dropdown-menu .dropdown-item:hover svg {
    stroke: var(--bs-secondary) !important;
}
header .nav-icons .dropdown-menu .notifications {
    display: flex;
    padding: 1rem;
}
header .nav-icons .dropdown-menu .notifications .notification-avatar {
    display: flex;
    justify-content: space-between;
    width: -webkit-fill-available;
}
header .nav-icons .dropdown-menu .notifications .notification-header {
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .nav-icons .dropdown-menu .notifications .notification-body {
    margin: 0 1rem;
}
header .nav-icons .dropdown-menu .notifications:hover {
    background: rgba(var(--bs-primary-rgb), 0.1);
}
.content-wrapper {
    margin-left: 17.25rem;
    width: -webkit-fill-available;
    min-height: 100vh;
    padding: 1rem;
    border-radius: var(--border-radius);
    background: rgba(var(--bs-primary-rgb), 0.1);
}
.card {
    border: var(--border-default);
}
.dashboard .earning-card {
    background: var(--bs-secondary);
    overflow: hidden;
    border: 0;
}
.dashboard .earning-card::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    background: rgb(var(--bs-primary-rgb));
    border-radius: 50%;
    top: -125px;
    right: -15px;
    opacity: 0.5;
}
.dashboard .earning-card::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    background: rgb(var(--bs-primary-rgb));
    border-radius: 50%;
    top: -85px;
    right: -95px;
}
.dashboard .earning-card .earning-icon {
    background: rgb(var(--bs-primary-rgb));
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    padding: 0.5rem;
}
.dashboard .confirm-booking-card,
.dashboard .pending-booking-card {
    background: var(--bs-primary);
    overflow: hidden;
    border: 0;
}
.dashboard .confirm-booking-card::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    background: rgb(var(--bs-secondary-rgb));
    border-radius: 50%;
    top: -125px;
    right: -15px;
    opacity: 0.5;
}
.dashboard .confirm-booking-card::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    background: rgb(var(--bs-secondary-rgb));
    border-radius: 50%;
    top: -85px;
    right: -95px;
}
.dashboard .pending-booking-card::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    background: linear-gradient(
        140.9deg,
        #90caf9 -14.02%,
        rgba(144, 202, 249, 0) 77.58%
    );
    border-radius: 50%;
    top: -160px;
    right: -130px;
}
.dashboard .pending-booking-card::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    background: linear-gradient(
        210.04deg,
        #90caf9 -50.94%,
        rgba(144, 202, 249, 0) 83.49%
    );
    border-radius: 50%;
    top: -30px;
    right: -180px;
}
.dashboard .confirm-booking-card .confirm-booking-icon,
.dashboard .pending-booking-card .pending-booking-icon {
    background: rgb(var(--bs-secondary-rgb));
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    padding: 0.5rem;
}
.dashboard .cancel-booking-card {
    background: var(--bs-white);
    overflow: hidden;
    border: 0;
}
.dashboard .cancel-booking-card::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    background: linear-gradient(
        140.9deg,
        #ffc107 -14.02%,
        rgba(144, 202, 249, 0) 70.5%
    );
    border-radius: 50%;
    top: -160px;
    right: -130px;
}
.dashboard .cancel-booking-card::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    background: linear-gradient(
        210.04deg,
        #ffc107 -50.94%,
        rgba(144, 202, 249, 0) 83.49%
    );
    border-radius: 50%;
    top: -30px;
    right: -180px;
}
.dashboard .cancel-booking-card .cancel-booking-icon {
    background: #fff8e1;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    padding: 0.5rem;
    margin-bottom: 1rem;
}
.dashboard .cancel-booking-card .cancel-booking-icon svg {
    stroke: #ffc107;
}
.dashboard .total-booking-chart .dropdown-menu .dropdown-item:hover,
.dashboard .total-income-chart .dropdown-menu .dropdown-item:hover {
    color: var(--bs-secondary);
    background: rgba(var(--bs-secondary-rgb), 0.2);
}
.dashboard .confirm-booking-card .booking-filter,
.dashboard .earning-card .income-filter {
    background-color: transparent;
    color: #fff;
}
.dashboard .confirm-booking-card .booking-filter option,
.dashboard .earning-card .income-filter option {
    color: #2c3e50;
}
.bg-gray {
    background-color: var(--bs-gray-100);
}
.intl-tel-input {
    display: table-cell;
}
.intl-tel-input .selected-flag {
    z-index: 4;
}
.intl-tel-input .country-list {
    z-index: 5;
}
.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}
.complete-pill,
.reply-pill {
    color: rgba(33, 150, 243, 1) !important;
    background-color: #e3f2fd !important;
}
.partial-pill {
    color: rgba(94, 53, 177, 1) !important;
    background-color: #ede7f6 !important;
}
.dome-img {
    position: relative;
    display: inline-block;
}
.dome-img img {
    width: 120px;
    height: 70px;
}
.dome-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(var(--bs-secondary-rgb), 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.dome-img:hover .dome-img-overlay {
    opacity: 1;
}
.delete-icon {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    transition: transform 0.3s ease;
}
.delete-icon:hover {
    color: #fff;
    transform: scale(1.4);
}
.extend-time-only .d-none + label {
    font-weight: 700;
}
.extend-time-only .d-none.main-slots:checked + label {
    color: #fff !important;
    background-color: var(--bs-primary);
}
.extend-time-only .d-none.new-slot-radio + label {
    border: 1px solid transparent;
}
.extend-time-only .d-none.new-slot-radio:checked + label {
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-primary-rgb);
}
.btn-gear-custom i {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.main-slots:checked + label,
.main-slots:not(:disabled):hover + label {
    color: #fff !important;
    background-color: var(--bs-primary) !important;
}
.new-slot-radio:checked + label,
.new-slot-radio:not(:disabled):hover + label {
    border: 2px solid var(--bs-secondary) !important;
}
.new-slot-radio + label {
    border: 1px solid #ccc;
}
.iti__flag-container {
    pointer-events: none !important;
}
.btn.dropdown-toggle.btn-light:not(.show) {
    border: 1px solid lightgray;
}
.ui-menu .ui-menu-item {
    width: 167.5px !important;
}

.system-mode-switch {
    position: relative;
    width: 220px;
    height: 34px;
    display: block;
    margin: auto;
}
.system-mode-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 30px;
}
.system-mode-switch .slider::before {
    position: absolute;
    content: "";
    height: 24px;
    width: 100px;
    top: 5px;
    left: 5px;
    border-radius: 30px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: var(--bs-box-shadow-sm);
}

.system-mode-switch .slider .slider_text {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    width: 100%;
    text-align: center;
}

.system-mode-switch .slider .slider_text > span {
    width: 50%;
    display: block;
    float: left;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.system-mode-switch input:checked + .slider::before {
    -webkit-transform: translateX(110px);
    -ms-transform: translateX(110px);
    transform: translateX(110px);
}

.custom-popover {
    border-color: rgb(var(--bs-secondary-rgb));
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
    border-top-color: rgb(var(--bs-secondary-rgb));
}
