.select2-container {
  position: relative;
  color: #F91E26;
  max-width: 100%;
  font-size: 18.66px;
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  height: 100%;
  width: 100% !important;
  min-width: 250px;
  transition: all 0.33s ease;
  transition-delay: 0;
}
.select2-container.select2-container--open .selection .select2-selection__arrow:after {
  rotate: 180deg;
}
.select2-container .selection {
  height: 100%;
  display: flex;
}
.select2-container .selection .select2-selection, .select2-container .selection .select2-selection__rendered, .select2-container .selection .select2-selection__arrow {
  border: none;
  background: none;
  height: 100%;
  display: flex;
  align-items: center;
}
.select2-container .selection .select2-selection__rendered {
  padding-right: 60px;
  padding-left: 20px;
  color: #F91E26;
}
.select2-selection__arrow {
  right: 20px !important;
}
@media (max-width: 575.98px) {
  .select2-selection__arrow {
    right: 10px !important;
  }
}
.select2-selection__arrow:after {
  content: "\f119";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  color: #F91E26;
  transition: all 0.33s ease;
  transition-delay: 0;
}
.select2-selection__arrow b {
  display: none;
}
.select2-dropdown {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  border: none;
  background-color: transparent;
  align-items: center;
  border-radius: 12px !important;
  margin-top: 10px;
  overflow: hidden;
}
.select2-dropdown input:focus, .select2-dropdown input:focus-visible {
  border: none;
  outline: none;
}
.select2-container--default .select2-results__option {
  background-color: #ffffff;
  transition: all 0.33s ease;
  transition-delay: 0;
  padding: 12px 20px;
  position: relative;
  white-space: nowrap;
}
.select2-container--default .select2-results__option:last-child:after {
  content: "";
  background-color: #C4BFB6;
  height: 1px;
  width: calc(100% - 40px);
  left: 50%;
  top: 0;
  translate: -50% 0;
  display: inline-block;
  position: absolute;
}
.select2-container--default .select2-results__option.select2-results__option--highlighted {
  background-color: #ffffff;
  color: #F91E26;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  display: none;
}
.is-tabbing .select2-container--default .select2-results__option:focus {
  background-color: #1E9ECC;
  color: #ffffff;
}
@media (hover: hover) {
  .select2-container--default .select2-results__option:hover {
    background-color: #1E9ECC;
    color: #ffffff;
  }
}
/*# sourceMappingURL=select2.css.map */