﻿.ac-category {
    margin-top: 2px;
    padding-top: 5px;
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
}
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 14px;
        background-color: #C8102E;
        border-color: #C8102E;
        border-radius: 50px;
        padding: 3px 15px;
    }

.select2-selection__choice__remove {
    margin-right: 10px !important;
    font-weight: normal !important;
}

@media (max-width: 768px) {
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 13px !important;
        padding: 10px 20px !important;
    }
}