.popup-dailybox {
  width: 95%;
  max-width: 640px !important;
  color: #5E5E5E;
  -webkit-animation: popupFadeIn .2s ease-in alternate both;
          animation: popupFadeIn .2s ease-in alternate both;
}

@-webkit-keyframes popupFadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes popupFadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

.popup-dailybox .popup-dailybox--width {
  max-width: 640px;
  background-color: #fff;
  background-image: url("https://i2.bahamut.com.tw/dailyBonus/earner.png");
  background-position: bottom -.15rem right 2rem;
  background-repeat: no-repeat;
  background-size: 7rem auto;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .popup-dailybox .popup-dailybox--width {
    background-image: none;
  }
}

.popup-dailybox .popup-dailybox__title {
  margin-bottom: 24px;
  padding-top: 12px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #A05600;
}

@media screen and (max-width: 768px) {
  .popup-dailybox .popup-dailybox__title {
    margin-bottom: 12px;
  }
}

.popup-dailybox .popup-dailybox__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  color: #464646;
}

@media screen and (max-width: 768px) {
  .popup-dailybox .popup-dailybox__subtitle {
    margin-bottom: 12px;
  }
}

.popup-dailybox .popup-dailybox__subtitle span {
  color: #F35166;
}

.popup-dailybox .popup-dailybox__subtitle .popup-dailybox__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-dailybox .popup-dailybox__subtitle .popup-dailybox__badge img {
  margin-left: 6px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

@media screen and (max-width: 768px) {
  .popup-dailybox .popup-dailybox__subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.popup-dailybox .popup-dailybox__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  padding: 1.5rem 7rem .5rem 0;
  color: #464646;
  font-size: 15px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .popup-dailybox .popup-dailybox__bottom {
    padding: 0;
    font-size: 14px;
  }
}

.popup-dailybox .popup-dailybox__btn {
  border: none;
  margin-right: 16px;
  padding: 8px 20px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  background: #F39C12;
  border-radius: 3px;
  white-space: nowrap;
}

.popup-dailybox .popup-dailybox__btn[disabled] {
  color: #A6A6A6;
  background: rgba(204, 204, 204, 0.6);
  cursor: default;
}

@media screen and (max-width: 768px) {
  .popup-dailybox .popup-dailybox__btn[disabled] {
    padding: 8px 24px;
  }
}

.popup-dailybox .popup-dailybox__fulilink {
  color: #464646;
  line-height: 1.3;
  font-size: 13px;
}

.popup-dailybox .popup-dailybox__fulilink a {
  position: relative;
  color: #2CBFAF !important;
  cursor: pointer;
}

.popup-dailybox .popup-dailybox__fulilink a:hover {
  text-decoration: none;
}

.popup-dailybox .popup-dailybox__fulilink a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #2CBFAF;
}

@media screen and (max-width: 768px) {
  .popup-dailybox .popup-dailybox__fulilink br {
    display: block;
  }
}

.dailybox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  color: #5E5E5E;
}

.dailybox .dailybox-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% / 7 - 6px);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 216, 74, 0.5);
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 12px 6px;
  background: #fff;
  border-radius: 3px;
}

.dailybox .dailybox-day:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid #A05600;
  background: rgba(255, 255, 255, 0.7) url(https://i2.bahamut.com.tw/dailyBonus/check.svg) center center no-repeat;
  background-size: 58%;
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

@media screen and (max-width: 768px) {
  .dailybox .dailybox-day:after {
    background-size: 80%;
  }
}

.dailybox .dailybox-day.dailybox-day--header {
  aspect-ratio: unset;
  border: none;
  padding: 0;
  background: none;
}

.dailybox .dailybox-day .dailybox-day__img {
  height: 32px;
  width: auto;
  margin-bottom: 4px;
}

.dailybox .dailybox-day .dailybox-day__img img {
  width: auto;
  max-height: 100%;
}

@media screen and (max-width: 768px) {
  .dailybox .dailybox-day .dailybox-day__img {
    height: 18px;
  }
}

.dailybox .dailybox-day p {
  line-height: 1;
  white-space: nowrap;
}

.dailybox .dailybox-day.is-active:after {
  content: '';
  opacity: 1;
}

.dailybox .dailybox-day:nth-child(7n) {
  margin-right: 0;
  padding: 12px 3px;
}

.dailybox .dailybox-day:nth-child(7n).dailybox-day--header {
  color: #FE9901;
}

.popup-dailybox-tip {
  width: 280px;
  height: 390px;
  text-align: center;
  color: #5E5E5E;
  overflow: hidden !important;
  -webkit-animation: popupFadeIn .2s ease-in .25s 1 alternate both;
          animation: popupFadeIn .2s ease-in .25s 1 alternate both;
}

@keyframes popupFadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

.popup-dailybox-tip .popup-dailybox-tip--width {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.popup-dailybox-tip .popup-dailybox-tip__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 24px auto;
  width: 160px;
  height: 140px;
}

.popup-dailybox-tip .popup-dailybox-tip__img img {
  width: 80%;
  margin: 0 auto;
}

.popup-dailybox-tip .popup-dailybox-tip__title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1;
  color: #A05600;
}

.popup-dailybox-tip .popup-dailybox-tip__content {
  font-size: 14px;
  line-height: 1.5;
}

.popup-dailybox-tip .popup-dailybox-tip__stamp {
  position: absolute;
  left: 5px;
  bottom: 8px;
  width: 100px;
  height: 100px;
  background: url(https://i2.bahamut.com.tw/dailyBonus/seal.svg) center center no-repeat;
  background-size: 100%;
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in;
  transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
  -webkit-animation: popupZoomIn .2s ease-in .3s 1 alternate both;
          animation: popupZoomIn .2s ease-in .3s 1 alternate both;
}

@-webkit-keyframes popupZoomIn {
  from {
    -webkit-transform: rotate(-30deg) scale(2);
            transform: rotate(-30deg) scale(2);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(-30deg) scale(1);
            transform: rotate(-30deg) scale(1);
    opacity: .3;
  }
}

@keyframes popupZoomIn {
  from {
    -webkit-transform: rotate(-30deg) scale(2);
            transform: rotate(-30deg) scale(2);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(-30deg) scale(1);
            transform: rotate(-30deg) scale(1);
    opacity: .3;
  }
}
/*# sourceMappingURL=dailybonus.css.map */