/* @media (min-width: 2100px) {
      #hero {
          background-size: cover !important;
          background-position: 100% 100% !important;
      }
  }

  @media (min-width: 1440px) {
      #hero {
          background-position: 73% 100%;
      }
  }

   fix for transparent nav bar 
  @media (min-width: 992px) {
      #hero .container {
          padding-top: 67px;
      }
  }

  @media (max-width: 992px) {
      #hero .container {
          padding-top: 10px;
      }
  }


  /* REMOVE SMS FORM */

.hero {
  padding: 20px;
}
form {
  display: none !important;
}

#hero p {
  display: none !important;
}
#ch1 {
  margin: 12px 0px 25px !important;
  padding-bottom: 0px !important;
  width: 465px;
}
h1 {
  padding-bottom: 20px !important;
  margin-top: 61px !important;
}
/* REMOVE SMS FORM */

/* EOF fix for transparent nav bar */

.od-header-desktop-main-cobalt {
  margin-bottom: 82px;
}

.campaign {
  display: none;
}

:root {
  --primary-color: #005dad;
  --prime-color: #003f75 !important;
  --prime-color2: #ffd633 !important;
  --default-hero: url("/content/img/OF/WebMasterPages/merch/app/revamp2020/background_desktop.jpg");
  --campaign-hero: url("/images/crm/2023/07/hotel_super_sale/lp/ed_hb_desktop.png");
}

.od-header-desktop-main-cobalt {
  background-color: var(--primary-color) !important;
}

html {
  scroll-behavior: smooth;
}

.disable {
  display: none;
}

.primary-color {
  color: var(--primary-color);
}

img#clogo {
  max-width: 277px;
}

body {
  font-size: 100%;
  font-family: "Rubik" !important;
}

/*--- REMOVE HARCODED MODULES */
#app_touchpoint_appdownloadbanner {
  display: none !important;
}

#prime-banner {
  display: none !important;
}

/* REMOVE HARCODED MODULES ---*/

.iti--separate-dial-code .iti__selected-dial-code,
.iti--separate-dial-code .iti__selected-flag {
  background-color: #f2f2f2 !important;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.iti__arrow {
  border-top: 4px solid var(--primary-color) !important;
}

.iti__arrow--up {
  border-bottom: 4px solid var(--primary-color) !important;
}

.iti__arrow.iti__arrow--up {
  border-top: none !important;
  border-bottom: 4px solid #555;
}

.iti__country {
  font-size: 13.1px !important;
}

.odf-input-group.odf-input-btn-group.w-75 {
  width: 66% !important;
}

.tel {
  width: 302px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #ed8e8c !important;
}

.odf-input-btn-group .odf-btn {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.odf-btn-secondary {
  color: var(--primary-color) !important;
}

/* HERO BANNER DESKTOP*/
.campaign-hero {
  background-image: var(--campaign-hero);
  background-position: 50% 50% !important;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 550px;
  margin-top: 82px;
  background-color: var(--primary-color) !important;
}
#home_saving_explanations_banner {
  display: none !important;
}
.default-hero {
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5) 46%,
      rgba(0, 0, 0, 0) 100%
    ),
    var(--default-hero);
  background-color: var(--bg-hero-color);
  height: 580px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 46px;
}

#cdates {
  border-radius: 8px;
  width: fit-content;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  display: none;
}

#hero p {
  line-height: 32px !important;
}

.ch {
  height: auto;
}

h1 {
  font-size: 32px !important;
  font-weight: 400;
}

h1 span {
  font-weight: bold;
}

h2,
.h2 {
  color: var(--primary-color);
  font-size: 32px !important;
}

#hero .h2 {
  font-size: 27px !important;
}

.stars-tab {
  background-color: white;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 48px;
  width: 88px;
  position: absolute;
  /* margin-left: -90px; */
  /* margin-top: 349px; */
  margin: 90% -3px 29px -82px;
  padding: 2px 22px 8px 10px;
}

.stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 15px;
}

.stars::before {
  content: "★★★★★";
  letter-spacing: -1px;
  background: linear-gradient(
    90deg,
    #fc0 var(--percent),
    #e6e6e6 var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.device-frame {
  position: absolute;
  z-index: 1;
  height: 435px;
  width: auto;
  /* margin: 17px 0;*/
}

.blur {
  backdrop-filter: blur(2px);
  height: 435px;
  width: 208px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 33px;
  position: absolute;
  z-index: 0;
  /*margin-top: 20px;*/
}

div.qr {
  height: 435px;
  width: 220px;
  position: relative;
  z-index: 0;
  padding-top: 62px;
}

img.qr {
  height: auto;
  width: 147px;
}

img#logo {
  max-width: 397px;
}

@-moz-document url-prefix() {
  .blur {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.odf-loading-confirm-sm {
  width: 30px !important;
  height: 30px !important;
  font-size: 17px !important;
}

.odf-loading-confirm {
  line-height: 1.8 !important;
}

#benefits h2 {
  color: var(--primary-color);
  font-size: 36px !important;
}

#benefits h3 {
  font-size: 21px;
  font-weight: 500;
  color: #333333;
  margin: 18px 0;
}

#benefits img {
  height: 111px;
}

#benefits p {
  font-size: 20px;
  color: #565656;
}

.down-buttons img {
  height: 45px;
  width: auto;
}

/* voucher */
.vouch-footer {
  height: 24px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 100;
}

.vouch-icon-top {
  border: 0px solid #ffffff;
  border-radius: 100%;
  font-family: "theme-icons";
  font-size: 32px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  width: 50px;
  float: left;
  color: white;
}

.vouch-top {
  width: 100%;
  max-width: 540px;
  height: 120px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  background-color: #ffffff;
}

.vouch-border-top {
  border-top: 6px solid var(--primary-color);
}

.vouch-dashed {
  border-right: 0.5px dashed #ccc;
}

.vouch-top-code {
  display: flex;
  flex-direction: row;
  text-align: left;
  padding: 23px 20px;
  height: 94px;
}

.vouch-small {
  font-size: 13px;
  font-weight: 100;
}

.vouch-quantity {
  font-size: 29px;
  padding-bottom: 18px;
  text-align: right;
  margin-top: -10px;
  color: var(--primary-color);
}

.vouch-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 10px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

h3 {
  font-size: 18px;
  color: #565656;
}

#sms-form {
  display: block;
}

#sms-form [data-show-element="true"] {
  display: none;
}

#cookie-disclaimer {
  z-index: 1000000;
}

#form-message {
  color: white;
  display: none;
  margin-top: 10px;
}

.invalid-feedback {
  width: 197%;
}

.iti__flag {
  background-image: url("/content/img/OF/WebMasterPages/merch/app/sms-send/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/content/img/OF/WebMasterPages/merch/app/sms-send/flags@2x.png");
  }
}

@media (max-width: 1440px) {
  .stars-tab {
    margin: 71% -5px 26px -76px;
  }

  .ch {
    height: 413px;
  }

  .device-frame {
    height: 343px;
  }

  .blur {
    height: 342px;
    width: 167px;
  }

  div.qr {
    width: 175px;
  }

  img.qr {
    width: 115px;
  }
}

@media (max-width: 992px) {
  .stars-tab {
    border-radius: 8px;
    height: 47px;
    width: 97px;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px 8px 0px;
  }

  .ch {
    height: auto;
  }

  .down-buttons img {
    height: auto;
    width: 150px;
  }

  #hero .container {
    backdrop-filter: blur(2px);
  }
}

@media (max-width: 750px) {
  #hero {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 46%,
        rgba(0, 0, 0, 0) 100%
      ),
      url(/content/img/OF/WebMasterPages/merch/app/revamp2020/background_mobile.jpg);
    height: 342px;
    min-height: 335px !important;
    background-size: cover;
  }

  .ch {
    height: 342px;
  }
}
