.item_reunion > .reunion {
    text-align: left !important;
}

.agenda.flex,
.item_reunion.flex {
    align-items: center;
    justify-content: space-between;
}

.agenda > .izquierda {
    padding: 0 10px 0 0;
}

.item_reunion > .reunion {
    text-align: left !important;
}

.agenda.flex,
.item_reunion.flex {
    align-items: center;
    justify-content: space-between;
}

.agenda > .izquierda {
    padding: 0 10px 0 0;
}

.event {
    overflow-y: auto;
    background-color:#FFFBFD;
}

.event::-webkit-scrollbar {
    height: 0px;               /* width of the entire scrollbar */
}

#contenedor-calendario {
    padding:1.5em 0.5em;
}

.calendar-day {
    overflow-y: auto;
    background-color:#eaeaea;
}

.calendar-day::-webkit-scrollbar {
    width: 5px;
} 

.calendar-day::-webkit-scrollbar-thumb {
    background-color: #708eb7;    /* color of the scroll thumb */
    border-radius: 5px;       /* roundness of the scroll thumb */
    border: 1px solid #eaeaea;  /* creates padding around scroll thumb */
}

.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background-color: #ccc;
    border: 1px solid #ccc;
}

.calendar-day {
    overflow-y: auto;
    background-color: #fff;
    padding: 10px;
    max-height: 10em;
    height: 100%;
    min-height: 10em;
    font-size: 12px;
    font-family: "Quicksand";
}

.calendar-day > span {
    font-size: 14px;
    padding: 3px 7px;
    color: #3b3c3a;
    font-weight: bold;
    border-radius: 14px;
}

.calendar-header {
    text-align: center;
    background: #708eb7;
    color: white;
    font-weight: normal;
    padding: 0.2em 0;
    font-family: "Quicksand";
    font-size: 14px;
}

.event {
    margin-top: 5px;
    padding: 3px;
    white-space: nowrap;
    overflow-x: scroll;
    display:flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width:756px) {
    .contenedor-calendario {
        padding-left:unset;
        padding-right: unset;
    }
    .calendar-day {
        padding: 2px;
    }
    .event {
        padding: 3px 0px;
    }
    
}

#navegador-calendario {
    align-items: center;
    justify-content: space-between;
    padding:0em 1em 1em 0 !important;
}

#navegador-calendario > div > span {
    color:#708eb7;
    font-size:24px;
    text-shadow:1px 1px 5px #a4a4a4;
    font-weight: bold;
}

#today > span:nth-child(1) {
    color: white;
    background-color: #232934;
}

#nombre_mes {
    text-transform: capitalize;
}

#calendar-container > div > div > span.pointer {
    float: right;
}

#detalles_evento {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
}

.detalles_evento-container {
    width: 90%;
    max-width: 540px;
    margin: auto;
    background: white;
    margin-top: 20%;
    box-shadow: 0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12),0 11px 15px -7px rgba(0,0,0,.2);
    border-radius: 10px;
    padding: 1em;
}

.detalles_evento.flex {
    align-items: start;
    justify-content: flex-start;
    padding-bottom: 1em;
}

.detalles_evento-acciones {
    justify-content: flex-end;
}

.detalles_evento-acciones > span {
    padding: 0.5em;
}

.detalles_evento-acciones > span > i {
    padding: 5px;
    border-radius: 5px;
    color: #999b9f;
}

.detalles_evento-imagen,
.detalles_evento-texto {
    padding:0px 5px 0px 5px;
}

.detalles_evento-titulo {
    margin-bottom: 10px;
}

.detalles_evento-fecha {
    font-weight: bold;
}


.detalles_evento-detalles {
    border-top: 1px solid #d3d3d3;
    padding-top: 0.5em;
    margin-top: 1.5em;
    font-style: oblique;
    font-size: 15px;
    font-weight: 600;
}

.filtro-agenda {
    justify-content: flex-start;
    padding: 0.5em 0.3em 0em 4em;
}

.filtro-agenda > div {
    margin:0 5px;
    color:white !important;
}