.LogoMobile {
    /* width: 15vh; */
    height: 30px;
}

.imgProvider {
    width: 5rem;
    height: 5rem;
}

.imgProviderModal {
    width: 3rem;
    height: 3rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.imgPackageModal {
    width: 8rem;
    height: 8rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.card-recarga {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 10rem;
    max-height: 10rem;
    border-radius: 0.85rem
}

.bagDescription {
    border-radius: 0.85rem;
    box-shadow: 0 6px 10px 0 rgba(128, 98, 96, .16);
    background-color: #3e63a9;
    height: 100%;
    font-size: 14px;
    line-height: 15px;
}

.bagDescription.active {
    transform: scale(1.1);
    margin-bottom: -12px;
    margin: 0
}

/* Estilo para el div de carga */
#loading {
    position: fixed;
    /* Fija el div para que ocupe toda la pantalla */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, var(--primary), var(--primary-hover));
    display: flex;
    /* Utiliza flexbox para centrar el spinner */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Asegura que esté por encima de todo el contenido */
}

/* Estilo para la imagen de carga */
.loading-image {
    width: 25vw;
    /* Ajusta el tamaño de la imagen según tus necesidades */
    height: 80vh;
}

/* Estilo para la imagen de carga 2*/
.loading-image2 {
    position: absolute;
    top: 30%;
    left: 40%;
    width: 20vw;
    /* Ajusta el tamaño de la imagen según tus necesidades */
    height: 15vh;
}

/* Estilo para el spinner */
.spinnerIni {
    position: absolute;
    top: 50%;
    left: 45%;
    border: 16px solid hsl(0, 0%, 95%);
    /* Bordes del spinner */
    border-top: 16px solid #3498db;
    /* Color del borde superior */
    border-radius: 50%;
    /* Forma circular */
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    /* Animación de giro */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Oculta el contenido mientras se muestra el loading */
#content {
    display: none;
}

.action-icons {
    display: flex;
    gap: 10px;
    /* Espaciado entre los iconos */
    justify-content: center;
    /* Centra los iconos horizontalmente */
    align-items: center;
}

.circle {
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    color: white;
    border-radius: 50%;
    /* Hace el div circular */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    /* Tamaño del icono */
    transition: all 0.3s ease;
    /* Transición suave */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.circle:hover {
    background-color: var(--primary-hover);
    /* Cambia el color al pasar el mouse */
    transform: scale(1.1);
    /* Aumenta el tamaño ligeramente */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Añade más sombra */
}

#tblUsuarios_wrapper .row:first-child,
#tblAccount_wrapper .row:first-child,
#tblTrxPse_wrapper .row:first-child,
#tblTrxAtc_wrapper .row:first-child,
#trxInterBank_wrapper .row:first-child,
#trxPwSrvices_wrapper .row:first-child,
#tblCards_wrapper .row:first-child {
    display: none;
}

#botonesExportar div button:not(.btn-custom) {
    background: var(--light-dark);
    color: white;
    padding: 8px 30px;
    border-radius: 50px;
    margin-right: 8px;
}

#buscadorPersonalizado,
#buscadorPersonalizado1,
#buscadorPersonalizado2,
#buscadorPersonalizado3 {
    background: transparent;
    border-radius: 50px;
    border: 1px solid var(--primary);
}

.search-input {
    position: absolute;
    top: 10px;
    right: 20px
}

.rounded-right-xl {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.rounded-left-xl {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}

.swal2-actions {
    justify-content: space-around !important;
}

.swal2-popup {
    border-radius: 1.25rem !important;
}

.card.card-custom>.card-header.card-header-tabs-line .nav .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
}

.nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled),
.nav.nav-tabs.nav-tabs-line .nav-link.active,
.nav.nav-tabs.nav-tabs-line .show>.nav-link {
    background-image: linear-gradient(to right, var(--primary), var(--secondary) 70%);
    padding: 8px 15px;
}

.nav .show>.nav-link .nav-text,
.nav .nav-link:hover:not(.disabled) .nav-text,
.nav .nav-link.active .nav-text {
    color: white;
}

.nav .show>.nav-link .nav-icon .svg-icon svg g [fill],
.nav .nav-link:hover:not(.disabled) .nav-icon .svg-icon svg g [fill],
.nav .nav-link.active .nav-icon .svg-icon svg g [fill] {
    fill: white;
}

.nav.nav-tabs.nav-tabs-line .nav-link {
    padding: 8px 15px;
}

.nav .nav-link .nav-icon svg g [fill] {
    fill: white;
}

.upload-files-container,
.drag-file-area {
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.drag-file-area {
    border: 2px dashed var(--primary);
    margin: 10px 0 15px;
    padding: 10px 10px;
    text-align: center;
}

.drag-file-area .upload-icon {
    font-size: 50px;
}

.drag-file-area h3 {
    font-size: 17px;
    margin: 15px 0;
}

.drag-file-area label {
    font-size: 15px;
}

.drag-file-area label .browse-files-text {
    color: var(--primary);
    font-weight: bolder;
    cursor: pointer;
}

.browse-files span {
    position: relative;
    top: -25px;
}

.default-file-input {
    opacity: 0;
}

.cannot-upload-message {
    font-size: 15px;
    display: none;
    align-items: center;
    margin: 5px 0;
    padding: 5px 0px 5px 0px;
    border-radius: 5px;
    color: var(--danger);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cannot-upload-message span,
.upload-button-icon {
    padding-right: 10px;
}

.cannot-upload-message span:last-child {
    padding-left: 20px;
    cursor: pointer;
}

.file-block {
    color: #f7fff7;
    background-color: var(--primary);
    transition: all 1s;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    overflow: hidden;
}

.file-info {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.file-icon {
    margin-right: 10px;
}

.file-name,
.file-size {
    padding: 0 3px;
}

.remove-file-icon {
    cursor: pointer;
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0.5%;
    width: 0;
    height: 5px;
    border-radius: 25px;
    background-color: var(--success);
}

.label-file {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 400;
    font-size: 0.8rem;
}

.nowrap {
    white-space: nowrap;
}

.lista-en-columnas {
    column-count: 3;
    /* Establece el número de columnas */
    column-gap: 20px;
    /* Espacio entre columnas */
    list-style: none;
    /* Elimina los estilos de lista predeterminados */
}

.lista-en-columnas li {
    margin-bottom: 10px;
    /* Espacio entre elementos */
}

#checkboxes {
    max-height: 600px;
    /* o el tamaño que quieras */
    overflow-y: auto;
    /* activa scroll vertical */
    overflow-x: hidden;
    /* evita scroll horizontal */
}

#checkboxes {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  
  /* Scrollbar fino y con colores */
  scrollbar-width: thin;              /* Firefox */
  scrollbar-color: var(--primary) #1e1e1e; /* thumb y track en Firefox */
}

/* Chrome, Edge, Safari */
#checkboxes::-webkit-scrollbar {
  width: 6px;               /* grosor */
}

#checkboxes::-webkit-scrollbar-track {
  background: #1e1e1e;       /* color del track */
  border-radius: 3px;
}

#checkboxes::-webkit-scrollbar-thumb {
  background-color: var(--primary); /* color del scroll */
  border-radius: 3px;
}

#checkboxes::-webkit-scrollbar-thumb:hover {
  background-color: #ff4444; /* color al pasar el mouse */
}
