    .ancho_dias{
        /*flex: 0.2;*/
        flex: 0.3;
    }

    .vscomp-toggle-button {
        
        padding: 7px 30px 7px 7px !important;
    }

    .vscomp-wrapper {
        
        font-size: 10px !important;
    }

    .vscomp-clear-button {
    
        display: none !important;
    }



    /**/

    .custom-dropdown {
        position: relative;
        z-index: 1000; /* Ajusta según sea necesario */
    }

    .selected-option {
        cursor: pointer;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 10px;
    }

    .options-container {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        border: 1px solid #ccc;
        border-top: none;
        border-radius: 0 0 5px 5px;
        display: none;
        z-index: 1000; /* Ajusta según sea necesario */
        overflow-y: auto;
        white-space: nowrap;
        max-height: 300px
    }

    .option {
        padding: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .option:hover {
      background-color: #f0f0f0;
    }

    .option img {
      /*width: 20px; 
      height: 20px; 
      margin-left: auto;*/
        width: 15%;
        height: auto;
        margin-left: auto; 
    }


    .option input[type="checkbox"] {
        margin-right: 10px; /* Separación entre el checkbox y el texto */
    }

    .span_text{
        font-size: 10px;
        color: white;
    }





    .horarios_disponibles {
        background-color: lightgray;
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 10px;
        font-size: 10px;
        cursor: pointer;
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .p_horarios_disponibles {
        margin: 0;
        color: white;
        font-weight: bold;
    }


    .popup_profesional_seleccionado{
        padding: 10px;
        display: flex;
        align-items: center;
        background-color: #ffdf93;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 10px;
        margin-top: -0.3em;
    }


    .popup_profesional_seleccionado img {
        width: 16%;
        height: auto;
        margin-left: auto; 
    }


    /*para calendario personalizado*/
    .hero {
        /*width: 100%;
        height: 100vh; 
        background: linear-gradient(45deg, #83B8D7, #BAA6FD);
        display: flex;
        justify-content: center;
        align-items: center;*/
    }

    #calendar {
        width: 90%; /* Ancho del calendario */
        max-width: 550px; /* Ancho máximo del calendario */
        margin: 20px auto; /* Margen exterior */
        float: right;
        top: 16em;
        border-radius: 10px;
    }

    /* Ocultar los elementos */
    #eventListToggler,
      .calendar-events {
        display: none !important;
    }

    .sidebar-hide .calendar-inner {
        margin-left: 100px !important;
    }
    .calendar-inner {
        box-shadow: initial !important;
        background-color: transparent !important; 
    }

    .evo-calendar {
        box-shadow: initial !important;
        position: absolute !important;
        right: 0 !important;
    }

    .hero {
        background: initial !important;
    }

    tr.calendar-body .calendar-day {
        padding: 1px 0 !important;
    }

    .calendar-inner .calendar-table {
        font-size: 11px !important;
    }


    tr.calendar-body .calendar-day .day {
        padding: 13px !important;
        height: 43px !important;
        width: 43px !important;
    }

    .calendar-sidebar > .month-list > .calendar-months > li {
        font-size: 12px !important;
        padding: 5px 30px !important;
    }

    .calendar-sidebar > .calendar-year {
      padding: 5px !important;
    }

    .calendar-sidebar > .calendar-year > p {
        font-size: 25px !important;  
    }

    .calendar-sidebar > .calendar-year > button.icon-button {
      
      width: 15px !important;
      height: 15px !important;
    }

    .calendar-sidebar {
      background-color: #957AFB !important; 
      /*box-shadow: 5px 0 18px -3px #957AFB !important;*/
    }

    .calendar-sidebar > span#sidebarToggler {
      background-color: #957AFB !important;
      /*box-shadow: 5px 0 18px -3px #957AFB !important;*/
    }

    .calendar-sidebar > .month-list > .calendar-months > li.active-month {
        background-color: #7255C5 !important;
    }
    .calendar-sidebar > .month-list > .calendar-months > li:hover {
        background-color: #7255C5 !important;
    }

    th[colspan="7"] {
        
        /*font-size: 25px;*/
        color: #957AFB !important;
    }



    #modal_opacidad {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Opacidad del fondo */
        display: none;
    }



    #dynamic_table_historial_reservas_filter {
        margin-top: -5em;
    }



    .color_blanco {
        color: white;
    }


    .div_motivos_profesionales {
      width: 30%;
      border-radius: 10px;
      border: 1px solid #000000;
      margin-right: 5px;
      height: 150px;
      padding-top: 10px;
      margin-left: 10px;
      margin-bottom: 10px;
      cursor: pointer;
    }



    /**/
    .p_texto_calendario{
        font-size: 11px;
    }


    /* CSS para diferentes anchos según el tipo de dispositivo */
    

    .altura_dias_ancho_default {
        /*width: auto;*/
        /*width: 350px;*/
        width: 300px;
    }

    .altura_dias_ancho_3 {
        /*width: 215px !important;*/
        width: 300px;
    }
    .altura_dias_ancho_4 {
        /*width: 276px !important;*/
        width: 300px;
    }

    /* Media queries para dispositivos móviles y tablets */
    @media (max-width: 767px) { /* Móviles */
        
        .altura_dias_ancho_default {
            /*width: 110px;*/
            width: 350px;
        }   

        .altura_dias_ancho_3 {
            /*width: 212px !important;*/
            width: 350px;
        }

        .altura_dias_ancho_4 {
           width: 280px !important;
        }

        .btn_estilo_movil{
            font-size: 7px !important;
            margin-top: 2em;
        }
        #fecha_lunes_a_domingo{
            font-size: 7px !important;
        }
        #btn_mostrar_calendario{
            margin-left: 5px !important;
            font-size: 20px !important;
            margin-top: 12px;
        }

        .fa-chevron-left:before {
            
            font-size: 8px !important;
        }

        .fa-chevron-right:before {
            font-size: 8px !important;
        }

        .pading_lef_bloque{
            padding-left: 15px !important;
        }
        .p_margin_right{
            margin-right: 2px !important;
        }
        #btn_bloquear_fechas{
            margin-right: 3px !important;
        }

        /*para movil parte superior*/
        .bloque_lineal{
            float: inherit !important;
        }

        #fecha_lunes_a_domingo {
            font-size: 11px !important;
        }
        .fa-chevron-left:before{
            font-size: 12px !important;
        }
        .fa-chevron-right:before {
            font-size: 12px !important;
        }
        #icono_retroceder_fecha{
            margin-right: 0px !important;
        }
        #icono_adelantar_fecha{
            margin-left: 0px !important;
        }
        .p_margin_right {
            margin-top: 15px !important;
        }

        .btn_estilo_movil {
            font-size: 9px !important;
        }

        #btn_mostrar_calendario {
            font-size: 28px !important;
            margin-top: 20px;
        }

        /*calendario*/
        .sidebar-hide .calendar-inner {
            margin-left: 0px !important;
        }
        th[colspan="7"]{
            font-size: 17px !important;
            text-align: left !important;
        }

        #calendar {
            width: 100% !important;
            top: 13em !important;
        }

        .calendar-sidebar>span#sidebarToggler, #eventListToggler {
            width: 40px !important;
            height: 40px !important;
        }
        tr.calendar-body .calendar-day .day {
    
            font-size: 11px !important;
        }
        
    }

    @media (min-width: 768px) and (max-width: 1024px) { /* Tablets */
        
        .altura_dias_ancho_default {
            /*width: 140px;*/
            width: 350px;
        }

        .altura_dias_ancho_3 {
            /*width: 223px !important;*/
            width: 350px;
        }
        .altura_dias_ancho_4 {
            width: 279px !important;
        }

        /*para movil parte superior*/
        #btn_agregar_reserva_manual{
            position: absolute !important;
            margin-left: 15px !important;
            z-index: 2 !important;
        }
        .pading_lef_bloque{
            margin-top: 1.5em !important;
        }
    }



    .vscomp-wrapper {
        z-index: 11;
    }



    .vscomp-toggle-button {
        border-radius: 5px;
    }



    /* Media query específica para iPhone 13 Pro Max en orientación vertical */
    
    @media screen and (max-width: 430px) and (min-width: 428px) {    
        .btn_estilo_movil {
            font-size: 9px !important;
        }
        #fecha_lunes_a_domingo {
            font-size: 12px !important;
        }
        .p_margin_right {
            margin-top: 27px !important;
        }
    }

    /* Media query específica para 360*800 */
    
    @media screen and (max-width: 360px) and (min-width: 358px) {    
        .btn_estilo_movil {
            font-size: 8px !important;
        }
        #fecha_lunes_a_domingo {
            font-size: 10px !important;
        }
        #btn_mostrar_calendario {
            font-size: 22px !important;
            margin-top: 15px !important;
        }

        #calendar {
            top: 11em !important;
        }
    }

    