@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px; }

html {
  position: relative;
  height: 100vh;
  min-height: 25rem;
  width: 100%; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.centrado-h-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

input[type="radio"] {
  /* IE 9 */
  -webkit-transform: scale(2);
  /* Chrome, Safari, Opera */
  transform: scale(2); }

/* Animación para campo "Otro" de temática */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
/* Contenedor padre para el iframe */
.iframe-container {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }

/* Estilo del iframe */
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* Estilo para pantallas móviles */
@media screen and (max-width: 768px) {
  .iframe-container {
    /* Permite ocupar toda la pantalla */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* 100% del alto de la ventana */
    padding-bottom: 0;
    /* No es necesario mantener relación de aspecto */ }

  .iframe-container iframe {
    height: 100%;
    /* Asegura que el iframe ocupe todo el espacio */ } }
/* Stats Cards */
.stat-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 100%; }
  .stat-card:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15); }

.stat-icon {
  font-size: 3.5rem;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.stat-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  line-height: 1; }

.stat-label {
  font-size: 1rem;
  color: #6c757d;
  margin: 5px 0 0 0;
  font-weight: 500; }

/* Color Themes */
.stat-card-primary .stat-icon {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white; }
.stat-card-primary .stat-number {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

.stat-card-success .stat-icon {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  color: white; }
.stat-card-success .stat-number {
  color: #11998e; }

.stat-card-warning .stat-icon {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white; }
.stat-card-warning .stat-number {
  color: #f5576c; }

.stat-card-danger .stat-icon {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
  color: white; }
.stat-card-danger .stat-number {
  color: #fa709a; }

.stat-card-error .stat-icon {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
  color: white; }
.stat-card-error .stat-number {
  color: #ff6b6b; }

.stat-card-info .stat-icon {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  color: white; }
.stat-card-info .stat-number {
  color: #4facfe; }

/* Responsive para dashboard */
@media (max-width: 768px) {
  .stat-card {
    padding: 20px; }

  .stat-icon {
    font-size: 2.5rem;
    width: 60px;
    height: 60px; }

  .stat-number {
    font-size: 2rem; } }
/* Contenedor de filtros */
@media (min-width: 992px) {
  .filtros-fecha-container .row.align-items-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .filtros-fecha-container .row.align-items-end > .col-12:first-child {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1rem; }
    .filtros-fecha-container .row.align-items-end > .col-lg-3 {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: none;
      padding-left: 8px;
      padding-right: 8px; }
      .filtros-fecha-container .row.align-items-end > .col-lg-3:first-of-type {
        padding-left: 15px; }
      .filtros-fecha-container .row.align-items-end > .col-lg-3:last-of-type {
        padding-right: 15px; }
    .filtros-fecha-container .row.align-items-end > .col-12:last-child {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-top: 1rem; } }

/* Ajustes para selectores de filtros */
@media (min-width: 992px) {
  .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1rem; } }

/* Labels de filtros */
@media (min-width: 992px) {
  .form-label.font-weight-bold {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    white-space: nowrap; } }

/* Small text debajo de selectores */
@media (min-width: 992px) {
  small.text-muted,
  small.text-warning {
    font-size: 0.75rem;
    line-height: 1.2;
    display: block;
    min-height: 18px; } }

/* Botón limpiar filtros */
@media (min-width: 992px) {
  .btn-outline-secondary.btn-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    white-space: nowrap; } }

/* Responsive para tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .filtros-fecha-container .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .filtros-fecha-container .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
/* Responsive para móviles */
@media (max-width: 767px) {
  .filtros-fecha-container .form-control-lg {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem; }
  .filtros-fecha-container .btn-lg {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem; } }
/* Tabla de estadísticas de estudiantes */
.table .table-primary {
  background-color: #e3f2fd !important; }
  .table .table-primary td {
    font-size: 1.05rem;
    padding: 1rem;
    border-top: 2px solid #2196f3; }
.table tbody tr:not(.table-primary):not(.table-secondary):not(.table-warning) td {
  padding: 0.75rem 1rem; }
  .table tbody tr:not(.table-primary):not(.table-secondary):not(.table-warning) td.pl-5 {
    padding-left: 3rem !important; }
.table tbody tr:not(.table-primary):not(.table-secondary):not(.table-warning):hover {
  background-color: #f8f9fa; }
.table .table-secondary {
  background-color: #f5f5f5 !important; }
  .table .table-secondary td {
    padding: 0.75rem 1rem;
    font-size: 1rem; }
.table .table-warning {
  background-color: #fff3cd !important;
  border-top: 3px solid #ffc107;
  border-bottom: 3px solid #ffc107; }
  .table .table-warning td {
    padding: 1rem;
    font-size: 1.2rem; }

/* Responsive para tabla */
@media (max-width: 768px) {
  .table {
    font-size: 0.9rem; }
    .table .table-primary td {
      font-size: 0.95rem;
      padding: 0.75rem; }
    .table .table-warning td {
      font-size: 1rem; }
    .table tbody tr td.pl-5 {
      padding-left: 1.5rem !important; } }
:root {
  --sidebar-width: 250px;
  --sidebar-collapsed-width: 70px;
  --sidebar-bg: #1a1c23;
  --sidebar-hover: #2d303e;
  --sidebar-active: #4e73df;
  --sidebar-text: #adb5bd;
  --sidebar-text-active: #ffffff;
  --content-bg: #f8f9fc; }

.admin-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background-color: var(--content-bg); }

/* Sidebar Styling */
.admin-sidebar {
  width: var(--sidebar-width);
  background: var(--sidebar-bg);
  color: var(--sidebar-text);
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
  overflow-x: hidden; }
  .admin-sidebar.collapsed {
    width: var(--sidebar-collapsed-width); }
    .admin-sidebar.collapsed .brand-text {
      opacity: 0;
      width: 0; }
    .admin-sidebar.collapsed .btn-logout {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0.6rem; }
      .admin-sidebar.collapsed .btn-logout span {
        display: none; }

/* Brand Section */
.sidebar-brand {
  padding: 1.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: white;
  text-decoration: none; }
  .sidebar-brand .brand-icon img {
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .sidebar-brand .brand-text {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 1px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    white-space: nowrap; }

/* Nav Menu Section */
.sidebar-nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.5rem 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #4e73df transparent; }

.nav-header {
  padding: 1rem 1.5rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #6c757d;
  letter-spacing: 0.5px; }

.nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 1.5rem;
  color: var(--sidebar-text);
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-left: 3px solid transparent;
  gap: 12px;
  cursor: pointer; }
  .nav-item i {
    width: 20px;
    text-align: center;
    font-size: 1.1rem; }
  .nav-item:hover {
    background: var(--sidebar-hover);
    color: white;
    text-decoration: none; }
  .nav-item.active {
    background: var(--sidebar-hover);
    color: var(--sidebar-text-active);
    border-left-color: var(--sidebar-active); }
  .nav-item.disabled {
    opacity: 0.4;
    cursor: not-allowed; }

/* Sidebar Footer */
.sidebar-footer {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.05); }

.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
  padding: 0 0.5rem; }

.user-details {
  line-height: 1.2; }

.user-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: white;
  margin: 0; }

.user-role {
  font-size: 0.75rem;
  color: #6c757d;
  margin: 0; }

/* Buttons */
.btn-logout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0.6rem 1rem;
  background: rgba(231, 74, 59, 0.1);
  color: #e74a3b;
  border: 1px solid rgba(231, 74, 59, 0.2);
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .btn-logout:hover {
    background: #e74a3b;
    color: white; }

.btn-toggle {
  display: block;
  width: 100%;
  margin-top: 1rem;
  background: transparent;
  border: none;
  color: #6c757d;
  padding: 0.5rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .btn-toggle:hover {
    color: white; }

/* Content Area Styling */
.admin-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: var(--sidebar-width);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 2rem 1rem;
  width: calc(100% - var(--sidebar-width)); }
  .admin-main.expanded {
    margin-left: var(--sidebar-collapsed-width);
    width: calc(100% - var(--sidebar-collapsed-width)); }

/* Mobile Specific Components */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 999;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease; }

.mobile-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 1rem;
  background: white;
  z-index: 900;
  margin-bottom: 1rem;
  border-radius: 0 0 15px 15px; }
  .mobile-top-bar .btn-menu-toggle {
    background: transparent;
    border: none;
    font-size: 1.25rem;
    color: var(--sidebar-bg);
    padding: 0.5rem; }
  .mobile-top-bar .mobile-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 800;
    color: var(--sidebar-bg);
    font-size: 1.1rem; }

.btn-close-mobile {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .btn-close-mobile:hover {
    background: rgba(255, 255, 255, 0.2); }

/* Responsive Sidebar & Overrides */
@media (max-width: 991px) {
  .admin-sidebar {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-box-shadow: none;
            box-shadow: none; }
    .admin-sidebar.mobile-open {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      width: 280px;
      -webkit-box-shadow: 10px 0 30px rgba(0, 0, 0, 0.3);
              box-shadow: 10px 0 30px rgba(0, 0, 0, 0.3); }

  .admin-main,
  .admin-main.expanded {
    margin-left: 0;
    width: 100%;
    padding: 0.5rem; }

  .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .stat-card {
    padding: 20px 15px; } }
/* Glassmorphism utility */
.glass-panel {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3); }

.registration-container {
  padding: 2rem 1rem; }

.glass-card {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4) !important; }

.section-title {
  color: #4e73df;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .section-title::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#e2e8f0), to(transparent));
    background: linear-gradient(to right, #e2e8f0, transparent);
    margin-left: 15px; }

.form-label-custom {
  font-weight: 700;
  color: #4a5568;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
  display: block; }

.icon-box {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px; }

.bg-primary-soft {
  background-color: rgba(78, 115, 223, 0.1); }

.form-control,
.custom-select {
  border-radius: 12px !important;
  padding: 0.65rem 0.9rem !important;
  height: auto !important;
  min-height: 42px !important;
  border: 1px solid #e2e8f0 !important;
  background-color: #f8f9fc !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  font-size: 0.875rem !important; }
  .form-control:focus,
  .custom-select:focus {
    background-color: #fff !important;
    border-color: #4e73df !important;
    -webkit-box-shadow: 0 0 0 4px rgba(78, 115, 223, 0.1) !important;
            box-shadow: 0 0 0 4px rgba(78, 115, 223, 0.1) !important;
    color: #2d3748 !important; }

.custom-select-sm {
  min-height: 32px !important;
  height: 32px !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 0.5rem !important;
  padding-right: 1.5rem !important;
  font-size: 0.8rem !important;
  width: 70px !important; }

.select-modern {
  height: 42px !important;
  border-radius: 12px !important;
  background-color: #f8f9fc !important;
  border: 1px solid #e2e8f0 !important;
  padding: 0.5rem 1rem !important; }

.input-group-text {
  border-radius: 12px 0 0 12px !important;
  background-color: #edf2f7 !important;
  border: 1px solid #e2e8f0 !important;
  border-right: none !important;
  color: #718096 !important; }

.input-group .form-control {
  border-radius: 0 !important; }
  .input-group .form-control:first-child {
    border-radius: 12px 0 0 12px !important; }
  .input-group .form-control:last-child {
    border-radius: 0 12px 12px 0 !important; }
  .input-group .form-control:first-child:last-child {
    border-radius: 12px !important; }

/* Selector de Sexo Premium */
.gender-selector-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f1f5f9;
  padding: 6px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  gap: 6px;
  height: 42px; }

.gender-option {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.9rem;
  font-weight: 700;
  color: #64748b;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .gender-option i {
    margin-right: 8px;
    font-size: 1.1rem; }
  .gender-option:hover {
    background: rgba(226, 232, 240, 0.8); }
  .gender-option.active {
    background: #ffffff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }
    .gender-option.active.woman {
      color: #e83e8c !important; }
    .gender-option.active.man {
      color: #4e73df !important; }

/* Botones Premium Override */
.btn-primary {
  border-radius: 12px !important;
  padding: 0.8rem 2.5rem !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, #4e73df 0%, #224abe 100%) !important;
  border: none !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: 0 4px 15px rgba(78, 115, 223, 0.3) !important;
          box-shadow: 0 4px 15px rgba(78, 115, 223, 0.3) !important;
  color: white !important; }
  .btn-primary:hover:not(:disabled) {
    -webkit-transform: translateY(-2px) !important;
            transform: translateY(-2px) !important;
    -webkit-box-shadow: 0 6px 20px rgba(78, 115, 223, 0.4) !important;
            box-shadow: 0 6px 20px rgba(78, 115, 223, 0.4) !important;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1); }

.btn-success {
  border-radius: 12px !important;
  padding: 0.8rem 2.5rem !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, #70AD47 0%, #5d913b 100%) !important;
  border: none !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: 0 4px 15px rgba(112, 173, 71, 0.3) !important;
          box-shadow: 0 4px 15px rgba(112, 173, 71, 0.3) !important;
  color: white !important; }
  .btn-success:hover:not(:disabled) {
    -webkit-transform: translateY(-2px) !important;
            transform: translateY(-2px) !important;
    -webkit-box-shadow: 0 6px 20px rgba(112, 173, 71, 0.4) !important;
            box-shadow: 0 6px 20px rgba(112, 173, 71, 0.4) !important;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    color: white !important; }

.btn-light {
  border-radius: 12px !important;
  padding: 0.8rem 1.5rem !important;
  font-weight: 700 !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  color: #718096 !important; }

@media (max-width: 991px) {
  .registration-container {
    padding: 1rem 0.5rem; }

  .btn-primary,
  .btn-success {
    padding: 0.6rem 1.2rem !important;
    width: 100%;
    margin-bottom: 10px; } }
/* Autocomplete Dropdown */
.autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 12px;
  z-index: 1000;
  margin-top: 5px;
  max-height: 250px;
  overflow-y: auto;
  border: 1px solid #e2e8f0; }

.autocomplete-item {
  padding: 12px 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid #f8f9fc; }
  .autocomplete-item:last-child {
    border-bottom: none; }
  .autocomplete-item:hover {
    background: #f8f9fc; }

.avatar-sm {
  width: 32px;
  height: 32px;
  background: #4e73df;
  color: white;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 0.8rem; }

.extra-small {
  font-size: 0.7rem; }

/* QR Scanner Overlay */
.qr-scanner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px; }

.qr-scanner-content {
  width: 100%;
  max-width: 500px;
  background: #1a1c23;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  /* Personalización de botones internos de Html5Qrcode */ }
  .qr-scanner-content #reader {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #4e73df; }
    .qr-scanner-content #reader video {
      -o-object-fit: cover !important;
         object-fit: cover !important;
      border-radius: 12px; }
  .qr-scanner-content #reader__dashboard_section_csr button {
    background: #4e73df !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 15px !important;
    color: white !important;
    font-weight: bold !important;
    margin: 5px; }

@media (max-width: 576px) {
  .qr-scanner-content {
    padding: 15px;
    max-width: 100%; } }
.btn-qr-scan {
  border: 1px solid #10b981 !important;
  background: #ffffff !important;
  color: #10b981 !important;
  border-radius: 0 12px 12px 0 !important;
  margin-left: -1px;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 42px !important;
  padding: 0 15px !important;
  font-size: 1.1rem; }
  .btn-qr-scan:hover {
    background: #10b981 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
            box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1); }
  .btn-qr-scan i {
    font-size: 1.2rem; }

.badge-soft-primary {
  background-color: rgba(78, 115, 223, 0.1);
  color: #4e73df; }

.badge-soft-success {
  background-color: rgba(28, 200, 138, 0.1);
  color: #1cc88a; }

.badge-soft-danger {
  background-color: rgba(231, 74, 59, 0.1);
  color: #e74a3b; }

.badge-soft-warning {
  background-color: rgba(246, 194, 62, 0.1);
  color: #f6c23e; }

.badge-soft-info {
  background-color: rgba(54, 185, 204, 0.1);
  color: #36b9cc; }

.text-pink {
  color: #f06292 !important; }

.stats-value {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 2px; }
  @media (max-width: 767px) {
    .stats-value {
      font-size: 3rem; } }

@media (min-width: 768px) {
  .border-md-left {
    border-left: 1px solid #dee2e6 !important; }

  .border-md-right {
    border-right: 1px solid #dee2e6 !important; } }
@media (max-width: 767px) {
  .border-md-left, .border-md-right {
    border: none !important; } }

/*# sourceMappingURL=style.css.map */