.modal-backdrop,
body {
    background-color: #1a1000
}

.modal-backdrop.show {
    opacity: .9
}

#invalid-button {
    align-items: center;
    background: none;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 40px;
    top: -30px;
    width: 30px;
    z-index: 9999
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

.page-wrapper .page-content {
    padding-top: 0
}

.font-interblack {
    font-family: InterBlack, sans-serif
}

#header {
    padding-bottom: 20px;
    padding-top: 20px
}

#header .burger-menu-button {
    background-color: #8b0000;
    border: 3px;
    border-color: #cc0000;
    border-radius: 8px;
    color: #cc0000;
    font-size: 18px;
    height: 35px;
    width: 35px
}

#header .user-profile-button {
    background-color: #8b0000;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    height: 35px;
    width: 35px
}

#header .header-main-image-link {
    max-height: 100px;
    max-width: 100px
}

#header .header-tab-navigation {
    align-items: center;
    background-color: #8b0000;
    border-radius: 8px;
    display: flex;
    gap: 6px;
    left: 50%;
    padding: 4px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width:991.98px) {
    #header .header-tab-navigation {
        display: none
    }
}

#header .header-tab-navigation a {
    border-radius: 8px;
    color: hsla(0, 0%, 100%, .4);
    display: inline-block;
    min-width: 125px;
    padding: 5px 12px;
    text-align: center
}

#header .header-tab-navigation a.tab-active {
    background-image: linear-gradient(45deg, #dc143c, #8b0000);
    border: .8px solid #cc0000;
    color: #fff
}

#header .user-gems-container {
    align-items: center;
    background-color: #8b0000;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    min-height: 35px;
    padding: 5px 12px
}

#header .user-gems-container .user-gems-image {
    margin-right: 5px;
    width: 20px
}

#header .user-gems-container .user-gems-amount {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg, #fff, #dc143c);
    color: transparent;
    font-size: 18px;
    font-weight: 500
}

#header .dropdown #profileDropdown:after {
    color: #fff
}

#header .dropdown #profileDropdown+.dropdown-menu {
    --bs-border-color: #8b0000e8;
    background-color: #8b0000;
    border-color: rgba(220, 20, 60, .91);
    box-shadow: none;
    left: auto;
    margin-top: 5px !important;
    position: absolute;
    right: 0;
    top: 100% !important;
    transform: none !important;
    width: -moz-max-content;
    width: max-content
}

.sidebar-outer-container .sidebar-backdrop {
    inset: 0;
    position: fixed;
    z-index: 8
}

.sidebar-outer-container #sidebar {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .8);
    border-right: 1px solid rgba(220, 20, 60, .91);
    left: 0;
    min-height: 100vh;
    position: fixed;
    top: 0;
    transition: all .3s ease-in-out;
    width: 300px;
    z-index: 9
}

.sidebar-outer-container #sidebar .sidebar-container {
    padding: 20px
}

.sidebar-outer-container #sidebar .sidebar-container .sidebar-wrapper .sidebar-main-container {
    isolation: isolate;
    min-height: 35px;
    position: relative
}

.sidebar-outer-container #sidebar .sidebar-container .sidebar-wrapper .sidebar-main-container .sidebar-main-image-link {
    max-height: 100px;
    max-width: 100px
}

.sidebar-outer-container #sidebar .sidebar-container .sidebar-wrapper .sidebar-main-container .sidebar-close {
    background-color: #8b0000;
    border: none;
    border-radius: 8px;
    color: #cc0000;
    font-size: 18px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px
}

.sidebar-outer-container #sidebar .sidebar-container .sidebar-wrapper .sidebar-menu-container {
    background-color: #8b0000;
    border-radius: 10px;
    margin-top: 30px;
    padding: 15px
}

.sidebar-outer-container #sidebar .sidebar-container .sidebar-wrapper .sidebar-menu-container .sidebar-menu {
    display: grid;
    gap: 15px;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.sidebar-outer-container #sidebar .sidebar-container .sidebar-wrapper .sidebar-menu-container .sidebar-menu .sidebar-menu-item .sidebar-menu-link {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #988b6c;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 6px
}

.sidebar-outer-container #sidebar .sidebar-container .sidebar-wrapper .sidebar-menu-container .sidebar-menu .sidebar-menu-item .sidebar-menu-link .sidebar-logo-image {
    max-height: 25px;
    max-width: 25px
}

.sidebar-outer-container #sidebar .sidebar-container .sidebar-wrapper .sidebar-menu-container .sidebar-menu .sidebar-menu-item .sidebar-menu-link.sidebar-menu-link-active {
    background-image: linear-gradient(90deg, #dc143c, #8b0000);
    border-color: #cc0000;
    color: #fff
}

.sidebar-outer-container:not(.sidebar-active) .sidebar-backdrop {
    display: none
}

.sidebar-outer-container:not(.sidebar-active) #sidebar {
    transform: translateX(-100%)
}

@keyframes breath {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0)
    }

    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2)
    }
}

@keyframes pointerJump {
    to {
        transform: translate(-50%, -40%)
    }
}

.continuous-pointer {
    animation: pointerJump .5s ease-out infinite alternate;
    aspect-ratio: 28/25;
    filter: drop-shadow(0 0 15px #fce97c);
    -o-object-fit: contain;
    object-fit: contain;
    top: -35px;
    transform: translateX(-50%);
    width: 25px
}

.continuous-pointer,
.continuous-wave {
    height: auto;
    left: 50%;
    pointer-events: none;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: -1
}

.continuous-wave {
    animation: breath 3s ease-out infinite;
    aspect-ratio: 1;
    background-color: #ffe495;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%
}

.continuous-wave.wave-2 {
    animation-delay: 1s
}

.continuous-wave.wave-3 {
    animation-delay: 2s
}

.lucky-games-toastify {
    background-image: linear-gradient(90deg, #ffd9b3, #fff);
    border-radius: 8px;
    border-top-left-radius: 20px;
    color: #301f00;
    max-width: calc(100% - 20px);
    padding-left: 145px;
    padding-right: 10px
}

@media screen and (max-width:767.98px) {
    .lucky-games-toastify {
        border-top-left-radius: 8px;
        font-size: 12px;
        max-width: calc(100% - 10px);
        right: 5px
    }
}

.lucky-games-toastify:before {
    align-items: center;
    background-image: linear-gradient(180deg, #5b1a00, #ffcc99);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 4px;
    bottom: 0;
    color: #fff;
    content: "WIN PRIZE";
    display: inline-flex;
    font-family: InterBlack, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 900;
    height: 110%;
    justify-content: center;
    left: 0;
    line-height: 1.2;
    padding-left: 45px;
    padding-right: 10px;
    position: absolute;
    width: 135px
}

.lucky-games-toastify:after {
    aspect-ratio: 1;
    background: top 10px right 10px/cover no-repeat url(../../../assets/images/vc44/header/miloais-toast.webp);
    bottom: 0;
    content: "";
    height: 20px;
    height: 50px;
    left: 0;
    position: absolute;
    width: 20px;
    width: auto
}

.lucky-games-toastify .toast-close {
    background-color: #d9d9d9;
    border-radius: 50%;
    color: rgba(48, 31, 0, .4);
    margin-left: 10px
}

.back-to-home-container {
    margin-top: 30px
}

.back-to-home-container a {
    color: #fff
}

.back-to-home-container a i {
    margin-right: 5px
}

.swal2-popup {
    border-radius: .5rem !important;
    box-shadow: none
}

.swal2-popup .swal2-title {
    color: #8b0000;
    font-family: IBM Plex Sans, sans-serif;
    font-size: calc(1.325rem + .9vw);
    font-weight: 700
}

@media screen and (min-width:1200px) {
    .swal2-popup .swal2-title {
        font-size: 2rem
    }
}

.swal2-popup .swal2-html-container {
    color: #1e1c1a;
    font-size: 1rem;
    margin-top: 1rem
}

.swal2-popup .swal2-actions button {
    background: #8b0000 !important;
    border: 1px solid #8b0000 !important;
    border-radius: 9999px;
    color: #fff;
    font-family: IBM Plex Sans, sans-serif;
    font-weight: 700;
    padding: .5rem 1.5rem
}

.swal2-popup .swal2-actions button:hover {
    background: #fff !important;
    color: #8b0000
}

.lucide--award {
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526'/%3E%3Ccircle cx='12' cy='8' r='6'/%3E%3C/g%3E%3C/svg%3E")
}

.lucide--award,
.lucide--info {
    background-color: currentColor;
    display: inline-block;
    height: 1em;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 1em
}

.lucide--info {
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4m0-4h.01'/%3E%3C/g%3E%3C/svg%3E")
}

body {
    background-attachment: fixed;
    background-image: url(../../../assets/images/theme/background.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Inter, sans-serif;
    isolation: isolate;
    min-height: 100vh;
    position: relative
}

body:before {
    background-image: linear-gradient(180deg, #1a0000, #000);
    content: "";
    display: block !important;
    inset: 0;
    opacity: .9;
    position: absolute;
    z-index: -1
}

.icons8--right-round {
    --svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13 13-5.832 13-13S23.168 3 16 3m0 2c6.087 0 11 4.913 11 11s-4.913 11-11 11S5 22.087 5 16 9.913 5 16 5m.72 4.594L15.28 11l4 4H9v2h10.28l-4 4 1.44 1.406 5.686-5.687.72-.72-.72-.72-5.687-5.686z'/%3E%3C/svg%3E");
    background-color: currentColor;
    display: inline-block;
    height: 1em;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 1em
}

.no-record {
    padding: 10px;
    text-align: center
}

.prize-reward-container {
    background-image: linear-gradient(180deg, #ffd700, #ffaa00);
    border-radius: 10px;
    isolation: isolate;
    overflow: hidden;
    padding: 8px;
    position: relative
}

@media screen and (min-width:1400px) {
    .prize-reward-container {
        width: 139px
    }
}

@media screen and (max-width:1399.98px) {
    .prize-reward-container {
        padding: 5%
    }
}

.prize-reward-container.prize-reward-1 {
    --direc: 0deg;
    animation: variableRotate 5s linear infinite;
    background-image: linear-gradient(var(--direc), #8b0000, #000000, #dc143c);
    box-shadow: 0 0 15px #dc143c, 0 0 25px rgba(220, 20, 60, .5)
}

.prize-reward-container.prize-reward-2 {
    --direc: 0deg;
    animation: variableRotate 5s linear infinite;
    background-image: linear-gradient(var(--direc), #8b0000, #1a0000, #c41e3a);
    box-shadow: 0 0 15px #c41e3a, 0 0 25px rgba(196, 30, 58, .5)
}

.prize-reward-container.prize-reward-3 {
    --direc: 0deg;
    animation: variableRotate 5s linear infinite;
    background-image: linear-gradient(var(--direc), #8b0000, #2a0000, #b22222);
    box-shadow: 0 0 15px #b22222, 0 0 25px rgba(178, 34, 34, .5)
}

.prize-reward-container.prize-reward-4,
.prize-reward-container:not(.prize-reward-1):not(.prize-reward-2):not(.prize-reward-3) {
    --direc: 0deg;
    animation: variableRotate 5s linear infinite;
    background-image: linear-gradient(var(--direc), #ffd700, #ffaa00, #ffcc00)
}

.prize-reward-container .prize-reward-wrapper {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    isolation: isolate;
    position: relative;
    width: 100%
}

.prize-reward-container .prize-reward-wrapper .prize-reward-background-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    height: 100%;
    opacity: .7;
    position: absolute;
    width: 100%;
    z-index: -1
}

.prize-reward-container .prize-reward-wrapper .prize-reward-background-container .prize-reward-background-plain {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px
}

.prize-reward-container .prize-reward-wrapper .prize-reward-background-container .prize-reward-background-image {
    background: 100% 0/cover no-repeat url(../../../assets/images/theme/background-reflect.webp);
    height: 100%
}

.prize-reward-container .prize-reward-wrapper .prize-reward-number-container {
    position: absolute;
    right: 0;
    top: -2%;
    transform: translateY(-20%)
}

.prize-reward-container .prize-reward-wrapper .prize-reward-number-container .prize-reward-number {
    color: rgba(41, 39, 39, .4);
    font-size: 10px;
    font-style: italic;
    font-weight: 900
}

.prize-reward-container .prize-reward-wrapper .prize-reward-title-container {
    overflow: hidden;
    padding: 10px 10px 5px
}

.prize-reward-container .prize-reward-wrapper .prize-reward-title-container .prize-reward-title-wrapper .prize-reward-title {
    color: #301f00;
    font-style: italic;
    font-weight: 900;
    margin-bottom: 5px;
    text-align: center
}

.prize-reward-container .prize-reward-wrapper .prize-reward-title-container .prize-reward-title-wrapper .prize-reward-description {
    color: #301f00;
    font-size: 10px;
    text-align: center
}

.prize-reward-container .prize-reward-wrapper .prize-reward-image-container {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 0 5% 5%
}

.prize-reward-container .prize-reward-wrapper .prize-reward-image-container .prize-reward-image-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    isolation: isolate;
    position: relative
}

.prize-reward-container .prize-reward-wrapper .prize-reward-image-container .prize-reward-image-wrapper .prize-reward-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 1
}

.prize-reward-container .prize-reward-wrapper .prize-reward-image-container img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 20px 15px 15px;
    width: auto
}

.modal#congratulationModal .modal-dialog .modal-content,
.modal#tryagainModal .modal-dialog .modal-content {
    align-items: center;
    background-color: rgba(0, 0, 0, .8) !important;
    display: flex;
    justify-content: center;
    position: fixed
}

.modal#congratulationModal .modal-dialog .modal-content .confetti,
.modal#tryagainModal .modal-dialog .modal-content .confetti {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (min-width:1200px) {

    .modal#congratulationModal .modal-dialog .modal-content .confetti,
    .modal#tryagainModal .modal-dialog .modal-content .confetti {
        top: -7%
    }
}

.modal#congratulationModal .modal-dialog .modal-content .modal-body,
.modal#tryagainModal .modal-dialog .modal-content .modal-body {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.modal#congratulationModal .modal-dialog .modal-content .modal-body .messages,
.modal#tryagainModal .modal-dialog .modal-content .modal-body .messages {
    text-align: center
}

.modal#congratulationModal .modal-dialog .modal-content .modal-body .messages h2,
.modal#tryagainModal .modal-dialog .modal-content .modal-body .messages h2 {
    color: #fff;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px
}

.modal#congratulationModal .modal-dialog .modal-content .modal-body .messages p,
.modal#tryagainModal .modal-dialog .modal-content .modal-body .messages p {
    color: #fff;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 1.25rem;
    padding: 0 35px
}

.modal#congratulationModal .modal-dialog .modal-content .modal-body .messages p .reward-name,
.modal#tryagainModal .modal-dialog .modal-content .modal-body .messages p .reward-name {
    color: #ffde8c
}

.modal#congratulationModal .modal-dialog .modal-content .modal-body .reward-container,
.modal#tryagainModal .modal-dialog .modal-content .modal-body .reward-container {
    align-items: end;
    display: flex;
    margin-bottom: 20px;
    min-height: 600px;
    position: relative
}

.modal#congratulationModal .modal-dialog .modal-content .modal-body .reward-container .reward-image,
.modal#tryagainModal .modal-dialog .modal-content .modal-body .reward-container .reward-image {
    position: relative;
    width: 300px;
    z-index: 2
}

@media only screen and (min-width:768px) {

    .modal#congratulationModal .modal-dialog .modal-content .modal-body .reward-container .reward-image,
    .modal#tryagainModal .modal-dialog .modal-content .modal-body .reward-container .reward-image {
        width: 350px
    }
}

.modal#congratulationModal .modal-dialog .modal-content .modal-body .reward-container .gradient-background,
.modal#tryagainModal .modal-dialog .modal-content .modal-body .reward-container .gradient-background {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 1200px;
    z-index: 1
}

.modal#congratulationModal .modal-dialog .modal-content .modal-body .btn-collect img,
.modal#tryagainModal .modal-dialog .modal-content .modal-body .btn-collect img {
    width: 270px
}

.modal#congratulationModal .modal-dialog .modal-content .modal-body .btn-back,
.modal#tryagainModal .modal-dialog .modal-content .modal-body .btn-back {
    background-color: #ed8e30;
    border: 2px solid #ed8e30;
    border-radius: 10px;
    box-shadow: 0 0 5px #ed8e30, 0 0 25px #ed8e30, 0 0 50px #ed8e30, 0 0 100px #ed8e30;
    color: #fff;
    cursor: pointer;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 40px;
    position: relative;
    transition: all .3s ease
}

.modal#congratulationModal .modal-dialog .modal-content .modal-body .btn-back:hover,
.modal#tryagainModal .modal-dialog .modal-content .modal-body .btn-back:hover {
    background-color: #e07c20;
    border-color: #e07c20;
    box-shadow: 0 0 10px #e07c20, 0 0 40px #e07c20, 0 0 80px #e07c20, 0 0 120px #e07c20;
    color: #fff
}

.modal#congratulationModal .modal-dialog .modal-content .modal-body .btn-back:active,
.modal#tryagainModal .modal-dialog .modal-content .modal-body .btn-back:active {
    background-color: #c4691b;
    border-color: #c4691b;
    box-shadow: 0 0 5px #c4691b, 0 0 20px #c4691b, 0 0 40px #c4691b, 0 0 80px #c4691b
}

.modal#tryagainModal .close-button-container {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 11
}

.modal#tryagainModal .close-button-container button {
    align-items: center;
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    width: 30px
}

.modal#tryagainModal .modal-dialog .modal-content .confetti {
    left: 50%;
    max-height: min(100vh, 824px);
    min-width: 610px;
    -o-object-fit: contain;
    object-fit: contain;
    top: -7%;
    transform: translateX(-50%)
}

.modal#tryagainModal .modal-dialog .modal-content .modal-body {
    justify-content: flex-end
}

.modal#tryagainModal .modal-dialog .modal-content .modal-body .reward-container {
    margin-bottom: -1rem;
    min-height: 60vh;
    position: static
}

.modal#tryagainModal .modal-dialog .modal-content .modal-body .reward-container .reward-image {
    margin-top: 25px;
    width: 530px
}

.modal#tryagainModal .modal-dialog .modal-content .modal-body .reward-container .gradient-background {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: min(100%, 700px);
    z-index: 10
}

@media screen and (min-width:768px) {
    .modal#tryagainModal .modal-dialog .modal-content .modal-body .reward-container .gradient-background {
        -o-object-fit: contain;
        object-fit: contain
    }
}

.modal#tryagainModal .modal-dialog .modal-content .modal-body .messages h2 {
    font-size: 2.5rem
}

.modal#tryagainModal .modal-dialog .modal-content .modal-body .messages p {
    font-size: 1rem
}

.modal#playerInvalidModal .modal-content {
    background-color: #fff;
    border-color: #fff;
    color: #1e1c1a
}

.modal#playerInvalidModal h1,
.modal#playerInvalidModal h2,
.modal#playerInvalidModal h3,
.modal#playerInvalidModal h4,
.modal#playerInvalidModal h5,
.modal#playerInvalidModal h6 {
    color: #8b0000;
    font-family: IBM Plex Sans, sans-serif;
    font-weight: 700
}

.modal#playerInvalidModal .btn-brown {
    background-color: #8b0000;
    border: 1px solid #8b0000;
    color: #fff;
    font-family: IBM Plex Sans, sans-serif;
    font-weight: 700
}

.modal#playerInvalidModal .btn-brown:hover {
    background-color: #fff;
    color: #8b0000
}

@keyframes eggshake {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    15% {
        transform: translate(-50%, -50%) rotate(-3deg)
    }

    30% {
        transform: translate(-50%, -50%) rotate(6deg)
    }

    45% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(0deg)
    }
}

@keyframes jump-shaking {

    0%,
    50%,
    to {
        transform: translateY(0) rotate(0deg)
    }

    15% {
        transform: translateY(-2%) rotate(-2deg)
    }

    20% {
        transform: translateY(-2%) rotate(2deg)
    }

    25% {
        transform: translateY(-2%) rotate(-1deg)
    }

    30% {
        transform: translateY(-2%) rotate(1deg)
    }

    35% {
        transform: translateY(-2%) rotate(0deg)
    }
}

@keyframes growprizeshadow {
    to {
        box-shadow: 0 0 15px #fff
    }
}

@keyframes growprimaryprizeshadow {
    to {
        box-shadow: 0 0 15px #ffe43b
    }
}

@keyframes rotateAntiClosewise {
    to {
        transform: translate(-50%, -50%) rotate(-1turn)
    }
}

@property --direc {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false
}

@keyframes variableRotate {
    to {
        --direc: 360deg
    }
}

/*# sourceMappingURL=main.css.map*/

/* Redesign: dashboard style preview */
html,
body.redesign-page {
    background-color: #050b14;
    overscroll-behavior-y: none;
}

body.redesign-page {
    background:
        radial-gradient(circle at 20% -10%, rgba(71, 128, 184, 0.25) 0%, transparent 38%),
        radial-gradient(circle at 80% -15%, rgba(52, 112, 86, 0.22) 0%, transparent 42%),
        /* Lightened overlay so the stadium photo feels brighter */
        linear-gradient(180deg, rgba(6, 18, 36, 0.55) 0%, rgba(6, 15, 28, 0.62) 48%, rgba(7, 20, 14, 0.72) 100%),
        url("/assets/images/fifa-stadium-bg.png?v=2") center bottom / cover no-repeat;
    color: #f4f6fb;
    /* Default: English / Malay (Latin) — Inter is bundled in app.css */
    font-family: "Inter", "Roboto", system-ui, sans-serif;
}

/*
 * Per-language UI fonts (set lang on <html> or body when you wire i18n).
 * You can swap stacks below without affecting other locales.
 */
body.redesign-page:lang(en),
body.redesign-page:lang(ms) {
    font-family: "Inter", "Roboto", system-ui, sans-serif;
}

body.redesign-page:lang(zh),
body.redesign-page:lang(zh-Hans),
body.redesign-page:lang(zh-CN) {
    font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body.redesign-page:lang(zh-Hant),
body.redesign-page:lang(zh-TW),
body.redesign-page:lang(zh-HK) {
    font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}

body.redesign-page:lang(my) {
    font-family: "Noto Sans Myanmar", "Myanmar Text", sans-serif;
}

body.redesign-page::before {
    /* Dim less at the top so text reads, but keep photo brightness */
    background: linear-gradient(180deg, rgba(3, 8, 18, 0.05) 0%, rgba(3, 8, 18, 0.38) 60%, rgba(3, 8, 18, 0.55) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: -1;
}

/* Keep stadium background pinned to viewport so it does not shift on content changes. */
.redesign-shell {
    margin: 0 auto;
    max-width: 1280px;
    padding: 14px 12px 20px;
}

.rd-topbar {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px;
}

.rd-topbar-left,
.rd-topbar-right {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rd-chip,
.rd-token-chip,
.rd-user {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 9px 11px;
}

.rd-chip-label {
    color: #a8b0c4;
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
}

.rd-token-chip {
    align-items: center;
    display: flex;
    font-size: 18px;
    gap: 8px;
}

.rd-ticket-chip {
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    display: flex;
    font-size: 18px;
    gap: 8px;
    padding: 9px 11px;
}

.rd-ticket-chip strong {
    color: #ffd34f;
    font-weight: 800;
}

.rd-ticket-icon {
    color: #f4f6fb;
    font-size: 1.05em;
    line-height: 1;
}

.rd-token-gem {
    color: #f4f6fb;
    font-size: 1.05em;
    line-height: 1;
}

.rd-layout {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

.rd-main-card,
.rd-side-card,
.rd-widget {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 12px;
}

.rd-jackpot {
    background:
        linear-gradient(90deg, rgba(8, 14, 28, 0.5), rgba(8, 14, 28, 0.18)),
        url("/images/PRIZE POOL BANNER.jpg") center / cover no-repeat;
    border: 2px solid rgba(255, 86, 56, 0.8);
    border-radius: 12px;
    margin-bottom: 12px;
    /* Bottom padding matches former .rd-jackpot-sub (margin-top + one caption line) */
    padding: 12px 12px calc(18px + 1.35em) 12px;
    text-align: center;
}

.rd-jackpot-title {
    color: #d7dbe8;
    font-size: 18px;
    font-weight: 700;
}

.rd-jackpot-value {
    color: #ffce54;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
}

a.rd-jackpot--link {
    color: inherit;
    cursor: pointer;
    display: block;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

a.rd-jackpot--link:hover {
    border-color: rgba(255, 140, 120, 0.95);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
    transform: translateY(-1px);
}

.rd-match-board {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
}

.rd-teams h3 {
    color: #dce2f4;
    font-size: 16px;
    margin-bottom: 6px;
}

.rd-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 4px;
}

.rd-logo-dot {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    display: inline-flex;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.rd-hint {
    color: #91a0c0;
    font-size: 13px;
    margin: 0;
}

.rd-score-panel {
    align-content: center;
    display: grid;
    gap: 8px;
}

.rd-score-row {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 56px 1fr;
}

.rd-score-row label,
.rd-score-row span {
    color: #bac4dd;
    font-weight: 600;
}

.rd-score-row input {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #f3f5fb;
    padding: 8px;
    text-align: center;
}

.rd-actions {
    display: grid;
    gap: 10px;
    margin-top: 12px;
    justify-items: center;
}

.rd-btn {
    border: none;
    border-radius: 10px;
    font-weight: 700;
    min-height: 44px;
    padding: 10px 14px;
    width: 100%;
}

.rd-btn-primary {
    background: #f4f6fb;
    color: #171a24;
}

.rd-btn-ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #d6dced;
}

.rd-btn-yellow {
    background: #ffd34f;
    color: #1d212e;
    margin-top: 14px;
    width: 100%;
}

.rd-footer-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 10px;
}

.rd-main-column {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
}

.rd-side-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.rd-list-body {
    flex: 1;
    min-height: 0;
}

/* My Prediction: flex column; list scrolls inside (height matched to winner card on wide screens via JS) */
.rd-my-pred-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.rd-my-pred-card .rd-list-head {
    flex-shrink: 0;
}

.rd-my-pred-card .rd-list-body {
    flex: 1 1 0%;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.rd-winner-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.rd-widget h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.rd-mini-list {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rd-mini-list li {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px;
}

.rd-mini-list li span {
    color: #9ca8c5;
    font-size: 12px;
}

.rd-side-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.rd-side-header h3 {
    font-size: 18px;
    margin: 0;
}

.rd-live {
    background: rgba(62, 216, 165, 0.18);
    border: 1px solid rgba(62, 216, 165, 0.4);
    border-radius: 999px;
    color: #7df6d0;
    font-size: 12px;
    padding: 2px 10px;
    text-decoration: none;
}

.rd-list-head,
.rd-list-row {
    display: grid;
    gap: 6px;
    grid-template-columns: 1.2fr .6fr 1fr;
    padding: 8px;
}

.rd-list-head {
    color: #9ca8c5;
    font-size: 12px;
    font-weight: 600;
}

.rd-list-row {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14px;
}

.rd-list-row:nth-child(even) {
    background: rgba(255, 255, 255, 0.02);
}

.rd-error {
    color: #ff8e93;
    font-weight: 600;
}

@media screen and (min-width: 992px) {
    .redesign-shell {
        max-width: 1200px;
        padding: 24px 24px 36px;
    }

    .rd-topbar {
        align-items: center;
        flex-direction: row;
        gap: 12px;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .rd-topbar-left,
    .rd-topbar-right {
        align-items: center;
        gap: 10px;
    }

    /* Flatten main column so prediction + matches can sit in different grid rows */
    .rd-main-column {
        display: contents;
    }

    .rd-layout.spin-layout-v2 .rd-main-column,
    .rd-layout:has(> .rd-main-column > .rd-pred-matches-row) > .rd-main-column {
        display: flex;
        flex-direction: column;
    }

    .rd-layout {
        align-items: start;
        gap: 18px 22px;
        grid-template-areas:
            "main side"
            "matches matches";
        grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.78fr);
        grid-template-rows: auto auto;
    }

    .rd-main-card {
        grid-area: main;
    }

    .rd-side-column {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        grid-area: side;
        min-height: 0;
    }

    .rd-footer-grid {
        grid-area: matches;
        margin-top: 0;
    }

    .rd-main-card,
    .rd-side-card,
    .rd-widget {
        border-radius: 16px;
        padding: 20px 22px;
    }

    .rd-jackpot {
        border-radius: 14px;
        margin-bottom: 14px;
        padding: 16px 16px calc(22px + 1.35em) 16px;
    }

    .rd-jackpot-title {
        font-size: 24px;
    }

    .rd-jackpot-value {
        font-size: 52px;
    }

    /* Fixture + score inputs stay a single column (avoid 3-col artifact on wide screens) */
    .rd-match-board {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .rd-footer-grid {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .rd-side-card {
        display: flex;
        flex: 1;
        flex-direction: column;
        min-height: 280px;
    }

    .rd-actions {
        display: flex;
        margin-top: 20px;
        justify-content: center;
    }

    .rd-btn {
        min-width: 200px;
        width: auto;
    }

    .rd-actions .rd-btn {
        margin: 0 auto;
    }

    .rd-side-header h3 {
        font-size: 22px;
    }

    .rd-list-head,
    .rd-list-row {
        gap: 8px;
        padding: 8px 10px;
    }
} 

