﻿.select2-container {
    width: inherit;
    /*direction: rtl;
    text-align: right;*/
}

.select2-search {
    /*background-color: #00f !important;*/
}
    .select2-search input {
        /*background-color: #00f !important;*/
        height: 25px !important;
    }
.select2-results {
    /*background-color: red !important;*/
    color: black !important; 
}

.select2-selection__rendered {
    line-height: 25px !important;
    background-color: white !important;
    /*color: white !important;*/
}

.select2-container .select2-selection--single {
    height: 25px !important;
}

.select2-selection__arrow {
    height: 25px !important;
}


.select2-selection--single {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.select2.narrow {
    width: 200px;
}

.wrap.select2-selection--single {
    height: 100%;
}

.select2-container .wrap.select2-selection--single .select2-selection__rendered {
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
}

.wrap.select2-selection--single {
    height: 100%;
    /*font-family: 'Vazir';*/
    /*direction: rtl;*/
}

/* making select2 responsive in its container */
/*.select2 {
    width: 100% !important;
}*/