

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}


.select-selected {
  background-color: transparent;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 11px;
  right: 10px;
  width: 12px;
  height: 12px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
 rotate: 180deg;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #f3660f;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 25px;
  /*border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}



.review-and-pay-select-contain .custom-select .select-selected{
  padding-left: 20px !important;
}

.review-and-pay-select-contain .custom-select .select-items{
  overflow-y: auto;
  max-height: 130px;
}


.review-and-pay-select-contain .custom-select .select-items div,.select-selected {
  color: #9b9b9b;
  text-decoration: none;
  font-family: 'SF Pro Display',Arial;
  font-size: 11.0pt;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 0;
  padding-left: 20px !important;
  /*border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
  cursor: pointer;
  user-select: none;
}

.review-and-pay-select-contain .custom-select > .select-selected:after {
  position: absolute;
  content: "";
  background-image: url('image here') !important;
  top: 15px;
  left: 0px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 12px 6px;
}

/*point the arrow upwards when the select box is open (active):*/
.review-and-pay-select-contain .custom-select > .select-selected.select-arrow-active:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  content: "";
  background-image: url('image here') !important;
  top: 5px;
  left: 0px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 12px 6px;
 }
 








 
.iopsdscnt-select-contain .custom-select .select-selected{
  padding-left: 0;
}


@media (min-width: 767px) {
  .iopsdscnt-select-contain .custom-select .select-items{
    overflow-y: auto;
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .iopsdscnt-select-contain .custom-select .select-items{
    overflow-y: auto;
    max-height: 130px;
  }
}


.iopsdscnt-select-contain .custom-select .select-items div,.select-selected {
  color: #31090C;
  text-decoration: none;
  font-family: 'SF Pro Display',Arial;
  font-size: 11.0pt;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding-top:10px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-left: 15px !important;
  padding-right: 15px !important;
  /*border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
  cursor: pointer;
  user-select: none;
}

.iopsdscnt-select-contain .custom-select > .select-selected:after {
  position: absolute;
  content: "";
  background-image: url('../../assets/img/down-black.png') !important;
  top: 15px;
  right: 10px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 12px 6px;
}

/*point the arrow upwards when the select box is open (active):*/
.iopsdscnt-select-contain .custom-select > .select-selected.select-arrow-active:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  content: "";
  background-image: url('../../assets/img/down-black.png') !important;
  top: 5px;
  right: 10px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 12px 6px;
 }