.ang-pao-rain-widget-anonymous {
  display: flex;
  justify-content: end;
}
.ang-pao-rain-widget-anonymous > #widget-dailyReward-container {
  position: absolute;
}
.ang-pao-rain-widget-anonymous > #widget-dailyReward-container.is-active {
  transform: translate(-170%, -25px) scale(0.8);
}
@media screen and (max-width: 20em) {
  .ang-pao-rain-widget-anonymous > #widget-dailyReward-container.is-active {
    transform: translate(-115px, -20px) scale(0.6);
  }
}
.small-ang-pao-rain-container > #widget-dailyReward-container {
  position: absolute;
}
.small-ang-pao-rain-container > #widget-dailyReward-container.is-active {
  transform: translate(-65px, -60px) scale(0.8);
}
#widget-dailyReward-container {
  display: none;
  height: 80px;
  width: 100px;
  z-index: 10;
  flex-direction: column;
}
#widget-dailyReward-container.is-active {
  display: flex;
  transform: scale(0.8);
}
#widget-dailyReward-container img {
  display: block;
  height: 80px;
  width: 100px;
  animation: bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
#widget-dailyReward-container .dailyReward-close-button {
  display: none;
}
#widget-dailyReward-container[data-ismobiledisplaymode='true'] {
  position: fixed;
  bottom: 105px;
  height: 85px;
}
#widget-dailyReward-container[data-ismobiledisplaymode='true'].is-active {
  transform: unset;
}
#widget-dailyReward-container[data-ismobiledisplaymode='true'] .dailyReward-close-button {
  display: block;
  cursor: pointer;
  margin: 10px 0;
}
#widget-dailyReward-container[data-ismobiledisplaymode='true'] .dailyReward-close-button span {
  background-color: #CE8625;
  color: #FFFFFF;
  border-radius: 25px;
  padding: 1px 15px;
}
#modal-dailyRewardConfirmation .hearder-container {
  text-align: right;
  padding-top: 50px;
}
#modal-dailyRewardConfirmation .hearder-container img {
  width: 38px;
  height: 38px;
  cursor: pointer;
}
#modal-dailyRewardConfirmation .js-data-confirmationimage {
  cursor: pointer;
}
#modal-dailyRewardTnc .modal-wrapper {
  background-color: #FFFFFF;
  color: #000000;
}
#modal-dailyRewardTnc .modal-wrapper .modal-wrapper-close {
  color: #0B0A0A;
}
#modal-dailyRewardTnc .modal-wrapper .modal-wrapper-close:hover {
  color: #000000;
}
#modal-dailyRewardTnc .modal-wrapper header {
  background-color: #CE8625;
  color: #0B0A0A;
  font-weight: bold;
  font-size: 1.1em;
  min-height: 45px;
  padding: 10px 30px 10px 10px;
}
#modal-dailyRewardTnc .modal-wrapper article {
  color: #000000;
  padding: 0.9375rem;
}
#modal-dailyRewardTnc .modal-wrapper article > div {
  text-align: center;
}
#modal-dailyRewardTnc .modal-wrapper .button-close {
  background-color: #CE8625;
  color: #0B0A0A;
  border: 1px solid #0B0A0A;
}
#modal-dailyRewardTnc .modal-wrapper .button-close:focus,
#modal-dailyRewardTnc .modal-wrapper .button-close:active {
  background-color: #CE8625;
  color: #0B0A0A;
}
#modal-dailyRewardTnc .modal-wrapper .button-close:hover {
  background-color: #8d5c19;
  color: #0B0A0A;
  border: 1px solid #FFFFFF;
}
#modal-dailyRewardTnc .modal-wrapper .button-close.is-active {
  background-color: #CE8625;
  color: #000000;
  border: 1px solid #CE8625;
}
#modal-dailyRewardGame {
  top: 50px !important;
}
#modal-dailyRewardGame .hearder-container {
  position: absolute;
  right: 0;
  top: 1.8vh;
}
@media screen and (min-width: 40em) {
  #modal-dailyRewardGame .hearder-container {
    right: 3vw;
    top: 3vh;
  }
}
@media screen and (min-width: 64em) {
  #modal-dailyRewardGame .hearder-container {
    right: 2vw;
    top: 3vh;
  }
}
#modal-dailyRewardGame .hearder-container .js-button-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media screen and (min-width: 40em) {
  #modal-dailyRewardGame .hearder-container .js-button-close {
    width: 34px;
    height: 34px;
  }
}
@media screen and (min-width: 64em) {
  #modal-dailyRewardGame .hearder-container .js-button-close {
    width: 38px;
    height: 38px;
  }
}
#modal-dailyRewardGame .js-data-countdowntimer {
  pointer-events: none;
  transform: translateY(-39%);
}
@media screen and (min-width: 64em) {
  #modal-dailyRewardGame .js-data-countdowntimer {
    transform: translateY(-40%);
  }
}
#modal-dailyRewardGame .js-data-title {
  text-align: center;
}
#modal-dailyRewardGame .animation-angpao {
  position: fixed;
  top: -15%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: animation-angpao-fall, animation-angpao-shake;
  -webkit-animation-duration: 4s,3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite,infinite;
  -webkit-animation-play-state: running,running;
  animation-name: animation-angpao-fall, animation-angpao-shake;
  animation-duration: 4s,3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite,infinite;
  animation-play-state: running,running;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s,0s;
  animation-delay: 0s,0s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(1) {
  left: 5%;
  -webkit-animation-delay: 6s,1s;
  animation-delay: 6s,1s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(2) {
  left: 10%;
  -webkit-animation-delay: 2s, 2.5s;
  animation-delay: 2s, 2.5s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(3) {
  left: 15%;
  -webkit-animation-delay: 4s,3s;
  animation-delay: 4s,3s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(4) {
  left: 20%;
  -webkit-animation-delay: 1s,1s;
  animation-delay: 1s,1s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(5) {
  left: 23%;
  -webkit-animation-delay: 5s, 0.5s;
  animation-delay: 5s, 0.5s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(6) {
  left: 25%;
  -webkit-animation-delay: 3s,2s;
  animation-delay: 3s,2s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(7) {
  left: 30%;
  -webkit-animation-delay: 0.5s, 3s;
  animation-delay: 0.5s, 3s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(8) {
  left: 35%;
  -webkit-animation-delay: 5.5s, 2.5s;
  animation-delay: 5.5s, 2.5s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(9) {
  left: 40%;
  -webkit-animation-delay: 2.5s, 0.5s;
  animation-delay: 2.5s, 0.5s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(10) {
  left: 45%;
  -webkit-animation-delay: 4.5s, 1s;
  animation-delay: 4.5s, 1s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(11) {
  left: 50%;
  -webkit-animation-delay: 1.5s, 3s;
  animation-delay: 1.5s, 3s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(12) {
  left: 55%;
  -webkit-animation-delay: 3.5s, 2.5s;
  animation-delay: 3.5s, 2.5s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(13) {
  left: 58%;
  -webkit-animation-delay: 0.8s, 0.5s;
  animation-delay: 0.8s, 0.5s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(14) {
  left: 60%;
  -webkit-animation-delay: 5.8s, 1.5s;
  animation-delay: 5.8s, 1.5s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(15) {
  left: 65%;
  -webkit-animation-delay: 2.8s, 2s;
  animation-delay: 2.8s, 2s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(16) {
  left: 70%;
  -webkit-animation-delay: 4.8s, 3s;
  animation-delay: 4.8s, 3s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(17) {
  left: 75%;
  -webkit-animation-delay: 1.8s, 1s;
  animation-delay: 1.8s, 1s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(18) {
  left: 78%;
  -webkit-animation-delay: 3.8s, 0s;
  animation-delay: 3.8s, 0s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(19) {
  left: 80%;
  -webkit-animation-delay: 0.3s, 2.5s;
  animation-delay: 0.3s, 2.5s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(20) {
  left: 83%;
  -webkit-animation-delay: 5.3s, 0s;
  animation-delay: 5.3s, 0s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(21) {
  left: 85%;
  -webkit-animation-delay: 2.3s, 1s;
  animation-delay: 2.3s, 1s;
}
#modal-dailyRewardGame .animation-angpao:nth-of-type(22) {
  left: 90%;
  -webkit-animation-delay: 4.3s, 2s;
  animation-delay: 4.3s, 2s;
}
#modal-dailyRewardGame .animation-angpao i {
  background-size: 100% !important;
  display: block;
  width: 60px;
  height: 60px;
  background: url('../../../Views/Shared/DailyReward/Contents/OPT-3/img/dailyReward-angpao.png') no-repeat;
  cursor: pointer;
}
#modal-dailyRewardResult .button-close {
  background-color: #CE8625;
  color: #0B0A0A;
  border: 1px solid #0B0A0A;
  margin-top: 20px;
  width: 200px;
}
#modal-dailyRewardResult .button-close:focus,
#modal-dailyRewardResult .button-close:active {
  background-color: #CE8625;
  color: #0B0A0A;
}
#modal-dailyRewardResult .button-close:hover {
  color: #0B0A0A;
  border: 1px solid #FFFFFF;
}
#modal-dailyRewardResult .button-close.is-active {
  background-color: #CE8625;
  color: #000000;
  border: 1px solid #CE8625;
}
@-webkit-keyframes animation-angpao-fall {
  0% {
    top: 10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes animation-angpao-fall {
  0% {
    top: 10%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes animation-angpao-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
  }
}
@keyframes animation-angpao-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
  }
}
