:root {
    font-family: "Noto Sans", sans-serif !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: white !important; 
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: white;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    transition: 0.2s;
    border: 1px dashed #1ABCFD;
    padding: 20px;
    background: #1abcfd14;
  
  }
  
  .bg-d {
    background: rgba(60, 219, 211, 0.10000000149011612);
    border: 1px dashed #3cdbd3;
    border-radius: 10px;
    padding: 10px;
  }
  
  .choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
  }
  
  .file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
  
  }
  

.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    position: relative;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    background: #e9ecfd;
    overflow: hidden;
    color: #6c73a8;
    font-weight: 500;
}
.container {
    display: flex;
    flex-grow: 1;
}
.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    gap: 10px;
    position: relative;
    z-index: 2;
}
.column-asset {
    max-width: 550px;
}

.ancho-90{
    width: 90%;
}


/* LOGIN CSS */
.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}
.logo img {
    width: 80px;
    height: 82px;
}
.login-content {
    padding: 20px 30px 20px 30px;
    background: #f1f3ff;
    border: 1px solid #e0e5ff;
    border-radius: 10px;
    box-shadow: 6px 6px 12px 0 rgba(193, 197, 216, 0.5);
    text-align: center;
    /* max-width: 60vw; */
    min-width: 370px;
}

.login-content-d {
    padding: 20px 30px 20px 30px;
    background: #f1f3ff;
    border: 1px solid #e0e5ff;
    border-radius: 10px;
    box-shadow: 6px 6px 12px 0 rgba(193, 197, 216, 0.5);
    text-align: center;
    max-width: 600px;
}

.titulo-box {
    padding-bottom: 20px;
}
.titulo {
    color: #ff7261;
    font-family: Nunito Sans !important;
    font-size: 30px;
    font-weight: 800;
    text-align: center;

}
.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 10px 40px;
}
.btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    gap: 20px;
    padding: 8px 20px;
    cursor: pointer;
    background: #f9faff;
    border: 1px solid #e0e5ff;
    border-radius: 10px;
    color: #6973a8;
    box-shadow: 2px 2px 5px 0 rgba(201, 206, 233, 0.7);
    margin-bottom: 26px;
    text-decoration: none;
    font-size: 18px !important;
}
input {
    width: -webkit-fill-available;
    padding: 8px 20px;
    background: #f1f3ff;
    border: 1px solid #e0e5ff;
    border-radius: 50px;
    box-shadow: 2px 2px 5px 0 #c9cee9 inset;
    font-family: Nunito Sans !important;
    font-size: 18px !important;

}


.password-container {
    width: 100%;
    position: relative; /* Asegura que el contenedor de la contraseña sea relativo */
}

.input-icono-clave {
    background-image: url(/assets/images/icon_eye.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center; /* Esto debería quedar igual */
}

.toggle-password {
    padding: 22px 32px;
    position: absolute;
    top: 65%;
    right: 0px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1; /* Asegura que esté por encima del campo de contraseña */
}

.button-input {
    padding: 10px;
    background: #35a7ff !important;
    color: #fff;
    border: none;
    border-radius: 50px;
    box-shadow: 2px 2px 5px 0 rgb(144 152 195 / 70%) !important;
    margin: 15px 5px;
    font-size: 20px;
}

.text-links-inicio {
    color: #ff7261;
    font-family: Nunito Sans, var(--default-font-family);
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}
.asset img{
    width: 100%;
    height: 100%;
}
.msg-content {
    width: max-content;
    display: none;
    margin-top: 10px;
}
.login-message-error {
    background: #ff7261;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 40px;
    border-radius: 50px;
}
.login-message-success {
    background: #61ff72;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 40px;
    border-radius: 50px;
}

.form-check .form-check-input {
    margin-left: -1em !important;
}
input:focus {
    outline: none;
    box-shadow: 0 0 5px #adb5bd;
}
input::placeholder,
input:focus::placeholder {
    color: #B8BDE3;
}


.ancho-form {
    min-width: 550px;
}