/*------------------------Font Awesome Shortcut--------------------------*/
.minigameWrap {
  position: fixed;
  top: 8rem;
  display: flex;
  right: 0;
  transition: right 0.3s ease-in-out;
  z-index: 99;
}

.top {
  position: fixed;
  top: 10rem;
  display: flex;
  transition: right 0.3s ease-in-out;
  z-index: 99;
}

.middle {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  transition: right 0.3s ease-in-out;
  z-index: 99;
}

.bottom {
  position: fixed;
  bottom: 10rem;
  display: flex;
  transition: right 0.3s ease-in-out;
  z-index: 99;
}

@media screen and (max-width: 550px) {
  .minigameWrap {
    top: initial;
    bottom: 6rem;
  }
  .minigameWrap .minigameButton {
    align-self: flex-end;
  }
}
.minigameWrap .minigameButton {
  width: 57px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 1.5rem 1rem;
  background-color: #FEA827;
  border-radius: 1.5rem 0 0 1.5rem;
  overflow: hidden;
  cursor: pointer;
  align-self: flex-start;
  box-shadow: -0.3em 0.3rem 0.5em -0.1em #2c2c2c;
}

@media screen and (max-width: 550px) {
  .minigameWrap .minigameButton {
    align-self: flex-end;
  }
}
.minigameWrap .minigameButton .far {
  display: block;
  font-size: 3rem;
  position: relative;
  z-index: 2;
}

.minigameWrap .minigameButton .minigameButtonTitle {
  font-family: "themeRegular";
  font-size: 2.4rem;
  writing-mode: vertical-rl;
  margin: auto;
}

@media screen and (max-width: 550px) {
  .minigameWrap .minigameButton .far {
    margin-bottom: 0;
  }
  .minigameWrap .minigameButton .minigameButtonTitle {
    display: none;
  }
}
.section.section-minigame .sectionWrap .minigameWrapper {
  border-radius: 5px;
  background: #161616;
  padding: 4rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 50vh;
}

.section.section-minigame .sectionWrap .minigameWrapper .title {
  font-size: 2.1rem;
  color: #fff;
  text-transform: uppercase;
}

.section.section-minigame .sectionWrap .minigameWrapper .title p {
  text-transform: lowercase;
  margin-top: 1.5em;
}

.section.section-minigame .sectionWrap .minigameWrapper .minigameInner {
  flex: 1 1 calc(50% - 12rem);
  padding: 0 6rem;
}

.section.section-minigame .sectionWrap .minigameWrapper .minigameInner:last-child {
  border-left: 1px solid #616161;
}

.section.section-minigame .sectionWrap .minigameWrapper .minigameInner:last-child p {
  color: #6C6C6C;
  font-size: 1.6rem;
  line-height: 1.3em;
  margin-bottom: 2em;
}

.section.section-minigame .sectionWrap .minigameWrapper .minigameInner .minigame-list {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.section.section-minigame .sectionWrap .minigameWrapper .minigameInner .minigame-list .list {
  flex: 0 0 50%;
  margin-top: 2rem;
}

.section.section-minigame .sectionWrap .minigameWrapper .minigameInner .minigame-list .list .row {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}

.section.section-minigame .sectionWrap .minigameWrapper .minigameInner .minigame-list .list .list-icon {
  position: relative;
  flex: 0 0 50px;
  height: 50px;
  border-radius: 6px;
  background: #303030;
}

.section.section-minigame .sectionWrap .minigameWrapper .minigameInner .minigame-list .list .list-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
}

.section.section-minigame .sectionWrap .minigameWrapper .minigameInner .minigame-list .list .list-detail {
  margin-left: 1rem;
}

.section.section-minigame .sectionWrap .minigameWrapper .minigameInner .minigame-list .list .list-detail .list-name {
  color: #fea827;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.section.section-minigame .sectionWrap .minigameWrapper .minigameInner .minigame-list .list .list-detail .minigame-link {
  word-break: break-word;
  line-height: 1.4em;
  margin-right: 2rem;
}

.section.section-minigame .sectionWrap .minigameWrapper .minigameInner .minigame-list .list .list-detail .minigame-link a {
  display: block;
  margin-bottom: 0.5rem;
  color: #B8B8B8;
}

.section.section-minigame .sectionWrap .minigameWrapper .minigameInner.section-live-chat .btn-live-chat a {
  color: #000;
  background: #FEA827;
  border: 0;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 0.4em 2rem;
}

@media screen and (max-width: 992px) {
  .section.section-minigame .sectionWrap .minigameWrapper {
    flex-wrap: wrap;
    padding: 0 2rem;
  }
  .section.section-minigame .sectionWrap .minigameWrapper .minigameInner {
    flex: 1 1 100%;
    padding: 2rem 0rem;
  }
  .section.section-minigame .sectionWrap .minigameWrapper .minigameInner:last-child {
    flex: 1 1 100%;
    border-left: 0;
    border-top: 1px solid #616161;
  }
  .section.section-minigame .sectionWrap .minigameWrapper .minigameInner .minigame-list {
    display: block;
  }
}
.minigameButton-close {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  background: #7E7E7E;
  align-self: flex-start;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 5px -1px #999;
  margin-left: -1rem;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.minigameButton-close::after, .minigameButton-close::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.minigameButton-close::before {
  content: "\f00d";
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.minigameButton {
  position: relative;
}
.minigameButton a {
  position: relative;
  z-index: 2;
  display: block;
}
.minigameButton a img {
  width: 120px;
}
@media screen and (max-width: 550px) {
  .minigameButton a img {
    width: 70px;
  }
}
.minigameButton a::after {
  content: "";
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translate(-50%, -50%);
  background-image: url(https://resources.egoffice4u.com/minigame/luckydraw/egDemo/blink.gif);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.minigameButton::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='499.99999999999994' height='499.99999999999994' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='svg_22' x1='0.50781' y1='0' x2='0.51563' y2='1'%3E%3Cstop stop-color='%23ffcb3d' stop-opacity='0.98047' offset='0.29297'/%3E%3Cstop stop-color='rgba(255,255,255,0)' offset='0.99609'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3Cstop offset='NaN' stop-opacity='0' stop-color='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='svg_23' x1='0.48828' y1='0' x2='0.49219' y2='0.95782'%3E%3Cstop stop-color='%23ffcb3d' stop-opacity='0.98047' offset='0.28516'/%3E%3Cstop stop-color='rgba(255,255,255,0)' offset='1'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3C/linearGradient%3E%3ClinearGradient id='svg_24' x1='0.48828' y1='0' x2='0.48438' y2='0.72345'%3E%3Cstop stop-color='%23ffcb3d' stop-opacity='0.97266' offset='0.24609'/%3E%3Cstop stop-color='rgba(255,255,255,0)' offset='1'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3C/linearGradient%3E%3ClinearGradient id='svg_25' x1='0.48828' y1='0' x2='0.48828' y2='0.72345'%3E%3Cstop stop-color='%23ffcb3d' stop-opacity='0.97656' offset='0.26953'/%3E%3Cstop stop-color='rgba(255,255,255,0)' offset='1'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3Cstop stop-color='0' stop-opacity='0' offset='NaN'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg id='svg_131'%3E%3Cpath transform='rotate(180 248.896 124.365)' fill='url(%23svg_22)' d='m124.30281,249.05497l124.59321,-249.37912l124.59321,249.37912l-249.18642,0z' id='svg_118'/%3E%3Cpath fill='url(%23svg_22)' d='m124.4068,500.14881l124.59321,-249.37913l124.59321,249.37913l-249.18642,0z' id='svg_5'/%3E%3Cpath transform='rotate(90 124.047 249.259)' fill='url(%23svg_23)' d='m62.33171,373.6547l61.71512,-248.79088l61.71511,248.79088l-123.43023,0z' id='svg_120'/%3E%3Cpath transform='rotate(-90 373.775 249.259)' fill='url(%23svg_23)' d='m312.05986,373.6547l61.71512,-248.79088l61.71512,248.79088l-123.43024,0z' id='svg_121'/%3E%3Cg id='svg_130'%3E%3Cpath transform='rotate(-51 385.584 359.927)' fill='url(%23svg_25)' d='m354.66542,535.48292l30.91807,-351.11272l30.91806,351.11272l-61.83613,0z' id='svg_128' stroke='null'/%3E%3Cpath transform='rotate(51 112.297 360.029)' fill='url(%23svg_25)' d='m81.37924,535.58549l30.91806,-351.11273l30.91807,351.11273l-61.83613,0z' id='svg_129' stroke='null'/%3E%3C/g%3E%3Cg id='svg_127'%3E%3Cpath transform='rotate(129 112.297 138.402)' fill='url(%23svg_24)' d='m81.37917,313.95871l30.91807,-351.11272l30.91806,351.11272l-61.83613,0z' id='svg_122' stroke='null'/%3E%3Cpath transform='rotate(231 385.584 138.3)' fill='url(%23svg_24)' d='m354.66546,313.85652l30.91807,-351.11272l30.91807,351.11272l-61.83613,0l-0.00001,0z' id='svg_12' stroke='null'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  animation: rotate 10s linear infinite;
}