@charset "UTF-8";

:root {
  --navbar-main-color: #292421;
  --navbar-color: #FFF;
  --navbar-hover-border: #FF0031;
  --navbar-item-border-color: #F3F5F6;
  --navbar-item-hover-color: #FF0031;
  --navbar-item-hover-shadow: 0px 2px 20px rgba(255, 0, 49, 0.3);
  --navbar-item-shadow: inset -3.42857px 5.14286px 8.57143px rgba(0, 0, 0, 0.2);
  --login-btn-bg: transparent;
  --login-btn-color: #FFF;
  --btn-gradient: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  --btn-hover-bg: #FFF;
  --btn-hover-color: #FF0031;
  --main-sub-color: #9E9E9E;
  --slider-bullet-hover-color: #FF0031;
  --tab-active-color: #FF0031;
  --accrodion-active-bg-color: #FF0031;
  --accrodion-active-color: #FFF;
  --prediction-tab-color: #FFF;
}

[data-base=dark] {
  --navbar-flevel-color: #0A0A0A;
  --navbar-slevel-color: #000;
  --navbar-shadow: 4px 4px 13px -4px rgba(255, 0, 51, 0.5);
  --navbar-hover-color: #FFF;
  --navbar-level-color: #FFF;
  --navbar-item-main-color: #F3F5F6;
  --modal-bg: #241E20;
  --modal-close-color: #FFF;
  --modal-close-filter: none;
  --body-color: linear-gradient(to bottom,#0A0A0A,#242424);
  --body-extra-color: #0A0A0A;
  --slider-bg-color: #1a1a1a;
  --form-bg-main: #241E20;
  --form-bg-sub: #0A0A0A;
  --slider-bullet-bg-color: #FFF;
  --slider-bullet-opacity: .8;
  --main-font-color: #FFF;
  --hr-border-color: 1px solid #FFF;
  --hot-promo-bg: #292421;
  --modal-pagination-color: #696563;
  --seo-content-bg: #292421;
  --floating-bg-color: #292421;
  --tab-bg-color: #241E20;
  --tab-font-color: #FFF;
  --download-gradient-color: linear-gradient(to top,#1a1a1a,#0A0A0A);
  --left-gradient-color: linear-gradient(to right, #0A0A0A, transparent);
  --left-mobile-gradient-color: linear-gradient(to right, #292421, transparent);
  --right-gradient-color: linear-gradient(to right, transparent, #0A0A0A);
  --right-mobile-gradient-color: linear-gradient(to right, transparent, #292421);
  --accordion-bg-color: #0A0A0A;
  --accrodion-head-bg-color: #292421;
  --accrodion-head-color: #FFF;
  --accrodion-body-bg-color: transparent;
  --accrodion-body-color: #696563;
  --wallet-nav-button-bg-color: #292421;
  --link-color: #FFF;
  --link-active-color: #FF0031;
  --bottom-nav-shadow: 0px 5px 20px rgba(255, 0, 51, 0.5);
  --bottom-nav-event: 0px 0px 20px rgba(255, 0, 51, 0.6);
  --home-referral-input-color: #292421;
  --message-bg-color: #454545;
  --message-color: #FFF;
  --lighter-font-color: #F3F5F6;
  --input-bg-color: transparent;
  --prepand-button-color: #696563;
  --important-notice-bg-color: #FF0031;
  --important-notice-color: #FFF;
  --important-notice-border-color: #FF0031;
  --important-notice-hover-bg-color: transparent;
  --important-notice-hover-color: #FF0031;
  --autobank-bg-color: #0A0A0A;
  --vip-acoordion-bg: #696563;
  --vip-about-vip-bg: #292421;
  --vip-level-bg: #0A0A0A;
  --promotion-dropdown-color: #FFF;
  --promo-secondary-btn-hover-bg: #FFFFFF;
  --promo-secondary-color: #FF0031;
  --promotion-dropdown-item-bg: #444444;
  --title-grey: #9E9E9E;
  --accordian-affiliate-bg: #292421;
  --winner-color: linear-gradient(to bottom,#13358B00,#13358B);
  --prediction-tab-color: #9E9E9E;
  --prediction-tab-bg: #505050;
  --prediction-submit-bg: #0A0A0A;
  --prediction-multipier-section-bg: #292421;
  --mall-color: #442500;
}

[data-base=dark] footer .eu9-logo.white,
[data-base=dark] #pageLoader .eu9-logo.white {
  display: block !important;
}

[data-base=light] {
  --navbar-flevel-color: #F3F5F6;
  --navbar-slevel-color: #FFF;
  --navbar-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.2);
  --navbar-hover-color: #FF0031;
  --navbar-level-color: #231f20;
  --navbar-item-main-color: #F3F5F6;
  --modal-bg: #FFF;
  --modal-close-filter: brightness(0) invert(1);
  --body-color: #FFF;
  --body-extra-color: #FFF;
  --slider-bg-color: #FFF;
  --form-bg-main: #FFF;
  --form-bg-sub: #f3f5f6;
  --card-bg-color: #F3F5F6;
  --slider-bullet-bg-color: #434343;
  --slider-bullet-opacity: .2;
  --main-font-color: #505050;
  --hr-border-color: 1px solid rgba(0, 0, 0, 0.1);
  --hot-promo-bg: #F3F5F6;
  --modal-pagination-color: lightgrey;
  --seo-content-bg: #F3F5F6;
  --floating-bg-color: #FFF;
  --tab-bg-color: rgba(0, 0, 0, 0.1);
  --tab-font-color: #222;
  --download-gradient-color: linear-gradient(0deg,#fff 0,#dadada 55%);
  --left-gradient-color: linear-gradient(to right, #FFF, transparent);
  --left-mobile-gradient-color: linear-gradient(to right, #F3F5F6, transparent);
  --right-gradient-color: linear-gradient(to right, transparent, #FFF);
  --right-mobile-gradient-color: linear-gradient(to right, transparent, #F3F5F6);
  --accordion-bg-color: #FFF;
  --accrodion-head-bg-color: #F3F5F6;
  --accrodion-head-color: #9E9E9E;
  --accrodion-body-bg-color: #DADADA;
  --accrodion-body-color: #000;
  --wallet-nav-button-bg-color: #CCC;
  --link-color: #231f20;
  --link-active-color: #FF0031;
  --bottom-nav-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  --home-referral-input-color: #9E9E9E;
  --message-bg-color: #FFF;
  --message-color: #505050;
  --lighter-font-color: #505050;
  --input-bg-color: #FFF;
  --prepand-button-color: #F3F5F6;
  --important-notice-bg-color: transparent;
  --important-notice-color: #FF0031;
  --important-notice-border-color: #FF0031;
  --important-notice-hover-bg-color: #FF0031;
  --important-notice-hover-color: #FFF;
  --autobank-bg-color: #f4f5f7;
  --vip-acoordion-bg: #FFF;
  --vip-about-vip-bg: #FFF;
  --vip-level-bg: #ebebeb;
  --promotion-dropdown-color: #9e9e9e;
  --promo-secondary-btn-hover-bg: #FF0031;
  --promo-secondary-color: #FFFFFF;
  --promotion-dropdown-item-bg: #f8f9fa;
  --title-grey: #666666;
  --accordian-affiliate-bg: #f3f5f6;
  --winner-color: linear-gradient(to bottom,#13358B00,#13358B);
  --prediction-tab-color: #000000;
  --prediction-tab-bg: #FFF;
  --prediction-submit-bg: #505050;
  --prediction-multipier-section-bg: #DADADA;
}

[data-base=light] footer .eu9-logo.black,
[data-base=light] #pageLoader .eu9-logo.black {
  display: block !important;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.tada-small {
  -webkit-animation-name: tada-small;
  animation-name: tada-small;
}

.zoom {
  -webkit-animation-name: zoom;
  animation-name: zoom;
}

@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(3px, 2px) rotate(1deg);
  }

  10% {
    -webkit-transform: translate(-2px, -3px) rotate(-2deg);
  }

  20% {
    -webkit-transform: translate(-4px, -1px) rotate(2deg);
  }

  30% {
    -webkit-transform: translate(1px, 3px) rotate(1deg);
  }

  40% {
    -webkit-transform: translate(2px, -2px) rotate(2deg);
  }

  50% {
    -webkit-transform: translate(-2px, 3px) rotate(-2deg);
  }

  60% {
    -webkit-transform: translate(-4px, 2px) rotate(1deg);
  }

  70% {
    -webkit-transform: translate(3px, 2px) rotate(-2deg);
  }

  80% {
    -webkit-transform: translate(-2px, -2px) rotate(2deg);
  }

  90% {
    -webkit-transform: translate(3px, 3px) rotate(1deg);
  }

  100% {
    -webkit-transform: translate(2px, -2px) rotate(-2deg);
  }
}

@-webkit-keyframes speed {
  0% {
    right: -1rem;
  }

  100% {
    right: 19rem;
  }
}

@keyframes speed {
  0% {
    right: -1rem;
  }

  100% {
    right: 19rem;
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-1692px, 0, 0);
            transform: translate3d(-1692px, 0, 0);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-1692px, 0, 0);
            transform: translate3d(-1692px, 0, 0);
  }
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }

  5% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }

  10% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }

  15% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }

  20% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }

  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }

  5% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }

  10% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }

  15% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }

  20% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }

  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}

@-webkit-keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }

  79% {
    color: white;
  }

  80% {
    text-shadow: none;
  }

  81% {
    color: inherit;
    text-shadow: inherit;
  }

  82% {
    color: white;
    text-shadow: none;
  }

  83% {
    color: inherit;
    text-shadow: inherit;
  }

  92% {
    color: white;
    text-shadow: none;
  }

  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

@keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }

  79% {
    color: white;
  }

  80% {
    text-shadow: none;
  }

  81% {
    color: inherit;
    text-shadow: inherit;
  }

  82% {
    color: white;
    text-shadow: none;
  }

  83% {
    color: inherit;
    text-shadow: inherit;
  }

  92% {
    color: white;
    text-shadow: none;
  }

  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

@-webkit-keyframes bar {
  from {
    width: 0px;
  }

  to {
    width: 20%;
  }
}

@keyframes bar {
  from {
    width: 0px;
  }

  to {
    width: 20%;
  }
}

@-webkit-keyframes bar2 {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

@keyframes bar2 {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

@-webkit-keyframes cloud {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 150px;
  }
}

@keyframes cloud {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 150px;
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(-10deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(-10deg);
  }
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-15px);
            transform: translatey(-15px);
  }

  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-15px);
            transform: translatey(-15px);
  }

  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotateZ(720deg);
    transform: rotateZ(720deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotateZ(720deg);
    transform: rotateZ(720deg);
  }
}

@-webkit-keyframes rise {
  from {
    opacity: 0;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }

  25% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-10em) scale(0);
            transform: translateY(-10em) scale(0);
  }
}

@keyframes rise {
  from {
    opacity: 0;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }

  25% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-10em) scale(0);
            transform: translateY(-10em) scale(0);
  }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@-webkit-keyframes loadingC {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes loadingC {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translate(1px, 20px);
            transform: translate(1px, 20px);
  }

  24% {
    -webkit-transform: translate(1px, 30px);
            transform: translate(1px, 30px);
  }

  50% {
    -webkit-transform: translate(1px, 12px);
            transform: translate(1px, 12px);
  }

  74% {
    -webkit-transform: translate(1px, 22px);
            transform: translate(1px, 22px);
  }

  100% {
    -webkit-transform: translate(1px, 22px);
            transform: translate(1px, 22px);
  }
}

@keyframes up-down {
  0% {
    -webkit-transform: translate(1px, 20px);
            transform: translate(1px, 20px);
  }

  24% {
    -webkit-transform: translate(1px, 30px);
            transform: translate(1px, 30px);
  }

  50% {
    -webkit-transform: translate(1px, 12px);
            transform: translate(1px, 12px);
  }

  74% {
    -webkit-transform: translate(1px, 22px);
            transform: translate(1px, 22px);
  }

  100% {
    -webkit-transform: translate(1px, 22px);
            transform: translate(1px, 22px);
  }
}

@-webkit-keyframes npa {
  0% {
    text-shadow: -6px 4px 0px red;
  }

  10% {
    text-shadow: 4px -6px 0px green;
  }

  20% {
    text-shadow: -9px 4px 0px blue;
  }

  30% {
    text-shadow: 4px -6px 0px yellow;
  }

  40% {
    text-shadow: -8px 4px 0px orange;
  }

  50% {
    text-shadow: 4px 5px 0px purple;
  }

  60% {
    text-shadow: -6px 4px 0px brown;
  }

  70% {
    text-shadow: 4px 7px 0px pink;
  }

  80% {
    text-shadow: -9px -4px 0px lime;
  }

  90% {
    text-shadow: 4px -6px 0px cyan;
  }

  100% {
    text-shadow: -9px 4px 0px teal;
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(3px, 0);
  }

  50% {
    -webkit-transform: translate(-3px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-webkit-keyframes fifa-glowing {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fifa-glowing {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@-webkit-keyframes blurFadeIn {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #ffd155;
    -webkit-transform: scale(1.3);
  }

  50% {
    opacity: 0.5;
    text-shadow: 0px 0px 10px #ffd155;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 1;
    text-shadow: 0px 0px 1px #ffd155;
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes imgaRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes imgaRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes spinArrowRotate {
  from {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg) !important;
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg) !important;
  }
}

@keyframes spinArrowRotate {
  from {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg) !important;
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg) !important;
  }
}

@-webkit-keyframes rotation {
  100% {
    -webkit-transform: rotatey(360deg);
            transform: rotatey(360deg);
  }
}

@keyframes rotation {
  100% {
    -webkit-transform: rotatey(360deg);
            transform: rotatey(360deg);
  }
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }

  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }

  80%, 100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes tada-small {
  from {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.75, 0.75, 0.75) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.75, 0.75, 0.75) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}

@keyframes tada-small {
  from {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.75, 0.75, 0.75) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.75, 0.75, 0.75) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}

@-webkit-keyframes shake-animation {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  5% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  20% {
    -webkit-transform: translate3d(6%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(6%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  35% {
    -webkit-transform: translate3d(-4%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-4%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  50% {
    -webkit-transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 4deg);
    transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  65% {
    -webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -4deg);
    transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes shake-animation {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  5% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  20% {
    -webkit-transform: translate3d(6%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(6%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  35% {
    -webkit-transform: translate3d(-4%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-4%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  50% {
    -webkit-transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 4deg);
    transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  65% {
    -webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -4deg);
    transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes pump-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pump-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #13b3e5;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #fecece;
  --red: #FF0031;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #019700;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: white;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #FF0031;
  --secondary: #6c757d;
  --success: #019700;
  --info: #6cb2eb;
  --warning: #ffed4a;
  --danger: #FF0031;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #FF0031;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #b30022;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #fecece;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: white;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffb8c5;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ff7a94;
}

.table-hover .table-primary:hover {
  background-color: #ff9fb0;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #ff9fb0;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8e2b8;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7bc97a;
}

.table-hover .table-success:hover {
  background-color: #a6dba6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a6dba6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d6e9f9;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b3d7f5;
}

.table-hover .table-info:hover {
  background-color: #c0ddf6;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c0ddf6;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fffacc;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fff6a1;
}

.table-hover .table-warning:hover {
  background-color: #fff8b3;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fff8b3;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffb8c5;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff7a94;
}

.table-hover .table-danger:hover {
  background-color: #ff9fb0;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ff9fb0;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: white;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: white;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: white;
  border-color: #ff8098;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: white;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #019700;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: white;
  background-color: rgba(1, 151, 0, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #019700;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23019700' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.4em + 0.1875rem);
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #019700;
  box-shadow: 0 0 0 0.2rem rgba(1, 151, 0, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #019700;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23019700' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") white no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #019700;
  box-shadow: 0 0 0 0.2rem rgba(1, 151, 0, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #019700;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #019700;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #019700;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #01ca00;
  background-color: #01ca00;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(1, 151, 0, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #019700;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #019700;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #019700;
  box-shadow: 0 0 0 0.2rem rgba(1, 151, 0, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #FF0031;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: white;
  background-color: rgba(255, 0, 49, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #FF0031;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF0031' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF0031' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.4em + 0.1875rem);
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #FF0031;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #FF0031;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF0031' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF0031' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") white no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #FF0031;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #FF0031;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #FF0031;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #FF0031;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff335a;
  background-color: #ff335a;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF0031;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF0031;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #FF0031;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: white;
  background-color: #FF0031;
  border-color: #FF0031;
}

.btn-primary:hover {
  color: white;
  background-color: #d9002a;
  border-color: #cc0027;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 80, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: white;
  background-color: #FF0031;
  border-color: #FF0031;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #cc0027;
  border-color: #bf0025;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 80, 0.5);
}

.btn-secondary {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: white;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: white;
  background-color: #019700;
  border-color: #019700;
}

.btn-success:hover {
  color: white;
  background-color: #017100;
  border-color: #016400;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 167, 38, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: white;
  background-color: #019700;
  border-color: #019700;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: white;
  background-color: #016400;
  border-color: #015700;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 167, 38, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-info:hover {
  color: white;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: white;
  background-color: #3f9ae5;
  border-color: #3495e3;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-warning:hover {
  color: #212529;
  background-color: #ffe924;
  border-color: #ffe817;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffe817;
  border-color: #ffe70a;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}

.btn-danger {
  color: white;
  background-color: #FF0031;
  border-color: #FF0031;
}

.btn-danger:hover {
  color: white;
  background-color: #d9002a;
  border-color: #cc0027;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 80, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: white;
  background-color: #FF0031;
  border-color: #FF0031;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #cc0027;
  border-color: #bf0025;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 80, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: white;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: white;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: white;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: white;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #FF0031;
  border-color: #FF0031;
}

.btn-outline-primary:hover {
  color: white;
  background-color: #FF0031;
  border-color: #FF0031;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #FF0031;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: white;
  background-color: #FF0031;
  border-color: #FF0031;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #019700;
  border-color: #019700;
}

.btn-outline-success:hover {
  color: white;
  background-color: #019700;
  border-color: #019700;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 151, 0, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #019700;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: white;
  background-color: #019700;
  border-color: #019700;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 151, 0, 0.5);
}

.btn-outline-info {
  color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #6cb2eb;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-warning {
  color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffed4a;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.btn-outline-danger {
  color: #FF0031;
  border-color: #FF0031;
}

.btn-outline-danger:hover {
  color: white;
  background-color: #FF0031;
  border-color: #FF0031;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #FF0031;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: white;
  background-color: #FF0031;
  border-color: #FF0031;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: white;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: white;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #FF0031;
  text-decoration: none;
}

.btn-link:hover {
  color: #b30022;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: #FF0031;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: white;
  border-color: #FF0031;
  background-color: #FF0031;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff8098;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: white;
  background-color: #ffb3c1;
  border-color: #ffb3c1;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: white;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #FF0031;
  background-color: #FF0031;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='white' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 49, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 0, 49, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 49, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.3rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: white;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 49, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #ff8098;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: white;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #ff8098;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 49, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 49, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 49, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #FF0031;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #ffb3c1;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #FF0031;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #ffb3c1;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #FF0031;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #ffb3c1;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white;
  background-color: #FF0031;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: white;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: white;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: white;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #FF0031;
  background-color: white;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #b30022;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color: #FF0031;
  border-color: #FF0031;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: white;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: white;
  background-color: #FF0031;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: white;
  background-color: #cc0027;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.5);
}

.badge-secondary {
  color: white;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: white;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: white;
  background-color: #019700;
}

a.badge-success:hover,
a.badge-success:focus {
  color: white;
  background-color: #016400;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 151, 0, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #6cb2eb;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #212529;
  background-color: #3f9ae5;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffed4a;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #ffe817;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.badge-danger {
  color: white;
  background-color: #FF0031;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: white;
  background-color: #cc0027;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 49, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: white;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: white;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #850019;
  background-color: #ffccd6;
  border-color: #ffb8c5;
}

.alert-primary hr {
  border-top-color: #ff9fb0;
}

.alert-primary .alert-link {
  color: #52000f;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #014f00;
  background-color: #cceacc;
  border-color: #b8e2b8;
}

.alert-success hr {
  border-top-color: #a6dba6;
}

.alert-success .alert-link {
  color: #001c00;
}

.alert-info {
  color: #385d7a;
  background-color: #e2f0fb;
  border-color: #d6e9f9;
}

.alert-info hr {
  border-top-color: #c0ddf6;
}

.alert-info .alert-link {
  color: #284257;
}

.alert-warning {
  color: #857b26;
  background-color: #fffbdb;
  border-color: #fffacc;
}

.alert-warning hr {
  border-top-color: #fff8b3;
}

.alert-warning .alert-link {
  color: #5d561b;
}

.alert-danger {
  color: #850019;
  background-color: #ffccd6;
  border-color: #ffb8c5;
}

.alert-danger hr {
  border-top-color: #ff9fb0;
}

.alert-danger .alert-link {
  color: #52000f;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: center;
  white-space: nowrap;
  background-color: #FF0031;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: white;
}

.list-group-item.active {
  z-index: 2;
  color: white;
  background-color: #FF0031;
  border-color: #FF0031;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #850019;
  background-color: #ffb8c5;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #850019;
  background-color: #ff9fb0;
}

.list-group-item-primary.list-group-item-action.active {
  color: white;
  background-color: #850019;
  border-color: #850019;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: white;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #014f00;
  background-color: #b8e2b8;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #014f00;
  background-color: #a6dba6;
}

.list-group-item-success.list-group-item-action.active {
  color: white;
  background-color: #014f00;
  border-color: #014f00;
}

.list-group-item-info {
  color: #385d7a;
  background-color: #d6e9f9;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #385d7a;
  background-color: #c0ddf6;
}

.list-group-item-info.list-group-item-action.active {
  color: white;
  background-color: #385d7a;
  border-color: #385d7a;
}

.list-group-item-warning {
  color: #857b26;
  background-color: #fffacc;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #857b26;
  background-color: #fff8b3;
}

.list-group-item-warning.list-group-item-action.active {
  color: white;
  background-color: #857b26;
  border-color: #857b26;
}

.list-group-item-danger {
  color: #850019;
  background-color: #ffb8c5;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #850019;
  background-color: #ff9fb0;
}

.list-group-item-danger.list-group-item-action.active {
  color: white;
  background-color: #850019;
  border-color: #850019;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: white;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: white;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: white;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: white;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: white;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: white;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: white;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: white;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: white;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #FF0031 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cc0027 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #019700 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #016400 !important;
}

.bg-info {
  background-color: #6cb2eb !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #3f9ae5 !important;
}

.bg-warning {
  background-color: #ffed4a !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffe817 !important;
}

.bg-danger {
  background-color: #FF0031 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc0027 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #FF0031 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #019700 !important;
}

.border-info {
  border-color: #6cb2eb !important;
}

.border-warning {
  border-color: #ffed4a !important;
}

.border-danger {
  border-color: #FF0031 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: white !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: white !important;
}

.text-primary {
  color: #FF0031 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #b30022 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #019700 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #004b00 !important;
}

.text-info {
  color: #6cb2eb !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #298fe2 !important;
}

.text-warning {
  color: #ffed4a !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #fde300 !important;
}

.text-danger {
  color: #FF0031 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #b30022 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: white !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-bacteria:before {
  content: "\E059";
}

.fa-bacterium:before {
  content: "\E05A";
}

.fa-bahai:before {
  content: "\F666";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-box-tissue:before {
  content: "\E05B";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-caravan:before {
  content: "\F8FF";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudflare:before {
  content: "\E07D";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-alt:before {
  content: "\F422";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-disease:before {
  content: "\F7FA";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-alt:before {
  content: "\F424";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-faucet:before {
  content: "\E005";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guilded:before {
  content: "\E07E";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-medical:before {
  content: "\E05C";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-sparkles:before {
  content: "\E05D";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-hands-wash:before {
  content: "\E05E";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt-slash:before {
  content: "\E05F";
}

.fa-handshake-slash:before {
  content: "\E060";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-head-side-cough:before {
  content: "\E061";
}

.fa-head-side-cough-slash:before {
  content: "\E062";
}

.fa-head-side-mask:before {
  content: "\E063";
}

.fa-head-side-virus:before {
  content: "\E064";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hive:before {
  content: "\E07F";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-user:before {
  content: "\E065";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-innosoft:before {
  content: "\E080";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\E055";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-house:before {
  content: "\E066";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-lungs-virus:before {
  content: "\E067";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-arrows:before {
  content: "\E068";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-perbyte:before {
  content: "\E083";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-square:before {
  content: "\E01E";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-plane-slash:before {
  content: "\E069";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pump-medical:before {
  content: "\E06A";
}

.fa-pump-soap:before {
  content: "\E06B";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-shield-virus:before {
  content: "\E06C";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sink:before {
  content: "\E06D";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-soap:before {
  content: "\E06E";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-stopwatch-20:before {
  content: "\E06F";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-store-alt-slash:before {
  content: "\E070";
}

.fa-store-slash:before {
  content: "\E071";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toilet-paper-slash:before {
  content: "\E072";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-trailer:before {
  content: "\E041";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-uncharted:before {
  content: "\E084";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-unity:before {
  content: "\E049";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-users-slash:before {
  content: "\E073";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-vest:before {
  content: "\E085";
}

.fa-vest-patches:before {
  content: "\E086";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-virus:before {
  content: "\E074";
}

.fa-virus-slash:before {
  content: "\E075";
}

.fa-viruses:before {
  content: "\E076";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?592643a83b8541edc52063d84c468700);
  src: url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?592643a83b8541edc52063d84c468700) format("embedded-opentype"), url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?ed311c7a0ade9a75bb3ebf5a7670f31d) format("woff2"), url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff?1a575a4138e5f366474f0e7c5bd614a5) format("woff"), url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?513aa607d398efaccc559916c3431403) format("truetype"), url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg?1d5619cd804367cefe6da2d79289218a) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot?b0e2db3b634d1bc3928e127458d993d8);
  src: url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot?b0e2db3b634d1bc3928e127458d993d8) format("embedded-opentype"), url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2?b91d376b8d7646d671cd820950d5f7f1) format("woff2"), url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff?d1d7e3b4c219fde0f7376c6facfd7149) format("woff"), url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf?766913e6c0088ab8c9f73e18b4127bc4) format("truetype"), url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.svg?c5d109be8edd3de0f60eb472bd9ef691) format("svg");
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?0c6bfc668a72935760178f91327aed3a);
  src: url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?0c6bfc668a72935760178f91327aed3a) format("embedded-opentype"), url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?d824df7eb2e268626a2dd9a6a741ac4e) format("woff2"), url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff?d745348d289b149026921f197929a893) format("woff"), url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?b9625119ce4300f0ef890a8f3234c773) format("truetype"), url(../fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg?37bc7099f6f1ba80236164f22e905837) format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

html {
  overflow-x: hidden;
}

html[lang=th] body {
  font-family: Kanit-Regular !important;
}

html[lang=th] label,
html[lang=th] h1 {
  font-family: Kanit-Medium !important;
}

body {
  background: var(--body-color);
  font-family: "Roboto", sans-serif;
  font-display: swap;
  font-size: 1rem;
  color: #505050;
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 0.8rem;
    overflow-x: hidden;
  }
}

body::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: white;
  /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid white;
  /* creates padding around scroll thumb */
}

body header {
  background: var(--navbar-main-color);
}

body hr {
  border-top: var(--hr-border-color);
}

body .headings {
  color: var(--main-font-color);
}

body footer {
  background: var(--seo-content-bg);
  color: var(--main-font-color);
}

body form label {
  color: var(--main-font-color);
}

body .deposit-nav-wrapper,
body .deposit-content-wrapper {
  color: var(--main-font-color);
}

body .mw-25 {
  max-width: 25%;
}

#main {
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  #main {
    transition: none;
  }
}

#main.appview {
  top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 133px;
}

.page-content {
  padding-top: 53px !important;
}

@media screen and (max-width: 1023px) {
  .page-content {
    padding-top: 56px !important;
    max-width: unset;
  }

  .page-content.show {
    padding-top: 120px !important;
  }
}

.page-content.spin-attendance {
  padding-top: 0px !important;
}

.page-content.spin-attendance.appview,
.page-content.buku-mimpi.appview,
.page-content.spinwheel.appview {
  padding-top: 0 !important;
}

.page-content.single-page h1 {
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 1023px) {
  .page-content.single-page h1 {
    font-size: 24px;
  }
}

.page-content.image-cover {
  padding-top: 140px;
}

.page-content.image-cover.appview {
  padding-top: 0 !important;
}

.cover-top {
  height: 390px;
}

@media screen and (max-width: 1023px) {
  .cover-top {
    height: 250px;
  }
}

@media screen and (max-width: 512px) {
  .cover-top {
    height: 180px;
  }
}

.cover-top .bgimg {
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .cover-top .bgimg {
    transition: none;
  }
}

.cover-top .bgimg.replace {
  background-image: url(/assets/cover/desktop/cover-small.jpg);
  -webkit-filter: blur(2vw);
          filter: blur(2vw);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .cover-top .bgimg.replace {
    transition: none;
  }
}

@media screen and (max-width: 1023px) {
  .cover-top .bgimg.replace {
    background-image: url(/assets/cover/mobile/cover-small.jpg);
  }
}

.cover-top .banner-background.banner-cover {
  background-position: center top;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .cover-top .banner-background.banner-cover {
    transition: none;
  }
}

.cover-top .btn-theme {
  height: 35px;
}

@media screen and (max-width: 512px) {
  .cover-top .btn-theme {
    margin: 1rem auto !important;
  }
}

.cover-top .title {
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 512px) {
  .cover-top .title {
    font-size: 2rem;
  }
}

.cover-top .cover-content {
  text-shadow: -3px 3px 8px #000000;
}

.content-bg {
  background-size: cover;
  background-position: center top;
}

.content-bg:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content-page-bg {
  background: #231f20;
}

a {
  text-decoration: none !important;
  color: #FF0031;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

a:hover {
  color: #666666;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  a:hover {
    transition: none;
  }
}

a:focus {
  box-shadow: none !important;
  outline: none;
}

a.progressive {
  position: relative;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

img.error[width="1"],
img.loading[width="1"] {
  display: none;
}

.progressive img {
  display: initial;
}

.progressive img.preview {
  -webkit-filter: blur(0.1vw);
          filter: blur(0.1vw);
}

.bgimg {
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bgimg {
    transition: none;
  }
}

.bgimg.replace {
  background-image: url(/assets/cover/desktop/cover-small.jpg);
  -webkit-filter: blur(0.5vw);
          filter: blur(0.5vw);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bgimg.replace {
    transition: none;
  }
}

.img-overlay::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(113, 1, 2, 0.75);
}

button:focus {
  box-shadow: none !important;
  outline: none;
}

button.progressive {
  position: relative;
}

.btn {
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  min-height: 40px;
  border-radius: 6px;
  border: none;
  outline: none;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

@media screen and (max-width: 512px) {
  .btn {
    line-height: 20px;
  }
}

.btn:disabled {
  background: #9E9E9E;
}

.btn:disabled:hover {
  background: #9E9E9E;
}

.btn:hover {
  background: white;
  color: #FF0031;
}

.btn:hover span {
  color: #FF0031;
}

.btn span {
  transition: all 0.5s ease-in-out;
  line-height: 1rem;
  color: white;
}

@media (prefers-reduced-motion: reduce) {
  .btn span {
    transition: none;
  }
}

.btn-primary {
  background-color: #FF0031;
  font-weight: 400;
}

.btn-primary:hover {
  background-color: #9E9E9E;
}

.btn-primary:hover span {
  color: white !important;
}

.btn-secondary {
  background-color: #9E9E9E;
  font-weight: 400;
}

.btn-dark-secondary {
  background-color: #231f20;
  font-weight: 400;
}

.btn.lineLoginBtn {
  background: #00c300;
  color: white;
}

.btn.lineLoginBtn:hover {
  background: #008a00 !important;
  color: white !important;
}

.btn.verify {
  text-shadow: 0px 0px 10px #FF0031;
  color: #FF0031;
}

@media screen and (max-width: 512px) {
  .btn.verify {
    font-size: 0.9rem;
  }
}

.btn-white {
  background: white;
  border-radius: 50px !important;
}

.btn-white span {
  color: #231f20;
}

.btn-white span:first-child {
  color: #505050 !important;
}

.btn-link span {
  color: #FF0031;
  font-size: 0.7rem;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn-link span {
    transition: none;
  }
}

.btn-link:hover span {
  color: #9E9E9E;
}

.btn-red {
  background: #FF0031;
}

.btn.no-bg-red:hover {
  background: transparent;
}

.btn-close-circle {
  background-color: #FF0031;
  right: 10%;
  top: 10%;
  font-size: 1.5rem;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid white;
}

.btn-close-circle span {
  color: white;
  font-size: 1rem;
}

.btn-close-circle:hover span {
  -webkit-animation: rotate 2s;
  animation: rotate 2s;
}

.btn-theme {
  background: #FF0031;
  /* Old browsers */
  height: 32px;
  border: none;
  outline: none;
  border-radius: 0 !important;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn-theme {
    transition: none;
  }
}

.btn-theme.second {
  background: white;
}

.btn-theme span {
  transition: all 0.5s ease-in-out;
  color: white;
  line-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .btn-theme span {
    transition: none;
  }
}

.btn-theme:hover {
  transition: all 0.5s ease-in-out;
  outline: none;
  background: #3f3a37;
  border-color: #3f3a37;
}

@media (prefers-reduced-motion: reduce) {
  .btn-theme:hover {
    transition: none;
  }
}

.btn-theme:hover span {
  color: white;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn-theme:hover span {
    transition: none;
  }
}

.btn-theme.logout {
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  min-width: unset !important;
}

@media screen and (max-width: 768px) {
  .btn-theme {
    height: auto;
  }
}

input.form-control,
textarea.form-control,
select.form-control {
  border-radius: 5px !important;
  border-color: #9E9E9E;
  box-shadow: none;
  color: #9E9E9E;
  background: var(--input-bg-color);
  color: var(--main-font-color);
  outline: none;
  height: 37px;
  font-size: 0.8rem;
  padding: 0 15px;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  outline: none;
  border-color: #FF0031;
  box-shadow: none;
  background: var(--input-bg-color);
  color: var(--main-font-color);
}

input ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder,
select ::-webkit-input-placeholder {
  font-size: 0.8rem;
  color: var(--input-bg-color);
}

input ::-moz-placeholder,
textarea ::-moz-placeholder,
select ::-moz-placeholder {
  font-size: 0.8rem;
  color: var(--input-bg-color);
}

input :-ms-input-placeholder,
textarea :-ms-input-placeholder,
select :-ms-input-placeholder {
  font-size: 0.8rem;
  color: var(--input-bg-color);
}

input ::-ms-input-placeholder,
textarea ::-ms-input-placeholder,
select ::-ms-input-placeholder {
  font-size: 0.8rem;
  color: var(--input-bg-color);
}

input ::placeholder,
textarea ::placeholder,
select ::placeholder {
  font-size: 0.8rem;
  color: var(--input-bg-color);
}

input option,
textarea option,
select option {
  color: #292421;
}

input.form-control:-moz-read-only {
  background-color: #9E9E9E;
  color: #DADADA;
  border: 1px solid #9E9E9E;
}

input.form-control:read-only {
  background-color: #9E9E9E;
  color: #DADADA;
  border: 1px solid #9E9E9E;
}

.custom-file:hover .custom-file-label::after {
  background: #FF0031;
}

.custom-file input {
  cursor: pointer;
}

.custom-file .custom-file-label {
  cursor: pointer;
  border-radius: 5px !important;
  box-shadow: none;
  outline: none;
  color: #9E9E9E;
  border: 0;
  background: #F3F5F6;
  height: 40px;
}

@media screen and (max-width: 1023px) {
  .custom-file .custom-file-label {
    height: 37px;
    width: calc(100% - 107px);
  }
}

.custom-file .custom-file-label::after {
  right: -108px;
  background: #9E9E9E;
  color: white;
  border-radius: 5px !important;
  height: 40px;
  padding: 0.375rem 23px;
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .custom-file .custom-file-label::after {
    transition: none;
  }
}

@media screen and (max-width: 1023px) {
  .custom-file .custom-file-label::after {
    height: 37px;
  }
}

@media screen and (max-width: 512px) {
  .custom-file .custom-file-label::after {
    right: -107px;
    background: #FF0031;
    display: flex;
    align-items: center;
  }
}

.invalid-feedback {
  color: #FF0031;
  display: block !important;
}

.input-group .input-group-append,
.input-group .input-group-prepend {
  position: absolute;
  right: 0;
  z-index: 9;
  bottom: 0;
}

.input-group .input-group-append .input-group-text,
.input-group .input-group-prepend .input-group-text {
  height: 40px;
  background: transparent;
  border: none;
  width: 40px;
}

.input-group .input-group-append button,
.input-group .input-group-prepend button {
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 0;
  background: #FF0031;
  color: white;
  cursor: pointer;
}

.text-underline {
  text-decoration: underline;
}

.text-default {
  color: var(--main-font-color);
}

.text-mall-color {
  color: var(--mall-color);
}

.text-gradient-gold {
  background: linear-gradient(90deg, #CD973D 0%, #EDC274 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gold {
  color: #fed426;
}

.text-white {
  color: white;
}

.text-blue {
  color: #13b3e5 !important;
}

.text-yellow {
  color: #ff8f11;
}

.text-red {
  color: #FF0031;
}

.text-primary {
  color: #FF0031;
}

.text-black {
  color: #000;
}

.text-grey {
  color: #666666;
}

.text-grey-bank {
  color: var(--title-grey);
}

.text-light-dark {
  color: #505050;
}

.text-yellow-gradient {
  background: -webkit-linear-gradient(#ffc929, #ff8f11);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-red-gradient {
  background: linear-gradient(to right, #B00022 0%, #FF0031 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-box-grey {
  color: var(--accrodion-body-color);
}

.text-0-2 {
  font-size: 0.2rem;
}

.text-0-6 {
  font-size: 0.6rem;
}

.text-0-65 {
  font-size: 0.65rem;
}

.text-0-7 {
  font-size: 0.7rem;
}

.text-0-75 {
  font-size: 0.75rem;
}

.text-0-85 {
  font-size: 0.8rem;
}

.text-0-855 {
  font-size: 0.8rem;
}

.text-0-8 {
  font-size: 0.8rem;
}

.text-0-9 {
  font-size: 0.9rem;
}

.text-0-95 {
  font-size: 0.95rem;
}

.text-1-0 {
  font-size: 1rem;
}

.text-1-1 {
  font-size: 1.1rem;
}

.text-1-2 {
  font-size: 1.2rem;
}

.text-1-3 {
  font-size: 1.3rem;
}

.text-1-4 {
  font-size: 1.4rem;
}

.text-1-5 {
  font-size: 1.5rem;
}

.text-1-6 {
  font-size: 1.6rem;
}

.text-1-7 {
  font-size: 1.7rem;
}

.text-1-8 {
  font-size: 1.8rem;
}

.text-1-9 {
  font-size: 1.9rem;
}

.text-2-0 {
  font-size: 2rem;
}

.text-2-1 {
  font-size: 2.1rem;
}

.text-2-2 {
  font-size: 2.2rem;
}

.text-2-3 {
  font-size: 2.3rem;
}

.text-2-4 {
  font-size: 2.4rem;
}

.text-2-5 {
  font-size: 2.5rem;
}

.text-2-6 {
  font-size: 2.6rem;
}

.text-2-8 {
  font-size: 2.8rem;
}

.text-3-0 {
  font-size: 3rem;
}

.text-3-1 {
  font-size: 3.1rem;
}

.text-3-2 {
  font-size: 3.2rem;
}

.text-3-4 {
  font-size: 3.4rem;
}

.text-3-6 {
  font-size: 3.6rem;
}

.text-3-7 {
  font-size: 3.7rem;
}

.text-3-8 {
  font-size: 3.8rem;
}

.text-4-0 {
  font-size: 4rem;
}

.text-4-2 {
  font-size: 4.2rem;
}

.text-5-0 {
  font-size: 5rem;
}

.text-weight-300 {
  font-weight: 300;
}

.text-weight-400 {
  font-weight: 400;
}

.text-weight-500 {
  font-weight: 500;
}

.text-weight-600 {
  font-weight: 600;
}

.text-weight-700 {
  font-weight: 700;
}

.text-weight-800 {
  font-weight: 800;
}

.text-weight-900 {
  font-weight: 900;
}

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.bg-black {
  background: #000 !important;
}

.bg-white {
  background: white !important;
}

.bg-red {
  background: #FF0031;
}

.bg-brown {
  background: #3f3a37;
}

.bg-light-grey {
  background: #F3F5F6;
}

.bg-grey {
  background: #F4F5F7;
}

.bg-dark-theme {
  background: #292421;
}

.bg-accordion-grey {
  background: var(--accrodion-body-color);
}

.bg-yellow-gradient {
  background: #ff8f11;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffc929 0%, #ff8f11 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.dropdown-toggle::after {
  color: white;
}

.table-hover tbody tr:hover {
  color: white;
  background: rgba(255, 255, 255, 0.35) !important;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  color: #ccc;
}

.games-progress.progressbar progress {
  background-color: #f3f3f3;
  border: 0;
  height: 15px;
  width: 100%;
  border-radius: 25px;
  position: relative;
}

.games-progress.progressbar progress::-webkit-progress-bar {
  background-color: #e0eaf0;
  border-radius: 25px;
}

.games-progress.progressbar progress::-webkit-progress-value {
  border-radius: 25px;
}

.games-progress.progressbar progress::-moz-progress-bar {
  border-radius: 25px;
}

.games-progress.progressbar progress.low::-webkit-progress-value {
  background-color: #FF0031 !important;
}

.games-progress.progressbar progress.low::-moz-progress-bar {
  background-color: #FF0031 !important;
}

.games-progress.progressbar progress.mid::-webkit-progress-value {
  background: linear-gradient(-45deg, #f12711, #f5af19);
}

.games-progress.progressbar progress.mid::-moz-progress-bar {
  background: linear-gradient(-45deg, #f12711, #f5af19);
}

.games-progress.progressbar progress.high::-webkit-progress-value {
  background: linear-gradient(-45deg, #11998e, #38ef7d);
}

.games-progress.progressbar progress.high::-moz-progress-bar {
  background: linear-gradient(-45deg, #11998e, #38ef7d);
}

.games-progress.progressbar progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.25) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.25) 75%);
  background-size: 18px 18px;
  width: var(--data-width);
  height: 15px;
  border: 0;
  border-radius: 25px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 18px 0;
  }

  to {
    background-position: 0 0;
  }
}

.games-progress.progressbar span {
  position: absolute;
  top: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-weight: bold;
  font-size: 0.8rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 1023px) {
  .games-progress.progressbar span {
    top: -2px;
  }
}

.seo-section {
  background: var(--seo-content-bg);
  color: var(--main-font-color);
}

@media screen and (max-width: 512px) {
  .seo-section {
    padding-bottom: 103px !important;
  }
}

.seo-section #aboutCollapse {
  z-index: 1;
}

.seo-section #aboutCollapse p,
.seo-section #aboutCollapse h1,
.seo-section #aboutCollapse h2,
.seo-section #aboutCollapse h3,
.seo-section #aboutCollapse h4,
.seo-section #aboutCollapse h5,
.seo-section #aboutCollapse h6 {
  font-size: 0.85rem;
}

.seo-section .read-more {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

@media screen and (max-width: 1023px) {
  .m-provider-submenu-container {
    background-color: transparent;
  }

  .m-provider-submenu-container .m-provider-submenu {
    margin: 0;
    border: 0;
    height: auto;
  }

  .m-provider-submenu-container .m-provider-submenu .m-provider-submenu-content {
    position: relative;
    top: unset;
    left: unset;
    margin-right: 0;
    -webkit-transform: unset;
            transform: unset;
  }

  .m-provider-submenu-container .m-provider-submenu .m-provider-submenu-content img {
    height: unset;
    max-width: 120px;
    width: 100%;
  }
}

.success-modal {
  background: #fff;
  text-align: center;
}

.success-icon {
  font-size: 72px;
  margin-top: -100px;
  background: #fff;
  height: 72px;
  width: 72px;
  border-radius: 50%;
}

.w-45 {
  width: 45%;
}

.w-40 {
  width: 40%;
}

.w-35 {
  width: 35%;
}

.w-30 {
  width: 30%;
}

.w-20 {
  width: 20%;
}

@media screen and (max-width: 512px) {
  .headings {
    font-size: 1.5rem;
  }
}

.loading-screen {
  background: rgba(0, 0, 0, 0.8);
  z-index: 1052 !important;
  top: 10px;
}

.loading-screen.hide {
  z-index: -99;
  opacity: 0;
  visibility: hidden;
}

.loading-screen .loading-text {
  font-size: 1.8rem;
}

.loading-screen .loading-text .spinner-grow {
  width: 0.8rem;
  height: 0.8rem;
}

.loading-screen .load-content .line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #FF0031;
}

.loading-screen .load-content .line:nth-last-child(1) {
  -webkit-animation: loadingC 0.6s 0.1s linear infinite;
          animation: loadingC 0.6s 0.1s linear infinite;
}

.loading-screen .load-content .line:nth-last-child(2) {
  -webkit-animation: loadingC 0.6s 0.2s linear infinite;
          animation: loadingC 0.6s 0.2s linear infinite;
}

.loading-screen .load-content .line:nth-last-child(3) {
  -webkit-animation: loadingC 0.6s 0.3s linear infinite;
          animation: loadingC 0.6s 0.3s linear infinite;
}

.redirect-page {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999;
}

.redirect-page .logo {
  max-width: 250px;
}

.redirect-page .loading-screen {
  background: transparent;
}

.game-nav-tab.nav-tabs {
  font-weight: 600;
  font-size: 1rem;
  color: white;
}

@media screen and (max-width: 512px) {
  .game-nav-tab.nav-tabs {
    font-size: 0.85rem;
  }
}

.game-nav-tab.nav-tabs .nav-item {
  border: 0;
  margin-right: 16px;
}

.game-nav-tab.nav-tabs .nav-item .nav-link {
  background: #666666;
  color: white !important;
  border-radius: 6px !important;
  border: 0;
  padding: 8px 23px;
}

@media screen and (max-width: 512px) {
  .game-nav-tab.nav-tabs .nav-item .nav-link {
    padding: 6px 16px;
  }
}

.game-nav-tab.nav-tabs .nav-item .nav-link.active {
  background: #FF0031;
  color: white;
  border: 0;
}

.game-tab-content .game-grid-item img {
  max-height: 167px;
  min-height: 167px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

@media screen and (max-width: 512px) {
  .game-tab-content .game-grid-item img {
    max-height: 83px;
    min-height: 83px;
  }
}

.game-grid-wrapper {
  display: grid;
}

.game-grid-wrapper .game-grid-item {
  z-index: 1;
}

.game-grid-wrapper .game-grid-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 90%;
  background: linear-gradient(180deg, rgba(158, 158, 158, 0) 0%, rgba(158, 158, 158, 0.1) 100%);
  border-radius: 15px;
}

.game-grid-wrapper .game-grid-item i {
  color: white;
  cursor: pointer;
  -webkit-filter: drop-shadow(1px 2px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(1px 2px 10px rgba(0, 0, 0, 0.4));
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .game-grid-wrapper .game-grid-item i {
    transition: none;
  }
}

.game-grid-wrapper .game-grid-item i.active,
.game-grid-wrapper .game-grid-item i:hover {
  color: #FF0031;
}

.game-grid-wrapper .game-grid-item p {
  line-height: 20px;
  color: var(--main-font-color);
}

@media screen and (max-width: 512px) {
  .game-grid-wrapper .game-grid-item p {
    line-height: 16px;
  }
}

.hero-banner-slider .swiper-wrapper .swiper-slide {
  border-radius: 13px;
  max-width: 100%;
  max-height: 340px;
  background: var(--slider-bg-color);
}

@media (min-width: 1640px) {
  .hero-banner-slider .swiper-wrapper .swiper-slide {
    max-height: 100%;
  }
}

@media screen and (max-width: 512px) {
  .hero-banner-slider .swiper-wrapper .swiper-slide {
    max-height: 100%;
    border-radius: 0 !important;
  }
}

.hero-banner-slider .swiper-wrapper .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.hero-banner-slider .swiper-wrapper .swiper-slide a {
  border-radius: 13px;
}

.hero-banner-slider .swiper-wrapper .swiper-slide a img {
  border-radius: 13px;
  cursor: pointer;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .hero-banner-slider .swiper-wrapper .swiper-slide a img {
    transition: none;
  }
}

@media screen and (max-width: 512px) {
  .hero-banner-slider .swiper-wrapper .swiper-slide a img {
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 512px) {
  .hero-banner-slider .swiper-wrapper .swiper-slide a {
    border-radius: 0 !important;
  }
}

.hero-banner-slider ~ .swiper-pagination {
  bottom: -33px;
}

@media screen and (max-width: 1023px) {
  .hero-banner-slider ~ .swiper-pagination {
    bottom: 11px;
  }
}

.hero-banner-slider ~ .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 13px;
  background: var(--slider-bullet-bg-color);
  opacity: var(--slider-bullet-opacity);
}

.hero-banner-slider ~ .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background: var(--slider-bullet-hover-color);
  opacity: 1;
}

.tag {
  z-index: 1;
}

.tag::before {
  content: attr(data-tag);
  font-size: 0.7rem;
  font-weight: 500;
  position: absolute;
  top: -11px;
  left: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: 4px 8px;
  color: white;
  background: transparent;
  border-radius: 42% 58% 65% 35%/46% 38% 62% 54%;
  z-index: 101;
}

.tag-hot::before {
  background: linear-gradient(180deg, #FFB931 4.35%, #FF7B31 40.08%, #FF0031 95.72%);
}

.tag-hot.provider-page-hot::before {
  top: -5px !important;
  left: -8px !important;
}

.tag-VPN::before {
  background: linear-gradient(180deg, #F841BB, #491699);
}

.tag-VPN.provider-page-hot::before {
  top: -5px !important;
  left: -8px !important;
}

.tag-new::before {
  background: linear-gradient(180deg, #18FAA4 4.35%, #00E5E5 40.08%, #0B7AFD 95.72%);
}

.tag-maintenance {
  pointer-events: none;
}

.tag-maintenance::before {
  background: linear-gradient(to top, #feaa19, #feb02d, #feb63d, #ffbc4b, #ffc259);
}

.tag-maintenance span {
  opacity: 0.2;
}

.vpn-tag {
  left: -2px;
  top: -5px;
  font-size: 0.5rem;
  font-weight: 500;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: 4px 8px;
  color: white;
  background: transparent;
  border-radius: 42% 58% 65% 35%/46% 38% 62% 54%;
  z-index: 101;
  background: linear-gradient(180deg, #F841BB, #491699);
}

.vpn-tag.new,
.vpn-tag.hot {
  top: 18px;
  left: -4px;
}

@media screen and (max-width: 512px) {
  .vpn-tag.new,
  .vpn-tag.hot {
    font-size: 0.6rem;
    top: 20px;
    left: 0;
  }
}

.vpn-tag.new.outerGamePage,
.vpn-tag.hot.outerGamePage {
  font-size: 0.6rem;
  top: 26px;
  left: -8px;
}

.vpn-tag.new.innerGamePage,
.vpn-tag.hot.innerGamePage {
  font-size: 0.6rem;
  top: 28px;
  left: -10px;
}

.nav-main .right-side-menu .nav-country img {
  max-width: 30px;
  max-height: 30px;
  border: 2px solid white;
  border-radius: 50%;
}

@media screen and (max-width: 512px) {
  .nav-main .right-side-menu .nav-country img {
    max-width: 32px;
    max-height: 32px;
  }
}

.diplay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.diplay-grid p,
.diplay-grid li {
  line-height: 20px;
}

.profile-verify-wrapper {
  background: var(--seo-content-bg);
  border-radius: 6px;
}

.profile-verify-wrapper p {
  line-height: 18px;
  color: var(--main-font-color);
}

.profile-verify-wrapper span {
  line-height: 16px;
}

.profile-verify-wrapper .verify-btn-wrapper .verify-btn {
  background: #FF0031;
  border-radius: 6px;
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .profile-verify-wrapper .verify-btn-wrapper .verify-btn {
    transition: none;
  }
}

.profile-verify-wrapper .verify-btn-wrapper .verify-btn.verifty {
  background: #04BB00;
}

.profile-verify-status-wrapper {
  background: var(--seo-content-bg);
}

.profile-verify-status-wrapper img {
  max-width: 40px;
}

.profile-verify-status-wrapper p {
  line-height: 20px;
  color: var(--main-font-color);
}

.profile-verify-claim-wrapper {
  background: var(--seo-content-bg);
  color: var(--main-font-color);
  border-radius: 6px;
}

.profile-verify-claim-wrapper .line-height {
  line-height: 18px;
}

.profile-verify-claim-wrapper .verifty-milestone-wrapper {
  background: #FF0031;
  border-radius: 6px;
}

.profile-verify-claim-wrapper .verifty-milestone-wrapper.verified {
  background: #04BB00;
}

.profile-verify-claim-wrapper .verifty-milestone-wrapper img {
  max-width: 28px;
}

.profile-verify-claim-wrapper .verifty-milestone-wrapper .progress-bar {
  height: 5px;
  background: rgba(243, 245, 246, 0.6);
  border-radius: 50px;
}

.profile-verify-claim-wrapper .verifty-milestone-wrapper .progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(referral-progress);
  height: 100%;
  background: white;
}

.profile-verify-claim-wrapper hr {
  border-top: 2px solid #9E9E9E !important;
  opacity: 0.4;
}

.wallet-side-content-wrapper {
  background: var(--floating-bg-color);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  border-left: 6px solid #FF0031;
}

@media screen and (max-width: 1023px) {
  .wallet-side-content-wrapper {
    box-shadow: none;
    border: 0;
    background: transparent;
  }
}

@media screen and (max-width: 1023px) {
  .wallet-side-content-wrapper form label {
    font-size: 0.9rem;
  }
}

.wallet-side-content-wrapper form .form-control {
  font-size: 1rem;
  height: 40px;
}

@media screen and (max-width: 1023px) {
  .wallet-side-content-wrapper form .form-control {
    font-size: 0.9rem;
    height: 37px;
  }
}

.wallet-side-content-wrapper form .form-control:disabled {
  border: none;
}

.wallet-side-content-wrapper form .bank-radio-col:nth-child(odd) {
  padding-left: 0 !important;
  padding-right: 6px !important;
}

@media screen and (max-width: 512px) {
  .wallet-side-content-wrapper form .bank-radio-col:nth-child(odd) {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.wallet-side-content-wrapper form .bank-radio-col:nth-child(even) {
  padding-right: 0 !important;
  padding-left: 6px !important;
}

@media screen and (max-width: 512px) {
  .wallet-side-content-wrapper form .bank-radio-col:nth-child(even) {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.wallet-side-content-wrapper form .bank-radio-col .bank-radio {
  border-radius: 8px;
  background: var(--accordion-bg-color);
  opacity: 0.8;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .wallet-side-content-wrapper form .bank-radio-col .bank-radio {
    transition: none;
  }
}

.wallet-side-content-wrapper form .bank-radio-col .bank-radio.checked {
  opacity: 1;
  border: 2px solid #FF0031;
}

.wallet-side-content-wrapper form .bank-radio-col .bank-radio label p:last-child {
  color: #9E9E9E;
}

.wallet-side-content-wrapper form .bank-radio-col .bank-radio .form-check-label {
  cursor: pointer;
}

.wallet-side-content-wrapper form hr {
  border-top: 2px solid #DADADA;
}

@media screen and (max-width: 1023px) {
  .wallet-side-content-wrapper form .copy-btn-wrapper input {
    width: calc(100% - 50px);
  }
}

.wallet-side-content-wrapper form.general-form .form-group:first-child {
  margin-top: 1rem !important;
}

.wallet-side-content-wrapper.add-bank-main {
  min-height: 500px;
}

@media screen and (max-width: 1023px) {
  .wallet-side-content-wrapper.add-bank-main {
    min-height: auto;
  }
}

.wallet-side-content-wrapper.referral-main .referral-status-wrapper a {
  text-decoration: underline !important;
}

.wallet-side-content-wrapper.referral-main .referral-status-wrapper .comission-wrapper {
  background: #FF0031;
}

@media screen and (max-width: 1023px) {
  .wallet-side-content-wrapper.referral-main .referral-link-wrapper .qrcode-social-wrapper {
    background: transparent;
  }
}

@media screen and (max-width: 1023px) {
  .wallet-side-content-wrapper.referral-main .referral-link-wrapper .qrcode-social-wrapper #referral_qrcode {
    max-width: 160px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}

.wallet-side-content-wrapper.referral-main .referral-link-wrapper .qrcode-social-wrapper #referral_qrcode img {
  max-width: 93px;
}

@media screen and (max-width: 1023px) {
  .wallet-side-content-wrapper.referral-main .referral-link-wrapper .qrcode-social-wrapper ul li {
    width: 15%;
  }
}

.wallet-side-content-wrapper.referral-main .referral-link-wrapper .referral-link input {
  color: pointer;
  width: calc(100% - 50px);
}

.wallet-side-content-wrapper.referral-main .referral-link-wrapper .referral-link input:-moz-read-only {
  background: #9E9E9E;
}

.wallet-side-content-wrapper.referral-main .referral-link-wrapper .referral-link input:read-only {
  background: #9E9E9E;
}

.wallet-side-content-wrapper.referral-main .referral-link-wrapper .referral-link .copy-btn-wrapper .copybtn {
  right: 0;
}

.wallet-side-content-wrapper.referral-main .line-height {
  line-height: 18px;
}

.wallet-side-content-wrapper.referral-main .referral-box {
  background: var(--form-bg-sub);
  border-radius: 13px;
}

.wallet-side-content-wrapper.referral-main .referral-box .title {
  line-height: 18px;
}

.wallet-side-content-wrapper.referral-main .referral-box .fa-info-circle {
  top: 8px;
  right: 8px;
}

.wallet-side-content-wrapper.referral-main .referral-box.easy-steps-wrapper .easy-steps-items {
  background: var(--hot-promo-bg);
}

.wallet-side-content-wrapper.referral-main .referral-box.easy-steps-wrapper .easy-steps-items img {
  max-width: 48px;
}

.wallet-side-content-wrapper.referral-main .referral-box.easy-steps-wrapper .easy-steps-items p:last-child {
  line-height: 14px;
}

.wallet-side-content-wrapper.referral-main .referral-box.tips-promotion ol li {
  font-size: 0.85rem;
  line-height: 16px;
}

.add-bank-wrapper {
  cursor: pointer;
  border: 1px dotted #000;
  border-radius: 8px;
}

@media screen and (max-width: 512px) {
  .add-bank-wrapper {
    min-height: 108px;
  }
}

.toggle-bank-wrapper,
.bankListDetails {
  cursor: pointer;
  border-radius: 8px;
  background: var(--accordion-bg-color);
  border: 2px solid #FF0031;
}

.toggle-bank-wrapper .copybtn-bank-wrapper:hover .copybtn-bank,
.bankListDetails .copybtn-bank-wrapper:hover .copybtn-bank {
  color: #FF0031;
}

.toggle-bank-wrapper .add-bank-img,
.bankListDetails .add-bank-img {
  max-width: 80px;
}

.toggle-bank-wrapper .add-bank-content,
.bankListDetails .add-bank-content {
  width: calc(100% - 80px);
}

.toggle-bank-wrapper .add-bank-content p,
.bankListDetails .add-bank-content p {
  display: block;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: var(--main-font-color);
}

.toggle-bank-wrapper .add-bank-content p:last-child,
.bankListDetails .add-bank-content p:last-child {
  color: #9e9e9e;
}

.bank-qrCode-wrapper {
  max-width: 110px;
  padding-top: 8px;
  right: -123px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 1023px) {
  .bank-qrCode-wrapper {
    position: relative !important;
    right: 0;
    top: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    padding-top: 16px;
    max-width: 100px;
    margin-left: 13px;
  }
}

.crypto-qrCode-wrapper img {
  max-width: 180px;
  max-height: 180px;
}

.crypto-reminder-wrapper {
  border: 1px dotted #666666;
  border-radius: 6px;
}

.auto-transfer {
  cursor: pointer;
  width: 50px;
  border-radius: 25px;
}

.auto-transfer .switch {
  height: 25px;
}

.auto-transfer .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.auto-transfer .switch input:checked + .slider {
  background: #34cb33;
}

.auto-transfer .switch input:checked + .slider:before {
  left: calc(100% - 4px - 19px);
}

.auto-transfer .switch input:focus + .slider {
  box-shadow: 0 0 1px #34cb33;
}

.auto-transfer .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9E9E9E;
  transition: 0.4s;
  /* Rounded sliders */
}

.auto-transfer .switch .slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
}

.auto-transfer .switch .slider.round {
  border-radius: 25px;
}

.auto-transfer .switch .slider.round:before {
  border-radius: 50%;
}

.qrcode-social-wrapper {
  border-radius: 10px;
  background: var(--seo-content-bg);
}

.qrcode-social-wrapper #referral_qrcode canvas {
  width: 100%;
}

.qrcode-social-wrapper ul {
  list-style: none;
}

.qrcode-social-wrapper ul .share-link {
  background: #9E9E9E;
  font-size: 1.8rem;
  border-radius: 6px;
  width: 30%;
}

.qrcode-social-wrapper ul .share-link:hover {
  background: #FF0031;
}

.qrcode-social-wrapper ul .share-link .share-button {
  font-size: 1.8rem;
}

.qrcode-social-wrapper ul .share-link .share-button i {
  color: white;
}

.divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2.5px;
  height: 80px;
  background: #9E9E9E;
  opacity: 0.5;
}

.copy-btn-wrapper:hover .copybtn {
  background: #FF0031;
}

.copy-btn-wrapper .input-copybtn {
  cursor: pointer;
}

.copy-btn-wrapper .copybtn {
  cursor: pointer;
  background: #9E9E9E;
  right: -50px;
  top: 0;
  padding: 0 15px;
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .copy-btn-wrapper .copybtn {
    transition: none;
  }
}

@media screen and (max-width: 512px) {
  .copy-btn-wrapper .copybtn {
    right: 0;
    background: #FF0031;
  }
}

.ul-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ul-center .page-item {
  margin-right: 13px;
}

.ul-center .page-item:last-child {
  margin-right: 0;
}

.ul-center .page-item.active span,
.ul-center .page-item.active a,
.ul-center .page-item:hover span,
.ul-center .page-item:hover a {
  background: #FF0031 !important;
}

.ul-center .page-item span,
.ul-center .page-item a {
  background: var(--modal-pagination-color) !important;
  border: none;
  border-radius: 4px;
  color: white !important;
}

.default-tabs .form-tabs-wrapper .nav-item .nav-link {
  cursor: pointer;
  opacity: 1;
  border: 3px solid transparent !important;
  border-radius: 13px;
}

@media screen and (max-width: 512px) {
  .default-tabs .form-tabs-wrapper .nav-item .nav-link {
    max-width: 60px;
    font-size: 0.6rem;
    line-height: 12px;
    text-align: center;
    min-height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 376px) {
  .default-tabs .form-tabs-wrapper .nav-item .nav-link {
    max-width: 50px;
    min-height: 50px;
  }
}

.default-tabs .form-tabs-wrapper .nav-item .nav-link.active {
  border: 3px solid #FF0031 !important;
}

.default-tabs .form-tabs-wrapper .nav-item .nav-link .top-icons {
  top: -13px;
  right: -6px;
}

@media screen and (max-width: 512px) {
  .default-tabs .form-tabs-wrapper .nav-item .nav-link .top-icons {
    top: -5px;
  }
}

.default-tabs .form-tabs-wrapper .nav-item .nav-link .top-icons img {
  max-width: 60px;
}

.default-tabs .form-tabs-wrapper .nav-item hr {
  height: calc(100% - 20px);
  width: 0;
  border: 1px solid #DADADA;
}

.default-tabs .form-tabs-wrapper .nav-item.moreBankWrapper .moreBankBtn {
  cursor: pointer;
  background: var(--form-bg-sub);
  max-width: 60px;
  min-height: 60px;
  border-radius: 13px;
  line-height: 16px;
}

@media screen and (max-width: 512px) {
  .default-tabs .form-tabs-wrapper .nav-item.moreBankWrapper .moreBankBtn {
    background: var(--modal-bg);
    min-height: 53px;
    font-size: 0.8rem;
  }
}

.default-tabs .form-tabs-wrapper .nav-item.moreBankWrapper .moreBankBtn:hover .moreBankDropdown {
  opacity: 1;
  visibility: visible;
}

.default-tabs .form-tabs-wrapper .nav-item.moreBankWrapper .moreBankBtn .moreBankDropdown {
  background: var(--form-bg-sub);
  bottom: -83px;
  right: 0;
  z-index: 1;
  border-radius: 13px;
  max-width: 300px;
  min-width: 300px;
  min-height: 80px;
  max-height: 80px;
  overflow-x: scroll;
  overflow-y: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .default-tabs .form-tabs-wrapper .nav-item.moreBankWrapper .moreBankBtn .moreBankDropdown {
    transition: none;
  }
}

@media screen and (max-width: 512px) {
  .default-tabs .form-tabs-wrapper .nav-item.moreBankWrapper .moreBankBtn .moreBankDropdown {
    top: 68px;
    background: var(--modal-bg);
    max-width: 280px;
    min-width: 280px;
  }
}

@media (max-width: 376px) {
  .default-tabs .form-tabs-wrapper .nav-item.moreBankWrapper .moreBankBtn .moreBankDropdown {
    max-width: 260px;
    min-width: 260px;
    top: 56px;
  }
}

.default-tabs .form-tabs-wrapper .nav-item.moreBankWrapper .moreBankBtn .moreBankDropdown .top-icons {
  top: -7px;
  right: 0;
}

.default-tabs .form-tabs-wrapper .nav-item.moreBankWrapper .moreBankBtn .moreBankDropdown .top-icons img {
  max-width: 60px;
}

.default-tabs .form-tabs-wrapper .nav-item.moreBankWrapper .moreBankBtn .moreBankDropdown .innerBankImg .only-text-wrapper {
  background: var(--floating-bg-color);
  color: white !important;
  border-radius: 4px;
  padding: 6px 10px;
  margin-right: 10px;
}

@media screen and (max-width: 512px) {
  .default-tabs .form-tabs-wrapper .nav-item.moreBankWrapper .moreBankBtn .moreBankDropdown .innerBankImg .only-text-wrapper {
    background: var(--accordion-bg-color);
  }
}

.default-tabs .form-tabs-wrapper .nav-item.moreBankWrapper .moreBankBtn .moreBankDropdown::-webkit-scrollbar {
  width: 9px;
  max-height: 5px;
}

.default-tabs .form-tabs-wrapper .nav-item.moreBankWrapper .moreBankBtn .moreBankDropdown::-webkit-scrollbar-track {
  border: none;
  background: transparent;
}

.default-tabs .form-tabs-wrapper .nav-item.moreBankWrapper .moreBankBtn .moreBankDropdown::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 10px;
}

.default-tabs .nav-item:last-child .nav-link {
  margin-right: 0 !important;
}

.default-tabs .nav-item .nav-link {
  background: var(--accordion-bg-color);
  color: white !important;
  border-radius: 4px;
  padding: 6px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 512px) {
  .default-tabs .nav-item .nav-link {
    background: var(--hot-promo-bg);
  }
}

.default-tabs .nav-item .nav-link.active,
.default-tabs .nav-item .nav-link:hover {
  background: #FF0031;
}

.default-tabs .nav-item .nav-link .top-icons {
  top: -13px;
  right: -8px;
}

@media screen and (max-width: 512px) {
  .default-tabs .nav-item .nav-link .top-icons {
    top: -10px;
  }
}

.default-tabs .bank-icon {
  border-radius: 10px;
  max-width: 60px;
}

@media (max-width: 376px) {
  .default-tabs .bank-icon {
    max-width: 50px;
  }
}

@media (min-width: 1280px) {
  .my-wallet-wrapper:hover .mywallet-accordion {
    opacity: 1;
    visibility: visible;
  }
}

.my-wallet-wrapper .mywallet-accordion {
  max-height: 315px;
  overflow-y: scroll;
  width: 320px;
  top: 43px;
  right: 0;
  background: var(--accordion-bg-color);
  border-radius: 8px;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .my-wallet-wrapper .mywallet-accordion {
    transition: none;
  }
}

@media screen and (max-width: 1023px) {
  .my-wallet-wrapper .mywallet-accordion {
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .my-wallet-wrapper .mywallet-accordion.show-wallet-accordion {
    display: block;
  }
}

.my-wallet-wrapper .mywallet-accordion .card {
  background: transparent;
}

.my-wallet-wrapper .mywallet-accordion .card:last-child {
  margin-bottom: 0 !important;
}

.my-wallet-wrapper .mywallet-accordion .card.main button.collapsed {
  background: var(--accrodion-active-bg-color);
}

.my-wallet-wrapper .mywallet-accordion .card.main button.collapsed p,
.my-wallet-wrapper .mywallet-accordion .card.main button.collapsed i {
  color: var(--accrodion-active-color) !important;
}

.my-wallet-wrapper .mywallet-accordion .card-header {
  border-radius: 0;
}

.my-wallet-wrapper .mywallet-accordion .card-header button {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  min-height: 26px;
  background: var(--accrodion-active-bg-color);
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .my-wallet-wrapper .mywallet-accordion .card-header button {
    transition: none;
  }
}

.my-wallet-wrapper .mywallet-accordion .card-header button p {
  color: var(--accrodion-active-color);
}

.my-wallet-wrapper .mywallet-accordion .card-header button p:last-child {
  font-size: 1rem;
}

.my-wallet-wrapper .mywallet-accordion .card-header button p:last-child i {
  color: var(--accrodion-active-color);
}

.my-wallet-wrapper .mywallet-accordion .card-header button.collapsed {
  background: var(--accrodion-head-bg-color);
  border-radius: 6px;
}

.my-wallet-wrapper .mywallet-accordion .card-header button.collapsed p:first-child {
  color: var(--accrodion-head-color);
}

.my-wallet-wrapper .mywallet-accordion .card-header button.collapsed p:last-child {
  color: #FF0031;
}

.my-wallet-wrapper .mywallet-accordion .card-header button.collapsed p:last-child i {
  color: var(--accrodion-head-color);
}

.my-wallet-wrapper .mywallet-accordion .card-body-wrapper {
  background: var(--accrodion-body-bg-color);
  color: var(--accrodion-body-color);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.my-wallet-wrapper .mywallet-accordion .card-body-wrapper .card-body ul {
  list-style: none;
}

.my-wallet-wrapper .mywallet-accordion .card-body-wrapper .card-body ul li {
  border-bottom: 1px solid white;
  font-size: 0.95rem;
}

.my-wallet-wrapper .mywallet-accordion .card-body-wrapper .card-body ul li:first-child {
  padding-top: 0 !important;
}

.my-wallet-wrapper .mywallet-accordion .card-body-wrapper .card-body ul li:last-child {
  padding-bottom: 0 !important;
  border: none;
}

.my-wallet-wrapper .mywallet-accordion .card-body-wrapper .card-body ul li p {
  color: var(--lighter-font-color);
}

.my-wallet-wrapper.transfer-input .mywallet-accordion {
  width: 100%;
  z-index: 2;
  top: 45px;
}

.my-wallet-wrapper.transfer-input .mywallet-accordion .card-body-wrapper ul li {
  cursor: pointer;
}

.my-wallet-wrapper.transfer-input input {
  border: 1px solid #9E9E9E !important;
  background: white !important;
}

.my-wallet-wrapper.transfer-input i {
  -webkit-text-stroke: 0.2px white;
  /* Webkit browsers */
  text-stroke: 0.2px white;
  /* Standard */
  font-size: 0.9rem;
  color: #9E9E9E;
  right: 3.5px;
}

.my-wallet-wrapper.transfer-input i.fa-angle-down {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.game-balance-wrapper {
  background: #9E9E9E;
  border-radius: 50px;
  margin-top: 36px;
  cursor: pointer;
}

.redeem-button {
  background: transparent;
  border: 2px solid var(--navbar-hover-border);
  color: white;
  border-radius: 8px;
  cursor: pointer;
}

.download-1111-div .download-1111-btn a {
  background: linear-gradient(180deg, #fa1818 4.35%, #e54200 40.08%, #fd7f0b 95.72%);
  box-shadow: 0px 0px 15px #e21313;
  font-weight: 700;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.download-1111-div .download-1111-btn a:after {
  content: "";
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 1;
  -webkit-animation: download-1111-animation 3s infinite;
          animation: download-1111-animation 3s infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
}

.download-1111-div .download-1111-btn a .gif-1111 {
  max-width: 40px;
  left: 30px;
}

@media screen and (max-width: 512px) {
  .download-1111-div .download-1111-btn a .gif-1111 {
    max-width: 30px;
    left: 12px;
  }
}

.download-1111-div .download-1111-btn a p {
  line-height: 1rem;
  color: white;
}

.download-1111-div .download-1111-text {
  font-size: 14px;
}

@media screen and (max-width: 512px) {
  .download-1111-div .download-1111-text {
    font-size: 11px;
  }
}

@-webkit-keyframes download-1111-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes download-1111-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.country .input-group-prepend {
  left: 0;
  right: unset;
}

.country .input-group-prepend button {
  width: 60px;
  background: #F3F5F6;
  border-radius: 0 !important;
}

.country .input-group-prepend button span {
  color: var(--main-font-color);
  font-size: 0.9rem;
}

.country #selected_country {
  border-radius: 5px !important;
  border: none;
  max-width: 100px;
  background: var(--prepand-button-color);
  color: var(--main-font-color);
  min-height: 37px;
  height: 37px;
}

.country #selected_country:hover span,
.country #selected_country:focus span {
  color: #9E9E9E;
}

.country #selected_country:disabled {
  opacity: 1;
  cursor: no-drop;
}

.country #selected_country::after {
  color: var(--main-font-color);
}

.country #mobile {
  margin-left: 66px;
  border-radius: 5px;
}

.refferal-code-btn {
  cursor: pointer;
  box-shadow: -1px 2px 22px -7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 2px 22px -7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 2px 22px -7px rgba(0, 0, 0, 0.3);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.4s ease;
}

.refferal-code-btn:hover,
.refferal-code-btn.active {
  background: #FF0031;
  color: white;
}

.idx-announcement {
  background: var(--card-bg-color);
}

.idx-announcement p {
  color: var(--main-font-color);
}

.nav-tabs .nav-link.active {
  border: none !important;
}

.notification {
  opacity: 1;
  top: -1%;
  left: 0;
  width: 100vw;
  z-index: 99;
}

.notification.annoucement #notification-type {
  max-width: 70%;
}

@media screen and (max-width: 512px) {
  .notification.annoucement #notification-type {
    max-width: 98%;
  }
}

.notification.short-announcement {
  top: 10%;
  transition: all 0.2s ease;
}

.notification.short-announcement #notification-type {
  max-height: 420px;
  overflow-y: scroll;
}

@media screen and (max-width: 512px) {
  .notification.short-announcement #notification-type {
    max-height: 260px;
  }
}

.notification.short-announcement #notification-type::-webkit-scrollbar {
  width: 6px;
}

.notification.short-announcement #notification-type::-webkit-scrollbar-track {
  background: transparent;
}

.notification.short-announcement #notification-type::-webkit-scrollbar-thumb {
  background-color: var(--main-font-color);
  border-radius: 20px;
  border: 3px solid transparent;
}

@media (prefers-reduced-motion: reduce) {
  .notification.short-announcement {
    transition: none;
  }
}

.notification.short-announcement.show {
  top: 68px;
  opacity: 1;
}

.notification.short-announcement.extraSpace {
  top: 123px;
}

.notification.short-announcement #notification-type {
  max-width: 40%;
}

@media screen and (max-width: 512px) {
  .notification.short-announcement #notification-type {
    max-width: 90%;
  }
}

.notification.short-announcement .close-short-announcement {
  top: 0;
  right: 0;
  cursor: pointer;
  background: #FF0031;
  border-radius: 50%;
  padding: 3px 6px 3px 5px;
}

.notification .annoucement-countdown {
  border: 2px white solid;
  border-radius: 50%;
  width: 25px;
  color: white;
  height: 25px;
  cursor: pointer;
}

.notification #notification-type {
  background: var(--hot-promo-bg);
  max-width: 30%;
  border-radius: 15px;
}

@media screen and (max-width: 512px) {
  .notification #notification-type {
    max-width: 98%;
  }
}

.notification-success {
  background: #2ebb00;
  padding: 6px;
  border-radius: 50%;
}

.notification-fail {
  background: var(--promo-secondary-color);
  padding: 6px 8px;
  border-radius: 50%;
}

.notification-close {
  animation-direction: reverse !important;
}

.game-card-style::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 90%;
  background: linear-gradient(180deg, rgba(158, 158, 158, 0) 0%, rgba(158, 158, 158, 0.1) 100%);
  border-radius: 15px;
}

.game-card-style .game-fav {
  color: white;
}

.game-card-style .game-fav.active {
  color: #FF0031;
}

.list-style-dot {
  list-style: "- ";
}

.notification-fadeInBottom {
  -webkit-animation: messageFadeInDeskop 2s linear 0.4s alternate;
          animation: messageFadeInDeskop 2s linear 0.4s alternate;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@media screen and (max-width: 512px) {
  .notification-fadeInBottom {
    -webkit-animation: messageFadeInMobile 2s linear 0.4s alternate;
            animation: messageFadeInMobile 2s linear 0.4s alternate;
  }
}

.notification-fadeInBottom.annoucement {
  -webkit-animation: messageFadeInDeskop 2s linear 0.4s alternate;
          animation: messageFadeInDeskop 2s linear 0.4s alternate;
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
}

@media screen and (max-width: 512px) {
  .notification-fadeInBottom.annoucement {
    -webkit-animation: messageFadeInMobile 2s linear 0.4s normal;
            animation: messageFadeInMobile 2s linear 0.4s normal;
  }
}

@-webkit-keyframes messageFadeInMobile {
  0% {
    opacity: 0;
  }

  10% {
    bottom: 71px;
    opacity: 1;
  }

  100% {
    bottom: 71px;
    opacity: 1;
  }
}

@keyframes messageFadeInMobile {
  0% {
    opacity: 0;
  }

  10% {
    bottom: 71px;
    opacity: 1;
  }

  100% {
    bottom: 71px;
    opacity: 1;
  }
}

@-webkit-keyframes messageFadeInDeskop {
  0% {
    opacity: 0;
  }

  10% {
    top: 68px;
    opacity: 1;
  }

  100% {
    top: 68px;
    opacity: 1;
  }
}

@keyframes messageFadeInDeskop {
  0% {
    opacity: 0;
  }

  10% {
    top: 68px;
    opacity: 1;
  }

  100% {
    top: 68px;
    opacity: 1;
  }
}

/***** Message Menu Link *****/

.message-menu-wrapper {
  cursor: pointer;
}

.message-menu-wrapper:hover .message-menu-dropdown {
  opacity: 1;
  visibility: visible;
}

.message-menu-wrapper .message-menu-dropdown {
  width: 190px;
  top: 27px;
  right: -75px;
  background: var(--accordion-bg-color);
  color: var(--link-color);
  border-radius: 8px;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .message-menu-wrapper .message-menu-dropdown {
    transition: none;
  }
}

.message-menu-wrapper .message-menu-dropdown ul {
  list-style: none;
}

.message-menu-wrapper .message-menu-dropdown ul::-webkit-scrollbar {
  width: 5px;
}

.message-menu-wrapper .message-menu-dropdown ul div {
  color: var(--link-color);
}

.message-menu-wrapper .message-menu-dropdown ul div:hover {
  color: var(--link-active-color);
}

.message-menu-wrapper .message-menu-dropdown ul div:hover div {
  color: var(--link-active-color);
}

.message-menu-wrapper .message-menu-dropdown ul li {
  background: var(--wallet-nav-button-bg-color);
  border-radius: 8px;
  transition: none !important;
}

.message-menu-wrapper .message-menu-dropdown ul li.unread {
  background: var(--link-active-color);
}

.message-menu-wrapper .message-menu-dropdown ul li.unread div:hover {
  color: var(--link-color);
}

.message-menu-wrapper .message-menu-dropdown ul li.unread div:hover div {
  color: var(--link-color);
}

.message-menu-wrapper .message-menu-dropdown ul li:first-child {
  padding-top: 0 !important;
}

.message-menu-wrapper .message-menu-dropdown ul li:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0;
}

.message-menu-wrapper .message-menu-dropdown ul li i {
  color: #FF0031;
}

.current-game-item .bet-now-button {
  background-color: #f01732;
  z-index: 9;
  right: 25px;
  border-radius: 5px;
}

/* effect-shine */

.reward-effect-shine .effect-blink {
  top: var(--top) !important;
  left: var(--left) !important;
  opacity: 0;
  -webkit-animation: blinkblink 0.8s infinite calc(var(--delay) * .3s) alternate;
          animation: blinkblink 0.8s infinite calc(var(--delay) * .3s) alternate;
}

@-webkit-keyframes blinkblink {
  to {
    opacity: 1;
  }
}

@keyframes blinkblink {
  to {
    opacity: 1;
  }
}

.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #FF0031;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
}

.loader.rebate-loader {
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border: 5px solid #f3f3f3 !important;
  border-top: 5px solid #FF0031 !important;
}

.bell-ring-wrapper {
  cursor: pointer;
}

.bell-ring-wrapper img {
  -webkit-filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(70deg) brightness(111%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(70deg) brightness(111%) contrast(101%);
}

.bell-ring-wrapper .bell {
  max-width: 16px;
}

.bell-ring-wrapper .bell-ring {
  min-width: 23px;
  top: 0;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-animation: ringing-bell 1s ease calc(var(--delay) * .5s) alternate infinite;
          animation: ringing-bell 1s ease calc(var(--delay) * .5s) alternate infinite;
}

@-webkit-keyframes ringing-bell {
  to {
    opacity: 1;
  }
}

@keyframes ringing-bell {
  to {
    opacity: 1;
  }
}

.event-bottom-menu-wrapper {
  bottom: 80px;
  z-index: 11;
}

.event-bottom-menu-wrapper .event-bottom-menu {
  box-shadow: var(--bottom-nav-event);
  border-radius: 13px;
}

.event-bottom-menu-wrapper .event-bottom-menu ul {
  overflow-x: scroll;
}

.event-bottom-menu-wrapper .event-bottom-menu ul li a {
  color: var(--main-font-color);
}

.event-bottom-menu-wrapper .event-bottom-menu ul li a .bottom-eventName {
  line-height: 20px;
}

.event-bottom-menu-wrapper .close-btn {
  top: -16px;
  right: 0;
  color: var(--main-font-color);
}

.beauty-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.beauty-scroll::-webkit-scrollbar {
  display: none;
}

#chatScroll {
  bottom: 1rem;
  right: 45%;
  left: 45%;
  z-index: 9999999;
}

#chatScroll #liveChat {
  border-radius: 50px !important;
  width: 45px;
  height: 45px;
  box-shadow: 0 0 10px 1px #bababa;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #chatScroll #liveChat {
    transition: none;
  }
}

#chatScroll #liveChat img {
  width: 30px;
  height: 30px;
}

#chatScroll #liveChat:hover {
  will-change: transform;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #chatScroll #liveChat:hover {
    transition: none;
  }
}

#chatScroll #liveChat:hover .animated.infinite {
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#chatScroll #scrollTop {
  height: 40px;
  width: 40px;
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  border-radius: 50%;
  box-shadow: 0px 5px 20px rgba(255, 0, 49, 0.6);
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #chatScroll #scrollTop {
    transition: none;
  }
}

#chatScroll #scrollTop:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*** EU9 Footer ***/

footer {
  box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 10;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  footer {
    transition: none;
  }
}

footer.scroll-down {
  top: 56px;
  padding-bottom: 110px !important;
}

footer .eu9-logo {
  max-width: 154px;
  max-height: 72px;
}

@media screen and (max-width: 512px) {
  footer .eu9-logo {
    max-width: 110px;
    max-height: 51px;
  }
}

footer .short-desc {
  line-height: 1.4rem;
}

@media screen and (max-width: 1023px) {
  footer .short-desc {
    line-height: 1rem;
  }
}

footer .contact-us a {
  color: white;
}

footer .contact-us a.unlink {
  cursor: unset;
}

footer .contact-us a:not(.unlink) {
  text-decoration: underline !important;
}

footer .contact-us a:not(.unlink):hover {
  text-decoration: none !important;
}

footer .social-media ul,
footer .contact-us ul {
  list-style-type: none;
}

footer .social-media ul li,
footer .contact-us ul li {
  list-style-type: none;
  display: inline-block;
}

footer .social-media ul li a,
footer .contact-us ul li a {
  display: inline-block;
}

footer .social-media ul li a img,
footer .contact-us ul li a img {
  -webkit-filter: invert(67%) sepia(86%) saturate(0%) hue-rotate(144deg) brightness(109%) contrast(100%);
          filter: invert(67%) sepia(86%) saturate(0%) hue-rotate(144deg) brightness(109%) contrast(100%);
  transition: all 0.5s ease-in-out;
  max-width: 30px;
  max-height: 30px;
}

@media (prefers-reduced-motion: reduce) {
  footer .social-media ul li a img,
  footer .contact-us ul li a img {
    transition: none;
  }
}

footer .social-media ul li a:hover img,
footer .contact-us ul li a:hover img {
  -webkit-filter: unset;
          filter: unset;
}

footer .other-link a {
  color: #FF0031;
}

footer .other-link a:hover {
  color: #9E9E9E;
}

footer .footerSlide .swiper-wrapper img {
  max-width: 87px;
  max-height: 43px;
}

@media screen and (max-width: 512px) {
  footer .footerSlide .swiper-wrapper img {
    max-width: 58px;
    max-height: 29px;
  }
}

footer .responsible-gaming img {
  max-width: 32px;
  max-height: 32px;
}

.modal {
  background: rgba(0, 0, 0, 0.8) !important;
}

.modal .modal-dialog .modal-content.modal-bg-dark {
  background: rgba(33, 37, 41, 0.9);
}

.modal .modal-dialog .modal-content .modal-body.remove-before-bg::before {
  background: transparent !important;
}

.modal .modal-dialog .modal-content .modal-body::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 40px;
  background: #FF0031 !important;
  z-index: 0;
  border-radius: 13px;
}

.modal .modal-dialog .modal-content .modal-body .close {
  top: -6px;
  right: 30px;
  text-shadow: none;
  z-index: 10;
  opacity: 1;
  color: var(--modal-close-color);
  font-size: 1.4rem;
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .modal .modal-dialog .modal-content .modal-body .close {
    transition: none;
  }
}

.modal .modal-dialog .modal-content .modal-body .close:hover p {
  color: #FF0031;
  border: 2px solid #FF0031;
}

.modal .modal-dialog .modal-content .modal-body .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  width: 150%;
  height: 150%;
  background: var(--modal-bg);
  z-index: -1;
  border-radius: 50%;
}

.modal .modal-dialog .modal-content .modal-body .close::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("/assets/nav/mobile/curve-effect-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 200%;
  height: 26px;
  top: -12px;
  left: -12px;
  -webkit-filter: var(--modal-close-filter);
          filter: var(--modal-close-filter);
}

.modal .modal-dialog .modal-content .modal-body .close.dark-theme::before {
  background: url(/assets/nav/mobile/curve-effect-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.modal .modal-dialog .modal-content .modal-body .close.dark-theme::after {
  background: white;
}

.modal .modal-dialog .modal-content .modal-body .close.dark-theme p {
  border: 2px solid #343a40;
}

.modal .modal-dialog .modal-content .modal-body .close p {
  line-height: 13px;
  border: 2px solid var(--modal-close-color);
  border-radius: 50%;
  padding: 4px 4.8px !important;
}

.modal .modal-dialog .modal-content .modal-body .tableStyle {
  color: var(--main-font-color);
}

.modal .modal-dialog .modal-content .modal-body .tableStyle th,
.modal .modal-dialog .modal-content .modal-body .tableStyle td {
  text-align: center;
  padding: 5px;
}

.default-card {
  border-radius: 13px;
  background: var(--modal-bg);
}

.default-card .number-pagination p {
  width: 30px;
  cursor: pointer;
  font-size: 1rem;
  background: var(--modal-pagination-color);
  color: white;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .default-card .number-pagination p {
    transition: none;
  }
}

.default-card .number-pagination p.active,
.default-card .number-pagination p:hover {
  background: #FF0031;
}

.default-card .number-pagination p:last-child {
  margin-right: 0 !important;
}

.modal-backdrop {
  z-index: -1 !important;
  opacity: 0 !important;
}

.modal-open,
.modal-open .modal {
  padding-right: 0 !important;
  z-index: 9999999999;
}

.announcement .modal-dialog .modal-content .modal-body .default-card {
  max-height: 600px;
  overflow: auto;
}

.announcement .modal-dialog .modal-content .modal-body .close::after {
  background: white;
}

.announcement .modal-dialog .modal-content .modal-body .close::before {
  background: url("/assets/nav/mobile/curve-effect.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.announcement .modal-dialog .modal-content .modal-body .close p {
  border: 2px solid #343a40;
}

.announcement .modal-dialog .modal-content .modal-body .announcements-swiper-container .announcements-swiper-slide .announcement-content-wrapper {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 200%;
}

.announcement .modal-dialog .modal-content .modal-body .announcements-swiper-container .announcements-swiper-slide .announcement-content-wrapper img {
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.announcement .modal-dialog .modal-content .modal-body .announcements-swiper-container .announcements-swiper-slide .announcement-content-wrapper iframe {
  height: 350px;
}

.announcement .modal-dialog .modal-content .modal-body .announcements-swiper-container .announcements-swiper-slide .announcement-content-wrapper .announcement-content-only img {
  max-width: 360px !important;
}

.announcement .modal-dialog .modal-content .modal-body .announcements-swiper-container .announcements-swiper-slide .announcement-content-wrapper .announcement-content-only .no-ellipsis {
  max-height: 500px;
  overflow-y: scroll;
}

@media screen and (max-width: 1023px) {
  .announcement .modal-dialog .modal-content .modal-body .announcements-swiper-container .announcements-swiper-slide .announcement-content-wrapper .announcement-content-only .no-ellipsis {
    max-height: 513px;
  }
}

@media screen and (max-width: 512px) {
  .announcement .modal-dialog .modal-content .modal-body .announcements-swiper-container .announcements-swiper-slide .announcement-content-wrapper .announcement-content-only .no-ellipsis {
    max-height: 500px;
  }
}

.announcement .modal-dialog .modal-content .modal-body .announcements-swiper-container .announcements-swiper-slide .announcement-content-wrapper .announcement-content-only .ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: auto;
  max-height: 100%;
}

.announcement .modal-dialog .modal-content .modal-body .announcements-swiper-container .announcements-swiper-slide .announcement-content-wrapper .read-more-btn {
  color: #FF0031;
  font-size: 0.8rem;
}

.announcement .modal-dialog .modal-content .modal-body .announcements-swiper-container .announcements-swiper-slide label {
  color: var(--main-font-color);
}

.announcement .modal-dialog .modal-content .modal-body .dot-pagination .swiper-pagination-bullet {
  width: 9.5px;
  height: 10px;
  border-radius: 13px;
  background: white;
  opacity: 0.9;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .announcement .modal-dialog .modal-content .modal-body .dot-pagination .swiper-pagination-bullet {
    transition: none;
  }
}

.announcement .modal-dialog .modal-content .modal-body .dot-pagination .swiper-pagination-bullet:hover {
  background: #FF0031;
}

.announcement .modal-dialog .modal-content .modal-body .dot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF0031;
  width: 35px;
}

/*** Free gift / verify modal ***/

#verify-modal .default-card p,
#free-reward-modal .default-card p {
  font-size: 14px;
}

#verify-modal .default-card p b,
#free-reward-modal .default-card p b {
  font-weight: 700;
}

#infoModal .modal-dialog {
  max-width: 820px;
}

#infoModal .modal-dialog .modal-content .modal-body .close:before {
  background: url(/assets/nav/mobile/curve-effect.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media screen and (max-width: 512px) {
  #infoModal .modal-dialog .modal-content #infoContent table {
    border: unset;
    max-width: 100% !important;
    display: table;
    width: unset;
  }
}

@media screen and (max-width: 512px) {
  #infoModal .modal-dialog .modal-content #infoContent table td {
    word-break: break-all;
  }
}

#infoModal th p span {
  white-space: pre;
}

#favGameContent .modal-dialog {
  max-width: 620px;
}

#favGameContent .modal-dialog .modal-body .default-card .game-grid-wrapper {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 13px;
}

@media screen and (max-width: 512px) {
  #favGameContent .modal-dialog .modal-body .default-card .game-grid-wrapper {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

#favGameContent .modal-dialog .modal-body .default-card .game-grid-wrapper .game-grid-item img {
  max-width: 142px;
  max-height: 107px;
}

@media screen and (max-width: 512px) {
  #favGameContent .modal-dialog .modal-body .default-card .game-grid-wrapper .game-grid-item img {
    max-width: 148px;
  }
}

#favGameContent .modal-dialog .modal-body .default-card .no-game {
  line-height: 20px;
}

/*** Language ***/

#languageCountry .modal-dialog {
  max-width: 420px;
}

#languageCountry .modal-dialog .modal-content hr {
  border-top: 2px solid rgba(158, 158, 158, 0.5);
}

#languageCountry .modal-dialog .modal-content .country-listing-item:last-child {
  margin-bottom: 0 !important;
}

#languageCountry .modal-dialog .modal-content .country-listing-item .language-flag {
  max-width: 50px;
  max-height: 50px;
}

#languageCountry .modal-dialog .modal-content .country-listing-item .language-desc .language-selection {
  margin-top: -3px !important;
}

#languageCountry .modal-dialog .modal-content .country-listing-item .language-desc .language-selection a {
  color: var(--main-sub-color);
}

#languageCountry .modal-dialog .modal-content .country-listing-item .language-desc .language-selection a:hover {
  color: #FF0031;
}

/** VIP RANK INFO **/

#vipRankContent .modal-dialog {
  max-width: 820px;
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper {
  background-image: linear-gradient(to right, #1a0000, #ff0606);
  padding: 43px 43px 33px;
  color: #FFF;
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .vip_rank_text {
  margin: 23px 0 0 0;
}

@media screen and (max-width: 512px) {
  #vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .vip_rank_text {
    display: block !important;
  }

  #vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .vip_rank_text .title {
    margin: 0 0 6px 0;
  }
}

@media screen and (max-width: 512px) {
  #vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container {
    margin: 23px 0 0 0;
  }
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container .progress-bar {
  height: 35px;
  border-radius: 50px;
  margin: 16px 23px 0 0;
}

@media screen and (max-width: 512px) {
  #vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container .progress-bar {
    border-radius: 50px;
    height: 35px;
  }
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container .progress-bar .line {
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #cb9801 0%, #fdfacd 25%, #cb9801 100%);
  border-radius: 50px;
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container .progress-bar .viplevel {
  top: 0;
  background: #d80000;
  padding: 0 10px 0 0;
  border-radius: 50px;
}

@media screen and (max-width: 512px) {
  #vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container .progress-bar .viplevel {
    position: relative !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 50px;
    padding: 0 8px;
    min-width: 50px;
    font-size: 1rem;
  }
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container .progress-bar .viplevel img {
  max-width: 65px;
  max-height: 65px;
}

@media screen and (max-width: 512px) {
  #vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container .progress-bar .viplevel img {
    position: absolute !important;
    max-width: 55px;
    max-height: 55px;
  }
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container .progress-bar .viplevel.left {
  left: 0;
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container .progress-bar .viplevel.left img {
  left: -15%;
}

@media screen and (max-width: 512px) {
  #vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container .progress-bar .viplevel.left img {
    left: -30%;
  }
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container .progress-bar .viplevel.right {
  right: 0;
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container .progress-bar .viplevel.right img {
  left: 33%;
}

@media screen and (max-width: 512px) {
  #vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container .progress-bar .viplevel.right img {
    left: 20%;
  }
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container .amount {
  margin: 8px 0 0 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 512px) {
  #vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_wrapper .progress-container .amount {
    margin: 8px 0 0 0;
  }
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_table_wrapper {
  padding: 23px 43px;
  border-radius: 13px;
  background: #FFF;
  color: #1a0000;
  box-shadow: 1px 1px 15px 3px rgba(11, 11, 11, 0.3);
}

@media screen and (max-width: 512px) {
  #vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_table_wrapper {
    padding: 23px;
  }
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_table_wrapper .member_table_name {
  color: #d80000;
  font-size: 1.4rem;
  margin: 0 0 8px 0;
}

@media screen and (max-width: 512px) {
  #vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_table_wrapper .member_table_name {
    font-size: 1rem;
  }
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_table_wrapper .member_table {
  font-size: 0.9rem;
  line-height: 18px;
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_table_wrapper .member_table tr th {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  color: #FFF;
  background: #d80000;
  vertical-align: middle;
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_table_wrapper .member_table tr th:first-child {
  border-left: 1px solid #d80000;
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_table_wrapper .member_table tr th:last-child {
  border-right: 1px solid #d80000;
}

#vipRankContent .modal-dialog .modal-content .modal-body .vip_rank_table_wrapper .member_table tr td {
  border-top: none;
  border-bottom: 1px solid #1a0000;
  border-left: 1px solid #1a0000;
  border-right: 1px solid #1a0000;
  color: #1a0000;
  background: #FFF;
  font-weight: 600;
}

/*** Deposit Page Modal ***/

.deposit-modal-promo .more-info {
  background: #FF0031;
}

/*** Quick Deposit ***/

#quickDeposit {
  font-size: 0.8rem;
}

#quickDeposit #quickAddDeposit {
  top: 8px;
  right: 8px;
}

#quickDeposit .btn-close-circle {
  right: -10px;
  top: -10px;
}

#popUp-thDepo .modal-content .btn-close-circle {
  top: 0;
  right: 0;
}

#popUp-thDepo .modal-content .modal-body img {
  border-radius: 0;
  border: none;
  border-bottom-left-radius: 35px;
  border-top-right-radius: 35px;
}

#msgModal .modal-dialog {
  max-width: 620px;
}

#msgModal .modal-dialog .default-card #infoContent img {
  width: 100%;
}

#walletGameList .modal-dialog {
  max-width: 1020px;
}

#walletGameList .modal-dialog .modal-content .wallet-table .btn-red {
  background: #9E9E9E;
}

#walletGameList .modal-dialog .modal-content .wallet-table .btn-red:hover {
  background: #FF0031;
}

#transferAllModal .modal-dialog .modal-content .default-card p {
  line-height: 20px;
}

#transferAllModal .modal-dialog .modal-content .default-card .btn-primary:hover {
  color: white;
}

#important-notice .modal-dialog .modal-content .deport-term li {
  font-size: 0.9rem;
  line-height: 18px;
}

#addBankModal .payment-type-box {
  background: transparent;
  border: 1px solid #9E9E9E;
  padding: 8px 13px;
  cursor: pointer;
}

#addBankModal .payment-type-box:hover,
#addBankModal .payment-type-box.active {
  background: var(--tab-active-color);
  border: 1px solid var(--tab-active-color);
}

#addBankModal .payment-type-box .payment-type-icons {
  max-width: 30px;
}

#addBankModal .supported-bank-wrapper .supported-bank-items {
  max-width: 60px;
  min-height: 60px;
  opacity: 1;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 7px;
}

#addBankModal .supported-bank-wrapper .supported-bank-items.active,
#addBankModal .supported-bank-wrapper .supported-bank-items:hover {
  opacity: 1;
  border: 3px solid #FF0031;
}

#addBankModal .supported-bank-wrapper .supported-bank-divider {
  width: 1px;
  height: 40px;
  background: white;
  border-radius: 10px;
}

#addBankModal .supported-bank-wrapper .bank-active {
  background: var(--accordion-bg-color);
  opacity: 1 !important;
  visibility: visible !important;
}

#addBankModal .supported-bank-wrapper .supported-more-bank {
  max-width: 60px;
  min-height: 60px;
  background: transparent;
  border: 1px solid #9E9E9E;
  line-height: 15px;
  cursor: pointer;
}

#addBankModal .supported-bank-wrapper .supported-more-bank:hover {
  background: var(--accordion-bg-color);
}

#addBankModal .supported-bank-wrapper .supported-more-bank .supported-dropdown {
  top: 60px;
  right: 0;
  min-width: 290px;
  max-height: 140px;
  overflow-y: scroll;
  background: var(--accordion-bg-color);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 5px;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
}

#addBankModal .supported-bank-wrapper .supported-more-bank .supported-dropdown::-webkit-scrollbar {
  display: none;
}

#addBankModal .supported-bank-wrapper .supported-more-bank .supported-dropdown .supported-bank-items {
  min-height: 100%;
}

#addBankModal .supported-crypto-wrapper .supported-crypto-items {
  max-width: 60px;
  min-height: 60px;
  opacity: 1;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 7px;
}

#addBankModal .supported-crypto-wrapper .supported-crypto-items.active,
#addBankModal .supported-crypto-wrapper .supported-crypto-items:hover {
  border: 3px solid #FF0031;
}

#addBankModal .supported-crypto-wrapper .supported-crypto-divider {
  width: 1px;
  height: 40px;
  background: white;
  border-radius: 10px;
}

#addBankModal .supported-crypto-wrapper .supported-more-bank {
  max-width: 60px;
  min-height: 60px;
  background: transparent;
  border: 1px solid #9E9E9E;
  line-height: 15px;
  cursor: pointer;
}

#addBankModal .supported-crypto-wrapper .supported-more-bank:hover {
  background: var(--accordion-bg-color);
}

#addBankModal .supported-crypto-wrapper .supported-more-bank:hover .supported-dropdown {
  opacity: 1;
  visibility: visible;
}

#addBankModal .supported-crypto-wrapper .supported-more-bank .supported-dropdown {
  top: 60px;
  right: 0;
  min-width: 290px;
  max-height: 90px;
  overflow-y: scroll;
  background: var(--accordion-bg-color);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 5px;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
}

#addBankModal .supported-crypto-wrapper .supported-more-bank .supported-dropdown::-webkit-scrollbar {
  display: none;
}

#addBankModal .supported-crypto-wrapper .supported-more-bank .supported-dropdown .supported-crypto-items {
  min-height: 100%;
}

#freeGamesModal .modal-dialog .modal-body .default-card {
  max-height: 100%;
  overflow: visible;
}

#freeGamesModal .modal-dialog .modal-body .close {
  top: 0;
  right: 40px;
  z-index: 1;
  background: var(--w-card);
  opacity: 1;
  padding: 2px 7px 4px 8px;
  border-radius: 50px;
  font-size: 2rem;
}

#freeGamesModal .modal-dialog .modal-body .close p {
  padding: 7px 5px !important;
}

#freeGamesModal .modal-dialog .modal-body .close::after,
#freeGamesModal .modal-dialog .modal-body .close::before {
  display: none;
}

@media screen and (max-width: 1023px) {
  #freeGamesModal .modal-dialog .modal-body .close {
    right: 23px;
  }
}

@media screen and (max-width: 512px) {
  #freeGamesModal .modal-dialog .modal-body .close {
    right: -13px;
  }
}

#freeGamesModal .modal-dialog .modal-body .default-card {
  transition: all 0.4s ease !important;
}

@media (prefers-reduced-motion: reduce) {
  #freeGamesModal .modal-dialog .modal-body .default-card {
    transition: none;
  }
}

#freeGamesModal .modal-dialog .modal-body .default-card.hideFreeGame {
  -webkit-transform: scale(0);
  transform: scale(0);
}

#freeGamesModal .modal-dialog .modal-body .default-card .freeGameMachine {
  max-width: 400px;
}

#freeGamesModal .modal-dialog .modal-body .default-card .gameImg {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -73%);
  transform: translate(-50%, -73%);
  max-width: 280px;
  border-radius: 13px;
}

@media screen and (max-width: 512px) {
  #freeGamesModal .modal-dialog .modal-body .default-card .gameImg {
    max-width: 250px;
  }
}

@media (max-width: 390px) {
  #freeGamesModal .modal-dialog .modal-body .default-card .gameImg {
    max-width: 220px;
  }
}

@media (max-width: 360px) {
  #freeGamesModal .modal-dialog .modal-body .default-card .gameImg {
    max-width: 200px;
  }
}

#freeGamesModal .modal-dialog .modal-body .default-card .gameImg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 13px;
  box-shadow: inset 0 0 10px black;
  border: 4px solid var(--w-border);
}

#freeGamesModal .modal-dialog .modal-body .default-card .gameImg img {
  border-radius: 13px;
}

#freeGamesModal .modal-dialog .modal-body .default-card .freeGameMachineTitle {
  max-width: 450px;
}

#freeGamesModal .modal-dialog .modal-body .default-card .playBtnWrapper {
  margin-top: -140px;
}

@media screen and (max-width: 512px) {
  #freeGamesModal .modal-dialog .modal-body .default-card .playBtnWrapper {
    margin-top: -123px;
  }
}

@media (max-width: 360px) {
  #freeGamesModal .modal-dialog .modal-body .default-card .playBtnWrapper {
    margin-top: -113px;
  }
}

#freeGamesModal .modal-dialog .modal-body .default-card .playBtnWrapper .modalPlayBtn {
  max-width: 240px;
}

@media screen and (max-width: 512px) {
  #freeGamesModal .modal-dialog .modal-body .default-card .playBtnWrapper .modalPlayBtn {
    max-width: 220px;
  }
}

@media (max-width: 360px) {
  #freeGamesModal .modal-dialog .modal-body .default-card .playBtnWrapper .modalPlayBtn {
    max-width: 200px;
  }
}

.carousel .carousel-item {
  height: auto !important;
  max-height: unset !important;
}

.carousel .carousel-item:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#21232b+0,21232b+100&0+28,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(33, 35, 43, 0) 0%, rgba(33, 35, 43, 0) 28%, #21232b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0021232b", endColorstr="#21232b", GradientType=0);
  /* IE6-9 */
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel .carousel-item a {
  float: none;
  display: table;
}

.carousel .carousel-item a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.carousel .carousel-indicators {
  bottom: 0;
}

.carousel .carousel-indicators li {
  height: 4px;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel .carousel-indicators li {
    transition: none;
  }
}

.carousel .carousel-indicators li.active {
  background-color: #FF0031;
  height: 7px;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel .carousel-indicators li.active {
    transition: none;
  }
}

.carousel .carousel-control-prev-icon {
  background-image: url(/assets/index/btn-previous.png);
}

.carousel .carousel-control-next-icon {
  background-image: url(/assets/index/btn-next.png);
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .carousel {
    overflow: hidden;
  }

  .carousel .carousel-indicators {
    bottom: 0;
    z-index: 3;
    margin: 0;
  }

  .carousel .carousel-item {
    height: auto !important;
    background-size: contain;
  }

  .carousel .carousel-inner {
    overflow: unset;
  }
}

@media screen and (max-width: 460px) {
  .carousel .carousel-control-prev-icon,
  .carousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }
}

.m-home-banner .carousel {
  border-radius: 15px;
  box-shadow: 0 2px 1px 0px #FF0031;
}

.m-home-banner .carousel .carousel-inner {
  border-radius: 15px;
  box-shadow: 0 3px 15px 1px black;
}

.m-home-banner .carousel .carousel-inner .carousel-item a {
  border-radius: 15px;
}

.m-home-banner .carousel .carousel-inner .carousel-item:before {
  background: transparent;
}

/*** Countdown ***/

.black-shade {
  height: 100%;
  width: 100%;
  opacity: 0.6;
  position: absolute;
  background-color: #000;
}

.countdown-wrapper {
  background-image: url(/assets/index/countdown/countdown_background.png);
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

@media screen and (max-width: 1023px) {
  .countdown-wrapper {
    content: "";
    background-image: url(/assets/index/countdown/piki.png), url(/assets/index/countdown/countdown_background.png);
    background-position: center, center;
    border-radius: 0;
    background-size: cover;
  }
}

@media screen and (max-width: 512px) {
  .countdown-wrapper {
    content: "";
    background-image: url(/assets/index/countdown/piki.png), url(/assets/index/countdown/countdown_background.png);
    background-position: center, center;
    border-radius: 0;
    background-size: cover;
  }
}

.countdown-wrapper .rotor-group {
  z-index: 1;
  padding-right: 10px;
}

.countdown-wrapper .rotor-group:nth-child(n+2):before {
  background-color: white !important;
  bottom: 35px !important;
  left: 109px !important;
  height: 8px !important;
  width: 8px !important;
}

@media screen and (max-width: 799px) {
  .countdown-wrapper .rotor-group:nth-child(n+2):before {
    left: 110px !important;
    height: 6px !important;
    width: 6px !important;
    bottom: 16px !important;
  }
}

@media screen and (max-width: 512px) {
  .countdown-wrapper .rotor-group:nth-child(n+2):before {
    left: 67px !important;
    height: 5px !important;
    width: 5px !important;
    bottom: 20px !important;
  }
}

.countdown-wrapper .rotor-group:nth-child(n+2):after {
  background-color: white !important;
  bottom: 11px !important;
  left: 109px !important;
  height: 8px !important;
  width: 8px !important;
}

@media screen and (max-width: 799px) {
  .countdown-wrapper .rotor-group:nth-child(n+2):after {
    left: 110px !important;
    height: 6px !important;
    width: 6px !important;
    bottom: 16px !important;
  }
}

@media screen and (max-width: 512px) {
  .countdown-wrapper .rotor-group:nth-child(n+2):after {
    left: 67px !important;
    height: 5px !important;
    width: 5px !important;
    bottom: 20px !important;
  }
}

.countdown-wrapper .rotor-group:nth-child(-n+3):before {
  background-color: white !important;
  bottom: 35px !important;
  left: 109px !important;
  height: 8px !important;
  width: 8px !important;
}

@media screen and (max-width: 799px) {
  .countdown-wrapper .rotor-group:nth-child(-n+3):before {
    left: 110px !important;
    height: 6px !important;
    width: 6px !important;
    bottom: 16px !important;
  }
}

@media screen and (max-width: 512px) {
  .countdown-wrapper .rotor-group:nth-child(-n+3):before {
    left: 67px !important;
    height: 5px !important;
    width: 5px !important;
    bottom: 20px !important;
  }
}

.countdown-wrapper .rotor-group:nth-child(-n+3):after {
  background-color: white !important;
  bottom: 11px !important;
  left: 109px !important;
  height: 8px !important;
  width: 8px !important;
}

@media screen and (max-width: 799px) {
  .countdown-wrapper .rotor-group:nth-child(-n+3):after {
    left: 110px !important;
    height: 6px !important;
    width: 6px !important;
    bottom: 34px !important;
  }
}

@media screen and (max-width: 512px) {
  .countdown-wrapper .rotor-group:nth-child(-n+3):after {
    left: 67px !important;
    height: 5px !important;
    width: 5px !important;
    bottom: 34px !important;
  }
}

.countdown-wrapper .rotor-group .rotor {
  font-size: 2rem;
  height: 60px;
}

.countdown-wrapper .rotor-group .rotor:after {
  height: 30px;
}

@media screen and (max-width: 799px) {
  .countdown-wrapper .rotor-group .rotor {
    font-size: 2rem;
    height: 60px;
    width: 45px;
  }

  .countdown-wrapper .rotor-group .rotor:after {
    height: 30px;
  }
}

@media screen and (max-width: 512px) {
  .countdown-wrapper .rotor-group .rotor {
    font-size: 2rem;
    height: 60px;
    width: 30px;
  }

  .countdown-wrapper .rotor-group .rotor:after {
    height: 30px;
  }
}

.countdown-wrapper .rotor-group .rotor .rotor-leaf {
  height: 60px;
}

@media screen and (max-width: 799px) {
  .countdown-wrapper .rotor-group .rotor .rotor-leaf {
    height: 60px;
    width: 45px;
  }
}

@media screen and (max-width: 512px) {
  .countdown-wrapper .rotor-group .rotor .rotor-leaf {
    height: 60px;
    width: 30px;
  }
}

.countdown-wrapper .rotor-group .rotor .rotor-leaf .rotor-leaf-rear,
.countdown-wrapper .rotor-group .rotor .rotor-leaf .rotor-leaf-front {
  height: 30px;
}

@media screen and (max-width: 799px) {
  .countdown-wrapper .rotor-group .rotor .rotor-leaf .rotor-leaf-rear,
  .countdown-wrapper .rotor-group .rotor .rotor-leaf .rotor-leaf-front {
    height: 30px;
    width: 45px;
  }
}

@media screen and (max-width: 512px) {
  .countdown-wrapper .rotor-group .rotor .rotor-leaf .rotor-leaf-rear,
  .countdown-wrapper .rotor-group .rotor .rotor-leaf .rotor-leaf-front {
    height: 30px;
    width: 30px;
  }
}

.countdown-wrapper .rotor-group .rotor .rotor-leaf .rotor-leaf-front {
  line-height: 60px;
}

@media screen and (max-width: 799px) {
  .countdown-wrapper .rotor-group .rotor .rotor-leaf .rotor-leaf-front {
    line-height: 60px;
    width: 45px;
  }
}

@media screen and (max-width: 512px) {
  .countdown-wrapper .rotor-group .rotor .rotor-leaf .rotor-leaf-front {
    line-height: 60px;
    width: 30px;
  }
}

.countdown-wrapper .rotor-group .rotor .rotor-top {
  line-height: 60px;
  height: 30px;
}

@media screen and (max-width: 799px) {
  .countdown-wrapper .rotor-group .rotor .rotor-top {
    line-height: 60px;
    height: 30px;
    width: 45px;
  }
}

@media screen and (max-width: 512px) {
  .countdown-wrapper .rotor-group .rotor .rotor-top {
    line-height: 60px;
    height: 30px;
    width: 30px;
  }
}

.countdown-wrapper .rotor-group .rotor .rotor-bottom {
  height: 30px;
}

@media screen and (max-width: 799px) {
  .countdown-wrapper .rotor-group .rotor .rotor-bottom {
    line-height: 0px;
    height: 30px;
    width: 45px;
  }
}

@media screen and (max-width: 512px) {
  .countdown-wrapper .rotor-group .rotor .rotor-bottom {
    line-height: 0px;
    height: 30px;
    width: 30px;
  }
}

.countdown-wrapper .rotor-group .rotor-group-heading:before {
  color: white;
}

.countdown-wrapper .timer-div {
  padding-bottom: 88px;
}

@media screen and (max-width: 799px) {
  .countdown-wrapper .timer-div {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 512px) {
  .countdown-wrapper .timer-div {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 799px) {
  .countdown-wrapper .flipdown {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media screen and (max-width: 512px) {
  .countdown-wrapper .flipdown {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.countdown-wrapper .coming-soon-image {
  z-index: 1;
  position: inherit;
  display: block;
  margin: auto;
  max-height: 60px;
}

@media screen and (max-width: 799px) {
  .countdown-wrapper .anniversary {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 512px) {
  .countdown-wrapper .anniversary {
    display: flex;
    justify-content: center;
  }
}

.countdown-wrapper .anniversary .anniversary-image {
  max-height: 90%;
  max-width: 90%;
}

.countdown-wrapper .piki-image {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border-bottom-right-radius: 20px;
  max-width: 420px;
  opacity: 0.8;
}

.countdown-wrapper .flipdown {
  position: absolute;
}

@media screen and (max-width: 799px) {
  .countdown-wrapper .flipdown {
    margin-top: 55px;
    left: auto;
  }
}

@media screen and (max-width: 512px) {
  .countdown-wrapper .flipdown {
    margin-top: 55px;
    left: auto;
  }
}

.idx-recent-withdraw {
  background: var(--hot-promo-bg);
  border-radius: 10px;
}

.idx-recent-withdraw .recent-table thead tr th {
  border: 0;
}

.idx-recent-withdraw .recent-table tbody tr {
  border-radius: 5px;
}

.idx-recent-withdraw .recent-table tbody tr:nth-child(odd) {
  background: #0a0a0a;
}

.idx-recent-withdraw .recent-table tbody tr td {
  border: 0;
  padding: 5px;
}

.idx-banner .hero-banner-slider .swiper-wrapper .swiper-slide {
  background: transparent;
}

@media screen and (max-width: 512px) {
  .idx-banner .hero-banner-slider .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .idx-banner .hero-banner-slider .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.idx-popular-games .accumulated-bonus-wrapper {
  z-index: 1;
  min-height: 386px;
}

@media screen and (max-width: 1023px) {
  .idx-popular-games .accumulated-bonus-wrapper {
    min-height: 200px;
  }
}

@media screen and (max-width: 512px) {
  .idx-popular-games .accumulated-bonus-wrapper {
    min-height: 120px;
  }
}

.idx-popular-games .accumulated-bonus-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
  border-radius: 13px;
  width: calc(100% - 50px);
  height: calc(100% - 60px);
  background-image: url(/assets/index/game-dice-bg.png);
  background-image: -webkit-image-set(url(/assets/index/game-dice-bg.webp) 1x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1023px) {
  .idx-popular-games .accumulated-bonus-wrapper::after {
    width: calc(100% + 50px);
    height: 100%;
    border-radius: 0;
    bottom: -36px;
    background-image: url(/assets/index/game-dice-bg-mobile.png);
    background-image: -webkit-image-set(url(/assets/index/game-dice-bg-mobile.webp) 1x);
  }
}

@media screen and (max-width: 512px) {
  .idx-popular-games .accumulated-bonus-wrapper::after {
    bottom: -24px;
  }
}

.idx-popular-games .accumulated-bonus-wrapper .dice-img {
  left: -10px;
  max-width: 250px;
  max-height: 262px;
}

@media screen and (max-width: 1023px) {
  .idx-popular-games .accumulated-bonus-wrapper .dice-img {
    position: absolute !important;
    right: 0;
    left: auto;
    top: 13px;
    max-width: 300px;
    max-height: 260px;
  }
}

@media screen and (max-width: 512px) {
  .idx-popular-games .accumulated-bonus-wrapper .dice-img {
    max-width: 180px;
    max-height: 156px;
    right: -33px;
    top: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .idx-popular-games .accumulated-bonus-wrapper figcaption {
    font-size: 1.6rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto 0;
  }
}

@media screen and (max-width: 512px) {
  .idx-popular-games .accumulated-bonus-wrapper figcaption {
    top: 26px;
  }
}

.idx-popular-games .accumulated-bonus-wrapper .odometer {
  font-size: 1.6rem;
  text-align: center;
  min-width: 175px;
  min-height: 45px;
}

.idx-popular-games .accumulated-bonus-wrapper .odometer-digit {
  background: transparent;
  border: 0;
}

.idx-popular-games .accumulated-bonus-wrapper .odometer-digit {
  padding-left: 0;
}

.idx-popular-games .accumulated-bonus-wrapper .odometer-digit,
.idx-popular-games .accumulated-bonus-wrapper .odometer-formatting-mark,
.idx-popular-games .accumulated-bonus-wrapper .odometer-digit-spacer,
.idx-popular-games .accumulated-bonus-wrapper .odometer-ribbon-inner {
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.idx-popular-games .popular-games-navigator .navigator i {
  background: #9E9E9E;
  color: white;
  transition: all 0.4s ease;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 6px;
}

@media (prefers-reduced-motion: reduce) {
  .idx-popular-games .popular-games-navigator .navigator i {
    transition: none;
  }
}

@media screen and (max-width: 512px) {
  .idx-popular-games .popular-games-navigator .navigator i {
    width: 25px;
    height: 25px;
  }
}

.idx-popular-games .popular-games-navigator .navigator i:hover {
  background: #FF0031;
}

.idx-popular-games .popular-games-navigator .navigator i::before {
  position: relative;
  top: 8px;
}

@media screen and (max-width: 512px) {
  .idx-popular-games .popular-games-navigator .navigator i::before {
    top: 6.5px;
  }
}

.idx-promotion .promotion-article {
  z-index: 1;
}

.idx-promotion .promotion-article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% + 335px);
  height: 100%;
  background: var(--hot-promo-bg);
  border-radius: 13px;
}

.idx-promotion .promotion-article .title {
  min-height: 31px;
  line-height: 23px;
}

.idx-promotion .promotion-article .description {
  min-height: 46px;
  white-space: pre-line;
  color: var(--lighter-font-color);
}

.idx-promotion .more-promo {
  text-decoration: underline !important;
}

@media screen and (max-width: 512px) {
  .idx-promotion .more-promo {
    font-size: 0.8rem;
  }
}

.idx-promotion .more-promo:hover {
  text-decoration: none !important;
}

.idx-promotion .more-promo:hover i {
  left: 6px;
  opacity: 1;
}

.idx-promotion .more-promo i {
  top: 1px;
  left: 0;
  opacity: 0;
  transition: all 0.1s ease;
}

@media (prefers-reduced-motion: reduce) {
  .idx-promotion .more-promo i {
    transition: none;
  }
}

.idx-promotion-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 320px;
  opacity: 0.6;
  border-radius: 13px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .idx-promotion-swiper .swiper-slide {
    transition: none;
  }
}

@media screen and (max-width: 1023px) {
  .idx-promotion-swiper .swiper-slide {
    border-radius: 0;
    width: 70%;
    box-shadow: none;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media screen and (max-width: 512px) {
  .idx-promotion-swiper .swiper-slide {
    width: 93%;
  }
}

.idx-promotion-swiper .swiper-slide:hover,
.idx-promotion-swiper .swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.idx-promotion-swiper .swiper-slide .picture img {
  max-width: 320px;
  max-height: 400px;
}

@media screen and (max-width: 1023px) {
  .idx-promotion-swiper .swiper-slide .picture img {
    border-radius: 13px;
    max-width: 275px;
    max-height: 344px;
  }
}

@media screen and (max-width: 512px) {
  .idx-promotion-swiper .swiper-slide .picture img {
    max-width: 152px;
    max-height: 190px;
  }
}

.idx-promotion-swiper .swiper-slide .detail .promo-name,
.idx-promotion-swiper .swiper-slide .detail .promo-desc {
  line-height: 23px;
}

@media screen and (max-width: 512px) {
  .idx-promotion-swiper .swiper-slide .detail .promo-name,
  .idx-promotion-swiper .swiper-slide .detail .promo-desc {
    font-size: 1rem;
    line-height: 18px;
  }
}

.idx-feature nav ul li {
  list-style: none;
}

.idx-feature .feature-swiper-navigation {
  margin-top: 6px;
}

.idx-feature .feature-swiper-navigation .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: var(--slider-bullet-bg-color);
  opacity: var(--slider-bullet-opacity);
  position: relative;
}

.idx-feature .feature-swiper-navigation .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: transparent;
}

.idx-feature .feature-swiper-navigation .swiper-pagination-bullet-active {
  background: #FF0031;
  opacity: 1;
}

.idx-feature .feature-swiper-navigation .swiper-pagination-bullet-active::after {
  background: white;
}

.idx-feature .feature-swiper .swiper-wrapper .swiper-slide {
  width: 420px;
  opacity: 0.6;
  border-radius: 13px;
  min-height: 167px;
  background: var(--card-bg-color);
}

@media screen and (max-width: 1023px) {
  .idx-feature .feature-swiper .swiper-wrapper .swiper-slide {
    width: 320px;
    min-height: 185px;
  }
}

@media screen and (max-width: 512px) {
  .idx-feature .feature-swiper .swiper-wrapper .swiper-slide {
    min-height: 189px;
  }
}

.idx-feature .feature-swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1;
  border: 2px solid #FF0031;
}

.idx-feature .feature-swiper .swiper-wrapper .swiper-slide .description {
  color: var(--main-font-color);
}

.idx-banner-mspuiyi .hero-banner-slider .swiper-wrapper .swiper-slide {
  max-height: 498px;
}

@media (min-width: 1640px) {
  .idx-banner-mspuiyi .hero-banner-slider .swiper-wrapper .swiper-slide {
    max-height: 624px;
  }
}

@media screen and (max-width: 1023px) {
  .idx-banner-mspuiyi .hero-banner-slider .swiper-wrapper .swiper-slide {
    max-height: 360px;
  }
}

@media screen and (max-width: 512px) {
  .idx-banner-mspuiyi .hero-banner-slider .swiper-wrapper .swiper-slide {
    max-height: 167px;
  }
}

.idx-banner-mspuiyi .hero-banner-slider .swiper-wrapper .swiper-slide img {
  min-height: 498px;
}

@media (min-width: 1640px) {
  .idx-banner-mspuiyi .hero-banner-slider .swiper-wrapper .swiper-slide img {
    min-height: 624px;
  }
}

@media screen and (max-width: 1023px) {
  .idx-banner-mspuiyi .hero-banner-slider .swiper-wrapper .swiper-slide img {
    min-height: 360px;
  }
}

@media screen and (max-width: 512px) {
  .idx-banner-mspuiyi .hero-banner-slider .swiper-wrapper .swiper-slide img {
    min-height: 167px;
  }
}

@media screen and (max-width: 1023px) {
  .idx-banner-mspuiyi .youtubeVideo {
    max-height: 400px;
  }
}

@media screen and (max-width: 512px) {
  .idx-banner-mspuiyi .youtubeVideo {
    max-height: 250px;
  }
}

.idx-my-referral a {
  text-decoration: underline !important;
}

.idx-my-referral form .form-group input {
  background: var(--accrodion-body-color);
  color: #DADADA;
  border-radius: 6px;
}

.idx-my-referral .fa-copy {
  background: #FF0031;
  border-radius: 6px;
}

.idx-my-referral #referral_qrcode {
  min-height: 248px;
}

.idx-my-referral #referral_qrcode canvas {
  width: 100%;
  height: 100%;
}

.idx-my-referral .qrcode-social-wrapper ul .share-link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.idx-my-referral .qrcode-social-wrapper ul .share-link.twitter {
  background: linear-gradient(330deg, #1DA1F2, #0f6499);
}

.idx-my-referral .qrcode-social-wrapper ul .share-link.telegram {
  background: linear-gradient(330deg, #1C8ADB, #0F4A75);
}

.idx-my-referral .qrcode-social-wrapper ul .share-link.line {
  background: linear-gradient(330deg, #06C755, #4CC764);
}

.idx-my-referral .qrcode-social-wrapper ul .share-link.facebook {
  background: linear-gradient(330deg, #185CD1, #178CC8);
}

.idx-my-referral .qrcode-social-wrapper ul .share-link.skype {
  background: linear-gradient(330deg, #00aff0, #42bcea);
}

.idx-my-referral .qrcode-social-wrapper ul .share-link.mail {
  background: #FF0031;
}

.home-countdown {
  bottom: 0;
  left: 0;
}

.home-countdown .timmer {
  background: #000;
  border-radius: 10px;
  padding: 9px 0px;
  font-size: 20px;
  min-width: 60px;
  min-height: 50px;
}

.home-countdown .timer-mobile {
  background: #000;
  border-radius: 10px;
  padding: 6px 0px;
  font-size: 12px;
  width: 36px;
  height: 30px;
}

.home-countdown .semi-con {
  margin: 0 7px;
  font-size: 1.9rem;
  font-weight: 700;
}

.home-countdown .semi-con-mobile {
  margin: 0 3.5px;
  font-size: 0.9rem;
  font-weight: 500;
}

.home-countdown.hari-raya-theme .timer-mobile {
  background: linear-gradient(0deg, rgba(230, 11, 16, 0.5) 0%, rgba(230, 11, 16, 0.5) 100%), linear-gradient(180deg, #FDC527 0%, #FCE264 66.67%, #FFFD95 100%);
  background-blend-mode: overlay, normal;
  color: #000;
}

.home-countdown.hari-raya-theme .home-countdown-text {
  color: #000 !important;
}

.static-content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.event-pop-up {
  max-width: 180px;
  bottom: 0;
  left: 0;
  z-index: 999;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .event-pop-up {
    transition: none;
  }
}

@media screen and (max-width: 1023px) {
  .event-pop-up {
    max-width: 120px;
    width: 100%;
    bottom: 250px;
  }
}

.event-pop-up.hide {
  left: -200px;
}

.event-pop-up .popSwiper {
  -webkit-animation: float 3.5s ease-in-out infinite;
  animation: float 3.5s ease-in-out infinite;
}

.event-pop-up .popSwiper .swiper-wrapper .swiper-slide img {
  max-width: 180px;
  min-height: 180px;
}

.event-pop-up .btn-close-circle {
  z-index: 1;
  top: 0;
  right: 0;
  background: transparent;
  border: 2px solid #231f20;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .event-pop-up .btn-close-circle {
    transition: none;
  }
}

.event-pop-up .btn-close-circle:hover {
  border: 2px solid #FF0031;
}

.event-pop-up .btn-close-circle:hover i {
  color: red;
}

.event-pop-up .btn-close-circle i {
  color: #231f20;
  transition: none;
}

@media screen and (max-width: 512px) {
  .event-pop-up.popup-type {
    bottom: 103px;
  }
}

.event-pop-up .game-banner-popup-div,
.event-pop-up .banner-popup-div {
  cursor: pointer;
  transition: all 0.4s ease;
  margin-bottom: 170px;
}

@media (prefers-reduced-motion: reduce) {
  .event-pop-up .game-banner-popup-div,
  .event-pop-up .banner-popup-div {
    transition: none;
  }
}

@media screen and (max-width: 512px) {
  .event-pop-up .game-banner-popup-div,
  .event-pop-up .banner-popup-div {
    margin-bottom: 0;
  }
}

.event-pop-up .game-banner-popup-div .game_3D,
.event-pop-up .banner-popup-div .game_3D {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 2px 2px #FF0031;
}

.event-pop-up .game-banner-popup-div.close-popup-div,
.event-pop-up .banner-popup-div.close-popup-div {
  -webkit-transform: translate(-120px, 0);
  transform: translate(-120px, 0);
}

.event-pop-up .game-banner-popup-div .dragon-icon .popup-icon,
.event-pop-up .banner-popup-div .dragon-icon .popup-icon {
  max-width: 90px;
  -webkit-animation: shake-animation 2s infinite;
          animation: shake-animation 2s infinite;
  margin-bottom: -65px;
}

.event-pop-up .game-banner-popup-div .popup-ul,
.event-pop-up .banner-popup-div .popup-ul {
  padding-left: 10px;
}

.event-pop-up .game-banner-popup-div .popup-ul li a,
.event-pop-up .banner-popup-div .popup-ul li a {
  display: block;
  max-width: 90px;
}

.event-pop-up .game-banner-popup-div .popup-ul li a.vn,
.event-pop-up .banner-popup-div .popup-ul li a.vn {
  max-width: 110px;
}

@media screen and (max-width: 512px) {
  .event-pop-up .game-banner-popup-div .popup-ul li a.vn,
  .event-pop-up .banner-popup-div .popup-ul li a.vn {
    max-width: 100px;
  }
}

.event-pop-up .game-banner-popup-div .popup-ul-dragon,
.event-pop-up .banner-popup-div .popup-ul-dragon {
  position: relative;
}

.event-pop-up .game-banner-popup-div .popup-ul-dragon li,
.event-pop-up .banner-popup-div .popup-ul-dragon li {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  transition: 0.5s;
  border-radius: 10px;
}

.event-pop-up .game-banner-popup-div .popup-ul-dragon li a,
.event-pop-up .banner-popup-div .popup-ul-dragon li a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.event-pop-up .game-banner-popup-div .popup-ul-dragon.active li,
.event-pop-up .banner-popup-div .popup-ul-dragon.active li {
  -webkit-animation: fadeInAnimation ease 3s;
          animation: fadeInAnimation ease 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.event-pop-up .game-banner-popup-div .popup-ul-dragon.active li:nth-child(1),
.event-pop-up .banner-popup-div .popup-ul-dragon.active li:nth-child(1) {
  top: 55px;
  right: 0%;
}

.event-pop-up .game-banner-popup-div .popup-ul-dragon.active li:nth-child(2),
.event-pop-up .banner-popup-div .popup-ul-dragon.active li:nth-child(2) {
  top: 45px;
  right: -60px;
}

.event-pop-up .game-banner-popup-div .popup-ul-dragon.active li:nth-child(3),
.event-pop-up .banner-popup-div .popup-ul-dragon.active li:nth-child(3) {
  top: -15px;
  left: 75px;
}

.event-pop-up .game-banner-popup-div .popup-ul-dragon.active li:nth-child(4),
.event-pop-up .banner-popup-div .popup-ul-dragon.active li:nth-child(4) {
  top: -70px;
  right: -60px;
}

.event-pop-up .game-banner-popup-div .popup-ul-dragon.active li:nth-child(5),
.event-pop-up .banner-popup-div .popup-ul-dragon.active li:nth-child(5) {
  top: -95px;
  left: 0;
}

.event-pop-up .game-banner-popup-div .close-floating-icons-game,
.event-pop-up .banner-popup-div .close-floating-icons-game {
  right: 0;
  top: 0;
  font-size: 0.9rem;
  background: #000;
  padding: 2px 8px 0 8px;
  border-radius: 50%;
  z-index: 9;
}

@media screen and (max-width: 512px) {
  .event-pop-up .game-banner-popup-div .close-floating-icons-game,
  .event-pop-up .banner-popup-div .close-floating-icons-game {
    right: 35px;
  }
}

.event-pop-up .game-banner-popup-div .close-floating-icons,
.event-pop-up .banner-popup-div .close-floating-icons {
  right: 0;
  top: 0;
  font-size: 0.9rem;
  background: #000;
  padding: 2px 8px 0 8px;
  border-radius: 50%;
  z-index: 9;
}

.event-pop-up .group-event-wrapper {
  z-index: 1;
}

.event-pop-up .group-event-wrapper:hover .event-listing-wrapper {
  opacity: 1;
  visibility: visible;
}

.event-pop-up .group-event-wrapper .toggle-event-menu {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  box-shadow: 0px 5px 20px rgba(255, 0, 49, 0.6);
  border-radius: 50px;
  width: 55px;
  height: 55px;
  cursor: pointer;
}

.event-pop-up .group-event-wrapper .event-listing-wrapper {
  bottom: 63px;
  left: 13px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .event-pop-up .group-event-wrapper .event-listing-wrapper {
    transition: none;
  }
}

.event-pop-up .group-event-wrapper .event-listing-wrapper .event-listing {
  border-radius: 13px;
  width: 400px;
  background: white;
  box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.4);
}

.event-pop-up .group-event-wrapper .event-listing-wrapper .event-listing::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 30px;
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  border-radius: 13px;
}

.event-pop-up .group-event-wrapper .event-listing-wrapper .event-listing-item p {
  line-height: 18px;
}

@keyframes shake-animation {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  5% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  20% {
    -webkit-transform: translate3d(6%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(6%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  35% {
    -webkit-transform: translate3d(-4%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-4%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  50% {
    -webkit-transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 4deg);
    transform: translate3d(2%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  65% {
    -webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -4deg);
    transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.special-event-position {
  right: 0;
  top: 0;
}

.mw-50 {
  max-width: 50%;
}

.home-faq .faq-content .title-main {
  font-size: 1.4rem;
  line-height: 26px;
}

.home-faq .faq-content .faq-topic {
  font-size: 1.2rem;
}

.home-faq .faq-content [data-toggle=collapse]:not(.collapsed) .if-collapsed {
  display: none;
}

.home-faq .faq-content [data-toggle=collapse].collapsed .if-not-collapsed {
  display: none;
}

.home-faq .faq-content a.btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #FF0031;
  border-radius: 6px;
}

.home-faq .faq-content a.btn span {
  color: white;
}

.home-faq .faq-content a.btn:hover {
  background: #e9e9e9 !important;
}

.home-faq .faq-content a.btn:hover span {
  color: #FF0031;
}

.home-faq .faq-content .faq .card {
  background: transparent;
  margin-top: 10px !important;
  box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.2);
}

.home-faq .faq-content .faq .card .card-header {
  background: transparent;
}

.home-faq .faq-content .faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding: 20px 30px;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: var(--floating-bg-color);
  color: var(--main-font-color);
}

@media screen and (max-width: 512px) {
  .home-faq .faq-content .faq .card .card-header .faq-title {
    padding: 13px 40px 13px 13px;
  }
}

.home-faq .faq-content .faq .card .card-header .faq-title.collapsed {
  background: var(--accordian-affiliate-bg);
  color: var(--main-font-color);
}

.home-faq .faq-content .faq .card .card-header .faq-title.collapsed::after {
  color: #FF0031;
  -webkit-transform: translate(0, -50%) rotate(0);
          transform: translate(0, -50%) rotate(0);
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.home-faq .faq-content .faq .card .card-header .faq-title .badge {
  font-size: 15px;
  font-weight: 400;
}

.home-faq .faq-content .faq .card .card-header .faq-title::after {
  content: "";
  background: url("/assets/vip/arrow-accordion.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  transition: all 0.4s ease;
}

.home-faq .faq-content .faq .card .card-header .content-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.home-faq .faq-content .faq .card .card-body {
  background: var(--modal-bg);
}

.home-faq .faq-content .faq .card p {
  margin: 0;
  padding: 0 15px;
}

.swiper-lazy-preloader {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-animation: none !important;
          animation: none !important;
  border: none !important;
  top: 0;
  left: 0;
  border-radius: 0;
  border-top-color: transparent;
  margin: 0 !important;
}

@media only screen and (min-width: 991px) {
  .annoucement-logo {
    max-width: 30px;
  }
}

.banner-swiper-nav .swiper-slide {
  background: #696563;
  height: 3px;
  transition: "all .4s ease";
}

@media (prefers-reduced-motion: reduce) {
  .banner-swiper-nav .swiper-slide {
    transition: none;
  }
}

.banner-swiper-nav .swiper-slide.swiper-slide-thumb-active {
  background: white;
}

@media screen and (max-width: 512px) {
  .winner-card {
    width: 30%;
  }
}

.winner-card.swip {
  background: black;
  border-radius: 10px;
}

.winner-card .img-card {
  border-radius: 10px;
  position: relative;
  background: var(--winner-color);
}

.winner-card .img-card::before {
  content: "";
  background-image: url(/assets/index/winner/winner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  opacity: 10%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.winner-card .img-border {
  border-radius: 10px;
}

.winner-swiper {
  background: var(--hot-promo-bg);
}

.winner-swiper.swiper-free-mode .swiper-wrapper {
  transition-timing-function: linear;
}

.fixed {
  position: fixed;
  top: 53px;
  left: 50%;
  width: 100% !important;
  margin: auto;
  -webkit-transform: translate(-51%, 0);
          transform: translate(-51%, 0);
}

@media screen and (max-width: 1023px) {
  .fixed.show {
    top: 113px;
  }
}

.my-rewards-nav {
  border-radius: 8px;
  border: 1.6px solid #EDC274;
  padding: 14px 0px;
  font-weight: 700;
}

.my-rewards-nav::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0;
  content: "";
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid white;
  /* Adjust color and size as needed */
  border-right: 0;
  /* No border on the right side */
}

@media screen and (max-width: 512px) {
  .my-rewards-nav::after {
    vertical-align: unset !important;
    border-left: 0.4em solid #442500 !important;
  }
}

.my-rewards-nav:hover,
.my-rewards-nav:focus {
  background: var(--EU9-GOLD-VIP-1, linear-gradient(90deg, #CD973D 0%, #EDC274 100%));
  box-shadow: 0px 0px 20px 0px rgba(237, 194, 116, 0.8);
  color: #442500 !important;
}

.my-rewards-nav:hover::after,
.my-rewards-nav:focus::after {
  border-left: 0.4em solid #442500;
  /* Adjust color and size as needed */
}

@media screen and (max-width: 512px) {
  .my-rewards-nav {
    background: var(--EU9-GOLD-VIP-1, linear-gradient(90deg, #CD973D 0%, #EDC274 100%));
    color: #442500 !important;
    padding: 7px 0px;
    border: 0 !important;
    max-width: 120px;
  }
}

.home-xmas-2024.ornament-1 {
  max-width: 100px;
  left: 20px;
  z-index: 9;
  -webkit-animation: 3s ease 0s normal none infinite cny-lantern-1;
          animation: 3s ease 0s normal none infinite cny-lantern-1;
  -webkit-transform-origin: 50% -100px;
          transform-origin: 50% -100px;
}

@media screen and (max-width: 1023px) {
  .home-xmas-2024.ornament-1 {
    max-width: 60px;
  }
}

@media screen and (max-width: 512px) {
  .home-xmas-2024.ornament-1 {
    max-width: 40px;
  }
}

.home-xmas-2024.ornament-2 {
  max-width: 120px;
  right: 10px;
  z-index: 9;
  -webkit-animation: 3s ease 0s normal none infinite cny-lantern-2;
          animation: 3s ease 0s normal none infinite cny-lantern-2;
  -webkit-transform-origin: 50% -100px;
          transform-origin: 50% -100px;
}

@media screen and (max-width: 1023px) {
  .home-xmas-2024.ornament-2 {
    max-width: 65px;
  }
}

@media screen and (max-width: 512px) {
  .home-xmas-2024.ornament-2 {
    max-width: 45px;
  }
}

.home-xmas-2024.bush-1 {
  max-height: 120px;
  bottom: -20px;
  left: 0px;
  z-index: 9;
}

@media screen and (max-width: 1023px) {
  .home-xmas-2024.bush-1 {
    bottom: 0;
  }
}

@media screen and (max-width: 512px) {
  .home-xmas-2024.bush-1 {
    max-height: 100px;
    left: -5px;
  }
}

.home-xmas-2024.bush-2 {
  max-height: 120px;
  bottom: -20px;
  right: 0px;
  z-index: 9;
}

@media screen and (max-width: 1023px) {
  .home-xmas-2024.bush-2 {
    bottom: 0;
  }
}

@media screen and (max-width: 512px) {
  .home-xmas-2024.bush-2 {
    max-height: 100px;
    right: 15px;
  }
}

.home-xmas-2024.present-snow {
  max-width: 135px;
  z-index: 9;
  bottom: 65px;
  right: 0;
}

.recent-withdrawal-div .mobile-golden-snake {
  max-width: 150px;
  right: -200px;
}

@media screen and (max-width: 512px) {
  .recent-withdrawal-div .mobile-golden-snake {
    max-width: 90px;
    right: 50px;
    top: -35px;
  }
}

@-webkit-keyframes cny-lantern-1 {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes cny-lantern-1 {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@-webkit-keyframes cny-lantern-2 {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }

  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes cny-lantern-2 {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }

  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

.home-deco-1,
.home-deco-2 {
  top: 2px;
  max-width: 54px;
}

.home-deco-1 {
  left: 0;
}

.home-deco-2 {
  right: 0;
}

@media screen and (max-width: 512px) {
  .home-deco-2 {
    right: -40px;
    top: -4px;
  }
}

.home-deco-3,
.home-deco-4 {
  top: -23px;
  max-width: 120px;
}

.home-deco-3,
.home-deco-5 {
  left: 0;
}

.home-deco-4,
.home-deco-6 {
  right: 0;
}

.home-deco-5,
.home-deco-6 {
  bottom: -23px;
  z-index: 1;
  max-width: 180px;
}

@media screen and (max-width: 512px) {
  .home-deco-5,
  .home-deco-6 {
    max-width: 100px;
    bottom: -13px;
  }
}

.home-deco-7 {
  background: url("/assets/index/theme/lottery_prediction/desktop_fix.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 512px) {
  .home-deco-7 {
    background: url("/assets/index/theme/lottery_prediction/mobile_fix.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.home-deco-7.my,
.home-deco-7.id {
  background: url("/assets/index/theme/hari-raya-2026/desktop_fix.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 512px) {
  .home-deco-7.my,
  .home-deco-7.id {
    background: url("/assets/index/theme/hari-raya-2026/mobile_fix.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.home-deco-8 {
  bottom: 3px;
  left: 50%;
  -webkit-transform: translate(-216%, 0);
  transform: translate(-216%, 0);
  z-index: 1;
  max-width: 260px;
}

@media (max-width: 1600px) {
  .home-deco-8 {
    bottom: 2px;
    -webkit-transform: translate(-183%, 0);
    transform: translate(-183%, 0);
  }
}

.home-deco-8-mobile {
  top: -60px;
  right: 0;
  z-index: 1;
  max-width: 117px;
}

.home-deco-9::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/index/theme/songkran-2025/home-deco-9.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 0;
}

.home-deco-fixed {
  background: url("/assets/index/theme/christmas-2025/desktop_fix.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  width: 100%;
}

@media screen and (max-width: 512px) {
  .home-deco-fixed {
    background: url("/assets/index/theme/christmas-2025/mobile_fix.png");
  }
}

.togel-list a {
  padding: 5px;
  cursor: pointer;
}

.togel-list a > div {
  background: #FF0031;
  /* Old browsers */
  border-radius: 10px;
  padding: 10px 5px;
  transition: all 0.5s ease-in-out;
  z-index: 0;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .togel-list a > div {
    transition: none;
  }
}

@media screen and (max-width: 512px) {
  .togel-list a > div {
    align-items: start !important;
  }
}

.togel-list a > div:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: rgba(0, 0, 0, 0.3);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .togel-list a > div:before {
    transition: none;
  }
}

.togel-list a:hover > div {
  background: linear-gradient(to right, #ff8f11 0%, #ffc929 100%);
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .togel-list a:hover > div {
    transition: none;
  }
}

.togel-list a:hover > div:before {
  -webkit-transform: scale(2.15);
          transform: scale(2.15);
}

.togel-list label {
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
  color: #FF0031;
}

@media screen and (max-width: 1023px) {
  .togel-list label {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 512px) {
  .togel-list label {
    font-size: 0.7rem;
  }
}

.togel-list .icon {
  width: 90px;
  height: 90px;
  padding: 5px;
}

@media screen and (max-width: 512px) {
  .togel-list .icon {
    width: 50px;
    height: 50px;
    margin-top: 5px;
  }
}

.togel-list .icon img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.togel-list .content {
  width: calc(100% - 90px);
}

@media screen and (max-width: 1023px) {
  .togel-list .content {
    line-height: 1.2rem;
  }
}

@media screen and (max-width: 512px) {
  .togel-list .content {
    width: calc(100% - 50px);
    line-height: 1.2rem;
  }
}

.togel-list .content span {
  font-size: 0.75rem;
  color: #FF0031;
}

@media screen and (max-width: 512px) {
  .togel-list .content span {
    font-size: 0.65rem;
  }
}

.togel-list .content .go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  border-radius: 0 4px 0 32px;
}

.togel-list .content .go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: #FF0031;
}

@media screen and (max-width: 512px) {
  .togel-list .content .result {
    padding: 0 !important;
  }
}

.togel-list .content .result img {
  padding: 4px;
}

@media screen and (max-width: 1023px) {
  .togel-list .content .result img {
    padding: 1px;
  }
}

.buku-mimpi {
  background-position: center top;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .buku-mimpi {
    transition: none;
  }
}

.buku-mimpi .bookshelf {
  z-index: 2;
}

.buku-mimpi .bookshelf .tilt {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: perspective(1000px);
          transform: perspective(1000px);
  cursor: pointer;
  max-width: none;
  margin: 0 50px !important;
  margin-bottom: 3rem !important;
}

.buku-mimpi .bookshelf .tilt.details-open {
  -webkit-transform: none !important;
          transform: none !important;
}

.buku-mimpi .bookshelf .tilt.details-open .text {
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .buku-mimpi .bookshelf .tilt.details-open .text {
    transition: none;
  }
}

.buku-mimpi .bookshelf .tilt.details-open .buttons {
  display: none;
}

.buku-mimpi .bookshelf .tilt.details-open .book {
  -webkit-transform: translateX(-36px) rotateY(80deg);
  transform: translateX(-36px) rotateY(80deg);
}

.buku-mimpi .bookshelf .tilt .text {
  font-size: 5rem;
  z-index: 9;
  bottom: 10%;
  left: 45px;
  right: 45px;
  -webkit-transform: translateZ(30px);
          transform: translateZ(30px);
}

.buku-mimpi .bookshelf .tilt .text img {
  width: 125px;
}

.buku-mimpi .bookshelf .details ul {
  padding: 10% 20%;
}

.buku-mimpi .bookshelf .details ul li {
  line-height: 1rem;
  font-size: 0.8rem;
}

.buku-mimpi .bookshelf .details ul li:first-child {
  text-align: left;
}

.buku-mimpi .bookshelf .details .close-details {
  opacity: 1;
}

.buku-mimpi .bookshelf .details .close-details:hover {
  opacity: 0.6;
}

.buku-mimpi .bookshelf .details .close-details::before,
.buku-mimpi .bookshelf .details .close-details::after {
  background: #FF0031;
  width: 2px;
}

.buku-mimpi .bookshelf .buttons a {
  font-size: 0.8rem;
}

.buku-mimpi .bookshelf .buttons a:first-child:not(only-child) {
  border-right: 1px solid #b9b9b9;
}

.buku-mimpi .bookshelf .book {
  width: 230px;
  height: 314px;
  display: inline-block;
}

.buku-mimpi .bookshelf .book .cover::before {
  background-size: cover !important;
}

.buku-mimpi .bookshelf .book .cover .front {
  background-size: cover !important;
  border-radius: 8px;
  background: linear-gradient(to right, #13b3e5 0%, #00d1c2 100%);
}

.buku-mimpi .bookshelf .book .inner {
  border-radius: 8px;
  border-color: #13b3e5;
}

.buku-mimpi .bookshelf .book.twoD .front {
  background: url(/assets/buku-mimpi/togel2D.jpg);
}

.buku-mimpi .bookshelf .book.twoD .cover::before {
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(/assets/buku-mimpi/spine.jpg), #009bdb;
}

.buku-mimpi .bookshelf .book.threeD .front {
  background: url(/assets/buku-mimpi/togel3D.jpg);
}

.buku-mimpi .bookshelf .book.threeD .cover::before {
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(/assets/buku-mimpi/spine.jpg), #009bdb;
}

.buku-mimpi .bookshelf .book.fourD .front {
  background: url(/assets/buku-mimpi/togel4D.jpg);
}

.buku-mimpi .bookshelf .book.fourD .cover::before {
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 50%, transparent 100%), url(/assets/buku-mimpi/spine.jpg), #009bdb;
}

.buku-mimpi .bb-custom-wrapper {
  background: #000 url(/assets/buku-mimpi/bk_bg.jpg);
  background-position: center top;
  background-size: cover;
  border: none;
  position: absolute;
  z-index: 3;
}

.buku-mimpi .bb-custom-wrapper::before,
.buku-mimpi .bb-custom-wrapper::after {
  background: transparent;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area {
  width: 100%;
  height: 80%;
  border-width: 5px 10px;
  border-style: solid;
  position: relative;
  border-color: #FF0031;
  border-radius: 5px;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area::before,
.buku-mimpi .bb-custom-wrapper .bb-book-area::after {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 10px;
  height: 100%;
  background: linear-gradient(to right, #dddddd 33.33%, #f0f0f0 33.33%, #f0f0f0 66.66%, white 66.66%);
  background-size: auto;
  background-size: 3px 100%;
  content: "";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area::before {
  left: 0;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area::after {
  right: 0;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area .bb-bookblock {
  background: white;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area .bb-bookblock .bb-item.active {
  display: block;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area .bb-bookblock .bb-item .bb-custom-side > div {
  padding: 8px 30px;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area .bb-bookblock .bb-item .bb-custom-side h3 {
  text-transform: uppercase;
  background: #FF0031;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 2.2rem;
  -webkit-transform: none;
          transform: none;
  max-width: inherit;
  position: relative;
  top: 0;
  left: 0;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area .bb-bookblock .bb-item .bb-custom-side span {
  font-size: 0.7rem;
  line-height: 1.2rem;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area .bb-bookblock .bb-item .bb-custom-side .page-result a {
  padding: 5px 15px;
  color: #fff;
  margin: 4px;
  display: inline-block;
  width: 40%;
  text-align: center;
  box-shadow: 2px 2px 10px 0 #6C6C6C;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area .bb-bookblock .bb-item .bb-custom-side .page-result a:hover {
  box-shadow: none;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area nav a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #13b3e5;
  position: absolute;
  z-index: 1000;
  font-size: 0;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  z-index: 9999;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area nav a:hover {
  background: #000;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area nav a.bb-nav-prev,
.buku-mimpi .bb-custom-wrapper .bb-book-area nav a.bb-nav-next {
  top: 40%;
  margin-top: -15px;
  width: 50px;
  height: 100px;
  background: transparent;
  border-radius: 0;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area nav a.bb-nav-next {
  right: -80px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.buku-mimpi .bb-custom-wrapper .bb-book-area nav a.bb-nav-prev {
  left: -80px;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area nav a.bb-nav-close {
  top: -20px;
  right: -20px;
  background: #FF0031;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area nav a.bb-nav-close::before,
.buku-mimpi .bb-custom-wrapper .bb-book-area nav a.bb-nav-close::after {
  top: 15%;
  left: 50%;
  height: 70%;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area nav a.bb-nav-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.buku-mimpi .bb-custom-wrapper .bb-book-area nav a.bb-nav-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.buku-mimpi .bb-custom-wrapper .bb-book-area nav a::before,
.buku-mimpi .bb-custom-wrapper .bb-book-area nav a::after {
  position: absolute;
  top: 0;
  left: 25%;
  width: 1px;
  height: 50%;
  background: white;
  content: "";
}

.buku-mimpi .bb-custom-wrapper .bb-book-area nav a:not(.bb-nav-close)::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.buku-mimpi .bb-custom-wrapper .bb-book-area nav a:not(.bb-nav-close)::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.buku-mimpi .bb-custom-wrapper .selection img {
  width: 60px;
}

.buku-mimpi .bb-custom-wrapper .selection input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.buku-mimpi .bb-custom-wrapper .selection button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #FF0031;
  background-color: #FF0031;
}

.buku-mimpi .bb-custom-wrapper .selection button:hover i {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@media screen and (max-width: 768px) {
  .buku-mimpi .bookshelf {
    display: inline;
  }

  .buku-mimpi .bookshelf figure {
    z-index: 1;
  }

  .buku-mimpi .bookshelf .tilt.details-open {
    z-index: 1;
  }

  .buku-mimpi .bookshelf .tilt .text {
    z-index: 2;
  }

  .buku-mimpi .bb-custom-wrapper .selection {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 460px) {
  .buku-mimpi {
    height: unset;
  }

  .buku-mimpi .bb-custom-wrapper .bb-book-area {
    height: auto;
    border: none;
  }

  .buku-mimpi .bb-custom-wrapper .bb-book-area .bb-custom-side {
    width: 100%;
    height: auto;
    padding: 10px 5px;
  }

  .buku-mimpi .bb-custom-wrapper .bb-book-area .bb-custom-side .page-result {
    font-size: 0.8rem;
  }

  .buku-mimpi .bb-custom-wrapper .bb-book-area .bb-custom-side.hide {
    display: none;
  }

  .buku-mimpi .bb-custom-wrapper .bb-book-area .bb-custom-side span {
    font-size: 0.6rem !important;
    line-height: 0.8rem !important;
  }

  .buku-mimpi .bb-custom-wrapper .bb-book-area .bb-custom-side > div {
    padding: 4px 18px !important;
  }

  .buku-mimpi .bb-custom-wrapper .bb-book-area .bb-custom-side::before {
    box-shadow: none;
  }

  .buku-mimpi .bb-custom-wrapper .bb-book-area nav a.bb-nav-prev {
    left: -30px;
    top: 80px;
  }

  .buku-mimpi .bb-custom-wrapper .bb-book-area nav a.bb-nav-next {
    right: -30px;
    top: 80px;
  }

  .buku-mimpi .bb-custom-wrapper .bb-bookblock {
    height: auto;
  }

  .buku-mimpi .bb-custom-wrapper .bb-bookblock .bb-item {
    height: auto;
  }

  .buku-mimpi .bookshelf {
    padding: 0 !important;
  }

  .buku-mimpi .bookshelf .tilt {
    -webkit-transform: none !important;
    transform: none !important;
    margin-bottom: 15px !important;
  }

  .buku-mimpi .bookshelf .tilt .details ul {
    padding: 15px 25px;
  }

  .buku-mimpi .bookshelf .tilt .details ul li {
    font-size: 0.6rem;
  }

  .buku-mimpi .bookshelf .buttons a {
    font-size: 0.6rem;
  }

  .buku-mimpi .bookshelf .book {
    width: 180px;
    height: 246px;
  }
}

html {
  scroll-padding-top: 73px;
  scroll-behavior: smooth;
}

.vip-section .sticky-area {
  top: 83px;
}

.vip-section .sticky-area .current-rank-wrapper {
  background-image: url(/assets/nav/mobile/nav_after_login.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 13px;
}

.vip-section .sticky-area .current-rank-wrapper .user-rank {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 13px;
}

.vip-section .sticky-area .current-rank-wrapper .rank-status div p:last-child {
  margin-top: -6px !important;
}

.vip-section .sticky-area .current-rank-wrapper .rank-status div p.line-height {
  line-height: 18px;
}

.vip-section .sticky-area .current-rank-status {
  background: white;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  color: #9E9E9E;
  margin-top: 33px;
}

@media screen and (max-width: 1023px) {
  .vip-section .sticky-area .current-rank-status {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    margin-top: 23px;
  }
}

.vip-section .sticky-area .current-rank-status .line {
  background: #F3F5F6;
  height: 6px;
  border-radius: 50px;
}

.vip-section .sticky-area .current-rank-status .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  width: var(--progress);
  height: 100%;
  border-radius: 50px;
}

.vip-section .current-vip-content-wrapper {
  background: var(--floating-bg-color);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  border-left: 6px solid #FF0031;
}

@media screen and (max-width: 1023px) {
  .vip-section .current-vip-content-wrapper {
    box-shadow: none;
    border: 0;
  }
}

@media screen and (max-width: 512px) {
  .vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}

.vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul li:last-child {
  margin-right: 0 !important;
}

.vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul li a {
  opacity: 0.6;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul li a {
    transition: none;
  }
}

.vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul li a .vip-lvl-img {
  background: var(--vip-level-bg);
  border-radius: 13px;
}

.vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul li a p {
  max-width: 100px;
  width: 90px;
  line-height: 18px;
}

@media screen and (max-width: 512px) {
  .vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul li a p {
    max-width: 85px;
  }
}

.vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul li a.active,
.vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul li a:hover {
  opacity: 1;
}

.vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul li a.active p,
.vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul li a:hover p {
  color: #FF0031 !important;
  font-weight: 600;
}

.vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul li.static-select-vip {
  cursor: pointer;
}

.vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul.rank-lvl-wrapper li a {
  background: #ebebeb;
  color: #aaa;
  border-radius: 6px;
  opacity: 0.6;
  max-width: 120px;
  height: 100%;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul.rank-lvl-wrapper li a {
    transition: none;
  }
}

.vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul.rank-lvl-wrapper li a.active,
.vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-wrapper ul.rank-lvl-wrapper li a:hover {
  opacity: 1;
  background: #FF0031;
  color: white;
}

.vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-content-wrapper .main-text {
  line-height: 20px;
}

@media screen and (max-width: 512px) {
  .vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-content-wrapper .main-text p {
    font-size: 0.85rem;
  }
}

.vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-content-wrapper .sub-text {
  color: var(--main-font-color);
}

@media screen and (max-width: 512px) {
  .vip-section .current-vip-content-wrapper .rank-bonus-wrapper .vip-level-content-wrapper .sub-text p {
    font-size: 0.85rem;
  }
}

.vip-section .current-vip-content-wrapper .general-question-wrapper #general_questions_accordion .card {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.vip-section .current-vip-content-wrapper .general-question-wrapper #general_questions_accordion .card:last-child {
  margin-bottom: 0 !important;
}

.vip-section .current-vip-content-wrapper .general-question-wrapper #general_questions_accordion .card .card-header {
  background: var(--navbar-flevel-color);
}

.vip-section .current-vip-content-wrapper .general-question-wrapper #general_questions_accordion .card .card-header.collapsed img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.vip-section .current-vip-content-wrapper .general-question-wrapper #general_questions_accordion .card .card-header img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .vip-section .current-vip-content-wrapper .general-question-wrapper #general_questions_accordion .card .card-header img {
    transition: none;
  }
}

.vip-section .aboutUs-vip-wrapper .aboutUs-listing p {
  line-height: 20px;
}

.vip-section .aboutUs-vip-wrapper .read-more {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.auth .btn-secondary:hover {
  background: #FF0031;
}

.auth .btn-secondary:hover span {
  color: white;
}

.auth .btn-link {
  min-height: auto;
}

.auth .btn-link span {
  font-size: 0.8rem;
}

.page-auth {
  background-color: var(--form-bg-sub);
  font-size: 0.8rem;
}

.page-auth h1 {
  font-size: 1.8rem;
}

@media screen and (max-width: 512px) {
  .page-auth h1 {
    font-size: 1.5rem;
  }
}

.page-auth .card {
  padding: 10px;
  box-shadow: none;
  background: transparent;
  border: none;
}

.page-auth .card-header {
  background: transparent;
  border: none;
}

.page-auth .card .show_hide_password .input-group-text a {
  margin: 0 auto;
}

.page-auth .card .show_hide_password .input-group-text a i {
  color: #9E9E9E;
  font-size: 0.8rem;
}

.page-auth .card .show_hide_password .input-group-text a:hover i {
  color: #FF0031;
}

@media screen and (max-width: 1023px) {
  .page-auth .card .notes-wrapper {
    border: 0 !important;
  }
}

.page-auth .card .notes-wrapper .notes {
  font-size: 0.9rem;
  color: #9E9E9E;
  line-height: 16px;
}

@media screen and (max-width: 1023px) {
  .page-auth .card .notes-wrapper .notes {
    font-size: 0.8rem;
    padding: 0 !important;
  }
}

.page-auth .card .dropdown-toggle::after {
  color: #9E9E9E;
}

.page-auth .card input[type=number]::-webkit-outer-spin-button,
.page-auth .card input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-auth .card input[type=number] {
  -moz-appearance: textfield;
}

.page-auth .card-body {
  background: var(--form-bg-main);
  border-radius: 15px;
  padding: 0;
}

.page-auth .card-body form {
  background: var(--form-bg-main);
  padding: 25px;
  border-radius: 10px;
}

.page-auth .card-body form .col-form-label {
  font-weight: 700;
}

.page-auth .dropdown-menu.show {
  padding: 2px 0;
  margin: 0;
  width: 100%;
  border-radius: 0;
  border: 1px solid #ccc;
}

.page-auth input:-moz-read-only,
.page-auth input:disabled {
  background: rgba(0, 0, 0, 0.1);
  border: none;
}

.page-auth input:read-only,
.page-auth input:disabled {
  background: rgba(0, 0, 0, 0.1);
  border: none;
}

.page-auth label.error {
  position: absolute;
  bottom: -25px;
  font-size: 0.7rem;
  color: #FF0031;
  font-style: italic;
  font-weight: 400;
}

.page-auth .banner {
  border-radius: 10px;
}

.page-auth .banner img {
  border-radius: 10px;
}

.page-auth .invalid-feedback {
  position: absolute;
  bottom: -18px;
  font-size: 0.7rem;
  font-weight: normal;
}

.page-auth .swal2-html-container i {
  font-size: 1rem;
}

.page-auth .swal2-html-container i sup {
  color: #FF0031;
}

.page-register .card .input-group-append.BtnVerifyEmail,
.page-register .card .input-group-append.BtnVerifyMobile {
  background-color: #FF0031;
  border-radius: 5px;
  cursor: pointer;
}

.page-register .card .input-group-append.BtnVerifyEmail .input-group-text,
.page-register .card .input-group-append.BtnVerifyMobile .input-group-text {
  width: auto;
  color: white;
}

.page-register .card .input-group-append.BtnVerifyEmail.cooldown,
.page-register .card .input-group-append.BtnVerifyMobile.cooldown {
  background-color: #3F3A37;
  cursor: default;
}

.page-register .card .input-group-append .verified {
  color: #FF0031;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .page-register .card .register-title {
    padding-bottom: 0 !important;
  }
}

.page-register .card .extra-bonus {
  background: #292421;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (max-width: 1023px) {
  .page-register .card .extra-bonus {
    background: transparent;
    border-radius: 0;
  }

  .page-register .card .extra-bonus div {
    color: #040709 !important;
  }
}

.page-register .card .extra-bonus h5 {
  font-size: 1rem;
  font-weight: 400;
}

.page-register .card .register-card-body {
  margin-top: -26px;
}

@media screen and (max-width: 1023px) {
  .page-register .card .register-card-body {
    margin-top: 0;
    background: transparent;
    border-radius: 0;
  }

  .page-register .card .register-card-body form {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }

  .page-register .card .register-card-body form .details,
  .page-register .card .register-card-body form .info {
    padding: 0 !important;
  }

  .page-register .card .register-card-body form .details.border-right,
  .page-register .card .register-card-body form .info.border-right {
    border: 0 !important;
  }
}

.page-register #mobileCodeInput {
  box-sizing: border-box;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 0.8rem;
  padding: 5px 15px;
  border: none;
  border-bottom: 1px solid #ddd;
}

.page-register #mobileCodeInput:focus {
  outline: 3px solid #ddd;
}

.page-register .mobile-code {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  max-height: 200px;
}

.page-register .mobile-code.show {
  display: block;
}

.line-login {
  background: #00c300;
  border-radius: 5px;
  width: 200px;
  height: 48px;
  cursor: pointer;
}

.line-login:hover {
  background: #00e000 !important;
}

.line-login:hover img {
  border-color: #00c900 !important;
}

.line-login img {
  height: 40px;
  width: 40px;
  border-right: 1px solid #00b300;
  padding: 6px;
}

.line-login span {
  width: calc(100% - 40px);
  font-size: 12px;
}

#register-method-tabs .nav-item .nav-link {
  background: var(--tab-bg-color);
  color: var(--tab-font-color) !important;
}

#register-method-tabs .nav-item .nav-link.active {
  background: var(--tab-active-color);
  color: white !important;
}

.social-register-wrapper .register-rewards-wrapper {
  background: var(--form-bg-main);
  border-radius: 10px;
}

.social-register-wrapper .register-rewards-wrapper .register-rewards-title {
  color: var(--main-font-color);
}

.social-register-wrapper .register-rewards-wrapper .register-rewards-desc {
  color: var(--prepand-button-color);
}

.social-register-wrapper .register-rewards-wrapper .register-rewards-img {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(281deg) brightness(106%) contrast(102%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(281deg) brightness(106%) contrast(102%);
}

.social-register-wrapper .social-media-box {
  border: 2px solid var(--prepand-button-color);
  cursor: pointer;
  transition: "all .4s ease";
}

@media (prefers-reduced-motion: reduce) {
  .social-register-wrapper .social-media-box {
    transition: none;
  }
}

.social-register-wrapper .social-media-box:hover {
  border: 2px solid var(--btn-hover-color);
}

.promo-content .promo-nav {
  transition: all 0.5s ease-in-out;
  border-radius: 0px;
}

@media (prefers-reduced-motion: reduce) {
  .promo-content .promo-nav {
    transition: none;
  }
}

.promo-content .promo-nav button {
  width: auto;
  border: none;
  background: #9E9E9E;
  position: relative;
  border-radius: 10px;
  height: 40px;
  text-align: center;
  white-space: nowrap;
}

.promo-content .promo-nav button.active,
.promo-content .promo-nav button:hover {
  background: #FF0031;
}

.promo-content .promo-nav button.filter_btn {
  color: white;
  font-size: 0.8rem;
  margin: 0 2px;
}

.promo-content .history-dot {
  position: absolute;
  top: 0;
  right: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7px;
  height: 7px;
  background-color: red;
  border-radius: 50%;
}

.promo-content .m-promodrop h1 {
  font-size: 1.2rem;
}

.promo-content .m-promodrop.show button,
.promo-content .m-promodrop.show:hover button,
.promo-content .m-promodrop.show:focus button {
  background: #F3F5F6;
  color: #9E9E9E;
}

.promo-content .m-promodrop button {
  border: 0;
  min-width: 140px;
  border-radius: 10px;
  background: var(--prepand-button-color);
  color: var(--promotion-dropdown-color);
  height: 25px;
  font-size: 0.8rem;
  justify-content: flex-start;
}

.promo-content .m-promodrop button.dropdown-toggle::after {
  color: #9E9E9E;
  position: absolute;
  right: 51px;
  font-size: 0.9rem;
}

.promo-content .m-promodrop .dropdown-menu {
  background-color: var(--prepand-button-color) !important;
  border-color: var(--prepand-button-color);
}

.promo-content .m-promodrop .dropdown-menu .active {
  background: #FF0031;
  color: white;
}

.promo-content .m-promodrop .dropdown-menu .dropdown-item {
  font-size: 0.8rem;
  position: relative;
  color: var(--promotion-dropdown-color);
}

.promo-content .m-promodrop .dropdown-menu .dropdown-item:hover {
  background: var(--promotion-dropdown-item-bg);
}

@media screen and (max-width: 1023px) {
  .promo-content .promo-row.no-bg {
    background: unset;
  }
}

.promo-content .promo-row .promo-div .promo-listing-row > div {
  background: var(--hot-promo-bg);
  border-radius: 20px;
}

@media screen and (max-width: 1023px) {
  .promo-content .promo-row .promo-div .promo-listing-row > div {
    background: white;
  }

  .promo-content .promo-row .promo-div .promo-listing-row > div.card-bg {
    background: var(--hot-promo-bg);
  }
}

@media screen and (max-width: 512px) {
  .promo-content .promo-row .promo-div .promo-listing-row > div h5 {
    font-size: 0.8rem;
    text-align: center;
  }
}

.promo-content .promo-row .promo-div .promo-listing-row > div .promo-box a {
  border-radius: 10px;
  cursor: pointer;
}

.promo-content .promo-row .promo-div .promo-listing-row > div .promo-box a img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 512px) {
  .promo-content .promo-row .promo-div .promo-listing-row > div .promo-box a img {
    height: unset;
  }
}

@media screen and (max-width: 512px) {
  .promo-content .promo-row .promo-div .promo-listing-row > div .position-below {
    position: relative;
  }
}

.promo-content .promo-row .promo-div .promo-listing-row > div .position-below .time-remain {
  font-size: 0.7rem;
}

@media screen and (max-width: 799px) {
  .promo-content .promo-row .promo-div .promo-listing-row > div .position-below .time-remain {
    text-align: center;
  }
}

@media screen and (max-width: 512px) {
  .promo-content .promo-row .promo-div .promo-listing-row > div .promo-button .displayBlock {
    display: block !important;
  }
}

@media screen and (max-width: 799px) {
  .promo-content .promo-row .promo-div .promo-listing-row > div .promo-button > div {
    justify-content: center;
  }
}

.promo-content .promo-row .promo-div .promo-listing-row > div .promo-button > div a {
  min-width: 120px;
}

@media screen and (max-width: 799px) {
  .promo-content .promo-row .promo-div .promo-listing-row > div .promo-button > div a {
    min-height: 25px;
  }
}

@media screen and (max-width: 799px) {
  .promo-content .promo-row .promo-div .promo-listing-row > div .promo-button > div a span {
    font-size: 0.7rem;
  }
}

.promo-content .promo-row .promo-div .promo-listing-row > div .promo-button > div a:hover {
  background-color: var(--promo-secondary-btn-hover-bg);
  color: var(--promo-secondary-color);
}

.promo-content .promo-row .promo-div .promo-listing-row > div .promo-button > div a:hover.btn-primary {
  background-color: #9E9E9E;
}

.promo-content .promo-row .promo-div .promo-listing-row > div .promo-button > div a:hover img {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}

.promo-content .promo-row .promo-div .promo-listing-row > div .promo-button > div a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.promo-content .promo-row .promo-div .promo-listing-row > div .promo-button.id .more-info-btn,
.promo-content .promo-row .promo-div .promo-listing-row > div .promo-button.id .apply-btn {
  min-width: 198px;
}

@media screen and (max-width: 512px) {
  .promo-content .promo-row .promo-div .promo-listing-row > div .promo-button.id .more-info-btn,
  .promo-content .promo-row .promo-div .promo-listing-row > div .promo-button.id .apply-btn {
    min-width: 162px;
  }
}

.promo-content .promo-row .promo-div .promo-listing-row > div .promo-description {
  line-height: 1.2rem;
  font-size: 0.9rem;
}

@media screen and (max-width: 799px) {
  .promo-content .promo-row .promo-div .promo-listing-row > div .promo-description {
    line-height: 0.9rem;
    font-size: 0.7rem;
    text-align: center;
  }
}

.promo-content .promo-row .promo-div .promo-listing-row > div .promo-description p {
  white-space: pre-line;
}

@media screen and (max-width: 512px) {
  .promo-content .promo-row .promo-div .promo-listing-row > div .promo-description p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 58px;
  }
}

.promo-content .promo-row .stamp {
  z-index: 9;
  bottom: -20px;
  right: -20px;
}

@media screen and (max-width: 799px) {
  .promo-content .promo-row .stamp {
    bottom: -10px;
    right: -10px;
  }
}

.promo-content .promo-row .stamp img {
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 799px) {
  .promo-content .promo-row .stamp img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 512px) {
  .transfer_promo {
    min-height: auto !important;
    min-width: 120px;
  }
}

.promotion-button {
  background: var(--hot-promo-bg) !important;
  border-radius: 8px !important;
  min-width: unset !important;
  height: 100% !important;
  padding-top: 5.5px;
  padding-bottom: 5.5px;
  color: white !important;
}

@media screen and (max-width: 512px) {
  .promotion-button {
    font-size: 0.8rem !important;
  }
}

.promotion-button.active {
  background: #FF0031 !important;
}

.wallet-balance label {
  font-weight: bold;
}

.wallet-balance span {
  font-style: italic;
  font-size: 0.8rem;
}

@media screen and (max-width: 1023px) {
  .wallet-balance span,
  .wallet-balance label {
    text-align: center !important;
  }
}

.wallet-balance img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 35px;
  margin: auto;
}

.wallet-balance .thead-dark tr {
  background: white;
}

.wallet-balance .thead-dark th {
  background: transparent;
  border-color: white;
  border-bottom: none;
  font-size: 0.8rem;
  color: #FF0031;
}

.wallet-balance .balance-wrapper {
  background: #F3F5F6;
  border-radius: 8px;
}

.wallet-balance .balance-wrapper .main-wallet-amount p:first-child {
  line-height: 14px;
}

.wallet-balance .balance-wrapper .main-wallet-amount p:last-child {
  margin-top: -3px !important;
}

.wallet-balance .balance-wrapper .weekly-turnover-wrapper {
  background: white;
  color: #9E9E9E;
}

.page-add-bank .add-bank-divider {
  width: 1px;
  height: 40px;
  background: white;
  border-radius: 10px;
}

.page-add-bank .bank-list-items {
  max-width: 60px;
  min-height: 60px;
  opacity: 0.5;
  cursor: pointer;
}

.page-add-bank .bank-list-items.active,
.page-add-bank .bank-list-items:hover {
  opacity: 1;
}

.page-add-bank .bank-list-items.add-bank-btn-wrapper {
  opacity: 1;
  background: var(--accordion-bg-color);
  color: white;
  cursor: pointer;
  line-height: 13px;
  border-radius: 10px;
}

@media screen and (max-width: 512px) {
  .page-add-bank .bank-list-items.add-bank-btn-wrapper {
    background: var(--accrodion-head-bg-color);
  }
}

.page-add-bank .add-bank-detail-wrapper {
  cursor: pointer;
  border-radius: 8px;
  background: var(--accordion-bg-color);
  border: 2px solid #ff0031;
}

.page-withdraw .percentage-amount-wrapper .percentage-amount {
  background: #9E9E9E;
  color: white;
  cursor: pointer;
}

.page-withdraw .percentage-amount-wrapper .percentage-amount:hover,
.page-withdraw .percentage-amount-wrapper .percentage-amount.active {
  background: #FF0031;
}

.page-withdraw .add-bank-divider {
  width: 1px;
  height: 40px;
  background: white;
  border-radius: 10px;
}

.page-withdraw .bank-list-items {
  max-width: 60px;
  min-height: 60px;
  opacity: 1;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 7px;
}

.page-withdraw .bank-list-items.active,
.page-withdraw .bank-list-items:hover {
  border: 3px solid #FF0031;
}

.page-withdraw .bank-list-items.add-bank-btn-wrapper {
  opacity: 1;
  background: var(--accordion-bg-color);
  color: white;
  cursor: pointer;
  line-height: 13px;
  border-radius: 10px;
}

@media screen and (max-width: 512px) {
  .page-withdraw .bank-list-items.add-bank-btn-wrapper {
    background: var(--accrodion-head-bg-color);
  }
}

.page-withdraw .withdrawal-bank-wrapper {
  cursor: pointer;
  border-radius: 8px;
  background: var(--accordion-bg-color);
  border: 2px solid #ff0031;
}

.page-deposit .important-notice-wrapper {
  cursor: pointer;
  border: 2px solid var(--important-notice-border-color);
  color: var(--important-notice-color);
  background: var(--important-notice-bg-color);
  border-radius: 50px;
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .page-deposit .important-notice-wrapper {
    transition: none;
  }
}

.page-deposit .important-notice-wrapper:hover {
  background: #FF0031;
  color: white;
}

.page-deposit .deposit-content-wrapper hr {
  border-top: 2px solid #DADADA;
}

.page-deposit .deposit-booster .switch {
  width: 50px;
  height: 27px;
}

.page-deposit .deposit-booster .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.page-deposit .deposit-booster .switch input:checked + .slider {
  background-color: #019700;
}

.page-deposit .deposit-booster .switch input:checked + .slider:before {
  font-size: 12px;
  content: "\2713";
  -webkit-text-stroke: 1.5px #019700;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.page-deposit .deposit-booster .switch .slider {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-deposit .deposit-booster .switch .slider {
    transition: none;
  }
}

.page-deposit .deposit-booster .switch .slider:before {
  position: absolute;
  content: "\D7";
  left: 4px;
  bottom: 4px;
  text-align: center;
  -webkit-text-stroke: 1.5px #FF0031;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background-color: white;
  transition: all 0.3s ease-in-out, font-size 0s;
}

@media (prefers-reduced-motion: reduce) {
  .page-deposit .deposit-booster .switch .slider:before {
    transition: none;
  }
}

.page-deposit .deposit-booster .switch .slider.round {
  border-radius: 34px;
}

.page-deposit .deposit-booster .switch .slider.round:before {
  border-radius: 50%;
}

.page-deposit .deposit-options-listing {
  list-style: none;
}

.page-deposit .deposit-options-items {
  background: #9E9E9E;
  color: white;
  cursor: pointer;
}

.page-deposit .deposit-options-items:hover,
.page-deposit .deposit-options-items.active {
  background: #FF0031;
}

.page-deposit .optionsSlider {
  background: #9E9E9E;
  border-radius: 50px;
  height: 6px;
  -webkit-appearance: none;
}

@media screen and (max-width: 512px) {
  .page-deposit .optionsSlider {
    background: var(--floating-bg-color);
  }
}

.page-deposit .optionsSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #FF0031;
  cursor: pointer;
  border-radius: 50px;
}

.page-deposit .optionsSlider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #FF0031;
  cursor: pointer;
  border-radius: 50%;
}

.page-deposit #autobank-pay .red-message {
  font-weight: 600;
  border-radius: 8px;
}

.page-deposit #autobank-pay #autobank-accordion .card {
  box-shadow: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.page-deposit #autobank-pay #autobank-accordion .card:hover {
  box-shadow: 0 0 15px rgba(255, 0, 49, 0.3);
}

.page-deposit #autobank-pay #autobank-accordion .card .card-header {
  background: linear-gradient(to bottom, #f4302f, #ee0e19, #9E0000);
  border-radius: 4px;
  font-weight: 500;
}

.page-deposit #autobank-pay #autobank-accordion .card .card-header .btn-link {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.page-deposit #autobank-pay #autobank-accordion .card .card-header .btn-link i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-deposit #autobank-pay #autobank-accordion .card .card-header .btn-link i {
    transition: none;
  }
}

.page-deposit #autobank-pay #autobank-accordion .card .card-header .btn-link img {
  max-width: 28px;
  top: 2.5px;
}

.page-deposit #autobank-pay #autobank-accordion .card .card-header .btn-link img.your-acc {
  top: 0;
  max-width: 23px;
}

.page-deposit #autobank-pay #autobank-accordion .card .card-header .btn-link.collapsed i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.page-deposit #autobank-pay #autobank-accordion .card .card-body .card-body-items {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-deposit #autobank-pay #autobank-accordion .card .card-body .card-body-items {
    transition: none;
  }
}

.page-deposit #autobank-pay #autobank-accordion .card .card-body .card-body-items:last-child {
  margin-bottom: 0 !important;
}

.page-deposit #autobank-pay #autobank-accordion .card .card-body .card-body-items:hover .card-body-items-text i {
  color: #FF0031;
  opacity: 1;
}

.page-deposit #autobank-pay #autobank-accordion .card .card-body .card-body-items img {
  max-width: 53px;
}

.page-deposit #autobank-pay #autobank-accordion .card .card-body .card-body-items .card-body-items-text {
  font-size: 0.9rem;
  line-height: 20px;
  max-width: 160px;
}

.page-deposit #autobank-pay #autobank-accordion .card .card-body .card-body-items .card-body-items-text p:last-child {
  color: #FF0031;
  font-weight: 600;
}

.page-deposit #autobank-pay #autobank-accordion .card .card-body .card-body-items .card-body-items-text p i {
  margin-left: 3px;
  color: white;
  font-size: 1rem;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-deposit #autobank-pay #autobank-accordion .card .card-body .card-body-items .card-body-items-text p i {
    transition: none;
  }
}

.page-deposit .user-bank-selection img {
  border: 3px solid transparent;
}

.page-deposit .user-bank-selection img.active {
  border: 3px solid #FF0031;
}

.page-deposit .user-bank-selection hr {
  height: calc(100% - 20px);
  width: 0;
  border: 1px solid #DADADA;
}

.page-deposit .user-bank-selection .user-bank-selection-compactWrapper {
  cursor: pointer;
  background: var(--form-bg-sub);
  max-width: 54px;
  min-height: 54px;
  border-radius: 13px;
  line-height: 16px;
  font-size: 0.8rem;
}

@media screen and (max-width: 512px) {
  .page-deposit .user-bank-selection .user-bank-selection-compactWrapper {
    background: var(--modal-bg);
  }
}

.page-deposit .user-bank-selection .user-bank-selection-compactWrapper:hover .user-bank-selection-compact {
  opacity: 1;
  visibility: visible;
}

.page-deposit .user-bank-selection .user-bank-selection-compactWrapper .user-bank-selection-compact {
  background: var(--form-bg-sub);
  bottom: -103px;
  right: 0;
  z-index: 1;
  border-radius: 13px;
  min-height: 100px;
  max-height: 100px;
  min-width: 320px;
  max-width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .page-deposit .user-bank-selection .user-bank-selection-compactWrapper .user-bank-selection-compact {
    transition: none;
  }
}

@media screen and (max-width: 512px) {
  .page-deposit .user-bank-selection .user-bank-selection-compactWrapper .user-bank-selection-compact {
    top: 68px;
    background: var(--modal-bg);
    max-width: 260px;
    min-width: 260px;
  }
}

@media (max-width: 376px) {
  .page-deposit .user-bank-selection .user-bank-selection-compactWrapper .user-bank-selection-compact {
    top: 56px;
  }
}

.page-deposit .user-bank-selection .user-bank-selection-compactWrapper .user-bank-selection-compact .top-icons {
  top: -7px;
  right: 0;
}

.page-deposit .user-bank-selection .user-bank-selection-compactWrapper .user-bank-selection-compact .top-icons img {
  max-width: 60px;
}

.page-deposit .user-bank-selection .user-bank-selection-compactWrapper .user-bank-selection-compact .innerBankImg .only-text-wrapper {
  background: var(--floating-bg-color);
  color: white !important;
  border-radius: 4px;
  padding: 6px 10px;
  margin-right: 10px;
}

@media screen and (max-width: 512px) {
  .page-deposit .user-bank-selection .user-bank-selection-compactWrapper .user-bank-selection-compact .innerBankImg .only-text-wrapper {
    background: var(--accordion-bg-color);
  }
}

.page-deposit .user-bank-selection .user-bank-selection-compactWrapper .user-bank-selection-compact::-webkit-scrollbar {
  width: 9px;
  max-height: 5px;
}

.page-deposit .user-bank-selection .user-bank-selection-compactWrapper .user-bank-selection-compact::-webkit-scrollbar-track {
  border: none;
  background: transparent;
}

.page-deposit .user-bank-selection .user-bank-selection-compactWrapper .user-bank-selection-compact::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 10px;
}

#addBankModal .crypto-field.selection-field .custom-file-label::after {
  right: 0;
}

.wallet-profile > div {
  background: rgba(255, 255, 255, 0.05);
  color: white;
}

.wallet-profile > div .title {
  font-weight: bold;
  font-size: 0.8rem;
}

.wallet-profile > div .list a {
  border: 1px solid #474a4a;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .wallet-profile > div .list a {
    transition: none;
  }
}

.wallet-profile > div .list a span {
  font-size: 1rem;
  width: calc(100% - 20px);
}

.wallet-profile > div .list a img {
  width: 20px;
  height: 20px;
}

.wallet-profile > div .list a:hover,
.wallet-profile > div .list a.active {
  background: #ff8f11;
}

.page-history .history-select-wrapper select {
  height: 35px;
  background: var(--prepand-button-color);
  border: 0;
  font-size: 0.9rem;
}

.page-history .history-select-wrapper select option {
  color: var(--main-font-color);
}

.page-history .history-select-wrapper i {
  cursor: pointer;
  color: #9E9E9E;
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .page-history .history-select-wrapper i {
    transition: none;
  }
}

.page-history .history-select-wrapper i:hover {
  color: #FF0031;
}

.history-table-wrapper {
  border-radius: 13px;
  background: var(--form-bg-sub);
}

.history-table-wrapper .table-bordered {
  border: 0;
}

.history-table-wrapper .table-bordered td,
.history-table-wrapper .table-bordered th {
  border: 0;
  line-height: 20px;
}

.history-table-wrapper .table-bordered thead tr th {
  background: var(--message-bg-color);
  color: var(--main-font-color);
}

.history-table-wrapper .table-bordered tbody tr:hover {
  color: #505050;
  background: transparent !important;
}

.history-table-wrapper .table-bordered tbody tr:nth-child(even) td {
  background: var(--message-bg-color);
  color: var(--main-font-color);
}

.history-table-wrapper .table-bordered tbody tr:nth-child(odd) td {
  background: transparent;
  color: var(--main-font-color);
}

.page-referral .qrcode-social-wrapper ul .share-link .share-button {
  font-size: 1.6rem;
}

.page-referral button:hover {
  background-color: white;
}

.page-referral .referral-content-wrapper button:hover {
  color: #FF0031;
}

.page-referral .referral-tabs.default-tabs .nav-item .nav-link {
  padding: 8px 26px;
  background: var(--navbar-main-color);
  min-width: 142px;
}

.page-referral .referral-tabs.default-tabs .nav-item .nav-link.active {
  background: #FF0031;
}

@media screen and (max-width: 512px) {
  .page-referral .referral-tabs.default-tabs .nav-item .nav-link {
    padding: 6px 16px;
    font-size: 0.8rem;
    min-width: 100%;
  }
}

@media (max-width: 394px) {
  .page-referral .referral-tabs.default-tabs .nav-item .nav-link {
    font-size: 0.6rem !important;
  }
}

.page-referral .wallet-side-content-wrapper.referraltabs-content .earning-status-wrapper .default-tabs .nav-item .nav-link {
  min-width: 124px;
  padding: 6px 26px;
}

@media screen and (max-width: 512px) {
  .page-referral .wallet-side-content-wrapper.referraltabs-content .earning-status-wrapper .default-tabs .nav-item .nav-link {
    min-width: 100px;
    padding: 6px 26px;
  }
}

.page-referral .wallet-side-content-wrapper.referraltabs-content .earning-status-wrapper .earning-duration-content-wrapper .earning-duration-box {
  background: var(--form-bg-sub);
  border-radius: 13px;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content .earning-status-wrapper .earning-duration-content-wrapper .earning-duration-box .border-left {
  border-left: 2px solid #505050 !important;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content .earning-status-wrapper .earning-duration-content-wrapper .earning-duration-box .border-right {
  border-right: 2px solid #505050 !important;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content .earning-status-wrapper .earning-duration-content-wrapper .earning-duration-box .title {
  max-width: 100px;
  line-height: 18px;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content .default-table {
  table-layout: fixed;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content .default-table th,
.page-referral .wallet-side-content-wrapper.referraltabs-content .default-table td {
  border: 2px solid #505050;
  text-align: center;
  vertical-align: middle;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content .default-table thead tr th {
  background: var(--form-bg-sub);
  padding: 10px 23px;
  line-height: 18px;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content .default-table tbody tr td {
  padding: 8px 23px;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box {
  border-radius: 26px;
  background: var(--form-bg-sub);
  padding: 16px 28px;
}

@media screen and (max-width: 512px) {
  .page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box {
    padding: 13px 16px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 512px) {
  .page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper {
    margin-right: 13px;
  }

  .page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper:last-child {
    margin-right: 0;
  }
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper.claimed {
  opacity: 0.4;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper.claimed .tick {
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  border-radius: 4px;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper.claimed .tick i {
  background: #019700;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 14px 13px 13px 13px;
  top: -10px;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper.able-claim {
  cursor: pointer;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper .bonus-coin {
  background: var(--navbar-main-color);
  padding: 6px 6px 3px 6px;
  border: 1px solid rgba(80, 80, 80, 0.8);
  min-width: 49px;
  max-width: 49px;
  opacity: 0.4;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper .bonus-coin.active {
  border: 1px solid #EDC274;
  box-shadow: 0px 0px 4.733px 0px #EDC274;
  opacity: 1;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper .bonus-coin.claimed {
  border: 1px solid #04BB00;
  box-shadow: 0px 0px 4.733px 0px #04BB00;
  opacity: 1;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper .bonus-coin.claimed img {
  max-width: 22px;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper .bonus-coin.claimed p {
  color: #04BB00;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper .bonus-coin img {
  max-width: 25px;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper .bonus-coin p {
  font-size: 0.8rem;
  margin-top: 4px !important;
  color: #EDC274;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper .bonus-person {
  margin-top: 2px;
  opacity: 0.4;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper .bonus-person.active {
  color: #EDC274;
  opacity: 1;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper .bonus-person.claimed {
  color: #04BB00;
  opacity: 1;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper .bonus-person i {
  font-size: 0.65rem;
  margin-right: 1px;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .bonus-coin-wrapper .bonus-person p {
  margin-left: 2px !important;
  margin-top: 0.14px !important;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .show-error-referral-rewards {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .show-error-referral-rewards {
    transition: none;
  }
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .extra-bonus-box .show-error-referral-rewards.show {
  height: 50px;
  opacity: 1;
  visibility: visible;
  margin-top: 13px;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .read-all-btn {
  cursor: pointer;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .read-all-btn {
    transition: none;
  }
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .read-all-btn:hover {
  color: #FF0031 !important;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .invitation-task-list {
  background: var(--form-bg-sub);
  border-radius: 13px;
}

@media screen and (max-width: 512px) {
  .page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .invitation-task-list .invitation-task-items {
    padding-bottom: 13px;
    margin-top: 13px;
  }

  .page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .invitation-task-list .invitation-task-items:last-child {
    padding-bottom: 0;
  }

  .page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .invitation-task-list .invitation-task-items:first-child {
    margin-top: 0;
  }
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .invitation-task-list .invitation-task-items.border-right {
  border-right: 2px solid #505050 !important;
}

@media screen and (max-width: 512px) {
  .page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .invitation-task-list .invitation-task-items.border-right {
    border-right: 2px solid transparent !important;
    border-bottom: 2px solid #505050 !important;
  }
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .invitation-task-list .invitation-task-items .invitation-name {
  line-height: 18px;
}

@media screen and (max-width: 512px) {
  .page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .invitation-task-list .invitation-task-items .invitation-name {
    font-size: 1rem;
  }
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .invitation-task-list .invitation-task-items .go-share-btn,
.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .invitation-task-list .invitation-task-items .claimed {
  background: #2C2C2C;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .invitation-task-list .invitation-task-items .go-share-btn:hover,
.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .invitation-task-list .invitation-task-items .claimed:hover {
  color: #2C2C2C;
  background: white;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #bonus .invitation-task-wrapper .invitation-task-list .invitation-task-items .claimed {
  pointer-events: none;
}

@media screen and (max-width: 512px) {
  .page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper #referral_qrcode canvas {
    max-width: 200px;
  }
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .qrcode-social-wrapper .referral-link input {
  width: calc(100% - 50px);
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .qrcode-social-wrapper .copybtn {
  right: 0;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .qrcode-social-wrapper ul .share-link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .qrcode-social-wrapper ul .share-link.twitter {
  background: linear-gradient(330deg, #1DA1F2, #0f6499);
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .qrcode-social-wrapper ul .share-link.telegram {
  background: linear-gradient(330deg, #1C8ADB, #0F4A75);
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .qrcode-social-wrapper ul .share-link.line {
  background: linear-gradient(330deg, #06C755, #4CC764);
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .qrcode-social-wrapper ul .share-link.facebook {
  background: linear-gradient(330deg, #185CD1, #178CC8);
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .qrcode-social-wrapper ul .share-link.skype {
  background: linear-gradient(330deg, #00aff0, #42bcea);
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .qrcode-social-wrapper ul .share-link.mail {
  background: #FF0031;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .referral-steps-wrapper {
  background: var(--form-bg-sub);
  border-radius: 13px;
  border: 2px solid #505050;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .referral-steps-wrapper .border-right {
  border-right: 2px solid #505050 !important;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .referral-steps-wrapper .border-left {
  border-left: 2px solid #505050 !important;
}

@media screen and (max-width: 512px) {
  .page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .referral-steps-wrapper .referral-steps-items {
    padding-bottom: 23px;
    margin-top: 23px;
  }

  .page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .referral-steps-wrapper .referral-steps-items:last-child {
    padding-bottom: 6px;
  }

  .page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .referral-steps-wrapper .referral-steps-items:first-child {
    margin-top: 6px;
  }
}

@media screen and (max-width: 512px) {
  .page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .referral-steps-wrapper .referral-steps-items.border-right {
    border-right: 2px solid transparent !important;
    border-bottom: 2px solid #505050 !important;
  }
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .referral-steps-wrapper .referral-steps-items img {
  max-width: 60px;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .referral-steps-wrapper .referral-steps-items .description {
  max-width: 160px;
  line-height: 20px;
}

@media screen and (max-width: 512px) {
  .page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .referral-steps-wrapper .referral-steps-items .description {
    max-width: 100%;
    font-size: 1rem;
  }
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #referralLink .referral-link-wrapper .referral-steps-wrapper .referral-steps-items .small-note {
  line-height: 14px;
  color: var(--modal-pagination-color);
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #history .turnover-comission-wrapper .fa-calendar-alt {
  cursor: pointer;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #history .turnover-comission-wrapper .fa-calendar-alt:hover {
  color: #FF0031;
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #history .bank-pagination .page-item {
  background: var(--form-bg-sub);
}

.page-referral .wallet-side-content-wrapper.referraltabs-content #history .bank-pagination .page-item.active {
  background: #FF0031 !important;
}

@media screen and (max-width: 512px) {
  .invitationTaskModal .inner-page-invitation {
    max-height: 720px;
  }
}

.invitationTaskModal .inner-page-invitation .invitation-task-items {
  padding-bottom: 18px;
  margin-top: 18px;
  background: linear-gradient(to bottom, #292421, #292421);
  border-radius: 13px;
}

.invitationTaskModal .inner-page-invitation .invitation-task-items:last-child {
  padding-bottom: 0;
}

.invitationTaskModal .inner-page-invitation .invitation-task-items:first-child {
  margin-top: 0;
}

.invitationTaskModal .inner-page-invitation .invitation-task-items.border-bottom {
  border-bottom: 2px solid #505050 !important;
}

.invitationTaskModal .inner-page-invitation .invitation-task-items .invitation-name {
  line-height: 17px;
}

@media screen and (max-width: 512px) {
  .invitationTaskModal .inner-page-invitation .invitation-task-items .invitation-name {
    font-size: 1rem;
    line-height: 20px;
  }
}

.invitationTaskModal .inner-page-invitation .invitation-task-items .small-note {
  min-width: 34px;
}

.invitationTaskModal .inner-page-invitation .invitation-task-items .go-share-btn,
.invitationTaskModal .inner-page-invitation .invitation-task-items .able-claim {
  background: #FF0031;
  border: 1px solid #FF0031;
  color: white;
}

.invitationTaskModal .inner-page-invitation .invitation-task-items .go-share-btn:hover,
.invitationTaskModal .inner-page-invitation .invitation-task-items .able-claim:hover {
  background: white;
  color: #FF0031;
  border: 1px solid white;
}

.invitationTaskModal .inner-page-invitation .invitation-task-items .claimed {
  pointer-events: none;
  background: #2C2C2C;
  color: white;
}

.invitationTaskModal .inner-page-invitation .first-mission-wrapper {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  border-radius: 13px;
}

.invitationTaskModal .inner-page-invitation .first-mission-wrapper .btn {
  min-width: 103px;
  color: white;
}

.invitationTaskModal .inner-page-invitation .first-mission-wrapper .btn.able-claim {
  background: transparent;
  border: 1px solid white;
}

.invitationTaskModal .inner-page-invitation .first-mission-wrapper .btn.able-claim:hover {
  background: white;
  color: #FF0031;
}

.invitationTaskModal .inner-page-invitation .first-mission-wrapper .btn.able-all {
  background: white;
  border: 1px solid white;
  color: #FF0031;
}

.invitationTaskModal .inner-page-invitation .first-mission-wrapper .btn.able-all:hover {
  background: transparent;
  color: white;
}

.invitationTaskModal .inner-page-invitation .first-mission-wrapper .btn.go-share-btn {
  background: white;
  border: 1px solid white;
  color: #FF0031;
}

.invitationTaskModal .inner-page-invitation .first-mission-wrapper .btn.go-share-btn:hover {
  background: transparent;
  color: white;
}

@media screen and (max-width: 512px) {
  .invitationTaskModal .inner-page-invitation .first-mission-wrapper .full-width {
    width: 100%;
  }
}

@media screen and (max-width: 460px) {
  .page-transfer .card-body {
    padding: 0;
  }

  .page-transfer .card-body .wallet-table {
    padding: 5px !important;
    order: 2;
    margin-top: 15px;
  }

  .page-transfer .card-body #previewPromoLink {
    cursor: pointer;
  }
}

.autobank-bankImg {
  max-width: 60px;
}

.page-eu9bank {
  color: var(--main-font-color);
}

.page-eu9bank .text-title {
  color: #9E9E9E;
  font-size: 1rem;
}

.page-eu9bank .section-bg {
  background: var(--seo-content-bg);
  border-radius: 10px;
}

.page-eu9bank .section-bg.no-radius {
  border-radius: 0px !important;
}

.page-eu9bank .rate-tag {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 0.8rem;
}

@media screen and (max-width: 512px) {
  .page-eu9bank .rate-tag {
    padding: 3px 5px;
  }
}

@media screen and (max-width: 512px) {
  .page-eu9bank .mw-49 {
    max-width: 49%;
  }
}

.page-eu9bank .button {
  border-radius: 5px;
  padding: 8px 20px;
  font-weight: 700;
}

.page-eu9bank .button.auto-btn {
  padding: 8px 0px !important;
}

@media screen and (max-width: 512px) {
  .page-eu9bank .button.action {
    padding: 4px 12px;
  }
}

.page-eu9bank .button-primary {
  background: #FF0031;
  color: white;
  border: 0px;
}

.page-eu9bank .button-primary.claim {
  background: #04BB00;
  padding: 20px;
}

@media screen and (max-width: 512px) {
  .page-eu9bank .button-primary.claim {
    padding: 8px;
  }
}

.page-eu9bank .button-primary:disabled {
  background: #FF0031;
  opacity: 0.3;
}

.page-eu9bank .button-primary.rebate-claim {
  border-radius: 10px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: black !important;
  background: white;
  padding: 4px 0 !important;
}

@media screen and (max-width: 512px) {
  .page-eu9bank .button-primary.rebate-claim {
    padding: 8px;
  }
}

.page-eu9bank .button-primary:disabled {
  background: white;
  opacity: 0.3;
}

.page-eu9bank .button-grey {
  background: transparent;
  color: #9E9E9E;
  border: 1px solid #9E9E9E;
}

.page-eu9bank .button-grey-pure {
  background: #DADADA;
  color: white !important;
  border: 0px;
}

.page-eu9bank .button-grey-pure.active {
  background: #FF0031 !important;
}

.page-eu9bank .custom-dropdown .filter-box {
  padding: 8px 16px 8px 10px;
  border-radius: 5px;
  min-width: 130px;
  background-color: #F3F5F6;
  border: 0px;
  text-align: left;
  color: #9E9E9E;
  font-weight: 700;
}

@media screen and (max-width: 512px) {
  .page-eu9bank .custom-dropdown .filter-box {
    min-width: 42vw;
  }
}

.page-eu9bank .custom-dropdown .filter-box::after {
  color: #9E9E9E;
  position: absolute;
  right: 7px;
  top: 50%;
}

.page-eu9bank .custom-dropdown .dropdown-item {
  background: #F3F5F6;
  color: #9E9E9E;
  font-weight: 500;
}

.page-eu9bank .custom-dropdown .dropdown-item.active {
  background: #FF0031 !important;
  color: white !important;
}

.page-eu9bank .custom-dropdown .dropdown-item:hover {
  background: white;
  color: #9E9E9E;
}

.page-eu9bank .table-bg {
  background: var(--form-bg-sub);
  border-radius: 10px;
}

.page-eu9bank .bank-table {
  color: var(--main-font-color);
  border-color: var(--main-font-color);
  background-color: var(--form-bg-sub);
}

.page-eu9bank .bank-table th {
  border: 0px;
}

.page-eu9bank .bank-table th:not(:first-child) {
  text-align: center;
}

.page-eu9bank .bank-table td {
  border: 0px;
}

.page-eu9bank .bank-table td:not(:first-child) {
  text-align: center;
}

.page-eu9bank .bank-table tbody tr:nth-child(odd) {
  background: var(--floating-bg-color);
}

.bank-pagination .page-item {
  margin-right: 8px;
  border-radius: 5px;
  color: white;
  background: #DADADA;
  padding: 4px;
  cursor: pointer;
}

.bank-pagination .page-item.active {
  background: #FF0031 !important;
}

.bank-pagination .page-link {
  background: unset;
  border: 0px;
}

.prefix-input {
  border-right: 0px;
}

.prefix-button {
  border-left: 0px !important;
  border: 1px solid;
  border-color: #9e9e9e;
  box-shadow: none;
  color: #9e9e9e;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-radius: 0px;
  background: transparent;
  padding-right: 10px;
  text-wrap: nowrap;
}

.no-spin-number {
  -moz-appearance: textfield;
}

.no-spin-number::-webkit-outer-spin-button,
.no-spin-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.remove-hover:hover {
  background-color: #FF0031 !important;
  color: white !important;
}

.withdraw-select {
  /*style items (options):*/
}

.withdraw-select .select-items div,
.withdraw-select .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.withdraw-select .select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.deposit-qr .qr-code {
  background: var(--navbar-color);
}

.deposit-qr .card-body {
  background: var(--form-bg-main);
  border-radius: 15px;
  border-bottom: 5px solid var(--promo-secondary-color);
}

.my-account .m-account-top {
  background: #292421;
  border: none;
  height: unset;
}

.my-account .m-account-content {
  background: transparent;
}

.my-account .m-account-content a img {
  width: 80px;
}

.my-account .m-account-content a span {
  font-size: 0.8rem;
}

.page-profile .input-calander .input-group-text {
  background-color: #FF0031;
  border-radius: 0;
  border-top-right-radius: 25px !important;
}

.page-profile .input-calander .input-group-text i {
  color: white;
}

.page-profile .input-group-append.BtnVerifyEmail,
.page-profile .input-group-append.BtnVerifyMobile {
  background-color: #FF0031;
  border-radius: 4px;
}

.page-profile .input-group-append.BtnVerifyEmail .input-group-text,
.page-profile .input-group-append.BtnVerifyMobile .input-group-text {
  width: auto;
  color: white;
}

@media screen and (max-width: 1023px) {
  .page-profile .input-group-append.BtnVerifyEmail .input-group-text,
  .page-profile .input-group-append.BtnVerifyMobile .input-group-text {
    height: 37px;
    font-size: 0.9rem;
  }
}

.page-profile .input-group-append.BtnVerifyEmail.verified,
.page-profile .input-group-append.BtnVerifyMobile.verified {
  background: #04BB00;
}

.page-profile .country-flag-input {
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -56%);
  transform: translate(0, -56%);
  z-index: 3;
}

.page-profile .adjust-mobile-input {
  padding-left: 35px;
}

.page-profile .line-height {
  line-height: 18px;
}

@media screen and (max-width: 512px) {
  .page-profile .line-height {
    line-height: 16px;
  }
}

.m-contact-us-container ul li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .my-account .m-account-login-wrap {
    color: #FF0031;
  }

  .my-account .m-provider-wallet-title {
    font-size: 1rem;
    color: #FF0031;
  }

  .my-account .m-account-label-wrap {
    font-size: 1.2rem;
  }

  .my-account .m-provider-wallets .m-provider-wallet-title {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 460px) {
  .my-account .m-account-content a img {
    width: 30px;
  }

  .my-account .m-account-content a span {
    font-size: 0.6rem;
  }
}

#spin-wheel-div {
  bottom: 30px;
  top: auto;
  left: -150px;
}

@media screen and (max-width: 512px) {
  #spin-wheel-div {
    bottom: 60px;
  }
}

#spin-wheel-div .btn-close-circle {
  right: -10px;
  top: -10px;
}

.thai-line {
  right: -135px;
  top: 55%;
  z-index: 11;
  width: 135px;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .thai-line {
    transition: none;
  }
}

.thai-line span {
  bottom: -18px;
  width: 80px;
  right: 0px;
  -webkit-animation: imgaRotate 1s linear 0s infinite normal;
          animation: imgaRotate 1s linear 0s infinite normal;
  font-size: 13px;
}

.thai-line .hide-line {
  width: 20px;
  height: 20px;
  background: #00c300;
  border-radius: 50%;
  display: none;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  z-index: 2;
  top: 5px;
}

@media (prefers-reduced-motion: reduce) {
  .thai-line .hide-line {
    transition: none;
  }
}

.mobile-contact {
  right: -60px;
  top: 50%;
  z-index: 999;
  max-width: 60px;
  width: 60px;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .mobile-contact {
    transition: none;
  }
}

.mobile-contact.slideRight {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .mobile-contact.slideRight {
    transition: none;
  }
}

.mobile-contact .line {
  width: 60px;
  height: 60px;
}

.list-game-content .add-leftright-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 100%;
  background: var(--right-gradient-color);
}

@media screen and (max-width: 1023px) {
  .list-game-content .add-leftright-bg::after {
    background: var(--right-mobile-gradient-color);
  }
}

.list-game-content .add-leftright-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 60px;
  height: 100%;
  background: var(--left-gradient-color);
}

@media screen and (max-width: 1023px) {
  .list-game-content .add-leftright-bg::before {
    background: var(--left-mobile-gradient-color);
  }
}

.list-game-content .add-leftright-bg .m-provider-side-bar {
  min-height: 70px;
}

.list-game-content .add-leftright-bg .m-provider-side-bar a {
  background: var(--navbar-item-main-color);
  box-shadow: var(--navbar-item-shadow);
  border: 2px solid var(--navbar-item-border-color);
  border-radius: 50px;
  max-width: 149px;
  transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .list-game-content .add-leftright-bg .m-provider-side-bar a {
    transition: none;
  }
}

.list-game-content .add-leftright-bg .m-provider-side-bar a img {
  width: 100%;
  max-width: 100px;
  height: auto !important;
  opacity: 0.4;
}

.list-game-content .add-leftright-bg .m-provider-side-bar a:hover,
.list-game-content .add-leftright-bg .m-provider-side-bar a.swiper-slide-active {
  background: var(--navbar-item-main-color);
  border: 2px solid var(--navbar-item-hover-color);
  box-shadow: none;
}

.list-game-content .add-leftright-bg .m-provider-side-bar a:hover img,
.list-game-content .add-leftright-bg .m-provider-side-bar a.swiper-slide-active img {
  opacity: 1;
}

.list-game-content .add-leftright-bg .m-provider-side-bar a.tag::before {
  top: -1px;
  left: -10px;
}

.list-product .affiliate-text {
  top: 35%;
  left: 55%;
}

.list-product .affiliate-text span {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 900;
  text-shadow: 0 -5px 100px, 0 0 2px, 0 0 1em #fed426, 0 0 0.1em #fed426, 0 0 0.1em #fed426, 0 7px 3px #000;
  -webkit-animation: blink linear infinite 2s;
  animation: blink linear infinite 2s;
  color: white;
}

@media screen and (max-width: 799px) {
  .list-product .affiliate-text span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 799px) {
  .list-product .affiliate-text {
    top: 20%;
    left: 50%;
  }
}

.list-product .game-grid-wrapper {
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 13px;
}

@media screen and (max-width: 512px) {
  .list-product .game-grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

.list-product .game-grid-wrapper.grip-game-only {
  grid-gap: 10px;
}

.list-product .game-grid-wrapper .grid-game-items {
  cursor: pointer;
}

.list-product .game-grid-wrapper .grid-game-items:hover img {
  opacity: 1;
}

.list-product .game-grid-wrapper .grid-game-items img {
  opacity: 0.5;
  border-radius: 10px;
}

@media screen and (max-width: 1023px) {
  .list-product .game-grid-wrapper .grid-game-items img {
    min-width: unset;
    opacity: 1;
    height: 100%;
  }
}

.list-product .filter-game-wrapper .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.list-product .filter-game-wrapper .btn-default {
  background: #9E9E9E;
}

@media screen and (max-width: 1023px) {
  .list-product .filter-game-wrapper .btn-default {
    background: transparent;
    color: #9E9E9E !important;
  }
}

.list-product .filter-game-wrapper .btn-default:hover,
.list-product .filter-game-wrapper .btn-default.active {
  background: #FF0031;
}

@media screen and (max-width: 1023px) {
  .list-product .filter-game-wrapper .btn-default:hover,
  .list-product .filter-game-wrapper .btn-default.active {
    background: transparent;
    color: #FF0031 !important;
  }
}

.list-product .search {
  color: #9E9E9E;
}

.list-product .search input {
  max-width: 300px;
}

@media screen and (max-width: 512px) {
  .list-product .search input {
    max-width: 120px;
  }
}

.list-product .provider-games {
  grid-gap: 20px;
}

@media screen and (max-width: 1023px) {
  .list-product .provider-games {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 512px) {
  .list-product .provider-games {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}

.list-product .provider-games .games-name {
  line-height: 16px;
}

@media screen and (max-width: 512px) {
  .list-product .provider-games .games-name {
    max-width: 90px;
    margin: 0 auto !important;
  }
}

.list-product .provider-games .img-hover {
  border-radius: 13px;
}

.list-product .provider-games .img-hover:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list-product .provider-games .img-hover:hover::after,
.list-product .provider-games .img-hover:hover .demo-play-btn-wrapper {
  opacity: 1;
  visibility: visible;
}

.list-product .provider-games .img-hover img {
  height: 136px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .list-product .provider-games .img-hover img {
    transition: none;
  }
}

@media screen and (max-width: 512px) {
  .list-product .provider-games .img-hover img {
    height: 100px;
  }
}

.list-product .provider-games .img-hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 13px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .list-product .provider-games .img-hover::after {
    transition: none;
  }
}

.list-product .provider-games .img-hover .demo-play-btn-wrapper {
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .list-product .provider-games .img-hover .demo-play-btn-wrapper {
    transition: none;
  }
}

.list-product .provider-games .img-hover .demo-play-btn-wrapper .btn-primary:hover {
  background: white;
  color: #FF0031;
}

.abs-lotto .clickable .btn-theme {
  padding: 4px 12px;
  height: 33px;
  border-radius: 5px !important;
}

.abs-lotto .clickable .draw-result .title {
  font-size: 2rem;
  margin-bottom: 0 !important;
}

.abs-lotto .loading {
  font-size: 2rem;
}

.abs-lotto label {
  font-weight: bold;
}

.abs-lotto .cover .date.Magnum {
  background: #ffc100;
}

.abs-lotto .cover .date.Pmp {
  background: #1b377c;
}

.abs-lotto .cover .date.Toto {
  background: #e00a15;
}

.abs-lotto .cover .date.Singapore {
  background: #054897;
}

.abs-lotto .cover .date.Good4D {
  background: #e91b24;
}

.abs-lotto .cover .date.LuckyHariHari {
  background: #0b4774;
}

.abs-lotto .cover .date.Perdana {
  background: #0077bb;
}

.abs-lotto .cover .date.Sabah {
  background: #fc0303;
}

.abs-lotto .cover .date.Sandakan {
  background: #018933;
}

.abs-lotto .cover .date.Sarawak {
  background: #284e00;
}

.abs-lotto .content {
  box-shadow: inset 0 2px 15px 1px #B5B5B5;
}

.abs-lotto .content .top-3 .box span,
.abs-lotto .content .top-3 .box label {
  border: 1px solid #e51d35;
}

.abs-lotto .content .top-3 .box label {
  background: #e51d35;
}

.abs-lotto .content .special .box,
.abs-lotto .content .consolation .box {
  flex: 0 0 20%;
  max-width: 20%;
}

.abs-lotto .content .special .box label,
.abs-lotto .content .consolation .box label {
  background: #e9e9e9;
  margin-bottom: 0;
}

.abs-lotto .content .consolation .greyBlack-bg {
  background: #888888;
}

.abs-lotto .payout-table .game-title {
  background: #FF0031;
  box-shadow: 0 0 5px #FF0031, 0 0 25px #FF0031, 0 0 50px #FF0031, 0 0 100px #FF0031;
}

.abs-lotto .payout-table .title {
  font-size: 1.6rem;
}

.abs-lotto .payout-table .table-responsive td {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.abs-lotto .payout-table .table-responsive thead td {
  border-top: none;
}

@media screen and (max-width: 460px) {
  .abs-lotto .abs-table > div {
    padding: 15px 30px !important;
  }

  .abs-lotto .clickable .draw-result .title {
    text-align: center;
  }

  .abs-lotto .clickable .select-date > div {
    margin: 0 auto;
  }

  .abs-lotto .clickable .select-date > div label {
    text-align: center !important;
  }
}

.togel-list i {
  font-size: 1rem;
}

.togel-list a {
  padding: 5px;
  cursor: pointer;
}

.togel-list a > div {
  background: linear-gradient(45deg, #e51313, #d10000);
  border-radius: 10px;
  padding: 10px 5px;
  transition: all 0.5s ease-in-out;
  z-index: 0;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .togel-list a > div {
    transition: none;
  }
}

.togel-list a > div:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: rgba(0, 0, 0, 0.3);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .togel-list a > div:before {
    transition: none;
  }
}

.togel-list a:hover > div {
  background: linear-gradient(180deg, #3f3a37, #3f3a37);
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .togel-list a:hover > div {
    transition: none;
  }
}

.togel-list a:hover > div:before {
  -webkit-transform: scale(2.15);
          transform: scale(2.15);
}

.togel-list label {
  font-size: 1.3rem;
  font-weight: bold;
  text-shadow: 2px 1px #555555;
  cursor: pointer;
  color: white;
}

.togel-list .icon {
  width: 90px;
  height: 90px;
  padding: 5px;
}

.togel-list .icon img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.togel-list .content {
  width: calc(100% - 90px);
}

.togel-list .content span {
  font-size: 0.75rem;
  color: white;
}

.togel-list .content .go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  border-radius: 0 4px 0 32px;
}

.togel-list .content .go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
}

.togel-list .content .result img {
  padding: 4px;
}

.lucky-number .number {
  background-image: url(/assets/togel-number/lucky-number/lucky-number.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.lucky-number .number .slotcontainer {
  text-align: center;
  font-size: 0;
  height: 120px;
}

.lucky-number .number .slotcontainer .slot {
  display: inline-block;
  width: 70px;
  max-height: 100px;
  line-height: 100px;
  overflow: hidden;
  vertical-align: middle;
}

.lucky-number .number .slotcontainer .slot img {
  width: 60px;
  height: 60px;
}

.lucky-number .typewriter h4 {
  font: 700 4em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  font-size: 1.6rem;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background: url(/assets/togel-number/lucky-number/animated_text_fill.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .togel-list label {
    font-size: 1.2rem;
  }

  .togel-list .content {
    line-height: 1.2rem;
  }

  .togel-list .content .result img {
    padding: 1px;
  }
}

@media screen and (max-width: 460px) {
  .togel-list a > div {
    align-items: start !important;
  }

  .togel-list .icon {
    width: 50px;
    height: 50px;
    margin-top: 5px;
  }

  .togel-list label {
    font-size: 0.7rem;
  }

  .togel-list .content {
    width: calc(100% - 50px);
    line-height: 1.2rem;
  }

  .togel-list .content span {
    font-size: 0.65rem;
  }

  .togel-list .content .result {
    padding: 0 !important;
  }

  .lucky-number .number .slotcontainer .slot {
    width: 50px;
  }

  .lucky-number .number .slotcontainer .slot img {
    width: 40px;
    height: 40px;
  }
}

.game-918kiss .usersensitivedata {
  background: linear-gradient(rgba(0, 0, 0, 0.5), black);
  min-height: 165px;
  text-align: center;
  border: 8px solid #ff8f11;
  border-style: ridge;
}

.game-918kiss .userinfo {
  color: white;
}

.game-918kiss .userinfo span {
  background: white;
  color: #000;
  min-height: 36px;
  padding: 0 15px;
  min-width: 120px;
}

.game-918kiss .userinfo a {
  text-decoration: underline !important;
}

.game-918kiss .userinfo a span {
  background: transparent;
  color: #13b3e5;
}

.game-918kiss .userinfo a:hover {
  text-decoration: none !important;
}

.game-918kiss .userinfo a:hover span {
  color: white;
}

.game-918kiss .userinfo button {
  background: rgba(0, 0, 0, 0.5);
}

.game-918kiss .userinfo button.info-button-active {
  background: linear-gradient(90deg, #ffc929 0, #ff8f11);
}

.game-918kiss .userinfo button.info-button {
  background-color: #999;
  border: none;
  border-radius: 15px;
  min-height: 35px;
}

.game-918kiss .userinfo button#copyUNBtn,
.game-918kiss .userinfo button#copyPWBtn {
  background: linear-gradient(90deg, #ffc929 0, #ff8f11);
  border-radius: 0;
  color: #fff;
  border: none;
  padding: 5px 10px;
  font-size: 1rem;
}

.referral .status {
  background: #FF0031;
}

.referral .nav-link {
  color: white !important;
}

.referral .referral_qr_bg {
  background: white;
  padding: 10px;
  margin: 10px 0px;
}

.referral .referral_qr_bg #referral_qrcode {
  width: 150px;
  height: 150px;
}

.referral .referral_qr_bg #referral_qrcode canvas {
  width: 150px;
  height: 150px;
}

.referral .referral_qr_bg #referral_qrcode img {
  width: 150px;
  height: 150px;
}

.referral .nav-item .active {
  background: #FF0031;
  border-color: #FF0031 !important;
  color: white !important;
}

.referral .nav-tabs {
  border-bottom: 1px solid #3F3A37;
}

.referral .border-dashed {
  border-bottom: 1px dashed white;
}

.referral a span {
  color: #FF0031;
}

.referral a:hover span {
  color: white;
}

.page-landing-referral .refer-us-section {
  background: #F3F5F6;
}

.page-landing-referral .refer-us-section .refer-us {
  max-width: 600px;
  margin-bottom: -35px;
}

.page-landing-referral .refer-us-section .refer-bg {
  background: linear-gradient(to top, #B00022 0%, #FF0031 100%);
  min-height: 200px;
  z-index: 3;
}

.page-landing-referral .refer-us-section .refer-bg .status {
  background: #000;
}

.page-landing-referral .refer-us-section .refer-bg .nav-tabs {
  border: 0 !important;
  display: inline-flex;
  margin: auto;
}

.page-landing-referral .refer-us-section .refer-bg .nav-tabs .nav-link {
  background-color: #000;
  border-color: #000;
  color: white !important;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-left: 10px;
  font-size: 16px;
}

.page-landing-referral .refer-us-section .refer-bg .nav-tabs .nav-link.active {
  background-color: white;
  border-color: white;
  color: #000 !important;
}

.page-landing-referral .refer-us-section .referal-input {
  border: 2px dashed white !important;
  border-radius: 0px !important;
}

.set-blog-maxwidth {
  max-width: 1165px;
}

.blog-content .blog-category .btn-primary:hover {
  background: white;
  color: #FF0031;
}

.blog-content .blog-category .btn-primary:last-child {
  margin-right: 0 !important;
}

.blog-content .promo-listing-row .img-hover {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.blog-content .promo-listing-row .img-hover img {
  max-height: 200px;
  min-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-content .blog-image-cover {
  border-radius: 13px;
}

.blog-content .listing a {
  cursor: pointer;
}

.blog-content .listing .category {
  border-bottom: 1px solid #505050;
}

.blog-content .word-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
}

.blog-content .post-content a {
  color: #ff0031;
  text-decoration: none !important;
}

.blog-content .post-content a:hover {
  text-decoration: underline !important;
}

.blog-content .pagination .page-item {
  background: #DADADA;
  border: none;
  margin-right: 13px;
  border-radius: 4px;
}

.blog-content .pagination .page-item.active,
.blog-content .pagination .page-item:hover {
  background: #FF0031;
}

.blog-content .pagination .page-item:last-child {
  margin-right: 0;
}

.blog-content .pagination .page-item.active span,
.blog-content .pagination .page-item.active a,
.blog-content .pagination .page-item:hover span,
.blog-content .pagination .page-item:hover a {
  background: #FF0031 !important;
}

.blog-content .pagination .page-item span,
.blog-content .pagination .page-item a {
  background: #DADADA !important;
  border: none;
  border-radius: 4px;
  color: white !important;
}

@font-face {
  font-family: "dejavu";
  src: url(/fonts/dejavu/DejaVuSans.tff);
}

@font-face {
  font-family: "race";
  src: url(/fonts/race/race_sport.TTF);
}

#angpau .modal-content {
  min-height: 550px;
  box-shadow: none;
  background: transparent;
}

#angpau .success-img {
  padding-top: 15%;
}

#angpau .success-img img {
  width: 70px;
}

#angpau .success-img .success-text {
  color: white;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

#angpau .bottom-font {
  position: absolute;
  top: 120%;
  font-size: 14px !important;
}

#angpau .up-down {
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

#angpau .deco_left {
  position: absolute;
  z-index: 3;
  width: 35%;
  left: -10%;
  top: 18%;
}

#angpau .deco_middle {
  position: absolute;
  z-index: 3;
  width: 50px;
  left: 0;
  top: 40%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#angpau .deco_right {
  position: absolute;
  z-index: 3;
  width: 40%;
  right: -10%;
  top: 15%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#angpau .deco_bottom {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 65%;
}

@media screen and (max-width: 512px) {
  #angpau .deco_bottom {
    margin-top: 100%;
  }
}

#angpau .close {
  background: #e95636;
  color: white;
  cursor: pointer;
  position: absolute;
  top: -5%;
  padding: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  text-align: center;
  font-size: 25px;
}

#angpau .claim-button,
#angpau .livechat-button {
  background: url(/assets/angpao/ads/default/e9_btn.png) no-repeat center center !important;
  background-size: contain !important;
  color: #000 !important;
  cursor: pointer;
  padding: 15px 30px !important;
  font-size: 16px !important;
  left: 15% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  height: 70px;
}

#angpau .id .claim-button,
#angpau .id .livechat-button,
#angpau .th .claim-button,
#angpau .th .livechat-button,
#angpau .vn .claim-button,
#angpau .vn .livechat-button,
#angpau .sg .claim-button,
#angpau .sg .livechat-button,
#angpau .my .claim-button,
#angpau .my .livechat-button {
  left: 35% !important;
}

#angpau .gold {
  font-family: "race";
  font-weight: bold;
  font-size: 4rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  background-image: -webkit-linear-gradient(top, #bc8c46 0%, #fae87b 19%, #fae87b 29%, #fae87b 29%, #eec357 51%, #bc8c46 72%, #edd686 100%);
}

#angpau .gold.big_font {
  fonbigt-size: 3rem;
  line-height: 3.2rem;
}

#angpau .gold-shadow {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 50px;
  color: #252525;
  position: absolute;
  top: -35px;
  left: 1px;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

#angpau .id .gold {
  font-size: 22px;
}

#angpau .id .gold-shadow {
  font-size: 22px;
  top: -40%;
}

#angpau .vn .congratulation {
  font-family: "Karla", sans-serif !important;
}

#angpau .vn .gold {
  font-size: 22px;
}

#angpau .vn .gold-shadow {
  font-size: 22px;
  top: -40%;
}

#angpau .th .gold {
  font-size: 25px;
}

#angpau .th .gold-shadow {
  font-size: 25px;
  top: -55%;
}

#angpau .gongxi {
  width: 80% !important;
  position: relative !important;
  top: auto !important;
  margin-top: 5%;
}

#angpau .gongxifont {
  font-size: 35px !important;
}

#angpau .top {
  font-size: 2rem;
  position: relative;
  margin-left: 15%;
  margin-top: 10%;
}

#angpau .bottom {
  font-size: 2rem;
  position: relative;
  margin-left: 80%;
  margin-top: 10%;
}

#angpau .try_btn {
  background: url(/assets/angpao/ads/default/e9_btn.png) no-repeat center center;
  background-size: contain;
  font-size: 0.8rem;
  width: 100%;
  height: 60px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

#angpau .id .try_btn {
  height: 55px;
}

#angpau .angpao-logo {
  max-width: 150px;
}

#angpau .gift-title {
  position: relative;
  font-family: "race";
  font-weight: bold;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 20px;
}

#angpau .gift-title span {
  display: block;
  text-align: center;
  margin-top: 40px;
  padding: 0 10%;
  margin: auto;
  line-height: 1.3;
}

#angpau .gift-title span.extrude b {
  font-size: 1.6rem;
}

#angpau .click-title {
  background: -webkit-linear-gradient(top, #d1d1d1 0%, #fefefe 30%, #ababab 60%, #d1d1d1 80%, #eaeaea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.8rem;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: 15px;
  font-weight: bold;
  font-family: "race";
}

#angpau .spin {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

#angpau .modal-content {
  border: 0;
}

#angpau .rotate {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  transition: 1s;
}

#angpau .rotateleft {
  -webkit-transform: translate(-20%, 90%) matrix(0.99026, -0.13917, 0.13917, 0.99026, 0, 0) !important;
          transform: translate(-20%, 90%) matrix(0.99026, -0.13917, 0.13917, 0.99026, 0, 0) !important;
  transition: 1s;
}

#angpau .invitation {
  font-family: "race";
  width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#angpau .invitation button {
  font-family: "race";
  border-radius: 10px;
  background: transparent;
  border: none;
  position: absolute;
  left: 50%;
  top: 80px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  z-index: 3;
  cursor: pointer;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}

#angpau .invitation button.invert {
  background: url(/assets/angpao/ads/default/e9_btn.png) no-repeat center center;
  background-size: contain;
  color: #000 !important;
  cursor: pointer;
  padding: 15px 30px !important;
  font-size: 16px !important;
  text-transform: uppercase;
  left: 35%;
  border-radius: 20px;
  height: 70px;
}

#angpau .invitation .flip-btn {
  top: 110px;
}

#angpau .invitation .flip-btn .btn-logo {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

#angpau .invitation .flip-btn .date {
  font-weight: 300;
  font-size: 0.8rem;
}

#angpau .envelope {
  background: #a00815;
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

#angpau .envelope:after {
  content: "";
  background-image: url(/assets/angpao/ads/default/e9_front.png);
  background-image: -webkit-image-set(url(/assets/angpao/ads/default/e9_front.webp) 1x);
  display: inline-block;
  background-size: cover;
  width: 350px;
  background-repeat: no-repeat;
  height: 500px;
  z-index: 1;
}

#angpau .envelope.is-open:before,
#angpau .envelope.is-open:after {
  z-index: -2;
}

#angpau .envelope:before,
#angpau .envelope:after {
  position: absolute;
  bottom: 0;
}

#angpau .flap {
  border-right: 175px solid #a00815;
  border-top: 140px solid #a00815;
  border-left: 175px solid #a00815;
  -webkit-transform: skewX(5deg);
          transform: skewX(5deg);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}

#angpau .mask {
  box-sizing: border-box;
  -webkit-clip-path: inset(0 0 50% 0);
  clip-path: inset(0 0 50% 0);
  overflow: hidden;
  position: relative;
  width: 600px;
  height: 1400px;
  z-index: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%);
}

#angpau .card {
  position: relative;
  width: 330px;
  height: 500px;
  margin: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 50% 10%;
          transform-origin: 50% 10%;
  -webkit-transform: translate(5%, 128%) rotateY(0deg);
          transform: translate(5%, 128%) rotateY(0deg);
  border-radius: 30px;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

#angpau .face {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: url(/assets/angpao/ads/default/e9_back.png);
  background-size: cover;
  background-position: center;
  box-shadow: 0 3px 6x rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  margin: 5px;
  font-family: "race";
}

#angpau .face h4.gold {
  font-size: 1.4rem;
}

#angpau .face h5 {
  padding: 15px 15px 0px 15px;
  text-align: center;
  color: #000;
  font-family: "Roboto Slab", serif;
}

#angpau .face h3 {
  padding: 0px;
  text-align: center;
  font-weight: bold;
  background: -webkit-linear-gradient(top, #d1d1d1, #393939 30%, #434343 60%, #444141 80%, #eaeaea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.6rem;
}

#angpau .face .congratulation {
  font-family: "race";
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
}

#angpau .face .cong-animate {
  -webkit-animation: 4s linear 0s normal none infinite running npa;
          animation: 4s linear 0s normal none infinite running npa;
}

#angpau .face h1 {
  position: relative;
  padding: 20px 0 0;
  margin: 0;
  background: -webkit-linear-gradient(#cecece, #aaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#angpau .face h1 img {
  width: 90%;
  display: block;
  margin: auto;
}

#angpau .face h1 span {
  display: block;
  text-align: center;
  margin-top: 40px;
  padding: 0 10%;
  margin: auto;
  line-height: 1.3;
  font-size: 1.2rem;
}

#angpau .face:last-of-type {
  -webkit-transform: translateZ(-3px) rotateY(180deg);
          transform: translateZ(-3px) rotateY(180deg);
  background-size: cover;
}

#angpau .face.back {
  background-image: url(/assets/angpao/ads/default/e9_back.png);
  overflow: hidden;
}

#angpau .face.back h1 {
  position: relative;
  padding: 20px 0 0;
  margin: 0;
  background: -webkit-linear-gradient(#cecece, #aaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#angpau .pyro {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

#angpau .pyro > .before,
#angpau .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

#angpau .pyro > .after {
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    box-shadow: -200px 79.3333333333px #0073ff, 183px -108.6666666667px #0dff00, 190px -29.6666666667px #2600ff, 116px -339.6666666667px #ff00aa, 55px -373.6666666667px #ff0095, -97px -254.6666666667px #ffb300, -136px -366.6666666667px #73ff00, -38px -22.6666666667px #ffe600, -188px 18.3333333333px darkorange, 210px -256.6666666667px #0900ff, 130px -54.6666666667px #ff0040, 226px 67.3333333333px #ffa200, -146px 40.3333333333px #009dff, 151px -235.6666666667px #0080ff, 99px 22.3333333333px #1e00ff, 128px -218.6666666667px #0062ff, 132px -129.6666666667px #0066ff, -248px -56.6666666667px #22ff00, 140px -297.6666666667px #ffc400, 191px -176.6666666667px #0400ff, 132px -24.6666666667px #eaff00, -52px -227.6666666667px #ff0095, 76px -183.6666666667px #ff00d9, -101px -143.6666666667px #4d00ff, -14px 58.3333333333px #c4ff00, -39px -27.6666666667px #aaff00, -47px -124.6666666667px #ffc400, 81px -305.6666666667px #51ff00, 69px -183.6666666667px #1500ff, -220px -204.6666666667px #00eaff, 114px -4.6666666667px #0009ff;
  }
}

@keyframes bang {
  to {
    box-shadow: -200px 79.3333333333px #0073ff, 183px -108.6666666667px #0dff00, 190px -29.6666666667px #2600ff, 116px -339.6666666667px #ff00aa, 55px -373.6666666667px #ff0095, -97px -254.6666666667px #ffb300, -136px -366.6666666667px #73ff00, -38px -22.6666666667px #ffe600, -188px 18.3333333333px darkorange, 210px -256.6666666667px #0900ff, 130px -54.6666666667px #ff0040, 226px 67.3333333333px #ffa200, -146px 40.3333333333px #009dff, 151px -235.6666666667px #0080ff, 99px 22.3333333333px #1e00ff, 128px -218.6666666667px #0062ff, 132px -129.6666666667px #0066ff, -248px -56.6666666667px #22ff00, 140px -297.6666666667px #ffc400, 191px -176.6666666667px #0400ff, 132px -24.6666666667px #eaff00, -52px -227.6666666667px #ff0095, 76px -183.6666666667px #ff00d9, -101px -143.6666666667px #4d00ff, -14px 58.3333333333px #c4ff00, -39px -27.6666666667px #aaff00, -47px -124.6666666667px #ffc400, 81px -305.6666666667px #51ff00, 69px -183.6666666667px #1500ff, -220px -204.6666666667px #00eaff, 114px -4.6666666667px #0009ff;
  }
}

@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}

@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}

@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

#success-fail .success-fail-close {
  background: #e95636;
  color: white;
  cursor: pointer;
  position: absolute;
  padding: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  opacity: 1;
  text-align: center;
  right: -15px;
  top: -15px;
  z-index: 99;
}

@font-face {
  font-family: kanit-bold;
  src: url(/assets/font/kanit-bold.ttf);
}

#angpau.angpau-modal.theme-changes .invitation.my .envelope::after,
#angpau.angpau-modal.theme-changes .invitation.sg .envelope::after,
#angpau.angpau-modal.theme-changes .invitation.id .envelope::after,
#angpau.angpau-modal.theme-changes .invitation.vn .envelope::after {
  background-image: url(/assets/angpao/ads/cny_2024/e9_front.png);
  background-image: -webkit-image-set(url(/assets/angpao/ads/cny_2024/e9_front.webp) 1x);
}

#angpau.angpau-modal.theme-changes .invitation.my .flip-btn-logo,
#angpau.angpau-modal.theme-changes .invitation.sg .flip-btn-logo,
#angpau.angpau-modal.theme-changes .invitation.id .flip-btn-logo,
#angpau.angpau-modal.theme-changes .invitation.vn .flip-btn-logo {
  max-width: 96px;
}

#angpau.angpau-modal.theme-changes .invitation.my .flip-btn .try_btn,
#angpau.angpau-modal.theme-changes .invitation.sg .flip-btn .try_btn,
#angpau.angpau-modal.theme-changes .invitation.id .flip-btn .try_btn,
#angpau.angpau-modal.theme-changes .invitation.vn .flip-btn .try_btn {
  font-weight: 600;
  font-size: 1.2rem;
  top: 305px;
  padding: 10px 23px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: url(/assets/angpao/ads/cny_2024/e9_btn.png) no-repeat center center;
  background-size: 100% 100%;
}

#angpau.angpau-modal.theme-changes .invitation.my button.invert,
#angpau.angpau-modal.theme-changes .invitation.my button.claim-button,
#angpau.angpau-modal.theme-changes .invitation.sg button.invert,
#angpau.angpau-modal.theme-changes .invitation.sg button.claim-button,
#angpau.angpau-modal.theme-changes .invitation.id button.invert,
#angpau.angpau-modal.theme-changes .invitation.id button.claim-button,
#angpau.angpau-modal.theme-changes .invitation.vn button.invert,
#angpau.angpau-modal.theme-changes .invitation.vn button.claim-button {
  background: url(/assets/angpao/ads/cny_2024/e9_btn.png) no-repeat center center !important;
  background-size: 100% 100% !important;
  height: auto;
  padding: 10px 23px !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #FFF !important;
  font-size: 1.2rem !important;
  left: 193px !important;
}

#angpau.angpau-modal.theme-changes .invitation.my button.invert.zh,
#angpau.angpau-modal.theme-changes .invitation.sg button.invert.zh,
#angpau.angpau-modal.theme-changes .invitation.id button.invert.zh,
#angpau.angpau-modal.theme-changes .invitation.vn button.invert.zh {
  left: 250px !important;
}

#angpau.angpau-modal.theme-changes .invitation.my button.invert.id,
#angpau.angpau-modal.theme-changes .invitation.sg button.invert.id,
#angpau.angpau-modal.theme-changes .invitation.id button.invert.id,
#angpau.angpau-modal.theme-changes .invitation.vn button.invert.id {
  left: 230px !important;
}

#angpau.angpau-modal.theme-changes .invitation.my button.invert.vi,
#angpau.angpau-modal.theme-changes .invitation.sg button.invert.vi,
#angpau.angpau-modal.theme-changes .invitation.id button.invert.vi,
#angpau.angpau-modal.theme-changes .invitation.vn button.invert.vi {
  left: 220px !important;
}

#angpau.angpau-modal.theme-changes .invitation.my button.claim-button.zh,
#angpau.angpau-modal.theme-changes .invitation.sg button.claim-button.zh,
#angpau.angpau-modal.theme-changes .invitation.id button.claim-button.zh,
#angpau.angpau-modal.theme-changes .invitation.vn button.claim-button.zh {
  left: 233px !important;
}

#angpau.angpau-modal.theme-changes .invitation.my button.claim-button.id,
#angpau.angpau-modal.theme-changes .invitation.sg button.claim-button.id,
#angpau.angpau-modal.theme-changes .invitation.id button.claim-button.id,
#angpau.angpau-modal.theme-changes .invitation.vn button.claim-button.id {
  left: 225px !important;
}

#angpau.angpau-modal.theme-changes .invitation.my button.claim-button.vi,
#angpau.angpau-modal.theme-changes .invitation.sg button.claim-button.vi,
#angpau.angpau-modal.theme-changes .invitation.id button.claim-button.vi,
#angpau.angpau-modal.theme-changes .invitation.vn button.claim-button.vi {
  left: 218px !important;
}

#angpau.angpau-modal.theme-changes .invitation.my .gift-title.gold,
#angpau.angpau-modal.theme-changes .invitation.sg .gift-title.gold,
#angpau.angpau-modal.theme-changes .invitation.id .gift-title.gold,
#angpau.angpau-modal.theme-changes .invitation.vn .gift-title.gold {
  background-image: linear-gradient(to bottom, #FF0031, #be0026);
}

#angpau.angpau-modal.vi .invitation button,
#angpau.angpau-modal.vi .face h1,
#angpau.angpau-modal.vi .face.back,
#angpau.angpau-modal.vi .face h5,
#angpau.angpau-modal.vi .face h3,
#angpau.angpau-modal.vi .gift-title,
#angpau.angpau-modal.vi .gold,
#angpau.angpau-modal.vi .success-img .success-text,
#angpau.angpau-modal.vi .try_btn {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}

#angpau.angpau-modal.special .gold.big_font {
  font-size: 2.6rem;
  line-height: 2.6rem;
}

@media screen and (max-width: 512px) {
  #angpau.angpau-modal.special .gold.big_font {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}

#angpau.angpau-modal.special .gradientRed {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(top, #691e00 0%, #f02c00 19%, #f02c00 29%, #f02c00 29%, #ed3400 51%, #691e00 72%, #ed3400 100%);
}

#angpau.angpau-modal.special .front-angpao {
  transition: all 0.5s ease;
}

@media (prefers-reduced-motion: reduce) {
  #angpau.angpau-modal.special .front-angpao {
    transition: none;
  }
}

#angpau.angpau-modal.special .front-angpao.open {
  -webkit-transform: scale(0);
  transform: scale(0);
}

#angpau.angpau-modal.special .front-angpao .special-angpao {
  max-width: 360px;
  margin-top: -83px;
  margin-bottom: -133px;
}

#angpau.angpau-modal.special .claimBtnD {
  background: url(/assets/events/angpao/special/e9_btn_1.png?v=23072025) no-repeat 50%;
  background-size: 100% 100%;
  font-size: 2rem;
  color: white;
  font-family: Roboto, sans-serif;
  font-weight: 800;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 33px 53px;
}

#angpau.angpau-modal.special .claimBtnD.hari_raya {
  background: url(/assets/events/angpao/special/hari_raya_btn.png?v=23072025) no-repeat 50%;
  background-size: 100% 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 512px) {
  #angpau.angpau-modal.special .claimBtnD {
    font-size: 1.8rem;
  }
}

#angpau.angpau-modal.special .back-angpao {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

@media (prefers-reduced-motion: reduce) {
  #angpau.angpau-modal.special .back-angpao {
    transition: none;
  }
}

#angpau.angpau-modal.special .back-angpao.open {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#angpau.angpau-modal.special .back-angpao .back-card {
  max-width: 400px;
}

#angpau.angpau-modal.special .back-angpao .back-desc {
  top: 0;
  left: 0;
}

#angpau.angpau-modal.special .back-angpao .back-desc-1 {
  font-size: 1.6rem;
  line-height: 33px;
}

@media screen and (max-width: 512px) {
  #angpau.angpau-modal.special .back-angpao .back-desc-1 {
    font-size: 1.3rem;
  }
}

#angpau.angpau-modal.special .back-angpao .back-desc-2 {
  -webkit-animation: zoomIn 0.8s linear infinite alternate;
          animation: zoomIn 0.8s linear infinite alternate;
  font-size: 1.6rem;
}

@media screen and (max-width: 512px) {
  #angpau.angpau-modal.special .back-angpao .back-desc-2 {
    font-size: 1.3rem;
  }
}

#angpau.angpau-modal.special .back-angpao .step-2-desc .success-msg {
  font-size: 1.5rem;
  line-height: 30px;
  padding: 0 63px !important;
  margin-bottom: 83px !important;
}

@media screen and (max-width: 512px) {
  #angpau.angpau-modal.special .back-angpao .step-2-desc .success-msg {
    font-size: 1.3rem;
    line-height: 26px;
    padding: 0 33px !important;
    margin-bottom: 60px !important;
  }
}

#angpau.angpau-modal.special .back-angpao .otherGift {
  font-size: 1.5rem;
  line-height: 30px;
  margin-bottom: 83px !important;
}

@media screen and (max-width: 512px) {
  #angpau.angpau-modal.special .back-angpao .otherGift {
    font-size: 1.3rem;
    line-height: 26px;
    margin-bottom: 60px !important;
  }
}

#angpau.angpau-modal.special .back-angpao .claimBtnD {
  padding: 33px 53px 43px 53px;
}

#angpau.angpau-modal.special .back-angpao .claimBtnD.claimGiftBtn.disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#angpau.angpau-modal.special .firework {
  z-index: -1;
}

.default-logo {
  position: absolute;
  top: 40px;
}

.tick-icon {
  width: 55px;
  margin-top: 100px;
}

.selamat-text {
  font-size: 25px;
  margin-top: 15px;
  color: red;
}

.text-eured {
  color: #FF0031;
}

.slot-wheel {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
}

.slot-wheel .layer-1 {
  position: relative;
}

.slot-wheel .layer-2 {
  position: absolute;
  left: 4%;
  right: 0;
  z-index: 2;
  max-width: 500px;
  top: 25%;
  margin: auto;
}

@media (max-width: 768px) {
  .slot-wheel .layer-2 {
    max-width: 270px;
  }
}

.slot-wheel #winnerModal {
  background: rgba(0, 0, 0, 0.85) !important;
}

.slot-wheel #winnerModal .modal-contact {
  font-size: 1.4rem;
  position: relative;
  z-index: 5;
  background: #550136;
  border: 2px solid #fef190;
  border-radius: 20px;
  margin-top: 65px;
}

@media screen and (max-width: 512px) {
  .slot-wheel #winnerModal .modal-contact {
    font-size: 1rem;
  }
}

.slot-wheel #winnerModal .winner-bg {
  position: absolute;
  top: -125px;
  z-index: 1;
  left: -10px;
  right: 0;
}

@media (max-width: 768px) {
  .slot-wheel #winnerModal .winner-bg {
    top: -75px;
  }
}

.slot-wheel #winnerModal .btn-close-circle {
  position: absolute;
  z-index: 2;
  right: 0;
  color: white;
  background: #FF0031;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 1.5rem;
  opacity: 1;
  border: 2px solid white;
  line-height: 10px;
  top: -20px;
}

.slot-wheel #winnerModal .modal-content {
  background: transparent;
}

.slot-wheel #winnerModal .waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  font-size: 45px;
  z-index: 3;
  text-align: center;
}

@media (max-width: 768px) {
  .slot-wheel #winnerModal .waviy {
    font-size: 30px;
    margin-top: 5px;
  }
}

.slot-wheel #winnerModal .waviy span {
  font-family: "Alfa Slab One", cursive;
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  -webkit-animation: waviy 1s infinite;
          animation: waviy 1s infinite;
  -webkit-animation-delay: calc(.1s * var(--i));
          animation-delay: calc(.1s * var(--i));
  background: linear-gradient(to bottom, #cfc09f 22%, #634f2c 24%, #cfc09f 26%, #cfc09f 27%, #ffecb3 40%, #3a2c0f 78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}

.slot-wheel #winnerModal .waviy span:after {
  background: none;
  content: attr(data-heading);
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  text-shadow: -1px 0 1px #c6bb9f, 0 1px 1px #c6bb9f, 5px 5px 10px rgba(0, 0, 0, 0.4), -5px -5px 10px rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes waviy {
  0%, 40%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes waviy {
  0%, 40%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.slot-wheel #spinModal .modal-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slot-wheel #spinModal .modal-content .btn-close-circle {
  top: -8px;
  right: -8px;
  z-index: 2;
}

.slot-wheel #spinModal .modal-content label {
  font-weight: 700;
  font-size: 1.2rem;
  color: #FF0031;
  text-shadow: 0px 0px 1px #000;
}

.slot-wheel #spinModal .modal-content ul li {
  font-size: 0.9rem;
}

.slot-wheel #spinModal .modal-content #prizeError .btn-theme {
  height: unset !important;
}

.slot-wheel .wheel-panel {
  margin-top: 120px;
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width: 512px) {
  .slot-wheel .wheel-panel {
    margin-top: 60px;
  }
}

.slot-wheel .wheel-panel .wheel-number {
  position: absolute;
  top: 145px;
  z-index: 3;
  -webkit-transform: translateZ(100px);
          transform: translateZ(100px);
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .slot-wheel .wheel-panel .wheel-number {
    top: 90px;
    max-width: 230px;
    -webkit-transform: none;
            transform: none;
  }
}

.slot-wheel .wheel-panel .wheel-number .slotwrapper {
  height: 200px;
  margin-left: 30px;
  margin-top: 35px;
  border: 0;
}

.slot-wheel .wheel-panel .wheel-number .slotwrapper ul {
  width: 110px;
  line-height: 170px;
}

.slot-wheel .wheel-panel .wheel-number .slotwrapper ul li {
  padding: 5px;
  color: white;
}

.slot-wheel .wheel-panel .wheel-number .slotwrapper ul li img {
  width: 65%;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .slot-wheel .wheel-panel .wheel-number .slotwrapper ul li img {
    width: 65%;
  }
}

@media (max-width: 768px) {
  .slot-wheel .wheel-panel .wheel-number .slotwrapper ul li {
    padding: 5px;
    height: 100%;
    line-height: 110px;
  }
}

@media (max-width: 768px) {
  .slot-wheel .wheel-panel .wheel-number .slotwrapper ul {
    width: 75px;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .slot-wheel .wheel-panel .wheel-number .slotwrapper {
    margin-left: 10px;
    height: 135px;
    margin-top: 0;
  }
}

.slot-wheel .wheel-panel .slot {
  overflow: hidden;
  height: calc(100vh - 350px);
}

@media screen and (max-width: 512px) {
  .slot-wheel .wheel-panel .slot {
    height: calc(100vh - 550px);
  }
}

.slot-wheel .wheel-panel .slot .slot-machine {
  background: #c91d02;
  border-radius: 15px;
}

.slot-wheel .wheel-panel .slot .slot-machine::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  top: calc(50% - 90px);
  bottom: calc(50% - 90px);
  height: 180px;
  width: 50px;
}

@media screen and (max-width: 512px) {
  .slot-wheel .wheel-panel .slot .slot-machine::after {
    height: 120px;
    width: 24px;
    top: calc(50% - 60px);
    bottom: calc(50% - 60px);
  }
}

.slot-wheel .wheel-panel .slot .slot-machine::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 15px solid #c91d02;
  width: 100%;
  height: 100%;
  top: unset;
  bottom: unset;
  border-radius: 15px;
  z-index: 2;
}

@media screen and (max-width: 512px) {
  .slot-wheel .wheel-panel .slot .slot-machine::before {
    border: 8px solid #c91d02;
  }
}

.slot-wheel .wheel-panel .slot .slot-machine::after {
  background: url(/assets/slot-wheel/general/machine-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  right: -50px;
  left: unset;
}

@media screen and (max-width: 512px) {
  .slot-wheel .wheel-panel .slot .slot-machine::after {
    right: -16px;
  }
}

.slot-wheel .wheel-panel .slot .slot-machine ul {
  padding-right: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  float: left;
  height: calc(100vh - 350px);
  padding: 1rem 0.5rem;
}

@media screen and (max-width: 512px) {
  .slot-wheel .wheel-panel .slot .slot-machine ul {
    height: calc(100vh - 550px);
    padding: 0.3rem;
  }
}

.slot-wheel .wheel-panel .slot .slot-machine ul li {
  cursor: pointer;
  box-shadow: inset 0 0 55px 1px #000;
  background-color: #f9f9f9;
}

.slot-wheel .wheel-panel .slot .slot-machine ul li::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
}

.slot-wheel .wheel-panel .slot .slot-machine ul li img {
  vertical-align: top;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 8px;
}

.slot-wheel .wheel-panel .slot .slot-machine ul li label {
  top: 5%;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4rem;
  width: 100%;
  padding: 0;
  background: -webkit-linear-gradient(top, #4c97dd 0%, #2989d8 50%, #2b5fb9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 2;
}

@media screen and (max-width: 512px) {
  .slot-wheel .wheel-panel .slot .slot-machine ul li label {
    font-size: 0.6rem;
    line-height: 0.7rem;
    padding: 5px 10px 5px 5px;
  }
}

.slot-wheel .wheel-panel .slot .slot-machine .handle {
  position: absolute;
  right: -55px;
  top: 42%;
  float: left;
  vertical-align: top;
  height: 60px;
  cursor: pointer;
  width: 15px;
  border-radius: 0 5px 5px 0/20px;
  border: 1px solid rgba(189, 160, 112, 0.5);
  background: linear-gradient(to right, #781511 0%, #781511 20%, #781511 50%, #c91d02 75%, #c91d02 100%);
}

@media screen and (max-width: 512px) {
  .slot-wheel .wheel-panel .slot .slot-machine .handle {
    right: -18px;
    height: 30px;
  }
}

.slot-wheel .wheel-panel .slot .slot-machine .handle::before,
.slot-wheel .wheel-panel .slot .slot-machine .handle::after {
  content: "";
  display: block;
  position: absolute;
}

.slot-wheel .wheel-panel .slot .slot-machine .handle::before {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(163, 126, 67, 0.1);
  background: #686868;
  width: 8px;
  height: 150px;
  bottom: 30px;
  right: -10px;
  border-bottom-right-radius: 10px 8px;
}

@media screen and (max-width: 512px) {
  .slot-wheel .wheel-panel .slot .slot-machine .handle::before {
    right: -5px;
    width: 4px;
    bottom: 15px;
    height: 60px;
  }
}

.slot-wheel .wheel-panel .slot .slot-machine .handle::after {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -125px;
  right: -32px;
  background: linear-gradient(to right, #781511 0%, #c91d02 100%);
  z-index: 2;
}

@media screen and (max-width: 512px) {
  .slot-wheel .wheel-panel .slot .slot-machine .handle::after {
    width: 12px;
    height: 12px;
    top: -50px;
    right: -8px;
  }
}

.slot-wheel .wheel-panel .slot .slot-machine .handle.active {
  background-position: 0 47px;
}

.slot-wheel .wheel-panel .slot .slot-machine .handle.active::before {
  height: 0px;
  border-bottom-right-radius: 2px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.slot-wheel .wheel-panel .slot .slot-machine .handle.active::after {
  -webkit-transform: translateY(125px);
          transform: translateY(125px);
}

@media screen and (max-width: 512px) {
  .slot-wheel .wheel-panel .slot .slot-machine .handle.active::after {
    -webkit-transform: translateY(55px);
            transform: translateY(55px);
  }
}

.slot-wheel .wheel-panel .slot .slot-machine .handle.active .pulse {
  opacity: 0 !important;
}

.slot-wheel .wheel-panel .slot .slot-machine .handle .pulse {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -125px;
  position: absolute;
  right: -32px;
  opacity: 1;
}

@media screen and (max-width: 512px) {
  .slot-wheel .wheel-panel .slot .slot-machine .handle .pulse {
    right: -25px;
    top: -60px;
    height: 30px;
    width: 30px;
  }
}

.slot-wheel .wheel-panel .slot .slot-machine .handle .pulse1 {
  position: absolute;
  width: 80px;
  height: 80px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  left: -15px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  -webkit-animation: pulsejg1 2s linear infinite;
  animation: pulsejg1 2s linear infinite;
  border-radius: 999px;
  box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}

@media screen and (max-width: 512px) {
  .slot-wheel .wheel-panel .slot .slot-machine .handle .pulse1 {
    height: 30px;
    width: 30px;
  }
}

.slot-wheel .wheel-panel .slot .slot-machine .handle .pulse2 {
  position: absolute;
  width: 80px;
  height: 80px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  left: -15px;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-animation: pulsejg2 2s linear infinite;
  animation: pulsejg2 2s linear infinite;
  border-radius: 999px;
  box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}

@media screen and (max-width: 512px) {
  .slot-wheel .wheel-panel .slot .slot-machine .handle .pulse2 {
    height: 30px;
    width: 30px;
  }
}

@-webkit-keyframes pulsejg1 {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(0.9);
    opacity: 0.2;
  }

  70% {
    -webkit-transform: scale(1.1);
    opacity: 0.35;
  }

  80% {
    -webkit-transform: scale(1.25);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes pulsejg1 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.1;
  }

  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.25;
  }

  80% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}

@-webkit-keyframes pulsejg2 {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }

  40% {
    -webkit-transform: scale(0.8);
    opacity: 0.05;
  }

  50% {
    -webkit-transform: scale(1);
    opacity: 0.1;
  }

  60% {
    -webkit-transform: scale(1.1);
    opacity: 0.3;
  }

  80% {
    -webkit-transform: scale(1.2);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulsejg2 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }

  40% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.05;
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.1;
  }

  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.3;
  }

  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

.slot-wheel .wheel-panel button.btn-slot:not(.handle) {
  outline: none;
  font-size: 1rem;
  color: white;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.7), 1px 1px 1px rgba(255, 255, 255, 0.3);
  display: block;
  font-weight: bold;
  width: 90px;
  height: 90px;
  cursor: pointer;
  background-color: #2e050c;
  background-image: linear-gradient(273deg, #eb4763 30%, #e61a3c 40%);
  border: none;
  border-radius: 50%;
  box-shadow: inset 0px 0px 1px 1px rgba(138, 15, 36, 0.9), inset 0px 0px 2px 3px rgba(230, 26, 60, 0.9), inset 1px 1px 1px 4px rgba(255, 255, 255, 0.8), inset 0px 0px 2px 7px rgba(235, 71, 99, 0.8), inset 0px 0px 4px 10px rgba(230, 26, 60, 0.9), 8px 10px 2px 6px rgba(92, 10, 24, 0.55), 0px 0px 3px 2px rgba(184, 20, 48, 0.9), 0px 0px 2px 6px rgba(230, 26, 60, 0.9), -1px -1px 1px 6px rgba(255, 255, 255, 0.9), 0px 0px 2px 11px rgba(230, 26, 60, 0.9), 0px 0px 1px 12px rgba(184, 20, 48, 0.9), 1px 3px 14px 14px rgba(0, 0, 0, 0.4);
}

.slot-wheel .wheel-panel button.btn-slot:active {
  color: white;
  background-image: linear-gradient(273deg, #e61a3c 50%, #e8304f 60%);
  box-shadow: inset 3px 4px 3px 2px rgba(92, 10, 24, 0.55), inset 0px 0px 1px 1px rgba(138, 15, 36, 0.9), inset -1px -1px 2px 3px rgba(230, 26, 60, 0.9), inset -2px -2px 1px 3px rgba(255, 255, 255, 0.8), inset 0px 0px 2px 7px rgba(235, 71, 99, 0.8), inset 0px 0px 3px 10px rgba(230, 26, 60, 0.9), 0px 0px 3px 2px rgba(184, 20, 48, 0.9), 0px 0px 2px 6px rgba(230, 26, 60, 0.9), -1px -1px 1px 6px rgba(255, 255, 255, 0.9), 0px 0px 2px 11px rgba(230, 26, 60, 0.9), 0px 0px 1px 12px rgba(184, 20, 48, 0.9), 1px 3px 14px 14px rgba(0, 0, 0, 0.4) !important;
}

.slot-wheel .wheel-panel label.title {
  font-family: "Audiowide", cursive;
  font-size: 2.8rem;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #d10000, 0 0 70px #d10000, 0 0 80px #d10000, 0 0 100px #d10000, 0 0 150px #d10000;
  color: white;
}

@media screen and (max-width: 512px) {
  .slot-wheel .wheel-panel label.title {
    font-size: 2rem;
  }
}

.slot-wheel .movie__card {
  max-height: 550px;
}

.slot-wheel .treasure-hunt {
  top: -15%;
  left: -15%;
  z-index: 9;
}

@media screen and (max-width: 512px) {
  .slot-wheel .treasure-hunt {
    top: unset;
    left: -40%;
    bottom: -5%;
  }
}

.slot-wheel .treasure-hunt span {
  color: #fff;
  margin-top: -15px;
  display: block;
  font-size: 0.8rem;
}

.slot-wheel.normal #spinModal ul {
  color: #FFF;
}

.coin-ticket {
  border: 5px solid #f9e790;
  color: white;
  border-radius: 8px;
  box-shadow: 2px 2px 15px 0 #dfe3e7;
  background: linear-gradient(to bottom, #d61414 0%, #540000 100%);
}

@media screen and (max-width: 512px) {
  .coin-ticket {
    margin: 10% 0 !important;
  }
}

.coin-ticket > div:first-child {
  border-right: 1px solid #ccc;
}

.coin-ticket > div label {
  font-size: 0.8rem;
}

.coin-ticket > div span {
  font-size: 1.6rem;
}

.coin-ticket > div a {
  cursor: pointer;
}

.coin-ticket > div.redeem {
  border-top: 1px solid #ccc;
}

.coin-ticket > div.redeem label {
  -webkit-animation: blink 2s linear infinite;
          animation: blink 2s linear infinite;
  color: #fee;
  font-size: 1rem;
  text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #f9e790, 0 0 0.5em #f9e790, 0 0 0.1em #f9e790, 0 10px 3px #000;
}

@keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }

  79% {
    color: #333;
  }

  80% {
    text-shadow: none;
  }

  81% {
    color: inherit;
    text-shadow: inherit;
  }

  82% {
    color: #333;
    text-shadow: none;
  }

  83% {
    color: inherit;
    text-shadow: inherit;
  }

  92% {
    color: #333;
    text-shadow: none;
  }

  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

.table-div {
  position: absolute;
  top: 14%;
  z-index: 0;
}

@media screen and (max-width: 1023px) {
  .table-div {
    left: -50% !important;
  }
}

@media screen and (max-width: 767px) {
  .table-div {
    left: 0 !important;
  }
}

@media screen and (max-width: 1215px) {
  .table-div {
    left: -7%;
  }
}

@media screen and (max-width: 1023px) {
  .table-div {
    position: relative;
    top: 0;
    left: 0;
  }
}

.table-div .prize-list {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#146ad6", endColorstr="#001654",GradientType=0 );
  /* IE6-9 */
  color: #dfe3e7;
  z-index: 9;
  border-collapse: separate;
}

.table-div .prize-list tbody {
  box-shadow: 2px 2px 15px 0 #dfe3e7;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.table-div .prize-list th {
  background: #d61414;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d61414 0%, #540000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 3px solid #f9e790;
  text-align: center;
  font-size: 13px;
}

.table-div .prize-list td {
  background-color: #e61919;
  border: 3px solid #f9e790;
  font-size: 13px;
}

.table-div .prize-list tr:first-child th {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.table-div .prize-list tr:nth-child(7) td:first-child {
  border-bottom-left-radius: 15px;
}

.table-div .prize-list tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

.prize-table {
  background: linear-gradient(to bottom, #d61414 0%, #540000 100%);
  border-radius: 15px;
  overflow: hidden;
  border: 3px solid #f9e790;
}

.prize-table div {
  font-size: 13px;
}

.prize-table .prize-header {
  background: linear-gradient(to bottom, #d61414 0%, #540000 100%);
  border-bottom: 3px solid #f9e790;
}

.prize-table .table-data {
  border-left: 3px solid #f9e790;
}

.prize-table .left-data {
  font-weight: 900;
}

.prize-table .fifth-tr {
  border-bottom: 3px solid #f9e790;
}

.prize-table .gold-font {
  color: #C9B037;
  text-shadow: 2px 2px black;
}

.prize-table .silver-font {
  color: #B4B4B4;
  text-shadow: 2px 2px black;
}

.prize-table .bronze-font {
  color: #AD8A56;
  text-shadow: 2px 2px black;
}

.ticket-zonk {
  top: 30%;
  left: 0;
}

@media screen and (max-width: 1280px) {
  .ticket-zonk {
    left: unset;
    margin: 5% 0;
  }
}

@media screen and (max-width: 767px) {
  .ticket-zonk {
    left: 0 !important;
  }
}

@media screen and (max-width: 512px) {
  .ticket-zonk {
    top: 8%;
  }
}

@media screen and (max-width: 1280px) {
  .ticket-zonk > div {
    justify-content: center !important;
  }
}

.ticket-zonk .ticket-quantity {
  background: #d61414;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d61414 0%, #540000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#146ad6", endColorstr="#001654",GradientType=0 );
  /* IE6-9 */
  box-shadow: 2px 2px 15px 0 #dfe3e7;
  border-radius: 15px;
  width: 250px;
  border: 3px solid #f9e790;
  color: #dfe3e7;
  z-index: 9;
}

.ticket-zonk .ticket-quantity .coin {
  width: 100px;
  top: -50px;
  left: -30px;
}

.ticket-zonk .ticket-quantity label {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px !important;
}

.ticket-zonk .ticket-quantity .number > div {
  color: #000;
}

.ticket-zonk .ticket-quantity .number > div label {
  font-size: 2rem;
  background: white;
  min-height: 50px;
  min-width: 50px;
}

.ticket-zonk .ticket-quantity .number > div label i {
  font-style: normal;
}

.ticket-zonk .zonk-winner {
  color: #dfe3e7;
  min-width: 250px;
  max-width: 320px;
}

.ticket-zonk .zonk-winner .zonk-point {
  border-radius: 15px;
  width: 250px;
  border: 3px solid #f9e790;
}

.ticket-zonk .zonk-winner .zonk-point .eu-coin,
.spin-attendance #spinContent .ticket-zonk .zonk-winner .zonk-point .eu-redeem,
.ticket-zonk .zonk-winner .zonk-point .eu-redeem {
  width: 90px;
  right: -30px;
  top: -20px;
}

.ticket-zonk .zonk-winner .zonk-point .eu-redeem {
  height: 90px;
  border-radius: 50%;
  color: #d61414;
  cursor: pointer;
  z-index: 2;
  font-size: 0.8rem;
  background-size: contain;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .ticket-zonk .zonk-winner .zonk-point .eu-redeem {
    transition: none;
  }
}

.ticket-zonk .zonk-winner .zonk-point .eu-redeem:hover {
  color: #000;
}

.ticket-zonk .zonk-winner .zonk-point > div:nth-of-type(1) {
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: -3px 3px 8px #000000;
  font-family: "Roboto Condensed", sans-serif;
}

.ticket-zonk .zonk-winner .zonk-point > div:nth-of-type(2) label {
  height: 33px;
  font-size: 1.4rem;
  font-weight: bold;
  background: white;
  border-radius: 0;
  padding: 0 15px !important;
  color: #000;
}

.ticket-zonk .zonk-winner .zonk-point > div:nth-of-type(2) a {
  font-size: 1.4rem;
  color: #b11010;
  left: 5px;
  top: 5px;
  cursor: pointer;
}

.ticket-zonk .zonk-winner .zonk-point > div:nth-of-type(2) a:hover {
  opacity: 0.5;
}

.ticket-zonk .zonk-winner .last-winner {
  box-shadow: 2px 2px 15px 0 #dfe3e7;
  border-radius: 25px;
}

.ticket-zonk .zonk-winner .last-winner > div:nth-of-type(1) {
  background: #d61414;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d61414 0%, #540000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#146ad6", endColorstr="#001654",GradientType=0 );
  /* IE6-9 */
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 3px solid #f9e790;
}

.ticket-zonk .zonk-winner .last-winner > div:nth-of-type(1) label {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

.ticket-zonk .zonk-winner .last-winner > div:nth-of-type(2) {
  background-color: #e61919;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 3px solid #f9e790;
  border-top: none;
  box-shadow: inset 0 0 8px 2px #333;
}

.ticket-zonk .zonk-winner .info-button a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: inset 0 0 8px 2px #333;
  background: #146ad6;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d61414 0%, #540000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#146ad6", endColorstr="#001654",GradientType=0 );
  /* IE6-9 */
  border: 2px solid #dfe3e7;
  color: white;
  font-size: 0.8rem;
  cursor: pointer;
}

.ticket-zonk .zonk-winner .info-button a:hover {
  opacity: 0.5;
}

.ticket-zonk .prize-combination {
  border-radius: 25px;
  color: #dfe3e7;
  min-width: 280px;
  max-width: 280px;
}

.ticket-zonk .prize-combination .info-button a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: inset 0 0 8px 2px #333;
  background: #146ad6;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d61414 0%, #540000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#146ad6", endColorstr="#001654",GradientType=0 );
  /* IE6-9 */
  border: 2px solid #dfe3e7;
  color: white;
  font-size: 0.8rem;
  cursor: pointer;
}

.ticket-zonk .prize-combination .info-button a:hover {
  opacity: 0.5;
}

.ticket-zonk .prize-combination .title {
  background: #d61414;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d61414 0%, #540000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#146ad6", endColorstr="#001654",GradientType=0 );
  /* IE6-9 */
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 3px solid #f9e790;
}

.ticket-zonk .prize-combination .title label {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

.ticket-zonk .prize-combination .prize {
  background-color: #f9f9f9;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 3px solid #f9e790;
  border-top: none;
  box-shadow: inset 0 0 8px 2px #333;
  color: #FF0031;
  font-style: bold;
}

.ticket-zonk .prize-combination .prize .mCustomScrollbar {
  height: 300px;
}

.ticket-zonk .prize-combination .prize .mCustomScrollbar .mCSB_draggerRail {
  background: transparent;
}

.ticket-zonk .prize-combination .prize .mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin: 0 !important;
}

.ticket-zonk .prize-combination .prize .mCustomScrollbar .mCSB_dragger_bar {
  background-color: #FF0031;
}

.ticket-zonk .prize-combination .prize .mCustomScrollbar .gift-title span {
  border-bottom: 2px solid #FF0031;
}

#mapAttendance .svg-content svg #generated-steps text {
  -webkit-transform: matrix(1, 0, 0, 1, -5, -15);
          transform: matrix(1, 0, 0, 1, -5, -15);
  font-weight: bold;
}

#mapAttendance .svg-content svg #generated-steps.normal g.hover text {
  fill: #222 !important;
}

#mapAttendance .svg-content svg #generated-steps.vip g text {
  fill: #222 !important;
  -webkit-transform: matrix(1, 0, 0, 1, -5, -20);
          transform: matrix(1, 0, 0, 1, -5, -20);
}

#mapAttendance .svg-content svg #generated-steps.vip g.hover text {
  fill: #000 !important;
}

@media screen and (max-width: 799px) {
  #mapAttendance .title.vip label {
    max-width: 230px;
    font-size: 1.3rem;
  }
}

.spin-attendance #spinContent .title {
  font-size: 3rem;
  text-shadow: 0 0 6px white, 0 0 9px white;
}

@media screen and (max-width: 512px) {
  .spin-attendance #spinContent .title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 504px) {
  .spin-attendance #spinContent .the-wheel canvas {
    width: 360px;
  }
}

.spin-attendance #spinContent .the-wheel .wheel-spin-arrow {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}

.spin-attendance #spinContent #spinButton {
  background: white;
  color: #ff0000;
  font-size: 1.8rem;
  padding: 0 40px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 1px 1px 20px -3px white;
}

.spin-attendance #spinContent #spinButton.id {
  display: inline-block;
  outline: none;
  font-family: inherit;
  font-size: 1em;
  box-sizing: border-box;
  border-radius: 0.3em;
  height: 2.75em;
  line-height: 2.5em;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4), inset 0 -2px 5px 1px #8b4208, inset 0 -1px 1px 3px #fae385;
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  border: 1px solid #a55d07;
  color: #783205;
  text-shadow: 0 2px 2px #fae385;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-size: 100% 100%;
  background-position: center;
}

.spin-attendance #spinContent .id-title {
  line-height: 40px;
  color: #f6e27a;
}

@media only screen and (min-width: 991px) {
  .spin-attendance #spinContent .id-title {
    width: 55%;
    line-height: 43px;
    font-size: 2.6rem;
  }
}

.spin-attendance-modal#spinModal.normal ul li {
  color: #FFF;
}

.spin-attendance-modal#spinModal .modal-content label {
  font-weight: 700;
  font-size: 1.2rem;
  color: #FF0031;
  text-shadow: 0px 0px 1px #000;
}

.spin-attendance-modal#spinModal .modal-content .btn-close-circle {
  z-index: 1;
  top: 0;
  right: 0;
}

#mapAttendance .info-tnc-btn {
  position: absolute;
  bottom: 30px;
  right: -10%;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #ebb962;
  border: 0;
  z-index: 3;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (max-width: 512px) {
  #mapAttendance .info-tnc-btn {
    width: 30px;
    height: 30px;
    bottom: 0;
    right: -30%;
  }
}

#mapAttendance .info-tnc-btn i {
  font-size: 24px;
  color: white;
}

@media screen and (max-width: 512px) {
  #mapAttendance .info-tnc-btn i {
    font-size: 14px !important;
  }
}

#mapAttendance .title {
  font-weight: 700;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 25px 0;
  background-color: #000;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
  margin: 0;
}

#mapAttendance .svg-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#mapAttendance .svg-content svg {
  max-width: 100vw;
  max-height: 100vh;
  overflow: visible;
  z-index: 2;
}

#mapAttendance .svg-content svg .hover {
  cursor: pointer;
}

#mapAttendance .svg-content svg .hover:hover text {
  visibility: visible;
  z-index: 99;
  font-size: 1rem !important;
}

#mapAttendance .svg-content svg .hover:hover use {
  opacity: 0.35;
}

#mapAttendance .svg-content svg#gift-mtx,
#mapAttendance .svg-content svg#mystery-mtx {
  cursor: pointer;
}

#mapAttendance .svg-content svg symbol {
  overflow: visible;
}

#mapAttendance .svg-content svg .st38 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

#mapAttendance .svg-content svg .st39 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1.0005, 6.0031;
}

#mapAttendance .svg-content svg .st40 {
  fill: none;
}

#mapAttendance .svg-content svg #rocket {
  -webkit-animation: bounce 60s infinite -30s ease-in-out alternate;
          animation: bounce 60s infinite -30s ease-in-out alternate;
}

#mapAttendance .svg-content svg #rocket g {
  -webkit-animation: earthrotation 120s infinite linear;
          animation: earthrotation 120s infinite linear;
  -webkit-transform-origin: -15% 125%;
          transform-origin: -15% 125%;
}

#mapAttendance .svg-content svg #step-avatar {
  display: none;
}

#mapAttendance .svg-content svg #step-avatar g {
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}

#mapAttendance .ship {
  bottom: 0;
}

#mapAttendance .ship > div {
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
  padding-left: 100%;
  text-indent: 0;
}

#mapAttendance .ship > div img {
  max-width: 168px;
  right: 0;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 512px) {
  #mapAttendance .ship > div img {
    max-width: 128px;
  }
}

@media screen and (max-width: 1200px) {
  .spin-attendance #spinContent {
    background-position: left !important;
  }
}

.spin-attendance #spinContent.sg,
.spin-attendance #spinContent.my {
  background-position: center !important;
}

.spin-attendance #spinContent::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 6px solid #e9c855;
}

.spin-attendance #spinContent .ticket-zonk {
  top: 15%;
  z-index: 3;
  right: 0;
}

@media screen and (max-width: 1000px) {
  .spin-attendance #spinContent .ticket-zonk {
    top: 33px;
  }
}

.spin-attendance #spinContent .ticket-zonk .ticket-quantity {
  background: #d61414;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d61414 0%, #540000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#146ad6", endColorstr="#001654", GradientType=0);
  /* IE6-9 */
  box-shadow: 2px 2px 15px 0 #dfe3e7;
  border-radius: 15px;
  width: 250px;
  border: 3px solid #f9e790;
  color: #dfe3e7;
  z-index: 9;
  min-width: 250px;
  max-width: 320px;
}

.spin-attendance #spinContent .ticket-zonk .ticket-quantity .coin {
  width: 100px;
  top: -50px;
  left: -30px;
}

.spin-attendance #spinContent .ticket-zonk .ticket-quantity label {
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "Roboto Condensed", sans-serif;
}

.spin-attendance #spinContent .ticket-zonk .ticket-quantity .number > div {
  color: #000;
}

.spin-attendance #spinContent .ticket-zonk .ticket-quantity .number > div label {
  font-size: 2rem;
  background: white;
  min-height: 50px;
  min-width: 50px;
}

.spin-attendance #spinContent .ticket-zonk .ticket-quantity .number > div label i {
  font-style: normal;
  font-size: 31px;
}

.spin-attendance #spinContent .ticket-zonk .zonk-winner {
  color: #dfe3e7;
  width: 300px;
}

.spin-attendance #spinContent .ticket-zonk .zonk-winner .zonk-point {
  border-radius: 15px;
  width: 250px;
  border: 3px solid #f9e790;
  background: linear-gradient(to bottom, #d61414 0%, #540000 100%);
}

.spin-attendance #spinContent .ticket-zonk .zonk-winner .zonk-point .eu-coin,
.spin-attendance #spinContent .ticket-zonk .zonk-winner .zonk-point .eu-redeem {
  width: 90px;
  right: -30px;
  top: -20px;
}

.spin-attendance #spinContent .ticket-zonk .zonk-winner .zonk-point .eu-redeem {
  height: 90px;
  border-radius: 50%;
  color: #d61414;
  cursor: pointer;
  z-index: 2;
  font-size: 0.8rem;
  background-size: contain;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .spin-attendance #spinContent .ticket-zonk .zonk-winner .zonk-point .eu-redeem {
    transition: none;
  }
}

.spin-attendance #spinContent .ticket-zonk .zonk-winner .zonk-point .eu-redeem:hover {
  color: #000;
}

.spin-attendance #spinContent .ticket-zonk .zonk-winner .zonk-point > div:nth-of-type(1) {
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: -3px 3px 8px #000000;
  font-family: "Roboto Condensed", sans-serif;
}

.spin-attendance #spinContent .ticket-zonk .zonk-winner .zonk-point > div:nth-of-type(2) label {
  height: 33px;
  font-size: 1.4rem;
  font-weight: bold;
  background: white;
  border-radius: 0;
  padding: 0 15px !important;
  color: #000;
}

.spin-attendance #spinContent .ticket-zonk .zonk-winner .zonk-point > div:nth-of-type(2) a {
  font-size: 1.4rem;
  color: #b11010;
  left: 5px;
  top: 5px;
  cursor: pointer;
}

.spin-attendance #spinContent .ticket-zonk .zonk-winner .zonk-point > div:nth-of-type(2) a:hover {
  opacity: 0.5;
}

.spin-attendance #spinContent .ticket-zonk .zonk-winner .last-winner {
  box-shadow: 2px 2px 15px 0 #dfe3e7;
  border-radius: 25px;
}

.spin-attendance #spinContent .ticket-zonk .zonk-winner .last-winner > div:nth-of-type(1) {
  background: #d61414;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d61414 0%, #540000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#146ad6", endColorstr="#001654", GradientType=0);
  /* IE6-9 */
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 3px solid #f9e790;
}

.spin-attendance #spinContent .ticket-zonk .zonk-winner .last-winner > div:nth-of-type(1) label {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

.spin-attendance #spinContent .ticket-zonk .zonk-winner .last-winner > div:nth-of-type(2) {
  background-color: #e61919;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 3px solid #f9e790;
  border-top: none;
  box-shadow: inset 0 0 8px 2px #333;
}

.spin-attendance #spinContent .ticket-zonk .zonk-winner .info-button a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: inset 0 0 8px 2px #333;
  background: #146ad6;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d61414 0%, #540000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#146ad6", endColorstr="#001654", GradientType=0);
  /* IE6-9 */
  border: 2px solid #dfe3e7;
  color: white;
  font-size: 0.8rem;
  cursor: pointer;
}

.spin-attendance #spinContent .ticket-zonk .zonk-winner .info-button a:hover {
  opacity: 0.5;
}

.spin-attendance #spinContent .the-wheel {
  background-size: cover;
}

@media screen and (max-width: 512px) {
  .spin-attendance #spinContent .the-wheel .spin-arrow {
    max-width: 25px;
  }

  .spin-attendance #spinContent .the-wheel .spin-arrow.sg,
  .spin-attendance #spinContent .the-wheel .spin-arrow.my {
    max-width: 100%;
  }
}

.spin-attendance #spinContent .spin-button {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebe7e0+0,b9bbbd+100 */
  background: #ebe7e0;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ebe7e0 0%, #b9bbbd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebe7e0", endColorstr="#b9bbbd", GradientType=0);
  /* IE6-9 */
  border-radius: 50px;
  border: 4px solid #b48a2e;
  cursor: pointer;
}

.spin-attendance #spinContent .spin-button-label {
  font-size: 1.6rem;
  background: -webkit-linear-gradient(top, #6c0000 0%, #dc0000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  cursor: pointer;
}

.spin-attendance #spinContent .spin-button.my,
.spin-attendance #spinContent .spin-button.sg {
  -webkit-animation-name: pump-animation;
          animation-name: pump-animation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.spin-attendance #spinContent .wheel-spin-arrow {
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}

.spin-attendance #spinContent .wheel-spin-arrow.id {
  top: 22px !important;
}

@media screen and (max-width: 512px) {
  .spin-attendance #spinContent .wheel-spin-arrow.id {
    top: 15px !important;
  }
}

.spin-attendance #spinContent .wheel-spin-arrow.my,
.spin-attendance #spinContent .wheel-spin-arrow.sg {
  left: 51%;
  -webkit-transform: translate(-50%, 222%);
  transform: translate(-50%, 222%);
}

@media screen and (max-width: 512px) {
  .spin-attendance #spinContent .wheel-spin-arrow.my,
  .spin-attendance #spinContent .wheel-spin-arrow.sg {
    -webkit-transform: translate(-50%, 110%);
    transform: translate(-50%, 110%);
  }

  .spin-attendance #spinContent .wheel-spin-arrow.my img,
  .spin-attendance #spinContent .wheel-spin-arrow.sg img {
    width: 60px !important;
  }
}

.spin-attendance #spinContent .wheel-spin-arrow.my img,
.spin-attendance #spinContent .wheel-spin-arrow.sg img {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

@media screen and (max-width: 512px) {
  .spin-attendance #spinContent .wheel-spin-arrow.my img,
  .spin-attendance #spinContent .wheel-spin-arrow.sg img {
    margin-top: -16px !important;
  }
}

.spin-attendance #spinContent .wheel-spin-arrow img {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  transition: 0.3s;
  margin-top: -33px;
}

.spin-attendance #spinContent .wheel-spin-center {
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}

@media screen and (max-width: 512px) {
  .spin-attendance #spinContent .wheel-spin-center {
    left: 47% !important;
  }
}

.spin-attendance #spinContent .wheel-spin-center.id {
  top: 40% !important;
}

@media screen and (max-width: 512px) {
  .spin-attendance #spinContent .wheel-spin-center.id {
    top: 43% !important;
  }
}

.spin-attendance #spinContent .wheel-spin-center.my,
.spin-attendance #spinContent .wheel-spin-center.sg {
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
}

@media screen and (max-width: 512px) {
  .spin-attendance #spinContent .wheel-spin-center.my,
  .spin-attendance #spinContent .wheel-spin-center.sg {
    -webkit-transform: translate(-50%, -68%);
    transform: translate(-50%, -68%);
  }

  .spin-attendance #spinContent .wheel-spin-center.my img,
  .spin-attendance #spinContent .wheel-spin-center.sg img {
    width: 60px !important;
  }
}

.spin-attendance #spinContent .wheel-spin-center img {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  transition: 0.3s;
}

@media screen and (max-width: 512px) {
  .spin-attendance #spinContent .wheel-spin-center img {
    width: 45px;
  }
}

.spin-attendance #spinContent .rotate-down {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  transition: 0.3s;
}

.spin-attendance #mapAttendance .title {
  font-weight: 700;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 25px 0;
  background-color: #000;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
  margin: 0;
}

.spin-attendance #mapAttendance .svg-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.spin-attendance #mapAttendance .svg-content svg {
  max-width: 100vw;
  max-height: 100vh;
  overflow: visible;
  z-index: 2;
}

.spin-attendance #mapAttendance .svg-content svg .hover {
  cursor: pointer;
}

.spin-attendance #mapAttendance .svg-content svg .hover:hover text {
  visibility: visible;
  z-index: 99;
}

.spin-attendance #mapAttendance .svg-content svg .hover:hover use {
  opacity: 0.35;
}

.spin-attendance #mapAttendance .svg-content svg#gift-mtx,
.spin-attendance #mapAttendance .svg-content svg#mystery-mtx {
  cursor: pointer;
}

.spin-attendance #mapAttendance .svg-content svg symbol {
  overflow: visible;
}

.spin-attendance #mapAttendance .svg-content svg .st38 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.spin-attendance #mapAttendance .svg-content svg .st39 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1.0005, 6.0031;
}

.spin-attendance #mapAttendance .svg-content svg .st40 {
  fill: none;
}

.spin-attendance #mapAttendance .svg-content svg #rocket {
  -webkit-animation: bounce 60s infinite -30s ease-in-out alternate;
          animation: bounce 60s infinite -30s ease-in-out alternate;
}

.spin-attendance #mapAttendance .svg-content svg #rocket g {
  -webkit-animation: earthrotation 120s infinite linear;
          animation: earthrotation 120s infinite linear;
  -webkit-transform-origin: -15% 125%;
          transform-origin: -15% 125%;
}

.spin-attendance #mapAttendance .svg-content svg #step-avatar {
  display: none;
}

.spin-attendance #mapAttendance .svg-content svg #step-avatar g {
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}

.spin-attendance #mapAttendance .ship {
  bottom: 0;
}

.spin-attendance #mapAttendance .ship > div {
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
  padding-left: 100%;
  text-indent: 0;
}

.spin-attendance #mapAttendance .ship > div img {
  max-width: 168px;
  right: 0;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 512px) {
  .spin-attendance #mapAttendance .ship > div img {
    max-width: 128px;
  }
}

.spin-attendance #mapAttendance.vn .term-floating {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.spin-attendance #mapAttendance.vn .term-floating .vn-img-title {
  max-width: 780px;
}

@media screen and (max-width: 512px) {
  .spin-attendance #mapAttendance.vn .term-floating .vn-img-title {
    max-width: 280px;
    display: flex;
  }
}

.spin-attendance #mapAttendance.vn .term-floating i {
  font-size: 1.5rem;
  top: 43%;
  cursor: pointer;
}

.spin-attendance #mapAttendance.vn .term-floating i:hover {
  color: #f36f35 !important;
}

@media screen and (max-width: 512px) {
  .spin-attendance #mapAttendance.vn .term-floating i {
    top: 20%;
    font-size: 1.3rem;
  }
}

.spin-attendance #mapAttendance.vn .term-floating i.en {
  right: -13px;
}

@media screen and (max-width: 512px) {
  .spin-attendance #mapAttendance.vn .term-floating i.en {
    right: -15px;
  }
}

.spin-attendance #mapAttendance.vn .term-floating i.vi {
  right: 0;
}

.spin-attendance .gift-list {
  bottom: 5%;
  z-index: 2;
}

.spin-attendance .gift-list > a {
  width: 80px;
  cursor: pointer;
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
}

.spin-attendance .gift-list > a img {
  width: 80px;
  height: 80px;
}

.spin-attendance .gift-list > a label {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
}

.spin-attendance .gift-list .gift-content {
  background: #146ad6;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #146ad6 0%, #001654 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#146ad6", endColorstr="#001654", GradientType=0);
  /* IE6-9 */
  box-shadow: 2px 2px 15px 0 #dfe3e7;
  border-radius: 15px;
  border: 3px solid #dfe3e7;
  color: #dfe3e7;
}

.spin-attendance .gift-list .gift-content > div {
  padding-left: 28px;
}

.spin-attendance .gift-list .gift-content > div::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 8px;
  background: url(/assets/spin-attendance/campaign/giftbox.gif);
  width: 20px;
  height: 20px;
  background-size: cover;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  opacity: 0.5;
}

.spin-attendance .gift-list .gift-content > div.active::before {
  opacity: 1;
}

.spin-attendance .gift-list .gift-content label {
  font-weight: bold;
}

.vn.chestModal {
  background: rgba(0, 0, 0, 0.8) !important;
  background-size: cover;
  background-position: center;
}

.vn.chestModal .modal-dialog {
  max-width: calc(100% - 800px);
}

@media screen and (max-width: 1023px) {
  .vn.chestModal .modal-dialog {
    max-width: 100%;
    padding: 0 13px;
  }
}

.vn.chestModal .modal-dialog .modal-content {
  background-image: url(/assets/events/map/vn/normal/modal.jpg);
}

.vn.chestModal .modal-dialog .modal-content .modal-body .title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 30px;
}

.vn.chestModal .modal-dialog .modal-content .modal-body .require-text,
.vn.chestModal .modal-dialog .modal-content .modal-body .reward-text {
  line-height: 22px;
}

.vn.chestModal .modal-dialog .modal-content .modal-body .require-text .title,
.vn.chestModal .modal-dialog .modal-content .modal-body .reward-text .title {
  font-size: 1.1rem;
  font-weight: 600;
}

.vn.chestModal .modal-dialog .modal-content .modal-body .prize-table {
  line-height: 22px;
}

.vn.chestModal .modal-dialog .modal-content .modal-body .prize-table table thead tr th {
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  background: #f36f35;
  border: 0;
  line-height: 22px;
}

.vn.chestModal .modal-dialog .modal-content .modal-body .prize-table table tbody tr:first-child td {
  border-top: 0;
  border-right: 1px solid white;
}

.vn.chestModal .modal-dialog .modal-content .modal-body .prize-table table tbody tr:first-child td:last-child {
  font-size: 1.4rem;
}

.vn.chestModal .modal-dialog .modal-content .modal-body .prize-table table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem 0.75rem;
}

.vn.chestModal .modal-dialog .modal-content .modal-body .prize-table table tbody tr td:last-child {
  border-right: 0;
  border-left: 1px solid white;
}

.vn.chestModal .modal-dialog .modal-content .modal-body .halloween-orange {
  color: #f36f35;
}

.vn.chestModal .modal-dialog .modal-content .modal-body .eu9-red {
  color: #FF0031;
}

#spinModal.spin-attendance-modal {
  color: white;
  font-size: 1.2rem;
}

#spinModal.spin-attendance-modal .modal-body::before {
  z-index: -1 !important;
}

#spinModal.spin-attendance-modal .modal-content {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: unset;
  position: relative;
}

#spinModal.spin-attendance-modal .modal-content::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  right: 0;
}

#spinModal.spin-attendance-modal .modal-content label {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #dfe3e7;
  text-shadow: none;
  color: #FF0031;
  line-height: 28px;
  font-size: 1.4rem;
}

#spinModal.spin-attendance-modal .modal-content .spin-modal-color label {
  color: var(--main-font-color) !important;
}

#spinModal.spin-attendance-modal .modal-content ul li {
  font-size: 1rem;
  color: #231f20;
}

#spinModal.spin-attendance-modal .modal-content ul li.christmas-tnc {
  color: white;
}

@media screen and (max-width: 512px) {
  #spinModal.spin-attendance-modal .modal-content ul li {
    font-size: 0.7rem;
  }
}

#spinModal.spin-attendance-modal .modal-content .sg #term_ticket_content_1,
#spinModal.spin-attendance-modal .modal-content .sg #term_ticket_content_2 {
  display: none;
}

#spinModal.spin-attendance-modal .modal-content .member-history span {
  font-size: 0.8rem;
}

@media screen and (max-width: 512px) {
  #spinModal.spin-attendance-modal .modal-content .member-history span {
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 1000px) {
  .spin-attendance #spinContent .ticket-zonk {
    position: relative !important;
    padding: 5% 0 4% 0 !important;
  }

  .spin-attendance #spinContent .ticket-zonk > div {
    justify-content: center !important;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .spin-attendance #spinContent {
    padding-bottom: 5%;
  }
}

@media screen and (max-width: 480px) {
  .spin-attendance #spinContent .ticket-zonk .ticket-quantity {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .spin-attendance #spinContent .ticket-zonk .ticket-quantity label {
    font-size: 1rem;
  }

  .spin-attendance #spinContent .ticket-zonk .ticket-quantity .number > div label {
    font-size: 1.4rem;
    min-height: 30px;
    min-width: 30px;
  }

  .spin-attendance #spinContent .ticket-zonk .zonk-winner {
    margin: 0 auto !important;
    padding-top: 15px;
  }

  .spin-attendance #spinContent .ticket-zonk .zonk-winner .zonk-point > div:nth-of-type(1) {
    font-size: 1rem;
  }

  .spin-attendance #spinContent .ticket-zonk .zonk-winner .zonk-point > div:nth-of-type(1) label {
    font-size: 1rem;
  }

  .spin-attendance #spinContent .ticket-zonk .zonk-winner .zonk-point > div:nth-of-type(2) label {
    font-size: 1rem;
  }

  .spin-attendance #spinContent .ticket-zonk .zonk-winner .zonk-point > div:nth-of-type(2) a {
    top: 0;
  }

  .spin-attendance .attendance {
    width: 600px;
    display: inline;
    overflow: scroll;
  }

  .spin-attendance .attendance .svg-content svg {
    overflow: scroll;
  }

  .spin-attendance .attendance .svg-content .gift-list > a {
    width: 60px;
  }
}

.controls {
  position: fixed;
  z-index: 10;
  font-size: 0;
  top: 15%;
  left: 5%;
}

.controls button,
.controls div {
  display: inline-block;
  height: 33px;
  background-color: #fff;
  border: none;
  padding: 4px 8px;
  margin: 0 1px;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 26px;
  font-size: 1rem;
}

.controls div {
  min-width: 50px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.controls button {
  font-size: 1.3rem;
  padding-top: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.controls button:first-child {
  border-radius: 6px 0 0 6px;
}

.controls button:last-child {
  border-radius: 0 6px 6px 0;
}

.controls button:focus {
  outline: none;
}

.controls button.clicked {
  transition: none;
  background-color: #52D1C5;
}

.ticket-zonk {
  right: 0;
  left: inherit;
}

@media only screen and (min-width: 991px) {
  .wheel-spin-title {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    z-index: 99;
    margin-top: 20px;
  }
}

.info-position {
  width: 23px !important;
  right: -44%;
  bottom: 16px;
  cursor: pointer;
  z-index: 10;
  -webkit-animation-name: pump-animation;
          animation-name: pump-animation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@media screen and (max-width: 512px) {
  .info-position {
    right: unset !important;
    bottom: 39px;
    width: 20px !important;
  }
}

#infoSpinModal .modal-body {
  background-image: radial-gradient(106.5% 136.49% at 47.08% -2.99%, #C60424 0%, #B30421 19.29%, #80051A 73.34%, #6D0517 100%);
  border-radius: 20px;
}

#infoSpinModal .modal-body::before {
  content: none !important;
}

#infoSpinModal .modal-content {
  border: 0;
  background: transparent;
}

#infoSpinModal .move-up {
  margin-top: -107px;
}

#infoSpinModal .container {
  max-height: 60vh;
  overflow-y: hidden;
  overflow-x: hidden;
  /* padding: 1.7rem; */
  left: -11px;
  width: calc(100% + 22px);
  position: relative;
  overflow-y: scroll;
}

#infoSpinModal .container::-webkit-scrollbar {
  display: none;
}

#infoSpinModal .container-box {
  padding: 0 22px;
}

#infoSpinModal .background-title-red {
  background: radial-gradient(1175.28% 113.43% at 9.84% -156.71%, #C60424 0%, #B30421 19.29%, #80051A 73.34%, #6D0517 100%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px !important;
}

#infoSpinModal .row-data-background {
  background: rgba(35, 31, 32, 0.2);
  border-radius: 5px;
  margin-bottom: 2px;
}

#infoSpinModal .ul-class {
  list-style: "-";
  padding-left: 10px !important;
}

#infoSpinModal .ul-class li {
  padding-left: 10px !important;
}

.daily-mission-main .btn {
  white-space: nowrap;
}

.daily-mission-main .btn-red {
  background: linear-gradient(to bottom, #EC002D, #7C0018);
  border-radius: 50px;
  height: 36px;
  color: #fff !important;
  font-weight: 700;
}

.daily-mission-main.disable {
  pointer-events: none;
}

@media (min-width: 1640px) {
  .daily-mission-main .bgimg {
    min-height: 100% !important;
  }
}

.daily-mission-main .tnc-wrapper {
  background-image: url("/assets/events/daily-mission/daily-mission-button-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/daily-mission/daily-mission-button-bg.webp") 1x);
  background-position: center;
  background-size: 100% 100%;
  top: 0;
  right: 60px;
  cursor: pointer;
  padding: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #6D4800;
  font-size: 1rem;
}

@media screen and (max-width: 1023px) {
  .daily-mission-main .tnc-wrapper {
    right: -23px;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 512px) {
  .daily-mission-main .tnc-wrapper {
    position: relative !important;
    right: 0;
    margin-left: auto !important;
    margin-bottom: 13px;
    padding: 13px;
  }
}

.daily-mission-main .tnc-wrapper:hover {
  color: #3a2700;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-main-title img {
  max-width: 300px;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-sub-title p {
  font-size: 1.9rem;
  z-index: 1;
  top: 2.5px;
  line-height: 33px;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-sub-title p::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: #FF0031;
  font-size: 1.9rem;
  font-style: italic;
  -webkit-text-stroke: 6px #FF0031;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-sub-title img {
  max-width: 75px;
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-sub-title img {
    max-width: 58px;
  }

  .daily-mission-main .daily-mission-content-wrapper .daily-mission-sub-title img.move-to-right-mobile {
    max-width: 95px;
  }
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-sub-title.ph p {
  font-size: 1.65rem;
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-sub-title.ph p {
    font-size: 1.4rem;
  }
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-sub-title.ph p::before {
  font-size: 1.65rem;
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-sub-title.ph p::before {
    font-size: 1.4rem;
  }
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar {
  margin-top: -36px;
  max-width: 1180px;
}

@media (min-width: 1640px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar {
    max-width: 1090px;
  }
}

@media screen and (max-width: 1023px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar {
    margin-top: 0;
  }
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar {
    margin-top: -16px;
  }
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing {
  border-radius: 13px;
  background: #1F1F1F;
  min-height: 485px;
  max-height: 485px;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .nav-tabs {
  background: linear-gradient(to bottom, rgba(70, 70, 70, 0.6), #1E1E1E, #1E1E1E);
  border-radius: 13px;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .nav-tabs.id .nav-item {
  width: 33.33%;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .nav-tabs .nav-item {
  width: 50%;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .nav-tabs .nav-item .nav-link {
  text-align: center;
  text-transform: capitalize;
  color: white !important;
  border: none;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  font-weight: 400;
  padding: 10px 0;
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .nav-tabs .nav-item .nav-link {
    font-size: 0.98rem;
  }
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .nav-tabs .nav-item .nav-link:hover,
.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .nav-tabs .nav-item .nav-link.active {
  border: none;
  background: linear-gradient(to bottom, #EC002D, #7C0018);
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content {
  min-height: 443px;
  max-height: 443px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content::-webkit-scrollbar {
  display: none;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box {
  background: #252525;
  border-radius: 8px;
  min-height: 101px;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box:last-child {
  margin-bottom: 0 !important;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.failed {
  opacity: 0.2;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.failed .btn-red {
  pointer-events: none;
  background: #3F3A37;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.achieved {
  background: linear-gradient(to bottom, rgba(236, 0, 45, 0.4), rgba(124, 0, 24, 0.4));
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.achieved .text-wrapper {
    max-width: 150px;
  }
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.achieved .button-wrapper {
  right: 0;
  top: 7px;
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.achieved .button-wrapper {
    right: -13px;
  }
}

@media (max-width: 361px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.achieved .button-wrapper {
    max-width: 120px;
    top: 20px;
  }
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.achieved .button-wrapper img {
  max-width: 150px;
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.achieved .button-wrapper img {
    max-width: 140px;
  }
}

@media (max-width: 361px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.achieved .button-wrapper img {
    max-width: 120px;
  }
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.pending .button-wrapper .hide-target-amount,
.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.not_achieved .button-wrapper .hide-target-amount {
  position: relative;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.pending .button-wrapper .hide-target-amount::after,
.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.not_achieved .button-wrapper .hide-target-amount::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: var(--data-progress-bar);
  height: 6px;
  background: red;
  border-radius: 13px;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.pending .button-wrapper .hide-target-amount::before,
.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box.not_achieved .button-wrapper .hide-target-amount::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  height: 6px;
  border: 1px solid white;
  background: transparent;
  border-radius: 13px;
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box .text-wrapper p,
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-listing-wrapper .daily-mission-listing .tab-content .listing-box .button-wrapper p {
    line-height: 20px;
  }
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar {
  border-radius: 13px;
  background: #1F1F1F;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .current-month {
  border-top-right-radius: 13px;
  border-top-left-radius: 13px;
  background: linear-gradient(to bottom, #EC002D, #7C0018);
  padding: 10px 23px !important;
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .current-month {
    padding: 10px 20px !important;
  }
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .current-month p span {
  font-size: 0.8rem;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar {
  display: grid;
  grid-gap: 6px 10px;
  grid-template-columns: repeat(7, 1fr);
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-day p {
  text-transform: uppercase;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-day p {
    font-size: 0.85rem;
  }
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-date .date-wrapper {
  cursor: pointer;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-date .date-wrapper .date {
  background: #1C1C1C;
  border-radius: 10px;
  padding: 10px 0;
  max-width: 50px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 6.97314px transparent;
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-date .date-wrapper .date {
    padding: 4px 0;
  }
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-date .date-wrapper .date img {
  max-width: 23px;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-date .date-wrapper .date img {
    max-width: 18px;
    left: -0.3px;
    top: -1px;
  }
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-date .date-wrapper .date.achieved {
  background: rgba(0, 142, 23, 0.3);
  border: 1px solid #008E17;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-date .date-wrapper .date.achieved img {
  max-width: 15px;
  top: 0;
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-date .date-wrapper .date.achieved img {
    max-width: 10px;
    left: -0.3px;
    top: -1px;
  }
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-date .date-wrapper .date.expired {
  background: rgba(83, 79, 74, 0.3);
  border: 1px solid #534F4A;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-date .date-wrapper .date.expired img {
  max-width: 15px;
  top: 0;
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-date .date-wrapper .date.expired img {
    max-width: 10px;
  }
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-date .date-wrapper .date.pending {
  background: linear-gradient(180deg, rgba(236, 0, 45, 0.3), rgba(124, 0, 24, 0.3));
  box-shadow: 0px 0px 6.97314px #FF0031;
  border: 1px solid #EC002D;
}

.daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-date .date-wrapper p {
  font-size: 0.9rem;
}

@media screen and (max-width: 512px) {
  .daily-mission-main .daily-mission-content-wrapper .daily-mission-listing-calendar .daily-mission-calendar-wrapper .daily-mission-calendar .calendar.calendar-date .date-wrapper p {
    font-size: 0.8rem;
  }
}

.daily-mission-modal .modal-dialog .modal-content {
  border: 3px solid #b00000;
  border-radius: 8px;
  border-bottom-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.daily-mission-modal .modal-dialog .modal-content .modal-body::before {
  background: transparent;
  z-index: -99;
}

.daily-mission-modal .modal-dialog .modal-content .modal-body label {
  line-height: 26px;
  font-weight: 600;
}

.daily-mission-modal .modal-dialog .modal-content .modal-body hr {
  border-top: 2px solid white;
  opacity: 0.5;
  max-width: calc(100% - 230px);
}

.daily-mission-modal .modal-dialog .modal-content .modal-body .term-text-wrapper p {
  font-size: 1.6rem;
  font-weight: 600;
}

.daily-mission-modal .modal-dialog .modal-content .modal-body .term-text-wrapper ul li a {
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .daily-mission-modal .modal-dialog .modal-content .modal-body .term-text-wrapper ul li a {
    transition: none;
  }
}

.daily-mission-modal .modal-dialog .modal-content .modal-body .term-text-wrapper ul li a:hover {
  color: #FF0031;
}

.daily-mission-modal .modal-dialog .modal-content .modal-body .messageModal-text p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 26px;
}

.daily-mission-modal .modal-dialog .modal-content .modal-body .btn span {
  font-size: 1rem;
  font-weight: 700;
}

.daily-mission-modal .modal-dialog .modal-content .btn-close-circle {
  right: 6px;
  top: 6px;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.sigma-group-wrapper {
  background-image: url("/assets/events/sigma/sigma-group-bg-desktop.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/sigma/sigma-group-bg-desktop.webp") 1x);
  background-position: top;
  min-height: 100vh;
}

@media screen and (max-width: 1023px) {
  .sigma-group-wrapper {
    background-image: url("/assets/events/sigma/sigma-group-bg-mobile.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("/assets/events/sigma/sigma-group-bg-mobile.webp") 1x);
    min-height: auto;
  }
}

.sigma-group-wrapper img.piki-img {
  max-width: 410px;
}

@media screen and (max-width: 1023px) {
  .sigma-group-wrapper img.piki-img {
    max-width: 240px;
  }
}

@media screen and (max-width: 1023px) {
  .sigma-group-wrapper img.piki-img {
    max-width: 260px;
  }
}

.sigma-group-wrapper img.sigma-group-title {
  max-width: 460px;
}

@media screen and (max-width: 1023px) {
  .sigma-group-wrapper img.sigma-group-title {
    max-width: 400px;
  }
}

@media screen and (max-width: 512px) {
  .sigma-group-wrapper img.sigma-group-title {
    max-width: 330px;
  }
}

.sigma-group-wrapper img.sigma-group-desc {
  max-width: 750px;
}

@media screen and (max-width: 1023px) {
  .sigma-group-wrapper img.sigma-group-desc {
    max-width: 500px;
  }
}

@media screen and (max-width: 512px) {
  .sigma-group-wrapper img.sigma-group-desc {
    max-width: 100%;
  }
}

.sigma-group-wrapper .sigma-group-content .countdown-wrapper {
  min-height: auto;
}

@media screen and (max-width: 512px) {
  .sigma-group-wrapper .sigma-group-content .countdown-wrapper.ph #eventStart {
    width: 313px;
  }

  .sigma-group-wrapper .sigma-group-content .countdown-wrapper.ph #eventStart .rotor-group .rotor-group-heading::before {
    font-size: 0.65rem;
  }
}

.sigma-group-wrapper .sigma-group-content #play-now-btn .btn-red {
  font-size: 2rem;
  padding: 6px 43px;
  transition: all 0.2s ease;
  -webkit-animation: zoominout 1s linear alternate infinite;
          animation: zoominout 1s linear alternate infinite;
}

@media (prefers-reduced-motion: reduce) {
  .sigma-group-wrapper .sigma-group-content #play-now-btn .btn-red {
    transition: none;
  }
}

.sigma-group-wrapper .sigma-group-content #play-now-btn .btn-red:hover {
  color: #FF0031 !important;
  background: white;
}

@-webkit-keyframes zoominout {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoominout {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.sigma-world-map {
  background-image: url("/assets/events/sigma/world-map.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/sigma/world-map.webp") 1x);
  background-position: top;
  min-height: 100vh;
}

.sigma-world-map .world-map {
  background-image: url("/assets/events/sigma/earth.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/sigma/earth.webp") 1x);
  background-size: contain;
  width: 460px;
  height: 460px;
  background-position: center;
  margin: 0 auto;
}

@media screen and (max-width: 512px) {
  .sigma-world-map .world-map {
    width: 320px;
    height: 320px;
  }
}

.sigma-world-map .world-map .map img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
}

.sigma-world-map .world-map .location {
  width: 220px;
}

.sigma-world-map .world-map .location#uaeInfo {
  top: 70px;
  right: 0;
}

@media screen and (max-width: 512px) {
  .sigma-world-map .world-map .location#uaeInfo {
    top: 15px;
    left: 160px;
  }
}

.sigma-world-map .world-map .location#philippines1Info {
  top: 70px;
  right: 40px;
}

@media screen and (max-width: 512px) {
  .sigma-world-map .world-map .location#philippines1Info {
    top: 20px;
    right: 15px;
  }
}

.sigma-world-map .world-map .location#brazilInfo {
  bottom: 180px;
  left: 70px;
}

@media screen and (max-width: 512px) {
  .sigma-world-map .world-map .location#brazilInfo {
    bottom: 120px;
    left: 30px;
  }
}

.sigma-world-map .world-map .location#philippines2Info {
  top: 70px;
  right: 40px;
}

@media screen and (max-width: 512px) {
  .sigma-world-map .world-map .location#philippines2Info {
    top: 20px;
    right: 15px;
  }
}

.sigma-world-map .world-map .location#cyprusInfo {
  top: 40px;
  left: 200px;
}

@media screen and (max-width: 512px) {
  .sigma-world-map .world-map .location#cyprusInfo {
    top: -10px;
    left: 130px;
  }
}

.sigma-world-map .world-map .location#maltaInfo {
  top: 40px;
  left: 180px;
}

@media screen and (max-width: 512px) {
  .sigma-world-map .world-map .location#maltaInfo {
    top: -10px;
    left: 115px;
  }
}

.sigma-world-map .world-map .location#kenyaInfo {
  top: 120px;
  left: 220px;
}

@media screen and (max-width: 512px) {
  .sigma-world-map .world-map .location#kenyaInfo {
    top: 45px;
    left: 135px;
  }
}

.sigma-world-map .world-map .location img {
  width: 220px;
}

.sigma-world-map .world-map .location .info {
  bottom: 28px;
  width: 150px;
  line-height: 0.9rem;
}

.sigma-world-map .world-map .location .info.location-left {
  right: 0;
}

.sigma-world-map .world-map .location .info.location-right {
  left: 15px;
}

.sigma-world-map .world-map .location .info .country-name {
  font-size: 0.7rem;
  font-weight: 700;
}

.sigma-world-map .world-map .location .info .place {
  color: #FF0031;
  font-size: 0.6rem;
  font-weight: 700;
}

.sigma-world-map .world-map .location .info .date {
  font-size: 0.6rem;
  font-weight: 700;
}

.sigma-world-map .country a {
  transition: all 0.5s ease-in-out;
  width: 90px;
  height: 90px;
  display: flex;
}

@media (prefers-reduced-motion: reduce) {
  .sigma-world-map .country a {
    transition: none;
  }
}

@media screen and (max-width: 512px) {
  .sigma-world-map .country a {
    width: 70px;
    height: 70px;
  }
}

.sigma-world-map .country a.active {
  box-shadow: 0px 0px 22px 0px #fff500;
  -webkit-box-shadow: 0px 0px 22px 0px #fff500;
  -moz-box-shadow: 0px 0px 22px 0px #fff500;
  border-radius: 50%;
}

.sigma-world-map .country a.inactive {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.sigma-world-map .country a:hover,
.sigma-world-map .country a:focus {
  box-shadow: none;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.3) !important;
          transform: scale(1.3) !important;
}

.sigma-world-map .country a.travel-here {
  border-radius: 50px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  transition: all 0.5s ease-in-out;
  box-shadow: none;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

@media (prefers-reduced-motion: reduce) {
  .sigma-world-map .country a.travel-here {
    transition: none;
  }
}

.sigma-world-map .country a.travel-here span {
  font-size: 0.7rem;
  line-height: 0.9rem;
}

img {
  max-width: 100%;
  height: auto;
}

.page-mascot {
  background-image: url("/assets/events/mascot/background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/mascot/background.webp") 1x);
  background-position: top center;
}

@media screen and (max-width: 799px) {
  .page-mascot {
    background-position: 75% center;
  }
}

.page-mascot .sub-title {
  font-size: 1.6rem;
}

.page-mascot .mascot img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#pikiModal .modal-content .close {
  z-index: 2;
  opacity: 1;
}

#pikiModal .modal-content .modal-body::before {
  content: none;
}

#pikiModal .modal-content .modal-body .egg-mascot {
  width: 300px;
  margin-bottom: 15px;
  -webkit-animation: floatApp 3.5s ease-in-out infinite;
          animation: floatApp 3.5s ease-in-out infinite;
}

@media only screen and (max-width: 470px) {
  #pikiModal .modal-content .modal-body .egg-mascot {
    width: 235px;
  }
}

#pikiModal .modal-content .modal-body .egg-mascot.shake {
  -webkit-animation: spaceboots 0.8s linear infinite !important;
          animation: spaceboots 0.8s linear infinite !important;
  -webkit-transform-origin: 50% 50%;
}

#pikiModal .modal-content .modal-body .egg-mascot img {
  transition: all 0.5s ease-in-out;
  max-width: 260px;
}

@media (prefers-reduced-motion: reduce) {
  #pikiModal .modal-content .modal-body .egg-mascot img {
    transition: none;
  }
}

@media only screen and (max-width: 470px) {
  #pikiModal .modal-content .modal-body .egg-mascot img {
    max-width: 210px;
  }
}

#pikiModal .modal-content .modal-body .egg-mascot .top {
  z-index: 1;
}

#pikiModal .modal-content .modal-body .egg-mascot .top img {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}

#pikiModal .modal-content .modal-body .egg-mascot .bottom {
  height: 80px;
  z-index: 1;
}

@media only screen and (max-width: 470px) {
  #pikiModal .modal-content .modal-body .egg-mascot .bottom {
    height: 48px;
  }
}

#pikiModal .modal-content .modal-body .egg-mascot .bottom img {
  -webkit-transform: translate(-3px, -30px);
          transform: translate(-3px, -30px);
}

#pikiModal .modal-content .modal-body .egg-mascot.dragon-boat-wrapper .dragon-boat-img {
  top: 60px;
}

#pikiModal .modal-content .modal-body .egg-mascot.dragon-boat-wrapper .dragon-boat-img img {
  max-width: 230px;
}

@media only screen and (max-width: 470px) {
  #pikiModal .modal-content .modal-body .egg-mascot.dragon-boat-wrapper .dragon-boat-img img {
    max-width: 180px;
  }
}

#pikiModal .modal-content .modal-body .egg-mascot.dragon-boat-wrapper .dragon-boat-img.able-click {
  z-index: 2;
}

#pikiModal .modal-content .modal-body .piki {
  top: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #pikiModal .modal-content .modal-body .piki {
    transition: none;
  }
}

#pikiModal .modal-content .modal-body .piki.show {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;
}

#pikiModal .modal-content .modal-footer button {
  outline: none;
}

#pikiModal .modal-content .modal-footer button:hover,
#pikiModal .modal-content .modal-footer button:disabled {
  opacity: 0.9;
}

#pikiModal .modal-content .modal-footer button.go-btn {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  border-radius: 50px;
  color: white !important;
  font-weight: 700;
  font-size: 22px;
  margin-right: 153px;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  #pikiModal .modal-content .modal-footer button.go-btn {
    font-size: 20px;
    margin-right: 20vw;
  }
}

#pikiModal .modal-content .modal-footer #dragonBtn {
  display: none;
}

.share-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.7);
}

.share-modal .close {
  z-index: 3;
  background-color: #FF0031;
  cursor: pointer;
  padding: 12px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: -25px;
  right: 25px;
  opacity: 1;
}

.share-modal .close p {
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
}

@media screen and (max-width: 512px) {
  .share-modal .close p {
    font-size: 0.8rem;
  }
}

.predict-nav-fifa {
  background: linear-gradient(180deg, #0A0A0A 76%, transparent 100%);
  position: relative;
  z-index: 10;
}

.predict-nav-fifa .outer-tab-btn {
  background: #292421;
  max-height: 40px;
  border-radius: 10px !important;
  color: #9E9E9E;
}

.predict-nav-fifa .outer-tab-btn:hover {
  border: 1px solid #FF0031;
  box-shadow: 0px 0px 20px 0px #FF0031;
  color: white;
  background: #292421 !important;
}

.predict-nav-fifa .outer-tab-btn.active {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%) !important;
  color: white;
}

.prediction-banner-swiper-nav .swiper-slide {
  background: #696563;
  height: 3px;
  transition: "all .4s ease";
}

@media (prefers-reduced-motion: reduce) {
  .prediction-banner-swiper-nav .swiper-slide {
    transition: none;
  }
}

.prediction-banner-swiper-nav .swiper-slide.swiper-slide-thumb-active {
  background: white;
}

.price-pool-table {
  table-layout: fixed;
  max-width: 620px;
}

.price-pool-table tr.skip:last-child td {
  background: var(--hot-promo-bg);
}

.price-pool-table tr:first-child td,
.price-pool-table tr:last-child td {
  background: #FF0031;
}

.price-pool-table tr td {
  background: var(--hot-promo-bg);
  text-align: center;
  padding: 13px;
  word-break: break-all;
  line-height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.outside-bg {
  background-image: url(/assets/events/prediction/euro2024/outside-bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-color: #000;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif !important;
}

.outside-bg .prediction-game {
  border-radius: 25px;
  max-width: 1200px;
}

@media screen and (max-width: 1023px) {
  .outside-bg .prediction-game {
    max-width: 768px;
    border-radius: unset;
  }
}

.outside-bg .prediction-game .bg-dekstop {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  background-color: #ffffff5e;
}

.outside-bg .prediction-game .banner .swiper .swiper-slide {
  font-size: 18px;
}

.outside-bg .prediction-game .banner .swiper .swiper-slide .banner-picture {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.outside-bg .prediction-game .banner .swiper .swiper-slide .banner-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.outside-bg .prediction-game .banner .swiper .banner-timing {
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .banner .swiper .banner-timing span {
    font-size: 0.7rem;
  }
}

.outside-bg .prediction-game .predict-nav a.btn {
  background: #9E9E9E;
}

@media screen and (max-width: 1023px) {
  .outside-bg .prediction-game .predict-nav a.btn {
    font-size: 0.7rem;
  }
}

.outside-bg .prediction-game .predict-nav a.active {
  background-color: #FF0031;
}

.outside-bg .prediction-game .info-content .period-section {
  background: #9E9E9E;
  color: white;
}

.outside-bg .prediction-game .info-content-wrapper {
  background: transparent;
}

.outside-bg .prediction-game .info-content-wrapper .info-title {
  line-height: 18px;
}

.outside-bg .prediction-game .info-content-wrapper .info-title :nth-child(1) {
  color: #FF0031;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .info-content-wrapper .info-title :nth-child(1) {
    font-size: 0.9rem;
  }
}

.outside-bg .prediction-game .info-content-wrapper .info-title :nth-child(2) {
  color: #505050;
  font-weight: 400;
  font-size: 1.3rem;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .info-content-wrapper .info-title :nth-child(2) {
    font-size: 0.8rem;
  }
}

.outside-bg .prediction-game .info-content-wrapper .info-step {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .info-content-wrapper .info-step {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

.outside-bg .prediction-game .info-content-wrapper .info-step-bg {
  padding: 15px;
  border-radius: 10px;
  background-color: var(--hot-promo-bg);
}

.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-1-icon,
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-2-icon,
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-3-icon {
  border-radius: 15px;
  background: #9E9E9E;
  height: 85px;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-1-icon,
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-2-icon,
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-3-icon {
    height: unset;
  }
}

.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-1-icon img,
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-2-icon img,
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-3-icon img {
  width: 57px;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-1-icon img,
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-2-icon img,
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-3-icon img {
    width: 40px;
  }
}

.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-1-content .title,
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-2-content .title,
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-3-content .title {
  color: #FF0031;
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-1-content .title,
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-2-content .title,
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-3-content .title {
    font-size: 1rem;
  }
}

.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-1-content .info-desc-1,
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-2-content .info-desc-1,
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-3-content .info-desc-1 {
  font-size: 1rem;
  color: var(--message-color);
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-1-content .info-desc-1,
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-2-content .info-desc-1,
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-3-content .info-desc-1 {
    font-size: 0.7rem;
  }
}

.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-1-content .info-desc-1 span,
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-2-content .info-desc-1 span,
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-3-content .info-desc-1 span {
  font-weight: 700;
}

.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-1-content .info-desc-2,
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-2-content .info-desc-2,
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-3-content .info-desc-2 {
  font-size: 1rem;
  line-height: 24px;
  color: var(--message-color);
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-1-content .info-desc-2,
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-2-content .info-desc-2,
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-3-content .info-desc-2 {
    line-height: 17px;
    font-size: 0.7rem;
  }
}

.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-1-content .info-desc-2 :nth-child(1),
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-2-content .info-desc-2 :nth-child(1),
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-3-content .info-desc-2 :nth-child(1) {
  font-weight: 700;
}

.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-1-content .info-desc-3,
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-2-content .info-desc-3,
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-3-content .info-desc-3 {
  font-size: 1rem;
  line-height: 24px;
  color: var(--message-color);
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-1-content .info-desc-3,
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-2-content .info-desc-3,
  .outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-3-content .info-desc-3 {
    line-height: 17px;
    font-size: 0.7rem;
  }
}

.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-1-content .info-desc-3 :nth-child(2),
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-2-content .info-desc-3 :nth-child(2),
.outside-bg .prediction-game .info-content-wrapper .info-step-bg .step-3-content .info-desc-3 :nth-child(2) {
  font-weight: 700;
}

.outside-bg .prediction-game .info-content-wrapper .info-step .prediction-btn {
  padding: 15px;
  background: #FF0031;
  border-radius: 5px;
}

.outside-bg .prediction-game .info-content-wrapper .info-step .prediction-btn .btn-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: white;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .info-content-wrapper .info-step .prediction-btn .btn-title {
    font-size: 0.8rem;
  }
}

.outside-bg .prediction-game .info-content-wrapper .info-step .faq-btn {
  padding: 15px;
  background: #505050;
  border-radius: 5px;
}

.outside-bg .prediction-game .info-content-wrapper .info-step .faq-btn .btn-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: white;
  cursor: pointer;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .info-content-wrapper .info-step .faq-btn .btn-title {
    font-size: 0.8rem;
  }
}

.outside-bg .prediction-game .info-content-wrapper .info-step .tnc-btn {
  cursor: pointer;
  text-decoration: underline;
  color: var(--message-color);
}

.outside-bg .prediction-game .info-content-wrapper .info-step .tnc-content {
  color: var(--message-color);
  font-size: 1rem;
  display: none;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .info-content-wrapper .info-step .tnc-content {
    font-size: 0.7rem;
  }
}

.outside-bg .prediction-game .prediction-content .period-section {
  background: #9E9E9E;
  color: white;
}

.outside-bg .prediction-game .prediction-content-wrapper {
  font-family: "Inter";
}

.outside-bg .prediction-game .prediction-content-wrapper .user-details-a :nth-child(1) {
  color: #9E9E9E;
  font-size: 1.2rem;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .user-details-a :nth-child(1) {
    font-size: 0.8rem;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .user-details-a :nth-child(2) {
  color: #505050;
  font-weight: 700;
  font-size: 1.5rem;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .user-details-a :nth-child(2) {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .user-details-a.multiplier::before {
    content: " ";
    position: absolute;
    background-image: url(/assets/events/prediction/info.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -9px;
    width: 18px;
    height: 17px;
    right: 4px;
    cursor: pointer;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section {
  background-color: transparent;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day-date {
    padding: 0 16px !important;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day-date .date-previous {
  border-radius: 10px;
  background-color: var(--prediction-tab-bg);
  color: var(--prediction-tab-color);
  font-size: 1.1rem;
  cursor: pointer;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day-date .date-previous {
    font-size: 0.9rem;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day-date .date-previous span {
  font-weight: 500;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day-date .date-today-bg {
  border-radius: 10px;
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  position: absolute;
  top: -10px;
  color: white;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day-date .date-today-bg p {
  font-size: 1.2rem;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day-date .date-today-bg p {
    font-size: 0.7rem;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day-date .date-today-bg span {
  font-weight: 700;
  font-size: 1.4rem;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day-date .date-today-bg span {
    font-size: 0.8rem;
    line-height: 7px;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day-date .date-next {
  border-radius: 10px;
  background-color: var(--prediction-tab-bg);
  color: var(--prediction-tab-color);
  font-size: 1.1rem;
  cursor: pointer;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day-date .date-next {
    font-size: 0.8rem;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day-date .date-next span {
  font-weight: 500;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day .carousel-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  background-color: #f5f5f5;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  color: var(--message-color);
  background: transparent;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day .carousel-button {
    background-color: unset;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day .carousel-button.prev-button {
  left: 130px;
}

@media screen and (max-width: 1023px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day .carousel-button.prev-button {
    left: 10px;
  }
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day .carousel-button.prev-button {
    left: 0px;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day .carousel-button.next-button {
  right: 130px;
}

@media screen and (max-width: 1023px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day .carousel-button.next-button {
    right: 10px;
  }
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day .carousel-button.next-button {
    right: 0px;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day .carousel-button i {
  font-size: 28px;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-day .carousel-button i {
    font-size: 15px;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content {
  width: 85%;
  border-radius: 17px;
  background-color: white;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content {
    width: unset;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content.previous-match-bg {
  background: rgba(0, 0, 0, 0.3);
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  pointer-events: none !important;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content.on-going-bg {
  background: rgba(0, 0, 0, 0.3);
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  pointer-events: none !important;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-date {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  color: white;
  font-size: 1.2rem;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-date {
    font-size: 0.9rem;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-date i {
  right: 3%;
  cursor: pointer;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details {
  background: var(--hot-promo-bg);
  color: var(--message-color);
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-1 .name,
.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-3 .name {
  height: 52px;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-1 .name,
.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-1 .rate,
.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-3 .name,
.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-3 .rate {
  font-weight: 700;
  font-size: 1rem;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-1 .name,
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-1 .rate,
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-3 .name,
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-3 .rate {
    font-size: 0.7rem;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-1 .club-icon,
.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-3 .club-icon {
  background-color: #FFF;
  height: 100px;
  max-width: 100px;
  cursor: pointer;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-1 .pick-percentage,
.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-3 .pick-percentage {
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-1 .pick-percentage,
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-3 .pick-percentage {
    font-size: 0.9rem;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-1 .pick-percentage span,
.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-3 .pick-percentage span {
  color: #13E61B;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-1 .pick-percentage span.smallest-percentage,
.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-3 .pick-percentage span.smallest-percentage {
  color: #FF0031;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-2 p {
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-2 p {
    font-size: 1.3rem;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-2 .match-result {
  background-color: #505050;
  border-radius: 10px;
  bottom: 20px;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-2 .match-result p {
  font-size: 0.9rem;
  color: white;
  font-weight: 700;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-2 .match-result p {
    font-size: 0.8rem;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-2 .match-result span {
  font-size: 0.9rem;
  color: white;
  font-weight: 700;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .match-details-2 .match-result span {
    font-size: 0.8rem;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details {
  font-size: 0.9rem;
  background-color: var(--prediction-submit-bg);
  color: var(--message-color);
  font-weight: 700;
  border: 2.5px solid var(--hot-promo-bg);
  border-radius: 0px 0px 17px 17px;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .name {
  font-size: 1.1rem;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .name {
    font-size: 0.7rem;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .buy-amount {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background-color: var(--hot-promo-bg);
  cursor: pointer;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .buy-amount span {
  line-height: 38px;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .buy-amount {
    font-size: 0.7rem;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .multiplier {
  font-size: 0.9rem;
  line-height: 17px;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .multiplier :nth-child(1) {
  font-weight: 900;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .multiplier {
    font-size: 0.7rem;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .multiplier-active {
  border-radius: 30px;
  background-color: var(--hot-promo-bg);
  width: 50px;
  height: 30px;
  cursor: pointer;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .multiplier-active {
    width: 50px;
    height: 25px;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .multiplier-active img {
  width: 32px;
  position: relative;
  left: -5px;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .multiplier-active img {
    width: 27px;
  }
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .submit-button {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  color: white;
  border-radius: 10px;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .submit-button .btn {
  min-width: unset;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .submit-button .btn:hover {
  background: unset;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content-wrapper .submit-details .submit-button.disable {
  background: rgba(0, 0, 0, 0.3);
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content .select-active {
  border: 4px solid #FF0031;
}

.outside-bg .prediction-game .prediction-content-wrapper .match-section .match-content .buy-selected-active {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%) !important;
  color: white;
}

.outside-bg .prediction-game .leaderboard-content {
  font-family: "Inter";
}

.outside-bg .prediction-game .leaderboard-content .period-section {
  background: #9E9E9E;
}

.outside-bg .prediction-game .leaderboard-content-wrapper .user-details {
  color: #505050;
  font-weight: 700;
  font-size: 1rem;
}

@media screen and (max-width: 1023px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .user-details {
    font-size: 0.85rem;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .user-details-1 :nth-child(1) {
  color: #9E9E9E;
  font-weight: 400;
}

.outside-bg .prediction-game .leaderboard-content-wrapper .user-details-1 :nth-child(1) span {
  color: #505050;
  font-weight: 700;
}

.outside-bg .prediction-game .leaderboard-content-wrapper .user-details-1 :nth-child(2) {
  font-size: 1.5rem;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .user-details-1 :nth-child(2) {
    font-size: 1.2rem;
    margin-top: -4px !important;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .user-details-2 {
  border-left: 1px solid #9E9E9E;
}

.outside-bg .prediction-game .leaderboard-content-wrapper .user-details-2 :nth-child(1) {
  color: #9E9E9E;
  font-weight: 400;
}

.outside-bg .prediction-game .leaderboard-content-wrapper .user-details-2 :nth-child(2) {
  color: #505050;
  font-size: 1.5rem;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .user-details-2 :nth-child(2) {
    font-size: 1.2rem;
    margin-top: -4px !important;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .user-details-3 .btn {
  background-color: #FF0031;
  border-radius: 20px;
  font-weight: 400;
  font-size: 0.9rem;
  padding: 0px 22px;
  color: white;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .user-details-3 .btn {
    font-size: 0.7rem;
    padding: 0px 9px;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title {
  line-height: 30px;
  font-family: "Inter";
  color: var(--message-color);
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title .dropdown-toggle,
.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title .dropdown-item {
  font-size: 1rem !important;
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title :nth-child(1) {
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title :nth-child(1) {
    font-size: 1.4rem;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title :nth-child(2) {
  font-weight: 400;
  font-size: 1rem;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title :nth-child(2) {
    font-size: 0.6rem;
    margin-top: -8px !important;
    white-space: nowrap;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title .cycle a {
  background-color: #FF0031;
  border-radius: 20px;
  text-decoration: none;
  min-height: 20px;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title .cycle a {
    font-size: 0.7rem;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title .cycle a label {
  font-weight: 400;
  font-size: 0.9rem;
  color: white;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title .cycle a label {
    font-size: 0.6rem;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title .cycle .dropdown-menu {
  border-radius: 18px;
  max-height: 250px;
}

@media screen and (max-width: 1023px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title .cycle .dropdown-menu {
    -webkit-transform: translate3d(-165px, 44px, 0px) !important;
            transform: translate3d(-165px, 44px, 0px) !important;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title .cycle .dropdown-menu .dropdown-item {
  background-color: #9E9E9E;
  font-size: 1rem;
  border-radius: 18px;
  font-weight: 400;
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title .cycle .dropdown-menu .dropdown-item.active {
  background-color: #FF0031;
}

@media screen and (max-width: 1023px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard_title .cycle .dropdown-menu .dropdown-item {
    font-size: 0.7rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .dataTables_wrapper {
    overflow-x: scroll;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table {
  width: 100%;
  overflow-x: auto;
  font-size: 1.3rem;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table {
    font-size: 1rem;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table .is_user_true {
  background: linear-gradient(180deg, #ff0031, #b00022);
  color: white;
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table th {
  background: linear-gradient(180deg, #FF0031 0%, #B00022 100%);
  color: white;
  padding: 6px 18px;
  font-weight: 400;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table th {
    font-size: 0.9rem !important;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table tbody tr,
.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table tbody td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table tbody tr :nth-child(2) {
  width: 150px;
  display: block;
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table tbody tr :nth-child(6) {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1rem;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table tbody tr :nth-child(6) {
    font-size: 0.7rem;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table tbody tr:nth-child(even) {
  background-color: #e4e3e3;
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table tbody tr.rank-1,
.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table tbody tr.rank-2,
.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table tbody tr.rank-3 {
  font-weight: 700;
  font-size: 1.3rem;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table tbody tr.rank-1,
  .outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table tbody tr.rank-2,
  .outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table tbody tr.rank-3 {
    font-size: 0.8rem;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table tbody tr td {
  font-size: 1.25rem;
}

@media screen and (max-width: 512px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .leaderboard-table tbody tr td {
    font-size: 0.9rem;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .dataTables_paginate {
  margin-top: 13px;
  padding-right: 23px;
}

@media screen and (max-width: 1023px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .dataTables_paginate {
    padding-bottom: 20px;
    margin-top: 10px;
    padding-right: 0;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .dataTables_paginate a {
  color: #505050 !important;
  border-radius: 5px;
  padding: 2px 11px;
  background-color: #DADADA !important;
  border: 0;
  margin-left: 13px;
  font-weight: 600;
}

@media screen and (max-width: 1023px) {
  .outside-bg .prediction-game .leaderboard-content-wrapper .dataTables_paginate a {
    padding: 2px 9px;
  }
}

.outside-bg .prediction-game .leaderboard-content-wrapper .dataTables_paginate a.current,
.outside-bg .prediction-game .leaderboard-content-wrapper .dataTables_paginate a:hover {
  background: #FF0031 !important;
  color: white !important;
  border: 0;
}

.outside-bg .prediction-game .leaderboard-content-wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: 0;
  visibility: hidden;
}

.outside-bg .btn:hover {
  background: unset;
}

.user-history-modal .modal-dialog .modal-body .history-title p {
  color: #FF0031;
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 1023px) {
  .user-history-modal .modal-dialog .modal-body .history-title p {
    font-size: 1.5rem;
  }
}

.user-history-modal .modal-dialog .modal-body .user-details {
  color: #9E9E9E;
  font-size: 0.8rem;
}

.user-history-modal .modal-dialog .modal-body .user-details-1 {
  border-right: 1.2px solid #9E9E9E;
  color: var(--main-font-color);
}

.user-history-modal .modal-dialog .modal-body .user-details-1 :nth-child(2) {
  color: var(--main-font-color);
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: -10px !important;
}

@media screen and (max-width: 1023px) {
  .user-history-modal .modal-dialog .modal-body .user-details-1 :nth-child(2) {
    font-size: 1.6rem;
    margin-top: -8px !important;
  }
}

.user-history-modal .modal-dialog .modal-body .user-details-2 {
  color: var(--main-font-color);
}

.user-history-modal .modal-dialog .modal-body .user-details-2 :nth-child(2) {
  color: var(--main-font-color);
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: -10px !important;
}

@media screen and (max-width: 1023px) {
  .user-history-modal .modal-dialog .modal-body .user-details-2 :nth-child(2) {
    font-size: 1.6rem;
    margin-top: 0 !important;
    line-height: 23px;
  }
}

.user-history-modal .modal-dialog .modal-body .user-details-3 .btn {
  background-color: #FF0031;
  border-radius: 20px;
  font-weight: 400;
  font-size: 0.9rem;
  height: 40px;
  padding: 0px 20px;
  color: white;
}

@media screen and (max-width: 1023px) {
  .user-history-modal .modal-dialog .modal-body .user-details-3 .btn {
    font-size: 0.7rem;
  }
}

.user-history-modal .modal-dialog .modal-body .history-table thead tr {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  color: white;
  font-weight: 400;
}

.user-history-modal .modal-dialog .modal-body .history-table thead tr th {
  font-size: 1rem;
  font-weight: 400;
  padding: 2px 23px;
}

@media screen and (max-width: 1023px) {
  .user-history-modal .modal-dialog .modal-body .history-table thead tr th {
    font-size: 0.7rem;
  }
}

.user-history-modal .modal-dialog .modal-body .history-table tbody tr {
  background: #000;
}

.user-history-modal .modal-dialog .modal-body .history-table tbody tr.odd {
  background: #292421;
}

.user-history-modal .modal-dialog .modal-body .history-table tbody tr td {
  color: var(--main-font-color);
  font-size: 1rem;
  line-height: 20px;
  padding: 6px 23px;
}

@media screen and (max-width: 1023px) {
  .user-history-modal .modal-dialog .modal-body .history-table tbody tr td {
    font-size: 0.7rem;
    line-height: 13px;
    padding: 6px 13px;
  }
}

.user-history-modal .modal-dialog .modal-body .history-table tbody tr td span {
  font-weight: 600;
}

.user-history-modal .modal-dialog .modal-body .history-table tbody tr td .bet_number {
  font-size: 0.8rem;
}

.user-history-modal .modal-dialog .modal-body .history-table tbody tr td.points {
  font-weight: 700;
}

.user-history-modal .modal-dialog .modal-body .history-table tbody tr td.win,
.user-history-modal .modal-dialog .modal-body .history-table tbody tr td.true {
  color: #00c208;
}

.user-history-modal .modal-dialog .modal-body .history-table tbody tr td.lose,
.user-history-modal .modal-dialog .modal-body .history-table tbody tr td.false {
  color: #FF0031;
}

.user-history-modal .modal-dialog .modal-body .history-table tbody tr td:nth-child(1) {
  text-align: left;
}

.user-history-modal .modal-dialog .modal-body .history-table tbody tr td:nth-child(2) {
  text-align: left;
}

.user-history-modal .modal-dialog .modal-body .history-table tbody tr td.dataTables_empty {
  text-align: center;
  padding: 30px 0;
}

.user-history-modal .modal-dialog .modal-body .history-table tbody .booster_icon {
  width: 18px;
  position: relative;
  bottom: 10px;
}

.user-history-modal .modal-dialog .modal-body .dataTables_paginate {
  margin-top: 13px;
  padding-right: 23px;
}

@media screen and (max-width: 1023px) {
  .user-history-modal .modal-dialog .modal-body .dataTables_paginate {
    padding-bottom: 20px;
    margin-top: 10px;
    padding-right: 0;
  }
}

.user-history-modal .modal-dialog .modal-body .dataTables_paginate a {
  color: #505050 !important;
  border-radius: 5px;
  padding: 2px 11px;
  background-color: #DADADA !important;
  border: 0;
  margin-left: 13px;
  font-weight: 600;
}

@media screen and (max-width: 1023px) {
  .user-history-modal .modal-dialog .modal-body .dataTables_paginate a {
    padding: 2px 9px;
  }
}

.user-history-modal .modal-dialog .modal-body .dataTables_paginate a.current,
.user-history-modal .modal-dialog .modal-body .dataTables_paginate a:hover {
  background: #FF0031 !important;
  color: white !important;
  border: 0;
}

.user-history-modal .modal-dialog .modal-body .dataTables_paginate .paginate_button.disabled {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1023px) {
  .user-history-modal .modal-dialog .modal-body .default-card {
    max-height: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .default-card {
    max-height: 450px;
    overflow: auto;
  }
}

.faq-modal .modal-dialog {
  max-width: 900px;
}

.faq-modal .modal-dialog .modal-content .btn-close-circle {
  top: -1%;
}

.faq-modal .modal-dialog .modal-content .modal-body .title p {
  font-size: 1.3rem;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .faq-modal .modal-dialog .modal-content .modal-body .content {
    font-size: 0.7rem;
  }
}

.faq-modal .modal-dialog .modal-content .modal-body .content span {
  font-weight: 700;
}

.faq-modal .modal-dialog .modal-content .modal-body .faq-btn-close {
  background-color: #FF0031;
  cursor: pointer;
  padding: 12px;
  border-radius: 5px;
}

.faq-modal .modal-dialog .modal-content .modal-body .faq-btn-close p {
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
}

@media screen and (max-width: 512px) {
  .faq-modal .modal-dialog .modal-content .modal-body .faq-btn-close p {
    font-size: 0.8rem;
  }
}

.multiplier .modal-dialog {
  max-width: 1200px;
}

.multiplier-title p {
  color: #FF0031;
  font-weight: 700;
  font-size: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .multiplier-title p {
    font-size: 1rem;
  }
}

.multiplier-step-bg {
  padding: 15px;
  border-radius: 10px;
  background-color: var(--prediction-multipier-section-bg);
  color: var(--message-color);
}

.multiplier-step-bg .step-1-icon,
.multiplier-step-bg .step-2-icon,
.multiplier-step-bg .step-3-icon {
  border-radius: 5px;
  background: #9E9E9E;
  height: 90px;
}

@media screen and (max-width: 1023px) {
  .multiplier-step-bg .step-1-icon,
  .multiplier-step-bg .step-2-icon,
  .multiplier-step-bg .step-3-icon {
    height: unset;
  }
}

.multiplier-step-bg .step-1-icon img,
.multiplier-step-bg .step-2-icon img,
.multiplier-step-bg .step-3-icon img {
  width: 64px;
}

@media screen and (max-width: 512px) {
  .multiplier-step-bg .step-1-icon img,
  .multiplier-step-bg .step-2-icon img,
  .multiplier-step-bg .step-3-icon img {
    width: 45px;
  }
}

.multiplier-step-bg .step-1-content .title,
.multiplier-step-bg .step-2-content .title,
.multiplier-step-bg .step-3-content .title {
  color: #FF0031;
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .multiplier-step-bg .step-1-content .title,
  .multiplier-step-bg .step-2-content .title,
  .multiplier-step-bg .step-3-content .title {
    font-size: 0.8rem;
  }
}

.multiplier-step-bg .step-1-content .info-desc-1,
.multiplier-step-bg .step-2-content .info-desc-1,
.multiplier-step-bg .step-3-content .info-desc-1 {
  font-size: 1rem;
}

@media screen and (max-width: 512px) {
  .multiplier-step-bg .step-1-content .info-desc-1,
  .multiplier-step-bg .step-2-content .info-desc-1,
  .multiplier-step-bg .step-3-content .info-desc-1 {
    font-size: 0.7rem;
  }
}

.multiplier-step-bg .step-1-content .info-desc-1 span,
.multiplier-step-bg .step-2-content .info-desc-1 span,
.multiplier-step-bg .step-3-content .info-desc-1 span {
  font-weight: 700;
}

.multiplier-step-bg .step-1-content .info-desc-2,
.multiplier-step-bg .step-1-content .info-desc-3,
.multiplier-step-bg .step-2-content .info-desc-2,
.multiplier-step-bg .step-2-content .info-desc-3,
.multiplier-step-bg .step-3-content .info-desc-2,
.multiplier-step-bg .step-3-content .info-desc-3 {
  font-size: 1rem;
}

@media screen and (max-width: 512px) {
  .multiplier-step-bg .step-1-content .info-desc-2,
  .multiplier-step-bg .step-1-content .info-desc-3,
  .multiplier-step-bg .step-2-content .info-desc-2,
  .multiplier-step-bg .step-2-content .info-desc-3,
  .multiplier-step-bg .step-3-content .info-desc-2,
  .multiplier-step-bg .step-3-content .info-desc-3 {
    font-size: 0.7rem;
  }
}

.multiplier-btn-refer {
  padding: 12px;
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  border-radius: 8px;
  cursor: pointer;
}

.multiplier-btn-refer .btn-title p {
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
}

@media screen and (max-width: 512px) {
  .multiplier-btn-refer .btn-title p {
    font-size: 0.8rem;
  }
}

.multiplier-btn-share {
  cursor: pointer;
  background: linear-gradient(180deg, #D9002A 0%, #B00022 100%);
  padding: 12px;
  border-radius: 5px;
}

.multiplier-btn-share .btn-title img {
  left: 22%;
  width: 15px;
  top: 10%;
}

@media screen and (max-width: 512px) {
  .multiplier-btn-share .btn-title img {
    left: 16%;
    width: 13px;
    top: 3%;
  }
}

.multiplier-btn-share .btn-title p {
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
}

@media screen and (max-width: 512px) {
  .multiplier-btn-share .btn-title p {
    font-size: 0.8rem;
  }
}

.multiplier-btn-share-disable {
  cursor: unset !important;
  background: grey !important;
}

.multiplier-btn-back {
  background-color: #9E9E9E;
  padding: 12px;
  border-radius: 5px;
}

.multiplier-btn-back p {
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
}

@media screen and (max-width: 512px) {
  .multiplier-btn-back p {
    font-size: 0.8rem;
  }
}

.multiplier-btn .tnc-apply p {
  color: var(--main-font-color);
  font-size: 1rem;
}

@media screen and (max-width: 512px) {
  .multiplier-btn .tnc-apply p {
    font-size: 0.8rem;
  }
}

.submit-modal .modal-dialog {
  max-width: 700px;
}

.submit-modal .modal-dialog .submit-content {
  height: unset !important;
}

.submit-modal .modal-dialog .submit-content-1 p {
  font-size: 1.2rem;
  color: #505050;
  line-height: 28px;
}

@media screen and (max-width: 1023px) {
  .submit-modal .modal-dialog .submit-content-1 p {
    font-size: 0.8rem;
  }
}

.submit-modal .modal-dialog .submit-content-1 p span {
  font-weight: 700;
  font-size: 1.5rem;
  color: #FF0031;
}

@media screen and (max-width: 1023px) {
  .submit-modal .modal-dialog .submit-content-1 p span {
    font-size: 0.9rem;
  }
}

.submit-modal .modal-dialog .submit-content-2 p {
  font-size: 1.2rem;
  color: #505050;
  line-height: 28px;
}

@media screen and (max-width: 1023px) {
  .submit-modal .modal-dialog .submit-content-2 p {
    font-size: 0.8rem;
  }
}

.submit-modal .modal-dialog .submit-content-2 p .green-text {
  color: #13E61B;
  font-weight: 700;
}

.submit-modal .modal-dialog .submit-content-3 p {
  font-weight: 900;
  color: #FF0031;
  font-size: 1.4rem;
}

@media screen and (max-width: 512px) {
  .submit-modal .modal-dialog .submit-content-3 p {
    font-size: 1.1rem;
  }
}

.submit-modal .modal-dialog .submit-content .confirm-btn {
  background-color: #FF0031;
  color: white;
  border-radius: 10px;
}

@media screen and (max-width: 512px) {
  .submit-modal .modal-dialog .submit-content .confirm-btn {
    font-size: 0.8rem;
  }
}

.submit-modal .modal-dialog .submit-content .confirm-btn .btn {
  min-height: 50px;
}

@media screen and (max-width: 512px) {
  .submit-modal .modal-dialog .submit-content .confirm-btn .btn {
    min-height: unset;
  }
}

.winscenario-modal .modal-dialog {
  max-width: 900px;
}

.winscenario-modal .modal-dialog .winscenario-content {
  height: unset;
}

.winscenario-modal .modal-dialog .winscenario-content th {
  color: #505050;
  font-weight: 600;
  font-size: 1.3rem;
}

@media screen and (max-width: 1023px) {
  .winscenario-modal .modal-dialog .winscenario-content th {
    font-size: 0.8rem;
  }
}

.winscenario-modal .modal-dialog .winscenario-content tbody tr {
  display: table-row !important;
}

.winscenario-modal .modal-dialog .winscenario-content tbody tr:nth-child(1) {
  border-top: 1px solid #505050;
}

.winscenario-modal .modal-dialog .winscenario-content tbody tr td {
  color: #505050;
  font-size: 1.1rem;
}

@media screen and (max-width: 1023px) {
  .winscenario-modal .modal-dialog .winscenario-content tbody tr td {
    font-size: 0.7rem;
  }
}

.winscenario-modal .modal-dialog .winscenario-content tbody tr td:nth-child(4) {
  color: #FF0031;
  font-weight: 800;
}

.winscenario-modal .modal-dialog .winscenario-content .close-btn {
  cursor: pointer;
  background-color: #FF0031;
  border-radius: 5px;
}

.winscenario-modal .modal-dialog .winscenario-content .close-btn p {
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
}

@media screen and (max-width: 512px) {
  .winscenario-modal .modal-dialog .winscenario-content .close-btn p {
    font-size: 0.8rem;
  }
}

.errorSubmit-modal .close-btn,
.errorX3Multiplier-modal .close-btn,
.errorBuyAmount-modal .close-btn,
.buyPrediction-modal .close-btn {
  cursor: pointer;
  background-color: #FF0031;
  border-radius: 5px;
}

.errorSubmit-modal .close-btn p,
.errorX3Multiplier-modal .close-btn p,
.errorBuyAmount-modal .close-btn p,
.buyPrediction-modal .close-btn p {
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
}

@media screen and (max-width: 512px) {
  .errorSubmit-modal .close-btn p,
  .errorX3Multiplier-modal .close-btn p,
  .errorBuyAmount-modal .close-btn p,
  .buyPrediction-modal .close-btn p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .pl-predict {
    margin-top: 0 !important;
  }
}

.pl-predict .banner-left {
  background: var(--hot-promo-bg);
}

.pl-predict .banner-left .user-section p {
  color: #505050;
  font-weight: 700;
  font-size: 1.8rem;
}

.pl-predict .banner-left .user-section .btn {
  background-color: #FF0031;
  border-radius: 20px;
  font-weight: 400;
  font-size: 0.9rem;
  padding: 0px 22px;
  color: white;
}

@media screen and (max-width: 512px) {
  .pl-predict .banner-left .user-section .btn {
    font-size: 0.7rem;
    padding: 0px 9px;
  }
}

.pl-predict .banner-left .user-section .btn.share-btn {
  background-color: #9E9E9E !important;
}

.pl-predict .banner-left .user-section .btn:hover {
  background-color: white !important;
  color: #FF0031 !important;
  border: 1px solid;
}

.pl-predict .banner-left .user-details.border-right {
  border-right: 1.2px solid #9E9E9E;
}

.pl-predict .banner-left .user-details.border-left {
  border-left: 1.2px solid #9E9E9E;
}

.pl-predict .banner-left .user-details-a :nth-child(1) {
  color: #9E9E9E;
  font-size: 1rem !important;
  font-weight: 400;
}

@media screen and (max-width: 512px) {
  .pl-predict .banner-left .user-details-a :nth-child(1) {
    font-size: 0.9rem !important;
  }
}

.pl-predict .banner-left .user-details-a :nth-child(2) {
  color: var(--message-color) !important;
  font-weight: 700 !important;
  font-size: 1.8rem !important;
}

@media screen and (max-width: 512px) {
  .pl-predict .banner-left .user-details-a :nth-child(2) {
    font-size: 1.3rem !important;
  }
}

.pl-predict .banner-left .user-details-a .multiplier {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

.prediction-game .swiper-pagination-bullet {
  background-color: white !important;
  opacity: unset !important;
}

.prediction-game .swiper-pagination-bullet-active {
  background-color: #FF0031 !important;
}

.prediction-game .disabled {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.prediciton-tab-bg {
  background: #0A0A0AB3;
  border-radius: 25px;
}

@media screen and (max-width: 512px) {
  .prediciton-tab-bg {
    background: linear-gradient(180deg, transparent, #0A0A0A);
  }
}

.leaderboard-prediction-container {
  border-radius: 20px;
}

@media screen and (max-width: 512px) {
  .leaderboard-prediction-container {
    border-radius: 0 !important;
  }
}

.leaderboard-prediction-th {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 0.9rem;
}

@media screen and (max-width: 512px) {
  .leaderboard-prediction-th {
    border-radius: 0 !important;
  }
}

.leaderboard-prediction-empty {
  background: var(--hot-promo-bg);
  color: var(--message-color);
  font-weight: 700;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media screen and (max-width: 512px) {
  .leaderboard-prediction-empty {
    border-radius: 0 !important;
  }
}

.leaderboard-prediction-result .result-row:nth-child(odd) {
  background: black;
}

.leaderboard-prediction-result .booster_icon {
  width: 18px;
  position: relative;
  bottom: 10px;
}

.leaderboard-prediction-result span {
  font-weight: 600;
}

.leaderboard-prediction-result .bet_number {
  font-size: 0.8rem;
}

.leaderboard-prediction-result.points {
  font-weight: 700;
}

.leaderboard-prediction-result.win,
.leaderboard-prediction-result.true {
  color: #00c208;
}

.leaderboard-prediction-result.lose,
.leaderboard-prediction-result.false {
  color: #FF0031;
}

.prediction-pagination .page-item {
  margin-right: 8px;
  border-radius: 5px;
  color: white;
  background: var(--modal-pagination-color);
  padding: 4px;
  cursor: pointer;
}

.prediction-pagination .page-item.active {
  background: #FF0031 !important;
}

.prediction-pagination .page-link {
  background: unset;
  border: 0px;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.see-user-history {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1rem;
}

.prediction-default-tabs {
  background: #292421;
  border-radius: 50px;
  padding: 10px;
}

@media screen and (max-width: 512px) {
  .prediction-default-tabs {
    padding: 5px;
  }
}

.prediction-default-tabs .nav-item a {
  border-radius: 50px;
  background: transparent;
  color: #9E9E9E !important;
  font-weight: 500;
  padding: 13px 0;
}

@media screen and (max-width: 512px) {
  .prediction-default-tabs .nav-item a {
    padding: 8px 0;
    font-size: 0.9rem;
  }
}

.prediction-default-tabs .nav-item a.active,
.prediction-default-tabs .nav-item a:hover {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  color: white !important;
  font-weight: 700;
}

.kingstage-content-wrapper .topBottomSpacing {
  padding-top: 23px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .title-main {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .title-main {
    font-size: 1.2rem;
    max-width: 260px;
    line-height: 23px;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .default-box-items.end-game.win .default-checkbox {
  background: #00FF67;
  box-shadow: 0px 2px 10px rgba(0, 255, 103, 0.6);
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .default-box-items.end-game.lose .default-checkbox {
  background: #FF0031;
  box-shadow: 0px 2px 10px rgba(255, 0, 49, 0.6);
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .default-box-items.end-game.left {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -7px;
  z-index: 3;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .default-box-items.end-game.left {
    right: 3px;
  }
}

@media (max-width: 394px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .default-box-items.end-game.left {
    right: -4px;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .default-box-items.end-game.right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -7px;
  z-index: 3;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .default-box-items.end-game.right {
    left: 3px;
  }
}

@media (max-width: 394px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .default-box-items.end-game.right {
    left: -4px;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .default-box-items.end-game.middle {
  left: 68%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 3;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .default-box-items.end-game.middle {
    left: 70%;
  }
}

@media (max-width: 394px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .default-box-items.end-game.middle {
    left: 71%;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .default-box-items .default-checkbox {
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  border-radius: 8px;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .default-box-items .default-checkbox i {
  font-size: 0.9rem;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .default-box-items .default-checkbox i {
    font-size: 0.8rem;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper {
  background: #505050;
  border-radius: 13px;
  max-width: 520px;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .title-sub {
  background: linear-gradient(270deg, rgba(255, 0, 49, 0) 17.56%, rgba(255, 0, 49, 0.8) 82.97%);
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .title-sub {
    font-size: 1rem;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .title-sub.border-radius-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .inputSelect-predictionWrapper {
  padding: 40px !important;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .inputSelect-predictionWrapper {
    padding: 16px 13px 23px !important;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .inputSelect-predictionWrapper input {
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  padding: 4px 13px;
  width: 100%;
  background: #686868;
  border: 0;
  border-radius: 5px !important;
  cursor: pointer;
  font-size: 1rem;
  color: white;
  text-align: center;
  max-width: 160px;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .inputSelect-predictionWrapper input {
    font-size: 0.9rem;
    max-width: 140px;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .inputSelect-predictionWrapper input.selected {
  background: #292421;
  border: 1px solid red;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .inputSelect-predictionWrapper input:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .inputSelect-predictionWrapper input:focus-visible {
  outline: 0;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .inputSelect-predictionWrapper input:not(:placeholder-shown) {
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .inputSelect-predictionWrapper input::-webkit-input-placeholder {
  font-weight: 300;
  color: white;
  opacity: 1;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .inputSelect-predictionWrapper input::-moz-placeholder {
  font-weight: 300;
  color: white;
  opacity: 1;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .inputSelect-predictionWrapper input:-ms-input-placeholder {
  font-weight: 300;
  color: white;
  opacity: 1;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .inputSelect-predictionWrapper input::-ms-input-placeholder {
  font-weight: 300;
  color: white;
  opacity: 1;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .inputSelect-predictionWrapper input::placeholder {
  font-weight: 300;
  color: white;
  opacity: 1;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .inputSelect-predictionWrapper input::-ms-input-placeholder {
  font-weight: 300;
  color: white;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .inputSelect-predictionWrapper input::-ms-input-placeholder {
  font-weight: 300;
  color: white;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .middle-line::after {
  content: "";
  position: absolute;
  top: 66px;
  right: 56%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 2px;
  height: calc(100% + 88px);
  background: white;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .middle-line::after {
    top: 42px;
    right: 46.8%;
    height: calc(100% + 66px);
  }
}

@media (max-width: 376px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .middle-line::after {
    right: 46%;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .middle-line::before {
  content: "";
  position: absolute;
  top: 66px;
  left: 56.4%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 2px;
  height: calc(100% + 88px);
  background: white;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .middle-line::before {
    top: 42px;
    left: 47%;
    height: calc(100% + 66px);
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.left::after,
.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.right::after {
  content: "";
  position: absolute;
  top: 62%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 2px;
  height: calc(100% - 60.5px);
  background: white;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.left::after,
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.right::after {
    display: none;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.left::before,
.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.right::before {
  content: "";
  position: absolute;
  top: 61%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: calc(100% - 176px);
  height: 2px;
  background: white;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.left::before,
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.right::before {
    display: none;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.left .game-input::after,
.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.right .game-input::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 148px);
  height: 2px;
  background: white;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.left .game-input::after,
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.right .game-input::after {
    width: 15px;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.left::after {
  right: 0;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.left::before {
  right: -19px;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.left .game-input::after {
  right: -24px;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.left .game-input::after {
    right: -11px;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.right::after {
  left: 0;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.right::before {
  left: -19px;
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.right .game-input::after {
  left: -6px;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-semiFinal-selection .semi-final-wrapper.right .game-input::after {
    left: 4px;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .middle-line::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 408px);
  height: 2px;
  background: white;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .middle-line::after {
    bottom: -14px;
    width: 22px;
    left: 49.5%;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .winner-wrapper.left::before,
.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .winner-wrapper.right::before {
  content: "";
  position: absolute;
  bottom: -26px;
  width: 2px;
  height: calc(100% - 35px);
  background: white;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .winner-wrapper.left::before,
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .winner-wrapper.right::before {
    height: calc(100% - 41px);
    bottom: -14px;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .winner-wrapper.left::before {
  right: 29px;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .winner-wrapper.left::before {
    right: 11px;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .winner-wrapper.right::before {
  left: 30px;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .winner-wrapper.right::before {
    left: 9px;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .winner-wrapper .default-box-items.end-game.left {
  right: -2px;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .winner-wrapper .default-box-items.end-game.left {
    right: -10px;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .winner-wrapper .default-box-items.end-game.right {
  left: -2px;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .winner-wrapper .default-box-items.end-game.right {
    left: -10px;
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .champion-wrapper::after {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 2px;
  height: calc(100% - 38px);
  background: white;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final-wrapper .prediction-final-selection .champion-wrapper::after {
    top: -11px;
    height: calc(100% - 45px);
  }
}

.kingstage-content-wrapper #kingStagePrediction .prediction-quarter-final .lock-wrapper {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  border-radius: 11px;
}

.kingstage-content-wrapper #kingStageTabContent #kingStagePrize .prize-table-wrapper {
  border: 2px solid #292421;
  border-radius: 13px;
}

@media screen and (max-width: 512px) {
  .kingstage-content-wrapper #kingStageTabContent #kingStagePrize .prize-table-wrapper {
    font-size: 0.9rem;
  }
}

.kingstage-content-wrapper #kingStageTabContent #kingStagePrize .prize-table-wrapper .prize-header-items,
.kingstage-content-wrapper #kingStageTabContent #kingStagePrize .prize-table-wrapper .prize-body-items {
  padding: 13px 0 !important;
}

.kingstage-content-wrapper #kingStageTabContent #kingStagePrize .prize-table-wrapper-header {
  background: linear-gradient(to right, #FF0031 32%, #FF0031 80%);
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.kingstage-content-wrapper #kingStageTabContent #kingStagePrize .prize-table-wrapper-body .prize-body-items:nth-child(even) {
  background: #292421;
}

.kingstage-content-wrapper #kingStageTabContent #kingStagePrize .prize-table-wrapper-body .prize-body-items:nth-child(odd) {
  background: transparent;
}

.kingstage-content-wrapper #kingStageTabContent #kingStagePrize .prize-table-wrapper-body .prize-body-items:last-child {
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}

.ap-bg .ap-cont {
  background: rgba(0, 0, 0, 0.8);
  border: 3px solid #FF0031;
  border-radius: 20px;
  max-width: 350px;
  padding: 23px 0;
}

.ap-bg .ap-cont .ap-content .ap-content-middle {
  padding: 0;
}

.ap-bg .ap-cont .ap-content .ap-content-middle .ap-component-section {
  background: transparent;
}

.ap-bg .ap-cont .ap-content .ap-content-middle .ap-component-section .ap-component-cont .ap-component-gradient {
  display: none;
}

.ap-bg .ap-cont .ap-content .ap-content-middle .ap-component-section .ap-component-cont .ap-component-data .ap-row {
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.5;
}

@media (prefers-reduced-motion: reduce) {
  .ap-bg .ap-cont .ap-content .ap-content-middle .ap-component-section .ap-component-cont .ap-component-data .ap-row {
    transition: none;
  }
}

.ap-bg .ap-cont .ap-content .ap-content-middle .ap-component-section .ap-component-cont .ap-component-data .ap-row.ap-row-selected {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.ap-bg .ap-cont .ap-content .ap-content-middle .ap-component-section .ap-component-cont .ap-component-selector {
  display: none;
}

.ap-bg .ap-cont .ap-footer .ap-button-cont {
  float: initial;
}

.ap-bg .ap-cont .ap-footer .ap-button-cont .ap-button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 16px;
}

.ap-bg .ap-cont .ap-footer .ap-button-cont .ap-button#ap-button-set {
  min-height: auto;
  background: linear-gradient(to right, #FF0031 32%, #FF0031 80%);
  color: white;
  font-weight: 600;
  margin-top: 23px !important;
}

.btn:disabled {
  pointer-events: none;
}

.btn.red {
  background: linear-gradient(to right, #FF0031 32%, #FF0031 80%);
  color: white;
  padding: 8px 33px;
  min-width: 130px;
  border: 1px solid transparent !important;
}

.btn.red:hover {
  border: 1px solid red !important;
  color: red;
}

.btn.grey {
  background: #505050;
  color: white;
  padding: 8px 33px;
  min-width: 130px;
  border: 1px solid transparent !important;
}

.btn.grey:hover {
  border: 1px solid red !important;
  color: red;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.landingText-red-gradient {
  background: linear-gradient(90deg, #b00022, #ff0031, #b00022, #b00022, #b00022, #b00022);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1023px) {
  .default-title-wrapper p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .default-title-wrapper button {
    font-size: 1rem;
  }
}

.default-title-wrapper button:hover {
  color: #505050 !important;
  text-decoration: underline;
}

.about-pikiepl-text-wrapper button,
.epl-updates-box .description-box button,
.download-section button {
  color: white;
  border: 2px solid transparent;
}

.about-pikiepl-text-wrapper button:hover,
.epl-updates-box .description-box button:hover,
.download-section button:hover {
  color: #FF0031;
  background: transparent;
  border: 2px solid #FF0031;
}

.about-pikiepl-text-wrapper button:hover span,
.epl-updates-box .description-box button:hover span,
.download-section button:hover span {
  color: #FF0031 !important;
}

.about-pikiepl-text-wrapper button:hover img,
.epl-updates-box .description-box button:hover img,
.download-section button:hover img {
  -webkit-filter: invert(53%) sepia(94%) saturate(7481%) hue-rotate(345deg) brightness(99%) contrast(84%);
          filter: invert(53%) sepia(94%) saturate(7481%) hue-rotate(345deg) brightness(99%) contrast(84%);
}

.about-pikiepl-text-wrapper button img,
.epl-updates-box .description-box button img,
.download-section button img {
  -webkit-filter: invert(100%) sepia(47%) saturate(186%) hue-rotate(148deg) brightness(108%) contrast(107%);
          filter: invert(100%) sepia(47%) saturate(186%) hue-rotate(148deg) brightness(108%) contrast(107%);
}

.hero-banner-section {
  background-image: url(/assets/events/prediction/landing/hero-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 95%;
  max-height: 560px;
}

@media screen and (max-width: 1023px) {
  .hero-banner-section {
    max-height: 420px;
    background-position: center;
    background-image: url(/assets/events/prediction/landing/hero-image-mobile.jpg);
  }
}

.hero-banner-section .hero-banner-wrapper p:first-child {
  font-size: 2.6rem;
}

@media screen and (max-width: 1023px) {
  .hero-banner-section .hero-banner-wrapper p:first-child {
    font-size: 1.8rem;
  }
}

.hero-banner-section .hero-banner-wrapper p:nth-child(2) {
  font-size: 4rem;
  margin-top: -9px !important;
  line-height: 56px;
}

@media screen and (max-width: 1023px) {
  .hero-banner-section .hero-banner-wrapper p:nth-child(2) {
    font-size: 2rem;
    margin-top: -6px !important;
    line-height: 33px;
  }
}

.video-section iframe {
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 1px 33px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 33px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 33px -3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1023px) {
  .video-section iframe {
    height: 220px;
  }
}

.about-pikiepl-section .about-pikiepl-text-wrapper {
  z-index: 1;
}

.about-pikiepl-section .about-pikiepl-text-wrapper p:first-child {
  font-size: 2.7rem;
  line-height: 43px;
}

@media screen and (max-width: 1023px) {
  .about-pikiepl-section .about-pikiepl-text-wrapper p:first-child {
    font-size: 1.8rem;
    line-height: 33px;
  }
}

.about-pikiepl-section .about-pikiepl-text-wrapper p:nth-child(2) {
  line-height: 23px;
  margin-top: -6px !important;
}

@media screen and (max-width: 1023px) {
  .about-pikiepl-section .about-pikiepl-text-wrapper p:nth-child(2) {
    margin-top: 0 !important;
  }
}

.about-pikiepl-section .piki-absolute-img {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 780px;
}

.epl-updates-section .epl-updates-swiper .swiper-slide .epl-updates-box {
  background: #f3f4f6;
  border-radius: 8px;
  max-width: 543px;
}

@media (min-width: 1640px) {
  .epl-updates-section .epl-updates-swiper .swiper-slide .epl-updates-box {
    max-width: 687px;
  }
}

.epl-updates-section .epl-updates-swiper .swiper-slide .epl-updates-box .image-box {
  border-radius: 8px;
}

.epl-updates-section .epl-updates-swiper .swiper-slide .epl-updates-box .description-box {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.epl-updates-section .epl-updates-swiper .swiper-slide .epl-updates-box .description-box p:first-child {
  line-height: 20px;
}

@media screen and (max-width: 1023px) {
  .epl-updates-section .epl-updates-swiper .swiper-slide .epl-updates-box .description-box p:first-child {
    font-size: 1rem;
    line-height: 18px;
  }
}

.epl-updates-section .epl-updates-swiper .swiper-slide .epl-updates-box .description-box p:nth-child(2) {
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}

@media screen and (max-width: 1023px) {
  .epl-updates-section .epl-updates-swiper .swiper-slide .epl-updates-box .description-box p:nth-child(2) {
    -webkit-line-clamp: 3;
  }
}

.epl-updates-section .epl-updates-swiper .epl-updates-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 13px;
  background: #434343 !important;
  opacity: 0.2 !important;
}

.epl-updates-section .epl-updates-swiper .epl-updates-swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background: #FF0031 !important;
  opacity: 1 !important;
}

.snatch-angpao .bgimg {
  background: url("/assets/events/snatch-angpao/background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .snatch-angpao .bgimg {
    transition: none;
  }
}

@media only screen and (max-width: 991px) {
  .snatch-angpao .angpao-bg {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    padding-top: 121px;
  }
}

@media only screen and (max-width: 991px) {
  .snatch-angpao .continue-bg {
    background: linear-gradient(180deg, #FBC589 0%, #FCD9BD 50%, #FCD9BD 100%);
    width: 100%;
    padding: 25px 25px 0 25px;
    margin-top: -1px;
  }

  .snatch-angpao .continue-bg-record {
    background: #FCD9BD !important;
    padding-bottom: 20px;
  }
}

.snatch-angpao .piki-god {
  left: 50%;
  width: 389px;
  -webkit-transform: translate(76px, 234px);
  transform: translate(76px, 234px);
}

@media only screen and (max-width: 991px) {
  .snatch-angpao .piki-god {
    width: 48%;
    left: 50px;
    -webkit-transform: translate(202px, 317px);
    transform: translate(202px, 317px);
    z-index: 7;
  }
}

.snatch-angpao .center-item {
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media only screen and (min-width: 991px) {
  .snatch-angpao .center-item {
    padding-top: 30px;
  }
}

.snatch-angpao .center-item.angpao-content {
  z-index: 9 !important;
}

.snatch-angpao .winner-show {
  background: rgba(56, 31, 8, 0.8);
  border-radius: 16px;
  width: 178px;
  padding: 0px 12px;
  font-size: 0.8rem;
  color: white;
  line-height: 17px;
  text-align: center;
  padding-top: 3px;
  margin-top: -10px;
}

.snatch-angpao .sub-title {
  font-size: 1.6rem;
  line-height: 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px;
}

@media only screen and (min-width: 991px) {
  .snatch-angpao .sub-title {
    line-height: 40px;
  }
}

.snatch-angpao .prize {
  font-size: 75px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: linear-gradient(360deg, #FFBE06, #FFEA2B);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 800;
  color: transparent;
  line-height: 65px;
  -webkit-text-stroke: 0.1px #F8410B;
}

@media only screen and (min-width: 991px) {
  .snatch-angpao .prize {
    font-size: 6rem;
    line-height: 100px;
  }
}

.snatch-angpao .prize::after {
  content: attr(data-text);
  z-index: -1;
  text-shadow: 0px 4px 0px #9B0505;
  color: transparent;
  position: absolute;
  top: 3px;
  left: 0;
}

.snatch-angpao .desc {
  font-size: 0.8rem;
  width: 160px;
  margin-top: 15px;
  min-height: 63px;
}

.snatch-angpao .grab-btn {
  z-index: 15;
  left: 0;
  right: 0;
  bottom: -50px;
  min-width: 95px;
  -webkit-transform: translate(0, 137px);
  transform: translate(0, 137px);
}

@media only screen and (max-width: 394px) {
  .snatch-angpao .grab-btn {
    -webkit-transform: translate(0, 73px);
    transform: translate(0, 73px);
    width: 30%;
  }
}

@media only screen and (min-width: 394px) and (max-width: 991px) {
  .snatch-angpao .grab-btn {
    -webkit-transform: translate(0, 104px);
    transform: translate(0, 104px);
  }
}

@media only screen and (max-width: 394px) {
  .snatch-angpao .grab-btn:active {
    -webkit-transform: translate(0, 73px) scale(0.8);
    transform: translate(0, 73px) scale(0.8);
    -webkit-filter: brightness(125%);
            filter: brightness(125%);
  }
}

@media only screen and (min-width: 394px) and (max-width: 991px) {
  .snatch-angpao .grab-btn:active {
    -webkit-transform: translate(0, 104px) scale(0.8);
    transform: translate(0, 104px) scale(0.8);
    -webkit-filter: brightness(125%);
            filter: brightness(125%);
  }
}

@media only screen and (min-width: 991px) {
  .snatch-angpao .grab-btn:active {
    -webkit-transform: translate(0, 137px) scale(1) !important;
    transform: translate(0, 137px) scale(1) !important;
  }
}

@media only screen and (min-width: 991px) {
  .snatch-angpao .grab-btn:hover {
    -webkit-animation: brightness 1s forwards;
            animation: brightness 1s forwards;
    -webkit-transform: translate(0, 137px) scale(1.5);
    transform: translate(0, 137px) scale(1.5);
  }
}

@-webkit-keyframes brightness {
  100% {
    -webkit-filter: brightness(125%);
            filter: brightness(125%);
  }
}

@keyframes brightness {
  100% {
    -webkit-filter: brightness(125%);
            filter: brightness(125%);
  }
}

.snatch-angpao .grab-disable-btn {
  z-index: 15;
  left: 0;
  right: 0;
  bottom: -50px;
  min-width: 95px;
  -webkit-transform: translate(0, 137px);
  transform: translate(0, 137px);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media only screen and (max-width: 394px) {
  .snatch-angpao .grab-disable-btn {
    -webkit-transform: translate(0, 73px);
    transform: translate(0, 73px);
    width: 30%;
  }
}

@media only screen and (min-width: 394px) and (max-width: 991px) {
  .snatch-angpao .grab-disable-btn {
    -webkit-transform: translate(0, 104px);
    transform: translate(0, 104px);
  }
}

.snatch-angpao .period-hightlight {
  color: #FCE264 !important;
}

.snatch-angpao .dropdown {
  z-index: 10;
  right: 20px;
  width: 47px;
  top: 10px;
}

.snatch-angpao .dropdown.show {
  background-color: white;
  border-radius: 100px 100px 0 0;
}

.snatch-angpao .dropdown .dropdown-menu {
  min-width: 47px;
  border-radius: 0 0 100px 100px;
  background-color: white !important;
  top: -1px !important;
  padding: 0 2px 2px 2px;
  border: none;
}

.snatch-angpao .img-container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  /* Hide overflowing content */
  display: flex;
  justify-content: center;
  align-items: center;
}

.snatch-angpao .sub-bg {
  background: url("/assets/events/snatch-angpao/sub-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 200px;
  top: 560px;
  z-index: -1;
}

.snatch-angpao .grab-quick {
  font-size: 1.6rem;
  text-shadow: 0px 8px 20px rgba(41, 36, 33, 0.16);
  line-height: 25px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .snatch-angpao .grab-quick {
    padding-top: 121px;
    margin-bottom: 0;
  }
}

.snatch-angpao .grab-quick .highlight {
  color: #FF0031;
}

.snatch-angpao .grab-quick .highlight:hover {
  color: #FF0031 !important;
}

.snatch-angpao .nav-tabs {
  border: none;
  gap: 14px;
}

.snatch-angpao .nav-tabs .nav-item .nav-link {
  background: #FF0031;
  color: white !important;
  padding: 2px 28px;
  font-weight: 600;
  border-radius: 50px;
}

.snatch-angpao .nav-tabs .nav-item .nav-link.active {
  background: white;
  color: #FF0031 !important;
}

@media only screen and (max-width: 991px) {
  .snatch-angpao .custom-col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.snatch-angpao .leaderboard .title {
  background: #FF0031;
  color: white !important;
  text-transform: uppercase;
  font-size: 1.6rem;
  border-radius: 50px;
  padding: 0 53px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0px 5px 0px #EDA305;
}

.snatch-angpao .leaderboard .table {
  background: #381F08CC;
  border-collapse: collapse;
}

.snatch-angpao .leaderboard .table::after {
  content: "";
  border-radius: 20px;
}

.snatch-angpao .leaderboard .table::before {
  left: -10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.snatch-angpao .leaderboard .table thead th,
.snatch-angpao .leaderboard .table thead td {
  border-width: 2px;
  border-style: solid;
  border-color: white;
  padding: 4px 2px;
  border-top: 0;
}

.snatch-angpao .leaderboard .table thead tr {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #381F08;
}

.snatch-angpao .leaderboard .table th,
.snatch-angpao .leaderboard .table td {
  border-width: 0 2px;
  border-style: solid;
  border-color: white;
  padding: 3px 4px;
}

.snatch-angpao .leaderboard .table tr:last-child {
  position: sticky;
  bottom: 0;
  z-index: 1;
}

.snatch-angpao .leaderboard .table .self-record {
  background: #FF0031 !important;
  border-width: 2px;
  border-bottom: 0;
}

.snatch-angpao .red-background {
  background: #FF0031;
  color: white !important;
  padding: 2px 28px;
  font-weight: 600;
  border-radius: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 45px;
}

.snatch-angpao .red-background-details {
  width: 100%;
}

.snatch-angpao .w-80 {
  width: 80%;
}

.snatch-angpao .order-record table {
  background-color: white;
  border: 2px solid black;
  border-collapse: collapse;
  border-bottom: 0px;
}

.snatch-angpao .order-record table th {
  border-width: 2px;
  border-style: solid;
  border-color: #000;
}

.snatch-angpao .order-record table td {
  border-right: 2px;
  border-left: 2px;
  border-top: 0px;
  border-bottom: 0px;
  border-style: solid;
  border-color: #000;
}

.snatch-angpao .countdown .timmer {
  background: #FF0031;
  border-radius: 10px;
  padding: 9px 0px;
  font-size: 20px;
  min-width: 60px;
}

.snatch-angpao .countdown .semi-con {
  margin: 0 7px;
  font-size: 1.9rem;
  font-weight: 700;
}

.snatch-angpao .level {
  z-index: 5;
}

.snatch-angpao .tab-wrapper {
  width: 50%;
  min-height: 50vh;
}

.snatch-angpao .tab-container {
  border: 2px solid #FF0031;
  border-radius: 32px;
  background: white;
  padding: 24px 48px;
  box-shadow: 0px 8px 20px 0px rgba(41, 36, 33, 0.16);
  overflow: scroll;
  overflow-x: hidden;
  max-height: 50vh;
}

.snatch-angpao .tab-container::-webkit-scrollbar {
  width: 16px;
}

.snatch-angpao .tab-container::-webkit-scrollbar-thumb {
  background: #FF0031;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.snatch-angpao .tab-container::-webkit-scrollbar-track {
  background: transparent;
}

.snatch-angpao .tab-container ul,
.snatch-angpao .tab-container ol {
  padding-left: 20px;
}

.snatch-angpao .tab-god-position {
  bottom: -50px;
  width: 20%;
  -webkit-transform: translate(-229px, -90px);
  transform: translate(-229px, -90px);
  z-index: 3;
}

.snatch-angpao .tab-pikigod {
  max-width: 287px;
}

.snatch-angpao .rewards-table {
  width: 60%;
}

.snatch-angpao .rewards-table th,
.snatch-angpao .rewards-table td {
  border: 1px solid #000 !important;
}

@media only screen and (max-width: 991px) {
  .snatch-angpao .rewards-table {
    width: 100%;
  }
}

@media screen and (max-width: 512px) {
  .snatch-angpao.hari-raya-theme .continue-bg {
    background: #42b661 !important;
  }
}

.snatch-angpao.hari-raya-theme .dropdown .dropdown-menu,
.snatch-angpao.hari-raya-theme .dropdown.show {
  background: #292421 !important;
}

.snatch-angpao.hari-raya-theme .bgimg {
  background: url("/assets/events/snatch-angpao/hari_raya/background.png?25022025");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 512px) {
  .snatch-angpao.hari-raya-theme .bgimg {
    background-position: bottom;
  }
}

.snatch-angpao.hari-raya-theme .nav-tabs .nav-item .nav-link {
  background: linear-gradient(0deg, rgba(230, 11, 16, 0.5) 0%, rgba(230, 11, 16, 0.5) 100%), linear-gradient(180deg, #FDC527 0%, #FCE264 66.67%, #FFFD95 100%);
  color: #292421 !important;
  border: 2px solid #292421;
  background-blend-mode: overlay, normal;
}

.snatch-angpao.hari-raya-theme .nav-tabs .nav-item .nav-link.active {
  background: #292421;
  color: #FCE264 !important;
  border: 2px solid #292421 !important;
}

.snatch-angpao.hari-raya-theme .leaderboard .title {
  background: #159C57;
  box-shadow: 0 5px 0 #F2B010;
}

.snatch-angpao.hari-raya-theme .leaderboard .table .self-record {
  background: #034B11 !important;
}

.snatch-angpao.hari-raya-theme .red-background {
  background: #159C57;
}

.snatch-angpao.hari-raya-theme .grab-quick .highlight {
  color: #F2B010;
}

.snatch-angpao.hari-raya-theme .period-hightlight {
  color: #F2B010;
}

.snatch-angpao.hari-raya-theme .countdown .timmer {
  background: linear-gradient(0deg, rgba(230, 11, 16, 0.5) 0%, rgba(230, 11, 16, 0.5) 100%), linear-gradient(180deg, #FDC527 0%, #FCE264 66.67%, #FFFD95 100%);
  background-blend-mode: overlay, normal;
  color: #292421;
}

.snatch-angpao.hari-raya-theme .prize {
  background: linear-gradient(to bottom, #FFEA3B, #FFD410);
  -webkit-text-stroke: 0.1px #034B11;
  -webkit-background-clip: text;
          background-clip: text;
}

.snatch-angpao.hari-raya-theme .prize::after {
  text-shadow: 0px 4px 0px #04210F;
}

.snatch-angpao.hari-raya-theme .tab-container {
  border: 2px solid #034B11;
}

.snatch-angpao.hari-raya-theme .tab-container::-webkit-scrollbar-thumb {
  background: #034B11;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.snatch-share .title {
  color: #FF0031;
  font-weight: 900;
  font-size: 20px;
}

.snatch-share .desc-1 {
  color: #FF0031;
}

.angpao-info-modal {
  border: 3px solid #FF0031;
  padding: 15px 20px;
  border-radius: 20px;
  max-height: 80vh;
  overflow: scroll;
  overflow-x: hidden;
}

.angpao-info-modal .title-img {
  z-index: 5;
}

.angpao-info-modal .bg-yuanbao {
  left: 0;
}

.angpao-info-modal.result .grab-center-msg {
  bottom: 50%;
  left: 50%;
  width: 220px;
  -webkit-transform: translate(-107px, 70px);
  transform: translate(-107px, 70px);
  line-height: 14px;
}

.angpao-info-modal.result .grab-center-msg.success {
  -webkit-transform: translate(-107px, 185px) !important;
  transform: translate(-107px, 185px) !important;
}

@media only screen and (min-width: 991px) {
  .angpao-info-modal.result .grab-center-msg.success {
    line-height: 15px;
    -webkit-transform: translate(-107px, 196px) !important;
    transform: translate(-107px, 196px) !important;
  }
}

.angpao-info-modal::-webkit-scrollbar {
  width: 16px;
  background: white !important;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.angpao-info-modal::-webkit-scrollbar-thumb {
  background: #FF0031;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.angpao-info-modal::-webkit-scrollbar-track {
  background: transparent;
}

.angpao-info-modal.hari-raya-theme {
  border: 3px solid #034B11;
}

.angpao-info-modal.hari-raya-theme::-webkit-scrollbar-thumb {
  background: #034B11;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.angpao-black-modal {
  border: 2px solid #FF0031;
  padding: 24px;
  background-color: rgba(41, 36, 33, 0.8);
  border-radius: 20px;
}

.angpao-black-modal .verify-img {
  width: 70%;
}

.angpao-black-modal.result {
  border-color: white !important;
  background-color: rgba(56, 31, 8, 0.8) !important;
}

.angpao-black-modal.result .grab-fail .result-title {
  font-size: 1.6rem;
}

.angpao-black-modal.result .grab-success .success-title {
  font-size: 1.8rem !important;
}

@media only screen and (min-width: 991px) {
  .angpao-black-modal.result .grab-success .success-title {
    line-height: 45px !important;
  }
}

.angpao-black-modal.result .grab-success .you-grab {
  bottom: 50%;
  left: 50%;
  width: 179px;
  -webkit-transform: translate(-89px, -75px);
  transform: translate(-89px, -75px);
  font-size: 1.2rem;
}

.angpao-black-modal.result .grab-success .you-grab.IDR {
  font-size: 1.1rem !important;
}

.angpao-black-modal.result .grab-success .prize-grab {
  bottom: 50%;
  left: 50%;
  width: 179px;
  -webkit-transform: translate(-89px, -20px);
  transform: translate(-89px, -20px);
  font-size: 2.5rem;
  color: #FF0031;
}

.angpao-black-modal.result .grab-success .success-msg-2 {
  color: #FCE264;
}

.angpao-black-modal.result .grab-success .piki-god-modal {
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(82px, 285px);
  transform: translate(82px, 285px);
}

@media only screen and (min-width: 991px) {
  .angpao-black-modal.result .grab-success .piki-god-modal {
    width: 60%;
    -webkit-transform: translate(112px, 282px) !important;
    transform: translate(112px, 282px) !important;
  }
}

.angpao-black-modal.result .grab-success .popmoney {
  bottom: 50%;
  left: 0;
  -webkit-transform: scale(1.6) translate(26px, 31px);
  transform: scale(1.6) translate(26px, 31px);
  -webkit-animation: popout 0.5s forwards;
          animation: popout 0.5s forwards;
}

@media only screen and (min-width: 991px) {
  .angpao-black-modal.result .grab-success .popmoney {
    -webkit-transform: scale(1.6) translate(66px, 31px);
    transform: scale(1.6) translate(66px, 31px);
    -webkit-animation: popout2 0.5s forwards;
            animation: popout2 0.5s forwards;
  }
}

@-webkit-keyframes popout {
  from {
    -webkit-transform: scale(0) translate(26px, 31px);
    transform: scale(0) translate(26px, 31px);
  }

  to {
    -webkit-transform: scale(1.6) translate(26px, 31px);
    transform: scale(1.6) translate(26px, 31px);
  }
}

@keyframes popout {
  from {
    -webkit-transform: scale(0) translate(26px, 31px);
    transform: scale(0) translate(26px, 31px);
  }

  to {
    -webkit-transform: scale(1.6) translate(26px, 31px);
    transform: scale(1.6) translate(26px, 31px);
  }
}

@-webkit-keyframes popout2 {
  from {
    -webkit-transform: scale(0) translate(66px, 31px);
    transform: scale(0) translate(66px, 31px);
  }

  to {
    -webkit-transform: scale(2) translate(66px, 31px);
    transform: scale(2) translate(66px, 31px);
  }
}

@keyframes popout2 {
  from {
    -webkit-transform: scale(0) translate(66px, 31px);
    transform: scale(0) translate(66px, 31px);
  }

  to {
    -webkit-transform: scale(2) translate(66px, 31px);
    transform: scale(2) translate(66px, 31px);
  }
}

.angpao-black-modal.result .grab-center-msg {
  bottom: 50%;
  left: 50%;
  width: 220px;
  -webkit-transform: translate(-107px, 70px);
  transform: translate(-107px, 70px);
  line-height: 14px;
}

.angpao-black-modal.result .grab-center-msg.success {
  -webkit-transform: translate(-107px, 185px) !important;
  transform: translate(-107px, 185px) !important;
}

@media only screen and (min-width: 991px) {
  .angpao-black-modal.result .grab-center-msg.success {
    line-height: 15px;
    -webkit-transform: translate(-107px, 196px) !important;
    transform: translate(-107px, 196px) !important;
  }
}

@media only screen and (max-width: 991px) {
  .angpao-black-modal.result .grab-center-msg.IDR {
    line-height: 12px !important;
  }
}

@media only screen and (max-width: 991px) {
  .angpao-black-modal.result .grab-center-msg.VND {
    line-height: 13px !important;
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 991px) {
  .angpao-black-modal.result .grab-center-msg.PHP {
    line-height: 13px !important;
    font-size: 11px !important;
  }
}

.angpao-black-modal .msg {
  font-size: 1.2rem;
}

.angpao-black-modal .verifyBtn {
  background: #FF0031;
  padding: 12px 16px;
  font-size: 1rem;
  border-radius: 10px;
}

.angpao-black-modal .fa-copy:before {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
}

.angpao .closeBtn {
  z-index: 10;
  right: 10px;
}

.table-wrapper {
  max-height: 386px;
  overflow-y: auto;
}

@media only screen and (max-width: 991px) {
  .table-wrapper {
    max-height: 326px;
  }
}

.table-wrapper.order-board {
  border-bottom: 2px solid #000 !important;
}

.table-wrapper.leaderboard-board {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

#copyBtn {
  border: 1px solid white;
  border-radius: 50%;
  width: 38px;
  height: 38px;
}

#copyBtn-share {
  border: 1px solid white;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  color: white;
  background: #FF0031;
}

#copyBtn.VND {
  width: 30px !important;
  height: 30px !important;
  margin-left: 4px;
}

.seven-day-checkin-wrapper {
  background-image: url("/assets/events/seven-day-checkin/7-day-checkin-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/seven-day-checkin/7-day-checkin-bg.webp") 1x);
  background-size: 100% 100%;
}

@media screen and (max-width: 512px) {
  .seven-day-checkin-wrapper {
    border-radius: 23px;
  }
}

.seven-day-checkin-wrapper .title-wrapper img {
  max-width: 300px;
  min-height: 160px;
  min-width: 300px;
}

@media screen and (max-width: 512px) {
  .seven-day-checkin-wrapper .title-wrapper img {
    max-width: 240px;
    min-height: 129px;
    min-width: 240px;
  }
}

.seven-day-checkin-wrapper .title-wrapper .term-wrapper {
  cursor: pointer;
  top: 0;
  right: 0;
  background: #FF0031;
  color: white;
  border-radius: 50px;
  padding: 4px 13px;
  -webkit-animation: zoom 0.6s ease infinite alternate;
          animation: zoom 0.6s ease infinite alternate;
}

@media screen and (max-width: 512px) {
  .seven-day-checkin-wrapper .title-wrapper .term-wrapper {
    right: 13px;
  }
}

.seven-day-checkin-wrapper .title-wrapper #seven-day-claim-btn {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
}

.seven-day-checkin-wrapper .title-wrapper #seven-day-claim-btn:hover {
  background: white;
  color: #FF0031;
}

.seven-day-checkin-wrapper .title-wrapper #seven-day-claim-btn:disabled {
  pointer-events: none;
}

.seven-day-checkin-wrapper .calendar-wrapper {
  gap: 13px;
}

.seven-day-checkin-wrapper .calendar-wrapper .calendar-items {
  background-image: url("/assets/events/seven-day-checkin/7-day-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/seven-day-checkin/7-day-bg.webp") 1x);
  background-size: 100% 100%;
  width: calc(20% - 13px);
}

.seven-day-checkin-wrapper .calendar-wrapper .calendar-items::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: 30px;
  background-image: url("/assets/events/seven-day-checkin/7-day-item-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/seven-day-checkin/7-day-item-bg.webp") 1x);
  background-size: 100% 100%;
}

@media screen and (max-width: 512px) {
  .seven-day-checkin-wrapper .calendar-wrapper .calendar-items::after {
    height: 26px;
  }
}

.seven-day-checkin-wrapper .calendar-wrapper .calendar-items:nth-child(6),
.seven-day-checkin-wrapper .calendar-wrapper .calendar-items:nth-child(7) {
  width: calc(50% - 13px);
  background-image: url("/assets/events/seven-day-checkin/7-day-bg-long.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/seven-day-checkin/7-day-bg-long.webp") 1x);
  background-size: 100% 100%;
}

.seven-day-checkin-wrapper .calendar-wrapper .calendar-items:nth-child(6)::after,
.seven-day-checkin-wrapper .calendar-wrapper .calendar-items:nth-child(7)::after {
  width: calc(100% - 30px);
  background-image: url("/assets/events/seven-day-checkin/7-day-item-bg-long.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/seven-day-checkin/7-day-item-bg-long.webp") 1x);
  background-size: 100% 100%;
}

@media screen and (max-width: 512px) {
  .seven-day-checkin-wrapper .calendar-wrapper .calendar-items:nth-child(6)::after,
  .seven-day-checkin-wrapper .calendar-wrapper .calendar-items:nth-child(7)::after {
    width: 100%;
  }
}

@media screen and (max-width: 512px) {
  .seven-day-checkin-wrapper .calendar-wrapper .calendar-items:nth-child(1),
  .seven-day-checkin-wrapper .calendar-wrapper .calendar-items:nth-child(2),
  .seven-day-checkin-wrapper .calendar-wrapper .calendar-items:nth-child(3),
  .seven-day-checkin-wrapper .calendar-wrapper .calendar-items:nth-child(4),
  .seven-day-checkin-wrapper .calendar-wrapper .calendar-items:nth-child(5),
  .seven-day-checkin-wrapper .calendar-wrapper .calendar-items:nth-child(6),
  .seven-day-checkin-wrapper .calendar-wrapper .calendar-items:nth-child(7) {
    width: calc(33.33% - 13px);
  }
}

@media screen and (max-width: 512px) {
  .seven-day-checkin-wrapper .calendar-wrapper .calendar-items:nth-child(7) {
    width: calc(100% - 13px);
  }
}

.seven-day-checkin-wrapper .calendar-wrapper .calendar-items img {
  max-width: 50px;
  min-height: 50px;
}

@media screen and (max-width: 512px) {
  .seven-day-checkin-wrapper .calendar-wrapper .calendar-items img {
    max-width: 40px;
    min-height: 40px;
  }
}

@media screen and (max-width: 512px) {
  .seven-day-checkin-wrapper .calendar-wrapper .calendar-items p {
    font-size: 0.9rem;
  }
}

.god-of-wealth-info-btn,
.god-of-wealth-claim-btn,
.god-of-wealth-default-btn {
  cursor: pointer;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .god-of-wealth-info-btn,
  .god-of-wealth-claim-btn,
  .god-of-wealth-default-btn {
    transition: none;
  }
}

.god-of-wealth-info-btn:active,
.god-of-wealth-claim-btn:active,
.god-of-wealth-default-btn:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.8;
}

.god-of-wealth-info-btn {
  background-image: url("/assets/events/god_of_wealth/god_of_wealth_info_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/god_of_wealth/god_of_wealth_info_bg.webp") 1x);
  background-size: 100% 100%;
  color: #AB230B;
  padding: 13px 28px;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-info-btn {
    font-size: 1rem;
    padding: 13px 18px;
  }
}

.god-of-wealth-info-btn span {
  top: -2px;
}

.god-of-wealth-claim-btn {
  background-image: url("/assets/events/god_of_wealth/god_of_wealth_claim_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/god_of_wealth/god_of_wealth_claim_bg.webp") 1x);
  background-size: 100% 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 16px 26px;
}

.god-of-wealth-default-btn {
  background-image: url("/assets/events/god_of_wealth/god_of_wealth_claim_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/god_of_wealth/god_of_wealth_claim_bg.webp") 1x);
  background-size: 100% 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 16px 26px;
  color: #FFF3B1;
}

.god-of-wealth-main {
  background-image: url("/assets/events/god_of_wealth/god-of-wealth-bg-desktop.jpg?v2");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/god_of_wealth/god-of-wealth-bg-desktop.webp?v2") 1x);
  max-height: 790px;
}

.god-of-wealth-main.disabled-function {
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main {
    max-height: 100%;
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main {
    background-image: url("/assets/events/god_of_wealth/god-of-wealth-bg-mobile.jpg?v2");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("/assets/events/god_of_wealth/god-of-wealth-bg-mobile.webp?v2") 1x);
  }
}

.god-of-wealth-main .god-of-wealth-ticket-wrapper {
  background-image: url("/assets/events/god_of_wealth/god_of_wealth_ticket_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/god_of_wealth/god_of_wealth_ticket_bg.webp") 1x);
  background-size: 100% 60%;
  background-position: bottom;
  padding: 13px 23px 14px 13px;
  top: -16px;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main .god-of-wealth-ticket-wrapper {
    position: relative !important;
    padding: 13px 23px 13px 16px;
    background-size: 100% 65%;
  }
}

.god-of-wealth-main .god-of-wealth-ticket-wrapper img {
  max-width: 30px;
  z-index: 1;
  -webkit-filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main .god-of-wealth-ticket-wrapper img {
    max-width: 25px;
  }
}

.god-of-wealth-main .god-of-wealth-ticket-wrapper p {
  color: #FFF3B1;
  line-height: 30px;
  z-index: 1;
}

.god-of-wealth-main .god-of-wealth-title {
  margin-bottom: -16px;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main .god-of-wealth-title {
    margin-top: -23px !important;
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main .god-of-wealth-title {
    margin-top: 0 !important;
    margin-bottom: -13px;
  }
}

.god-of-wealth-main .god-of-wealth-title img {
  max-width: 580px;
}

.god-of-wealth-main .god-of-wealth-marquee {
  max-width: 620px;
  background: linear-gradient(to right, transparent, rgba(38, 38, 38, 0.8), rgba(38, 38, 38, 0.8), rgba(38, 38, 38, 0.8), transparent);
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main .god-of-wealth-marquee {
    font-size: 1rem;
    background: linear-gradient(to right, transparent, rgba(38, 38, 38, 0.8), transparent);
  }
}

.god-of-wealth-main .god-of-wealth-swiper {
  max-width: 1270px;
}

.god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide {
    transition: none;
  }
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    background: #2C2C2C;
    width: 100%;
    height: 105px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 512px) {
  .god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide::after {
    bottom: 10px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 375px) {
  .god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide::after {
    bottom: 23px;
    height: 90px;
  }
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    bottom: 83px;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent, #FCF5B8);
    width: 100%;
    height: 43px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 512px) {
  .god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide::before {
    bottom: 113px;
  }
}

.god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide .god-of-wealth-swiper-chest {
  max-width: 420px;
  top: 53px;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide .god-of-wealth-swiper-chest {
    transition: none;
  }
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide .god-of-wealth-swiper-chest {
    top: 0;
  }
}

.god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide .god-of-wealth-swiper-chest.unable-claim {
  pointer-events: none;
}

.god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide .god-of-wealth-swiper-chest.unable-claim .character,
.god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide .god-of-wealth-swiper-chest.unable-claim .god-of-wealth-claim-btn {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide .god-of-wealth-swiper-chest .chest-claim-wrapper {
  color: #FFF3B1;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide .god-of-wealth-swiper-chest .chest-claim-wrapper {
    transition: none;
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide .god-of-wealth-swiper-chest .chest-claim-wrapper {
    -webkit-transform: translate(-50%, 70%);
    transform: translate(-50%, 70%);
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide .god-of-wealth-swiper-chest .character {
    max-width: calc(100% - 50px);
  }
}

.god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    bottom: 0;
    height: 83px;
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    bottom: 30px;
  }
}

@media (max-width: 375px) {
  .god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    bottom: 23px;
    height: 90px;
  }
}

.god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .god-of-wealth-swiper-chest {
  top: 0;
}

.god-of-wealth-main .god-of-wealth-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .god-of-wealth-swiper-chest .chest-claim-wrapper {
  opacity: 1;
  visibility: visible;
}

.god-of-wealth-main .god-of-wealth-swiper-anchor {
  top: 50%;
  z-index: 5;
  max-width: 55px;
  cursor: pointer;
}

.god-of-wealth-main .god-of-wealth-swiper-anchor.prev {
  right: 50%;
  -webkit-transform: translate(-460%, -200%);
  transform: translate(-460%, -200%);
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main .god-of-wealth-swiper-anchor.prev {
    -webkit-transform: translate(-205%, -220%);
    transform: translate(-205%, -220%);
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main .god-of-wealth-swiper-anchor.prev {
    -webkit-transform: translate(-210%, -300%);
    transform: translate(-210%, -300%);
  }
}

@media (max-width: 361px) {
  .god-of-wealth-main .god-of-wealth-swiper-anchor.prev {
    -webkit-transform: translate(-200%, -300%);
    transform: translate(-200%, -300%);
  }
}

.god-of-wealth-main .god-of-wealth-swiper-anchor.next {
  left: 50%;
  -webkit-transform: translate(460%, -200%);
  transform: translate(460%, -200%);
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main .god-of-wealth-swiper-anchor.next {
    -webkit-transform: translate(205%, -220%);
    transform: translate(205%, -220%);
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main .god-of-wealth-swiper-anchor.next {
    -webkit-transform: translate(210%, -300%);
    transform: translate(210%, -300%);
  }
}

@media (max-width: 361px) {
  .god-of-wealth-main .god-of-wealth-swiper-anchor.next {
    -webkit-transform: translate(200%, -300%);
    transform: translate(200%, -300%);
  }
}

.god-of-wealth-main .god-of-wealth-swiper .mobile-solid-bg-overlay {
  background: #2C2C2C;
  bottom: 43px;
  left: 0;
  height: 40px;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main .god-of-wealth-swiper .mobile-solid-bg-overlay {
    bottom: 53px;
    height: 60px;
  }
}

@media (max-width: 375px) {
  .god-of-wealth-main .god-of-wealth-swiper .mobile-solid-bg-overlay {
    bottom: 13px;
    height: 100px;
  }
}

.god-of-wealth-main .god-of-wealth-nav.desktop {
  background: linear-gradient(144.97deg, #FFFA78 0.76%, #FFAF11 23.83%, #FFFF8D 53.56%, #FFC71D 88.93%);
  border-radius: 10px;
  max-width: 880px;
  padding: 4px;
}

.god-of-wealth-main .god-of-wealth-nav.desktop .swiper-wrapper {
  background: #2C2C2C;
  border-radius: 10px;
}

.god-of-wealth-main .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide .god-of-wealth-items {
  cursor: pointer;
  border-radius: 8px;
  padding: 6px 8px;
}

.god-of-wealth-main .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide:hover .god-of-wealth-items.normal,
.god-of-wealth-main .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.normal {
  background: linear-gradient(180deg, #FB0000 0%, #450000 100%);
}

.god-of-wealth-main .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide:hover .god-of-wealth-items.silver,
.god-of-wealth-main .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.silver {
  background: linear-gradient(94deg, #FCFCFC 1.36%, #DDD 30.47%, #FFF 61.03%, #BBB 92.57%);
  color: #FB0000 !important;
}

.god-of-wealth-main .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide:hover .god-of-wealth-items.gold,
.god-of-wealth-main .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.gold {
  background: linear-gradient(145deg, #FFFA78 0.76%, #FFAF11 23.83%, #FFFF8D 53.56%, #FFC71D 88.93%);
  color: #FB0000 !important;
}

.god-of-wealth-main .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide:hover .god-of-wealth-items.platinum,
.god-of-wealth-main .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.platinum {
  background: linear-gradient(96deg, #A0CAF1 0%, #9DC5EF 32.81%, #4F88DD 64.06%, #8294F5 99.48%);
}

.god-of-wealth-main .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide:hover .god-of-wealth-items.diamond,
.god-of-wealth-main .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.diamond {
  background: linear-gradient(96deg, #8B009C -3.65%, #DD7BFB 48.54%, #3CF1F1 75.43%, #CDACFF 100%);
}

.god-of-wealth-main .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide:hover .god-of-wealth-items.black-diamond,
.god-of-wealth-main .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.black-diamond {
  background: linear-gradient(92deg, #525252 0%, #9A9A9A 46.27%, #565656 98.72%);
}

.god-of-wealth-main .god-of-wealth-nav.mobile {
  background: #2C2C2C;
  margin-top: -36px;
  z-index: 1;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main .god-of-wealth-nav.mobile {
    margin-top: -58px;
  }
}

@media (max-width: 394px) {
  .god-of-wealth-main .god-of-wealth-nav.mobile {
    margin-top: -48px;
  }
}

@media (max-width: 376px) {
  .god-of-wealth-main .god-of-wealth-nav.mobile {
    margin-top: -31px !important;
  }
}

.god-of-wealth-main .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide {
  max-width: 54px;
  min-width: 54px;
}

.god-of-wealth-main .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot {
  max-width: 20px;
  height: 20px;
}

.god-of-wealth-main .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.normal {
  background: linear-gradient(180deg, #FB0000 0%, #450000 100%);
}

.god-of-wealth-main .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.silver {
  background: linear-gradient(94deg, #FCFCFC 1.36%, #DDD 30.47%, #FFF 61.03%, #BBB 92.57%);
}

.god-of-wealth-main .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.gold {
  background: linear-gradient(145deg, #FFFA78 0.76%, #FFAF11 23.83%, #FFFF8D 53.56%, #FFC71D 88.93%);
}

.god-of-wealth-main .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.platinum {
  background: linear-gradient(96deg, #A0CAF1 0%, #9DC5EF 32.81%, #4F88DD 64.06%, #8294F5 99.48%);
}

.god-of-wealth-main .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.diamond {
  background: linear-gradient(96deg, #8B009C -3.65%, #DD7BFB 48.54%, #3CF1F1 75.43%, #CDACFF 100%);
}

.god-of-wealth-main .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.black-diamond {
  background: linear-gradient(92deg, #525252 0%, #9A9A9A 46.27%, #565656 98.72%);
}

.god-of-wealth-main .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-text {
  opacity: 1;
  visibility: visible;
}

.god-of-wealth-main .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide-dot {
  max-width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #505050;
  transition: background 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .god-of-wealth-main .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide-dot {
    transition: none;
  }
}

.god-of-wealth-main .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide-text {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  min-height: 20px;
}

@media (prefers-reduced-motion: reduce) {
  .god-of-wealth-main .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide-text {
    transition: none;
  }
}

.god-of-wealth-main.horseSehMain {
  background-image: url("/assets/events/horse-seh/horse-seh-bg-desktop.jpg?v2");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/horse-seh/horse-seh-bg-desktop.webp?v2") 1x);
  max-height: 960px;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main.horseSehMain {
    max-height: 100%;
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main.horseSehMain {
    background-image: url("/assets/events/horse-seh/god-of-wealth-bg-mobile.jpg?v2");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("/assets/events/horse-seh/god-of-wealth-bg-mobile.webp?v2") 1x);
  }
}

.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper {
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper {
    z-index: 5;
    position: relative;
  }
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .ipadFullWidth {
    width: 100%;
  }
}

.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .god-of-wealth-info-btn {
  max-width: 220px;
}

.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper {
  border: 3px solid transparent;
  background-image: linear-gradient(180deg, #FEECA2 0%, #FFFBE9 100%), linear-gradient(144.97deg, #FFAF11 0.76%, #FFFF8D 53.56%, #FFC71D 88.93%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 13px;
  max-width: 380px;
  margin-top: 230px;
}

@media (max-width: 1600px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper.id {
    max-width: 300px;
  }
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper {
    margin-top: -18px;
    max-width: calc(100% - 200px);
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper {
    max-width: calc(100% - 13px);
  }
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .ipadItemFullWidth {
    overflow-x: scroll;
  }

  .god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .ipadItemFullWidth::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 4px;
  }

  .god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .ipadItemFullWidth::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}

.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems {
  width: 30%;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems {
    min-width: 96px;
  }
}

.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems-border {
  background: #F1F0D1;
  border-radius: 13px;
}

.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems-border.active {
  border: 3px solid #FF0031;
}

.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems-border.last {
  background: linear-gradient(180deg, #FFBE74 0%, #FFF816 100%);
}

.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems-border.claimed .giftBoxImg,
.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems-border.claimed .dayTitle {
  opacity: 0.6;
}

.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems .giftBoxImg {
  max-width: 35px;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems .giftBoxImg {
    max-width: 30px;
  }
}

.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems .giftBoxImg.special {
  -webkit-transform: scale(2);
  transform: scale(2);
  margin-top: 8px;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems .giftBoxImg.special {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
  }
}

.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems .iconStatus {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 13px;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems .iconStatus {
    max-width: 12px;
  }
}

.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems .iconStatus.claimed {
  -webkit-transform: translate(36%, -38%);
  transform: translate(36%, -38%);
  max-width: 23px;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems .iconStatus.claimed {
    max-width: 22px;
  }
}

.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems .checkIn-claim {
  color: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #303030;
  z-index: 1;
  cursor: not-allowed;
}

.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems .checkIn-claim.active {
  background: #FF0031;
  cursor: pointer;
}

.god-of-wealth-main.horseSehMain .god-of-wealth-info-wrapper .dailyCheckInWrapper .dailyCheckInItems .checkIn-claim.claimed {
  background: #FFBB00;
}

.god-of-wealth-main.horseSehMain .god-of-wealth-title {
  margin-bottom: -13px;
}

.god-of-wealth-main.horseSehMain .god-of-wealth-title img {
  max-width: 720px;
  z-index: 2;
  margin-top: -23px;
  margin-bottom: 6px;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-title img {
    max-width: 380px;
    z-index: 6;
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-title img {
    max-width: 300px;
    margin-top: -8px;
  }
}

.god-of-wealth-main.horseSehMain .god-of-wealth-title.zh img {
  max-width: 500px;
}

.god-of-wealth-main.horseSehMain .god-of-wealth-ticket-wrapper {
  background-size: 100% 100%;
  padding: 10px 20px 14px 20px;
  top: 0;
}

.god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile {
  margin-top: -33px;
}

@media (max-width: 390px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile {
    margin-top: -13px;
  }
}

@media (max-width: 375px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile {
    margin-top: 0 !important;
  }
}

.god-of-wealth-main.horseSehMain .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide:hover .god-of-wealth-items.diamond,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide:hover .god-of-wealth-items.diamond {
  background: transparent;
}

.god-of-wealth-main.horseSehMain .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.jade-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.jade-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.jade-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.jade-horse {
  background: linear-gradient(94.17deg, #00FB7E 1.9%, #088956 100.02%);
}

.god-of-wealth-main.horseSehMain .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.amber-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.amber-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.amber-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.amber-horse {
  background: linear-gradient(93.56deg, #FF8800 1.36%, #FF5207 92.57%);
}

.god-of-wealth-main.horseSehMain .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.ruby-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.ruby-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.ruby-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.ruby-horse {
  background: linear-gradient(114.19deg, #DE0000 -18.38%, #8B0000 81.23%);
}

.god-of-wealth-main.horseSehMain .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.sapphire-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.sapphire-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.sapphire-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.sapphire-horse {
  background: linear-gradient(95.26deg, #001D93 0.39%, #070065 153.05%);
}

.god-of-wealth-main.horseSehMain .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.emerald-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.emerald-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.emerald-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.emerald-horse {
  background: linear-gradient(95.91deg, #0AC000 0%, #003202 99.48%);
}

.god-of-wealth-main.horseSehMain .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.diamond-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.desktop .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.diamond-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .god-of-wealth-items.diamond-horse,
.god-of-wealth-main.horseSehMain .god-of-wealth-nav.mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .swiper-slide-dot.diamond-horse {
  background: linear-gradient(94.07deg, #E4FFF9 -13.43%, #FFFFFF 120.61%);
  color: #012F3A !important;
}

.god-of-wealth-main.horseSehMain .god-of-wealth-swiper {
  margin-top: -93px;
  z-index: 0;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-swiper {
    margin-top: -83px;
  }
}

.god-of-wealth-main.horseSehMain .god-of-wealth-swiper .swiper-wrapper .swiper-slide::after,
.god-of-wealth-main.horseSehMain .god-of-wealth-swiper .swiper-wrapper .swiper-slide::before {
  display: none;
}

.god-of-wealth-main.horseSehMain .god-of-wealth-swiper .swiper-wrapper .swiper-slide .god-of-wealth-swiper-chest {
  max-width: 580px;
}

.god-of-wealth-main.horseSehMain .god-of-wealth-swiper .swiper-wrapper .swiper-slide .god-of-wealth-swiper-chest .chest-claim-wrapper {
  top: 50%;
  -webkit-transform: translate(-50%, 233%);
  transform: translate(-50%, 233%);
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-swiper .swiper-wrapper .swiper-slide .god-of-wealth-swiper-chest .chest-claim-wrapper {
    -webkit-transform: translate(-50%, 170%);
    transform: translate(-50%, 170%);
  }
}

.god-of-wealth-main.horseSehMain .god-of-wealth-swiper .swiper-wrapper .swiper-slide .god-of-wealth-swiper-chest .chest-claim-wrapper .god-of-wealth-claim-btn {
  padding: 12px 33px;
}

.god-of-wealth-main.horseSehMain .god-of-wealth-swiper .god-of-wealth-swiper-anchor.next {
  -webkit-transform: translate(450%, -50%);
          transform: translate(450%, -50%);
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-swiper .god-of-wealth-swiper-anchor.next {
    -webkit-transform: translate(230%, -50%);
            transform: translate(230%, -50%);
  }
}

.god-of-wealth-main.horseSehMain .god-of-wealth-swiper .god-of-wealth-swiper-anchor.prev {
  -webkit-transform: translate(-450%, -50%);
          transform: translate(-450%, -50%);
}

@media screen and (max-width: 512px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-swiper .god-of-wealth-swiper-anchor.prev {
    -webkit-transform: translate(-230%, -50%);
            transform: translate(-230%, -50%);
  }
}

.god-of-wealth-main.horseSehMain .god-of-wealth-swiper .mobile-solid-bg-overlay {
  bottom: 0;
}

@media (max-width: 375px) {
  .god-of-wealth-main.horseSehMain .god-of-wealth-swiper .mobile-solid-bg-overlay {
    bottom: -55px;
  }
}

.god-of-wealth-modal {
  background: rgba(0, 0, 0, 0.9) !important;
}

.god-of-wealth-modal .modal-dialog {
  max-width: 920px;
}

.god-of-wealth-modal .modal-dialog .modal-content .table-maxHeight {
  max-height: 490px;
  overflow: scroll;
  background: #320F00;
  border-collapse: collapse;
  border-radius: 30px;
  border-style: hidden;
  /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 3px white;
  /* this draws the table border  */
}

.god-of-wealth-modal .modal-dialog .modal-content .table-maxHeight::-webkit-scrollbar {
  display: none;
}

.god-of-wealth-modal .modal-dialog .modal-content .table-maxHeight table {
  overflow: hidden;
}

.god-of-wealth-modal .modal-dialog .modal-content .table-maxHeight table::-webkit-scrollbar {
  display: none;
}

.god-of-wealth-modal .modal-dialog .modal-content .table-maxHeight table tr td {
  border: 3px solid white;
}

.god-of-wealth-modal .modal-dialog .modal-content .table-maxHeight table tr.active {
  background: linear-gradient(145deg, #FFFA78 0.76%, #FFAF11 23.83%, #FFFF8D 53.56%, #FFC71D 88.93%);
  color: #FB0000;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-modal .modal-dialog .modal-content .youtube-video {
    max-height: 200px;
  }
}

.god-of-wealth-modal .modal-dialog .modal-content .price-pool-wrapper-box {
  border: 1px solid #F5DD5B;
  border-radius: 8px;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-modal .modal-dialog .modal-content .price-pool-wrapper-box {
    font-size: 0.7rem;
  }
}

.god-of-wealth-modal .modal-dialog .modal-content .price-pool-wrapper-box .title {
  min-height: 32px;
}

.god-of-wealth-modal .modal-dialog .modal-content .price-pool-wrapper-box .character {
  max-width: 160px;
}

.god-of-wealth-modal .modal-dialog .modal-content .custom_nav_tabs .nav-link {
  background-color: transparent;
  color: white !important;
  font-weight: bolder;
}

.god-of-wealth-modal .modal-dialog .modal-content .custom_nav_tabs .nav-link.active {
  background-color: #F5DD5B;
  color: black !important;
}

.god-of-wealth-modal::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent;
  border: 1px solid white;
}

.god-of-wealth-modal::-webkit-scrollbar-thumb {
  background: linear-gradient(144.97deg, #FFFA78 0.76%, #FFAF11 23.83%, #FFFF8D 53.56%, #FFC71D 88.93%);
  border-radius: 10px;
}

.god-of-wealth-modal.horseSehBox-modal .horseSehBox {
  border-radius: 13px;
  border: 3px solid transparent;
  background-image: linear-gradient(180deg, #FEECA2 0%, #FFFBE9 100%), linear-gradient(144.97deg, #FFAF11 0.76%, #FFFF8D 53.56%, #FFC71D 88.93%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-modal.horseSehBox-modal .horseSehBox {
    line-height: 20px;
  }
}

.god-of-wealth-modal.horseSehBox-modal .horseSehBox p {
  color: #000;
}

.god-of-wealth-modal.horseSehBox-modal .horseSehBox.bonusHeight {
  min-height: 191px;
}

.god-of-wealth-modal.horseSehBox-modal .horseSehBox.bonusHeight.id {
  min-height: 217px;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-modal.horseSehBox-modal .horseSehBox.bonusHeight {
    min-height: auto;
  }
}

.god-of-wealth-modal.horseSehBox-modal .horseGiftBox {
  border-radius: 13px;
  border: 3px solid transparent;
  background-image: linear-gradient(180deg, var(--accordion-bg-color) 0%, var(--accordion-bg-color) 100%), linear-gradient(180deg, #F5DD5B 0%, #D6740B 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  min-height: 288px;
}

.god-of-wealth-modal.horseSehBox-modal .horseGiftBox.id {
  min-height: 276px;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-modal.horseSehBox-modal .horseGiftBox.id {
    min-height: auto;
  }
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-modal.horseSehBox-modal .horseGiftBox {
    min-height: auto;
  }
}

.god-of-wealth-msg-modal .modal-content .modal-box-wrapper {
  background: #210A00;
  border: 4px solid #FFFA78;
  border-radius: 23px;
}

.god-of-wealth-msg-modal .modal-content .modal-box-wrapper .modal-body p {
  color: #FFF3B1;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal .modal-content .modal-box-wrapper .modal-body p {
    font-size: 2.4rem;
  }
}

.god-of-wealth-msg-modal .modal-content .modal-box-wrapper .modal-body label {
  line-height: 30px;
  margin-top: -5px;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal .modal-content .modal-box-wrapper .modal-body label {
    font-size: 1.1rem;
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog {
  max-width: calc(100% - 130px);
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog {
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper {
  cursor: pointer;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper {
    transition: none;
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.fade-out-animation {
  opacity: 0;
  visibility: hidden;
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.hover-hide-effect {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.shake-animation {
  -webkit-animation: shake 1s infinite alternate;
          animation: shake 1s infinite alternate;
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.move-to-middle {
  position: absolute !important;
  z-index: 1;
  top: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.move-to-middle {
    -webkit-transform: scale(2) translate(0, 60px);
    transform: scale(2) translate(0, 60px);
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.move-to-middle .god-of-wealth-info-btn.complete-claim-btn {
  -webkit-transform: translate(-50%, 200%);
  transform: translate(-50%, 200%);
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.move-to-middle .god-of-wealth-info-btn.complete-claim-btn {
    -webkit-transform: translate(-50%, 190%);
    transform: translate(-50%, 190%);
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.move-to-middle .god-of-wealth-info-btn.complete-claim-btn {
    -webkit-transform: translate(-50%, 185%);
    transform: translate(-50%, 185%);
  }
}

@media (max-width: 394px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.move-to-middle .god-of-wealth-info-btn.complete-claim-btn {
    -webkit-transform: translate(-50%, 167%);
    transform: translate(-50%, 167%);
  }
}

@media (max-width: 361px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.move-to-middle .god-of-wealth-info-btn.complete-claim-btn {
    -webkit-transform: translate(-50%, 187%);
    transform: translate(-50%, 187%);
  }
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.move-to-middle.set-current-angpau-prize .angpau-success-gift-text {
    top: 83px;
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.move-to-middle.set-current-angpau-prize .angpau-success-gift-text {
    top: 40px;
  }
}

@media (max-width: 376px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.move-to-middle.set-current-angpau-prize .angpau-success-gift-text {
    top: 36px;
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-img {
  -webkit-filter: drop-shadow(2px 1px 10px #917733);
          filter: drop-shadow(2px 1px 10px #917733);
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-img.enlarge-open-angpau {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-img.enlarge-open-angpau {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text {
  top: 83px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text {
    top: 83px;
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text {
    top: 43px;
  }
}

@media (max-width: 394px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text {
    top: 33px;
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text p:first-child {
    font-size: 1rem;
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text p:nth-child(2) {
  color: #292421;
  margin-top: -12px !important;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text p:nth-child(2) {
    margin-top: -6px !important;
    font-size: 0.55rem;
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text .set-gift-name {
  background: linear-gradient(to bottom, #FFFA78, #FFAF11, #FFFF8D, #FFC71D);
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  margin-top: -8px !important;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text .set-gift-name {
    margin-top: -2px !important;
    font-size: 1rem;
    -webkit-text-stroke: 3px transparent;
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text .set-gift-name.vn {
  font-size: 1.8rem;
  margin-top: -2px !important;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text .set-gift-name.vn {
    font-size: 0.8rem;
    margin-top: -2px !important;
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text .set-gift-name.th {
  font-size: 2rem;
  margin-top: -2px !important;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text .set-gift-name.th {
    font-size: 1rem;
    margin-top: -2px !important;
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text .set-normal-img {
  max-width: 150px;
  position: relative;
  top: -43px;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text .set-normal-img {
    top: -33px;
    max-width: 130px;
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text .set-normal-img {
    max-width: 60px;
    top: -16px;
  }
}

@media (max-width: 390px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text .set-normal-img {
    top: -10px;
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text .set-normal-img.adjustImageGiftPosition {
  top: -13px;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text .set-normal-img.adjustImageGiftPosition {
    top: 13px;
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text .set-normal-img.adjustImageGiftPosition {
    top: 0;
  }
}

@media (max-width: 390px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .angpau-success-gift-text .set-normal-img.adjustImageGiftPosition {
    top: -3px;
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.set-current-angpau-prize .angpau-success-gift-text {
  top: 43px;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.set-current-angpau-prize .angpau-success-gift-text {
    top: 30px;
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.set-current-angpau-prize .angpau-success-gift-text {
    top: 23px;
  }
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.set-current-angpau-prize:nth-child(-n+3) {
    margin-bottom: 83px;
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.set-current-angpau-prize:nth-child(-n+3) {
    margin-bottom: 33px;
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.disable-angpau-select {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.disable-angpau-select:nth-child(-n+3) {
    margin-bottom: 83px;
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper.disable-angpau-select:nth-child(-n+3) {
    margin-bottom: 33px;
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .god-of-wealth-info-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  padding: 6px 23px;
  -webkit-transform: translate(-50%, 58%);
  transform: translate(-50%, 58%);
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .god-of-wealth-info-btn.complete-open-btn {
  top: 20%;
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .god-of-wealth-info-btn.complete-claim-btn {
  top: 50%;
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .god-of-wealth-info-btn {
    font-size: 2rem;
    -webkit-transform: translate(-50%, 55%);
    transform: translate(-50%, 55%);
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .god-of-wealth-info-btn {
    font-size: 0.9rem;
    padding: 4px 13px;
    -webkit-transform: translate(-50%, 60%);
    transform: translate(-50%, 60%);
  }
}

@media (max-width: 394px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .god-of-wealth-info-btn {
    -webkit-transform: translate(-50%, 53%);
    transform: translate(-50%, 53%);
  }
}

@media (max-width: 361px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .god-of-wealth-info-btn {
    font-size: 0.8rem;
    padding: 3px 13px;
    -webkit-transform: translate(-50%, 58%);
    transform: translate(-50%, 58%);
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .god-of-wealth-info-btn.complete-claim-btn {
  -webkit-transform: translate(-50%, 206%);
  transform: translate(-50%, 206%);
}

@media screen and (max-width: 1023px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .god-of-wealth-info-btn.complete-claim-btn {
    font-size: 2rem;
    -webkit-transform: translate(-50%, 198%);
    transform: translate(-50%, 198%);
  }
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .god-of-wealth-info-btn.complete-claim-btn {
    font-size: 0.9rem;
    padding: 4px 13px;
    -webkit-transform: translate(-50%, 206%);
    transform: translate(-50%, 206%);
  }
}

@media (max-width: 394px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .god-of-wealth-info-btn.complete-claim-btn {
    -webkit-transform: translate(-50%, 193%);
    transform: translate(-50%, 193%);
  }
}

@media (max-width: 361px) {
  .god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .append-chest-gift-angpau .angpau-img-wrapper .god-of-wealth-info-btn.complete-claim-btn {
    font-size: 0.8rem;
    padding: 3px 13px;
    -webkit-transform: translate(-50%, 206%);
    transform: translate(-50%, 206%);
  }
}

.god-of-wealth-msg-modal#god-of-wealth-angpau-modal .modal-dialog .god-of-wealth-default-btn {
  padding: 13px 33px;
}

.god-of-wealth-msg-modal#god-of-wealth-confirmation-modal .god-of-wealth-default-btn {
  padding: 13px 33px;
}

.god-of-wealth-msg-modal#loginRegisterModal .god-of-wealth-default-btn {
  padding: 13px 33px;
}

@media screen and (max-width: 512px) {
  .god-of-wealth-msg-modal#loginRegisterModal .god-of-wealth-default-btn {
    font-size: 1.1rem;
    line-height: 26px;
  }
}

.god-of-wealth-msg-modal#error-modal .modal-content .modal-box-wrapper .modal-body label {
  line-height: 33px;
  margin-top: -3px;
}

.god-of-wealth-msg-modal#error-modal .modal-content .god-of-wealth-default-btn.close-btn {
  padding: 13px 33px;
}

.god-of-wealth-msg-modal#claimCheckInModal .modal-dialog {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.god-of-wealth-msg-modal#claimCheckInModal .modal-dialog .setClaimPrize {
  background: linear-gradient(144.97deg, #FFAF11 0.76%, #FFFF8D 53.56%, #FFC71D 88.93%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  margin-top: -5px !important;
}

.god-of-wealth-info-wrapper {
  display: inline-block;
  align-items: center;
  justify-content: start;
  position: absolute;
  top: 1px;
}

@media screen and (max-width: 799px) {
  .god-of-wealth-info-wrapper {
    display: flex;
    justify-content: center;
    position: unset;
    top: unset;
  }
}

.god-of-wealth-leaderboard-modal .modal-dialog {
  max-width: 520px;
}

.campaign-gold {
  color: #EDC274;
}

.campaign-brown {
  color: #442500;
}

.campaign-btn {
  background: transparent;
  border: 3px solid rgba(237, 194, 116, 0.4);
  text-transform: capitalize;
  color: white;
  padding: 5px 20px;
  border-radius: 10px;
  transition: all 0.4s ease;
  min-width: 143px;
}

@media screen and (max-width: 512px) {
  .campaign-btn {
    white-space: nowrap;
    padding: 5px 2px;
    min-width: 90px;
  }
}

.campaign-btn:hover,
.campaign-btn.claimed {
  background: linear-gradient(90deg, #CD973D 0%, #EDC274 100%);
  color: #442500;
  border: 3px solid transparent;
  box-shadow: 0 0 10px 4px rgba(237, 194, 116, 0.3);
  -webkit-box-shadow: 0 0 10px 4px rgba(237, 194, 116, 0.3);
  -moz-box-shadow: 0 0 10px 4px rgba(237, 194, 116, 0.3);
}

.campaign-btn:hover img,
.campaign-btn.claimed img {
  -webkit-filter: invert(0%) sepia(90%) saturate(7459%) hue-rotate(59deg) brightness(105%) contrast(111%);
          filter: invert(0%) sepia(90%) saturate(7459%) hue-rotate(59deg) brightness(105%) contrast(111%);
}

.campaign-btn:hover.disableClaimed,
.campaign-btn.claimed.disableClaimed {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  box-shadow: none;
}

.campaign-btn .history-dot {
  top: -6px;
  right: -8px;
}

.campaign-btn.event-btn {
  border: 2px solid rgba(237, 194, 116, 0.4);
  padding: 6px 33px;
  border-radius: 8px;
}

@media screen and (max-width: 512px) {
  .campaign-btn.event-btn {
    font-size: 1.3rem;
  }
}

.progress-bar {
  border-radius: 50px;
  height: 8px;
  background: #505050;
}

.progress-bar .bar {
  background: linear-gradient(90deg, #CD973D 0%, #EDC274 100%);
  border-radius: 50px;
  width: var(--width);
}

.total-win-wrapper {
  border: 2px solid rgba(237, 194, 116, 0.4);
  border-radius: 13px;
  background: rgba(237, 194, 116, 0.15);
}

.total-win-wrapper .total-amount {
  background: linear-gradient(90deg, #CD973D 0%, #EDC274 100%);
}

.total-win-wrapper.homepageMobile {
  border: 2px solid rgba(237, 194, 116, 0.4);
  background: #292421;
  border-radius: 8px;
}

.personal-showless .fa.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 512px) {
  .mobile-total-wrapper .total-amount {
    background: #292421;
    border-radius: 8px;
  }

  .showmoreless {
    background: linear-gradient(90deg, #CD973D 0%, #EDC274 100%);
    color: #442500;
  }
}

@media screen and (max-width: 1023px) {
  .idx-personal-achievement {
    transition: all 0.4s ease;
  }

  .idx-personal-achievement.close {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}

.idx-personal-achievement .personal-wining-wrapper .nav-tabs li {
  text-align: center;
  border: 0 !important;
}

.idx-personal-achievement .personal-wining-wrapper .nav-tabs li a {
  background: transparent;
  border: 2px solid transparent !important;
  border-bottom: 0 !important;
  color: white !important;
  opacity: 0.6;
  transition: all 0.4s ease;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

@media screen and (max-width: 512px) {
  .idx-personal-achievement .personal-wining-wrapper .nav-tabs li a {
    line-height: 16px;
    min-height: 50px;
  }
}

.idx-personal-achievement .personal-wining-wrapper .nav-tabs li a.active,
.idx-personal-achievement .personal-wining-wrapper .nav-tabs li a:hover {
  border: 2px solid #292421 !important;
  background: #292421;
  border-bottom: 0 !important;
  opacity: 1;
}

.idx-personal-achievement .personal-wining-wrapper .tab-content {
  max-height: 243px;
  min-height: 243px;
  overflow-y: scroll;
  background: #292421;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.idx-personal-achievement .personal-wining-wrapper .tab-content::-webkit-scrollbar {
  width: 8px;
}

.idx-personal-achievement .personal-wining-wrapper .tab-content::-webkit-scrollbar-track {
  background: transparent;
}

.idx-personal-achievement .personal-wining-wrapper .tab-content::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #505050;
}

.idx-personal-achievement .personal-wining-wrapper .tab-content.middle {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.idx-personal-achievement .personal-wining-wrapper .tab-content.left {
  border-top-right-radius: 8px;
}

.idx-personal-achievement .personal-wining-wrapper .tab-content.right {
  border-top-left-radius: 8px;
}

.idx-personal-achievement .personal-wining-wrapper .tab-content .tab-pane .top-wining-flex .top-wining-col {
  width: 32%;
}

@media screen and (max-width: 512px) {
  .idx-personal-achievement .personal-wining-wrapper .tab-content .tab-pane .top-wining-flex .top-wining-col {
    width: 48%;
  }
}

.idx-personal-achievement .personal-wining-wrapper .tab-content .tab-pane .top-wining-flex .top-wining-col:nth-last-child(-n+3) {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.idx-personal-achievement .personal-wining-wrapper .tab-content .tab-pane .top-wining-flex .top-wining-col .provider-card-items {
  background: #000;
  border-radius: 8px;
}

.idx-personal-achievement .personal-wining-wrapper .tab-content .tab-pane .top-wining-flex .top-wining-col .provider-card-items img {
  min-height: 64px;
}

.idx-personal-achievement .personal-wining-wrapper .tab-content .tab-pane .card-items:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.idx-personal-achievement .personal-wining-wrapper .tab-content .tab-pane .card-items .campaign-btn {
  min-width: 147px;
}

@media screen and (max-width: 512px) {
  .idx-personal-achievement .personal-wining-wrapper .tab-content .tab-pane .card-items .campaign-btn {
    min-width: 131px;
  }
}

.idx-personal-achievement .personal-wining-wrapper .tab-content .progress-bar .bar {
  background: white;
}

.achievement-container {
  max-width: 1260px;
}

.nav-background {
  background: var(--hot-promo-bg);
  border-radius: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 512px) {
  .nav-background {
    width: 100%;
  }
}

.personal-nav {
  padding: 10px;
}

@media screen and (max-width: 512px) {
  .personal-nav .nav-item {
    padding: auto;
    width: 33.33%;
  }
}

.personal-nav .nav-item .nav-link {
  color: var(--main-font-color) !important;
  background: transparent !important;
  border-radius: 30px;
  border: 1px solid var(--prediction-tab-bg);
  margin-right: 10px;
  text-align: center;
  font-weight: 700;
  padding: 8px 40px;
}

@media screen and (max-width: 512px) {
  .personal-nav .nav-item .nav-link {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: unset !important;
    padding-right: unset !important;
  }
}

.personal-nav .nav-item .nav-link.active {
  background: linear-gradient(90deg, #CD973D 0%, #EDC274 100%) !important;
  color: #000 !important;
}

.history-dot {
  position: absolute;
  top: 0;
  right: 8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
}

.overall-btn {
  background: transparent;
  border-radius: 8px;
  color: white;
  padding: 5px 24px;
  border: none;
}

.overall-btn.active {
  border: 1px solid #EDC274;
}

.custom-dropdown-achievement .filter-box {
  padding: 6px 16px 6px 10px;
  border-radius: 5px;
  min-width: 130px;
  background-color: #292421;
  border: 0px;
  text-align: left;
  color: #9E9E9E;
  font-weight: 700;
}

@media screen and (max-width: 512px) {
  .custom-dropdown-achievement .filter-box {
    min-width: 42vw;
  }
}

.custom-dropdown-achievement .filter-box::after {
  color: #9E9E9E;
  position: absolute;
  right: 7px;
  top: 50%;
}

.custom-dropdown-achievement .dropdown-item {
  background: #292421;
  color: white;
  font-weight: 500;
}

.custom-dropdown-achievement .dropdown-item.active {
  background: #FF0031 !important;
  color: white !important;
}

.custom-dropdown-achievement .dropdown-item:hover {
  background: #292421;
  color: white;
}

.date-input-field {
  background-color: #292421 !important;
  color: #9E9E9E !important;
  border: 0px;
  font-weight: 700;
}

.date-input-field::after {
  color: #9E9E9E;
  position: absolute;
  right: 7px;
  top: 50%;
}

.achievement-winner-card {
  width: 32%;
  background: black;
  padding: 5px;
  border-radius: 10px;
}

@media screen and (max-width: 512px) {
  .achievement-winner-card {
    width: 30%;
  }
}

.achievement-winner-card.swip {
  background: black;
  border-radius: 10px;
}

.achievement-winner-card .img-card {
  border-radius: 10px;
  position: relative;
  background: var(--winner-color);
}

.achievement-winner-card .img-card::before {
  content: "";
  background-image: url(/assets/index/winner/winner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  opacity: 10%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.achievement-winner-card .img-border {
  border-radius: 10px;
}

.personal-record {
  background: linear-gradient(90deg, #CD973D 0%, #EDC274 100%);
  border-radius: 7px;
  color: #442500;
  font-weight: 700;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

#top-record .top-record {
  border-radius: 7px;
  font-weight: 700;
  padding-top: 3px;
  padding-bottom: 3px;
  background: transparent;
  margin-left: 0;
  margin-right: 0;
}

#top-record .top-record:nth-child(even) {
  background: #292421 !important;
}

.text-event-color {
  color: #EDC274;
}

.data-stick {
  position: sticky;
  top: 88px;
}

.achivement-rewards {
  background: var(--hot-promo-bg);
  margin-top: 12px;
  padding: 20px;
  border-radius: 20px;
}

.claimNowIconAnimate {
  max-width: 23px;
}

.claimNowIconAnimate img {
  -webkit-filter: invert(100%) sepia(0%) saturate(7427%) hue-rotate(23deg) brightness(118%) contrast(118%);
          filter: invert(100%) sepia(0%) saturate(7427%) hue-rotate(23deg) brightness(118%) contrast(118%);
}

.claimNowIconAnimate .claim-now-present {
  -webkit-animation: presentBtn 1.2s ease-in-out infinite;
          animation: presentBtn 1.2s ease-in-out infinite;
}

@-webkit-keyframes presentBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  20% {
    -webkit-transform: scale(1.2) rotate(10deg);
            transform: scale(1.2) rotate(10deg);
  }

  30% {
    -webkit-transform: scale(1.2) rotate(0);
            transform: scale(1.2) rotate(0);
  }

  40% {
    -webkit-transform: scale(1.2) rotate(-10deg);
            transform: scale(1.2) rotate(-10deg);
  }

  50% {
    -webkit-transform: scale(1.2) rotate(0);
            transform: scale(1.2) rotate(0);
  }

  60% {
    -webkit-transform: scale(1.2) rotate(10deg);
            transform: scale(1.2) rotate(10deg);
  }

  70% {
    -webkit-transform: scale(1.2) rotate(0);
            transform: scale(1.2) rotate(0);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@keyframes presentBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  20% {
    -webkit-transform: scale(1.2) rotate(10deg);
            transform: scale(1.2) rotate(10deg);
  }

  30% {
    -webkit-transform: scale(1.2) rotate(0);
            transform: scale(1.2) rotate(0);
  }

  40% {
    -webkit-transform: scale(1.2) rotate(-10deg);
            transform: scale(1.2) rotate(-10deg);
  }

  50% {
    -webkit-transform: scale(1.2) rotate(0);
            transform: scale(1.2) rotate(0);
  }

  60% {
    -webkit-transform: scale(1.2) rotate(10deg);
            transform: scale(1.2) rotate(10deg);
  }

  70% {
    -webkit-transform: scale(1.2) rotate(0);
            transform: scale(1.2) rotate(0);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

.claimNowIconAnimate .claim-now-click {
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: clickBtn 1.2s ease-in-out infinite;
          animation: clickBtn 1.2s ease-in-out infinite;
}

@-webkit-keyframes clickBtn {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes clickBtn {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

/** Leaderboard PH **/

.leaderboard {
  font-family: "Roboto", sans-serif;
}

.leaderboard-date {
  color: #FF0031;
  font-weight: 700;
  font-size: 1.3rem;
}

.leaderboard-myr-date {
  color: #292421;
  font-weight: 700;
  font-size: 1.3rem;
}

.leaderboard.page-content {
  background-color: white;
}

.leaderboard-rank-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/assets/leaderboard/rank_title.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 512px) {
  .leaderboard-rank-bg::before {
    width: 45%;
    left: 30%;
    top: 5%;
    background-size: contain;
  }
}

.leaderboard-rank-bg .leaderboard-tnc-button {
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
  -webkit-animation: tnc-button-bounce 2s ease infinite;
          animation: tnc-button-bounce 2s ease infinite;
}

.leaderboard-rank-bg .leaderboard-tnc-button i {
  font-size: 25px;
}

.leaderboard-rank-bg.id::before {
  background-image: url(/assets/leaderboard/id/rank_title.png);
}

.leaderboard-rank .mybg::before {
  background: #292421;
  background-image: none !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.leaderboard-rank .mybg .my-title {
  color: white;
  font-size: 2.1rem;
}

.leaderboard-rank-wrapper {
  background: #F3F5F6;
  border-radius: 0px 0px 20px 20px;
}

.leaderboard-rank-wrapper-table tr {
  border-bottom: 12px solid #F3F5F6;
}

.leaderboard-rank-wrapper-table tr th {
  color: #FF0031;
  font-weight: 700;
  font-size: 1.3rem;
}

@media screen and (max-width: 512px) {
  .leaderboard-rank-wrapper-table tr th {
    font-size: 1rem;
  }
}

.leaderboard-rank-wrapper-table tbody {
  color: #505050;
}

@media screen and (max-width: 512px) {
  .leaderboard-rank-wrapper-table tbody {
    font-size: 0.9rem;
  }
}

.leaderboard-rank-wrapper-table tbody :nth-child(1).row-bg {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  border-radius: 10px;
}

.leaderboard-rank-wrapper-table tbody :nth-child(1) td {
  color: white;
}

.leaderboard-rank-wrapper-table tbody :nth-child(1) td :nth-child(1) {
  color: #000;
}

.leaderboard-rank-wrapper-table tbody :nth-child(1) td .rank {
  width: 20%;
  border-radius: 15px;
  background: linear-gradient(90deg, #DE9F17 0%, #CF9A15 12.81%, #FFF68A 68.02%, #FFCF45 100%);
}

@media screen and (max-width: 512px) {
  .leaderboard-rank-wrapper-table tbody :nth-child(1) td .rank {
    width: 50%;
  }
}

.leaderboard-rank-wrapper-table tbody :nth-child(2).row-bg {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  border-radius: 10px;
}

.leaderboard-rank-wrapper-table tbody :nth-child(2) td {
  color: white;
}

.leaderboard-rank-wrapper-table tbody :nth-child(2) td :nth-child(1) {
  color: #000;
}

.leaderboard-rank-wrapper-table tbody :nth-child(2) td .rank {
  border-radius: 15px;
  width: 20%;
  background: linear-gradient(90deg, #989898 0%, #C1C1C1 28.87%, #D4D4D4 45.94%, #ECECEC 71.18%, #F4F4F4 87.04%, #FFFFFF 115.71%);
}

@media screen and (max-width: 512px) {
  .leaderboard-rank-wrapper-table tbody :nth-child(2) td .rank {
    width: 50%;
  }
}

.leaderboard-rank-wrapper-table tbody :nth-child(3).row-bg {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  border-radius: 10px;
}

.leaderboard-rank-wrapper-table tbody :nth-child(3) td {
  color: white;
}

.leaderboard-rank-wrapper-table tbody :nth-child(3) td :nth-child(1) {
  color: #000;
}

.leaderboard-rank-wrapper-table tbody :nth-child(3) td .rank {
  width: 20%;
  border-radius: 15px;
  background: linear-gradient(90deg, #A66641 12.86%, #BF834E 26.65%, #F2B077 58.16%, #F2B999 135.5%);
}

@media screen and (max-width: 512px) {
  .leaderboard-rank-wrapper-table tbody :nth-child(3) td .rank {
    width: 50%;
  }
}

.leaderboard-rank-wrapper-table tbody tr {
  background: #FFFFFF;
  border-radius: 10px;
}

.leaderboard-rank-wrapper-table tbody tr td {
  border-bottom: 20px solid #F3F5F6;
  font-weight: 700;
}

.leaderboard-rank-wrapper-tabBtn {
  text-align: center;
  opacity: 0.5;
}

.leaderboard-rank-wrapper .nav .active {
  opacity: 1;
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  color: white !important;
  font-weight: bold;
}

.leaderboard-rank-wrapper .nav-tabs {
  border-bottom: 0px;
}

.leaderboard-rank-wrapper .nav-tabs .nav-link {
  border-radius: 50px;
  padding: 8px 22px;
}

.leaderboard-prize-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/assets/leaderboard/prizes-title.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 512px) {
  .leaderboard-prize-bg::before {
    width: 45%;
    left: 28%;
    top: 5%;
    background-size: contain;
  }
}

.leaderboard-prize-bg.id::before {
  background-image: url(/assets/leaderboard/id/prizes-title.png);
}

.leaderboard-prize-wrapper {
  background: #F3F5F6;
  border-radius: 0px 0px 20px 20px;
}

.leaderboard-prize-wrapper-table tr {
  border-bottom: 12px solid #F3F5F6;
}

.leaderboard-prize-wrapper-table tr th {
  color: #FF0031;
  font-weight: 700;
  font-size: 1.3rem;
}

@media screen and (max-width: 512px) {
  .leaderboard-prize-wrapper-table tr th {
    font-size: 1rem;
  }
}

.leaderboard-prize-wrapper-table tbody {
  color: #505050;
}

@media screen and (max-width: 512px) {
  .leaderboard-prize-wrapper-table tbody {
    font-size: 0.8rem;
  }
}

.leaderboard-prize-wrapper-table tbody :nth-child(1).row-bg {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  border-radius: 10px;
}

.leaderboard-prize-wrapper-table tbody :nth-child(1) td {
  color: white;
}

.leaderboard-prize-wrapper-table tbody :nth-child(1) td :nth-child(1) {
  color: #000;
}

.leaderboard-prize-wrapper-table tbody :nth-child(1) td .rank {
  width: 25%;
  border-radius: 15px;
  background: linear-gradient(90deg, #DE9F17 0%, #CF9A15 12.81%, #FFF68A 68.02%, #FFCF45 100%);
}

@media screen and (max-width: 512px) {
  .leaderboard-prize-wrapper-table tbody :nth-child(1) td .rank {
    width: 50%;
  }
}

.leaderboard-prize-wrapper-table tbody :nth-child(2).row-bg {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  border-radius: 10px;
}

.leaderboard-prize-wrapper-table tbody :nth-child(2) td {
  color: white;
}

.leaderboard-prize-wrapper-table tbody :nth-child(2) td :nth-child(1) {
  color: #000;
}

.leaderboard-prize-wrapper-table tbody :nth-child(2) td .rank {
  border-radius: 15px;
  width: 25%;
  background: linear-gradient(90deg, #989898 0%, #C1C1C1 28.87%, #D4D4D4 45.94%, #ECECEC 71.18%, #F4F4F4 87.04%, #FFFFFF 115.71%);
}

@media screen and (max-width: 512px) {
  .leaderboard-prize-wrapper-table tbody :nth-child(2) td .rank {
    width: 50%;
  }
}

.leaderboard-prize-wrapper-table tbody :nth-child(3).row-bg {
  background: linear-gradient(90deg, #B00022 0%, #FF0031 100%);
  border-radius: 10px;
}

.leaderboard-prize-wrapper-table tbody :nth-child(3) td {
  color: white;
}

.leaderboard-prize-wrapper-table tbody :nth-child(3) td :nth-child(1) {
  color: #000;
}

.leaderboard-prize-wrapper-table tbody :nth-child(3) td .rank {
  width: 25%;
  border-radius: 15px;
  background: linear-gradient(90deg, #A66641 12.86%, #BF834E 26.65%, #F2B077 58.16%, #F2B999 135.5%);
}

@media screen and (max-width: 512px) {
  .leaderboard-prize-wrapper-table tbody :nth-child(3) td .rank {
    width: 50%;
  }
}

.leaderboard-prize-wrapper-table tbody tr {
  background: #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
}

.leaderboard-prize-wrapper-table tbody tr td {
  border-bottom: 20px solid #F3F5F6;
  font-weight: 700;
}

.leaderboard-prize-wrapper-table tbody :nth-child(-n+3) .gift-img {
  overflow: hidden;
}

.leaderboard-prize-wrapper-table tbody :nth-child(-n+3) .gift-img img {
  width: 94px;
}

@media screen and (max-width: 512px) {
  .leaderboard-prize-wrapper-table tbody :nth-child(-n+3) .gift-img img {
    width: 78px;
  }
}

.leaderboard-prize-wrapper-table tbody :nth-child(n+4) .gift-img {
  overflow: hidden;
}

.leaderboard-prize-wrapper-table tbody :nth-child(n+4) .gift-img img {
  width: 104px;
  margin-bottom: -48px;
}

.prize-pop .modal-content {
  border-radius: 20px;
}

.prize-pop .modal-content .btn-close-circle {
  right: 0;
  top: -2%;
  width: 35px;
  height: 35px;
  z-index: 99;
}

.prize-pop .modal-content .modal-body .prize-img {
  background: #F3F5F6;
  height: 400px;
}

@media screen and (max-width: 512px) {
  .prize-pop .modal-content .modal-body .prize-img {
    height: 300px;
  }
}

.prize-pop .modal-content .modal-body .prize-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.prize-pop .modal-content .modal-body .prize-name {
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
}

.prize-pop .modal-content .modal-body .prize-name :nth-child(1) {
  font-size: 1.8rem;
}

.prize-pop .modal-content .modal-body .prize-name :nth-child(2) {
  color: #505050;
}

.prize-pop .modal-content .modal-body .btn {
  padding: 4px 50px;
  border-radius: 11px;
  background: red;
}

.custom-dropdown .filter-box {
  padding: 6px 16px 6px 10px;
  border-radius: 5px;
  min-width: 130px;
  background: #9E9E9E;
  border: 0px;
  text-align: left;
  color: white;
  font-weight: 700;
}

.custom-dropdown .filter-box::after {
  color: white;
  position: absolute;
  right: 7px;
  top: 50%;
}

.custom-dropdown .dropdown-item {
  background: white;
  color: #9E9E9E;
  font-weight: 500;
}

.custom-dropdown .dropdown-item.active {
  background: #FF0031 !important;
  color: white !important;
}

.custom-dropdown .dropdown-item:hover {
  background: white;
  color: #9E9E9E;
}

#leaderboard-tnc .modal-dialog .modal-content {
  background: transparent;
}

#leaderboard-tnc .modal-dialog .modal-content .modal-body {
  background-image: url(/assets/leaderboard/leaderboard-tnc-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

#leaderboard-tnc .modal-dialog .modal-content .modal-body::before {
  content: none;
}

#leaderboard-tnc .modal-dialog .modal-content .modal-body .tnc-title {
  font-size: 23px;
  font-weight: bold;
  color: white;
}

#leaderboard-tnc .modal-dialog .modal-content .modal-body .tnc-title i {
  right: 0;
  cursor: pointer;
}

#leaderboard-tnc .modal-dialog .modal-content .modal-body .tnc-content {
  font-size: 14px;
}

@-webkit-keyframes tnc-button-bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes tnc-button-bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 512px) {
  .cny-provider::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -140%);
    transform: translate(0, -140%);
    width: 100%;
    height: 10%;
    background: linear-gradient(to bottom, transparent, var(--navbar-flevel-color));
  }
}

.cny-provider-container .watch-board {
  max-height: 350px;
}

.cny-provider-container .board-frame {
  background-image: url("/assets/marathon/patek_philippe/frame.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/marathon/patek_philippe/frame.webp") 1x);
  background-size: 100% 100%;
  z-index: 10;
}

@media screen and (max-width: 512px) {
  .cny-provider-container .board-frame {
    background-size: 95% 100%;
  }
}

@media screen and (max-width: 512px) {
  .cny-provider-container .board-frame.order-2 {
    margin-top: 100% !important;
  }
}

@media only screen and (max-width: 512px) and (max-height: 950px) and (min-height: 741px) {
  .cny-provider-container .board-frame.order-2.sg {
    margin-top: 400px !important;
  }
}

.cny-provider-container .board-frame .board-limit {
  height: 275px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (max-width: 512px) {
  .cny-provider-container .board-frame .board-limit {
    height: 280px;
  }
}

.cny-provider-container .board-frame .board-limit::-webkit-scrollbar {
  display: none;
}

.cny-provider-container .board-frame .frame-bg {
  margin: 10px;
  border-radius: 10px;
  height: calc(100% - 20px);
}

@media screen and (max-width: 512px) {
  .cny-provider-container .board-frame .frame-bg {
    margin: 0px auto;
  }
}

.cny-provider-container .board-frame .frame-bg .personal-frame {
  background-image: url("/assets/marathon/cny/personal_frame.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/marathon/cny/personal_frame.webp") 1x);
  background-size: 100% 100%;
  margin: 10px 1rem;
  padding: 20px 0px;
}

.cny-provider-container .board-frame .board-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 16px 6px 0 6px;
  font-family: Quicksilver;
  font-style: italic;
  font-size: 1.2rem;
}

.cny-provider-container .board-frame .sub-title {
  font-size: 1.1rem;
  font-family: Quicksilver;
  font-style: italic;
  font-weight: 600;
}

@media screen and (max-width: 512px) {
  .cny-provider-container .board-frame .list_prize {
    font-size: 11px;
  }
}

.cny-provider-container .bg-shock {
  left: 0;
  top: -85px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  z-index: 1;
}

.cny-provider-container .title-frame {
  background-image: url("/assets/marathon/cny/personal_frame.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/marathon/cny/personal_frame.webp") 1x);
  background-size: 100% 100%;
  margin: 10px 1.5rem;
  padding: 23px 0px 20px 0;
}

.cny-provider-container .center-position {
  position: relative;
}

.cny-provider-container .tnc-button-bg {
  background-image: url("/assets/marathon/cny/tnc_button.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/marathon/cny/tnc_button.webp") 1x);
  background-size: 100% 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 47px 2px 20px;
  cursor: pointer;
}

.cny-provider #termsModal .modal-content {
  height: 73vh;
  width: 100%;
  overflow: scroll;
}

.cny-provider #termsModal .modal-content::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 512px) {
  .cny-provider #termsModal .modal-content {
    height: 82vh;
  }
}

.cny-provider #termsModal .terms-table td,
.cny-provider #termsModal .terms-table th {
  border: 1px solid #dddddd;
  text-align: center;
}

.cny-provider .terms-modal-bg {
  padding: 35px 40px;
  font-style: italic;
  border-radius: 10px;
  border: 3px solid #FD2C2C;
  background: linear-gradient(to bottom, #B2000B, #49090D);
}

@media screen and (max-width: 512px) {
  .cny-provider .terms-modal-bg {
    padding: 26px 20px;
  }
}

.rebate-card-container {
  background: url(/assets/events/instant-rebate/desktop_bg.png);
  background-size: 98% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center top;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 512px) {
  .rebate-card-container {
    background: url(/assets/events/instant-rebate/mobile_bg.png);
  }
}

.rebate-card-container.disabled {
  opacity: 0.5;
}

.anniversary-wrapper {
  background: url("/assets/events/anniversary/anniversary-bg-desktop.jpg") no-repeat center center;
  background-size: cover;
  margin-top: -6px;
  font-family: "Figtree", sans-serif;
}

@media screen and (max-width: 512px) {
  .anniversary-wrapper {
    background: linear-gradient(to bottom, transparent, #4b0909 80%, var(--body-extra-color)), url("/assets/events/anniversary/anniversary-bg-mobile.jpg") no-repeat top center/contain;
  }
}

.anniversary-wrapper .anniversary-title {
  max-width: 440px;
}

@media screen and (max-width: 512px) {
  .anniversary-wrapper .anniversary-title {
    max-width: 310px;
  }
}

.anniversary-wrapper .anniversary-left-img {
  margin-top: -103px;
}

@media screen and (max-width: 512px) {
  .anniversary-wrapper .anniversary-left-img {
    margin-top: -63px;
  }
}

.anniversary-wrapper .anniversary-event-timeline {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-93%, 60%);
  transform: translate(-93%, 60%);
}

@media screen and (max-width: 512px) {
  .anniversary-wrapper .anniversary-event-timeline {
    -webkit-transform: translate(-83%, 28%) scale(0.65);
    transform: translate(-83%, 28%) scale(0.65);
  }
}

.anniversary-wrapper .anniversary-event-timeline-title {
  background: #2a0000;
  color: white;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
}

.anniversary-wrapper .anniversary-event-timeline-items {
  color: white;
  background: rgba(42, 0, 0, 0.8);
  border-radius: 8px;
  min-width: 120px;
}

.anniversary-wrapper .anniversary-event-timeline-items:first-child {
  -webkit-clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 0 49%, 0% 0%);
          clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 0 49%, 0% 0%);
  padding-right: 23px;
  padding-left: 16px;
}

.anniversary-wrapper .anniversary-event-timeline-items:last-child {
  -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0 100%, 15% 51%, 0 0);
          clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0 100%, 15% 51%, 0 0);
  margin-left: -9px;
  padding-left: 33px;
  padding-right: 16px;
}

.anniversary-wrapper .anniversary-event-timeline-items .date {
  margin: -16px 0 -20px !important;
}

.anniversary-wrapper .anniversary-details-wrapper {
  color: var(--main-font-color);
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-tnc .tnc-icon {
  max-width: 25px;
  transition: all 0.4s ease;
  -webkit-filter: invert(100%) sepia(15%) saturate(2%) hue-rotate(226deg) brightness(106%) contrast(100%);
          filter: invert(100%) sepia(15%) saturate(2%) hue-rotate(226deg) brightness(106%) contrast(100%);
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .anniversary-wrapper .anniversary-details-wrapper .anniversary-tnc .tnc-icon {
    transition: none;
  }
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-tnc .tnc-icon:hover {
  -webkit-filter: invert(18%) sepia(100%) saturate(5359%) hue-rotate(341deg) brightness(94%) contrast(116%);
          filter: invert(18%) sepia(100%) saturate(5359%) hue-rotate(341deg) brightness(94%) contrast(116%);
}

@media screen and (max-width: 512px) {
  .anniversary-wrapper .anniversary-details-wrapper .anniversary-tnc .tnc-icon {
    max-width: 20px;
  }
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-tnc-box {
  border: 1px solid #FF0031;
  border-radius: 13px;
  padding: 13px 18px;
}

@media screen and (max-width: 512px) {
  .anniversary-wrapper .anniversary-details-wrapper .anniversary-tnc-box {
    padding: 6px 8px 10px 8px;
    border: 2px solid #FF0031;
  }
}

@media screen and (max-width: 512px) {
  .anniversary-wrapper .anniversary-details-wrapper .anniversary-tnc-box-title {
    font-size: 1.2rem;
  }
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-tnc-box-desc {
  line-height: 18px;
  margin-top: 2px !important;
}

@media screen and (max-width: 512px) {
  .anniversary-wrapper .anniversary-details-wrapper .anniversary-tnc-box-desc {
    margin-top: 0 !important;
  }
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-tnc-box.last {
  background: rgba(255, 0, 49, 0.3);
  border: 3px solid #FF0031;
  -webkit-filter: drop-shadow(0 0 10px #FF0031);
          filter: drop-shadow(0 0 10px #FF0031);
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-tnc-box.last .anniversary-tnc-box-title {
  line-height: 26px;
  color: var(--main-font-color);
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-tnc-box.last .total-completed-tasks {
  opacity: 0.6;
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-mission-list {
  background: rgba(41, 36, 33, 0.5);
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-mission-list .progress-bar {
  height: 8px;
  border-radius: 50px;
  background-color: var(--prediction-tab-bg);
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-mission-list .progress-bar .progress {
  width: var(--progress);
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-mission-list .action-btn {
  background: white;
  border-radius: 50px;
  color: var(--seo-content-bg);
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .anniversary-wrapper .anniversary-details-wrapper .anniversary-mission-list .action-btn {
    transition: none;
  }
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-mission-list .action-btn .fa-arrow-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-mission-list .action-btn:hover {
  background: #FF0031;
  color: white;
}

@media (max-width: 360px) {
  .anniversary-wrapper .anniversary-details-wrapper .anniversary-mission-list .action-btn {
    max-height: 23px;
    top: 5px;
    position: relative;
  }
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-mission-list-items.completed {
  opacity: 0.6;
  color: #019700;
  pointer-events: none;
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-mission-list-items.completed .progress-bar {
  background: #019700;
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-mission-list-items.completed .progress-bar .progress {
  background: #019700;
}

.anniversary-wrapper .anniversary-details-wrapper .anniversary-mission-list-items.completed .action-btn {
  color: #019700;
  background: transparent;
}

#tncModal .modal-dialog {
  max-width: 820px;
}

#tncModal .modal-dialog .desc {
  line-height: 20px;
}

@media screen and (max-width: 512px) {
  #tncModal .modal-dialog .desc {
    line-height: 18px;
  }
}

#tncModal .modal-dialog ol li {
  line-height: 20px;
}

@media screen and (max-width: 512px) {
  #tncModal .modal-dialog ol li {
    line-height: 18px;
  }
}

#tncModal .modal-dialog .anniversary-prize-table th,
#tncModal .modal-dialog .anniversary-prize-table td {
  text-align: center;
  border: 1px solid var(--modal-pagination-color);
  font-size: 1rem;
  line-height: 20px;
  padding: 6px 13px;
}

@media screen and (max-width: 512px) {
  #tncModal .modal-dialog .anniversary-prize-table th,
  #tncModal .modal-dialog .anniversary-prize-table td {
    font-size: 0.8rem;
    line-height: 18px;
  }
}

#tncModal .modal-dialog .anniversary-prize-table thead th {
  background: #FF00314D;
}

@font-face {
  font-family: "boontook";
  src: url("/assets/font/boontook-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "mademountain";
  src: url("/assets/font/mademountain-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.login-attendance-map {
  background-image: url(/assets/events/login-attendance-map/attendance-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.login-attendance-map .content-padding {
  padding: 80px 0 !important;
}

.login-attendance-map .content-padding .title h1 {
  background: -webkit-linear-gradient(#d5dde2, #8aa4b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

@media screen and (max-width: 512px) {
  .login-attendance-map .content-padding .title h1 {
    font-size: 22px;
  }
}

.login-attendance-map .content-padding .title .tnc-button {
  top: 8px;
  right: -20px;
  font-size: 20px;
  background: transparent;
  border: none;
  -webkit-animation: 1s tnc-button infinite ease-in-out alternate;
          animation: 1s tnc-button infinite ease-in-out alternate;
}

@media screen and (max-width: 512px) {
  .login-attendance-map .content-padding .title .tnc-button {
    top: 0px;
  }
}

.login-attendance-map .content-padding .title .tnc-button i {
  background: -webkit-linear-gradient(#d5dde2, #8aa4b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg {
  background-color: rgba(16, 28, 83, 0.7);
  border-radius: 15px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}

@media screen and (max-width: 1023px) {
  .login-attendance-map .content-padding .login-bonus-content .login-bonus-bg {
    grid-template-columns: repeat(4, 1fr);
  }
}

.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .login-day {
  color: #E4E6EB;
  font-size: 13px;
  font-weight: 700;
}

.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button {
  background: transparent;
  border: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 165px;
  padding: 10px 15px 40px !important;
}

@media screen and (max-width: 512px) {
  .login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button {
    height: 130px;
    padding: 10px 15px 30px !important;
  }
}

.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button.claimed {
  opacity: 1 !important;
}

.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button:disabled,
.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button[disabled] {
  opacity: 0.5;
}

.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button:disabled:hover,
.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button[disabled]:hover {
  -webkit-transform: none;
          transform: none;
}

.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text {
  font-weight: 700;
}

.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-1 {
  font-size: 10px;
}

@media screen and (max-width: 1023px) {
  .login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-1 {
    font-size: 14px;
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-1 {
    font-size: 8px;
  }
}

.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-2 {
  font-size: 20px;
}

.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button .gift-img {
  max-height: 50px;
}

@media screen and (max-width: 512px) {
  .login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button .gift-img {
    max-height: 30px;
  }
}

.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button .claim-text {
  font-size: 13px;
  font-weight: 700;
  bottom: 4px;
  margin: 0 !important;
}

@media screen and (max-width: 512px) {
  .login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button .claim-text {
    font-size: 10px;
  }
}

.login-attendance-map .content-padding .claim-all-div .claim-all-button {
  border: none;
  background: linear-gradient(45deg, #BF953F, #FCF6BA);
  border-radius: 10px;
  font-weight: 700;
  color: black;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1023px) {
  .login-attendance-map .content-padding .claim-all-div .claim-all-button {
    font-size: 20px;
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map .content-padding .claim-all-div .claim-all-button {
    font-size: 17px;
  }
}

.login-attendance-map .content-padding .claim-all-div .claim-all-button:hover {
  box-shadow: none;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.login-attendance-map .content-padding .claim-all-div .claim-all-button:disabled,
.login-attendance-map .content-padding .claim-all-div .claim-all-button[disabled] {
  opacity: 0.5;
  box-shadow: none;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.login-attendance-map .content-padding .claim-all-div .claim-all-button:disabled:hover,
.login-attendance-map .content-padding .claim-all-div .claim-all-button[disabled]:hover {
  color: black;
}

.login-attendance-map #login-attendance-tnc .modal-dialog .modal-content {
  background-color: transparent;
}

.login-attendance-map #login-attendance-tnc .modal-dialog .modal-content .modal-body {
  background-image: url(/assets/events/login-attendance-map/tnc-desktop-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1023px) {
  .login-attendance-map #login-attendance-tnc .modal-dialog .modal-content .modal-body {
    background-image: url(/assets/events/login-attendance-map/tnc-mobile-bg.png);
    padding: 60px 0px;
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map #login-attendance-tnc .modal-dialog .modal-content .modal-body {
    padding: 35px 0px;
  }
}

.login-attendance-map #login-attendance-tnc .modal-dialog .modal-content .modal-body .tableStyle {
  border: 2px solid #222222 !important;
  color: #000 !important;
  table-layout: fixed;
}

.login-attendance-map #login-attendance-tnc .modal-dialog .modal-content .modal-body .tableStyle thead tr th {
  border-bottom: 2px solid #222222;
}

.login-attendance-map #login-attendance-tnc .modal-dialog .modal-content .modal-body .tableStyle thead tr th:nth-child(2) {
  border-right: 2px solid #222222;
  border-left: 2px solid #222222;
}

.login-attendance-map #login-attendance-tnc .modal-dialog .modal-content .modal-body .tableStyle tbody tr td {
  border: none;
}

.login-attendance-map #login-attendance-tnc .modal-dialog .modal-content .modal-body .tableStyle tbody tr td:nth-child(2) {
  border-right: 2px solid #222222;
  border-left: 2px solid #222222;
}

.login-attendance-map #login-attendance-tnc .modal-dialog .modal-content .modal-body .title p {
  color: #e8deb5;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .login-attendance-map #login-attendance-tnc .modal-dialog .modal-content .modal-body .tnc-content {
    font-size: 20px;
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map #login-attendance-tnc .modal-dialog .modal-content .modal-body .tnc-content {
    font-size: 14px;
  }
}

.login-attendance-map #prize-modal .modal-dialog .modal-content {
  background-color: transparent;
}

.login-attendance-map #prize-modal .modal-dialog .modal-content .modal-body .x-btn {
  top: -5px;
  right: 0;
  background: transparent;
  border: none;
}

.login-attendance-map #prize-modal .modal-dialog .modal-content .modal-body .x-btn i {
  color: #edce63;
  font-size: 25px;
}

.login-attendance-map #prize-modal .modal-dialog .modal-content .modal-body .congrats-text {
  color: #f2cf66;
  font-size: 30px;
  font-weight: 700;
}

.login-attendance-map #prize-modal .modal-dialog .modal-content .modal-body .prize-div .prize .prize-img {
  z-index: 99;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

.login-attendance-map #prize-modal .modal-dialog .modal-content .modal-body .prize-div .prize .prize-effect {
  z-index: 9;
  max-width: 250px;
  top: -70px;
  -webkit-animation: 10s linear prize-effect-rotate infinite;
          animation: 10s linear prize-effect-rotate infinite;
}

@media screen and (max-width: 512px) {
  .login-attendance-map #prize-modal .modal-dialog .modal-content .modal-body .prize-div .prize .prize-effect {
    max-width: 215px;
  }
}

.login-attendance-map #prize-modal .modal-dialog .modal-content .modal-body .you-got-text {
  font-size: 40px;
  font-weight: 700;
}

.login-attendance-map #prize-modal .modal-dialog .modal-content .modal-body .extra-msg {
  font-size: 20px;
  font-weight: 700;
}

.login-attendance-map .close-btn-div .modal-btn,
.login-attendance-map .live-chat-div .modal-btn {
  border: none;
  padding: 15px 0 !important;
  border-radius: 10px;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .login-attendance-map .close-btn-div .modal-btn,
  .login-attendance-map .live-chat-div .modal-btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map .close-btn-div .modal-btn,
  .login-attendance-map .live-chat-div .modal-btn {
    padding: 8px 0 !important;
    font-size: 14px;
  }
}

.login-attendance-map .close-btn-div .modal-btn.close-btn,
.login-attendance-map .live-chat-div .modal-btn.close-btn {
  background: linear-gradient(to bottom, #e7deb6, #f8ca47);
}

.login-attendance-map .close-btn-div .modal-btn.live-chat,
.login-attendance-map .live-chat-div .modal-btn.live-chat {
  background: linear-gradient(to bottom, #305A96, #002c6c);
}

.login-attendance-map .text-gold {
  background: -webkit-linear-gradient(#e6ddb4, #edce63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-attendance-map .text-dark-green {
  color: #0c2e41;
}

@-webkit-keyframes tnc-button {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes tnc-button {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes prize-effect-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes prize-effect-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.login-attendance-map.vnd {
  font-family: "boontook", sans-serif;
  padding: 46px !important;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.vnd {
    padding: 36px 13px !important;
  }
}

.login-attendance-map.vnd .tree {
  max-width: 240px;
  bottom: 0;
}

@media (max-width: 1024px) {
  .login-attendance-map.vnd .tree {
    max-width: 180px;
  }
}

@media screen and (max-width: 1023px) {
  .login-attendance-map.vnd .tree {
    max-width: 120px;
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map.vnd .tree {
    max-width: 80px;
  }
}

.login-attendance-map.vnd .tree.left {
  left: 0;
}

.login-attendance-map.vnd .tree.right {
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.login-attendance-map.vnd .content-padding {
  padding: 0 !important;
}

.login-attendance-map.vnd .title {
  z-index: 1;
}

.login-attendance-map.vnd .title-img {
  max-width: 480px;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.vnd .title-img {
    max-width: 340px;
  }
}

.login-attendance-map.vnd .title .tnc-button {
  top: 0;
  right: -43px;
  max-width: 43px;
}

.login-attendance-map.vnd .title .tnc-button.en {
  right: -23px;
}

.login-attendance-map.vnd .login-bonus-content {
  margin-top: -63px !important;
}

.login-attendance-map.vnd .login-bonus-content.en {
  margin-top: -93px !important;
}

@media (max-width: 1024px) {
  .login-attendance-map.vnd .login-bonus-content {
    margin-top: -93px !important;
  }

  .login-attendance-map.vnd .login-bonus-content.en {
    margin-top: -123px !important;
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map.vnd .login-bonus-content {
    margin-top: -103px !important;
  }

  .login-attendance-map.vnd .login-bonus-content.en {
    margin-top: -58px !important;
  }
}

.login-attendance-map.vnd .login-bonus-content .login-bonus-bg {
  padding: 120px 53px 60px 53px !important;
}

@media (max-width: 1024px) {
  .login-attendance-map.vnd .login-bonus-content .login-bonus-bg {
    grid-template-columns: repeat(5, 1fr);
    padding: 123px 43px 60px 43px !important;
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map.vnd .login-bonus-content .login-bonus-bg {
    grid-template-columns: repeat(3, 1fr);
    padding: 123px 23px 60px !important;
  }

  .login-attendance-map.vnd .login-bonus-content .login-bonus-bg.en {
    padding: 100px 23px 60px 23px !important;
  }
}

.login-attendance-map.vnd .login-bonus-content .login-bonus-bg .login-bonus .login-bonus-pin {
  color: #eab343;
  border: 3px solid #eab343;
  background: #fff68d;
  border-radius: 50px;
  z-index: 1;
  width: 26px;
  height: 26px;
  top: -6px;
  left: -6px;
}

.login-attendance-map.vnd .login-bonus-content .login-bonus-bg .login-bonus .text-goldN {
  color: #814717;
}

.login-attendance-map.vnd .login-bonus-content .login-bonus-bg .login-bonus .z-1 {
  z-index: 1;
}

.login-attendance-map.vnd .login-bonus-content .login-bonus-bg .login-bonus .claim-button {
  padding: 16px 13px 24px !important;
  height: auto;
}

.login-attendance-map.vnd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text {
  font-weight: 400;
}

.login-attendance-map.vnd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-1 {
  font-size: 0.7rem;
  text-transform: uppercase;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.vnd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-1 {
    font-size: 0.5rem;
  }
}

.login-attendance-map.vnd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-top: -8px !important;
  font-family: "mademountain", sans-serif;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.vnd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-2 {
    font-size: 1.4rem;
    margin-top: -4px !important;
  }
}

.login-attendance-map.vnd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-2::after {
  content: attr(data-shadow-text);
  position: absolute;
  top: 0;
  left: 0.5px;
  width: 100%;
  height: 100%;
  z-index: 0;
  color: white;
  font-size: 1.8rem;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: white;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.vnd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-2::after {
    font-size: 1.4rem;
  }
}

.login-attendance-map.vnd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .gift-img {
  margin-top: -7px;
  max-height: 43px;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.vnd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .gift-img {
    margin-top: -4px;
  }
}

.login-attendance-map.vnd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .claim-text span {
  font-family: "Roboto", sans-serif;
  color: #ffe487;
  padding: 5px 13px 6px 13px;
}

.login-attendance-map.vnd .claim-all-div {
  margin-top: -50px !important;
}

.login-attendance-map.vnd .claim-all-div .claim-all-button {
  font-size: 1.4rem;
  color: #ffe487;
  font-family: "Roboto", sans-serif;
}

.login-attendance-map.vnd #login-attendance-tnc .modal-dialog .modal-content .modal-body {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.vnd #login-attendance-tnc .modal-dialog .modal-content .modal-body {
    padding: 35px 30px !important;
  }
}

.login-attendance-map.vnd #login-attendance-tnc .modal-dialog .modal-content .modal-body .modal-closeBtn {
  top: -13px;
  right: -33px;
  max-width: 39px;
  cursor: pointer;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.vnd #login-attendance-tnc .modal-dialog .modal-content .modal-body .modal-closeBtn {
    top: auto;
    bottom: -53px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

.login-attendance-map.sgd {
  font-family: "boontook", sans-serif;
  padding: 46px !important;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.sgd {
    padding: 36px 13px !important;
  }
}

.login-attendance-map.sgd .tree {
  max-width: 240px;
  bottom: 0;
}

@media (max-width: 1024px) {
  .login-attendance-map.sgd .tree {
    max-width: 180px;
  }
}

@media screen and (max-width: 1023px) {
  .login-attendance-map.sgd .tree {
    max-width: 120px;
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map.sgd .tree {
    max-width: 80px;
  }
}

.login-attendance-map.sgd .tree.left {
  left: 0;
}

.login-attendance-map.sgd .tree.right {
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.login-attendance-map.sgd .content-padding {
  padding: 0 !important;
}

.login-attendance-map.sgd .title {
  z-index: 1;
}

.login-attendance-map.sgd .title-img {
  max-width: 480px;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.sgd .title-img {
    max-width: 340px;
  }
}

.login-attendance-map.sgd .title .tnc-button {
  top: 0;
  right: -43px;
  max-width: 43px;
}

.login-attendance-map.sgd .title .tnc-button.en {
  right: -23px;
}

.login-attendance-map.sgd .login-bonus-content {
  margin-top: -63px !important;
}

.login-attendance-map.sgd .login-bonus-content.en {
  margin-top: -93px !important;
}

@media (max-width: 1024px) {
  .login-attendance-map.sgd .login-bonus-content {
    margin-top: -93px !important;
  }

  .login-attendance-map.sgd .login-bonus-content.en {
    margin-top: -123px !important;
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map.sgd .login-bonus-content {
    margin-top: -103px !important;
  }

  .login-attendance-map.sgd .login-bonus-content.en {
    margin-top: -58px !important;
  }
}

.login-attendance-map.sgd .login-bonus-content .login-bonus-bg {
  background-color: transparent;
  padding: 120px 53px 60px 53px !important;
}

@media (max-width: 1024px) {
  .login-attendance-map.sgd .login-bonus-content .login-bonus-bg {
    grid-template-columns: repeat(5, 1fr);
    padding: 123px 43px 60px 43px !important;
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map.sgd .login-bonus-content .login-bonus-bg {
    grid-template-columns: repeat(3, 1fr);
    padding: 123px 23px 60px !important;
  }

  .login-attendance-map.sgd .login-bonus-content .login-bonus-bg.en {
    padding: 100px 23px 60px 23px !important;
  }
}

.login-attendance-map.sgd .login-bonus-content .login-bonus-bg .login-bonus .login-bonus-pin {
  color: #eab343;
  border: 3px solid #eab343;
  background: #fff68d;
  border-radius: 50px;
  z-index: 1;
  width: 26px;
  height: 26px;
  top: -6px;
  left: -6px;
}

.login-attendance-map.sgd .login-bonus-content .login-bonus-bg .login-bonus .text-goldN {
  color: #814717;
}

.login-attendance-map.sgd .login-bonus-content .login-bonus-bg .login-bonus .z-1 {
  z-index: 1;
}

.login-attendance-map.sgd .login-bonus-content .login-bonus-bg .login-bonus .claim-button {
  padding: 16px 13px 24px !important;
  height: auto;
}

.login-attendance-map.sgd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text {
  font-weight: 400;
}

.login-attendance-map.sgd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-1 {
  font-size: 0.7rem;
  text-transform: uppercase;
}

.login-attendance-map.sgd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-1.sg.en {
  line-height: 13px;
  margin-bottom: 2px !important;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.sgd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-1 {
    font-size: 0.5rem;
  }
}

.login-attendance-map.sgd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-top: -8px !important;
  font-family: "mademountain", sans-serif;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.sgd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-2 {
    font-size: 1.4rem;
    margin-top: -4px !important;
  }
}

.login-attendance-map.sgd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-2::after {
  content: attr(data-shadow-text);
  position: absolute;
  top: 0;
  left: 0.5px;
  width: 100%;
  height: 100%;
  z-index: 0;
  color: white;
  font-size: 1.8rem;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: white;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.sgd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .text-2::after {
    font-size: 1.4rem;
  }
}

.login-attendance-map.sgd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .gift-img {
  margin-top: -7px;
  max-height: 43px;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.sgd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .gift-img {
    margin-top: -4px;
  }
}

.login-attendance-map.sgd .login-bonus-content .login-bonus-bg .login-bonus .claim-button .claim-text span {
  font-family: "Roboto", sans-serif;
  color: #ffe487;
  padding: 5px 13px 6px 13px;
}

.login-attendance-map.sgd .claim-all-div {
  margin-top: -50px !important;
}

.login-attendance-map.sgd .claim-all-div .claim-all-button {
  font-size: 1.4rem;
  color: #ffe487;
  font-family: "Roboto", sans-serif;
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body {
  font-family: "Roboto", sans-serif;
  color: black;
  padding: 90px 50px !important;
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body:before {
  content: none;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body {
    padding: 80px 30px 30px !important;
  }
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .modal-closeBtn {
  top: -13px;
  right: -33px;
  max-width: 39px;
  cursor: pointer;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .modal-closeBtn {
    top: auto;
    bottom: -53px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .scroll-content {
  max-height: 420px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .scroll-content::-webkit-scrollbar {
  width: 10px;
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .scroll-content::-webkit-scrollbar-track {
  background: transparent;
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .scroll-content::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 15px;
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .scroll-content::-webkit-scrollbar-thumb:hover {
  background: black;
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .promotion {
  color: #000080;
  font-size: 23px;
  font-weight: 700;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .promotion {
    font-size: 16px;
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body h1 {
    font-size: 25px;
  }
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .section-title {
  font-size: 23px;
  font-weight: 700;
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body ol {
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body ol {
    font-size: 16px;
  }
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .table {
  border-radius: 8px;
  border: 2px solid black;
  overflow: hidden;
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .table .table-row {
  font-weight: 500;
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .table .table-row.header {
  background-color: #FFE487;
  border-bottom: 2px solid #814717;
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .table .table-row.table-content {
  background-color: white;
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .table .table-row div {
  border-right: 2px solid black;
}

.login-attendance-map.sgd #login-attendance-tnc .modal-dialog .modal-content .modal-body .table .table-row div:last-child {
  border-right: none !important;
}

.login-attendance-map.christmas .content-padding {
  position: relative;
  z-index: 1;
}

.login-attendance-map.christmas.vnd.login-attendance-map {
  padding-top: 153px !important;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.christmas.vnd.login-attendance-map {
    padding-top: 103px !important;
  }
}

.login-attendance-map.christmas.vnd.login-attendance-map .content-padding .title .tnc-button.en {
  right: -113px;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.christmas.vnd.login-attendance-map .content-padding .title .tnc-button.en {
    right: -26px;
  }
}

.login-attendance-map.christmas.vnd.login-attendance-map .content-padding .title .tnc-button.vi {
  z-index: 2;
}

.login-attendance-map.christmas.vnd.login-attendance-map .content-padding .santa-hat.vi {
  right: -83px;
  top: -53px;
  z-index: 1;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

@media screen and (max-width: 512px) {
  .login-attendance-map.christmas.vnd.login-attendance-map .content-padding .santa-hat.vi {
    right: -96px;
    top: 23px;
    z-index: -1;
  }
}

@media (max-width: 1680px) {
  .login-attendance-map.christmas.vnd.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (max-width: 1440px) {
  .login-attendance-map.christmas.vnd.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (max-width: 1280px) {
  .login-attendance-map.christmas.vnd.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (max-width: 1024px) {
  .login-attendance-map.christmas.vnd.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map.christmas.vnd.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1680px) {
  .login-attendance-map.christmas.vnd.login-attendance-map .content-padding .login-bonus-content .login-bonus-bg .login-bonus .claim-button .claim-text {
    white-space: nowrap;
  }
}

.login-attendance-map.christmas.sgd.login-attendance-map {
  padding-top: 193px !important;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.christmas.sgd.login-attendance-map {
    padding-top: 143px !important;
  }
}

.login-attendance-map.christmas.sgd.login-attendance-map .login-bonus-content {
  margin-top: -66px !important;
}

.login-attendance-map.christmas.sgd.login-attendance-map .login-bonus-content.zh {
  margin-top: -113px !important;
}

.login-attendance-map.christmas.sgd.login-attendance-map .tnc-button {
  right: -43px;
  z-index: 1;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.christmas.sgd.login-attendance-map .tnc-button {
    right: -20px;
    top: -36px;
  }
}

.login-attendance-map.christmas.sgd.login-attendance-map .santa-hat {
  top: -60px;
  z-index: 0;
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
}

@media screen and (max-width: 512px) {
  .login-attendance-map.christmas.sgd.login-attendance-map .santa-hat {
    top: -43px;
  }
}

.login-attendance-map.christmas.sgd.login-attendance-map .santa-hat.zh {
  top: -53px;
  right: -75px;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.christmas.sgd.login-attendance-map .santa-hat.zh {
    top: -33px;
    right: -50px;
  }
}

.login-attendance-map.christmas.sgd.login-attendance-map #login-attendance-tnc .modal-body .scroll-content {
  color: white;
}

.login-attendance-map.christmas.sgd.login-attendance-map #login-attendance-tnc .modal-body .scroll-content::-webkit-scrollbar-thumb {
  background: #FFE487;
}

.login-attendance-map.christmas.sgd.login-attendance-map #login-attendance-tnc .modal-body .scroll-content::-webkit-scrollbar-thumb:hover {
  background: #FFE487;
}

.login-attendance-map.christmas.sgd.login-attendance-map #login-attendance-tnc .modal-body .scroll-content .promotion {
  color: #FFE487;
}

@media (max-width: 1780px) {
  .login-attendance-map.christmas.sgd.login-attendance-map.id .login-bonus-content .login-bonus-bg {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (max-width: 1280px) {
  .login-attendance-map.christmas.sgd.login-attendance-map.id .login-bonus-content .login-bonus-bg {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 1024px) {
  .login-attendance-map.christmas.sgd.login-attendance-map.id .login-bonus-content .login-bonus-bg {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map.christmas.sgd.login-attendance-map.id .login-bonus-content .login-bonus-bg {
    grid-template-columns: repeat(3, 1fr);
  }
}

.login-attendance-map.christmas.myr #login-attendance-tnc .modal-body .tableStyle,
.login-attendance-map.christmas.vnd #login-attendance-tnc .modal-body .tableStyle {
  border: 2px solid #814717 !important;
  color: #000 !important;
  table-layout: fixed;
}

.login-attendance-map.christmas.myr #login-attendance-tnc .modal-body .tableStyle thead tr th,
.login-attendance-map.christmas.vnd #login-attendance-tnc .modal-body .tableStyle thead tr th {
  background: #FFE487;
  border-bottom: 2px solid #814717;
}

.login-attendance-map.christmas.myr #login-attendance-tnc .modal-body .tableStyle thead tr th:nth-child(2),
.login-attendance-map.christmas.vnd #login-attendance-tnc .modal-body .tableStyle thead tr th:nth-child(2) {
  border-right: 2px solid #814717;
  border-left: 2px solid #814717;
}

.login-attendance-map.christmas.myr #login-attendance-tnc .modal-body .tableStyle tbody tr td,
.login-attendance-map.christmas.vnd #login-attendance-tnc .modal-body .tableStyle tbody tr td {
  border: none;
  background: white;
}

.login-attendance-map.christmas.myr #login-attendance-tnc .modal-body .tableStyle tbody tr td:nth-child(2),
.login-attendance-map.christmas.vnd #login-attendance-tnc .modal-body .tableStyle tbody tr td:nth-child(2) {
  border-right: 2px solid #814717;
  border-left: 2px solid #814717;
}

.login-attendance-map.christmas .claim-all-div .claim-all-button {
  padding: 33px 0 16px 0 !important;
  box-shadow: none;
  text-transform: uppercase;
}

.login-attendance-map.christmas .claim-button[type=special] .claim-text span {
  background-image: url(/assets/events/login-attendance-map-vnd/christmas/login-huat-special-btn-bg.png);
}

.login-attendance-map.christmas .claim-button[type=special]:disabled {
  background-image: url(/assets/events/login-attendance-map-vnd/christmas/special-claim-bg-disable.png) !important;
}

.login-attendance-map.christmas .claim-button[type=normal] .login-bonus-pin {
  color: #650001 !important;
  background: #f3d0a6 !important;
  border: 3px solid #8e0003 !important;
}

.login-attendance-map.christmas .claim-button[type=normal] .login-bonus-pin p {
  font-weight: 400;
}

.login-attendance-map.christmas .claim-button[type=normal] .text-goldN {
  color: #FF0031 !important;
}

.login-attendance-map.christmas .claim-button[type=normal] p[data-shadow-text]::after {
  -webkit-text-stroke-width: 0px !important;
  color: #FF0031 !important;
}

.login-attendance-map.christmas .claim-button[type=normal] .claim-text span {
  background: #FF0031;
  border-radius: 50px;
  color: white !important;
}

.login-attendance-map.christmas .claim-button:disabled {
  opacity: 1 !important;
}

.login-attendance-map.christmas .claim-button:disabled * {
  opacity: 1;
}

.login-attendance-map.christmas .claim-button:disabled *:not(.login-bonus-pin) {
  opacity: 0.6;
}

.login-attendance-map.christmas .claim-button .login-bonus-pin p {
  font-weight: 400;
}

.login-attendance-map.christmas .santa-frame {
  max-width: 620px;
  top: -143px;
}

@media screen and (max-width: 512px) {
  .login-attendance-map.christmas .santa-frame {
    top: -83px;
  }
}

.login-attendance-map.christmas .santa-hat {
  z-index: -1;
  right: -88px;
  top: -8px;
  max-width: 140px;
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
}

@media screen and (max-width: 512px) {
  .login-attendance-map.christmas .santa-hat {
    max-width: 100px;
    right: -53px;
  }
}

.login-attendance-map.christmas .deco-1 {
  top: 23px;
  left: 23px;
  max-width: 260px;
}

@media (max-width: 1024px) {
  .login-attendance-map.christmas .deco-1 {
    right: -83px;
    left: auto;
    bottom: -33px;
    top: auto;
    transform: scaleX(-1);
    max-width: 400px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map.christmas .deco-1 {
    max-width: 180px;
    z-index: 1;
    bottom: -66px;
  }
}

.login-attendance-map.christmas .deco-2 {
  bottom: -23px;
  left: -133px;
  max-width: 380px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .login-attendance-map.christmas .deco-2 {
    top: 0;
    z-index: 0;
    max-width: 280px;
    left: -73px;
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map.christmas .deco-2 {
    max-width: 180px;
    left: -73px;
  }
}

.login-attendance-map.christmas .deco-3 {
  right: -110px;
  top: 43px;
  max-width: 360px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .login-attendance-map.christmas .deco-3 {
    right: -43px;
    top: -33px;
    z-index: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map.christmas .deco-3 {
    max-width: 180px;
    top: -25px;
  }
}

.login-attendance-map.christmas .deco-4 {
  right: -53px;
  bottom: -33px;
  max-width: 320px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .login-attendance-map.christmas .deco-4 {
    left: -113px;
    bottom: -33px;
    z-index: 0;
  }
}

@media screen and (max-width: 512px) {
  .login-attendance-map.christmas .deco-4 {
    z-index: 1;
    max-width: 180px;
    bottom: -103px;
    left: -95px;
  }
}

.login-attendance-map.christmas #login-attendance-tnc .modal-body .text-black.christmas {
  color: white;
}

.bingo-bg {
  background: url(/assets/bingo/bingo-bg.png);
  background-size: cover;
  background-position: center center;
  padding-bottom: 100px;
}

@media screen and (max-width: 512px) {
  .bingo-bg {
    background: url(/assets/bingo/bingo-bg-mobile.png);
    background-size: cover;
    background-position: center center;
    padding-bottom: 83px;
  }
}

.bingo-bg .bingo-title {
  min-height: 503px;
}

@media (max-width: 360px) {
  .bingo-bg .bingo-board {
    margin-left: 0 !important;
    padding-left: 9px !important;
  }
}

.bingo-bg .elements-deco {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bingo-bg .elements-deco-1 {
  max-width: calc(100% - 900px);
  z-index: 2;
}

@media screen and (max-width: 512px) {
  .bingo-bg .elements-deco-1 {
    max-width: 100%;
    -webkit-transform: scale(1.8) translate(-28%, -17%);
    transform: scale(1.8) translate(-28%, -17%);
    z-index: 4;
  }
}

.bingo-bg .elements-deco-2 {
  z-index: 1;
  max-width: 700px;
  -webkit-transform: translate(-118%, -56%);
  transform: translate(-118%, -56%);
}

@media screen and (max-width: 512px) {
  .bingo-bg .elements-deco-2 {
    -webkit-transform: translate(-82%, -112%);
    transform: translate(-82%, -112%);
    max-width: 360px;
  }
}

.bingo-bg .elements-deco-3 {
  z-index: 3;
  max-width: 400px;
  -webkit-transform: translate(-168%, -8%);
  transform: translate(-168%, -8%);
}

@media screen and (max-width: 512px) {
  .bingo-bg .elements-deco-3 {
    -webkit-transform: translate(-140%, -160%);
    transform: translate(-140%, -160%);
    max-width: 160px;
  }
}

.bingo-bg .elements-deco-4 {
  z-index: 3;
  max-width: 450px;
  -webkit-transform: translate(73%, -56%);
  transform: translate(73%, -56%);
}

@media screen and (max-width: 512px) {
  .bingo-bg .elements-deco-4 {
    -webkit-transform: translate(2%, -113%);
    transform: translate(2%, -113%);
    max-width: 220px;
  }
}

.bingo-bg .elements-deco-5 {
  z-index: 4;
  max-width: 400px;
  -webkit-transform: translate(68%, 23%);
  transform: translate(68%, 23%);
}

@media screen and (max-width: 512px) {
  .bingo-bg .elements-deco-5 {
    -webkit-transform: translate(-50%, -270%);
    transform: translate(-50%, -270%);
    max-width: 180px;
  }
}

.bingo-bg .modalFixedBottom {
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bingo-bg .modalFixedBottom {
    transition: none;
  }
}

.bingo-bg .modalFixedBottom.showed {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper {
  height: calc(100% - 100px);
  margin: auto 0 0 0;
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .modalFixedBottom-close {
  margin-bottom: -23px;
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .modalFixedBottom-close i {
  background: var(--accordion-bg-color);
  border: 3px solid white;
  border-radius: 50px;
  padding: 6px 7px 1px 7.5px;
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .modalFixedBottom-close::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--accordion-bg-color);
  border-radius: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom {
  background: var(--accordion-bg-color) !important;
  padding: 30px 13px 13px;
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom.appendModalStylingMobile {
  padding: 30px 23px 13px;
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom .howplay {
  position: relative;
  top: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  padding: 0 !important;
  z-index: 0;
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom .modal-body {
  padding: 0;
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom .modal-body .close {
  display: none;
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom .modal-body .claim-btn,
.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom .modal-body .join-btn {
  font-size: 0.6rem;
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom .modal-body .claim-btn img,
.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom .modal-body .join-btn img {
  height: 33px;
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom .modal-body .claim-btn span,
.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom .modal-body .join-btn span {
  padding: 0 !important;
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom .modal-body h3 {
  text-align: center;
  margin-bottom: 33px !important;
  margin-top: 6px;
}

@media screen and (max-width: 512px) {
  .bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom .modal-body h3 {
    margin-bottom: 0 !important;
  }
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom .modal-body .bingo-modal {
  height: 48px;
  padding: 0;
}

@media (max-width: 390px) {
  .bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom .modal-body .bingo-modal {
    height: 40px;
  }
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom .modal-body .bingo-modal.red-box {
  background: transparent !important;
}

.bingo-bg .modalFixedBottom .modalFixedBottomWrapper .appendModalFixedBottom .modal-body .bingo-modal .box-word {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}

.bingo-bg .max-container {
  max-width: 500px;
  z-index: 10;
}

@media only screen and (max-width: 370px) {
  .bingo-bg .max-container {
    width: 370px;
  }
}

.bingo-bg .tnc-button {
  max-width: 30px;
  cursor: pointer;
  top: 50%;
  right: 70px;
  -webkit-transform: translate(0, 23%);
  transform: translate(0, 23%);
  z-index: 1;
}

@media screen and (max-width: 512px) {
  .bingo-bg .tnc-button {
    right: 38px;
  }
}

.bingo-bg .howplay {
  position: absolute;
  background: #000;
  color: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(66%, 3.5%);
  transform: translate(66%, 3.5%);
  border-radius: 20px;
  border-top-left-radius: 0;
  width: 320px;
  opacity: 0;
  transition: 1s;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .bingo-bg .howplay {
    left: 0;
    right: 0;
    top: 25%;
    margin: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.bingo-bg .howplay.arrow-left:after {
  content: " ";
  position: absolute;
  left: -25px;
  top: 0;
  border-top: 0px solid transparent;
  border-right: 40px solid #000;
  border-left: none;
  border-bottom: 40px solid transparent;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .bingo-bg .howplay.arrow-left:after {
    display: none;
  }
}

.bingo-bg .howplay .content {
  padding-left: 20px;
}

.bingo-bg .howplay .prize {
  padding-left: 20px;
  font-weight: bold;
}

.bingo-bg .howplay .prize li {
  list-style-type: none;
}

.bingo-bg .show-box {
  opacity: 1 !important;
  transition: 1s;
  z-index: 9 !important;
}

.bingo-bg .bingo-logo {
  max-width: 460px;
  margin-top: -53px;
}

@media screen and (max-width: 512px) {
  .bingo-bg .bingo-logo {
    max-width: 100%;
    margin-top: 83px;
  }
}

.bingo-bg .bingo-word {
  font-family: "Oswald", sans-serif;
  position: relative;
  color: white;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  background: #310909;
  border-radius: 9px;
  box-shadow: inset 0 0 10px #000000;
}

@media screen and (max-width: 512px) {
  .bingo-bg .bingo-word {
    margin-left: 2px;
    margin-right: 2px;
  }
}

.bingo-bg .bingo-word .box-word {
  position: relative;
  z-index: 4;
  align-items: center;
  display: block;
  cursor: pointer;
  background: url(/assets/bingo/gold-frame.png);
  background-position: center center;
  background-size: cover;
  width: 80px;
  height: 53px;
}

@media screen and (max-width: 512px) {
  .bingo-bg .bingo-word .box-word {
    width: 65px;
    height: 46px;
  }
}

.bingo-bg .bingo-word .box-word span {
  position: relative;
  font-size: 28px;
  z-index: 2;
  border-radius: 5px;
}

.bingo-bg .bingo-word .box-word:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 40px;
  margin: auto;
  box-shadow: inset 0 0 10px #000000;
  border-radius: 5px;
  cursor: pointer;
}

.bingo-bg .bingo-number {
  height: 70px;
  display: block;
  text-align: center;
  margin-top: 13px;
  cursor: pointer;
}

.bingo-bg .bingo-number:first-child {
  margin-top: 0;
}

.bingo-bg .bingo-number.uncomplete {
  background: url(/assets/bingo/uncomplete.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.bingo-bg .bingo-number.complete {
  background: url(/assets/bingo/complete.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.bingo-bg .bingo-number span {
  font-size: 28px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.bingo-bg #mission-progress,
.bingo-bg .appendModalStylingMobile,
.bingo-bg #congratulationModal,
.bingo-bg #bingoErrorModal {
  background: rgba(0, 0, 0, 0.6) !important;
  color: white;
}

.bingo-bg #mission-progress .modal-body::before,
.bingo-bg .appendModalStylingMobile .modal-body::before,
.bingo-bg #congratulationModal .modal-body::before,
.bingo-bg #bingoErrorModal .modal-body::before {
  display: none;
}

.bingo-bg #mission-progress .modal-dialog,
.bingo-bg .appendModalStylingMobile .modal-dialog,
.bingo-bg #congratulationModal .modal-dialog,
.bingo-bg #bingoErrorModal .modal-dialog {
  max-width: 600px;
}

.bingo-bg #mission-progress .modal-content,
.bingo-bg .appendModalStylingMobile .modal-content,
.bingo-bg #congratulationModal .modal-content,
.bingo-bg #bingoErrorModal .modal-content {
  border-radius: 15px !important;
  background: rgba(0, 0, 0, 0.85);
}

.bingo-bg #mission-progress .close,
.bingo-bg .appendModalStylingMobile .close,
.bingo-bg #congratulationModal .close,
.bingo-bg #bingoErrorModal .close {
  color: white;
  font-size: 24px;
  border: 3px solid white;
  border-radius: 50px;
  padding: 2px 8px;
  position: absolute;
  right: 0;
}

.bingo-bg #mission-progress .close::after,
.bingo-bg #mission-progress .close::before,
.bingo-bg .appendModalStylingMobile .close::after,
.bingo-bg .appendModalStylingMobile .close::before,
.bingo-bg #congratulationModal .close::after,
.bingo-bg #congratulationModal .close::before,
.bingo-bg #bingoErrorModal .close::after,
.bingo-bg #bingoErrorModal .close::before {
  display: none;
}

.bingo-bg #mission-progress .bingo-modal,
.bingo-bg .appendModalStylingMobile .bingo-modal,
.bingo-bg #congratulationModal .bingo-modal,
.bingo-bg #bingoErrorModal .bingo-modal {
  font-family: "Oswald", sans-serif;
  position: relative;
  z-index: 4;
  align-items: center;
  display: block;
  cursor: pointer;
  background: url(/assets/bingo/gold-frame.png);
  background-position: center center;
  background-size: cover;
  width: 80px;
  height: 53px;
  text-align: center;
  border-radius: 5px;
  padding-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 512px) {
  .bingo-bg #mission-progress .bingo-modal,
  .bingo-bg .appendModalStylingMobile .bingo-modal,
  .bingo-bg #congratulationModal .bingo-modal,
  .bingo-bg #bingoErrorModal .bingo-modal {
    margin-left: 2px;
    margin-right: 2px;
  }
}

.bingo-bg #mission-progress .bingo-modal span,
.bingo-bg .appendModalStylingMobile .bingo-modal span,
.bingo-bg #congratulationModal .bingo-modal span,
.bingo-bg #bingoErrorModal .bingo-modal span {
  position: relative;
  font-size: 24px;
  z-index: 2;
  border-radius: 5px;
  font-weight: bold;
}

.bingo-bg #mission-progress .bingo-modal:before,
.bingo-bg .appendModalStylingMobile .bingo-modal:before,
.bingo-bg #congratulationModal .bingo-modal:before,
.bingo-bg #bingoErrorModal .bingo-modal:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 40px;
  margin: auto;
  border-radius: 5px;
  cursor: pointer;
}

.bingo-bg #mission-progress .bingo-modal .blue-box-active,
.bingo-bg .appendModalStylingMobile .bingo-modal .blue-box-active,
.bingo-bg #congratulationModal .bingo-modal .blue-box-active,
.bingo-bg #bingoErrorModal .bingo-modal .blue-box-active {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}

.bingo-bg #mission-progress .bingo-content-mission,
.bingo-bg .appendModalStylingMobile .bingo-content-mission,
.bingo-bg #congratulationModal .bingo-content-mission,
.bingo-bg #bingoErrorModal .bingo-content-mission {
  font-size: 12px;
}

.bingo-bg #mission-progress .bingo-content-mission .mission-box,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .mission-box,
.bingo-bg #congratulationModal .bingo-content-mission .mission-box,
.bingo-bg #bingoErrorModal .bingo-content-mission .mission-box {
  font-family: "Oswald", sans-serif;
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  padding-top: 5px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 512px) {
  .bingo-bg #mission-progress .bingo-content-mission .mission-box,
  .bingo-bg .appendModalStylingMobile .bingo-content-mission .mission-box,
  .bingo-bg #congratulationModal .bingo-content-mission .mission-box,
  .bingo-bg #bingoErrorModal .bingo-content-mission .mission-box {
    height: 35px;
    width: 35px;
    padding-top: 2px;
    margin-top: 10px;
  }
}

.bingo-bg #mission-progress .bingo-content-mission .mission-box span,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .mission-box span,
.bingo-bg #congratulationModal .bingo-content-mission .mission-box span,
.bingo-bg #bingoErrorModal .bingo-content-mission .mission-box span {
  position: relative;
  color: white;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  z-index: 3;
  font-weight: bold;
}

@media screen and (max-width: 512px) {
  .bingo-bg #mission-progress .bingo-content-mission .mission-box span,
  .bingo-bg .appendModalStylingMobile .bingo-content-mission .mission-box span,
  .bingo-bg #congratulationModal .bingo-content-mission .mission-box span,
  .bingo-bg #bingoErrorModal .bingo-content-mission .mission-box span {
    font-size: 18px;
  }
}

.bingo-bg #mission-progress .bingo-content-mission .mission-col,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .mission-col,
.bingo-bg #congratulationModal .bingo-content-mission .mission-col,
.bingo-bg #bingoErrorModal .bingo-content-mission .mission-col {
  margin-top: 5px;
}

.bingo-bg #mission-progress .bingo-content-mission .mission-col .mission-title,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .mission-col .mission-title,
.bingo-bg #congratulationModal .bingo-content-mission .mission-col .mission-title,
.bingo-bg #bingoErrorModal .bingo-content-mission .mission-col .mission-title {
  font-size: 12px;
  margin-bottom: 5px;
}

@media screen and (max-width: 512px) {
  .bingo-bg #mission-progress .bingo-content-mission .mission-col .mission-title,
  .bingo-bg .appendModalStylingMobile .bingo-content-mission .mission-col .mission-title,
  .bingo-bg #congratulationModal .bingo-content-mission .mission-col .mission-title,
  .bingo-bg #bingoErrorModal .bingo-content-mission .mission-col .mission-title {
    font-size: 11px;
  }
}

.bingo-bg #mission-progress .bingo-content-mission .mission-col progress,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .mission-col progress,
.bingo-bg #congratulationModal .bingo-content-mission .mission-col progress,
.bingo-bg #bingoErrorModal .bingo-content-mission .mission-col progress {
  width: 100%;
  background: transparent;
  height: 8px;
  border-radius: 10px;
  overflow: hidden;
}

.bingo-bg #mission-progress .bingo-content-mission .mission-col progress::-moz-progress-bar,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .mission-col progress::-moz-progress-bar,
.bingo-bg #congratulationModal .bingo-content-mission .mission-col progress::-moz-progress-bar,
.bingo-bg #bingoErrorModal .bingo-content-mission .mission-col progress::-moz-progress-bar {
  background: rgba(255, 0, 0, 0.3);
}

.bingo-bg #mission-progress .bingo-content-mission .mission-col progress::-webkit-progress-bar,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .mission-col progress::-webkit-progress-bar,
.bingo-bg #congratulationModal .bingo-content-mission .mission-col progress::-webkit-progress-bar,
.bingo-bg #bingoErrorModal .bingo-content-mission .mission-col progress::-webkit-progress-bar {
  background: rgba(255, 0, 0, 0.3);
}

.bingo-bg #mission-progress .bingo-content-mission .mission-col progress.progress::-webkit-progress-value,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .mission-col progress.progress::-webkit-progress-value,
.bingo-bg #congratulationModal .bingo-content-mission .mission-col progress.progress::-webkit-progress-value,
.bingo-bg #bingoErrorModal .bingo-content-mission .mission-col progress.progress::-webkit-progress-value {
  background: linear-gradient(-45deg, #FF0031, #FF0031);
  border-radius: 10px;
}

.bingo-bg #mission-progress .bingo-content-mission .mission-col progress.progress::-moz-progress-bar,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .mission-col progress.progress::-moz-progress-bar,
.bingo-bg #congratulationModal .bingo-content-mission .mission-col progress.progress::-moz-progress-bar,
.bingo-bg #bingoErrorModal .bingo-content-mission .mission-col progress.progress::-moz-progress-bar {
  background: linear-gradient(-45deg, #FF0031, #FF0031);
  border-radius: 10px;
}

.bingo-bg #mission-progress .bingo-content-mission .claim-btn,
.bingo-bg #mission-progress .bingo-content-mission .join-btn,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .claim-btn,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .join-btn,
.bingo-bg #congratulationModal .bingo-content-mission .claim-btn,
.bingo-bg #congratulationModal .bingo-content-mission .join-btn,
.bingo-bg #bingoErrorModal .bingo-content-mission .claim-btn,
.bingo-bg #bingoErrorModal .bingo-content-mission .join-btn {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 512px) {
  .bingo-bg #mission-progress .bingo-content-mission .claim-btn,
  .bingo-bg #mission-progress .bingo-content-mission .join-btn,
  .bingo-bg .appendModalStylingMobile .bingo-content-mission .claim-btn,
  .bingo-bg .appendModalStylingMobile .bingo-content-mission .join-btn,
  .bingo-bg #congratulationModal .bingo-content-mission .claim-btn,
  .bingo-bg #congratulationModal .bingo-content-mission .join-btn,
  .bingo-bg #bingoErrorModal .bingo-content-mission .claim-btn,
  .bingo-bg #bingoErrorModal .bingo-content-mission .join-btn {
    font-size: 9px;
  }
}

.bingo-bg #mission-progress .bingo-content-mission .claim-btn img,
.bingo-bg #mission-progress .bingo-content-mission .join-btn img,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .claim-btn img,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .join-btn img,
.bingo-bg #congratulationModal .bingo-content-mission .claim-btn img,
.bingo-bg #congratulationModal .bingo-content-mission .join-btn img,
.bingo-bg #bingoErrorModal .bingo-content-mission .claim-btn img,
.bingo-bg #bingoErrorModal .bingo-content-mission .join-btn img {
  max-width: 93px;
  height: 36px;
  -o-object-fit: fill;
     object-fit: fill;
}

@media screen and (max-width: 512px) {
  .bingo-bg #mission-progress .bingo-content-mission .claim-btn img,
  .bingo-bg #mission-progress .bingo-content-mission .join-btn img,
  .bingo-bg .appendModalStylingMobile .bingo-content-mission .claim-btn img,
  .bingo-bg .appendModalStylingMobile .bingo-content-mission .join-btn img,
  .bingo-bg #congratulationModal .bingo-content-mission .claim-btn img,
  .bingo-bg #congratulationModal .bingo-content-mission .join-btn img,
  .bingo-bg #bingoErrorModal .bingo-content-mission .claim-btn img,
  .bingo-bg #bingoErrorModal .bingo-content-mission .join-btn img {
    max-width: 70px;
  }
}

.bingo-bg #mission-progress .bingo-content-mission .claim-btn span,
.bingo-bg #mission-progress .bingo-content-mission .join-btn span,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .claim-btn span,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .join-btn span,
.bingo-bg #congratulationModal .bingo-content-mission .claim-btn span,
.bingo-bg #congratulationModal .bingo-content-mission .join-btn span,
.bingo-bg #bingoErrorModal .bingo-content-mission .claim-btn span,
.bingo-bg #bingoErrorModal .bingo-content-mission .join-btn span {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  padding-top: 3px;
}

@media screen and (max-width: 512px) {
  .bingo-bg #mission-progress .bingo-content-mission .claim-btn span,
  .bingo-bg #mission-progress .bingo-content-mission .join-btn span,
  .bingo-bg .appendModalStylingMobile .bingo-content-mission .claim-btn span,
  .bingo-bg .appendModalStylingMobile .bingo-content-mission .join-btn span,
  .bingo-bg #congratulationModal .bingo-content-mission .claim-btn span,
  .bingo-bg #congratulationModal .bingo-content-mission .join-btn span,
  .bingo-bg #bingoErrorModal .bingo-content-mission .claim-btn span,
  .bingo-bg #bingoErrorModal .bingo-content-mission .join-btn span {
    padding-top: 4px;
  }
}

.bingo-bg #mission-progress .bingo-content-mission .display-width-btn,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .display-width-btn,
.bingo-bg #congratulationModal .bingo-content-mission .display-width-btn,
.bingo-bg #bingoErrorModal .bingo-content-mission .display-width-btn {
  width: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 512px) {
  .bingo-bg #mission-progress .bingo-content-mission .display-width-btn,
  .bingo-bg .appendModalStylingMobile .bingo-content-mission .display-width-btn,
  .bingo-bg #congratulationModal .bingo-content-mission .display-width-btn,
  .bingo-bg #bingoErrorModal .bingo-content-mission .display-width-btn {
    width: 70px;
  }
}

.bingo-bg #mission-progress .bingo-content-mission .display-width-btn img,
.bingo-bg .appendModalStylingMobile .bingo-content-mission .display-width-btn img,
.bingo-bg #congratulationModal .bingo-content-mission .display-width-btn img,
.bingo-bg #bingoErrorModal .bingo-content-mission .display-width-btn img {
  width: 40px;
}

@media screen and (max-width: 512px) {
  .bingo-bg #mission-progress .bingo-content-mission .display-width-btn img,
  .bingo-bg .appendModalStylingMobile .bingo-content-mission .display-width-btn img,
  .bingo-bg #congratulationModal .bingo-content-mission .display-width-btn img,
  .bingo-bg #bingoErrorModal .bingo-content-mission .display-width-btn img {
    width: 30px;
  }
}

.bingo-bg #mission-progress .mission-reward,
.bingo-bg .appendModalStylingMobile .mission-reward,
.bingo-bg #congratulationModal .mission-reward,
.bingo-bg #bingoErrorModal .mission-reward {
  font-weight: bold;
  line-height: 25px;
}

.bingo-bg #mission-progress .mission-reward .currency,
.bingo-bg .appendModalStylingMobile .mission-reward .currency,
.bingo-bg #congratulationModal .mission-reward .currency,
.bingo-bg #bingoErrorModal .mission-reward .currency {
  font-size: 32px;
  top: -15px;
  position: relative;
}

@media screen and (max-width: 512px) {
  .bingo-bg #mission-progress .mission-reward .currency,
  .bingo-bg .appendModalStylingMobile .mission-reward .currency,
  .bingo-bg #congratulationModal .mission-reward .currency,
  .bingo-bg #bingoErrorModal .mission-reward .currency {
    font-size: 24px;
  }
}

.bingo-bg #mission-progress .mission-reward .reward,
.bingo-bg .appendModalStylingMobile .mission-reward .reward,
.bingo-bg #congratulationModal .mission-reward .reward,
.bingo-bg #bingoErrorModal .mission-reward .reward {
  font-size: 40px;
  line-height: 36px;
}

@media screen and (max-width: 512px) {
  .bingo-bg #mission-progress .mission-reward .reward,
  .bingo-bg .appendModalStylingMobile .mission-reward .reward,
  .bingo-bg #congratulationModal .mission-reward .reward,
  .bingo-bg #bingoErrorModal .mission-reward .reward {
    font-size: 26px;
    line-height: 23px;
  }
}

.bingo-bg #mission-progress .mission-reward .reward-btn,
.bingo-bg .appendModalStylingMobile .mission-reward .reward-btn,
.bingo-bg #congratulationModal .mission-reward .reward-btn,
.bingo-bg #bingoErrorModal .mission-reward .reward-btn {
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}

.bingo-bg #mission-progress .mission-reward .reward-btn .circle-red,
.bingo-bg .appendModalStylingMobile .mission-reward .reward-btn .circle-red,
.bingo-bg #congratulationModal .mission-reward .reward-btn .circle-red,
.bingo-bg #bingoErrorModal .mission-reward .reward-btn .circle-red {
  width: 100px;
  height: 100px;
  border: 2px solid #f51a1a;
  border-radius: 50%;
  box-shadow: 0px -5px 20px rgba(255, 45, 45, 0.966), -5px 0px 20px rgba(255, 42, 42, 0.968), 5px 0px 20px rgba(241, 41, 41, 0.972), 0px 5px 20px rgba(184, 17, 17, 0.972);
}

.bingo-bg #mission-progress .mission-reward .reward-btn img,
.bingo-bg .appendModalStylingMobile .mission-reward .reward-btn img,
.bingo-bg #congratulationModal .mission-reward .reward-btn img,
.bingo-bg #bingoErrorModal .mission-reward .reward-btn img {
  max-width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 10px;
}

.bingo-bg #mission-progress .mission-reward .unactive,
.bingo-bg .appendModalStylingMobile .mission-reward .unactive,
.bingo-bg #congratulationModal .mission-reward .unactive,
.bingo-bg #bingoErrorModal .mission-reward .unactive {
  -webkit-filter: grayscale(0.7);
          filter: grayscale(0.7);
  cursor: not-allowed;
}

.bingo-bg #mission-progress .mission-reward .active,
.bingo-bg .appendModalStylingMobile .mission-reward .active,
.bingo-bg #congratulationModal .mission-reward .active,
.bingo-bg #bingoErrorModal .mission-reward .active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-animation: crescendo 1s alternate infinite ease-in;
          animation: crescendo 1s alternate infinite ease-in;
  cursor: pointer;
}

.bingo-bg .red-box {
  background: url(/assets/bingo/red-box.png) !important;
  background-position: center center !important;
  background-size: cover !important;
}

.bingo-bg .red-box:before {
  box-shadow: none !important;
}

.bingo-bg .claim-disabled {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.bingo-bg .claim-word {
  font-family: initial;
  position: absolute !important;
  font-size: 11px !important;
  margin-top: -25px;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: backglow 5s ease infinite;
          animation: backglow 5s ease infinite;
}

@media screen and (max-width: 512px) {
  .bingo-bg .claim-word {
    font-size: 9px !important;
    margin-top: -16px !important;
  }
}

@media (max-width: 360px) {
  .bingo-bg .claim-word {
    font-size: 8.5px !important;
  }
}

.bingo-bg .glow:before {
  position: absolute;
  left: 0;
  right: 0;
  background: url(/assets/bingo/glow.png);
  background-position: center center;
  background-size: cover;
  -webkit-animation: backglow 5s ease infinite;
          animation: backglow 5s ease infinite;
}

.bingo-bg .blue-box-active {
  background: url(/assets/bingo/blue-box.png) !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 100%;
  top: 0px;
  position: absolute;
  width: 100%;
}

.bingo-bg .prize {
  background: -webkit-linear-gradient(#ffd92f, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

@-webkit-keyframes crescendo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes crescendo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes backglow {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.8;
  }

  75% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes backglow {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.8;
  }

  75% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

#congratulationModal .modal-content,
#bingoErrorModal .modal-content {
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)) padding-box, linear-gradient(180deg, #FFDB7A -16.48%, #FFEEB6 -10.8%, #FFFBE0 -7.06%, #FFF4C9 -3.32%, #FFE69E 4.65%, #FFDE84 10.88%, #FFDB7A 14.56%, #C99E43 37.8%, #875400 64.52%, #8B5804 68.34%, #986410 72.36%, #AD7925 76.47%, #C08B37 79.3%, #A6721E 92.45%, #8F5C08 107.15%, #875400 116.46%) border-box !important;
  border: 4px solid transparent;
}

#congratulationModal .modal-content .claim-btn,
#bingoErrorModal .modal-content .claim-btn {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 512px) {
  #congratulationModal .modal-content .claim-btn,
  #bingoErrorModal .modal-content .claim-btn {
    font-size: 9px;
  }
}

#congratulationModal .modal-content .claim-btn img,
#bingoErrorModal .modal-content .claim-btn img {
  max-width: 93px;
  height: 36px;
  -o-object-fit: fill;
     object-fit: fill;
}

@media screen and (max-width: 512px) {
  #congratulationModal .modal-content .claim-btn img,
  #bingoErrorModal .modal-content .claim-btn img {
    max-width: 70px;
  }
}

#congratulationModal .modal-content .claim-btn span,
#bingoErrorModal .modal-content .claim-btn span {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  padding-top: 3px;
}

@media screen and (max-width: 512px) {
  #congratulationModal .modal-content .claim-btn span,
  #bingoErrorModal .modal-content .claim-btn span {
    padding-top: 4px;
  }
}

.flipflap {
  font-family: "Poppins", sans-serif;
}

.flipflap.hariraya {
  background-image: var(--bgImage);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 133px;
}

@media (max-width: 768px) {
  .flipflap.hariraya {
    padding-bottom: 103px;
  }
}

@media screen and (max-width: 512px) {
  .flipflap.hariraya {
    padding-bottom: 33px;
  }
}

.flipflap.hariraya .ticketWrapper {
  top: 0;
  right: -143px;
  background: linear-gradient(to right, #ec1d10, #8e0919);
  color: var(--main-font-color);
  padding: 6px 16px;
  border-radius: 8px;
  border: 3px solid #f6d363;
  -webkit-filter: drop-shadow(0 0 10px red);
          filter: drop-shadow(0 0 10px red);
}

@media (max-width: 1024px) {
  .flipflap.hariraya .ticketWrapper {
    position: relative !important;
    margin-bottom: 23px;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    right: 13px;
    margin-left: auto;
  }
}

.flipflap.hariraya .ticketWrapper .ticketIcons {
  max-width: 24px;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.flipflap.hariraya .info-btn {
  left: 50%;
  bottom: 96px;
  -webkit-transform: translate(563%, 0);
  transform: translate(563%, 0);
  z-index: 9;
  max-width: 38px;
  -webkit-animation: blinking 0.7s infinite alternate;
          animation: blinking 0.7s infinite alternate;
  cursor: pointer;
}

@media (max-width: 820px) {
  .flipflap.hariraya .info-btn {
    left: 48%;
    bottom: 58px;
  }
}

@media (max-width: 768px) {
  .flipflap.hariraya .info-btn {
    left: 40%;
    bottom: auto;
    top: 86px;
  }
}

@media screen and (max-width: 512px) {
  .flipflap.hariraya .info-btn {
    left: 33%;
  }
}

@media (max-width: 375px) {
  .flipflap.hariraya .info-btn {
    max-width: 33px;
  }
}

@-webkit-keyframes blinking {
  to {
    -webkit-transform: translate(563%, 0) scale(1.1);
    transform: translate(563%, 0) scale(1.1);
  }
}

@keyframes blinking {
  to {
    -webkit-transform: translate(563%, 0) scale(1.1);
    transform: translate(563%, 0) scale(1.1);
  }
}

.flipflap.hariraya .hariraya-title {
  max-width: 820px;
  z-index: 2;
}

@media (max-width: 820px) {
  .flipflap.hariraya .hariraya-title {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .flipflap.hariraya .hariraya-title {
    max-width: 360px;
  }
}

@media (max-width: 375px) {
  .flipflap.hariraya .hariraya-title {
    max-width: 320px;
  }
}

.flipflap.hariraya .hariraya-character-1 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-156%, -45%);
  transform: translate(-156%, -45%);
  max-width: 680px;
  z-index: 1;
}

.flipflap.hariraya .hariraya-character-2 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(83%, -41%);
  transform: translate(83%, -41%);
  max-width: 580px;
  z-index: 1;
}

.flipflap.hariraya .hariraya-character-3 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-213%, 13%);
  transform: translate(-213%, 13%);
  max-width: 420px;
  z-index: 1;
}

.flipflap.hariraya .hariraya-listing {
  z-index: 10;
  max-width: 820px;
  gap: 23px;
}

@media (max-width: 820px) {
  .flipflap.hariraya .hariraya-listing {
    max-width: 820px;
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .flipflap.hariraya .hariraya-listing {
    max-width: 650px;
  }
}

.flipflap.hariraya .hariraya-listing .hariraya-items {
  max-width: 85px;
  cursor: pointer;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .flipflap.hariraya .hariraya-listing .hariraya-items {
    transition: none;
  }
}

@media (max-width: 375px) {
  .flipflap.hariraya .hariraya-listing .hariraya-items {
    max-width: 70px;
  }
}

.flipflap.hariraya .hariraya-listing .hariraya-items.show {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flipflap.hariraya .hariraya-listing .hariraya-items.disabledClick {
  pointer-events: none;
}

.flipflap.hariraya .hariraya-listing .hariraya-items .items-backView {
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flipflap.hariraya .hariraya-listing .hariraya-items .items-backView .giftValueWrapper {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 33px;
}

.flipflap.hariraya .hariraya-listing .hariraya-items .items-backView .giftValueWrapper p {
  background: linear-gradient(180deg, #8F0303 0%, #FF0707 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}

.flipflap.hariraya .hariraya-listing .hariraya-items .items-backView .giftValueWrapper p::after {
  content: attr(data-gift-value);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  -webkit-text-stroke: 2px #FFDB5A;
}

.flipflap.hariraya .hariraya-listing .hariraya-items .items-backView .giftValueWrapper p.id {
  font-size: 1.8rem;
}

.flipflap.hariraya .hariraya-listing .hariraya-items .items-backView .giftValueWrapper p.id::after {
  -webkit-text-stroke: 1.5px #FFDB5A;
}

.flipflap.hariraya .hariraya-listing .hariraya-items .items-backView .giftValueWrapper .normalGift {
  font-size: 1.8rem;
  line-height: 34px;
}

.flipflap.hariraya .hariraya-listing .hariraya-items .items-backView .giftValueWrapper .normalGift::after {
  -webkit-text-stroke: 1.5px #FFDB5A;
}

.flipflap.hariraya .hariraya-board {
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: scale(1.6) translateY(-16px);
  transform: scale(1.6) translateY(-16px);
}

@media (max-width: 820px) {
  .flipflap.hariraya .hariraya-board {
    -webkit-transform: scale(1.6) translateY(-13px);
    transform: scale(1.6) translateY(-13px);
  }
}

@media (max-width: 768px) {
  .flipflap.hariraya .hariraya-board {
    -webkit-transform: scale(2.4) translateY(-60px);
    transform: scale(2.4) translateY(-60px);
  }
}

@media screen and (max-width: 512px) {
  .flipflap.hariraya .hariraya-board {
    -webkit-transform: scale(3.2) translateY(-56px) rotate(90deg);
    transform: scale(3.2) translateY(-56px) rotate(90deg);
  }
}

.flipflap.hariraya .hariraya-startGame {
  color: #380101;
  bottom: -110px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  padding: 13px 33px;
  background-image: url("/assets/events/flipflap_hariraya/amount-btn.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#tncModal .modal-dialog {
  max-width: 920px;
}

#tncModal .modal-dialog .modal-body {
  padding: 16px 26px 8px 26px;
}

#tncModal .modal-dialog .modal-body .divider {
  max-width: 100%;
  opacity: 0.15;
}

#tncModal .modal-dialog .modal-body table thead tr th {
  background: #FF0031;
  border: 1px solid white;
}

#tncModal .modal-dialog .modal-body table tbody tr td {
  border: 1px solid white;
}

#confirmationModal .modal-dialog .modal-body .confirmationDecs {
  line-height: 23px;
}

#errorModal .modal-dialog .modal-content,
#successModal .modal-dialog .modal-content {
  background: transparent;
  border: none;
}

#errorModal .modal-dialog .modal-content .btn-theme,
#successModal .modal-dialog .modal-content .btn-theme {
  padding: 46px 93px 46px;
  background: url("/assets/events/flipflap_hariraya/default-btn.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 512px) {
  #errorModal .modal-dialog .modal-content .btn-theme,
  #successModal .modal-dialog .modal-content .btn-theme {
    padding: 33px 73px 33px;
  }
}

#errorModal .modal-dialog .modal-content .btn-theme span,
#successModal .modal-dialog .modal-content .btn-theme span {
  font-size: 1.6rem;
}

@media screen and (max-width: 512px) {
  #errorModal .modal-dialog .modal-content .btn-theme span,
  #successModal .modal-dialog .modal-content .btn-theme span {
    font-size: 1.5rem;
  }
}

#errorModal .modal-dialog .modalBg,
#successModal .modal-dialog .modalBg {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -53%);
  transform: translate(-50%, -53%);
  z-index: -1;
}

@media (max-width: 360px) {
  #errorModal .modal-dialog .modalBg,
  #successModal .modal-dialog .modalBg {
    -webkit-transform: translate(-51%, -53%) scale(1.1);
    transform: translate(-51%, -53%) scale(1.1);
  }
}

#errorModal .modal-dialog .title-oops {
  max-width: 230px;
}

@media screen and (max-width: 512px) {
  #errorModal .modal-dialog .title-oops {
    max-width: 180px;
  }
}

#errorModal .modal-dialog .set-error-message {
  color: #680000;
  line-height: 36px;
}

@media screen and (max-width: 512px) {
  #errorModal .modal-dialog .set-error-message {
    font-size: 1.6rem;
    line-height: 28px;
  }
}

#successModal .modal-dialog .title-congrulations {
  max-width: 420px;
  margin-top: -63px;
}

@media screen and (max-width: 512px) {
  #successModal .modal-dialog .title-congrulations {
    max-width: 340px;
    margin-top: -43px;
  }
}

#successModal .modal-dialog .wonText {
  color: #680000;
}

@media screen and (max-width: 512px) {
  #successModal .modal-dialog .wonText {
    font-size: 1.6rem;
  }
}

#successModal .modal-dialog .set-total-amount {
  color: #FF0707;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}

@media screen and (max-width: 512px) {
  #successModal .modal-dialog .set-total-amount {
    font-size: 3.4rem;
  }
}

#successModal .modal-dialog .set-total-amount::after {
  content: attr(data-set-total-amount);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  -webkit-text-stroke: 3px #FFFCA8;
}

@media screen and (max-width: 512px) {
  #successModal .modal-dialog .set-total-amount::after {
    -webkit-text-stroke: 2px #FFFCA8;
  }
}

.predict-btn {
  background: url("/assets/events/prediction-lottery/prediction-lottery-button-bg.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  line-height: 53px;
  padding: 16px 53px 20px 53px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1023px) {
  .predict-btn {
    font-size: 2.4rem;
    padding: 13px 53px 18px 53px;
  }
}

@media screen and (max-width: 512px) {
  .predict-btn {
    padding: 13px 23px 16px 23px;
    font-size: 1.8rem;
    line-height: 33px;
  }
}

.predict-btn.disabled {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.predict-btn.short-bg {
  background: url("/assets/events/prediction-lottery/prediction-lottery-button-bg-short.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.rules-bg {
  background: url("/assets/events/prediction-lottery/prediction-lottery-rules.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 10px 30px;
  cursor: pointer;
}

@media screen and (max-width: 512px) {
  .rules-bg {
    padding: 10px 16px;
  }
}

.lottery-prediction {
  font-family: "Figtree", sans-serif;
  background: url("/assets/events/prediction-lottery/prediction-lottery-bg-desktop.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .lottery-prediction {
    min-height: 100vh;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction {
    padding-bottom: 100px !important;
    background: url("/assets/events/prediction-lottery/prediction-lottery-bg-mobile.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.lottery-prediction .loading-screen {
  top: 0;
}

.lottery-prediction-title img {
  max-width: 900px;
}

@media screen and (max-width: 1023px) {
  .lottery-prediction-title img {
    max-width: 680px;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-title img {
    max-width: 320px;
  }
}

.lottery-prediction-title .remove-margin-bottom {
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .lottery-prediction-title .remove-margin-bottom {
    margin-bottom: 0 !important;
    margin-right: 13px;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-title .remove-margin-bottom {
    margin-right: 8px;
  }
}

.lottery-prediction-title .lottery-prediction-rules {
  top: 23px;
  left: -63px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .lottery-prediction-title .lottery-prediction-rules {
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    margin: -13px auto 28px auto;
    left: 0;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-title .lottery-prediction-rules {
    font-size: 1rem;
    margin: -16px auto 20px auto;
  }
}

.lottery-prediction-title .lottery-prediction-deposit {
  top: 13px;
  right: -83px;
}

@media (max-width: 1024px) {
  .lottery-prediction-title .lottery-prediction-deposit {
    position: relative !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    right: 0;
    margin: 0 auto 33px auto;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-title .lottery-prediction-deposit {
    margin: 0px auto 24px auto;
  }
}

.lottery-prediction-title .lottery-prediction-deposit .deposit-amount {
  line-height: 36px;
  padding: 20px 83px;
  margin-top: -8px;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-title .lottery-prediction-deposit .deposit-amount {
    padding: 16px 86px 16px 86px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-title .lottery-prediction-deposit .amount-text {
    font-size: 0.9rem;
  }
}

.lottery-prediction-title .fixWidth {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.lottery-prediction-result .date-content {
  background: #FF0031;
  border: 3px solid white;
  border-radius: 50px;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-result .date-content {
    font-size: 0.9rem;
    line-height: 19px;
    padding: 6px 50px 6px 40px !important;
  }
}

.lottery-prediction-result .result-content {
  margin-left: -33px;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-result .result-content {
    font-size: 2rem;
    margin-left: -23px;
  }
}

.lottery-prediction-result .result-content p {
  z-index: 1;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.lottery-prediction-result .result-content::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("/assets/events/prediction-lottery/prediction-lottery-result-ball.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-result .result-content::after {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-countdown .countdown-title {
    font-size: 1.4rem;
    margin-top: 13px !important;
  }
}

.lottery-prediction-countdown .countdown-content {
  line-height: 63px;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-countdown .countdown-content {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-countdown .predict-btn {
    background: url("/assets/events/prediction-lottery/prediction-lottery-button-bg-short.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

.lottery-prediction-modal .modal-dialog {
  max-width: 820px;
}

@media screen and (max-width: 1023px) {
  .lottery-prediction-modal .modal-dialog {
    max-width: 520px;
  }
}

.lottery-prediction-modal .modal-dialog .modal-content .modal-frame::after {
  content: "";
  position: absolute;
  width: calc(100% + 200px);
  height: calc(100% + 130px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background: url("/assets/events/prediction-lottery/prediction-lottery-modal-frame-desktop.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .lottery-prediction-modal .modal-dialog .modal-content .modal-frame::after {
    width: calc(100% + 150px);
  }
}

@media screen and (max-width: 1023px) {
  .lottery-prediction-modal .modal-dialog .modal-content .modal-frame::after {
    width: calc(100% + 130px);
    height: calc(100% + 150px);
    -webkit-transform: translate(-50%, -48%);
    transform: translate(-50%, -48%);
    background: url("/assets/events/prediction-lottery/prediction-lottery-modal-frame-mobile.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal .modal-dialog .modal-content .modal-frame::after {
    width: calc(100% + 100px);
    height: calc(100% + 130px);
  }
}

@media screen and (max-width: 1023px) {
  .lottery-prediction-modal .modal-dialog .modal-content .modal-frame.bottom-close-button {
    margin-bottom: 93px;
  }

  .lottery-prediction-modal .modal-dialog .modal-content .modal-frame.bottom-close-button ~ .close-modal {
    margin: 0 auto;
    position: relative !important;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal .modal-dialog .modal-content .modal-frame.bottom-close-button {
    margin-bottom: 76px;
  }
}

.lottery-prediction-modal .modal-dialog .modal-content .modal-frame .modal-body.table-fixed-height {
  max-height: 550px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.lottery-prediction-modal .modal-dialog .modal-content .modal-frame .modal-body.table-fixed-height::-webkit-scrollbar {
  width: 14px;
}

.lottery-prediction-modal .modal-dialog .modal-content .modal-frame .modal-body.table-fixed-height::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
  border: 1px solid white;
}

.lottery-prediction-modal .modal-dialog .modal-content .modal-frame .modal-body.table-fixed-height::-webkit-scrollbar-thumb {
  background: linear-gradient(144.97deg, #FFAF11 0.76%, #FFFF8D 53.56%, #FFC71D 88.93%);
  border: 4px solid transparent;
  background-clip: content-box;
  border-radius: 20px;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal .modal-dialog .modal-content .modal-frame .modal-body.table-fixed-height {
    padding: 0 6px;
    padding-right: 6px;
    max-height: 360px;
  }
}

.lottery-prediction-modal .modal-dialog .modal-content .close-modal {
  top: -73px;
  right: -93px;
  max-width: 100px;
  z-index: 5;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .lottery-prediction-modal .modal-dialog .modal-content .close-modal {
    top: -76px;
    right: -83px;
    max-width: 110px;
  }
}

@media screen and (max-width: 1023px) {
  .lottery-prediction-modal .modal-dialog .modal-content .close-modal {
    top: -93px;
    right: -60px;
    max-width: 90px;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal .modal-dialog .modal-content .close-modal {
    max-width: 70px;
  }
}

.lottery-prediction-modal#leaderboardModal .modal-dialog .rules-bg {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: -76px;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#leaderboardModal .modal-dialog .rules-bg {
    font-size: 1.6rem;
    margin-bottom: 13px;
    margin-top: -73px;
  }
}

.lottery-prediction-modal#leaderboardModal .modal-dialog .modal-body table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 13px;
  overflow: hidden;
}

.lottery-prediction-modal#leaderboardModal .modal-dialog .modal-body table tr th,
.lottery-prediction-modal#leaderboardModal .modal-dialog .modal-body table tr td {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 8px;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#leaderboardModal .modal-dialog .modal-body table tr th,
  .lottery-prediction-modal#leaderboardModal .modal-dialog .modal-body table tr td {
    font-size: 0.9rem;
    padding: 6px 8px;
  }
}

.lottery-prediction-modal#leaderboardModal .modal-dialog .modal-body table thead tr th {
  background: white;
  color: #FF0031;
  border: 2px solid #313131;
  -webkit-filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
}

.lottery-prediction-modal#leaderboardModal .modal-dialog .modal-body table thead tr th:first-child {
  border-top-left-radius: 13px;
}

.lottery-prediction-modal#leaderboardModal .modal-dialog .modal-body table thead tr th:last-child {
  border-top-right-radius: 13px;
}

.lottery-prediction-modal#leaderboardModal .modal-dialog .modal-body table tbody {
  color: white;
}

.lottery-prediction-modal#leaderboardModal .modal-dialog .modal-body table tbody tr td {
  border: 1px solid white;
}

.lottery-prediction-modal#leaderboardModal .modal-dialog .modal-body table tbody tr:nth-child(odd) td {
  background: #FF0031;
}

.lottery-prediction-modal#leaderboardModal .modal-dialog .modal-body table tbody tr:nth-child(even) td {
  background: #520003;
}

.lottery-prediction-modal#leaderboardModal .modal-dialog .modal-body table tbody tr:first-child td {
  border-top: 2px solid transparent;
}

.lottery-prediction-modal#leaderboardModal .modal-dialog .modal-body table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 13px;
}

.lottery-prediction-modal#leaderboardModal .modal-dialog .modal-body table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 13px;
}

.lottery-prediction-modal#tncRule .modal-dialog .modal-content .close-modal {
  top: -80px;
  right: -90px;
}

@media (max-width: 1024px) {
  .lottery-prediction-modal#tncRule .modal-dialog .modal-content .close-modal {
    top: -87px;
    right: -76px;
  }
}

@media screen and (max-width: 1023px) {
  .lottery-prediction-modal#tncRule .modal-dialog .modal-content .close-modal {
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#tncRule .modal-dialog .modal-content .modal-frame::after {
    width: calc(100% + 100px);
    height: calc(100% + 120px);
    -webkit-transform: translate(-50%, -49%);
    transform: translate(-50%, -49%);
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#tncRule .modal-dialog .modal-content .modal-frame.bottom-close-button {
    margin-bottom: 68px;
  }
}

.lottery-prediction-modal#tncRule .modal-dialog .modal-content .modal-frame .table-fixed-height {
  max-height: 100%;
  overflow: auto;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#tncRule .modal-dialog .modal-content .modal-frame .table-fixed-height {
    max-height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#tncRule .modal-dialog .modal-content .modal-body {
    font-size: 0.9rem;
  }
}

.lottery-prediction-modal#tncRule .modal-dialog .modal-content .modal-body .tnc-rule-bg {
  background: #FF0031;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#tncRule .modal-dialog .modal-content .modal-body .tnc-rule-bg {
    font-size: 1.1rem;
  }
}

.lottery-prediction-modal#tncRule .modal-dialog .modal-content .modal-body .tnc-rule-bg ~ ul {
  line-height: 23px;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#tncRule .modal-dialog .modal-content .modal-body .tnc-rule-bg ~ ul {
    line-height: 16px;
  }
}

.lottery-prediction-modal#confirmationMessageModal .modal-dialog,
.lottery-prediction-modal#messageInfoModal .modal-dialog {
  max-width: 500px;
}

.lottery-prediction-modal#confirmationMessageModal .modal-dialog .modal-content .close-modal,
.lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .close-modal {
  top: -18px;
  right: -38px;
  max-width: 70px;
}

@media (max-width: 820px) {
  .lottery-prediction-modal#confirmationMessageModal .modal-dialog .modal-content .close-modal,
  .lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .close-modal {
    top: -13px;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#confirmationMessageModal .modal-dialog .modal-content .close-modal,
  .lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .close-modal {
    top: -6px;
    right: 0;
    max-width: 50px;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#confirmationMessageModal .modal-dialog .modal-content .close-modal.en,
  .lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .close-modal.en {
    top: 0;
  }
}

.lottery-prediction-modal#confirmationMessageModal .modal-dialog .modal-content .modal-frame,
.lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .modal-frame {
  min-height: 352px;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#confirmationMessageModal .modal-dialog .modal-content .modal-frame,
  .lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .modal-frame {
    min-height: 100%;
  }
}

.lottery-prediction-modal#confirmationMessageModal .modal-dialog .modal-content .modal-frame::after,
.lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .modal-frame::after {
  width: calc(100% + 60px);
  height: 100%;
  background: url("/assets/events/prediction-lottery/prediction-lottery-modal-frame-desktop.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#confirmationMessageModal .modal-dialog .modal-content .modal-frame::after,
  .lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .modal-frame::after {
    width: 100%;
    -webkit-transform: translate(-50%, -49%);
    transform: translate(-50%, -49%);
  }
}

.lottery-prediction-modal#confirmationMessageModal .modal-dialog .modal-content .modal-frame .modal-body .message-title,
.lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .modal-frame .modal-body .message-title {
  line-height: 43px;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#confirmationMessageModal .modal-dialog .modal-content .modal-frame .modal-body .message-title,
  .lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .modal-frame .modal-body .message-title {
    font-size: 1.4rem;
    line-height: 36px;
  }
}

.lottery-prediction-modal#confirmationMessageModal .modal-dialog .modal-content .modal-frame .modal-body .predict-btn,
.lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .modal-frame .modal-body .predict-btn {
  padding: 8px 53px 10px 53px;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#confirmationMessageModal .modal-dialog .modal-content .modal-frame .modal-body .predict-btn,
  .lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .modal-frame .modal-body .predict-btn {
    font-size: 1.6rem;
    padding: 10px 33px 13px 33px;
  }
}

.lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .modal-frame {
  min-height: 352px;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .modal-frame {
    min-height: 260px;
  }
}

.lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .modal-frame .modal-body .predict-btn {
  padding: 8px 33px 10px 33px;
}

@media (max-width: 1024px) {
  .lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .modal-frame .modal-body .predict-btn {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#messageInfoModal .modal-dialog .modal-content .modal-frame .modal-body .predict-btn {
    font-size: 1.6rem;
    padding: 13px 33px 18px 23px;
  }
}

.lottery-prediction-modal#guessNumber .modal-dialog {
  max-width: 300px;
}

.lottery-prediction-modal#guessNumber .modal-dialog .modal-content .modal-body.modal-frame::after {
  width: calc(100% + 90px);
  height: calc(100% + 90px);
  -webkit-transform: translate(-50%, -49.5%);
  transform: translate(-50%, -49.5%);
  background: url("/assets/events/prediction-lottery/prediction-lottery-modal-frame-mobile.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#guessNumber .modal-dialog .modal-content .modal-body.modal-frame::after {
    width: calc(100% + 50px);
    height: calc(100% + 70px);
  }
}

.lottery-prediction-modal#guessNumber .modal-dialog .modal-content .modal-body .guess-number-input {
  top: 0;
  left: 0;
  border-radius: 36px !important;
  padding: 13px 43px;
  pointer-events: none;
}

.lottery-prediction-modal#guessNumber .modal-dialog .modal-content .modal-body .guess-number-input:-moz-read-only {
  background: transparent;
  color: white;
  font-size: 2rem;
  font-weight: 700;
}

.lottery-prediction-modal#guessNumber .modal-dialog .modal-content .modal-body .guess-number-input:read-only {
  background: transparent;
  color: white;
  font-size: 2rem;
  font-weight: 700;
}

.lottery-prediction-modal#guessNumber .modal-dialog .modal-content .modal-body .guess-number-list .guess-number-list-items:hover::after {
  z-index: 1;
}

.lottery-prediction-modal#guessNumber .modal-dialog .modal-content .modal-body .guess-number-list .guess-number-list-items::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lottery-prediction-modal#guessNumber .modal-dialog .modal-content .modal-body .guess-number-list .guess-number-list-items::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: calc(100% - 2px);
  z-index: -1;
  background: url("/assets/events/prediction-lottery/prediction-lottery-result-ball-hover.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.lottery-prediction-modal#guessNumber .modal-dialog .modal-content .modal-body .guess-number-list .guess-number-list-items.disabled-btn {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}

.lottery-prediction-modal#guessNumber .modal-dialog .modal-content .modal-body .guess-number-list .guess-number-list-items.deleteGuessNumber::after {
  background: url("/assets/events/prediction-lottery/prediction-lottery-delete-hover.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: calc(100% - 38px);
  height: calc(100% - 8px);
}

.lottery-prediction-modal#guessNumber .modal-dialog .modal-content .modal-body .guess-number-list .guess-number-list-items.confirmGuessNumber.disabled-btn {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}

.lottery-prediction-modal#guessNumber .modal-dialog .modal-content .modal-body .guess-number-list .guess-number-list-items.confirmGuessNumber::after {
  background: url("/assets/events/prediction-lottery/prediction-lottery-tick-hover.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: calc(100% - 38px);
  height: calc(100% - 8px);
}

.lottery-prediction-modal#guessNumber .modal-dialog .modal-content .close-modal {
  top: -67px;
  right: -58px;
  max-width: 70px;
}

@media screen and (max-width: 512px) {
  .lottery-prediction-modal#guessNumber .modal-dialog .modal-content .close-modal {
    top: -50px;
    right: -33px;
    max-width: 60px;
  }
}

.download-section .download-text-wrapper p.main {
  line-height: 33px;
}

@media screen and (max-width: 1023px) {
  .download-section .download-text-wrapper p.main {
    max-width: 400px;
  }
}

@media screen and (max-width: 512px) {
  .download-section .download-text-wrapper p.main {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 512px) {
  .download-section .download-text-wrapper p.sub {
    font-size: 1rem;
  }
}

.download-section .download-text-wrapper .qr-code-wrapper .qr-code {
  min-width: 140px;
  min-height: 140px;
}

@media screen and (max-width: 512px) {
  .download-section .download-text-wrapper .qr-code-wrapper .qr-code {
    min-width: 150px;
    min-height: 150px;
  }
}

.download-section .download-text-wrapper .qr-code-wrapper .qr-code img,
.download-section .download-text-wrapper .qr-code-wrapper .qr-code canvas {
  max-width: 140px;
  max-height: 140px;
  margin: 0 auto;
}

@media screen and (max-width: 512px) {
  .download-section .download-text-wrapper .qr-code-wrapper .qr-code img,
  .download-section .download-text-wrapper .qr-code-wrapper .qr-code canvas {
    min-width: 150px;
    min-height: 150px;
  }
}

#MillionCashModal .modal-body .close {
  background: #FF0031;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  opacity: 1;
  font-size: 25px;
  right: 10px;
}

#MillionCashModal .modal-body .close::after {
  content: none;
}

#MillionCashModal .modal-body .close::before {
  content: none;
}

#MillionCashModal .modal-body .en-modal-logo {
  -webkit-animation: shake-animation 2s infinite;
          animation: shake-animation 2s infinite;
}

#MillionCashModal .modal-body .zh-modal-logo {
  -webkit-animation: shake-animation 2s infinite;
          animation: shake-animation 2s infinite;
  max-width: 380px;
  width: 100%;
}

#MillionCashModal .modal-body .modal-piki {
  -webkit-animation: shake-animation 2s infinite;
          animation: shake-animation 2s infinite;
}

#MillionCashModal .modal-body .modal-prize {
  background: rgba(0, 0, 0, 0.7);
  max-height: 80px;
  max-width: 280px;
  border-radius: 15px;
  border: 3px solid;
  border-color: #d33025;
  -webkit-animation: shake-animation 2s infinite;
          animation: shake-animation 2s infinite;
  left: 0;
  right: 0;
  margin-top: -15%;
}

@media screen and (max-width: 512px) {
  #MillionCashModal .modal-body .modal-prize {
    bottom: 19%;
  }
}

#MillionCashModal .modal-body .modal-prize .modal-daily {
  background-image: linear-gradient(to right, #c52a24, #e03b27);
  max-height: 45px;
  height: 45px;
  max-width: 190px;
  border: 1px solid;
  border-color: #e5a466;
  border-radius: 30px;
  box-shadow: 0 4px #f7e174;
  z-index: 2;
  -webkit-animation: shake-animation 2s infinite;
          animation: shake-animation 2s infinite;
  top: -20px;
  left: 0;
  right: 0;
}

#MillionCashModal .modal-body .modal-prize p {
  color: white;
  opacity: 1;
  font-size: 18px;
  margin-top: -10px;
}

#MillionCashModal .modal-body .modal-prize p .prize-money {
  color: #fbe851;
  font-size: 22px;
  text-shadow: 2px 3px #a63427;
}

#MillionCashModal .modal-body .modal-grab-btn {
  -webkit-animation: pump-animation 1s infinite;
          animation: pump-animation 1s infinite;
}

#MillionCashModal.hari-raya-theme .modal-body .modal-prize {
  border-color: #159C57;
}

#MillionCashModal.hari-raya-theme .modal-body .modal-prize .modal-daily {
  background: #159c57;
  border-color: #159c57;
  box-shadow: 0 4px #f2b010;
}

#MillionCashModal.hari-raya-theme .modal-body .modal-prize p .prize-money {
  color: #F2B010;
  text-shadow: 2px 3px #034B11;
}

.bg-tabs {
  background-image: url("/assets/events/million-party/million-part-board.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/million-party/million-part-board.webp") 1x);
  background-size: 100% 100%;
  font-size: 1.1rem;
  padding: 13px 30px;
  border-radius: 4px;
}

.bg-tabs.ph {
  padding: 13px 18px;
}

.bg-tabs.vi {
  padding: 13px;
  font-size: 0.85rem;
}

@media screen and (max-width: 1023px) {
  .bg-tabs.vi {
    font-size: 1.1rem;
    padding: 13px 30px;
  }
}

.bg-light {
  background: rgba(0, 0, 0, 0.6) !important;
  border-radius: 13px;
}

.bg-btn {
  font-size: 1.4rem;
}

.bg-btn p {
  position: relative;
  top: -4px;
  -webkit-text-stroke: 1.5px #000;
}

.bg-btn.gold,
.bg-btn.sliver {
  cursor: pointer;
}

.bg-btn.gold {
  background-image: url("/assets/events/million-party/million-party-claim-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/million-party/million-party-claim-bg.webp") 1x);
  background-size: 100% 100%;
  padding: 13px 33px;
}

@media screen and (max-width: 512px) {
  .bg-btn.gold p {
    font-size: 1.2rem;
  }
}

.bg-btn.sliver {
  background-image: url("/assets/events/million-party/million-party-back-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/million-party/million-party-back-bg.webp") 1x);
  background-size: 100% 100%;
  padding: 10px;
}

.bg-btn.sliver p {
  font-size: 1rem;
  -webkit-text-stroke: 1.5px transparent;
  top: -3px;
}

.price-grid {
  display: grid;
  grid-gap: 6px 30px;
  grid-template-columns: 1fr 1fr 1fr 80px;
}

.price-grid .img-coins,
.price-grid .img-mini,
.price-grid .img-major,
.price-grid .img-grand {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

.price-grid .img-angpau {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.price-grid p {
  font-size: 1.6rem;
}

.price-grid p span {
  top: -4px;
  left: -2.5px;
  font-size: 1.2rem;
  font-weight: 600;
}

.price-grid.stick-together {
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-grid.stick-together img {
  position: relative;
  max-width: 45px;
}

@media screen and (max-width: 512px) {
  .price-grid.stick-together img {
    max-width: 30px;
  }
}

.price-grid.stick-together img .img-angpau {
  max-width: 25px;
}

.price-grid.stick-together img:first-child {
  z-index: 3;
}

.price-grid.stick-together img:nth-child(2) {
  z-index: 2;
}

.price-grid.stick-together img:last-child {
  z-index: 1;
}

.price-grid.vn p {
  font-size: 1.1rem;
}

@media screen and (max-width: 512px) {
  .price-grid.vn p {
    font-size: 0.7rem;
  }
}

.price-grid.vn p span {
  font-size: 0.9rem;
  top: -1px;
}

@media screen and (max-width: 512px) {
  .price-grid.vn p span {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .million-party-main {
    min-height: 100% !important;
  }
}

.million-party-main .bgimg {
  background-image: url("/assets/events/million-party/million-party-desktop-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .million-party-main .bgimg {
    background-image: url("/assets/events/million-party/million-party-mobile-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.million-party-main .loading-screen {
  z-index: 999999;
  top: 0;
}

.million-party-main .loading-screen.hide {
  z-index: -999999;
}

.million-party-main .title-wrapper::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% + 150px);
  height: 2px;
  background: white;
  opacity: 0.6;
}

@media screen and (max-width: 1023px) {
  .million-party-main .title-wrapper::after {
    width: 0;
  }
}

.million-party-main .title-wrapper .logo {
  max-width: 90px;
}

.million-party-main .title-wrapper .title {
  max-width: 420px;
  margin-top: -12px;
}

@media screen and (max-width: 512px) {
  .million-party-main .title-wrapper .title {
    max-width: 320px;
  }
}

.million-party-main .title-wrapper .title.ph {
  margin-top: -16px;
}

@media screen and (max-width: 512px) {
  .million-party-main .title-wrapper .title.ph {
    max-width: 300px;
  }
}

.million-party-main .title-wrapper .title.vn {
  margin-top: -26px;
}

@media (min-width: 1640px) {
  .million-party-main .slot-content-wrapper {
    max-width: 1428px;
  }
}

.million-party-main .slot-content-wrapper .price-term-wrapper #price-term-tabs .nav-item .nav-link {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.million-party-main .slot-content-wrapper .price-term-wrapper #price-term-tabs .nav-item .nav-link.active,
.million-party-main .slot-content-wrapper .price-term-wrapper #price-term-tabs .nav-item .nav-link:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.million-party-main .slot-content-wrapper .price-term-wrapper #price-term-tabs .nav-item .nav-link i {
  top: 1px;
}

.million-party-main .slot-content-wrapper .price-term-wrapper #price-term-contents {
  max-width: 340px;
}

.million-party-main .slot-content-wrapper .price-term-wrapper #price-term-contents .tab-pane .how-to-play-content .title {
  font-weight: 600;
  font-size: 1.3rem;
}

.million-party-main .slot-content-wrapper .price-term-wrapper #price-term-contents .tab-pane .how-to-play-content ol li {
  font-weight: 400;
  line-height: 20px;
}

.million-party-main .slot-content-wrapper .price-term-wrapper #price-term-contents .tab-pane .how-to-play-content ol li span {
  font-weight: 700;
}

.million-party-main .slot-content-wrapper .leaderboard-content .bg-tabs {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.million-party-main .slot-content-wrapper .leaderboard-content .infinite-body.table-responsive {
  max-height: 353.5px;
}

.million-party-main .slot-content-wrapper .leaderboard-content .infinite-body.table-responsive .leaderboard-table tbody.clone {
  border: 0;
}

.million-party-main .slot-content-wrapper .leaderboard-content .infinite-body.table-responsive .leaderboard-table tbody.content-float {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: mymove 40s linear infinite;
          animation: mymove 40s linear infinite;
}

@-webkit-keyframes mymove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-336px);
            transform: translateY(-336px);
  }
}

@keyframes mymove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-336px);
            transform: translateY(-336px);
  }
}

.million-party-main .slot-content-wrapper .leaderboard-content .infinite-body.table-responsive .leaderboard-table tbody tr td {
  padding: 4px 0;
}

.million-party-main .slot-content-wrapper .leaderboard-content .leaderboard-table {
  max-width: 340px;
  table-layout: fixed;
}

.million-party-main .slot-content-wrapper .leaderboard-content .leaderboard-table th,
.million-party-main .slot-content-wrapper .leaderboard-content .leaderboard-table td {
  vertical-align: middle;
  border: 0;
  text-align: center;
}

.million-party-main .slot-content-wrapper .leaderboard-content .leaderboard-table thead th {
  border-top: 0;
  border-bottom: 1px solid white;
  line-height: 23px;
}

.million-party-main .slot-content-wrapper .leaderboard-content .leaderboard-table thead th:first-child {
  padding: 10px 13px 10px 0;
}

.million-party-main .slot-content-wrapper .leaderboard-content .leaderboard-table thead th:last-child {
  padding: 10px 0 10px 13px;
}

.million-party-main .slot-content-wrapper .leaderboard-content .leaderboard-table tbody tr:first-child td {
  padding: 10px 0 4px 0;
}

.million-party-main .slot-content-wrapper .leaderboard-content .leaderboard-table tbody tr td {
  border-bottom: 0;
  font-weight: 400;
  padding: 4px 0;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper.vi .grand-price {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper.vi .grand-price p:nth-child(2) {
    top: 0 !important;
    font-size: 0.7rem !important;
  }
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper.vi .grand-price.major,
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper.vi .grand-price.mini {
    font-size: 0.9rem;
  }

  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper.vi .grand-price.major p:first-child::before,
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper.vi .grand-price.major p:last-child::before,
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper.vi .grand-price.mini p:first-child::before,
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper.vi .grand-price.mini p:last-child::before {
    -webkit-text-stroke: 0.25px #ffffff !important;
  }
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #000;
  font-size: 2rem;
  padding: 0 30px;
  border-radius: 4px;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price {
    font-size: 1.1rem;
    padding: 4px 30px;
  }
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p {
  position: relative;
  top: -1px;
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:first-child::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:nth-child(2) {
  font-size: 1.2rem;
  top: 0;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:nth-child(2) {
    font-size: 0.6rem;
  }
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:last-child {
  top: -0.5px;
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:last-child::before {
  content: attr(data-text);
  position: absolute;
  top: -0.5px;
  left: 0;
  z-index: 0;
  color: white;
  -webkit-text-stroke: 1px white;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:last-child::before {
    -webkit-text-stroke: 0.8px white;
  }
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.grand {
  border: 3px solid #C77800;
  box-shadow: 0px 0px 30px #FFCA0C;
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.grand p:first-child::before {
  color: #ffb647;
  -webkit-text-stroke: 1px #ffb647;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.grand p:first-child::before {
    -webkit-text-stroke: 0.8px #ffb647;
  }
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.grand p:first-child,
.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.grand p:last-child {
  background: linear-gradient(180deg, #ad0000 0%, #FC0000 20.79%, #890000 54.62%, #ad0000 78.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major,
.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini {
  font-size: 1.7rem;
  padding: 4px 13px;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major,
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini {
    font-size: 0.8rem;
  }
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major p:nth-child(2),
.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini p:nth-child(2) {
  font-size: 1rem;
  top: -1px;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major p:nth-child(2),
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini p:nth-child(2) {
    font-size: 0.6rem;
  }
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major {
  border: 3px solid #0B3051;
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major p:first-child::before {
  color: white;
  -webkit-text-stroke: 1px white;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major p:first-child::before {
    -webkit-text-stroke: 0.8px white;
  }
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major p:first-child,
.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major p:last-child {
  background: linear-gradient(180deg, #0B3051 0%, #01529A 20.79%, #0B3051 54.62%, #01529A 78.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini {
  border: 3px solid #074022;
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini p:first-child::before {
  color: #dd714c;
  -webkit-text-stroke: 1px #dd714c;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini p:first-child::before {
    -webkit-text-stroke: 0.8px #dd714c;
  }
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini p:first-child,
.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini p:last-child {
  background: linear-gradient(180deg, #074022 0%, #016E3A 20.79%, #074022 54.62%, #016E3A 78.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper.vi {
  margin-top: -18px;
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper.vi .grand-price p:last-child::before {
  -webkit-text-stroke: 0.6px white;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper.vi .grand-price p:last-child::before {
    -webkit-text-stroke: 0.3px white;
  }
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper.vi .grand-price.major p {
  white-space: pre;
}

.million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper.vi .grand-price.major p:first-child::before {
  -webkit-text-stroke: 0.6px white;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .grand-price-wrapper.vi .grand-price.major p:first-child::before {
    -webkit-text-stroke: 0.3px white;
  }
}

.million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .spin-btn-wrapper.ph .bg-btn {
  text-align: center;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .spin-btn-wrapper.ph .bg-btn.gold {
    padding: 13px 23px;
  }
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .spin-btn-wrapper.ph .bg-btn p {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .spin-btn-wrapper.ph .spin-chance {
    font-size: 0.9rem;
  }
}

.million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .spin-btn-wrapper .spin-chance {
  font-weight: 400;
  font-size: 1.1rem;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .spin-btn-wrapper .spin-chance {
    font-size: 1rem;
  }
}

.million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .auto-spin-btn {
  height: 45.6px;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .auto-spin-btn {
    height: 100%;
  }
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .auto-spin-btn .auto-spin-title {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .auto-spin-btn .toggle-auto-spin {
    max-width: 100px;
    margin: 0 auto;
  }
}

.million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .auto-spin-btn .toggle-auto-spin::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translate(0, -56%);
  transform: translate(0, -56%);
  width: 35px;
  height: 74%;
  background: #200000;
  border-radius: 50px;
  transition: all 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .auto-spin-btn .toggle-auto-spin::after {
    transition: none;
  }
}

.million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .auto-spin-btn .toggle-auto-spin.on::after {
  background: #05BB64;
  -webkit-transform: translate(154%, -56%);
  transform: translate(154%, -56%);
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .auto-spin-btn .toggle-auto-spin.on::after {
    -webkit-transform: translate(147%, -56%);
    transform: translate(147%, -56%);
  }
}

.million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .auto-spin-btn .toggle-auto-spin p:first-child {
  color: #05BB64;
}

.million-party-main .slot-content-wrapper .slot-content .slot-button-wrapper .auto-spin-btn .toggle-auto-spin p:last-child {
  color: #200000;
}

.million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper {
  max-width: 700px;
}

@media screen and (max-width: 1023px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper {
    max-width: 630px;
  }
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper {
    max-width: 330px;
  }
}

.million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper::after,
.million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: calc(100% - 93px);
  padding-bottom: 100%;
  background-image: url("/assets/events/million-party/slot-line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper::after {
    width: 100%;
  }
}

.million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper::before {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("/assets/events/million-party/slot-shadow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
}

.million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper .slot-machine {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-47%, 0);
  transform: translate(-47%, 0);
  gap: 0 68px;
}

@media screen and (max-width: 1023px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper .slot-machine {
    gap: 0 37px;
  }
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper .slot-machine {
    flex-wrap: nowrap;
    gap: 0;
  }
}

.million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper .slot-machine ul {
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}

@media screen and (max-width: 1023px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper .slot-machine ul {
    -webkit-transform: translate(0, -19px);
    transform: translate(0, -19px);
  }
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper .slot-machine ul {
    -webkit-transform: translate(0, -9px);
    transform: translate(0, -9px);
  }
}

.million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper .slot-machine ul:first-child {
  left: 10px;
}

@media screen and (max-width: 1023px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper .slot-machine ul:first-child {
    left: 3px;
  }
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper .slot-machine ul:first-child {
    left: 0;
  }
}

.million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper .slot-machine ul:last-child {
  left: -18px;
}

@media screen and (max-width: 1023px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper .slot-machine ul:last-child {
    left: -8px;
  }
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper .slot-machine ul:last-child {
    left: 0;
  }
}

.million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper .slot-machine ul li {
  list-style-type: none;
}

.million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper .slot-machine ul li img {
  max-width: 133px;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .slot-machine-wrapper .slot-machine ul li img {
    max-width: 80px;
  }
}

.million-party-main .slot-content-wrapper .slot-content .mobile-price-list-items .price-grid.stick-together {
  border-radius: 4px;
}

.million-party-main .slot-content-wrapper .slot-content .mobile-price-list-items .price-grid.stick-together img {
  margin-left: 0;
}

.million-party-main .slot-content-wrapper .slot-content .mobile-price-list-items .price-grid.stick-together img:nth-child(2),
.million-party-main .slot-content-wrapper .slot-content .mobile-price-list-items .price-grid.stick-together img:nth-child(3) {
  margin-left: -30px;
}

.million-party-main .slot-content-wrapper .slot-content .mobile-price-list-items .price-grid.stick-together p {
  font-weight: 600;
  font-size: 1.5rem;
}

.million-party-main .slot-content-wrapper .slot-content .mobile-price-list-items .price-grid.stick-together p span {
  top: -2px;
  font-size: 1rem;
  left: 0;
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .mobile-price-list-items .price-grid.stick-together p {
    font-size: 0.8rem;
  }

  .million-party-main .slot-content-wrapper .slot-content .mobile-price-list-items .price-grid.stick-together p span {
    top: -1px;
    font-size: 0.55rem;
    margin-left: -8px !important;
  }
}

@media screen and (max-width: 512px) {
  .million-party-main .slot-content-wrapper .slot-content .mobile-term-leaderboard .bg-tabs {
    font-size: 0.9rem;
    padding: 10px 13px;
  }
}

.million-party-modal .modal-dialog .modal-content .btn-close-circle {
  top: -13px;
  right: -8px;
  z-index: 3;
}

@media screen and (max-width: 512px) {
  .million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button .bg-btn {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 512px) {
  .million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button .bg-btn.gold {
    padding: 13px 23px;
  }
}

.million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button .bg-btn.sliver {
  padding: 13px 33px;
}

.million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button .bg-btn.sliver p {
  position: relative;
  top: -4px;
  -webkit-text-stroke: 1.5px #000;
  font-size: 1.4rem;
}

@media screen and (max-width: 512px) {
  .million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button .bg-btn.sliver p {
    font-size: 1.1rem;
    max-width: 100%;
  }
}

.million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button.vi,
.million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button.ph {
  margin-top: 10px;
}

.million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button.vi .bg-btn,
.million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button.ph .bg-btn {
  font-size: 1.1rem;
}

.million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button.vi .bg-btn.gold,
.million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button.ph .bg-btn.gold {
  padding: 13px 20px;
}

.million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button.vi .bg-btn.sliver p,
.million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button.ph .bg-btn.sliver p {
  font-size: 1.1rem;
}

@media screen and (max-width: 512px) {
  .million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button.vi,
  .million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button.ph {
    flex-wrap: wrap;
  }

  .million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button.vi .bg-btn.sliver,
  .million-party-modal .modal-dialog .modal-content .modal-body .general-modal-button.ph .bg-btn.sliver {
    margin-top: 4px !important;
  }
}

.million-party-modal.normal .modal-dialog .modal-content {
  border-radius: 13px !important;
  border: 3px solid #C77800;
  background: #21232b;
}

.million-party-modal.normal .modal-dialog .modal-content .modal-body .title {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: aardvark-bold;
  font-size: 1.4rem;
  margin-top: -50px;
}

@media screen and (max-width: 512px) {
  .million-party-modal.normal .modal-dialog .modal-content .modal-body .title {
    font-size: 1.3rem;
  }
}

.million-party-modal.normal .modal-dialog .modal-content .modal-body .append-term .how-to-play-content {
  font-weight: 500;
}

.million-party-modal.normal .modal-dialog .modal-content .modal-body .append-term .how-to-play-content .title {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}

.million-party-modal.normal .modal-dialog .modal-content .modal-body .append-term .how-to-play-content ol li .text-eured {
  font-weight: 700;
}

.million-party-modal.normal .modal-dialog .modal-content .modal-body .append-leaderboard .leaderboard-table {
  table-layout: fixed;
}

.million-party-modal.normal .modal-dialog .modal-content .modal-body .append-leaderboard .leaderboard-table th,
.million-party-modal.normal .modal-dialog .modal-content .modal-body .append-leaderboard .leaderboard-table td {
  text-align: center;
}

.million-party-modal.normal .modal-dialog .modal-content .modal-body .append-leaderboard .leaderboard-table thead tr th {
  border-top: 0;
  line-height: 20px;
}

.million-party-modal.normal .modal-dialog .modal-content .modal-body .append-leaderboard .leaderboard-table thead tr th:first-child {
  padding: 10px 13px 10px 0;
}

.million-party-modal.normal .modal-dialog .modal-content .modal-body .append-leaderboard .leaderboard-table thead tr th:last-child {
  padding: 10px 0 10px 13px;
}

.million-party-modal.normal .modal-dialog .modal-content .modal-body .append-leaderboard .leaderboard-table tbody tr:first-child td {
  padding: 10px 0 4px 0;
}

.million-party-modal.normal .modal-dialog .modal-content .modal-body .append-leaderboard .leaderboard-table tbody tr td {
  border: 0;
  padding: 4px 0;
}

.million-party-modal#winningModal .modal-dialog .modal-content .modal-header p,
.million-party-modal#losingModal .modal-dialog .modal-content .modal-header p {
  background: linear-gradient(180deg, #890000 0%, #FC0000 20.79%, #890000 54.62%, #FC0000 78.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.2rem;
  -webkit-text-stroke: 0.8px white;
  line-height: 43px;
}

@media screen and (max-width: 512px) {
  .million-party-modal#winningModal .modal-dialog .modal-content .modal-header p,
  .million-party-modal#losingModal .modal-dialog .modal-content .modal-header p {
    font-size: 1.8rem;
    line-height: 40px;
  }
}

.million-party-modal#winningModal .modal-dialog .modal-content .modal-body,
.million-party-modal#losingModal .modal-dialog .modal-content .modal-body {
  background-image: url("/assets/events/million-party/million-part-board.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/million-party/million-part-board.webp") 1x);
  background-size: 100% 100%;
  border-radius: 13px !important;
}

.million-party-modal#winningModal .modal-dialog .modal-content .modal-body .btn-close-circle,
.million-party-modal#losingModal .modal-dialog .modal-content .modal-body .btn-close-circle {
  top: -33px;
  right: 0;
  background-color: transparent;
}

.million-party-modal#winningModal .modal-dialog .modal-content .modal-body .winning-price,
.million-party-modal#winningModal .modal-dialog .modal-content .modal-body .losing-price,
.million-party-modal#losingModal .modal-dialog .modal-content .modal-body .winning-price,
.million-party-modal#losingModal .modal-dialog .modal-content .modal-body .losing-price {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.million-party-modal#winningModal .modal-dialog .modal-content .modal-body .winning-price p,
.million-party-modal#losingModal .modal-dialog .modal-content .modal-body .winning-price p {
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}

.million-party-modal#winningModal .modal-dialog .modal-content .modal-body .winning-price p:last-child,
.million-party-modal#losingModal .modal-dialog .modal-content .modal-body .winning-price p:last-child {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 60px;
}

.million-party-modal#winningModal .modal-dialog .modal-content .modal-body .winning-price p:last-child .currency,
.million-party-modal#losingModal .modal-dialog .modal-content .modal-body .winning-price p:last-child .currency {
  top: -2px;
}

.million-party-modal#winningModal .modal-dialog .modal-content .modal-body .winning-price p:last-child .price,
.million-party-modal#losingModal .modal-dialog .modal-content .modal-body .winning-price p:last-child .price {
  font-size: 3rem;
}

.million-party-modal#winningModal .modal-dialog .modal-content .modal-body .losing-price,
.million-party-modal#losingModal .modal-dialog .modal-content .modal-body .losing-price {
  font-weight: 400;
}

.million-party-modal#winningModal .modal-dialog .modal-content .modal-body .losing-price p,
.million-party-modal#losingModal .modal-dialog .modal-content .modal-body .losing-price p {
  font-size: 0.9rem;
  line-height: 20px;
}

.million-party-modal#winningModal .modal-dialog .modal-content .modal-body .losing-price p:first-child,
.million-party-modal#losingModal .modal-dialog .modal-content .modal-body .losing-price p:first-child {
  font-size: 1.4rem;
  line-height: 28px;
  font-weight: 600;
}

.million-party-modal#winningModal .modal-dialog .modal-content .modal-body .general-modal-button {
  max-width: 150px;
}

.million-party-modal#autoSpinModal .modal-dialog {
  max-width: 600px;
}

.million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .title {
  position: relative;
  z-index: 3;
}

.million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .winning-price {
  font-size: 1.4rem;
  font-weight: 400;
}

.million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .winning-price span {
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(150.97deg, #B65F00 0%, #FFCA0C 7.85%, #C77800 18.44%, #E8B511 35.42%, #ECFF8B 54.88%, #E8B511 72.23%, #C77800 87.01%, #B65F00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .winning-price-table {
  max-height: 425px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .winning-price-table::-webkit-scrollbar {
  display: none;
}

.million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .winning-price-table .table th,
.million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .winning-price-table .table td {
  text-align: center;
  vertical-align: middle;
}

.million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .winning-price-table .table thead tr th {
  border-bottom: 1px solid #dee2e6;
  line-height: 20px;
}

.million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .winning-price-table .table tbody tr.active td:last-child {
  font-family: aardvark-bold;
  background: linear-gradient(150.97deg, #B65F00 0%, #FFCA0C 7.85%, #C77800 18.44%, #E8B511 35.42%, #ECFF8B 54.88%, #E8B511 72.23%, #C77800 87.01%, #B65F00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: zoominout 0.8s linear alternate infinite;
          animation: zoominout 0.8s linear alternate infinite;
}

.million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .winning-price-table .table tbody tr td:first-child {
  width: 25%;
}

.million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .winning-price-table .table tbody tr td:last-child {
  width: 30%;
}

.million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .winning-price-table .table tbody tr td .price-grid.stick-together img {
  margin-left: 0;
}

.million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .winning-price-table .table tbody tr td .price-grid.stick-together img:nth-child(2),
.million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .winning-price-table .table tbody tr td .price-grid.stick-together img:nth-child(3) {
  margin-left: -36px;
}

@media screen and (max-width: 512px) {
  .million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .winning-price-table .table tbody tr td .price-grid.stick-together img:nth-child(2),
  .million-party-modal#autoSpinModal .modal-dialog .modal-content .modal-body .winning-price-table .table tbody tr td .price-grid.stick-together img:nth-child(3) {
    margin-left: -26px;
  }
}

@keyframes zoominout {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.million-party-main.theme.VND .bgimg {
  background-image: url("/assets/events/million-party/vn/million-party-desktop-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .million-party-main.theme.VND .bgimg {
    background-image: url("/assets/events/million-party/vn/million-party-mobile-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.million-party-main.theme.VND .bg-tabs {
  background-image: url("/assets/events/million-party/vn/million-part-board.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/million-party/vn/million-part-board.webp") 1x);
  background-size: 100% 100%;
  background-color: transparent;
}

.million-party-main.theme.VND #price {
  border: 3px solid #F09918;
}

.million-party-main.theme.VND #price .price-grid {
  grid-template-columns: 1fr 1fr 1fr 133px;
}

.million-party-main.theme.VND #price .price-grid.vn p {
  font-size: 1rem;
  text-align: center;
  line-height: 18px;
}

.million-party-main.theme.VND #price .price-grid.vn p span {
  font-size: 1rem;
}

.million-party-main.theme.VND #price .price-grid.vn .img-angpau {
  -webkit-transform: scale(1.55);
  transform: scale(1.55);
}

.million-party-main.theme.VND #price .price-grid.vi p span {
  top: 0;
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price {
  padding: 0 23px 0 6px;
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p {
  color: white;
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:nth-child(2) {
  font-size: 2rem;
}

@media screen and (max-width: 512px) {
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:nth-child(2) {
    font-size: 1.5rem !important;
  }
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:nth-child(2)::before {
  content: attr(data-text);
  position: absolute;
  top: -0.5px;
  left: 0;
  z-index: 0;
  -webkit-text-stroke: 2px #6F1878;
  color: transparent;
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:last-child {
  font-size: 1.2rem;
}

@media screen and (max-width: 512px) {
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:last-child {
    font-size: 1rem !important;
  }
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:last-child::before {
  content: unset;
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major,
.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini {
  padding: 4px 13px 4px 0;
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major p:nth-child(2),
.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini p:nth-child(2) {
  font-size: 1.7rem;
}

@media screen and (max-width: 512px) {
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major p:nth-child(2),
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini p:nth-child(2) {
    font-size: 1rem !important;
  }
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major p:last-child,
.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini p:last-child {
  font-size: 1rem;
}

@media screen and (max-width: 512px) {
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major p:last-child,
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini p:last-child {
    font-size: 0.8rem !important;
  }
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major .win-image-listing img,
.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini .win-image-listing img {
  max-width: 80px;
}

@media screen and (max-width: 512px) {
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major .win-image-listing img,
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini .win-image-listing img {
    max-width: 60px;
  }
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major .win-image-listing img:nth-child(2),
.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major .win-image-listing img:nth-child(3),
.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini .win-image-listing img:nth-child(2),
.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini .win-image-listing img:nth-child(3) {
  margin-left: -46px;
}

@media screen and (max-width: 512px) {
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major .win-image-listing img:nth-child(2),
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major .win-image-listing img:nth-child(3),
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini .win-image-listing img:nth-child(2),
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini .win-image-listing img:nth-child(3) {
    margin-left: -42px;
  }
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major {
  border: 3px solid #119D0E;
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major p:nth-child(2)::before {
  -webkit-text-stroke: 1px #119D0E;
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini {
  border: 3px solid #037AE7;
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini p:nth-child(2)::before {
  -webkit-text-stroke: 1px #037AE7;
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price .win-image-listing img {
  max-width: 100px;
}

@media screen and (max-width: 512px) {
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price .win-image-listing img {
    max-width: 60px;
  }
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price .win-image-listing img:nth-child(2),
.million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price .win-image-listing img:nth-child(3) {
  margin-left: -60px;
}

@media screen and (max-width: 512px) {
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price .win-image-listing img:nth-child(2),
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price .win-image-listing img:nth-child(3) {
    margin-left: -40px;
  }
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .slot-machine-wrapper::after,
.million-party-main.theme.VND .slot-content-wrapper .slot-content .slot-machine-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .slot-machine-wrapper::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: calc(100% - 93px);
  padding-bottom: 100%;
  background-image: url("/assets/events/million-party/vn/slot-line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
}

@media screen and (max-width: 512px) {
  .million-party-main.theme.VND .slot-content-wrapper .slot-content .slot-machine-wrapper::after {
    width: 100%;
  }
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .slot-machine-wrapper::before {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("/assets/events/million-party/vn/slot-shadow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .slot-button-wrapper .bg-btn.gold {
  background-image: url("/assets/events/million-party/vn/million-party-claim-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/million-party/vn/million-party-claim-bg.webp") 1x);
  background-size: 100% 100%;
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .slot-button-wrapper .bg-btn.sliver {
  background-image: url("/assets/events/million-party/vn/million-party-back-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/million-party/vn/million-party-back-bg.webp") 1x);
  background-size: 100% 100%;
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .mobile-price-list-items .price-grid.stick-together p {
  max-width: 70px;
  line-height: 16px;
}

.million-party-main.theme.VND .slot-content-wrapper .slot-content .mobile-price-list-items .price-grid.stick-together p span {
  margin-left: 0 !important;
}

.million-party-main.theme.VND.en .bg-tabs {
  font-size: 2rem;
  padding: 0 30px;
}

.million-party-main.theme.VND.en .bg-tabs .fa-info-circle {
  font-size: 1.7rem;
}

.million-party-main.theme.VND.en #price .price-grid {
  grid-template-columns: 1fr 1fr 1fr 125px;
}

.million-party-main.theme.VND.en #price .price-grid.vn p {
  font-size: 1.8rem;
}

.million-party-main.theme.VND.en #price .price-grid.vn p span {
  font-size: 1.25rem;
}

.million-party-main.theme.VND.en .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price {
  font-size: 3.4rem;
  line-height: 60px;
}

.million-party-main.theme.VND.en .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:last-child {
  font-size: 2.6rem;
}

@media screen and (max-width: 512px) {
  .million-party-main.theme.VND.en .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:last-child {
    font-size: 1.6rem !important;
  }
}

.million-party-main.theme.VND.en .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:nth-child(2) {
  font-size: 4rem;
}

@media screen and (max-width: 512px) {
  .million-party-main.theme.VND.en .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price p:nth-child(2) {
    font-size: 3rem !important;
  }
}

.million-party-main.theme.VND.en .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major p:last-child,
.million-party-main.theme.VND.en .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini p:last-child {
  font-size: 2.2rem;
}

@media screen and (max-width: 512px) {
  .million-party-main.theme.VND.en .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major p:last-child,
  .million-party-main.theme.VND.en .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini p:last-child {
    font-size: 1.2rem !important;
  }
}

.million-party-main.theme.VND.en .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major p:nth-child(2),
.million-party-main.theme.VND.en .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini p:nth-child(2) {
  font-size: 3.4rem;
}

@media screen and (max-width: 512px) {
  .million-party-main.theme.VND.en .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.major p:nth-child(2),
  .million-party-main.theme.VND.en .slot-content-wrapper .slot-content .grand-price-wrapper .grand-price.mini p:nth-child(2) {
    font-size: 2.2rem !important;
  }
}

.million-party-main.theme.VND.en .slot-content-wrapper .slot-content .slot-button-wrapper .bg-btn.gold {
  padding: 4px 33px 0 33px;
}

.million-party-main.theme.VND.en .slot-content-wrapper .slot-content .slot-button-wrapper .bg-btn.gold p {
  font-size: 2.6rem;
}

@media screen and (max-width: 512px) {
  .million-party-main.theme.VND.en .slot-content-wrapper .slot-content .slot-button-wrapper .bg-btn.gold p {
    font-size: 2.2rem;
  }
}

.million-party-main.theme.VND.en .slot-content-wrapper .slot-content .slot-button-wrapper .bg-btn.sliver {
  padding: 10px;
}

.million-party-main.theme.VND.en .slot-content-wrapper .slot-content .slot-button-wrapper .bg-btn.sliver p {
  font-size: 1rem;
  -webkit-text-stroke: 1.5px transparent;
  top: -3px;
}

.million-party-main.theme.VND.en .slot-content-wrapper .leaderboard-content .leaderboard-table thead th {
  font-size: 1.8rem;
  font-weight: 500;
}

.million-party-main.theme.VND.en .slot-content-wrapper .mobile-term-leaderboard .bg-tabs {
  font-size: 1.7rem;
}

.million-party-main.theme.VND.en .slot-content-wrapper .mobile-term-leaderboard .bg-tabs .fa-info-circle {
  font-size: 1.3rem;
}

.million-party-modal.theme.VND .price-grid .img-angpau {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

.million-party-modal.theme.VND .bg-tabs {
  background-image: url("/assets/events/million-party/vn/million-part-board.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/million-party/vn/million-part-board.webp") 1x);
  background-size: 100% 100%;
}

.million-party-modal.theme.VND .btn-close-circle {
  z-index: 10;
}

.million-party-modal.theme.VND .modal-body {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 13px;
}

.million-party-modal.theme.VND#losingModal .modal-dialog .modal-content .modal-header p {
  background: linear-gradient(180deg, #FEFEFC 0%, #E9E2DD 20.79%, #C8BBBC 54.62%, #C3BFC1 78.26%);
  -webkit-text-stroke: 0.8px #9E6113;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.million-party-modal.theme.VND#winningModal .modal-dialog .modal-content .modal-header p {
  background: linear-gradient(180deg, #FFFEF1 0%, #FFF1AA 20.79%, #FFDE52 54.62%, #FFC30C 78.26%);
  -webkit-text-stroke: 0.8px #9E6113;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.million-party-modal.theme.VND#losingModal .modal-dialog .modal-content .modal-body,
.million-party-modal.theme.VND#winningModal .modal-dialog .modal-content .modal-body {
  background-image: url("/assets/events/million-party/vn/million-part-board.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/events/million-party/vn/million-part-board.webp") 1x);
  background-size: 100% 100%;
}

.million-party-modal.theme.VND#losingModal .modal-dialog .modal-content .modal-body .element-1,
.million-party-modal.theme.VND#winningModal .modal-dialog .modal-content .modal-body .element-1 {
  top: 0;
  left: 50%;
  -webkit-transform: translate(113%, -66%);
  transform: translate(113%, -66%);
  z-index: -1;
  max-width: 90px;
}

@media screen and (max-width: 512px) {
  .million-party-modal.theme.VND#losingModal .modal-dialog .modal-content .modal-body .element-1,
  .million-party-modal.theme.VND#winningModal .modal-dialog .modal-content .modal-body .element-1 {
    -webkit-transform: translate(73%, -61%);
    transform: translate(73%, -61%);
  }
}

.million-party-modal.theme.VND#losingModal .modal-dialog .modal-content .modal-body .element-2,
.million-party-modal.theme.VND#winningModal .modal-dialog .modal-content .modal-body .element-2 {
  bottom: -46px;
  left: 23px;
  max-width: 100px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media screen and (max-width: 512px) {
  .million-party-modal.theme.VND#losingModal .modal-dialog .modal-content .modal-body .element-2,
  .million-party-modal.theme.VND#winningModal .modal-dialog .modal-content .modal-body .element-2 {
    bottom: -58px;
    left: 0;
  }
}

.million-party-modal.theme.VND.en .bg-tabs {
  font-size: 2rem !important;
  padding: 8px 30px;
}

.million-party-modal.theme.VND.en .bg-tabs .fa-info-circle {
  font-size: 1.6rem;
}

.million-party-modal.theme.VND.en .modal-body .general-modal-button .bg-btn.sliver,
.million-party-modal.theme.VND.en .modal-body .general-modal-button .bg-btn.gold {
  padding: 0 33px !important;
}

.million-party-modal.theme.VND.en .modal-body .general-modal-button .bg-btn.sliver p,
.million-party-modal.theme.VND.en .modal-body .general-modal-button .bg-btn.gold p {
  font-size: 2.4rem !important;
}

.million-party-modal.theme.VND.en#losingModal .modal-dialog .modal-content .modal-header p {
  font-size: 4.2rem;
  line-height: 63px;
}

.million-party-modal.theme.VND.en#winningModal .modal-dialog .modal-content .modal-header p {
  font-size: 4.2rem;
  line-height: 63px;
}

.bank-page-sg .bank-section-1 {
  background-image: url(/assets/bank-page-sg/bank-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bank-page-sg .bank-section-1 .top-section .angelababy {
  max-width: 400px;
}

@media screen and (max-width: 512px) {
  .bank-page-sg .bank-section-1 .top-section .angelababy {
    max-width: 340px;
  }
}

.bank-page-sg .bank-section-1 .top-section .header .logo img {
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.bank-page-sg .bank-section-1 .top-section .header h1 {
  font-weight: 700;
  font-size: 55px;
}

@media screen and (max-width: 1023px) {
  .bank-page-sg .bank-section-1 .top-section .header h1 {
    font-size: 35px;
  }
}

.bank-page-sg .bank-section-1 .top-section .header .sub-header {
  font-size: 17px;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .bank-page-sg .bank-section-1 .top-section .header .sub-header {
    font-size: 13px;
  }
}

.bank-page-sg .bank-section-1 .top-section .header .join-now .join-now-btn {
  border: none;
  background-color: #f01936;
  cursor: pointer;
  font-size: 20px;
  border-radius: 35px;
  height: 50px;
}

@media screen and (max-width: 512px) {
  .bank-page-sg .bank-section-1 .bot-section .four-benefits .benefits-div {
    margin-bottom: 50px;
  }
}

.bank-page-sg .bank-section-1 .bot-section .four-benefits .benefits-div img {
  z-index: 999;
  max-width: 90px;
  top: -45px;
  margin: auto;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .bank-page-sg .bank-section-1 .bot-section .four-benefits .benefits-div img {
    max-width: 80px;
  }
}

@media screen and (max-width: 512px) {
  .bank-page-sg .bank-section-1 .bot-section .four-benefits .benefits-div img {
    max-width: 70px;
    top: -35px;
  }
}

.bank-page-sg .bank-section-1 .bot-section .four-benefits .benefits-div .benefits {
  background-color: #1b1718;
  height: 130px;
}

@media screen and (max-width: 1023px) {
  .bank-page-sg .bank-section-1 .bot-section .four-benefits .benefits-div .benefits {
    height: 120px;
  }
}

@media screen and (max-width: 1023px) {
  .bank-page-sg .bank-section-1 .bot-section .four-benefits .benefits-div .benefits h3 {
    font-size: 20px;
  }
}

.bank-page-sg .bank-section-1 .bot-section .four-benefits .benefits-div .benefits .details {
  font-size: 14px;
}

.bank-page-sg .bank-section-1 .bot-section .four-benefits .benefits-div .details {
  height: 140px;
  font-size: 14px;
  background-color: #1b1718;
}

@media screen and (max-width: 1023px) {
  .bank-page-sg .bank-section-1 .bot-section .four-benefits .benefits-div .details {
    font-size: 12px;
    height: 130px;
  }
}

.bank-page-sg .bank-section-2 {
  background: linear-gradient(to bottom, #fd0132, #8c1010);
}

.bank-page-sg .bank-section-2 .four-steps .step-div .step {
  background-color: #45010e;
  border-radius: 10px;
}

.bank-page-sg .bank-section-2 .four-steps .step-div .step .step-icon {
  top: -30px;
  margin: auto;
  left: 0;
  right: 0;
}

@media screen and (max-width: 512px) {
  .bank-page-sg .bank-section-2 .four-steps .step-div .step .step-icon {
    max-width: 50px;
    top: -22px;
  }
}

.bank-page-sg .bank-section-2 .four-steps .step-div .step .step-img {
  max-width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1023px) {
  .bank-page-sg .bank-section-2 .four-steps .step-div .step .step-img {
    max-width: 210px;
  }
}

.bank-page-sg .bank-section-3 {
  background-color: black;
}

.bank-page-sg .bank-section-3 .content img {
  cursor: pointer;
}

.score-table {
  color: white !important;
  background: var(--navbar-main-color);
  min-height: 100vh;
  margin: 43px 0;
}

.score-table #menu {
  background-color: var(--navbar-main-color) !important;
}

.fishing-rod-main {
  /* Scrollbar styles */
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main.page-content {
    padding-top: 48px !important;
  }
}

.fishing-rod-main .bg-img {
  background-position: bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/events/fishing-rod/fishing-rod-desktop-bg.png");
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .bg-img {
    background-size: 100% 75%;
    background-position: top;
    background-image: url("/assets/events/fishing-rod/fishing-rod-mobile-bg-1.png");
  }
}

.fishing-rod-main .coin-wrapper .key-amount-wrapper {
  padding: 4px 64px 4px 98px;
  background-image: url("/assets/events/fishing-rod/coin-bg.png") !important;
  background-image: -webkit-image-set(url(/assets/events/fishing-rod/coin-bg.webp) 1x) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% 80%;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .coin-wrapper .key-amount-wrapper {
    background-size: 85% 85%;
    padding: 5px 55px 5px 106px;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .coin-wrapper .key-amount-wrapper {
    background-size: 55% 55%;
    padding: 5px 64px 5px 98px;
    left: 5%;
  }
}

.fishing-rod-main .coin-wrapper .key-amount-wrapper::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url("/assets/events/fishing-rod/coin.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 23%;
  left: 42px;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .coin-wrapper .key-amount-wrapper::after {
    width: 35px;
    height: 35px;
    top: 22%;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .coin-wrapper .key-amount-wrapper::after {
    width: 23px;
    height: 23px;
    top: 30%;
    left: 54px;
  }
}

.fishing-rod-main .coin-wrapper .key-amount-wrapper p {
  font-size: 2.2rem;
  font-weight: 800;
  text-shadow: 2px 2px 2px #150DCE;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .coin-wrapper .key-amount-wrapper p {
    font-size: 1.6rem;
  }
}

.fishing-rod-main .coin-wrapper .how-to-play-btn {
  background-image: url("/assets/events/fishing-rod/how-to-play-btn-bg.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 56px;
  height: 55px;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .coin-wrapper .how-to-play-btn {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .coin-wrapper .how-to-play-btn {
    width: 33px;
    height: 33px;
  }
}

.fishing-rod-main .coin-wrapper .how-to-play-btn img {
  width: 38px;
  height: 40px;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .coin-wrapper .how-to-play-btn img {
    width: 39px;
    height: 42px;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .coin-wrapper .how-to-play-btn img {
    width: 22px;
    height: 21px;
  }
}

.fishing-rod-main .real-time-winner-wrapper {
  z-index: 1;
}

.fishing-rod-main .real-time-winner-wrapper .realtime-winner-bg {
  background-image: url("/assets/events/fishing-rod/winner-bg-box.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  min-width: 323px;
  max-width: 400px;
  height: 350px;
}

.fishing-rod-main .real-time-winner-wrapper .realtime-winner-bg label {
  font-size: 1.5rem;
  font-weight: 800;
  color: #f9f9f9;
  text-shadow: 2px 2px 2px #150DCE;
}

.fishing-rod-main .real-time-winner-wrapper .realtime-winner .winner-content {
  max-height: 225px;
}

.fishing-rod-main .real-time-winner-wrapper .realtime-winner .winner-content p {
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fishing-rod-main .fishing-pod-wrapper {
  z-index: 2;
  bottom: 65px;
}

.fishing-rod-main .fishing-pod-wrapper marquee {
  background: linear-gradient(90deg, rgba(0, 0, 196, 0.83) 3%, #16a6c3 52%, rgba(0, 0, 196, 0.83) 97%);
  border-top: 2px solid;
  border-bottom: 2px solid;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fishing-pod-wrapper {
    bottom: 0;
  }
}

.fishing-rod-main .fishing-pod-wrapper-title {
  z-index: 99;
}

.fishing-rod-main .fishing-pod-wrapper-bg {
  background-image: url("/assets/events/fishing-rod/fishing-rod-flower.png");
  background-size: 70% 100%;
  background-position: top;
  background-repeat: no-repeat;
  height: 340px;
  top: -5px;
  overflow-x: clip;
  overflow-y: revert;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fishing-pod-wrapper-bg {
    height: 327px;
    top: 0px;
    background-size: 45% 100%;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .fishing-pod-wrapper-bg {
    height: 270px;
    top: -10px;
    background-size: 65% 95%;
  }
}

.fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(1) img {
  width: 71%;
  bottom: 8%;
  left: 20%;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(1) img {
    width: 46%;
    bottom: 4%;
    left: 31%;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(1) img {
    width: 71%;
    bottom: 8%;
    left: 20%;
  }
}

.fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(1) img.unlock-size {
  width: 67%;
  bottom: 8%;
  left: 24%;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(1) img.unlock-size {
    width: 45%;
    bottom: 6%;
    left: 33%;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(1) img.unlock-size {
    width: 66%;
    bottom: 11%;
    left: 25%;
  }
}

@media (max-width: 380px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(1) img.unlock-size {
    width: 69%;
    left: 23%;
    bottom: 13%;
  }
}

.fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(2) img {
  width: 65%;
  bottom: 11%;
  left: 22%;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(2) img {
    width: 44%;
    bottom: 2%;
    left: 32%;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(2) img {
    width: 65%;
    bottom: 11%;
    left: 22%;
  }
}

@media (max-width: 380px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(2) img {
    bottom: 14%;
    left: 23%;
  }
}

.fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(3) img {
  width: 67%;
  bottom: 4%;
  left: 18%;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(3) img {
    width: 45%;
    bottom: 0%;
    left: 29%;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(3) img {
    width: 67%;
    bottom: 4%;
    left: 18%;
  }
}

@media (max-width: 380px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(3) img {
    bottom: 9%;
  }
}

.fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(4) img {
  width: 67%;
  bottom: 4%;
  left: 18%;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(4) img {
    width: 44%;
    bottom: 0%;
    left: 29%;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(4) img {
    width: 67%;
    bottom: 4%;
    left: 18%;
  }
}

@media (max-width: 380px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(4) img {
    bottom: 7%;
    left: 18%;
  }
}

.fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(5) img {
  width: 66%;
  bottom: 4%;
  left: 19%;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(5) img {
    width: 43%;
    bottom: 0%;
    left: 30%;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(5) img {
    width: 65%;
    bottom: 5%;
    left: 19%;
  }
}

@media (max-width: 380px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide:nth-child(5) img {
    bottom: 6%;
  }
}

.fishing-rod-main .fishing-pod-wrapper-bg .swiper-slide .disabled {
  opacity: 0.7;
  pointer-events: none;
}

.fishing-rod-main .fishing-pod-wrapper-bg .carousel-control-prev {
  opacity: 1;
  width: 13%;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .carousel-control-prev {
    left: 12%;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .carousel-control-prev {
    left: 3%;
  }
}

.fishing-rod-main .fishing-pod-wrapper-bg .carousel-control-prev.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.fishing-rod-main .fishing-pod-wrapper-bg .carousel-control-next {
  opacity: 1;
  width: 13%;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .carousel-control-next {
    right: 12%;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .fishing-pod-wrapper-bg .carousel-control-next {
    right: 3%;
  }
}

.fishing-rod-main .fishing-pod-wrapper-bg .carousel-control-next.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.fishing-rod-main .fishing-pod-wrapper .fishing-pod-select {
  top: -40px;
  z-index: 1;
}

.fishing-rod-main .fishing-pod-wrapper .fishing-pod-select .swiper-slide {
  width: 17% !important;
  opacity: 0.6;
}

.fishing-rod-main .fishing-pod-wrapper .fishing-pod-select .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.fishing-rod-main .fishing-pod-wrapper .fishing-pod-select .swiper-slide img {
  width: 81px;
  height: 90px;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
}

.fishing-rod-main .fishing-pod-wrapper .none-select {
  opacity: 0;
  visibility: hidden;
}

.fishing-rod-main .fishing-pod-wrapper .fishingpod-gif {
  top: -2%;
  left: 24%;
  z-index: 99;
  min-width: 102%;
  height: 102%;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fishing-pod-wrapper .fishingpod-gif {
    top: 12%;
    left: 34%;
    min-width: 66%;
    height: 105%;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .fishing-pod-wrapper .fishingpod-gif {
    top: 8%;
    left: 24%;
    min-width: 103%;
    min-height: 100%;
  }
}

@media (max-width: 380px) {
  .fishing-rod-main .fishing-pod-wrapper .fishingpod-gif {
    top: 6%;
    left: 24%;
    min-width: 103%;
    min-height: 100%;
  }
}

.fishing-rod-main .fishing-pod-wrapper #water_drop {
  min-width: 110%;
  top: 64%;
  left: 33%;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fishing-pod-wrapper #water_drop {
    top: 70%;
    left: 32%;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .fishing-pod-wrapper #water_drop {
    top: 77%;
    left: 31%;
  }
}

.fishing-rod-main .leaderboard-wrapper {
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .leaderboard-wrapper {
    margin-top: 420px;
    background-size: cover;
    background-image: url("/assets/events/fishing-rod/fishing-rod-mobile-bg-2.png");
    padding: 23px;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .leaderboard-wrapper {
    margin-top: 195px;
  }
}

.fishing-rod-main .leaderboard-wrapper .leaderboard-table-bg {
  background-image: url("/assets/events/fishing-rod/winner-bg-box.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  min-width: 323px;
  max-width: 400px;
  height: 350px;
}

.fishing-rod-main .leaderboard-wrapper .leaderboard-table label {
  font-size: 1.7rem;
  font-weight: 800;
  color: white;
  text-shadow: 2px 2px 2px #150DCE;
}

.fishing-rod-main .leaderboard-wrapper .leaderboard-content {
  max-height: 210px;
  height: 210px;
}

.fishing-rod-main .leaderboard-wrapper .leaderboard-content td {
  font-weight: 700;
  max-width: 60px;
}

.fishing-rod-main .leaderboard-wrapper .leaderboard-content td div {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fishing-rod-main .leaderboard-wrapper .leaderboard-content .leaderboard-coin {
  width: 23px;
  height: 23px;
}

.fishing-rod-main .leaderboard-wrapper .leaderboard-winner {
  bottom: 19px;
  border-radius: 10px;
  border: 2px solid #38e7f7;
}

.fishing-rod-main .leaderboard-wrapper .leaderboard-winner td {
  font-weight: 700;
  max-width: 55px;
}

.fishing-rod-main .leaderboard-wrapper .leaderboard-winner td div {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fishing-rod-main .leaderboard-wrapper .leaderboard-winner .leaderboard-coin {
  width: 23px;
  height: 23px;
}

.fishing-rod-main .fish-tank {
  width: 110%;
  height: 46%;
  bottom: 46%;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fish-tank {
    width: 150%;
    height: 36%;
    bottom: 64%;
    left: -20%;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-main .fish-tank {
    bottom: 71%;
  }
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(1) {
  left: -100%;
  bottom: 114px;
  -webkit-animation: swimfromleft 38s ease-out infinite, swimbodymove 12s ease infinite alternate;
          animation: swimfromleft 38s ease-out infinite, swimbodymove 12s ease infinite alternate;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(1) img {
  width: 130px;
  height: 120px;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(1) img {
    width: 110px;
    height: 100px;
  }
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(2) {
  left: -110%;
  bottom: 10px;
  -webkit-animation: swimfromright 29s ease-out infinite, swim 12s ease infinite alternate;
          animation: swimfromright 29s ease-out infinite, swim 12s ease infinite alternate;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(2) img {
  width: 130px;
  height: 85px;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(2) img {
    width: 90px;
    height: 50px;
  }
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(3) {
  left: -100%;
  bottom: 10px;
  -webkit-animation: swimfromleft 18s ease-out infinite, swim 12s ease infinite alternate;
          animation: swimfromleft 18s ease-out infinite, swim 12s ease infinite alternate;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(3) img {
  width: 105px;
  height: 95px;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(3) img {
    width: 95px;
    height: 80px;
  }
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(4) {
  left: -110%;
  top: 60px;
  -webkit-animation: swimfromright 25s ease-out infinite, swim 12s ease infinite alternate;
          animation: swimfromright 25s ease-out infinite, swim 12s ease infinite alternate;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(4) img {
  width: 105px;
  height: 65px;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(4) img {
    width: 95px;
    height: 55px;
  }
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(5) {
  left: -100%;
  top: 12px;
  -webkit-animation: swimfromleft 15s ease-out infinite, swim 15s ease infinite alternate;
          animation: swimfromleft 15s ease-out infinite, swim 15s ease infinite alternate;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(5) img {
  width: 130px;
  height: 130px;
  -webkit-transform: rotateY(3.142rad);
          transform: rotateY(3.142rad);
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(6) {
  left: -110%;
  top: 130px;
  -webkit-animation: swimfromright 22s ease-out infinite, swim 15s ease infinite alternate;
          animation: swimfromright 22s ease-out infinite, swim 15s ease infinite alternate;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(6) img {
  width: 130px;
  height: 167px;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(6) img {
    width: 109px;
    height: 137px;
  }
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(7) {
  left: -100%;
  top: 91px;
  -webkit-animation: swimfromleft 33s ease-out infinite, swim 15s ease infinite alternate;
          animation: swimfromleft 33s ease-out infinite, swim 15s ease infinite alternate;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(7) img {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(7) img {
    width: 85px;
    height: 85px;
  }
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(8) {
  left: -110%;
  top: 40px;
  -webkit-animation: swimfromright 40s ease-out infinite, swim 15s ease infinite alternate;
          animation: swimfromright 40s ease-out infinite, swim 15s ease infinite alternate;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(8) img {
  width: 130px;
  height: 130px;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(8) img {
    width: 115px;
    height: 115px;
  }
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(9) {
  left: 73%;
  top: 208px;
  -webkit-animation: swimfromright 40s ease-out infinite, swimbodymove 15s ease infinite alternate;
          animation: swimfromright 40s ease-out infinite, swimbodymove 15s ease infinite alternate;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(9) img {
  width: 192px;
  height: 102px;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-main .fish-tank .fish .fish-body .multiple-fish:nth-child(9) img {
    width: 150px;
    height: 90px;
  }
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish.animation-addback-1 {
  top: 185px;
  margin-left: -45% !important;
  -webkit-animation: swimfromright 20s ease-out infinite, swimbodymove 12s ease infinite alternate !important;
          animation: swimfromright 20s ease-out infinite, swimbodymove 12s ease infinite alternate !important;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish.animation-addback-1 img {
  -o-object-fit: contain;
     object-fit: contain;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish.animation-addback-2 {
  margin-left: -24% !important;
  -webkit-animation: swimfromright 25s ease-out infinite, swim 12s ease infinite alternate !important;
          animation: swimfromright 25s ease-out infinite, swim 12s ease infinite alternate !important;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish.animation-addback-2 img {
  -o-object-fit: contain;
     object-fit: contain;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish.animation-addback-3 {
  margin-left: 8% !important;
  -webkit-animation: swimfromright 30s ease-out infinite, swim 12s ease infinite alternate !important;
          animation: swimfromright 30s ease-out infinite, swim 12s ease infinite alternate !important;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish.animation-addback-3 img {
  -o-object-fit: contain;
     object-fit: contain;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish.animation-addback-4 {
  margin-left: -33% !important;
  -webkit-animation: swimfromleft 23s ease-out infinite, swim 12s ease infinite alternate !important;
          animation: swimfromleft 23s ease-out infinite, swim 12s ease infinite alternate !important;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish.animation-addback-4 img {
  -o-object-fit: contain;
     object-fit: contain;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish.animation-addback-5 {
  margin-left: 0% !important;
  -webkit-animation: swimfromleft 20s ease-out infinite, swim 15s ease infinite alternate !important;
          animation: swimfromleft 20s ease-out infinite, swim 15s ease infinite alternate !important;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish.animation-addback-5 img {
  -o-object-fit: contain;
     object-fit: contain;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish.animation-addback-6 {
  -webkit-animation: swimfromleft 40s ease-out infinite, swim 15s ease infinite alternate !important;
          animation: swimfromleft 40s ease-out infinite, swim 15s ease infinite alternate !important;
}

.fishing-rod-main .fish-tank .fish .fish-body .multiple-fish.animation-addback-6 img {
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes swim {
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes swim {
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes swimbodymove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  75% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes swimbodymove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  75% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes swimfromright {
  0% {
    left: 105%;
  }

  100% {
    left: -5%;
  }
}

@keyframes swimfromright {
  0% {
    left: 105%;
  }

  100% {
    left: -5%;
  }
}

@-webkit-keyframes swimfromleft {
  0% {
    left: -5%;
  }

  100% {
    left: 105%;
  }
}

@keyframes swimfromleft {
  0% {
    left: -5%;
  }

  100% {
    left: 105%;
  }
}

.fishing-rod-main .fishing-pod-shaking {
  -webkit-animation: shaking 0.5s linear infinite;
          animation: shaking 0.5s linear infinite;
}

@-webkit-keyframes shaking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  50% {
    -webkit-transform: rotate(0eg);
            transform: rotate(0eg);
  }

  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes shaking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  50% {
    -webkit-transform: rotate(0eg);
            transform: rotate(0eg);
  }

  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.fishing-rod-main ::-webkit-scrollbar {
  width: 12px;
  max-height: 12px;
}

.fishing-rod-main ::-webkit-scrollbar-track {
  border: 1px solid white;
  border-radius: 10px;
}

.fishing-rod-main ::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 10px;
}

.fishing-rod-main ::-webkit-scrollbar-thumb:hover {
  background: #b8b8ca;
}

.fishing-rod-modal {
  /* Scrollbar styles */
}

.fishing-rod-modal .modal-dialog {
  min-width: 665px;
}

@media screen and (max-width: 512px) {
  .fishing-rod-modal .modal-dialog {
    min-width: 0;
  }
}

@media screen and (max-width: 512px) and (max-width: 380px) {
  .fishing-rod-modal .modal-dialog {
    min-width: 0;
    top: 45px;
  }
}

.fishing-rod-modal .modal-dialog .modal-content {
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: transparent !important;
}

.fishing-rod-modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  top: -80px;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-modal .modal-dialog .modal-content .modal-header {
    top: -53px;
    left: 3%;
  }
}

.fishing-rod-modal .modal-dialog .modal-content .modal-header .btn-close-circle {
  right: 0% !important;
  top: 28% !important;
}

.fishing-rod-modal .modal-dialog .modal-content .modal-header .modal-title-prizepool,
.fishing-rod-modal .modal-dialog .modal-content .modal-header .modal-title-howtoplay {
  opacity: 0.6;
}

.fishing-rod-modal .modal-dialog .modal-content .modal-header .modal-title-prizepool.active,
.fishing-rod-modal .modal-dialog .modal-content .modal-header .modal-title-howtoplay.active {
  opacity: 1;
  z-index: 1;
}

.fishing-rod-modal .modal-dialog .modal-content .modal-header .btn-bg {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/events/fishing-rod/how-to-play-title-bg.png");
  height: 0%;
  padding: 15px 30px 15px 30px;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-modal .modal-dialog .modal-content .modal-header .btn-bg {
    padding: 10px 15px 10px 15px;
  }
}

.fishing-rod-modal .modal-dialog .modal-content .modal-header .btn-bg span {
  font-size: 1.7rem;
  font-weight: 800;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-modal .modal-dialog .modal-content .modal-header .btn-bg span {
    font-size: 1rem;
  }
}

.fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/events/fishing-rod/how-to-play-modal-bg.png");
}

@media screen and (max-width: 1023px) {
  .fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal {
    background-size: 92% 100%;
  }
}

.fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal .howtoplay-content {
  max-height: 350px;
  overflow-x: hidden;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal .howtoplay-content {
    max-height: 640px;
    max-width: 91%;
  }
}

.fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal .howtoplay-content iframe {
  width: 560px;
  height: 315px;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal .howtoplay-content iframe {
    width: 570px;
    height: 300px;
  }
}

@media screen and (max-width: 512px) {
  .fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal .howtoplay-content iframe {
    width: 300px;
    height: 150px;
  }
}

.fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal .howtoplay-content .video-description {
  font-size: 0.87rem;
  font-weight: 800;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal .howtoplay-content .video-description {
    font-size: 0.75rem;
  }
}

.fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal .howtoplay-content .video-description img {
  width: 23px;
  height: 22px;
}

.fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal .howtoplay-content .video-description span {
  color: #f7dc16 !important;
}

.fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal .howtoplay-content .video-description .fishingpod-level {
  font-weight: 800;
}

.fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal .howtoplay-content .video-description .fishingpod-level img {
  width: 57px;
  height: 65px;
}

@media screen and (max-width: 512px) {
  .fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal .howtoplay-content .video-description .fishingpod-level img {
    width: 54px;
    height: 64px;
  }
}

.fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal .howtoplay-content .video-description .fishingpod-level .coin {
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 512px) {
  .fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal .howtoplay-content .video-description .fishingpod-level .coin {
    width: 20px;
    height: 20px;
  }
}

.fishing-rod-modal .modal-dialog .modal-content .howtoplaymodal .howtoplay-content .video-description .t-c label {
  color: #c5b21e !important;
}

.fishing-rod-modal .modal-dialog .modal-content .prizepoolmodal {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/events/fishing-rod/how-to-play-modal-bg.png");
}

@media screen and (max-width: 1023px) {
  .fishing-rod-modal .modal-dialog .modal-content .prizepoolmodal {
    background-size: 90% 100%;
  }
}

.fishing-rod-modal .modal-dialog .modal-content .prizepoolmodal .prizepool-content {
  max-height: 350px;
}

@media screen and (max-width: 1023px) {
  .fishing-rod-modal .modal-dialog .modal-content .prizepoolmodal .prizepool-content {
    max-height: 640px;
    max-width: 91%;
  }
}

.fishing-rod-modal .modal-dialog .modal-content .prizepoolmodal .prizepool-content label {
  font-size: 0.8rem;
  font-weight: 800;
  color: #f7dc16;
}

.fishing-rod-modal .modal-dialog .modal-content .prizepoolmodal .prizepool-content .prizepool-wrapper .prizepool-fish img {
  max-width: 68px;
  max-height: 56px;
}

@media screen and (max-width: 512px) {
  .fishing-rod-modal .modal-dialog .modal-content .prizepoolmodal .prizepool-content .prizepool-wrapper .prizepool-fish img {
    max-width: 55px;
    max-height: 53px;
  }
}

.fishing-rod-modal .modal-dialog .modal-content .prizepoolmodal .prizepool-content .prizepool-wrapper .prizepool-fish label {
  font-size: 0.9rem;
  font-weight: 700;
}

@media screen and (max-width: 512px) {
  .fishing-rod-modal .modal-dialog .modal-content .prizepoolmodal .prizepool-content .prizepool-wrapper .prizepool-fish label {
    font-size: 0.9rem;
  }
}

@media (max-width: 370px) {
  .fishing-rod-modal .modal-dialog .modal-content .prizepoolmodal .prizepool-content .prizepool-wrapper .prizepool-fish label {
    font-size: 0.8rem;
  }
}

.fishing-rod-modal ::-webkit-scrollbar {
  width: 16px;
  max-height: 16px;
}

.fishing-rod-modal ::-webkit-scrollbar-track {
  border: 1px solid white;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.fishing-rod-modal ::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 10px;
}

.fishing-rod-modal ::-webkit-scrollbar-thumb:hover {
  background: #b8b8ca;
}

.sorry-modal.congrats-modal .modal-body-title,
.congrats-modal.congrats-modal .modal-body-title {
  width: 100% !important;
  height: 100% !important;
}

.sorry-modal.congrats-modal .set-gift-price,
.congrats-modal.congrats-modal .set-gift-price {
  font-size: 3.3rem !important;
  font-weight: 800 !important;
  font-family: system-ui !important;
  -webkit-text-stroke-width: 3.8px;
  -webkit-text-stroke-color: #413bd2;
  top: -9px;
}

@media screen and (max-width: 1023px) {
  .sorry-modal.congrats-modal .set-gift-price,
  .congrats-modal.congrats-modal .set-gift-price {
    font-size: 2.6rem !important;
  }
}

.sorry-modal.congrats-modal .winner-fish,
.congrats-modal.congrats-modal .winner-fish {
  max-width: 120px;
}

.sorry-modal .modal-dialog,
.congrats-modal .modal-dialog {
  min-width: 500px;
}

@media screen and (max-width: 1023px) {
  .sorry-modal .modal-dialog,
  .congrats-modal .modal-dialog {
    min-width: 0;
  }
}

.sorry-modal .modal-dialog .modal-content,
.congrats-modal .modal-dialog .modal-content {
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: transparent !important;
  min-height: 430px;
}

.sorry-modal .modal-dialog .modal-content .congrats_water_pop,
.congrats-modal .modal-dialog .modal-content .congrats_water_pop {
  width: 200%;
  top: -36%;
  left: -60%;
}

.sorry-modal .modal-dialog .modal-content .modal-body,
.congrats-modal .modal-dialog .modal-content .modal-body {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/events/fishing-rod/sorry-bg.png");
}

@media screen and (max-width: 1023px) {
  .sorry-modal .modal-dialog .modal-content .modal-body,
  .congrats-modal .modal-dialog .modal-content .modal-body {
    background-size: 100% 90%;
  }
}

.sorry-modal .modal-dialog .modal-content .modal-body-title,
.congrats-modal .modal-dialog .modal-content .modal-body-title {
  width: 214px;
  height: 70px;
}

.sorry-modal .modal-dialog .modal-content .modal-body label,
.congrats-modal .modal-dialog .modal-content .modal-body label {
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .sorry-modal .modal-dialog .modal-content .modal-body label,
  .congrats-modal .modal-dialog .modal-content .modal-body label {
    font-size: 0.9rem;
  }
}

.sorry-modal .modal-dialog .modal-content .modal-body-topupBtn .btn-bg,
.congrats-modal .modal-dialog .modal-content .modal-body-topupBtn .btn-bg {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("/assets/events/fishing-rod/topup-btn-bg.png");
  height: 0%;
  padding: 12px 20px 12px 20px;
}

.sorry-modal .modal-dialog .modal-content .modal-body-topupBtn .btn-bg span,
.congrats-modal .modal-dialog .modal-content .modal-body-topupBtn .btn-bg span {
  text-shadow: 2px 2px 2px #150DCE;
  font-weight: 700;
  font-size: 1.1rem;
}

.sorry-modal .modal-dialog .modal-content .modal-footer,
.congrats-modal .modal-dialog .modal-content .modal-footer {
  border-top: none !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: transparent !important;
  cursor: pointer;
  z-index: 1;
}

.sorry-modal .modal-dialog .modal-content .modal-footer img,
.congrats-modal .modal-dialog .modal-content .modal-footer img {
  width: 50px;
  height: 50px;
}

.partnerships-page {
  padding: 150px 0px !important;
  background-image: url(/assets/partnerships/bg/bg-dark-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1023px) {
  .partnerships-page {
    padding: 100px 0px !important;
  }
}

@media screen and (max-width: 512px) {
  .partnerships-page {
    padding: 50px 0px !important;
  }
}

.partnerships-page .title-description .title p {
  font-family: "roboto", sans-serif;
  color: white;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

@media screen and (max-width: 512px) {
  .partnerships-page .title-description .title p {
    font-size: 30px;
  }
}

.partnerships-page .title-description .description p {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 512px) {
  .partnerships-page .title-description .description p {
    font-size: 14px;
  }
}

.partnerships-page .partnerships-div .partnership .partnership-container {
  background: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 20px 10px !important;
}

.partnerships-page .partnerships-div .partnership .partnership-container:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

.partnerships-page .partnerships-div .partnership .partnership-container .partnership-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 120px;
  max-height: 50px;
}

.paruay-logo {
  -webkit-animation: 2s partnership-heartbeat infinite;
          animation: 2s partnership-heartbeat infinite;
}

@-webkit-keyframes partnership-heartbeat {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  80% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes partnership-heartbeat {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  80% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.sponsor-page-main #eu9-angel.active {
  display: flex;
}

.sponsor-page-main #eu9-angel .title-content .title img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 180px;
}

.sponsor-page-main #eu9-angel .title-content .title p {
  font-weight: bold;
  font-size: 25px;
}

.sponsor-page-main #eu9-angel .title-content .content {
  font-weight: 300;
  font-size: 15px;
}

@media screen and (max-width: 1023px) {
  .sponsor-page-main #eu9-angel .title-content .content {
    text-align: center;
  }
}

@media screen and (max-width: 512px) {
  .sponsor-page-main #eu9-angel .title-content .content {
    font-size: 12px;
  }
}

.sponsor-page-main #eu9-angel .angel-members .members-swiper .swiper-wrapper .individual-member .member-name {
  background: linear-gradient(to right, #49051b, #c31b50);
  padding: 2px 0 2px;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin: auto !important;
  bottom: 0;
  max-width: 120px;
}

.sponsor-page-main #eu9-angel .angel-benefits .benefit .benefit-container {
  border: 2px solid #801337;
  border-radius: 50px;
}

@media screen and (max-width: 1023px) {
  .sponsor-page-main #eu9-angel .angel-benefits .benefit .benefit-container {
    border-radius: 15px;
  }
}

.sponsor-page-main #eu9-angel .angel-benefits .benefit .benefit-container .benefit-desc {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 512px) {
  .sponsor-page-main #eu9-angel .angel-benefits .benefit .benefit-container .benefit-desc {
    font-size: 15px;
  }
}

.sponsor-page-main #eu9-angel .angel-events {
  background: linear-gradient(75deg, #3e0216, #c61b51);
  border-radius: 15px;
}

.sponsor-page-main #eu9-angel .angel-events .event-title-desc .title {
  font-weight: bold;
  font-size: 20px;
}

.sponsor-page-main #eu9-angel .angel-events .event-title-desc .desc {
  font-weight: 300;
  font-size: 15px;
  height: 300px;
}

@media screen and (max-width: 1023px) {
  .sponsor-page-main #eu9-angel .angel-events .event-title-desc .desc {
    height: auto;
    text-align: center;
  }
}

@media screen and (max-width: 512px) {
  .sponsor-page-main #eu9-angel .angel-events .event-title-desc .desc {
    font-size: 12px;
  }
}

.sponsor-page-main #eu9-angel .angel-events .separation-line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 1px;
  background-color: white;
}

@media screen and (max-width: 1023px) {
  .sponsor-page-main #eu9-angel .angel-events .separation-line {
    display: none;
  }
}

.sponsor-page-main #eu9-angel .event-videos .swiper {
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .sponsor-page-main #eu9-angel .event-videos .swiper {
    height: 300px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .sponsor-page-main #eu9-angel .event-videos .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 1023px) {
  .sponsor-page-main #eu9-angel .event-videos .swiper .swiper-wrapper .swiper-slide iframe {
    width: 75% !important;
  }
}

.sponsor-page-main #eu9-angel .event-videos .swiper-button-next,
.sponsor-page-main #eu9-angel .event-videos .swiper-button-prev {
  color: white;
  z-index: 10;
}

.sponsor-page-main #eu9-angel hr {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sponsor-page-main #eu9-angel hr {
    display: block;
  }
}

.reset-button[disabled],
.special-button[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  background-color: #007bff;
  color: #ffffff;
}

.mall-container {
  background: var(--hot-promo-bg);
  border-radius: 10px;
}

.cart-button {
  background: var(--mall-color);
  border-radius: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

.mall-card-bg {
  background: linear-gradient(90deg, #CD973D 0%, #EDC274 100%);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.sortBy-group .promotion-button {
  background: var(--prediction-tab-bg) !important;
}

.sortBy-group .promotion-button option {
  background: var(--hot-promo-bg) !important;
  color: var(--main-font-color);
}

.sortBy-group .promotion-button.active {
  background: #FF0031 !important;
}

.drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  height: 100%;
  background: var(--body-color);
  box-shadow: -3px 0 15px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  z-index: 1051;
  padding: 32px;
  overflow: auto;
}

@media screen and (max-width: 512px) {
  .drawer {
    width: 85vw;
  }
}

.drawer.show {
  right: 0;
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--prediction-tab-bg);
  padding-bottom: 0.5rem;
}

.drawer-body {
  padding-top: 1rem;
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1050;
  display: none;
}

.drawer-overlay.show {
  display: block;
}

.drawer .ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#checkoutForm {
  /* Firefox */
}

#checkoutForm input[type=number]::-webkit-outer-spin-button,
#checkoutForm input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#checkoutForm input[type=number] {
  -moz-appearance: textfield;
}

.mobile-sort {
  height: 100% !important;
  min-width: unset !important;
  text-align: center;
  font-size: 0.9rem !important;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: calc( 25% - 9px );
}

.mobile-sort option {
  background: var(--hot-promo-bg) !important;
  color: var(--main-font-color);
}

.mobile-sort.active {
  border-bottom: 1px solid red !important;
}

.vertical-line {
  border: none;
  border-left: 2px solid var(--prediction-tab-bg);
  height: 13px;
  margin: 0 5px;
}

#type-list::-webkit-scrollbar {
  display: none;
}

.toast {
  width: 500px;
  color: var(--main-font-color) !important;
}

@media screen and (max-width: 512px) {
  .toast {
    width: 80vw;
    right: 15;
  }
}

.toast-header {
  background: var(--hot-promo-bg);
  padding: 15px;
  color: var(--main-font-color) !important;
}

.toast-body {
  padding: 15px;
  background: var(--prediction-tab-bg);
}

#eumall .user-points-wrapper {
  border: 1px solid var(--navbar-main-color);
  border-radius: 13px;
}

#eumall .user-points-wrapper .user-points .total-points-desc {
  margin-top: -3px !important;
}

#eumall .user-points-wrapper .gold-outline-btn {
  border: 1px solid #EDC274;
  background: transparent;
  border-radius: 30px;
  color: white;
}

#eumall .user-points-wrapper .gold-outline-btn:hover {
  background: #EDC274;
  color: #000;
}

#eumall .exchange-record-wrapper .exchange-record-items-date {
  color: var(--prediction-tab-bg);
}

#eumall .exchange-record-wrapper .exchange-record-items-history {
  background: var(--navbar-main-color);
  border-radius: 8px;
  cursor: pointer;
}

#eumall .history-dot {
  position: absolute;
  top: 0;
  right: 8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #FF0031;
  border-radius: 50%;
}

#eumall .history-dot.shopping-cart-right {
  right: 0;
}

#eumall .text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drawer button.bg-primary:hover {
  color: white !important;
}

.tournament-leaderboard {
  background-image: url("/assets/events/tournament-leaderboard/desktop-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1023px) {
  .tournament-leaderboard {
    background-image: url("/assets/events/tournament-leaderboard/mobile-bg.jpg");
    background-size: cover;
  }
}

.tournament-leaderboard .title-tnc {
  height: 100%;
  padding-right: 90px !important;
}

@media screen and (max-width: 1023px) {
  .tournament-leaderboard .title-tnc {
    padding-right: 0 !important;
  }
}

.tournament-leaderboard .title-tnc img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tournament-leaderboard .title-tnc .time-period {
  color: black;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 2px 2px 0px white;
}

.tournament-leaderboard .title-tnc .time-period.en,
.tournament-leaderboard .title-tnc .time-period.ms {
  bottom: 12%;
}

.tournament-leaderboard .title-tnc .time-period.cn,
.tournament-leaderboard .title-tnc .time-period.zh {
  bottom: 17%;
}

@media screen and (max-width: 512px) {
  .tournament-leaderboard .title-tnc .time-period {
    font-size: 13px;
  }
}

.tournament-leaderboard .title-tnc .tnc-button {
  background: transparent;
  border: none;
  right: 20%;
  bottom: 30%;
}

@media screen and (max-width: 512px) {
  .tournament-leaderboard .title-tnc .tnc-button {
    right: 8%;
  }
}

.tournament-leaderboard .title-tnc .tnc-button img {
  max-width: 40px;
}

.tournament-leaderboard .leaderboard-button {
  text-shadow: 0px 1px 10px white;
}

.tournament-leaderboard .three-leaderboards .leaderboard-buttons-div {
  height: 10%;
}

@media screen and (max-width: 1023px) {
  .tournament-leaderboard .three-leaderboards .leaderboard-buttons-div {
    height: auto;
  }
}

.tournament-leaderboard .three-leaderboards .leaderboard-buttons-div .leaderboard-button-div .leaderboard-bg {
  color: black;
  font-weight: bold;
  font-size: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  opacity: 0.4;
}

.tournament-leaderboard .three-leaderboards .leaderboard-buttons-div .leaderboard-button-div .leaderboard-bg span {
  font-size: 13px;
}

.tournament-leaderboard .three-leaderboards .leaderboard-buttons-div .leaderboard-button-div .leaderboard-bg.active {
  opacity: 1;
}

.tournament-leaderboard .three-leaderboards .leaderboard-buttons-div .leaderboard-button-div .leaderboard-bg.boost-bg {
  background-image: url("/assets/events/tournament-leaderboard/boost-title-bg.png");
}

.tournament-leaderboard .three-leaderboards .leaderboard-buttons-div .leaderboard-button-div .leaderboard-bg.power-bg {
  background-image: url("/assets/events/tournament-leaderboard/power-title-bg.png");
}

.tournament-leaderboard .three-leaderboards .leaderboard-buttons-div .leaderboard-button-div .leaderboard-bg.supremacy-bg {
  background-image: url("/assets/events/tournament-leaderboard/supremacy-title-bg.png");
}

@media screen and (max-width: 512px) {
  .tournament-leaderboard .three-leaderboards .leaderboard-buttons-div .leaderboard-button-div .leaderboard-bg {
    font-size: 14px;
  }

  .tournament-leaderboard .three-leaderboards .leaderboard-buttons-div .leaderboard-button-div .leaderboard-bg span {
    font-size: 11px;
  }
}

.tournament-leaderboard .three-leaderboards .leaderboard {
  height: 85%;
}

@media screen and (max-width: 1023px) {
  .tournament-leaderboard .three-leaderboards .leaderboard {
    height: auto;
  }
}

.tournament-leaderboard .three-leaderboards .leaderboard .prizes .table-bg,
.tournament-leaderboard .three-leaderboards .leaderboard .user-ranking .table-bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 512px) {
  .tournament-leaderboard .three-leaderboards .leaderboard .prizes .table-bg .table-data,
  .tournament-leaderboard .three-leaderboards .leaderboard .user-ranking .table-bg .table-data {
    font-size: 15px;
  }
}

.tournament-leaderboard .three-leaderboards .leaderboard .prizes .table-bg .table-data .table-head,
.tournament-leaderboard .three-leaderboards .leaderboard .user-ranking .table-bg .table-data .table-head {
  font-weight: bold;
}

.tournament-leaderboard .three-leaderboards .leaderboard .prizes .table-bg .table-data .table-body,
.tournament-leaderboard .three-leaderboards .leaderboard .user-ranking .table-bg .table-data .table-body {
  height: 550px;
  overflow-y: auto;
  font-weight: 300;
  line-height: 40px;
}

.tournament-leaderboard .three-leaderboards .leaderboard .prizes .table-bg .table-data .table-body::-webkit-scrollbar,
.tournament-leaderboard .three-leaderboards .leaderboard .user-ranking .table-bg .table-data .table-body::-webkit-scrollbar {
  width: 8px;
}

.tournament-leaderboard .three-leaderboards .leaderboard .prizes .table-bg .table-data .table-body::-webkit-scrollbar-track,
.tournament-leaderboard .three-leaderboards .leaderboard .user-ranking .table-bg .table-data .table-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}

.tournament-leaderboard .three-leaderboards .leaderboard .prizes .table-bg .table-data .table-body::-webkit-scrollbar-thumb,
.tournament-leaderboard .three-leaderboards .leaderboard .user-ranking .table-bg .table-data .table-body::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #a02d08, #5c0d08);
  border-radius: 20px;
}

.tournament-leaderboard #tnc-modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}

.tournament-leaderboard #tnc-modal .modal-dialog .modal-content .modal-body {
  background-image: url("/assets/events/tournament-leaderboard/tnc-desktop-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 50px !important;
}

.tournament-leaderboard #tnc-modal .modal-dialog .modal-content .modal-body:before {
  content: none;
}

@media screen and (max-width: 1023px) {
  .tournament-leaderboard #tnc-modal .modal-dialog .modal-content .modal-body {
    background-image: url("/assets/events/tournament-leaderboard/tnc-mobile-bg.png");
    padding: 30px !important;
  }
}

.tournament-leaderboard #tnc-modal .modal-dialog .modal-content .modal-body .scroll-content {
  height: 550px;
  overflow-y: auto;
}

@media screen and (max-width: 1023px) {
  .tournament-leaderboard #tnc-modal .modal-dialog .modal-content .modal-body .scroll-content {
    height: 700px;
  }
}

@media screen and (max-width: 512px) {
  .tournament-leaderboard #tnc-modal .modal-dialog .modal-content .modal-body .scroll-content {
    height: 550px;
  }
}

.tournament-leaderboard #tnc-modal .modal-dialog .modal-content .modal-body .scroll-content::-webkit-scrollbar {
  width: 8px;
}

.tournament-leaderboard #tnc-modal .modal-dialog .modal-content .modal-body .scroll-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}

.tournament-leaderboard #tnc-modal .modal-dialog .modal-content .modal-body .scroll-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

#map-mission {
  background: url("/assets/events/map-mission/vi/map-mission-bg.png") no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 920px) {
  #map-mission {
    background: url("/assets/events/map-mission/vi/mobile-map.png") no-repeat 50% 75%;
  }

  #map-mission .mobile-pos {
    margin-top: 65px;
  }
}

#map-mission .grass-deco {
  bottom: -25px;
}

@media only screen and (max-width: 540px) {
  #map-mission .grass-deco {
    bottom: 0px;
  }
}

#map-mission .title {
  max-width: 700px;
}

#map-mission .bike {
  position: absolute;
  max-width: 500px;
  left: -150px;
  bottom: -120px;
}

@media only screen and (max-width: 920px) {
  #map-mission .bike {
    left: -75px;
    bottom: -90px;
  }
}

@media only screen and (max-width: 540px) {
  #map-mission .bike {
    max-width: 265px;
    left: -90px;
    bottom: 20px;
  }
}

#map-mission .mission-tnc {
  background: url("/assets/events/map-mission/vi/tnc.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 10%;
  max-width: 28vw;
  margin-left: auto;
  margin-right: -165px;
}

@media only screen and (max-width: 1024px) {
  #map-mission .mission-tnc {
    max-width: 100%;
    margin-right: -85px;
  }
}

@media only screen and (max-width: 920px) {
  #map-mission .mission-tnc {
    max-width: 65%;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 540px) {
  #map-mission .mission-tnc {
    max-width: 70%;
    margin-right: 0;
    padding: 8%;
  }
}

#map-mission .mission-tnc .mission-point {
  position: relative;
  -webkit-transform: skew(353deg, 1deg);
          transform: skew(353deg, 1deg);
  z-index: 5;
}

@media only screen and (max-width: 540px) {
  #map-mission .mission-tnc .mission-point {
    -webkit-transform: skew(358deg, 0deg);
            transform: skew(358deg, 0deg);
  }
}

#map-mission .mission-tnc .mission-point h2 {
  color: #f4f9a7;
  text-shadow: 3px 3px 2px #a4151f;
}

@media only screen and (max-width: 540px) {
  #map-mission .mission-tnc .mission-point h2 {
    font-size: 16px;
  }
}

#map-mission .mission-tnc .mission-point .tnc-point {
  list-style-type: decimal;
  padding-left: 20px;
  font-weight: bold;
  font-size: 15px;
  color: #a4151f;
}

@media only screen and (max-width: 540px) {
  #map-mission .mission-tnc .mission-point .tnc-point {
    font-size: 10px;
  }
}

#map-mission .mission-tnc .mission-point .tnc-point li {
  margin-bottom: 15px;
}

#map-mission .map {
  max-height: 650px;
}

#map-mission .map-step {
  top: 0;
  left: 0;
  right: 0;
}

#map-mission .map-step .step-place {
  max-width: 240px;
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place {
    max-width: 200px;
  }
}

#map-mission .map-step .step-place .mission-claim-btn {
  position: absolute;
  background: transparent;
  max-width: 85px;
  display: block;
  border: 0;
  padding: 0;
}

#map-mission .map-step .step-place .mission-claim-btn:disabled img {
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
  cursor: not-allowed;
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place .mission-claim-btn {
    max-width: 65px;
  }
}

#map-mission .map-step .step-place.claim {
  -webkit-animation: beat 0.5s infinite alternate;
          animation: beat 0.5s infinite alternate;
  z-index: 99;
}

#map-mission .map-step .step-place.claim img {
  -webkit-animation: glowShadow 1s infinite alternate;
          animation: glowShadow 1s infinite alternate;
}

#map-mission .map-step .step-place.achieve img {
  -webkit-animation: glowShadow 1s infinite alternate;
          animation: glowShadow 1s infinite alternate;
}

#map-mission .map-step .step-place .mission-title {
  font-size: 9px;
  font-weight: bold;
  position: absolute;
  max-width: 70px;
  color: #a4151f;
  text-shadow: 0px 0px 8px #a4151f;
  z-index: 9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limits the text to 2 lines */
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  cursor: help;
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place .mission-title {
    max-width: 60px;
    font-size: 8px;
    line-height: 9px;
    height: 20px;
  }
}

#map-mission .map-step .step-place.step-7 {
  left: 27%;
  top: -5px;
}

@media only screen and (max-width: 1024px) {
  #map-mission .map-step .step-place.step-7 {
    left: 18%;
  }
}

@media only screen and (max-width: 920px) {
  #map-mission .map-step .step-place.step-7 {
    left: 28%;
  }
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place.step-7 {
    left: 10%;
  }
}

#map-mission .map-step .step-place.step-7 .mission-title {
  bottom: 60px;
  left: 38px;
  -webkit-transform: rotate(351deg);
          transform: rotate(351deg);
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place.step-7 .mission-title {
    bottom: 50px;
    left: 30px;
  }
}

#map-mission .map-step .step-place.step-7 .mission-claim-btn {
  bottom: 20px;
  left: 35px;
  -webkit-transform: rotate(351deg);
          transform: rotate(351deg);
  z-index: 9;
}

#map-mission .map-step .step-place.step-6 {
  left: 31%;
  top: 100px;
}

@media only screen and (max-width: 1024px) {
  #map-mission .map-step .step-place.step-6 {
    left: 25%;
  }
}

@media only screen and (max-width: 920px) {
  #map-mission .map-step .step-place.step-6 {
    left: 32%;
  }
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place.step-6 {
    left: 18%;
    top: 80px;
  }
}

#map-mission .map-step .step-place.step-6 .mission-title {
  bottom: 35px;
  right: 14px;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

#map-mission .map-step .step-place.step-6 .mission-claim-btn {
  bottom: 0px;
  right: 8px;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  z-index: 9;
}

#map-mission .map-step .step-place.step-5 {
  left: 25%;
  top: 180px;
}

@media only screen and (max-width: 1024px) {
  #map-mission .map-step .step-place.step-5 {
    left: 16%;
  }
}

@media only screen and (max-width: 920px) {
  #map-mission .map-step .step-place.step-5 {
    left: 25%;
  }
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place.step-5 {
    left: 7%;
    top: 145px;
  }
}

#map-mission .map-step .step-place.step-5 .mission-title {
  left: 40px;
  bottom: 40px;
  -webkit-transform: rotate(355deg);
          transform: rotate(355deg);
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place.step-5 .mission-title {
    left: 32px;
    bottom: 38px;
  }
}

#map-mission .map-step .step-place.step-5 .mission-claim-btn {
  left: 42px;
  bottom: 2px;
  -webkit-transform: rotate(355deg);
          transform: rotate(355deg);
  z-index: 9;
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place.step-5 .mission-claim-btn {
    left: 38px;
  }
}

#map-mission .map-step .step-place.step-4 {
  left: 46%;
  top: 225px;
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place.step-4 {
    left: 40%;
    top: 185px;
  }
}

#map-mission .map-step .step-place.step-4 .mission-title {
  right: 17px;
  bottom: 75px;
  -webkit-transform: rotate(358deg);
          transform: rotate(358deg);
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place.step-4 .mission-title {
    right: 13px;
    bottom: 65px;
  }
}

#map-mission .map-step .step-place.step-4 .mission-claim-btn {
  right: 8px;
  bottom: 35px;
  -webkit-transform: rotate(358deg);
          transform: rotate(358deg);
  z-index: 9;
}

#map-mission .map-step .step-place.step-3 {
  left: 36%;
  top: 320px;
}

@media only screen and (max-width: 1024px) {
  #map-mission .map-step .step-place.step-3 {
    left: 33%;
  }
}

@media only screen and (max-width: 920px) {
  #map-mission .map-step .step-place.step-3 {
    left: 40%;
  }
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place.step-3 {
    left: 29%;
    top: 280px;
  }
}

#map-mission .map-step .step-place.step-3 .mission-title {
  left: 35px;
  bottom: 50px;
  -webkit-transform: rotate(353deg);
          transform: rotate(353deg);
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place.step-3 .mission-title {
    left: 28px;
    bottom: 48px;
  }
}

#map-mission .map-step .step-place.step-3 .mission-claim-btn {
  left: 30px;
  bottom: 18px;
  -webkit-transform: rotate(353deg);
          transform: rotate(353deg);
  z-index: 9;
}

#map-mission .map-step .step-place.step-2 {
  left: 40%;
  top: 440px;
}

@media only screen and (max-width: 1024px) {
  #map-mission .map-step .step-place.step-2 {
    left: 30%;
  }
}

@media only screen and (max-width: 920px) {
  #map-mission .map-step .step-place.step-2 {
    left: 40%;
  }
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place.step-2 {
    left: 35%;
    top: 375px;
  }
}

#map-mission .map-step .step-place.step-2 .mission-title {
  bottom: 50px;
  right: 25px;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place.step-2 .mission-title {
    bottom: 42px;
    right: 22px;
  }
}

#map-mission .map-step .step-place.step-2 .mission-claim-btn {
  bottom: 13px;
  right: 27px;
  z-index: 9;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}

#map-mission .map-step .step-place.step-1 {
  left: 30%;
  top: 555px;
  z-index: 9;
}

@media only screen and (max-width: 1024px) {
  #map-mission .map-step .step-place.step-1 {
    left: 18%;
  }
}

@media only screen and (max-width: 920px) {
  #map-mission .map-step .step-place.step-1 {
    left: 25%;
  }
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place.step-1 {
    left: 13%;
    top: 475px;
  }
}

#map-mission .map-step .step-place.step-1 .mission-title {
  right: 27px;
  bottom: 70px;
  -webkit-transform: rotate(353deg);
          transform: rotate(353deg);
}

@media only screen and (max-width: 540px) {
  #map-mission .map-step .step-place.step-1 .mission-title {
    bottom: 65px;
  }
}

#map-mission .map-step .step-place.step-1 .mission-claim-btn {
  bottom: 35px;
  right: 16px;
  z-index: 9;
  -webkit-transform: rotate(353deg);
          transform: rotate(353deg);
}

#map-mission #mission-task-modal .modal-content,
#map-mission #mission-gift-modal .modal-content {
  background: url("/assets/events/map-mission/vi/tnc.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 10%;
}

#map-mission #mission-task-modal .modal-content .mission-success,
#map-mission #mission-gift-modal .modal-content .mission-success {
  font-weight: bold;
  color: #a4151f;
}

#map-mission #mission-task-modal .modal-content .mission-gift-text,
#map-mission #mission-gift-modal .modal-content .mission-gift-text {
  font-weight: bold;
  color: #f4f9a7;
  text-shadow: 3px 3px 2px #a4151f;
  font-size: 24px;
}

#map-mission #mission-task-modal .modal-content .close,
#map-mission #mission-gift-modal .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  background: #a4151f;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  opacity: 1;
  color: white;
}

#map-mission #mission-task-modal .modal-content .mission-task,
#map-mission #mission-gift-modal .modal-content .mission-task {
  font-size: 16px;
  font-weight: bold;
  color: #a4151f;
}

#map-mission #mission-task-modal .modal-content .modal-mission-claim-btn,
#map-mission #mission-gift-modal .modal-content .modal-mission-claim-btn {
  border: 0;
  background: transparent;
  display: block;
  max-width: 120px;
  margin: auto;
  margin-top: 10px;
}

#map-mission #mission-task-modal .modal-content .modal-mission-claim-btn:disabled img,
#map-mission #mission-gift-modal .modal-content .modal-mission-claim-btn:disabled img {
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
  cursor: not-allowed;
}

@-webkit-keyframes glowShadow {
  0% {
    -webkit-filter: drop-shadow(0 0 5px rgba(239, 228, 68, 0.4));
            filter: drop-shadow(0 0 5px rgba(239, 228, 68, 0.4));
  }

  100% {
    -webkit-filter: drop-shadow(0 0 25px #efd044);
            filter: drop-shadow(0 0 25px #efd044);
  }
}

@keyframes glowShadow {
  0% {
    -webkit-filter: drop-shadow(0 0 5px rgba(239, 228, 68, 0.4));
            filter: drop-shadow(0 0 5px rgba(239, 228, 68, 0.4));
  }

  100% {
    -webkit-filter: drop-shadow(0 0 25px #efd044);
            filter: drop-shadow(0 0 25px #efd044);
  }
}

@-webkit-keyframes beat {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes beat {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.cny-vnd-2026 {
  background-image: url(/assets/events/cny-vnd-2026/desktop-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 70px !important;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 {
    background-image: url(/assets/events/cny-vnd-2026/mobile-bg-stage.png);
    padding-bottom: 340px !important;
    background-position: center;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 {
    padding-bottom: 290px !important;
  }
}

.cny-vnd-2026 .title-btn .top-button {
  max-width: 250px;
}

.cny-vnd-2026 .title-btn .top-button.leaderboard-button {
  top: 15px;
  left: 45px;
}

.cny-vnd-2026 .title-btn .top-button.tnc-button {
  top: 100px;
  left: 45px;
}

.cny-vnd-2026 .title-btn .top-button .button-div p {
  top: 15px;
  left: 0;
  right: 0;
  font-size: 20px;
}

.cny-vnd-2026 .title-btn .tickets-div {
  top: 15px;
  right: 45px;
  max-width: 250px;
}

.cny-vnd-2026 .title-btn .tickets-div .tickets-bg p {
  top: 40px;
  right: 40px;
  font-size: 35px;
}

.cny-vnd-2026 .title-btn p {
  font-weight: bold;
  color: #B60000;
}

.cny-vnd-2026 .title-btn-mobile .tickets-div .tickets-bg {
  max-width: 200px;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .title-btn-mobile .tickets-div .tickets-bg {
    max-width: 140px;
  }
}

.cny-vnd-2026 .title-btn-mobile .tickets-div .tickets-bg p {
  top: 22px;
  right: 50px;
  font-size: 40px;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .title-btn-mobile .tickets-div .tickets-bg p {
    top: 14px;
    right: 35px;
    font-size: 30px;
  }
}

.cny-vnd-2026 .title-btn-mobile .leaderboard-tnc-div {
  justify-content: space-evenly;
}

.cny-vnd-2026 .title-btn-mobile .leaderboard-tnc-div .top-button p {
  top: 13px;
  left: 0;
  right: 0;
  font-size: 20px;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .title-btn-mobile .leaderboard-tnc-div .top-button p {
    top: 5px;
    font-size: 15px;
  }
}

.cny-vnd-2026 .title-btn-mobile p {
  font-weight: bold;
  color: #B60000;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 .all-horses-div {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div {
    margin-top: 50px !important;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses {
  z-index: 99;
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-gold {
  z-index: 999;
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-gold .horse-gold-img,
.cny-vnd-2026 .all-horses-div .all-horses .horse-gold .horse-gold-hover {
  max-height: 400px;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-gold .horse-gold-img,
  .cny-vnd-2026 .all-horses-div .all-horses .horse-gold .horse-gold-hover {
    max-height: 430px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-gold .horse-gold-img,
  .cny-vnd-2026 .all-horses-div .all-horses .horse-gold .horse-gold-hover {
    max-height: 270px;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-black {
  left: 280px;
  z-index: 9;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-black {
    top: -50px;
    left: 60px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-black {
    top: -25px;
    left: 5px;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-black .horse-black-img,
.cny-vnd-2026 .all-horses-div .all-horses .horse-black .horse-black-hover {
  max-height: 350px;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-black .horse-black-img,
  .cny-vnd-2026 .all-horses-div .all-horses .horse-black .horse-black-hover {
    max-height: 275px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-black .horse-black-img,
  .cny-vnd-2026 .all-horses-div .all-horses .horse-black .horse-black-hover {
    max-height: 200px;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-white {
  right: 280px;
  z-index: 9;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-white {
    top: -70px;
    right: 60px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-white {
    top: -25px;
    right: 5px;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-white .horse-white-img,
.cny-vnd-2026 .all-horses-div .all-horses .horse-white .horse-white-hover {
  max-height: 350px;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-white .horse-white-img,
  .cny-vnd-2026 .all-horses-div .all-horses .horse-white .horse-white-hover {
    max-height: 300px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-white .horse-white-img,
  .cny-vnd-2026 .all-horses-div .all-horses .horse-white .horse-white-hover {
    max-height: 200px;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-red {
  left: 520px;
  top: 15px;
  z-index: 99;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-red {
    top: auto;
    bottom: -260px;
    left: 60px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-red {
    bottom: -165px;
    left: 5px;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-red .horse-red-img,
.cny-vnd-2026 .all-horses-div .all-horses .horse-red .horse-red-hover {
  max-height: 375px;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-red .horse-red-img,
  .cny-vnd-2026 .all-horses-div .all-horses .horse-red .horse-red-hover {
    max-height: 360px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-red .horse-red-img,
  .cny-vnd-2026 .all-horses-div .all-horses .horse-red .horse-red-hover {
    max-height: 230px;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-blue {
  right: 520px;
  top: 15px;
  z-index: 99;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-blue {
    top: auto;
    bottom: -260px;
    right: 60px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-blue {
    bottom: -165px;
    right: 5px;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-blue .horse-blue-img,
.cny-vnd-2026 .all-horses-div .all-horses .horse-blue .horse-blue-hover {
  max-height: 375px;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-blue .horse-blue-img,
  .cny-vnd-2026 .all-horses-div .all-horses .horse-blue .horse-blue-hover {
    max-height: 360px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-blue .horse-blue-img,
  .cny-vnd-2026 .all-horses-div .all-horses .horse-blue .horse-blue-hover {
    max-height: 230px;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-div .horse-img {
  display: inline;
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-div .horse-hover {
  display: none;
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-div:hover .horse-img {
  display: none;
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-div:hover .horse-hover {
  display: inline;
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-div .ticket-display {
  color: white;
  top: 130px;
  text-align: center;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-div .ticket-display {
    top: 65px;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-div .ticket-display-horse-gold {
  left: -70px;
  right: 0;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-div .ticket-display-horse-gold {
    left: -45px;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-div .ticket-display-horse-black {
  left: -35px;
  right: 0;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-div .ticket-display-horse-black {
    left: -20px;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-div .ticket-display-horse-white {
  left: 0px;
  right: -65px;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-div .ticket-display-horse-white {
    right: -40px;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-div .ticket-display-horse-red {
  left: -115px;
  right: 0;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-div .ticket-display-horse-red {
    left: -75px;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-div .ticket-display-horse-blue {
  left: 0;
  right: -120px;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .all-horses .horse-div .ticket-display-horse-blue {
    right: -75px;
  }
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-div .horse-button:disabled,
.cny-vnd-2026 .all-horses-div .all-horses .horse-div .horse-button[disabled] {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-div .horse-button:disabled:hover .horse-img,
.cny-vnd-2026 .all-horses-div .all-horses .horse-div .horse-button[disabled]:hover .horse-img {
  display: inline !important;
}

.cny-vnd-2026 .all-horses-div .all-horses .horse-div .horse-button:disabled:hover .horse-hover,
.cny-vnd-2026 .all-horses-div .all-horses .horse-div .horse-button[disabled]:hover .horse-hover {
  display: none !important;
}

.cny-vnd-2026 .all-horses-div .stage {
  z-index: 1;
  bottom: -70px;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 .all-horses-div .stage {
    bottom: -480px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 .all-horses-div .stage {
    bottom: -255px;
  }
}

.cny-vnd-2026 .all-horses-div .coins {
  z-index: 2;
  bottom: -135px;
}

.cny-vnd-2026 button {
  background: transparent;
  border: none;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body {
  background-image: url(/assets/events/cny-vnd-2026/tnc-leaderboard-desktop-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body h1 {
  color: #B60000;
  font-weight: bold;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table {
  border: 2px solid white;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table {
    font-size: 15px;
  }
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .table-header div,
.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .table-content div {
  text-align: center;
  color: white;
  padding: 5px 0px !important;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .table-header div:nth-child(1),
.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .table-header div:nth-child(2),
.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .table-content div:nth-child(1),
.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .table-content div:nth-child(2) {
  border-right: 2px solid white;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .table-header {
  background: #B60000;
  padding-right: 8px !important;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .table-header div {
  border-bottom: 2px solid white;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .table-content {
  background: #320F00;
  border-bottom: 2px solid white;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .table-content:nth-child(1) {
  background: #D2B200;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .table-content:nth-child(2) {
  background: #929292;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .table-content:nth-child(3) {
  background: #8E3900;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .table-content:nth-last-child(1) {
  border-bottom: none;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .scroll-content {
  max-height: 400px;
  overflow: auto;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .scroll-content::-webkit-scrollbar {
  width: 8px;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .scroll-content::-webkit-scrollbar-track {
  background: transparent;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .ranking-table .scroll-content::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #FFAF11 0%, #FFFF8D 54%, #FFC71D 100%);
  border-radius: 10px;
}

.cny-vnd-2026 #ranking-modal .modal-dialog .modal-content .modal-body .close-btn-div button p {
  top: 9px;
  left: 0;
  right: 0;
  font-size: 20px;
  font-weight: bold;
  color: #FF0031;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body {
  background-image: url(/assets/events/cny-vnd-2026/tnc-leaderboard-desktop-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .details-instructions .title {
  background: #B60000;
  font-weight: bold;
  font-size: 18px;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .details-instructions ul,
.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .details-instructions p {
  font-size: 15px;
  list-style-type: disc;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .video-tutorial .title {
  font-weight: bold;
  font-size: 18px;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table {
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table {
    font-size: 10px;
  }
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-header div,
.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-content div {
  padding: 5px 0px !important;
  text-align: center;
  align-content: center;
  font-weight: bold;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-header {
  background: #B60000;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-header div {
  border-top: 1px solid white;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-header div:nth-child(1),
.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-header div:nth-child(2),
.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-header div:nth-child(3) {
  border-right: 1px solid white;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-header div:nth-child(1) {
  border-top-left-radius: 15px;
  border-left: 1px solid white;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-header div:nth-last-child(1) {
  border-top-right-radius: 15px;
  border-right: 1px solid white;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-content {
  background: white;
  border-bottom: 1px solid #FF0031;
  color: #FF0031;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-content:nth-last-child(1) div:nth-child(1) {
  border-bottom-left-radius: 15px;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-content:nth-last-child(1) div:nth-last-child(1) {
  border-bottom-right-radius: 15px;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-content div:nth-child(1),
.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-content div:nth-child(2),
.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-content div:nth-child(3) {
  border-right: 1px solid #FF0031;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-content div:nth-child(1) {
  border-left: 1px solid #FF0031;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .saddle-details-table .table-content div:nth-last-child(1) {
  border-right: 1px solid #FF0031;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table {
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table {
    font-size: 11px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table {
    font-size: 10px;
  }
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-header div,
.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content div {
  padding: 5px 0px !important;
  text-align: center;
  align-content: center;
  font-weight: bold;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-header {
  background: #B60000;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-header div {
  border-top: 1px solid white;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-header div:nth-child(1),
.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-header div:nth-child(2),
.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-header div:nth-child(3) {
  border-right: 1px solid white;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-header div:nth-child(1) {
  border-top-left-radius: 15px;
  border-left: 1px solid white;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-header div:nth-last-child(1) {
  border-top-right-radius: 15px;
  border-right: 1px solid white;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content {
  background: white;
  border-bottom: 1px solid #FF0031;
  color: #FF0031;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .horse-display img {
  max-height: 140px;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .horse-display img {
    max-height: 85px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .horse-display img {
    max-height: 55px;
  }
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .saddle .saddle-img {
  max-width: 30px;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .saddle .saddle-img {
    max-width: 20px;
  }
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .saddle p {
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .saddle p {
    font-size: 12px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .saddle p {
    font-size: 9px;
  }
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .prizes {
  padding: 5px 10px !important;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .prizes .prize-money .money-img img,
.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .prizes .prize-money .prize-img img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .prizes .prize-money .money-img img,
  .cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .prizes .prize-money .prize-img img {
    height: 70px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .prizes .prize-money .money-img img,
  .cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .prizes .prize-money .prize-img img {
    height: 55px;
  }
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .content-section:nth-child(1),
.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .content-section:nth-child(2),
.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .content-section:nth-child(3) {
  border-right: 1px solid #FF0031;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .content-section:nth-child(1) {
  border-left: 1px solid #FF0031;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .prize-details-table .table-content .content-section:nth-last-child(1) {
  border-right: 1px solid #FF0031;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .tnc-title {
  background: #B60000;
  font-weight: bold;
  font-size: 18px;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body ol {
  list-style-type: auto;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .close-btn-div button p {
  top: 9px;
  left: 0;
  right: 0;
  font-size: 20px;
  font-weight: bold;
  color: #FF0031;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .scroll-content {
  max-height: 600px;
  overflow: auto;
  padding-right: 15px !important;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .scroll-content {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .scroll-content {
    padding-right: 5px !important;
  }
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .scroll-content::-webkit-scrollbar {
  width: 8px;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .scroll-content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
  border: 2px solid white;
}

.cny-vnd-2026 #how-to-play-modal .modal-dialog .modal-content .modal-body .scroll-content::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #FFAF11 0%, #FFFF8D 54%, #FFC71D 100%);
  border-radius: 10px;
}

.cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body {
  background-image: url(/assets/events/cny-vnd-2026/prize-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 170px 150px 90px !important;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body {
    padding: 170px 75px 90px !important;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body {
    padding: 160px 55px 90px !important;
  }
}

.cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body .close-btn {
  top: -30px;
  right: 0;
}

.cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body .close-btn img {
  max-width: 45px;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body .close-btn img {
    max-width: 40px;
  }
}

.cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body .user-horse-display {
  top: -120px;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body .user-horse-display {
    top: -65px;
  }
}

.cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body .user-horse-display img {
  max-height: 300px;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body .user-horse-display img {
    max-height: 285px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body .user-horse-display img {
    max-height: 220px;
  }
}

.cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body .confirmation-msg {
  font-size: 30px;
  font-weight: bold;
  color: #B60000;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body .confirmation-msg {
    font-size: 20px;
  }
}

.cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body .open-now-btn {
  bottom: -30px;
}

.cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body .open-now-btn .open-text {
  color: #FF0031;
  font-size: 25px;
  font-weight: bold;
  top: 15px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body .open-now-btn .open-text {
    top: 12px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #confirmation-modal .modal-dialog .modal-content .modal-body .open-now-btn .open-text {
    top: 5px;
  }
}

.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .red-packet-img,
.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .red-packet-img,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .red-packet-img,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .red-packet-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .red-packet-img,
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .red-packet-img,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .red-packet-img,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .red-packet-img {
    max-height: 310px;
    width: auto;
    height: 100%;
  }
}

.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .button-display,
.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .button-display,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display {
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto !important;
  display: none;
}

.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .button-display p,
.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display p,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .button-display p,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display p {
  color: #FF0031;
  font-size: 25px;
  font-weight: bold;
  top: 10px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .button-display p,
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display p,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .button-display p,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display p {
    top: 5px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .button-display p,
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display p,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .button-display p,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display p {
    top: 3px;
  }
}

.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .button-display-2,
.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display-2,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .button-display-2,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display-2 {
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto !important;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .button-display-2,
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display-2,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .button-display-2,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display-2 {
    bottom: 50px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .button-display-2,
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display-2,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .button-display-2,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display-2 {
    bottom: 40px;
  }
}

.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .button-display-2 p,
.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display-2 p,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .button-display-2 p,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display-2 p {
  color: #FF0031;
  font-size: 25px;
  font-weight: bold;
  top: -2px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .button-display-2 p,
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display-2 p,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .button-display-2 p,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display-2 p {
    top: -3px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .button-display-2 p,
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display-2 p,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .button-display-2 p,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .button-display-2 p {
    top: -6px;
  }
}

.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .red-packet-prize,
.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .red-packet-prize,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .red-packet-prize,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .red-packet-prize {
  top: 60px;
  left: 0;
  right: 0;
  margin: auto !important;
  width: 155px;
  height: 155px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .red-packet-prize,
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .red-packet-prize,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .red-packet-prize,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .red-packet-prize {
    top: 50px;
    height: 110px;
    width: 110px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .red-packet-prize,
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .red-packet-prize,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .red-packet-prize,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .red-packet-prize {
    top: 40px;
    height: 85px;
    width: 85px;
  }
}

.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .won-text,
.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .won-text,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .won-text,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .won-text {
  bottom: 135px;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .won-text,
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .won-text,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .won-text,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .won-text {
    bottom: 85px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .won-text,
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .won-text,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .won-text,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .won-text {
    bottom: 75px;
  }
}

.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .won-text .text-1,
.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .won-text .text-1,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .won-text .text-1,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .won-text .text-1 {
  font-size: 18px;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .won-text .text-1,
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .won-text .text-1,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .won-text .text-1,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .won-text .text-1 {
    font-size: 14px;
  }
}

.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .won-text .text-2,
.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .won-text .text-2,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .won-text .text-2,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .won-text .text-2 {
  font-size: 30px;
  color: #FFF3B1;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn .won-text .text-2,
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2 .won-text .text-2,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn .won-text .text-2,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2 .won-text .text-2 {
    font-size: 24px;
  }
}

.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn:hover,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn:hover {
  box-shadow: 0px 0px 15px 10px #FFD200;
}

.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn:hover .button-display,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn:hover .button-display {
  display: inline;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn:hover,
  .cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn:hover {
    box-shadow: none;
  }
}

.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2:disabled,
.cny-vnd-2026 #red-packet-modal .modal-dialog .modal-content .modal-body .red-packet-btn-2[disabled],
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2:disabled,
.cny-vnd-2026 #red-packet-modal-2 .modal-dialog .modal-content .modal-body .red-packet-btn-2[disabled] {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}

.cny-vnd-2026 #congrats-modal .modal-dialog .modal-content .modal-body,
.cny-vnd-2026 #error-modal .modal-dialog .modal-content .modal-body {
  background-image: url(/assets/events/cny-vnd-2026/prize-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 170px 150px !important;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #congrats-modal .modal-dialog .modal-content .modal-body,
  .cny-vnd-2026 #error-modal .modal-dialog .modal-content .modal-body {
    padding: 150px 75px !important;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #congrats-modal .modal-dialog .modal-content .modal-body,
  .cny-vnd-2026 #error-modal .modal-dialog .modal-content .modal-body {
    padding: 110px 55px !important;
  }
}

.cny-vnd-2026 #congrats-modal .modal-dialog .modal-content .modal-body .close-btn,
.cny-vnd-2026 #error-modal .modal-dialog .modal-content .modal-body .close-btn {
  top: -30px;
  right: 0;
}

.cny-vnd-2026 #congrats-modal .modal-dialog .modal-content .modal-body .close-btn img,
.cny-vnd-2026 #error-modal .modal-dialog .modal-content .modal-body .close-btn img {
  max-width: 45px;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #congrats-modal .modal-dialog .modal-content .modal-body .close-btn img,
  .cny-vnd-2026 #error-modal .modal-dialog .modal-content .modal-body .close-btn img {
    max-width: 40px;
  }
}

.cny-vnd-2026 #congrats-modal .modal-dialog .modal-content .modal-body .msg-display,
.cny-vnd-2026 #error-modal .modal-dialog .modal-content .modal-body .msg-display {
  font-size: 30px;
  font-weight: bold;
  color: #B60000;
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #congrats-modal .modal-dialog .modal-content .modal-body .msg-display,
  .cny-vnd-2026 #error-modal .modal-dialog .modal-content .modal-body .msg-display {
    font-size: 20px;
  }
}

.cny-vnd-2026 #congrats-modal .modal-dialog .modal-content .modal-body .msg-display.fail-2,
.cny-vnd-2026 #error-modal .modal-dialog .modal-content .modal-body .msg-display.fail-2 {
  color: #4A4A4A;
  text-shadow: none;
}

.cny-vnd-2026 #congrats-modal .modal-dialog .modal-content .modal-body .finish-btn,
.cny-vnd-2026 #error-modal .modal-dialog .modal-content .modal-body .finish-btn {
  bottom: -30px;
}

.cny-vnd-2026 #congrats-modal .modal-dialog .modal-content .modal-body .finish-btn .finish-text,
.cny-vnd-2026 #error-modal .modal-dialog .modal-content .modal-body .finish-btn .finish-text {
  color: #FF0031;
  font-size: 20px;
  font-weight: bold;
  top: 17px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .cny-vnd-2026 #congrats-modal .modal-dialog .modal-content .modal-body .finish-btn .finish-text,
  .cny-vnd-2026 #error-modal .modal-dialog .modal-content .modal-body .finish-btn .finish-text {
    top: 17px;
  }
}

@media screen and (max-width: 512px) {
  .cny-vnd-2026 #congrats-modal .modal-dialog .modal-content .modal-body .finish-btn .finish-text,
  .cny-vnd-2026 #error-modal .modal-dialog .modal-content .modal-body .finish-btn .finish-text {
    font-size: 15px;
    top: 17px;
  }
}

.cny-vnd-2026 .modal {
  background: rgba(0, 0, 0, 0.9) !important;
}

.cny-vnd-2026 .modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}

.cny-vnd-2026 .modal .modal-dialog .modal-content .modal-body:before {
  content: none;
}


/*# sourceMappingURL=app.css.map*/