/* New GDPR style start */
.eps-widget23 {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
    padding: 1rem 1.875rem;
    border-top: 1px solid #f2f2f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-word;
  }
  .eps-widget23 .eps-widget23__text {
    color: #777e8a;
    font-size: 0.75rem;
    font-weight: 400;
  }
  .eps-widget23 .eps-widget23__text a:link {
    color: #212529;
    text-decoration: underline;
  }
  .eps-widget23 .eps-widget23__text a:hover,
  .eps-widget23 .eps-widget23__text a:focus,
  .eps-widget23 .eps-widget23__text a:active {
    color: #5d78ff;
  }
  .eps-widget23 .eps-widget23__button {
    text-align: end;
    flex: 0 0 100px;
    min-width: 100px;
    margin-left: 1rem;
  }
  @media (max-width: 531px) {
    .eps-widget23 {
      flex-direction: column;
    }
    .eps-widget23 .eps-widget23__text,
    .eps-widget23 .eps-widget23__button {
      flex: 1;
    }
    .eps-widget23 .eps-widget23__button {
      text-align: center;
      margin-top: 0.875rem;
      margin-left: 0;
    }
  }
  .coupon-list-scroll {
    max-height: 370px;
    overflow: auto;
    scrollbar-color: #b0b0b0 transparent;
    scrollbar-width: thin;
  }
  .coupon-list-scroll::-webkit-scrollbar {
    width: 5px;
  }
  .coupon-list-scroll::-webkit-scrollbar-track {
    background: transparent;
  }
  .coupon-list-scroll::-webkit-scrollbar-thumb {
    background: #b0b0b0;
  }
  .coupon-list-scroll::-webkit-scrollbar-thumb:hover {
    background: #8c8c8c;
  }
/* New GDPR style end */


/* custom search select style start */

.select2-container--custom {
  background-color: #f3f6f9;
  min-width: 80px !important;
}
.select2-container--custom .select2-selection--single {
  height: calc(2.5rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #505769;
  background-color: #f3f6f9;
  background-clip: padding-box;
  border-radius: 0.125rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: flex;
  align-items: center;
}

.select2-container--custom .select2-selection--single .select2-selection__rendered {
  color: #505769;
  padding-left: 0;
  line-height: 1.5;
}

.select2-container--custom .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0.75rem;
}

.select2-container--custom.select2-container--open .select2-selection {
  border-color: #dde2ff;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(93, 120, 255, 0.25);
}

/* Dropdown menu styling */
.select2-container--custom .select2-dropdown {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}

/* Limit dropdown height and enable scrolling */
.select2-container--custom .select2-results > .select2-results__options {
  max-height: 200px;   /* limit dropdown height */
  overflow-y: auto;    /* enable scrollbar */
}

.select2-container--custom .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.select2-container--custom .select2-results__option--highlighted {
  background-color: #0d6efd;
  color: white;
}

/* custom search select style end */