.block--booking {
    /* padding: 1.5rem; */
}

.block--booking .card-booking {
    /* margin: 0 auto; */
    /* padding: 15px; */
}

.block--booking .title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.main-screen {
    font-family: be vietnam pro,sans-serif;
    font-weight: 300;
    color: #000;
    background: #fff;
    padding: 30px 15px 0;
    position: relative;
}

.main-screen__block {
    background-color: #fff;
    padding-bottom: 20px;
    border-left: 2px solid #e8e8e8;
    padding-left: 18px;
    position: relative
}

.main-screen__block:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #e8e8e8;
    border-radius: 10px;
    position: absolute;
    top: 3px;
    left: -11px
}

.main-screen__block .first-item {
    background: #fff;
    width: 2px;
    height: 6px;
    position: absolute;
    top: 0;
    left: -2px
}

.main-screen__block .next-item {
    background: #e8e8e8;
    width: 2px;
    height: 6px;
    position: absolute;
    top: 0;
    left: -2px
}

.main-screen__block--active {
    border-left: 2px solid #e8e8e8;
}

.main-screen__block--active:before {
    background: #fc3;
    width: 12px;
    height: 12px;
    top: 7px;
    left: -7px
}

.main-screen__block--active:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fc3;
    border-radius: 10px;
    position: absolute;
    top: 3px;
    left: -11px;
    animation: timeline-active .7s cubic-bezier(0,0,.2,1) infinite;
}

.main-screen__block--active .next-item {
    background: #fc3
}

.main-screen__block--done {
    border-left: 2px solid #fc3;
}

.main-screen__block--done:before {
    background: #fc3
}

.main-screen__block--done:after {
    content: "✓";
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 3px;
    left: -5px
}

.main-screen__block--done .first-item {
    width: 2px;
    height: 3px
}

.main-screen__block--done .next-item {
    background: #fc3
}

@keyframes timeline-active {
    75%,to {
        transform: scale(1.2);
        opacity: 0
    }
}

.main-screen__block .block {
    color: #111;
    position: relative
}

.main-screen__block .block__wrapper .wrapper__title {
    font-family: be vietnam pro,sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: inline
}

.main-screen__block .block__wrapper .wrapper__swiper {
    margin-top: 10px
}

.new-affix-v2 {
    font-size: 25px;
    font-family: Oswald;
    position: sticky;
    position: -webkit-sticky;
    bottom: -1px;
    z-index: 10
}

.new-affix-v2 .sub-description {
    font-family: be vietnam pro,sans-serif;
    font-weight: 300;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 6px
}

.new-affix-v2 .button-next {
    border-radius: 10px;
    padding: 5px 20px;
    background: #fc3;
    justify-content: center;
    display: flex;
    align-items: center
}

.new-affix-v2 .button-next span {
    font-family: Oswald;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: inline-block
}

.new-affix-v2 .button-next.btn-inactive {
    background: #e8e8e8
}

.new-affix-v2 .content-step {
    padding: 15px;
    background: #fff;
    flex-direction: column
}

.new-affix-v2 .content-step .button-next {
    height: 48px;
    width: 100%;
    border-radius: 6px
}

.new-affix-v2 .time-line {
    padding: 15px 23px;
    position: relative
}

.new-affix-v2 .time-line:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 40px;
    background: 0 0;
    border-bottom-left-radius: 10px;
    border-left: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    left: 15px;
    top: 0
}

.new-affix-v2 .time-line--active:before {
    border-left: 2px solid #fc3;
    border-bottom: 2px solid #fc3
}

.mask-affix {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,.25)
}

.booking-single-screen {
    max-width: 100%;
    margin: auto;
    background: rgb(238, 238, 238);
}

.booking-single-screen .body {
    max-width: 500px;
    margin: auto;
    background-color: #f7f7f7
}

.booking-single-screen .body .loading-service {
    min-height: calc(100vh - 73px);
    display: flex
}

.booking-single-screen .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #fc3;
    border-color: #fc3
}

.booking-single-screen .ant-checkbox-checked .ant-checkbox-inner:after {
    border-color: #000
}

.booking-single-screen .ant-checkbox-checked:after {
    border-color: #fc3
}

.booking-single-screen .ant-checkbox-indeterminate .ant-checkbox-inner:after {
    background-color: #000!important
}

.booking-single-screen .ant-checkbox-input:focus+.ant-checkbox-inner,.booking-single-screen .ant-checkbox-wrapper:hover .ant-checkbox-inner,.booking-single-screen .ant-checkbox:hover .ant-checkbox-inner {
    border-color: #fc3
}

.booking-single-screen .fade-in {
    animation: fadeIn .3s ease;
    -webkit-animation: fadeIn .3s ease;
    -moz-animation: fadeIn ease .3s;
    -o-animation: fadeIn ease .3s;
    -ms-animation: fadeIn ease .3s
}


.salon-screen {
    font-family: be vietnam pro,sans-serif;
    font-weight: 300;
    color: #000;
    min-height: 400px
}

.salon-screen .salon {
    margin-top: 8px
}

.salon-screen .salon__loading {
    margin: 15px 0 0;
    padding: 15px;
    background-color: #fff
}

.salon-screen .salon__search {
    margin-bottom: 16px;
    padding: 0 16px
}

.salon-screen .salon__search .search {
    height: 48px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,.18)
}

.salon-screen .salon__search .search .ant-input-affix-wrapper {
    background: #fff;
    border-radius: 12px;
    font-size: 16px;
    border-color: transparent
}

.salon-screen .salon__search .search .ant-input-affix-wrapper:active,.salon-screen .salon__search .search .ant-input-affix-wrapper:focus,.salon-screen .salon__search .search .ant-input-affix-wrapper:hover {
    outline: none;
    border-color: transparent;
    box-shadow: none
}

.salon-screen .salon__search .search .ant-input-affix-wrapper::-webkit-input-placeholder {
    font-size: 16px;
    color: #959595
}

.salon-screen .salon__search .search .ant-input-affix-wrapper:-ms-input-placeholder {
    font-size: 16px;
    color: #959595
}

.salon-screen .salon__search .search .ant-input-affix-wrapper::-ms-input-placeholder {
    font-size: 16px;
    color: #959595
}

.salon-screen .salon__search .search .ant-input-affix-wrapper::placeholder {
    font-size: 16px;
    color: #959595
}

.salon-screen .salon__search .search .ant-input-affix-wrapper .ant-input-prefix {
    margin-right: 8px
}

.salon-screen .salon__search .search__icon {
    cursor: pointer;
    display: flex;
    align-items: center
}

.salon-screen .salon__search .search__icon img {
    width: 18px!important;
    height: 18px
}

.salon-screen .salon__search .search__icon--selection {
    border: 1px solid #fc3;
    padding: 8px;
    border-radius: 50%
}

.salon-screen .salon__search .search__box {
    position: absolute;
    overflow-y: auto;
    max-height: 350px;
    min-height: 300px;
    top: 101%;
    left: 0;
    z-index: 999;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #ccc
}

.salon-screen .salon__search .search__box::-webkit-scrollbar {
    width: 7px;
    background-color: #ccc
}

.salon-screen .salon__search .search__box::-webkit-scrollbar-thumb {
    background-color: #3f3602;
    border-radius: 4px
}

.salon-screen .salon__search .search__city .city__title {
    background-color: #ccc;
    font-size: 18px;
    padding: 10px
}

.salon-screen .salon__search .search__city .city__item {
    font-size: 18px;
    padding: 10px
}

.salon-screen .salon__list-address {
    padding: 0 16px;
    margin-bottom: 16px
}

.salon-screen .salon__list-address .list-address {
    position: relative
}

.salon-screen .salon__list-address .list-address::-webkit-scrollbar {
    display: none
}

.salon-screen .salon__list-address .list-address .btn-navigation {
    display: none
}

.salon-screen .salon__list-address .list-address__button {
    width: auto;
    background: #fff;
    padding: 8px;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    border-radius: 8px
}

.salon-screen .salon__list-address .list-address__button--active {
    border-color: #fc3;
    background-color: #fc3;
    transition: all .3s
}

.salon-screen .salon__list-address .list-address__button:last-child {
    margin-right: 0!important
}

.salon-screen .salon__list-address .list-address__button--nearSalon {
    position: relative;
    background-clip: padding-box;
    border: 1px solid rgba(129,39,77,.8)
}

.salon-screen .salon__list-address .list-address__button--nearSalon:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: linear-gradient(180deg,rgba(129,39,77,.8),rgba(199,17,85,.7))
}

.salon-screen .salon__list-address .list-address__text {
    margin-left: 5px;
    font-size: 13px
}

.salon-screen .salon__list-address .list-address__icon {
    width: 20px!important
}

.salon-screen .salon__box-location {
    display: flex;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0,0,0,.12);
    padding: 10px 12px;
    background-color: #fff
}

.salon-screen .salon__box-location .location__text {
    margin-left: 12px
}

.salon-screen .salon__box-location .location__text .text__top {
    font-weight: 600;
    font-size: 14px
}

.salon-screen .salon__box-location .location__text .text__bottom {
    color: #a3a3a3;
    font-size: 12px
}

.salon-screen .salon__box-location .location__arrowRight {
    margin-left: auto
}

.salon-screen .salon__box-switch {
    background-color: #fff;
    padding: 0 15px
}

.salon-screen .salon__box-switch .box-switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

.salon-screen .salon__box-switch .box-switch__text {
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.salon-screen .salon__box-switch .box-switch__text .text__gray {
    color: #767676;
    font-size: 12px;
    font-weight: 300
}

.salon-screen .salon__box-switch .box-switch__button {
    height: 28px;
    width: 48px;
    background-color: #d1d1d1
}

.salon-screen .salon__box-switch .box-switch__button .ant-switch-inner img {
    width: 12px;
    height: 12px
}

.salon-screen .salon__box-switch .box-switch__button.ant-switch-checked {
    background-color: #fc3
}

.salon-screen .salon__box-switch .box-switch__button.ant-switch-checked:focus {
    box-shadow: 0 0 0 2px rgba(255,204,51,.2)
}

.salon-screen .salon__box-switch .box-switch__button.ant-switch-checked .ant-switch-handle {
    left: calc(100% - 26px)
}

.salon-screen .salon__box-switch .box-switch__button.ant-switch-checked .ant-switch-inner img {
    width: 16px;
    height: 16px
}

.salon-screen .salon__box-switch .box-switch__button .ant-switch-handle {
    top: 2px;
    width: 24px;
    height: 24px
}

.salon-screen .salon__box-switch .box-switch__button .ant-switch-handle:before {
    border-radius: 50%
}

.salon-screen .salon__box-switch .box-switch__button .ant-click-animating-node {
    background-color: #fc3
}

.salon-screen .salon__box-switch .box-switch__unChecked img {
    width: 15px
}

.salon-screen .salon__category {
    background-color: #fff;
    padding: 0 15px;
    margin-top: 8px
}

.salon-screen .salon__category .category {
    padding: 15px 0
}

.salon-screen .salon__category .category__title {
    font-weight: 600;
    font-size: 18px;
    padding: 0 0 15px
}

.salon-screen .salon__category .category__swiper {
    height: auto
}

.salon-screen .salon__regions {
    background-color: #fff;
    padding: 0 15px 30px
}

.salon-screen .salon__regions .regions {
    padding: 16px 0;
    border-bottom: 1px solid #e8e8e8
}

.salon-screen .salon__regions .regions:last-child {
    border-bottom: none
}

.salon-screen .salon__regions .regions__title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px
}

.salon-screen .salon__regions .regions__cities {
    display: flex;
    flex-flow: row wrap;
    margin: -5px
}

.salon-screen .salon__regions .regions__cities .cities__name {
    flex-basis: auto;
    background: #889cbb;
    padding: 5px 12px;
    font-size: 14px;
    margin: 5px;
    border-radius: 4px;
    color: #fff
}

.salon-screen .salon__item {
    height: auto;
    padding: 15px 0;
    margin: 0 15px;
    border-top: 1px solid #e8e8e8
}

.salon-screen .salon__item.grid {
    padding: 0;
    box-shadow: 0 1px 6px rgba(0,0,0,.12);
    margin: 0 0 7px;
    height: calc(100% - 10px);
    border-top: none
}

.salon-screen .salon__item.grid .item__address {
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px
}

.salon-screen .salon__item.grid .item__content {
    padding-left: 0
}

.salon-screen .salon__item.grid:first-child {
    border-top: none
}

.salon-screen .salon__item .item {
    cursor: pointer;
    position: relative
}

.salon-screen .salon__item .item__media {
    align-self: center
}

.salon-screen .salon__item .item__content {
    padding-left: 12px
}

.salon-screen .salon__item .item__address {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px
}

.salon-screen .salon__item .item__note {
    font-size: 12px
}

.salon-screen .salon__item .item__distance {
    background: #f4933c;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    margin-bottom: 8px
}

.salon-screen .salon__item .item__distance.bg-green {
    background: #11b14b
}

.salon-screen .salon__item .item__parking {
    background-color: #fc3;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1px 2.5px
}

.salon-screen .salon__item .item__parking img {
    width: 20px
}

.salon-screen .salon__item .item__tag {
    background-color: #fc3;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 5px;
    line-height: normal;
    font-size: 12px
}

.salon-screen .salon__item .item__tag-list {
    position: static;
    background: #f4933c;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    margin-bottom: 8px;
    margin-right: 2px
}

.salon-screen .salon__item .item__tag-list.bg-green {
    background: #11b14b;
    border-radius: 4px
}

.salon-screen .salon__item .item__tag-topSalon {
    position: static;
    font-weight: 600;
    border-radius: 4px;
    margin: 0 0 8px
}

.salon-screen .salon__item .item.highlight {
    border-radius: 4px;
    border: 1px solid #fc3;
    padding-bottom: 15px
}

.salon-screen .salon__item .tag {
    display: flex;
    margin: 0 -10px 5px
}

.salon-screen .salon__item .tag__item {
    background: #11b14b;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    margin: 0 10px;
    position: relative
}

.salon-screen .salon__item .tag__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    height: 100%;
    width: 12px;
    border-bottom: 22px solid #11b14b;
    border-left: 12px solid transparent
}

.salon-screen .salon__item .tag__item--speed:after {
    left: 100%;
    border-bottom: 22px solid transparent;
    border-left: 12px solid #11b14b
}

.salon-screen .salon__nearly {
    background-color: #fff
}

.salon-screen .salon__nearly .expand {
    border-top: 1px solid #e8e8e8;
    margin: 0 15px;
    padding: 30px 0
}

.salon-screen .salon__nearly .expand__text {
    color: #0d69f2;
    text-decoration: underline;
    cursor: pointer;
    font-style: italic;
    text-align: center;
    font-size: 14px
}

.salon-screen .salon .selected-district,.salon-screen .salon__list {
    background-color: #fff
}

.salon-screen .salon .selected-district .district {
    position: relative;
    margin: 15px 15px 0;
    display: inline-block;
    min-width: 175px
}

.salon-screen .salon .selected-district .district__box {
    padding: 4px 16px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: baseline;
    justify-content: space-between
}

.salon-screen .salon .selected-district .district__box .text {
    padding-right: 10px;
    font-weight: 600
}

.salon-screen .salon .selected-district .district__box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px
}

.salon-screen .salon .selected-district .district__dropdown {
    position: absolute;
    top: 100%;
    max-height: 270px;
    overflow-y: auto;
    right: 0;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
    width: 100%
}

.salon-screen .salon .selected-district .district__dropdown::-webkit-scrollbar {
    width: 7px;
    background-color: #ccc
}

.salon-screen .salon .selected-district .district__dropdown::-webkit-scrollbar-thumb {
    background-color: #3f3602;
    border-radius: 4px
}

.salon-screen .salon .selected-district .district__item {
    padding: 7px 15px;
    border-bottom: .5px solid #e8e8e8;
    font-size: 14px;
    cursor: pointer
}

.salon-screen .salon .selected-district .district__item .ant-tag {
    border: none;
    background: #e8e8e8;
    border-radius: 4px;
    display: none
}

.salon-screen .salon .selected-district .district__item:hover {
    background-color: #ccc
}

.salon-screen .show {
    animation: showList .5s forwards
}

.salon-screen .close {
    animation: closeList .5s forwards
}

.new-top-navigator {
    display: flex;
    align-items: center;
    padding: 10px 0;
    position: relative
}

.new-top-navigator .fa-arrow-left {
    padding: 4px;
    position: absolute;
    left: 5px;
}

.new-top-navigator span {
    font-size: 18px;
    font-family: be vietnam pro,sans-serif;
    font-weight: 600;
    flex: 1 1;
}


.booking-service {
    font-family: be vietnam pro,sans-serif;
    position: relative
}

.booking-service img {
    width: 100%
}

.booking-service .bot-message img {
    width: 55px
}

.booking-service .noti-genz {
    font-family: Be;
    font-size: 13px;
    text-align: center;
    color: #000;
    background: #30e973;
    padding: 4px 6px;
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateY(-50px);
    letter-spacing: -.5px
}

.booking-service .animateOpen {
    animation: moveOpen 10s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1s
}

@keyframes moveOpen {
    0% {
        transform: translateY(-150px)
    }

    10% {
        transform: translate(0)
    }

    12% {
        transform: translate(0)
    }

    16% {
        transform: translate(0)
    }

    80% {
        transform: translate(0)
    }

    85% {
        transform: translateY(5px)
    }

    to {
        transform: translateY(-150px)
    }
}

.booking-service .swiper_button {
    display: none;
    position: absolute;
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    color: #5f5f5f;
    cursor: pointer;
    border-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none
}

.booking-service .swiper_button .swiper_button_icon {
    font-size: 34px;
    display: flex
}

.booking-service .swiper_button.button_next {
    right: -50px
}

.booking-service .swiper_button.button_prev {
    left: -50px
}

.booking-service .swiper_button:focus {
    outline: none;
    box-shadow: none
}

.booking-service .swiper_button_disable {
    color: #b9b7b7;
    cursor: not-allowed
}

.booking-service .swiper_button_disable:hover {
    color: #dfdbdb;
    border-color: transparent;
    background: 0 0
}

.booking-service .service {
    background-color: #fff;
    padding: 0 8px 8px;
    margin-bottom: 8px
}

.booking-service .service__category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 8px 16px
}

.booking-service .service__category .category__name {
    font-weight: 600;
    font-size: 16px;
    color: #111;
    padding-right: 5px;
    text-transform: uppercase
}

.booking-service .service__category .category__number {
    font-weight: 500;
    font-size: 14px;
    color: #767676;
    white-space: nowrap
}

.booking-service .service__list {
    position: relative
}

.booking-service .service__list .list__item {
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    overflow: hidden;
    max-width: 250px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

.booking-service .service__list .list__item .item__upsale {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,.2);
    padding: 7px;
    border-radius: 6px;
    width: 100%;
    height: 100%
}

.booking-service .service__list .list__item .item__upsale .upsale {
    padding: 8px;
    width: 100%;
    height: 100%;
    background: #fffdeb;
    border: .5px solid #fff4b6;
    border-radius: 4px;
    display: flex;
    flex-flow: column
}

.booking-service .service__list .list__item .item__upsale .upsale .pagination {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    display: flex;
    justify-content: center
}

.booking-service .service__list .list__item .item__upsale .upsale .pagination .swiper-pagination-bullet {
    background: #ffe985;
    opacity: 1;
    width: 6px;
    height: 6px;
    margin: 0 2px
}

.booking-service .service__list .list__item .item__upsale .upsale .pagination .swiper-pagination-bullet-active {
    background: #fabd05
}

.booking-service .service__list .list__item .item__upsale .upsale__image {
    position: relative
}

.booking-service .service__list .list__item .item__upsale .upsale__title {
    font-size: 12px;
    color: #111;
    padding-top: 6px;
    font-weight: 500
}

.booking-service .service__list .list__item .item__upsale .upsale__action {
    color: #222;
    font-weight: 600;
    font-size: 11px;
    display: flex;
    align-items: center;
    padding-top: 5px;
    margin-top: auto
}

.booking-service .service__list .list__item .item__upsale .upsale__action .action__cancel {
    padding: 4px 2px;
    text-align: center;
    border: 1px solid #222;
    border-radius: 4px;
    flex: auto;
    cursor: pointer
}

.booking-service .service__list .list__item .item__upsale .upsale__action .action__ok {
    flex: auto;
    border: 1px solid #fc3;
    background: #fc3;
    border-radius: 4px;
    padding: 4px 2px;
    text-align: center;
    margin-left: 6px;
    cursor: pointer
}

.booking-service .service__list .list__item .item__upsale .upsale__success {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%
}

.booking-service .service__list .list__item .item__tag {
    position: absolute;
    top: -1px;
    left: -1px;
    background: #11b14b;
    color: #fff;
    font-size: 13px;
    border-radius: 6px 0 6px 0;
    padding: 5px 10px
}

.booking-service .service__list .list__item .item__tag.used {
    background: #ff8400
}

.booking-service .service__list .list__item .item__title {
    font-size: 12px;
    color: #111;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 36px;
    white-space: pre-line;
    margin: 4px 5px 5px 8px
}

.booking-service .service__list .list__item .item__description {
    margin: 0 8px 8px;
    font-size: 10px;
    color: #5f5f5f;
    white-space: pre-line;
    font-weight: 300
}

.booking-service .service__list .list__item .item__price {
    margin: auto 8px 10px;
    font-size: 14px;
    color: #111;
    font-weight: 600
}

.booking-service .service__list .list__item .item__button {
    margin: 0 8px 8px;
    border: 1px solid #111;
    border-radius: 3px;
    color: #111;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    font-weight: 600;
    transition: all .3s;
    cursor: pointer
}

.booking-service .service__list .list__item .item__button img {
    display: none
}

.booking-service .service__list .list__item .item__button.isChecked {
    background: #ffd65c;
    border-color: #ffd65c
}

.booking-service .service__list .list__item .item__button.isChecked img {
    display: block;
    width: 14px;
    margin-right: 5px
}

.booking-service .service__list .list__item .meta__oldPrice {
    text-decoration: line-through;
    font-weight: 300
}

.booking-service .service__list .list__item .meta__newPrice {
    padding-right: 10px
}

.booking-service .isHighlight {
    z-index: 9;
    position: relative;
    background-color: #f8f9ff
}

.booking-service .bot {
    padding: 8px;
    background: #f7f7f7
}

.booking-service .box-switch {
    cursor: pointer
}

.booking-service .box-switch__button {
    margin-left: auto;
    height: 28px;
    width: 48px;
    background-color: #d1d1d1
}

.booking-service .box-switch__button .ant-switch-inner img {
    width: 12px;
    height: 12px
}

.booking-service .box-switch__button.ant-switch-checked {
    background-color: #fc3
}

.booking-service .box-switch__button.ant-switch-checked:focus {
    box-shadow: 0 0 0 2px rgba(255,204,51,.2)
}

.booking-service .box-switch__button.ant-switch-checked .ant-switch-handle {
    left: calc(100% - 26px)
}

.booking-service .box-switch__button.ant-switch-checked .ant-switch-inner img {
    width: 16px;
    height: 16px
}

.booking-service .box-switch__button .ant-switch-handle {
    top: 2px;
    width: 24px;
    height: 24px
}

.booking-service .box-switch__button .ant-switch-handle:before {
    border-radius: 50%
}

.booking-service .box-switch__button .ant-click-animating-node {
    background-color: #fc3
}

.floating-service {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
    background-color: rgba(0,0,0,.45)
}

.floating-service.isHighLight {
    position: absolute
}

.service-category-tab .ant-anchor-wrapper {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #d1d1d1
}

.service-category-tab .ant-anchor-wrapper .ant-anchor {
    padding: 0
}

.service-category-tab .ant-anchor-wrapper .ant-anchor .ant-anchor-ink {
    display: none
}

.service-category-tab .swiper-slide {
    width: auto;
    margin-bottom: -1px
}

.service-category-tab .swiper-slide .ant-anchor-link {
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 7px;
    border-bottom: 3px solid transparent;
    line-height: 1.6
}

.service-category-tab .swiper-slide .ant-anchor-link:hover {
    font-weight: 600
}

.service-category-tab .swiper-slide .ant-anchor-link:hover .ant-anchor-link-title {
    color: #000
}

.service-category-tab .swiper-slide.category-active .ant-anchor-link {
    border-color: #fc3;
    font-weight: 600
}

.service-category-tab .swiper-slide.category-active .ant-anchor-link .ant-anchor-link-title-active {
    color: #000
}

.main-screen .box-time {
    font-family: Oswald;
    font-size: 18px;
    color: #222;
    margin-top: 15px
}

.main-screen .box-time .swiper-wrapper {
    align-items: flex-end
}

.main-screen .box-time .swiper_button {
    display: none;
    position: absolute;
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    color: #5f5f5f;
    cursor: pointer;
    border-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none
}

.main-screen .box-time .swiper_button:after {
    content: none
}

.main-screen .box-time .swiper_button .swiper_button_icon {
    font-size: 34px;
    display: flex
}

.main-screen .box-time .swiper_button.button_prev {
    left: -50px
}

.main-screen .box-time .swiper_button.button_next {
    right: -50px
}

.main-screen .box-time .swiper_button_disable {
    color: #b9b7b7;
    cursor: not-allowed
}

.main-screen .box-time .swiper_button_disable:hover {
    color: #dfdbdb;
    border-color: transparent
}

.main-screen .box-time .box-time_gr {
    display: flex;
    flex-wrap: wrap;
}

.main-screen .box-time .box-time_item {
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 8px;
    cursor: pointer;
    width: 80px;
    margin-right: 8px;
}

.main-screen .box-time .unavailable {
    border: 1px solid #d1d1d1;
    background: #e8e8e8;
    color: #a3a3a3;
    cursor: not-allowed
}

.main-screen .box-time .has-choice {
    background: #fc3;
    border: 1px solid transparent
}

.main-screen .box-time .hide-time {
    display: none
}

.main-screen .time-box-high-light {
    animation-name: highLightBorder;
    border: 1px solid transparent;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}
.relative {
    position: relative;
}
.border-red-error {
    border-color: red !important;
}


.modal-booking-v2 .ant-modal-content {
    background: #fff;
    box-shadow: 0 2px 12px rgba(89,89,89,.25);
    border-radius: 4px!important;
    padding: 16px 24px 24px;
}

.modal-booking-v2 .close-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.ant-modal-content .ant-modal-body {
    font-family: be vietnam pro,sans-serif;
    font-weight: 300;
    color: #111;
    font-size: 16px;
}

.modal-booking-v2 .modal-booking_description {
    font-size: 16px;
    margin-bottom: 24px;
}

.modal-booking-v2 .modal-booking_title {
    font-family: be vietnam pro,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-booking-v2 .modal-booking_input-phone {
    padding: 10px 18px;
    border-radius: 4px;
    margin-bottom: 2px;
}
.modal-booking-v2 .button-booking {
    display: inline-block;
    width: 100%;
    background: #fc3;
    height: auto;
    padding: 8px;
    border-radius: 4px;
}


.dropdown {
    width: 100%;
    position: relative;
}
.dropdown-btn {
    font-size: 16px;
    background: white;
    border: 1px solid black;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    padding: 0 30px;
    cursor: pointer;
}
.dropdown-btn:hover,
.dropdown-btn:focus {
    background: #f2f2f2;
}

.dropdown-items {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e8e8e8;
    padding: 8px 5px;
    border-radius: 4px;
    background-color: white;
    z-index: 999;
    width: 100%;
}
.dropdown-item {
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    border: solid 1px #e8e8e8;
    margin: 1px;
    font-size: .875rem;
}
.dropdown-item:not(first-child) {
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-item:not(last-child) {
    padding-top: 10px;
    padding-bottom: 10px;
}

.isVisible {
    visibility: visible;
}
.isHidden {
    visibility: hidden;
}

