

.overflow-text {
    display: inline-block;
    width: 70% !important;  /* Establece el ancho máximo del elemento */
    white-space: nowrap; /* Evita el salto de línea */
    overflow: hidden; /* Oculta el contenido desbordado */
    text-overflow: ellipsis; /* Muestra los tres puntos suspensivos (...) */
}

.treeview-menu>li>a {
    display: flex;
}

@media (max-width: 767px) {
    .auth-2 {
        width: 500px !important;
        margin: 0px auto;
        float: none;
        border-radius: 5px;
        height: auto;
    }
}

.fondo-manos {
    background-image: url(../../../assets/images/hands.png);
    height: 100% !important;
}

.fondo-manos-form {
    background-image: url(../../../assets/images/hands.png);
    background-size: cover;
    min-height: 100vh;
}

.letras-blancas {
    color: white;
}

.bg-gradient-mint,
.theme-mint .bg-gradient-mint,
.theme-mint .art-bg,
.theme-mint.fixed .main-header .navbar,
.theme-mint.onlyheader .main-header {
    background: #003883;
    color: white;
}

.light-skin .main-sidebar {
    background: #003883;
    color: white;
}

.sidebar-menu .treeview-menu>li.active>a,
.sidebar-menu .treeview-menu>li.active>a:hover,
.sidebar-menu .treeview-menu>li>a:hover {
    color: #6FA43A;
}

.light-skin .sidebar-menu>li.menu-open>a {
    color: #6FA43A;
}

.sidebar-menu>li.menu-open>a>i {
    color: #6FA43A;
}

.light-skin .sidebar-menu>li:hover>a,
.light-skin .sidebar-menu>li:active>a,
.light-skin .sidebar-menu>li.active>a {
    color: #6FA43A;
}

.light-skin .sidebar a {
    color: #ffffff;
}

.sidebar-menu>li:hover>a>i,
.sidebar-menu>li:active>a>i,
.sidebar-menu>li.active>a>i {
    color: #6FA43A;
}

.sidebar-menu li>a {
    opacity: 1;
}

a {
    color: #ffffff;
}

.sidebar-menu>li>a>i {
    color: #ffffff;
    border: 1px solid rgba(221, 212, 212, 0.2);
}

.bg-blue {
    background: #003883 !important;
    color: white;
}

.bg-blue-login  {
    background: #08315dba !important;
    color: white;
}

.btn-green {
    background: #6FA43A;
    color: white;
}

.btn-green-login {
    background: #93BA1F;
    color: white;
}


.btn-success {
    background: #6FA43A !important;
    border: #6FA43A !important;
    color: white;
}

.login-logo {
    max-height: 120px;
    width: auto;
}

.side-bar-logo {
    max-height: 70px;
    width: auto;
    padding-top: 5px;
    display: block;
}

.contenedor-logos {
    justify-content: center;
}


.country-icon {
    height: 50px;
    width: auto;
}

.button-logo {
    height: 30px;
    width: auto;
}

.btn-login {
    width: 162px !important;
    background-color: #3e6279 !important;
    color: white !important;
    font-weight: bold;
}

.btn-login-left {
    border-radius: 20px !important;
}

.btn-login-right {
    border-radius: 20px !important;
}

.btn-login.active {
    background-color: #93BA1F !important;
    color: white !important;
}

.btn-login-left.active {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
    background-color: #93BA1F !important;
    color: white;
}

.btn-login-right.active {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
    background-color: #93BA1F !important;
    color: white;
    z-index: 2 !important;
}

.btn:hover {
    color: white;
}

.theme-mint .switch.switch-dark-custom input:checked~.switch-indicator::after {
    background-color: #00626e;
}

@media (max-width: 767px) {
    .hands-bg {
        background-size: cover;
    }

    .btn-login {
        width: auto !important;
        background-color: #999999 !important;
        color: white !important;
    }
}

.lang-idioma[data-seleccionado="false"],
.lang-idioma-menu[data-seleccionado="false"] {
    opacity: 0.5;
}

.cambiar-clave {
    cursor: pointer;
}

/*
   Modal para cambiar pass y foto de perfil
  */

/* Encabezado de header de modal */
.modal-header-green {
    background-color: #6FA43A;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.modal-header-green-login {
    background-color: #93BA1F;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.modal-header-login {
    border-bottom-color: #ffffff00;
    background-color: unset !important;
    margin-right: -300px;
    border: unset;
}

/* Color de botón para cerrar modal */
.white-x,
.white-x:hover {
    background-color: #6FA43A !important;
    color: #ffffff;
}

.red-x,
.red-x:hover {
    background-color: #c80314 !important;
    color: #ffffff;
}

.white-x:hover {
    background-color: #6FA43A !important;
    color: #ffffff;
}

.modal-submit-login,
.modal-submit-login:hover{
    background-color: #93BA1F !important;
    border-color: #93BA1F !important;
    margin-right: 70px !important;
    border-radius: 60px !important;
}

/* Forma y ubicación de botón cerrar modal */
.close {
    line-height: 0 !important;
    opacity: 1 !important;
    margin: 0px !important;
    border-radius: 5px !important;
    font-size: 1rem !important;
    border: 2px solid #ffffff !important;
}

/* Color títulos internos de modal */
.green-title {
    color: #6FA43A;
    font-weight: 700;
}

/* Ubicación de elementos en modal header */
.title-disp {
    display: contents;
}

/* Redondeado modal */
.modal-content {
    border-radius: 5px !important;
}

/* Tamaño foto de perfil */
.user-profile-modal {
    width: 150px;
    height: 150px;
}

#modal-declaracion .modal-body {
    height: 500px;
    overflow-y: auto;
}

#crear-cuenta {
    border: 3px solid #93BA1F;
    color: #ffffff;
}

.ej-rut-empresa {
    color: #003883;
    font-weight: 700;
    display: none;
}

.info-caracteres-clave {
    height: 45px;
    width: 60%;
}

@media (max-width: 767px) {
    .info-caracteres-clave {
        height: 80px;
        width: 80%;
    }
}

#div-padre-modal-cambio-clave {
    text-align: center;
}

#div-hijo-modal-cambio-clave {
    margin: 0px auto;
}

.label-clave-modal {
    color: #003883 !important;
    font-weight: 700 !important;
}

.title-declaracion {
    font-weight: 700;
    color: #000000;
    margin-top: 1rem;
}

.title-declaracion:first-child {
    margin-top: 0;
}

.body-declaracion {
    font-size: 1.1rem;
    color: #000000;
    text-align: justify;
}

[for="acuerdo"],
[for="acepto"] {
    color: #000000;
}

.text-nombre-sistema,
.text-nombre-sistema:hover{
    font-weight: bold !important;
    color: #ffffff !important;
}

.text-plataformade,
.text-plataformade:hover{
    display: block !important;
    color: #ffffff !important;
}

.login-ancho {
    width: 420px;
    align-content: center;
    border-radius: 2%;
    padding: 28px 0px 10px 0px;
}

.content-center{
    display: grid;
    justify-content: center;
    align-content: center;
}

.logo-login{
    display: flex;
    justify-content: center;
}

.clave-visualizar {
    cursor: pointer;
}

table.dataTable {
    border-collapse: collapse !important;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

table.dataTable:not(#tabla_archivos_administrador) thead {
    background-color: #6FA43A;
    color: #ffffff;
}

table.dataTable:not(#tabla_archivos_administrador) thead th,
table.dataTable:not(#tabla_archivos_administrador) tbody td {
    border: unset !important;
}

table.dataTable:not(#tabla_archivos_administrador) thead th:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

table.dataTable:not(#tabla_archivos_administrador) thead th:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}

.table-bordered {
    border: unset;
}

.btn-volver{
    height: 50px;
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.elemento-al-final {
    position: absolute;
    bottom: 0;
    left: 0; /* O la posición horizontal deseada */
  }

.btn-tutorial{
    color: white;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 100;
}

.auth-body-login {
    padding: 5px 50px 5px;
}

#switch-idioma::after{
background-image: url(../../../assets/images/spania.png);
background-size: cover; /* Ajusta el tamaño para cubrir todo el fondo */
background-position: center; /* Centra la imagen en el fondo */
background-repeat: no-repeat;
}

#switch-idioma.bandera_esp::after {
    background-image: url(../../../assets/images/spania.png);
}

#switch-idioma.bandera_usa::after {
    background-image: url(../../../assets/images/usa.png);
}

.switch input:checked~.switch-indicator-login {
    background: #3e6279;
}

.switch input:checked~.switch-indicator-login::after {
    left: calc(100% - 30px);
    -webkit-box-shadow: 0px 0px 3px #f0f0f0;
    box-shadow: 0px 0px 3px #f0f0f0;
}

.switch.switch-secondary input:checked~.switch-indicator-login::after {
    background: #81909c;
}

.switch .switch-dark input:checked~.switch-indicator-login::after {
    background: #2f363c;
}

.switch-indicator-login  {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    background: #3e6279;
    border-radius: 20px;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.switch-indicator-login::after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: inherit;
    background: #ffffff;
    border-radius: 50%;
    top: 0px;
    -webkit-box-shadow: 0px 0px 3px #8f9ca8;
    box-shadow: 0px 0px 3px #8f9ca8;
}
  
.btn-group-toggle {
    position: relative;
}

.btn-login-left {
    position: absolute;
    top: 0;
    left: 15%;
    transform: translateX(-50%);
    z-index: 1; /* Para asegurar que esté por encima de la otra etiqueta */
}

.hp100 {
    height: 100% ;
}

  @media (max-width: 1390px) {
    .content-center {
    overflow: auto; /* Ajustar el ancho al 100% del contenedor padre */
      /* Otros estilos necesarios */
    }
  }

  @media (max-width: 890px) {
    .hp100 {
        height: auto !important;
    }

    .bg-img {
        background-size: auto !important;
    }
  }

#correo_olvido{
    font-weight: 800;
    background-image: linear-gradient(-45deg, #689f38 0%, #689f38 33%, #ff8f00 100%), linear-gradient(#989898, #d7dce0);
}
 
[data-overlay]::before {
    background: #000000;
}

#noVolverAMostrarWrapper label,
#noVolverAMostrarWrapper label:before {
    color: #ffffff;
    font-size: medium;
    border-color: #ffffff;
}

[type="checkbox"]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent !important;
    border-left: 2px solid transparent !important;
    border-right: 2px solid #26a69a !important;
    border-bottom: 2px solid #26a69a !important;
    -webkit-transform: rotate(40deg) !important;
    transform: rotate(40deg) !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.swal2-confirm{
    margin: 10px;
}