.select2-results__close {
  display: none;
}
@media only screen and (max-width: 600px) {
  .select2-container--open .select2-dropdown--below {
    position: fixed !important;
    top: 0px !important;
    width: 100% !important;
    height: calc(100vh - 0px) !important;
    display: flex;
    flex-direction: column;
  }
  .select2-container--open .select2-dropdown--above {
    position: fixed !important;
    top: 0px !important;
    width: 100% !important;
    height: calc(100vh - 0px) !important;
    display: flex;
    flex-direction: column;
  }
  .select2-results {
    visibility: hidden;
    flex: 1;
    overflow-y: auto;
  }
  .select2-container
    .select2-dropdown
    .select2-results
    .select2-results__options {
    max-height: 100%;
  }
  .select2-results__close {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    background: linear-gradient(to bottom, #3784ff 0%, #55b9ff 100%) !important;
    margin:0 -1px 100px -1px;
    height: auto;
    cursor: pointer;
  }
}
