.schedulePage {
    position: relative;
}
.schedulePage:before {
    content: "";
    background: linear-gradient(180deg, #f1e9ff 0, #ffffff 100%);
    height: 800px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
@media only screen and (max-width: 500px) {
    .schedulePage:before {
        height: 455px;
    }

    .input-icon select {
        font-size: 0.65rem !important;
    }
}
@media only screen and (max-width: 500px) {
    .schedulePageHeader h1 {
        font-size: 30px;
        line-height: 35px;
    }
}
.schedulePageSearch {
    margin-top: 50px;
}
@media only screen and (max-width: 500px) {
    .schedulePageSearch {
        margin-top: 35px;
    }
}
.schedulePageForm {
    padding: 100px 0 70px 0;
    position: relative;
}

.schedulePageForm:before {
    content: "";
    background: #ffffff;
    height: 800px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
@media only screen and (max-width: 500px) {
    .schedulePageForm {
        padding: 60px 0 30px 0;
    }
}
.schedulePageForm h4 {
    margin-bottom: 15px;
    margin-top: 5px;
}
.schedulePageForm h3 {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 40px;
}
@media only screen and (max-width: 500px) {
    .schedulePageForm h3 {
        font-size: 24px;
        line-height: 28px;
    }
}
.schedulePageForm p {
    margin-bottom: 0;
    font-size: 18px;
}
@media only screen and (max-width: 500px) {
    .schedulePageForm p {
        margin-bottom: 35px;
        font-size: 16px;
    }
}
.schedulePageForm__form input {
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    border-radius: 5px;
    height: 50px;
    margin-right: 10px;
    width: calc(50% - 15px);
    padding: 0 15px;
}
@media only screen and (max-width: 500px) {
    .schedulePageForm__form input {
        width: calc(100% - 65px);
    }
}
@media only screen and (min-width: 501px) and (max-width: 990px) {
    .schedulePageForm__form input {
        width: calc(100% - 65px);
    }
}
.schedulePageForm__form .btn {
    vertical-align: top;
    margin: 0;
}
@media only screen and (max-width: 500px) {
    .schedulePageForm__form .btn span {
        display: none;
    }
    .schedulePageForm__form .btn i {
        margin: 0 !important;
    }
}
@media only screen and (min-width: 501px) and (max-width: 990px) {
    .schedulePageForm__form .btn span {
        display: none;
    }
    .schedulePageForm__form .btn i {
        margin: 0 !important;
    }
}
.schedulePageForm__form p {
    font-size: 12px;
    color: #c4c4c4;
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 18px;
}
.schedulePageDoctor {
    margin-top: 35px;
}
.schedulePageDoctor__row {
    border-radius: 10px;
    padding: 20px 0 45px 0;
    background-color: #ffffff;
    display: flex;
}
@media only screen and (min-width: 501px) and (max-width: 990px) {
    .schedulePageDoctor__row {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 500px) {
    .schedulePageDoctor__row {
        flex-direction: column;
        padding: 15px 0;
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
}
.schedulePageDoctor__left {
    padding-left: 30px;
}
@media only screen and (max-width: 500px) {
    .schedulePageDoctor__left {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 501px) and (max-width: 990px) {
    .schedulePageDoctor__left {
        padding-left: 0;
    }
}
.schedulePageDoctor__right {
    padding-right: 40px;
}
@media only screen and (max-width: 500px) {
    .schedulePageDoctor__right {
        padding-right: 0;
    }
}
@media only screen and (min-width: 501px) and (max-width: 990px) {
    .schedulePageDoctor__right {
        padding-right: 0;
    }
}
.schedulePageDoctor__avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: none;
    margin-right: 40px;
}
@media only screen and (max-width: 500px) {
    .schedulePageDoctor__avatar {
        width: 85px;
        height: 85px;
        margin-right: 15px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 990px) {
    .schedulePageDoctor__avatar {
        margin-right: 15px;
    }
}
.schedulePageDoctor__info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}
.schedulePageDoctor__info:hover {
    color: #838383;
    -webkit-transition: all 0.22s ease-out !important;
    transition: all 0.22s ease-out !important;
}

.schedulePageDoctor__info:hover .schedulePageDoctor__avatar {
    box-shadow: 0 0 0 5px rgba(35, 143, 212, 0.2);
}

@media only screen and (max-width: 500px) {
    .schedulePageDoctor__info {
        margin-bottom: 30px;
    }
}
.schedulePageDoctor__info h4 {
    margin-bottom: 15px;
}
@media only screen and (max-width: 500px) {
    .schedulePageDoctor__info h4 {
        margin-bottom: 5px;
    }
}
.schedulePageDoctor__info p {
    margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
    .schedulePageDoctor__info p {
        font-size: 14px;
    }
}
.schedulePageDoctor__calendar {
    width: calc(100% - 170px);
    margin-left: 170px;
}
@media only screen and (max-width: 500px) {
    .schedulePageDoctor__calendar {
        width: 100%;
        margin-left: 0;
    }
}
@media only screen and (min-width: 501px) and (max-width: 990px) {
    .schedulePageDoctor__calendar {
        width: 100%;
        margin-left: 0;
    }
}
.schedulePageDoctor__daysHeader,
.schedulePageDoctor__timesHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.schedulePageDoctor__daysHeader--center,
.schedulePageDoctor__timesHeader--center {
    justify-content: center;
}
.schedulePageDoctor__daysHeader span,
.schedulePageDoctor__timesHeader span {
    font-size: 1.5rem;
    cursor: pointer;
}
.schedulePageDoctor__daysHeader span.disabled,
.schedulePageDoctor__timesHeader span.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.schedulePageDoctor__daysHeader h5,
.schedulePageDoctor__timesHeader h5 {
    margin-bottom: 0;
}
.schedulePageDoctor__days {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}
.schedulePageDoctor__days .owl-stage {
    padding: 10px 0;
}
.schedulePageDoctor__day {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 5px;
    cursor: pointer;
    border: 1px solid #ffffff;
}
@media only screen and (max-width: 500px) {
    .schedulePageDoctor__day {
        height: 40px;
        padding-bottom: 0;
    }
}
.schedulePageDoctor__day.with-shadow {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}
.schedulePageDoctor__day h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}
.schedulePageDoctor__day span {
    position: absolute;
    left: 3px;
    top: 3px;
    font-size: 10px;
    line-height: 10px;
}
.schedulePageDoctor__day:hover {
    border: 1px solid #007a65;
}
.schedulePageDoctor__day--disabled {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    cursor: not-allowed;
}
.schedulePageDoctor__day--disabled:hover {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}
.schedulePageDoctor__day--disabled h5,
.schedulePageDoctor__day--disabled span {
    /*display: none;*/
    opacity: 0.3;
}
.schedulePageDoctor__day--active {
    background-color: #007a65;
    border: 1px solid #007a65;
    color: #ffffff;
}
.schedulePageDoctor__times {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    flex-wrap: wrap;
}
.schedulePageDoctor__time {
    width: 65px;
    height: 45px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #ffffff;
    margin-right: 10px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 501px) and (max-width: 990px) {
    .schedulePageDoctor__time {
        height: 35px;
    }
}
@media only screen and (max-width: 500px) {
    .schedulePageDoctor__time {
        height: 35px;
        width: calc(20% - 10px);
    }
}
.schedulePageDoctor__time h5 {
    margin-bottom: 0;
}
.schedulePageDoctor__time:hover {
    border: 1px solid #007a65;
}
.schedulePageDoctor__time--disabled {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    cursor: not-allowed;
}
.schedulePageDoctor__time--disabled:hover {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}
.schedulePageDoctor__time--disabled h5 {
    display: none;
}
.schedulePageDoctor__time--active {
    background-color: #007a65;
    border: 1px solid #007a65;
    color: #ffffff;
}
.schedulePageDoctor__top {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 130px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}
.schedulePageDoctor__top p {
    margin-right: 10px;
    margin-bottom: 0;
}
.schedulePageDoctor__bottom .btn {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}
.schedulePageDoctor__price {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.schedulePageDoctor__price h4 {
    margin-right: 10px;
    margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
    .schedulePageDoctor__price h4 {
        font-size: 25px;
        font-weight: 500;
    }
}
.schedulePageDoctor__price p {
    text-decoration: line-through;
}
.schedulePageDoctor__price span {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background-color: #ff4d00;
    width: 60px;
    height: 30px;
    color: #ffffff;
}
.schedulePageDoctor__daysHeader > .owl-prev,
.schedulePageDoctor__daysHeader > .owl-next {
    padding: 3px 5px;
}

.schedulePageDoctor__daysHeader > .owl-prev > *,
.schedulePageDoctor__daysHeader > .owl-next > * {
    pointer-events: none;
}

/*# sourceMappingURL=schedule.css.map */
