.new-top-navigator {
    display: flex;
    align-items: center;
    padding: 10px 0;
    position: relative
}

.new-top-navigator span {
    font-size: 18px;
    font-family: be vietnam pro,sans-serif;
    font-weight: 600;
    flex: 1 1
}

.new-top-navigator img {
    padding: 4px;
    position: absolute;
    left: 5px
}

.new-top-navigator .note-price {
    font-family: Be;
    color: #000;
    font-size: 14px;
    position: absolute;
    right: 15px
}

.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: 1024px;
    margin: auto
}

.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
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .booking-single-screen {
        margin-top:0
    }

    .booking-single-screen .body {
        display: flex;
        flex-direction: column;
        /* min-height: calc(100vh - 28vh); */
    }

    .booking-single-screen .body-mobile {
        min-height: 100vh!important
    }
}

.spin-booking {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #1b1b1b;
    opacity: .5;
    text-align: center
}

.spin-booking .ant-spin {
    position: absolute;
    top: 40%;
    transform: translateX(-50%)
}

.spin-booking .ant-spin .ant-spin-dot-item {
    background: #fc3
}

.main-screen .stylist .bot-message {
    margin-top: 8px;
    margin-bottom: 0
}

.stylist {
    font-family: be vietnam pro,sans-serif;
    font-weight: 300;
    color: #000
}

.stylist .hide-stylist {
    display: none!important
}

.stylist .suggestion {
    padding: 7px 10px;
    background: #e6e6e6;
    font-size: 15px
}

.stylist .loading-stylist {
    opacity: .5
}

.stylist .content {
    display: flex;
    position: relative;
    font-size: 13px;
    text-align: center
}

.stylist .content .left {
    width: 20%;
    padding: 10px 0
}

.stylist .content .right {
    padding: 10px 5px 10px 0;
    width: 80%;
    text-transform: capitalize
}

.stylist .content .right .item {
    cursor: pointer
}

.stylist .content .right .name-stylist {
    font-size: 13px;
    text-transform: capitalize
}

.stylist .content .right ._befor {
    font-family: be vietnam pro,sans-serif;
    font-weight: 300;
    font-size: 10px;
    text-align: center;
    color: #000;
    padding: 3px 5px
}

.stylist .content .right .btn-action {
    width: 40px;
    height: 40px;
    background: #000;
    opacity: .5;
    border-radius: 50%;
    padding: 12px;
    display: flex;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    top: calc(50% - 40px)
}

.stylist .content .right .btn-action .icon-btn {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
    padding: 0
}

.stylist .content .right .btn-left {
    left: 0
}

.stylist .content .right .btn-right {
    right: 0
}

.stylist .content .right .btn_hide {
    display: none
}

.stylist .content .user-default,.stylist .content img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    margin: auto;
    border: 2px solid #fff
}

.stylist .content .user-default {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8e8e8
}

.stylist .content .user-default .img-user {
    width: 34px;
    height: 34px;
    border: none
}

.stylist .content .icon-check {
    width: 20px;
    height: 20px;
    bottom: 0;
    position: absolute;
    right: 2%;
    border: none!important
}

.stylist .content .icon-check-default {
    width: 20px;
    height: 20px;
    bottom: -4%;
    position: absolute;
    right: 0;
    border: none!important
}

.stylist .content .isActive img {
    border: 3px solid #f0b000
}

.stylist .content .isActive .user-default {
    border: 3px solid #f0b000;
    background: #fff4b6
}

.stylist .content .text-lock-stylist {
    color: #111;
    font-size: 18px;
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.stylist .content .text-lock-stylist a {
    background: #fc3;
    padding: 2px 10px;
    color: #000;
    cursor: pointer;
    border-radius: 2px
}

.stylist .content .text-lock-stylist .content-text {
    background: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    padding: 7px
}

.stylist .infomation {
    font-family: HelveticaVn-LtCn;
    font-weight: 700;
    padding: 10px;
    background: #ededed
}

.stylist .infomation-user-default {
    text-align: center
}

.stylist .infomation-user-default img {
    margin: 20px 0
}

.stylist .infomation-user {
    font-size: 17px
}

.stylist .infomation-user .images {
    margin: 0 -5px
}

.stylist .infomation-user .images .img {
    border-radius: 5px;
    padding: 5px
}

.stylist .infomation-user .images .img img {
    width: 100%;
    border: 1px solid #ccc
}

.stylist .infomation-user .style-data {
    font-size: 17px;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 700
}

.stylist .ant-collapse {
    border-radius: 0;
    border: none
}

.stylist .ant-collapse .ant-collapse-item {
    border-radius: 0!important;
    margin-bottom: 0!important;
    background-color: #e6e6e6!important
}

.stylist .ant-collapse .ant-collapse-item .ant-steps-item-icon {
    margin-right: 5px
}

.stylist .ant-collapse .ant-collapse-item .ant-collapse-header {
    border-radius: 0;
    font-size: 20px;
    font-family: font_Cafeta
}

.stylist .ant-collapse .ant-collapse-item .ant-collapse-header i {
    font-size: 20px
}

.stylist .ant-collapse .ant-collapse-item .ant-collapse-header img {
    margin-bottom: 5px
}

.stylist .ant-collapse .ant-collapse-item .ant-collapse-content {
    border-radius: 0;
    border: none
}

.stylist .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper {
    width: 22%;
    border: 1px solid #ccc;
    padding: 3px 0;
    margin-bottom: 5px
}

.stylist .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper span {
    padding: 0 0 0 5px;
    font-family: HelveticaVn-BlkCn;
    font-size: 10px
}

.stylist .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #000;
    border-color: #000
}

.stylist .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner:after {
    background-color: #000!important
}

.stylist .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
    padding: 0
}

.stylist__dropdown {
    font-family: be vietnam pro,sans-serif;
    align-items: center;
    color: #111;
    font-size: 14px;
    font-weight: 500
}

.stylist__dropdown>span {
    margin-right: 10px
}

.stylist__dropdown>span img {
    width: 20px;
    height: 20px
}

.stylist__dropdown>span+span {
    margin-right: 5px;
    align-self: flex-end
}

.stylist .bot-message__stylist {
    display: block;
    margin-left: 0;
    width: 100%
}

.stylist .bot-message__stylist .stylist-selected {
    font-family: be vietnam pro,sans-serif;
    font-weight: 300
}

.stylist .bot-message__stylist .stylist-selected img {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin-right: 0
}

.stylist .bot-message__stylist .stylist-selected .stylist__top {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.stylist .bot-message__stylist .stylist-selected .stylist__top .skill {
    display: flex;
    margin: 0 -10px 5px
}

.stylist .bot-message__stylist .stylist-selected .stylist__top .skill__content {
    position: relative;
    padding: 0 10px
}

.stylist .bot-message__stylist .stylist-selected .stylist__top .skill__content:before {
    content: "|";
    position: absolute;
    top: 0;
    left: -2px
}

.stylist .bot-message__stylist .stylist-selected .stylist__top .skill__content:first-child:before {
    content: none
}

.stylist .bot-message__stylist .stylist-selected .stylist__top .name {
    margin: 0 15px 5px 0
}

.stylist .bot-message__stylist .stylist-selected .stylist__content {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px
}

.stylist .bot-message__stylist .stylist-selected .stylist__listImage {
    margin-top: 3px
}

.stylist .bot-message__stylist .stylist-selected .stylist__listImage .image {
    position: relative;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
    .stylist .suggestion {
        padding:5px 10px;
        font-size: 12px
    }

    .stylist .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper {
        width: calc(33% - 8px);
        border-radius: 2px
    }

    .stylist .ant-collapse .ant-collapse-item .ant-collapse-content .ant-checkbox-wrapper span {
        font-size: 12px
    }

    .stylist .content .left {
        width: 22%
    }

    .stylist .content .right {
        width: 78%
    }

    .stylist .content .right .btn-action {
        display: none
    }
}

.detail-stylist {
    background-color: #fff
}

.detail-stylist img {
    width: 48px;
    height: 48px;
    border-radius: 30px;
    border: 1px solid #ccc
}

.detail-stylist .star {
    padding: 0 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.detail-stylist .star .icon-star {
    font-size: 14px;
    margin-right: 6px
}

.detail-stylist .btn-close {
    top: -21px;
    right: -9px;
    width: 20px;
    height: 20px
}

.detail-stylist .btn-close img {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0
}

.list-img {
    margin-top: 10px
}

.list-img img {
    width: 25%;
    max-width: 85px;
    padding: 2px
}

.ant-popover-placement-top {
    padding-bottom: 0
}

.popover-stylist .ant-popover-content {
    box-shadow: 0 1px 6px rgba(0,0,0,.12);
    border-radius: 8px;
    overflow: hidden
}

.popover-stylist .ant-popover-title {
    padding: 20px 12px 12px
}

.popover-stylist .ant-popover-inner-content {
    padding: 12px 12px 17px
}

.modal-stylist {
    top: 10%;
    font-family: be vietnam pro,sans-serif;
    font-weight: 300
}

.modal-stylist .ant-modal-header {
    padding: 10px;
    border-bottom: none
}

.modal-stylist .ant-modal-header .ant-modal-title {
    padding: 0 30px;
    line-height: 31px;
    font-size: 22px
}

.modal-stylist .ant-modal-content {
    border-radius: 0;
    text-align: center
}

.modal-stylist .ant-modal-content .ant-modal-body {
    padding-top: 10px
}

.modal-stylist .ant-modal-content .ant-modal-body .btn-action {
    background: #fdd800;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: 700;
    font-family: Oswald;
    text-transform: uppercase
}

.modal-stylist .ant-modal-content .ant-modal-body .name-stylist {
    font-family: be vietnam pro,sans-serif;
    font-weight: 600;
    text-transform: capitalize
}

.modal-stylist .ant-modal-content .ant-modal-body .btn-change-salon {
    font-family: Oswald;
    text-transform: uppercase;
    margin-top: 20px
}

.extension {
    font-family: be vietnam pro,sans-serif;
    flex: 1 1;
    margin-top: 24px
}

.extension .item {
    margin-bottom: 12px
}

.extension .item:last-child {
    margin-bottom: 0
}

.extension .ant-checkbox-wrapper {
    font-size: 14px;
    color: #111
}

.extension textarea.ant-input {
    margin-bottom: 10px
}

.extension .advice-extension__text {
    font-weight: 300;
    font-size: 14px;
    color: #3d3d3d
}

.extension .advice-extension__switch {
    align-self: center;
    margin-bottom: 10px;
    margin-left: auto;
    background: #bababa;
    height: 18px;
    width: 40px;
    flex: 0 0 42px;
    min-width: 40px;
    box-shadow: none
}

.extension .advice-extension__switch .ant-switch-handle {
    width: 24px;
    height: 24px;
    top: -3px;
    left: -1px
}

.extension .advice-extension__switch .ant-switch-handle:before {
    background: #e8e8e8;
    border-radius: 100px;
    box-shadow: 0 3px 8px rgba(0,0,0,.24)
}

.extension .advice-extension__switch .ant-switch-handle:focus {
    box-shadow: none;
    outline: none
}

.extension .advice-extension__switch.ant-switch-checked {
    background: #ffe985
}

.extension .advice-extension__switch.ant-switch-checked .ant-switch-handle {
    left: calc(100% - 25px)
}

.extension .advice-extension__switch.ant-switch-checked .ant-switch-handle:before {
    background: #fc3
}

.extension .advice-extension__switch.ant-switch-checked:focus,.extension .advice-extension__switch:focus {
    box-shadow: none;
    outline: none
}

.extension .ant-divider {
    margin: 14px 0
}

.extension .ant-checkbox {
    border-radius: 4px;
    overflow: hidden
}

.extension .ant-checkbox-inner {
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    width: 24px;
    height: 24px
}

.extension .ant-checkbox-inner:after {
    border-color: #fff!important;
    width: 8px;
    height: 16px;
    border-width: 3px
}

.extension .note__input textarea {
    font-weight: 300;
    border-color: #fabd05;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 5px;
    height: 35px
}

.extension .note__input textarea:focus {
    outline: none;
    box-shadow: none
}

.extension .skinner .ant-select {
    width: auto!important;
    min-width: 120px;
    position: relative
}

.extension .skinner .ant-select .ant-select-selector {
    border: 1px solid #a3a3a3;
    border-radius: 4px
}

.extension .skinner .ant-select .ant-select-selector .ant-select-selection-item {
    padding-right: 15px;
    text-transform: capitalize
}

.extension .skinner .ant-select .ant-select-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 24px;
    height: 24px;
    margin-top: 0
}

.extension .skinner .ant-select.ant-select-focused .ant-select-selector {
    box-shadow: none;
    border-color: #a3a3a3
}

.skinner-dropdown .ant-select-item-option-selected {
    background-color: #ffe985
}

.skinner-dropdown .ant-select-item-option-content {
    text-transform: capitalize
}

.skinner-dropdown .rc-virtual-list-holder::-webkit-scrollbar-track {
    background-color: #fff
}

.skinner-dropdown .rc-virtual-list-holder::-webkit-scrollbar {
    width: 8px;
    background-color: #fff
}

.skinner-dropdown .rc-virtual-list-holder::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(0,0,0,.5)
}

.modal-checkbox .ant-modal-content {
    padding: 24px 0
}

.modal-checkbox .ant-modal-body {
    padding: 12px 24px
}

.modal-checkbox .ant-modal-header {
    border: none
}

.modal-checkbox .ant-modal-title {
    margin: auto;
    font-family: Oswald;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 70%;
    text-align: center
}

.modal-checkbox .btn {
    font-family: Oswald;
    margin: 10px auto;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    padding: 5px 20px;
    cursor: pointer
}

.modal-checkbox .btn-top {
    background-color: #fdd800;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase
}

.modal-checkbox .btn-bottom {
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase
}

.modal-checkbox .text-checkbox {
    text-align: center
}

@media(min-width: 769px) {
    .extension .box-content {
        padding:0 15px;
        font-size: 15px
    }

    .extension .ant-checkbox-wrapper {
        font-size: 15px
    }
}

.suggestion-salon .icon {
    padding-right: 10px
}

.suggestion-salon__text {
    color: #109f44;
    font-family: be vietnam pro,sans-serif;
    font-size: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    cursor: pointer;
    font-weight: 300
}

.suggestion-salon__list {
    margin-top: 12px
}

.suggestion-salon__list .list__item .item {
    padding-bottom: 15px
}

.suggestion-salon__list .list__item .item:last-child {
    padding-bottom: 0
}

.suggestion-salon__list .list__item .item__head {
    cursor: default
}

.suggestion-salon__list .list__item .item__head .head__icon {
    margin-bottom: 8px
}

.suggestion-salon__list .list__item .item__head .head__name {
    font-size: 14px;
    color: #000;
    padding: 0 10px;
    margin-bottom: 8px
}

.suggestion-salon__list .list__item .item__head .head__location {
    background: #11b14b;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 0 12px;
    margin-bottom: 14px;
    display: inline-block;
    margin-left: 34px
}

.suggestion-salon__list .list__item .item__box-time .box-time {
    position: relative;
    margin-top: 0
}

@media screen and (min-width: 768px) {
    .suggestion-salon__list .list__item .item__box-time .box-time .swiper_button {
        display:block
    }
}

.suggestion-salon__list .list__item .item__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;
    font-family: Oswald;
    font-size: 18px;
    color: #222
}

.suggestion-salon__list .list__item .item__box-time .box-time__item.has-choice {
    background: #fc3;
    border: 1px solid transparent
}

.suggestion-salon__date {
    margin: 16px 0 0
}

@keyframes fadeInUp {
    0% {
        transform: translate3d(0,40px,0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    animation-duration: .5s;
    animation-fill-mode: both
}

.modal-change-service-salon-backup {
    top: 10%;
    font-family: be vietnam pro,sans-serif;
    font-weight: 300
}

.modal-change-service-salon-backup .ant-modal-header {
    padding: 10px;
    border-bottom: none
}

.modal-change-service-salon-backup .ant-modal-header .ant-modal-title {
    padding: 0 24px;
    line-height: 31px;
    font-size: 20px;
    text-transform: uppercase
}

.modal-change-service-salon-backup .ant-modal-content {
    border-radius: 0;
    text-align: center
}

.modal-change-service-salon-backup .ant-modal-content .ant-modal-body {
    padding-top: 0
}

.modal-change-service-salon-backup .ant-modal-content .ant-modal-body .btn-action {
    background: #fdd800;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: 700;
    font-family: Oswald;
    text-transform: uppercase;
    flex: auto
}

.modal-change-service-salon-backup .ant-modal-content .ant-modal-body .btn-cancel {
    font-family: Oswald;
    text-transform: uppercase;
    flex: auto
}

.main-screen {
    font-family: be vietnam pro,sans-serif;
    font-weight: 300;
    color: #000;
    background: #fff;
    padding: 30px 15px 0;
    position: relative
}

.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 {
    width: 100%
}

.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
}

.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
}

@keyframes highLightBorder {
    0% {
        border: 1px solid #fff
    }

    to {
        border: 1px solid #fc3
    }
}

.main-screen .item-time-box {
    border-bottom: 1px solid #ccc;
    font-size: 16px
}

.main-screen .item-time-box span {
    font-size: 14px
}

.main-screen .item-time-box .my-radio {
    height: 18px;
    width: 18px;
    border-radius: 25px;
    border: 1px solid #151515;
    margin-right: 10px
}

.main-screen .item-time-box .not-free {
    background-color: #e54d3e;
    padding: 2px 5px;
    margin-right: 10px
}

.main-screen .has-expired-time {
    cursor: not-allowed
}

.main-screen .has-expired-time .other-choice {
    color: #ccc
}

.main-screen .has-expired-time .not-free {
    background-color: #ccc
}

.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
}

.main-screen__block .block__wrapper .wrapper__swiper .swiper__salon {
    color: #000;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    width: auto!important;
    border: 1px solid #a3a3a3;
    border-radius: 8px;
    padding: 7px 10px;
    height: auto;
    margin-right: 10px
}

.main-screen__block .block__wrapper .wrapper__swiper .swiper__salon:hover {
    background-color: #f7f7f7
}

.main-screen__block .block__wrapper .wrapper__swiper .swiper__salon.buttonSalonNear {
    display: flex;
    border: 1px solid rgba(129,39,77,.8)
}

.main-screen__block .block__wrapper .wrapper__swiper .swiper__salon.buttonSalonNear img {
    width: 20px;
    margin-right: 5px
}

.main-screen__block .block__wrapper .wrapper__warning {
    background: #ebf7ef;
    border: 1px solid #c1e4ca;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 5px 15px;
    font-size: 12px;
    color: #111;
    margin-top: 10px
}

.main-screen__block .block .stylist {
    margin: 16px 0
}

.main-screen .bot-message-minimal {
    background: #ebf7ef;
    border: 1px solid #11b14b;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px 10px
}

.main-screen .bot-message-minimal p,.main-screen .bot-message-minimal span {
    color: #111;
    font-size: 12px;
    margin: 0
}

.main-screen .bot-message {
    margin-bottom: 15px
}

.modal-salon-backup .ant-modal-title {
    font-size: 18px
}

.modal-salon-backup .ant-modal-body {
    padding: 16px 15px
}

.modal-salon-backup .ant-modal-body .item {
    border-bottom: 1px solid #ccc;
    cursor: pointer
}

.modal-salon-backup .ant-modal-body .item:hover {
    background-color: #eee
}

.modal-salon-backup .ant-modal-body .not-data {
    padding-bottom: 30px
}

@media screen and (min-width: 768px) {
    .main-screen #box-time .swiper_button {
        display:flex
    }
}

.modal-suggest-service .banner {
    margin: 0
}

.modal-suggest-service .banner img {
    width: 100%
}

.modal-suggest-service .ant-modal-body {
    padding: 0
}

.modal-suggest-service .title {
    padding: 5px 7px;
    font-size: 14px;
    color: #3d3d3d
}

.modal-suggest-service .ant-checkbox-wrapper+.ant-checkbox-wrapper {
    margin-left: 0
}

.modal-suggest-service .price {
    padding: 0 7px;
    font-weight: 600;
    font-size: 16px
}

.modal-suggest-service .price span {
    font-weight: 500;
    font-size: 12px;
    padding-left: 5px
}

.modal-suggest-service .content {
    padding: 7px
}

.modal-suggest-service .ant-modal-content {
    border-radius: 4px!important;
    overflow: hidden
}

.modal-suggest-service .ant-modal-footer {
    display: flex;
    justify-content: center;
    padding: 5px 7px 12px;
    border: none
}

.modal-suggest-service .ant-modal-footer .ant-btn {
    border: 1px solid #5f5f5f;
    border-radius: 4px;
    padding: 6px;
    font-size: 16px;
    text-align: center;
    color: #000;
    height: unset;
    font-weight: 600;
    line-height: normal;
    flex: auto
}

.modal-suggest-service .ant-modal-footer .ant-btn-primary {
    background: #fc3;
    border: 1px solid #fc3
}

.my-swiper {
    position: relative
}

.my-swiper .btn-action {
    color: #ccc;
    font-size: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    cursor: pointer
}

.my-swiper .left {
    left: -44px
}

.my-swiper .right {
    right: -44px
}

.my-swiper .btn_hide {
    display: none
}

.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
}

@keyframes showList {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes closeList {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.salon-screen .min-height-220 {
    min-height: 220px
}

.salon-screen .min-height-455 {
    min-height: 455px
}

.box-salon-off {
    border: 1px solid #d1d1d1;
    margin-bottom: 10px;
    border-radius: 5px
}

.box-salon-off .distance {
    display: flex
}

.box-salon-off .distance img {
    width: 14px;
    margin-right: 5px
}

.box-salon-off .distance span {
    font-size: 12px;
    color: #767676
}

@media only screen and (min-width: 768px) {
    .salon-screen .salon__list-address .list-address .btn-navigation {
        width:40px;
        height: 40px;
        background: #000;
        opacity: .8;
        border-radius: 50%;
        padding: 12px;
        position: absolute;
        cursor: pointer;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        left: -35px;
        display: flex
    }

    .salon-screen .salon__list-address .list-address .btn-navigation.btn-right {
        right: -40px;
        left: inherit
    }

    .salon-screen .salon__list-address .list-address .btn-navigation.btn_hide {
        display: none
    }
}

.service__landing {
    font-family: be vietnam pro,sans-serif;
    font-weight: 300;
    background-color: #fff;
    color: #111
}

.service__landing .landing__banner {
    position: relative
}

.service__landing .landing__banner .btn-back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 10px 0 0 10px;
    cursor: pointer
}

.service__landing .landing__banner .btn-back img {
    width: 40px
}

.service__landing .landing__banner .banner__media {
    height: auto
}

.service__landing .landing__banner .banner__media:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1
}

.service__landing .landing__banner .banner__media .media {
    position: relative;
    padding-bottom: 0;
    height: 100%
}

.service__landing .landing__banner .banner__media .media iframe {
    height: 100%;
    width: 100%
}

.service__landing .landing__banner .banner__media .media iframe .ytp-large-play-button {
    display: none
}

.service__landing .landing__banner .number {
    position: absolute;
    z-index: 1;
    bottom: 8px;
    right: 8px;
    background: #a4a4a4;
    border-radius: 12px;
    font-size: 12px;
    padding: 2px 10px;
    color: #000;
    font-weight: 600
}

.service__landing .landing__head {
    padding-top: 16px;
    display: flex;
    justify-content: space-between
}

.service__landing .landing__title {
    font-weight: 600;
    font-size: 18px;
    white-space: pre-line
}

.service__landing .landing__timeService {
    text-align: center;
    padding-left: 15px
}

.service__landing .landing__timeService img {
    width: 20px
}

.service__landing .landing__timeService span {
    display: block;
    font-size: 12px;
    white-space: nowrap
}

.service__landing .landing__price {
    color: #f95349;
    margin: 8px 0 24px;
    font-weight: 600;
    display: flex
}

.service__landing .landing__price .oldPrice {
    color: #000;
    font-weight: 300;
    margin-left: 10px;
    text-decoration: line-through
}

.service__landing .landing__titleContent {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    white-space: pre-line
}

.service__landing .landing__content {
    color: #5f5f5f;
    font-size: 14px;
    margin-bottom: 32px;
    white-space: pre-line
}

.service__landing .landing__titleStep {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    white-space: pre-line
}

.service__landing .landing__imagesStep .imagesStep {
    padding-bottom: 10px
}

.service__landing .pd-15 {
    padding: 0 15px
}

.service__landing .loading__banner {
    width: 100%;
    height: 300px
}

.service__landing .loading__title {
    padding: 0 15px
}

.service__landing .button-next {
    background-color: #fff;
    border: 1px solid #000
}

.service__landing .button-next.isChosen {
    border: none;
    background-color: #fc3
}

.service__landing .button-next.isChosen img {
    width: 24px;
    margin-right: 10px
}

.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
}

.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
}

@media screen and (min-width: 500px) {
    .booking-service .swiper_button {
        display:block
    }

    .booking-service .service__list .list__item .item__title {
        font-size: 14px;
        min-height: 44px
    }

    .booking-service .service__list .list__item .item__description {
        font-size: 12px;
        color: #5f5f5f
    }

    .booking-service .service__list .list__item .item__upsale .upsale__title {
        font-size: 12px
    }
}

.modal-booking-v2 {
    position: relative
}

.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
}

.modal-booking-v2 .phone-error {
    color: #ff4d4f;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 2px;
    display: block
}

.modal-booking-v2 .button-booking {
    display: inline-block;
    width: 100%;
    background: #fc3;
    height: auto;
    padding: 8px;
    border-radius: 4px
}

.modal-booking-v2 .button-booking span {
    font-family: Oswald,sans-serif;
    color: #111;
    font-weight: 700;
    font-size: 18px
}

.modal-booking-v2 .ant-modal-body {
    padding: 0
}

.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_title img {
    width: 24px;
    margin-left: 5px
}

.modal-booking-v2 .modal-booking_description {
    font-size: 16px;
    margin-bottom: 24px
}

.modal-booking-v2 .modal-booking_input-phone {
    padding: 10px 18px;
    border-radius: 4px;
    margin-bottom: 2px;
    font-family: 'Be Vietnam Pro';
}

.modal-booking-v2 .modal-booking_input-phone.error {
    border: 1px solid #ff4d4f
}

.modal-booking-v2 .modal-booking_input-phone.error:focus,.modal-booking-v2 .modal-booking_input-phone.error:hover {
    border-color: #ff4d4f
}

.modal-booking-v2 .modal-booking_input-phone::-webkit-input-placeholder {
    color: #a3a3a3
}

.modal-booking-v2 .modal-booking_input-phone:-ms-input-placeholder {
    color: #a3a3a3
}

.modal-booking-v2 .modal-booking_input-phone::-ms-input-placeholder {
    color: #a3a3a3
}

.modal-booking-v2 .modal-booking_input-phone::placeholder {
    color: #a3a3a3
}

.modal-booking-v2 .modal-booking_input-phone:focus,.modal-booking-v2 .modal-booking_input-phone:hover {
    box-shadow: none;
    border-color: #d1d1d1;
    outline: none
}

.modal-booking-v2 .modal-booking_input-name {
    padding: 10px 18px;
    border-radius: 4px;
    margin-bottom: 2px
}

.modal-booking-v2 .modal-booking_input-name::-webkit-input-placeholder {
    color: #a3a3a3
}

.modal-booking-v2 .modal-booking_input-name:-ms-input-placeholder {
    color: #a3a3a3
}

.modal-booking-v2 .modal-booking_input-name::-ms-input-placeholder {
    color: #a3a3a3
}

.modal-booking-v2 .modal-booking_input-name::placeholder {
    color: #a3a3a3
}

.modal-booking-v2 .modal-booking_input-name.error {
    border: 1px solid #ff4d4f
}

.modal-booking-v2 .modal-booking_input-name.error:focus,.modal-booking-v2 .modal-booking_input-name.error:hover {
    border-color: #ff4d4f
}

.modal-booking-v2 .modal-booking_input-name:focus,.modal-booking-v2 .modal-booking_input-name:hover {
    box-shadow: none;
    border-color: #d1d1d1;
    outline: none
}

.modal-booking-v2 .link_to_home {
    margin-top: 12px;
    color: #000;
    padding: 0!important;
    text-align: center
}

.modal-booking-v2 .link_to_home:hover {
    opacity: .7
}

.modal-booking-v2 .link_to_home span {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-family: be vietnam pro,sans-serif;
    font-size: 16px;
    font-weight: 500
}

.modal-salon-backup .ant-modal-title {
    text-align: center;
    font-weight: 700;
    font-family: Oswald
}

.modal-salon-backup .message {
    white-space: pre-line;
    padding: 5px
}

@media screen and (min-width: 769px) {
    .modal-salon-backup .message {
        padding:10px
    }
}

.modal-otp-booking .ant-modal-header {
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 0
}

.modal-otp-booking .ant-modal-header .ant-modal-title {
    text-align: center;
    font-weight: 700;
    font-size: 20px
}

.modal-otp-booking .ant-modal-body {
    padding: 20px
}

.modal-otp-booking .otp {
    padding-bottom: 10px
}

.modal-otp-booking .otp>div {
    justify-content: space-between
}

.modal-otp-booking .input-otp {
    width: 48px;
    height: 48px;
    color: #222
}

.modal-otp-booking .input-otp input {
    width: 100%!important;
    height: 100%;
    border: 2px solid #a3a3a3;
    border-radius: 4px
}

.modal-otp-booking .input-otp input:focus {
    outline: none
}

.modal-otp-booking .message__otp {
    font-size: 14px;
    color: #e54d3e;
    font-weight: 300;
    padding: 0 5px 5px
}

.modal-otp-booking .message__error {
    color: #e54d3e;
    margin-top: -10px;
    font-size: 12px;
    padding: 0 5px 5px
}

.modal-otp-booking .sendOTP {
    margin-bottom: 25px;
    font-size: 14px
}

.modal-otp-booking .sendOTP__count {
    color: #e54d3e
}

.modal-otp-booking .sendOTP__resend {
    text-decoration: underline;
    cursor: pointer
}

.modal-otp-booking .sendOTP__resend.hide {
    cursor: default;
    text-decoration: none;
    padding-right: 5px;
    color: #a3a3a3
}

.modal-otp-booking .button {
    width: 100%;
    border-radius: 4px;
    height: 48px;
    font-family: Oswald;
    font-size: 18px
}
