.my_select2_optgroup_selected {
    background-color: #ddd;
}

.my_select2_optgroup_hovered {
    color: #FFF;
    background-color: #bebebe !important;
    cursor: pointer;
}

strong.select2-results__group {
    padding: 0 !important;
}

.my_select2_optgroup {
    display: block;
    padding: 6px;
}

.kx {
    display: inline-block;
    padding: 6px !important;
}

.og {
    display: inline-block;
    padding: 0px !important;
    font-size: larger;
    font-weight: bolder;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;

}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;

}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}


.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #BDBDBD;
    color: white
}

 .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #BDBDBD
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #BDBDBD
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #BDBDBD
}

 .select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #212121
}


.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color:#616161;
    color: #fff
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #BDBDBD
}



.select2-results__option:before {


    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #dedede;
    border: 1px solid #212121;
    margin-right: 20px;
    vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
    color: #000000;

    background-color: #212121;

}