.SumoSelect {
  width: 100%;
  min-width: 160px; }

.SumoSelect > .CaptionCont {
  height: 40px;
  min-height: auto;
  border-radius: 6px;
  border: 1px solid #b0b3ba;
  background: #f9f9f9;
  display: flex;
  align-items: center; }

.SumoSelect > .CaptionCont > span {
  font: 400 14px 'Roboto', sans-serif;
  color: #171e2b;
  letter-spacing: 0.1px;
  padding: 0;
  margin-right: 20px;
  max-width: calc(100% - 20px);
  cursor: pointer; }
  .SumoSelect > .CaptionCont > span.placeholder {
    background: transparent;
    color: #666;
    font-style: normal;
    min-height: auto;
    vertical-align: inherit;
    opacity: 1; }

.SumoSelect > .CaptionCont > label {
  width: 20px;
  right: 9px;
  cursor: pointer; }

.SumoSelect > .CaptionCont > label > i {
  width: 20px;
  height: 20px;
  opacity: 1; }

.SelectBox {
  padding: 0 12px; }

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: #b0b3ba; }

.SumoSelect > .optWrapper {
  width: max-content;
  max-width: 500px;
  min-width: -webkit-fill-available; }

.SumoSelect > .optWrapper > .options {
  /*max-height: 100%;*/
  max-height: 295px; }

.SumoSelect > .optWrapper > .options li.opt {
  font: 400 14px/20px 'Roboto', sans-serif;
  color: #171e2b;
  letter-spacing: 0.1px;
  padding: 8px 12px;
  border-bottom: 1px solid #b0b3ba; }

.SumoSelect > .optWrapper > .options li.opt.selected {
  background: #f7fbfe; }

.SumoSelect.open > .optWrapper {
  top: 43px;
  border-radius: 6px;
  border: 1px solid #b0b3ba;
  box-shadow: 0 2px 4px 0 rgba(50, 54, 62, .10); }

.SumoSelect > .optWrapper > .options li.opt:hover {
  background: #f7fbfe; }

.SumoSelect > .optWrapper > .options li.opt label {
  white-space: inherit; }

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  opacity: 1;
  color: rgba(52, 61, 75, .5); }
/* more select */
.select-container .SumoSelect.open > .CaptionCont {
  background: #fff;
  border-color: #376fd8; }

.select-container .SumoSelect > .CaptionCont > label > i {
  background: url(/images/arrow_icon.svg) no-repeat center;
  background-size: 20px 20px; }

.select-container .SumoSelect.open > .CaptionCont > label > i {
  transform: rotate(180deg); }

.select__double-container .SumoSelect > .CaptionCont {
  background: #fff; }

.select__double-container.red-field .SumoSelect > .CaptionCont {
  border: 1px solid #e35151;
  background: rgba(227, 81, 81, .03); }

.select__double-container.green-field .SumoSelect > .CaptionCont {
  border: 1px solid #42b975;
  background: rgba(66, 185, 117, .03); }

.select__double-container.yellow-field .SumoSelect > .CaptionCont {
  border: 1px solid #ecc746;
  background: rgba(236, 199, 70, .03); }

.select__double-container.blue-field .SumoSelect > .CaptionCont {
  border: 1px solid #376fd8;
  background: rgba(83, 128, 213, .03); }

.select__double-container .SumoSelect > .CaptionCont > label > i {
  background: url(/images/arrow_double_sided_icon.svg) no-repeat center;
  background-size: 16px 16px; }

.select__icon-container .SumoSelect > .CaptionCont > span {
  display: inline-flex;
  align-items: center; }
/* select2 */
[type=search] {
  outline-offset: 0; }

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
  padding: 3px 10px;
  padding-right: 44px;
  min-height: 40px;
  border: 1px solid #b0b3ba;
  border-radius: 6px; }

.select2-container--default .select2-selection--multiple:after, .select2-container--default .select2-selection--single:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  background: url(/images/arrow_double_sided_icon.svg) no-repeat center;
  background-size: 16px 16px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #b0b3ba; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0;
  border: none;
  background: #eef0f2;
  padding-left: 20px;
  white-space: normal; }

.select2-container .select2-search--inline .select2-search__field {
  font: 400 14px 'Roboto', sans-serif;
  color: #171e2b;
  margin: 0;
  line-height: 20px;
  /*width: 100%;*/
  height: 31px;
  vertical-align: top;
  margin-left: 2px;
  padding: 6px 0; }

.select2-container .select2-selection--multiple .select2-selection__rendered li {
  margin: 2px;
  position: relative; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  position: relative;
  display: none; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid #dfdfdf;
  font-size: 14px;
  height: 100%;
  font-weight: 400;
  line-height: 18px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font: 400 12px 'Roboto', sans-serif;
  color: #171e2b;
  padding: 6px 10px;
  display: inline-block; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  font-size: 0; }

.select2-dropdown {
  top: 3px;
  border-radius: 6px;
  border: 1px solid #b0b3ba;
  box-shadow: 0 2px 4px 0 rgba(50, 54, 62, .10); }

.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  border-top: 1px solid #b0b3ba;
  overflow: hidden; }

.select2-results__option {
  font: 400 14px/20px 'Roboto', sans-serif;
  color: #171e2b;
  letter-spacing: 0.1px;
  padding: 10px 12px;
  border-bottom: 1px solid #b0b3ba;
  display: flex;
  align-items: flex-start;
  /*&:before {
   content: '';
   width: 20px;
   height: 20px;
   margin-right: 8px;
   position: relative;
   top: -1px;
   background: url(/images/checkbox.svg) no-repeat center top;
   background-size: 20px auto;
   flex-shrink: 0;
   }*/ }
  .select2-results__option:last-child {
    border: none; }

.select2-results__message {
  line-height: normal; }
  .select2-results__message:before {
    content: none; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #171e2b;
  background: #f7fbfe; }

.select2-container--default .select2-results__option--selected {
  background: #f7fbfe; }

.select2-container--open .select2-dropdown--above {
  top: -3px;
  border-radius: 6px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  top: auto;
  padding: 0 11px;
  background: url(/images/close_icon.svg) no-repeat center;
  background-size: 12px; }

.select2-container--default .select2-results__option--selected:before {
  background-position: center bottom; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 6px; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 6px;
  border-color: #376fd8; }

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

.select2-search--dropdown {
  padding: 0; }

.select2-search--dropdown .select2-search__field {
  /*padding: 8px;*/
  display: none; }
/* Make search field visible for our custom dropdown class */
.select2-dropdown-with-search .select2-search--dropdown .select2-search__field {
  display: block;
  padding: 8px;
  margin: 5px;
  width: calc(100% - 10px); }

.select2-container--default .select2-search--dropdown .select2-search__field {
  font: 400 14px 'Roboto', sans-serif;
  color: #171e2b;
  border: 1px solid #b0b3ba;
  border-radius: 5px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  white-space: normal; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #171e2b;
  line-height: normal;
  height: 100%; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: block; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #f9f9f9; }

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
  /*.select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
   display: none;
   }*/ }
  select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #f9f9f9;
    box-shadow: none; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666; }

.SumoSelect > .optWrapper > .options li.opt.selected.disabled {
  display: none; }

.SumoSelect.open .search-txt {
  height: 100%;
  letter-spacing: 0.1px;
  padding: 0 12px; }
