:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #ea5455;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #81c681;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #090d44;
    --bs-secondary: #e2c66b;
    --bs-success: #81c681;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: Flatium Sans, Helvetica, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        'Liberation Mono', 'Courier New', monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
    --star-size: 20px;
    --star-color: #d8d8d8;
    --star-background: #fecf54;
}

ul {
    padding: 0;
}

a {
    color: var(--bs-blue);
    text-decoration: none;
}

body {
    font-family: Flatium Sans, Helvetica, sans-serif !important;
    font-size: 12pt;
    background-color: #f2f2f7;
}
.text-primary {
    color: var(--bs-primary) !important;
}
.text-secondary {
    color: var(--bs-secondary) !important;
}
.pointer {
    cursor: pointer;
}

.logo_header img {
    width: 205px;
}
.text-danger {
    color: var(--bs-red);
}
.menu_nav {
    /* float: right; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0;
    transition: all 0.3s;
    box-shadow: rgb(16 25 40 / 10%) 0px 1px 20px 0;
    position: sticky;
    background: #fff;
}

.signUpButton {
    color: var(--bs-primary);
    background: var(--bs-secondary);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.4px;
    font-weight: 700 !important;
    padding: 14px 24px;
    margin-left: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--bs-primary);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.btn {
    padding: 0.675rem 0.75rem;
    font-weight: 400;
}

.salon-card {
    border-radius: 8px;
    width: 100%;
    text-decoration: none;
    color: var(--bs-primary);
    border: none;
    box-shadow: rgb(16 25 40 / 8%) 0px 4px 8px 0px;
}

.salon-card .card-body {
    padding: 1.5rem 1.5rem;
}

.smart-card {
    border-radius: 8px;
    width: 100%;
    text-decoration: none;
    color: var(--bs-primary);
    border: none;
    font-size: 12pt;
    box-shadow: rgb(16 25 40 / 8%) 0px 4px 8px 0px;
}

.smart-card .card-body {
    padding: 1.5rem 1.5rem;
}

.bfb-card {
    border-radius: 8px;
    width: 100%;
    text-decoration: none;
    color: var(--bs-primary);
    border: none;
    font-size: 12pt;
    box-shadow: rgb(16 25 40 / 8%) 0px 4px 8px 0px;
}

.bfb-card .card-body {
    padding: 1.5rem 1.5rem;
}

.bfb-card .card-title {
    padding: 10px 0px 0px 20px;
}

.listings .salon-active {
    border: 1px solid var(--bs-primary);
}
.salon-card img.salon-logo {
    height: 200px;
    object-fit: cover;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.salon-card .card-img,
.salon-card .card-img-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.salon-card .salon-card-address {
    color: var(--bs-gray);
    margin-bottom: 5px;
    font-size: 14px;
}

.active-salon-card {
    border: 2px solid var(--bs-primary) !important;
}

.salon-card #salon-distance-wrap {
    position: absolute;
    top: 170px;
    right: 0;
    padding: 5px 10px;
    background-color: rgb(0, 0, 0, 0.4);
}

.salon-card .salon-location {
    float: right;
    font-weight: normal;
    color: var(--bs-white);
    font-size: 10pt;
}

.review-stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}
.review-stars::before {
    content: '★★★★★';
    letter-spacing: 0px;
    background: linear-gradient(
        90deg,
        var(--star-background) var(--percent),
        var(--star-color) var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.marker {
    background-image: url('../images/maker.svg');
    background-size: cover;
    width: 40px;
    height: 40px;
    /* border-radius: 50%; */
    cursor: pointer;
}

/* Marker tweaks */
.mapboxgl-popup {
    padding-bottom: 50px;
}

.mapboxgl-popup-close-button {
    display: none;
}
.mapboxgl-popup-content {
    font: 400 15px/22px Flatium Sans, Helvetica, sans-serif;
    padding: 0;
    width: 260px;
    border-radius: 8px;
}

.mapboxgl-popup-content h5 {
    background: #090d44;
    color: #fff;
    margin: -15px 0 0;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    font-weight: 700;
    font-size: 10pt;
}

.mapboxgl-popup-content div {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.mapboxgl-popup-content div.popup_image img {
    object-fit: cover;
    width: 100%;
    height: 150px;
    border-radius: 8px 8px 0 0;
}

.mapboxgl-popup-content div.popup_image div.popup_rating .review-stars {
    position: absolute;
    padding: 3px;
    background: #fff;
    border-radius: 5px;
    margin: 5px;
}

.mapboxgl-popup-content div.popup_image div.popup_rating .popup_review_text {
    font-size: 10pt;
    font-family: var(--bs-font-sans-serif);
}

.mapboxgl-popup-content div.popup_content {
    padding: 10px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 15px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
    border-bottom-color: #91c949;
}

#map {
    width: 100%;
    max-height: calc(100vh - 163px);
    min-height: calc(100vh - 163px);
    border-radius: 8px;
    top: 110px;
    position: sticky;
}

.owl-carousel {
    display: block;
}

.btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-primary:hover {
    color: var(--bs-primary);
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    box-shadow: none;
}

.btn-primary:focus {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-booking-float {
    transition: opacity 0.15s ease-in-out;
    line-height: 55px;
    letter-spacing: 2px;
    font-weight: 600;
    color: var(--bs-primary);
    background-color: var(--bs-white);
    border-color: var(--bs-white);
    padding: 0 50px;
}

.btn-booking-float:hover,
.btn-booking-float:focus {
    color: var(--bs-primary);
    background-color: var(--bs-white);
    border-color: var(--bs-white);
}

.btn-booking-float:disabled {
    color: var(--bs-primary);
    background: #ccc;
    cursor: not-allowed;
}

.btn:focus {
    box-shadow: none;
}

.salon-info-text {
    line-height: 20px;
}

.salon-slider-wrap .salon-slider img {
    height: 520px;
    object-fit: cover;
}

.salon-slider .slick-arrow.slick-next {
    background-image: url(/statics/front/images/arr_next.svg);
    right: 10px;
}

.salon-slider .slick-arrow.slick-prev {
    background-image: url(/statics/front/images/arr_prev.svg);
    left: 10px;
}
.salon-slider .slick-arrow {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    opacity: 1;
    transition: all 0.5s;
    z-index: 1;
}

.salon-slider .slick-list {
    border-radius: 0px 8px 8px 0px;
    box-shadow: rgb(16 25 40 / 8%) 0px 4px 8px 0px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.salon-card-fixed-height {
    border-radius: 8px 0px 0px 8px;
    width: 100%;
    text-decoration: none;
    color: var(--bs-primary);
    border: none;
    box-shadow: rgb(16 25 40 / 8%) 0px 4px 8px 0px;
    height: 520px;
    max-height: 520px;
}

.salon-information {
    margin-top: 10px;
    line-height: 18px;
}

.salon-information dl {
    margin-bottom: 0;
    display: flex;
    margin-top: 5px;
}

.salon-information dt {
    width: 30px;
}

.salon-information dt .salon-info-icon,
.salon-open-wrap .salon-open dt .salon-info-icon {
    width: 20px;
    margin-top: -2px;
}

hr {
    background-color: #ccc;
}

.salon-open-wrap .salon-open dl {
    display: flex;
    margin: 0;
}

.salon-open-wrap .salon-open dt {
    width: 30px;
}

.salon-open-wrap .salon-open-list dl {
    justify-content: space-between;
    opacity: 0.8;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: calc(100% - 30px);
    margin-left: 30px;
    font-size: 13px;
}

.salon-open-wrap .salon-open .icon-down {
    margin-left: 15px;
    width: 12px;
    transition: all 0.3s;
    margin-top: -10px;
}

.salon-open-wrap .salon-open.active .icon-down {
    transform: rotate(180deg);
}

.salon-open-wrap .salon-open {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.salon-open-wrap .collapse dl.active {
    font-weight: 700;
}

.salon-open-wrap .salon-open .icon-down img {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.salon-booking-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.flex-box.space {
    justify-content: space-between;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;
}

.salon-services-list dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin: 0;
}

.salon-services-list dl dt {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 80px);
}

.salon-services-list dl dd {
    width: 120px;
    text-align: right;
    font-weight: 700;
    white-space: nowrap;
}

.salon-services-list .service-detail {
    display: flex;
    flex-wrap: wrap;
}

.salon-services-list .service-detail .service-text {
    display: block;
    margin-left: 10px;
    line-height: 20px;
    align-self: center;
}

.salon-services-list .service-detail .service-time {
    color: #a5a5a5;
    font-weight: normal;
    font-size: 14px;
}

.salon-services-list dl dt .service-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.salon-staffs-list .item {
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    padding: 5px;
    width: calc(100% / 2);
}

.salon-staffs-list .item .staff-image {
    width: 100px;
    margin: auto;
}

.salon-staffs-list .item .staff-image .staff-image-item {
    padding-top: 100%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    display: block;
    border: 2px solid var(--bs-white);
    transition: border 0.15s ease-in-out;
}

.salon-staffs-list .item .staff-image .staff-image-item img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 50%;
}

.salon-staffs-list .item .staff-image .staff-image-item:hover {
    border: 2px solid var(--bs-primary);
}

.salon-staffs-list .item .staff-name {
    margin-top: 10px;
}

.salon-reviews-list .salon-reviews-title {
    margin-top: 20px;
    font-weight: 700;
}

.salon-reviews-list .filter input:checked + label:before {
    background: #001931;
}

.salon-reviews-list .filter label:after,
.salon-reviews-list .filter label:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #ddd;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all 0.3s;
}

.salon-reviews-list .filter input:checked + label:after {
    opacity: 1;
    transform: scale(0.4);
}
.salon-reviews-list .filter label:after {
    background: #fff;
    opacity: 0;
}

.salon-reviews-list .filter {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    gap: 24px 0px;
    position: relative;
    align-items: center;
    margin-bottom: 15px;
}

.salon-reviews-list .filter input {
    margin-right: 10px;
}

.salon-reviews-list .filter label {
    display: flex;
}

.salon-reviews-list .filter .progress {
    width: 160px;
    align-self: center;
    margin-left: 20px;
}

.salon-reviews-list .review-stars {
    margin-left: 10px;
}

.salon-reviews-list .salon-review-scores {
    margin-left: 10px;
}

.progress-bar-review {
    background-color: var(--star-background);
}

.salon-review-item {
    margin-bottom: 20px;
}

.salon-review-item-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
}

.salon-review-item-header .salon-review-item-image {
    -webkit-box-flex: 0;
    flex-grow: 0;
    margin-right: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.salon-review-item-header .salon-review-item-data {
    -webkit-box-flex: 0;
    flex-grow: 0;
    margin-right: 16px;
    -webkit-box-align: center;
    align-items: center;
}

.salon-review-item-header .salon-review-item-data .salon-review-item-name {
    font-weight: 700;
}

.salon-review-item-header .salon-review-item-data .salon-review-item-date {
    color: #a5a5a5;
}

.salon-review-item-header .salon-review-item-image img {
    width: 56px;
    height: 56px;
    object-fit: cover;
}

.salon-review-item-content {
    margin-top: 15px;
}

footer {
    padding-top: 5em;
    padding-bottom: 2em;
}

.footer-02 {
    background: #fff;
}

.footer-02 a {
    text-decoration: none;
}
.footer-02 .footer-heading {
    font-size: 19px;
    color: var(--bs-primary);
    margin-bottom: 20px;
}
.footer-02 .footer-heading .logo {
    color: var(--bs-primary);
    text-transform: uppercase;
}
.footer-02 a {
    color: var(--bs-primary);
}
.footer-02 p {
    color: var(--bs-primary);
}
.footer-02 .copyright {
    color: var(--bs-gray);
    font-size: 14px;
    margin-top: 40px;
}
.footer-02 .list-unstyled li a {
    color: var(--bs-primary);
}
.footer-02 .list-unstyled li a:hover {
    color: var(--bs-primary);
}
.footer-02 .list-unstyled a {
    color: var(--bs-primary);
}
.footer-02 .list-unstyled a:hover {
    color: #fff;
}

.footer-02 .border-left {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.header-homepage {
    position: relative;
    margin-top: 114px;
}

.header-left-part {
    background: #090d44;
    height: 700px;
    border-radius: 50px 0px 0px 50px;
    position: absolute;
    width: 270px;
    right: 0;
    z-index: -1;
}

.db-action-button {
    padding: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-right: 30px;
    padding-left: 30px;
}

.header-image {
    z-index: 9;
    width: 490px;
    position: absolute;
    top: -74px;
    right: 110px;
}

.primary-text {
    color: var(--bs-primary);
}

.secondary-text {
    color: var(--bs-secondary);
}

.homepage-nav {
    padding: 20px 0px;
}

.homepage-nav img {
    /* width: 210px; */
    width: 210px;
    height: 100%;
}

.header-title {
    margin-bottom: 24px;
}

.header-subtitle {
    margin-bottom: 24px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--bs-primary);
    font-weight: 500;
}

.lift {
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.lift:focus,
.lift:hover {
    box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1),
        0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
    transform: translate3d(0, -3px, 0);
}

.homepage_body section {
    height: 500px;
}

.homepage_body .homepage-section {
    height: auto;
    display: flex;
    align-items: center;
    padding-bottom: 3rem;
}

.bg-gradient-light-white {
    /* background-image: linear-gradient(180deg,#f9fbfd 0,#fff); */
}

.partner-vector {
    width: 90%;
    float: right;
}

.homepage-statistic {
    width: 70%;
    background: #fff;
    box-shadow: rgb(16 25 40 / 8%) 0px 4px 8px 0px;
    height: 160px;
    border-radius: 16px;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 40px;
    padding: 30px;
    display: flex;
    align-items: center;
    flex-wrap: inherit;
    justify-content: space-between;
}

.homepage-statistic .stats-item {
    width: 100%;
    text-align: center;
}

.homepage-statistic .stats-item .stats-value {
    font-size: 35pt;
    font-weight: bold;
    color: var(--bs-primary);
}

.homepage-statistic .stats-item .stats-text {
    margin-top: -15px;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 17px;
}

.stats-wrap {
    margin-top: 80px;
}

.introduce-subtitle {
    width: 40%;
    text-align: center !important;
    margin: 0 auto;
}

.feature-item .feature-icon img {
    width: 73px;
}

.feature-item .feature-title {
    font-size: 15pt;
    font-weight: 500;
}

.feature-wrap {
    margin-top: 30px;
}

.header-wrap {
    margin-top: -49px;
    margin-bottom: 200px;
}

.header-homepage::after {
    /* content: '';
  background: #090D44;
  height: 700px;
  border-radius: 50px 0px 0px 50px;
  position: absolute;
  width: 270px;
  right: 0;
  z-index: -1; */
}

.navbar-light .navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.bfb-signup-homepage {
    margin-right: 50px;
    font-weight: 500;
}

#bfb-nav {
    width: 30px;
    height: 25px;
    position: relative;
    margin: 20px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#bfb-nav span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #090d44;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#bfb-nav span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#bfb-nav span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#bfb-nav span:nth-child(1),
#bfb-nav span:nth-child(2) {
    top: 0px;
}

#bfb-nav span:nth-child(3),
#bfb-nav span:nth-child(4) {
    top: 10px;
}

#bfb-nav span:nth-child(5),
#bfb-nav span:nth-child(6) {
    top: 20px;
}

#bfb-nav.open span:nth-child(1),
#bfb-nav.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#bfb-nav.open span:nth-child(2),
#bfb-nav.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#bfb-nav.open span:nth-child(1) {
    left: 0px;
    top: 9px;
}

#bfb-nav.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 9px;
}

#bfb-nav.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#bfb-nav.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#bfb-nav.open span:nth-child(5) {
    left: 0px;
    top: 19px;
}

#bfb-nav.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 19px;
}

.section-bg {
    background: rgb(13 110 253 / 4%);
}

.bfb-auth {
    padding: 1em 0;
}

.bfb-auth .sign-header {
    position: relative;
    width: 100%;
    margin: 0px auto 24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.bfb-auth .sign-header .sign-header-back a {
    color: var(--bs-primary);
}

.bfb-auth .sign-header .sign-header-back i {
    width: 40px;
    font-size: 22pt;
    cursor: pointer;
}

.bfb-auth .sign-header .sign-header-logo {
    display: block;
    margin: 0 auto;
}

.form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 16px 12px 16px;
    color: var(--bs-primary);
    margin: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    display: flex;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d5d7da;
    background-color: #fff;
    overflow: hidden;
    transition: box-shadow 150ms ease-in-out, border-color 150ms ease-in-out;
}

.form-control:focus {
    box-shadow: 0 4px 6px 0 rgba(16, 25, 40, 0.06);
    border: 1px solid #d5d7da;
}

.form-group {
    margin-bottom: 1rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.forget-pw-text a {
    font-size: 14px;
    text-decoration: none;
}

.sign-footer {
    text-align: center;
    margin: 24px 0px 0px;
}

.sign-footer p {
    letter-spacing: 0px;
    margin: 0px;
    min-width: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: rgb(135, 140, 147);
}

.bfb-button-icon {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.bfb-button-icon .bb-text {
    display: block;
    margin: 0 auto;
}

.btn-google {
    border: 1px solid #ea4335;
    background-color: #ea4335;
    color: var(--bs-white);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        opacity 0.15s ease-in-out;
}
.btn-google:hover {
    color: var(--bs-white);
    opacity: 0.7;
}

.btn-facebook {
    border: 1px solid #4267b2;
    background-color: #4267b2;
    color: var(--bs-white);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        opacity 0.15s ease-in-out;
}
.btn-facebook:hover {
    color: var(--bs-white);
    opacity: 0.7;
}

.divider {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 1rem 0;
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: 0.9375rem;
    padding: 0 1rem;
}

.divider .divider-text:after,
.divider .divider-text:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 9999px;
    border-top: 1px solid #ebe9f1;
}

.divider .divider-text:before {
    right: 100%;
}

.divider .divider-text:after {
    left: 100%;
}

form input.error,
form input.error:focus {
    border-color: #ea5455 !important;
}

label.error {
    color: var(--bs-red);
    font-size: 0.857rem;
}

.password-list-check {
    font-size: 12px;
    margin-top: 10px;
    color: var(--bs-red);
}

#toast-container > div {
    border-radius: 75px 75px !important;
    box-shadow: none;
    opacity: 1;
    margin-top: 15px;
    padding: 15px 15px 15px 15px;
}

.toast:before {
    content: '';
    height: 21px;
    width: 21px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: 1.25rem;
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center;
}

#toast-container > .toast-error:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
    background-size: 10px;
}

#toast-container > .toast-success:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
    background-size: 10px;
}

#toast-container > .toast-success .toast-progress,
#toast-container > .toast-success:before {
    background-color: #28c76f;
}

#toast-container > .toast-error .toast-progress,
#toast-container > .toast-error:before {
    background-color: var(--bs-danger);
}

#toast-container > div:hover {
    box-shadow: none;
}

.toast-error {
    background-color: var(--bs-white);
}

.toast-success {
    background-color: var(--bs-white);
}

.toast-message {
    color: var(--bs-dark);
    margin-left: 32px;
}

.nav-account {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.nav-account img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

.nav-account i {
    margin-left: 10px;
}

.tippy-box[data-theme~='light'] {
    color: var(--bs-primary);
    border-radius: 8px;
    box-shadow: rgb(16 25 40 / 8%) 0px 4px 8px 0px;
    background-color: #fff;
}

ul.profile_menu {
    width: 190px;
    list-style: none;
    padding: 0;
}

ul.profile_menu li {
    padding: 10px 10px 10px 10px;
    font-size: 12pt;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
}

ul.profile_menu li a {
    text-decoration: none;
    cursor: pointer;
    color: var(--bs-primary);
    transition: opacity 0.15s ease-in-out;
}

ul.profile_menu li a:hover {
    opacity: 0.6;
}

ul.profile_menu li i {
    width: 20px;
}

.profile_menu_mobile {
    list-style: none;
    padding: 0;
    padding-top: 20px;
}

.profile_menu_mobile li a {
    min-height: 60px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13pt;
    color: var(--bs-primary);
    border-bottom: 1px solid #e7e8e9 !important;
}

.profile_menu_mobile li a:last-child {
    border-bottom: 0;
}

.profile_menu_mobile li a .mobile-menu-item-icon {
    flex-direction: column;
    flex-basis: auto;
    -webkit-box-flex: 0;
    flex-grow: 0;
    align-items: flex-start;
    order: 1;
    margin-right: 20px;
}

.profile_menu_mobile li a .mobile-menu-item-text {
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    order: 2;
    min-width: 0px;
}
.profile_menu_mobile li a .mobile-menu-item-arrow {
    flex-shrink: 0;
    order: 4;
}

.menu-modal-logo img {
    width: 160px;
}

.menu-account-overview {
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    margin: 20px 0px;
    text-align: center;
}

.menu-account-overview .menu-account-item-avatar {
    display: block;
    width: 128px;
    height: 128px;
    margin: 0 auto;
}

.menu-account-overview .menu-account-item-avatar img {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: rgb(229, 241, 255);
    will-change: transform;
    width: 128px;
    height: 128px;
    object-fit: cover;
}

.menu-account-overview .menu-account-item-name {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20pt;
    font-weight: 500;
    letter-spacing: 1px;
}

.booking-wrapper {
    position: relative;
    min-height: 500px;
    padding-top: 30px;
    z-index: 1;
    min-height: 100vh;
    color: var(--bs-white);
    overflow-x: hidden;
}

.booking-wrapper::before {
    content: '';
    display: block;
    background: var(--bs-primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: -1;
}

.booking-wrapper .booking-body {
    margin-top: -20px;
    margin-bottom: 120px;
}

.booking-wrapper .booking-header {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 36px;
    box-sizing: border-box;
}

.booking-wrapper .booking-header .booking-title-back {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.booking-wrapper .booking-header .booking-title-close {
    cursor: pointer;
}

.booking-wrapper .booking-step-name {
    height: 56px;
    margin-bottom: -56px;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    position: relative;
    transform-style: preserve-3d;
    left: 40px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.booking-sidebar {
    text-align: center;
}

.booking-sidebar .booking-sidebar-text {
    padding: 20px 20px 0px;
}

.booking-sidebar .booking-sidebar-time {
    font-size: 4.5rem;
    text-align: center;
    border-bottom: none !important;
}

.booking-wrapper .booking-body .item input[type='checkbox'],
.booking-wrapper .booking-body .item input[type='radio'] {
    display: none;
}
.booking-wrapper .booking-body .item input[type='checkbox'] + label,
.booking-wrapper .booking-body .item input[type='radio'] + label {
    padding: 15px;
    cursor: pointer;
    border-radius: 8px;
    padding-left: 50px;
    position: relative;
}
.booking-wrapper .booking-body .item input[type='checkbox'] + label:after,
.booking-wrapper .booking-body .item input[type='checkbox'] + label:before,
.booking-wrapper .booking-body .item input[type='radio'] + label:after,
.booking-wrapper .booking-body .item input[type='radio'] + label:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #26425a;
    content: '';
    box-sizing: border-box;
}
.booking-wrapper .booking-body .booking-staff-list .item label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.booking-wrapper .booking-body .item input[type='checkbox'] + label:after,
.booking-wrapper .booking-body .item input[type='radio'] + label:after {
    transform: scale(0);
    background: var(--bs-primary);
    transition: all 0.3s;
}
.booking-wrapper .booking-body .item input[type='checkbox']:checked + label,
.booking-wrapper .booking-body .item input[type='radio']:checked + label {
    background: #0a0d4414;
}
.booking-wrapper
    .booking-body
    .item
    input[type='checkbox']:checked
    + label:after,
.booking-wrapper .booking-body .item input[type='radio']:checked + label:after {
    transform: scale(0.7);
}
.booking-wrapper
    .booking-body
    .item
    input[type='checkbox']:checked
    + label
    .list_service
    li,
.booking-wrapper
    .booking-body
    .item
    input[type='radio']:checked
    + label
    .list_service
    li {
    background: #26425a;
}
.booking-wrapper
    .booking-body
    .item
    input[type='checkbox']:checked
    + label
    .list_service
    li
    .avatar,
.booking-wrapper
    .booking-body
    .item
    input[type='radio']:checked
    + label
    .list_service
    li
    .avatar {
    box-shadow: rgba(16, 25, 40, 0.3) 0 0 15px 0;
}
.booking-wrapper
    .booking-body
    .item
    input[type='checkbox']:checked
    + label
    .list_service
    li
    .avatar
    .imgDrop,
.booking-wrapper
    .booking-body
    .item
    input[type='radio']:checked
    + label
    .list_service
    li
    .avatar
    .imgDrop {
    background: #eee;
}

.booking-wrapper .booking-body .booking-staff-list .item label .avatar {
    width: 60px;
}

.booking-wrapper
    .booking-body
    .booking-staff-list
    .item
    label
    .avatar
    .imgDrop {
    padding-top: 100%;
    background: #ddd;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    background-size: cover;
    display: block;
}

.imgDrop img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.booking-wrapper .booking-body .booking-staff-list .item label .content {
    width: 100%;
}

.booking-wrapper .booking-body .booking-staff-list .item label .content .name {
    font-weight: 700;
    font-size: 18px;
}

.booking-wrapper
    .booking-body
    .booking-staff-list
    .item
    label
    .content
    .services {
    align-items: center;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.booking-wrapper
    .booking-body
    .booking-staff-list
    .item
    label
    .content
    .list_service {
    padding: 0;
}

.booking-wrapper
    .booking-body
    .booking-staff-list
    .item
    label
    .content
    .list_service
    li {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 15px;
    margin: 2px 0;
    color: var(--bs-secondary);
    border-radius: 4px;
    background: var(--bs-primary);
    margin-right: 10px;
}

.disabled_item {
    opacity: 0.5;
}

.booking-footer {
    width: 100%;
    padding: 10px 0;
    flex-shrink: 0;
    color: #fff;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s,
        max-height 0.3s ease 0s;
    border-top: 1px solid #e7e8e9;
    box-sizing: content-box;
    background-color: var(--bs-primary);
    z-index: 1;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    font-weight: 700;
    box-shadow: rgb(16 25 40 / 40%) -15px 16px 32px 0;
}

.booking-footer .booking-footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ui-widget {
    font-family: Flatium Sans, Helvetica, sans-serif !important;
}

.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: var(--bs-primary);
    background: var(--bs-white);
    margin-bottom: 10px;
}
.ui-widget.ui-widget-content {
    width: 100%;
}

.ui-widget.ui-widget-content {
    border: 0 !important;
}

.ui-widget-header {
    border: none !important;
    background: transparent !important;
    color: var(--bs-primary) !important;
    font-weight: 500;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0 !important;
}

table.ui-datepicker-calendar td .ui-state-default {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 100%;
    padding: 0px 0;
    font-size: 13pt;
    background: var(--bs-gray);
    text-align: center;
}

/* .ui-datepicker-next,
.ui-datepicker-prev {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #b0aead;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-top: 12px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -45px 0 0 6px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -45px 0 0 4px;
}
.ui-datepicker-next:after,
.ui-datepicker-prev:after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #b0aead;
  border-bottom: 2px solid #b0aead;
}
.ui-datepicker-next:hover,
.ui-datepicker-next:hover:after,
.ui-datepicker-prev:hover,
.ui-datepicker-prev:hover:after {
  border-color: var(--bs-primary);
} */

/* .ui-state-hover{
  border: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
} */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px !important;
    cursor: pointer;
}
.ui-datepicker-title {
    text-align: center;
}
.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}
.ui-datepicker-calendar thead tr th span {
    display: block;
    color: var(--bs-primary);
    margin-bottom: 5px;
    font-size: 15px;
}
.ui-state-default {
    display: block;
    text-decoration: none;
    color: #b5b5b5;
    font-size: 13px;
    line-height: 35px;
}
.ui-state-default:hover {
    background: rgba(0, 0, 0, 0.02);
}
.ui-state-highlight {
    color: #8dd391;
}
.ui-state-active {
    color: #5ed1cc;
}
.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}
#datepicker {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.ui-datepicker-title {
    font-size: 15pt;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

.ui-datepicker-prev:before {
    content: '\f053';
}

.ui-datepicker-next:before {
    content: '\f054';
}

table.ui-datepicker-calendar thead {
    color: #e26b3d !important;
}
table.ui-datepicker-calendar td .ui-state-default {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 100%;
    padding: 5px 0;
    font-size: 13pt;
}
table.ui-datepicker-calendar td .ui-state-default.ui-state-active {
    color: var(--bs-light) !important;
    background: var(--bs-primary) !important;
}
table.ui-datepicker-calendar td .ui-state-default:after {
    display: none;
}
.ui-state-disabled {
    opacity: 0.5;
    pointer-events: none;
}
table.ui-datepicker-calendar td {
    padding: 0 !important;
    text-align: center;
    background: var(--bs-gray);
    border: 5px solid #fff;
    color: #fff;
    width: 50px;
}

#list_time_booking {
    list-style: none;
}

#list_time_booking li {
    /* text-align: center;
  background: #f2f2f7;
  width: 33.33%;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 12pt; */
    text-align: center;
    background: #f2f2f7;
    width: 22.33%;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 12pt;
    margin: 10px;
}

#list_time_booking li input {
    display: none;
}

#list_time_booking li input + label {
    display: block;
    cursor: pointer;
    padding: 15px 0;
}

#list_time_booking li input:checked + label {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 8px;
}

#list_time_booking li input:disabled + label {
    cursor: not-allowed;
    background: #e9e9e9;
    color: #a9a9a9;
    border-radius: 8px;
}

#list_time_reschedule {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

#list_time_reschedule li {
    text-align: center;
    background: #f2f2f7;
    width: 25%;
    border: 1px solid #fff;
    font-size: 14px;
}

#list_time_reschedule li input {
    display: none;
}

#list_time_reschedule li input + label {
    display: block;
    cursor: pointer;
    padding: 15px 0;
}

#list_time_reschedule li input:checked + label {
    background: var(--bs-primary);
    color: var(--bs-white);
}

#list_time_reschedule li input:disabled + label {
    cursor: not-allowed;
    background: #e9e9e9;
    color: #a9a9a9;
}

#booking_note {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #dddddd;
    height: 150px;
    padding: 20px;
}

.reschedule-time-notice {
    display: grid;
    justify-content: center;
    margin-top: 50px;
}

.payment-deposit-title {
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

.payment-deposit-notice {
    text-align: center;
    margin-bottom: 20px;
}

.payment-deposit-footer {
    font-size: 11pt;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.payment-deposit-fee {
}
.cardWrap {
    width: 100%;
    /* margin: 3em auto; */
    color: #fff;
}

.cardBooking {
    background: linear-gradient(
        to bottom,
        var(--bs-secondary) 0%,
        var(--bs-secondary) 26%,
        var(--bs-white) 26%,
        var(--bs-white) 100%
    );
    height: 15em;
    float: left;
    position: relative;
    padding: 1em;
}
.cardBooking h1 {
    font-size: 1.1em;
    color: var(--bs-primary);
    padding-top: 7px;
}
.cardLeft {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 70%;
    box-shadow: rgb(16 25 40 / 8%) 0px 4px 8px 0px;
}

.cardRight {
    width: 30%;
    border-left: 0.15em dotted #6c757d8a;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: rgb(16 25 40 / 8%) 0px 4px 8px 0px;
}
.cardRight:before {
    content: '';
    position: absolute;
    display: block;
    width: 0.9em;
    height: 0.9em;
    background: var(--bs-primary);
    border-radius: 50%;
    left: -0.5em;
}

.cardRight:after {
    content: '';
    position: absolute;
    display: block;
    width: 0.9em;
    height: 0.9em;
    background: #f2f2f7;
    border-radius: 50%;
    left: -0.5em;
    box-shadow: inset rgb(16 25 40 / 8%) 4px 7px 8px 0px;
}

.cardRight:before {
    top: -0.4em;
}
.cardRight:after {
    bottom: -0.4em;
}

.cardWrap .title,
.cardWrap .name,
.cardWrap .note,
.cardWrap .time {
    text-transform: uppercase;
    font-weight: normal;
}
.cardWrap .title h2,
.cardWrap .name h2,
.cardWrap .time h2 {
    font-size: 0.9em;
    color: #525252;
    margin: 0;
}

.cardWrap .note h2 {
    font-size: 12pt;
    color: #525252;
    margin: 0;
    text-transform: capitalize;
}

.cardWrap .title span,
.cardWrap .name span,
.cardWrap .note span,
.cardWrap .time span {
    font-size: 0.7em;
    color: #a2aeae;
}

.cardWrap .title {
    margin: 2em 0 0 0;
}

.cardWrap .date {
    color: var(--bs-primary);
    text-align: center;
    font-size: 15pt;
}

.cardWrap .name,
.cardWrap .note {
    margin: 0.7em 0 0 0;
}

.cardWrap .time {
    margin: 0.7em 0 0 1em;
}

.cardWrap .note,
.cardWrap .time {
    float: left;
}

.cardWrap .eye {
    position: relative;
    width: 2em;
    height: 1.5em;
    background: #fff;
    margin: 0 auto;
    border-radius: 1em/0.6em;
    z-index: 1;
}
.cardWrap .eye:before,
.cardWrap .eye:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
}
.cardWrap .eye:before {
    width: 1em;
    height: 1em;
    background: #e84c3d;
    z-index: 2;
    left: 8px;
    top: 4px;
}
.cardWrap .eye:after {
    width: 0.5em;
    height: 0.5em;
    background: #fff;
    z-index: 3;
    left: 12px;
    top: 8px;
}

.cardWrap .number {
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px;
}
.cardWrap .number h3 {
    color: var(--bs-primary);
    margin: 0.9em 0 0 0;
    font-size: 2.5em;
}
.cardWrap .number span {
    display: block;
    color: #a2aeae;
}

.profile-top {
    display: grid;
    grid-auto-flow: row;
    grid-row-gap: 16px;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.profile-name {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
}

.profile-image-wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 12px;
}

.profile-image-wrap .profile-avatar-display .profile-avatar-image {
    width: 128px;
    height: 128px;
    min-width: 128px;
    min-height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.profile-image-wrap .profile-avatar-display img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-picture {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background-color: #111;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.profile-picture:hover .profile-picture_content {
    opacity: 1;
}

.profile-picture:hover .profile-picture_image {
    opacity: 0.5;
}

.profile-picture .profile-picture_image {
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
    height: 100%;
}

.profile-picture .profile-picture_content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.profile-picture .profile-picture_icon {
    color: white;
    padding-bottom: 8px;
}

.profile-picture .fas {
    font-size: 20px;
}

.profile-picture .profile-picture_text {
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.profile-information {
    display: grid;
    grid-row-gap: 8px;
}

.profile-information_item {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.profile-information_item .profile-item_title {
    font-weight: 500;
}

.card-header:first-child {
    border-radius: 8px 8px 0px 0px;
}

.card-header {
    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: var(--bs-white);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.appointment-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 15px 0 0;
    border: 1px solid #d9e1ee;
    border-radius: 8px;
    cursor: pointer;
    transition: box-shadow 0.2s ease-in;
}

/* .appointment-item > *{
  display: inline-block;
  vertical-align: middle;
} */

.appointment-item .appointment-date {
    min-width: 120px;
    height: 100%;
    padding: 10px 0;
    border-right: 1px solid #d9e1ee;
    text-align: center;
}

.appointment-item .appointment-date em {
    text-transform: uppercase;
}
.appointment-item .appointment-date em,
.appointment-item .appointment-date time {
    font-size: 12px;
    line-height: 20px;
    color: #3b4c66;
    font-style: normal;
}

.appointment-item .appointment-date b {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #181818;
}
.appointment-item .appointment-date > * {
    display: block;
}

.appointment-item .appointment-details {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* .appointment-item .appointment-details i img {
  width: 100%;
  object-fit: cover;
  margin-top: -7px;
}

.appointment-item .appointment-details h5 {
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 24px;
} */

.appointment-item .appointment-details span.appointment-provider-image {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
}

.appointment-item .appointment-details .appointment-provider {
    flex-basis: auto;
    flex-grow: 1;
    margin: 0 15px 0 32px;
    padding: 24px 0;
}

.appointment-item .appointment-details .appointment-provider .appointment-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 14px;
}

.appointment-item
    .appointment-details
    .appointment-provider
    .appointment-info
    > * {
    margin-right: 5px;
}

.appointment-item
    .appointment-details
    .appointment-provider
    .appointment-info
    img {
    object-fit: cover;
    width: 100%;
}

.appointment-item .appointment-price {
    flex-basis: 40px;
}

.appointment-item
    .appointment-details
    .appointment-provider
    span.appointment-salon {
    font-weight: 500;
}

/*.appointment-item .appointment-details .appointment-provider{
  display: flex;
  align-content: center;
  align-items: center;
}

.appointment-item .appointment-details .appointment-provider >* {
  display: inline-block;
  vertical-align: middle;
}

.appointment-item .appointment-details .appointment-provider span.appointment-salon {
  margin-left: 0;
  margin-right: 8px;
  font-weight: 500;
}


.appointment-item .appointment-details .appointment-provider span {
  margin-left: 8px;
  font-size: 13px;
  color: #3b4c66;
  max-width: calc(100% - 28px);
}



.appointment-item .appointment-arrow i {
  min-width: 12px;
  margin: 5px 0 0 16px;
} */

.salon-card-navigator {
    display: flex;
    align-items: center;
}

.salon-card-navigator a.back-btn {
    color: var(--bs-primary);
}

.salon-card-navigator a.back-btn i {
    font-size: 14pt;
}

.salon-card-navigator a.back-btn span {
    font-size: 13pt;
    margin-left: 6px;
    font-weight: 500;
}

.appointment-detail-service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0px 25px;
    border: 1px solid #d9e1ee;
    border-radius: 8px;
    transition: box-shadow 0.2s ease-in;
}

.appointment-detail-service .appointment-detail-service_image {
    flex-basis: 80px;
}

.appointment-detail-service
    .appointment-detail-service_image
    .appointment-detail-service_image_wrap {
    width: 60px;
    height: 60px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.appointment-detail-service
    .appointment-detail-service_image
    .appointment-detail-service_image_wrap
    img {
    object-fit: cover;
    width: 100%;
}

.appointment-detail-service .appointment-detail-service_info {
    flex-basis: auto;
    flex-grow: 1;
}

.appointment-detail-service
    .appointment-detail-service_info
    .appointment-detail-service_info_wrap {
    padding: 25px 0px;
}

.appointment-detail-service
    .appointment-detail-service_info
    .appointment-detail-service_info_wrap {
    display: grid;
}

.appointment-detail-service
    .appointment-detail-service_info
    .appointment-detail-service_info_wrap
    .appointment-detail-service_info_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appointment-detail-service
    .appointment-detail-service_info
    .appointment-detail-service_info_wrap
    .appointment-detail-service_info_provider {
    display: flex;
    align-content: center;
    align-items: center;
}

.appointment-detail-service
    .appointment-detail-service_info
    .appointment-detail-service_info_wrap
    .appointment-detail-service_info_provider
    .appointment-detail-service_info_provider_image {
    width: 27px;
    height: 27px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.appointment-detail-service
    .appointment-detail-service_info
    .appointment-detail-service_info_wrap
    .appointment-detail-service_info_provider
    .appointment-detail-service_info_provider_image
    img {
    object-fit: cover;
    width: 100%;
}

.appointment-detail-info .appointment-detail-info_item {
    display: flex;
    margin-bottom: 15px;
}

.appointment-detail-info .appointment-detail-info_item label {
    min-width: 130px;
    color: #8495b1;
    display: inline-block;
    width: 130px;
    line-height: 1.5;
}

.appointment-detail-info .appointment-detail-info_item div {
    max-width: 80%;
}

.appointment-detail-info .appointment-detail-info_item span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

.card-footer {
    background: var(--bs-white);
    padding: 20px 20px 20px 20px;
    border-radius: 0px 0px 8px 8px;
    border-top: 0;
}

.appointment-detail-button {
    display: flex;
    align-items: center;
    float: right;
}

.appointment-detail-button a {
    margin-right: 20px;
    color: var(--bs-red);
}

.card-footer:last-child {
    border-radius: 0px 0px 8px 8px;
}

.blockOverlay {
    border-radius: 8px;
}

.swal2-html-container {
    margin: 2em 1.6em 0.3em;
}

.swal2-popup {
    padding: 0 0 2.25em;
}

.swal2-styled.swal2-confirm {
    background-color: var(--bs-primary);
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none;
}

.swal2-styled.swal2-deny {
    background-color: var(--bs-red);
}

.swal2-styled.swal2-deny:focus {
    box-shadow: none;
}

.reschedule-appointment-wrap .reschedule-datetime {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.no-reschedule {
    display: grid;
    justify-items: center;
    align-items: center;
    align-content: center;
}

.no-reschedule img {
    width: 50%;
}

.appt-list {
    width: 100%;
}
#appt-list-wrap .tab-pane {
    margin-top: 20px;
}
#appt-list-wrap .nav-tabs {
    position: relative;
    border: none !important;
    background-color: #fff;
    /*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
    border-radius: 6px;
}
#appt-list-wrap .nav-tabs li {
    margin: 0px !important;
}
#appt-list-wrap .nav-tabs li a {
    position: relative;
    margin-right: 0px !important;
    padding: 20px 40px !important;
    font-size: 16px;
    border: none !important;
    color: #333;
}
#appt-list-wrap .nav-tabs a:hover {
    background-color: #fff !important;
    border: none;
}
#appt-list-wrap .slider {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: var(--bs-primary);
    position: absolute;
    z-index: 1200;
    bottom: 0;
    transition: all 0.4s linear;
}
#appt-list-wrap .nav-tabs .active {
    background-color: transparent !important;
    border: none !important;
    color: var(--bs-primary) !important;
}

.review_wrap {
    text-align: center;
}

.button_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#google_review {
    text-align: center;
}

#google_review img {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
    padding-top: 10px;
}
.salon-jobs-list {
    margin-top: 20px;
}

.jobs-item {
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: space-between;
    /* padding: 14px 25px; */
    border: 1px solid #d9e1ee;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 16px;
    transition: box-shadow 0.2s ease-in;
}

.jobs-item .jobs-item-date {
    min-width: 120px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    margin-right: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 0;
    border-right: 1px solid #d9e1ee;
    height: 100%;
    flex-direction: column;
}

.jobs-item .jobs-item-date em {
    text-transform: uppercase;
}
.jobs-item .jobs-item-date em,
.jobs-item .jobs-item-date time {
    font-size: 12px;
    line-height: 20px;
    color: #3b4c66;
    font-style: normal;
}

.jobs-item .jobs-item-date b {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #181818;
}

.jobs-item .jobs-item-date > * {
    display: block;
}

.jobs-item-detail {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.jobs-item .jobs-item-title {
    -webkit-box-flex: 0;
    flex-grow: 0;
    margin-right: 16px;
    display: flex;
    -webkit-box-align: center;
    min-width: 200px;
    align-items: center;
    font-weight: bold;
    white-space: nowrap;
}

.jobs-item .jobs-item-content {
    -webkit-box-flex: 0;
    flex-grow: 0;
    margin-right: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-basis: auto;
    flex-grow: 1;
    margin: 0 15px 0 32px;
    padding: 24px 0;
    margin-left: 50px;
}

.jobs-item .jobs-item-button {
    -webkit-box-flex: 0;
    flex-grow: 0;
    margin-right: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.career-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.career-header .career-title-view a {
    color: var(--bs-primary);
}

.career-header .career-title-view a i {
    margin-right: 10px;
}

@media (max-width: 1199.98px) {
    .footer-02 .border-left {
        border: none;
    }
}

@media (min-width: 768px) {
    .appointment-item .appointment-details h5 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #list_time_booking li + li {
        /* margin-top: 1px; */
    }

    #list_time_booking li input + label {
        padding: 11.5px;
    }
    #list_time_booking {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
    }
    #datepicker {
        /* width: calc(100% - 180px - 15px); */
        width: 100%;
    }

    .ui-state-default {
        line-height: 40px;
        font-size: 15px;
    }
    .booking-footer {
        padding: 15px;
    }
    .salon-staffs-list .item {
        padding: 10px;
        width: calc(100% / 4);
        cursor: pointer;
    }

    .salon-services-list dl {
        width: calc(50% - 100px);
    }

    .salon-services-list dl dt {
        width: calc(100% - 130px);
        padding: 10px 30px 10px 15px;
    }

    .salon-services-list dl dd {
        font-size: 18px;
    }

    .booking-wrapper .booking-body .booking-staff-list .item label .avatar {
        width: 80px;
    }

    .booking-wrapper .booking-body .booking-staff-list .item label .content {
        padding-left: 20px;
        width: calc(100% - 80px);
    }
}

@media (min-width: 992px) {
    .salon-staffs-list .item {
        width: calc(100% / 5);
        cursor: pointer;
    }
    .salon-reviews-list .filter .progress {
        width: 90px;
    }
}

@media (min-width: 577px) {
    .salon-staffs-list .item {
        width: calc(100% / 3);
        cursor: pointer;
    }
}

@media (min-width: 1201px) {
    .salon-staffs-list .item {
        width: calc(100% / 6);
        cursor: pointer;
    }

    .salon-reviews-list .filter .progress {
        width: 180px;
    }
}

@media (max-width: 767px) {
    .smart-card-fullscreen {
        display: block;
        z-index: 9999;
        position: fixed;
        width: 100% !important;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .smart-card-fullscreen-footer {
        position: fixed;
        width: 100%;
        bottom: 0;
    }
    #list_time_booking {
        display: flex;
        flex-wrap: wrap;
    }
    .lists-wrap {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: end;
        justify-content: flex-end;
        height: 100%;
        width: 100%;
        padding-bottom: 28px;
        overflow: hidden;
        padding: 0;
    }
    #listings {
        position: absolute;
        z-index: 99999999;
        /* max-width: none;
      overflow: scroll hidden; */
        white-space: initial;
        display: flex;
        /* scroll-behavior: smooth; */
        bottom: 0;
        flex-direction: column;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    #map {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        max-height: 100%;
        min-height: 100%;
        z-index: 999999;
        margin: 0;
        left: 0;
        border-radius: 0;
    }

    .mapboxgl-canvas {
        left: 0;
    }

    .salon-card {
        width: 96% !important;
        margin: 0 auto;
    }

    .salon-card img.salon-logo {
        height: 130px;
    }

    /* .salon-card .salon-card-address{
      display: none;
  } */

    .overlay {
        overflow: scroll;
    }

    .salon-card #salon-distance-wrap {
        top: 100px;
    }

    .booking-button-mobile button {
        float: right;
    }

    .owl-carousel .owl-item img {
        display: initial;
    }

    .listings .review-stars {
        position: absolute;
        top: 0px;
        padding: 3px;
        background: #fff;
        border-radius: 5px 0px 5px 0px;
        left: 0;
        font-size: 15px;
    }

    .listings .review-stars::before {
        letter-spacing: 0px;
    }

    .salon-slider .slick-list {
        border-radius: 8px;
        box-shadow: rgb(16 25 40 / 10%) 4px -1px 20px 0;
    }

    .salon-slider-wrap .salon-slider img {
        height: 230px;
        object-fit: cover;
    }

    .salon-slider-wrap {
        margin-bottom: 20px;
        margin-top: -30px;
    }

    .salon-card-gutter {
        padding: 10px;
    }

    .salon-services-list dl dd {
        width: 80px;
        text-align: right;
        font-weight: 700;
        white-space: normal;
    }

    .salon-open-wrap .salon-open-list dl {
        justify-content: space-between;
        opacity: 0.8;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        width: calc(100% - 30px);
        margin-left: 4px;
        font-size: 15px;
    }

    .salon-card-fixed-height {
        height: 490px;
        max-height: 490px;
        border-radius: 8px;
    }

    .salon-booking-wrap {
        width: 100%;
        position: initial;
        bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .bottom-mobile-booking-wrap {
        width: 100%;
        flex-shrink: 0;
        transition: opacity 300ms ease 0s, transform 300ms ease 0s,
            max-height 300ms ease 0s;
        border-top: 1px solid rgb(231, 232, 233);
        box-sizing: content-box;
        background-color: white;
        z-index: 1;
        position: fixed;
        bottom: 0px;
        padding-bottom: env(safe-area-inset-bottom);
        opacity: 0.9999;
        transform: translateY(0px);
    }

    .bottom-mobile-booking-wrap .bottom-mobile-booking .booking-button-float {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
        letter-spacing: 1px;
    }

    .bottom-mobile-booking-wrap .bottom-mobile-booking {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-around;
        align-items: center;
        font-size: 15px;
        width: 100%;
        max-width: 1440px;
        margin: 0px auto;
        padding: 15px 20px;
    }

    .footer-02 {
        margin-top: 20px;
        position: absolute;
    }

    .footer-02 .copyright {
        margin-bottom: 70px;
        margin-top: 0px;
    }

    .header-image {
        z-index: 9;
        width: 70%;
        top: 0;
        position: inherit;
        right: 0;
        display: block;
        margin: 0 auto;
        padding-bottom: 20px;
        padding-top: 40px;
    }

    .homepage-statistic {
        width: 100%;
        background: #fff;
        box-shadow: rgb(16 25 40 / 8%) 0px 4px 8px 0px;
        height: 350px;
        border-radius: 16px;
        margin: 0 auto;
        margin-bottom: 60px;
        margin-top: 40px;
        padding: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header-homepage::after {
        content: '';
        display: none;
    }

    .stats-wrap {
        display: block !important;
        margin-top: -20px;
    }

    .feature-wrap {
        display: block !important;
    }

    .header-left-part {
        display: none;
    }

    .navbar-collapse {
        text-align: center;
    }

    .bfb-signup-homepage {
        margin-right: 0px;
    }

    .header-wrap {
        margin-bottom: 30px;
        margin-top: -130px;
    }

    .partner-vector {
        z-index: 9;
        width: 70%;
        top: 0;
        position: inherit;
        right: 0;
        display: block;
        margin: 0 auto;
        padding-bottom: 20px;
        padding-top: 40px;
        float: none;
    }

    .introduce-subtitle {
        width: 100%;
    }

    footer {
        padding-top: 3em;
        padding-bottom: 2em;
    }

    .footer-heading img {
        display: block;
        margin: 0 auto;
    }

    /* .bottom-mobile-booking .bottom-nav-icon img{
      width: 25px;
  } */
    .bottom-mobile-booking .bottom-nav-icon {
        font-size: 16pt;
    }

    .bottom-mobile-booking .bottom-nav-icon a {
        color: #090d44;
    }

    .homepage_body .homepage-section {
        overflow-x: hidden;
    }
    .bfb-card .card-title {
        padding: 0px;
    }
    .sign-up-header {
        margin-bottom: 20px;
    }

    .appointment-item
        .appointment-details
        .appointment-provider
        .appointment-info {
        display: grid;
        align-content: center;
        align-items: center;
        white-space: nowrap;
    }

    .appointment-item
        .appointment-details
        .appointment-provider
        .appointment-info
        .appointment-div {
        display: none;
    }

    .appointment-item .appointment-details .appointment-provider-image {
        display: none !important;
    }

    .appointment-item .appointment-details .appointment-provider span {
        margin-left: 0px;
    }

    .appointment-item .appointment-details .appointment-provider h5 {
        font-size: 17px;
    }

    .appointment-item .appointment-arrow i {
        display: none !important;
    }

    .appointment-item .appointment-price {
        flex-basis: auto;
    }

    .appointment-item .appointment-date {
        min-width: 100px;
    }

    .appointment-item .appointment-details .appointment-provider {
        margin: 0 15px 0 12px;
    }

    .appointment-item
        .appointment-details
        .appointment-provider
        span.appointment-salon {
        font-size: 13px;
    }

    .salon-container {
        margin-bottom: 6rem !important;
    }

    .homepage-nav img {
        width: 160px;
    }

    .header-homepage {
        margin-top: 74px;
    }

    .appointment-detail-button {
        display: grid;
        align-items: center;
        float: none;
        text-align: center;
    }

    .appointment-detail-button a {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .booking-footer-button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .booking-footer-button button {
        width: 100%;
    }

    .booking-wrapper .booking-step-name {
        left: 0;
        text-align: center;
    }

    .reschedule-appointment-wrap .reschedule-calendar {
        width: 100% !important;
    }
    .list-time-mobile {
        height: 65vh;
        overflow: scroll;
    }
    #list_time_reschedule li {
        width: 25%;
    }

    .appt-pane {
        max-height: 630px;
        overflow: scroll;
    }

    .jobs-item .jobs-item-content {
        display: none;
    }

    .jobs-item .jobs-item-date {
        min-width: 90px;
    }

    #list_time_booking li {
        width: 27.33%;
        margin: 8px;
    }
}
label.required-field:after {
    content: '*';
    color: var(--bs-danger);
}

.modal-content {
    box-shadow: 0 5px 20px 0 rgb(34 41 47 / 10%);
    border: 0 solid rgba(34, 41, 47, 0.2);
    border-radius: 0.357rem;
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.8rem 1.4rem;
    border-bottom: 0 solid #ebe9f1;
    border-top-left-radius: 0.357rem;
    border-top-right-radius: 0.357rem;
}

.otp-input input {
    width: 46px;
    height: 46px;
    font-size: 16pt;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.card-2 {
    background-color: #fff;
    padding: 10px;
    width: 350px;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px;
}

/* .otp-input input.form-control:focus {
  box-shadow: none;
  border: 2px solid red
} */

small.resend-otp-text {
    display: flex;
    align-items: center;
}

.salon_logo {
    width: 300px;
    height: 230px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 50px;
}

.salon_logo img {
    width: 300px;
    height: 230px;
    object-fit: cover;
    border-radius: 8px;
}

.air-datepicker {
    border: none !important;
    box-shadow: 0 5px 20px 0 rgb(34 41 47 / 10%) !important;
}

.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
    display: none;
}
.air-datepicker-body--day-name {
    font-weight: bold;
    color: var(--bs-primary) !important;
}
.air-datepicker-cell.-current- {
    color: var(--bs-primary) !important;
}
.air-datepicker-cell.-selected- {
    background: var(--bs-primary) !important;
}

.air-datepicker-cell.-selected-.-current- {
    color: #fff !important;
    background: var(--bs-primary) !important;
}
.air-datepicker-global-container {
    z-index: 999999;
}
.mobile-empty-message {
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
}

.mobile-empty-message div {
    background: #fff;
    padding: 10px 30px;
    border-radius: 8px;
}
.carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
#calendar_slider {
    /* display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;    */
    margin: 0 auto;
    width: 110%;
    display: block;
}

#calendar_slider li {
    /* background: #fff;
  border: 1px solid var(--bs-primary);
  flex-basis: 40%;
  margin-right: 10px;
  padding: 20px;
  white-space: nowrap;
  border-radius: 8px;
  list-style: none; */
    background: #fff;
    border: 1px solid var(--bs-primary);
    /* flex-basis: 20%; */
    margin: 10px;
    padding: 20px;
    white-space: nowrap;
    border-radius: 8px;
    list-style: none;
}

#calendar_slider li:hover {
    cursor: pointer;
}

#calendar_slider li.calendar-month-date .date-item-calendar {
    -webkit-box-flex: 0;
    flex-grow: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    width: 90px;
}

#calendar_slider li.calendar-month-date .date-item-calendar em,
#calendar_slider li.calendar-month-date .date-item-calendar time {
    font-size: 11pt;
    line-height: 20px;
    color: #3b4c66;
    font-style: normal;
}

#calendar_slider li.calendar-month-date .date-item-calendar b {
    font-size: 14pt;
    line-height: 40px;
    font-weight: 700;
    color: #181818;
}

#calendar_slider li.calendar-month-date .date-item-calendar i {
    font-size: 8pt;
    padding: 5px;
}

.date_disabled {
    background-color: rgb(227, 226, 226) !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.ui-selected {
    background-color: var(--bs-primary) !important;
    color: #fff;
}
.ui-selected .date-item-calendar em,
.ui-selected .date-item-calendar time,
.ui-selected .date-item-calendar b,
.ui-selected .date-item-calendar i {
    color: #fff !important;
}
.jcarousel-prev {
    margin-right: 20px;
    font-size: 20pt;
    color: var(--bs-primary);
}

.jcarousel-next {
    margin-left: 20px;
    font-size: 20pt;
    color: var(--bs-primary);
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 750px;
}

.jcarousel ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

.ui-datepicker-week-end a {
    color: white;
    background: var(--bs-red) !important;
}

.owl-nav .owl-prev {
    background: #000 !important;
    font-size: 20pt !important;
    position: absolute !important;
    margin-top: -210px;
    padding: 10px !important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    opacity: 0.6;
}

.owl-nav .owl-next {
    float: right;
    background: #000 !important;
    font-size: 20pt !important;
    margin-top: -210px;
    padding: 10px !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    opacity: 0.6;
}
.owl-prev span,
.owl-next span {
    color: #fff;
}

.appt-noshow-status {
    pointer-events: none;
    background: #ccc;
    opacity: 0.5;
}

.pricing-list-wrap {
    display: flex;
    justify-content: space-evenly;
}

.pricing-list-wrap ul {
    list-style: square;
}
.mapboxgl-ctrl-geocoder {
    display: none;
}
