.container {
  position: relative;
  :global {
    .ant-select {
      font-size: 14px;
    }
    .ant-select-selection__rendered {
      line-height: 28px;
    }
    .ant-select-selection {
      border-radius: 2px;
      border: 1px solid #c5cddb;
      color: #30354d;
    }
    .ant-select-selection:hover {
      border-color: #5b99ea;
      color: #666;
      .ant-select-arrow:before {
        color: #5b99ea;
        font-weight: 900;
      }
    }
    .ant-select-focused .ant-select-selection,
    .ant-select-selection:focus,
    .ant-select-selection:active {
      border-color: #5b99ea;
      outline: 0;
      box-shadow: unset;
      .ant-select-arrow:before {
        color: #5b99ea;
        font-weight: 900;
      }
    }
    .ant-select-dropdown {
      border-radius: 0px;
    }
    .ant-select-dropdown-menu-item-selected,
    .ant-select-dropdown-menu-item-selected:hover {
      background-color: #212121;
      color: #ffffff;
    }
    .ant-select-dropdown-menu {
      max-height: 200px !important;
    }
    .ant-select-dropdown-menu-item {
      color: #30354d;
    }
    .ant-select-dropdown-menu-item-disabled {
      color: rgba(0, 0, 0, 0.25);
    }
    .ant-select-dropdown-menu-item:hover {
      background-color: #f3f5f9;
    }
    .ant-select-dropdown-menu-item-disabled:hover {
      color: rgba(0, 0, 0, 0.25);
      background-color: #fff;
    }
    .ant-select-dropdown-menu-item-selected,
    .ant-select-dropdown-menu-item-selected:hover {
      background-color: #212121;
      color: #ffffff;
      font-weight: normal;
    }
    .ant-select-arrow:before {
      color: #212121;
      font-weight: 900;
      content: '\E606';
    }
    .ant-select-dropdown {
      top: 39px !important;
      overflow: auto;
      max-height: 200px;
    }
  }
}
