/* body{
    font-size: .8rem !important;
} */

.auth-body-bg {
    background-image: url(../images/bg_uni.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.custom-toast {
    width: 400px !important;
    background-color: #f32f53 !important;
    color: #eee !important
}


.table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
    top: 52% !important
}


div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
    padding: 0;
    background: none;
}


.datepicker-dropdown {
    z-index: 99999 !important;

}

.badge-soft-genex {
    color: #ad44ff;
    background-color: rgb(184 68 255 / 15%);
}

.page-content {
    min-height: calc(100vh - 60px) !important;
}

.my-footer {
    /* bottom: 0; */
    padding: 20px calc(24px / 2);
    position: absolute;
    right: 0;
    color: #6c757d;
    left: 0px;
    height: 60px;
    -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, .05);
    box-shadow: 1px 0 20px rgba(0, 0, 0, .05);
    background-color: #fff;
}
.my-footer-full {
    /* bottom: 0; */
    /* left: 240px; */
}
.my-scroll {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: calc(100vh - 60px) ;
}
/* .modal {
    z-index: 1055 !important;
}

.modal-content{
    z-index: 1055 !important;
}

.modal-backdrop {
    z-index: 0 !important ;
} */


.was-validated .custom-select:invalid + .select2 .select2-selection{
    border-color: #dc3545!important;
}
.was-validated .custom-select:valid + .select2 .select2-selection{
    border-color: #28a745!important;
}
*:focus{
  outline:0px;
}

.my-hover{
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.my-hover:hover{
    scale: 1.05;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
    .vertical-menu {
        /* display: none !important; */
    }

    .my-footer-full {
        left: 0;
    }
}
@media (max-width > 993px) {

    .my-footer-full {
        left: 240px;
    }
}
