.text-justify {
    text-align: justify;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.item-active {
    background: linear-gradient(90deg, rgba(59, 125, 221, .1), rgba(59, 125, 221, .0875) 50%, transparent) !important;
    border-left-color: #3b7ddd !important;
    color: #e9ecef !important;
}

.scrollbar-color {
    background-color: #ffffff8a;
    border-radius: 10px;
}


.text-right-5 {
    padding-right: 5px !important;
}

.text-left-5 {
    padding-left: 5px !important;
}


.text-right-10 {
    padding-right: 10px !important;
}

.text-left-10 {
    padding-left: 10px !important;
}


.text-right-15 {
    padding-right: 15px !important;
}

.text-left-15 {
    padding-left: 15px !important;
}


.text-right-20 {
    padding-right: 20px !important;
}

.text-left-20 {
    padding-left: 20px !important;
}

.table-scrollbar {
    height: 330px;
    overflow: auto;
}


.table-scrollbar_esp{
    height: 450px;
    overflow: auto;
}

.table-scrollbar_esp_reporte{
    height: 650px;
    overflow: auto;
}

.table-scrollbar-2 {
    height: 400px;
    overflow: auto;
}

.table-scrollbar-3 {
    height: 450px;
    overflow: auto; 
}


.table-scrollbar-4 {
    height: 300px;
    overflow: auto; 
}


.table-scrollbar-5 {
    height: 150px;
    overflow: auto; 
}

.table-scrollbar-reporte {
    height: 100px;
    overflow: auto; 
}


.table-scrollbar-7 {
    height: 160px;
    overflow: auto; 
}

.table-scrollbar-6 {
    height: 200px;
    overflow: auto; 
}
.table-scrollbar-8 {
    height: 190px;
    overflow: auto; 
}

.table-scrollbar-9 {
    height: 100px;
    overflow: auto; 
}

.indicator-height{
     height: 160px;
     

}
.table-scrollbar-300 {
    height: 250px;
    overflow: auto; 
}

.img-indicator {
    width: 30 !important;
}




/* Btn's Estado  y Prioridad*/
.status-btn {
    padding: 7px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
}

i,
span,
a {
    display: inline-block;
}

/* Status:Pendiente */
.status-btn.pending-btn {
    color: #ffffff;
    background: #dc3545;
}


/* Status:En Revision */
.status-btn.revision-btn {
    color: #ffffff;
    background: #fd7e14;
}

/* Status:En Progreso */
.status-btn.progress-btn {
    color: #ffffff;
    background: #fcb92c;
}


/* Status: En Pruebas */
.status-btn.tests-btn {
    color: #ffffff;
    background: #c6ce00;
}


/* Status:Completo */
.status-btn.complete-btn {
    background: #00a135;
    color: #fff;
}

.status-btn.vacaciones-btn {
    background: #1CA5B8;
    color: #fff;
}
.status-btn.vacaciones-btn {
    background: #1CA5B8;
    color: #fff;
}
.status-btn.esperacom-btn {
    background: #3b7ddd;
    color: #fff;
}



/* Spinner */
.spinner {
    border: 4px solid rgba(0, 0, 0, .1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-left-color: var(--bg-color-navbar);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);

    }

    100% {
        transform: rotate(360deg);

    }
}

.div_center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    opacity: 0.9;

}

.th-sticky {
    position: sticky;
    top: 0;
    background: #ffffff !important;
}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* altura completa de la ventana */
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background:
        linear-gradient(0deg, #0062a5 30%, #0000 0 70%, #007acc 0) 50%/8% 100%,
        linear-gradient(90deg, #0062a5 30%, #0000 0 70%, #007acc 0) 50%/100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s infinite steps(12);
}

.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}

.loader::after {
    opacity: 0.83;
    transform: rotate(60deg);
}

@keyframes l23 {
    100% {
        transform: rotate(1turn)
    }
}

.table thead th.sticky-header {
    position: sticky;
    top: 0;
    z-index: 2;
}

.mt-esp {
    margin-top: 1.29rem !important
}

.pdfViewer{
    height: 700px !important;
    width: 100%;
    overflow: auto;
}