.fc-event.evento-proximo {
    border: 2px dashed red;
    font-weight: bold;
  }

  .fc-exportExcel-button {
    color: green !important;
    background: white !important;
    margin-left: 10px !important;
    border-radius: 4px !important;
  }

  .fc-exportPDF-button {
    background: white !important;
    color: rgb(242, 82, 82) !important;    
    margin-left: 10px !important;
    border-radius: 4px !important;
  }

  tr.entrega-hoy {
    background-color: #d9f2ff !important;
    border-left: 5px solid #0d6efd;
    font-weight: 500;
  }
  