.consultar-agenda .fc-resource-area .fc-widget-content div {
    min-height: 60px !important;
    display: flex;
    align-items: center;
}

.consultar-agenda .fc-time-area .fc-widget-content div{
    min-height: 60px !important;
}

.border-event {
    border-width: 1.5px;
    border-left-width: 6px;
    border-radius: 2px;
}

.bg-green {
    background: #4CAF50;
    color: white;
}

.bg-yellow {
    background: #FF9800;
    color: white;
}

.bg-none {
    background: rgba(0, 0, 0, 0.54);
    color: white;
}

.bg-red  {
    background: #F44336;
    color: white;
}

.modal-body .titles-body h5{
    font-weight: bold;
    font-size: 14px;
}

.modal-body .sub-titles-body {
    display: flex;
    flex-direction: column;
}

.modal-body .sub-titles-body h5 {
    font-size: 12px;
    margin: 0;
    
}

.separador{
    width: 100%;
    height: 2px;
    background: #E0E0E0;
}

.modal-mb-10{
    margin-bottom: 10px;
}

.consulta-mt-10 {
    margin-top: 10px;
}