
@media (min-width: 576px) {

    .card-columns.card-5-columns {

        column-count: 5;
    }
}

@media (max-width: 768px) {
    .wrap > .container {
        padding: 5px 15px 20px;
    }
}

/*.offers-list .offer-img {*/
/*    max-height: 100px;*/
/*    max-width: 90%;*/
/*}*/

.filters .form-control {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.filters .select2-container--krajee-bs4 .select2-selection--single {
    height: calc(1.8125rem + 2px);
    line-height: 1.5;
    padding: .25rem 1.5rem .25rem 0.5rem;
}

.table .filters td {
    padding: .25rem;
}

table.table_fixed_head thead th {
    position: sticky;
    top: 0;
    z-index: 99999;
}

.kv-grid-wrapper.perfectScrollbarTableHeight {
    min-height: 400px;
    max-height: 60vh;
    height: auto;
}