* {
  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;
  }
}
.hd-center {
  overflow: hidden;
  text-align: center;
}

@media (min-width: 768px) {
  .echoSDK_goodMorningMsg {
    display: none;
  }
  .surpriseCash,
  .unlockSurprise,
  .exploreUser {
    display: none;
  }
}
