@font-face {
  font-family: 'KievitOT-BoldItalic';
  font-style: normal;
  font-weight: normal;
  src: url(../../config/fonts/KievitOT-BoldItalic.ttf) format('opentype'),
  url(../../config/fonts/KievitOT-BoldItalic.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'KievitOT-Bold';
  font-style: normal;
  font-weight: normal;
  src: url(../../config/fonts/KievitOT-Bold.ttf) format('opentype'),
  url(../../config/fonts/KievitOT-Bold.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'KievitOT-Italic';
  font-style: normal;
  font-weight: normal;
  src: url(../../config/fonts/KievitOT-Italic.ttf) format('opentype'),
  url(../../config/fonts/KievitOT-Italic.woff2) format('woff2');
  font-display: swap;
}

.rd-how-it-works{
  text-transform: lowercase;
  margin-top: 29px;
  font-family: 'KievitOT-Italic';
}
.rd-title{
  text-transform:uppercase;
  font-size: 17px;
}
.rd-redeem-wrapper .rd-title {
    margin-top: 25px;
    text-transform: lowercase;
    font-family: 'KievitOT-Italic';
}
.rd-redeem-wrapper .rd-sub-title{
   text-transform: lowercase;
   font-family: 'KievitOT-Italic';
}
.rd-title.has-redeem-options{
    margin-top: 10px;
    text-transform: lowercase;
    font-family: 'KievitOT-Italic';
}
.current-level-unit{
  color:var(--primary-color);
  text-transform: lowercase;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'KievitOT-Italic';
}
.rd-amount .l-btn{
  
background-color: var(--primary-color);
  
color: #fff;
  
font-size: 20px;
  
line-height: 40px;
  
border-radius: 0;
  
min-width: 180px;
  
font-family: 'KievitOT-Italic';
  
font-weight: normal;
}
.current-level:before{
    display: none;
}
.loyalty-w{
  margin-top: 5px;
  padding-top: 15px;
  height: auto;
  font-family: 'KievitOT-Italic';
}

.current-level{
    background-image: url('images/level-1.png?v=1');
    background-color: transparent;
    width: 32px;
    height: 45px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    border-radius: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}
.current-level::after{
    content:attr(data-nbpoints);
    position: absolute;
    right: 36px;
    top: 2px;
    color: var(--primary-color);
    z-index: 1;
    transform: none;
    height: auto;
    width: auto;
    opacity: 1;
    background: none;
    animation: none;
    text-align: right;
    left: auto;
    font-size: 36px;
}
.lvl1 .current-level{
    background-color: transparent;
    height: 45px;
}
.lvl2 .current-level{
    background-image: url('images/level-2.png');
    background-color: transparent;
}
.lvl3 .current-level{
    background-image: url('images/level-3.png');
    background-color: transparent;
}
.current-level-unit .nb-point{
color: #000;
}
.p2next{
    font-weight:bold;
    text-transform: lowercase;
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 16px;
    font-family: 'KievitOT-Italic';
}


.loyalty-details .l-description{
  
padding-bottom: 15px;
}

.loyalty-more-details .l-description{
  padding-bottom: 30px;
}
.loyalty-more-details h2{
  color:var(--primary-color);
  font-weight: normal;
  font-size: 18px;
  font-family: 'textfont';
}

.loyalty-more-details.termsID p{
    font-family: 'textfont' !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: normal;
    color: #000 !important;
}

.loyalty-more-details.termsID h3{
  color:var(--secondary-color);
  font-family: 'textfont';
  font-weight: normal;
  margin-top: 0;
  font-size: 15px;
}

.loyalty-more-details.termsID table h3{

position: relative;

display: inline-block;

vertical-align: middle;

margin-top: 3px;

margin-left: 6px;

font-size: 14px;
}

.loyalty-more-details.termsID table img{
  
position: relative;
  
display: inline-block;
  
vertical-align: top;
  
margin-left: 0;
}

.loyalty-more-details.termsID table span{
  
position: relative;

}
.loyalty-more-details.termsID table span span{
  
position: absolute;
  
z-index: 1;
  
font-size: 13px;
  
color: #fff !important;
  
top: 0px;
  
left: 7px;
  
font-family: 'textfont' !important;
  
font-weight: normal;
  
line-height: 13px !important;
}
.loyalty-more-details.termsID table img:before{
content:attr(data-text);
}


.loyalty-more-details.termsID h4{
  color:var(--primary-color);
  font-family: 'textfont';
  font-weight: normal;
  margin-top: 0;
  font-size: 17px;
  margin-top: 60px;
  font-weight: bold;
  max-width: 264px;
  position: relative;
  line-height: 18px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.header-loyalty-value{
  background-color: #000;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 40px;
  min-width: 0;
  height: 40px;
  margin-top: 2px;
  margin-right: 19px;
  margin-left: 47px;
  transition: all 0.5s ease-in-out;
  background-color: transparent !important;
}
.header-loyalty-value.has-go-back{
  margin-left: 88px;
  transition: all 0.5s ease-in-out;
}


.header-loyalty-value  span{bottom: 5px;font-size: 11px;}
.header-loyalty-value .zmdi::before{
  content:"q's"!important;
  font-family: 'KievitOT-Italic';
  font-size: 13px;
}
.header-loyalty-value .zmdi{
 
margin-top: -5px;
}
.header-loyalty-value.loyaltylvl3{
    background-image: none;
    border-radius: 50%;
    border: 2px solid #fff;
}
.header-loyalty-value.loyaltylvl2{
    background-image: none;
    border-radius: 50%;
    border: 2px solid #fff;
}
.header-loyalty-value.loyaltylvl1{
  background-image: none;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 38px;
  height: 38px;
}

@media (min-width: 425px) {
.current-level-unit.main-level:after{
  background-position: center top;
}
.loyalty-details .loyalty-w:after{
  background-position: center top;
  height: 110px;
}
}
@media (min-width: 769px) {
  .header-loyalty-value,.header-loyalty-value.has-go-back{
  margin-left: 10px;
  margin-top:3px;
}

.loyalty-more-details.termsID table h3{

margin-top: 8px;

margin-left: 10px;

font-size: 15px;
}

.loyalty-more-details.termsID table img{
  
width: 40px;
}

.loyalty-more-details.termsID table td{
text-align:left;
}
  .loyalty-more-details.termsID table td:first-child{
        text-align: right;
    width: 50%;
    padding-right: 20px;
  }

  .loyalty-more-details.termsID table span{
  
position: relative;

}
.loyalty-more-details.termsID table span span{
  
position: absolute;
  
z-index: 1;
  
font-size: 16px;
  
color: #fff !important;
  
top: 0px;
  
left: 10px;
  
font-family: 'textfont' !important;
  
font-weight: normal;
  
line-height: 16px !important;
}
}

.rd-redeem-wrapper .rd-redeem-items .rd-redeem-item{
  border: 2px solid var(--primary-color);
  text-transform: lowercase;
  border-radius: 0;
}

.rd-redeem-wrapper .rd-redeem-items .rd-redeem-item .rd-redeem-item-title{
text-transform:lowercase;
font-family: 'KievitOT-Italic';
font-size: 14px;
margin-bottom: 8px;
}
li.rd-redeem-item.ng-scope.disabled {
  font-family: 'KievitOT-Italic';
}
.rd-redeem-wrapper .rd-redeem-items .rd-redeem-item .rd-redeem-item-points{
  color: var(--primary-color);
  text-transform: lowercase;
  font-family: 'KievitOT-Italic';
  font-size: 14px;
}
.rd-redeem-wrapper .rd-redeem-items .rd-redeem-item .rd-redeem-item-btn{
  background-color: var(--primary-color);
  border-radius: 0;
  font-family: 'KievitOT-Italic';
  font-size: 13px;
  font-weight: normal;
}

li.lvl-1 .zmdi:before, li.lvl-2 .zmdi:before, li.lvl-3 .zmdi:before{
  display:none;
}
li.lvl-1 .zmdi{
  background-image:url('images/level-1.png?v=1');
  width: 45px;
  height: 45px;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center;
}

li.lvl-2 .zmdi{
  background-image:url('images/level-2.png');
  width: 45px;
  height: 45px;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center;
}

li.lvl-3 .zmdi{
  background-image:url('images/level-3.png');
  width: 45px;
  height: 45px;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p2nexti li.bar1{
    margin-right: -7px;
    margin-left: -15px;
    background-color: transparent;
}
.p2nexti li.bar2{
    margin-right: -7px;
    margin-left: -15px;
    background-color: transparent;
}

.p2nexti li .name {
    font-family: 'KievitOT-Italic';
}
  
.p2nexti li.lvl-3 .name {
    color: #000000;
    text-transform: lowercase;
}

.p2nexti li.lvl-2 .name {
    color: #ba9573;
    text-transform: lowercase;
}

.p2nexti li.lvl-1 .name {
    color: #c6c7c9;
    text-transform: lowercase;
}


.referrals-section .rf-top-part .rf-buttons-container .rf-copy-btn{
    padding-top: 9px;
    padding-bottom: 0;
}
.referrals-section .rf-top-part .rf-buttons-container .rf-share-btn{
    height: 35px;
}
.referrals-section .rf-top-part .rf-buttons-container .rf-share-btn .rf-share-inner-btn{}

.you-will-earn-points{
 
text-align: center;
 
font-weight: bold;
 
font-size: 17px;
 
margin-top: 26px;
}
.p2nexti{
 margin-top:0;
}

@media (max-width: 768px){
  .case.has-loyalty .accname.has-go-back{
    transform: translateX(-50%);
    left: 50%;
  }
.loyalty.subPage .case.has-loyalty .accname.has-go-back {
  transform: translateX(-50%);
  left: 50%;
}
.case.has-loyalty .accname {
  transform: translateX(-50%);
  left: 48%;
}
.current-level-unit.main-level {
  padding-bottom: 88px;
}
}

.kangaroo-loyalty-points .lp-points-container {
    background-color: var(--primary-color);
}
.loyalty-details h1{
  vertical-align: middle;
  font-size: 38px;
  font-family: KievitOT-BoldItalic;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 5px;
  line-height: 38px;
  margin-bottom: 70px;
}
.loyalty-details h1 img{

margin-bottom: -8px;
}
 @media (min-width:769px){
     .current-level::after{
       top: 10px;
       right: 63px;
     }
  .rd-redeem-wrapper .rd-title{
    margin-top: 30px !important;
  }
  .rd-title.has-redeem-options{
    margin-top: 20px !important;
    
  }
  .loyalty-w{
    height:auto;
  }
  .current-level,.lvl1 .current-level,.lvl2 .current-level,.lvl3 .current-level{
     width: 70px;
     height: 70px;
  }

  li.lvl-1 .zmdi,li.lvl-2 .zmdi,li.lvl-3 .zmdi{
    width:70px;
    height:70px
  }
  .p2nexti li.bar1, .p2nexti li.bar2, .p2nexti li.bar3{
    width: 201px;
    margin-top: 56px;
  }
      .p2nexti li.bar1{margin-left: -5px;margin-right: 0px;}
      .p2nexti li.bar2{margin-left: -5px;margin-right: 0px;}
      .p2nexti li.bar3{margin-left:-5px;margin-right: 0px;}
      .p2nexti li{
        width:70px;
      }
}

.loyalty-details h2{
  font-family: KievitOT-BoldItalic;
}
.loyalty-details p.gold-style{
  color: #a97b50 !important;
  font-family: 'KievitOT-Bold' !important;
  font-size: 20px;
  margin-top: 21px;
  margin-bottom: 55px;
}
.loyalty-details p.gold-style img{
  display: inline;
  margin: 0;
  margin-bottom: -5px;
  margin-right: 3px;
}
.loyalty-details p.gold-style img.normalimg{
  display: inline;
  margin: 0;
  margin-bottom: -5px;
  margin-right: 3px;
  height: 18px;
}
.loyalty-details .loyalty-w h3{
  margin-top: 5px;
  font-family: 'KievitOT-BoldItalic';
  font-size: 23px;
  padding-bottom: 0;
}
.loyalty-details p{
margin-top:0;
}
.loyalty-details p img{
margin-top:0px;
}
.loyalty-details .style-1{
  font-family: 'KievitOT-Bold';
  font-size: 18px;
  line-height: 20px;
}
.loyalty-details .style-2{
  font-family: 'KievitOT-BoldItalic';
  font-size: 16px;
  line-height: 20px;
}
.loyalty-details .style-3{
  font-family: 'KievitOT-Italic';
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.loyalty-details .style-4{
  font-family: 'KievitOT-BoldItalic';
  font-size: 16px;
  line-height: 20px;
}
.loyalty-details .silver-color-style{
  color: #c6c7c9 !important;
}
.loyalty-details .gold-color-style{
  color: #ba9573 !important;
  width: 90%;
  padding-top: 15px;
  border-top: 1px solid #ededed;
  margin-top: 20px !important;
}
.loyalty-details .black-color-style{
    width: 90%;
  padding-top: 15px;
  border-top: 1px solid #ededed;
  margin-top: 20px !important;
}