﻿.select2 {
    height: auto;
    font-size: 11px;
    color: #495057;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #cccccc; /*#ced4da;*/
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        /*color: #495057;*/
        color: #555;
        font-size: 12px;
        font-weight: 600;
        height: 32px;
    }

.select2-search--dropdown {
    color: #495057;
    font-size: 11px;
    font-weight: 600;
}

.select2-results {
    color: #495057;
    font-size: 11px;
    font-weight: 600;
}

.select2-hidden-accessible {
    height: auto !important;
    color: #495057;
    font-size: 11px;
    font-weight: 600;
}

.select2-container .select2-selection--multiple {
    min-height: unset;
    height: auto;
    padding: 1px 2px 1px 2px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #cccccc; /*#ced4da;*/
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        color: #555;
        font-size: 10px;
        font-weight: 600;
        padding: 0px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-right: 2px;
        margin-top: 1px;
        margin-bottom: 1px;
        padding: 1px 5px 1px 5px;
    }
