table td,table th{
    vertical-align: middle !important
}


/* Estilos globales agregadas */
.color-black{
    color: black;
  }
  
  .font-size-2em{
      font-size: 2em;
  }
  /*CARGANDO*/
  .modal_cargando {
      display: none;
      justify-content: flex-end;
      align-items: flex-end;
      width: 100%;
      height: 100%;
      padding: 1em;
      margin: 0;
      z-index: 9999;
      background: rgba(0, 0, 0, .5);
      /* backdrop-filter: blur(15px); */
      position: fixed;
      top: 0;
      left: 0;
  }
  
  .modal_cargando_show {
      display: flex !important;
  }
  
  .modal_cargando .modal_cargando_contenido {
      max-width: 100%;
      width: fit-content;
      min-width: 25em;
      padding: 1em;
      display: flex;
      align-items: center;
      background: #0055FF;
      border-radius: .7em;
      color: white;
      box-shadow: 0 0 1em 1px rgba(0, 0, 0, .5);
  }
  
      .modal_cargando .modal_cargando_contenido .modal_cargando_contenido__icono {
          margin-right: 1em;
      }
  
      .modal_cargando .modal_cargando_contenido .modal_cargando_contenido__mensaje {
          width: calc(100% - 3em);
          max-width: 25em;
          word-break: break-word;
      }
  
  /*SWEET ALERT*/
  
  .swal2-modal {
      width: 100% !important;
      max-width: 400px !important;
  }
  
  .swal2-icon {
      transform: scale(.7) !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
  }
  
  .swal2-title {
      font-size: 20px !important;
      word-break: break-word !important;
  }
  .swal2-actions button {
      font-size: 12px !important;
  }
  
  .swal2-text {
      text-align: justify !important;
      text-align-last: center !important;
      font-size: 14px !important;
  }

  .swal2-icon-show{
    border: none !important;
  }
  
.fc-day-disabled { 
    background-color:transparent !important;
}

.modal {
    background: rgba(0, 0, 0, .5) !important;
    backdrop-filter: blur(5px) !important;
}


tfoot tr{
    border-top: 3px double #556ee6 !important;
    border-bottom: 1px solid #556ee6 !important;
}

.tabla_apuestas .border {
    border: 1px solid #556ee6 !important;
}

.tabla_apuestas .border_total,
.tabla_apuestas .border_total span {
    background-color: #556ee6 !important;
    color: white !important;
}

#select_polla_hoy, 
#select_polla_historial {
    color: white !important;
    font-size: 1.25em;
    font-weight: 500;
}

.fc-list-event-time,
.fc-list-event-graphic{
    display: none !important;
}

.fc-view-harness.fc-view-harness-active{
    height: 100vh !important;
    min-height: 19.5em !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before{
    top: 50% !important;
    bottom: 50% !important;
    margin-left: .4em !important;
}

.badge-soft-default {
    background-color: rgba(255, 255, 255, .07)
}