/* *
* Author: NetTantra
* @package         cryptocurrency-converter
*/
.select2-dropdown {
  border: 1px solid #dcdee4;
}
.nt-ccc-widget .select2-container--default .select2-selection--single,
.nt-ccc-widget input[type="text"],
.nt-ccc-widget input[type="number"] {
  width: 100%;
  height: auto;
  border: 1px solid #dcdee4;
  background-color: #FFF;
  margin-bottom: 0px;
  padding: 11px 10px;
  color: #3a3c41;
  font-weight: 500;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.nt-ccc-widget .select2-container--default .select2-selection--single {
  margin-bottom: 0;
}
.nt-ccc-widget .select2-container {
  width: 100%!important;
}
.nt-ccc-widget .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: unset;
  padding: 0;
}
.nt-ccc-widget .select2-container--default .select2-selection--single:focus,
.nt-ccc-widget input[type="text"]:focus,
.nt-ccc-widget input[type="number"]:focus {
  outline: none;
  border: 1px solid #666;
}
.nt-ccc-widget .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}
#nt_ccc_result.ccc-loading {
  background: url(../images/Spinner-1s-38px.svg);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition: unset;
  transition: unset;
  background-color: #efef;
}
#nt_ccc_result.ccc-error {
  color: #F00;
  background: #fff2f2;
  border: 1px solid #d00d0d;
}
.select2-results__option[aria-selected] {
  outline: none;
}
.nt-ccc-widget .select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field,
.nt-ccc-widget .select2-search--dropdown {
  outline: #CCC;
}
.nt-ccc-widget .select2-container--default .select2-results__option[aria-selected=true] {
  background: #CCC;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.nt-ccc-widget .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #777;
}
