.inputs1 {
  border: none;
  border-bottom: 2px solid #dee2e6;
  list-style: none;
  width: 100%;
  padding: 5px;
}
.inputs1:hover{
  border-bottom: 2px solid #0d6efd;
}
.inputs1:focus{
  border-bottom: none;
  outline: 0;
  border-bottom: 2px solid #0d6efd;
}

.btns1 {
    border: none;
    border-radius: 10px;
    background: linear-gradient(to right, #554cf1, #4338ca) !important;
    color: #dfdfdf;
}

/* Contenedor del notify */
.notify_container_s1 {
  padding: 0;
  margin: 0;
  position: fixed;
  z-index: 1056;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}
@keyframes fadeIn {
  to { opacity: 1; }
}
.notify_container_s1.fade-out {
  animation: fadeOut 0.3s forwards;
}
@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

/* Cuerpo del notify con animación de "shrink" */
.notify_body_s1 {
  width: 200px;
  height: 200px;
  border-radius: 50px;
  background-color: #161616;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: shrinkIn 0.3s forwards;
}
@keyframes shrinkIn {
  from { width: 400px; height: 400px; }
  to { width: 200px; height: 200px; }
}
.notify_body_s1.fade-out {
  animation: shrinkOut 0.3s forwards;
}
@keyframes shrinkOut {
  from { width: 200px; height: 200px; }
  to { width: 400px; height: 400px; }
}

/* Loading estilo Apple */
.apple-loading {
  position: relative;
  width: 40px;
  height: 40px;
  animation: fadeInLoading 0.3s forwards;
  animation-delay: 0.2s;
}
@keyframes fadeInLoading {
  to { opacity: 1; }
}
.apple-loading div {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  animation: pulse 1.2s linear infinite;
}
.apple-loading div:nth-child(1) {
  animation-delay: 0s;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.apple-loading div:nth-child(2) {
  animation-delay: 0.2s;
  top: 25%;
  left: 90%;
  transform: translate(-50%, -50%);
}
.apple-loading div:nth-child(3) {
  animation-delay: 0.4s;
  top: 75%;
  left: 90%;
  transform: translate(-50%, -50%);
}
.apple-loading div:nth-child(4) {
  animation-delay: 0.6s;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.apple-loading div:nth-child(5) {
  animation-delay: 0.8s;
  top: 75%;
  left: 10%;
  transform: translate(-50%, -50%);
}
.apple-loading div:nth-child(6) {
  animation-delay: 1s;
  top: 25%;
  left: 10%;
  transform: translate(-50%, -50%);
}
@keyframes pulse {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 1; }
}


/*Animación success*/
.paycheck-container {
    width: 6.25rem;
    height: 7.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
  }
  .paycheck-container .paycheck-background {
    width: 100%;
    height: calc(100% - 1.25rem);
    background: linear-gradient(to bottom right, #5de593, #41d67c);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    animation: paycheckanimateContainer 0.75s ease-out forwards 0.75s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
  .paycheck-container .paycheck-background svg {
    width: 65%;
    transform: translateY(0.25rem);
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: paycheckanimateCheck 0.35s forwards 1.25s ease-out;
  }
  
  @keyframes paycheckanimateContainer {
    0% {
      opacity: 0;
      transform: scale(0);
      box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }
    25% {
      opacity: 1;
      transform: scale(0.9);
      box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }
    43.75% {
      transform: scale(1.15);
      box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }
    62.5% {
      transform: scale(1);
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
    }
    81.25% {
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
    100% {
      opacity: 1;
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
  }
  @keyframes paycheckanimateCheck {
    from {
      stroke-dashoffset: 80;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  .dns_borderdanger {
    border:1px solid #f30046;
  }
  
  .dns_bordersuccess {
    border:1px solid #5AAC00;
  }

/*Animación success*/

.section_sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s ease;
  display: flex;       /* Equivalente a d-flex */
  flex-wrap: nowrap;
  /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
  z-index: 1;
}
.section_sidebar .modesidebar {
  position: absolute;
  padding: 8px 5px;
  display: flex;
  top: 50%; 
  left: 100%;
  transform: translateY(-50%);
  background-color: #0d6efd;
  border-radius: 0px 10px 10px 0;
  border: none;
  height: 150px;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.section_sidebar .modesidebar:hover {
  opacity: 1;
}

.section_pages {
  position: relative;
  background: #E4E9F7;
  height: 100vh;
  left: 200px;
  width: calc(100% - 200px);
  transition: all 0.5s ease;
  overflow-x: hidden;
}
.section_sidebar.modeicon ~ .section_pages {
  left: 78px;
  width: calc(100% - 78px);
}
.section_sidebar.modehidden ~ .section_pages {
  left: 0;
  width: 100%;
}
.section_sidebar.modeicon {
  width: 78px; /* Updated width for small dns_sdbar */
}

.section_sidebar.modehidden {
  width: 78px;
  transform: translateX(-100%);
}


.section_sidebar .header_sidebar {
  position: relative;
  overflow: hidden;
  /* border: 1px solid #000; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.section_sidebar .logo_sidebar {
  position: absolute;
  opacity: 1;
  display: in-block;
  width: 100%;
  /* border: 1px solid #000; */
  transform: translateX(0px);
  transition: all 1s ease;
}
.section_sidebar .logo_sidebar span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_sidebar .icon_sidebar {
  position: absolute;
  opacity: 1;
  display: in-block;
  width: 100%;
  /* border: 1px solid #000; */
  transform: translateX(-101%);
  transition: all 1s ease;
}
.section_sidebar .icon_sidebar span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_sidebar.modeicon .logo_sidebar {
  opacity: 0;
  transform: translateX(-200px);
}
.section_sidebar.modehidden .logo_sidebar {
  opacity: 0;
  transform: translateX(-200px);
}

.section_sidebar.modeicon .icon_sidebar {
  opacity: 1;
  transform: translateX(0%);
}
.section_sidebar.modehidden .icon_sidebar {
  opacity: 1;
  transform: translateX(0%);
}

.section_sidebar .body_sidebar a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.section_sidebar .namenavlink {
  position: absolute;
  opacity: 1;
  transform: translateX(35px);
  transition: all 0.5s ease;
}

.section_sidebar.modeicon .namenavlink {
  opacity: 0;
  transform: translateX(-200px);
}
.section_sidebar.modehidden .namenavlink {
  opacity: 0;
  transform: translateX(-200px);
}

.section_sidebar .body_sidebar a i {
  width: 30px;
  height: 30px;
}
.sidebar-mode-icontext {
    animation: expandSidebar 0.5s forwards;
}

@media (max-width: 991px) {

}
@media (max-width: 767px) {
 
}
@media (max-width: 575px) {
  .section_sidebar ~ .section_pages {
    left: 0px;
    width: calc(100% - 0px);
  }
  .section_sidebar {
    position: fixed;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 100%;
    height: 50%;
    border-radius: 50px  50px 0 0;
  }
  .section_sidebar .modesidebar { 
    padding: 5px 8px;
    display: flex;
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0d6efd;
    border-radius: 10px 10px 0 0;
    border: none;
    width: 150px;
    height: auto;
    align-items: center;
    justify-content: center;
  }


  .section_sidebar .modesidebar i {
    transform: rotate(-90deg);
  }
  .section_sidebar.modeicon ~ .section_pages {
    left: 0;
    width: 100%;
  }
  .section_sidebar.modeicon {
    top: 50%;
    width: 100%;
  }
  .section_sidebar .logo_sidebar {
    opacity: 1;
    transition: none;
    transform: translateX(0px);
  }
  .section_sidebar.modeicon .logo_sidebar {
    opacity: 1;
    transform: translateX(0px);
  }
  .section_sidebar .icon_sidebar {
    opacity: 0;
    transform: translateX(0%);
    transition: none;
    display: none;
  }
  .section_sidebar.modeicon .icon_sidebar {
    opacity: 0;
    transform: translateX(0%);
  }
  .section_sidebar .namenavlink {
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    transition: none;
  }
  .section_sidebar.modeicon .namenavlink {
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
  }
}

.light-circle-user {
  width: 30px;
  height: 30px;
}

.autocomplete-list {
  position: absolute;
  z-index: 1000;
  background: white;
  border: 1px solid #ddd;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
}
.autocomplete-item {
  padding: 8px;
  cursor: pointer;
}
.autocomplete-item:hover {
  background: #f1f1f1;
}

/* Animaciones del logo */
.logo-icon, .logo-text {
    transition: transform 0.3s ease;
}

.logo-icon:hover {
    transform: scale(1.1) rotate(10deg);
}

.logo-text {
    background: linear-gradient(to right, #554cf1, #4338ca);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 2px 2px 4px rgba(85, 76, 241, 0.2);
    filter: drop-shadow(0px 2px 2px rgba(67, 56, 202, 0.3));
} 

/* Animate.css clases necesarias */
.animate__animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animate__fadeIn {
    animation-name: fadeIn;
}

.animate__delay-0\.5s {
    animation-delay: 0.5s;
}

.animate__delay-1s {
    animation-delay: 1s;
}

.animate__bounce-zoom {
    animation: bounceZoom 2s ease-in-out infinite;
    animation-delay: 1.5s; /* Comienza después del fadeIn */
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounceZoom {
    0%, 100% {
        transform: scale(1) translateZ(0);
    }
    50% {
        transform: scale(1.1) translateZ(20px);
    }
}