﻿.ac-category {
    margin-top: 2px;
    padding-top: 5px;
}

.cb-s-box {
    max-width: 900px;
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 14px !important;
        background-color: #1d85e8 !important;
        border-color: #1d85e8 !important;
        border-radius: 50px !important;
        padding: 3px 15px !important;
    }

.select2-selection__choice__remove {
    margin-right: 10px !important;
    font-weight: normal !important;
}

@media (max-width: 768px) {
    .cb-s-box {
        margin: -400px auto 0 auto !important;
    }

    .cb-home-search-new .cb-s-box .search-container {
        padding: 10px !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 13px !important;
        padding: 10px 20px !important;
    }
}