/*GLOBALES*/
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}
.padding-0-important {
    padding: 0px !important;
}

.no-padding {
    padding-right: 17px !important;
}

label {
    color: #000;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
/* Establece el color por defecto para los botones desactivados */
button[disabled] {
    background-color: #B4B8C7 !important;
}

    /* Evita que el color de fondo cambie al pasar el ratón por encima */
    button[disabled]:hover {
        background-color: #B4B8C7 !important;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    /*box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;*/
}


.content {
    width: 100%;
    margin-bottom: 100px;
}

.input-group-personal {
    position: relative;
    width: 100%;
}

.form-control-personal {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    padding-right: 30px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 50px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-color: rgba(0, 174, 232, 0.2);
    height: 40px;
}

.input-group-addon-personal {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: rgba(0, 174, 232, 0.2);
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 15pt;
}

.color-boton {
    background: #001475;
    color: #fff;
}

    .color-boton:hover {
        background: #00AEE8 !important;
        color: #fff !important;
    }

.custom-select {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
}
/*COMPONENTE DATOS CLIENTE*/
.datos-cliente {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 20px;
}
/*COLOR Y ESTILO DE BOTONES*/
.btn-style-custom {
    border-radius: 10px;
    height: 40px;
    width: fit-content;
    min-width: 45%;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-style-custom span {
        font-family: Open Sans;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        margin: 1rem;
    }
/*Boton con accion de cancelar o limpiar*/
.btn-cancelar {
    border: 1px solid #B8B8B8;
    width: 12rem;
    background: white;
    border-radius: 5px;
    margin: 0 1rem;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    z-index: 0;
    transition: color 0.3s ease;
    box-shadow: none !important;
    color: #818181;
}

    .btn-cancelar.w-kit {
        min-width: -webkit-fill-available;
        margin: 0;
        box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1) !important;
    }

    .btn-cancelar:after {
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        transition: width 0.3s ease;
        width: 0;
        background-color: #818181;
        z-index: -1;
    }

    .btn-cancelar:hover, .btn-cancelar:focus {
        color: white;
    }

        .btn-cancelar:hover:after, .btn-cancelar:focus:after {
            width: 100%;
        }
/*Botones de color azul (primarios)*/
.btn-primary-100 {
    background: #2A63C3 !important;
    color: #fff;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in;
    position: relative;
    overflow: hidden;
    margin: 0 1rem;
    width: 12rem;
}

.btn-primary.w-kit {
    min-width: -webkit-fill-available;
    margin: 0;
}

.btn-primary-100:after {
    content: "\00BB";
    font-size: 2rem;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    right: 0px;
    left: 85%;
    top: -5px;
    transition: all 0.4s, opacity 0.4s;
}

.btn-primary-100:hover, .btn-primary-100:focus, .btn-primary-100:active {
    padding-right: 30px;
    color: white !important;
}

    .btn-primary-100:hover:after, .btn-primary-100:focus:after, .btn-primary-100:active:after {
        opacity: 1 !important;
        right: 10px;
    }

.btn-primary-80 {
    background: #2F2DA5;
    color: #fff;
}

    .btn-primary-80:hover {
        background: #00AEE8 !important;
        color: #fff !important;
    }

.btn-primary-60 {
    background: #666596;
    color: #fff;
}

    .btn-primary-60:hover {
        background: #00AEE8 !important;
        color: #fff !important;
    }

.btn-primary-20 {
    background: #D0D3F0;
    color: #fff;
}

    .btn-primary-20:hover {
        background: #00AEE8 !important;
        color: #fff !important;
    }

.btn-secondary-100 {
    border: 1px solid #B8B8B8;
    width: 12rem;
    background: white;
    border-radius: 5px;
    border-color: #2A63C3;
    margin: 0 1rem !important;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    z-index: 0;
    transition: color 0.3s ease;
    box-shadow: none !important;
    color: #2A63C3;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1) !important;
}

    .btn-secondary-100.w-kit {
        min-width: -webkit-fill-available !important;
        margin: 0;
    }

    .btn-secondary-100:after {
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        transition: width 0.3s ease;
        width: 0;
        background-color: #2A63C3;
        z-index: -1;
    }

    .btn-secondary-100:hover, .btn-secondary-100:focus {
        color: white;
    }

        .btn-secondary-100:hover:after, .btn-secondary-100:focus:after {
            width: 100%;
        }

    /* Estilos para el botón cuando está deshabilitado */
    .btn-secondary-100:disabled, .btn-secondary-100:disabled:after {
        padding-right: initial;
        color: #686868;
        pointer-events: none;
    }

.btn-secondary-50 {
    background: #85D1E9;
    color: #fff;
}

    .btn-secondary-50:hover {
        background: #00AEE8 !important;
        color: #fff !important;
    }

.btn-secondary-20 {
    background: #BFEEF9;
    color: #fff;
}

.btn-secondary-60:hover {
    background: #00AEE8 !important;
    color: #fff !important;
}

.btn-secondary-10 {
    background: #D3EEF4;
    color: #fff;
}

.btn-secondary-20:hover {
    background: #00AEE8 !important;
    color: #fff !important;
}





/*PARA TABLAS*/
thead tr {
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    color: white;
}

table thead tr.secondary-50 {
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    background: #EEF3ED;
    color: #686868;
}

.table.no-spacing {
    border-collapse: collapse;
}

    .table.no-spacing td, .table.no-spacing th {
        padding: 10px 0;
        margin: 0;
        border: none;
    }

table tbody tr.color-texto-fila-body {
    color: #686868;
    font-weight: 500;
}

    table tbody tr.color-texto-fila-body td {
        border: none;
    }

table tbody tr td.color-texto-columna-body {
    color: #686868;
}

    table tbody tr td.color-texto-columna-body.color-fondo-columna-body {
        color: #686868;
    }


table tbody tr td.color-fondo-columna-body {
    background-color: #EEF3ED !important;
    color: #686868;
}

table .secondary-20 {
    background-color: #BFEEF9;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
}

th span {
    font-size: 15px;
}

.table-container {
    border-radius: 5px;
    overflow-x: auto;
    width: 100%;
    position: relative;
    box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.1);
}

table {
    width: 100%;
    width: max-content;
    border-collapse: collapse;
}

.bordes-tabla {
    border: 1px solid transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

tr.altura-minima {
    height: 50px; /* Ajusta este valor según tus necesidades */
}

.fixed {
    position: sticky;
    left: 0;
    z-index: 1;
    max-width: 350px;
    min-width: 350px;
    width: 350px;
}

    .fixed::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.texto-tabla {
    height: 56px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #161709;
}



/* Agregar estilos para filas impares solo en celdas con la clase fixed */
tbody tr:nth-child(odd) td {
    background-color: #FFFFFF; /* color de fondo para filas impares */
}

/* Agregar estilos para filas pares solo en celdas con la clase fixed */
tbody tr:nth-child(even) td {
    background-color: #FFFFFF; /* color de fondo para filas pares */
}




/* FOOTER */
.footer {
    background: #203E70E5;
    border-top: 1px solid #e7eaec;
    padding: 10px 20px;
    height: 100px;
    transition: margin 0s;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}


/*CURSOR POINTER*/
.cursor-pointer {
    cursor: pointer;
}


/*CLASES POR ORDEN ALFABETICO*/
.boton-principal-1 {
    background: #FFFFFF;
    color: #001475;
    border: 1px solid #001475;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 232px;
    height: 56px;
}

.boton-principal-2 {
    background: #001475;
    border: 1px solid #001475;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 232px;
    height: 56px;
}

.botones-principales {
    width: 204px;
    height: 56px;
    cursor: pointer;
}

    .botones-principales:hover {
        background: #2a62c3;
        border: none;
    }

@media only screen and (max-width: 1350px) {
    .breadcumb-margenes {
        margin-bottom: unset !important;
    }
}

.breadcumb-margenes {
    margin-top: 10px;
    margin-bottom: -22px;
}

.directorio-texto {
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #001475;
}

.liquidaciones-info-texto {
    font-size: 18px;
}

.panel-informativo {
    background: white;
    color: #001475;
    border-radius: 5px;
    border: none !important;
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.1);
}

    .panel-informativo span i {
        color: #2A63C3;
    }

    .panel-informativo span {
        color: #2A63C3;
        font-weight: 400;
    }

.position-relative {
    position: relative;
}

.swal2-actions {
    background: #F5F5F5;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -20px;
    padding: 1rem 0;
}

.sweetalert-btn-1 {
    background-color: white;
    border: 1px solid #B8B8B8 !important;
    border-radius: 5px !important;
    font-family: 'Barlow';
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 23px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 12rem !important;
    height: 2.5rem !important;
    color: #818181 !important;
    padding: 25px !important;
    word-wrap: break-word;
    margin-right: 1rem;
    overflow: hidden;
    position: relative;
    transition: color 0.3s ease;
}

    .sweetalert-btn-1:after {
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        transition: width 0.3s ease;
        width: 0;
        background-color: #818181 !important; /* Background color on hover */
        z-index: -1;
    }

    .sweetalert-btn-1:hover, .sweetalert-btn-1:focus {
        color: white !important; /* Text color change on hover */
    }

        .sweetalert-btn-1:hover:after, .sweetalert-btn-1:focus:after {
            width: 100%;
        }


.sweetalert-btn-2 {
    background: #2A63C3 !important;
    border: none !important;
    border-radius: 5px !important;
    font-family: 'Barlow';
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 12rem !important;
    height: 2.5rem !important;
    color: white !important;
    padding: 25px !important;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2) !important;
    margin-left: 1rem;
    overflow: hidden;
    position: relative;
    transition: color 0.3s ease;
}

    .sweetalert-btn-2:after {
        content: "\00BB"; /* Unicode character for a right-pointing arrow */
        font-size: 2rem; /* Size of the arrow */
        line-height: 2.5rem; /* Aligns the arrow vertically */
        opacity: 0;
        position: absolute;
        right: 0px; /* Starting position of the arrow */
        top: 0;
        transition: right 0.4s, opacity 0.4s;
    }

    .sweetalert-btn-2:hover, .sweetalert-btn-2:focus, .sweetalert-btn-2:active {
        padding-right: 24px; /* Makes room for the arrow */
    }

        .sweetalert-btn-2:hover:after, .sweetalert-btn-2:focus:after, .sweetalert-btn-2:active:after {
            opacity: 1; /* Makes the arrow visible */
            right: 10px; /* Moves the arrow to the right */
        }

.text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* Estilos scrollbar */
.table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
}

    .table-wrap::-webkit-scrollbar {
        width: 786px;
        height: 16px;
        border-radius: 0 0 15px 15px;
    }

    .table-wrap::-webkit-scrollbar-track {
        background-color: #5e7498;
    }

    .table-wrap::-webkit-scrollbar-thumb {
        background: #92A7CA;
        border-radius: 10px;
    }

        .table-wrap::-webkit-scrollbar-thumb:hover {
            background: #0f7baeb7;
        }

    .table-wrap::-webkit-scrollbar-button:horizontal {
        width: 50px;
        height: 16px;
    }

    .table-wrap::-webkit-scrollbar-button:start:decrement,
    .table-wrap::-webkit-scrollbar-button:end:increment {
        display: none;
        background-color: #D3EEF4;
        border: 1px solid #D3EEF4;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .table-wrap::-webkit-scrollbar-button:start:decrement {
        background-image: url("../images/icons-menor.png");
    }

    .table-wrap::-webkit-scrollbar-button:end:increment {
        background-image: url("../images/icons-mayor.png");
    }

        .table-wrap::-webkit-scrollbar-button:start:decrement:active,
        .table-wrap::-webkit-scrollbar-button:end:increment:active {
            background-color: #9ee5f5;
        }
/* Fin Estilos scrollbar */

.scroll-custom::-webkit-scrollbar {
    width: 20px;
    height: 16px;
    border-radius: 0 0 15px 15px;
}

.scroll-custom::-webkit-scrollbar-track {
    background-color: #5e7498;
}

.scroll-custom::-webkit-scrollbar-thumb {
    background: #7F94AB;
    border-radius: 10px;
}

    .scroll-custom::-webkit-scrollbar-thumb:hover {
        background: #0f7baeb7;
    }

.scroll-custom::-webkit-scrollbar-button:horizontal {
    width: 50px;
    height: 16px;
}

.scroll-custom::-webkit-scrollbar-button:start:decrement,
.scroll-custom::-webkit-scrollbar-button:end:increment {
    display: none;
    background-color: #D3EEF4;
    border: 1px solid #D3EEF4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}



    .scroll-custom::-webkit-scrollbar-button:end:increment:active {
        background-color: #5e7498;
    }

    .scroll-custom::-webkit-scrollbar-button:start:decrement:active {
        background-color: #5e7498;
    }

/* Boton izquierda scrollbar horizontal */
.scroll-custom::-webkit-scrollbar-button:horizontal:start:decrement {
    background-image: url("../images/icons-menor.png");
    border-start-start-radius: 10px;
    border-end-start-radius: 10px;
    background-size: 15px auto;
    height: 25px;
    width: 25px;
}

/* Boton derecha scrollbar horizontal */
.scroll-custom::-webkit-scrollbar-button:horizontal:end:increment {
    background-image: url("../images/icons-mayor.png");
    border-start-end-radius: 10px;
    border-end-end-radius: 10px;
    background-size: 15px auto;
    height: 25px;
    width: 16px;
}


/* Boton de arriba scrollbar vertical */
.scroll-custom::-webkit-scrollbar-button:vertical:start:decrement {
    background-image: url("../images/icons-arriba.png");
    background-size: auto 15px;
    border-start-start-radius: 10px;
    border-start-end-radius: 10px;
    height: 25px;
    width: 25px;
}

/* Boton de abajo scrollbar vertical */
.scroll-custom::-webkit-scrollbar-button:vertical:end:increment {
    background-image: url("../images/icons-abajo.png");
    background-size: auto 15px;
    border-end-start-radius: 10px;
    border-end-end-radius: 10px;
    height: 16px;
    width: 25px;
}


/*TEXTAREAS INDICADORES (aplicado en indicador personalizado)*/
.textarea-style {
    white-space: pre-wrap !important;
    overflow-y: hidden !important;
    min-height: 35px !important;
    padding: 5px !important;
    resize: none !important;
}

.textarea-nombre {
    max-height: 60px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.textarea-descripcion {
    max-height: 120px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
}
/*Clase para desactivar pointer events (simula disabled en tags que no se puede utilizar disabled)*/
.disable-link {
    pointer-events: none;
    opacity: 0.5;
}

/*Progress bar swal2 del color del aplicativo*/
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #001375;
}

.swal2-container .swal2-timer-progress-bar {
    background: #001375;
}


#periodos-scroll {
    position: sticky !important;
    top: 0 !important;
    z-index: 5;
    background-color: #eef2f5;
    transition: opacity 0.5s ease;
    opacity: 0;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.1);
    border-end-start-radius: 5px;
    border-end-end-radius: 5px;
}

    #periodos-scroll.visible {
        opacity: 1;
    }


.botones-accion-sticky {
    bottom: 0px;
    z-index: 5;
    background-color: rgb(255, 255, 255);
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky !important;
    width: 100.5% !important;
    margin-left: -1px !important;
    margin-right: -1px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow-x: visible;
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15) !important;
}

.min-width-fit-content-important {
    min-width: fit-content !important;
}

.gradient-border {
    position: relative;
    background-color: white;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .gradient-border::before, .gradient-border::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background: radial-gradient(circle at center, rgba(0, 20, 117, 1) 85%, rgba(255, 255, 255, 1) 100%);
    }

    .gradient-border::before {
        top: 0;
    }

    .gradient-border::after {
        bottom: 0;
    }

#guid-depuracion-span {
    display: inline-block;
    width: 9rem;
    white-space: nowrap;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    transition: width 0.3s cubic-bezier(0, 0.99, 1, 1), height 0.3s cubic-bezier(0, 0.99, 1, 1) 0.2s;
}


.w-auto-select {
    width: auto !important;
}
/*Css para componente Shared/Components/DatosClienteDepuracionComponent*/

.active-btn {
    background-color: white;
    border: 0.5px solid #18916E !important;
    box-shadow: inset 0 3px 5px rgba(24, 145, 110, 0.4) !important;
}

.dim {
    background-color: white;
    border: 0.5px solid gray !important;
}

.icon-active {
    color: #18916E;
}

.icon-dim {
    color: dimgray;
}

a.dim:hover {
    background-color: white !important;
    box-shadow: inset 0 3px 5px rgba(24, 145, 110, 0.4) !important;
}

.page-item:first-child .page-link-custom {
    margin-left: 0;
    border-radius: 35px !important;
}

.page-item:last-child .page-link-custom {
    /*    border-radius: 35px !important;*/
}

/*Estilos para el componente que muestra una tabla con las glosas segun el tipo de indicador(descuento ,haberes, ambos) para ser editadas.*/
.div-contenido-tabla-glosas-indicador-personalizado {
    overflow-y: auto;
    overflow-x: hidden; /* Esto oculta el scrollbar horizontal */
    max-height: 83vh;
    justify-content: center;
    min-width: 35vw;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: white;
}

    .div-contenido-tabla-glosas-indicador-personalizado::-webkit-scrollbar {
        width: 15px;
        height: 10px;
    }

    .div-contenido-tabla-glosas-indicador-personalizado::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .div-contenido-tabla-glosas-indicador-personalizado::-webkit-scrollbar-thumb {
        background: #7F94AB;
        border-radius: 10px;
    }

    .div-contenido-tabla-glosas-indicador-personalizado::-webkit-scrollbar-button:single-button {
        display: none;
        height: 30px;
        background-color: #d3eef4;
    }

        .div-contenido-tabla-glosas-indicador-personalizado::-webkit-scrollbar-button:single-button:vertical:decrement {
            height: 1.5rem;
            width: 16px;
            background-size: auto 20px;
            background-position: center center;
            background-image: url("../images/icons-arriba.png");
            border-start-start-radius: 25px;
            border-start-end-radius: 25px;
        }

        .div-contenido-tabla-glosas-indicador-personalizado::-webkit-scrollbar-button:single-button:vertical:increment {
            height: 1.5rem;
            width: 16px;
            background-size: auto 20px;
            background-position: center center;
            background-image: url("../images/icons-abajo.png");
            border-end-start-radius: 25px;
            border-end-end-radius: 50px;
        }

    .div-contenido-tabla-glosas-indicador-personalizado::-webkit-scrollbar-button:hover {
        background-color: #91c3ee;
    }

/* Estilos scrollbar para #desglose-indicador-component-wrapper */
.div-contenido-desglose {
    overflow-y: auto;
    overflow-x: auto; /* Esto oculta el scrollbar horizontal */
    max-height: 84vh;
    justify-content: center;
    min-width: 35vw;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: white;
}

    .div-contenido-desglose::-webkit-scrollbar {
        width: 15px;
        height: 10px;
    }

    .div-contenido-desglose::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .div-contenido-desglose::-webkit-scrollbar-thumb {
        background: #7F94AB;
        border-radius: 10px;
    }


    .div-contenido-desglose::-webkit-scrollbar-button:single-button {
        display: none;
        height: 30px;
        background-color: #d3eef4;
    }

        .div-contenido-desglose::-webkit-scrollbar-button:single-button:vertical:decrement {
            height: 1.5rem;
            width: 16px;
            background-size: auto 20px;
            background-position: center center;
            background-image: url("../images/icons-arriba.png");
            border-start-start-radius: 25px;
            border-start-end-radius: 25px;
        }

        .div-contenido-desglose::-webkit-scrollbar-button:single-button:vertical:increment {
            height: 1.5rem;
            width: 16px;
            background-size: auto 20px;
            background-position: center center;
            background-image: url("../images/icons-abajo.png");
            border-end-start-radius: 25px;
            border-end-end-radius: 50px;
        }

    .div-contenido-desglose::-webkit-scrollbar-button:hover {
        background-color: #91c3ee;
    }


.txt-align-c {
    text-align: center;
}

.icon-overlay {
    position: absolute;
    top: 13%;
    left: 28%;
    right: 13%;
    bottom: 13%;
    background: linear-gradient(to bottom right, transparent 47%, red 47%, red 53%, transparent 53%);
    pointer-events: none;
}

.swal2-popup {
    min-width: 35rem !important;
}


.tooltip-estilo-comun {
    vertical-align: unset;
    word-break: keep-all;
    text-align: start;
    background-color: white !important;
    min-width: max-content;
    color: rgb(104, 104, 104) !important;
    border: 3px solid #6d6d6d;
    font-size: 14px !important;
    box-shadow: 0 8px 8px 8px rgba(0, 0, 0, 0.1);
    padding: 0.2rem 1.5rem !important;
}

    .tooltip-estilo-comun::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 45%;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent white transparent;
        transform: rotateX(180deg)
    }

.tooltip-estilo-comun-abajo {
    vertical-align: unset;
    word-break: keep-all;
    text-align: start;
    background-color: white !important;
    min-width: max-content;
    color: rgb(104, 104, 104) !important;
    border: 3px solid #6d6d6d;
    font-size: 14px !important;
    box-shadow: 0 8px 8px 8px rgba(0, 0, 0, 0.1);
    padding: 0.2rem 1.5rem !important;
}

    .tooltip-estilo-comun-abajo::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 45%;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent white transparent;
        transform: rotateX(180deg)
    }

.tooltip-estilo-comun-izquierda {
    vertical-align: unset;
    word-break: keep-all;
    text-align: start;
    background-color: white !important;
    min-width: max-content;
    color: rgb(104, 104, 104) !important;
    border: 3px solid #6d6d6d;
    font-size: 14px !important;
    box-shadow: 0 8px 8px 8px rgba(0, 0, 0, 0.1);
    padding: 0.2rem 1.5rem !important;
    left: -210px;
    bottom: 0px;
}

/*    .tooltip-estilo-comun-izquierda::after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 100%;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent white transparent;
        transform: rotateX(180deg)
    }
*/



.table-estilo-comun {
    margin-bottom: 0px !important;
}

    .table-estilo-comun thead {
        background: #7F94AB;
        font-weight: 500;
    }

        .table-estilo-comun thead tr th {
            text-align: center !important;
            vertical-align: middle !important;
        }

.btn-estilo-comun {
    height: 3rem !important;
    transition: 0.1s all ease-in;
}

.input-estilo-comun {
    height: 3rem !important;
    border-radius: 0.3rem;
    border: 1px solid #B8B8B8;
    padding-left: 0.5rem;
    transition: 0.1s all ease-in;
}

    .input-estilo-comun:focus, .input-estilo-comun:focus-visible {
        border-color: #2A63C3 !important;
        outline: 1px solid #2A63C3;
    }

    .input-estilo-comun::placeholder {
        color: #B8B8B8;
    }

    .input-estilo-comun.input-small {
        height: 2.2rem;
        box-shadow: none !important;
    }

.fa-wallet-custom.icon-dim::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/images/icon-cartera-off.svg') no-repeat center center;
    background-size: contain;
    margin-right: -25px;
    position: relative;
    top: -5px;
    left: -12px;
}

.fa-wallet-custom.icon-active::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/images/icon-cartera-on.svg') no-repeat center center;
    background-size: contain;
    margin-right: -25px;
    position: relative;
    top: -5px;
    left: -12px;
}

.titulo-vista {
    padding-left: 1rem;
    color: #1C6BC2;
    font-size: 20px;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: -1rem;
    padding-left: 2rem;
}

    .titulo-vista.secundario {
        font-size: 16px;
    }

.resultados-paginacion {
    color: #2A63C3;
    font-weight: 600;
    padding-left: 1rem;
}

.img-lapiz {
    height: 18px;
    width: 18px;
    margin-bottom: 10px;
}

.modal-header {
    border-bottom: none !important;
    background: #2A63C3;
    box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.3) !important;
}

.modal-title {
    color: white;
    padding-left: 1rem;
}

.modal-footer {
    border-top: none !important;
    background: #D9D9D9;
    padding: 1rem 2rem;
}

.modal-body > div:first-child {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3) !important;
    border-radius: 5px;
}

.modal-body{
    padding: 3rem 2rem;
}

.modal-content {
    border: none;
}

.text-ellipsis-75 {
    display: inline-block;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis-50 {
    display: inline-block;
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td-guid {
    max-width: 150px;
}

#periodos-scroll {
    width: 95%;
}

.card-box-shadow {
    box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.2) !important;
    border-radius: 5px;
}

.highlight {
    background-color: #007bff; /* Cambia este color dinámicamente en JS según el badge */
    color: white; /* Texto blanco, igual que los badges */
    font-weight: bold;
    border-radius: 50px;
    padding: 5px;
    transition: all 0.3s ease;
}
