.select2-container {
  width: 100% !important; }
  .select2-container .select2-dropdown {
    z-index: 51 !important; }
  .select2-container.select2-container--open .select2-dropdown {
    top: .3rem; }
  .select2-container--default .select2-results__option--selected {
    color: #1E1E1E; }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #ffffff; }
  .select2-container .select2-dropdown {
    overflow: hidden;
    border-radius: .4rem;
    border: 0.1rem solid #D9D9D9 !important; }
  .select2-container .select2-results__option {
    padding: .8rem 1.2rem !important;
    font-size: 1.4rem; }
  .select2-container .select2-search--dropdown {
    padding: 0 !important; }
    .select2-container .select2-search--dropdown .select2-search__field {
      display: none; }
  .select2-container.select2-container--focus .select2-selection--single {
    border-color: #96171A !important; }
  .select2-container .select2-selection--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.4rem !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff !important;
    border: 0.1rem solid #D9D9D9 !important;
    border-radius: 4rem !important; }
    @media screen and (max-width: 800px) {
      .select2-container .select2-selection--single {
        height: 4.8rem !important; } }
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 1.2rem !important; }

.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open .select2-selection__arrow b {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg); }

.select2-selection {
  height: 100% !important; }
  .select2-selection--single {
    border: 0.1rem solid #96171A !important; }
    .select2-selection--single .select2-selection__rendered {
      line-height: 100% !important;
      padding: 1.2rem; }
    .select2-selection--single .select2-selection__placeholder {
      color: #1E1E1E !important;
      font-weight: normal;
      font-family: var(--font-pri);
      font-size: 1.4rem;
      opacity: .6; }
  .select2-selection .select2-selection__arrow {
    height: 100% !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 1.2rem !important;
  width: 2rem; }
  @media screen and (max-width: 800px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: .6rem !important; } }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url("../../assets/images/arr.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  background: #96171A; }

.select2-container--default .select2-results__option--selected {
  background: #FFF9F1;
  color: #96171A; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 1.2rem 1.6rem !important;
  color: #1E1E1E;
  font-size: 1.4rem;
  line-height: 140% !important;
  -webkit-line-clamp: 1; }
  @media screen and (max-width: 800px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 1.2rem !important; } }

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