* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
}

.echoSDK_inArticlePromo {
  font-family: Lato, sans-serif;
  padding: 14px 25px 14px 0;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #ccc;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
}

.echoSDK_inArticlePromo #text {
  display: inline;
}

.echoSDK_eoaText {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  padding: 16px 0px;
  border-top: solid 1px #d9d9d9;
}

.echoSDK_eoaText #text,
.echoSDK_eoaText .echoSDK_a {
  display: inline;
}

.echoSDK_a {
  color: #00b1cd;
  cursor: pointer;
  text-decoration: underline;
}

.echoSdk_shareBarImg {
  width: 85px;
  height: 30px;
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

/* Good Morning Message */
.echoSDK_goodMorningMsg {
  padding: 12px 10px;
  background: linear-gradient(74.88deg, #d4edf9 24.44%, #def1f4 49.8%);
  margin-bottom: 0px 0px 20px;
}
.echoSDK_goodMorningMsg h3 {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 19px;
  color: #0b1c38;
}

.echoSDK_goodMorningMsg h3 span {
  padding-left: 5px;
  text-transform: capitalize;
}

.echoSDK_goodMorningMsg p {
  font-size: 14px;
  line-height: 17px;
  color: #616161;
}
.echoSDK_goodMorningMsg .echoSDK_msg {
  padding: 14px 12px;
  box-shadow: 0px 4px 4px 0px #ffffff40 inset;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.64);
}

.mainContainer .echoSDK_goodMorningMsg img {
  width: auto;
}

/*unlock surprise*/
.unlockSurprise {
  padding: 16px 14px;
  background: linear-gradient(74.88deg, #d4edf9 24.44%, #def1f4 49.8%);
  border: 1px solid #a7e0e9;
  border-radius: 16px;
  text-align: center;
  min-height: 140px;
  position: relative;
  margin-bottom: 20px;
}

.unlockSurprise:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 5px;
  width: 85%;
  background-color: #a7e0e9;
  border-radius: 0 0 5px 5px;
}
.joined span {
  margin-left: 15px;
  font-size: 12px;
  color: #777;
}
.surpriseCash h3,
.unlockSurprise h3 {
  font-size: 16px;
  line-height: 19px;
  color: #0e0e0e;
  font-weight: 800;
  padding-bottom: 0px;
}
.surpriseCash h3 span,
.unlockSurprise h3 span {
  color: #00b1cd;
  display: block;
}
.joined {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  min-height: 24px;
}
.joined img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: -10px;
  border: 1px solid #fff;
}
.revealButton {
  padding: 12px 24px;
  width: 300px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 8px;
  line-height: 24px;
  background-color: #00b1cd;
  margin-top: 18px;
  display: inline-flex;
  justify-content: center;
  box-sizing: border-box;
  gap: 10px;
}

/*reveal popup*/
.offerBox {
  border-bottom: solid 5px #b8c7cd;
  background-color: #fff;
  border-radius: 0 8px 8px 0;
  gap: 12px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  min-height: 96px;
  position: relative;
}
.offerBox:before {
  content: "";
  background: url(https://www.hindustantimes.com/static-content/1y/ht/personalisation/subtract.png) no-repeat
    0 0;
  position: absolute;
  width: 8px;
  left: 0;
  bottom: 0;
  background-size: 8.5px;
  height: 100%;
}
.offerBrand {
  width: 90px;
  background-color: #f5f5f5;
  flex-shrink: 0;
  text-align: center;
  padding: 5px 0;
  border-right: 1px dashed #00000066;
}
.offerBrand img {
  max-width: 66px;
  height: auto;
}
.offerTxt {
  padding: 12px 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  font-size: 12px;
  font-weight: #e0e0e0;
  line-height: 18px;
}
.offerTxt h5 {
  font-weight: 500;
  color: #0e0e0e;
  padding: 0 10px 0 0;
  font-size: 12px;
}
.offerTxt a {
  color: #00b1cd;
  font-weight: 500;
}
.surpriseCash h4 {
  font-size: 14px;
  font-weight: 800;
  color: #0e0e0e;
}
.surpriseCash p {
  color: #616161;
  font-size: 14px;
}

.exploreUser {
  padding: 12px 9px;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.exploreUser img {
  width: 25px;
}
.exploreUser a {
  display: flex;
  color: #000;
  justify-content: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
}
.exploreUser i {
  display: block;
  height: 7px;
  width: 9px;
  border-style: solid;
  border-color: #00b1cd;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 4px;
  margin-left: auto;
}
.revealButton {
  position: relative;
  overflow: hidden;
}
.revealButton::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 10px;
  left: 30px;
  /* filter: blur(5px); */
  -webkit-animation: shine-alt2 3s ease-in-out infinite;
  animation: shine-alt2 3s ease-in-out infinite;
}
.gifAnimation {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  display: none;
}
.gifAnimation img {
  width: auto;
  height: 136px;
}

.surpriseCash {
  display: none;
  transform: scale(0.5);
  transition: 1s;
}

@-webkit-keyframes shine-alt2 {
  0% {
    transform: translateX(0px) skewX(-15deg);
    transition-property: opacity, transform;
  }

  50% {
    transform: translateX(280px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  100% {
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}
@keyframes shine-alt2 {
  0% {
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  50% {
    transform: translateX(280px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  100% {
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}

@media (min-width: 768px) {
  .echoSDK_goodMorningMsg {
    display: none;
  }
  .surpriseCash,
  .unlockSurprise,
  .exploreUser {
    display: none;
  }
}

/* echo sdk lock div */
.echoSDK_div {
  --mask: radial-gradient(18.03px at 50% calc(100% - 25px), #000 99%, #0000 101%) calc(50% - 20px) 0/40px 100%,
    radial-gradient(18.03px at 50% calc(100% + 15px), #0000 99%, #000 101%) 50% calc(100% - 10px) / 40px 100%
      repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background: linear-gradient(114.99deg, #648dda -0.83%, #648dda 24.31%, #00b1cd 56.53%, #16525b 100.59%);
  padding: 12px 10px 23px 10px;
}
.echoSDK_lockWrapDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.echoSDK_iconContent {
  display: flex;
  align-items: center;
}
.echoSDK_lockMsgText {
  padding-left: 8px;
}
.echoSDK_lockMsgText h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #fff;
  letter-spacing: 0.39px;
  word-spacing: 1px;
}
.echoSDK_lockMsgText p {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  letter-spacing: 0.39px;
  word-spacing: 1px;
}
.echoSDK_lockBtn {
  background: #fff;
  border-radius: 50px;
  width: 98px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  flex-shrink: 0;
}

.echoSDK_lockBtn a:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  top: -50px;
  height: 100px;
  background: #ffffff;
  opacity: 0.5;
  transform: scale(1) rotate(30deg);
  animation: shiny-btn1 1.9s ease-in-out infinite;
}

@keyframes shiny-btn1 {
  0% {
    left: -20%;
  }
  100% {
    left: 110%;
  }
}

.echoSDK_lockBtn a {
  line-height: 21px;
  font-size: 14px;
  font-weight: 500;
  color: #0e0e0e;
  text-decoration: none;
}
.echosdk_giftAnim img {
  width: 100%;
  height: 50px;
}

/* echo sdk unlock div */
.echoSDK_unlockTopBannerDiv {
  --mask: radial-gradient(18.03px at 50% calc(100% - 25px), #000 99%, #0000 101%) calc(50% - 20px) 0/40px 100%,
    radial-gradient(18.03px at 50% calc(100% + 15px), #0000 99%, #000 101%) 50% calc(100% - 10px) / 40px 100%
      repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 12px 10px 23px 10px;
}
.echoSDK_voucherDiv {
  display: flex;
  align-items: center;
}

.echoSDK_voucherDiv img {
  border-radius: 12px;
}
.echoSDK_unlockContentDiv {
  padding-left: 12px;
}
.echoSDK_unlockContentDiv h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.39px;
  word-spacing: 1px;
}
.echoSDK_unlockContentDiv a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.39px;
  word-spacing: 1px;
}
#bottomMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 8px;
  background-color: #fff;
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  z-index: 12;
}
#bottomNavigation {
  display: flex;
  justify-content: space-between;
}
#bottomNavigation li {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  justify-content: center;
  box-sizing: border-box;
}
#bottomNavigation img {
  width: 59px !important;
  height: 56px !important;
}
#shareBarRHS img {
  width: 82px !important;
  height: 30px !important;
  flex: none !important;
}

.slider-container {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: auto;
  -ms-overflow-style: auto;
  margin: auto;
  gap: 10px;
}
.slide {
  scroll-snap-align: start;
  flex-shrink: 0;
}
.slider-container::-webkit-scrollbar {
  display: block;
  height: 4px;
}
.slider-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.slider-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
