/* stylelint-disable declaration-no-important */
.reports-preview-body,
.reports-list-body {
    .empty {
        height: 300px;
    }
    .reports-preview-content,
    .reports-list-content {
        min-height: 300px;
    }
    .reports-preview-content.loader,
    .reports-list-content.loader {
        .icon {
            height: 36px;
            width: 36px;
            font-size: 36px;
        }
    }
}
.reports-filter-body {
    min-height: 340px;
    .field-group {
        cursor: pointer;
    }
}
.field-group.open i {
    transform: rotate(90deg);
}
.field-group i,
.field {
    transition-duration: 0.5s;
    transition-property: transform;
}
.field:not(.show) {
    display: none;
}
#cr-list-table {
    min-width: 100%;
}
#wdm-customreports-edit {
    .customreports-block-section > div {
        position: relative;
        height: 100%;
        padding: 1rem;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
    // Fixing header background glitch because of block configurable_rerport plugin.
    .dataTable {
        .sorting_asc,
        .sorting_desc,
        .sorting {
            background-image: none !important;
        }
    }
}
