.formBox .download-form-region .select2-container {
  width: 100% !important;
}

.formBox .download-form-region .select2-container--default .select2-selection--single {
  height: 60px;
  border: none;
  border-radius: 0;
  padding-left: calc(120px + 1.5em);
  background: linear-gradient(to right, #ffffff80 0%, #ffffff80 120px, #fff 120px, #fff 100%);
}

.formBox .download-form-region .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding-left: 0;
  padding-right: 2em;
  color: #495057;
}

.formBox .download-form-region .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: auto;
  transform: translateY(-50%);
}

.formBox .download-form-region .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 11px;
  height: 6px;
  background-image: url(/static/web/styles/images/common/down-2.svg);
  background-repeat: no-repeat;
  transition: all .3s;
}

.formBox .download-form-region .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.formBox .download-form-region.select2-focused .select2-container--default .select2-selection--single,
.formBox .download-form-region .select2-container--default.select2-container--open .select2-selection--single {
  background: linear-gradient(to right, #D61B39 0%, #D61B39 120px, #fff 120px, #fff 100%);
}

.formBox .download-form-region.select2-focused .input-group-text,
.formBox .download-form-region .select2-container--default.select2-container--open ~ .input-group-prepend .input-group-text {
  color: #fff;
}

.formBox .download-form-region.select2-focused .input-group-text span,
.formBox .download-form-region .select2-container--default.select2-container--open ~ .input-group-prepend .input-group-text span {
  color: #fff !important;
}

@media screen and (max-width: 576px) {
  .products-tabs-section .formBox .download-form-region .select2-container--default .select2-selection--single {
    height: 50px;
    padding-left: calc(100px + 1em);
    background: linear-gradient(to right, #ffffff80 0%, #ffffff80 100px, #fff 100px, #fff 100%);
  }

  .products-tabs-section .formBox .download-form-region .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
  }

  .products-tabs-section .formBox .download-form-region.select2-focused .select2-container--default .select2-selection--single,
  .products-tabs-section .formBox .download-form-region .select2-container--default.select2-container--open .select2-selection--single {
    background: linear-gradient(to right, #D61B39 0%, #D61B39 100px, #fff 100px, #fff 100%);
  }
}
