.content-table-empty-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 50px;
    gap: 25px;
}

.content-table-empty-image {
    background-image: url(Dashboard/icons/magnifying-glass-empty-state.svg);
    width: 306px;
    height: 153px;
    background-repeat: no-repeat;
    background-size: contain;
}

.content-table-empty-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.content-table-empty-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
}

.content-table-empty-description {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}