

/* Start:/bitrix/templates/aspro_next/components/bitrix/catalog.section/catalog_table/multiselect.css?1734594170606*/
.ajax_load.table {
    position: relative;
}

.multiselect-total-block {
    margin: 0 0 20px;
    padding: 20px;
    border: 1px solid #f2f2f2;
    background: rgba(255, 255, 255, 0.7);
    position: sticky;
    bottom: 10px;
    backdrop-filter: blur(10px);
    z-index: 229;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(.4,0,.2,1), display .3s ease allow-discrete;
    display: none;
}

.multiselect-total-block.visible {
    display: block;
    opacity: 1;
}

.kk-multiselect-checkbox {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 228;
}
/* End */
/* /bitrix/templates/aspro_next/components/bitrix/catalog.section/catalog_table/multiselect.css?1734594170606 */
