/* Custom dropdown arrow */
.previous-download-dropdown.dropdown-toggle::after {
  display: none;
}
.previous-download-dropdown span {
  width: 40px;
  height: 80%;
  border: none !important;
  vertical-align: middle;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translate(0, -50%);
}
.previous-download-dropdown span img {
  transform: rotate(-90deg);
}

.validityTabContainer .active {
  background-color: #006ea6 !important;
}
.validityTabContainer :not(.active) {
  color: var(--color-gray) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: var(--color-gray);
}
.durationSelector {
  background-color: #006ea6;
  color: #fff;
}
.durationSelector:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.custom-select-dropdown select {
  width: 400px;
}
.border-radious{
  border-radius: 40px !important;
}
/* css for select2 js */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 6px 0 0 0;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background: url("../images/icons/arrow-left-black.svg") no-repeat center;
  background-size: contain;
  transform: rotate(-90deg);
  width: 20px;
  height: 20px;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  /* margin-top: -8px; */
}

.select2-results,
.select2-search--dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single {
  background-color: #fffbe5;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #006ea6;
}