@font-face {
    font-family: 'Alice Regular';
    src: url("/assets/fonts/Alice-Regular.ttf");
}
@font-face {
    font-family: 'Montserrat Regular';
    src: url("/assets/fonts/Montserrat_regular.ttf");
}
@font-face {
    font-family: 'Montserrat Light';
    src: url("/assets/fonts/Montserrat_light.ttf");
}
body{
    background-color: #fff4f6;
}
.alice-regular{
    font-family: "Alice Regular" !important;
}
.montserrat-regular{
    font-family: 'Montserrat Regular' !important;
}
.montserrat-light{
    font-family: 'Montserrat Light' !important;
}
.w-80{
    width: 80%;
}
.btn-modal{
    position: relative;
    border: 1px solid #a3a3a3;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    transition: .2s;
    background-color: #f8f5f1;
}

.btn-modal:hover{
    background-color: #e8e8e8;
}

.btn-modal-back::before,
.modal-forward-icon::before{
    content: "";
    border-bottom: 3px solid #a3a3a3;
    border-left: 3px solid #a3a3a3;
    display: block;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    position: absolute;
    left: 12px;
    top: 10px;
    transition: .4s;
}

.btn-modal-back{
    left: 50px;
}

.btn-modal-close::before{
    content: "";
    border-bottom: 3px solid #a3a3a3;
    border-left: 3px solid #a3a3a3;
    display: block;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    position: absolute;
    right: 3px;
    top: 10px;
}
.btn-modal-close{
    right: 50px;
}
.btn-modal-close::after{
    content: "";
    border-top: 3px solid #a3a3a3;
    border-right: 3px solid #a3a3a3;
    display: block;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    position: absolute;
    left: 3px;
    top: 10px;
}

.modal-booking-window{
    max-width: 600px;
}
.modal-booking-window > .modal-content{
    height: 100vh;
}
.modal-booking-btn{
    border-radius: 30px;
    border-top-left-radius: 0 !important;
    background-color: #d0314a;
    color: white;
    font-family: "Alice Regular";
    margin-top: 15px;
    padding: 15px 20px;
    width: 210px;
    font-size: 18px;
}

.modal-booking-btn:hover{
    background-color: #bd233f;
    color: white;
}

.modal-booking-header{
    font-family: 'Alice Regular';
    background-color: #f8f5f1;
    height: 60px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.modal-booking-header div{
    font-size: 22px;
    letter-spacing: 1px;
}
.modal-booking-body{
    margin: auto;
}

.promo div:last-child{
    font-family: "Montserrat Light";
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
}
.logo{
    margin-inline: auto;
    width: 120px;
}
.logo img{
    width: 100%;
}

.promo{
    margin-top: -70px;
    margin-bottom: 70px;
}

.choose-salon button{
    width: 80%;
    border-radius: 20px;
    border-color: gray !important;
    background-color: transparent;
    margin: 5px 0;
    font-family: "Montserrat Light";
    text-align: start !important;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 10px 30px 10px 85px;
}

.choose-salon button:hover{
    border-color: black !important;
    font-weight: 600;
}

.modal-booking-footer{
    font-family: 'Alice Regular';
    height: 60px;
    background-color: #f8f5f1;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    line-height: 20px;
}

.modal-footer-phone{
    margin-left: 40px;
    margin-top: 8px;
}

.modal-footer-schedule{
    margin-right: 40px;
    margin-top: 8px;
}

.footer-subtext{
    font-size: 20px;
}

.modal-footer-address{
    font-size: 21px;
}
.modal-footer-complex-content{
    margin-top: 13px;
}

.modal-select{
    position: relative;
    display: flex;
    justify-content: center;
}
.modal-select button{
    z-index: 1;
}
.modal-forward-icon{
    border: 1px solid #939292;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 66px;
    top: 11px;
    transition: .4s;
    z-index: 0;
}
.modal-forward-icon::before{
    left: unset;
    right: 10px;
    top: 8px;
    transform: rotate(225deg);
}
.modal-continue-btn{
    background-color: #212121;
    color: white;
    border-radius: 25px;
    font-size: 16px;
    font-family: 'Montserrat Light';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 40px;
    border: unset;
    margin-top: 20px;
    pointer-events: none;
}
#modal-body-region{
    font-size: 28px;
    font-family: 'Alice Regular';
    margin-bottom: 30px;
}

.selected-services{
    margin-inline: 90px;
    font-family: 'Montserrat Regular';
    font-size: 14px;
    margin-bottom: 10px;
}

.selected-services li{
    list-style: none;
}

.add-more{
    color: #d0324a;
    cursor: pointer;
    margin-top: 5px;
    display: none;
}

.modal-service-list{
    width: 80%;
    margin-inline: auto;
    overflow-y: auto;
    overflow-x: hidden;
    height: 65svh;
    scrollbar-width: thin;
}
.modal-service{
    cursor: pointer;
    margin-top: 70px;
}
.modal-service:hover > .modal-forward-icon,
.modal-service:hover > .modal-forward-icon::before
{
    border-color: black;
}
.modal-service-price{
    font-size: 26px;
}
.hours{
    position: absolute;
    left: 35%;
    transform: translate(-35%, 0);
    bottom: 3px;
}
.hours::before{
    content: "";
    display: block;
    background-image: url(/assets/images/clock.png);
    background-size: contain;
    width: 20px;
    height: 20px;
    /*margin-left: 60px;*/
    margin-right: 10px;
}
.bottom-space{
    margin-bottom: 10px;
}
.bottom-space:last-child{
    margin-bottom: 14px;
}

.modal-service-name {
    top: -40px;
    font-size: 20px;
    cursor: pointer;
    padding-right: 40px;
    line-height: 20px;
}

.modal-service .modal-forward-icon::before{
    right: 10px;
    width: 15px;
    height: 15px;
}
.modal-service .modal-forward-icon{
    width: 33px;
    height: 33px;
    right: 5px;
    top: -15px;
}
.modal-service::after{
    content: "";
    background-color: gray;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    transition: .2s;
}
.modal-service:hover::after{
    background-color: #737373;
    height: 3px;
}

.modal-search-service{
    width: 80%;
    margin-inline: auto;
}
.modal-search-service input[type="text"]{
    border-radius: 30px;
    border: 1px solid #a3a3a3;
    width: 100%;
    height: 50px;
    padding-inline: 30px;
    font-size: 18px;
}
.modal-search-service::after{
    content: "";
    display: block;
    position: absolute;
    background-image: url(/assets/images/search-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    right: 9px;
    top: 11px;
}

.show-service{
    display: flex !important;
}
.hide-service{
    display: none !important;
}
.modal-master-profile{
    margin-bottom: 20px;
}
.modal-master-profile img{
    width: 80px;
    margin-right: 30px;
}
.modal-master{
    margin-top: 0;
    margin-bottom: 30px;
    /*cursor: pointer;*/
}
/*.modal-master::after{*/
/*    content: "";*/
/*    background-color: gray;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    transition: .2s;*/
/*}*/
.modal-master > .modal-forward-icon {
    top: 10px;
}
.modal-master-desc div:first-child{
    font-size: 18px;
}
.master-list{
    height: 650px;
}
.modal-visit-headtext{
    padding-inline: 70px;
    font-size: 14px;
    line-height: 18px;
}
.service-order{
    width: 80%;
    margin-inline: auto;
    margin-top: 55px;
}
.modal-order-date{
    top: -54px;
    font-weight: bold;
}
.modal-order-master{
    font-size: 18px;
    margin-bottom: 11px;
    margin-left: auto;
    margin-right: -30px;
}
.service-order .modal-service{
    pointer-events: none;
}
.modal-order-inputs{
    width: 80%;
    margin-inline: auto;
}
.modal-order-inputs input{
    border: 1px solid gray;
    border-radius: 30px;
    height: 45px;
    margin: 5px 0;
    padding-inline: 70px;
    font-family: 'Montserrat Light';
    width: 100%;
}

.modal-custom-checkbox input{
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.modal-custom-checkbox span{
    display: block;
    cursor: pointer;
    transition: .4s;
    border: 1px solid gray;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 1px;
    flex: 0 0 auto;
}
.modal-custom-checkbox span:hover{
    background-color: #dedede;
    box-shadow: 0px 0px 3px black;
}

.modal-custom-checkbox input:checked+span{
    background-color: #d4364f;
    border-color: transparent;
}
.modal-custom-checkbox{
    letter-spacing: 0.5px;
    font-size: 14px;
}
.agreement-block{
    display: flex;
    width: 90%;
    margin-inline: auto;
}
.agreement-block a{
    padding-left: 5px;
    color: #d4364f;
    text-decoration: none;
}
.agreement-block a:hover{
    text-decoration: underline;
}
.order-data{
    width: 80%;
    margin-inline: auto;
}
.order-data .modal-service{
    cursor: auto;
}
.order-data .modal-service::after{
    content: unset;
}
.order-date{
    font-size: 18px;
    color: #d4364f;
    margin-bottom: 15px;
}
.order-data .modal-footer-region{
    letter-spacing: 1px;
}
.order-data .modal-master{
    margin-top: 30px;
}
.add-to-calendar::after{
    content: unset;
}
.add-to-calendar img{
    filter: brightness(1.13);
}
.modal-remove-icon::after{
    content: "";
    border-bottom: 3px solid #a3a3a3;
    border-left: 3px solid #a3a3a3;
    display: block;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    position: absolute;
    left: 15px;
    top: 8px;
    transition: .4s;
}
.modal-remove-icon::before{
    content: "";
    border-bottom: 3px solid #a3a3a3;
    border-left: 3px solid #a3a3a3;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 1px;
    top: 8px;
    transition: .4s;
}
.already-selected{
    pointer-events: none;
    opacity: 0.3;
}
.modal-active-btn{
    background-color: #d4364f;
    pointer-events: auto;
}
.registration-service-list{
    padding: 0;
}
.registered-service{
    list-style: none;
}
.modal-dialog-scrollable .modal-content{
    max-height: unset;
    margin: auto;
}

#datetime-input{
    display: none;
}
#modal-completed .service-order{
    margin-top: 30px;
}

.menu-buttons-container{
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-buttons-window{
    padding: 80px;
    border: 1px solid #d4d4d4;
    display: flex;
    flex-direction: column;
    background-color: white;
    height: 50svh;
    justify-content: center;
    width: 400px;
    align-items: center;
    border-radius: 30px;
    border-top-left-radius: 0;
}
.menu-buttons-window img{
    width: 100px;
    height: 70px;
}
.menu-buttons-window > div{
    font-family: 'Montserrat Light';
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}
.inactive{
    pointer-events: none;
    opacity: .7;
}

.inactive .modal-forward-icon{
    display: none;
}

.load-screen{
    display: none;
    width: 100%;
    height: 100vh;
    opacity: 0.5;
    background-color: white;
    z-index: 1100;
    position: relative;
}
.load-circle-block{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.load-circle{
    transition: .8s;
    animation: .8s circle-rotation infinite;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-bottom: black;
    border-top: black;
    border-left: black;
    border-right: transparent;
    border-width: 8px;
    border-style: solid;
}

@keyframes circle-rotation {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}