body{
  letter-spacing: 0.08em;
  font-family: 'product_sansregular' !important;
}
.myAccountLeftMenu{
 background: rgba(243,246,249,.6);
 border-radius: 10px;
 max-height: 450px;
}
.tierImg{
  width:97%;
  border-radius:40px;
  border: 2px solid white !important;
  scale: 0.95
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
          .tierCards{
            width:50% !important;
          }
          .tierCards .tierCardsFront {
            height:250px !important;
          }
          /* .tierImg{
            width:100%
          } */
          .tierStatusBox{
            display: flex;
            width: 50%;
            column-gap: 10px;
          }
          .p2cVoucher{
            width: 50%
          }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
          .tierCards{
            width:50% !important;
          }
          .tierCards .tierCardsFront {
            height:250px !important;
          }
          /* .tierImg{
            width:100%
          } */
          .tierStatusBox{
            display: flex;
            width: 50%;
            column-gap: 10px;
          }
          .p2cVoucher{
            width: 50%
          }
}

/* Media Query for Large screens */
@media (min-width: 1281px) {
          .tierCards{
            width:50% !important;
          }
          .tierCards .tierCardsFront {
            height:250px !important;
          }
          .tierImg{
            width:95%
          }
          .tierStatusBox{
            display: flex;
            width: 50%;
            column-gap: 10px;
          }
          .p2cVoucher{
            width: 50%
          }
}

@media only screen and (max-width: 600px) {
          .promoImg{
            width: 100% !important
          }
          .tierImg{
            border-radius:30px !important
          }
        }

.promoImg{
  width: 50%
}
.tierCardWrapper {
  /* height: 200px; */
  perspective: 300px;
  width: 100%;
  margin: 0 auto;
}

.tierCards .tierCardsFront {
  border-radius: 1rem;
  /* cursor: pointer; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  border:2px solid #706C64
}
#silver {
  background: rgb(230,230,230);
  background: linear-gradient(180deg, rgba(230,230,230,1) 0%, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 51%, rgba(231,231,231,1) 100%);
}
#gold {
  background: background: rgb(255,221,149);
  background: linear-gradient(180deg, rgba(255,221,149,1) 0%, rgba(255,233,187,1) 38%, rgba(255,233,187,1) 72%, rgba(255,221,149,1) 100%);
}
#platinum {
  background: rgb(230,230,230);
  background: linear-gradient(180deg, rgba(230,230,230,1) 0%, rgba(211,192,242,1) 0%, rgba(255,255,255,1) 51%, rgba(211,192,242,1) 100%);
}

.tierCards .tierCardsFront .tierCardsHead {
  display: flex;
  justify-content: space-between;
  margin: 16px 16px 0 16px;
  line-height: 18px;
}
.tierCards .tierCardsFront .tierCardsHead .tierCardTitle {
  font-weight: 600;
  font-size: 20px;
}
.tierCards .tierCardsFront .tierCardsHead .tierCardNo,
.tierCards .tierCardsFront .tierCardsHead .tierMemberSince,
.tierCards .tierCardsFront .tierCardsHead .tierMemberSinceDate {
  font-size: 15px;
  opacity: 0.6
}
.tierCards .tierCardsFront .tierCardsMain {
  margin: 0px 16px 10px 16px;
}
.tierCards .tierCardsFront .tierCardsMain .number-title {
  color: #cccccc;
}
.tierCards .tierCardsFront .tierCardsMain .number {
  font-size: 24px;
}
.tierStatusWrapper{
  width: 100%;
  margin: 0 auto
}
.tierStatusTitle{
   margin:10px 0 10px 0
}
.tierStatusBox{
    display: grid;
    grid-template-columns: repeat(3,  1fr) ;
    grid-gap: 10px;
}
.tierStatusBoxContent{
  /* border: 2px solid yellow; */
  padding: 10px 8px 10px 8px;
  border-radius: 10px;
  text-align:center;
  background: #000;
  color: #FFF;
}
.tierStatus1{
  font-size:15px;
  text-transform: uppercase;
  padding: 2px 0
}
.tierStatus2{
  font-size:10px;
  padding: 3px 0
}
.tierStatus3{
  font-size:9px;
  color: #d4327b
}

.p2cWrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto
}

.p2cVoucher {
  border-radius: 5px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 11px;
  position: relative;
  margin-bottom:10px
}

.p2cVoucherList  {
  display: flex;
}

.p2cVoucherImg img {
  width: 130px;
  border-radius: 10px;
  margin-top:10px
}

.p2cVoucherContent {
  font-size: 16px;
  padding: 10px 0 0 10px;
  width: 100%;
}
.p2cTitle{
  margin:20px 0 10px 0
}
.p2cTitle1{
  font-weight: 800;
  font-size: 18px;
}
.p2cTitle2{
  font-size:14px;
  color: #696969;
}
.p2cTitle3{
  margin-top:13px;
  float: right;
  background: rgb(255,30,132);
  background: linear-gradient(61deg, rgba(255,30,132,1) 0%, rgba(212,50,123,1) 50%, rgba(150,58,120,1) 100%);
  outline: none;
  border: 0;
  color: #FFF;
  padding: 6px;
  font-size: 11px;
  border-radius:5px;
  cursor: grab;
}
.p2cTitle3:hover{
  color:#FFF
}

.news_dropdown {
  position: relative;
  display: inline-block;
}

.news_dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  padding: 12px 16px;
  z-index: 1;
  min-width: 200px;
  text-align: left;
}
.news_text{
  font-weight: 400;
  font-size: 1rem;
  /* text-transform: uppercase; */
  color: #3F4254
}
.news_dropdown:hover .news_dropdown-content {
  display: block;
}
.news_content{
  padding: 5px 0;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  color: #3F4254;
  width: 100%;
  display: block;
}



.progress-bar__container {
    /* width: 99%; */
    height: 0.6rem;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    will-change: transform;
    /* box-shadow: 0 0 5px #e76f51; */
}

.progress-bar {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #FFCE29;
    top: 0;
    bottom: 0;
    left: -100%;
    border-radius: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.progress-bar__text {
    display: none;
}

.active-background{
  box-shadow: 0 0 20px #EDD793 !important;
  border: 2px solid #EDD793 !important;
  scale: 1
}
