 /* ---- click button animation ----- */
 .winConfirmBtn, #homeBtn, #musicBtn{
  transition: transform .1s ease-in-out;
}

.winConfirmBtn:active,
#homeBtn:active,
#musicBtn:active{
  transform: scale(0.8);
}

.winConfirmBtn::after,
#homeBtn::after,
#musicBtn::after{
  transform: scale(1);
}

* {
  caret-color: transparent;
}

#maincontainer.disabled .machinebtns,
#maincontainer.disabled #homeBtnCon,
#maincontainer.disabled #backgroundMusic { 
  pointer-events: none;
  cursor: pointer;
}
/* -------------------------------- */
.wthTxtBorder3px {
  text-shadow: 
        -3px -3px 0px var(--edgeColor),
        -2px -3px 0px var(--edgeColor),
        -1px -3px 0px var(--edgeColor),
        0px -3px 0px var(--edgeColor),
        1px -3px 0px var(--edgeColor),
        2px -3px 0px var(--edgeColor),
        3px -3px 0px var(--edgeColor),
        3px -2px 0px var(--edgeColor),
        3px -1px 0px var(--edgeColor),
        3px 0px 0px var(--edgeColor),
        3px 1px 0px var(--edgeColor),
        3px 2px 0px var(--edgeColor),
        2px 3px 0px var(--edgeColor),
        1px 3px 0px var(--edgeColor),
        0px 3px 0px var(--edgeColor),
        -1px 3px 0px var(--edgeColor),
        -2px 3px 0px var(--edgeColor),
        -3px 3px 0px var(--edgeColor),
        -3px 2px 0px var(--edgeColor),
        -3px 1px 0px var(--edgeColor),
        -3px 0px 0px var(--edgeColor),
        -3px -1px 0px var(--edgeColor),
        -3px -2px 0px var(--edgeColor),
        -3px -3px 0px var(--edgeColor)!important;
}

.wthTxtBorder2px {
  text-shadow: 
        -1.5px -1.5px 0px var(--edgeColor),
        -1px -1.5px 0px var(--edgeColor),
        0px -1.5px 0px var(--edgeColor),
        1px -1.5px 0px var(--edgeColor),
        1.5px -1.5px 0px var(--edgeColor),
        1.5px -1px 0px var(--edgeColor),
        1.5px  0px 0px var(--edgeColor),
        1.5px  1px 0px var(--edgeColor),
        1.5px  1.5px 0px var(--edgeColor),
        1px  1.5px 0px var(--edgeColor),
        0px  1.5px 0px var(--edgeColor),
        -1px  1.5px 0px var(--edgeColor),
        -1.5px  1.5px 0px var(--edgeColor),
        -1.5px  1px 0px var(--edgeColor),
        -1.5px  0px 0px var(--edgeColor),
        -1.5px -1px 0px var(--edgeColor)!important;
}

.wthTxtBorder1px {
  text-shadow: 
        -1px -1px 0px var(--edgeColor),
         0px -1px 0px var(--edgeColor),
         1px -1px 0px var(--edgeColor),
         1px  0px 0px var(--edgeColor),
         1px  1px 0px var(--edgeColor),
         0px  1px 0px var(--edgeColor),
        -1px  1px 0px var(--edgeColor),
        -1px  0px 0px var(--edgeColor)!important;
}

 body {
  margin: 0;
 }

#festivalDay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* --------------------------------------------------- */
.maincontainer {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
}

/* --volume---------- */
.menuBtn {
  display: flex;
  width: max-content;
  position: absolute;
  top: 17%;
  right: -15%;
  flex-direction: column;
}

.menuBtn p {
  cursor: pointer;
  position: relative;
}

.menuBtn p img.menuIco {
  padding: 0px;
  height: 40px;
  width: 40px;
  border: 3px solid #ffffff;
  border-radius: 10px;
}

.menuBtn p #homeBtn {
  background: #ff2000;
}

.menuBtn p #musicBtn {
  background: #771da6;
}                                                      

.menuBtn p span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  position: relative;
  margin-left: 5px;
}

p#backgroundMusic.musicMuted::after {
  position: absolute;
  content: '';
  top: 52%;
  left: 25%;
  width: 1.5px;
  height: 50%;
  color: #ffffff;
  transform: translate(-50%, -50%) rotate(45deg) scale(1.6);
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 5px;
}

.menuBtn div:nth-child(2){
  margin-top: 6px;
}

/* --------------------------------------------------- */
.machine-top{
  position: relative;
  z-index: 3;
  width: 100%;
  background: url(../images/machine/machine-top.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 29px;
}

img.mainTitle {
    width: 70%;
}

.time-info {
  font-size: 27px;
  width: max-content;
  font-weight: 600;
  color: #fff;

  background: url(../images/schedule-bg.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 5px 35px;
}

/* --------------------------------------------------- */
.machine-middle {
  width: 93%;
  height: 450px;
  position: relative;
  z-index: 1;
  margin-top: -98px;
}

.machine-middle::before {
  left: 0;
  height: 220px;
  width: 220px;
  background: url(../images/lantern-left.png);
  animation: lantern1 5s ease-in-out infinite;
  transform: translateX(-51%) rotate(12deg);
}

@keyframes lantern1 {
  0% { transform: translateX(-51%) rotate(12deg); }
  50% { transform: translateX(-41%) rotate(-12deg); }
  100% { transform: translateX(-51%) rotate(12deg); }
}

.machine-middle::after{
  right: 0;
  height: 215px;
  width: 215px;
  background: url(../images/lantern-right.png);
  animation: lantern2 5s ease-in-out infinite;
  transform: translateX(36%) rotate(28deg);
}

@keyframes lantern2 {
  0% { transform: translateX(36%) rotate(28deg); }
  50% { transform: translateX(46%) rotate(8deg); }
  100% { transform: translateX(36%) rotate(28deg); }
}

.machine-middle::before,
.machine-middle::after{
  content: '';
  position: absolute;
  top: 10%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}

.machine {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/machine/machine-middle.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 181px 78px 81px;
  position: relative;
  z-index: 1;
}

.machine::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 100%;
  background: url(../images/machine/glass.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
}

.machine .lantern {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 17%;
  animation: floatingLanterns 3s ease-in-out infinite;
}

.machine .lantern:nth-child(1),
.machine .lantern:nth-child(3) {
  animation-delay: 0.5s;
}

.machine .lantern:nth-child(2),
.machine .lantern:nth-child(5) {
  animation-delay: 0.3s;
}

@keyframes floatingLanterns {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(6px); }
  100% { transform: translateY(0px); }
}

.machine .lantern:nth-child(odd) img {top: 0; }
.machine .lantern:nth-child(even) img { bottom: 0; }

.machine .lantern img{
  position: absolute;
  left: 0;
  height: auto;
  width: 100%;
  transform: scale(1.53);
}

.machine .lantern .active{
  z-index: 2;
  transform: scale(1.6)!important;
}

.machine .lantern .notactive{
  z-index: 1;
}

/* ----- */
.machine .lantern.win {  
  animation: none
}

.machine .lantern .active {  opacity: 0; }
.machine .lantern.active .active { opacity: 1; }

.machine .lantern.win .active {  
  animation: activse 0.2s linear 3;
  animation-delay: 0.1s;
  opacity: 1;
}

@keyframes activse {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}

/* --------------------------------------------------- */
.drawCountsCon {
    position: absolute;
    top: 112px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 3;
    background: #ff0000;
    width: max-content;
    text-align: center;
    font-size: 22px;
    color: #fefcc0;
    font-weight: 700;
    padding: 1px 30px;
    border: 4px solid #fffc00;
    border-radius: 35px;
}

.drawCountsCon span {
 color: #fdff0a;
}

/* --------------------------------------------------- */
.machine-bottom {
  position: relative;
  width: 97%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/machine/machine-bottom.png);
  background-position: center;
  background-size: 100% 100%;
  padding: 65px 71px 29px;
  margin-top: -19px;
}

.recordBtn {
  background: url(../images/fanti/desktop/btn-record.png);
}

.recordBtn.clicked {
  background: url(../images/fanti/desktop/btn-record-active.png);
}

.startBtn {
  background: url(../images/fanti/desktop/btn-start.png);
}

.startBtn.clicked {
  background: url(../images/fanti/desktop/btn-start-active.png);
}

.ruleBtn {
  background: url(../images/fanti/desktop/btn-rule.png);
}

.ruleBtn.clicked {
  background: url(../images/fanti/desktop/btn-rule-active.png);
}

.machinebtns,
.recordBtn.clicked,
.startBtn.clicked,
.ruleBtn.clicked {
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.startBtn.point::before{
  content: '';
  position: absolute;
  top: -4px;
  right: 14px;
  height: 40px;
  width: 40px;
  background-image: url(../images/pointer.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  transform: translateX(-37%);
  animation: pointImg 1s ease-in-out infinite;
  pointer-events: none;
}

@keyframes pointImg {
  0% { 
    transform: translateX(-37%);
    top: -4px;
  }
  50% { 
    transform: translateX(0%); 
    top: -13px;
  }
  100% { 
    transform: translateX(-37%);
    top: -4px;
  }
}

.machinebtns {
  position: relative;
  height: 100px;
  width: 33%;
  cursor: pointer;
}

.rabbitLeft,
.rabbitRight{
  position: absolute;
  bottom: 7%;
  height: 300px;
  width: 300px;
}

.rabbitLeft{
  left: -36%;
}

.rabbitRight{
  right: -36%;
}

.rabbitLeft::before {
  background: url(../images/rabbit-ribbon-1.png);
}

.rabbitLeft::after{
  background: url(../images/rabbit-ribbon-2.png);
}

.rabbitRight::before {
  background: url(../images/rabbit-mooncake-1.png);
}

.rabbitRight::after{
  background: url(../images/rabbit-mooncake-2.png);
}

.rabbitLeft::before,
.rabbitLeft::after,
.rabbitRight::before,
.rabbitRight::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.rabbitLeft::before, .rabbitRight::before {
  z-index: 1;
  animation: rabbit1 2.5s linear infinite;
}

.rabbitLeft::after, .rabbitRight::after{
  z-index: 2;
  animation: rabbit2 2.5s linear infinite;
}

.rabbitRight::before, .rabbitRight::after{
  animation-delay: 2s;
}

@keyframes rabbit1 {
  0% { opacity: 1; }
  9.9% { opacity: 1; }
  10% { opacity: 0; }
  24.9% { opacity: 0; }
  25% { opacity: 1; }
  100% { opacity: 1; }
}

@keyframes rabbit2 {
  0% { opacity: 0; }
  9.9% { opacity: 0; }
  10% { opacity: 1; }
  24.9% { opacity: 1; }
  25% { opacity: 0; }
  100% { opacity: 0; }
}

/* --------------------------------------------------------- */
span.closePopUp {
  position: absolute;
  top: -25%;
  right: -14%;
  height: 35px;
  width: 35px;
  border: 2px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  transform: scale(1.5);
  z-index: 3;
}

span.closePopUp::after,
span.closePopUp::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  height: 50%;
  width: 1px;
  background: #fff;
}

span.closePopUp::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

span.closePopUp::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* //------------------------------------- */

.popup-con {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 50%);
  z-index: 99;
  overflow: hidden;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* //------------------------------------- */
.popup-con.winPopOpen {
    display: flex;
}

.winPop .reel { 
  position: relative;
  height: max-content; 
  display: none;
}

@keyframes popup {
  from { transform: scale(0); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

.winPop .reel::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/win_pop/backlight.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation:
      popup 0.3s ease-out forwards,
      rotatingBacklight 9s linear infinite 0.3s; 
  display: none;
}

@keyframes rotatingBacklight {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.winPop .reel.pop { 
  display: flex;
}

.winPop .reel.pop::before{ 
  display: flex;
}

.winPop .reel img { 
  position: relative;
  height: 400px;
  transform: scale(0);
}

.winPop .reel.pop  img{ 
  animation: popup 0.2s ease-out forwards;
  animation-delay: 0.1s;
}

.winCon{
  position: relative;
  display: none;
  padding: 58px 17px;
  transform: scale(0);
  padding: 58px 17px 76px;
}

.winCon::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/win_pop/gradient-box.png);
  
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.winCon::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/win_pop/stars.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -2;
  transform: scale(1.3);
}

.winCon.pop{
  animation: popup 0.3s ease-out forwards 0.1s; 
  display: flex;
  flex-direction: column;
  align-items: center;
}

img.win-greetings {
  width: 86%;
  position: absolute;
  top: 2px;
}

img.giftBox {
    width: 300px;
}

#popupWinValue{
  position: relative;
  left: 0px;
  top: 0px;
}

.gradient-text,
.gradient-border {
  font-size: 83px;
  line-height: 1;
  font-weight: bold;
}

.gradient-text {
  position: relative;
  z-index: 2;
  
  /* Gradient fill for the text */
  background: linear-gradient(to bottom, #fff0c6, #ffc851);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-border {
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  font-size: 83px;
  font-weight: bold;
  color: white;
  line-height: 1;
  filter: drop-shadow(0px 4px 2px rgba(74, 12, 12, 0.5));
}

#p88.gradient-border {
    padding-right: 73px;
}

 #p168.gradient-border {
  padding-right: 39px;
}

 #p188.gradient-border{
  padding-right: 39px;
}

#p588.gradient-border  {
    padding-right: 35px;
}

#p1288.gradient-border, #p2888.gradient-border{
  padding-right: 0px;
}

.gradient-border::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #ff7139, #dd0000);
  -webkit-background-clip: text;
  color: transparent;
  z-index: -1;
  transform: scale(1.12);
  transform-origin: center;
  pointer-events: none;
  top: -1px;
  left: 2px;
  letter-spacing: -4px;
}

.winCon .winConfirmBtn {
  position: absolute;
  bottom: -13px;
  width: 59%;
  z-index: 2;
  cursor: pointer;
}

.winCon .winConfirmBtn img {
  width: 100%;
}

.winCon .winConfirmBtn.disabled {
  pointer-events: none;
  filter: grayscale(0.7);
  cursor: auto;
}

#winPopUp span.closePopUp {
  top: -11%;
}

/* ---- */
.flower-left, .flower-right {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    pointer-events: none;
}

.flower-left { left: 0; }
.flower-right { right: 0; }

.flower-left::before, .flower-left::after,
.flower-right::before, .flower-right::after{
  content: '';
  position: absolute;
  background: url(../images/win_pop/meihua.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  visibility: hidden;
  pointer-events: auto;
}

.flower-left::before, .flower-right::before{
  height: 80px;
  width: 80px;
}

.flower-left::after, .flower-right::after{
  height: 50px;
  width: 50px;
}


.flower-right::before{
  bottom: 44%;
  right: -37%;
  animation: showFlower 0.2s ease-out forwards 0.4s,
  rotatingBacklight 5s linear infinite;
}

.flower-left::before{
  top: 27%;
  left: -30%;
  animation: showFlower 0.2s ease-out forwards 0.6s,
  rotatingBacklight 5s linear infinite;
}

.flower-left::after{
  top: 57%;
  left: -10%;
  animation: showFlower 0.2s ease-out forwards 0.8s,
  rotatingBacklight 5s linear infinite;
}

.flower-right::after{
  bottom: 17%;
  right: -10%;
  animation: showFlower 0.2s ease-out forwards 1s,
  rotatingBacklight 5s linear infinite;
}

@keyframes showFlower {
  from { visibility: hidden; }
  to   { visibility: visible; }
}

/* --- activity rules pop up --- */
.popup-con.rulesPopup,
.popup-con.rulesPopup .activityRulesPopCon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activityRulesPopCon {
  display: none;
  position: relative;
  height: auto;
  width: 600px;
  background: #fff9e5;
  padding: 30px 15px 15px;
  border: 3px solid #ffbe21;
  border-radius: 15px;
}

img.activityRulesLabel {
  width: 41%;
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.activityRulesPopCon .content {
    padding: 15px;
    background: #fffcf3;
    border: 1px solid #dc542b;
    border-radius: 15px;
    overflow: hidden;
}

.activityRulesPopCon .content .inner-con {
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 14px;
    font-weight: 500;
    color: #3B3B3B;
    direction: rtl;
    padding-left: 10px;
}

.activityRulesPopCon .content .inner-con::-webkit-scrollbar {
  width: 3px;
}
 
.activityRulesPopCon .content .inner-con::-webkit-scrollbar-thumb {
  background: #c6c7c8;
  border-radius: 10px;
}

.activityRulesPopCon .content .inner-con div,
.activityRulesPopCon .content .inner-con p, 
.activityRulesPopCon .content .inner-con span{
    direction: ltr;
}

.activityRulesPopCon .content .highlight {
  color: #C20000;
}

.activityRulesPopCon .content .oneRemIndent{
  text-indent: 1rem;
}


.activityRulesPopCon  span.closePopUp {
  top: -6%;
  right: -9%;
}

#lanternsValue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.ruleLantern {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16%;
}

#lanternsValue .ruleLantern img{
  width: 100%;
}

#lanternsValue .ruleLantern span {
  font-size: 32px;
  font-weight: 600;
  position: relative;
  top: -11px;
  color: #D52E00;
}

/* --------------------------------------------------------- */
.popup-con.recordPopUp,
.popup-con.recordPopUp .recordContainer-Overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.recordContainer-Overlay {
  display: none;
  position: relative;
  /* background: linear-gradient(180deg, #FFFFFF 0%, #B62923 100%); */
  background: rgb(255 255 255 / 35%);
  width: 25%;
  height: 60%;
  border-radius: 15px;
  padding: 3px;
}

/* .recordContainer-Overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 35px;
  border: solid 2px #ffba00;
  transform: scale(1.06);
  z-index: -1;
} */

#recordContainer-Inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  padding: 95px 15px 15px 15px;
  /* background: linear-gradient(180deg, #f5eded 0%, #feb0ab 100%); */
  background: #FFF9E5;
}

.recordTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(90deg, #F6CF28 0%, #E72905 100%);
  text-align: center;
  margin-bottom: 15px;
}

.recordTitle h3 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem!important;
  margin: 0px;
}

img.recordPop {
  width: 55%;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translate(-50%, 0%);
}

#recordPopUp span.closePopUp {
  top: 18px;
  right: 17px;
  border: none;
}

#recordPopUp span.closePopUp::after, 
#recordPopUp span.closePopUp::before {
    width: 2px;
    border-radius: 3px;
}

#recordPopUp thead, #recordPopUp tbody, 
#recordPopUp th, #recordPopUp td { 
  display: block; 
}

#recordPopUp tr{ 
  display: flex; 
}

table#recordInfo{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.recordInfo-head th{
  background: #D52E00;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px 15px;
}

.recordInfo-head th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.recordInfo-head th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.recordInfo-head th:first-child, .recordInfo-body  td:first-child{ width: 60%!important; }
.recordInfo-head th:last-child, .recordInfo-body  td:last-child{ width: 40%!important; }

.recordInfo-head th:first-child, .recordInfo-body  td:first-child,
.recordInfo-head th:last-child, .recordInfo-body  td:last-child{ 
  word-break: break-all; 
}

.recordInfo-body  td:last-child{ text-align: center; }

.recordInfo-body {
  height: calc(100% - 35px);
  overflow: auto;
  margin-top: 10px;
}

.recordInfo-body::-webkit-scrollbar {
  width: 3px;
}
 
.recordInfo-body::-webkit-scrollbar-thumb {
  background: #c4c2c5; 
}

.recordInfo-body::-webkit-scrollbar-track {
  padding: 5px;
}

.recordInfo-body td {
  padding: 3px 15px;
  color: #7F2107;
  font-size: 14px;
  text-align: center;
  word-wrap: break-word;
}

.recordInfo-body tr:nth-child(odd) {
  background-color: #fff;
  border-radius: 15px;
}

h4.noRecordSpan {
  text-align: center;
  font-weight: 600;
}

/* --------------------------------------------------------- */
.popup-con.sysmtempromtPopUp,
.popup-con.sysmtempromtPopUp .sysmtempromtPopUpCon {
  display: flex;
}

.sysmtempromtPopUpCon{
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 350px;
  height: 250px;
  background: #fff9e5;
  padding: 15px;
  border: 3px solid #ffbe21;
  border-radius: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3B3B3B;
}


@media screen and (min-width: 1779px) and (max-width: 1980px){
  .machine-middle {
    height: 515px;
  }

  .machinebtns {
    height: 151px;
  }
}

/* 1600 */
@media screen and (min-width: 1537px) and (max-width: 1600px){
  .machinebtns {
    height: 115px;
  }
}

@media screen and (max-width: 1680px){
  .machinebtns {
      height: 119px;
  }

  .machine-middle {
      height: 505px;
  }
}

/* 1440 */
@media screen and (max-width: 1440px){}

@media screen and (max-width: 1400px) and (min-width: 1380px){
  .maincontainer {
      width: 61%;
  }
}

/* 1366 x 633*/
@media screen and (max-height: 665px){
  .machine-middle {
    height: 378px;
  }

  .time-info {
    font-size: 20px;
  }

  .drawCountsCon {
    font-size: 18px;
    top: 100px;
  }

  .machine-middle::before, .machine-middle::after {
    top: 14%;
  }

  .machine-middle::before{
    height: 200px;
    width: 200px;
  }

  .machine-middle::after{
    height: 205px;
    width: 205px;
  }

  .rabbitRight {
    right: -44%;
  }

  .rabbitLeft {
    left: -44%;
  }
}

@media screen and (max-height: 585px){}

/* 1680 */
@media screen and (max-width: 1344px){}

/* 1280 x 960*/
@media screen and (max-width: 1280px){
  .machine-middle {
    height: 505px;
  }
}

/* 1152 */
@media screen and (max-width: 1152px){
  .maincontainer {
      width: 61%;
  }

  .recordContainer-Overlay {
    width: 35%;
  }
}

/* 1400 */
@media screen and (max-width: 1120px){}

/* 1280 x 1024*/
@media screen and (max-width: 1024px){}

/* 針對接近 2560x1440 的解析度套用的樣式 */
@media only screen and (min-width: 2500px) and (max-width: 2620px) {
  .machine .lantern img {
      width: 96%;
  }
  .startBtn.point::before {
    right: 59px;
  }
  .machine-middle {
    height: 638px; 
  }
  .machine {
    padding: 200px 78px 81px;   
  }
}