body .select2-container.input-block-level {
  min-height: 25px; }

body .select2-container {
  width: 100%; }
  body .select2-container input {
    padding: 0;
    margin: 4px 0;
    min-height: 20px;
    background-image: -moz-linear-gradient(none); }
  body .select2-container .flag {
    margin-right: 5px;
    border-radius: 0; }
  body .select2-container .select2-choice {
    border-radius: 0;
    background-image: none;
    line-height: 23px;
    min-height: 23px;
    padding-left: 5px;
    height: auto; }
    body .select2-container .select2-choice img {
      margin: 3px 5px 5px 0;
      max-width: 40px; }
    body .select2-container .select2-choice .select2-chosen {
      margin-right: 24px; }
    body .select2-container .select2-choice .select2-arrow {
      border-radius: 0;
      background-image: none;
      background: none; }
  body .select2-container .title-holder {
    display: flex;
    align-items: center;
    padding: 5px 0; }
    body .select2-container .title-holder .currency-i {
      width: 26px;
      height: 26px;
      margin: 0 16px 0 0;
      flex-shrink: 0;
      display: block; }
  body .select2-container .wall-sel {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body .select2-container .wall-sel .title-holder {
      overflow: hidden; }
    body .select2-container .wall-sel .ico-curr {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      margin-right: 5px; }
    body .select2-container .wall-sel .title {
      margin-right: 3px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    body .select2-container .wall-sel .balance {
      font-size: 14px;
      margin: 0 0 0 8px;
      white-space: nowrap;
      flex-shrink: 0; }

body .select2-dropdown-open .select2-choice .select2-arrow {
  border-left: 1px solid #aaa; }

body .select2-container-active .select2-choice,
body .select2-container-active .select2-choices {
  border: 1px solid #aaa;
  box-shadow: none; }

body .select2-drop {
  border: 1px solid #aaa;
  border-radius: 0;
  overflow: hidden; }

body .select2-results {
  padding: 0;
  margin: 0; }
  body .select2-results ul {
    margin: 0; }

body .select2-result-label img {
  max-width: 50px;
  margin: 0 10px 0 0;
  border-radius: 25px; }

body .select2-search input,
body .select2-search input.select2-active {
  border: none;
  padding: 0;
  margin: 4px 0;
  min-height: 20px;
  background-image: -moz-linear-gradient(none); }

body .select2-drop .scrollable-area-wrapper .scrollable-area {
  width: auto !important;
  height: auto !important; }

body .select2-container .select2-choice {
  border-color: #dadada;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  padding: 7px 0 6px 10px; }
  body .select2-container .select2-choice .select2-arrow {
    border-left: none;
    width: 40px; }
    body .select2-container .select2-choice .select2-arrow b {
      left: 50%;
      top: 50%;
      position: absolute;
      margin: -5px 0 0 -5px;
      width: 10px;
      height: 10px;
      background: url("/static/img/arrow_down_b.svg") no-repeat;
      background-size: 100%; }

body {
  /* results */
  /* style for people teams platforms */
  /* end style for people teams platforms */ }
  body .select2-container .select2-choice {
    background: #fff;
    color: #999; }
  body .select2-drop,
  body .select2-drop.select2-drop-above {
    color: #444;
    background: #fff; }
  body .select2-search input,
  body .select2-search input.select2-active {
    color: #000;
    background: #fff;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #dadada;
    height: 28px !important;
    padding: 0 5px; }
  body .select2-results {
    border-top: none; }
  body .select2-result-label .block-holder .description .name {
    color: #444; }
  body .select2-result-label .block-holder .description .direction {
    color: #999; }
  body .select2-results .select2-highlighted {
    background: #227fab;
    background-color: #57ab62; }
    body .select2-results .select2-highlighted .block-holder .description .name,
    body .select2-results .select2-highlighted .block-holder .description .direction {
      color: #fff; }
  body .select2-results .select2-no-results,
  body .select2-results .select2-searching,
  body .select2-results .select2-selection-limit {
    background: #dedede; }
  body .select2-container.select2-container-disabled .select2-choice {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
    color: #999; }
    body .select2-container.select2-container-disabled .select2-choice .select2-arrow {
      background-color: #e7e7e7; }

body.black {
  /* results */
  /* style for people teams platforms */
  /* end style for people teams platforms */ }
  body.black .select2-dropdown-open .select2-choice {
    box-shadow: none; }
    body.black .select2-dropdown-open .select2-choice .select2-arrow {
      border-color: #666; }
  body.black .select2-container-active .select2-choice,
  body.black .select2-container-active .select2-choices {
    border-color: #666; }
  body.black .select2-drop {
    border-color: #666; }
  body.black .select2-container .select2-choice {
    background: #252525;
    color: #aaa;
    border-color: #666; }
    body.black .select2-container .select2-choice .select2-arrow {
      border-color: #666; }
  body.black .select2-drop,
  body.black .select2-drop.select2-drop-above {
    color: #aaa;
    background: #252525; }
  body.black .select2-search input[type="text"],
  body.black .select2-search input.select2-active {
    color: #aaa;
    background: #303030; }
  body.black .select2-result-label .block-holder .description .name {
    color: #fff; }
  body.black .select2-result-label .block-holder .description .direction {
    color: #adadad; }
  body.black .select2-results .select2-highlighted {
    background: #18678c; }
  body.black .select2-results .select2-no-results,
  body.black .select2-results .select2-searching,
  body.black .select2-results .select2-selection-limit {
    background: #1e1e1e; }
  body.black .select2-container.select2-container-disabled .select2-choice {
    background-color: #303030;
    color: #999; }
  body.black .select2-container.select2-container-disabled .select2-arrow {
    border-left: 1px solid #666;
    background-color: #303030; }
  body.black .select2-default {
    color: #444; }

/*# sourceMappingURL=select2-custom.css.map */