@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif !important;
}

.font-sans {
    font-family: "Montserrat", sans-serif !important;
}

.vue-form-wizard .wizard-icon-circle .wizard-icon-container {
    background: #007078 !important;
}

.vue-form-wizard.sm .wizard-icon-circle {
    border-color: #007078 !important;
}

.vue-form-wizard .wizard-navigation .wizard-progress-with-circle .wizard-progress-bar {
    background-color: #F5E5DC !important;
    color: #F5E5DC !important;
}

button.w-full.font-sans.font-medium.btn.primary-custom-color {
    background: #007078;
    border-color: #007078;
}

span.stepTitle.active {
    color: #2a767a !important;
}

.stf-select.stf-select_sm.stf-select_has-value {
    width: 400px !important;
}

.stf-select__value {
    padding: 0 10px;
}

.clearfix {
    height: 100%;
}

div#SeleccionaSeleccionaeltratamientoquequieresagendar0 {
    border-color: #007078 !important;
    border: 2px solid;
}

.py-2.sm\:py-4.custom-calendar-day-slot.custom-selected-day.cursor-pointer {
    background-color: #4da4c0;
    border: #007078;
    color: #fff;
}

.py-2.sm\:py-4.custom-calendar-day-slot {
    color: #007078;
    border-color: #4da4c0;
}

.py-2.text-base.font-medium.text-center.bg-white.rounded.cursor-pointer.custom-timeslot-border.custom-selected-calendar-timeslot.font-bold {
    color: #007078;
}

button.w-full.font-sans.font-medium.btn.secondary-custom-color {
    color: #007078;
    border-color: #007078;
}

.py-2.text-base.font-medium.text-center.bg-white.rounded.cursor-pointer.custom-timeslot-border.custom-selected-calendar-timeslot.font-bold {
    border-color: #007078;
}

svg.flecha-carrusel-calendar-form.flecha-carrusel-calendar-form-derecha {
    color: #007078;
}

svg.flecha-carrusel-calendar-form.flecha-carrusel-calendar-form-izquierda {
    color: #007078;
}

.py-2.text-base.font-medium.text-center.bg-white.rounded.cursor-pointer.custom-timeslot-border.text-gray-600:hover {
    color: #007078;
}

div#Seleccionadiayhora1 {
    border: 2px solid #F5E5DC;
}

h3 {
    color: #007078;
}

label {
    color: #2a767a;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="color"],
.uneditable-input {
    padding: 8px;
    border: 1px solid #4da4c0;
    border-radius: 25px;
}

input[type="tel"] {
    padding: 8px;
    border: 1px solid #4da4c0;
    border-radius: 0 25px 25px 0;
    margin: 0 !important;
}

.codigoArea {
    border-radius: 25px 0 0 25px;
    padding: 8px;
    height: 34px !important;
}

.text-2xl.text-left.border-0.border-b.border-gray-300.border-solid {
    color: #007078;
}

.stf-select__value {
    white-space: normal !important;
    overflow: visible !important;
}

.stf-select__container {
    height: auto !important;
}

.checkbox-group {
    display: flex;
    align-items: center;
}

.checkbox-group input,
.checkbox-group label {
    margin: 0;
    margin-left: 5px;

}



@media (max-width:768px) {
    .stf-select.stf-select_sm.stf-select_has-value {
        width: 300px !important;
        height: auto !important;
        margin: 0px auto;
    }

    .vue-form-wizard .wizard-tab-content {
        padding: 30px 20px 10px;
    }

    .stf-select_sm .stf-select__value {
        line-height: 16px !important;
    }

    .stf-select_sm .stf-select__value span.pull-right {
        width: 100%;
    }

    .stf-select_has-value .stf-select__placeholder {
        display: block !important;
    }

    .stf-select_opened .stf-select__search-input input {
        height: 50px !important;
    }

}