body{
    font-size: .95rem;
}

.h-404 {
    height: calc(100vh - 100px);
}

.form-errors {
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #fae9e8;
    display: none;
}

.form-errors ul {
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    margin-right: 5px;
}

input.filter-this{
    max-width: 300px;
}

select.filter-this{
    min-width: 500px;
}

.td-width-1{
    min-width: 150px;
}

.w-20 {
    width: 20% !important;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc{
    color: #8f55f2 !important;
}

.logo{
    background-image: url(/img/logo2.png);
    background-position: center;
    background-color: #fefefe;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5px;
    background-origin: content-box;
}

#sidebar .content-header{
    padding: 0;
}

.f-date{
    font-size: 0.875rem !important;
}

.sidebar_close{
    position:absolute;
    right: 15px;
}

.mt-min-1{
    margin-top: -.25rem!important;
}

.mt-min-2{
    margin-top: -.5rem!important;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,red 94%,#0000) top/3px 3px no-repeat, conic-gradient(#0000 10%,red);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 0);
    animation: l13 1s infinite linear;
}
@keyframes l13{ 
    100%{transform: rotate(1turn)}
}

@media(max-width: 991.98px){
    
}