@media only screen and (min-width: 992px) {
    .item-container {
        border-radius: var(--app-border-radius) !important;
    }
}

.no-data-text {
    font-weight: 700;
    font-size: 20px;
    color: red;
    margin-top: 10px;
    margin-bottom: 20px;
}