#calendar {
    width: auto !important;
    height: 400px;
    margin: auto;
}

.toastui-calendar-events{
    margin-right: 0px;
}

.calendar-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

/* Aumentar tamaño de las horas */
.toastui-calendar-timegrid-time {
    padding-top: 12px;
    font-size: 12px;
    font-weight: bold;
    color: blue;
}
.toastui-calendar-day-name__date {
 
}

/* Centrar los nombres de los días y ajustar la fuente */
.toastui-calendar-day-name-item.toastui-calendar-week {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px; /* Ajusta el tamaño según lo necesites */
}

/* Ajustar el tamaño de la fecha y el nombre del día por separado */
.toastui-calendar-day-name__date {
    font-size: 13px; /* Tamaño para la fecha */
    font-weight: bold;
}

.toastui-calendar-day-name__name {
    font-size: 12px; /* Tamaño para el nombre del día */
}

.toastui-calendar-template-timegridDisplayPrimaryTime{
    font-size: 12px; /* Tamaño para la fecha */
    color: brown;
}

.custom-event {
    padding: 1px;
    margin-left: 0px;
    background: #007AFF;
    color: white;
    border-radius: 0px;
    text-align: center;
    height: 100%;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.btn-detalle {
    background: #fff;
    color: #007AFF;
    border: none;
    padding: 3px 6px;
    cursor: pointer;
    font-size: 12px;
}


.event-title{
    display: 'd-flex';
    font-size: 14px !important;
}

.toastui-calendar-section-button, .toastui-calendar-section-detail{
    display: none !important;
}

.event-popup {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    max-width: 200px;
    line-height: 1.4;
}
.event-popup p {
    margin: 5px 0;
}

.event-popup strong {
    font-weight: bold;
}

@media (max-width: 768px) {
    #calendar {
        height: 600px !important;
    }
}


.toastui-calendar-events{
    margin-right: 0px !important;
}
.toastui-calendar-event-time{
    border-left: 0px !important;
    background-color: #ffffff !important;
}

.toastui-calendar-event-time-content{
    border-left: 0px !important;
}

.toastui-calendar-template-time{
    font-size: 11px;
    height: 100% !important;
    
}

.toastui-calendar-event-time .toastui-calendar-event-time-content, .toastui-calendar-event-time .toastui-calendar-travel-time {
    width: auto !important;
    height: 100% !important;
    font-size: 10px !important;
    color: #fff;
    padding-left:0px !important;
    background-color: white;
    font-weight: bold;
    text-align: left;
    border-left: 0px !important;
    margin-left: 0px !important;
}


.toastui-calendar-see-more-container{
    width:auto !important;
    height:auto !important;
}

#calendar-label{
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
    color:cornflowerblue
}

.toastui-calendar-timegrid-hour{
    height: 40px !important; /* Por defecto son 60px */
}