body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.sub-h2{
  font-size: 20px;
  margin-top: -15px;
}

.bg-gray-light {
  background-color: gray;
}

.bg-sabaq {
  background-color: #5c00c5;
  color: white;
}
.brand-text {
  margin: 0px;
  padding: 0px;
}
.brand-text img {
  margin: 0px;
  padding: 0px;
  height: 50px;
  margin-top: -5px;
  margin-left: 10px;
}

.brand-link .brand-image {
  max-height: 50px;
  margin: 0px;
  margin-left: 10px;
}

.brand-link {
  line-height: 2.8;
  padding: 0px !important;
}

.layout {
  padding: 10px;
}

.cuadro {
  border: 1px solid #dee2e6;
  padding: 15px 5px;
  text-align: center;
  margin-bottom: 20px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.cuadro i {
  font-size: 40px;
}

.table th,
.table td {
  padding: 0px;
  padding: 5px 0px;
}

.table-options {
  background-color: white;
}

.table-options tr td {
  padding-left: 10px;
  cursor: pointer;
}

.table-striped tr:nth-child(even) {
  background-color: #ffffff;
}

.table-striped th,
.table-striped td {
  padding: 8px;
  text-align: left;
}

.item-entrega-title {
  font-weight: 800;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}

.item-entrega-subtitle {
  font-size: 13px;
  margin-top: -8px;
  margin-bottom: 8px;
}

.item-entrega-subtitle b {
  font-weight: 800;
}

.item-entrega-text {
  font-family: "Roboto", sans-serif;
  margin-top: -8px;
}
.item-entrega-fecha {
  font-size: 11px;
}


/* MODULO: CHECKLIST VIEW*/
.fondo-manana {
  background-image: url("../../dist/img/manana.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.fondo-tarde {
  background-image: url("../../dist/img/tarde.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.fondo-noche {
  background-image: url("../../dist/img/noche.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.tabs {
  display: flex;
  width: 100%;
}

.tab {
  flex: 1;
  cursor: pointer;
  padding: 10px;
  border-bottom: none;
  background-color: #a8baa8;
}

.active-tab {
  font-weight: 600;
  background-color: #f4f6f9;
}

.tab-subtitle {
  white-space: nowrap;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  margin-top: -12px;
}

.tab-content {
  border: 1px solid #ccc;
  border-top: none;
  padding: 5px 10px;
  width: 100%;
}

.tab-content-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-top: -10px;
}

/* FIN MODULO: CHECKLIST VIEW*/


/* MODULO: DE PLACAS*/

.placas{
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  font-size: 32px;
}

.observaciones{
  margin-top: -15px;
  font-family: "Rajdhani", sans-serif;
  margin-bottom: 4px;
}

.propietario{
  margin-top: -10px;
  font-weight: bold;
}

/* FIN MODULO DE PLACAS*/


.modal {
  display: none;
}

.modal-header {
  background-color: #82af42;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}

.bg-emergencia {
  background-color: rgb(255, 98, 0) !important;
}

.modal-dialog {
  width: 350px;
}

.modal-text {
  font-size: 15px;
}

.modal-activo {
  font-weight: 800;
  font-size: 18px;
}


.modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Estilos adicionales para el modal activo */
}

.modal-background {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal-card {
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  max-height: calc(100vh - 40px);
  overflow: auto;
  position: relative;
  margin: 20px;
}

.modal-card-head {
  background-color: #f0f0f0;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

.modal-card-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.modal-card-body {
  padding: 20px;
}

.modal-card-foot {
  background-color: #f0f0f0;
  border-top: 1px solid #ddd;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
}