@font-face {
  font-family: gibsonFont;
  src: url(fonts/Gibson/Gibson-Book.otf);
}

body {
  font-family: gibsonFont;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

#app {
  /* min-height: 95vh; */
  width: 100vw;
  min-height: 95vh;
  display: contents;
  /*Nueva propiedad*/
}

.containerlogin {

position: absolute;
min-height: 100vh;
}

nav {
  display: flex !important;
  position: sticky !important;
  z-index: 1;
  top: 0;
}

footer {
  margin-top: auto;
  height: 8vh;
  background-image: url('/img/footer.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fa-file-pdf-o {
  color: rgba(255, 0, 0, 0.884);

}

.fa-file-excel-o {
  color: green;
}

.colorMorado {
  background-color: #6A0F49 !important;
  color: white !important;
}

.colorGrey {
  background-color: gray !important;
  color: white !important;
}

.fa-cloud-upload {
  color: white;
}

.btn-purple-carga-masiva:hover {
  border: 1px solid #6A0F49;
  color: #6a0e49;
}

.btn-sistema {
  /* Estilo normal */
  width: 80px;
  border-radius: 50px !important; /* Efecto pill */
  background-color: #f5f5f5 !important; /* Gris claro */
  color: #000 !important; /* Letras negras */
  border: 1px solid #ddd !important;
  font-weight: normal;
  transition: all 0.3s ease;
  padding: 6px 12px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-sistema.active {
  /* Estilo cuando está seleccionado */
  background-color: #6e2c5a !important; /* Guinda */
  color: #fff !important; /* Letras blancas */
  font-weight: bold !important;
  border-color: #6e2c5a !important;
}

.btn-purple-carga-masiva:hover i {
  color: black;
}

.btn-purple-carga-masiva {
  background-color: #6a0e49;
  color: white;
}

.btn-purple {
  border: 1px solid #6A0F49;
  color: #6a0e49;

}

.btn-purple:hover {
  color: #6a0e49;

}

.btn-outline-purple {
  border: 1px solid #6A0F49;
  color: #6a0e49;
}

.btn-outline-purple:hover {
  color: #6a0e49;
}

.btn-outline-purple i {
  color: blue;

}

.btn-purple-plantilla {
  border: 1px solid #6A0F49;
}

.btn-purple-plantilla:hover {
  background-color: #6a0e49;
  /* Fondo al pasar el cursor */
  color: white;
  /* Texto al pasar el cursor */
}
.modal-header{
  border-bottom: 3px solid #6A0F49;
  align-items: center;
  display: flex;
  }

  .modal-footer > button{
    margin: 0 auto;
    }
    
    .modal-footer{
      border-top: none;
    }

    .btn-guinda {
      background-color: #6A0F49; /* Color guinda */
      border-color: #6A0F49; /* Borde del mismo color */
      color: white; /* Texto en blanco */
  }
  
  .btn-guinda:hover {
      background-color: #5e0f41; /* Color guinda más oscuro al pasar el mouse */
      border-color: #5e0f41;
      color: white;
  }

  .btn-morado {
  color: #6A0F49 !important;  /* Color guinda/morado oscuro */
  background-color: transparent;
  border: 2px solid #6A0F49;
  padding:5px 10px;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

/* Estilos para el buscador de DataTables */
.dataTables_filter input {
padding-left: 30px !important;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>') !important;
background-repeat: no-repeat !important;
background-position: 10px center !important;
background-size: 16px 16px !important;
border-radius: 20px !important;
border: 1px solid #ddd !important;
height: 38px !important;
width: 100% !important;
max-width: 250px !important;
margin-left: auto !important; /* Alinea a la derecha */
}

.dataTables_filter {
display: flex !important;
justify-content: flex-end !important;
margin-bottom: 1rem !important;
}

.dataTables_filter label {
width: auto !important;
margin: 0 !important;
display: flex !important;
align-items: center !important;
}

.btn-morado:hover {

  background-color: #6A0F49;  /* Mismo color guinda para el hover */
  color: white !important;
  text-decoration: none;
}

.fa-solid{
  font-weight: 900;
  font-family: 'FontAwesome';
}

/* Estilo para resoluciones pequeñas */
@media (max-width: 768px) {

  /* Puedes ajustar el tamaño según lo necesites */
  .btn-purple-plantilla {
    text-align: justify;
    /* Cambiar alineación a justificado */
  }
}

.btn-pill {
  background-color: #6a0e49;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: default;
}

.btn-pill:hover {
  background-color: #6a0e49;
  /* No cambia el color */
  color: white;
}

.btn-pill:disabled {
  background-color: #6a0e49;
  /* Mantén el color de fondo */
  color: white;
  /* Mantén el color del texto */
  opacity: .5;
  /* Evita que se vea descolorido */
  cursor: not-allowed;
  /* Cambia el cursor para indicar que está deshabilitado */
}

.border-bottom-purple {
  border-bottom: 3px solid #6a0e49;
}

.BorderNavPink {
  border-top: #FFC3D0 3px solid !important;
  border-left: #FFC3D0 3px solid !important;
  border-right: #FFC3D0 3px solid !important;
}

.nav-pills .nav-link {
  border: 1px solid hotpink !important;
  color: black !important;
}

.nav-pills .nav-link.active {
  border: 1px solid hotpink !important;
  background-color: #FFC3D0 !important;
  color: black !important;
}

.colorRosa {
  background-color: #6D807F !important;
  color: white !important;

}

.botones-exportar-excel {
  margin-left: 1%;
  margin-right: -3%;
}

.botones-jasper-metas {
  margin-right: 1%;
}

.botones-jasper-claves {
  margin-right: 1%;
}

.vertical {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  transform: rotate(180deg) !important;
  white-space: nowrap !important;
}

th.centro {
  padding-left: 50% !important;
}

.wrap4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45%;
}

.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}

.colorgriss {
  background-color: #FFFFFF !important;
  color: rgb(145, 20, 20) !important;

}

.has-error {
  color: red;
}


@media (max-width: 575px) {
  .imgSitioOficial {
    width: 12%;
  }

  #logo_cocotra {
    text-align: center;
    width: 100%;
  }

  #title_concesiones {
    color: #6A0F49;
    text-align: center;
    padding-left: 10%;
    font-size: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .imgSitioOficial {
    width: 10%;
  }

  #logo_cocotra {
    text-align: center;
    width: 100%;
  }

  #title_concesiones {
    color: #6A0F49;
    text-align: left;
    padding-left: 10%;
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .imgSitioOficial {
    width: 8%;
  }


  #logo_cocotra {
    text-align: left;
    width: 100%;
  }

  #title_concesiones {
    color: #6A0F49;
    text-align: left;
    padding-left: 10%;
    font-size: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .imgSitioOficial {
    width: 6%;
  }

  #logo_cocotra {
    text-align: left;
    width: 100%;
  }

  #title_concesiones {
    color: #6A0F49;
    text-align: left;
    padding-left: 10%;
    padding-top: 2%;
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  .imgSitioOficial {
    width: 5%;
  }

  #logo_cocotra {
    text-align: left;
    width: 100%;
  }

  #title_concesiones {
    color: #6A0F49;
    text-align: left;
    padding-left: 25%;
    padding-top: 2%;
    font-size: 30px;
  }
}


.verticalNav {
  margin-left: 5%;
}

.verticalNavSecondary {
  margin-left: 1%;
}

.homeBG {
  top: 15%;
  left: 37.5%;
  right: auto;
  width: 25%;
  position: fixed;
  z-index: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 25%;
}

/* Estilos para menu vertical -------------------------------------------------------------*/
#contenedor {
  display: grid;
  max-width: fit-content;
  gap: 1rem;
  max-width: 100vw;
  grid-template-columns: 20vw 75vw;
  min-height: 80vh;
}

#menuLateral {
  flex-direction: column;
  display: inline-block;
  justify-content: space-between;
  margin-left: 1%;
  /*float:left; 
    max-width: 250px;
    min-width: 250px;
    width:250px;*/
  max-height: 80vh;
  overflow: auto;
  left: 0;
}

/* Separador menu lateral */
.vl {

  border-left: 1px solid gray;
  /*display: inline-flex;*/
  height: 100%;
  position: static;
  left: 260px;
  padding-top: 0;
  /*margin-left: 10px;*/
  margin-top: 0;
  height: 90%;
}

.botonLateral {
  width: 100%;
  margin-bottom: 5px;
}

.categoria {
  text-decoration: none;

}

/* Remove default bullets */
ul,
#myUL {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none;
  /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}



.customFooterA {
  color: #fcd9e1;
  text-decoration: none;
}

.customFooterIMG {
  width: 100%;
}


/* Style all input fields */
#password-store {
  width: 100%;
  /* padding: 12px; */
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
}

/* Style the submit button */
#password-store[type=submit] {
  background-color: #04AA6D;
  color: white;
}



/* The message box is shown when the user clicks on the password field */
#message {
  display: none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  margin-top: 10px;
}

#message1 {
  display: none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  margin-top: 10px;
}

#message p {
  font-size: 12px;
}

#message1 p {
  display: none;
  font-size: 12px;
}

.hiddenElement {
  display: none;
  font-size: 12px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;

}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;

}

.textoMorado {
  font-weight: bold;
  color: #6A0F49 !important;
}

/*Estilos para el Cuestionario */
.answer {
  background-color: #0A336B;
  color: white;
}


.question {
  background-color: #6D807F;
  color: white;
}

table td {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  position: relative;
}

.homeBG {
  opacity: 0.15;
}

.pregunta_3 {
  color: #FFFFFF;
  /*color: #BD5200;*/
  background-color: #4A001F;
  /*background-color: #073F4A;*/
}

div.dt-buttons {
  float: right;
}



#footerA {
  position: absolute;
  bottom: 0%;
  width: 100%;

  color: rgb(0, 0, 0);
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 0%;
  padding-left: 0%;
}

@media (height <=800px) {
  #footerA {
    position: relative;
  }
}

.colortextfoot {
  color: #000;

}

.btn1{
 --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.9rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.6;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.botoninicio {
  
  color: rgb(255, 255, 255);
  background-color: #6a0f49;
  width: 75%;
}
.botoninicio:hover {
  color: rgb(255, 255, 255);
  background-color: #5c0e3f; /* Guinda más profundo */
  box-shadow: 0 0 10px rgba(90, 14, 62, 0.40); /* sombra suave y elegante */
}

.botoninicio:active {
  color: rgb(255, 255, 255);
  background-color: #6a0f49;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.botonbuscar {
  color: rgb(255, 255, 255);
  background-color: #6A0F49;

}

.botonbuscar:hover {
  background-color: #888a8d64;
  /* Green */
  color: rgb(14, 28, 225);
}

.col-sm-6 {
  padding-left: 0%;
  padding-right: 0%;
}

.form-control {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-outline {
  position: relative;
}

.form-outline > label {
  position: absolute;
  font-size: .9rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fbfbfb;
color: #6C757D;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: .1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}
.form-outline>input {
  font-size: 1rem;
  outline: none;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 1rem 0.7rem;
  transition: 0.1s ease-out;
}

.form-outline>input:focus+label,
.form-outline>.form-select:focus+label {
  color: #6A0F49;
  top: 0;
  transform: translateY(-50%) scale(.9);
}

.form-outline > input:not(:placeholder-shown) + label,
.form-outline > select.has-value + label,
.form-outline > select.has-value + .select2 + label {
  top: 0;
  transform: translateY(-50%) scale(.9);
}

.form-outline input:disabled + label{
  top: 0;
  transform: translateY(-50%) scale(.9);
  color: rgba(0, 0, 0, 0.5);
	background: linear-gradient(to bottom, transparent 50%, #e9ecef 50%);
  padding: 0 4px;
  opacity: 1;
  visibility: visible;
}

/* Si el input es inválido, flota el label aunque esté vacío */
.form-outline > .form-control.is-invalid ~ label {
  transform: scale(.85) translateY(-3rem) translateX(0.15rem);
 
}

/* Cuando el select2 recibe foco */
.form-outline .select2-container--default .select2-selection--single:focus + label,
.form-outline .select2-container--default.select2-container--open + label {
  color: #6A0F49;
  top: 0;
  transform: translateY(-50%) scale(.9);
}

/* Cuando el select2 tiene valor */
.form-outline .select2-container.has-value + label {
  top: 0;
  transform: translateY(-50%) scale(.9);
}

/* Select2 visual para que parezca tu input */
.form-outline .select2-container--default .select2-selection--single {
  border: 1px solid gray;
  border-radius: 5px;
  height: 48px; /* iguala al input */
  display: flex;
  align-items: center;
  padding: 0 0.7rem;
  font-size: 1rem;
}

input:disabled+label {
  /*background: none;*/
  background: #e9ecef;
}

.form-outline>textarea {
  font-size: 1rem;
  outline: none;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 1rem 0.7rem;
  transition: 0.1s ease-out;
}

.form-outline>textarea:focus+label,
.form-outline>.form-select:focus+label {
  color: #6A0F49;
  top: 0;
  transform: translateY(-50%) scale(.9);
}

.form-outline>textarea:not(:placeholder-shown)+label,
.form-outline>.form-select.has-value+label {
  top: 0;
  transform: translateY(-50%) scale(.9);
}

input[type=date] {
  flex-direction: row !important;
}

.form-control input {
  width: 90%;
  height: 30px;
  margin: 0.5rem;
}

.ladizqlogin {
  clip-path: ellipse(78% 100% at 16% 50%);
  background: radial-gradient(78% 100% at 16% 50%, rgba(106, 14, 74, 1) 97%, rgba(255, 255, 255, 1) 100%);
  color: white;

}

input[type="radio"].form-check-input:checked {
  background-color: #6A0F49;
  border-color: #511945;
  /* Color verde cuando está activado */
}

.tag-wrap {
  /* filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5)); */
}
.select2-container--default .select2-selection--single {
    height: 3rem !important; /* igual que tu input */
    border: 1px solid gray !important;
    border-radius: 5px !important;
    padding: 0 0.7rem !important;
    font-size: 1rem !important;
    background-color: #f8fafc !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3rem !important; /* centra el texto verticalmente */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3rem !important;
    right: 0.5rem !important;
}


#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover {
  background-color: #ddd;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #6a0e49;
  color: white;
}



.footerClassMain {
  box-shadow: 0px -10px 1px #FFC3D0;
  background-image: url('/img/footer.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 1.1%;
  padding-bottom: 1.1%;
}

.gobiernoDigitalDIV {
  position: absolute;
  left: 0.1%;
  background-color: white;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-top: -2.5%;
  box-shadow: 0px 4px 20px #000000, 0px -4px 20px #000000;
  /* /IMAGEN de fondo GD/ */
  background-image: url('/img/LogosGD/GDSello.svg');

  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}

.footerMessageMain {
  transform: translateY(100%);
  font-size: 110%;
}

.logositiooficial {
  text-align: center;
  padding-top: 4%;
  padding-bottom: 4%;
}

.imagenformatologo {
  text-align: center;
}


.conceptos td,
th {
  border: 1px solid #B9B9B9;
}

.tr_head_content {
  background-color: #6A0F49 !important;
  color: white !important;
}

.column_data {
  text-align: center;
}

.column_numbers {
  text-align: right;
}

/* Menu con submenu */
.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
  display: block;
}

.dropdown-hover:hover>.dropdown-menu {
  display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

/* Estilos para data                                                          reportes administrativos */
.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.centro-gestor #tableScroll {
  overflow: scroll;
  height: 500px;
}

.centro-gestor {
  background-color: brown !important;
  color: aliceblue !important;
  border: 1px solid #B9B9B9;
}

.area-funcional {
  background-color: dimgrey !important;
  color: aliceblue !important;
  border: 1px solid #B9B9B9;
}

.periodo-presupuestal {
  background-color: plum !important;
  color: aliceblue !important;
  border: 1px solid #B9B9B9;
}

.clasificacion-economica {
  background-color: grey !important;
  color: aliceblue !important;
  border: 1px solid #B9B9B9;
}

.fondo {
  background-color: orangered !important;
  color: aliceblue !important;
  border: 1px solid #B9B9B9;
}

.inversion {
  background-color: darksalmon !important;
  color: aliceblue !important;
  border: 1px solid #B9B9B9;
}

td.centro-gestor {
  background-color: brown !important;
  color: aliceblue !important;
  text-align: center !important;
}

td.area-funcional {
  background-color: dimgrey !important;
  color: aliceblue !important;
}

td.periodo-presupuestal {
  background-color: plum !important;
  color: aliceblue !important;
}

td.clasificacion-economica {
  background-color: grey !important;
  color: aliceblue !important;
}

td.fondo {
  background-color: orangered !important;
  color: aliceblue !important;
}

td.inversion {
  background-color: darksalmon !important;
  color: aliceblue !important;
}

th.centro-gestor,
th.area-funcional,
th.periodo-presupuestal,
th.clasificacion-economica,
th.fondo,
th.inversion,
th.colorMorado {
  text-align: center !important;
  vertical-align: middle !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.montosR {
  text-align: right !important;
}

.form-group-stacked {
  display: flex;
  flex-direction: column;
}

.no-hover {
  /* pointer-events: none; Desactiva la interacción del botón */
  background-color: initial;
  color: inherit;
  cursor: default;
}

.no-hover:hover {
  background-color: initial;
  color: inherit;
  cursor: default;
}

.no-hover:active {
  background-color: initial !important;
  color: inherit !important;
  cursor: default !important;
  box-shadow: none !important;
  outline: none !important;
}

.claveHead {
  text-align: center !important;
  padding: 0 !important;
  height: 35px !important;
  vertical-align: middle !important;
  border-color:#8B8B8B !important;
}

.header-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: aliceblue;
  text-align: center;
  margin-bottom: 10px;
}

/* Loader personalizado */
.custom-swal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-swal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  border-radius: 5px;
}

.custom-swal-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

.custom-swal-text {
  margin-top: 15px;
  text-align: center;
}

.swal2-styled.swal2-confirm {
  background-color: #6A0F49 !important;
  border-radius: 2em !important;
  border-color: #6A0F49 !important;
}
.swal2-styled.swal2-cancel {
  background-color: white !important;
  border-radius: 2em !important;
  color: #6A0F49 !important;
  border: 1px solid #6c757d !important;
}
/*.swal2-icon.swal2-warning {
  color: #6A0F49 !important;
  border-color: #6A0F49 !important;
  font-size: 25px !important;
}*/

.swal2-icon.swal2-warning {
  border: none !important;
  color: #6A0F49 !important;
  background-color: #f8c9e8;
  font-size: 25px !important;
}

.swal2-icon.swal2-warning .swal2-icon-content {
  display: none; 
}

.swal2-icon.swal2-warning::before {
  content: "\F33C"; 
  font-family: "bootstrap-icons" !important;
  font-size: 120px !important;
}

.swal2-icon.swal2-info {
  color: #6A0F49 !important;
  border-color: #6A0F49 !important;
  font-size: 25px !important;
}

.confirm-delete{
  background-color: white !important; /* Color de fondo blanco */
  color: #6A0F49 !important; /* Color del texto morado *//* Elimina el borde */
  border: 1px solid #6c757d !important; /* Borde gris */
  border-radius: 50px !important;
}
.confirm-delete:hover{
  background-color: #f8f8f8e6 !important;
}
.cancel-delete{
  background-color: #6A0F49 !important; /* Color de fondo guinda */
  color: white !important; /* Color del texto blanco */ 
  border: 1px solid #6A0F49 !important; /* Borde guinda */
  border-radius: 50px !important;/* Elimina el borde */
}
.cancel-delete:hover{
  background-color: #6A0F49 !important;
}

.swal2-deny.btn-guinda {
  background-color: #6A0F49 !important; /* Color de fondo guinda */
  color: white !important; /* Color del texto blanco */ 
  border: 1px solid #6A0F49 !important; /* Borde guinda */
  border-radius: 50px !important;/* Elimina el borde */
}

/* Cambiar el color al pasar el mouse */
.swal2-deny.btn-guinda:hover {
  background-color: #6A0F49 !important; /* Color de fondo más oscuro al hacer hover */
}

.swal2-confirm.btn-blanco {
  background-color: white !important; /* Color de fondo guinda */
  color: #6A0F49 !important; /* Color del texto blanco *//* Elimina el borde */
  border: 1px solid #f8f8f8e6 !important; /* Borde guinda */
  border-radius: 50px !important;
}

/* Cambiar el color al pasar el mouse */
.swal2-confirm.btn-blanco:hover {
  background-color: #f8f8f8e6 !important; /* Color de fondo más oscuro al hacer hover */
}

.align-l-s {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.align-l-s>label {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10;
}

.usuarios {
  margin-left: 1rem;
}

.nav-tabs-purple>li {
  font-weight: bold;
}

.nav-tabs-purple>li>button {
  color: #6A0F49;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #6A0F49;
  /* Cambia el color del texto */
  font-weight: bold;
  /* Cambia el peso de la fuente */
}

.nav-link:hover {
  color: #6A0F49;
  /* Mantiene el color del texto original */
}

.dropify-wrapper .dropify-message span.file-icon {
  font-size: 30px !important;
}

.modal-title {
  margin: 0 auto;
  font-weight: bold;
  max-width: 100%;

}

.modal-header {
  border-bottom: 5px solid #6A0F49;
}

.modal-header .btn-close {
  margin: auto 0;
}

#nombre {
  max-width: 100%;
}

.roles {
  display: inline-block;
  white-space: nowrap;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* No aparecer icono de ver contraseña */
input::-ms-reveal {
  display: none;
}

.header_techos {
  text-align: center;
}

.custom-select {
  min-width: 4em;
}

@media(max-width: 575px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.custom-confirm-button {
  background-color: #6A0F49 !important;
  border-radius: 80px !important;
  ;
  /* Botón redondeado */
  transition: all 0.3s ease;
}

.custom-confirm-button:hover {
  transform: scale(1.05);
  /* Efecto de agrandamiento */
}

.custom-icon {
  color: #6A0F49 !important;
  border-color: #6A0F49 !important;
}

.table-menus table.dataTable {
  border-collapse: collapse !important;
}

.table-menus thead {
  text-align: center;
  border-bottom: 1px solid rgba(106, 14, 74, 1);
}

.table-menus table tbody tr {
  height: 50px;
  /* Ajusta este valor según tus necesidades */
  border-bottom: 1px solid lightgray;
}

.table-menus table tbody td {
  vertical-align: middle;
  /* Centra el contenido verticalmente */
  padding: 10px 10px;
  /* Ajusta el padding según tus necesidades */
}

.table-menus table th {
  border-top: 0px;
}

.table-menus table thead th {
  border-bottom: 2px solid #6A0F49 !important;
}

.table-menus table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
  opacity: 0;
}

.table-menus table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before {
  opacity: 0;
}

.table-menus table> :not(caption)>*>* {
  border-bottom-width: 0px;
}

.table-menus table.dataTable thead>tr>th.sorting_asc {
  padding-right: 0.5em !important;
}

.table-menus table td {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  position: relative;
}

/* Encapsular todo dentro de esta clase para aislar estilos */
.nav-pink-border-buttom-cherry .nav-pills .nav-link {
  background-color: transparent !important;
  color: grey !important;
  /* Texto guinda */
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Tab activo con fondo rosa y línea inferior guinda */
.nav-pink-border-buttom-cherry .nav-pills .nav-link.active {
  background-color: #fadbef !important;
  /* Rosa claro */
  color: #6A0F49 !important;
  /* Guinda */
  border-bottom: 2px solid #6A0F49 !important;
  font-weight: 600;
}

/* Hover solo cambia el fondo ligeramente */
.nav-pink-border-buttom-cherry .nav-pills .nav-link:not(.active):hover {
  background-color: #fadbef !important;
  color: #6A0F49 !important;
}

.upload-box {
  border: 2px dashed #c5a1b3;
  background-color: #FCE7F5;
  padding: 30px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.same-width-input {
  width: 100%;
}

.same-width-container {
  width: 100%;
  margin-bottom: 20px;
}

.same-width-box {
  margin-top: 5px;
  border: 2px dashed #c5a1b3;
  background-color: #FCE7F5;
  padding: 18px;
  /* Reducido para coincidir con la altura del input */
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 5px;
  /* Igual al height del input */
  justify-content: center;
}

.upload-text {
  font-size: 10px !important;
  color: #6A0F49;
}

/* Mantenemos el resto de tus estilos originales */
.file-preview {
  background-color: #FCE7F5;
  border: 2px solid #c5a1b3;
  padding: 10px
}

.upload-icon {
  font-size: 50px !important;
  color: #6e2c5a;
  margin-bottom: 10px;
}

.upload-box p {
  color: #6e2c5a;
  font-size: 20px;
}

/* input[type="file"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
} */

.file-preview {
  background-color: #FCE7F5;
  border: 2px solid #c5a1b3;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.file-icon {
  font-size: 20px !important;
  color: #6e2c5a;
  margin-right: 10px;
}

#nombreArchivo {
  flex-grow: 1;
  color: #511945;
  font-size: 15px;
  text-align: left;
}

.delete-icon {
  font-size: 20px !important;
  color: #6e2c5a;
  cursor: pointer;
}

.center-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.instrucciones {
  list-style-type: disc;
  width: 100%;
  margin: auto;
}

ul.instrucciones li {
  margin-bottom: 8px;
}

.instrucciones-title {
  text-align: center;
  font-weight: bold;
}
.input-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF !important;
}
/* Aplica a todos los td por defecto, fondo gris claro */
.fila-plum-transparente td {
  background-color: rgb(224, 224, 224);
  color: black;
}
.sombra-td {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* sombreado suave */
  background-color: white; /* opcional: mejora la visibilidad */
  z-index: 1; /* por si hay superposición */
  position: relative; /* necesario para que z-index funcione en td */
}

/* Solo el td que lleva esta clase tendrá fondo blanco */
.fondo-blanco {
  background-color: white !important;
  color: black !important;
  padding: 0 !important;
  box-shadow: #4A001F;
}

/* El input visual tipo texto dentro del td */
.input-container {
  width: 100%;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
}

.input-fake-textarea {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 14px;
  color: black;
  outline: none;         /* Elimina el contorno al enfocar */
  box-shadow: none;      /* Elimina cualquier sombra */
  padding: 0;
  margin: 0;
}

.icon-pencil {
  color: #888;
  margin-left: 8px;
}

.trash {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/img/trash.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    cursor: pointer;
}

.form-check-input[role="switch"] {
  background-color: white;
  border-color: #dee2e6;
}

.form-check-input[role="switch"]:checked {
  background-color: #6A0F49; 
  border-color: #511945;
}
/* Estilo base del botón */
.menu-toggle {
    background-color: white;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    padding: 12px 20px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
     text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Efecto hover */
.menu-toggle:hover {
    background-color: #f8f9fa;
}

/* Estado activo - fondo gris claro */
.menu-toggle.active {
    background-color: #f0f0f0 !important;
    box-shadow: none !important;
}

/* Contenedor del icono */
.toggle-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%; /* Círculo perfecto */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee; /* Gris claro por defecto */
    transition: all 0.3s ease;
}

/* Estado activo - círculo guinda */
.menu-toggle.active .toggle-icon {
   text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #6e2c5a !important; /* Color guinda */
}

/* Icono de flecha */
.toggle-icon i {
    font-size: 12px;
    color: #666; /* Color del icono normal */
    transition: all 0.3s ease;
}

/* Estado activo - icono blanco */
.menu-toggle.active .toggle-icon i {
    color: white !important;
    transform: rotate(180deg);
     text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Contenido desplegable */
.collapse.show {
    background-color: #f9f9f9;
    border-radius: 0 0 8px 8px;
    margin-top: -8px;
    padding-top: 12px;
    border: 1px solid #e0e0e0;
    border-top: none;
}

/* Estructura de acordeón */
.accordion .card {
    border: none;
    background: transparent;
    margin-bottom: 8px;
}
.pencilC {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/img/pencil-square.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    cursor: pointer;
}
.checkIt {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/img/checkIt.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    cursor: pointer;
}
.search-input {
  background: url('/img/iconos/iconSearch.svg') no-repeat;
  background-size: 20px 20px;
  background-position: 10px center; 
  padding-left: 30px !important;
  height: 36px; 
  line-height: 36px;
  box-sizing: border-box;
  font-size: 14px;
}

.search-input::placeholder {
  color: #999;
}
.icon-delete {
  background: url('/img/iconos/iconDelete.svg') no-repeat;
  background-size: 18px 18px;
  background-position: center; 
  height: 36px; 
}
.icon-edit {
  background: url('/img/iconos/iconEdit.svg') no-repeat;
  background-size: 18px 18px;
  background-position: center; 
  height: 36px; 
}
.pagination{
  border: none;
  color:black;
  padding:2px 8px;
  font-size:0.8rem;
  line-height:1.2;
  min-width:auto;
  height:auto;
  border-radius:4px;
  margin-right:5px;
}
.page-link {
  border: none;
  color:black;
  padding:2px 8px;
  font-size:0.8rem;
  line-height:1.2;
  min-width:auto;
  height:auto;
  border-radius:4px;
  margin-right:5px;
  
}
.page-item.active .page-link {
  background-color: #6A0F49 !important;
  border-color: #6A0F49 !important;
  color: #fff !important;
}
.page-link:hover {
  background-color: #6A0F49 !important; 
  border-color: #6A0F49 !important;
  color: #fff !important;
}
.page-link:focus {
  box-shadow: #6A0F49;
  border-color: #6A0F49 !important;
  outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: transparent;
    padding: 0;
    border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background: transparent;
  border: none;
  padding:0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:focus{
  background: transparent;
  border: none;
  padding:0;
  box-shadow: #6A0F49;
  border-color: #6A0F49 !important;
  outline: none;
}
.btn-presupuesto-fondo {
  background: url('/img/iconos/btnPresupuestoFondo.svg') no-repeat center;
  background-size:contain;
  width: 160px;
  border: none;
  padding: 0;
  display: inline-block;
  height: 30px;
}
.btn-add-clave {
  background: url('/img/iconos/iconBtnAddClave.svg') no-repeat center;
  background-size:contain;
  width: 120px;
  border: none;
  padding: 0;
  display: inline-block;
  height: 30px;
}
.btn-confirmar-claves {
  background: url('/img/iconos/btnConfirmarClaves.svg') no-repeat center;
  background-size:contain;
  width: 120px;
  border: none;
  padding: 0;
  display: inline-block;
  height: 30px;
}
.btn-carga-masica-claves {
  background: url('/img/iconos/iconBtnCargaMasivaClaves.svg') no-repeat center;
  background-size:contain;
  width: 120px;
  height: 30px;
  border: none;
  padding: 0;
  display: inline-block;
  
}
.mini-br {
    height: 0.8em; 
}
.info-input {
  background: url('/img/iconos/InfoCircle.svg') no-repeat !important;
  background-size: 20px 20px !important;
  background-position: 10px center !important;
  background-color: #7F9BF833 !important;
  color:#0E3395 !important; 
  padding-left: 40px !important;
  height: 36px !important; 
  line-height: normal !important;
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
}
.info-input:hover,
.info-input.btn:hover {
  background-color:  #7F9BF866 !important; /* tu color deseado */
  opacity: 1 !important;                 /* forzar opacidad total */
  color: #0E3395 !important;
  box-shadow: none !important;
  border: none !important;
}
.btn-siguiente{
  background: url('/img/iconos/iconSiguiente.svg') no-repeat !important;
  background-size: 20px 20px !important;
  background-position: 10px center !important;
  background-color:#d5f2d5 !important;
  color:#14AA11 !important;
  padding-left: 40px !important;
  height: 36px !important; 
  line-height: normal !important;
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  font-family: 'Inter';
  border: none !important;
  transition: transform 0.1s ease, background-color 0.2s ease !important;
}
.btn-siguiente:hover {
  background-color: #b3f2b3 !important;
  color: #14AA11 !important;
  opacity: 1 !important;
}
.btn-siguiente:active {
  background: url('/img/iconos/iconSiguiente.svg') no-repeat !important;
  background-size: 20px 20px !important;
  background-position: 10px center !important;
  background-color: #b3f2b3 !important;
  color: #14AA11 !important;
  transform: scale(0.98); /* pequeño “rebote” */
}

.form-control-modal {
  border: 0px !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0px !important;
  background-color: transparent !important; 
  width: 90%;
}
 
.form-control-modal:focus {
  outline: none !important;
  border-bottom: 1px solid #6A0F49 !important; 
}
 
.form-control-modal::placeholder {
  text-align: center !important;
}
.modal-table{
  color: #6A0F49 !important;
  /* margin-right: 0.5em !important; Espacio entre el label y el input */
 
}
.flex-container .modal-table{
  margin-bottom: 0rem !important;
}
.flex-container .modal-table{
  margin-bottom: 0rem !important;
}

.inpt-presupuesto{
  background: url('/img/iconos/iconMoney.svg') no-repeat;
  background-size: 16px 16px !important;
  background-position: 24px center !important;
  padding-left: 30px !important;
  height: 36px !important; 
  line-height: normal !important;
  display: flex !important;
  align-items: center !important;
  font-size: 14px;
}


header{
  border-bottom: 5px solid #7A1F5A !important;
}

.select2-results__option {
    cursor: pointer;
}
select {
    cursor: pointer;
}
.green{
  display: inline-block;
  border: 1px solid  #d9f1d9 ;
  color: #4caf50;
  padding: 5px 10px;
  border-radius: 2em;
  background-color:   #d9f1d9 ;
  width: auto;
}

.form-outline .char-counter-display,
.form-outline .char-counter-display-fixed {
  all: unset; /* limpia herencias previas */

  position: absolute !important;
  top: 6px;              /* ahora arriba */
  right: 18px !important;           /* alineado a la derecha */

  font-size: 0.8rem !important;
  font-weight: 200 !important;  /* Regular */
  font-style: normal !important;

  font-family: 'Roboto', Arial, sans-serif !important;
  color: rgb(168, 167, 167) !important;

  pointer-events: none;
}

.char-counter-display-fixed {
  position: absolute !important;
  top: 5px;             /* arriba */
  right: 18px !important;

  background-color: transparent;
  padding: 0 5px;
  border-radius: 3px;

  font-size: 0.8rem;
  font-weight: 200;     
  font-style: normal;

  font-family: 'Roboto', Arial, sans-serif;
  color: rgb(168, 167, 167) !important;

  pointer-events: none;
}