body {
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6, h7, p, label, span, td, tr, small, a, button, i {
  color: #000;
}

legend {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#site-body {
  background-color: #fff;
}
.toast {
  z-index: 10000 !important; }

.dropdown-item {
  cursor: pointer; }

.page-item {
  margin: 3px !important; }

.page-item.active .page-link {
  background-color: #727cf5;
  border-color: #727cf5; }

.page-item.disabled .page-link {
  pointer-events: none;
  background-color: #E9ECEF;
  border-color: #E9ECEF; }

.payment-lot-categories-modalities {
  display: flex;
  flex-direction: row;
  justify-content: around;
}

.payment-lot-categories-modalities .payment-lot-items {
  margin-right: 5px;
}

.input-empty {
  border: 1px solid var(--ct-danger); 
  animation: blink 2s;
  animation-iteration-count: 2;
}

.site-bg-color {
  background-color: #7b0ec2 !important;
  color: #fff;
}

.custom-navbar {
  flex: 1;
  margin: auto !important;
  display: flex;
  justify-content: space-between;
}

.nav .nav-link:hover {
  color: #cecece;
}

.nav .nav-link.active {
  color: #cecece !important;
  background-color: white !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}

.line-responsive {
  word-break: break-word;
}

.logo-site {
  height: 50px;
}

.card-img-custom {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

.event-img-site {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

.event-img-site-thumbnail {
  width: 230px;
  height: 230px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.zoom {
  overflow: hidden;
}

.zoom img {
  transition: transform 0.3s;
}

.zoom:hover img {
  transform: scale(1.2);
}

.checkbox-lg .form-check-input{
  top: .8rem;
  scale: 1.4;
  }
 
 
.checkbox-xl .form-check-input {
top: 1.2rem;
scale: 1.7;
}

.div-line-form {
  display: table;
  width: 100%;
  margin-bottom: 7px;
}

.div-label-form {
  display: table-cell;
  width: 15%;
  height: 40px;
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  vertical-align: middle;
}

.div-value-form {
  text-align: left;
  display: table-cell;
  height: 35px;
  vertical-align: middle;
}

.input-500 {
  max-width: 500px;
}
 

@keyframes blink { 50% { border-color:#fff ; }  }

@media (max-width: 800px) {
  .payment-lot-categories-modalities {
    flex-direction: column;
  }

  .payment-lot-categories-modalities .payment-lot-items {
    margin-right: 0;
  }

  .logo-site {
    height: 35px;
  }

  .nav {
    text-align: center;
  }

}

@media (max-width: 400px) {
  .div-line-form {
    display: block;
  }

  .div-label-form {
    display: block;
    text-align: left;
    width: 100%;
  }

  .div-value-form {
    display: block;
    text-align: left;
    width: 100%;
  }
}

button {
  font-weight: bold !important;
}

th {
  text-align: left !important;
  font-weight: bold !important;
  font-size: 0.95rem !important;
  white-space: nowrap !important;
}

tr {
  margin-top: 5px !important;
  transition: background 0.2s ease-in-out !important;
  color: #000 !important;
}

tr:not(:last-child) {
  border-bottom: 1px solid #f3e8ff !important;
}

td {
  white-space: nowrap !important;
  color: #000 !important;
  cursor: pointer !important;
}

  .card-section {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    margin-bottom: 1rem;
  }
  .card-section h3 {
    font-weight: 700;
    color: #212529;
  }
  .btn-custom {
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
  }
  .btn-custom:hover {
    transform: translateY(-2px);
  }
  .table {
    overflow: hidden;
  }
  .table thead th {
    font-weight: 600;
    border: none;
  }
  .table tbody tr:hover {
    background-color: #f3f6f9;
    transition: background 0.2s;
  }
  .table td {
    vertical-align: middle;
  }
  .table i {
    cursor: pointer;
    transition: color 0.2s;
  }
  .empty-state {
    padding: 3rem 1rem;
    color: #6c757d;
  }
  .empty-state i {
    display: block;
    margin-bottom: 1rem;
    opacity: 0.6;
  }

  .action-icons a {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 6px;
    padding: 6px 10px;
    margin-top: 5px;
    border-radius: 8px;
    background: rgba(0,0,0,0.05);
    color: #333;
    transition: all 0.25s ease;
    text-decoration: none;
    font-weight: bold;
  }
  .action-icons a:hover {
    color: #fff;
    transform: translateX(3px);
  }
  .action-icons i {
    font-size: 18px;
  }

input[type="checkbox"] {
  accent-color: black;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 10px;
}

input[type="checkbox"]:checked {
  border-color: black;
  background-color: black;
}

.accordion {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.accordion-item {
  border: none;
}

.accordion-button {
  background: linear-gradient(135deg, #222, #444);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 14px 20px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #111, #333);
  box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.4);
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.accordion-button:hover {
  transform: scale(1.02);
}

.accordion-body {
  background: #f9f9f9;
  padding: 20px;
  font-size: 0.95rem;
  border-top: 1px solid #eee;
}
