html, body {
  position: relative;
  /* overflow-x: hidden; */
  /* overflow-y: scroll; */
  /* -webkit-overflow-scrolling: touch; */
  scroll-behavior: smooth;
}
body {
  font-family: 'Matteo';
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #F5F5F5;
}

img {
  max-width: 100%;
}

.custom-select-container .custom-select__control {
  background: transparent;
  border: 0;
  border-radius: 0;
  /* border-bottom: .5px solid rgba(255, 255, 255, 0.3) !important; */
  box-shadow: none;
  width: 100%;
  min-height: auto;
  line-height: 2rem;
  font-size: 1.375rem;
  margin-bottom: 2rem;
  /* color: rgba(255, 255, 255, 0.5); */
  letter-spacing: -0.01em;
  font-family: CalibreLight;
}

/* .occupation-select-container .occupation-select__value-container {
  height: 35px;
  padding: 0;
  z-index: 2;
} */

.custom-select-container .custom-select__placeholder {
  /* color: red; */
  color: rgba(112, 112, 112, 0.3);
  margin: 0;
}

.custom-select-container .custom-select__indicator-separator {
  display: none;
}

.custom-select-container .custom-select__menu {
  transform: translate(-30px, 0px);
  width: calc(100% + 60px);
  z-index: 1;
  /* background: linear-gradient(rgba(0, 0, 0, 0) 0%, #25262A 20%); */
  border: 0;
  border-radius: 0 0 10px 10px;
  margin-top: 0;
  box-shadow: none;
}

.custom-select-container .custom-select__menu-list {
  /* color: #fff; */
  border-radius: 10px;
}

.custom-select-container .custom-select__single-value {
  /* color: rgba(255, 255, 255, 0.5); */
  color: #222 !important;
  letter-spacing: -0.01em;
  font-family: CalibreLight;
}

.custom-select-container .custom-select__option {
  /* box-sizing: content-box; */
  background: transparent;
  /* color: #fff; */
  text-align: left;
  font-size: 1.375rem;
  /* color: rgba(255, 255, 255, 0.5); */
  letter-spacing: -0.01em;
  font-family: CalibreLight;
  padding: 20px 30px;
  margin: 0;
  display: block;
  cursor: pointer;
  position: relative;
}

.custom-select-container .custom-select__option:not(:last-of-type)::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 1px;
  /* background: rgba(255, 255, 255, 0.3); */
}

.custom-select-container .custom-select__option:focus,
.custom-select-container .custom-select__option:hover,
.custom-select-container .custom-select__option:active {
  background: transparent;
}
