html, body{width: 100%; height: 100%;}
:root{
    --color-primary:#008d48;
    --color-secondary:#333;
    --color-text:#1a1a1a;
    --color-grey:#999;
}


@media print {
    .btn-print {
        display: none;
    }

    .div-print {
        margin: 3cm 1cm 0cm 1cm;

    }
}

.upload-container {
    position: relative;
}
.upload-container input {
    border: 1px solid #92b0b3;
    background: #f1f1f1;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    padding: 100px 0px 100px 250px;
    text-align: center !important;
    width: 100%;
}
.upload-container input:hover {
    background: #ddd;
}
.upload-container:before {
    position: absolute;
    bottom: 50px;
    left: 245px;
    content: " (or) Drag and Drop files here. ";
    color: #3f8188;
    font-weight: 900;
}
.upload-btn {
    margin-left: 300px;
    padding: 7px 20px;
}

.font-color-joker {
    color: #008d48;
}

.btn-joker {
    border: 1px solid black;
    background-color: #008d48;
    color: #ffff;

}
.btn-joker:hover {
    background-color: #06723d;
    box-shadow: 0 0 0 0.2rem
}
.select2 {
    width:100%!important;
}

.pagination > li > a, .pagination > li > span{
    color:black !Important;
}

.pagination > li > a
{
    color:#005cbf !Important;
    text-decoration: underline;
    text-underline: #005cbf!Important;
}

.bg-grey {
    background-color: rgba(0,0,0,.075);
}

.border-gray {
    border-color: #efefef;
}

.nav-item > a {
    text-decoration: underline;
    text-underline: #005cbf!Important;
}