﻿.footer__container {
    background-color: #3366CC;
}

body {
    background-color: #F4F4F4;
}

.btn:focus {
    box-shadow: none !important;
}

#navbar-appointment-module {
    background-color: #ffffff;
    border-bottom-style: solid;
    border-color: #FF8403;
}

.epm-group-image {
    padding-left: 20%;
}

.nav-appointment-module__ul {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100%;
}

.nav-appointment-module__button--right-side {
    box-shadow: none;
    height: 100%;
    display: none;
    justify-content: flex-end;
}

.nav-appointment-module__button--left-side {
    box-shadow: none;
    height: 100%;
    display: flex;
    width: 55%;
}

.nav-appointment-module__li {
    list-style: none;
}

    .nav-appointment-module__li > a {
        padding: 5px;
    }

.nav-appointment-module__container {
    background-color: #ffffff;
    height: 100px;
    flex-wrap: nowrap !important;
}

.nav-appointment-module__ul-with_text {
    display: inline-flex;
    column-gap: 10px;
}

.nav-appointment-module__li-with_text {
    display: inline-flex;
    width: max-content;
}

.nav-btn-header-text {
    font-weight: bold;
    font-size: 22px;
    font-family: 'WorkSans-Regular';
    margin-top: 20px;
    user-select: none;
    color: var(--NavigationHeaderButtonsTextColor);
}

.nav-btn-header-text-active {
    font-weight: bold;
    font-size: 22px;
    font-family: 'WorkSans-Regular';
    margin-top: 20px;
    user-select: none;
    color: var(--NavigationHeaderButtonsTextColorActive);
}

.nav-appointment-module__containerGlobalization {
    display: flex;
    align-items: center;
}

.nav-appointment-module__containerGlobalization--select {
    border-radius: 4px;
    padding: 2px 10px;
    box-shadow: 0 1px 3px -2px #9098a9;
    border: 1px solid #E8EAED;
    display: none;
}

#landscape {
    background-color: #F4F4F4;
    margin-left: 50px;
    margin-right: 50px;
}

.landscape__title {
    color: var(--RequestAppointmentTitleColor);
    font-family: var(--RequestAppointmentTitleFontFamily);
    font-size: var(--RequestAppointmentTitleFontSize);
    letter-spacing: 0px;
    line-height: 36px;
    /*   margin-bottom: 30px; */
}

.landscape__subtitle {
    color: var(--RequestAppointmentParagraph1Color);
    font-family: var(--RequestAppointmentParagraph1FontFamily);
    font-size: var(--RequestAppointmentParagraph1FontSize);
    letter-spacing: 0px;
    line-height: 20px;
}

.landscape__control-box {
    background: var(--ControlBoxBackgroundColor);
    box-shadow: var(--ControlBoxBoxShadow);
    border-radius: var(--ControlBoxBorderRadius);
    height: var(--ControlBoxHeight);
    text-align: var(--ControlBoxTexAlign);
}

select.form-control {
    color: var(--SelectTextColor);
    font-family: var(--SelectTextFontFamily);
    font-size: var(--SelectTextFontSize);
    background: var(--SelectListRowIcon);
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 100%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 50px;
    cursor: pointer;
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: var(--SelectBorderBottom);
    height: 60px;
    padding-left: 15px;
}

    select.form-control:focus {
        border-bottom: 1px solid #FF8403;
        outline: none;
        box-shadow: none !important;
    }

.landscape__form-group {
    padding: 0 50px 20px 50px;
    display: flex;
}

.landscape__control-box--button {
    background-color: var(--MainBottonBackgroudColor);
    color: var(--MainBottonTextColor);
    font-size: var(--MainBottonFontSize);
    font-family: var(--MainBottonFontFamily);
    border-radius: var(--MainBottonBorderRadius);
    border: var(--MainBottonBorder);
    margin: 0 10px;
    height: 50px;
    width: 150px;
}

.landscape__control-box--button-prev {
    font-size: var(--SecondaryBottonFontSize);
    font-family: var(--SecondaryBottonFontFamily);
    border-radius: var(--SecondaryBottonBorderRadius);
    background-color: var(--SecondaryBottonBackgroundColor);
    color: var(--SecondaryBottonTextColor);
    border: var(--SecondaryBottonBorder);
    margin: 0 10px;
    height: 50px;
    width: 150px;
}

.calendar__row {
    padding-top: 100px;
    justify-content: center;
}

.calendar__header {
    background-color: var(--CalendarHeaderBackgroudColor);
    box-shadow: 0px 0px 8px #00000029;
    border-radius: var(--CalendarHeaderBorderRadius);
    width: 100%;
    height: 80px;
    display: flex;
    padding: 0 20px;
    justify-content: center;
    flex-direction: column;
}

.calendar__header--year {
    font-size: var(--CalendarHeaderYearFontSize);
    margin: 0;
    color: #ffffff;
}

.calendar__header--day {
    font-family: var(--CalendarHeaderDayFontFamily);
    font-size: var(--CalendarHeaderDayFontSize);
    margin: 0;
    color: #ffffff;
}

.calendar__content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #00000029;
    border-radius: 20px;
    max-width: 560px;
    width: 100%;
}

.calendar__footer {
    padding: 0 20px;
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
}

.calendar__footer--cancel-button {
    letter-spacing: 0px;
    color: var(--TertiaryBottonTextColor);
    font-family: var(--TertiaryBottonTextFontFamily);
    font-size: var(--TertiaryBottonTextFontFontSize);
    width: 150px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
}

    .calendar__footer--cancel-button:hover {
        color: var(--TertiaryBottonTextHoverColor);
        text-decoration: underline;
    }

.calendar__footer--reserve-button {
    background: var(--MainBottonBackgroudColor);
    width: 150px;
    height: 50px;
    border-radius: var(--MainBottonBorderRadius);
    font-size: var(--MainBottonFontSize);
    border: var(--MainBottonBorder);
    font-family: var(--MainBottonFontFamily);
    color: #ffffff;
}

.appointment-separator {
    border-right: var(--CalendarAppointmentSeparator);
}

.calendar__body--row {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

.datepicker-inline {
    width: 100% !important;
    padding: 0 20px !important;
}

.table-condensed {
    width: 100%;
    font-family: WorkSans-Regular;
}

tr:nth-child(even) {
    background-color: #ffffff !important;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    color: #8D8D8E;
}

.datepicker-switch {
    font-family: WorkSans-Bold;
    font-size: 18px;
}

.wrap {
    max-height: 175px;
    overflow-y: hidden;
    margin-right: 6.66px;
    margin-top: 30px;
}

.owl-stage {
    color: #8D8D8E;
    height: 100%;
}

.owl-stage-outer {
    max-height: 175px;
    text-align: center;
}

.owl-prev {
    position: absolute;
    top: 33px;
    width: 150px;
    text-align: center;
}

.owl-next {
    position: absolute;
    bottom: 0;
    width: 150px;
    text-align: center;
}

.calendar__body--hour-selected {
    color: #8D8D8E;
    font-size: 18px;
    font-family: WorkSans-Bold;
    margin-right: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn {
    cursor: pointer;
}

.form__title {
    color: var(--FormTitleTextColor);
    font-family: var(--FormTitleTextFontFamily);
    font-size: var(--FormTitleTextFontSize);
    text-align: center;
    display: inline-block;
    padding: 30px 2px;
}

.form__input {
    display: block;
    width: 100%;
    border: var(--FormInputBorder);
    border-bottom: var(--FormInputBorderBottom);
    font-size: var(--FormInputFontSize) !important;
    font-family: var(--FormInputFontFamily);
    letter-spacing: 0px;
    padding: 10px 15px;
    color: #000000;
}

    .form__input:focus-visible {
        outline: none;
    }

    .form__input::placeholder {
        color: var(--ControlBoxInputPlaceholderColor);
    }

.form {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #00000029;
    border-radius: 20px;
    padding: 15px 30px;
}

.form__check--label {
    color: #8D8D8E;
    font-family: WorkSans-Regular;
    font-size: 18px;
    letter-spacing: 0px;
    margin: 0 10px;
}

.form__button--reserve {
    background-color: var(--MainBottonBackgroudColor);
    color: var(--MainBottonTextColor);
    font-size: var(--MainBottonFontSize);
    font-family: var(--MainBottonFontFamily);
    border-radius: var(--MainBottonBorderRadius);
    border: var(--MainBottonBorder);
    padding: 5px 20px;
    margin: 0 10px;
}

.form__button--cancel {
    font-size: var(--SecondaryBottonFontSize);
    font-family: var(--SecondaryBottonFontFamily);
    padding: 5px 20px;
    border-radius: var(--SecondaryBottonBorderRadius);
    background-color: var(--SecondaryBottonBackgroundColor);
    color: var(--SecondaryBottonTextColor);
    border: var(--SecondaryBottonBorder);
    margin: 0 10px;
}

.form__buttons-container {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

#form {
    margin-bottom: 60px;
    min-height: 63vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #form > .container {
        text-align: center;
    }

.landscape__control-box--info {
    border-bottom: var(--SelectBorderBottom);
    /* 	display: none; */
}

.calendar__button--hour {
    border: none;
    background-color: transparent;
}

.calendar__hour-active {
    color: #8D8D8E;
    font-family: WorkSans-Bold;
}

.landscape__control-box--list-tooltip {
    font-family: WorkSans-Bold;
    font-size: 20px;
    text-align: center;
}

.jBox-container, .jBox-pointer:after {
    background-color: var(--TooltipBackgroundColor) !important;
    color: var(--TooltipTextColor);
    text-align: center;
    font-family: WorkSans-Regular;
}

.toggle-image:hover {
    content: var(--ConsultAppointmentHeaderIconHoverCss);
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-image: url(../../../../images/customer/circle-wallpaper.svg) !important;
    background-color: transparent !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position-x: 50% !important;
    background-position-y: 50% !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background-image: url(../../../../images/customer/circle-wallpaper-hover.svg) !important;
    background-color: transparent !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position-x: 50% !important;
    background-position-y: 50% !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    border-radius: 50%;
}

td.day:not(.disabled) {
    font-family: WorkSans-Bold;
}

.landscape-row--step-progress-bar {
    padding-bottom: 10px;
}

.page__radio-buttons-section {
    color: #8D8D8E;
    font-family: WorkSans-Regular;
    font-size: 22px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

    .page__radio-buttons-section > label {
        display: flex;
        align-items: center;
        margin: 0 10px;
    }

.nav__tooltip {
    font-family: WorkSans-Regular;
    font-size: 20px;
    text-align: center;
}

.epm-text {
    font-family: WorkSans-Regular;
    font-size: 30px;
    text-align: center;
    color: #00AEEF;
}

.form__icon-info {
    border-bottom: 1px solid #8D8D8E;
}

input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
    top: 0 !important;
}

.landscape__control-box--button[disabled="disabled"] {
    opacity: 0.5;
}

.calendar__footer--reserve-button[disabled="disabled"] {
    opacity: 0.5;
}

.landscape__container {
    padding: 50px 0;
}

.form-check {
    margin: 25px 0;
}

.footer__information--app {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.footer__information--c1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px 0;
}

						  
				  
						   
			  
	 

.owl-item > button {
    color: #999;
}

.landscape__p--mobile {
    display: none;
}

    .landscape__p--mobile p {
        margin-bottom: 0;
    }

        .landscape__p--mobile p:nth-child(3) {
            margin-top: 25px;
        }

.owl-carousel,
.owl-carousel .owl-item {
    position: unset !important;
}

    .owl-carousel .owl-item {
        float: none !important;
    }

@media(max-width: 767px) {
    #landscape > img {
        display: none;
    }

    .landscape__container {
        padding: 50px 30px;
    }

    .landscape__p--desktop {
        display: none;
    }

    .landscape__p--mobile {
        display: block;
    }

    .landscape__title {
        font-size: 20px;
        line-height: 1;
    }

    .landscape__subtitle {
        font-size: 18px;
        line-height: 1;
        font-family: WorkSans-Regular;
    }

    .landscape__form-group {
        padding: 0 25px;
    }

    .landscape__control-box--info {
        width: 30px;
    }

    select.form-control {
        font-size: 18px;
        background-size: 32px;
        padding-left: 8px;
    }

    .landscape__p--mobile p:nth-child(4) {
        margin-bottom: 60px;
    }

    .views {
        padding: 15px 0;
    }

    .form__title {
        font-size: 22px;
        padding: 0;
        margin-bottom: 0;
        display: block;
    }

    #form > .container > h1:nth-child(1) {
        margin-top: 50px;
        font-family: WorkSans-Regular;
    }

    #form > .container > h1:nth-child(2) {
        margin-bottom: 50px;
    }

    .form__input {
        font-size: 18px !important;
        padding: 10px 0;
    }

    .form__icon-info {
        width: 30px;
    }

    .form-check {
        align-items: flex-start;
        padding-left: 0;
    }

    .form__check--label {
        font-size: 16px;
        text-align: justify;
        width: 100%;
    }

    .appointment-separator {
        border-right: none;
    }

    .calendar__row {
        justify-content: unset;
        padding: 0 30px;
        padding-top: 50px;
    }

    .datepicker-inline {
        padding: 0 !important;
    }

    .calendar__header--day {
        font-family: WorkSans-Regular;
    }

    .calendar__body--row > div:nth-child(2) {
        border-top: 2px solid #B9BBBB;
        margin: 30px 25px 0 25px;
        padding-top: 25px;
        display: flex;
        justify-content: center;
    }

    .calendar__body--hour-selected {
        color: #00AEEF;
    }

    .wrap {
        max-height: unset;
        overflow-y: unset;
        margin-right: 0;
        margin-top: 0;
        width: 280px;
        height: 40px;
    }

    .owl-stage-outer {
        max-height: unset;
        height: 100%;
    }

    .owl-carousel,
    .owl-carousel .owl-item {
        position: relative !important;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .owl-carousel .owl-item {
            float: left !important;
        }

    .owl-prev {
        top: 5px;
        width: 50px;
    }

    .owl-next {
        width: 50px;
        right: 0;
        bottom: 5px;
    }

    .landscape__control-box--list-tooltip {
        font-size: 18px !important;
    }
}

@media(max-width: 1199px) {
    .step-progress-bar .step .bullet:before,
    .step-progress-bar .step .bullet:after {
        width: 100px !important;
        right: -105px !important;
    }
}

@media(max-width: 991px) {
    .step-progress-bar .step .bullet:before,
    .step-progress-bar .step .bullet:after {
        width: 65px !important;
        right: -70px !important;
    }
}

@media(max-width: 460px) {
    .step-progress-bar .step p {
        display: none;
    }

    .step-progress-bar .step .check {
        top: 46% !important;
    }

    .landscape__control-box--button-prev {
        margin-bottom: 10px;
    }

    .step-progress-bar .step .bullet:before,
    .step-progress-bar .step .bullet:after {
        width: 9vw !important;
        right: -9vw !important;
    }

    .wrap {
        width: 200px;
    }

    .calendar__body--row > div:nth-child(2) {
        margin: 30px 10px 0 10px;
        padding: 15px 0;
        justify-content: space-evenly;
    }

    .calendar__body--hour-selected {
        margin: 0;
    }

    .owl-prev,
    .owl-next {
        width: 25px;
    }
}

@media(max-width: 360px) {
    .step-progress-bar .step .bullet:before,
    .step-progress-bar .step .bullet:after {
        width: 7vw !important;
        right: -10vw !important;
    }

    .wrap {
        width: 160px;
    }

    .calendar__header {
        height: auto;
    }
}
