@charset "UTF-8";

.auditoria-collapse {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s ease !important;
}

/* Establece el estilo cuando la auditoría está visible */
.auditoria-collapse.show {
  max-height: 1000px;
  opacity: 1 !important;
  visibility: visible !important;
}

.animation-l {
  animation: fadeInF 0.5s;
}

@keyframes fadeInF {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-10%);
  }
}

.dataTables_filter {
  display: flex;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
}

.dataTables_filter div, 
.dataTables_filter input,
.dataTables_filter label
{
  width: auto!important;
}

@media screen and (max-width: 600px) {
  .dataTables_filter {
    flex-wrap: wrap; 
    padding: 0 10px;
  }
  
  .dataTables_filter div, 
  .dataTables_filter input,
  .dataTables_filter label
  {
    width: 100%!important;
  }
}

.form-control:focus {
  box-shadow: none !important;
  /* Eliminar la sombra cuando el input tiene foco */
}

.input-group {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* SWAL */
/* Animacion Text Swal */
.slide-vertical {
  overflow: hidden;
}

.slide-vertical ul,
.slide-vertical li {
  list-style: none;
  font-size: 1.3rem!important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}

.slide-vertical ul {
  width: 100%;
  height: 40px;
  position: relative;
  text-align: center;
}

.elements-2 ul {
  animation: slide2 5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}

.elements-3 ul {
  animation: slide3 6s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}

.slide-vertical li {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 200%;
  line-height: 40px;
  font-size: 20px;
}

.slide-vertical li:first-child {
  top: 100%;
}

.elements-2 li:last-child {
  top: 200%;
}

.elements-3 li:last-child {
  top: 300%;
}

@keyframes slide2 {
  0% {
    transform: translateY(0%);
  }

  5%,
  45% {
    transform: translateY(-100%);
  }

  55%,
  90% {
    transform: translateY(-200%);
  }

  100% {
    transform: translateY(-300%);
  }
}

@keyframes slide3 {
  0% {
    transform: translateY(0%);
  }

  6%,
  30% {
    transform: translateY(-100%);
  }

  40%,
  60% {
    transform: translateY(-200%);
  }

  70%,
  90% {
    transform: translateY(-300%);
  }

  100% {
    transform: translateY(-400%);
  }
}

.spinner-container{
  padding-top: 1rem!important;
}

/* SPINNER */


#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  display: flex
}

.loader {
  opacity: .8;
  margin: auto;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: relative
}

.loader:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: "#00000";
  border-radius: 50%;
  opacity: 0;
  animation: popin 1.5s linear infinite 0s
}

.loader:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: "#00000";
  border-radius: 50%;
  opacity: 0;
  animation: popin 1.5s linear infinite 0.5s
}

@keyframes popin {
  0% {
    opacity: 0;
    transform: scale(0)
  }

  1% {
    opacity: 0.1;
    transform: scale(0)
  }

  99% {
    opacity: 0;
    transform: scale(2)
  }

  100% {
    opacity: 0;
    transform: scale(0)
  }
}

div.dt-buttons{
  gap: .8rem!important;
}

.content-datatable{
  padding: 1.375rem!important;
}

.cursor-blocked-icon{
  cursor: not-allowed!important;
}


.email-compose-form .form-control:disabled,
.email-compose-form .form-select:disabled {
  background-color: var(--bs-gray-25)!important;
}

.email-compose-form .select2:disabled, 
.email-compose-form select:disabled {
  background-color: var(--bs-gray-50)!important;
}


.panel-table{
  margin-top: 150px!important;
}

@media screen and (max-width: 600px) {
  .panel-table{
    margin-top: 80px!important;
  }
}

input.is-invalid ~ input.date-mask {
  border-color: #ff5b5c !important;
}



.carousel-indicators [data-bs-target] {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #757575af;
}

.carousel-indicators [data-bs-target].active {
  background-color: #007bff;
}

#seccion2_grafico {
  position: relative;
  display: flex;
  /* justify-content: center; */
  height: 300px;
}

#seccion3 canvas{
  /* margin: 0 auto; */
}
