﻿.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #597391;
    color: white;
    font-weight: 400;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #f5eaea;
    font-weight: 400;
    border: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    font-weight: 400;
}

.select2-results__option--selectable {
    font-weight: 600;
}

.select2-selection {
    color: #070606;
    border: 1px solid #ACACAC;
    padding: 10px 10px 10px;
    border-radius: 5px;
    max-width: 100%;
    padding-bottom: 15px !important;
}
