.burger-menu ul {
    display: none;
}

#contact h1 {
    color: #004e98;
    font-weight: 700;
    margin-top: 3rem;
}

#contact .form-control {
    border: 1px solid transparent;
    background-color: transparent;
    border-bottom: 1px solid #004e98;
    border-radius: 0px;
}

#contact label {
    color: #004e98 !important;
    font-weight: 600 !important;
}

#contact .btn-contact {
    color: #004e98;
    border: #004e98 1px solid;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 0.3rem 1.5rem;
    border-radius: 20px;
    /* display: block;
    margin: 0 auto; */
}

.main-header.w-100 {
    margin-bottom: 4rem;
}

.main-header.w-100 span {
    display: block;
    margin: 0 auto;
}

.profesional-salud-info .step span {
    background-color: #e2ebf3;
    margin-right: 2rem;
}

.profesional-salud-info:nth-of-type(2) .step span {
    background-color: white;
    margin-right: 2rem;
}

.profesional-salud-info:nth-of-type(2) .steps-list {
    margin-left: 2rem;
    min-height: 250px !important;
    height: 300px;
}

.profesional-salud-info:nth-of-type(2) a {
    display: block;
    margin: 3rem 0 3rem 2%;
    width: 150px;
    border-radius: 30px;
}

.profesional-salud-info .steps-list {
    min-height: 420px !important;
    height: 420px;
    margin-left: 1rem;
}

.call-to-action-blue {
    background: linear-gradient(180deg, #023063 0%, #2f6197 100%);
    padding-top: 7rem;
    padding-bottom: 4rem;
    position: relative;
}

.call-to-action-blue a {
    border-radius: 30px;
    width: 150px;
}

.call-to-action-blue a:hover {
    color: #023063 !important;
}

.call-to-action-blue .step span {
    background-color: #16467a;
    border-color: white !important;
    color: white !important;
}

.call-to-action-blue h2 {
    margin-bottom: 3rem !important;
}

.call-to-action-blue h3 {
    font-size: 1.7rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid white;
    margin-bottom: 1rem;
    font-weight: 500;
}

.call-to-action-blue .steps-list {
    margin-left: 2rem;
    min-height: 250px !important;
    height: 260px;
}

#pricing .row {
    margin-bottom: 8rem;
}

#pricing .header-pricing h2 {
    font-weight: 700;
    border-bottom: 1px solid #004e98;
    max-width: 400px;
    margin: 0 auto;
    color: #004e98;
    padding-bottom: 0.8rem;
}

#pricing .header-pricing p {
    color: #004e98;
    padding-top: 1rem;
}

#pricing .card-pricing {
    max-width: 350px;
    width: 350px;
    margin-top: 2rem;
}

#pricing .card-pricing h3 {
    font-size: 1.2rem !important;
    text-align: center;
    padding-top: 1.5rem;
    font-weight: 700;
}

#pricing .card-pricing p {
    font-size: 0.8rem;
    text-align: center;
}

#pricing .card-pricing .price {
    font-size: 2rem;
    font-weight: 800;
    padding-left: 1.2rem;
    color: #004e98;
}

#pricing .card-pricing .price span {
    font-weight: 400;
    font-size: 0.8rem;
    color: gray;
}

#pricing .card-pricing ul {
    padding-left: 0px;
}

#pricing .card-pricing ul li {
    font-size: 0.9rem;
    margin-top: 0.6rem;
    color: rgb(62, 62, 62);
    text-align: center;
}

#pricing-pharmacy {
    display: none;
}

.text-blue-light {
    color: #11dcd0 !important;
}

.card-pricing:hover {
    transform: translateY(-10px);
    transition: 0.5s ease;
}

.sublista-turnos li a {
    font-size: 0.85rem;
    color: rgb(165, 165, 165) !important;
    border-bottom: 1px solid rgb(245, 245, 245);
}

.sublista-turnos li a:hover {
    color: #11dcd0 !important;
}

.patient-details .d-flex {
    flex-wrap: wrap;
}

.cobertura p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.cobertura p:last-of-type {
    font-size: 0.8rem;
}

.location-info {
    font-size: 0.8rem;
    color: gray;
}

#ordenes-farmacia th {
    text-align: center;
    width: auto !important;
}

.btn-outline-primary:hover {
    color: white !important;
}

.swal2-styled.swal2-cancel {
    background-color: transparent !important;
    margin: 0.2rem;
    padding: 0.5rem 1rem;
}

.main-nav li a.dropdown-item:hover {
    background-color: transparent !important;
    color: #11dcd0;
}

rect.highcharts-point.highcharts-color-1 {
    fill: #11dcd0 !important;
}

rect.highcharts-point.highcharts-color-2 {
    fill: #004e98 !important;
}

rect.highcharts-point.highcharts-color-3 {
    fill: #ff4848 !important;
}

#solicitud-medicamento .table thead tr th,
#solicitud-medicamento td {
    text-align: center;
}

#solicitud-medicamento th {
    width: 200px;
    font-size: 0.8rem;
}

#solicitud-medicamento .form-custom {
    width: 100%;
    height: 70px;
    background-color: #f6f9fc;
    padding: 1.1rem 1rem 0px 1rem;
}

.pagination {
    justify-content: center;
    padding-top: 1rem;
}

.receta-adjunta {
    width: 400px !important;
}

.dct-appoinment .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.dct-appoinment .fc .fc-toolbar-title {
    font-size: 1.5em;
}

.dct-appoinment .fc .fc-button-primary {
    background-color: #004e98;
    border-color: #004e98;
}

.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #023063;
    border-color: #023063;
}

.menu-logo img {
    height: 30px;
}

div#data-table_wrapper:hover {
    overflow-x: scroll;
}

.card-table-responsive:hover .table::-webkit-scrollbar-thumb {
    background-color: #004e98;
    display: block;
    visibility: visible;
}

.search-box .form-control {
    padding-left: 7px !important;
}
.search-box select {
    font-size: 0.85rem !important;
    color: gray;
}

.testimonios-slider .slick-slide {
    width: 300px;
}

.testimonial-item .testimonial-content {
    height: 280px;
}

.card-pricing .text-secondary {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.card-md {
    display: none;
}

.sale {
    background-color: #11dcd0;
    color: white;
    padding: 0.3rem 1rem;
    width: 120px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    position: absolute;
    right: -10px;
    top: 10px;
    text-transform: uppercase;
}

.sale:after {
    content: url(../img/professional/triangle.svg);
    position: absolute;
    top: 28px;
    right: 0;
}

.old-price {
    text-decoration: line-through;
    color: gray;
}

#pricing h2 + p {
    font-size: 1.05rem;
}

#pricing h2 + p span {
    font-size: 0.8rem;
}

.form-focus.focused .focus-label {
    top: -25px !important;
}

.login-header + form .form-control:focus {
    border-color: transparent !important;
    border-bottom: 1px solid #023063 !important;
    background-color: transparent !important;
    box-shadow: none;
    outline: 0 none;
}

/* .login-header + form input#email.form-control.floating::selection {
    background: transparent !important;
} */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 0px transparent inset !important;
}

#suscripciones-panel #pricing {
    flex-wrap: wrap;
    display: flex;
}

#suscripciones-panel #pricing .card-pricing {
    width: 100%;
}

#pricing .mercadopago-button {
    font-family: "Poppins", sans-serif !important;
    background: #004e98;
    font-size: 0.85rem;
    width: 100%;
}

#suscripciones-panel #pricing .card-pricing .price {
    padding-left: 0rem;
}

.datetimepicker:focus {
    background: url("../img/icons/up-arrow-gray-dark.svg") no-repeat 97% 50%;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.notification-card {
    margin-bottom: 1rem;
}

.notification-card h3 {
    width: 300px;
    max-width: 100%;
}

.notification-content {
    justify-content: space-between;
}

.notification-card p {
    width: 65%;
}

.bg-lightblue {
    background-color: #fafcff;
}

.section-policies .card {
    padding: 3rem 2rem;
}

.section-policies h1 {
    font-weight: 700;
    color: #004e98;
}

.section-policies .card p.mb-0 {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    color: gray;
}

.section-policies {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.section-policies .card-header,
.section-policies #myTab {
    border-bottom: 1px solid #004e98 !important;
}

.section-policies .nav-link {
    color: gray;
}

.section-policies .nav-tabs .nav-item.show .nav-link,
.section-policies .nav-tabs .nav-link.active {
    color: #004e98;
    background-color: #fff;
    border-color: #004e98 #004e98 #fff;
    font-weight: 600;
}

.section-policies .nav-tabs .nav-link:hover {
    color: #004e98;
    background-color: transparent;
    font-weight: 600;
}
#prescription_file::-webkit-file-upload-button {
    visibility: hidden;
}

#prescription_file::before {
    content: "Seleccionar archivo";
    border-right: 1px solid rgb(159, 159, 159);
    position: relative;
    padding: 1rem 1rem 1rem 0px;
    font-size: 0.9rem;
    top: 0;
    left: 0;
}

#prescription_file::after {
    content: "No hay archivo";
}

@media screen and (max-width: 1500px) {
    .notification-content {
        flex-direction: column;
    }

    .notification-card h3 {
        max-width: 100%;
        width: 100%;
    }

    .notification-action {
        justify-content: space-between;
    }
    .notification-card p {
        font-size: 0.9rem;
        margin-right: 0.7rem;
        margin-bottom: 0.8rem;
        align-self: flex-start;
        width: 100%;
    }

    .title-msg-card {
        width: 100% !important;
        margin-bottom: 0.8rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1150px) {
    .acciones-turnos {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .appointment-list .profile-info-widget {
        margin-right: auto;
        margin-left: auto;
    }

    .dct-appoinment .card-header {
        flex-direction: column;
    }

    .dct-appoinment .card-header a {
        align-self: flex-start !important;
        margin-bottom: 1rem;
    }

    .dct-appoinment p.card-title.ml-3 {
        font-size: 0.85rem;
    }

    .dct-appoinment .fc .fc-toolbar {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .dct-appoinment .fc .fc-toolbar-title {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .theiaStickySidebar {
        display: none;
    }

    .burger-menu ul {
        display: block;
    }

    .cobertura p {
        width: 100% !important;
    }

    .profesional-salud-info:nth-of-type(2) {
        margin-left: 3%;
    }

    .call-to-action-blue .profesional-salud-img {
        order: 0;
        width: 80%;
        margin: 0 auto;
    }

    .call-to-action-blue .farmacia {
        order: 1;
        padding-top: 3rem;
        margin-left: 3%;
    }

    .appointments .appointment-list {
        display: flex !important;
    }

    .weekDays-selector input[type="checkbox"] + label {
        width: auto !important;
    }

    .testimonios-slider .slick-slide {
        width: 96vw;
        margin-left: auto;
        margin-right: auto;
    }

    .unread-msg {
        position: relative;
        right: -97px;
        top: 0;
    }

    .main-nav li.login-link {
        display: block !important;
    }

    .notification-content {
        flex-direction: column;
    }

    .notification-action {
        justify-content: space-between;
    }
}

@media screen and (max-width: 730px) {
    #solicitud-medicamento .options a {
        font-size: 0rem;
        width: 2.5rem;
        height: 2.7rem;
        padding: 1.09rem;
    }

    #solicitud-medicamento .options a i {
        font-size: 1rem;
        vertical-align: center;
        text-align: center;
        position: relative;
        top: 0.4rem;
        margin-right: 0px;
    }

    #solicitud-medicamento .option-active {
        font-size: 0.8rem !important;
        width: auto !important;
        height: auto !important;
        padding: 0.8rem 1rem !important;
    }

    #solicitud-medicamento .option-active i {
        top: 0rem !important;
    }
}

@media screen and (max-width: 767px) {
    #pricing .card-pricing {
        float: none !important;
        margin: 1rem auto;
    }

    .dct-appoinment .card-header a {
        margin-right: 1rem;
    }

    .dct-appoinment p.card-title.ml-3 {
        font-size: 0.85rem;
    }

    .dct-appoinment .fc .fc-toolbar-title {
        font-size: 1.4rem;
    }

    .card-md {
        display: block;
        background-color: white;
        border-bottom: 1px solid gainsboro;
    }
}

@media screen and (max-width: 757px) {
    .appointments .appointment-list {
        flex-direction: column;
    }

    .appointment-list .profile-info-widget {
        margin-right: auto;
        margin-left: auto;
    }

    .acciones-turnos {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 675px) {
    .dct-appoinment .fc .fc-toolbar.fc-header-toolbar {
        flex-direction: column;
    }

    .dct-appoinment .fc .fc-toolbar-title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .main-header.w-100 {
        margin-bottom: 2rem;
    }

    .profesional-salud-info .steps-list {
        min-height: 500px !important;
        height: 500px;
        margin-left: 1rem;
    }

    .appointment-list .profile-info-widget {
        margin-right: auto;
        margin-left: 0;
    }

    .acciones-turnos {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .testimonial-item.text-center {
        width: 100% !important;
    }

    .sale:after {
        top: 28px;
    }
}

@media screen and (max-width: 530px) {
    .btn-domicilio {
        margin-right: 0.5rem;
    }

    .appointment-list .profile-info-widget {
        flex-direction: column;
    }

    #solicitud-medicamento .header-sections h2 {
        font-size: 1rem;
    }

    .dct-appoinment .card-header {
        flex-direction: column;
    }

    .dct-appoinment .card-header a {
        align-self: flex-start !important;
        margin-bottom: 1rem;
    }

    .dct-appoinment .card-header div.flex {
        flex-wrap: wrap;
    }

    .dct-appoinment .card-header span {
        display: none;
    }

    .dct-appoinment .fc-direction-ltr .fc-button-group > .fc-button {
        font-size: 0.8rem;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        margin: 0 0.5px !important;
    }
}

@media screen and (max-width: 447px) {
    .steps-list {
        height: 709px;
    }
}

@media screen and (max-width: 421px) {
    #solicitud-medicamento .options {
        padding-left: 0px;
        padding-right: 0px;
    }

    #solicitud-medicamento .options a {
        font-size: 0rem;
        width: 2rem;
        height: 2.7rem;
        padding: 1.09rem;
    }

    #solicitud-medicamento .options a i {
        font-size: 0.8rem;
        vertical-align: center;
        text-align: center;
        position: relative;
        top: 0.4rem;
        margin-right: 0px;
    }

    #solicitud-medicamento .option-active {
        font-size: 0.7rem !important;
        width: auto !important;
        height: auto !important;
        padding: 0.8rem 0.5rem !important;
    }

    #solicitud-medicamento .option-active i {
        font-size: 0rem !important;
    }
    #pricing .card-pricing {
        width: 290px;
    }

    #suscripciones-panel #pricing .card-pricing .card-body {
        padding: 0px !important;
    }

    .sale {
        top: -10px;
    }

    #suscripciones-panel .card-body .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 384px) {
    .btn-chatear {
        margin-top: 0.5rem;
        margin-left: 0px;
        width: 100%;
    }

    .appointment-list .profile-info-widget .booking-doc-img img {
        margin-left: auto;
        margin-right: auto;
    }

    .btn-estado-turno {
        justify-content: space-between;
    }

    .btn-estado-turno button:first-of-type,
    .btn-estado-turno button:nth-of-type(2) {
        width: 46%;
    }

    .call-to-action-blue .steps-list {
        margin-left: 5%;
        min-height: 250px !important;
        height: 300px;
    }

    .dct-appoinment .fc-direction-ltr .fc-button-group > .fc-button {
        font-size: 0.7rem;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        margin: 0 0.5px !important;
    }
}

@media screen and (max-width: 320px) {
    .sale {
        right: -2px;
    }

    .sale:after {
        content: none !important;
    }
}
#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(80, 80, 80, 0.781);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 60px;
    height: 60px;
    border: 6px #ddd solid;
    border-top: 6px #11dcd0 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.speicality-img {
    margin: 0 auto;
}

.specialities-slider .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    padding-top: 2rem;
}
.specialities-slider .owl-dots .owl-dot span {
    background: #c0c0c0;
    border-radius: 0px;
}

.specialities-slider .owl-dots .owl-dot.active span,
.specialities-slider .owl-dots .owl-dot:hover span {
    background: #004e98;
}

.search-box
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 28px;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.search-box .select2-container .select2-selection--single {
    border: 1px solid transparent;
    height: 46px;
}

@media screen and (max-width: 575px) {
    .nav-secondary {
        display: none;
    }
}

/* Coming Soon */

#coming-soon {
    background: linear-gradient(180deg, #dae6f1 0%, #f4f7fa 100%);
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: 100vh;
    font-family: "Poppins", sans-serif !important;
}

#coming-soon .logo img {
    width: 180px;
    margin: 0 auto;
}

#coming-soon .row {
    height: calc(100vh - 6rem);
}

#coming-soon .coming-soon-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 41px);
}

#coming-soon h1 {
    font-size: 4rem;
    color: #004e98;
    font-weight: 900;
}

#coming-soon p {
    font-size: 0.9rem;
    font-weight: 500;
}

#coming-soon ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    width: 250px;
    justify-content: space-around;
    margin: 0 auto;
    padding-top: 0.8rem;
}

#coming-soon li a {
    font-size: 1.2rem;
    color: #1cc5bb;
}

#coming-soon li a {
    background-color: #11dcd014;
    padding: 0.5rem;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
}

@media screen and (max-width: 768px) {
    #coming-soon h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 575px) {
    #coming-soon h1 {
        font-size: 2.2rem;
    }
}
