:root {
    --white: #fff;
    --black: #000;
    --Raisin-Black: #1e2133;
    --Russian-Violet: #382348;
    --Vodka: #fff;
    --Light-Gold: #b8b200;
    --Dark-Orange: #ae7700;
    --Blueberry: #5679eb;
    --Jordy-Blue: #8fa7f4;
    --Chinese-Black: #151724;
    --American-Purple: #2e334d;
    --Russian-Violet2: #1e2133;
    --American-Purple2: #1e2133;
    --American-Violet: #333857;
    --Tab-BG: #222538;
    --Tab-Bottom: #6d77aa;
    --Grape: #1e2133;
    --Tab-hoever: #3b4066;
    --dropdownShadow: 0px 0px 16px 0px #0f1923f5;
    --zinc-600: #52525b;
    --zinc-650: #4c4c52;
    --zinc-700: #252933;
    --zinc-800: #27272a;
    --zinc-850: #333;
    --zinc-900: #18181b;
    --zinc-950: #09090b;
    --zinc-950-06: #09090b99;
    --zinc-950-07: #09090bb3;
    --success: #b8b200;
    --loss: #ff147a;
    --Black-00: #0000;
    --Black-11: #0000001c;
    --Black-20: #0003;
    --Vivid-Blue: #00a4fa;
    --Black-29: #0202024a;
    --Green-Deep: #096f51;
    --Game-Green: #0a8b1e;
    --Teal-Dark: #13978b;
    --Green-Light: #13c44d;
    --Green-Bright: #18d56f;
    --Green-Dark: #1d6b26;
    --Blue-Royal: #2755e0;
    --Blue-Sky: #2a8fdc;
    --Blue-40: #325ce866;
    --Purple-Deep: #3d0b61;
    --Brown-Dark: #482509;
    --Blue-Grey: #4a5f89;
    --Green-Lime: #52aa10;
    --Grey-Slate: #626e85;
    --Purple-Medium: #6824b3;
    --Lime-Bright: #9ce800;
    --Grey-Text: #9d9fa9;
    --Blue-Grey-Light: #b8bdd4;
    --Red-Dark: #c0302b;
    --Yellow-Gold: #dfd800;
    --Game-Red: #ee3940;
    --White-50: #efefef80;
    --Orange-Red: #f35608;
    --White-23: #f4f4f43b;
    --Orange-Light: #f8ad40;
    --Yellow-Light: #fed632;
    --Orange-Vivid: #ff8205;
    --White-10: #ffffff1a;
    --White-03: #ffffff08
}

* {
    font-family: Source Sans\ 3, sans-serif !important
}

body,
html {
    background-color: #09090b;
    background-color: var(--zinc-950);
    height: 100%;
    overflow-x: hidden
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #0202024a;
    -webkit-box-shadow: inset 0 0 6px var(--Black-29)
}

::-webkit-scrollbar,
::-webkit-scrollbar-track {
    background-color: #252933;
    background-color: var(--zinc-700);
    border-radius: 50em
}

::-webkit-scrollbar {
    width: 2px
}

::-webkit-scrollbar-thumb {
    background-color: var(--gray-400);
    border-radius: 50em
}

body {
    background-color: #09090b;
    background-color: var(--zinc-950);
    color: #fff;
    color: var(--white);
    font-optical-sizing: auto;
    font-size: .938rem;
    font-style: normal;
    font-weight: 500
}

body #root {
    height: 100%
}

body .container-fluid {
    height: 100%;
    max-width: 1600px;
    padding: 0
}

body .nav-tabs .nav-item .nav-link {
    border-bottom: 1px solid #333857 !important;
    border-bottom: 1px solid var(--American-Violet) !important;
    border-radius: 0;
    color: #b8bdd4;
    color: var(--Blue-Grey-Light);
    font-size: 12px;
    font-weight: 600;
    height: 100%
}

body .nav-tabs .nav-item .nav-link:hover {
    border-color: #0000
}

body .nav-tabs .nav-item .nav-link.active {
    background-color: #333857;
    background-color: var(--American-Violet);
    border-bottom: 2px solid #6d77aa !important;
    border-bottom: 2px solid var(--Tab-Bottom) !important;
    color: #fff;
    color: var(--white)
}

body .btn-nav-tabs .btn-nav-tab-items:first-child .btn-tab {
    color: var(--yellow-700)
}

body .btn-nav-tabs .btn-nav-tab-items:first-child .btn-tab.active,
body .btn-nav-tabs .btn-nav-tab-items:first-child .btn-tab:is(:hover):enabled:not(.active) {
    background-color: var(--yellow-400);
    border-color: var(--yellow-400);
    color: #000;
    color: var(--black)
}

body .btn-nav-tabs .btn-nav-tab-items:nth-child(2) .btn-tab {
    color: var(--orange-400)
}

body .btn-nav-tabs .btn-nav-tab-items:nth-child(2) .btn-tab.active,
body .btn-nav-tabs .btn-nav-tab-items:nth-child(2) .btn-tab:is(:hover):enabled:not(.active) {
    background-color: var(--orange-400);
    border-color: var(--orange-400);
    color: #09090b;
    color: var(--zinc-950)
}

body .btn-nav-tabs .btn-nav-tab-items:nth-child(3) .btn-tab {
    color: var(--red-500)
}

body .btn-nav-tabs .btn-nav-tab-items:nth-child(3) .btn-tab.active,
body .btn-nav-tabs .btn-nav-tab-items:nth-child(3) .btn-tab:is(:hover):enabled:not(.active) {
    background-color: var(--red-500);
    border-color: var(--red-500);
    color: #09090b;
    color: var(--zinc-950)
}

body .btn-nav-tabs .btn-nav-tab-items:nth-child(4) .btn-tab {
    color: var(--cyan-400)
}

body .btn-nav-tabs .btn-nav-tab-items:nth-child(4) .btn-tab.active,
body .btn-nav-tabs .btn-nav-tab-items:nth-child(4) .btn-tab:is(:hover):enabled:not(.active) {
    background-color: var(--cyan-400);
    border-color: var(--cyan-400);
    color: #09090b;
    color: var(--zinc-950)
}

body .btn-nav-tabs .btn-tab {
    background-color: #27272a;
    background-color: var(--zinc-800);
    border-color: #27272a;
    border-color: var(--zinc-800);
    border-radius: .25rem;
    color: #fff;
    color: var(--white);
    font-weight: 500;
    height: 36px;
    min-width: 48px;
    padding: .25rem
}

body .btn-nav-tabs .strategy-btn-box .btn-outline-danger:hover,
body .btn-nav-tabs .strategy-btn-box .btn-outline-orange:hover,
body .btn-nav-tabs .strategy-btn-box .btn-outline-warning:hover {
    background-color: #27272a;
    background-color: var(--zinc-800);
    border-color: #252933;
    border-color: var(--zinc-700);
    color: #fff;
    color: var(--white)
}

body select.form-control {
    -webkit-appearance: none;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E") no-repeat 100% #18181b;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E") no-repeat right var(--zinc-900);
    background-position: calc(100% - 12px);
    background-size: 16px;
    padding-right: 35px !important
}

body .form-control {
    border-color: #18181b;
    border-color: var(--zinc-900);
    min-height: 44px;
    padding-bottom: .25rem;
    padding-left: .75rem;
    padding-left: var(--input-ps, .75rem);
    padding-right: .75rem;
    padding-right: var(--input-pe, .75rem);
    padding-top: .25rem
}

body .form-control,
body .form-control:focus {
    background-color: #18181b;
    background-color: var(--zinc-900);
    color: #fff;
    color: var(--white)
}

body .form-control:focus {
    border-color: #252933;
    border-color: var(--zinc-700);
    box-shadow: none
}

body .form-control:disabled {
    background-color: #18181b;
    background-color: var(--zinc-900);
    cursor: not-allowed;
    opacity: .6
}

body .custom-input-group input.form-control {
    background: #151724;
    background: var(--Chinese-Black);
    border: 1px solid #2e334d;
    border: 1px solid var(--American-Purple);
    border-radius: 8px;
    border-radius: var(--sizes-size-2, 8px);
    color: #8fa7f4;
    color: var(--Jordy-Blue);
    height: 52px;
    padding: 8px
}

body .border-transparent {
    border-color: #0000 !important
}

body .text-gray-400 {
    color: var(--gray-400)
}

body button:disabled {
    cursor: not-allowed;
    opacity: .6;
    pointer-events: all !important
}

body .pointer-events-none {
    pointer-events: none
}

body .flex-1 {
    flex: 1 1 !important
}

@media(min-width:992px) {
    body .g-lg-40,
    body .gx-lg-40 {
        --bs-gutter-x: 2.5rem
    }
    body .mb-lg-20 {
        margin-bottom: 1.25rem !important
    }
}

@keyframes smooth-slide {
    0% {
        transform: scale(0) translateY(-100%)
    }
    to {
        transform: scale(1)
    }
}

@keyframes smooth-slide1 {
    0% {
        transform: translateY(-100%)
    }
}

@keyframes smooth-slide2 {
    0% {
        transform: scale(1) translateY(-100%)
    }
    to {
        transform: scale(0)
    }
}

@keyframes smooth-slide-x {
    0% {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@keyframes smooth-slide-x1 {
    0% {
        transform: translateX(-100%)
    }
}

@keyframes smooth-slide-x2 {
    0% {
        transform: translateX(-100%)
    }
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    display: none;
    transform: scale(.9)
}

input[type=number] {
    -webkit-appearance: textfield;
    appearance: textfield;
    -moz-appearance: textfield
}

select option {
    background: var(--bgPrimary);
    color: #fff;
    color: var(--white)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: red !important;
    box-shadow: none
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none
}

.gradient-btn,
.gradient-btn-full {
    align-items: center !important;
    background: conic-gradient(from 180deg at 50% 50%, #13978b 0deg, #096f51 1turn) !important;
    background: conic-gradient(from 180deg at 50% 50%, var(--Teal-Dark) 0deg, var(--Green-Deep) 1turn) !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #fff !important;
    color: var(--white) !important;
    display: flex !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 37px !important;
    justify-content: center !important;
    line-height: 21px !important;
    min-height: 37px !important
}

.gradient-btn-full {
    width: 100% !important
}

@media screen and (max-width:768.98px) {
    .Toastify__toast-container {
        left: auto !important;
        width: 50vw !important
    }
}

:root {
    --Button-Red-30: #ef44444d
}

input.custom-switch[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    background: var(--zinc-800);
    border-radius: 20px;
    box-shadow: inset 0 0 5px var(--zinc-800);
    height: 12px;
    outline: none;
    position: relative;
    transition: .7s;
    width: 30px
}

input.custom-switch[type=checkbox]:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAXCAYAAAAP6L+eAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAT6SURBVHgBjZXNbxNHGMafmf3wrr3ZrIkdGxyCU0JBrdQGUalqS6lRDz0SzlzKf1COqJUQJw49VP0L4NL2UKlwqXqigDhUPUBM1VJB+XAhITjEsbP+2s+ZvrtOgtoSwcojjeyd3zzzvM+8ZniFRy44juc5DowyDBgddvBq52Vr2HY/tL9HTTPVY4qhzCtmpsqzeTCjBKlOg6mlutR21MMwe9acOd14JfDyeVQzGfYV1/l8LDg8lyHyGaQQUDIcmq1Cd3bCqByCtuMAAfIXwkDSBqca24JXzmNO0fhFIVi1syTg9wAtCwhDA4oFcJWBD9YxlhNgCs0NG+NvHAXPvtMQYnhcn/q8/j9wAuWcX/HW4bSXJUEARaeRYRg75KD0FsFljOZdBWKpD91U0nWxFyE7fZhOcLgjI/eoPvNlCuebx+cKvzhcg7O2OIImIxC0cGoX9AJBwiYQrcIqeGCv7UVHWAgCSco5uneuYdD40eFwL8qFeWcLrGn8DEJZbT8lKKlkdA4/BsbeL2H/xz3ki8+27MrZ6yhXbmHvB0CHK4hCsoUscv9cQOTWqzBbZ1Ir2t+hSriH7XvAYEgzZaSW7eHY/wntK0OIAGjdBXotwC7TqJAYC7h3ncMIDChU2GgYk3oNlfd2gYWreZUbfF70aZErUj8ZsZLCZCfi1NPkeXCNfu8YsPMKVh4Ai7d8lPdF6C8z5AoSglTHoYS/6iHoriGji8+4bvFjvksqNZZakIATxetPnqfFrGYwTg7atoLJSRU7q1msNAxYlgYZjaCC/AZ9eotDggQfccVgc35/BEyhpJZOBH+F0+4jcOV1+m5fBe0oB7eXVFRicoIjm6EoRiOoILgUEsPVOMn8HFd05kQBnqvVkOZ1bFzB3Z8YQsoypIfp6j3sq3EU390NN7cT7oAuzQY0URwn84jC048hYunwxE+Cb1jARoNssSyGDEn67QeVPGboPZGIOkuwjNuYnXuMqaMlrPsKYspkolaEpD4pi09zGgRWGmqWb3mbQFO/VY5xm2P3rEGZtPDoZjbdpHWbTiCGMDMPUZiLEVCS4mCkVkZIRUZD1Ilo1nOTRurtCJpswBGqKoJ8EQOf8mxxTJapaHsMNJf4RkklVOmjP0AKTdQmfpsWncyTf3Oh5q9Z02Wo1GCU1AqeBl6vhJg62EXpyCxcswKXFxEUp7G35mylpUXRY/GGWiqclIzyzRD7uMTkQs0RVu5h+/e6M2g+A6UEUBUM9CFmD8uNjmLQGXMkiSop/PSrJKI3v2Ww403FEvkCx9hu2dhxQs7wpGnHaums/eYR6OMZUqxAJZ+GTR0PLjN0Fyldvkd9opVCSQ2WbgA3vqHihonSxBWaU1Myi/RuzL7+V3cLH52+IgZ3ar3712mxn8avR5BuK4Rd9LBnQ33zD+CvnzkmjKRoSXsjqG1gokybMlGfPCkPJu+pm+AozpzUrENX7AN6tf/4F0S9LsbUGDldxdOmgvuXozQ57gqQN2WaAK7pyBRMOPkuIiEawpPHX9joh8vnqmrMzovQrcW9X6lbNRB0eghcD/2OR9UmJSJJjQlu0pW2Q/BonS5IdJUu7/GZk+i8ELz5BIvnPuWIzkjRqsrBfcplE8IbUpFCWuBBYQMCurRp2An68anCCVz4L2PbP9PU98df1Oi6zbO4/TaL16pMUAHDlUbsdW5FvnfJ/NC7ut3afwBZRUjK6vtyjgAAAABJRU5ErkJggg==) no-repeat;
    background-size: contain;
    border-radius: 20px;
    box-shadow: 4px 0 5px 0 var(--Black-29);
    content: "";
    cursor: pointer;
    height: 21px;
    left: 0;
    position: absolute;
    top: -.225rem;
    transform: scale(1.1);
    transition: .5s;
    width: 21px
}

input.custom-switch:checked[type=checkbox] {
    background: var(--primary)
}

input.custom-switch:checked[type=checkbox]:before {
    background: url(data:image/png;base64,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) no-repeat;
    background-size: contain;
    box-shadow: -4px 0 5px 0 var(--Black-29);
    left: 12px
}

input.custom-switch.secondary-switch[type=checkbox]:before {
    background: var(--white);
    border-radius: 50em;
    height: 18px;
    top: -.185rem;
    width: 18px
}

input.custom-switch.secondary-switch:checked[type=checkbox] {
    background: var(--zinc-800)
}

input.custom-switch.secondary-switch:checked[type=checkbox]:before {
    background: var(--orange-400)
}

input.custom-switch.primary-outline-switch[type=checkbox] {
    background: #0000;
    border: 1px solid var(--white);
    box-shadow: none;
    height: 20px;
    width: 36px
}

input.custom-switch.primary-outline-switch[type=checkbox]:before {
    background: var(--white);
    border-radius: 50em;
    box-shadow: none;
    height: 14px;
    left: 2px;
    top: 2px;
    transform: scale(1);
    width: 14px
}

input.custom-switch.primary-outline-switch:checked[type=checkbox] {
    background: var(--zinc-800)
}

input.custom-switch.primary-outline-switch:checked[type=checkbox]:before {
    background: var(--yellow-600);
    left: 17px
}

.image-wrapper {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.image-wrapper .image-skeleton {
    align-items: center;
    background-color: var(--zinc-650);
    border-radius: 4px;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.image-wrapper .image-skeleton .skeleton-placeholder {
    animation: skeleton-loading 1.5s ease-in-out infinite;
    background: linear-gradient(90deg, var(--zinc-650) 25%, var(--zinc-800) 50%, var(--zinc-650) 75%);
    background-size: 200% 100%;
    height: 100%;
    width: 100%
}

.image-wrapper img {
    display: block;
    position: relative;
    z-index: 2
}

.image-wrapper .image-loading {
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.image-wrapper .image-loaded {
    opacity: 1;
    transition: opacity .3s ease-in-out
}

.image-wrapper .image-error {
    align-items: center;
    background-color: var(--zinc-850);
    border-radius: 4px;
    color: var(--Grey-Text);
    display: flex;
    font-size: 12px;
    justify-content: center;
    padding: 10px;
    text-align: center
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0
    }
    to {
        background-position: -200% 0
    }
}

.modal {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: var(--black-30)
}

.modal.plinkoModal .modal-content {
    margin: 0 auto;
    max-width: 440px
}

.modal.plinkoModal .modal-content .heading {
    color: var(--white-100);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: center
}

.modal.plinkoModal .modal-content .modal-body {
    padding: 12px 24px 24px
}

.modal.plinkoModal .modal-content .detail-section {
    background: var(--Tab-BG);
    border-radius: 4px;
    border-radius: var(--XS, 4px);
    padding: 12px 16px
}

.modal.plinkoModal .modal-content .detail-section div.parent {
    width: 33.3333333333%
}

.modal.plinkoModal .modal-content .detail-section div.parent:nth-child(2) {
    border-left: 1px solid var(--White-23);
    border-right: 1px solid var(--White-23);
    padding-left: 15px
}

.modal.plinkoModal .modal-content .detail-section div.parent:nth-child(3) {
    padding-left: 15px
}

.modal.plinkoModal .modal-content .detail-section p {
    color: var(--white);
    color: var(--Mono-Secondary, var(--white));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.modal.plinkoModal .modal-content .multiply {
    border: 1px solid var(--Russian-Violet);
    border-radius: 4px;
    border-radius: var(--XS, 4px)
}

.modal.plinkoModal .modal-content .multiply p {
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 var(--Black-29);
    color: var(--white-100);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: .2rem 1rem;
    position: relative
}

.modal.plinkoModal .modal-content .rowsSection {
    align-items: flex-start;
    align-self: stretch;
    background: var(--zinc-900);
    background: var(--Mono-Primary-90, var(--zinc-900));
    border-radius: 4px;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 12px 16px
}

.modal.plinkoModal .modal-content .play-plinko {
    background: var(--Russian-Violet2);
    border: 1px solid var(--Russian-Violet2);
    border-radius: var(--bs-border-radius-pill) !important;
    color: var(--white);
    font-size: .875rem;
    font-weight: 500;
    margin: 10px auto;
    max-width: 100%;
    min-height: 44px;
    width: 50%
}

.modal.plinkoModal .modal-content .play-plinko:hover {
    background: var(--American-Violet)
}

.modal.plinkoModal .modal-content .play-plinko:active {
    transform: .9
}

.modal.plinkoModal .modal-content .provably-fair {
    align-items: flex-start;
    background-color: #0000;
    border: 1px solid --Game-Base-Green;
    border: 1px solid var(--Primary-40, --Game-Base-Green);
    border-radius: 4px;
    color: var(--white-100);
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    line-height: 150%;
    padding: 8px 24px;
    text-align: center
}

.modal.plinkoModal .modal-content .transactionBtn {
    color: var(--white-100);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.modal.plinkoModal .modal-content .userIcon {
    border-radius: 50%;
    height: 20px;
    margin: 0 8px;
    width: 20px
}

.modal.plinkoModal .modal-content .placed-by {
    color: var(--white);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center
}

.modal.plinkoModal .modal-content .placed-by span {
    color: var(--white-100)
}

.modal .modal-dialog .modal-content {
    background-color: var(--Mono-Primary-95);
    border: 1px solid var(--White-03);
    border-radius: .937rem;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 440px
}

.modal .modal-dialog .modal-content .modal-body {
    background-color: var(--American-Purple);
    border-radius: 8px;
    position: relative
}

.modal .modal-dialog .modal-content .modal-body .btn-close-modal {
    position: absolute;
    right: 1rem;
    top: 1rem
}

.modal.vessel-modal-bg .modal-dialog {
    max-width: 900px
}

.modal.vessel-modal-bg .modal-dialog .modal-content {
    background-image: url(/static/media/vessel-modal-bg.08eafdaf0cd9fd7f50bb.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.modal .btn-sidebar-modal {
    color: var(--white)
}

.historySection .historyHeading {
    padding: 12px 1rem
}

.historySection .historyHeading p {
    color: var(--Blueberry);
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.historySection .historyDetail ul li {
    border-radius: 5px;
    padding: 1rem
}

.historySection .historyDetail ul li span {
    color: var(--Jordy-Blue);
    font-size: 12px;
    font-weight: 600
}

.historySection .historyDetail ul li:nth-child(odd) {
    background: var(--Raisin-Black)
}

.pagination-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 2rem
}

.pagination-buttons button {
    background-color: #0000;
    border: 0;
    color: var(--Blueberry);
    font-size: 14px;
    font-weight: 400
}

.pagination-buttons button:disabled {
    color: var(--American-Violet)
}

.how-to-play-modal .modal-dialog {
    max-width: 900px
}

.how-to-play-modal .modal-dialog .modal-body {
    padding: 0 3.75rem;
    position: relative
}

.how-to-play-modal .modal-dialog .modal-body:after {
    background: var(--sliderOverlayGradient180deg);
    border-radius: 0 0 .8rem .8rem;
    bottom: 0;
    content: "";
    height: 20%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0
}

.how-to-play-modal .modal-dialog .modal-body .how-to-play-title h5 {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 3.125rem
}

.how-to-play-modal .modal-dialog .modal-body .how-to-play-title p {
    margin-bottom: 2.5rem
}

.how-to-play-modal .modal-dialog .modal-body .how-to-play-content-body {
    height: calc(100vh - 400px);
    min-height: 100px;
    overflow: auto
}

@media only screen and (max-width:768px) {
    .how-to-play-modal .modal-dialog .modal-body .how-to-play-content-body {
        height: calc(100vh - 200px)
    }
}

.how-to-play-modal .modal-dialog .modal-body .how-to-play-content-body::-webkit-scrollbar {
    width: 0
}

.how-to-play-modal .modal-dialog .modal-body .how-to-play-content-body .game-content-box .game-content-items {
    background-color: var(--gameContentBg);
    border-radius: .938rem;
    font-weight: 400;
    padding: 1.5rem
}

.how-to-play-modal .modal-dialog .modal-body .how-to-play-content-body .game-content-box .game-content-items:not(:last-child) {
    margin-bottom: 1rem
}

.how-to-play-modal .modal-dialog .modal-body .how-to-play-content-body .game-content-box .game-content-items ul {
    margin: 0
}

.how-to-play-modal .modal-dialog .modal-body .how-to-play-content-body .game-content-box .game-content-items ul li:not(:last-child) {
    margin-bottom: 1rem
}

:root {
    --Header-Shadow: #b519ff4d
}

@media screen and (max-width:767px) {
    header {
        background-color: var(--bgPrimary);
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1002
    }
}

header nav {
    padding: 1.125rem 0 !important
}

@media screen and (max-width:767px) {
    header nav {
        padding: .25rem 0 !important
    }
}

header nav .navbar-brand {
    cursor: pointer
}

header nav .navbar-brand img {
    filter: drop-shadow(0 0 10px rgba(181, 25, 255, .3));
    filter: drop-shadow(0 0 10px var(--Header-Shadow))
}

@media screen and (max-width:767px) {
    header nav .navbar-brand img {
        max-width: 110px
    }
}

header nav .navbar-wallet-btn {
    min-width: 204px
}

@media screen and (max-width:767px) {
    header nav .navbar-wallet-btn {
        min-width: 0;
        min-width: auto;
        width: 100%
    }
}

header nav .btn {
    min-height: 42px
}

header nav .setting-dropdown .dropdown-menu {
    background-color: var(--dropdownMenuBg);
    border-radius: 1rem;
    min-width: 280px;
    outline: 2px solid var(--purpleColor-3);
    outline-offset: -2px;
    padding: 1rem;
    z-index: 1002
}

header nav .setting-dropdown .dropdown-menu.show {
    animation: slidein .5s ease-in
}

@media screen and (max-width:767px) {
    header nav .setting-dropdown .dropdown-menu.show {
        animation: none;
        left: 0;
        margin: auto;
        max-width: 310px;
        position: fixed;
        right: 0;
        top: 50px
    }
}

header nav .setting-dropdown .dropdown-menu .switch-settings {
    background-color: var(--bgPrimary);
    border-radius: .625rem;
    list-style: none;
    padding: 0 1rem
}

header nav .setting-dropdown .dropdown-menu .switch-settings li {
    padding: 0 !important
}

header nav .setting-dropdown .dropdown-menu .switch-settings li:last-child .dropdown-item {
    border-bottom: 0
}

header nav .setting-dropdown .dropdown-menu li:not(:last-child) .dropdown-item {
    border-bottom: 1px solid var(--purpleExDark)
}

header nav .setting-dropdown .dropdown-menu li .dropdown-item {
    color: var(--white);
    font-weight: 500;
    padding: .75rem 0
}

header nav .setting-dropdown .dropdown-menu li .dropdown-item:focus,
header nav .setting-dropdown .dropdown-menu li .dropdown-item:hover,
header nav .setting-dropdown .dropdown-menu li .dropdown-item:visited {
    background-color: #0000;
    color: var(--secondary);
    outline: 0
}

header nav .setting-dropdown .dropdown-menu li .dropdown-item:focus svg,
header nav .setting-dropdown .dropdown-menu li .dropdown-item:hover svg,
header nav .setting-dropdown .dropdown-menu li .dropdown-item:visited svg {
    stroke: var(--secondary) !important
}

header nav .setting-dropdown .dropdown-menu li:not(:first-child) {
    padding: 0 .8rem
}

@media screen and (min-width:767px) {
    header nav .setting-dropdown [aria-expanded=false]+.dropdown-menu {
        animation: slideout .5s ease-out
    }
}

header nav .setting-dropdown .setting-user-icon {
    align-items: center;
    background-color: var(--userIconBg);
    border-radius: 50em;
    color: var(--white);
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    height: 3rem;
    justify-content: center;
    width: 3rem
}

header nav .setting-dropdown .btn-close-modal {
    margin-right: -6px;
    margin-top: -12px
}

@media screen and (max-width:767px) {
    header nav .navbar-nav .nav-item:first-child {
        max-width: 167px;
        min-width: 100px;
        width: 100%
    }
}

@media screen and (max-width:767px) {
    body:has(.setting-dropdown .dropdown-menu.show) #root:after,
    body:has(.setting-dropdown .dropdown-menu.show) header:after {
        background-color: var(--black-8);
        content: "";
        inset: 0;
        position: fixed;
        z-index: 888
    }
    body:has(.setting-dropdown .dropdown-menu.show) header:after {
        bottom: auto;
        height: 66px
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideout {
    0% {
        display: block;
        opacity: 1;
        transform: translateX(-80%)
    }
    70% {
        display: none;
        opacity: 0;
        transform: translateX(20%)
    }
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: #ffffffb3;
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error)
}

.Toastify__toast-container {
    box-sizing: border-box;
    color: #fff;
    padding: 4px;
    position: fixed;
    -webkit-transform: translate3d(0, 0, 9999 px);
    -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
    width: 320px;
    width: var(--toastify-toast-width);
    z-index: 9999;
    z-index: var(--toastify-z-index)
}

.Toastify__toast-container--top-left {
    left: 1em;
    top: 1em
}

.Toastify__toast-container--top-center {
    left: 50%;
    top: 1em;
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    right: 1em;
    top: 1em
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}

@media only screen and (max-width:480px) {
    .Toastify__toast-container {
        left: 0;
        margin: 0;
        padding: 0;
        width: 100vw
    }
    .Toastify__toast-container--top-center,
    .Toastify__toast-container--top-left,
    .Toastify__toast-container--top-right {
        top: 0;
        transform: translateX(0)
    }
    .Toastify__toast-container--bottom-center,
    .Toastify__toast-container--bottom-left,
    .Toastify__toast-container--bottom-right {
        bottom: 0;
        transform: translateX(0)
    }
    .Toastify__toast-container--rtl {
        left: auto;
        right: 0
    }
}

.Toastify__toast {
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 #0000001a, 0 2px 15px 0 #0000000d;
    box-sizing: border-box;
    cursor: default;
    direction: ltr;
    display: flex;
    font-family: sans-serif;
    font-family: var(--toastify-font-family);
    justify-content: space-between;
    margin-bottom: 1rem;
    max-height: 800px;
    max-height: var(--toastify-toast-max-height);
    min-height: 64px;
    min-height: var(--toastify-toast-min-height);
    overflow: hidden;
    padding: 8px;
    position: relative;
    z-index: 0
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast--close-on-click {
    cursor: pointer
}

.Toastify__toast-body {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    margin: auto 0;
    padding: 6px
}

.Toastify__toast-body>div:last-child {
    flex: 1 1;
    word-break: break-word
}

.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    display: flex;
    flex-shrink: 0;
    margin-inline-end: 10px;
    width: 20px
}

.Toastify--animate {
    animation-duration: .7s;
    animation-fill-mode: both
}

.Toastify--animate-icon {
    animation-duration: .3s;
    animation-fill-mode: both
}

@media only screen and (max-width:480px) {
    .Toastify__toast {
        border-radius: 0;
        margin-bottom: 0
    }
}

.Toastify__toast-theme--dark {
    background: #121212;
    background: var(--toastify-color-dark);
    color: #fff;
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
    background: #fff;
    background: var(--toastify-color-light);
    color: #757575;
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    background: #3498db;
    background: var(--toastify-color-info);
    color: #fff;
    color: var(--toastify-text-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    background: #07bc0c;
    background: var(--toastify-color-success);
    color: #fff;
    color: var(--toastify-text-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    background: #f1c40f;
    background: var(--toastify-color-warning);
    color: #fff;
    color: var(--toastify-text-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    background: #e74c3c;
    background: var(--toastify-color-error);
    color: #fff;
    color: var(--toastify-text-color-error)
}

.Toastify__progress-bar-theme--light {
    background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: #bb86fc;
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: #3498db;
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: #07bc0c;
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: #f1c40f;
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: #e74c3c;
    background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: #ffffffb3;
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    align-self: flex-start;
    background: #0000;
    border: none;
    color: #fff;
    cursor: pointer;
    opacity: .7;
    outline: none;
    padding: 0;
    transition: .3s ease
}

.Toastify__close-button--light {
    color: #000;
    opacity: .3
}

.Toastify__close-button>svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus,
.Toastify__close-button:hover {
    opacity: 1
}

@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1)
    }
    to {
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    bottom: 0;
    height: 5px;
    left: 0;
    opacity: .7;
    position: absolute;
    transform-origin: left;
    width: 100%;
    z-index: 9999;
    z-index: var(--toastify-z-index)
}

.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: transform .2s
}

.Toastify__progress-bar--rtl {
    left: auto;
    right: 0;
    transform-origin: right
}

.Toastify__spinner {
    animation: Toastify__spin .65s linear infinite;
    border: 2px solid #e0e0e0;
    border-color: var(--toastify-spinner-color-empty-area);
    border-radius: 100%;
    border-right-color: #616161;
    border-right-color: var(--toastify-spinner-color);
    box-sizing: border-box;
    height: 20px;
    width: 20px
}

@keyframes Toastify__bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes Toastify__bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes Toastify__bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes Toastify__bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut
}

@keyframes Toastify__flipIn {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

.Toastify__flip-enter {
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    animation-name: Toastify__flipOut
}

@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(110%, 0, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(-110%, 0, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(0, 500px, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(0, -500px, 0);
        visibility: hidden
    }
}

.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
    animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
    animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown
}

@keyframes Toastify__spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

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