.font-sfmono{
    font-family: 'SF Mono', sans-serif;
}
.font-poppins{
    font-family: Poppins, Arial, sans-serif !important;
}

.logout-checkmark {
    width: 90px;
    margin: 0 auto;
    padding: 20px 0;
}

.bloquearPantalla{
    /* background:#FFFFFF; */
    background:#000000;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=50);
    opacity:0.5;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index:10000;
    cursor: wait;  
    margin: 0;
    padding: 0;
    overflow:hidden;
    /* overflow-y:hidden; */
    /* display: none;*/
}

/* loading jquery */
/* div.dataTables_processing>div:last-child>div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgb(2, 117, 216);
    background: rgb(var(--dt-row-selected));
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

@keyframes datatables-loader-1 {
    100% {

        animation-duration: 0.6s;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-fill-mode: none;
        animation-play-state: running;
        animation-name: datatables-loader-1;
        animation-timeline: auto;
        animation-range-start: normal;
        animation-range-end: normal;
    }
}
@keyframes datatables-loader-2 {
    
    100% {
        animation-duration: 0.6s;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-fill-mode: none;
        animation-play-state: running;
        animation-name: datatables-loader-2;
        animation-timeline: auto;
        animation-range-start: normal;
        animation-range-end: normal;
    }
}
@keyframes datatables-loader-3 {
    
    100% {
        animation-duration: 0.6s;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-fill-mode: none;
        animation-play-state: running;
        animation-name: datatables-loader-3;
        animation-timeline: auto;
        animation-range-start: normal;
        animation-range-end: normal;
    }
}
.animation-loading{
    
}
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}
div.dataTables_processing>div:last-child {
    position: relative;
    width: 80px;
    height: 15px;
    margin: 1em auto;
}
div.dataTables_processing>div:last-child>div:nth-child(1) {
    left: 8px;
    animation: datatables-loader-1 .6s infinite;
}
div.dataTables_processing>div:last-child>div:nth-child(2) {
    left: 8px;
    animation: datatables-loader-2 .6s infinite;
}
div.dataTables_processing>div:last-child>div:nth-child(3) {
    left: 32px;
    animation: datatables-loader-2 .6s infinite;
}
div.dataTables_processing>div:last-child>div:nth-child(4) {
    left: 56px;
    animation: datatables-loader-3 .6s infinite;
} */

.btn-login{
    /* background-color: #2675c9; color:#fff */
    background-color: #1E97A0; color:#fff
    
    /* background-color: #17508d; color:#fff; */
}

.btn-login:hover{
    /* 1d3b5a */
    /* background-color: #17508d; color:#fff; */
    background-color: #1d4f53; color:#fff;
    transform: scale(1.01);
    /* background-color: #1d60a8; color:#fff */
}
.btn-upload{
    /* background-color: #1E97A0;  */
    color:#fff;
    background-color: #2971b9;
}

.btn-upload:hover{
    background-color: #00abe3; 
    color:#fff;
    /* transform: scale(1.01); */
}