﻿
.news-categories-container {
    max-height: 200px;
    overflow-y: auto;
}

.border-scroll {
    border: 1px solid #ccc;
}

.alert-message {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
}

.no-category {
    font-weight: bold;
}

.subCategories {
    margin-left: 30px;
}