@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.wrapper {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin: 0px !important;
}

.wrapper header {
    display: flex;
    align-items: center;
    padding: 25px 30px 10px;
    justify-content: space-between;
}

header {
    display: flex;
}

header .icons button {
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    color: #878787;
    text-align: center;
    line-height: 38px;
    font-size: 1.9rem;
    user-select: none;
    border-radius: 50%;
    border: transparent;
    background-color: transparent;
}

.icons button:last-child {
    margin-right: -10px;
}

header .icons button:hover {
    background: #f2f2f2;
}

header .current-date {
    font-size: 1.45rem;
    font-weight: 500;
}

.calendar {
    padding: 20px;
}

.calendar ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
}

.calendar .days {
    margin-bottom: 20px;
}

.calendar li {
    color: #333;
    width: calc(100% / 7);
    font-size: 1.07rem;
}

.calendar .weeks li {
    font-weight: 500;
    cursor: default;
}

.calendar .days li {
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 30px;
}

.day {}

.days li.inactive {
    color: #aaa;
    cursor: not-allowed;
}

.days li.active {
    color: #fff;
}

.days li.selected {
    color: #fff;
}

.days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


.days li.selected::before {
    background: #87CEEB;
}


.days li:not(.active):hover::before {
    background: #f2f2f2;
}

.weekDays {
    width: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    font-family: Lexend;
    cursor: pointer;
}

.weekDay {
    color: #323232;
    background-color: white;
    border: 1px black solid;
    border-radius: 100px;
    padding: 4px;
    width: 40px;
    text-align: center;
}

.weekDay.today {
    color: white;
    background-color: #87CEEB;
    border: 1px #87CEEB solid;
    border-radius: 100px;
}

.weekDay.dayactive {
    color: white;
    background-color: red;
    border: 1px red solid;
    border-radius: 100px;
}

.weekDay.inactive {
    color: #323232;
    background-color: #E3E3E3;
    border: 1px #E3E3E3 solid;
    border-radius: 100px;
}

.timeButtons {
    margin: 0px 0px 10px 0px !important;
    border-radius: 10px;
    background-color: #fff;
    border: 0.3px solid #323232;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 10px;
    font-size: 20px;
    cursor: pointer;
    color: #323232;
    font-family: Lexend;
    font-weight: 150;
}

.timeButtons:hover {
    border: #87CEEB 2px solid;
    text-decoration: none;
}

.date {
    position: relative;
}

.date-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 20px 0px 0px;
}

.serviceTitle {
    position: relative;
    font-weight: 200;
}

.price {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.price1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.price-parent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.service-details {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.service-card-child {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.service-card {
    width: 100%;
    margin: 0 !important;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    z-index: 0;
}

.cardsbooking-info {
    align-self: stretch;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.total-wrapper {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 20px 0px 0px;
    box-sizing: border-box;
}

.totalPrice-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.total {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.booking-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}

.buttonsbig {
    align-self: stretch;
    border-radius: 15px;
    background-color: #323232;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.cardsbooking-card {
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px;
    gap: 60px;
    text-align: left;
    font-size: 20px;
    color: #323232;
    font-family: Lexend;
}

#bookingComplete,
#bookingIncomplete {
    width: 767px;
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 40px;
    gap: 60px;
    text-align: left;
    font-size: 20px;
    color: #323232;
    font-family: Lexend;
    height: 428px;
    align-items: center;
    flex-wrap: wrap;
}

.notAvailable {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.totalsDivider {
    width: 100%;
    max-width: 100%;
    background-color: black;
    margin: 0;
    height: 1px !important;
    border: none;
    color: black;
    opacity: 1;
    padding: 0;
    max-height: 100%;
}

.timeSelected {
    border: #87CEEB 2px solid;
    background-color: #87CEEB;
    color: white;
}

#bookingDetails {
    padding: 0px;
}


#bookingDates {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
}