/*.select2-container {*/
/*    min-width: 20em;*/
/*}*/
:root {
  --primary: #428bca;
  --info: #5bc0de;
  --success: #28a745;
  --danger: #ff3547;
  --gray: #777777;
  --gray-lighter: #eeeeee;
  --box-shadow: 5px 5px 13px #626262;
  --sm-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  --sm-inset-box-shadow: inset 1px 0px 5px 0px #010101;
}

ul li.select2-selection__choice,
ul li.select2-search {
  /* Cancel out django's style */
  list-style-type: none;
}

span.select2-dropdown.select2-dropdown--above {
  min-width: 200px;
}

.select2-selection__clear {
  font-size: 25px;
  color: var(--primary);
}

.select2-selection__rendered {
  padding-right: 3px !important;
}

.select2-selection__arrow {
  display: none;
}

.selection > .select2-selection:focus, .selection > .select2-selection:hover {
  border: 1px solid var(--primary) !important;
}

.select2 *:focus {
  outline: 0;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  height: 29px !important;
}

.select2-dropdown {
  min-width: max-content !important;
  min-width: -moz-max-content !important;
}

.select2-container .select2-selection--single {
  user-select: text !important;
  -webkit-user-select: text !important;
}

/* phone and tablet */
@media (max-width: 768px) {
  .select2-dropdown {
    min-width: 100% !important;
  }

  body > .select2-container input[type=search] {
    font-size: 1.5rem;
  }
  body > .select2-container--single {
    left: 5% !important;
    right: 5% !important;
    top: 70px !important;
    position: fixed !important;
    z-index: 4;
    font-size: 1.5rem;
  }
}

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