
.list-hour-bookings{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}
.list-hour-bookings .item-hour-booking{
    display: grid;
    background-color: #f4f4f4;
    color: #b4b4b4;
    margin-right: 1.5em;
    font-size: 16px;
    justify-items: center;
    line-height: 16px;
    padding: 8px 13px;
    border-radius: 7px;
}
.list-hour-bookings .item-hour-booking.available{

    background-color: #dde4fc;
    color: #0e407b;
    cursor: pointer;
}
.list-hour-bookings .item-hour-booking.available.select{
    color: #ffffff;
    background-color: #0e407b;
    cursor: pointer;
}
.list-hour-bookings .item-hour-booking{}
.carouselDates{
    width:80%;
    margin:0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.carouselDates .slick-slide{
    margin:10px;
}
.carouselDates .slick-prev:before,
.carouselDates .slick-next:before
{
    color: #0f407b;
    font-size: 17px;
}
.carouselDates .slick-slide img{
    width:100%;
    border: 0px solid #fff;
}

.carouselDates .o-day{

    display: flex !important;
    -webkit-box-orient: vertical;
    flex-direction: column;
    flex-shrink: 0;
    border: 1px solid #ced4da;
    width: 70px !important;
    margin-right: 16px;
    height: 81px;
    color: black;
    background-color: white;
    align-items: center;
    justify-content: center;
    border-radius: .325rem;
}
.carouselDates .o-day.active{
    color: white;
    cursor: initial;
    background-color: #0d3d76;
    border-color: #0d3d76;
}
.carouselDates .o-day .weekDay{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 23px;
}
.carouselDates .o-day .day{
    font-weight: 500;
    font-size: 24px;
    line-height: 17px;
    padding: 6px 0px;
}
.carouselDates .o-day .month{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 23px;
}
.pro-user-name{
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    line-height: 23px;
}


.h-timeline-page {
    display: flex;
    justify-content: space-between;
}

.h-timeline-page li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0px;
}

.h-timeline-page li .icons {
    font-size: 25px;
    color: #4a5a6b;
    margin: 0 60px;
}

.h-timeline-page li .label {
    font-size: 14px;
    font-weight: 500;
    color: #4a5a6b;
}

.h-timeline-page li .step {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #ced4da;
    margin: 1px 0 1px;
    display: grid;
    place-items: center;
    color: ghostwhite;
    position: relative;
    cursor: pointer;
}

.h-timeline-page .step::after {
    content: "";
    position: absolute;
    width: 305px;
    height: 3px;
    background-color: #ced4da;
    right: 30px;
}

.h-timeline-page .first::after {
    width: 0;
    height: 0;
}

.h-timeline-page li .step .awesome {
    display: none;
}

.h-timeline-page li .step p {
    font-size: 18px;
}

.h-timeline-page li .active {
    background-color: #1b761b;
}

.h-timeline-page .active::after {
    background-color: #1b761b;
    width: 305px;
    left: 30px;
    height: 3px;
    z-index: 2;
}

.h-timeline-page li .is {
    background-color: #9cd29c;
}

.h-timeline-page li .active p {
    color: #fff;
}

.h-timeline-page li .active .awesome {
    display: flex;
}
