/* .select2-width{
  width: 525px;
}
@media all and (max-width: 700px) {
  .select2-width{
    width: 100%;
  }
  .select2-container{
    width: 100%;
  }
} */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 25px;
  color: white;
  background: linear-gradient(to right, #e61c45 0, #f39000 98%);
  width: 250px;
  width: fit-content;
  width: max-content;
  padding: 10px;
  /* font-weight: bold; */
}
/*.select2-search__field{*/
/*  padding-top: 10px !important;*/
/*  padding-bottom: 10px !important;*/
/*}*/
/* .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  color: white !important;
} */
.select2-container--default .select2-selection--multiple {
  border-radius: 25px !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
  /* margin-top: 10px;
  margin-bottom: 10px; */
  margin: 10px;
}

.select2-results__option[aria-selected] {
  border-radius: 25px;
  color: white;
  background: linear-gradient(to right, #e61c45 0, #f39000 98%);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 10px;
  width: 50%;
  width: fit-content;
  width: max-content;
  max-width: 95%;

  /* font-weight: bold; */
}

.o-module-contents {
  display: none;
}
.select2-container {
  width: 99% !important;
  position: absolute;
  z-index: 1;
  max-width: 90vw;
}

.select2-selection__choice__remove {
  font-size: 28px;
  padding-left: 7px;
  color: white !important;
  font-weight: bolder !important;
  line-height: 20px;
  float: right;
  margin-bottom: -1px;
}
li.select2-selection__choice {
  border: none;
  line-height: 18px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none;
}
.select2-container .select2-container--default .select2-container--open {
  margin-top: -18px;
}
.select2-container--focus {
  z-index: 19 !important;
}

.select2-container--default .select2-results > .select2-results__options {
  margin-top: 15px;
}

.select2-container--open .select2-dropdown--below {
  margin-top: -16px;
}

.select2-selection__choice,
.select2-results__option {
  -webkit-font-smoothing: antialiased;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  /* display: inline-block; */
  /* padding: 12px 30px; */
  outline: none;
  border-radius: 22px;
  font-family: "Gilroy-Bold";
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.04rem;
  cursor: pointer;
  will-change: transform;
  transition: transform 0.1s ease-in;
  /* color: white; */
  /* background: linear-gradient(to right, #E61C45 0, #F39000 98%); */
  border: none;
  text-transform: uppercase;
  font-weight: 400;
}

#select-div {
  margin-bottom: 20px;
  padding-bottom: 6rem;
}

@media only screen and (max-width: 650px) {
  .select2-results__option[aria-selected] {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: fit-content;
    width: max-content;
    max-width: 95%;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: fit-content;
    width: max-content;
    max-width: 95%;
  }
  #select-div {
    margin-bottom: 20px;
    padding-bottom: 13rem;
  }
}

@media only screen and (min-width: 650px) and (max-width: 899px) {
  .select2-results__option[aria-selected] {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: fit-content;
    width: max-content;
    max-width: 95%;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: fit-content;
    padding: 25px;
    width: max-content;
    max-width: 95%;
  }
  #select-div {
    margin-bottom: 20px;
    padding-bottom: 9.5rem;
  }
  .select2-selection__choice__remove {
    font-size: 54px;
  }
}
