.select2 {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.select2.select2-container {
  width: 100% !important; 
}

#language-modal .select2.select2-container {
  width: 125px !important; 
}

.select2-container--default .select2-selection--single{
  border-color: #ffffff;
  font-family: 'Montserrat-Bold', sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-results__option[aria-selected=true]{
  display: none;
}

.select2-container--open .select2-dropdown--below {
  min-width: 210px;
  border: 1px solid #eee;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(214,214,214,1);
  -moz-box-shadow: 3px 3px 2px 0px rgba(214,214,214,1);
  box-shadow: 3px 3px 2px 0px rgba(214,214,214,1)
}

.select2-dropdown{
  margin-top: 5px;
  padding-top: 5px;
  min-width: 200px;
  border-radius: 4px!important;
  border: 1px solid transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px !important;
  position: relative;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: #0400a7 !important;
}

.select2-search{
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 10px;
}

.select2-search--dropdown .select2-search__field,
.select2-search--dropdown .select2-search__field:focus{
  font-size: 14px;
  line-height: 13px;
  background: #beddf7 url("../img/select2_search_icon.png") no-repeat left center;
  padding-left: 25px;
  background-position-x: 4%;
  -ms-background-position-x: 4%;
  border-radius: 3px;
  border: none!important;
  outline: none;
  color: #b2b2b2;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #ffffff;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.select2-results{
  padding-left: 6px;
}

.select2-results__option{
  padding: 6px 3px;
  position: relative;
}

.select2-results__option i.flag{
  position: absolute;
  width: 22px;
  height: 22px;
}
.select2-selection__rendered i.flag img,
.select2-results__option i.flag img{
  width: 100%;
  height: 100%;
}
.select2-results__option span{
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
}

.select2-selection__rendered i.flag{
  position: absolute;
  width: 40px;
  height: 40px;
  left: -5px;
  top: -7px;
}

.select2-selection__rendered i.flag img{
  border: 4px solid #ffffff;
  border-radius: 50%;
}

#speaking .select2-container--open .select2-dropdown--below {
  min-width: 210px;
}

.select-list-pp {
  width: 400px !important;
}

.select-list-pp .text-popular-phrase {
  padding-left: 0 !important;
  font-size: 1.2rem !important;
}