*,
html,
body {
  width: 100%;
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
body {
  height: 100vh;
  background: url(../assets/images/bg-image.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative !important;
}
header {
  /* padding-top: 16px; */
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  max-height: 60px;
}
header img {
  max-width: 40px !important;
}
footer {
  position: absolute;
  bottom: 0px;
}
img {
  object-fit: contain;
  object-position: center;
}
.tnc-modal .modal-content,
.how-to-play .modal-content,
#quitGame .modal-content {
  max-width: 100%;
  min-height: auto;
}
.how-to-play .img-container > img {
  min-height: 246px;
  object-fit: cover;
  object-position: center;
}
.tnc-modal .img-container {
  margin-bottom: 36px;
}

.tnc-modal .modal-body > p,
.tnc-modal .modal-body > ul,
.tnc-modal .modal-title {
  padding-left: 16px;
  padding-right: 16px;
}
.modal-title {
  font-family: "TruenoSBd";
  font-size: 16px;
  line-height: 24px;
}
.modal-header {
  padding-top: 12px !important;
}
.modal-body,
.modal-header {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.modal-body > p,
.modal-body > ul {
  font-family: "TruenoLt";
  font-size: 12px;
  line-height: 18px;
}
.modal-body > ul {
  list-style: auto;
  padding-left: 26px !important;
}
.modal-body > ul li {
  padding-left: 12px;
  font-size: 12px;
}
/* .tnc-modal.modal-dialog-centered {
  -ms-flex-align: flex-end;
  align-items: flex-end;
} */
#quitGame {
  z-index: 99999;
  background: #00000080;
}
#onboard .close,
#quitGame .close,
#insufficientPoints .close {
  width: 24px;
  height: 24px;
  padding: 0;
  margin-top: 4px;
  margin-right: 4px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.rw-points {
  font-family: "TruenoRg";
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  display: inline-block;
  width: 70px;
}
#tryagain-btn {
  border: 1px solid #ff1659;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
}
.status {
  font-weight: 900;
  font-size: 28px;
  z-index: 9;
  background: #fff;
  width: 157px;
  height: 157px;
  border-radius: 50%;
  color: #ff1659;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 30px;
  font-family: "TruenoBd";
}
.box:active {
  transform: translateY(4px);
}
footer img {
  max-width: 60px !important;
}

footer .container {
  padding: 16px;
}
footer .quit-game {
  border-radius: 0px;
  background: transparent !important;
  cursor: pointer;
  color: white;
  border: 1px solid #fff;
  height: 46px;
}

.back-to-game,
.quit {
  border-radius: 0px;
}
.back-to-game {
  background: #ff1659;
  height: 46px;
}
.quit {
  border: 1px solid #ff1659;
}

.collected_coins img {
  width: 40px;
}

h2 {
  font-size: 24px;
  font-weight: 700;
}
.vouchercard {
  display: none;
  background: white;
  box-shadow: 1px 0px 10px #808080;
  padding: 16px;
  transform: skewY(10deg) rotate(7deg);
  position: absolute;
  z-index: 9;
  max-width: 85px;
  max-height: 85px;
  cursor: pointer;
}
.mysf-voucher-logo {
  width: 65px;
}
.coin-img {
  width: 16px;
}
#mysfVoucherCard {
  max-width: 100vw;
}
.mysf-card .vouchercard {
  display: block;
}
.gift {
  position: absolute;
  left: 48%;
  top: -60px;
  width: 40vw;
  height: 100%;
  display: none;
  align-items: center;
  z-index: 99;
  transform: translate(-50%, 0px);
}
.gift img {
  max-width: 45px;
}
.win_coins {
  font-family: "TruenoSBd";
  font-size: 36px;
  font-weight: 900;
  color: white;
  animation: rewardPoints 1.8s linear forwards;
  line-height: 88px;
  /* position: relative; */
  z-index: 9999;
  margin-right: -10px;
  margin-top: 25px;
  top: 30px;
}
.win_coins::after {
  width: 40px;
  height: 40px;
  background: url(../assets/images/coin.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -30px;
  top: 6px;
}

@keyframes rewardPoints {
  from {
    font-size: 8px;
    left: -2px;
    top: 12px;
    transition: font-size 2s linear 1s;
  }
  to {
    font-size: 30px;
    left: 26px;
    top: -26px;
    transition: font-size 2s linear 1s;
    transition: left 2s linear 1s;
    transition: top 2s linear 1s;
  }
}
.win_coins_points {
  display: none;
  position: absolute;
  bottom: 72px;
}
.deduction {
  display: none;
  width: 60px;
  line-height: 40px;
  padding-left: 0px !important;
}
.deduction strong {
  font-size: 16px;
  color: #000000;
  line-height: 42px;
}
.opacity {
  opacity: 1;
}
.gift.opacity {
  animation: split-coins-frames 3s linear forwards;
}
@keyframes split-coins-frames {
  from {
    opacity: 1;
    transition: font-size 2s linear 1s;
  }
  to {
    opacity: 0;
    transition: top 3s linear 1s;
  }
}

/* @keyframes rewards-opacity{
  from {
    opacity: 1;
    transition: font-size 3s linear 1s;
  }
  to {
    opacity: 0;
    transition: top 3s linear 1s;
  }
}  */

.heading-one {
  font-family: "TruenoSBd";
  font-size: 28px;
  color: #000;
}
.heading-two {
  font-size: 18px;
  color: #000;
}
.heading-three {
  font-size: 12px;
  color: #fff;
  font-family: "TruenoRg";
}
.heading-three b {
  color: #ffffff;
  font-family: "TruenoSBd";
}

.title-box {
  text-align: center;
  margin-top: 25%;
}
.footer-box {
  position: absolute;
  bottom: 0px;
  padding: 16px;
  text-align: center;
}
.footer-box a {
  font-family: "TruenoSBd";
}
.bg-white {
  background: #fff;
}
.play-now {
  background-color: #ff90a9 !important;
  max-width: 220px;
  min-height: 46px;
  border-radius: 0px;
  border: none;
  margin: 0 auto;
  margin-bottom: 42px;
  color: #ff1659;
}
.btn-outline {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-outline:hover {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.check-box {
  width: 12px;
}
.tnc-checkbox {
  font-family: "TruenoLt";
  margin-bottom: 16px;
}
.tnc-checkbox a {
  font-family: "TruenoSBd";
  /* text-decoration: underline; */
}
#mysfVoucherCard .close,
.tnc-modal button.close,
.how-to-play button.close {
  float: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  width: 57px;
  margin: 0 auto !important;
  padding: 0.3rem 0rem !important;
}
.how-to-play button.close,
#claim-success button.close {
  max-width: 30px;
  margin-left: -4px !important;
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 266px;
  }

  to {
    visibility: show;
    top: 110px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
  animation: slideOutDown 1.8s linear forwards;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#effect {
  position: relative;
  height: 96vh;
}
.ui-effects-transfer {
  background: transparent;
  left: -8px !important;
}
.coin-icon {
  width: 40px;
}
.checkbox label:before {
  content: "";
  position: absolute;
  left: 17px;
  top: -1px;
  margin: 4px;
  width: 20px;
  height: 20px;
  transition: transform 0.28s ease;
  border-radius: 0px;
  border: 1px solid #9d9d9d;
  background: #f5f5f5;
}
.reward-points {
  font-size: 14px;
  color: white;
  font-family: "TruenoRg";
}
.checkbox label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #ff1659;
  border-left: 2px solid #ff1659;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 10px;
  left: 26px;
}
.checkbox {
  width: 100%;
  margin: 15px auto;
  position: relative;
  display: block;
}

.checkbox input[type="checkbox"] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.checkbox label {
  position: relative;
}

.checkbox input[type="checkbox"]:checked ~ label::before {
  color: #ff1659;
  background: white;
  border: none;
}

.checkbox input[type="checkbox"]:checked ~ label::after {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.checkbox label {
  min-height: 34px;
  display: block;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  font-family: "TruenoLt";
}
.checkbox label span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: 0;
}
.modal-content {
  border-radius: 0px;
  max-width: 328px;
  margin: 0 auto;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  background-color: #fff !important;
  height: 46px;
  color: #ff1659;
  font-family: "TruenoSBd";
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: none;
  outline: none;
  border-color: #fff;
}

#insuff,
.msg {
  visibility: hidden;
  color: white;
  font-size: 22px;
  font-family: "TruenoSBd";
  line-height: 24px;
  position: relative;
  top: -190px;
}
#insufficient {
  height: 46px;
  border-radius: 0px;
  outline: none;
  background-color: #ff1659 !important;
  color: white;
  text-transform: uppercase;
  font-family: "TruenoSBd";
  line-height: 21px;
}
#insufficient:focus {
  box-shadow: none;
}
.congratz h2 {
  font-family: "TruenoSBd";
  margin-bottom: 16px;
  font-size: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.congratz p.claim-msg {
  font-family: "TruenoLt";
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
}
.congratz > .wish-img {
  /* width: 296px; */
  height: 222px;
  margin: 0px auto 41px auto;
  background: #edf4f3;
}
#onboard .wish-img {
  height: 222px;
  margin-bottom: 20px;
}
#onboard .wish-img img {
  width: 100%;
  height: 100%;
}
#onboard h2 {
  font-size: 16px;
  font-family: "TruenoSBd";
  line-height: 24px;
}
#onboard p {
  font-size: 14px;
  font-family: "TruenoLt";
}
#onboard a.btn-dark,
#claim-btn {
  margin-top: 32px;
  margin-bottom: 16px;
  background: #ff1659 !important;
  color: white;
  border: none;
  border-radius: 0px;
  line-height: 38px;
  font-family: "TruenoSBd";
  font-size: 14px;
}
main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.heart-animation {
  animation-duration: 2.25s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 2;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: heartbeat;
}
.reward-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#claim-success img {
  width: 40px;
  height: 40px;
}
.voucher-name {
  font-size: 12px;
  font-family: "TruenoSBd";
  line-height: 18px;
  color: #000000;
  margin-bottom: 4px;
}
.voucher-name + p,
time {
  font-size: 10px;
  font-family: "TruenoLt";
  color: #555555;
}
.claim-success .list-group-item {
  margin-bottom: 149px;
}
.claim-success .img-container {
  margin-top: 100px;
}
.myrewards,
.back-btns {
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "TruenoSBd";
  line-height: 31px;
  margin-bottom: 16px;
}
#claim-success .myrewards {
  border: 0px;
  background-color: #ff1659 !important;
  color: white;
}
#claim-success .modal-content {
  margin: 0px;
  max-width: 100%;
}
.back-btns {
  border-color: #ff1659;
}
.gotcha {
  font-size: 22px;
  font-family: "TruenoSBd";
  color: white;
  display: none;
  animation: scale-up 1.85s 0s forwards;
}
.warning {
  align-items: center;
  text-align: center;
  justify-content: center;
  color: white;
  font-family: "TruenoRg";
  font-size: 10px;
  display: none;
  margin-top: -35px;
  line-height: 18px;
}
.warning i {
  max-width: 20px;
}
@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }
  25% {
    transform: scale(1.25);
  }
  50% {
    transform: scale(0.75);
  }
  75% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(0.75);
  }
}

.bounce-up-animation {
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: 1;
  transform-origin: bottom;
  animation-name: bounce-up;
  animation-timing-function: ease;
}
@keyframes bounce-up {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-100px);
  }
  50% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  57% {
    transform: scale(0.95, 1.05) translateY(-7px);
  }
  64% {
    transform: scale(0.95, 1.05) translateY(0);
  }
  100% {
    transform: scale(0.95, 1.05) translateY(0);
  }
}

.zoom-in-text {
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 90px;
  font-size: 28px;
  font-family: "TruenoBd";
  line-height: 42px;
}
.zoom-in-text:nth-of-type(1) {
  animation: zoom-in-effect 1.5s 0s;
}
.zoom-in-text:nth-of-type(2) {
  animation: zoom-in-effect 1.5s 1.5s;
}
.zoom-in-text:nth-of-type(3) {
  animation: zoom-in-effect 2.5s 2.75s forwards;
}
@keyframes zoom-in-effect {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes scale-up {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    transform: scale(1.9, 1.9);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* animation css start */

.preloader {
  position: fixed;
  /* top: 0%;
  left: 0%;
  width: 50%;
  height: 100%; */
  color: #fff;
  z-index: 999;
}
.preloader__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* width: 100vw;
  height: 100vh; */
}
.preloader__container__percent {
  font-weight: 700;
}
.preloader__container__preload {
  display: flex;
}
.preloader__container__preload__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 10px;
}
main .container {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
main .container__col {
  position: relative;
  color: #000;
  padding: 20px;
  text-decoration: none;
  transition: 0.3s;
}
main .container__col::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}
main .container__col:hover::before {
  width: 0;
}
main .container__col:hover {
  color: #304ffe;
  font-size: 18px;
  font-weight: 600;
}
main .container__col__ico {
  display: block;
  font-size: 45px;
  width: 45px;
  height: 45px;
  margin: auto auto 10px auto;
}
main .container__col__title {
  font-size: 18px;
  font-weight: 600;
}
#claim-success {
  z-index: -1;
}
.claim-loader {
  display: none;
}
.claim-loader {
  display: none;
  width: 60px;
  margin: 0 auto;
}
#tryagain .close {
  max-width: 24px;
  padding: 0px;
  margin-top: 0px;
}
#tryagain .img-container img,
#session-exp .img-container img {
  max-width: 80px;
}
#tryagain .modal-content,
#session-exp .modal-content {
  height: 100vh;
  max-width: 100vw !important;
  margin: 0px;
}
#tryagain .img-container {
  margin-top: 120px;
}
#tryagain .buttons {
  margin-top: 175px;
}
#session-exp .session {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 247px;
}
.session p {
  font-size: 14px;
  line-height: 18px;
}
#tryagain .modal-dialog,
#session-exp .modal-dialog {
  max-width: 100vw !important;
}
.tryagain-loader {
  display: none;
  width: 75px;
}
div.poof {
  /* width: 118px; */
  height: 118px;
  position: absolute;
  top: -72px;
  left: 14px;
  z-index: 99;
  display: none;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .checkbox {
    width: 48%;
  }
  .checkbox label {
    line-height: 23px;
  }
  footer {
    bottom: 3%;
  }
}
