@charset "UTF-8";
[show=false] {
  display: none !important;
}

/* New Login Styles */
body {
  font-family: "Poppins", sans-serif;
}

/* Updated Login Styles */
.login-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
  backdrop-filter: blur(8px);
}

/* Updated Login Styles - Button positioning fix */
.login-card {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem !important;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 0 !important;
}

.logo-container {
  margin-bottom: 1.5rem;
}
.logo-container .logo-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 15px;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.logo-container .logo-wrapper img {
  max-height: 110px;
  max-width: 110px;
  transition: transform 0.3s ease;
}
.logo-container .logo-wrapper img:hover {
  transform: scale(1.05);
}

.login-title {
  color: #0ea761;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.input-field {
  margin-bottom: 1.5rem;
}
.input-field .prefix {
  color: #0ea761;
}
.input-field input {
  border-bottom: 2px solid #e0e0e0;
  box-shadow: none !important;
}
.input-field input:focus {
  border-bottom: 2px solid #0ea761;
}
.input-field label {
  color: #9e9e9e;
}

.login-action {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.login-button-wrapper {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Updated login button style */
.btn-login {
  background-color: #0ea761 !important;
  border-radius: 30px !important;
  padding: 0 2rem !important;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(14, 167, 97, 0.3) !important;
  transition: all 0.3s ease;
  height: 48px !important;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.btn-login i {
  margin-right: 8px;
}
.btn-login:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(14, 167, 97, 0.4) !important;
  background-color: #0c8f53 !important;
}
.btn-login:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(14, 167, 97, 0.3) !important;
}

.login-loader {
  margin: 10px auto;
}

.dropdown-content.select-dropdown {
  max-height: 25rem;
  overflow-y: auto;
}

.dropdown-content.select-dropdown {
  position: fixed !important;
}

.swal2-actions {
  z-index: 0 !important;
}

.loaderWrapper.b1 {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.61, 0.01, 0, 1);
  transition: -webkit-transform 1s cubic-bezier(0.61, 0.01, 0, 1);
  -o-transition: transform 1s cubic-bezier(0.61, 0.01, 0, 1);
  transition: transform 1s cubic-bezier(0.61, 0.01, 0, 1);
  transition: transform 1s cubic-bezier(0.61, 0.01, 0, 1), -webkit-transform 1s cubic-bezier(0.61, 0.01, 0, 1);
  /*    transition: transform 1s cubic-bezier(0.165, 0.85, 0.45, 1); */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loaderWrapper.b2 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9998;
  background: #567280;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1s 0.2s cubic-bezier(0.61, 0.01, 0, 1);
  transition: -webkit-transform 1s 0.2s cubic-bezier(0.61, 0.01, 0, 1);
  -o-transition: transform 1s 0.2s cubic-bezier(0.61, 0.01, 0, 1);
  transition: transform 1s 0.2s cubic-bezier(0.61, 0.01, 0, 1);
  transition: transform 1s 0.2s cubic-bezier(0.61, 0.01, 0, 1), -webkit-transform 1s 0.2s cubic-bezier(0.61, 0.01, 0, 1);
}

.loaderWrapper.b1.up {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.loaderWrapper.b2.up {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.up .loader {
  opacity: 0;
}

.rowloader {
  height: 35rem;
  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;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader-black:before,
.loader-black:after {
  background: #000000;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.noScroll {
  overflow: hidden;
}

.loadingIndicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 9995;
  /* Estilos de animación si lo deseas */
  /* ... */
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.loader2 {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #3498db;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.autocomplete-content {
  max-height: 30vh;
}

#login button {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
}

.inscripcion .row:first-child {
  margin: 0;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}
.inscripcion .row:first-child .card-panel {
  text-align: center;
  position: relative;
}
.inscripcion .row:first-child .card-panel h4 {
  margin-bottom: 20px;
  margin-top: 0;
}
.inscripcion .row:first-child .card-panel > *:nth-child(2) {
  margin-top: 90px;
}

.container .helper-text {
  text-align: left;
}
.container .row:first-child {
  margin: 0;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}
.container .row:first-child .card-panel {
  text-align: center;
  position: relative;
}
.container .row:first-child .card-panel .logoInscripcion {
  position: absolute;
  height: 160px;
  transform: translateY(-50%);
  width: calc(100% - 22.5px);
  /*40px referente al padding de .card-panel */
  display: flex;
  justify-content: center;
}
.container .row:first-child .card-panel .logoInscripcion > div {
  height: 160px;
  width: 160px;
  border-radius: 150px;
  background: #0ea761;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .row:first-child .card-panel .logoInscripcion > div img {
  height: 130px;
  margin-top: 10px;
}

#navIns {
  background-color: #0ea761d1 !important;
  position: fixed;
  z-index: 10;
}
#navIns p {
  margin: 0;
  font-size: 40px !important;
}
#navIns ~ #app {
  padding-top: 65px;
}

.persiana-enter-active {
  animation: persiana-in 0.5s;
}

.persiana-leave-active {
  animation: persiana-in 0.5s reverse;
}

@keyframes persiana-in {
  0% {
    clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.planilla {
  padding: 0 15px !important;
  position: absolute !important;
  top: 100px;
}
.planilla .input-field, .planilla p {
  padding: 0;
}
.planilla .contenedor2 > div:nth-child(1) {
  padding-right: 20px;
}

.texto-ayuda {
  text-align: left;
  color: #999 !important;
  line-height: 1 !important;
}
.texto-ayuda.subtitulo {
  color: #232323 !important;
  text-align: center;
  font-weight: bold;
}

#convivencia {
  height: 90%;
}
#convivencia > .row {
  height: 100%;
}
#convivencia .h90 {
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#convivencia .card-panel {
  padding: 0;
}
#convivencia .card-panel #pdfconvivencia_wrap {
  overflow-y: auto;
  overflow-x: hidden;
  height: 80%;
  display: block;
  box-shadow: 0px 8px 12px 0px #00000033;
}
#convivencia .card-panel #pdfconvivencia_wrap canvas:not(:last-child) {
  border-bottom: 10px solid #999;
}
#convivencia .card-panel .row:last-child {
  padding: 0 30px;
  margin-top: 0;
}
#convivencia .card-panel .pdf_cargando {
  margin: 150px 0 !important;
}
#convivencia .card-panel .pdf_cargando span {
  text-align: center;
}

.nvoRecibo p .material-icons {
  font-size: 45px;
}
.nvoRecibo table {
  border-bottom: 1px solid #999;
}
.nvoRecibo .helper-text {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
}
.nvoRecibo .card-panel {
  padding: 8px;
}
.nvoRecibo .card-panel table {
  margin: 0.5rem 0;
}
.nvoRecibo i {
  user-select: none;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
  background-color: #00000099;
  border-radius: 1rem;
}

body {
  background: #f8f8f8;
}

.swal2-content {
  z-index: 9 !important;
}

.bold {
  font-weight: bold;
}

a, .material-icons {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 500;
}

nav {
  background: #333333c7 !important;
  padding: 0 2%;
}
nav .brand-logo {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
nav img {
  height: 60%;
}

li.active {
  background-color: #0071bc !important;
}

.sidenav {
  background: #2f2e2e !important;
  overflow-y: auto;
  height: 100%;
}
.sidenav li {
  cursor: pointer;
  border-bottom: 2px solid #ffffff !important;
}
.sidenav li a:not(.logo) {
  line-height: 1;
}
.sidenav li a:not(.logo):hover {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.sidenav li a.current {
  font-weight: bold;
  text-transform: uppercase;
}
.sidenav li .logo:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.sidenav .collapsible .material-icons {
  color: white;
}
.sidenav .collapsible li {
  border-bottom: none !important;
  background: #2f2e2e !important;
}
.sidenav .collapsible li:not(:first-child) {
  border-top: 2px solid white;
}
.sidenav .collapsible .collapsible-header {
  padding: 0 32px;
}
.sidenav .collapsible .collapsible-header:focus {
  background: #2f2e2e !important;
}
.sidenav .collapsible .collapsible-header.current {
  font-family: nexablack;
  color: #12b061;
  line-height: 1.2 !important;
  padding: 10px 32px !important;
}
.sidenav .collapsible .collapsible-body {
  margin-left: 32px;
}
.sidenav .collapsible .collapsible-body li.current {
  word-break: keep-all;
}
.sidenav .collapsible .collapsible-body li.current a {
  color: #12b061;
  font-weight: bold;
}
.sidenav .collapsible .collapsible-body li a {
  line-height: 1.2;
  padding-left: 10px;
}
.sidenav .collapsible .collapsible-body li span {
  margin-top: 0;
}
.sidenav .collapsible .collapsible-body li span:after {
  content: "" !important;
}
.sidenav a:not(.logo) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem !important;
  color: white;
}
.sidenav a:not(.logo) img {
  width: 10%;
  margin-right: 4%;
}

.dataTables_length label {
  display: inline-flex;
  align-items: center;
}
.dataTables_length label .select-wrapper {
  width: 60px;
  margin: 0 1rem;
}

@font-face {
  font-family: "nexablack";
  src: url("nexa rust black.OTF");
}
@font-face {
  font-family: "caviar";
  src: url("caviardreams.TTF");
}
.nexablack {
  font-family: nexablack;
}

button {
  font-family: nexablack !important;
}

.logo {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  background-image: url("../img/fondoLogoAdmin.jpg");
  background-position: contain;
  text-align: center;
}
.logo img {
  width: 100%;
  margin: 14% 0;
  filter: drop-shadow(2px 4px 9px black);
}

#slide-out {
  padding: 1rem;
}

.fondoBody {
  background-image: url(../img/fondoBody.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -999;
  /*height: 100%;*/
}

#fondo {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.15;
  background-image: url(../img/0);
  background-size: 5%;
}

div[id^=body] > h1 {
  margin-top: 0;
  padding-top: 2.2rem;
}

.swal2-popup h3 {
  margin: 0;
  margin-bottom: 10;
}

.btn-green {
  background-color: #0ea761 !important;
}

[id*=body] .tabs a {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
[id*=body] .tabs span:after {
  content: "" !important;
}
[id*=body] button {
  background-color: #0ea761 !important;
}

/* Estadísticas: charts layout tweaks */
#bodyEstadisticas .card-panel {
  overflow: hidden;
}
#bodyEstadisticas .card-panel canvas {
  width: 100% !important;
  max-height: 260px;
}

.cobranzas {
  position: relative;
}
.cobranzas tr {
  background-color: transparent;
}
.cobranzas tr:first-child .nodata:last-child::after {
  color: transparent !important;
}
.cobranzas td {
  color: white;
  padding: 5px !important;
  text-align: center;
}
.cobranzas td.nodata {
  color: transparent;
}
.cobranzas td.nodata:last-child::after {
  content: "No hay datos";
  color: #2f2e2e;
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 16px;
  top: calc(25% + 3px);
  text-align: center;
}

.btnListasUtiles a {
  margin-bottom: 15px;
  background-color: #0ea761;
}

#resultadoInventario td:first-child {
  font-weight: bold;
}

.swal2-html-container {
  overflow-x: hidden !important;
}

/* Badges for estados in solicitudes (comprador view) */
.estado-badge {
  display: inline-block;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.8rem;
  line-height: 1;
}

.badge-enviado {
  background-color: #00acc1;
  color: #fff;
}

.badge-urgente {
  background-color: #c62828;
  color: #fff;
}

.badge-pendiente {
  background-color: #fb8c00;
  color: #fff;
}

.badge-proceso {
  background-color: #1e88e5;
  color: #fff;
}

.badge-completado {
  background-color: #43a047;
  color: #fff;
}

.badge-cancelado {
  background-color: #e53935;
  color: #fff;
}

/* Simple custom modal base (used for comprador details) */
.custom-modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.custom-modal .modal-body {
  max-height: 70vh;
  overflow: auto;
}

.nuevaFactura .periodo {
  transform: scale(1.5);
}
.nuevaFactura .sugerencias {
  transition: ease-in-out 0.3s all;
}
.nuevaFactura .sugerencias:hover {
  transform: scale(1.35);
  color: green;
}
.nuevaFactura .mensualidades span {
  font-size: 13px !important;
}

.material-icons {
  user-select: none;
}

.clear-icon {
  position: absolute;
  right: 5px;
  top: 15px;
  cursor: pointer;
  color: #9e9e9e;
}
.clear-icon:hover {
  color: #607d8b;
}

.input-field.auto {
  position: relative;
  padding-right: 30px;
}

.swal2-container ul.tabs {
  overflow-x: hidden !important;
  display: flex !important;
  flex-wrap: wrap !important;
  height: 150px !important;
}
.swal2-container ul.tabs .indicator {
  background-color: #fff !important;
}

@media only screen and (min-width: 993px) {
  header, main, footer {
    padding-left: 300px;
  }

  main {
    padding: 0 2% 0 calc(2% + 300px);
  }

  .planilla .contenedor {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .planilla .contenedor > div:nth-child(1) {
    padding-right: 20px;
  }
  .planilla .contenedor > div:nth-child(2) {
    padding-right: 20px;
  }
  .planilla .contenedor > div:nth-child(3) {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 993px) {
  [id*=body] button {
    margin: 1rem;
  }

  #navIns p {
    font-size: 20px !important;
  }

  #convivencia .card-panel #pdfconvivencia_wrap {
    height: 60%;
  }
  #convivencia .card-panel span {
    height: auto;
  }
}
@media print {
  #impresion {
    display: block !important;
    top: 0;
    left: 0;
  }

  #app {
    display: none !important;
  }
}
/* Responsive adjustments for login */
@media only screen and (max-width: 600px) {
  .login-card {
    padding: 2rem 1.5rem !important;
    margin: 0 1rem !important;
  }

  .logo-container .logo-wrapper {
    width: 120px;
    height: 120px;
    padding: 10px;
  }
  .logo-container .logo-wrapper img {
    max-height: 90px;
    max-width: 90px;
  }

  .login-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .btn-login {
    padding: 0 1.5rem !important;
    font-size: 15px;
  }
}
/* ========================================
   ESTILOS PARA LA NAVEGACIÓN DROPDOWN DE HISTORIA CLÍNICA
   ======================================== */
/* Contenedor de la navegación dropdown */
.section-navigation {
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.section-navigation:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.section-navigation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #4CAF50, #81C784);
  border-radius: 8px 8px 0 0;
}

/* Selector de sección */
#section-selector {
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}
#section-selector:focus {
  border-color: #4CAF50;
  box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
  outline: none;
}
#section-selector option {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 8px;
}

/* Contenedor de contenido de secciones */
.tab-content-container {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* Secciones individuales */
.tab-section {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Estilo para el modal de historia clínica con la nueva navegación */
.swal2-popup .section-navigation {
  position: relative;
  z-index: 1;
}

/* Estilos responsive para pantallas pequeñas */
@media only screen and (max-width: 768px) {
  .section-navigation {
    margin-bottom: 15px;
    padding: 8px;
  }

  #section-selector {
    font-size: 14px;
    padding: 10px 12px;
  }

  .tab-content-container {
    padding: 15px !important;
    height: calc(100% - 100px) !important;
  }
}
@media only screen and (max-width: 480px) {
  .section-navigation {
    margin-bottom: 10px;
    padding: 6px;
  }

  #section-selector {
    font-size: 13px;
    padding: 8px 10px;
  }

  .tab-content-container {
    padding: 10px !important;
    height: calc(100% - 90px) !important;
  }
}
/* ========================================
   ESTILOS PARA MODALES PERSONALIZADOS DEL SISTEMA DE SOLICITUDES
   ======================================== */
.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.custom-modal {
  background-color: white;
  border-radius: 8px;
  padding: 2rem;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}
.custom-modal .modal-header {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.custom-modal .modal-header h4 {
  margin: 0;
  color: #0ea761;
  font-weight: 600;
}
.custom-modal .modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #aaa;
  transition: color 0.3s ease;
}
.custom-modal .modal-close:hover {
  color: #000;
}

/* Estilos específicos para solicitudes */
.solicitudes-status .badge {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 500;
}
.solicitudes-status .badge.orange {
  background-color: #ff9800;
}
.solicitudes-status .badge.blue {
  background-color: #2196f3;
}
.solicitudes-status .badge.green {
  background-color: #4caf50;
}
.solicitudes-status .badge.red {
  background-color: #f44336;
}
.solicitudes-status .badge.grey {
  background-color: #9e9e9e;
}

/* Responsive para modales */
@media only screen and (max-width: 768px) {
  .custom-modal {
    max-width: 95%;
    padding: 1rem;
  }
  .custom-modal .modal-header h4 {
    font-size: 1.2rem;
  }
}