.mt-5 {
    margin-top: 5px;
  }

  .m-5 {
    margin: 5px 5px;
  }
  .ml-20{
    margin: 0px 0px 0px 20px;
  }
  .p-5{
    padding: 5px 5px;
  }
  
/* Estilos para los p */
.form-control-static {
  color: #555;
  padding: 10px;
  margin: 0;
  font-size: 24px; /* Tamaño grande */
  text-align: center; /* Alineación centrada */
  width: 100%; /* Ancho del 100% */
}


/* Estilos adicionales para cada tipo de addon */
.subtotal-addon {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.descuentos-addon {
  background-color: #d4edda;
}

.impuestos-addon {
  background-color: #fff3cd;
}

.total-addon {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.card {
  margin-bottom: 20px;
  cursor: pointer; /* Cambia el cursor al pasar sobre el card */
  border-radius: 20px 20px;
  background-color: #fff;
  align-items: center;
  padding: 20px;
}
.card-img-top {
  max-height: 200px;
  margin: auto; /* Centra la imagen horizontalmente */
}
.card:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); /* Efecto de sombra al pasar sobre el card */
}

.hidden-on-load {
  display: none;
}

/* Modern UI Overrides Global */
.box {
  border-top: none !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}
.box:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.08) !important;
}
.table {
  border: none !important;
  border-radius: 8px;
  overflow: hidden;
}
.table > thead > tr > th {
  background-color: #f8f9fa !important;
  color: #495057 !important;
  border-bottom: 2px solid #e9ecef !important;
  border-top: none !important;
  font-weight: 600;
  padding: 12px 15px !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.table > tbody > tr > td {
  padding: 12px 15px !important;
  vertical-align: middle !important;
  border-top: 1px solid #f1f3f5 !important;
  color: #495057;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fcfcfc !important;
}
.table-striped > tbody > tr:hover {
  background-color: #f1f3f5 !important;
}
.btn {
  border-radius: 6px !important;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.2s;
}
.btn:active {
  transform: scale(0.97);
}
.form-control {
  border-radius: 6px !important;
  border: 1px solid #e2e8f0;
  box-shadow: none !important;
  background-color: #ffffff;
}
.form-control:focus {
  border-color: #f97316 !important;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15) !important;
  color: #0f172a;
}
.small-box {
  border-radius: 10px !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08) !important;
  overflow: hidden;
}
.modal-content {
  border-radius: 12px !important;
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
}
.modal-header {
  border-bottom: 1px solid #f1f3f5;
  background-color: #f8f9fa;
  border-radius: 12px 12px 0 0 !important;
}
.alert-success {
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
  color: #155724 !important;
}
.alert-success .icon, .alert-success strong {
  color: #0f3d18 !important;
}
.badge {
  border-radius: 4px;
  padding: 5px 8px;
}