﻿.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: 18px;
        background-color: #1d85e8;
        border-color: #1d85e8;
        border-radius: 50px;
        padding: 10px 30px;
    }

.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;
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    background-color: #1d85e8;
    border-color: #1d85e8;
    border-radius: 50px;
    padding: 3px 15px;
}

form span span span ul li .select2-search__field {
    width: 100% !important;
}