.select-custom_content  {
  width: 100%;
}

.select-custom_content * {
  font-size: 14px !important;
  line-height: 170%;

  border-radius: none;
}

.return-declaration * {
  border-radius: 0 !important;
}

.select-custom_content__option {
  width: 100% !important;
  position: relative;
  font-size: 1rem;
  color: #212121;
  line-height: 1.5;
  padding-right: 37px;
  background: transparent;
  border-color: transparent;
  /* border-top: 1px solid #e6e6e6; */
  text-align: left;
  cursor: pointer;

  font-size: 16px !important;
}

.select-custom_content__option:not(.select-custom_content__option--value) {
  padding: 10px 15px;

  background: rgba(255 255 255 / 45%);

  /* font-size: 16px !important; */
}

.select-custom_content__option:focus {
  outline: none;
}

.select-custom_content__option:hover, .select-custom_content__option:focus {
  /* background-color: #f9f9f9; */
  /* background-color: #f1ece7; */
  background-color: #fff;
}

.select-custom_content__option--value {
  padding-right: calc($_gutter * 2 + 0.375rem);
  background: transparent;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transform: translateY(1px);

  padding-bottom: 3px !important;
  border-bottom: 1px solid #000;
}

.select-custom_content__option--value:hover, .select-custom_content__option--value:focus {
  background: transparent;
}

.select-custom_content__option--value::after {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 3px;
  /* border-width: 0.4rem;
  border-bottom-width: 0;
  border-style: solid;
  border-color: #000 transparent; */
  /* border: 1px solid blue; */

  background: url(./img/arrow.svg) center center no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.my-select--active .select-custom_content__option--value::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.my-select--active .select-custom_content__option--value {
  border-bottom-color: transparent;
  border-radius: 0.25rem 0.25rem 0 0;
}

.my-select--active .select-custom_content__option--value:hover, .my-select--active .select-custom_content__option--value:focus {
  background-color: #fff;
}

.my-select--dropup.my-select--active .select-custom_content__option--value {
  border-top-color: transparent;
  border-bottom-color: #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
}

.select-custom_content__option--selected {
  background-color: #fcfcfc;
}

.select-custom_content__option[disabled] {
  color: #a1a1a1;
  cursor: default;
}

.select-custom_content__option[disabled]:hover, .select-custom_content__option[disabled]:focus {
  background-color: transparent;
}

.select-custom_content__option-wrap {
  overflow-y: auto;
  max-height: 11.25rem;
}

.select-custom_content__option-wrap::-webkit-scrollbar {
  width: 16px;
}

.select-custom_content__option-wrap::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  background-clip: padding-box;
  border-width: 0 4px;
  border-style: solid;
  border-color: transparent;
}

.select-custom_content__input {
  position: relative;
  z-index: 1;
  height: 2.25rem;
  margin-top: -1px;
  padding: 0 20px;
  border-color: #e6e6e6;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  font-size: 1rem;
  color: #212121;
}

.select-custom_content__input:focus {
  outline: none;
}

.my-select--dropup .select-custom_content__input {
  border-top-width: 0;
  margin-top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.select-custom_content__dropdown {
  /* position: static !important; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  /* top: calc(100% - 1px); */
  background-color: #fff;
  /* border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e6e6e6; */
  border-radius: 0 0 0.25rem 0.25rem;

  box-shadow: 0 0 12px rgb(211 151 133 / 25%);
  
  top: 87%;
  top: 100%;
  /* top: 80%; */
  
  /* box-shadow: 0 -2px 4px rgb(211 151 133 / 16%); */

  /* background-color: #f9f9f9; */


  /* background-color: rgba(255 255 255 / 97%); */
  box-shadow: 0 -1px 9px rgb(211 151 133 / 16%);

  background: transparent;
  background: #fff;
}

.select-custom_content__dropdown button {
  transition: all .35s;
  transition: all .35s cubic-bezier(.30, 1, .74, 1);
}

.select-custom_content__dropdown:hover button {
  background: #fff;
  color: rgba(0 0 0 / 55%);
  /* transition: all .35s; */
  /* color: #fff; */
  /* color: #b08f76; */
  /* opacity: .5; */
}



.my-select--dropup .select-custom_content__dropdown {
  bottom: calc(100% - 1px);
  border-width: 1px 1px 0;
  /* border-radius: 0.25rem 0.25rem 0 0; */
  border-radius: 0.25rem 0.25rem;
}
/*# sourceMappingURL=style.css.map */


@media (max-width: 768px) {

  select[name="selectCity"]+div.select-custom_content {
      margin-left: 0;
  }

  .select-custom_content__dropdown {
      max-height: 206px;
      margin-top: 9px;

      box-shadow: none;
      border-top: 1px solid rgba(0, 0, 0, 0.15);

      overflow: auto;
  }

  .select-custom_content__dropdown {
      width: 100vw;

      left: -21px;
  }

  .select-custom_content button:not(.select-custom_content__option--value) {
      width: 100%;
      padding-left: 21px;
  }

}