#logo-home {
    display: block;
    margin: 0 auto 10px;
    max-width: 80px;

}

#copy {
    text-align: center;
}

.gap {
    clear: both;
    margin: 10px 0;
}

body.login-page .login-box {
    margin: 7% auto 10px;
}

.required {
    color: #dd4b39;
}

.gap10 {
    clear: both;
    margin: 10px 0;
    width: 100%;
}

.img-center {
    display: block !important;
    margin: 0 auto;
}


.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    color: #000;
    padding: 6px;
}

#loading-ajax {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999999999999999999999;
    display: none;
}

#loading-ajax img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: auto;
    margin-top: auto;
}

a.fc-time-grid-event .event-content {
    text-align: left;
}

.fc-event {
    border-color: transparent !important;
    cursor: pointer;
}

.fc-event.evento-personalizado,
.fc-event.cancelada {
    width: 50%;
}

.fc-event,
.fc-time-grid-event.fc-short .fc-title {
    font-size: 16px !important;
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 !important;
}

.fc-day.fc-past {
    background-color: #EFECEC;
}

.fc-time-grid-event.fc-v-event.fc-not-start.fc-not-end.event-disabled {
    z-index: 9 !important;
    right: 0% !important;
}

li.header.paciente_en_atencion img {
    width: 32px;
    border: 2px solid green;
}

li.header.paciente_en_atencion span {
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #F6F8F9 !important;
}


#ui-datepicker-div.month_only .ui-datepicker-calendar {
    display: none
}

#ui-datepicker-div.month_only button.ui-datepicker-current {
    display: none;
}

.hr {
    border-bottom: 1px solid #ccc;
    height: 5px;
}

.sidebar .logo-customer {
    padding: 5px;
    background-color: #F2F4F5;
}

.sidebar .logo-customer img {
    max-height: 130px !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog.modal-lg {
    width: 80% !important;
}

.modal-dialog.modal-lg,
.modal-dialog.modal-lg .modal-content {
    /* 80% of window height */
    height: 95%;
}

.modal-dialog.modal-lg .modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}

.modal.modal-content {
    height: initial;
}

.modal.fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.modal.fullscreen .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.modal.fullscreen .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #3c7dcf;
    border-radius: 0;
    box-shadow: none;
}

.modal.fullscreen .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    background: #6598d9;
    border: 0;
}

.modal.fullscreen .modal-title {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}

.modal.fullscreen .modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
}

.modal.fullscreen .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}

.holiday {
    background: #EFECEC;
}


.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }

}

span.popover-container {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

i.receta_favorita {
    cursor: pointer;
}

select.form-control {
    width: 100% !important;
}

span.select2-selection {
    min-height: 34px;
}

span.select2 {
    width: 100% !important;
}

#select-entida span.select2 {
    max-width: 200px !important;
}

ul.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.div-bordered {
    border: 1px solid #ccc;
    padding: 5px;
}


.slider label {
    position: absolute;
    width: 20px;
    margin-left: -10px;
    text-align: center;
    margin-top: 14px;
    font-size: 11px;
    margin-bottom: 5px;
}

/* below is not necessary, just for style */
.slider {
    margin: 0 auto;
}

.slider-container-rule {
    padding: 10px 15px 20px 15px;
    margin: 1em 0;
    border: 1px solid #DDD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.slider-container-rule>div:nth-child(3) {
    text-align: right;
}

.label-slider {
    margin-bottom: 10px;
}

.svgContainer {
    width: 100%;
    height: 100%;
}


circle.point-das {
    cursor: pointer;
}

.btn-app.btn-big:hover {
    color: #00a65a !important;
}

.btn-app.btn-big {
    height: auto !important;
    font-size: 14px !important;
    background-color: transparent !important;
    border: none !important;
    font-weight: bold;
}

.btn-app.btn-big>.fa {
    font-size: 60px !important;
}

.datepicker_desktop+img {
    cursor: pointer;
}

.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

table.draggable-table tbody tr:not(.empty) {
    cursor: move !important;
}

.ui-draggable-helper {
    border: 1px dotted #000;
    z-index: 9999;
    -moz-box-shadow: 4px 3px 5px #000000;
    -webkit-box-shadow: 4px 3px 5px #000000;
    box-shadow: 4px 3px 5px #000000;
    background-color: #fff !important;
}


input.datepickerui+img.ui-datepicker-trigger {
    position: absolute;
    right: 15px;
    top: 45%;
    cursor: pointer;
}

a.btn>p {
    white-space: normal !important;
}

span.span-type-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    background-color: #eee;
    opacity: 1;
}

span.span-type-checkbox {
    display: inline-table;
    width: 15px;
    height: 10px;
    background-color: #e1e1e1;
    border: 1px solid #878787;
    text-align: center;
    font-size: 10px;
    padding: 5px 5px;
}

input[type=radio] {
    height: 25px;
    width: 25px;
}

.bg-red-wine {
    background-color: #903937 !important;
}

.btn-unstyled {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
}

.btn-unstyled:hover {
    color: #72afd2;
}

.checkbox-historia {
    width: 19px;
    height: 19px;
}

.text-description {
    word-break: break-word;
}

.footer-agenda {
    padding: 20px;
    bottom: 0;
    width: 100%;
}

.image-agenda {
    background-image: url(/img/image-body.jpg);
    background-size: 100% 100%;
    height: 100vh !important;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.title-agenda {
    padding: 10px;
}

.small-box-title {
    font-size: 20px !important;
    margin: 0 0 80px 0 !important;
}

.container-content {
    background-image: linear-gradient(to right, #434343 0%, black 100%) !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center !important;
    height: 100vh !important;
}

.slider-content {
    position: relative;
    z-index: 15;
    text-align: center;
    margin: 0 6rem;
    color: white;
    font-size: 24px;
}

.section_our_solution .row {
    align-items: center;
}


.our_solution_category .solution_cards_box {
    display: flex;
    justify-content: center;
}

.solution_cards_box .solution_card {
    flex: 0 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
        0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
    background: #309df0;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
    color: #fff;
}

.solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 5%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description a {
    background: #fff !important;
    color: #309df0;
}

.solution_card .solu_title h3 {
    color: #212121;
    font-size: 2rem;
    margin-top: 13px;
    margin-bottom: 13px;
    font-weight: bold;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
}

.btn-action {
    border: 0 !important;
    border-radius: 15px !important;
    background: linear-gradient(140deg,
            #42c3ca 0%,
            #42c3ca 50%,
            #42c3cac7 75%) !important;
    color: #fff;
    font-weight: 500 !important;
    font-size: 1.7rem !important;
    width: 100% !important;
    margin-top: 35px !important;
}

.our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }

    .our_solution_category .solution_cards_box {
        flex: auto;
    }
}

@media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -3rem;
    }
}

.color-icon {
    color: black !important;
}

.scroll-profe {
    max-height: 400px;
    overflow-y: auto;
}

.box-widget {
    border: none !important;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
}

.widget-user .widget-user-desc {
    margin-top: 0;
}

.widget-user .widget-user-image {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -45px;
}

.widget-user .box-footer {
    padding-top: 80px;
    background-color: #EFECEC;
}

.widget-user .widget-user-image>img {
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
}

.widget-user .box-footer:hover a {
    color: #fff;
}

.image-user {
    background: #fff;
}

.container-prof {
    border-radius: 15px !important;
    min-height: 420px;
}

.title-container {
    text-align: center;
}

.btn-save {
    width: 30%;
}

.container-btn-save {
    display: flex;
    justify-content: center;
}

/* CSS CARD CITA */

.card-margin {
    margin-bottom: 1.875rem;
}

.card {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}

.card .card-header {
    background: none;
    padding: 0 0.9375rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 15px;
}

.card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper {
    display: flex;
    align-items: center;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #edf1fc;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
    color: #4e73e5;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
    color: #4e73e5;
    line-height: 1;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
    display: flex;
    flex-direction: column;
    margin-left: 2rem;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
    color: #3c4142;
    font-size: 25px;
}

.widget-49 .widget-49-meeting-points {
    font-weight: 400;
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 21px;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item {
    color: #727686;
    font-size: 2rem;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
    margin-left: .5rem;
}

.widget-49 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-print {
    width: 25%;
}

#logo-company {
    display: block;
    margin: 0 auto 0px !important;
    max-width: 200px;
}

.content-cita {
    margin: 40px 25px !important;
    border-radius: 20px;
}

.title-cita {
    margin-top: 50px;
}

.font-size-content {
    font-size: 20px;
}

@media print {
    .no-print {
        display: none !important;
    }
}

.content-search-cita {
    flex-direction: revert !important;
    justify-content: space-evenly !important;
}

.content-card-cita {
    display: flex;
    justify-content: space-around;
}

.text-warning {
    text-align: center;
    font-size: medium;
}

.scroll-cita {
    max-height: 210px;
    overflow-y: auto;
}

.container-radio {
    display: flex !important;
    align-items: center !important;
}

.ms-10 {
    margin-right: 10px !important;
}

.content-center {
    display: flex !important;
    justify-content: center !important;
}

.td-large {
    min-width: 200px;
    /* Ajusta este valor según lo necesites */
}

.td-large input {
    width: 100%;
    /* Para que el input ocupe todo el espacio disponible */
}