@import "select2.css";
.select2-container--default .select2-selection--single {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
}
.failed.select2-container--default .select2-selection--single {
  border-color: #e94b35;
  box-shadow: 0 0 0 2px #e94b35 inset;
  -webkit-box-shadow: 0 0 0 2px #e94b35 inset;
  -moz-box-shadow: 0 0 0 2px #e94b35 inset;
  -ms-box-shadow: 0 0 0 2px #e94b35 inset;
}
.select2-container .select2-selection--single {
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  line-height: 38px;
  padding: 0 18px 0 12px;
  text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow i.cm {
  position: absolute;
  color: #000;
  top: calc(50% - 9px);
  right: 8px;
  font-size: 18px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow i.cm {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 40px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background: #ccc;
}
.select-large .select2-container .select2-selection--single {
  height: 50px;
}
.select-large .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  line-height: 48px;
  padding: 0 20px;
  text-align: left;
}
.select-large .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.select-large .select2-container--default .select2-search--dropdown .select2-search__field {
  height: 50px;
}
.select-small .select2-container .select2-selection--single {
  height: 34px;
}
.select-small .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  line-height: 32px;
  padding: 0 10px;
  text-align: left;
}
.select-small .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.select-small .select2-container--default .select2-search--dropdown .select2-search__field {
  height: 34px;
}
