#modal-portal>.modal-wrapper {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99
}

#toast-container {
    z-index: 999 !important;
}

#modal-portal>.modal-wrapper.fullscreen .right-close {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .2)
}

@media screen and (max-width:480px) {
    #modal-portal>.modal-wrapper.fullscreen>.modal {
        border-radius: 0;
        max-height: 100%
    }
}

#modal-portal>.modal-wrapper.animate-in canvas,
#modal-portal>.modal-wrapper.animate-in>.modal,
#modal-portal>.modal-wrapper.animate-in>.modal-mask {
    opacity: 1
}

#modal-portal>.modal-wrapper.animate-in>.modal {
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media screen and (max-width:780px) {
    #modal-portal>.modal-wrapper.animate-in>.modal {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    #modal-portal>.modal-wrapper>.modal {
        margin: unset !important;
    }
}

#modal-portal>.modal-wrapper.animate-out canvas,
#modal-portal>.modal-wrapper.animate-out>.modal,
#modal-portal>.modal-wrapper.animate-out>.modal-mask {
    opacity: 0
}

#modal-portal>.modal-wrapper.animate-out>.modal {
    -webkit-transform: scale(.94);
    transform: scale(.94)
}

@media screen and (max-width:780px) {
    #modal-portal>.modal-wrapper.animate-out>.modal {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

#modal-portal>.modal-wrapper canvas {
    transition: opacity 275ms
}

#modal-portal>.modal-wrapper>.modal-mask {
    background: rgba(20, 23, 30, .9);
    height: 100vh;
    position: absolute;
    transition: opacity .12s ease-out;
    width: 100%;
    z-index: -1
}

#modal-portal>.modal-wrapper>.modal {
    background: #030711;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    margin: auto;
    max-height: 90%;
    max-width: 90%;
    opacity: 0;
    overflow-y: auto;
    position: relative;
    -webkit-transform: scale(.94);
    transform: scale(.94);
    transition: opacity .12s ease-out, -webkit-transform .12s ease-out;
    transition: opacity .12s ease-out, transform .12s ease-out;
    transition: opacity .12s ease-out, transform .12s ease-out, -webkit-transform .12s ease-out;
    width: -webkit-max-content;
    width: max-content;
    will-change: opacity, transform;
    z-index: 10
}

#modal-portal>.modal-wrapper>.modal.overflow {
    overflow-y: visible;
    overflow-y: initial
}

#modal-portal>.modal-wrapper>.modal>div {
    max-height: 100%
}

@media screen and (max-width:780px) {
    #modal-portal>.modal-wrapper>.modal {
        border-radius: 16px;
        margin-bottom: 0;
        right: auto;
        top: auto;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        width: 100%
    }

    #modal-portal>.modal-wrapper>.modal>div {
        width: 100%
    }
}

#modal-portal .right-close {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: background-color 275ms, border 275ms;
    width: 30px !important;
    z-index: 13
}

@media screen and (max-width:780px) {
    #modal-portal .right-close {
        border-radius: 8px
    }
}

#modal-portal .right-close.scrolled {
    border: 1px solid #4c5467
}

#modal-portal .right-close:hover {
    background-color: #252b38;
    cursor: pointer
}

.modal-login {
    color: #8e8e99;
    display: flex;
    height: 478px;
    padding: 0;
    position: relative;
    width: 758px
}

@media(max-width:780px) {
    .modal-login {
        height: auto
    }
}

@media(max-width:600px) {
    .modal-login {
        width: 500px
    }
}

.modal-login>.illustration {
    align-items: center;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-end;
    max-width: 326px;
    padding: 24px;
    width: 100%
}

.modal-login>.illustration p {
    color: #98a1b3;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

@media(max-width:600px) {
    .modal-login>.illustration {
        display: none
    }
}

.modal-login .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    width: 100%
}

.modal-login .content .title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 900
}

.modal-login .content form {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-items: center;
    width: 100%
}

.modal-login .content form .button {
    background-color: var(--primary-color);
    border-radius: 8px;
    color: #010b16;
    font-weight: 700;
    height: 44px;
    transition: 275ms;
    width: 100%
}

.modal-login .content form .button:hover {
    background-color: var(--primary-color)
}

.modal-login .content form .reset {
    text-align: center
}

.modal-login .content form .reset strong {
    color: #b6bcc9
}

.modal-login .content form .stacked {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column-reverse;
    gap: 10px;
    position: relative;
    transition: all .6s cubic-bezier(.47, 1.5, .41, .8);
    width: 100%
}

.modal-login .content form .stacked.hide {
    max-height: 0;
    opacity: 0
}

.modal-login .content form .stacked .input-content-grid {
    grid-gap: .5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    order: 1;
    width: 100%
}

.modal-login .content form .stacked .on-top {
    order: 1
}

.modal-login .content form .stacked input {
    padding: 12px 16px;
    width: 100%
}

.modal-login .content form .stacked .input-content {
    display: flex;
    flex-grow: 1;
    gap: 8px;
    position: relative;
    width: 100%
}

.modal-login .content form .stacked .input-content .view-password {
    align-items: center;
    border-radius: 4px;
    color: #292f3d;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    padding: 1em;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    transition: all .2s ease;
    -webkit-user-select: none;
    user-select: none
}

.modal-login .content form .stacked .input-content .view-password span {
    align-items: center;
    display: flex;
    justify-content: center
}

.modal-login .content form .stacked .input-content .view-password span svg {
    height: 20px
}

.modal-login .content form .stacked .input-content .view-password:active span {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.modal-login .content form .stacked .input-content .view-password:hover {
    background-color: rgba(61, 85, 100, .4);
    color: #d5dceb
}

.modal-login .content form .stacked .label-content {
    align-items: center;
    color: #b6bcc9;
    display: inline-flex;
    font-weight: 500;
    justify-content: space-between;
    letter-spacing: 0;
    transition: 275ms
}

.modal-login .content form .tc-wrapper-password {
    color: #b6bcc9;
    font-weight: 500;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.modal-login .content form .tc-wrapper-password span {
    cursor: pointer;
    transition: 275ms
}

.modal-login .content form .tc-wrapper-password span:hover {
    color: #98a1b3
}

.modal-login .content form .tc-wrapper {
    color: #b1bad3;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    position: relative
}

.modal-login .content form .tc-wrapper .hover:hover {
    color: #fff
}

.modal-login .content form .tc-wrapper .hover {
    font-weight: 600;
    margin-left: .15rem;
    transition: all .2s ease
}

.modal-login .content .o-auth-wrap {
    align-items: center;
    color: #4c5467;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
    margin: auto 0 0
}

.modal-login .content .o-auth-wrap span {
    margin: 0 8px
}

.modal-login .content .o-auth-wrap:after,
.modal-login .content .o-auth-wrap:before {
    background: #292f3d;
    content: "";
    flex-grow: 1;
    height: 1px;
    width: 100%
}

.modal-login .content .oauth {
    grid-gap: 16px;
    display: grid;
    gap: 16px;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    width: 100%
}

.modal-login .content .oauth button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background-color: #2c3342;
    border: none;
    border-radius: 8px;
    color: #d5dceb;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 600;
    height: 44px;
    justify-content: center;
    line-height: 1.5;
    margin: 0;
    position: relative;
    touch-action: manipulation;
    transition: all 275ms;
    width: 100%
}

.modal-login .content .oauth button:hover {
    background-color: #303747;
    color: #fff
}

.modal-login .content .register {
    align-items: center;
    color: #98a1b3;
    display: inline;
    justify-content: center;
    text-align: center
}

.modal-login .content .register .green {
    color: var(--primary-color);
    cursor: pointer;
    transition: 275ms
}

.modal-login .content .register .green:hover {
    color: var(--primary-color)
}

.modal-login .content .hide-animation {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    transition: all .6s cubic-bezier(.47, 1.5, .41, .8)
}

.modal-login .content .hide-animation.hide {
    max-height: 0;
    opacity: 0
}

.loading {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.loading .spinner-loading-animation {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

.loading .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.4s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

.modal-deposit {
    padding: 24px 24px 0;
    width: 400px;
}

@media screen and (max-width:400px) {
    .modal-deposit {
        padding: 24px 24px 0;
        width: 350px !important
    }
}


@media screen and (min-width:780px) {

    .modal-deposit.info-page,
    .modal-deposit.qrcode-page {
        max-width: 470px
    }
}

.modal-deposit .info-page,
.modal-deposit .qrcode-page {
    -webkit-animation: fadeIn2 .2s ease;
    animation: fadeIn2 .2s ease
}

.modal-deposit .title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 900;
    line-height: 100%
}

.modal-deposit .title svg {
    margin-right: 8px
}

.modal-deposit .title.plus {
    color: var(--primary-color);
    font-size: 34px;
    font-weight: 500
}

.modal-deposit .title span {
    color: hsla(0, 0%, 100%, .2);
    font-weight: 700
}

.modal-deposit .pix-top {
    align-items: center;
    background-color: #2c3342;
    border-radius: 8px;
    display: flex;
    height: 93px;
    justify-content: space-between;
    margin-top: 16px;
    padding-right: 24px;
    width: 100%
}

.modal-deposit .pix-top .price {
    background: #fff;
    border-radius: 8px;
    color: #010b16;
    font-weight: 700;
    height: 40px;
    width: 81px
}

.modal-deposit .pix-top .price,
.modal-deposit .qrcode {
    align-items: center;
    display: flex;
    justify-content: center
}

.modal-deposit .qrcode {
    aspect-ratio: 1/1;
    margin: 35px auto;
    position: relative;
    width: 175px
}

.modal-deposit .qrcode .qr-code-image {
    aspect-ratio: 1/1;
    border-radius: 6px;
    height: 100%;
    width: 100%
}

.modal-deposit .bonus-d {
    margin-top: 10px
}

.modal-deposit .bonus-d span {
    color: var(--primary-color)
}

.modal-deposit .pix-code-input {
    cursor: pointer;
    margin-bottom: 16px;
    width: 100%
}

.modal-deposit .instructions {
    color: #b6bcc9;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.modal-deposit .inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px
}

.modal-deposit .inputs .formatted-input {
    margin-bottom: 6px
}

.modal-deposit .inputs input {
    width: 100%
}

.modal-deposit .inputs .label-main {
    color: #fff;
    font-weight: 700
}

.modal-deposit .inputs .label {
    color: #b6bcc9;
    font-weight: 500
}

.modal-deposit .inputs .rows {
    display: flex;
    gap: 16px;
    margin-bottom: 6px
}

.modal-deposit .inputs .rows .button {
    align-items: center;
    background-color: #182135;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    transition: 275ms;
    width: 100%
}

.modal-deposit .inputs .rows .button span {
    color: var(--primary-color)
}

.modal-deposit .inputs .rows .button:hover {
    background-color: #303747
}

.modal-deposit .inputs .rows .button.active {
    background-color: var(--primary-color);
    color: #010b16
}

.modal-deposit .inputs .rows .button.active span {
    color: #010b16
}

.modal-deposit .bottom {
    background: #030711;
    border-top: 1px solid #252b38;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 24px;
    padding: 24px
}

.modal-deposit .bottom.no-top {
    margin-top: 24px
}

.modal-deposit .bottom .row {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center
}

.modal-deposit .bottom .row .button {
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 8px;
    color: #010b16;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    transition: 275ms;
    width: 100%
}

.modal-deposit .bottom .row .button:hover {
    background-color: var(--primary-color)
}

.modal-deposit .bottom .row .button .animation {
    align-items: center;
    display: flex;
    justify-content: center
}

.modal-deposit .bottom .row .button .animation svg {
    margin-right: 3px;
    width: 18px
}

.modal-deposit .bottom .row .button.notMax {
    width: auto
}

.modal-deposit .bottom .row .button.third {
    width: 45%
}

.modal-deposit .bottom .row .button.gray {
    background-color: #414858;
    box-shadow: none;
    color: #fff;
    height: 44px;
    transition: all .2s ease
}

.modal-deposit .bottom .row .button.gray:hover {
    background-color: #4c5467
}

.modal-pix {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    position: relative;
    width: 560px
}

.modal-pix .content {
    height: 100%;
    max-height: calc(100vh - 185px);
    overflow-y: auto;
    padding: 24px
}

.modal-pix .content .title {
    color: #fff;
    display: flex;
    gap: 8px
}

.modal-pix .content .title h2 {
    font-size: 20px
}

.modal-pix .content .confirmation {
    margin: 32px 0 16px
}

.modal-pix .content .confirmation h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 18px
}

.modal-pix .content .confirmation h2 span {
    color: var(--primary-color)
}

.modal-pix .content .confirmation p {
    margin-top: 12px
}

.modal-pix .content .cashout-items {
    margin-top: 16px
}

.modal-pix .content .cashout-items .top {
    color: #b6bcc9;
    display: flex;
    font-size: 14px;
    justify-content: space-between
}

.modal-pix .content .cashout-items .top .return {
    align-items: center;
    cursor: pointer;
    display: flex
}

.modal-pix .content .cashout-items .top .return:hover,
.modal-pix .content .cashout-items .top .return:hover>svg {
    color: #fff
}

.modal-pix .content .cashout-items .top .return h4 {
    transition: color 275ms
}

.modal-pix .content .cashout-items .top .return svg {
    color: #000512;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: color 275ms
}

.modal-pix .content .cashout-items .top>h4 {
    color: #fff
}

.modal-pix .content .cashout-items .top>h4 span {
    color: var(--primary-color)
}

.modal-pix .content .cashout-items .items-grid {
    grid-gap: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 12px
}

.modal-pix .content .cashout-items .items-grid .item {
    background: #292f3d;
    border-radius: 8px;
    display: flex;
    padding: 12px;
    width: 100%
}

.modal-pix .content .cashout-items .items-grid .item img {
    aspect-ratio: 1/1;
    margin: auto;
    object-fit: contain;
    object-position: center;
    width: 100%
}

.modal-pix .content .cashout-items .show-more {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 20px
}

.modal-pix .content .cashout-items .show-more p {
    color: #98a1b3
}

.modal-pix .content .cashout-items .show-more p strong {
    color: #b6bcc9
}

.modal-pix .content .cashout-items .show-more button {
    background-color: #2c3342;
    border-radius: 8px;
    color: #b6bcc9;
    padding: 4px 16px;
    transition: background-color 275ms ease, color 275ms ease
}

.modal-pix .content .cashout-items .show-more button:hover {
    background-color: #414858;
    color: #fff
}

.modal-pix .content .divider {
    background: #252b38;
    height: 1px;
    margin: 24px 0;
    width: 100%
}

.modal-pix .content .card-details h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.modal-pix .content .card-details .input-wrapper {
    position: relative;
    width: 100%
}

.modal-pix .content .card-details .input-wrapper.icon>.visible,
.modal-pix .content .card-details .input-wrapper.icon>svg {
    bottom: 0;
    left: 16px;
    margin: auto 0;
    position: absolute;
    top: 0;
    transition: color 275ms
}

.modal-pix .content .card-details .input-wrapper.icon .visible {
    align-items: center;
    color: #4c5467;
    cursor: pointer;
    display: flex;
    height: -webkit-max-content;
    height: max-content;
    left: auto;
    padding: 8px;
    right: 8px
}

.modal-pix .content .card-details .input-wrapper.icon .visible:hover {
    color: #6c7893
}

.modal-pix .content .card-details .input-wrapper.icon>input {
    padding-left: 38px
}

.modal-pix .content .card-details .input-wrapper.empty>input {
    background: transparent
}

.modal-pix .content .card-details .input-wrapper input {
    width: 100%
}

.modal-pix .content .card-details .row {
    display: flex;
    gap: 12px;
    margin-top: 12px
}

.modal-pix .content .spacer {
    display: block;
    height: 24px;
    width: 100%
}

.modal-pix .next-step {
    background: #222733;
    border-top: 1px solid #252b38;
    color: #010b16;
    padding: 24px;
    width: 100%
}

.modal-pix .next-step .slider {
    display: none !important
}

@media screen and (max-width:480px) {
    .modal-pix .next-step .slider {
        align-items: center;
        background-color: #010b16;
        border-radius: 77px;
        color: #fff;
        display: flex !important;
        height: 56px;
        justify-content: center;
        padding: 4px;
        position: relative;
        width: 100%
    }

    .modal-pix .next-step .slider p {
        -webkit-text-fill-color: transparent;
        -webkit-animation: shine 6s linear infinite;
        animation: shine 6s linear infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        background: linear-gradient(90deg, rgba(123, 134, 157, .247) 0, #000512 30%, rgba(123, 134, 157, .247) 60%);
        background-clip: text;
        -webkit-background-clip: text;
        background-position: 0;
        background-size: 200%;
        font-size: 16px
    }

    .modal-pix .next-step .slider svg {
        -webkit-animation: fadeIn .5s ease .8s normal forwards;
        animation: fadeIn .5s ease .8s normal forwards;
        bottom: 0;
        color: #fff;
        left: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10
    }

    @-webkit-keyframes fadeIn {
        to {
            opacity: 1
        }
    }

    @keyframes fadeIn {
        to {
            opacity: 1
        }
    }

    .modal-pix .next-step .slider .drag-circle {
        background: var(--primary-color);
        border-radius: 48px;
        height: 48px;
        left: 4px;
        position: absolute;
        width: 48px
    }

    .modal-pix .next-step .slider .drag-circle.complete {
        pointer-events: none
    }

    .modal-pix .next-step button {
        display: none
    }

    @-webkit-keyframes shine {
        0% {
            background-position: 300%
        }

        to {
            background-position: -300%
        }
    }

    @keyframes shine {
        0% {
            background-position: 300%
        }

        to {
            background-position: -300%
        }
    }
}

.modal-pix .next-step button {
    background: var(--primary-color);
    border-radius: 8px;
    height: 44px;
    margin-top: auto;
    overflow: hidden;
    padding: 11px 16px;
    position: relative;
    text-align: center;
    transition: background 275ms ease;
    width: 100%
}

.modal-pix .next-step button:hover {
    background: var(--primary-color)
}

.modal-pix .next-step button.confirm {
    justify-content: center
}

.modal-pix .next-step button.confirm svg {
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
}

.modal-pix .next-step button p {
    font-weight: 700;
    width: 100%
}

.modal-pix .next-step button>svg {
    position: absolute;
    right: 12px;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.modal-register {
    color: #8e8e99;
    display: flex;
    height: 478px;
    padding: 0;
    position: relative;
    width: 758px
}

@media(max-width:780px) {
    .modal-register {
        height: auto
    }
}

@media(max-width:600px) {
    .modal-register {
        width: 500px
    }
}

.modal-register>.illustration {
    align-items: center;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-end;
    max-width: 326px;
    padding: 24px;
    width: 100%
}

.modal-register>.illustration p {
    color: #98a1b3;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

@media(max-width:600px) {
    .modal-register>.illustration {
        display: none
    }
}

.modal-register .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    width: 100%
}

.modal-register .content .title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 900
}

.modal-register .content form {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    justify-items: center;
    width: 100%
}

.modal-register .content form.verify {
    gap: 8px;
    text-align: center
}

.modal-register .content form.verify h2 {
    color: #fff;
    font-weight: 800;
    margin-top: 12px
}

.modal-register .content form.verify .retry {
    color: #b6bcc9
}

.modal-register .content form.verify .retry strong {
    color: #fff
}

.modal-register .content form .button {
    background-color: var(--primary-color);
    border-radius: 8px;
    color: #010b16;
    font-weight: 700;
    height: 44px;
    margin-top: auto;
    transition: 275ms;
    width: 100%
}

.modal-register .content form .button:hover {
    background-color: var(--primary-color)
}

.modal-register .content form .radio-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: flex-start;
    width: 100%
}

.modal-register .content form .stacked {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    transition: all .6s cubic-bezier(.47, 1.5, .41, .8);
    width: 100%
}

.modal-register .content form .stacked.hide {
    max-height: 0;
    opacity: 0
}

.modal-register .content form .stacked .input-content-grid {
    grid-gap: .5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    order: 1;
    width: 100%
}

.modal-register .content form .stacked .on-top {
    order: 1
}

.modal-register .content form .stacked input {
    padding: 12px 16px;
    width: 100%
}

.modal-register .content form .stacked .input-content {
    display: flex;
    flex-grow: 1;
    gap: 10px;
    position: relative;
    width: 100%
}

.modal-register .content form .stacked .input-content .dropdown {
    width: 100%
}

.modal-register .content form .stacked .input-content .dropdown .dropdown-button {
    background: #252b38;
    border: 1px solid #303747;
    width: 100%
}

.modal-register .content form .stacked .label-content {
    align-items: center;
    color: #b6bcc9;
    display: inline-flex;
    font-weight: 500;
    justify-content: space-between;
    letter-spacing: 0;
    transition: 275ms
}

.modal-register .content form .terms {
    color: #b6bcc9
}

.modal-register .content form .terms .clicable-terms {
    cursor: pointer;
    transition: 275ms
}

.modal-register .content form .terms .clicable-terms:hover {
    color: var(--primary-color)
}

.modal-register .content form .terms .highlight {
    color: var(--primary-color)
}

.modal-register .content form .radio {
    align-items: center;
    color: #b6bcc9;
    cursor: pointer;
    display: flex;
    gap: 6px;
    transition: color 275ms
}

.modal-register .content form .radio .checkbox {
    align-items: center;
    border: 1px solid;
    border-radius: 5px;
    display: flex;
    height: 17px;
    justify-content: center;
    width: 17px
}

.modal-register .content form .radio .checkbox.checked svg {
    opacity: 1
}

.modal-register .content form .radio .checkbox svg {
    opacity: 0;
    transition: opacity 275ms
}

.modal-register .content form .radio:hover {
    color: #fff
}

.modal-register .content .o-auth-wrap {
    align-items: center;
    color: #4c5467;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
    margin: auto 0 0
}

.modal-register .content .o-auth-wrap span {
    margin: 0 8px
}

.modal-register .content .o-auth-wrap:after,
.modal-register .content .o-auth-wrap:before {
    background: #292f3d;
    content: "";
    flex-grow: 1;
    height: 1px;
    width: 100%
}

.modal-register .content .oauth {
    grid-gap: 16px;
    display: grid;
    gap: 16px;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    width: 100%
}

.modal-register .content .oauth button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background-color: #2c3342;
    border: none;
    border-radius: 8px;
    color: #d5dceb;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 600;
    height: 44px;
    justify-content: center;
    line-height: 1.5;
    margin: 0;
    position: relative;
    touch-action: manipulation;
    transition: all 275ms;
    width: 100%
}

.modal-register .content .oauth button:hover {
    background-color: #303747;
    color: #fff
}

.modal-register .content .register {
    align-items: center;
    color: #98a1b3;
    display: inline;
    justify-content: center;
    text-align: center
}

.modal-register .content .register .green {
    color: var(--primary-color);
    cursor: pointer;
    transition: 275ms
}

.modal-register .content .register .green:hover {
    color: var(--primary-color)
}

.modal-register .content .hide-animation {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    overflow: hidden;
    transition: all .6s cubic-bezier(.47, 1.5, .41, .8)
}

.modal-register .content .hide-animation.hide {
    max-height: 0;
    opacity: 0
}

.modal-order-items {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    position: relative;
    width: 560px
}

.modal-order-items .content {
    height: 100%;
    max-height: calc(100vh - 185px);
    overflow-y: auto;
    padding: 24px 24px 0
}

.modal-order-items .content .title {
    color: #fff;
    display: flex;
    gap: 8px
}

.modal-order-items .content .title h2 {
    font-size: 20px
}

.modal-order-items .content .cashout-items {
    margin-top: 16px
}

.modal-order-items .content .cashout-items .top {
    color: #b6bcc9;
    display: flex;
    font-size: 14px;
    justify-content: space-between
}

.modal-order-items .content .cashout-items .top .return {
    align-items: center;
    cursor: pointer;
    display: flex
}

.modal-order-items .content .cashout-items .top .return:hover,
.modal-order-items .content .cashout-items .top .return:hover>svg {
    color: #fff
}

.modal-order-items .content .cashout-items .top .return h4 {
    transition: color 275ms
}

.modal-order-items .content .cashout-items .top .return svg {
    color: #000512;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: color 275ms
}

.modal-order-items .content .cashout-items .top>h4 {
    color: #fff
}

.modal-order-items .content .cashout-items .top>h4 span {
    color: var(--primary-color)
}

.modal-order-items .content .cashout-items .items-grid {
    grid-gap: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 12px
}

.modal-order-items .content .cashout-items .items-grid .item {
    background: #292f3d;
    border-radius: 8px;
    display: flex;
    padding: 12px;
    width: 100%
}

.modal-order-items .content .cashout-items .items-grid .item img {
    aspect-ratio: 1/1;
    margin: auto;
    object-fit: contain;
    object-position: center;
    width: 100%
}

.modal-order-items .content .cashout-items .show-more {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 20px
}

.modal-order-items .content .cashout-items .show-more p {
    color: #98a1b3
}

.modal-order-items .content .cashout-items .show-more p strong {
    color: #b6bcc9
}

.modal-order-items .content .cashout-items .show-more button {
    background-color: #2c3342;
    border-radius: 8px;
    color: #b6bcc9;
    padding: 4px 16px;
    transition: background-color 275ms ease, color 275ms ease
}

.modal-order-items .content .cashout-items .show-more button:hover {
    background-color: #414858;
    color: #fff
}

.modal-order-items .content .divider {
    background: #252b38;
    height: 1px;
    margin: 24px 0;
    width: 100%
}

.modal-order-items .content .delivery {
    height: -webkit-max-content;
    height: max-content;
    margin-bottom: 24px;
    overflow: hidden
}

.modal-order-items .content .delivery .delivery-content {
    height: 337px;
    overflow: hidden
}

.modal-order-items .content .delivery .delivery-content .skeleton-container {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.modal-order-items .content .delivery>.title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

.modal-order-items .content .delivery>.title h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.modal-order-items .content .delivery>.title button {
    background: #2c3342;
    border-radius: 8px;
    color: #b6bcc9;
    font-size: 14px;
    line-height: 14px;
    padding: 9px 16px;
    transition: background 275ms
}

.modal-order-items .content .delivery>.title button:hover {
    background: #333b4d
}

.modal-order-items .content .delivery .add-new {
    border: 1px dashed #333b4d;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    padding: 20px;
    transition: background 275ms
}

.modal-order-items .content .delivery .add-new:hover {
    background: #222733
}

.modal-order-items .content .delivery .no-address {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 337px
}

.modal-order-items .content .delivery .no-address .input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.modal-order-items .content .delivery .no-address .input-wrapper label {
    color: #b6bcc9
}

.modal-order-items .content .delivery .delivery-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 293px;
    overflow-y: scroll;
    padding-right: 8px
}

@media screen and (max-width:780px) {
    .modal-order-items .content .delivery .delivery-list {
        height: 100%
    }
}

.modal-order-items .content .delivery .delivery-item {
    background: #252b38;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    position: relative;
    transition: background 275ms, border 275ms
}

.modal-order-items .content .delivery .delivery-item:hover {
    background: #2c3342
}

.modal-order-items .content .delivery .delivery-item.active {
    background: #2c3342;
    border: 1px solid #fff
}

.modal-order-items .content .delivery .delivery-item.active .radio {
    border: 1px solid #fff
}

.modal-order-items .content .delivery .delivery-item.active .radio .radio-fill {
    opacity: 1
}

.modal-order-items .content .delivery .delivery-item .radio {
    border: 1px solid #414858;
    border-radius: 20px;
    display: flex;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 16px;
    transition: border 275ms;
    width: 20px
}

.modal-order-items .content .delivery .delivery-item .radio .radio-fill {
    background: #fff;
    border-radius: 10px;
    height: 10px;
    margin: auto;
    opacity: 0;
    transition: opacity 275ms;
    width: 10px
}

.modal-order-items .content .delivery .delivery-item .label {
    line-height: 15px
}

.modal-order-items .content .delivery .delivery-item .label .row {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 6px
}

.modal-order-items .content .delivery .delivery-item .label h4 {
    color: #fff
}

.modal-order-items .content .delivery .delivery-item .label .chip {
    background-color: #414858;
    border-radius: 4px;
    color: #b6bcc9;
    padding: 3px 6px
}

.modal-order-items .content .delivery .notes {
    margin-top: 12px
}

.modal-order-items .content .delivery .notes h4 {
    color: #b6bcc9;
    font-weight: 500;
    margin-bottom: 8px
}

.modal-order-items .content .delivery .notes textarea {
    height: 100px;
    padding-top: 10px;
    resize: vertical;
    width: 100%
}

.modal-order-items .content .spacer {
    display: block;
    height: 24px;
    width: 100%
}

.modal-order-items .next-step {
    background: #222733;
    border-top: 1px solid #252b38;
    color: #010b16;
    padding: 24px;
    width: 100%
}

.modal-order-items .next-step>p {
    color: #98a1b3;
    margin-bottom: 12px;
    text-align: center
}

.modal-order-items .next-step button {
    align-items: center;
    background: var(--primary-color);
    border-radius: 8px;
    display: flex;
    height: 44px;
    justify-content: space-between;
    margin-top: auto;
    overflow: hidden;
    padding: 11px 16px;
    position: relative;
    transition: background 275ms ease;
    width: 100%
}

.modal-order-items .next-step button:hover {
    background: var(--primary-color)
}

.modal-order-items .next-step button .label p {
    font-weight: 700
}

.modal-order-items .next-step button .label>svg {
    position: absolute;
    right: 12px;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.skeleton-wrapper .skeleton {
    background: #000512;
    border-radius: 8px;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.skeleton-wrapper .skeleton:before {
    -webkit-animation: skeleton 3s ease infinite normal forwards;
    animation: skeleton 3s ease infinite normal forwards;
    background: linear-gradient(90deg, transparent, #252b38, transparent);
    content: "";
    height: 100%;
    opacity: .5;
    position: absolute;
    width: 150%
}

@-webkit-keyframes skeleton {
    0% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    to {
        -webkit-transform: translateX(150%);
        transform: translateX(150%)
    }
}

@keyframes skeleton {
    0% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    to {
        -webkit-transform: translateX(150%);
        transform: translateX(150%)
    }
}

.modal-success>.content {
    padding: 24px;
    width: 415px
}

@media screen and (max-width:780px) {
    .modal-success>.content {
        width: 100%
    }
}

.modal-success>.content>h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 8px
}

.modal-success>.content>h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%
}

.modal-success>.content>.withdraw-value-wrapper {
    box-shadow: 0 20px 13px 0 rgba(0, 0, 0, .051);
    margin-top: 30px
}

.modal-success>.content>.withdraw-value-wrapper>.withdraw-value {
    align-items: center;
    background: #292f3d;
    border: 1px solid #333b4d;
    border-radius: 8px;
    display: flex;
    gap: 4px;
    padding: 12px 14px
}

.modal-success>.content>.withdraw-value-wrapper>.withdraw-value>.icon {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px
}

.modal-success>.content>.withdraw-value-wrapper>.withdraw-value>div>h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%
}

.modal-success>.content>.withdraw-value-wrapper>.withdraw-value>div>p {
    font-size: 12px;
    font-weight: 500;
    line-height: 150%
}

.modal-success>.content>.withdraw-value-wrapper>.withdraw-value>h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    margin-left: auto
}

.modal-success>.content>.withdraw-value-wrapper>.withdraw-value>h3>span {
    color: var(--primary-color)
}

.modal-success>.content>.withdraw-value-wrapper>.card-backing {
    background: #292f3d;
    border-bottom: 1px solid #333b4d;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 8px;
    margin: 0 auto;
    opacity: .4;
    width: calc(100% - 40px)
}

.modal-success>.content>p {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 32px;
    text-align: center
}

.modal-success>.content>p>.redirect {
    color: var(--primary-color);
    transition: color 275ms
}

.modal-success>.content>p>.redirect:hover {
    color: var(--primary-color)
}

.modal-success>.next-step {
    background: #222733;
    border-top: 1px solid #252b38;
    color: #fff;
    padding: 24px;
    width: 100%
}

.modal-success>.next-step>button {
    background: #414858;
    border-radius: 8px;
    margin-top: auto;
    overflow: hidden;
    padding: 11px 16px;
    position: relative;
    text-align: center;
    transition: background 275ms ease;
    width: 100%
}

.modal-success>.next-step>button:hover {
    background: #4c5467
}

.modal-success>.next-step>button.confirm {
    justify-content: center
}

.modal-success>.next-step>button.confirm svg {
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
}

.modal-success>.next-step>button p {
    font-weight: 700;
    width: 100%
}

.modal-success>.next-step>button svg {
    position: absolute;
    right: 12px;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.modal-exchange {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    position: relative;
    width: 440px
}

.modal-exchange .content {
    height: 100%;
    max-height: calc(100vh - 185px);
    overflow-y: auto;
    padding: 24px
}

.modal-exchange .content .title h2 {
    color: #fff;
    font-size: 20px
}

.modal-exchange .content .cashout-items {
    margin-top: 16px
}

.modal-exchange .content .cashout-items .top {
    display: flex;
    justify-content: space-between
}

.modal-exchange .content .cashout-items .top h4 {
    color: #fff;
    font-size: 14px
}

.modal-exchange .content .cashout-items .top h4 span {
    color: var(--primary-color)
}

.modal-exchange .content .cashout-items .top h4 span.grey {
    color: #000512;
    font-weight: 500
}

.modal-exchange .content .cashout-items .items-grid {
    grid-gap: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 12px
}

.modal-exchange .content .cashout-items .items-grid .item {
    background: #292f3d;
    border-radius: 8px;
    display: flex;
    padding: 12px;
    width: 100%
}

.modal-exchange .content .cashout-items .items-grid .item img {
    aspect-ratio: 1/1;
    margin: auto;
    object-fit: contain;
    object-position: center;
    width: 100%
}

.modal-exchange .content .cashout-items .show-more {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 20px
}

.modal-exchange .content .cashout-items .show-more p {
    color: #98a1b3
}

.modal-exchange .content .cashout-items .show-more p strong {
    color: #b6bcc9
}

.modal-exchange .content .cashout-items .show-more button {
    background-color: #2c3342;
    border-radius: 8px;
    color: #b6bcc9;
    padding: 4px 16px;
    transition: background-color 275ms ease, color 275ms ease
}

.modal-exchange .content .cashout-items .show-more button:hover {
    background-color: #414858;
    color: #fff
}

.modal-exchange .content .cashout-items .warning {
    color: #b6bcc9;
    margin-top: 4px
}

.modal-exchange .content .cashout-items .warning span {
    color: #e65456
}

.modal-exchange .content .divider {
    background: #252b38;
    height: 1px;
    margin: 24px 0;
    width: 100%
}

.modal-exchange .next-step {
    background: #222733;
    border-top: 1px solid #252b38;
    color: #010b16;
    padding: 24px;
    width: 100%
}

.modal-exchange .next-step button {
    align-items: center;
    background: var(--primary-color);
    border-radius: 8px;
    display: flex;
    height: 44px;
    justify-content: center;
    margin-top: auto;
    overflow: hidden;
    padding: 11px 16px;
    position: relative;
    transition: background 275ms ease;
    width: 100%
}

.modal-exchange .next-step button:hover {
    background: var(--primary-color)
}

.modal-exchange .next-step button p {
    font-weight: 700
}

.modal-exchange .next-step button>svg {
    position: absolute;
    right: 12px;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.modal-item-details .content {
    display: flex;
    flex-direction: column;
    padding: 24px
}

.modal-item-details .content h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 8px;
    width: calc(100% - 78px)
}

.modal-item-details .content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.modal-item-details .content p.white {
    color: #fff;
    margin-bottom: 8px
}

.modal-item-details .content p.strong {
    font-weight: 700
}

.modal-item-details .content img {
    height: 200px;
    margin: 8px auto;
    object-fit: contain;
    object-position: center;
    padding: 30px;
    width: 200px
}

.modal-item-details .content .tags {
    align-items: center;
    display: flex;
    gap: 6px;
    margin: 16px 0 0
}

.modal-item-details .content .tags .tag {
    background: #252b38;
    border-radius: 4px;
    padding: 4px 10px
}

.modal-item-details .included-cases {
    background: #222733;
    padding: 24px
}

.modal-item-details .included-cases p {
    color: #b6bcc9
}

.modal-item-details .included-cases .slider-wrapper {
    overflow: hidden;
    position: relative
}

.modal-item-details .included-cases .slider-wrapper .slider>div {
    display: flex;
    margin-top: 12px
}

.modal-item-details .included-cases .slider-wrapper .slider>div img {
    width: 80px
}

.modal-item-details .included-cases .slider-wrapper .edge-fade {
    background: linear-gradient(-90deg, #222733, transparent);
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 275ms;
    width: 100px;
    z-index: 10
}

.modal-item-details .included-cases .slider-wrapper .edge-fade.hide {
    opacity: 0
}

.modal-item-details .included-cases .slider-wrapper .edge-fade.left {
    left: 0;
    right: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal-item-filter .content {
    display: flex;
    flex-direction: column;
    padding: 24px
}

.modal-item-filter .content .title {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 8px
}

.modal-item-filter .content .title h1 {
    font-size: 20px;
    font-weight: 900;
    line-height: 150%;
    width: calc(100% - 78px)
}

.modal-item-filter .content .dropdown-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px
}

.modal-item-filter .content .dropdown-list .dropdown .dropdown-button {
    background: #252b38;
    border: 1px solid #303747
}

.modal-item-filter .content .check {
    align-items: center;
    color: #b6bcc9;
    cursor: pointer;
    display: flex;
    gap: 6px;
    margin-top: 12px;
    transition: color 333ms ease
}

.modal-item-filter .content .check.selected {
    color: #fff
}

.modal-item-filter .content .check.selected .selectable {
    background-color: #fff;
    border: 1px solid #fff !important
}

.modal-item-filter .content .check.selected .selectable svg {
    opacity: 1
}

.modal-item-filter .content .check .selectable {
    align-items: center;
    border: 1px solid #b6bcc9;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 17px;
    justify-content: center;
    transition: 275ms;
    width: 17px
}

.modal-item-filter .content .check .selectable svg {
    opacity: 0;
    pointer-events: none;
    transition: 275ms
}

.modal-item-filter .next-step {
    background: #222733;
    border-top: 1px solid #252b38;
    color: #010b16;
    display: flex;
    gap: 12px;
    padding: 24px;
    width: 100%
}

@media screen and (max-width:400px) {
    .modal-item-filter .next-step {
        flex-direction: column
    }

    .modal-item-filter .next-step button {
        width: 100% !important
    }
}

.modal-item-filter .next-step .slider {
    display: none !important
}

.modal-item-filter .next-step button {
    background: var(--primary-color);
    border-radius: 8px;
    margin-top: auto;
    overflow: hidden;
    padding: 11px 16px;
    position: relative;
    text-align: center;
    transition: background 275ms ease;
    width: calc(100% - 175px)
}

.modal-item-filter .next-step button:hover {
    background: var(--primary-color)
}

.modal-item-filter .next-step button:nth-child(2) {
    background: #414858;
    color: #b6bcc9;
    width: 175px
}

.modal-item-filter .next-step button:nth-child(2):hover {
    background: #4c5467
}

.modal-item-filter .next-step button.confirm {
    justify-content: center
}

.modal-item-filter .next-step button.confirm svg {
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
}

.modal-item-filter .next-step button p {
    font-weight: 700;
    width: 100%
}

.modal-item-filter .next-step button svg {
    position: absolute;
    right: 12px;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.dropdown {
    display: flex;
    flex-direction: column;
    position: relative
}

.dropdown ::-webkit-scrollbar {
    width: 4px
}

.dropdown * ::-webkit-scrollbar-corner {
    background-color: #303747
}

.dropdown ::-webkit-scrollbar-thumb {
    background-color: #626c83;
    border-radius: 8px
}

.dropdown ::-webkit-scrollbar-track {
    background: #303747
}

.dropdown .measure-list {
    left: -9999px;
    position: absolute;
    visibility: hidden
}

.dropdown .dropdown-button,
.dropdown .measure-list .option {
    font-weight: 700;
    padding: 0 16px
}

.dropdown .dropdown-button {
    align-items: center;
    align-self: flex-start;
    background-color: #1f232e;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: space-between;
    transition: background-color 275ms;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 2
}

.dropdown .dropdown-button .label {
    color: #b6bcc9;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%
}

.dropdown .dropdown-button .value {
    display: flex;
    gap: 4px
}

.dropdown .dropdown-button .value.placeholder {
    color: #576075
}

.dropdown .dropdown-button .value .green {
    color: var(--primary-color)
}

.dropdown .dropdown-button svg:not(.dropdown-arrow) {
    height: 20px;
    margin-right: 8px;
    width: 20px
}

.dropdown .dropdown-button svg:not(.dropdown-arrow) path {
    fill: #fff
}

.dropdown .dropdown-button .dropdown-arrow,
.dropdown .dropdown-button .dropdown-arrow path {
    transition: .3s
}

.dropdown .dropdown-button.active {
    background-color: #2c3342
}

.dropdown .dropdown-button.active .dropdown-arrow {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.dropdown .dropdown-button.active .dropdown-arrow path {
    fill: #b6bcc9
}

.dropdown .dropdown-button:hover {
    background-color: #2c3342
}

.dropdown .dropdown-content {
    background-color: #2c3342;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    display: block;
    max-height: 200px;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    position: absolute;
    transition: all 275ms;
    transition: opacity 275ms, -webkit-transform 275ms;
    transition: transform 275ms, opacity 275ms;
    transition: transform 275ms, opacity 275ms, -webkit-transform 275ms;
    -webkit-user-select: none;
    user-select: none;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    z-index: 100
}

.dropdown .dropdown-content.animate-in,
.dropdown .dropdown-content.animate-out {
    visibility: visible
}

.dropdown .dropdown-content.top {
    bottom: 100%;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.dropdown .dropdown-content.top.animate-in {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(-4px) !important;
    transform: translateY(-4px) !important
}

.dropdown .dropdown-content.bottom {
    top: 100%;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.dropdown .dropdown-content.bottom.animate-in {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(4px) !important;
    transform: translateY(4px) !important
}

.dropdown .dropdown-content .option {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    height: 44px;
    padding: 0 16px;
    text-decoration: none;
    transition: 275ms
}

.dropdown .dropdown-content .option svg {
    height: 20px;
    margin-right: 8px;
    width: 20px
}

.dropdown .dropdown-content .option svg path {
    fill: #fff
}

.dropdown .dropdown-content .option:hover {
    background-color: #333b4d
}

.modal-winning-item {
    width: 364px
}

.modal-winning-item .content {
    height: 100%;
    max-height: calc(100vh - 185px);
    overflow-y: auto;
    padding: 24px
}

.modal-winning-item .content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 8px
}

.modal-winning-item .content p {
    color: #98a1b3
}

.modal-winning-item .content .item-list {
    display: flex;
    flex-direction: column;
    margin-top: 16px
}

.modal-winning-item .content .item-list .item {
    background: #252b38;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    padding: 14px
}

.modal-winning-item .content .item-list .item .img {
    height: 72px;
    margin: auto 0;
    width: 72px
}

.modal-winning-item .content .item-list .item .img img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%
}

.modal-winning-item .content .item-list .item .details {
    width: calc(100% - 84px)
}

.modal-winning-item .content .item-list .item .details .name {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.modal-winning-item .content .item-list .item .details .price {
    background: #fff;
    border-radius: 6px;
    color: #1a1b1c;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    margin-top: 6px;
    padding: 5px 10px;
    width: -webkit-max-content;
    width: max-content
}

.modal-winning-item .next-step {
    background: #222733;
    border-top: 1px solid #252b38;
    color: #010b16;
    padding: 24px;
    width: 100%
}

.modal-winning-item .next-step .status {
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 150%;
    margin-bottom: 16px
}

.modal-winning-item .next-step button {
    align-items: center;
    background: var(--primary-color);
    border-radius: 8px;
    color: #010b16;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    line-height: 150%;
    padding: 4px 4px 4px 16px;
    transition: background 275ms;
    width: 100%
}

.modal-winning-item .next-step button:hover {
    background: var(--primary-color)
}

.modal-winning-item .next-step button.cancel {
    background: #414858;
    color: #fff;
    height: 47px;
    margin-top: 12px;
    padding: 9px 16px
}

.modal-winning-item .next-step button.cancel:hover {
    background: #576075
}

.modal-winning-item .next-step button .value {
    background: #010b16;
    border-radius: 6px;
    color: #fff;
    margin-left: auto;
    padding: 9px 16px
}

.modal-winning-item .next-step button .value span {
    color: var(--primary-color)
}

.modal-provably-fair {
    width: 536px
}

.modal-provably-fair .content {
    height: 100%;
    max-height: calc(100vh - 185px);
    overflow-y: auto;
    padding: 24px
}

.modal-provably-fair .content h1 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 8px
}

.modal-provably-fair .content p {
    color: #98a1b3;
    margin-bottom: 16px
}

.modal-provably-fair .content p span {
    color: #6fb
}

.modal-provably-fair .content .basic-table .th {
    display: flex;
    margin-bottom: 8px;
    padding: 0 12px
}

.modal-provably-fair .content .basic-table .th div {
    width: 66.66%
}

.modal-provably-fair .content .basic-table .th div:first-child {
    width: 33.33%
}

@media screen and (max-width:780px) {

    .modal-provably-fair .content .basic-table .th div,
    .modal-provably-fair .content .basic-table .th div:first-child {
        width: 50%
    }
}

.modal-provably-fair .content .basic-table .tb {
    background: #292f3d;
    border-radius: 8px
}

.modal-provably-fair .content .basic-table .tb .row {
    border-bottom: 1px solid #010b16;
    display: flex;
    padding: 12px
}

.modal-provably-fair .content .basic-table .tb .row:last-child {
    border-bottom: none
}

.modal-provably-fair .content .basic-table .tb .row svg {
    color: currentColor;
    cursor: pointer;
    transition: color 275ms ease
}

.modal-provably-fair .content .basic-table .tb .row svg:hover {
    color: #fff
}

.modal-provably-fair .content .basic-table .tb .row .tooltip-group {
    position: relative
}

.modal-provably-fair .content .basic-table .tb .row .tooltip-group .tooltip {
    background: #4c5467;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    opacity: 0;
    padding: 2px 10px;
    pointer-events: none;
    position: absolute;
    transition: opacity 333ms, -webkit-transform 333ms;
    transition: transform 333ms, opacity 333ms;
    transition: transform 333ms, opacity 333ms, -webkit-transform 333ms;
    width: -webkit-max-content;
    width: max-content
}

.modal-provably-fair .content .basic-table .tb .row .tooltip-group:hover .tooltip {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.modal-provably-fair .content .basic-table .tb .row>div {
    align-items: center;
    display: flex;
    width: calc(66.66% - 20px)
}

.modal-provably-fair .content .basic-table .tb .row>div .truncate {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 275ms;
    white-space: nowrap
}

.modal-provably-fair .content .basic-table .tb .row>div .truncate:hover {
    color: #fff
}

.modal-provably-fair .content .basic-table .tb .row>div:first-child {
    width: 33.33%
}

@media screen and (max-width:780px) {

    .modal-provably-fair .content .basic-table .tb .row>div,
    .modal-provably-fair .content .basic-table .tb .row>div:first-child {
        width: 50%
    }
}

.modal-story .post {
    aspect-ratio: 9/16;
    background: #000;
    height: 80vh;
    padding: 6px;
    position: relative;
    width: auto;
    z-index: -1
}

@media screen and (max-width:780px) {
    .modal-story .post {
        aspect-ratio: unset;
        height: 100svh
    }
}

.modal-story .post .video {
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width:780px) {
    .modal-story .post .video {
        height: 100%
    }
}

.modal-story .post .video video {
    height: 100%;
    margin: auto 0;
    object-fit: cover;
    position: relative;
    width: 100%
}

.modal-story .post .video .loader {
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.modal-story .post .video .controls {
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11
}

.modal-story .post .video .controls .left,
.modal-story .post .video .controls .right {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    transition: opacity 333ms;
    width: 50%
}

.modal-story .post .video .controls .left:active,
.modal-story .post .video .controls .right:active {
    opacity: .25
}

.modal-story .post .video .controls .left {
    background: linear-gradient(-90deg, transparent, rgba(2, 2, 2, .01) 6.25%, hsla(0, 0%, 4%, .038) 12.5%, hsla(0, 0%, 8%, .084) 18.75%, rgba(37, 37, 37, .146) 25%, rgba(57, 57, 57, .222) 31.25%, rgba(79, 79, 79, .309) 37.5%, hsla(0, 0%, 40%, .402) 43.75%, hsla(0, 0%, 50%, .5) 50%, hsla(0, 0%, 60%, .598) 56.25%, hsla(0, 0%, 69%, .691) 62.5%, hsla(0, 0%, 78%, .778) 68.75%, hsla(0, 0%, 85%, .854) 75%, hsla(0, 0%, 92%, .916) 81.25%, hsla(0, 0%, 96%, .962) 87.5%, hsla(0, 0%, 99%, .99) 93.75%, #fff)
}

.modal-story .post .video .controls .right {
    background: linear-gradient(90deg, transparent, rgba(2, 2, 2, .01) 6.25%, hsla(0, 0%, 4%, .038) 12.5%, hsla(0, 0%, 8%, .084) 18.75%, rgba(37, 37, 37, .146) 25%, rgba(57, 57, 57, .222) 31.25%, rgba(79, 79, 79, .309) 37.5%, hsla(0, 0%, 40%, .402) 43.75%, hsla(0, 0%, 50%, .5) 50%, hsla(0, 0%, 60%, .598) 56.25%, hsla(0, 0%, 69%, .691) 62.5%, hsla(0, 0%, 78%, .778) 68.75%, hsla(0, 0%, 85%, .854) 75%, hsla(0, 0%, 92%, .916) 81.25%, hsla(0, 0%, 96%, .962) 87.5%, hsla(0, 0%, 99%, .99) 93.75%, #fff)
}

.modal-story .post .progress-row {
    border-radius: 4px;
    bottom: 24px;
    display: flex;
    gap: 6px;
    height: 3px;
    left: 24px;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 48px);
    z-index: 12
}

.modal-story .post .progress-row .progress {
    background: #222733;
    height: 100%;
    transition-property: width;
    transition-timing-function: linear;
    width: 100%;
    will-change: width
}

.modal-story .post .progress-row .progress.active {
    background: #181b24
}

.modal-story .post .progress-row .progress.active .progress-fill {
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: progressFill;
    animation-name: progressFill;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background: #fff
}

.modal-story .post .progress-row .progress.complete {
    background: #fff
}

.modal-story .post .progress-row .progress .progress-fill {
    background: #fff;
    height: 100%;
    width: 0
}

@-webkit-keyframes progressFill {
    to {
        width: 100%
    }
}

@keyframes progressFill {
    to {
        width: 100%
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: 0
    }

    20% {
        opacity: .5
    }

    to {
        opacity: 0
    }
}

@keyframes flash {
    0% {
        opacity: 0
    }

    20% {
        opacity: .5
    }

    to {
        opacity: 0
    }
}

.modal-promo-code {
    color: #8e8e99;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    width: 400px
}

.modal-promo-code .content {
    height: 100%;
    max-height: calc(100vh - 185px);
    overflow-y: auto;
    padding: 24px 24px 0
}

.modal-promo-code .content>p {
    color: #b6bcc9;
    margin-top: 24px;
    text-align: left;
    width: 100%
}

.modal-promo-code .content>p span {
    color: var(--primary-color)
}

.modal-promo-code .content>p strong {
    color: var(--primary-color)
}

.modal-promo-code .content .title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px
}

.modal-promo-code .content .title svg {
    color: var(--primary-color);
    margin-right: 12px
}

.modal-promo-code .content input {
    margin-top: 8px;
    width: 100%
}

.modal-promo-code .content .bottom {
    background: #222733;
    border-top: 1px solid #252b38;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 24px;
    padding: 24px
}

.modal-promo-code .content .bottom button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--primary-color);
    border: none;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 600;
    height: 44px;
    justify-content: center;
    line-height: 1.5;
    margin: 0;
    position: relative;
    touch-action: manipulation;
    transition: all 275ms;
    width: 100%
}

.modal-promo-code .content .bottom button:hover {
    background-color: var(--primary-color)
}

.modal-phone {
    color: #8e8e99;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    width: 400px
}

.modal-phone .content {
    height: 100%;
    max-height: calc(100vh - 185px);
    overflow-y: auto;
    padding: 24px 24px 0
}

.modal-phone .content>p {
    color: #b6bcc9;
    margin-top: 24px;
    text-align: left;
    width: 100%
}

.modal-phone .content>p span {
    color: var(--primary-color)
}

.modal-phone .content>p strong {
    color: var(--primary-color)
}

.modal-phone .content .title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px
}

.modal-phone .content .title svg {
    color: var(--primary-color);
    margin-right: 12px
}

.modal-phone .content input {
    margin-top: 8px;
    width: 100%
}

.modal-phone .content .bottom {
    background: #222733;
    border-top: 1px solid #252b38;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 24px;
    padding: 24px
}

.modal-phone .content .bottom button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--primary-color);
    border: none;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 600;
    height: 44px;
    justify-content: center;
    line-height: 1.5;
    margin: 0;
    position: relative;
    touch-action: manipulation;
    transition: all 275ms;
    width: 100%
}

.modal-phone .content .bottom button:hover {
    background-color: var(--primary-color)
}

.modal-set-code {
    width: 364px
}

.modal-set-code .content {
    padding: 24px
}

.modal-set-code .content .title {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 160%
}

.modal-set-code .content p {
    color: #98a1b3;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin: 16px 0
}

.modal-set-code .content .input-wrapper {
    display: flex;
    flex-direction: column
}

.modal-set-code .content .input-wrapper.success input {
    border: 1px solid var(--primary-color)
}

.modal-set-code .content .input-wrapper.success input:focus {
    border: 1px solid var(--primary-color) !important
}

.modal-set-code .content .input-wrapper.success .help {
    color: var(--primary-color)
}

.modal-set-code .content .input-wrapper.error input {
    border: 1px solid #e65456
}

.modal-set-code .content .input-wrapper.error input:focus {
    border: 1px solid #e65456 !important
}

.modal-set-code .content .input-wrapper.error .help {
    color: #e65456
}

.modal-set-code .content .input-wrapper.show-help label.help {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.modal-set-code .content .input-wrapper input {
    position: relative;
    z-index: 10
}

.modal-set-code .content .input-wrapper label {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px
}

.modal-set-code .content .input-wrapper label.help {
    color: var(--primary-color);
    margin-bottom: 0;
    margin-top: 8px;
    width: -webkit-max-content;
    width: max-content
}

.modal-set-code .next-step {
    background: #222733;
    border-top: 1px solid #252b38;
    color: #010b16;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    width: 100%
}

.modal-set-code .next-step button {
    background: var(--primary-color);
    border-radius: 8px;
    font-weight: 700;
    margin-top: auto;
    overflow: hidden;
    padding: 11px 16px;
    position: relative;
    text-align: center;
    transition: background 275ms ease;
    width: 100%
}

.modal-set-code .next-step button:hover {
    background: var(--primary-color)
}

.modal-set-code .next-step button:nth-child(2) {
    background: #414858;
    color: #b6bcc9
}

.modal-set-code .next-step button:nth-child(2):hover {
    background: #4c5467
}

.modal-claim-affiliates {
    width: 364px
}

.modal-claim-affiliates .content {
    padding: 24px
}

.modal-claim-affiliates .content .title {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 160%
}

.modal-claim-affiliates .content .image {
    aspect-ratio: 312/160;
    background: linear-gradient(246deg, #12b56c -50%, #2a694d);
    border-radius: 10px;
    margin-top: 16px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 100%
}

.modal-claim-affiliates .content .image .details {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2
}

.modal-claim-affiliates .content .image .details h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    line-height: 100%
}

.modal-claim-affiliates .content .image .details h1 span {
    color: #99ffd1
}

.modal-claim-affiliates .content .image .details h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: auto;
    margin-top: 8px;
    text-transform: uppercase
}

.modal-claim-affiliates .content .image img {
    position: absolute
}

.modal-claim-affiliates .content .image img.cash {
    bottom: -25px;
    right: -15px;
    z-index: 2
}

.modal-claim-affiliates .content .image img.pattern {
    left: 0;
    -webkit-mask-image: linear-gradient(-90deg, #000, transparent);
    mask-image: linear-gradient(-90deg, #000, transparent);
    top: 0
}

.modal-claim-affiliates .content p {
    color: #98a1b3;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 8px;
    margin-top: 24px
}

.modal-claim-affiliates .next-step {
    background: #222733;
    border-top: 1px solid #252b38;
    color: #010b16;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    width: 100%
}

.modal-claim-affiliates .next-step button {
    align-items: center;
    background: var(--primary-color);
    border-radius: 8px;
    display: flex;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    margin-top: auto;
    min-height: 44px;
    overflow: hidden;
    padding: 4px 4px 4px 16px;
    position: relative;
    text-align: center;
    transition: background 275ms ease;
    width: 100%
}

.modal-claim-affiliates .next-step button .value {
    background: #010b16;
    border-radius: 6px;
    color: #fff;
    margin-left: auto;
    padding: 9px 16px
}

.modal-claim-affiliates .next-step button .value span {
    color: var(--primary-color)
}

.modal-claim-affiliates .next-step button:hover {
    background: var(--primary-color)
}

.modal-claim-affiliates .next-step button:nth-child(2) {
    background: #414858;
    color: #b6bcc9
}

.modal-claim-affiliates .next-step button:nth-child(2):hover {
    background: #4c5467
}

.modal-tiers {
    width: 600px
}

.modal-tiers .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    width: 100%
}

.modal-tiers .content h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 12px
}

.modal-tiers .content .tiers {
    grid-gap: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media screen and (max-width:480px) {
    .modal-tiers .content .tiers {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

.modal-tiers .content .tiers .tier {
    background-color: #252b38;
    border-radius: 8px;
    padding: 16px;
    width: 100%
}

.modal-tiers .content .tiers .tier .level {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 8px
}

.modal-tiers .content .tiers .tier .level.bronze {
    color: #fab26f
}

.modal-tiers .content .tiers .tier .level.prata {
    color: #b6bcc9
}

.modal-tiers .content .tiers .tier .level.ouro {
    color: #ffc42d
}

.modal-tiers .content .tiers .tier .level.platina {
    color: #fff
}

.modal-tiers .content .tiers .tier .level.diamante {
    color: #4dbfff
}

.modal-tiers .content .tiers .tier .level.esmeralda {
    color: var(--primary-color)
}

.modal-tiers .content .tiers .tier .level.obsidiana {
    color: #a51ee5
}

.modal-tiers .content .tiers .tier .hr {
    background: #4c5467;
    height: 1px;
    margin: 12px 0 8px;
    opacity: .5;
    width: 100%
}

.modal-tiers .content .tiers .tier .stats>div {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.modal-tiers .content .tiers .tier .stats>div p {
    width: 100%
}

.modal-tiers .content .tiers .tier .stats>div p:last-child {
    color: #a7aebe;
    text-align: right
}

.modal-tiers .content .tiers .tier .stats>div p strong {
    color: #b6bcc9
}

.modal-tiers .content .tiers .tier .stats>div p strong span {
    color: var(--primary-color);
    margin-right: 4px
}

.modal-profile-address {
    width: 500px
}

.modal-profile-address .content {
    height: 100%;
    max-height: calc(100vh - 185px);
    overflow-y: auto;
    padding: 24px
}

.modal-profile-address .content h4 {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 900;
    gap: 8px;
    line-height: 150%
}

.modal-profile-address .content .manual {
    color: #12b56c;
    cursor: pointer;
    display: none;
    margin: 12px auto 0;
    opacity: 0;
    transition: color 275ms, opacity 275ms;
    width: -webkit-max-content;
    width: max-content
}

.modal-profile-address .content .manual.show {
    display: block;
    opacity: 1
}

.modal-profile-address .content .manual:hover {
    color: var(--primary-color)
}

.modal-profile-address .content .floating-icon {
    position: relative;
    width: 100%
}

.modal-profile-address .content .floating-icon>.loading {
    bottom: 0;
    margin: auto 0;
    position: absolute;
    right: 12px;
    top: 0;
    width: -webkit-max-content;
    width: max-content
}

.modal-profile-address .content .input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
    transition: opacity 275ms
}

.modal-profile-address .content .input-wrapper.valid {
    opacity: .5
}

.modal-profile-address .content .input-wrapper.valid input {
    pointer-events: none
}

.modal-profile-address .content .input-wrapper input {
    width: 100%
}

.modal-profile-address .content .input-wrapper label {
    color: #b6bcc9
}

.modal-profile-address hr {
    background: #303747;
    border: none;
    height: 1px;
    margin-top: 15px;
    width: 100%
}

.modal-profile-address .next-step {
    background: #222733;
    border-top: 1px solid #252b38;
    color: #010b16;
    padding: 24px;
    width: 100%
}

.modal-profile-address .next-step button {
    background: var(--primary-color);
    border-radius: 8px;
    font-weight: 700;
    height: 44px;
    margin-top: auto;
    overflow: hidden;
    padding: 11px 16px;
    position: relative;
    text-align: center;
    transition: background 275ms ease;
    width: 100%
}

.modal-profile-address .next-step button:hover {
    background: var(--primary-color)
}

.modal-profile-address .next-step button p {
    font-weight: 700;
    width: 100%
}

.modal-profile-delivery .content {
    height: 100%;
    max-height: calc(100vh - 248px);
    overflow-y: auto;
    padding: 24px
}

.modal-profile-delivery .content .delivery {
    border-radius: 8px;
    margin-bottom: 16px
}

@media screen and (max-width:480px) {
    .modal-profile-delivery .content .delivery {
        margin-bottom: 12px
    }
}

.modal-profile-delivery .content .delivery .error {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 24px;
    width: 100%
}

.modal-profile-delivery .content .delivery .error.cancelled {
    color: #e65456
}

.modal-profile-delivery .content .delivery .error.cancelled .icon {
    border: 1px solid rgba(230, 84, 86, .278)
}

.modal-profile-delivery .content .delivery .error.refunded {
    color: #e6a554
}

.modal-profile-delivery .content .delivery .error.refunded .icon {
    border: 1px solid rgba(230, 164, 84, .231)
}

.modal-profile-delivery .content .delivery .error .icon {
    align-items: center;
    border-radius: 30px;
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px
}

.modal-profile-delivery .content .delivery .error .text {
    width: calc(100% - 47px)
}

.modal-profile-delivery .content .delivery .error .text h4 {
    font-weight: 800
}

.modal-profile-delivery .content .delivery .item-details {
    align-items: center;
    border-bottom: 1px solid #010b16;
    display: flex;
    height: 184px
}

@media screen and (max-width:1124px) {
    .modal-profile-delivery .content .delivery .item-details {
        flex-direction: column;
        height: auto
    }
}

@media screen and (max-width:480px) {
    .modal-profile-delivery .content .delivery .item-details {
        border-bottom: none
    }
}

.modal-profile-delivery .content .delivery .item-details .item {
    border-right: 1px solid #010b16;
    display: flex;
    gap: 16px;
    height: 100%;
    padding: 24px
}

@media screen and (max-width:1124px) {
    .modal-profile-delivery .content .delivery .item-details .item {
        border-right: transparent;
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .modal-profile-delivery .content .delivery .item-details .item {
        flex-direction: column;
        padding: 0
    }
}

.modal-profile-delivery .content .delivery .item-details .item .item-img {
    background-color: #222733;
    border-radius: 8px;
    height: 130px;
    margin: 16px 0;
    width: 100%
}

.modal-profile-delivery .content .delivery .item-details .item .item-img img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%
}

.modal-profile-delivery .content .delivery .item-details .item .item-specs {
    display: flex;
    flex-direction: column
}

.modal-profile-delivery .content .delivery .item-details .item .item-specs .row {
    display: flex;
    gap: 8px
}

.modal-profile-delivery .content .delivery .item-details .item .item-specs .item-name {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 160%;
    margin-bottom: 4px
}

@media screen and (max-width:480px) {
    .modal-profile-delivery .content .delivery .item-details .item .item-specs .item-name {
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: 100%
    }
}

.modal-profile-delivery .content .delivery .item-details .item .item-specs .item-brand,
.modal-profile-delivery .content .delivery .item-details .item .item-specs .item-size {
    color: #a7aebe;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.modal-profile-delivery .content .delivery .item-details .item .item-specs .item-brand {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 12px
}

.modal-profile-delivery .content .delivery .item-details .item .item-specs .item-size {
    background: #333b4d;
    border-radius: 6px;
    color: #b6bcc9;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    margin-top: 6px;
    padding: 5px 10px;
    width: -webkit-max-content;
    width: max-content
}

.modal-profile-delivery .content .delivery .item-details .item .item-specs .item-price {
    background: #fff;
    border-radius: 6px;
    color: #1a1b1c;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    margin-top: 6px;
    padding: 5px 10px;
    width: -webkit-max-content;
    width: max-content
}

.modal-profile-delivery .content .delivery .item-details .details {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    width: calc(100% - 304px)
}

@media screen and (max-width:1124px) {
    .modal-profile-delivery .content .delivery .item-details .details {
        padding-top: 0;
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .modal-profile-delivery .content .delivery .item-details .details {
        padding: 0
    }
}

.modal-profile-delivery .content .delivery .item-details .details .hr {
    background: #252b38;
    height: 1px;
    margin: auto 0;
    width: 100%
}

@media screen and (max-width:1124px) {
    .modal-profile-delivery .content .delivery .item-details .details .hr {
        margin: 24px 0
    }
}

@media screen and (max-width:480px) {
    .modal-profile-delivery .content .delivery .item-details .details .hr {
        border-color: #292f3d;
        margin: 16px 0
    }
}

.modal-profile-delivery .content .delivery .item-details .details .shipping-info {
    background: #222733;
    border-radius: 8px;
    gap: 4px;
    padding: 12px 16px;
    width: 100%
}

.modal-profile-delivery .content .delivery .item-details .details .shipping-info strong {
    color: #b6bcc9;
    white-space: nowrap
}

.modal-profile-delivery .content .delivery .item-details .details .shipping-info p {
    width: 100%
}

.modal-profile-delivery .content .delivery .item-details .details .row {
    display: flex;
    gap: 16px
}

.modal-profile-delivery .content .delivery .item-details .details .row:nth-child(2) {
    margin: 12px 0
}

@media screen and (max-width:800px) {
    .modal-profile-delivery .content .delivery .item-details .details .row {
        flex-direction: column
    }
}

@media screen and (max-width:6000px) {
    .modal-profile-delivery .content .delivery .item-details .details .row {
        flex-direction: row
    }
}

@media screen and (max-width:420px) {
    .modal-profile-delivery .content .delivery .item-details .details .row {
        flex-direction: column
    }
}

.modal-profile-delivery .content .delivery .item-details .details .row>div {
    width: 100%
}

.modal-profile-delivery .content .delivery .item-details .details .row p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.modal-profile-delivery .content .delivery .item-details .details .row p.bold {
    color: #fff;
    font-weight: 900
}

.modal-profile-delivery .content .delivery .item-details .details .row button {
    align-items: center;
    background: var(--primary-color);
    border-radius: 8px;
    color: #010b16;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    line-height: 150%;
    padding: 4px 4px 4px 16px;
    transition: background 275ms
}

.modal-profile-delivery .content .delivery .item-details .details .row button:hover {
    background: var(--primary-color)
}

.modal-profile-delivery .content .delivery .item-details .details .row button.cancel {
    background: transparent;
    border: 1px solid #e65456;
    color: #e65456;
    padding: 9px 16px;
    transition: background 275ms
}

.modal-profile-delivery .content .delivery .item-details .details .row button.cancel:hover {
    background: rgba(230, 84, 86, .161)
}

.modal-profile-delivery .content .delivery .item-details .details .row button .value {
    background: #010b16;
    border-radius: 6px;
    color: #fff;
    margin-left: auto;
    padding: 9px 16px
}

.modal-profile-delivery .content .delivery .item-details .details .row button .value span {
    color: var(--primary-color)
}

.modal-profile-delivery .content .delivery .progress-tracker {
    display: flex;
    padding: 24px
}

@media screen and (max-width:900px) {
    .modal-profile-delivery .content .delivery .progress-tracker {
        flex-direction: column
    }
}

@media screen and (max-width:480px) {
    .modal-profile-delivery .content .delivery .progress-tracker {
        margin-top: 12px;
        padding: 0
    }
}

.modal-profile-delivery .content .delivery .progress-tracker .progress {
    border-right: 1px solid #252b38;
    position: relative
}

@media screen and (max-width:900px) {
    .modal-profile-delivery .content .delivery .progress-tracker .progress {
        border-bottom: 1px solid #252b38;
        border-right: transparent
    }
}

.modal-profile-delivery .content .delivery .progress-tracker .progress.active .bar {
    background: var(--primary-color)
}

.modal-profile-delivery .content .delivery .progress-tracker .progress.active .checkpoint {
    border: 2px solid var(--primary-color)
}

.modal-profile-delivery .content .delivery .progress-tracker .progress.current .bar {
    -webkit-animation: barFlash 2s ease infinite normal forwards;
    animation: barFlash 2s ease infinite normal forwards
}

.modal-profile-delivery .content .delivery .progress-tracker .progress.current .checkpoint {
    border: 2px solid var(--primary-color)
}

.modal-profile-delivery .content .delivery .progress-tracker .progress .bar {
    background: #252b38;
    height: 4px;
    width: 100%
}

@media screen and (max-width:900px) {
    .modal-profile-delivery .content .delivery .progress-tracker .progress .bar {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 4px
    }
}

.modal-profile-delivery .content .delivery .progress-tracker .progress .checkpoint {
    background: #252b38;
    border-radius: 12px;
    height: 12px;
    left: -7px;
    position: absolute;
    top: -4px;
    width: 12px
}

@media screen and (max-width:900px) {
    .modal-profile-delivery .content .delivery .progress-tracker .progress .checkpoint {
        left: -4px;
        top: -6px
    }
}

.modal-profile-delivery .content .delivery .progress-tracker .progress .checkpoint.right {
    left: auto;
    right: -6px
}

@media screen and (max-width:900px) {
    .modal-profile-delivery .content .delivery .progress-tracker .progress .checkpoint.right {
        bottom: 0;
        left: -4px;
        right: auto;
        top: auto
    }
}

.modal-profile-delivery .content .delivery .progress-tracker .progress p {
    color: #a7aebe;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 16px;
    padding: 8px 16px
}

@media screen and (max-width:900px) {
    .modal-profile-delivery .content .delivery .progress-tracker .progress p {
        margin-left: 8px;
        margin-top: 0;
        padding: 16px
    }
}

.modal-profile-delivery .content .delivery .progress-tracker .progress p span {
    color: #fff;
    font-weight: 700
}

.modal-profile-delivery .content .delivery .progress-tracker .progress:first-child .checkpoint {
    left: 0
}

@media screen and (max-width:900px) {
    .modal-profile-delivery .content .delivery .progress-tracker .progress:first-child .checkpoint {
        left: -4px
    }
}

.modal-profile-delivery .content .delivery .progress-tracker .progress:last-child {
    border-bottom: none;
    border-right: none
}

.modal-profile-delivery .next-step {
    background: #222733;
    border-top: 1px solid #252b38;
    color: #010b16;
    padding: 24px;
    width: 100%
}

.modal-profile-delivery .next-step .status {
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 150%;
    margin-bottom: 16px
}

.modal-profile-delivery .next-step button {
    align-items: center;
    background: var(--primary-color);
    border-radius: 8px;
    color: #010b16;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    height: 44px;
    line-height: 150%;
    padding: 4px 4px 4px 16px;
    transition: background 275ms;
    width: 100%
}

.modal-profile-delivery .next-step button:hover {
    background: var(--primary-color)
}

.modal-profile-delivery .next-step button.cancel {
    background: transparent;
    border: 1px solid #e65456;
    color: #e65456;
    margin-top: 12px;
    padding: 9px 16px;
    transition: background 275ms
}

.modal-profile-delivery .next-step button.cancel:hover {
    background: rgba(230, 84, 86, .161)
}

.modal-profile-delivery .next-step button .value {
    background: #010b16;
    border-radius: 6px;
    color: #fff;
    margin-left: auto;
    padding: 9px 16px
}

.modal-profile-delivery .next-step button .value span {
    color: var(--primary-color)
}

.modal-profile-history {
    width: 600px
}

.modal-profile-history .content {
    height: 100%;
    max-height: calc(100vh - 185px);
    overflow-y: auto;
    padding: 24px
}

.modal-profile-history .content .flex-between {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

.modal-profile-history .content .flex-between .type {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 8px;
    line-height: 150%
}

.modal-profile-history .content .flex-between .price {
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 4px;
    line-height: 150%
}

.modal-profile-history .content .flex-between .price .green {
    color: var(--primary-color)
}

.modal-profile-history .content>p:nth-child(2) {
    margin-bottom: 4px
}

.modal-profile-history .content .tab-group {
    background: #000512;
    border-radius: 8px;
    display: flex;
    gap: 4px;
    margin: 16px 0;
    padding: 4px;
    width: 100%
}

.modal-profile-history .content .tab-group .tab {
    border-radius: 6px;
    cursor: pointer;
    padding: 8px 16px;
    text-align: center;
    transition: background 275ms;
    width: 100%
}

.modal-profile-history .content .tab-group .tab:hover {
    background: #1f232e
}

.modal-profile-history .content .tab-group .tab.active {
    background: #303747;
    color: #fff
}

.modal-profile-history .content .tab-fairness {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.modal-profile-history .content .tab-fairness p {
    color: #b6bcc9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.modal-profile-history .content .tab-fairness p span {
    color: #000512
}

.modal-profile-history .content .tab-cases {
    height: 500px;
    overflow-y: auto;
    padding-right: 10px
}

@media screen and (max-width:768px) {
    .modal-profile-history .content .tab-cases {
        padding-right: 0
    }
}

.modal-profile-history .content .tab-cases .case {
    align-items: center;
    background: #292f3d;
    border-radius: 8px;
    display: flex;
    margin-bottom: 8px;
    padding: 16px
}

.modal-profile-history .content .tab-cases .case .icon {
    height: 50px;
    margin-right: 15px;
    width: 60px
}

.modal-profile-history .content .tab-cases .case .icon img {
    height: 100%
}

.modal-profile-history .content .tab-cases .case .column>p {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.modal-profile-history .content .tab-cases .case .column>p:first-child {
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px
}

.modal-profile-history .content .tab-cases .case>p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    margin-left: auto
}

.modal-profile-history .content .tab-cases .case>p span {
    color: var(--primary-color)
}

.modal-profile-history .content .tab-items .player {
    margin-bottom: 16px
}

.modal-profile-history .content .tab-items .player .row-gap {
    display: flex;
    gap: 12px;
    margin-bottom: 8px
}

.modal-profile-history .content .tab-items .player .row-gap p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%
}

.modal-profile-history .content .tab-items .player .row-gap p:nth-child(2) {
    color: #b6bcc9
}

.modal-profile-history .content .tab-items .player .item-list {
    overflow-x: auto
}

.modal-profile-history .content .tab-items .player .item-list .scroller {
    display: flex;
    gap: 8px;
    width: -webkit-max-content;
    width: max-content
}

.modal-profile-history .content .tab-items .player .item-list .scroller .item {
    background: #292f3d;
    border-radius: 8px;
    height: 72px;
    padding: 9px;
    width: 72px
}

.modal-profile-history .content .tab-items .player .item-list .scroller .item img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%
}

.modal-profile-history .next-step {
    background: #222733;
    border-top: 1px solid #252b38;
    color: #010b16;
    padding: 24px;
    width: 100%
}

.modal-profile-history .next-step button {
    background: #414858;
    border-radius: 8px;
    color: #fff;
    margin-top: auto;
    overflow: hidden;
    padding: 11px 16px;
    position: relative;
    text-align: center;
    transition: background 275ms ease;
    width: 100%
}

.modal-profile-history .next-step button:hover {
    background: var(--primary-color)
}

.modal-profile-history .next-step button p {
    font-weight: 700;
    width: 100%
}

.modal-profile-transaction {
    width: 400px
}

.modal-profile-transaction .row {
    align-items: center;
    display: flex;
    gap: 8px
}

.modal-profile-transaction .content {
    height: 100%;
    max-height: calc(100vh - 185px);
    overflow-y: auto;
    padding: 24px
}

.modal-profile-transaction .content hr {
    border-color: #252b38;
    border-style: solid;
    margin: 16px 0
}

.modal-profile-transaction .content h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 4px
}

.modal-profile-transaction .content h1 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%
}

.modal-profile-transaction .content .transaction-details {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.modal-profile-transaction .content .transaction-details .flex-between {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

.modal-profile-transaction .next-step {
    background: #222733;
    border-top: 1px solid #252b38;
    color: #010b16;
    padding: 24px;
    width: 100%
}

.modal-profile-transaction .next-step .status {
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 150%;
    margin-bottom: 16px
}

.modal-profile-transaction .next-step .status.complete svg {
    color: var(--primary-color)
}

.modal-profile-transaction .next-step .status.pending svg {
    color: #ffab4a
}

.modal-profile-transaction .next-step .status.error svg {
    color: #e65456
}

.modal-profile-transaction .next-step button {
    background: var(--primary-color);
    border-radius: 8px;
    margin-top: auto;
    overflow: hidden;
    padding: 11px 16px;
    position: relative;
    text-align: center;
    transition: background 275ms ease;
    width: 100%
}

.modal-profile-transaction .next-step button:hover {
    background: var(--primary-color)
}

.modal-profile-transaction .next-step button p {
    font-weight: 700;
    width: 100%
}

.modal-profile-twofactor .two-factor {
    background: #181b24;
    border: 1px solid #000512;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 24px
}

.modal-profile-twofactor .two-factor h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%
}

.modal-profile-twofactor .two-factor h4 span {
    color: var(--primary-color)
}

.modal-profile-twofactor .two-factor p {
    color: #b6bcc9;
    margin-top: 4px
}

.modal-profile-twofactor .two-factor .input-wrapper {
    display: flex;
    flex-direction: column
}

.modal-profile-twofactor .two-factor .input-wrapper label {
    color: #b6bcc9;
    margin-bottom: 8px
}

.modal-profile-twofactor .two-factor .notice {
    background: rgba(230, 84, 86, .157);
    border-radius: 8px;
    color: #e65456;
    margin: 24px 0;
    padding: 12px;
    text-align: center
}

.modal-profile-twofactor .two-factor .qr-code {
    align-items: center;
    background: linear-gradient(0deg, #252b38, #1f232e);
    border: 1px solid #303747;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin: 16px 0;
    padding: 16px 16px 24px;
    width: 100%
}

.modal-profile-twofactor .two-factor .qr-code p {
    margin-bottom: 10px
}

.modal-profile-twofactor .two-factor .qr-code img {
    height: 136px;
    width: 136px
}

.modal-profile-twofactor .two-factor .row-gap {
    display: flex;
    gap: 12px;
    margin-left: auto;
    margin-top: 16px
}

.modal-profile-twofactor .two-factor .row-gap>button {
    margin-left: 0
}

.modal-profile-twofactor .two-factor.column {
    flex-direction: column
}

@media screen and (max-width:870px) {
    .modal-profile-twofactor .two-factor {
        flex-direction: column
    }
}

.modal-profile-twofactor .next-step {
    background: #222733;
    border-top: 1px solid #252b38;
    color: #010b16;
    padding: 24px;
    width: 100%
}

.modal-profile-twofactor .next-step>button:first-child {
    margin-bottom: 16px
}

.modal-profile-twofactor .next-step button {
    background: #414858;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    gap: 6px;
    height: -webkit-max-content;
    height: max-content;
    line-height: 150%;
    margin: auto 0;
    padding: 12px 16px;
    transition: background 275ms;
    width: 100%
}

.modal-profile-twofactor .next-step button:hover {
    background: #4c5467
}

.modal-profile-twofactor .next-step button.green {
    background: var(--primary-color);
    color: #010b16
}

.modal-profile-twofactor .next-step button.red {
    background: #e65456;
    color: #010b16
}

.modal-2fa {
    color: #8e8e99;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    width: 400px
}

.modal-2fa .content {
    height: 100%;
    max-height: calc(100vh - 185px);
    overflow-y: auto;
    padding: 24px
}

.modal-2fa .content>p {
    color: #b6bcc9;
    margin-top: 24px;
    text-align: center;
    width: 100%
}

.modal-2fa .content>p span {
    color: var(--primary-color)
}

.modal-2fa .content .title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px
}

.modal-2fa .content form label {
    color: #b6bcc9;
    font-size: 14px
}

.modal-2fa .content form .row {
    display: flex;
    gap: 12px;
    margin: 16px 0 32px
}

@media(max-width:400px) {
    .modal-2fa .content form .row {
        gap: 6px
    }
}

.modal-2fa .content form .row input {
    -webkit-appearance: textfield;
    appearance: textfield;
    -moz-appearance: textfield;
    font-size: 18px;
    height: 70px;
    text-align: center;
    width: 100%
}

.modal-2fa .content form .row input::-webkit-inner-spin-button,
.modal-2fa .content form .row input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.modal-2fa .content form .row input::-webkit-input-placeholder {
    font-size: 18px
}

.modal-2fa .content form .row input::placeholder {
    font-size: 18px
}

.modal-2fa .content form .row input:focus::-webkit-input-placeholder {
    opacity: 0
}

.modal-2fa .content form .row input:focus::placeholder {
    opacity: 0
}

.modal-2fa .content button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--primary-color);
    border: none;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 600;
    height: 44px;
    justify-content: center;
    line-height: 1.5;
    margin: 0;
    position: relative;
    touch-action: manipulation;
    transition: all 275ms;
    width: 100%
}

.modal-2fa .content button:hover {
    background-color: var(--primary-color)
}

.react-error {
    align-items: center;
    background: #010b16;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}

.react-error .glow {
    background: var(--primary-color);
    border-radius: 100px;
    bottom: 0;
    -webkit-filter: blur(250px);
    filter: blur(250px);
    height: 250px;
    left: 0;
    margin: auto;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px
}

.react-error .content {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    z-index: 1
}

@media screen and (max-width:800px) {
    .react-error .content {
        margin: 0 auto;
        text-align: center;
        width: calc(100% - 48px)
    }
}

.react-error .content>.row {
    display: flex;
    gap: 12px
}

.react-error .content>svg {
    margin-bottom: 32px
}

@media screen and (max-width:560px) {
    .react-error .content>svg {
        width: 100%
    }
}

.react-error .content h1 {
    color: #fff;
    font-size: 24px
}

.react-error .content .actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
    width: 100%
}

@media screen and (max-width:480px) {
    .react-error .content .actions {
        flex-direction: column
    }
}

.react-error .content .actions button {
    align-items: center;
    background: var(--primary-color);
    border-radius: 8px;
    color: #010b16;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 8px;
    height: 44px;
    justify-content: center;
    padding: 4px 16px;
    transition: background 275ms;
    white-space: nowrap
}

@media screen and (max-width:480px) {
    .react-error .content .actions button {
        width: 100%
    }
}

.react-error .content .actions button:hover {
    background: var(--primary-color)
}

.react-error .content .actions button svg {
    color: #010b16
}

.react-error .content pre {
    background: rgba(0, 0, 0, .5);
    border-radius: 8px;
    color: #f77;
    margin: 24px 0;
    overflow: hidden;
    padding: 8px 18px;
    text-align: left
}

@media screen and (max-width:800px) {
    .react-error .content pre {
        white-space: wrap;
        width: 100%
    }
}

.react-error .content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    max-width: 500px;
    text-align: center
}

#logo-root #logo {
    color: #fff
}

#logo-root #logo.hover .chips .left {
    -webkit-animation: leftChip .5s ease-in-out 1 normal forwards;
    animation: leftChip .5s ease-in-out 1 normal forwards
}

#logo-root #logo.hover .chips .middle {
    -webkit-animation: middleChip .5s ease-in-out 1 normal forwards;
    animation: middleChip .5s ease-in-out 1 normal forwards
}

#logo-root #logo.hover .chips .right {
    -webkit-animation: rightChip .5s ease-in-out 1 normal forwards;
    animation: rightChip .5s ease-in-out 1 normal forwards
}

#logo-root #logo.pale {
    color: #2f333d
}

#logo-root #logo.loading .chips .left {
    -webkit-animation: leftChip .75s ease-in-out infinite normal forwards;
    animation: leftChip .75s ease-in-out infinite normal forwards
}

#logo-root #logo.loading .chips .middle {
    -webkit-animation: middleChip .75s ease-in-out infinite normal forwards;
    animation: middleChip .75s ease-in-out infinite normal forwards
}

#logo-root #logo.loading .chips .right {
    -webkit-animation: rightChip .75s ease-in-out infinite normal forwards;
    animation: rightChip .75s ease-in-out infinite normal forwards
}

#logo-root #logo.hidden .chips .left {
    opacity: 0;
    -webkit-transform: translate(30px, 30px);
    transform: translate(30px, 30px)
}

#logo-root #logo.hidden .chips .middle {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

#logo-root #logo.hidden .chips .right {
    opacity: 0;
    -webkit-transform: translate(-30px, 30px);
    transform: translate(-30px, 30px)
}

#logo-root #logo.hidden .case {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

#logo-root #logo.hidden .caixas {
    opacity: 0
}

#logo-root #logo.hidden .com {
    opacity: 0;
    -webkit-transform: translate(-100px);
    transform: translate(-100px)
}

#logo-root #logo .chips .left {
    transition: all 333ms cubic-bezier(.41, .61, .32, 1.34);
    transition-delay: 50ms
}

#logo-root #logo .chips .left,
#logo-root #logo .chips .middle {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

#logo-root #logo .chips .middle {
    transition: all 333ms cubic-bezier(.41, .61, .32, 1.34);
    transition-delay: .1s
}

#logo-root #logo .chips .right {
    transition: all 333ms cubic-bezier(.41, .61, .32, 1.34);
    transition-delay: .15s
}

#logo-root #logo .caixas,
#logo-root #logo .chips .right {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

#logo-root #logo .caixas {
    transition: all 666ms ease
}

#logo-root #logo .com {
    transition: all 666ms ease;
    transition-delay: .1s
}

#logo-root #logo .case,
#logo-root #logo .com {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

#logo-root #logo .case {
    transition: all 333ms cubic-bezier(.41, .61, .32, 1.34);
    transition-delay: .15s
}

@-webkit-keyframes leftChip {
    0% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    50% {
        opacity: .75;
        -webkit-transform: translate(-15px, -15px);
        transform: translate(-15px, -15px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes leftChip {
    0% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    50% {
        opacity: .75;
        -webkit-transform: translate(-15px, -15px);
        transform: translate(-15px, -15px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes middleChip {
    0% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    50% {
        opacity: .75;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes middleChip {
    0% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    50% {
        opacity: .75;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes rightChip {
    0% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    50% {
        opacity: .75;
        -webkit-transform: translate(15px, -15px);
        transform: translate(15px, -15px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes rightChip {
    0% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    50% {
        opacity: .75;
        -webkit-transform: translate(15px, -15px);
        transform: translate(15px, -15px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes logoLoading {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes logoLoading {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

footer {
    border-top: 1px solid #1f232e;
    padding: 36px 56px
}

@media screen and (max-width:900px) {
    footer {
        padding: 36px 24px
    }
}

@media screen and (max-width:480px) {
    footer {
        padding: 16px 16px 36px
    }
}

footer .desktop-only {
    display: flex
}

@media screen and (max-width:480px) {
    footer .desktop-only {
        display: none !important
    }
}

footer .tablet-only {
    display: none
}

@media screen and (max-width:768px) {
    footer .tablet-only {
        display: block
    }
}

footer .mobile-only {
    display: none
}

@media screen and (max-width:480px) {
    footer .mobile-only {
        display: block
    }
}

footer .row-between {
    display: flex;
    gap: 6px;
    justify-content: space-between
}

@media screen and (max-width:768px) {
    footer .row-between.top {
        flex-direction: column-reverse
    }
}

footer .mobile-socials {
    display: none;
    gap: 12px;
    margin-bottom: 24px
}

@media screen and (max-width:480px) {
    footer .mobile-socials {
        display: flex
    }
}

footer .mobile-socials a {
    width: 100%
}

footer .mobile-socials a .social-btn {
    align-items: center;
    background: #333b4d;
    border-radius: 8px;
    color: #b6bcc9;
    display: flex;
    justify-content: center;
    padding: 10px;
    transition: background 275ms, color 275ms;
    width: 100%
}

footer .mobile-socials a .social-btn:hover {
    background: #4c5467;
    color: #fff
}

footer .mobile-socials a .social-btn svg {
    height: 24px;
    width: 24px
}

footer .footer-wrapper {
    transition: max-width .5s ease;
    will-change: max-width
}

footer .footer-wrapper.tight {
    margin: 0 auto;
}

footer .column {
    display: flex;
    flex-direction: column;
    gap: 8px
}

footer .column.link {
    width: -webkit-max-content;
    width: max-content
}

@media screen and (max-width:480px) {
    footer .column.link {
        width: 100%
    }
}

footer .column.link p {
    color: #b6bcc9;
    font-size: 14px;
    font-weight: 900;
    line-height: normal
}

footer .column.link a {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 12px;
    transition: color 275ms
}

footer .column.link a svg {
    height: 18px;
    width: 18px
}

footer .column.link a:hover {
    color: #98a1b3
}

footer .column.logo {
    margin-right: 30px;
    width: 374px
}

footer .column.logo>svg {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    margin-bottom: 16px
}

footer .column.logo p {
    color: #b6bcc9;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%
}

@media screen and (max-width:768px) {
    footer .column.logo {
        width: 100%
    }
}

footer .hr {
    background: #252b38;
    border-radius: 1px;
    height: 1px;
    margin: 24px 0;
    width: 100%
}

footer .links {
    grid-gap: 36px;
    display: grid;
    gap: 36px;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

footer .links.logged {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

@media screen and (max-width:680px) {
    footer .links {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media screen and (max-width:480px) {
    footer .links {
        gap: 12px
    }
}

.menu-overlay-cart {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.menu-overlay-cart ::-webkit-scrollbar {
    width: 4px
}

.menu-overlay-cart * ::-webkit-scrollbar-corner {
    background-color: #303747
}

.menu-overlay-cart ::-webkit-scrollbar-thumb {
    background-color: #626c83;
    border-radius: 8px
}

.menu-overlay-cart ::-webkit-scrollbar-track {
    background: #303747
}

.menu-overlay-cart.active {
    pointer-events: auto
}

.menu-overlay-cart.active .cart {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.menu-overlay-cart.home .cart {
    left: 370px;
    margin: 0 auto;
    right: 0
}

@media(max-width:1440px) {
    .menu-overlay-cart.home .cart {
        left: auto;
        right: 370px
    }
}

.menu-overlay-cart .cart {
    align-items: stretch;
    background-color: #1f232e;
    border-radius: 8px;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .2), 0 1px 1px rgba(0, 0, 0, .141), 0 1px 3px rgba(0, 0, 0, .122);
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: 14px;
    height: 524px;
    opacity: 0;
    overflow: hidden;
    padding: 1rem 0 0;
    place-content: stretch space-between;
    position: absolute;
    right: 370px;
    top: 67px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    width: 400px;
    will-change: transform, opacity
}

.menu-overlay-cart .cart.right-position {
    right: 75px
}

.menu-overlay-cart .cart:before {
    border-bottom: 7px solid #071d2a;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 140px;
    top: -7px;
    width: 0
}

@media(max-width:572px) {
    .menu-overlay-cart .cart {
        border-radius: 0 !important;
        height: calc(100% - 74px);
        right: 0 !important;
        top: 74px !important;
        width: 100%
    }

    .menu-overlay-cart .cart:before {
        right: 211px
    }
}

.menu-overlay-cart .cart .header {
    align-items: center;
    background: #252b38;
    border-radius: 6px;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    margin: 0 1.2rem;
    padding: 1rem 1.2rem;
    place-content: center space-between;
    transition: all 275ms
}

.menu-overlay-cart .cart .header:hover {
    background: #2c3342
}

.menu-overlay-cart .cart .header:hover .fa-chevron-right {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.menu-overlay-cart .cart .header-left {
    align-items: center;
    display: flex
}

.menu-overlay-cart .cart .header-left .fa-cart-shopping {
    font-size: 17.5px
}

.menu-overlay-cart .cart .header-left .flex-items-cart {
    display: flex;
    flex-direction: column;
    margin-left: 1rem
}

.menu-overlay-cart .cart .header-left .flex-items-cart .total-items-cart {
    font-size: 14px;
    font-weight: 700
}

.menu-overlay-cart .cart .header-left .flex-items-cart .view-full-cart {
    color: #b6bcc9;
    font-size: 14px;
    font-weight: 500
}

.menu-overlay-cart .cart .header .fa-chevron-right {
    font-size: 17.5px;
    transition: all 275ms
}

.menu-overlay-cart .cart .empty-cart-text {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 100%;
    place-content: center
}

.menu-overlay-cart .cart .items-header {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0 .75rem
}

.menu-overlay-cart .cart .items-header .total-price {
    font-weight: 700;
    margin-right: 16px
}

.menu-overlay-cart .cart .items-header .total-price .green {
    color: var(--primary-color)
}

.menu-overlay-cart .cart .items-header .select-all:first-child {
    margin-left: 16px
}

.menu-overlay-cart .cart .items-header input[type=checkbox] {
    display: none;
    height: 0;
    width: 0
}

.menu-overlay-cart .cart .items-header input[type=checkbox]+label {
    align-items: center;
    color: #b6bcc9;
    cursor: pointer;
    display: flex;
    float: left;
    font-weight: 500;
    position: relative;
    transition: color .25s cubic-bezier(.4, 0, .23, 1);
    -webkit-user-select: none;
    user-select: none
}

.menu-overlay-cart .cart .items-header input[type=checkbox]+label>ins {
    bottom: 0;
    display: block;
    height: 0;
    left: calc(1em + 8px);
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    transition: height .3s cubic-bezier(.4, 0, .23, 1);
    width: 100%
}

.menu-overlay-cart .cart .items-header input[type=checkbox]+label>ins>i {
    bottom: 0;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    -webkit-user-select: none;
    user-select: none
}

.menu-overlay-cart .cart .items-header input[type=checkbox]+label>span {
    align-items: center;
    background: transparent;
    border: 2px solid #b6bcc9;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    height: 1em;
    justify-content: center;
    margin-right: 8px;
    transition: all .25s cubic-bezier(.4, 0, .23, 1);
    width: 1em
}

.menu-overlay-cart .cart .items-header input[type=checkbox]+label:hover,
.menu-overlay-cart .cart .items-header input[type=checkbox]:focus+label {
    color: #d3d7df
}

.menu-overlay-cart .cart .items-header input[type=checkbox]+label:hover>span,
.menu-overlay-cart .cart .items-header input[type=checkbox]:focus+label>span {
    background: hsla(0, 0%, 100%, .1)
}

.menu-overlay-cart .cart .items-header input[type=checkbox]:checked+label>ins {
    height: 100%
}

.menu-overlay-cart .cart .items-header input[type=checkbox]:checked+label>span {
    -webkit-animation: shrink-bounce .2s cubic-bezier(.4, 0, .23, 1);
    animation: shrink-bounce .2s cubic-bezier(.4, 0, .23, 1);
    border: .5em solid var(--primary-color)
}

.menu-overlay-cart .cart .items-header input[type=checkbox]:checked+label>span:before {
    -webkit-animation: checkbox-check 125ms cubic-bezier(.4, 0, .23, 1) .25s forwards;
    animation: checkbox-check 125ms cubic-bezier(.4, 0, .23, 1) .25s forwards;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    content: "";
    left: 1.4px;
    position: absolute;
    top: 5.2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.menu-overlay-cart .cart .cart-items {
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    contain: strict;
    display: block;
    flex: 1 1 .000000001px;
    height: 100%;
    overflow: auto;
    padding-bottom: 1rem;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 275ms;
    width: 100%;
    will-change: scroll-position
}

.menu-overlay-cart .cart .cart-items .padding-fix {
    padding: 0 12px 0 16px
}

.menu-overlay-cart .cart .cart-items .cart-item {
    background: #252b38;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    height: 92px;
    margin-top: 9px;
    padding: 14px 12px;
    position: relative;
    transition: all 275ms;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.menu-overlay-cart .cart .cart-items .cart-item:hover {
    background-color: #2c3342
}

.menu-overlay-cart .cart .cart-items .cart-item .rarity-bg {
    border-radius: 100%;
    bottom: 0;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    height: 38px;
    left: 0;
    margin: auto;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px
}

.menu-overlay-cart .cart .cart-items .cart-item.legendary .rarity-bg {
    background-color: #ee9834
}

.menu-overlay-cart .cart .cart-items .cart-item.epic .rarity-bg {
    background-color: #d32ce6
}

.menu-overlay-cart .cart .cart-items .cart-item.rare .rarity-bg {
    background-color: #4b69cd
}

.menu-overlay-cart .cart .cart-items .cart-item.uncommon .rarity-bg {
    background-color: #203e35
}

.menu-overlay-cart .cart .cart-items .cart-item.common .rarity-bg {
    background-color: #313644
}

.menu-overlay-cart .cart .cart-items .cart-item.selected {
    background-color: #2c3342;
    border: 1px solid #fff
}

.menu-overlay-cart .cart .cart-items .cart-item .select-position {
    align-items: center;
    display: flex
}

.menu-overlay-cart .cart .cart-items .cart-item .image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: relative;
    width: 60px
}

.menu-overlay-cart .cart .cart-items .cart-item .image .img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    width: 60px;
    z-index: 100
}

.menu-overlay-cart .cart .cart-items .cart-item .info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px
}

.menu-overlay-cart .cart .cart-items .cart-item .info .name {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    max-width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.menu-overlay-cart .cart .cart-items .cart-item .info .category {
    color: #a7aebe;
    font-size: 12px;
    font-weight: 500;
    margin-top: -2px;
    max-width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.menu-overlay-cart .cart .cart-items .cart-item .info .price {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    color: #010b16;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 27px;
    justify-content: center;
    margin-top: 4px;
    padding: 0 8px
}

.menu-overlay-cart .cart .cart-footer {
    background: #222733;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 16px;
    position: absolute;
    -webkit-transform: translateY(calc(100% + 20px));
    transform: translateY(calc(100% + 20px));
    transition: all .2s;
    width: 100%
}

.menu-overlay-cart .cart .cart-footer.open {
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.menu-overlay-cart .cart .cart-footer .button {
    flex: 1 1;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    text-transform: uppercase
}

.menu-overlay-cart .cart .cart-footer .button.white {
    background-color: #fff;
    box-shadow: inset 0 -3px #ccc, inset 0 2px #f2f2f2
}

.money-button {
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 8px;
    color: #010b16;
    display: flex;
    font-weight: 700;
    gap: 12px;
    padding: 4px 4px 4px 16px;
    transition: background 275ms;
    will-change: background
}

.money-button:hover {
    background: var(--primary-color);
    cursor: pointer
}

.money-button svg {
    margin-right: 8px
}

.money-button .button-left {
    align-items: center;
    display: flex
}

.money-button .price {
    background-color: #010b16;
    border-radius: 7px;
    color: #fff;
    line-height: 130%;
    margin-left: auto;
    padding: 9px 16px
}

.money-button .price .green {
    color: var(--primary-color)
}

.menu-overlay-notifs {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

@media screen and (max-width:750px) {
    .menu-overlay-notifs {
        background: transparent;
        height: 100vh;
        transition: background 275ms ease
    }

    .menu-overlay-notifs.active {
        background: rgba(20, 23, 30, .9)
    }
}

.menu-overlay-notifs ::-webkit-scrollbar {
    width: 4px
}

.menu-overlay-notifs * ::-webkit-scrollbar-corner {
    background-color: #303747
}

.menu-overlay-notifs ::-webkit-scrollbar-thumb {
    background-color: #626c83;
    border-radius: 8px
}

.menu-overlay-notifs ::-webkit-scrollbar-track {
    background: #303747
}

.menu-overlay-notifs.active {
    pointer-events: auto
}

.menu-overlay-notifs.active .notifs {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.menu-overlay-notifs .notifs {
    align-items: stretch;
    background-color: #1f232e;
    border-radius: 8px;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .2), 0 1px 1px rgba(0, 0, 0, .141), 0 1px 3px rgba(0, 0, 0, .122);
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: 14px;
    height: 524px;
    opacity: 0;
    overflow: hidden;
    place-content: stretch space-between;
    position: absolute;
    right: 430px;
    top: 67px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    width: 400px;
    will-change: transform, opacity
}

@media screen and (max-width:970px) {
    .menu-overlay-notifs .notifs {
        right: 330px;
        top: 85px
    }
}

@media screen and (max-width:750px) {
    .menu-overlay-notifs .notifs {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        bottom: 0;
        opacity: 1;
        right: 0;
        top: auto;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        width: 100%
    }
}

.menu-overlay-notifs .notifs .header {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 16px;
    place-items: center;
    position: relative
}

@media screen and (max-width:750px) {
    .menu-overlay-notifs .notifs .header {
        flex-direction: column;
        place-items: flex-start
    }
}

.menu-overlay-notifs .notifs .header h1 {
    font-size: 16px;
    font-weight: 700
}

.menu-overlay-notifs .notifs .header h3 {
    border: 1px solid #303747;
    border-radius: 6px;
    color: var(--primary-color);
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 6px;
    transition: all 275ms ease
}

.menu-overlay-notifs .notifs .header h3:hover {
    background: rgba(42, 105, 77, .25)
}

.menu-overlay-notifs .notifs .header h3.empty {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

@media screen and (max-width:750px) {
    .menu-overlay-notifs .notifs .header h3 {
        margin-top: 8px
    }
}

.menu-overlay-notifs .notifs .header svg {
    margin: 1.25rem 16px;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (min-width:750px) {
    .menu-overlay-notifs .notifs .header svg {
        display: none
    }
}

.menu-overlay-notifs .notifs .notifs-list {
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    contain: strict;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 275ms;
    width: 100%;
    will-change: scroll-position
}

.menu-overlay-notifs .notifs .notifs-list.empty {
    align-items: center;
    justify-content: center
}

.menu-overlay-notifs .notifs .notifs-list .padding-fix {
    padding: 0 12px 0 16px
}

@media screen and (max-width:750px) {
    .menu-overlay-notifs .notifs .notifs-list .padding-fix {
        width: 100%
    }
}

.menu-overlay-notifs .notifs .notifs-list .empty-notifs {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center
}

.menu-overlay-notifs .notifs .notifs-list .empty-notifs>svg {
    background: #252b38;
    border-radius: 64px;
    color: #b6bcc9;
    height: 64px;
    padding: 14px;
    width: 64px
}

.menu-overlay-notifs .notifs .notifs-list .empty-notifs>.text {
    margin-top: 10px
}

.menu-overlay-notifs .notifs .notifs-list .empty-notifs>.text>p {
    color: #8a93a8;
    margin-top: 4px
}

.menu-overlay-notifs .notifs .notifs-list .notif-item {
    background: #2c3342;
    border-radius: 8px;
    display: flex;
    margin-top: 6px;
    overflow: hidden;
    width: 100%
}

@media screen and (max-width:750px) {
    .menu-overlay-notifs .notifs .notifs-list .notif-item {
        height: -webkit-max-content;
        height: max-content;
        min-height: 107px
    }
}

.menu-overlay-notifs .notifs .notifs-list .notif-item .icon {
    background: #252b38;
    color: var(--primary-color);
    display: flex;
    min-width: 56px;
    place-content: center;
    place-items: center
}

@media screen and (max-width:750px) {
    .menu-overlay-notifs .notifs .notifs-list .notif-item .icon {
        height: auto
    }
}

.menu-overlay-notifs .notifs .notifs-list .notif-item .info {
    display: flex;
    flex-direction: column;
    padding: 1rem
}

@media screen and (max-width:750px) {
    .menu-overlay-notifs .notifs .notifs-list .notif-item .info {
        width: 100%
    }
}

.menu-overlay-notifs .notifs .notifs-list .notif-item .info .info-header {
    display: flex;
    justify-content: space-between
}

.menu-overlay-notifs .notifs .notifs-list .notif-item .info .info-header h3 {
    font-size: 14px;
    font-weight: 700
}

.menu-overlay-notifs .notifs .notifs-list .notif-item .info .info-header .time-ago {
    display: flex;
    flex-direction: row;
    gap: 6px;
    place-items: center
}

.menu-overlay-notifs .notifs .notifs-list .notif-item .info .info-header .time-ago .online {
    background-color: var(--primary-color);
    border-radius: 4px;
    height: 4px;
    width: 4px
}

.menu-overlay-notifs .notifs .notifs-list .notif-item .info .info-header .time-ago p {
    color: #000512;
    font-size: 12px;
    font-weight: 500
}

.menu-overlay-notifs .notifs .notifs-list .notif-item .info .message {
    color: #b6bcc9;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px
}

.menu-overlay-notifs .notifs .notifs-list .notif-item .info .message span {
    color: #fff;
    font-weight: 700
}

.menu-overlay-notifs .notifs .notifs-list .notif-item .info .message span span {
    color: var(--primary-color)
}

.menu-overlay-profile {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 7
}

.menu-overlay-profile ::-webkit-scrollbar {
    width: 4px
}

.menu-overlay-profile * ::-webkit-scrollbar-corner {
    background-color: #303747
}

.menu-overlay-profile ::-webkit-scrollbar-thumb {
    background-color: #626c83;
    border-radius: 8px
}

.menu-overlay-profile ::-webkit-scrollbar-track {
    background: #303747
}

.menu-overlay-profile.active {
    pointer-events: auto
}

.menu-overlay-profile.active .profile {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.menu-overlay-profile.home .profile {
    left: 1050px;
    margin: 0 auto;
    right: 0
}

@media(max-width:1440px) {
    .menu-overlay-profile.home .profile {
        left: auto;
        right: 23px
    }
}

.menu-overlay-profile .profile {
    align-items: stretch;
    background-color: #030711;
    border-radius: 8px;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .2), 0 1px 1px rgba(0, 0, 0, .141), 0 1px 3px rgba(0, 0, 0, .122);
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: 14px;
    left: auto;
    opacity: 0;
    overflow: hidden;
    place-content: stretch space-between;
    position: absolute;
    right: 2px;
    top: 77px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    width: 320px;
    will-change: transform, opacity
}

@media(max-width:1370px) {
    .menu-overlay-profile .profile {
        left: auto;
        right: 23px
    }
}

.menu-overlay-profile .profile .header {
    background: #030711;
    box-sizing: border-box;
    cursor: pointer;
    padding: 24px;
    transition: background 275ms ease
}

.menu-overlay-profile .profile .header:hover {
    background: #242933
}

.menu-overlay-profile .profile .header:hover>.progress {
    background: #40495f
}

.menu-overlay-profile .profile .header .user {
    align-items: center;
    display: flex
}

.menu-overlay-profile .profile .header .user>.avatar {
    background: #2c3342;
    background-position: 50%;
    background-size: contain;
    border-radius: 42px;
    height: 42px;
    margin-right: 12px;
    width: 42px
}

.menu-overlay-profile .profile .header .user>.user-info {
    margin-right: auto;
    overflow: hidden;
    width: calc(100% - 42px)
}

.menu-overlay-profile .profile .header .user>svg {
    margin-bottom: auto
}

.menu-overlay-profile .profile .header .user h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis
}

.menu-overlay-profile .profile .header .user p {
    color: #a7aebe;
    font-size: 14px
}

.menu-overlay-profile .profile .header .progress {
    background: #333b4d;
    border-radius: 8px;
    height: 8px;
    margin: 14px 0 10px;
    overflow: hidden;
    position: relative;
    transition: background 275ms ease;
    width: 100%
}

.menu-overlay-profile .profile .header .progress span {
    background: var(--primary-color);
    border-radius: 20px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.menu-overlay-profile .profile .header .progress-info {
    color: #ffab4a;
    display: flex;
    font-weight: 600;
    justify-content: space-between
}

.menu-overlay-profile .profile .header .progress-info>div {
    align-items: center;
    display: flex;
    gap: 8px
}

.menu-overlay-profile .profile .profile-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px
}

.menu-overlay-profile .profile .profile-list .route {
    align-items: center;
    border-radius: 8px;
    color: #a7aebe;
    cursor: pointer;
    display: flex;
    gap: 8px;
    padding: 11.5px 16px;
    transition: color 275ms ease, background 275ms ease
}

.menu-overlay-profile .profile .profile-list .route:hover {
    background: #303747;
    color: #fff
}

.menu-overlay-profile .profile .profile-list .route svg {
    height: 18px;
    width: 18px
}

.menu-overlay-profile .profile .profile-list .route.green {
    color: var(--primary-color)
}

.menu-overlay-profile .profile .profile-list .route.green:hover {
    opacity: 0.9;
}

.avatar {
    height: 44px;
    position: relative;
    width: 44px
}

.avatar.xl {
    height: 64px;
    margin-bottom: 16px;
    width: 64px
}

.avatar.xl .inner {
    height: 60px;
    width: 60px
}

.avatar .outer {
    align-items: center;
    border: 2px solid #222733;
    border-radius: 1000px;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.avatar .outer.bronze {
    border: 2px solid #c88343
}

.avatar .inner {
    background-position: 50%;
    background-size: contain;
    border: 2px solid #000512;
    border-radius: 31.5px;
    flex-shrink: 0;
    height: 40px;
    width: 40px
}

.avatar .inner.bronze {
    border: 2px solid #c88343
}

.avatar .level {
    bottom: -1px;
    position: absolute;
    right: -1px
}

.section-faq {
    margin: 0 auto;
    width: calc(100% - 144px)
}

@media screen and (max-width:1350px) {
    .section-faq {
        width: calc(100% - 64px)
    }
}

@media screen and (max-width:480px) {
    .section-faq {
        width: calc(100% - 24px)
    }
}

.section-faq .row {
    display: flex;
    gap: 24px
}

@media screen and (max-width:768px) {
    .section-faq .row {
        flex-direction: column
    }
}

.section-faq .row .left {
    display: flex;
    flex-direction: column;
    width: 35%
}

@media screen and (max-width:1024px) {
    .section-faq .row .left {
        width: 50%
    }
}

@media screen and (max-width:768px) {
    .section-faq .row .left {
        width: 100%
    }
}

.section-faq .row .left .brow {
    color: #ffab4a;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.section-faq .row .left h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 150%;
    margin-bottom: 4px
}

.section-faq .row .left .subtitle {
    color: #98a1b3;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.section-faq .row .left .image {
    margin: auto auto 0;
    width: 75%
}

.section-faq .row .left .image img {
    width: 100%
}

.section-faq .row hr {
    border: 1px solid #1f232e
}

.section-faq .row .right {
    width: 65%
}

@media screen and (max-width:1024px) {
    .section-faq .row .right {
        width: 50%
    }
}

@media screen and (max-width:768px) {
    .section-faq .row .right {
        width: 100%
    }
}

.section-faq .row .right .disclosure-group {
    margin-top: 16px
}

.section-faq .row .right .disclosure-group .disclosure {
    border-radius: 8px;
    margin-top: 12px;
    overflow: hidden;
    transition: background 275ms
}

.section-faq .row .right .disclosure-group .disclosure.open {
    background: #1f232e
}

.section-faq .row .right .disclosure-group .disclosure.open .icon {
    background: #b6bcc9 !important;
    color: #010b16
}

.section-faq .row .right .disclosure-group .disclosure.open .icon svg {
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important
}

.section-faq .row .right .disclosure-group .disclosure .disclosure-button {
    align-items: center;
    color: #b6bcc9;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
    padding: 12px;
    text-align: left;
    transition: background 275ms, color 275ms;
    width: 100%
}

.section-faq .row .right .disclosure-group .disclosure .disclosure-button:hover {
    background: #181b24;
    color: #fff
}

.section-faq .row .right .disclosure-group .disclosure .disclosure-button .icon {
    background: #252b38;
    border-radius: 8px;
    display: flex;
    height: 36px;
    transition: background 275ms, color 275ms;
    width: 36px
}

.section-faq .row .right .disclosure-group .disclosure .disclosure-button .icon svg {
    height: 18px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 18px
}

.section-faq .row .right .disclosure-group .disclosure .disclosure-body {
    padding: 16px
}

.section-faq .row .right .disclosure-group .disclosure .disclosure-body span {
    color: var(--primary-color);
    cursor: pointer
}

.section-support {
    align-items: center;
    background: #1f232e;
    border-radius: 8px;
    display: flex;
    gap: 20px;
    margin: 0 auto;
    padding: 24px;
    width: calc(100% - 144px)
}

@media screen and (max-width:1350px) {
    .section-support {
        width: calc(100% - 64px)
    }
}

@media screen and (max-width:480px) {
    .section-support {
        flex-direction: column;
        width: calc(100% - 24px)
    }
}

.section-support .icon {
    align-items: center;
    aspect-ratio: 1/1;
    background: #252b38;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    width: 49px
}

.section-support .icon svg {
    height: 32px;
    position: relative;
    right: -1px;
    top: -2px;
    width: 32px
}

.section-support .row {
    width: 50%
}

@media screen and (max-width:480px) {
    .section-support .row {
        width: 100%
    }
}

.section-support .row p {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.section-support button {
    align-items: center;
    background: #414858;
    border-radius: 8px;
    color: #fff;
    display: flex;
    gap: 6px;
    height: 44px;
    margin-left: auto;
    padding: 9px 16px;
    transition: background 275ms
}

@media screen and (max-width:480px) {
    .section-support button {
        width: 100%
    }
}

.section-support button svg {
    height: 20px;
    width: 20px
}

.section-support button:hover {
    background: #4c5467
}

.provably-hero {
    align-items: center;
    background: #181b24;
    display: flex;
    flex-direction: column;
    height: 558px;
    padding: 50px 0 0;
    position: relative;
    text-align: center;
    width: 100%
}

@media screen and (max-width:700px) {
    .provably-hero {
        padding: 50px 25px 0
    }
}

@media screen and (max-width:480px) {
    .provably-hero {
        padding: 25px 25px 0
    }
}

.provably-hero .glow {
    aspect-ratio: 1/1;
    background-color: var(--primary-color);
    -webkit-filter: blur(200px);
    filter: blur(200px);
    opacity: .25;
    position: absolute;
    top: -75%;
    width: 20%;
    z-index: 0
}

.provably-hero .shield {
    position: relative
}

.provably-hero .shield img:first-child {
    -webkit-filter: blur(25px);
    filter: blur(25px);
    position: absolute
}

.provably-hero .box {
    margin-top: 50px;
    -webkit-mask-image: linear-gradient(#000, transparent);
    mask-image: linear-gradient(#000, transparent)
}

.provably-hero .hero-content {
    position: relative;
    z-index: 1
}

.provably-hero .hero-content h1 {
    color: #fff;
    font-family: Okta Neue;
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: uppercase
}

@media screen and (max-width:700px) {
    .provably-hero .hero-content h1 {
        font-size: 36px
    }
}

.provably-hero .hero-content p {
    color: #b6bcc9;
    color: var(--System-Whites-50, #b6bcc9);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    max-width: 600px;
    text-align: center
}

.text-page {
    padding: 32px 52px 0;
    width: calc(100% - 104px)
}

.text-page.markdown {
    margin-bottom: 124px;
    width: 100%
}

@media screen and (max-width:900px) {
    .text-page.markdown {
        padding: 16px 32px 0
    }
}

.text-page.markdown .document {
    width: 100%
}

.text-page.markdown .document .code {
    margin: 24px 0 !important
}

.text-page .tabs {
    display: flex;
    font-size: 15px;
    gap: 8px;
    padding: 0;
    position: relative
}

.text-page .tabs .menu-item {
    align-items: center;
    color: #959598;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 34px;
    justify-content: center;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
    transition-duration: 275ms;
    -webkit-user-select: none;
    user-select: none;
    z-index: 1
}

.text-page .tabs .menu-item.active,
.text-page .tabs .menu-item:hover {
    color: #fff
}

.text-page .tabs .selector {
    background: #1f232e;
    border-radius: 24px;
    display: inline-block;
    height: 34px;
    left: 0;
    position: absolute;
    top: 0;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.68, -.2, .265, 1.2);
    z-index: 1
}

.text-page .document {
    margin-top: 24px
}

.text-page .document.hide {
    display: none
}

.text-page .document .document-title,
.text-page .document h1 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(273deg, #b6bcc9, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    font-family: Okta Neue;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
    margin: 16px 0;
    text-align: center;
    text-transform: uppercase
}

@media screen and (max-width:480px) {

    .text-page .document .document-title,
    .text-page .document h1 {
        font-size: 36px
    }
}

.text-page .document h3 {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 800;
    line-height: 50px;
    margin-top: 16px
}

.text-page .document .document-text,
.text-page .document p {
    color: #98a1b3;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.text-page .document .document-text strong,
.text-page .document p strong {
    color: var(--primary-color);
    font-weight: 700
}

.text-page .document .document-subtitle {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 160%;
    margin-bottom: 12px;
    margin-top: 42px
}

.text-page .document a {
    color: var(--primary-color);
    cursor: pointer;
    text-decoration: none;
    transition: color 275ms
}

.text-page .document a:hover {
    color: #00af61
}

.conta {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 150px
}

.conta .section .section-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    width: 100%
}

.conta .section .section-title p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%
}

@media screen and (max-width:768px) {
    .conta .section .section-title .dropdown .label {
        display: none
    }
}

.conta .section .section-grid {
    grid-gap: 12px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media screen and (max-width:768px) {
    .conta .section .section-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

.conta .section .section-grid .summary-item {
    background-color: #1f232e;
    border-radius: 8px;
    padding: 20px
}

.conta .section .section-grid .summary-item .flex-gap {
    display: flex;
    gap: 6px
}

.conta .section .section-grid .summary-item .flex-gap img {
    height: 24px;
    width: 24px
}

.conta .section .section-grid .summary-item p {
    color: #b6bcc9;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.conta .section .section-grid .summary-item h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-top: 4px
}

.conta .section .section-grid .summary-item h4 span {
    color: var(--primary-color)
}

.conta .section .user-setters {
    background: #1f232e;
    border-radius: 8px;
    padding: 24px
}

.conta .section .user-setters .setter-group {
    margin-top: 16px
}

.conta .section .user-setters .setter-group:first-child {
    margin-top: 0
}

.conta .section .user-setters .setter-group.active>div button {
    background: var(--primary-color);
    color: #000
}

.conta .section .user-setters .setter-group label {
    color: #b6bcc9;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    text-transform: capitalize
}

.conta .section .user-setters .setter-group>div {
    display: flex;
    gap: 10px;
    margin-top: 8px
}

@media screen and (max-width:768px) {
    .conta .section .user-setters .setter-group>div {
        flex-direction: column
    }
}

.conta .section .user-setters .setter-group>div input {
    width: 100%
}

.conta .section .user-setters .setter-group>div button {
    background: #414858;
    border-radius: 8px;
    color: #b6bcc9;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    min-width: 86px;
    padding: 9px 16px;
    transition: background 275ms
}

.conta .section .user-setters .setter-group>div button:hover {
    background: #4c5467
}

.conta .section .user-addresses .address {
    align-items: center;
    background: #1f232e;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 24px
}

@media screen and (max-width:768px) {
    .conta .section .user-addresses .address {
        flex-direction: column
    }
}

@media screen and (max-width:600px) {
    .conta .section .user-addresses .address {
        flex-direction: row
    }
}

@media screen and (max-width:480px) {
    .conta .section .user-addresses .address {
        flex-direction: column
    }
}

.conta .section .user-addresses .address .left {
    padding-right: 12px
}

.conta .section .user-addresses .address .left h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 8px
}

.conta .section .user-addresses .address .left p {
    color: #000512;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 4px
}

.conta .section .user-addresses .address .right {
    display: flex;
    gap: 12px
}

@media screen and (max-width:768px) {
    .conta .section .user-addresses .address .right {
        margin-top: 16px;
        width: 100%
    }
}

@media screen and (max-width:600px) {
    .conta .section .user-addresses .address .right {
        width: auto
    }
}

@media screen and (max-width:480px) {
    .conta .section .user-addresses .address .right {
        width: 100%
    }
}

.conta .section .user-addresses .address .right button {
    align-items: center;
    background: #414858;
    border-radius: 8px;
    color: #b6bcc9;
    display: flex;
    font-size: 14px;
    justify-content: center;
    padding: 9px 16px;
    transition: background 275ms;
    white-space: nowrap
}

@media screen and (max-width:768px) {
    .conta .section .user-addresses .address .right button.edit {
        width: 100%
    }
}

.conta .section .user-addresses .address .right button:hover {
    background: #4c5467
}

.conta .section .user-addresses>button {
    align-items: center;
    background: #414858;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 14px;
    justify-content: center;
    padding: 9px 16px;
    transition: background 275ms;
    width: 100%
}

.conta .section .user-addresses>button:hover {
    background: #4c5467
}

.profile-history {
    margin-bottom: 150px
}

.profile-history .title {
    align-items: center;
    display: flex
}

@media screen and (max-width:1024px) {
    .profile-history .title {
        align-items: flex-start;
        flex-direction: column
    }
}

.profile-history .title p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%
}

.profile-history .title .right {
    display: flex;
    gap: 12px;
    margin-left: auto
}

@media screen and (max-width:1024px) {
    .profile-history .title .right {
        margin-left: 0;
        margin-top: 12px
    }
}

@media screen and (max-width:768px) {
    .profile-history .title .right {
        flex-direction: column;
        width: 100%
    }

    .profile-history .title .right .dropdown {
        width: 100%
    }

    .profile-history .title .right .dropdown .dropdown-button {
        width: 100% !important
    }
}

.profile-history .history-group {
    display: none;
    margin-top: 16px
}

@media screen and (max-width:828px) {
    .profile-history .history-group {
        display: block
    }
}

.profile-history .history-group .history-button {
    background: #000512;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    overflow: hidden;
    padding: 16px;
    text-align: left;
    transition: background 275ms;
    width: 100%
}

.profile-history .history-group .history-button:hover {
    background: #222733
}

.profile-history .history-group .history-button .flex-gap {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.profile-history .history-group .history-button .flex-gap .type {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 8px;
    line-height: 150%
}

.profile-history .history-group .history-button .flex-gap .price {
    color: #fff;
    display: flex;
    gap: 4px
}

.profile-history .history-group .history-button .flex-gap .price .green {
    color: var(--primary-color)
}

.profile-history .disclosure-group {
    margin-top: 16px
}

@media screen and (max-width:828px) {
    .profile-history .disclosure-group {
        display: none
    }
}

.profile-history .disclosure-group .disclosure {
    background: #181b24;
    border-radius: 8px;
    margin-top: 12px;
    overflow: hidden;
    transition: background 275ms
}

.profile-history .disclosure-group .disclosure.open {
    background: #1f232e
}

.profile-history .disclosure-group .disclosure.open .disclosure-button {
    background: #222733
}

.profile-history .disclosure-group .disclosure.open .disclosure-button:hover {
    background: #252b38
}

.profile-history .disclosure-group .disclosure .disclosure-button {
    background: #000512;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    padding: 16px;
    transition: background 275ms;
    width: 100%
}

.profile-history .disclosure-group .disclosure .disclosure-button:hover {
    background: #222733
}

.profile-history .disclosure-group .disclosure .disclosure-button .flex-gap {
    display: flex;
    gap: 20px
}

.profile-history .disclosure-group .disclosure .disclosure-button .flex-gap .type {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 8px;
    line-height: 150%
}

.profile-history .disclosure-group .disclosure .disclosure-button .flex-gap .type svg {
    color: #a7aebe
}

@media screen and (max-width:1024px) {
    .profile-history .disclosure-group .disclosure .disclosure-button .flex-gap>.id {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px
    }
}

.profile-history .disclosure-group .disclosure .disclosure-button .flex-gap .price {
    color: #fff;
    display: flex;
    gap: 4px
}

.profile-history .disclosure-group .disclosure .disclosure-button .flex-gap .price .green {
    color: var(--primary-color)
}

.profile-history .disclosure-group .disclosure .disclosure-body {
    padding: 16px
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-group {
    background: #000512;
    border-radius: 8px;
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
    padding: 4px;
    width: -webkit-max-content;
    width: max-content
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-group .tab {
    border-radius: 6px;
    cursor: pointer;
    padding: 8px 16px;
    transition: background 275ms
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-group .tab:hover {
    background: #1f232e
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-group .tab.active {
    background: #303747;
    color: #fff
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-fairness {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-fairness p {
    color: #b6bcc9
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-fairness p span {
    color: #000512
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-cases {
    height: 300px;
    overflow-y: auto;
    padding-right: 10px
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-cases .case {
    align-items: center;
    background: #292f3d;
    border-radius: 8px;
    display: flex;
    margin-bottom: 8px;
    padding: 16px
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-cases .case .icon {
    height: 50px;
    margin-right: 15px;
    width: 60px
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-cases .case .icon img {
    height: 100%
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-cases .case .column>p {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-cases .case .column>p:first-child {
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-cases .case>p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    margin-left: auto
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-cases .case>p span {
    color: var(--primary-color)
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-items .player {
    margin-bottom: 16px
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-items .player .row-gap {
    display: flex;
    gap: 12px;
    margin-bottom: 8px
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-items .player .row-gap p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-items .player .row-gap p:nth-child(2) {
    color: #b6bcc9
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-items .player .item-list {
    overflow-x: auto
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-items .player .item-list .scroller {
    display: flex;
    gap: 8px
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-items .player .item-list .scroller .item {
    background: #292f3d;
    border-radius: 8px;
    height: 72px;
    padding: 9px;
    width: 72px
}

.profile-history .disclosure-group .disclosure .disclosure-body .tab-items .player .item-list .scroller .item img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%
}

.pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 16px;
    width: 100%
}

.pagination .flip-x {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.pagination svg {
    height: 24px;
    width: 24px
}

.pagination .break,
.pagination .btn {
    align-items: center;
    display: flex;
    height: 34px;
    justify-content: center;
    width: 34px
}

.pagination .btn {
    border-radius: 34px;
    color: #000512;
    cursor: pointer;
    transition: color 275ms, background 275ms;
    -webkit-user-select: none;
    user-select: none
}

.pagination .btn.active,
.pagination .btn.active:hover {
    background: #252b38;
    color: #fff
}

.pagination .btn:hover {
    background: #000512;
    color: #a7aebe
}

.profile-transactions {
    margin-bottom: 150px
}

.profile-transactions .title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%
}

@media screen and (max-width:480px) {
    .best-table {
        display: none
    }
}

.best-table table {
    border-collapse: initial;
    border-spacing: 0 12px !important
}

.best-table thead .flex {
    align-items: center;
    display: flex;
    gap: 8px
}

.best-table thead tr {
    padding-left: 20px
}

.best-table thead tr th {
    border-radius: 0 !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    padding: 10px !important
}

.best-table thead tr th:hover span {
    color: #b6bcc9 !important
}

.best-table thead tr th span {
    color: #000512 !important;
    transition: color 275ms
}

.best-table thead tr th:first-child {
    padding-left: 30px !important
}

.best-table thead tr th:last-child {
    padding-right: 30px !important
}

.best-table tbody .th-text-table {
    color: #b6bcc9
}

.best-table tbody .price {
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    line-height: 100%
}

.best-table tbody .price span {
    color: var(--primary-color)
}

.best-table tbody tr {
    background: #181b24 !important;
    border-radius: 8px
}

.best-table tbody tr td {
    border-radius: 0 !important;
    color: #000512;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.best-table tbody tr td:first-child {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
    padding-left: 30px !important
}

.best-table tbody tr td:last-child {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
    padding-right: 30px !important
}

.best-table tbody tr:last-child td {
    border-bottom: none !important
}

.best-table .best-table-title {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px
}

.best-table .card-content {
    border-radius: .5rem;
    color: #d5dceb;
    overflow: hidden;
    position: relative
}

.transaction-list {
    display: none;
    margin-top: 16px
}

@media screen and (max-width:480px) {
    .transaction-list {
        display: block
    }
}

.transaction-list .transaction-button {
    background: #000512;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 12px;
    overflow: hidden;
    padding: 16px;
    text-align: left;
    transition: background 275ms;
    width: 100%
}

.transaction-list .transaction-button:hover {
    background: #222733
}

.transaction-list .transaction-button .flex-gap {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.transaction-list .transaction-button .flex-gap .type {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 8px;
    line-height: 150%
}

.transaction-list .transaction-button .flex-gap .type svg {
    color: #a7aebe
}

.transaction-list .transaction-button .flex-gap .price {
    color: #fff;
    display: flex;
    gap: 4px
}

.transaction-list .transaction-button .flex-gap .price .green {
    color: var(--primary-color)
}

.top-wrap {
    display: flex;
    flex-direction: column;
    width: 100%
}

.top-wrap>*+* {
    margin-top: 1rem
}

.top-wrap .bold {
    font-weight: 700
}

.top-wrap .table-wrap {
    overflow: auto hidden;
    width: 100%
}

.top-wrap .table-wrap.borderAlign tbody td:first-child,
.top-wrap .table-wrap.borderAlign tbody th:first-child {
    text-align: left
}

.top-wrap .table-wrap.borderAlign tbody td:last-child,
.top-wrap .table-wrap.borderAlign tbody th:last-child {
    text-align: right
}

.top-wrap .table-wrap.leftAlign thead th {
    padding: 1rem .5rem !important
}

.top-wrap .table-wrap.leftAlign td,
.top-wrap .table-wrap.leftAlign th {
    padding: 1rem .5rem !important;
    text-align: left !important
}

.top-wrap .table-wrap.leftAlign td:last-child,
.top-wrap .table-wrap.leftAlign th:last-child {
    padding: 1rem !important
}

.top-wrap .table-wrap .flex-buttons {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.top-wrap .table-wrap .flex-buttons .button {
    font-size: 12px;
    padding: 8px 0;
    text-transform: uppercase;
    width: 140px
}

.top-wrap .table-wrap .flex-buttons .button.gray {
    background-color: #2f4553;
    box-shadow: none;
    color: #fff
}

.top-wrap .table-wrap .flex-buttons .button.red {
    background-color: #b8001f;
    box-shadow: none;
    color: #fff
}

.top-wrap .table-wrap .table-wrapper {
    max-width: 100%;
    overflow-anchor: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.top-wrap .table-wrap .table-wrapper .table {
    border-collapse: initial;
    border-spacing: 0;
    overflow-x: scroll;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    z-index: 2
}

.top-wrap .table-wrap .table-wrapper .table .product-item {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    height: 80px;
    max-width: 300px
}

.top-wrap .table-wrap .table-wrapper .table .product-item .image-holder-recent {
    flex-shrink: 0;
    height: 80px;
    margin-bottom: auto;
    margin-left: 15px;
    margin-top: auto;
    position: relative;
    width: 80px
}

.top-wrap .table-wrap .table-wrapper .table .product-item .image-holder-recent img {
    border-style: none;
    height: 100%;
    left: 0;
    margin: auto;
    object-fit: contain;
    position: absolute;
    right: 0;
    vertical-align: middle;
    width: 100%
}

.top-wrap .table-wrap .table-wrapper .table .product-item .info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px
}

.top-wrap .table-wrap .table-wrapper .table .product-item .info .name {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.top-wrap .table-wrap .table-wrapper .table .product-item .info .category {
    color: #252b38;
    font-size: 11px;
    font-weight: 700;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.top-wrap .table-wrap .table-wrapper .table .product-item .info .price {
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    color: #171c28;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    margin-top: 5px;
    padding: 0 8px
}

.top-wrap .table-wrap .table-wrapper .table .table-content-flex {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.top-wrap .table-wrap .table-wrapper .table .table-content-flex .image {
    align-items: center;
    display: flex;
    flex: 1 1;
    height: 50px;
    justify-content: center;
    margin: auto;
    max-width: 55px;
    overflow: hidden;
    position: relative;
    width: 40px
}

.top-wrap .table-wrap .table-wrapper .table .table-content-flex .image img {
    -webkit-filter: none;
    filter: none;
    height: 100%;
    margin: 0;
    max-height: 80%;
    object-fit: contain;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.top-wrap .table-wrap .table-wrapper .table .table-content-flex .texts-flex {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.top-wrap .table-wrap .table-wrapper .table .table-content-flex .texts-flex .flex-top-text {
    color: #fff;
    font-weight: 600;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.top-wrap .table-wrap .table-wrapper .table .table-content-flex .texts-flex .flex-bottom-text {
    font-size: .75rem;
    font-weight: 500
}

.top-wrap .table-wrap .table-wrapper .table .fair-game {
    cursor: pointer;
    font-weight: 500;
    transition: all .2s ease
}

.top-wrap .table-wrap .table-wrapper .table .fair-game:hover {
    color: #00b564
}

.top-wrap .table-wrap .table-wrapper .table .th-text {
    align-items: center;
    color: #252b38;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 600;
    justify-content: flex-start;
    line-height: 1.5;
    text-align: left
}

.top-wrap .table-wrap .table-wrapper .table tbody tr:nth-child(odd) {
    background: #213743
}

.top-wrap .table-wrap .table-wrapper .table thead td:first-child,
.top-wrap .table-wrap .table-wrapper .table thead th:first-child {
    text-align: left
}

.top-wrap .table-wrap .table-wrapper .table thead td:last-child,
.top-wrap .table-wrap .table-wrapper .table thead th:last-child {
    text-align: right
}

.top-wrap .table-wrap .table-wrapper .table td:first-child,
.top-wrap .table-wrap .table-wrapper .table th:first-child {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.top-wrap .table-wrap .table-wrapper .table td:last-child,
.top-wrap .table-wrap .table-wrapper .table th:last-child {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.top-wrap .table-wrap .table-wrapper .table th {
    font-weight: 600
}

.top-wrap .table-wrap .table-wrapper .table thead th {
    padding: 1rem 0
}

.top-wrap .table-wrap .table-wrapper .table td,
.top-wrap .table-wrap .table-wrapper .table th {
    word-wrap: break-word;
    color: #252b38;
    font-size: .875rem;
    padding: 1rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.top-wrap .table-wrap .table-wrapper .table .th-text-table {
    display: inherit;
    font-weight: 600;
    max-width: 12ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.top-wrap .table-wrap .table-wrapper .table .th-text-table.bigFont {
    color: #252b38;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.top-wrap .table-wrap .table-wrapper .table .th-text-table.bigFont .secondLine {
    color: #252b38;
    font-size: 10px;
    font-weight: 600;
    text-transform: none
}

.top-wrap .table-wrap .table-wrapper .table .th-text-table.bigFont.yellow {
    color: #e4d00a
}

.top-wrap .table-wrap .table-wrapper .table .th-text-table.clickable span {
    cursor: pointer;
    font-weight: 500;
    transition: all .2s ease
}

.top-wrap .table-wrap .table-wrapper .table .th-text-table.clickable span:hover {
    color: #00b564
}

.top-wrap .table-wrap .table-wrapper .table .th-text-table.green {
    color: var(--primary-color)
}

.top-wrap .table-wrap .table-wrapper .table .th-text-table.red {
    color: #ff4a4a
}

.top-wrap .table-wrap .table-wrapper .table .th-text-table.white {
    color: #fff;
    font-weight: 600
}

@-webkit-keyframes barFlash {
    0% {
        background: #252b38
    }

    50% {
        background: rgba(0, 232, 128, .2)
    }

    to {
        background: #252b38
    }
}

@keyframes barFlash {
    0% {
        background: #252b38
    }

    50% {
        background: rgba(0, 232, 128, .2)
    }

    to {
        background: #252b38
    }
}

.profile-deliveries {
    margin-bottom: 150px
}

.profile-deliveries .title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%
}

.profile-deliveries .title p {
    margin-bottom: 16px
}

.profile-deliveries .title .flex {
    display: flex;
    gap: 12px
}

@media screen and (max-width:480px) {
    .profile-deliveries .title .flex {
        flex-direction: column
    }
}

.profile-deliveries .title .flex .dropdown .dropdown-button {
    font-size: 14px
}

@media screen and (max-width:480px) {
    .profile-deliveries .title .flex .dropdown .dropdown-button {
        width: 100% !important
    }
}

.profile-deliveries .delivery-list {
    margin-bottom: 40px;
    margin-top: 16px
}

.profile-deliveries .delivery-list .delivery {
    background: #000512;
    border-radius: 8px;
    margin-bottom: 16px;
    transition: background 275ms
}

@media screen and (max-width:480px) {
    .profile-deliveries .delivery-list .delivery {
        margin-bottom: 12px
    }

    .profile-deliveries .delivery-list .delivery:hover {
        background: #222733
    }
}

.profile-deliveries .delivery-list .delivery .item-details {
    border-bottom: 1px solid #010b16;
    display: flex;
    height: -webkit-max-content;
    height: max-content
}

@media screen and (max-width:1124px) {
    .profile-deliveries .delivery-list .delivery .item-details {
        flex-direction: column;
        height: auto
    }
}

.profile-deliveries .delivery-list .delivery .item-details .item {
    display: flex;
    gap: 16px;
    height: 100%;
    padding: 24px;
    position: relative;
    width: 304px
}

@media screen and (max-width:1124px) {
    .profile-deliveries .delivery-list .delivery .item-details .item {
        border-right: transparent;
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .profile-deliveries .delivery-list .delivery .item-details .item {
        height: 110px;
        padding: 12px
    }
}

.profile-deliveries .delivery-list .delivery .item-details .item .mobile-only {
    display: none
}

@media screen and (max-width:480px) {
    .profile-deliveries .delivery-list .delivery .item-details .item .mobile-only {
        display: block
    }
}

.profile-deliveries .delivery-list .delivery .item-details .item>svg {
    bottom: 0;
    margin: auto 0;
    position: absolute;
    right: 12px;
    top: 0
}

.profile-deliveries .delivery-list .delivery .item-details .item .item-img {
    background-color: #222733;
    border-radius: 8px;
    height: 136px;
    padding: 12px 4px;
    width: 110px
}

@media screen and (max-width:480px) {
    .profile-deliveries .delivery-list .delivery .item-details .item .item-img {
        aspect-ratio: 1/1;
        width: auto
    }
}

@media screen and (max-width:320px) {
    .profile-deliveries .delivery-list .delivery .item-details .item .item-img {
        width: 60px
    }
}

.profile-deliveries .delivery-list .delivery .item-details .item .item-img img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%
}

@media screen and (max-width:480px) {
    .profile-deliveries .delivery-list .delivery .item-details .item .item-img {
        background-color: transparent;
        height: 100%
    }
}

.profile-deliveries .delivery-list .delivery .item-details .item .item-specs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: calc(100% - 126px)
}

@media screen and (max-width:480px) {
    .profile-deliveries .delivery-list .delivery .item-details .item .item-specs {
        overflow: hidden;
        padding-right: 40px;
        width: 100%
    }
}

.profile-deliveries .delivery-list .delivery .item-details .item .item-specs .item-name {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 160%;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width:480px) {
    .profile-deliveries .delivery-list .delivery .item-details .item .item-specs .item-name {
        font-size: 16px;
        font-weight: 700;
        line-height: 150%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%
    }
}

.profile-deliveries .delivery-list .delivery .item-details .item .item-specs .item-brand,
.profile-deliveries .delivery-list .delivery .item-details .item .item-specs .item-size {
    color: #a7aebe;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width:480px) {

    .profile-deliveries .delivery-list .delivery .item-details .item .item-specs .item-brand,
    .profile-deliveries .delivery-list .delivery .item-details .item .item-specs .item-size {
        display: none
    }
}

.profile-deliveries .delivery-list .delivery .item-details .item .item-specs .item-brand {
    margin-bottom: auto
}

.profile-deliveries .delivery-list .delivery .item-details .item .item-specs .item-price {
    background: #fff;
    border-radius: 6px;
    color: #1a1b1c;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    margin-top: 6px;
    padding: 5px 10px;
    width: -webkit-max-content;
    width: max-content
}

@media screen and (max-width:480px) {
    .profile-deliveries .delivery-list .delivery .item-details .item .item-specs .item-price {
        display: none
    }
}

.profile-deliveries .delivery-list .delivery .item-details .details {
    border-left: 1px solid #010b16;
    display: flex;
    flex-direction: column;
    padding: 24px;
    width: calc(100% - 304px)
}

@media screen and (max-width:1124px) {
    .profile-deliveries .delivery-list .delivery .item-details .details {
        padding-top: 0;
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .profile-deliveries .delivery-list .delivery .item-details .details {
        display: none
    }
}

.profile-deliveries .delivery-list .delivery .item-details .details .hr {
    background: #252b38;
    height: 1px;
    margin: 12px 0 auto;
    width: 100%
}

@media screen and (max-width:1124px) {
    .profile-deliveries .delivery-list .delivery .item-details .details .hr {
        margin: 24px 0
    }
}

.profile-deliveries .delivery-list .delivery .item-details .details .shipping-info {
    background: #222733;
    border-radius: 8px;
    display: flex;
    gap: 4px;
    margin: 12px 0;
    padding: 6px 12px;
    width: 100%
}

.profile-deliveries .delivery-list .delivery .item-details .details .shipping-info strong {
    color: #a7aebe;
    white-space: nowrap
}

.profile-deliveries .delivery-list .delivery .item-details .details .shipping-info p {
    width: 100%
}

.profile-deliveries .delivery-list .delivery .item-details .details .row {
    display: flex;
    gap: 16px
}

.profile-deliveries .delivery-list .delivery .item-details .details .row.center {
    align-items: center
}

@media screen and (max-width:800px) {
    .profile-deliveries .delivery-list .delivery .item-details .details .row {
        flex-direction: column
    }
}

.profile-deliveries .delivery-list .delivery .item-details .details .row p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.profile-deliveries .delivery-list .delivery .item-details .details .row p.bold {
    color: #fff;
    font-weight: 900
}

.profile-deliveries .delivery-list .delivery .item-details .details .row button {
    align-items: center;
    background: var(--primary-color);
    border-radius: 8px;
    color: #010b16;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    height: 44px;
    line-height: 150%;
    padding: 4px 4px 4px 16px;
    transition: background 275ms;
    white-space: nowrap
}

.profile-deliveries .delivery-list .delivery .item-details .details .row button:hover {
    background: var(--primary-color)
}

.profile-deliveries .delivery-list .delivery .item-details .details .row button.tracking {
    gap: 4px;
    padding: 4px 16px
}

.profile-deliveries .delivery-list .delivery .item-details .details .row button.cancel {
    background: transparent;
    border: 1px solid #e65456;
    color: #e65456;
    height: 41px;
    padding: 9px 16px;
    transition: background 275ms;
    width: 142px
}

.profile-deliveries .delivery-list .delivery .item-details .details .row button.cancel:hover {
    background: rgba(230, 84, 86, .161)
}

.profile-deliveries .delivery-list .delivery .item-details .details .row button .value {
    background: #010b16;
    border-radius: 6px;
    color: #fff;
    margin-left: auto;
    padding: 9px 16px
}

.profile-deliveries .delivery-list .delivery .item-details .details .row button .value span {
    color: var(--primary-color)
}

.profile-deliveries .delivery-list .delivery .item-details .details .row .error {
    align-items: center;
    display: flex;
    gap: 12px;
    width: 100%
}

.profile-deliveries .delivery-list .delivery .item-details .details .row .error.cancelled {
    color: #e65456
}

.profile-deliveries .delivery-list .delivery .item-details .details .row .error.cancelled .icon {
    border: 1px solid rgba(230, 84, 86, .278)
}

.profile-deliveries .delivery-list .delivery .item-details .details .row .error.refunded {
    color: #e6a554
}

.profile-deliveries .delivery-list .delivery .item-details .details .row .error.refunded .icon {
    border: 1px solid rgba(230, 164, 84, .231)
}

.profile-deliveries .delivery-list .delivery .item-details .details .row .error .icon {
    align-items: center;
    border-radius: 30px;
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px
}

.profile-deliveries .delivery-list .delivery .item-details .details .row .error .text {
    width: calc(100% - 47px)
}

.profile-deliveries .delivery-list .delivery .item-details .details .row .error .text h4 {
    font-weight: 800
}

.profile-deliveries .delivery-list .delivery .progress-tracker {
    display: flex;
    padding: 24px
}

@media screen and (max-width:900px) {
    .profile-deliveries .delivery-list .delivery .progress-tracker {
        flex-direction: column
    }
}

@media screen and (max-width:480px) {
    .profile-deliveries .delivery-list .delivery .progress-tracker {
        display: none
    }
}

.profile-deliveries .delivery-list .delivery .progress-tracker.refunded .progress.active .bar {
    background: #e6a554
}

.profile-deliveries .delivery-list .delivery .progress-tracker.refunded .progress.active .checkpoint,
.profile-deliveries .delivery-list .delivery .progress-tracker.refunded .progress.current .checkpoint {
    border: 2px solid #e6a554
}

.profile-deliveries .delivery-list .delivery .progress-tracker.cancelled .progress.active .bar {
    background: #e65456
}

.profile-deliveries .delivery-list .delivery .progress-tracker.cancelled .progress.active .checkpoint,
.profile-deliveries .delivery-list .delivery .progress-tracker.cancelled .progress.current .checkpoint {
    border: 2px solid #e65456
}

.profile-deliveries .delivery-list .delivery .progress-tracker .progress {
    border-right: 1px solid #252b38;
    position: relative;
    width: 100%
}

@media screen and (max-width:900px) {
    .profile-deliveries .delivery-list .delivery .progress-tracker .progress {
        border-bottom: 1px solid #252b38;
        border-right: transparent
    }
}

.profile-deliveries .delivery-list .delivery .progress-tracker .progress.active .bar {
    background: var(--primary-color)
}

.profile-deliveries .delivery-list .delivery .progress-tracker .progress.active .checkpoint {
    border: 2px solid var(--primary-color)
}

.profile-deliveries .delivery-list .delivery .progress-tracker .progress.current .bar {
    -webkit-animation: barFlash 2s ease infinite normal forwards;
    animation: barFlash 2s ease infinite normal forwards
}

.profile-deliveries .delivery-list .delivery .progress-tracker .progress.current .checkpoint {
    border: 2px solid var(--primary-color)
}

.profile-deliveries .delivery-list .delivery .progress-tracker .progress.current .checkpoint.right {
    border: none
}

.profile-deliveries .delivery-list .delivery .progress-tracker .progress.end-current .bar {
    -webkit-animation: none !important;
    animation: none !important
}

.profile-deliveries .delivery-list .delivery .progress-tracker .progress .bar {
    background: #252b38;
    height: 4px;
    width: 100%
}

@media screen and (max-width:900px) {
    .profile-deliveries .delivery-list .delivery .progress-tracker .progress .bar {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 4px
    }
}

.profile-deliveries .delivery-list .delivery .progress-tracker .progress .checkpoint {
    background: #252b38;
    border-radius: 12px;
    height: 12px;
    left: -7px;
    position: absolute;
    top: -4px;
    width: 12px
}

@media screen and (max-width:900px) {
    .profile-deliveries .delivery-list .delivery .progress-tracker .progress .checkpoint {
        left: -4px;
        top: -6px
    }
}

.profile-deliveries .delivery-list .delivery .progress-tracker .progress .checkpoint.right {
    left: auto;
    right: -6px
}

@media screen and (max-width:900px) {
    .profile-deliveries .delivery-list .delivery .progress-tracker .progress .checkpoint.right {
        bottom: 0;
        left: -4px;
        right: auto;
        top: auto
    }
}

.profile-deliveries .delivery-list .delivery .progress-tracker .progress p {
    color: #a7aebe;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 16px;
    padding: 8px 16px
}

@media screen and (max-width:900px) {
    .profile-deliveries .delivery-list .delivery .progress-tracker .progress p {
        margin-left: 8px;
        margin-top: 0;
        padding: 16px
    }
}

.profile-deliveries .delivery-list .delivery .progress-tracker .progress p span {
    color: #fff;
    font-weight: 700
}

.profile-deliveries .delivery-list .delivery .progress-tracker .progress:first-child .checkpoint {
    left: 0
}

@media screen and (max-width:900px) {
    .profile-deliveries .delivery-list .delivery .progress-tracker .progress:first-child .checkpoint {
        left: -4px
    }
}

.profile-deliveries .delivery-list .delivery .progress-tracker .progress:last-child {
    border-bottom: none;
    border-right: none
}

.profile-security {
    margin-bottom: 150px
}

.profile-security .title {
    margin-bottom: 40px
}

@media screen and (max-width:480px) {
    .profile-security .title {
        margin-bottom: 20px
    }
}

.profile-security .title h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%
}

.profile-security .title p {
    color: #a7aebe;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 8px
}

.profile-security .change-password {
    background: #181b24;
    border: 1px solid #000512;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
    padding: 24px
}

@media screen and (max-width:480px) {
    .profile-security .change-password {
        margin-bottom: 20px
    }
}

.profile-security .change-password h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%
}

.profile-security .change-password .input-wrapper {
    display: flex;
    flex-direction: column
}

.profile-security .change-password .input-wrapper label {
    color: #b6bcc9;
    margin-bottom: 8px
}

.profile-security .change-password button {
    background: var(--primary-color);
    border-radius: 8px;
    color: #010b16;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    margin-left: auto;
    padding: 9px 16px;
    transition: background 275ms
}

@media screen and (max-width:480px) {
    .profile-security .change-password button {
        width: 100%
    }
}

.profile-security .change-password button:hover {
    background: var(--primary-color)
}

.profile-security .two-factor {
    background: #181b24;
    border: 1px solid #000512;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 24px
}

.profile-security .two-factor h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%
}

.profile-security .two-factor h4 span {
    color: var(--primary-color)
}

.profile-security .two-factor p {
    color: #b6bcc9;
    margin-top: 4px
}

.profile-security .two-factor .input-wrapper {
    display: flex;
    flex-direction: column
}

.profile-security .two-factor .input-wrapper label {
    color: #b6bcc9;
    margin-bottom: 8px
}

.profile-security .two-factor .notice {
    background: #1f232e;
    border: 1px solid #e65456;
    border-radius: 8px;
    color: #e65456;
    margin: 16px 0;
    padding: 12px;
    text-align: center
}

.profile-security .two-factor .qr-code {
    align-items: center;
    background: linear-gradient(0deg, #252b38, #1f232e);
    border: 1px solid #303747;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin: 16px 0;
    padding: 16px 16px 24px;
    width: 100%
}

.profile-security .two-factor .qr-code p {
    margin-bottom: 10px
}

.profile-security .two-factor .qr-code .qr {
    height: 136px;
    width: 136px
}

.profile-security .two-factor .qr-code .qr img {
    width: 100%
}

.profile-security .two-factor .row-gap {
    display: flex;
    gap: 12px;
    margin-left: auto;
    margin-top: 16px
}

.profile-security .two-factor .row-gap>button {
    margin-left: 0
}

.profile-security .two-factor.column {
    flex-direction: column
}

@media screen and (max-width:870px) {
    .profile-security .two-factor {
        flex-direction: column
    }
}

.profile-security .two-factor button {
    align-items: center;
    background: #414858;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 6px;
    height: -webkit-max-content;
    height: max-content;
    justify-content: center;
    line-height: 150%;
    margin: auto 0 auto auto;
    padding: 9px 16px;
    transition: background 275ms
}

.profile-security .two-factor button:hover {
    background: #4c5467
}

.profile-security .two-factor button.green {
    background: var(--primary-color);
    color: #010b16
}

.profile-security .two-factor button.red {
    background: #e65456;
    color: #010b16
}

@media screen and (max-width:870px) {
    .profile-security .two-factor button {
        margin-top: 16px;
        width: 100%
    }
}

.mobile-bar {
    align-items: center;
    background: #010b16;
    border-top: 1px solid #252b38;
    display: flex;
    flex-shrink: 0;
    height: calc(65px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    /* fixo na tela */
    bottom: 0;
    /* grudado no fundo */
    left: 0;
    /* começa do lado esquerdo */
    width: 100%;
    z-index: 1000;
    /* garantir que fique acima de outros elementos */
}

@media screen and (min-width:780px) {
    .mobile-bar {
        display: none
    }
}

.mobile-bar .active-bar {
    background: var(--primary-color);
    height: 1px;
    position: absolute;
    top: 0;
    transition: width 275ms, left 275ms;
    will-change: width, left
}

.mobile-bar .menu-item {
    align-items: center;
    background-color: transparent;
    display: flex;
    height: 100%;
    justify-content: center;
    transition: all 275ms;
    width: 100%
}

.mobile-bar .menu-item svg path {
    fill: #000512;
    transition: all 275ms
}

.mobile-bar .menu-item.active:before {
    opacity: 1;
    width: 100%
}

.mobile-bar .menu-item.active svg path {
    fill: var(--primary-color)
}

.mobile-sidebar {
    height: calc(100vh - 74px);
    left: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    top: 74px;
    width: 100vw;
    z-index: 5
}

.mobile-sidebar .bg-side {
    background: rgba(20, 23, 30, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: background .4s;
    width: 100%;
    will-change: background
}

.mobile-sidebar .sidebar {
    background: #1f232e;
    height: 100%;
    padding: 74px 0 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(318px);
    transform: translateX(318px);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    width: 318px;
    will-change: transform
}

.mobile-sidebar .sidebar .user {
    border-bottom: 1px solid #292f3d;
    cursor: pointer;
    padding: 24px;
    transition: background 275ms
}

.mobile-sidebar .sidebar .user:hover {
    background: #252b38
}

.mobile-sidebar .sidebar .user .top {
    display: flex
}

.mobile-sidebar .sidebar .user .top .avatar {
    background-position: 50%;
    background-size: cover;
    border: 1px solid #414858;
    border-radius: 42px;
    height: 42px;
    width: 42px
}

.mobile-sidebar .sidebar .user .top .details {
    margin-left: 10px
}

.mobile-sidebar .sidebar .user .top .details .username {
    color: #fff;
    font-weight: 700
}

.mobile-sidebar .sidebar .user .top .details .joined {
    font-size: 12px
}

.mobile-sidebar .sidebar .user .top .arrow-side {
    margin-left: auto
}

.mobile-sidebar .sidebar .user .top .arrow-side svg {
    cursor: pointer
}

.mobile-sidebar .sidebar .user .level {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px
}

.mobile-sidebar .sidebar .user .level .xp-progress {
    background: #333b4d;
    border-radius: 24px;
    height: 8px;
    position: relative;
    width: 100%
}

.mobile-sidebar .sidebar .user .level .xp-progress .fill {
    background: var(--primary-color);
    border-radius: 24px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.mobile-sidebar .sidebar .user .level .names {
    display: flex;
    font-size: 12px;
    justify-content: space-between
}

.mobile-sidebar .sidebar .user .level .names .left-name {
    color: #fab26f
}

.mobile-sidebar .sidebar .user .level .names .right-name {
    color: #6fd8fa
}

.mobile-sidebar .sidebar .actions {
    display: flex;
    font-weight: 700;
    gap: 12px;
    margin-bottom: 24px;
    padding: 24px 24px 0
}

.mobile-sidebar .sidebar .actions .deposit,
.mobile-sidebar .sidebar .actions .view-cart {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center
}

.mobile-sidebar .sidebar .actions .deposit {
    background: var(--primary-color);
    color: #010b16;
    flex: 1 1
}

.mobile-sidebar .sidebar .actions .view-cart {
    background: #414858;
    color: #b6bcc9;
    flex: 1 1;
    transition: background 275ms ease, color 275ms ease
}

.mobile-sidebar .sidebar .actions .view-cart:hover {
    background: #576075;
    color: #fff
}

.mobile-sidebar .sidebar .menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 24px;
    width: 100%
}

.mobile-sidebar .sidebar .menu-item {
    align-items: center;
    background: #303747;
    border-radius: 8px;
    color: #a7aebe;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    height: 44px;
    padding: 9px 16px;
    transition: color 275ms ease, background 275ms ease
}

.mobile-sidebar .sidebar .menu-item:hover {
    background: #2c3342;
    color: var(--primary-color)
}

.mobile-sidebar .sidebar .menu-item svg {
    margin-right: 6px
}

.mobile-sidebar .sidebar .menu-item.green {
    background: var(--primary-color);
    color: #010b16;
    margin-top: 24px
}

.mobile-sidebar .sidebar .menu-item.faded-green {
    background: rgba(42, 105, 77, .25);
    color: var(--primary-color)
}

.mobile-sidebar .sidebar .menu-item.faded-green:hover {
    background: rgba(42, 105, 77, .5)
}

.mobile-sidebar .sidebar .menu-small {
    color: #000512;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    padding: 6px 16px;
    transition: color 275ms ease
}

.mobile-sidebar .sidebar .menu-small:hover {
    color: #b6bcc9
}

.mobile-sidebar .sidebar .menu-small svg {
    margin-right: 6px;
    width: 16px
}

.mobile-sidebar.active {
    pointer-events: auto
}

.mobile-sidebar.active .bg-side {
    -webkit-animation: mside-bg-transform-enter both;
    animation: mside-bg-transform-enter both;
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.mobile-sidebar.active .sidebar {
    -webkit-animation: mside-transform-enter both;
    animation: mside-transform-enter both;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mobile-sidebar.inactive .bg-side {
    -webkit-animation: mside-bg-transform-leave both;
    animation: mside-bg-transform-leave both;
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.mobile-sidebar.inactive .sidebar {
    -webkit-animation: mside-transform-leave both;
    animation: mside-transform-leave both;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-transform: translateX(318px);
    transform: translateX(318px)
}

@-webkit-keyframes mside-transform-enter {
    0% {
        -webkit-transform: translateX(318px);
        transform: translateX(318px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes mside-transform-enter {
    0% {
        -webkit-transform: translateX(318px);
        transform: translateX(318px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes mside-transform-leave {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(318px);
        transform: translateX(318px)
    }
}

@keyframes mside-transform-leave {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(318px);
        transform: translateX(318px)
    }
}

@-webkit-keyframes mside-bg-transform-enter {
    0% {
        background: rgba(20, 23, 30, 0)
    }

    to {
        background: rgba(20, 23, 30, .9)
    }
}

@keyframes mside-bg-transform-enter {
    0% {
        background: rgba(20, 23, 30, 0)
    }

    to {
        background: rgba(20, 23, 30, .9)
    }
}

@-webkit-keyframes mside-bg-transform-leave {
    0% {
        background: rgba(20, 23, 30, .9)
    }

    to {
        background: rgba(20, 23, 30, 0)
    }
}

@keyframes mside-bg-transform-leave {
    0% {
        background: rgba(20, 23, 30, .9)
    }

    to {
        background: rgba(20, 23, 30, 0)
    }
}

.topbar {
    background: #010b16;
    border-bottom: 1px solid #1f232e;
    display: flex;
    flex-shrink: 0;
    height: calc(74px + env(safe-area-inset-top)/1.25);
    padding: calc(env(safe-area-inset-top)/1.25) 56px 0;
    width: 100%;
    z-index: 6
}

.topbar .mobile-balance {
    display: none !important;
    margin: auto !important
}

@media screen and (max-width:970px) {
    .topbar .mobile-balance {
        display: flex !important
    }
}

@media screen and (max-width:900px) {
    .topbar {
        padding: 0 24px
    }
}

@media screen and (max-width:480px) {
    .topbar {
        padding: 0 12px
    }
}

.topbar .flex-holder {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 auto;
    position: relative;
    transition: max-width .5s ease;
    width: 100%;
    will-change: max-width
}

.topbar .flex-holder.wide {
    max-width: 100%
}

.topbar .left {
    align-items: center;
    display: flex;
    position: relative
}

.topbar .left .full-logo {
    cursor: pointer;
}

.topbar .left .small-logo {
    cursor: pointer;
    height: 28px;
    margin: 0 9px
}

@media screen and (min-width:1060px) {
    .topbar .left {
        position: absolute
    }

    .topbar .left .full-logo {
        display: block
    }

    .topbar .left .small-logo {
        display: none
    }
}

.topbar .menu {
    align-items: center;
    display: flex;
    flex-grow: 1;
    gap: 4px;
    height: 74px;
    justify-content: center;
    list-style-type: none;
    margin-left: 16px;
    position: relative
}

@media screen and (max-width:779px) {
    .topbar .menu {
        display: none
    }
}

.topbar .menu .active-bar {
    background: var(--primary-color);
    bottom: 0;
    height: 1px;
    position: absolute;
    transition: width 275ms, left 275ms;
    will-change: width, left
}

.topbar .menu .menu-item {
    align-items: center;
    border-radius: 8px;
    color: #a7aebe;
    cursor: pointer;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-grow: 0;
    font-weight: 700;
    height: 34px;
    order: 1;
    padding: 6px 16px;
    transition: background 275ms, color 275ms;
    -webkit-user-select: none;
    user-select: none
}

.topbar .menu .menu-item path {
    fill: #a7aebe;
    color: #a7aebe;
    transition: fill 275ms
}

.topbar .menu .menu-item .icon {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 8px
}

.topbar .menu .menu-item.active {
    color: var(--primary-color);
    cursor: default
}

.topbar .menu .menu-item.active path {
    fill: var(--primary-color)
}

.topbar .menu .menu-item:hover:not(.active) {
    background: #1f232e;
    color: #fff
}

.topbar .menu .menu-item:hover:not(.active) path {
    fill: #fff
}

.topbar .right {
    align-items: center;
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 0
}

@media screen and (max-width:970px) {
    .topbar .right {
        position: relative
    }

    .topbar .right .rounded-borders {
        display: none !important
    }

    .topbar .right .rounded-borders.mobile {
        display: flex !important
    }

    .topbar .right .user {
        display: none !important
    }

    .topbar .right .menu-icon {
        display: flex !important
    }

    .topbar .right button {
        display: none !important
    }
}

.topbar .right .menu-icon {
    align-items: center;
    display: none;
    height: 40px;
    justify-content: center;
    width: 40px
}

.topbar .right .user {
    align-items: center;
    border-radius: 24px 8px 8px 24px;
    display: flex;
    gap: 8px;
    transition: background 275ms, color 275ms
}

.topbar .right .user .username {
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90px
}

.topbar .right .user>.chevron {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: color .3s ease
}

.topbar .right .user .dropdown {
    align-items: center;
    display: flex;
    justify-content: center
}

.topbar .right .user:hover {
    cursor: pointer
}

.topbar .right .user:hover>.chevron {
    color: #a7aebe
}

.topbar .right button {
    align-items: center;
    background: #414858;
    border-radius: 7px;
    color: #fff;
    display: flex;
    font-weight: 700;
    gap: 6px;
    height: 44px;
    justify-content: center;
    padding: 0 16px;
    transition: background 275ms;
    width: 120px
}

.topbar .right button:hover {
    background-color: #4c5467;
    cursor: pointer
}

.topbar .sign-in {
    align-items: center;
    background: #414858;
    border-radius: 7px;
    color: #fff;
    display: flex;
    font-weight: 700;
    gap: 6px;
    height: 44px;
    justify-content: center;
    margin-left: auto;
    padding: 0 16px;
    transition: background 275ms;
    width: 100px
}

.topbar .sign-in:hover {
    background-color: #4c5467;
    cursor: pointer
}

.topbar .rounded-borders {
    align-items: center;
    border: 1.2px solid #333b4d99;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    margin-right: 12px;
    -webkit-user-select: none;
    user-select: none
}

.topbar .rounded-borders path {
    transition: fill 275ms
}

.topbar .rounded-borders.small {
    padding: 12px 16px
}

.topbar .rounded-borders.small>.icon {
    color: #b6bcc9
}

.topbar .rounded-borders.small:hover {
    background-color: #252b38;
    cursor: pointer
}

.topbar .rounded-borders.small:hover path {
    fill: #fff
}

.topbar .rounded-borders.big {
    display: flex;
    gap: 16px;
    padding: 4px 4px 4px 16px
}

.topbar .rounded-borders.big .balance {
    -webkit-font-feature-settings: "lnum", "pnum";
    font-feature-settings: "lnum", "pnum";
    -webkit-font-feature-settings: "lnum" 1, "tnum" 1;
    font-feature-settings: "lnum" 1, "tnum" 1;
    color: #fff;
    font-size: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    font-weight: 700;
    letter-spacing: -.56px;
    line-height: 100%;
    min-width: 75px;
    text-align: center
}

.topbar .rounded-borders.big .balance .green {
    color: var(--primary-color)
}

.topbar .rounded-borders.big .button {
    align-items: center;
    background: var(--primary-color);
    border-radius: 7px;
    color: #010b16;
    display: flex;
    font-weight: 700;
    gap: 6px;
    height: 36px;
    justify-content: center;
    padding: 0 16px;
    transition: background 275ms
}

.topbar .rounded-borders.big .button:hover {
    background-color: var(--primary-color);
    cursor: pointer
}

:root {
    -webkit-font-feature-settings: "liga" 0, "lnum", "pnum";
    font-feature-settings: "liga" 0, "lnum", "pnum";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    background-color: #010b16;
    color: #b6bcc9;
    font-family: Satoshi-Variable, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-synthesis: none;
    font-weight: 500;
    line-height: 150%;
    text-rendering: optimizeLegibility
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0
}

html {
    height: calc(100% + env(safe-area-inset-top));
    width: 100%
}

@media screen and (max-width:768px) {
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        display: none
    }
}

.button,
button {
    -webkit-user-select: none;
    user-select: none
}

body {
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;

    padding: 0;
    position: fixed;
    width: 100%
}

@media screen and (max-width:700px) {
    body {
        -webkit-user-select: none;
        user-select: none
    }
}

input,
textarea {
    -webkit-appearance: none;
    appearance: none;
    background-color: #182135;
    border: 1px solid #303747;
    border-radius: 8px;
    box-shadow: none;
    color: #fff;
    height: 42px;
    margin: 0;
    outline: 0;
    padding: 0 16px;
    transition: border-color 275ms, background-color 275ms, color 275ms
}

input:focus,
textarea:focus {
    border-color: #000512 !important
}

input:hover,
textarea:hover {
    border-color: #4c5467
}

input.darker,
textarea.darker {
    background-color: #1f232e;
    border: 1px solid transparent
}

input.darker::-webkit-input-placeholder,
textarea.darker::-webkit-input-placeholder {
    color: #576075 !important
}

input.darker::placeholder,
textarea.darker::placeholder {
    color: #576075 !important
}

input.darker:focus,
textarea.darker:focus {
    background-color: #222733;
    border-color: #414858 !important
}

input.darker:hover,
textarea.darker:hover {
    background-color: #222733
}

input,
textarea {
    font-family: Satoshi-Variable, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

::placeholder {
    color: #000512;
    font-family: Satoshi-Variable, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

::-webkit-input-placeholder {
    color: #000512;
    font-family: Satoshi-Variable, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

:-moz-placeholder,
::-moz-placeholder {
    color: #000512;
    font-family: Satoshi-Variable, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000512;
    font-family: Satoshi-Variable, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

::-ms-input-placeholder {
    color: #000512;
    font-family: Satoshi-Variable, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

*,
:after,
:before {
    box-sizing: border-box
}

::-webkit-scrollbar {
    width: 4px
}

* ::-webkit-scrollbar-corner {
    background-color: #010b16
}

::-webkit-scrollbar-thumb {
    background-color: #252b38;
    border-radius: 8px
}

::-webkit-scrollbar-track {
    background: #010b16
}

::selection {
    background-color: var(--primary-color);
    color: #fff
}

#root,
#root .app {
    height: 100%;
    width: 100%
}

#root .app {
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    top: 0;
    transition: .2s
}

@media screen and (max-width:1200px) {
    #root .app {
        height: 100%;
        top: 0
    }
}

.gray-button-hover {
    transition: background 275ms, color 275ms
}

.gray-button-hover path {
    transition: fill 275ms
}

.gray-button-hover:hover {
    cursor: pointer
}

.gray-button-hover:hover:not(.active) {
    background-color: #252b38 !important;
    color: #fff !important
}

.gray-button-hover:hover:not(.active) path {
    fill: #fff !important
}

.container,
.wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

.container {
    display: flex;
    overflow: hidden
}

.container .content {
    height: 100%;
    overflow: hidden auto;
    position: relative;
    width: 100%
}

.container .content .routes {}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

a {
    font-weight: 500;
    text-decoration: inherit
}

a,
a:hover {
    color: inherit
}

button,
input[type=reset],
input[type=submit] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    outline: inherit;
    padding: 0
}

@media only screen and (-webkit-min-device-pixel-ratio:1.25),
only screen and (-webkit-min-device-pixel-ratio:2.0833333333),
only screen and (-webkit-min-device-pixel-ratio:2.0833333333333335),
only screen and (min-device-pixel-ratio:1.25),
only screen and (min-resolution:1.25dppx),
only screen and (min-resolution:200dpi) {
    html {
        -webkit-font-smoothing: subpixel-antialiased
    }
}

@font-face {
    font-display: swap;
    font-family: Sequel-75;
    font-style: normal;
    font-weight: 700;
    src: url(/static/media/Sequel100Black-75.0bd2903cf018e606533a.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Satoshi-Variable;
    font-weight: 1 999;
    src: url(/static/media/Satoshi-Variable.536fda9b164542087fc7.ttf) format("truetype-variations")
}

@font-face {
    font-display: swap;
    font-family: Okta Neue;
    font-weight: 400;
    src: url(/static/media/OktaNeue-Heavy.198697da50c91efb8a72.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Okta Neue;
    font-style: italic;
    font-weight: 400;
    src: url(/static/media/OktaNeue-HeavyItalic.253001e45682ae01316d.ttf) format("truetype")
}

#nav-icon3 {
    cursor: pointer;
    height: 12.5px;
    position: relative;
    transition: .5s ease-in-out;
    width: 18.4px
}

#nav-icon3,
#nav-icon3 span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

#nav-icon3 span {
    background: #fff;
    border-radius: 9px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: .25s ease-in-out;
    width: 100%
}

#nav-icon3 span:first-child {
    top: 0
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 5px
}

#nav-icon3 span:nth-child(4) {
    top: 10px
}

#nav-icon3.open span:first-child {
    left: 50%;
    top: 5px;
    width: 0
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon3.open span:nth-child(4) {
    left: 50%;
    top: 5px;
    width: 0
}

.rodal-mask {
    background: rgba(20, 23, 30, .9);
    position: absolute
}

.rodal {
    align-items: center;
    display: flex;
    justify-content: center
}

.rodal .rodal-dialog {
    background-color: #1f232e;
    border-radius: 8px;
    bottom: auto;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: env(safe-area-inset-bottom);
    top: auto;
    width: 95%
}

.rodal .right-close {
    align-items: center;
    border-radius: 4px;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 275ms;
    width: 30px;
    z-index: 3
}

.rodal .right-close:hover {
    background-color: #252b38;
    cursor: pointer
}

@media screen and (max-width:780px) {
    .rodal {
        align-items: flex-end
    }

    .rodal .rodal-dialog {
        border-radius: 16px;
        margin: 0;
        max-width: none;
        width: 100%
    }
}

.tight-container {
    margin: 0 auto;
    max-width: 1337px
}

.tight-container.faq {
    margin-top: 48px;
    max-width: 1481px
}

@media screen and (max-width:780px) {

    .intercom-launcher-frame,
    .intercom-lightweight-app-launcher[role=button] {
        display: none !important
    }

    .intercom-app>div:nth-child(2) {
        pointer-events: none
    }
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0
}

#info-tooltip {
    text-wrap: wrap;
    background: #252b38;
    border-radius: 6px;
    color: #b6bcc9;
    margin-left: 4px;
    max-width: 300px
}

#info-tooltip .green {
    color: var(--primary-color)
}

#info-tooltip .react-tooltip-arrow {
    background: #252b38
}

.suspense-loader {
    bottom: 0;
    height: -webkit-max-content;
    height: max-content;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -73px;
    width: -webkit-max-content;
    width: max-content
}

.cls-1 {
    fill: #fff
}

.cls-2 {
    fill: var(--primary-color)
}

.ipl-progress-indicator.available {
    opacity: 0;
    pointer-events: none
}

.ipl-progress-indicator {
    background-color: #010b16;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    transition: opacity 436ms cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    z-index: 9999
}

.insp-logo-frame {
    align-items: center;
    -webkit-animation: fadein 436ms;
    animation: fadein 436ms;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    height: 98%;
    -moz-justify-content: center;
    justify-content: center
}

.insp-logo-frame-img {
    align-self: center;
    border-radius: 50%;
    height: 100%;
    max-width: 230px;
    width: 90%
}

.ipl-progress-indicator-head {
    background-color: #010b16;
    height: 4px;
    overflow: hidden;
    position: relative
}

.ipl-progress-indicator .first-indicator,
.ipl-progress-indicator .second-indicator {
    background-color: var(--primary-color);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.ipl-progress-indicator .first-indicator {
    -webkit-animation: first-indicator 2s linear infinite;
    animation: first-indicator 2s linear infinite
}

.ipl-progress-indicator .second-indicator {
    -webkit-animation: second-indicator 2s linear infinite;
    animation: second-indicator 2s linear infinite
}

.ipl-progress-indicator .insp-logo {
    align-self: center;
    -webkit-animation: App-logo-spin 20s linear infinite;
    animation: App-logo-spin 20s linear infinite;
    border-radius: 50%
}

@-webkit-keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes App-logo-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes first-indicator {
    0% {
        -webkit-transform: translate(0) scaleX(0);
        transform: translate(0) scaleX(0)
    }

    25% {
        -webkit-transform: translate(0) scaleX(.5);
        transform: translate(0) scaleX(.5)
    }

    50% {
        -webkit-transform: translate(25%) scaleX(.75);
        transform: translate(25%) scaleX(.75)
    }

    75% {
        -webkit-transform: translate(100%) scaleX(0);
        transform: translate(100%) scaleX(0)
    }

    to {
        -webkit-transform: translate(100%) scaleX(0);
        transform: translate(100%) scaleX(0)
    }
}

@keyframes first-indicator {
    0% {
        -webkit-transform: translate(0) scaleX(0);
        transform: translate(0) scaleX(0)
    }

    25% {
        -webkit-transform: translate(0) scaleX(.5);
        transform: translate(0) scaleX(.5)
    }

    50% {
        -webkit-transform: translate(25%) scaleX(.75);
        transform: translate(25%) scaleX(.75)
    }

    75% {
        -webkit-transform: translate(100%) scaleX(0);
        transform: translate(100%) scaleX(0)
    }

    to {
        -webkit-transform: translate(100%) scaleX(0);
        transform: translate(100%) scaleX(0)
    }
}

@-webkit-keyframes second-indicator {
    0% {
        -webkit-transform: translate(0) scaleX(0);
        transform: translate(0) scaleX(0)
    }

    60% {
        -webkit-transform: translate(0) scaleX(0);
        transform: translate(0) scaleX(0)
    }

    80% {
        -webkit-transform: translate(0) scaleX(.6);
        transform: translate(0) scaleX(.6)
    }

    to {
        -webkit-transform: translate(100%) scaleX(.1);
        transform: translate(100%) scaleX(.1)
    }
}

@keyframes second-indicator {
    0% {
        -webkit-transform: translate(0) scaleX(0);
        transform: translate(0) scaleX(0)
    }

    60% {
        -webkit-transform: translate(0) scaleX(0);
        transform: translate(0) scaleX(0)
    }

    80% {
        -webkit-transform: translate(0) scaleX(.6);
        transform: translate(0) scaleX(.6)
    }

    to {
        -webkit-transform: translate(100%) scaleX(.1);
        transform: translate(100%) scaleX(.1)
    }
}