.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
  border: 0px;
  top: -2px;
  z-index: 9;
}

.select2-container--flat .select2-results__option--highlighted[aria-selected] {
  color: #0073bb;
}

.select2-container--flat .select2-results__option[aria-selected=true] {
  color: #0073bb;
}

.select2-container--flat .select2-selection--single {
  border-radius: 0px;
}

.select2-container--flat.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.select2-container--flat span.select2-search input {
  height: 30px !important;
}

.select2-results__option {
  padding: 6px 0px;
}

.select2-results__option[aria-selected] {
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #58595b;
}

.select2-container .select2-choice {
  border: 2px solid #dce4ec;
  height: 36px;
  border-radius: 0px;
}

.select2-container .select2-choice div {
  border-left: 2px solid #dce4ec;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}

.select2-container *:focus {
  outline: 0px;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dce4ec;
  border-radius: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: 2px solid #dce4ec;
  border-top: 0;
  border-radius: 0px !important;
  border-radius: 0 0 6px 6px;
  box-shadow: none;
}

.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: 2px solid #dce4ec;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  box-shadow: none;
}

.select2-search {
  margin-top: 3px;
}

.select2-search input {
  height: 26px;
  border: 2px solid #dce4ec;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  outline: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
}

.select2-results .select2-highlighted {
  color: #fff;
  border-radius: 0px;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  border: 2px solid #dce4ec;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  border-radius: 6px;
  box-shadow: none;
}

/****** Single SCSS *******/

.select2-container--flat .select2-selection--single {
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  font-size: 24px;
  height: auto;
}

.select2-container--flat .select2-selection--single .select2-selection__rendered {
  color: #333333;
  line-height: 50px;
  padding-left: 0px;
}

.select2-container--flat .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--flat .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}

.select2-container--flat .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.selectBox {
  width: 100%;
  display: block;
  line-height: 52px;
  height: 52px;
}

.selectBox .select2-container {
  min-width: 100%;
}

.selectBox select {
  width: 100%;
  height: 52px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #e3e3e3;
  outline: none;
  font-size: 24px;
  line-height: 28px;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333333;
}

.selectBox::after {
  content: "";
  background-image: url(../../../content/dam/tataaialifeinsurancecompanylimited/calculator/sm-chevron-down.png);
  background-repeat: no-repeat;
  position: relative;
  left: 95%;
  bottom: 45px;
  z-index: 1;
  text-align: center;
  width: 20px;
  height: 12px;
  pointer-events: none;
  transform: rotate(0deg);
  display: inline-block;
}

.selectBox option {
  padding: 0 10px;
}

.select2-results ul {
  max-height: 170px;
}

.cal-select {
  position: relative;
  height: auto;
}

.cal-select::after {
  width: 30px;
  height: 30px;
  background: url(../../../content/dam/tataaialifeinsurancecompanylimited/calculator/select-arrow.svg);
  background-size: cover;
  position: absolute;
  left: auto;
  right: 0;
  bottom: auto;
  top: 20px;
  transform: translateY(-50%);
  z-index: 9;
}

.cal-select .select2-container--flat .select2-selection--single .select2-selection__rendered {
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 17px;
  color: #0073bb;
  padding-right: 30px;
  /* margin-right: 50px; */
}

@media screen and (max-width: 767.99px) {
  .select2-container--open .select2-dropdown--below,
  .select2-container--open .select2-dropdown--above {
    padding: 15px 20px;
  }

  .select2-results__option[aria-selected] {
    font-size: 14px;
    line-height: 29px;
  }

  .select2-container--flat .select2-selection--single {
    height: 30px;
    font-size: 16px;
  }

  .select2-container--flat .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
  }

  .selectBox {
    max-width: 360px;
    line-height: 30px;
    height: 30px;
  }

  .selectBox select {
    height: 30px;
    font-size: 16px;
  }

  .selectBox::after {
    background-image: url(../../../images/chevron/chevron-down.png);
    bottom: 25px;
  }

  .cal-select {
    height: auto;
  }

  .cal-select::after {
    background: url(../../../content/dam/tataaialifeinsurancecompanylimited/calculator/select-arrow.svg);
    width: 25px;
    height: 25px;
    top: 12px;
    bottom: auto;
  }

  .cal-select .select2-container--flat .select2-selection--single {
    height: auto;
  }

  .cal-select .select2-container--flat .select2-selection--single .select2-selection__rendered {
    font-size: 17px;
    line-height: 30px;
    padding-right: 25px;
    padding-bottom: 5px;
    margin-right: 0px;
  }

  .cal-select .select2-container--flat .select2-selection--single .select2-selection__arrow {
    width: 24px;
    height: 23px;
  }
}