@import "lesshat";
@import "https://s3-us-west-2.amazonaws.com/s.cdpn.io/230827/_variables.less";
html {
    font-size: 62.5%;
    background-color: #f3f3f3;
    position: relative;
    min-height: 100%;
}

.appointment-popup {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 90rem;
    max-width: 90%;
    background: white;
    border-radius: 1rem;
    z-index: 1;
    display: flex;
    overflow: hidden;
    min-height: 50rem;
    max-height: 65rem;
    z-index: 5;
    top: 50%;
    left: 50%;
    display: none;
    padding: 10px;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn_lose {
    background-color: transparent;
    border: none;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .appointment-popup {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        overflow: auto;
        height: calc(100% - 6.4rem);
        min-height: auto;
        max-height: 100%;
    }
}
.appointment-popup .appointment-user-wrapper {
    background: #2c3153;
    flex: 0 0 25rem;
}
@media screen and (max-width: 768px) {
    .appointment-popup .appointment-user-wrapper {
        flex-wrap: wrap;
        display: flex;
        width: 100%;
    }
}
.appointment-popup .appointment-user-wrapper .user-avatar {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    overflow: hidden;
}
.appointment-popup .appointment-user-wrapper .user-avatar img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
}
@media screen and (max-width: 768px) {
    .appointment-popup .appointment-user-wrapper .user-avatar {
        flex: 0 0 35%;
        padding-bottom: 35%;
    }
}
.appointment-popup .appointment-user-wrapper .appointment-user {
    padding: 2rem 2rem 0 2rem;
}
@media screen and (max-width: 768px) {
    .appointment-popup .appointment-user-wrapper .appointment-user {
        flex: 1;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        padding: 2rem;
        flex-direction: column;
    }
}
.appointment-popup .appointment-user-wrapper .appointment-user .username {
    color: white;
    font-size: 1.8rem;
}
.appointment-popup .appointment-user-wrapper .appointment-user .specialization {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.3rem;
    display: block;
    margin-top: 0.5rem;
}
.appointment-popup .appointment-user-wrapper .appointment-user .notation {
    display: flex;
    margin-top: 0.5rem;
}
.appointment-popup .appointment-user-wrapper .appointment-user .notation span {
    padding: 0.25rem !important;
}
.appointment-popup .appointment-user-wrapper .appointment-user .notation span:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}
.appointment-popup .appointment-user-wrapper .appointment-user .notation.five span:nth-child(-n + 5):before,
.appointment-popup .appointment-user-wrapper .appointment-user .notation.four span:nth-child(-n + 4):before,
.appointment-popup .appointment-user-wrapper .appointment-user .notation.three span:nth-child(-n + 3):before,
.appointment-popup .appointment-user-wrapper .appointment-user .notation.two span:nth-child(-n + 2):before,
.appointment-popup .appointment-user-wrapper .appointment-user .notation.one span:nth-child(-n + 1):before {
    color: #ee5181;
}
.appointment-popup .appointment-user-wrapper .appointment-location {
    padding: 2rem 0;
    margin: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.appointment-popup .appointment-user-wrapper .appointment-location p {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0;
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
    .appointment-popup .appointment-user-wrapper .appointment-location {
        width: 100%;
        margin: 0;
    }
}
.appointment-popup .appointment-calendar {
    width: 100%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
}
.appointment-popup .appointment-calendar .current-week {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 0;
    border-bottom: 1px solid #f3f3f3;
    align-items: center;
}
.appointment-popup .appointment-calendar .current-week > span {
    font-size: 2rem;
    color: #46b7de;
}
.appointment-popup .appointment-calendar .current-week > span i {
    color: #ee5181;
    margin-right: 0.5rem;
    opacity: 0.5;
}
.appointment-popup .appointment-calendar .current-week .calendar-nav button {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}
.appointment-popup .appointment-calendar .current-week .calendar-nav button:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
    padding: 0 1.5rem;
    display: block;
}
.appointment-popup .appointment-calendar .current-week .calendar-nav button.prev:before {
    content: "";
}
.appointment-popup .appointment-calendar .current-week .calendar-nav button.next:before {
    content: "";
}
@media screen and (max-width: 768px) {
    .appointment-popup .appointment-calendar .current-week .calendar-nav {
        flex-wrap: wrap;
    }
    .appointment-popup .appointment-calendar .current-week .calendar-nav .calendar-nav button:before {
        padding: 0 1rem;
        font-size: 1.2rem;
    }
    .appointment-popup .appointment-calendar .current-week .calendar-nav > span {
        font-size: 1.5rem;
    }
}
.appointment-popup .appointment-calendar .calendar-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-week {
    border-bottom: 1px solid #f3f3f3;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-week ul {
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    margin: 0;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-week ul li {
    width: 100%;
    padding: 1.5rem 0;
    text-align: center;
    color: #000;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours {
    overflow: auto;
    margin: 0 -2rem;
    padding: 1rem 2rem;
    height: 100%;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 575px) {
    .home-slider {
        height: 200px !important;
    }

    .home-slider div {
        height: 100% !important;
    }

    .slider-item .slider-text {
        display: none !important;
    }

    .home-slider .owl-dots {
        display: none;
    }
}


@media (max-width: 420px) {
    .appointment-popup .appointment-calendar .calendar-wrapper {
        width: 700px;
    }
}

.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul {
    display: flex;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li {
    width: 100%;
    text-align: center;
    border: 1px solid #f3f3f3;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3.5rem;
    color: #71678c;
    cursor: pointer;
    padding: 0.5rem;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li > ul > li.empty:hover {
    background: none;
    box-shadow: none;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li > ul > li.empty:before {
    content: "";
    width: 1.5rem;
    margin: 0 auto;
    height: 0.5rem;
    background: #f3f3f3;
    display: block;
}
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li > ul > li:hover,
.appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li > ul > li.active {
    background: #46b7de;
    border-radius: 1rem;
    color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.appointment-popup .appointment-calendar .calendar-buttons {
    display: flex;
    border-top: 1px solid #f3f3f3;
    margin: 0 -2rem;
}
.appointment-popup .appointment-calendar .calendar-buttons button {
    cursor: pointer;
    outline: none;
    background: transparent;
    width: 100%;
    border: none;
    font-size: 1.5rem;
    padding: 2rem;
    color: #9b9b9b;
    letter-spacing: 1px;
}
.appointment-popup .appointment-calendar .calendar-buttons button:hover {
    background: #f3f3f3;
}
.appointment-popup .appointment-calendar .calendar-buttons button.validation {
    background: #ee5181;
    color: white;
}
.appointment-popup .appointment-calendar .calendar-buttons button.validation:hover {
    background: #ec3a70;
}

.OpenReserv {
    position: fixed;
    bottom: 80px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-color: #a8c337;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    animation-name: callanimation;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
    z-index: 555;
}

@keyframes callanimation {
    from {
        transform: scale(1.1);
    }

    to {
        transform: scale(0.9);
    }
}

.OpenReserv .reserv {
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wcs_button_label {
    display: none;
}

@media screen and (max-width: 768px) {
    .appointment-popup .appointment-calendar {
        padding: 0;
    }
    .appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours {
        padding: 0;
        margin: 0;
    }
    .appointment-popup .appointment-calendar .calendar-wrapper .calendar-hours > ul > li > ul > li {
        padding: 1rem 0 0.75rem 0;
        font-size: 1.2rem;
    }
    .appointment-popup .appointment-calendar .calendar-buttons {
        margin: 0;
    }
}


.apartment__layout{
    position:fixed;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.8);
    top:0;
    left: 0;
    z-index: 5;
    display: none;
}