﻿
body {
  line-height: 1.5em;
  color: #555555;
  font-weight: 400;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased; /* For WebKit browsers (Chrome, Safari) */
  -moz-osx-font-smoothing: grayscale; /* For Firefox on macOS */
  text-rendering: optimizeLegibility; /* For general legibility optimization */
}

main {
  background: #fff;
  flex: 1;
}

.dynamic-height {
  min-height: calc(89vh - 100px);
}

a {
  color: #00aeef;
}

  a:hover {
    text-decoration: none;
    color: #019ad3;
  }

  a:focus {
    outline: none;
  }

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  outline: none;
  color: #00aeef;
}

h1, h2, h3, h4 {
  font-weight: 400 !important;
  margin: 1rem 0;
  line-height: 1.5 !important;
}

h2 {
  font-size: 28px; /*36px;*/
  margin: 1rem 0;
}

h3 {
  margin: 3rem 0 2rem 0;
  font-size: 2rem;
}

section.page .container {
  padding-bottom: 40px;
}

.card-header.achieve-card-header-success {
  color: white !important;
  background-color: #75b798 !important;
}

p.card-text.achievement-desc {
  height: 75px;
}

/**************Common********************/
.btn, input.form-control {
  box-shadow: none !important;
}

  .btn:focus, .btn:active, button:focus, button:active {
    border-color: transparent !important;
    outline-color: transparent !important;
    box-shadow: none !important;
  }

  input.form-control:focus, input.form-control:active {
    border: 1px solid #ced4da !important;
    outline-color: #ced4da !important;
  }

.form-control::placeholder {
  color: #ccc;
}


span.icon.simportal-error.icon-right::before {
  float: right !important;
  margin: 0;
}

.btn-black {
  background: #000;
  color: #fff;
  border: none;
}

.btn-primary, .btn-blue, a.btn-blue, a.btn-blue:not([href]):not([tabindex]) {
  background: #00aeef;
  color: #fff !important;
  border: none;
}

  .btn-primary:hover, .btn-blue:hover, a.btn-blue:hover, a.btn-yellow:hover {
    background: #000;
    color: #fff;
  }

.btn-yellow, a.btn-yellow {
  background: #fdad00;
  color: #fff;
}

.btn-info, a.btn-info {
  background: #17a2b8;
  color: #fff;
  border: none;
}

.icon::before {
  font-size: 18px;
  margin-top: 3px;
  margin-left: 6px;
  float: left;
  margin-right: 4px;
}

.remixicon::before {
  font-size: 24px;
  margin-top: 0px;
  margin-left: 6px;
  float: left;
  margin-right: -5px;
}

span.icon.ri-check-fill.position-right::before {
  margin-top: -24px !important;
  float: right !important;
  position: relative !important;
  font-size: 45px;
  color: #20c997 !important;
  margin-left: 15px !important;
}

span.icon.ri-check-fill.position-right.activity-credit::before {
  margin-top: -32px !important;
  float: right !important;
  position: relative !important;
  font-size: 42px !important;
  color: #20c997 !important;
  margin-left: 15px !important;
}

.card {
  margin-bottom: 20px;
}

.card-header {
  padding: 10px 15px;
  border-top: 2px solid #00aeef;
  background: #f2f2f2;
  color: #000;
}

.card-header-green-top {
  padding: 10px 15px;
  border-top: 2px solid #198754;
  background: #f2f2f2;
  color: #000;
}

.card-body {
  padding: 15px 15px 0 15px;
  margin-left: 0px;
}

  .card-body.hiw {
    background: unset;
  }

table {
  max-width: 100%;
  width: 100%;
}

.full-clickable td {
  cursor: pointer;
}

.card-header .row {
  margin: 0;
}

.input-group-addon {
  border: 1px solid #ced4da;
  border-radius: .25rem 0 0 .25rem;
  border-right: none;
  padding: 8px;
}

.phone_std {
  width: 30%;
  display: inline-block;
}

.phone_local {
  width: 65%;
  margin-left: 4%;
  display: inline-block;
}

.pull-right {
  float: right;
}

.feedback-message-danger {
  color: #ff0000;
}

.form-horizontal .form-group {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

input {
  outline: 0 none !important;
}

.jumbotron {
  background: none;
  padding: 4rem 2rem;
}

div.g-recaptcha-response {
  display: none;
}

#captchaFormGroup img {
  margin-top: 15px;
}

#filterToggle {
  cursor: pointer;
  font-size: 14px;
}

  #filterToggle .icon::before {
    font-size: 14px;
    margin-top: 3px;
  }

#filterToggleContent {
  display: none;
}

.svg-container {
  background-color: green;
  display: inline-block;
  padding: 10px;
}


.ui-datepicker .ui-datepicker-title select, .ui-datepicker table {
  font-size: 14px;
}

.ui-datepicker .ui-datepicker-title select {
  margin-right: 10px;
}

.ui-menu .ui-menu-item {
  font-size: 13px;
  color: #555;
}

.login-remember, .forgotten-password {
  margin-left: -15px;
}

.loginBox {
  display: none;
}

  .loginBox .login-remember, .loginBox .forgotten-password {
    margin-left: 0;
  }

ul.list-inline li {
  display: inline-block;
}

ul.list-unstyled label {
  font-weight: 700;
}

.offers .card {
}

.offers .card-header {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
}

.offers .card-body {
}

.offerDetails {
  width: 100%;
  margin-right: auto !important;
}

.voucher .card {
}

.voucher .card-header {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.voucher .card-body {
}


.loadingPanel {
  background: url('../images/loading16.gif') no-repeat center center;
  min-height: 30px;
  display: none;
}

.spinner-border {
  display: none;
  margin: 0 auto;
}

/**************Customized Form Control*******************/
label.error, span.error {
  color: #cc0000;
  font-size: 14px;
  line-height: 1.8em;
}

.error::before {
  content: " "
}

input[type="checkbox"] { /*, input[type="radio"] {*/
  display: none;
}

  input[type="checkbox"].form-check-input {
    display: block !important;
    margin-top: .36rem;
    border-width: 1.5px;
  }

    input[type="checkbox"].form-check-input:disabled {
      opacity: 1;
      background-color: var(--bs-border-color);
      pointer-events: unset !important;
    }

      input[type="checkbox"].form-check-input:disabled:checked {
        opacity: .5;
        background-color: #0d6efd;
        pointer-events: unset !important;
        /* --bs-form-check-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$form-check-input-checked-color}' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>");*/
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23545454' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
        border: var(--bs-border-width) solid var(--bs-border-color);
      }

input[type="radio"] {

}

input[type="checkbox"].form-radio-input {
  
}

  input[type="checkbox"].form-radio-input:disabled {
    opacity: 1;
    background-color: var(--bs-border-color);
    pointer-events: unset !important;
  }

    input[type="checkbox"].form-radio-input:disabled:checked {
      opacity: .5;
      background-color: #0d6efd;
      pointer-events: unset !important;
    }

input:focus {
  border: none;
}

input[type="text"]:active {
  outline: none;
}

.ui-datepicker-title {
  display: flex;
}

.checkbox input[type="checkbox"] + label:before {
  border-radius: 3px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  background: #fff;
  top: 3px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.checkbox input[type="checkbox"][disabled] + label:before {
  background-color: #eee;
}

.checkbox input[type=checkbox]:checked + label:before {
  content: "\e050";
  font-size: 14px;
  color: #555;
  text-align: center;
  line-height: 18px;
  font-family: "simplicityportal" !important;
}

.checkbox label, .radio label {
  display: block;
}

.radio input[type="radio"] + label:before {
  border-radius: 9px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  left: 15px;
  position: absolute;
  top: 4px;
  background: #fff;
}

.radio input[type="radio"][disabled] + label:before {
  background-color: #eee;
}

.radio input[type="radio"]:checked + label:before {
  content: "•";
  font-size: 24px;
  line-height: 13px;
  color: #666;
  text-align: center;
}

/**************Header********************/

#header {
  transition: all 0.5s;
  z-index: 997;
  display: flex;
  /*position: sticky;*/
  top: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}

#footer {
  background: black;
  padding: 20px 0 15px 0;
  color: #fff;
  font-size: 14px !important;
}

  #footer .footer-info i {
    margin-right: 8px;
  }

  #footer .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
  }

header {
  background: #fff;
}

  header nav.navbar {
    background: #fff !important;
    padding: 0;
    margin: 0 auto;
  }

.navbar-brand {
  padding: 0;
}

  .navbar-brand img {
    width: 100%;
  }

.navbar-expand-lg .navbar-nav a.nav-link {
  color: #666;
  padding: 0 1.5rem;
  font-size: 14px;
  display: flex;
  align-items: center;
}

header .userZone a {
  font-size: 13px;
  float: left;
  text-decoration: none;
}

  header .userZone a.icon::before {
    font-size: 22px;
    margin-top: 0;
  }

  header .userZone a.lnkLogin {
    margin-right: 24px;
    text-decoration: none;
  }

.dropdown-menu {
  min-width: 200px;
}

.navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background: #000;
}

  .navbar-nav .dropdown-menu a.nav-link {
    height: 48px;
    color: #fff;
  }

  .navbar-nav .dropdown-menu a:hover {
    background: #00aeef;
  }


header .container {
  position: relative;
}

.nav-login {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

  .nav-login a {
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.lnkLogout {
  float: left;
  margin-left: 10px;
}

  .lnkLogout::before {
    font-size: 14px;
    margin-top: 6px;
  }

input.link-button {
  background: #00aeef;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 14px;
}

  input.link-button:hover {
    text-decoration: none;
  }

input.link-small-view {
  color: #fff;
  background: black;
  margin-left: 4px;
  border: 0;
}
/**************Footer********************/

/*footer a.navbar-brand img{filter:grayscale(100%);transition:filter 1s;}*/
footer a.navbar-brand:hover img {
  filter: grayscale(20%);
}

.navbar.nav-social {
  padding: .5rem 0;
}

.nav-social .nav-item a img {
  filter: grayscale(100%);
  margin-right: 10px;
  transition: filter 1s;
}

.nav-social .nav-item a:hover img {
  filter: grayscale(0%);
}

.copyright {
  display: block;
  clear: both;
  font-size: 13px;
  color: #666;
  margin: 0;
}

.footer-nav {
  float: right;
  margin-top: 40px;
}

  .footer-nav a.nav-link {
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 0.5rem;
    text-align: right;
  }

    .footer-nav a.nav-link:hover {
      color: #019ad3;
    }

/**************Home page********************/

.howItWork aside {
  color: #fff;
  text-align: center;
}

  .howItWork aside p > a {
    margin-right: 10px;
    color: #fff;
    text-decoration: underline;
  }

.col-collectPoints .image {
  background-image: url('../images/collect-points.jpg');
}

.col-collectPoints .content {
  background: #6aa338;
}

.col-getRewards .image {
  background-image: url('../images/get-rewards.jpg');
}

.col-getRewards .content {
  background: #00aeef;
}

.carousel-control-next, .carousel-control-prev {
  width: 10%;
  z-index: 99999;
}

/*.card-control-next,
.card-control-prev {
  top: 150px;
}*/

.card-control-prev {
  padding-right: 10px;
}

.card-control-next {
  padding-left: 10px;
}


.carousel-item {
  height: 720px;
}

/*img.img-fluid {
  background-image: url('..images/image-not-available.jpg');
}*/

.carousel-img {
  height: 720px;
  filter: brightness(70%);
  transition: filter 1s;
  width: 100%;
  position: absolute;
  top: 0;
  background-position: top center;
  background-repeat: no-repeat;
}

  .carousel-img:hover {
    filter: brightness(90%);
  }

.carousel-item .container {
  position: relative;
}

.carousel-caption {
  top: 10px;
  bottom: auto;
  padding: 0;
  left: 15px;
  width: 50%;
  z-index: 999;
}

.slider {
  text-align: left;
  width: 600px;
}

.carousel-caption h5 {
  font-size: 48px;
  margin-top: 2em;
  margin-bottom: 2rem;
}

.carousel-caption p {
  font-size: 16px;
  line-height: 1.8em;
}

.carousel-caption .btns {
  margin-top: 48px;
}

.carousel-caption a.btn {
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.8em 2em;
}

.heroSection {
  position: relative;
}

.carousel {
  z-index: 1;
}

.loginBox .login-panel {
  position: absolute;
  top: 20px;
  right: 0px;
  background: #fff;
  border-radius: 3px;
  padding: 0 1rem;
  border-top: 4px solid #00aeef;
  width: 300px;
}

  .loginBox .login-panel .card-header {
    padding: 1.6rem 0;
    font-size: 24px;
    font-weight: 200;
    border: none;
    background: #fff
  }

  .loginBox .login-panel .card-body {
    padding: 0;
    background: none;
  }

  .loginBox .login-panel label, .loginBox .login-panel a {
    font-size: 14px;
  }

  .loginBox .login-panel input::placeholder {
    font-size: 14px;
    color: #999;
  }

.loginBox .formGroupLoginUser label, .formGroupUserLoginPassword label {
  display: none;
}

.loginBox .col-md-6 {
  max-width: 100%;
  padding: 0;
}

.loginBox .login-submit {
  padding: 0;
}

.loginBox .formGroupLoginSubmit .btn {
  width: 100%;
  background: #00aeef;
  border: none;
  text-transform: uppercase;
}

.searchBox {
  position: absolute;
  bottom: 0px;
  background: #000;
  width: 100%;
  padding: 15px 0;
  z-index: 9;
  display: none;
}

  .searchBox .form-group {
    flex: 1;
    position: relative;
  }

    .searchBox .form-group input {
      width: 100%;
      background: #818181;
      border-color: #818181;
      padding-left: 32px;
    }

      .searchBox .form-group input::placeholder {
        color: #444;
      }

    .searchBox .form-group .icon::before {
      position: absolute;
      top: 4px;
      left: 5px;
      font-size: 24px;
    }


.featuredRewards .img > img {
  width: 252px;
}

.featuredRewards h4 {
  height: auto; /*60px;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.featuredRewards p {
  height: auto; /*100px;*/
  overflow: hidden;
}

.featuredRewards .col {
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 25px;
}

.featuredImage {
  width: 146px !important;
  height: auto !important;
}

/*.featuredRewards .col::before{content:"Sale Item";background:url(../images/redRibbon.png) no-repeat;line-height:2em;color:#fff;position:absolute;top:4px;left:4px;transform: rotate(-45deg);text-align:center;width:140px;height:140px;}*/

/******************Member Portal*******************************/

.memberPortalWelcome {
  background: url("../images/dashboard-banner.jpg") bottom no-repeat;
  color: #fff;
  padding: 3em 0 3em 0;
}

.rewardsBanner {
  /* Ensure it spans the full width of its parent */
  width: 100%;
  /* Use padding instead of height to create the 'look' of a 213px banner */
  /* This allows the banner to grow if content exceeds this size */
  padding: 60px 0;
  /* Background settings */
  background-image: url(../images/internalbanner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  /* 'cover' is usually better for full-width banners than 'auto 100%' */
  /* It ensures the image always fills the area without gaps */
  background-size: cover;
  color: #fff;
  /* Flexbox helps align content inside the banner */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 214px;
}

.memberPortalWelcome h3, .toNextLevel {
  font-weight: 200;
  /*height: 47px;*/ /* 54px;*/
}

.memberPortalWelcome h2.heading {
  margin-top: 0;
}

  .memberPortalWelcome h2.heading span {
    font-weight: 400;
  }

.memberPortalWelcome span.membershipNo {
  font-weight: 400;
  color: #fff;
  font-size: 24px;
}

.info-box {
  background: #c0c0c0; /*#e57a2b;*/
  height: 60%; /*100px;*/
  width: auto;
  border-radius: 75px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

  .info-box.rewards {
    height: 46px; /*100px;*/
    max-width: 250px;
  }

.bronze .info-box {
  background: #e57a2b !important;
}

.silver .info-box {
  background-image: linear-gradient(#a1a2a3, #ccc);
}

.gold .info-box {
  background-image: linear-gradient(#b98e3f,#d1b168, #d1b168) !important;
  color: #765304 !important;
}

.platinum .info-box {
  background-image: linear-gradient(#879ba8, #cddce3, #cddce3);
  color: #2c3e50 !important;
}

.info-box .wrapper {
  line-height: normal;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
  color: #fff;
}

.simplicity-background-blue {
  background: #00aeef;
}

.topPaddingIOS {
  margin-top: 4.8px !important;
}

/*.info-box .wrapper::after{content:"pts";vertical-align: super;font-size:14px;}*/
.info-box.info {
  background: #00aeef !important; /*url(/images/bronze.png) no-repeat;*/
  text-align: center;
}

.info-box.info-level .wrapper {
  font-size: 24px;
}

.levelName {
  font-size: 18px;
}

.manageAccount {
  margin: 2rem 1rem; /*3rem 1rem;*/
}

  .manageAccount .card-header h3.icon::before {
    font-size: 24px;
    color: #999;
    font-weight: 200;
  }

  .manageAccount .card-header h3 {
    font-size: 1.5rem;
    font-weight: 200;
    margin: 0;
  }

  .manageAccount .card-body {
    display: flex;
    text-align: center;
  }

  .manageAccount .col {
    padding: 0 32px;
  }

    .manageAccount .col:first-of-type {
      padding-left: 15px;
    }

    .manageAccount .col:last-of-type {
      padding-right: 15px;
    }

  .manageAccount i.icon::before {
    font-size: 48px;
    float: none;
    line-height: 36px;
    position: relative;
    top: 16px;
    margin: 0;
  }

  .manageAccount i.icon {
    height: 72px;
    width: 72px;
    background: #d3e7f9;
    border: 2px solid #325d88;
    border-radius: 36px;
    display: inline-block;
  }

  .manageAccount h4 {
    border-top: 1px solid #00aeef;
    color: #00aeef;
    margin: 10px 0;
    padding-top: 10px;
    font-weight: 400;
    font-size: 20px;
  }

  .manageAccount a.btn-blue {
    width: 100%;
    border-radius: 0;
    margin-top: 20px;
  }

.memberFeaturedOffer {
  background: #f4f4f4;
  padding-top: 0.5rem;
  /*  margin-top: 3rem;
  margin-bottom: 3rem;*/
  padding-bottom: 0.5rem; /*1.5rem;*/
}

  .memberFeaturedOffer h3 {
    margin: 1.5rem 0 2rem 0;
  }

    .memberFeaturedOffer h3 span {
      color: #00aeef;
      font-weight: 700;
    }


.autoTabField {
  float: left;
  margin-right: 10px;
  font-size: 14px;
}

  .autoTabField .tip {
    font-size: 12px;
    font-style: italic;
    color: #999;
    position: absolute;
    display: none;
    top: 62px;
    line-height: 1.2em;
  }

.ledger-toggle .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

  .ledger-toggle .btn.selected {
    background: #198754; /*#00aeef;*/
    color: #fff;
    outline: none !important;
    box-shadow: none;
  }

#transferpointsDiv {
  margin-bottom: 15px;
  float: left;
}

.transferPoint {
  padding-bottom: 40px;
}

#transferpointsDiv a {
  color: #fff;
}

#transferPointsForm {
  clear: both;
}

/***********************Partners page**************************************/

.stores-list img {
  width: 240px;
}

.stores-list li {
  margin-bottom: 30px;
}

.stores-list h4 {
  font-weight: 400;
  margin-bottom: 10px;
}

.partner-list {
  margin-top: 30px;
}


/***********************Reward List & Details page**************************************/
.breadcrump {
  margin: 1.2rem 0;
  font-size: 13px;
  color: #999;
  display: none;
}

.navbar-collapse.rewardCategorySideBar {
  display: block !important;
}

.rewardCategorySideBar h4 {
  font-size: 1.2rem;
  color: #2f2f2f;
  font-weight: 400;
}

.rewardCategorySideBar h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.categories-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}

  .categories-navigation a {
    color: #666;
    text-decoration: underline;
    padding-bottom: 0.8rem;
    font-weight: 300;
    display: flex;
    font-size: 15px;
  }

  .categories-navigation span {
    color: #666;
    text-decoration: underline;
    padding-bottom: 0.8rem;
    font-weight: 300;
    display: flex;
    font-size: 15px;
  }

    .categories-navigation span:hover {
      cursor: pointer;
    }

.rewardList, .rewardItems {
  margin-top: 10px;
}

.search-form {
  margin-bottom: 1rem;
}

.search-group, .sort-form {
  display: flex;
  align-items: center;
}

.sort-form {
  justify-content: flex-end;
}


.search-group .input-group-addon {
  border-radius: 0 0.25rem 0.25rem 0;
  border-left: none;
  border-right: 1px #ced4da solid;
  padding: 0;
  width: auto;
  color: #999;
  margin-right: 1rem;
  text-overflow: ellipsis;
  max-width: 200px;
}

.sort-form select {
  width: 180px;
  margin-left: 1rem;
}

.search-group .form-control {
  border-right: none;
  width: 60%;
}

.input-group-text.search-group {
  max-width: 200px;
  /*min-width: 50px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*padding-right: 6px;*/
  display: inline-block;
  flex-shrink: 1;
}

.offer {
  border: 1px solid #d2d2d2;
  text-align: center;
  font-size: 14px;
  margin-bottom: 1.5rem;
}

.dvBody {
  padding: 1rem;
  height: 420px;
}

.offer h4 {
  text-transform: uppercase;
  color: #00aeef;
  font-size: 1rem;
  font-weight: 400;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  margin-top: 15px;
}

a.noImg {
  height: auto;
  display: block;
}

a.offerImg {
  height: auto;
  display: inline-block;
  text-align: center;
}

  a.offerImg img {
    max-width: 100%;
  }

.dvPrice {
  display: block;
  float: left;
  text-align: left;
}

.standardPrice {
  color: #999;
}

.lblOfferPrice {
  font-size: 12px;
}

.offerPrice span, span.offerPrice {
  color: #cc0000;
  font-size: 24px;
}

.dvPoints {
  float: right;
  color: #000;
  font-size: 24px;
}

  .dvPoints label {
    display: none;
  }

.pointsPrice sub {
  top: -0.5rem;
  color: #019ad3;
}

.dvBonusPrice {
  display: block;
  text-align: left;
  clear: both;
}

.bonusPoints {
  color: #00aeef;
}

.dvfooter {
  border-top: 1px dashed #d2d2d2;
  padding: 1rem;
  background: #f5f5f5;
  height: 98px;
}

.partner-logo {
  max-height: 40px;
}

.partner-list .stores-list {
  list-style: none;
  padding: 0;
}


.thumbnail a > img, .thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

.offer-images .thumbnail {
  float: left;
  height: 50px;
  line-height: 50px;
  margin: 0 3px 5px;
  text-align: center;
  width: 50px;
  border: 1px solid #ccc;
  padding: 0.2rem;
}

  .offer-images .thumbnail.selected {
    border-color: #337ab7;
  }

.offer-images .main-thumbnail {
  margin: 0 0 10px;
  min-height: 240px;
  text-align: center;
  width: 100%;
  padding: 10px;
}

  .offer-images .main-thumbnail img {
    margin: 0 auto;
  }

.ul-offer-options {
  list-style: none;
  padding-left: 0;
}

  .ul-offer-options li {
    margin-bottom: 12px;
  }

    .ul-offer-options li label {
      width: 120px;
      margin-right: 10px;
    }

.offer-colour-swatch {
  height: 38px;
  width: 38px;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  border: var(--bs-border-width) solid var(--bs-border-color);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

  .offer-colour-swatch.selected {
    border: 2px solid #000;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
  }

  .offer-colour-swatch[data-colour|=black].selected {
    border: 3px double #fff;
  }

.ul-offer-options .form-inline label {
  justify-content: flex-start;
}

.ul-offer-options select.form-control, .ul-offer-options .input-group {
  width: 160px;
}

.ul-offer-options .input-group-text {
  cursor: pointer;
}

.decrease-quantity {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.increase-quantity {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.offer-images .mainImg {
  max-width: 320px;
  min-width: 300px;
}

.badge-img-small {
  width: 40px;
}

.badge-detail {
  width: 50%;
  padding-top: 20px;
}

.badge-progress-bar-for-4percent-less {
  margin-top: -4px;
  margin-left: 3px;
}

h2.offerName {
  color: #00aeef;
}

h4.offer-heading {
  clear: both;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #d2d2d2;
  padding-bottom: 0.5rem;
  margin-top: 0;
  padding-top: 2rem;
}

.offer-detail-text {
  margin-bottom: 2rem;
}

#pnlNowPrice {
  float: left;
}

#pnlPointsPrice {
  float: right;
}

#pnlBonusPoints {
  clear: both;
  display: block;
}

.pointsPrice {
  color: #000;
}

#pnlPointsPrice sub {
  top: -0.5rem;
  color: #019ad3;
}

h4.offerAvailable, h4.lblPartnerName {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #444;
  font-weight: 400;
}

#btnBuyNow, .btn-submit {
  width: 100%;
  text-transform: uppercase;
  font-size: 24px;
  margin: 20px 0;
}

#spanBuyNowSuccess {
  margin: 20px 0 0 0;
  display: block;
}

/********************Points page*************************************/

.points-content .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.loyaltyPointSuffix {
  vertical-align: super;
  font-size: 14px;
}

.pointsValue, .pt {
  color: #00aeef;
  font-size: 24px;
}

.pointsValue {
  font-size: 36px;
}

.rightSidebar {
  text-align: center;
}

  .rightSidebar h3:first-of-type {
    margin-top: 0;
  }

/********************voucher page*************************************/

.voucherstatus {
  flex-direction: row-reverse;
}

  .voucherstatus li label {
    font-size: 13px;
    cursor: pointer;
  }

  .voucherstatus li input:checked + label {
    text-decoration: underline;
  }

  .voucherstatus li::after {
    content: "|";
    margin: 0 10px;
  }

  .voucherstatus li:last-of-type::after {
    content: '';
    margin: 0;
  }

.voucher-tile {
  margin-bottom: 1.5rem;
}

.voucher {
  text-align: center;
  /*border: 1px solid #d2d2d2;*/
  text-align: center;
  font-size: 14px;
}

  .voucher .dvBody {
    height: 304px;
  }

/*.voucherImg {
    width: 132px;
    height: 132px;
    margin: 0 auto;
  }*/

.voucherImg {
  min-height: 132px;
  display: block;
  height: 60%;
  margin-bottom: 5%
}

  .voucherImg img {
    max-width: 100%;
    max-height: 100%;
  }

.member-voucher-friendly-print .voucherQrCode {
  text-align: center;
}

.member-voucher-friendly-print span.control-label {
  font-weight: bold;
  display: inline-block;
  text-align: left;
}

.member-voucher-friendly-print {
  margin: 15px;
  border: 1px dashed #00aeef;
  border-radius: 16px;
  padding: 15px;
}

  .member-voucher-friendly-print h4.offer-heading {
    margin-top: 0;
    padding: 10px;
    font-weight: 700;
    color: #00aeef;
  }
/*************************Text pages************************************/
main section {
  background-size: cover;
  background-position: center center;
}

main h1 {
  padding: 30px 0 15px 0;
  margin-top: 0;
  font-size: 48px;
}

.mobile-header-title {
  font-size: 30px;
  line-height: 1.5 !important;
  padding: unset;
  /*margin: 1rem 0;*/
}

.header-3 {
  font-size: 1.5rem !important;
}

.dashboardHeading {
  margin: unset !important;
  padding: 1rem 0;
}

.card {
  display: block;
  background: none;
}

.hiw .card {
  border: none;
  text-align: center;
}

.pane-title {
  text-align: left;
}

.card {
  font-size: 14px;
}

.card-account {
  font-size: 15px !important;
}

.card h5 {
  font-size: 24px;
}

.card img {
  /*margin-bottom: 30px;*/
}

.hiw .card img {
  width: 180px;
}

.card p {
  margin: 10px 0 5px; /*20px 0;*/
}

section.darkSection .card {
  color: #fff;
  padding: 45px 0;
}

section .card {
  text-align: center;
}

section.darkSection.hiw {
  background-image: url('../images/dashboard-banner.jpg')
}

section .card {
  text-align: center;
}

section.lightSection h2, section.lightSection .card, section.lightSection h5 {
  color: #1e2a59;
}

section.lightSection h5 {
  border-top: 1px solid #019ad3;
  padding-top: 30px;
}

section.hiw2 .card {
  border: none;
}

/*************************Shopping cart************************************/
.shoppingCartThumbnail {
  width: 120px;
}

.cart-loading-panel {
  min-height: 100px;
  background: rgba(255,255,255,.5) url('../images/loading16.gif') no-repeat center center;
}

.order-status-loading-panel {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3c3c3c; /* Dark gery */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1.5s linear infinite;
  float: right;
  margin-top: 2px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/********Responsive*****/
@media (min-width:360px) {
  .sticky-top {
    position: sticky;
  }

  .container {
    width: 100%;
  }

  .carousel-img {
    height: 640px;
    background-size: cover;
  }

  .navbar-brand {
    width: 100%;
    text-align: center;
    margin: 0;
  }

    .navbar-brand img {
      width: 200px;
      margin: 20px auto
    }

  .navbar-toggler {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px;
  }

  .toggle-menu-btn {
    background: none;
    border: none;
    top: 10px;
    right: 10px;
    position: absolute !important;
    padding: 5px;
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }

  .lnkLogout {
    float: left;
    margin-left: 10px;
  }

    .lnkLogout::before {
      font-size: 14px;
      margin-top: 6px;
    }

  .web-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .nav-link-color {
    color: #fff !important;
  }

  .navbar-collapse {
    background: #000;
    z-index: 999;
    position: absolute;
    top: 72px;
    width: 100%;
  }

  .navbar-expand-lg .navbar-nav a.nav-link {
    color: #fff;
    line-height: 48px;
  }

  li.nav-item {
    line-height: 36px;
    border-bottom: 1px solid #fff;
  }

  .carousel-item, .carousel-img {
    height: 240px;
    background-size: cover;
  }

  .howItWork h2, .featuredRewards h2 {
    font-size: 28px;
    margin: 1.5rem 0;
    text-align: center;
  }

  .howItWork aside h3 {
    font-size: 24px;
    margin: 0 0 .5rem 0;
  }

  .howItWork aside {
    padding: 0 15px;
  }

    .howItWork aside p {
      line-height: 1.4rem;
    }

    .howItWork aside .content {
      padding: 20px; /*25px;*/
    }

  aside .image {
    height: 458px; /*237px; 160px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }

  .featuredRewards .col {
    margin: 0 0px 27px 5px;
  }

  .small-view-card {
    padding-right: 0.4rem;
  }

  .promotion {
    background-image: url(../images/promotionZone.jpg);
    background-size: cover;
    height: 10vh;
  }

    .promotion img {
      height: 150px;
      width: 100%;
    }

  .memberPortalWelcome {
    padding: 0 0 2em;
  }

  header.navbar {
    padding: 0;
  }

  .nav-login {
    position: static;
    width: 100%;
    background: #000;
    padding: 9px 15px;
  }

  .userZone {
    padding: 5px 15px;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none;
  }

  .nav-login a {
    display: inline-block;
    font-size: 14px;
  }

  #lnkShoppingCart {
    text-align: right;
    float: right;
  }

  .welcomeContent p {
    display: none;
  }

  .memberPortalWelcome h2.heading {
    display: none;
  }

  .row.status {
    margin-top: 20px;
  }

    .row.status.rewards {
      margin-top: unset;
      padding-top: 33px;
    }


  /*  .info-box {
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }

    .info-box .wrapper {
      font-size: 28px;
      font-weight: 500;
    }
*/
  .memberPortalWelcome h3, .toNextLevel {
    font-size: 1.25rem;
    margin: 1rem 0;
  }

  .memberFeaturedOffer h3 {
    font-size: 1.5rem
  }

  section.banner {
    height: 100px;
    overflow: hidden;
  }

    section.banner img {
      height: 100%;
      width: 100%; /*auto;*/
      max-width: none;
    }

  .rewardCategorySideBar h4 {
    margin: 1rem 0;
  }

  .navbar-categories {
    left: auto;
    right: 15px;
  }

  .page1329 {
    padding-top: 30px;
  }

  .main-image {
    padding-bottom: 10px !important;
  }

  .header-top-pts-next-level {
    margin-top: 2rem;
  }

  main h1 {
    font-size: 28px;
  }

  h1 {
    line-height: unset; /*1.5 !important;*/
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    width: 100%;
  }

  .align-row {
    margin-top: 0;
  }

  .hero, .hero .content {
    height: 640px;
  }

  /* pill style*/
  .points-pill {
    width: 65% !important;
    height: 70px;
  }

  .btn-customer-add {
    padding-right: 1.3rem !important;
  }

  .cart-large-view {
    display: block;
  }

  .cart-small-view {
    display: none;
  }

  .progress-pill {
    width: auto;
  }

  .add-custacct-button {
    position: unset;
    right: unset;
  }

  .memberPortalWelcome {
    padding: 0 0 2em;
  }

  .web-view {
    display: block;
  }

  .mobile-view {
    display: none;
  }

  .promotion {
    background-image: url(../images/promotionZone.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 26vh;
  }

  .transaction-card {
    width: 70%;
  }
}

@media(max-width: 1199px) {
  ul.member-menu {
    display: none;
  }

  .points-pill {
    width: 70% !important;
    height: 70px;
  }

  .btn-customer-add {
    padding-right: 4.1rem !important;
  }

  .cart-large-view {
    display: inline-block;
  }

  .cart-small-view {
    display: none;
  }

  .progress-pill {
    width: auto;
  }

  .add-custacct-button {
    position: relative;
    right: 84px;
  }

  .memberPortalWelcome {
    padding: 0 0 2em;
  }

  .web-view {
    display: block;
  }

  .mobile-view {
    display: none;
  }

  .promotion {
    height: 18vh;
  }

  .badge-detail {
    width: 60%;
  }

  .transaction-card {
    width: 86%;
  }
}


@media (max-width: 991.9px) {

  /* div.footer-logo {
    text-align: left !important;
  }*/

  /* #footer .footer-logo img {
    width: 240px;
    filter: grayscale(100%) brightness(300%);
  }*/

  /* #footer .row > * {
    width: 100%;
    margin-top: 10px;
  }*/

  .menu-overlay {
    display: none; /* default, will be set to block by JS when menu is open */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 1040;
  }

  .navbar {
    z-index: 1050;
  }

  .points-pill {
    width: 75% !important;
    height: 70px;
  }

  .cart-large-view {
    display: none;
  }

  .cart-small-view {
    display: inline-block;
  }

  .progress-pill {
    width: auto;
  }

  .add-custacct-button {
    position: relative;
    right: 175px;
  }

  .memberPortalWelcome {
    padding: 0 0 2em;
  }

  .promotion {
    height: 15vh;
  }

  .badge-detail {
    width: 70%;
  }

  .transaction-card {
    width: 100%;
  }

  /*  aside .image {
    height: 460px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }*/

  /*  .howItWork aside .content {
    margin-top: 120px;
  }

  aside .col-getRewards {
    margin-top: -183px;
  }*/
}

@media (min-width: 992px) {
  .hero, .hero .content {
    height: 480px;
  }

  .sticky-top {
    position: sticky;
  }

  .container {
    width: 100%;
  }

  header nav.navbar {
    height: 72px;
  }

  .navbar-collapse {
    background: none;
    z-index: 999;
    position: static;
    width: auto;
  }

  .navbar-brand {
    width: 200px;
    margin-right: 2rem;
    display: contents; /*flex;*/
    align-items: center;
  }

  .navbar-toggler {
    display: block;
  }

  .toggle-menu-btn {
    display: none;
  }

  .lnkLogout {
    float: right;
    margin-left: 10px;
  }

    .lnkLogout::before {
      font-size: 14px;
      margin-top: 6px;
    }

  .web-only {
    display: block;
  }

  .mobile-only {
    display: none !important;
    flex-basis: auto;
  }

  .nav-link-color {
    color: #007dc3 !important;
  }

  .loginBox {
    position: relative;
    z-index: 99;
    display: block;
  }

  .carousel-item, .carousel-img {
    height: 640px;
    background-size: cover;
  }

  .navbar-brand {
    width: auto;
  }

  .navbar-expand-lg .navbar-nav a.nav-link {
    color: #666;
    line-height: 48px;
    font-weight: 500;
  }

  .navbar-nav ul.dropdown-menu a.nav-link {
    color: #fff;
  }

  li.nav-item {
    line-height: 36px;
    border-bottom: none;
  }

  .howItWork aside {
    height: 235px;
  }

    .howItWork aside .image {
      float: right;
      width: 40%;
      height: 235px !important;
      overflow: hidden;
    }

  .howItWork .content {
    height: 235px;
    float: left;
    width: 60%;
  }

  .howItWork aside a.btn {
    margin-top: 85px;
  }

  .featuredRewards h3 {
    margin: 3rem 0;
    display: block;
  }

  .howItWork aside {
    padding: 0;
  }

    .howItWork aside h3 {
      margin-top: 0;
      font-size: 2.0rem;
    }

    .howItWork aside p {
      line-height: 2.0rem;
    }

  .featuredRewards .col {
    margin: 0 3.5% 0 0%;
    max-width: 31%;
    position: relative;
  }

  .promotion {
    /*margin-top: 2rem;*/
    margin-bottom: -1rem;
  }

  .featuredRewards.container {
    padding-bottom: 2rem;
  }

  .padding-bottom-6 {
    padding-bottom: 6%;
  }

  /*footer.container {
    padding: 60px 0;
  }*/

  .nav-login {
    min-width: 160px;
    position: absolute;
    right: 0px;
    top: 100px;
    background: #00aeef;
    color: #fff;
    border-radius: 5px;
    padding: 12px;
    box-shadow: 0px 0px 5px #2f434a;
    max-width: 240px;
  }

    .nav-login a {
      font-size: 13px;
    }

  .userZone {
    width: auto;
    background: #fff;
    padding: 0;
    text-decoration: none;
  }


  .memberPortalWelcome h3, .toNextLevel {
    font-size: 24px;
    margin: 1rem 0;
  }

  .memberPortalWelcome span.membershipNo {
    font-size: 24px;
  }

  .welcomeContent p, .memberPortalWelcome h2.heading {
    display: block;
  }

  /*  .info-box {
    width: 150px;
    height: 150px;
    border-radius: 75px;
  }*/

  .featuredRewards .col:last-of-type {
    margin-right: 0;
  }

  section.banner {
    height: 200px;
    overflow: hidden;
  }

    section.banner img {
      /*height: auto;*/
      width: 100%;
      max-width: 100%;
    }

  .copyright {
    text-align: left;
    padding-top: 12px;
  }

  .align-row {
    margin-top: 1.1%;
  }

  .offer-details-content {
    padding-left: 0;
  }

  /* #footer .footer-info {
    margin-left: auto;
  }
*/
  /* #footer .row > * {
    width: auto;
  }*/
  /*
  #footer .copyright {
    padding-top: 18px;
  }
*/
  /* .footer-logo img {
    width: 240px;
    filter: grayscale(100%) brightness(300%);
  }*/

  li#nav_lnkNavRewards, li#nav_lnkNavCollectPoints {
    display: block;
  }
}

@media (min-width: 768px) {
  .carousel-item, .carousel-img {
    height: 540px;
    background-size: cover;
  }

  .align-row {
    margin-top: 1.3%;
  }

  .offer-details-content {
    padding-left: 60px;
  }

  main h1 {
    font-size: 48px;
  }

  h1 {
    line-height: 1.5 !important;
  }

  h3.header-top-padding {
  }

    h3.header-top-padding.rewards {
      font-size: 1.1rem;
      margin: 0rem 0 0.5rem 0;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
    }

  .progress-pill {
    width: auto;
  }

  .memberPortalWelcome {
    padding: 0 0 3em;
  }

  .points {
    margin-top: unset;
  }

  .info-box {
    width: auto;
  }

    .info-box .wrapper {
      font-size: 32px;
    }

  .howItWork aside a.btn {
    margin-top: 40px;
  }

  .aside image {
    height: 460px !important;
  }
}

.info-box .wrapper.rewards {
  font-size: 23px;
  margin-top: -3px;
}

.row.status.rewards {
  margin-top: unset;
  padding-top: 22px;
}

}


.info-box.rewards {
  max-width: 250px;
}

@media (max-width:767px) {
  .footer-devider {
    border-bottom: 1px solid #7d7d7d;
    padding-bottom: 8px;
    margin-bottom: 9px;
    width: 246px;
  }

  .points-pill {
    width: 75% !important;
    height: 70px;
  }

  .btn-customer-add {
    padding-right: 5.9rem !important;
  }

  .sort-form {
    justify-content: flex-start;
    margin-bottom: 5px;
  }

    .sort-form select {
      width: 130px;
      margin-left: 1rem;
      text-overflow: ellipsis;
    }

  .search-group .form-control {
    border-right: none;
    width: 37%;
  }

  .align-row {
    margin-top: 1.6%;
  }

  h3.header-top-padding {
    margin-top: 2rem;
  }

    h3.header-top-padding.rewards {
      font-size: 1.1rem;
      margin: 0rem 0 0.5rem 0;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
    }

      h3.header-top-padding.rewards.upcoming-expires {
        font-size: 1.1rem;
        margin: 0rem 0 0.5rem 0;
        text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
      }

  .rewardsBanner {
    padding: 20px 0 0 0;
  }

    .rewardsBanner:has(.upcoming-expires-section) {
      max-height: unset;
    }

  .btn-customer-add {
    padding-right: 5.9rem !important;
  }

  .progress-pill {
    width: auto;
  }

  .add-custacct-button {
    position: relative;
    right: 84px;
  }

  .memberPortalWelcome {
    padding: 0 0 3rem;
  }

  .points {
    margin-top: -27px;
  }

  .web-view {
    display: none !important;
  }

  .mobile-view {
    display: block !important;
  }

  .content-container {
    position: relative; /* Establish the positioning context */
    width: 100%;
  }

  .add-btn {
    position: absolute;
    right: -258px; /* Lock to right edge */
    top: -47px;
  }

  .info-box {
    width: 70%;
  }

    .info-box .wrapper {
      font-size: 27px;
    }

      .info-box .wrapper.rewards {
        font-size: 23px;
        margin-top: -3px;
      }

  .small-view-card {
  }

  .featuredRewards .col {
    margin: 0 0 27px 1px !important;
  }

  .promotion {
    height: 11vh !important;
  }

  .howItWork aside a.btn {
    margin-top: 40px;
  }

  .badge-detail {
    width: 100%
  }

  .aside image {
    height: 340px !important;
  }
}

.order-sm-2 {
  order: 2 !important;
}

  .order-sm-2.rewards {
    order: 2 !important;
    margin-top: 0px;
  }



@media (max-width:594px) {
  .add-btn {
    position: absolute;
    right: -258px; /* Lock to right edge */
    top: -47px
  }

  .featuredRewards .col {
    margin: 0 0 27px 0px !important;
  }

  .promotion {
    height: 7vh !important;
  }
}

@media (max-width:576px) {
  th#thSubTotalHeader.cart-subtotal-column {
    width: 120px !important;
    text-overflow: ellipsis;
  }

  .btn-customer.add {
    padding-right: 6.9rem !important;
  }

  .add-custacct-button {
    position: relative;
    right: 84px;
  }

  .memberPortalWelcome {
    padding: 0 0 3rem;
  }

  .web-view {
    display: none !important;
  }

  .mobile-view {
    display: block !important;
  }

  .add-btn {
    position: absolute;
    right: -258px; /* Lock to right edge */
    top: -47px
  }


  aside .image {
    height: 286px !important; /*328px !important;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}

@media (max-width:566px) {
  .web-view {
    display: none !important;
  }

  .mobile-view {
    display: block !important;
  }
}

@media (max-width:526px) {
  .progress-pill {
    width: 50%;
  }

  .add-custacct-button {
    position: relative;
    right: 84px;
  }

  .web-view {
    display: none !important;
  }

  .mobile-view {
    display: block !important;
  }
}

.menu-overlay {
  display: none;
}


@media (min-width:370px) {
/*  th.participants {
    width: 73%;
  }

  .checkered-flag {
    margin-left: 43%;
  }
  */
}

@media (min-width: 320px) and (max-width:575px) {
  th#thSubTotalHeader.cart-subtotal-column {
    width: 120px !important;
    text-overflow: ellipsis;
  }

/*  th.participants {
    width: 69%;
  }*/

  .add-custacct-button {
    right: 96px;
  }

  .add-btn {
    position: absolute;
    right: -233px; /* Lock to right edge */
    top: -47px
  }
}

.pagination li.active .page-link {
  background: #019ad3;
  color: #fff;
}

.page-link {
  cursor: pointer;
}

.pagination {
  float: right;
}


.badge-img {
  display: block;
  margin: auto;
  width: 128px;
}

.badge-stub-img {
  width: 35px;
  padding: 0px 5px;
}

.image-greyscale img {
  filter: grayscale(100%) opacity(30%);
}


/* Program benefit table */

.program-benefit-table th.program-name-data {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  border-left: solid white 2px;
  border-right: solid white 2px;
}

th.program-name-data.Bronze {
  background-color: darkgoldenrod;
}

th.program-name-data.Silver {
  background-color: silver;
}

th.program-name-data.Gold {
  background-color: gold;
}

th.program-name-data.Platinum {
  background-color: gainsboro;
}


.program-benefit-group-table-row td, td.program-benefit-name-data {
  text-align: left;
  vertical-align: middle;
  padding: 5px;
}

td.program-benefit-availability-data {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  height: 65px;
  margin: 2px;
}

.program-benefit-group-table-row {
  border-top: 2px solid white;
  background-color: moccasin;
}

  .program-benefit-group-table-row.group-name-empty {
    height: 20px;
    border-bottom: none;
  }

.program-benefit-table-row {
  border-top: 1px solid black;
}

.program-benefit-group-name {
  font-weight: bold;
}

.program-benefit-availability-image {
  width: 36px;
}

.program-benefit-availability-text {
  display: block;
}

.survey-page {
  border: solid 1px black;
  border-radius: 5px;
  padding: 15px;
}

.required-asterisk {
  color: darkred;
}

.survey-action-buttons {
  margin-top: 15px;
  text-align: right;
}

.survey-textbox {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.survey-checkboxes {
  padding-left: 15px;
}

.survey-checkbox {
  margin-left: -15px;
}

.survey-checkboxes .checkbox input[type="checkbox"] + label:before {
  left: 15px;
  top: 4px;
}

.survey-radio-label {
  margin-left: 0.25rem;
}

.invoice-download-panel {
  display: flex;
  justify-content: right;
}

  .invoice-download-panel .invoice-loading-panel {
    width: 150px;
  }

.invoice-loading-panel {
  background: url('../images/loading.gif') no-repeat center center;
  background-size: 16px;
  min-height: 36px;
  min-width: 98px;
}

.form-content-title {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 200;
  padding: 15px 0;
  display: block;
}

.form-content-heading {
  font-size: 1.5rem;
  font-weight: 200;
  padding: 10px 0;
  display: block;
}

.form-content-sub-heading {
  font-size: 1.15rem;
  font-weight: 200;
  padding: 10px 0;
  display: block;
  text-decoration: underline;
}

.form-content-description {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 10px;
}

.form-content-image {
  margin-bottom: 10px;
  /*text-align: center;*/
}

  .form-content-image img {
    max-width: 100%;
  }

.form-section-separator {
  min-height: 1px;
  background-image: linear-gradient(to left, #ccc 56%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 17px 1px;
  background-repeat: repeat-x;
  padding-bottom: 13px;
}

.form-content-ts-and-cs-link {
}

.paging-nav {
  padding-top: 5px;
  padding-left: 15px;
}

.hide-download-column,
.hide-order-number-column,
.hide-date-column,
.hide-status-column,
.hide-item-column,
.hide-quantity-column,
.hide-item-price-column,
.hide-item-points-column,
.hide-item-price-points-column,
.hide-track-and-trace-column,
.hide-invoice-status-column,
.hide-line-column,
.hide-item-status-column {
  display: block;
}

/***** Contact us *****/

.location i {
  font-size: 24px;
}

.location {
  padding-left: 30px;
}

table {
  max-width: 100%;
  width: 100%;
}

.tableform td {
  padding: 6px 2px;
}

.input-std {
  width: 23%;
  margin-right: 7px;
}

.contact-input {
  display: flex;
}

a {
  color: #007dc3;
  text-decoration: none;
}


.hero-solutions {
  background: #1f435d;
}

.hero {
  width: 100%;
  background: #000;
  padding: 0;
  color: #fff;
}

  .hero .img {
    position: relative;
    padding: 0;
  }

    .hero .img img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
    }

  .hero .pad-img-right img {
    object-position: top 0 right 175px;
  }


  .hero .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 240px solid transparent;
    border-bottom: 640px solid #000;
    z-index: 2;
  }

  .hero .container {
    position: relative;
  }

  .hero .content {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.hero-about {
  padding: 0;
  background: #4088be;
}

  .hero-about h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .hero-about .content ul {
    list-style: none;
    padding: 0;
  }

  .hero-about .img:before {
    border-bottom-color: #4088be;
  }

  .hero-about .content ul li {
    padding: 0 0 8px 26px;
    position: relative;
  }

  .hero-about .content ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: #fff;
  }

  .hero-about .content p:last-child {
    margin-bottom: 0;
  }


.section-grey .align-items-stretch {
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}

  .section-grey .align-items-stretch:last-of-type {
    margin-bottom: 0px;
  }

/********************Order detail/confirmation page*****************************/

.card .panel-heading {
  padding: 10px 15px;
  border-top: 2px solid #00aeef;
  background: #f2f2f2;
  color: #000;
  text-align: left;
  font-size: 16px;
}

.card .panel-body {
  padding: 15px;
  /*background: #f9f9f9;*/ /*disabled bec. it covers the border line edges*/
  text-align: left;
  font-size: 16px;
}

.info-list li label {
  margin-bottom: .5rem;
}

.card .panel-body .form-group {
  display: flex;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1rem;
}

.bar-green {
  background-color: #79dfc1;
}

/* Top 3 rank colours */
.gold-bg {
  color: black;
  background-color: #FFD700;
}

.silver-bg {
  color: black;
  background-color: #C0C0C0;
}

.bronze-bg {
  color: black;
  background-color: #CD7F32;
}

.col-12.leaderboard-item:hover,
.col-12.badge-item:hover {
  cursor: pointer;
}

/********************Order list page*************************************/
td.limited-width {
  max-width: 200px;
  white-space: pre-wrap;
  overflow: hidden; /* Hide overflowed content */
  text-overflow: ellipsis; /* Show ellipsis (...) */
}


.points-bonus-label {
  margin-right: .25rem !important;
  margin-top: .25rem !important;
  font-size: 14px;
}


/*  OrderCard */

.order-card {
  background: #fff;
  /*border-radius: 12px;*/
  border-width: 1px !important;
  /*border-color: dimgrey;*/
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 800px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.order-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background-color: #75d4f7;
  padding: 1rem !important;
  margin: 0px;
}

  .order-header h2 {
    margin: 0;
    font-size: 20px;
    color: #333;
    padding: 0px;
    font-weight: 700 !important;
  }

.order-date {
  font-size: 14px;
  color: #666;
}

.line-item {
  border-top: 1px solid #eee;
  padding: 1rem !important;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

  .line-item:first-of-type {
    border-top: none;
  }

  .line-item:last-child {
    padding: 1rem 1rem 0 1rem !important;
  }

.line-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.value {
  color: #333;
  flex: 1;
}

.bold {
  font-weight: bold;
}

.value .badge {
  font-size: 0.75rem;
  padding: 0.3em 0.5em;
}

.benefit-card {
  height: 100px;
}

.order-status-msg {
  font-size: 0.8rem !important;
}

.line-row.tracking {
  gap: 0;
}

.tracker {
  background: #f8f8f8;
  padding: 8px 10px;
  border-radius: 5px;
  word-break: break-word;
  color: #222;
}

.order-footer {
  text-align: right;
  margin-top: 0px;
  margin-right: 1rem !important;
  margin-bottom: 1rem !important;
}

  .order-footer .badge {
    font-size: 1rem;
    padding: 0.5em 0.75em;
  }

.voucher-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0px 15px 1px rgba(0, 0, 0, 0.1);
  border-width: 1px;
}

.voucher-card-right > badge {
  justify-content: flex-end !important;
  width: auto;
}

.voucher-img {
  max-height: 90%;
  max-width: 90%;
  object-fit: contain;
  display: block;
  margin: auto;
}

.voucher-card-left::after {
  content: '';
  position: absolute;
  height: 145px;
  width: 2px;
  background: repeating-linear-gradient( to bottom, transparent 0px, transparent 8px, black 8px, white 12px );
}

.elevate {
  transition: transform 0.3s ease;
}

  .elevate:hover {
    transform: scale(1.05);
  }

.elevate-1 {
  transition: transform 0.3s ease;
}

  .elevate-1:hover {
    transform: scale(1.15);
  }

.elevate-2 {
  transition: transform 0.3s ease;
}

  .elevate-2:hover {
    transform: scale(1.25);
  }


.member-voucher-friendly-print .voucherQrCode {
  text-align: center;
}

.member-voucher-friendly-print span.control-label {
  font-weight: bold;
  display: inline-block;
  text-align: left;
}

.member-voucher-friendly-print {
  margin: 15px;
  border: 1px dashed #00aeef;
  border-radius: 16px;
  padding: 15px;
}

  .member-voucher-friendly-print h4.offer-heading {
    margin-top: 0;
    padding: 10px;
    font-weight: 700;
    color: #00aeef;
  }


/*
@media print {
  body * {
    visibility: hidden !important;
  }
}
   
*/

/*Popup*/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
}

  .modal-overlay.show {
    opacity: 1;
    visibility: visible;
  }

.modal-container {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  transform: scale(0.7);
  transition: transform 0.3s ease;
  animation: modalSlideIn 0.3s ease forwards;
}

.modal-overlay.show .modal-container {
  transform: scale(1);
}

@keyframes modalSlideIn {
  from {
    transform: translateY(-50px) scale(0.9);
    opacity: 0;
  }

  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.modal-header {
  padding: 20px 20px 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
}

.modal-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  text-align: left;
}

.modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  padding: 5px 5px 10px 7px;
}

  .modal-close:hover {
    background-color: #f5f5f5;
    color: #333;
  }

.modal-body {
  padding: 20px;
}

.modal-icon {
  margin-bottom: 15px;
}

.modal-icon-emoji {
  font-size: 3rem;
  line-height: 1;
}

.modal-message {
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
  margin-bottom: 10px;
  text-align: left;
}

.modal-footer {
  /*padding: 15px 20px 20px 20px;*/
  display: flex;
  justify-content: right;
  gap: 10px;
  flex-wrap: wrap;
}

/* Button Styles */
/*.btn {
  padding: 10px 24px;
  border: none;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 80px;
  text-align: center;
}*/

.btn-confirm {
  background-color: #28a745;
  color: white;
}

  .btn-confirm:hover {
    background-color: #1e7e34;
    color: white;
  }

.btn-cancel {
  background-color: #6c757d;
  color: white;
}

  .btn-cancel:hover {
    background-color: #545b62;
    color: white;
  }

/* Modal Type Specific Colors */
.modal-error {
  border-top: 4px solid #dc3545;
}

.modal-warning {
  /*border-top: 4px solid #ffc107;*/
  border-top: 4px solid #17a2b8;
}

.modal-success {
  border-top: 4px solid #28a745;
}

.modal-confirmation {
  border-top: 4px solid #17a2b8;
}

.modal-info {
  border-top: 4px solid #007bff;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .modal-overlay {
    padding: 10px;
    justify-content: center;
    align-items: center;
  }

  .modal-container {
    max-width: 100%;
    border-radius: 12px 12px 0 0;
    margin-bottom: 0;
    max-height: 80vh;
  }

  .modal-header {
    padding: 15px;
  }

  .modal-title {
    font-size: 1.1rem;
  }

  .modal-body {
    padding: 15px;
  }

  .modal-footer {
    padding: 15px;
    flex-direction: column;
  }


  .modal-icon-emoji {
    font-size: 2.5rem;
  }

  .promotion {
    height: 12vh;
  }

  .order-sm-2.rewards {
    order: 2 !important;
    margin-top: 0px;
  }
}

/* Touch device improvements */
@media (hover: none) and (pointer: coarse) {

  .modal-close {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
}

/* Dark mode support */
/*@media (prefers-color-scheme: dark) {
  .modal-container {
    background: #2d3748;
    color: #e2e8f0;
  }

  .modal-header {
    border-bottom-color: #4a5568;
  }

  .modal-title {
    color: #e2e8f0;
  }

  .modal-message {
    color: #cbd5e0;
  }

  .modal-close {
    color: #a0aec0;
  }

    .modal-close:hover {
      background-color: #4a5568;
      color: #e2e8f0;
    }
}*/

.redborder {
  border: 1px solid red;
}

/* Voucher printing section */
.member-voucher-friendly-print {
  visibility: hidden !important;
  display: none;
}

@media print {
  body,
  body * {
    visibility: hidden !important;
  }

  .no-print {
    visibility: hidden !important;
    width: 0px;
    height: 0px;
    top: 0;
    left: 0;
  }

  .member-voucher-friendly-print {
    visibility: visible !important;
    width: 380px !important;
    position: absolute !important;
    top: 0;
    margin: 0 auto !important;
    display: inline-block;
  }

    .member-voucher-friendly-print * {
      visibility: visible !important;
      position: relative !important;
    }

  body {
    margin: 0;
  }
}


/* Country select section */
.country-specify {
  margin-top: 10px;
  display: none;
}

.password-rules {
  border-radius: 12px;
}

.rules-note {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px;
}

.list-rules {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  list-style: none;
  margin-left: 10px;
  padding-left: 0;
}

  .list-rules li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
  }

    .list-rules li i {
      font-size: 16px;
      margin-right: 8px;
      margin-top: 2px;
    }

    .list-rules li.pass i {
      color: #28a745; /* Green check */
    }

    .list-rules li.fail i {
      color: #dc3545; /* Red cross */
    }

i.ri-information-fill::before {
  color: #00aeef !important; /* Blue */
}

.voucher-card-left {
  height: 145px;
}

/* Card customisation */
.card-label {
  font-size: 0.875rem; /* 14px if root is 16px */
}

.card-header-detail {
  font-size: 1.2rem;
}

.card-readonly-text {
  font-size: 1rem; /* 16px */
  text-align: left !important;
  /*padding-left: 25px;*/
}
/* Read-only background colour for input fields */
.form-control:disabled, .input-disabled-bg {
  background-color: #f4f6f7 !important;
}

@media (max-width: 991.9px) {
  #loginNav {
    max-height: 80vh;
    overflow-y: auto;
  }

  .btn-customer-add {
    padding-right: 11.5rem !important;
  }

  li#nav_lnkNavRewards, li#nav_lnkNavCollectPoints {
    display: none;
  }
}

/* fix for safari content over running cards*/
.container.leaderboard-wrapper > .card {
  overflow: -webkit-paged-x !important;
}

/*.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
*/
.footer-logo,
.footer-info {
  min-width: 300px !important;
}
/* Optional, helps prevent squishing */

.footer-logo-app {
  display: block;
  margin: 0 auto;
  width: 100%;
  /* max-width: 200px; */
  height: auto;
  filter: grayscale(100%) brightness(300%);
}

.footer-logo > ul.nav > li > a {
  color: #666 !important;
}

  .footer-logo > ul.nav > li > a:hover {
    color: #fff !important;
    text-decoration: underline;
  }

.custom-hover:hover {
  text-decoration: underline !important;
}


/* Responsive: stack and center on small screens */
/*@media (max-width: 768px) {
  .footer-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .footer-logo,
  .footer-info {
    margin-bottom: 1rem;
  }
}*/
#footer .footer-logo img {
  width: 240px;
  filter: grayscale(100%) brightness(300%);
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .footer-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px;
  }
}

.pwcheckicon {
  font-weight: 900;
}

/* disable browser eye icon for Edge browser */
/* For Microsoft Edge / IE */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none !important;
}

/* For Chrome / Edge (Chromium) */
input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-contacts-auto-fill-button {
  display: none !important;
}

/* Ribbon styles */
.badge-ribbon {
  position: relative;
  overflow: hidden;
}

  .badge-ribbon::before {
    content: attr(data-status);
    position: absolute;
    top: 28px;
    right: -42px;
    width: 181px;
    background: #4169E1; /* royal blue */
    color: white;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    padding: 5px 0;
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 999;
  }

  .badge-ribbon[data-status]:not([data-status=""])::before {
    opacity: 1;
  }

/* Google map style */
.map-container {
  width: 600px;
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
}

/* show hand pointer when hovering on date icon */
.date-time-icon:hover {
  cursor: pointer;
}

/* hover icon (for read-only) */
.not-allowed {
  cursor: not-allowed !important;
}

.cursor-default {
  cursor: default !important;
}

.custom-pill-style {
  width: 150px;
  **height: 80px;
  ** /* Increased height to accommodate the 3rd line of text */
  /* Internal Padding and Centering */
  padding: 0.25rem 0.25rem; /* Reduced vertical padding slightly */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically center the content block */
  align-items: center; /* Horizontally center the text block */
  /* Custom Color and Appearance (Unchanged) */
  background-color: #d8ecff;
  color: #1a4d8c;
  /*border: 1px solid #b3d9ff;*/
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  line-height: 1.2;
}

.gold-info-box {
  background: #D4AF37 !important;
}

.blue-info-box {
  background: #00AEEF !important;
}

.pill-info-top {
  font-size: .95rem;
  font-weight: bold;
  margin-bottom: 2px; /* Small gap between this line and the main title */
  color: white;
}

.custom-pill-style .text-muted {
  font-size: 1.2rem;
  color: #555 !important;
  text-align: center;
}

select.form-select {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-badge {
  position: relative;
  right: 11px !important;
}

.cart-div {
  width: 90px;
}

@media (max-width: 548px) {
  .add-custacct-button {
    position: relative;
    right: 89px !important;
  }

  .web-view {
    display: none !important;
  }

  .mobile-view {
    display: block !important;
  }
}

/***********************Alert Banner*****************************/

/* Root overlay – fixed, does NOT push content */
#alert-banner-root {
  position: fixed;
  top: 80px;
  left: 10px;
  right: 10px;
  z-index: 900; /* Above navbar */
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none; /* clicks pass through except on containers */
}

  /* Group containers (errors / alerts) */
  #alert-banner-root .alert-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    pointer-events: auto; /* alerts remain clickable */
    background-color: transparent; /*#fff;*/
  }

    /* When only one container has alerts, it should look like a standalone rounded card */
    #alert-banner-root .alert-container.single-container {
      margin: 8px;
      border-radius: 8px;
      box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
    }

  /* Errors group at top when both are present */
  #alert-banner-root .alert-container-errors {
    margin: 8px 8px 0 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }

  /* Non-errors group at bottom when both are present */
  #alert-banner-root .alert-container-alerts {
    margin: 0 8px 8px 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
  }

/* Each alert row */
.alert-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 14px;
  /* IMPORTANT: override Bootstrap .alert */
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  /* Animation base */
  overflow: hidden;
  max-height: 0; /* start collapsed */
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.2s ease, max-height 0.2s ease, padding-top 0.2s ease, padding-bottom 0.2s ease, margin-top 0.2s ease, margin-bottom 0.2s ease, transform 0.2s ease;
}

  /* We still want a single clean outer radius; overflow:hidden on containers
   + border-radius on containers handles that, so last row doesn't need rounding */
  .alert-row:last-child {
    border-bottom: none;
  }

  /* Middle separators only (all rows except the last) → softer line */
  .alert-row:not(:last-child) {
    border-bottom-color: rgba(0,0,0,0.03); /* softer, subtle */
  }

/* Contextual backgrounds */
.alert-info {
  background-color: #e6f2ff;
}

.alert-danger {
  background-color: #fde8e7;
}

.alert-warning {
  background-color: #fff4e2;
}

.alert-success {
  background-color: #e6f7e9;
}

/* Content + icon + close button */
.alert-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.alert-text strong {
  font-weight: 600;
}

.alert-close {
  margin-left: 16px;
  opacity: 0.6;
}

  .alert-close:hover {
    opacity: 1;
  }

/* ENTER STATE (before first render) */
.alert-row.alert-enter {
  /* same as base: collapsed + transparent */
}

/* ENTER DONE; slideDown + fadeIn analogue */
.alert-row.alert-enter-done {
  opacity: 1;
  max-height: 200px; /* big enough for content */
  transform: translateY(0);
}

/* EXIT; slideUp + fadeOut analogue */
.alert-row.alert-exit {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  transform: translateY(-5px);
}

/* Base alert item */
.alert-banner-item {
  position: relative;
  touch-action: pan-y; /* Allow horizontal swipe on touch devices */
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, height 0.2s ease-out, margin 0.2s ease-out, padding 0.2s ease-out;
  overflow: hidden; /* helps hide children during collapse */
  pointer-events: auto;
}

/* While user is dragging, we disable transitions to avoid lag */
.alert-swipe-active {
  transition: none;
}

/* Final "dismissed to the left" state */
.alert-dismiss-left {
  opacity: 0;
  transform: translateX(-100%);
  border: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none !important; /* collapsed alert must NOT block */
}

/* Right-side area containing badge + close */
.alert-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Duplicate count badge */
.alert-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0,0,0,0.08);
  color: rgba(0,0,0,0.7);
  white-space: nowrap;
}

.alert-danger .alert-count-badge {
  background: rgba(220,53,69,0.12);
  color: rgba(220,53,69,0.9);
}

.alert-success .alert-count-badge {
  background: rgba(25,135,84,0.12);
  color: rgba(25,135,84,0.9);
}

.alert-warning .alert-count-badge {
  background: rgba(255,193,7,0.18);
  color: rgba(133,100,4,0.95);
}

.alert-info .alert-count-badge {
  background: rgba(13,110,253,0.12);
  color: rgba(13,110,253,0.9);
}

/********************End of Alert Banner*****************************/

.ddl-partners {
  white-space: nowrap; /* Don't wrap to the next line */
  overflow: hidden; /* Hide the spillover */
  text-overflow: ellipsis; /* Add "..." at the end */
  top: 100% !important; /* Pushes it to the bottom edge of the parent */
  margin-top: 5px !important; /* Adds a tiny bit of breathing room */
  transform: none !important; /* Disables any JS calculations trying to move it */
}

.back-button {
  position: relative;
  bottom: 4px;
  right: 2px;
}

p.paragraph-left-align {
  text-align: left;
  line-height: 1.2 !important;
  margin-bottom: 0;
  margin-top: 0;
  overflow-wrap: break-word;
}

.light-shadow {
  /* 2px right, 2px down, 4px blur, and a light gray color with opacity */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.add-padding-left {
  padding-left: 13px !important;
}

.blink {
  /* This shorthand animation property applies the 'blinker' animation */
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

