@charset "UTF-8";
@import url(/css/normalize.css);
@import url(/Action/11_Star31/20210317SU/ingame/style/css/animate.css);
@import url(/js/JQuery/Plugins/tippy/animations/scale.css);
@import url(/js/JQuery/Plugins/tippy/animations/scale-extreme.css);
@import url(/js/JQuery/Plugins/tippy/animations/scale-subtle.css);
/* ================= 頁面框架設定 ================= */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (orientation: portrait) {
  html,
  body {
    height: 100vmin;
  }
  #wrapper_game_view {
    width: 100vmax;
    height: 100vmin;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(90deg) translate(0, -100vmin);
            transform: rotate(90deg) translate(0, -100vmin);
  }
}

@media screen and (orientation: landscape) {
  html, body {
    width: 100%;
    height: 100vmin;
  }
  #wrapper_game_view {
    width: 100%;
    height: 100vmin;
  }
}

.dtNow {
  display: none;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 9999;
  border-radius: 3px;
  padding: 3px;
}

#wrapper_game_view {
  background-color: #fff;
}

.wrapper_ingame {
  font-family: "Helvetica Neue", "微軟正黑體", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light","Microsoft JhengHei", sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/bg.jpg);
  background-color: #000;
  background-size: cover;
  background-position: center top;
}

@media (max-aspect-ratio: 4 / 3) and (min-aspect-ratio: 3 / 4) {
  .wrapper_ingame {
    height: 0;
    padding-bottom: 75%;
  }
}

.wrapper_ingame .box_center {
  position: relative;
  width: 53.33333%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}

@media (max-width: 1280px) {
  .wrapper_ingame .box_center {
    width: 58.59375%;
  }
}

@media (min-aspect-ratio: 11 / 7) and (max-aspect-ratio: 11 / 6) and (max-width: 812px) {
  .wrapper_ingame .box_center {
    width: 66.66667%;
  }
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 4) {
  .wrapper_ingame .box_center {
    width: 46.875%;
  }
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 4) and (max-width: 1440px) {
  .wrapper_ingame .box_center {
    width: 54.6875%;
  }
}

@media (min-aspect-ratio: 11 / 4) and (max-aspect-ratio: 11 / 2) {
  .wrapper_ingame .box_center {
    width: 33.85417%;
  }
}

@media (max-aspect-ratio: 3 / 2) and (min-aspect-ratio: 2 / 3) {
  .wrapper_ingame .box_center {
    width: 71.875%;
  }
}

.wrapper_ingame .box_center .ingame_title {
  width: 105.11111%;
  height: 0;
  padding-bottom: 17.22222%;
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/title.png??20210312);
  background-size: 100% !important;
  position: relative;
  margin: 1.5% auto;
}

.wrapper_ingame .box_center .exchange ul {
  width: 100%;
  list-style: none;
}

.wrapper_ingame .box_center .exchange ul li {
  width: 82%;
  margin: 5px auto 10px auto;
  position: relative;
}

.wrapper_ingame .box_center .exchange ul li a {
  width: 100%;
  padding-bottom: 64.76965%;
  display: block;
  position: relative;
  background-size: 100% !important;
  cursor: pointer;
}

.wrapper_ingame .box_center .exchange ul li a:hover {
  -webkit-animation: heartbeat 3s infinite;
          animation: heartbeat 3s infinite;
}

.wrapper_ingame .box_center .exchange ul li a::after {
  content: '';
  display: block;
  width: 21.33333%;
  padding-bottom: 19.33333%;
  background: url(/Action/11_Star31/20210317SU/ingame/images/hand.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -5%;
  right: -5%;
  -webkit-animation: finger 0.8s infinite;
          animation: finger 0.8s infinite;
}

.wrapper_ingame .box_center .exchange ul li .label {
  width: 65%;
  height: 0;
  padding-bottom: 19%;
  color: #3f332d;
  position: absolute;
  top: -3%;
  left: -12%;
  font-size: 18px;
  font-weight: bold;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.wrapper_ingame .box_center .exchange ul li .label::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 29%;
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/ribbon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  font-weight: bold;
}

.wrapper_ingame .box_center .exchange ul li .label p {
  width: 100%;
  top: 14%;
  position: absolute;
}

@media (min-aspect-ratio: 11 / 7) and (max-aspect-ratio: 11 / 6) and (max-width: 812px) {
  .wrapper_ingame .box_center .exchange ul li .label p {
    top: 8%;
  }
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 4) and (max-width: 1280px) {
  .wrapper_ingame .box_center .exchange ul li .label p {
    top: 6%;
  }
}

@media (min-aspect-ratio: 11 / 4) and (max-aspect-ratio: 11 / 2) {
  .wrapper_ingame .box_center .exchange ul li .label p {
    top: 4%;
  }
}

@media only screen and (max-width: 960px) {
  .wrapper_ingame .box_center .exchange ul li .label p {
    top: 6%;
  }
}

@media only screen and (max-width: 860px) {
  .wrapper_ingame .box_center .exchange ul li .label p {
    top: 0%;
  }
}

.wrapper_ingame .box_center .exchange ul li .exchange__question {
  width: 12%;
  padding-bottom: 12%;
  background: url(/Action/11_Star31/20210317SU/ingame/images/btn_question_sub.png);
  background-size: 100%;
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}

@media screen and (max-width: 812px) {
  .wrapper_ingame .box_center .exchange ul li .exchange__question {
    width: 16%;
    padding-bottom: 16%;
  }
}

.wrapper_ingame .box_center .dividend3000__title {
  width: 100%;
  padding-bottom: 11.8451%;
  background: url(/Action/11_Star31/20210317SU/ingame/images/subtitle01.png);
  background-size: 100%;
}

.wrapper_ingame .box_center .dividend3000 ul li:nth-child(1) a {
  background: url(/Action/11_Star31/20210317SU/ingame/images/pic01.png);
}

.wrapper_ingame .box_center .dividend3000 ul li:nth-child(2) a {
  background: url(/Action/11_Star31/20210317SU/ingame/images/pic03.png);
}

.wrapper_ingame .box_center .dividend300__title {
  width: 100%;
  padding-bottom: 11.8451%;
  background: url(/Action/11_Star31/20210317SU/ingame/images/subtitle02.png);
  background-size: 100%;
}

.wrapper_ingame .box_center .dividend300 ul li:nth-child(1) a {
  background: url(/Action/11_Star31/20210317SU/ingame/images/pic02.png);
}

.wrapper_ingame .box_center .dividend300 ul li:nth-child(2) a {
  background: url(/Action/11_Star31/20210317SU/ingame/images/pic04.png);
}

@-webkit-keyframes finger {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(8%, 8%);
            transform: translate(8%, 8%);
  }
}

@keyframes finger {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(8%, 8%);
            transform: translate(8%, 8%);
  }
}

@-webkit-keyframes heartbeat {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes heartbeat {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.wrapper_ingame .box_right_bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper_ingame .box_right_bottom .note_box {
  position: absolute;
  width: 32.13542%;
  height: 0;
  padding-bottom: 4.0625%;
  bottom: 5%;
  right: 50%;
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
}

@media screen and (max-width: 812px) {
  .wrapper_ingame .box_right_bottom .note_box {
    width: 14.66667%;
    padding-bottom: 14.33333%;
    bottom: 1%;
    right: 1%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media screen and (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 4) and (max-width: 1440px) {
  .wrapper_ingame .box_right_bottom .note_box {
    width: 14.66667%;
    padding-bottom: 14.33333%;
    bottom: 1%;
    right: 1%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.wrapper_ingame .box_right_bottom .note_box .note {
  width: 100%;
  height: 0;
  padding-bottom: 12.64182%;
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/count.png??20210312);
  background-size: 100%;
  position: relative;
}

@media screen and (max-width: 812px) {
  .wrapper_ingame .box_right_bottom .note_box .note {
    width: 100%;
    padding-bottom: 97.72727%;
    background-image: url(/Action/11_Star31/20210317SU/ingame/images/count_mobile.png??20210312);
  }
}

@media screen and (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 4) and (max-width: 1440px) {
  .wrapper_ingame .box_right_bottom .note_box .note {
    width: 100%;
    padding-bottom: 97.72727%;
    background-image: url(/Action/11_Star31/20210317SU/ingame/images/count_mobile.png??20210312);
  }
}

.wrapper_ingame .box_right_bottom .note_box .note .words {
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapper_ingame .box_right_bottom .note_box .note .words p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 812px) {
  .wrapper_ingame .box_right_bottom .note_box .note .words p {
    width: 90%;
  }
}

@media screen and (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 4) and (max-width: 1440px) {
  .wrapper_ingame .box_right_bottom .note_box .note .words p {
    width: 90%;
  }
}

.wrapper_ingame .box_right_bottom .note_box .note .words p.numbers {
  width: 9.3rem;
}

@media screen and (max-width: 812px) {
  .wrapper_ingame .box_right_bottom .note_box .note .words p.numbers {
    width: 90%;
  }
}

@media screen and (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 4) and (max-width: 1440px) {
  .wrapper_ingame .box_right_bottom .note_box .note .words p.numbers {
    width: 90%;
  }
}

.wrapper_ingame .box_right_bottom .note_box .note .words p.numbers .number {
  width: 10.5%;
  display: inline-block;
}

.wrapper_ingame .box_right_bottom .note_box .note .words p.numbers .number span {
  display: inline-block;
  width: 100%;
  padding-bottom: 129.62963%;
}

.wrapper_ingame .box_right_bottom .note_box .nav_throw-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.wrapper_ingame .box_right_bottom .note_box .nav_throw-login li {
  width: 35%;
}

.wrapper_ingame .box_right_bottom .note_box .nav_throw-login li a.btn_loginExchange {
  display: block;
  width: 100%;
  padding-bottom: 47.78%;
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/btn_loginExchange.png??20210312);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wrapper_ingame .box_right_bottom .note_box .nav_throw-login li a.btn_loginExchange:hover {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/btn_loginExchange_hover.png??20210312);
}

.wrapper_ingame .box_left_bottom {
  position: absolute;
  left: 0.5em;
  bottom: 0;
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 10px;
}

.wrapper_ingame .box_left_bottom a {
  display: block;
  width: 48%;
  padding-bottom: 50%;
  background-size: 100% 100% !important;
  cursor: pointer;
}

.wrapper_ingame .box_left_bottom a:hover {
  -webkit-animation: heartBeat 0.5s;
          animation: heartBeat 0.5s;
}

.wrapper_ingame .box_left_bottom .btn_qa {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/btn_qa.png??20210312);
}

.wrapper_ingame .box_left_bottom .btn_question {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/btn_question.png??20210312);
}

.wrapper_ingame .box_windows {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(90, 99, 201, 0.85);
  z-index: 1;
}

.wrapper_ingame .box_windows .layer_click {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrapper_ingame .go_in {
  display: block;
  opacity: 1;
}

.wrapper_ingame .go_out {
  display: none;
  opacity: 0;
}

.box_container.question,
.box_container.awarded {
  display: none;
  top: 6%;
  left: 12.5%;
  width: 75%;
  height: 88%;
  color: #472735;
  line-height: 1.5em;
}

.box_container.question h4,
.box_container.awarded h4 {
  text-align: left;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #028DFF;
  font-weight: bold;
  font-size: 1.35em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box_container.question h4:before,
.box_container.awarded h4:before {
  content: '';
  background-image: url("/Action/11_Star31/20210317SU/images/icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 0 5px;
}

.box_container.question h5,
.box_container.awarded h5 {
  font-size: 1.3em;
  padding: .4em;
  text-align: center;
  color: #fff;
  margin: 20px 0;
  line-height: 28px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(253, 116, 162, 0.35)), color-stop(40%, #fd74a2), color-stop(60%, #fd74a2), color-stop(80%, rgba(253, 116, 162, 0.35)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(253, 116, 162, 0.35) 20%, #fd74a2 40%, #fd74a2 60%, rgba(253, 116, 162, 0.35) 80%, rgba(0, 0, 0, 0) 100%);
}

.box_container.question > p,
.box_container.awarded > p {
  margin-left: 2em;
}

.box_container.question > p a,
.box_container.awarded > p a {
  color: #6f00ff;
  text-decoration: underline;
}

.box_container.question > p a:hover,
.box_container.awarded > p a:hover {
  color: #f835ff;
}

.box_container.question > p.txt-center,
.box_container.awarded > p.txt-center {
  margin-left: 0;
}

.box_container.question ol, .box_container.question ul,
.box_container.awarded ol,
.box_container.awarded ul {
  margin-left: 3em;
}

.box_container.question ol li a, .box_container.question ul li a,
.box_container.awarded ol li a,
.box_container.awarded ul li a {
  color: #0059ff;
  text-decoration: underline;
}

.box_container.question ol li a:hover, .box_container.question ul li a:hover,
.box_container.awarded ol li a:hover,
.box_container.awarded ul li a:hover {
  color: #e700e7;
}

.box_container.question ol.path, .box_container.question ul.path,
.box_container.awarded ol.path,
.box_container.awarded ul.path {
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box_container.question ol.list, .box_container.question ul.list,
.box_container.awarded ol.list,
.box_container.awarded ul.list {
  list-style-type: none;
  text-align: left;
  margin-bottom: 0.8em;
}

.box_container.question ol.list li, .box_container.question ul.list li,
.box_container.awarded ol.list li,
.box_container.awarded ul.list li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}

.box_container.question ol.list li > ul, .box_container.question ul.list li > ul,
.box_container.awarded ol.list li > ul,
.box_container.awarded ul.list li > ul {
  list-style-type: decimal;
  margin-left: 0;
}

.box_container.question ol.list li > ul li, .box_container.question ul.list li > ul li,
.box_container.awarded ol.list li > ul li,
.box_container.awarded ul.list li > ul li {
  text-indent: 0;
}

.box_container.question ol.arrow > li::before, .box_container.question ul.arrow > li::before,
.box_container.awarded ol.arrow > li::before,
.box_container.awarded ul.arrow > li::before {
  content: '※ ';
  margin-left: 2px;
}

.box_container.question ol.asterisk > li:before, .box_container.question ul.asterisk > li:before,
.box_container.awarded ol.asterisk > li:before,
.box_container.awarded ul.asterisk > li:before {
  content: '● ';
}

.box_container.question ol.asterisk > li table, .box_container.question ul.asterisk > li table,
.box_container.awarded ol.asterisk > li table,
.box_container.awarded ul.asterisk > li table {
  margin-left: 0;
  text-indent: 0;
}

.box_container.question ol.example > li, .box_container.question ul.example > li,
.box_container.awarded ol.example > li,
.box_container.awarded ul.example > li {
  margin-left: 2.2em;
  text-indent: -2.2em;
}

.box_container.question ol.example > li:before, .box_container.question ul.example > li:before,
.box_container.awarded ol.example > li:before,
.box_container.awarded ul.example > li:before {
  content: '例： ';
}

.box_container.question ol.example > li table, .box_container.question ul.example > li table,
.box_container.awarded ol.example > li table,
.box_container.awarded ul.example > li table {
  margin-left: 0;
  text-indent: 0;
}

.box_container.question .box-style2,
.box_container.awarded .box-style2 {
  width: 95%;
  margin: 0 auto;
}

.question_main,
.award_main {
  width: 100%;
  height: 100%;
  padding: 0.6em;
  overflow-y: scroll;
}

.question_main::-webkit-scrollbar,
.award_main::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}

.question_main::-webkit-scrollbar-track,
.award_main::-webkit-scrollbar-track {
  background-color: transparent;
}

.question_main::-webkit-scrollbar-thumb,
.award_main::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.question_main::-webkit-scrollbar-button,
.award_main::-webkit-scrollbar-button {
  background-color: transparent;
}

.box_container {
  position: absolute;
  border-radius: 20px;
  border: 3px solid #552EED;
  background: rgba(135, 235, 255, 0.85);
  -webkit-box-shadow: 0 0 14px 0 rgba(72, 249, 255, 0.85);
          box-shadow: 0 0 14px 0 rgba(72, 249, 255, 0.85);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn_x {
  position: absolute;
  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;
  top: -22.5px;
  right: -22.5px;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  border: 2px #6fe7ff solid;
  background-color: #5D31F8;
  cursor: pointer;
  z-index: 20;
  color: #6fe7ff;
  text-decoration: none;
}

a.btn_x::before {
  content: '\f00d';
  font-family: fontAwesome;
  font-size: 42px;
  display: block;
}

/* ================= table設定 ================= */
.table {
  word-break: break-all;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px auto;
  font-size: 1em;
  color: #000;
  border: 5px solid #ff9500;
}

.table-full {
  width: 95%;
}

.table-half {
  float: left;
  width: 47%;
  margin: 0 1.5%;
  margin-top: 20px;
}

.table-one_third {
  float: left;
  width: 32%;
  margin: 0 .5%;
  margin-top: 20px;
}

.table tr {
  background: #e6e6e6;
}

.table tr th {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  border: 1px #ff6600 solid;
  background: #ff6600;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ff6600), to(#ffa600));
  background: linear-gradient(to bottom, #ff6600 20%, #ffa600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: 1.15em;
}

.table tr td {
  text-align: center;
  padding: 2px;
  border: 1px #ff9500 solid;
}

.box_name, .box_grand, .egg, .decoration01, .decoration02, .decoration03 {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.box_containerPop {
  display: none;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  padding: .5em;
  border: 0px;
  border-radius: 20px;
  border: 3px solid #552EED;
  background: rgba(135, 235, 255, 0.85);
  -webkit-box-shadow: 0 0 14px 0 rgba(72, 249, 255, 0.85);
          box-shadow: 0 0 14px 0 rgba(72, 249, 255, 0.85);
  position: absolute;
}

.confirmRedemption .confirmBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.confirmRedemption .confirmBox p {
  width: 90%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}

.confirmRedemption .confirmBox_message {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.confirmRedemption .confirmBox_btn {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 16px;
}

.confirmRedemption .confirmBox_btn a {
  padding: 10px 16px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(20deg, #5E28F1 0%, #3F74FF 100%);
  border-radius: 30px;
  margin: 5px 10px;
  cursor: pointer;
}

.box_containerAn {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: .5em;
  border: 0px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  position: absolute;
}

.prize_an .prize_an_main {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.prize_an-animate {
  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;
}

.prize_an-animate img {
  display: block;
  width: auto;
  max-width: 60%;
  -webkit-animation: swing 0.5s, rubberBand 0.5s 0.5s, swing 0.5s 1s,rubberBand 0.5s 1.5s,blur 0.5s 2s;
          animation: swing 0.5s, rubberBand 0.5s 0.5s, swing 0.5s 1s,rubberBand 0.5s 1.5s,blur 0.5s 2s;
}

.box_containerAw {
  display: none;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
  padding: .5em;
  border: 0px;
  background: rgba(48, 21, 145, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-animation: lightSpeedInRight 0.3s;
          animation: lightSpeedInRight 0.3s;
  position: absolute;
}

.box_containerAw a.btn_x {
  top: 0;
  right: 0;
  border-radius: 0;
}

.prize_item .prize_item_main {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.prize_item .prize_item_main::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}

.prize_item .prize_item_main::-webkit-scrollbar-track {
  background-color: transparent;
}

.prize_item .prize_item_main::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.prize_item .prize_item_main::-webkit-scrollbar-button {
  background-color: transparent;
}

.prize_item .confirmBtn {
  padding: 10px 15px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  background: linear-gradient(20deg, #FF8F02 0%, #FFD300 100%);
  cursor: pointer;
  margin: 15px 0;
}

.prize_item-show {
  list-style: none;
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prize_item-show li {
  min-width: 14%;
  max-width: 200px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prize_item-show li p {
  width: 100%;
}

.prize_item-show img {
  display: block;
  width: auto;
  max-width: 100%;
  -webkit-animation: delay 0.5s , fanfare 1s 0.5s;
          animation: delay 0.5s , fanfare 1s 0.5s;
}

.prize_item-show p {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-animation: delay 0.5s;
          animation: delay 0.5s;
}

.swing {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-filter: blur(10px) opacity(0);
            filter: blur(10px) opacity(0);
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-filter: blur(10px) opacity(0);
            filter: blur(10px) opacity(0);
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

.fanfare {
  -webkit-animation: fanfare 1.2s;
          animation: fanfare 1.2s;
}

@-webkit-keyframes fanfare {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.8) rotateZ(5deg);
            transform: scale(0.8) rotateZ(5deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.15) rotateZ(-5deg);
            transform: scale(1.15) rotateZ(-5deg);
  }
  50%, 70%, 90% {
    -webkit-transform: scale(1.15) rotateZ(5deg);
            transform: scale(1.15) rotateZ(5deg);
  }
}

@keyframes fanfare {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.8) rotateZ(5deg);
            transform: scale(0.8) rotateZ(5deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.15) rotateZ(-5deg);
            transform: scale(1.15) rotateZ(-5deg);
  }
  50%, 70%, 90% {
    -webkit-transform: scale(1.15) rotateZ(5deg);
            transform: scale(1.15) rotateZ(5deg);
  }
}

.number.red_diamond span.n00 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/Re_d0.png??20210312);
}

.number.red_diamond span.n01 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/Re_d1.png??20210312);
}

.number.red_diamond span.n02 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/Re_d2.png??20210312);
}

.number.red_diamond span.n03 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/Re_d3.png??20210312);
}

.number.red_diamond span.n04 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/Re_d4.png??20210312);
}

.number.red_diamond span.n05 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/Re_d5.png??20210312);
}

.number.red_diamond span.n06 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/Re_d6.png??20210312);
}

.number.red_diamond span.n07 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/Re_d7.png??20210312);
}

.number.red_diamond span.n08 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/Re_d8.png??20210312);
}

.number.red_diamond span.n09 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/Re_d9.png??20210312);
}

.number.warm_yellow span {
  background-size: 100% !important;
}

.number.warm_yellow span.n00 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/wa_y0.png??20210312);
}

.number.warm_yellow span.n01 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/wa_y1.png??20210312);
}

.number.warm_yellow span.n02 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/wa_y2.png??20210312);
}

.number.warm_yellow span.n03 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/wa_y3.png??20210312);
}

.number.warm_yellow span.n04 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/wa_y4.png??20210312);
}

.number.warm_yellow span.n05 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/wa_y5.png??20210312);
}

.number.warm_yellow span.n06 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/wa_y6.png??20210312);
}

.number.warm_yellow span.n07 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/wa_y7.png??20210312);
}

.number.warm_yellow span.n08 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/wa_y8.png??20210312);
}

.number.warm_yellow span.n09 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/wa_y9.png??20210312);
}

.number.warm_yellow span.n_colon {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/wa_y_colon.png??20210312);
}

.number.metal_yellow span.n00 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/m_y0.png??20210312);
}

.number.metal_yellow span.n01 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/m_y1.png??20210312);
}

.number.metal_yellow span.n02 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/m_y2.png??20210312);
}

.number.metal_yellow span.n03 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/m_y3.png??20210312);
}

.number.metal_yellow span.n04 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/m_y4.png??20210312);
}

.number.metal_yellow span.n05 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/m_y5.png??20210312);
}

.number.metal_yellow span.n06 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/m_y6.png??20210312);
}

.number.metal_yellow span.n07 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/m_y7.png??20210312);
}

.number.metal_yellow span.n08 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/m_y8.png??20210312);
}

.number.metal_yellow span.n09 {
  background-image: url(/Action/11_Star31/20210317SU/ingame/images/number/m_y9.png??20210312);
}

.box_flipInY {
  -webkit-animation-name: box_flipInY;
          animation-name: box_flipInY;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes box_flipInY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(3%) scaleX(1.05);
            transform: translateY(3%) scaleX(1.05);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes box_flipInY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(3%) scaleX(1.05);
            transform: translateY(3%) scaleX(1.05);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.box_flipInX {
  -webkit-animation-name: box_flipInX;
          animation-name: box_flipInX;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes box_flipInX {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  40% {
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
            transform: translateY(0) scaleX(1) scaleY(1);
  }
}

@keyframes box_flipInX {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  40% {
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
            transform: translateY(0) scaleX(1) scaleY(1);
  }
}

.an_fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}

.an_faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.delay-03s {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.delay-05s {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.box_flipOutX {
  -webkit-animation-name: box_flipOutX;
          animation-name: box_flipOutX;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
  opacity: 0;
}

@-webkit-keyframes box_flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}

@keyframes box_flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}

.box_jump {
  -webkit-animation-name: box_jump;
          animation-name: box_jump;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

@-webkit-keyframes box_jump {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: scaleY(0.95);
            transform: scaleY(0.95);
  }
  40% {
    -webkit-transform: translateY(-5%) scaleY(1.2) scaleX(1.2);
            transform: translateY(-5%) scaleY(1.2) scaleX(1.2);
  }
  60% {
    -webkit-transform: translateY(0) scaleY(0.95);
            transform: translateY(0) scaleY(0.95);
  }
  70% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    -webkit-transform: scaleY(1.1) skewY(5deg);
            transform: scaleY(1.1) skewY(5deg);
  }
  90% {
    -webkit-transform: scaleY(1.1) skewY(-5deg);
            transform: scaleY(1.1) skewY(-5deg);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes box_jump {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: scaleY(0.95);
            transform: scaleY(0.95);
  }
  40% {
    -webkit-transform: translateY(-5%) scaleY(1.2) scaleX(1.2);
            transform: translateY(-5%) scaleY(1.2) scaleX(1.2);
  }
  60% {
    -webkit-transform: translateY(0) scaleY(0.95);
            transform: translateY(0) scaleY(0.95);
  }
  70% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    -webkit-transform: scaleY(1.1) skewY(5deg);
            transform: scaleY(1.1) skewY(5deg);
  }
  90% {
    -webkit-transform: scaleY(1.1) skewY(-5deg);
            transform: scaleY(1.1) skewY(-5deg);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.box_shake {
  -webkit-animation-name: box_shake;
          animation-name: box_shake;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  visibility: visible !important;
}

@-webkit-keyframes box_shake {
  0% {
  }
  30% {
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }
  40% {
    -webkit-transform: scaleX(1.2) scaleY(1.2) skewY(5deg);
            transform: scaleX(1.2) scaleY(1.2) skewY(5deg);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}

@keyframes box_shake {
  0% {
  }
  30% {
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }
  40% {
    -webkit-transform: scaleX(1.2) scaleY(1.2) skewY(5deg);
            transform: scaleX(1.2) scaleY(1.2) skewY(5deg);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}

.box_zoom {
  -webkit-animation-name: box_zoom;
          animation-name: box_zoom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  visibility: visible !important;
}

@-webkit-keyframes box_zoom {
  0% {
  }
  30% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  40% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}

@keyframes box_zoom {
  0% {
  }
  30% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  40% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}

@-webkit-keyframes rotateBtn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  80% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotateBtn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  80% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes rotateBtnAction {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  47% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  70% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  71% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  92% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateBtnAction {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  47% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  70% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  71% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  92% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateBtnActionStop {
  0%,
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes rotateBtnActionStop {
  0%,
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.rotateBtnAction {
  -webkit-animation: rotateBtnAction 0.8s, rotateBtnActionStop 0.8s 0.8s !important;
          animation: rotateBtnAction 0.8s, rotateBtnActionStop 0.8s 0.8s !important;
  -webkit-transform-origin: 50% 52%;
          transform-origin: 50% 52%;
}

@-webkit-keyframes OutputAction {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  26% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  48% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  53% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes OutputAction {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  26% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  48% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  53% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.OutputAction {
  -webkit-animation: OutputAction 0.5s 0.6s;
          animation: OutputAction 0.5s 0.6s;
}

@-webkit-keyframes delay {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}

@keyframes delay {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
  }
}

.tippy-box[data-theme="show"] {
  background-color: #FF8801;
  border-radius: 10px;
  color: white;
  padding: 10px;
  font-size: 0.95rem;
}

.tippy-box[data-theme="show"] .list {
  margin-left: 2em;
}

.tippy-box[data-theme="show"] .tippy-arrow {
  color: #FF8801;
  width: 9px;
  height: 9px;
}

.tippy-box[data-theme="show"] .tippy-arrow::before {
  left: -9px;
  border-width: 10px 10px 10px 0;
}
