/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}


/*  */
/*  */
/*  */
/*  */
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background: #1f1f1f;
}

.header {
    padding: 0 16px 0;
    display: flex;
    gap: 8px;
    transition: .3s;
    overflow: hidden;
    height: 0;
}

.header.active {
    height: 37px;
    margin-bottom: 16px;
    overflow: visible;
}
#settings-btn.active::after{
    transform: rotate(180deg);
}
.name::after {
    content: '';
    background-image: url('../img/arrow-right.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 4px;
}

.name {
    margin-right: auto;
}

.name,
.balance {
    background-color: #383838;
    padding: 0 12px;
    border-radius: 24px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    text-align: left;
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
    display: flex;
    align-items: center;
    min-height: 37px;
}

.language {
    font-size: 14px;
    font-style: normal;
    text-align: left;
    font-family: "Prompt", sans-serif;
    font-weight: 700;
}

.language span.active {
    border-radius: 18px 18px 0 0;
}

.language span {
    display: flex;
    align-items: center;
    background-color: #383838;
    padding: 8px 12px;
    border-radius: 24px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    text-align: left;
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
}

.language span:after {
    content: '';
    background-image: url('../img/chevron-down.svg');
    width: 20px;
    height: 20px;
    display: block;
}

.balance span {
    font-family: "Open Sans", sans-serif;
    background: linear-gradient(180deg, rgba(123, 228, 83, 1) 0%, rgba(0, 241, 232, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 800;
}

.item-title:after {
    content: '';
    background-image: url('../img/settings-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: block;
}

.item-title.white:after {
    display: none;
}

.item-title.white {
    color: #fff;
    padding: 8px 0;
}

.item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    background-color: #262626;
    border-radius: 16px;
    padding: 4px 0;
    width: 100%;
    max-width: 167px;
    margin: 0 auto;
    color: #53e462;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
}

.back-btn img {
    transform: rotate(180deg);
}

.back-btn {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.top-bar img {
    width: 100%;
}

.top-bar {
    margin-top: -8px;
}

.main {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 75px);
}

.main-item {
    background: #262626;
    margin-top: -5px;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    padding: 0 16px;
    padding-bottom: 130px;
}

.lvl {
    position: relative;
    width: max-content;
}


.lvl-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 2px solid #525252;
    border-radius: 12px;
    flex-direction: column;
    overflow: hidden;
}

.lvl-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 48px);
    padding: 12px 24px;
    background: #383838;
    border-top: 2px solid #525252;
}

.lvl-bottom-inner .gray {
    color: #bfcbd9;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
}

.lvl-bottom-inner:not(:last-child) {
    border-right: 1px solid #525252;
    padding-right: 13px;
    margin-right: 13px;
}

.lvl-bottom-inner {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
    width: 50%;
    white-space: nowrap;
}

.lvl-bottom-inner span {
    font-size: 14px;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: none;
    background: linear-gradient(180deg, rgba(123, 228, 83, 1) 0%, rgba(0, 241, 232, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lvl-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lvl-number span {
    color: #7be453;
    font-size: 24px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: none;
    background: linear-gradient(180deg, rgba(123, 228, 83, 1) 0%, rgba(0, 241, 232, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lvl-number {
    color: #b3b3b3;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: none;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 8px;
    padding-top: 10px;
}

.lvl-descr {
    color: #00f1e8;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: none;
}

.status-title span {
    color: #eecb12;
}

.status-title {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    margin-top: 0;
    text-align: left;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 4px;
}

.energy {
    color: #bfcbd9;
    font-size: 14px;
    font-style: normal;
    margin-top: 0;
    text-align: left;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 20px;
}

.next-lvl span:after {
    content: '';
    background-image: url('../img/arrow-right.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.next-lvl span {
    color: #7be453;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: none;
    margin-left: 4px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(123, 228, 83, 1) 0%, rgba(0, 241, 232, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 0;
}

.next-lvl {
    border: 1px solid #525252;
    padding: 8px 0;
    width: 100%;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    color: #b3b3b3;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: none;
    display: flex;
    align-items: center;
}

.lvl-content {
    width: 100%;
    padding-right: 24px;
}

.lvl-item-top {
    width: calc(100% - 20px);
    padding: 0 10px;
}

.animation-item {
    padding: 8px;
    background: #383838;
    border-radius: 16px;
    margin-top: 12px;
}

.lvl-progress {
    display: flex;
    width: 100%;
    gap: 12px;
    justify-content: center;
}

.lvl-line.active {
    background: #53E462;
}

.lvl-line {
    border-radius: 12px;
    border: 1px solid #525252;
    max-width: 80px;
    width: 100%;
    height: 8px;
    box-shadow: 0 0 18px 0 rgba(0, 241, 232, .3);
    background: #383838;
}

.svg-wrap {
    display: flex;
    justify-content: center;
    padding: 16px 23px;
    border-radius: 16px;
    background-image: url('../img/animation-bg.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

@keyframes floatingTwo {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

@keyframes floating {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2px);
    }
}

.crystal {
    animation: floating 3s ease-in-out infinite;
}

.crystaltwo {
    animation: floatingTwo 4s ease-in-out infinite;
}

/* @keyframes electric-run {
    0% {
        stroke-dashoffset: 100%;
    }

    100% {
        stroke-dashoffset: 0%;
    }
}

.electric-path {
    stroke: #00ff00;
    stroke-width: 2px;
    stroke-dasharray: 20 200;
    animation: electric-run 5s linear infinite;
} */

@keyframes electric-run {
    0% {
        stroke: rgba(0, 255, 0, 0.2);
    }

    50% {
        stroke: rgba(0, 255, 0, 1);
    }

    100% {
        stroke: rgba(0, 255, 0, 0.2);
    }
}

.electric-path {
    stroke-width: 2px;
    animation: electric-run 2s linear infinite;
}

@keyframes light-up {

    0%,
    100% {
        fill: #2ddf8b;
    }

    50% {
        fill: yellow;
    }
}

.light-bulb {
    animation: light-up 3s ease-in-out infinite;
}

.bar-items {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.bar-item:first-child {
    border-width: 0;
}

.bar-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bar-item.storage {
    background-image: url('../img/storage-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 89px;
}

.bar-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.bar-title {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: none;
}

.bar-txt {
    color: #7be453;
    font-size: 16px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: none;
    background: linear-gradient(180deg, rgba(123, 228, 83, 1) 0%, rgba(0, 241, 232, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: flex;
    align-items: center;
    gap: 4px;
}

.bar-item {
    position: relative;
    background: #383838;
    border-radius: 16px;
    border: 2px solid #525252;
    width: 100%;
    height: 85px;
}

.bar-filled {
    position: absolute;
}

.navigation-btns {
    display: flex;
    justify-content: space-between;
    background: #383838;
    border: 1px solid #525252;
    border-bottom: 0;
    border-radius: 24px 24px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 62px;
}

.navigation-btn span {}

.navigation-btn.active:after {
    content: '';
    width: 245px;
    height: 45px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-image: url('../img/shadow-active.svg');
    background-repeat: no-repeat;
    pointer-events: none;
}

.navigation-btn.active .icon svg path {
    stroke: #53E462;
}

.navigation-btn.active:before {
    content: '';
    width: 61px;
    height: 3px;
    box-shadow: 0 2px 7px 1px #53e462;
    background: #53E462;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 0 0 16px 16px;
}

.navigation-btn {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.battery {
    animation: battery 2s infinite;
    transition: .3s;
}

.window {
    animation: window 2s infinite;
}

.window1 {
    animation: window 4s infinite;
    animation-delay: 2s;
}

@keyframes battery {
    0% {
        transform: translateY(-1px);
    }

    50% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(-1px);
    }
}

@keyframes window {
    0% {
        fill: #000;
    }

    50% {
        fill: #00f1e8;
    }

    100% {
        fill: #000;
    }
}

.language {
    position: relative;
}

.language ul li a {
    text-decoration: none;
    color: #fff;
    padding: 8px 12px;
    /* justify-content: center; */
    display: flex;
}

.language ul.active {
    display: block;
}

.language ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #383838;
    width: 100%;
    height: max-content;
    border-radius: 0 0 12px 12px;
}

.bottom-popup {
    padding: 32px;
    position: fixed;
    left: 0;
    width: calc(100% - 64px);
    background: #262626;
    border-radius: 16px;
    transition: 1s;
    bottom: -100%;
}

.bottom-popup.active {
    bottom: 0;
}

.popup-btn {
    color: #1a1a1a;
    font-size: 14px;
    font-style: normal;
    margin-top: 0;
    text-align: left;
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    background-color: #53e462;
    border-radius: 16px;
    padding: 12px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 16px;
    align-items: center;
    gap: 4px;
}

.arrow-next {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rewards-popup .il {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.daily-popup .il {
    display: flex;
    justify-content: center;
}

.rewards-popup,
.daily-popup {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup-title {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    max-width: 236px;
    margin: 8px auto;
}

.popup-descr {
    color: #cacaca;
    font-size: 16px;
    font-style: normal;
    margin-top: 0;
    text-align: center;
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
}

.days {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.day.active {
    border: 2px solid #53e462;
}

.day.active .day-rewards {
    color: #53e462;
}

.day {
    flex: 1 0 23%;
    
    text-align: center;

    background: #292929;
    border-radius: 16px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 66px;
    border: 2px solid #292929;
}

.day-rewards {
    color: gray;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
}

.day-title {
    color: #ccc;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
}

.rewards:before {
    content: '';
    background: #383838;
    border-radius: 16px;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
}

.rewards {
    position: relative;
    margin-top: 32px;
    margin-bottom: 16px;
    width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
}

.award {
    background: #262626;
    border-radius: 12px;
    border: 1px solid #525252;
    min-height: 37px;
    max-height: 37px;
    color: #53e462;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper {
    padding-top: 16px;
}

.lvls-item {
    background-color: #383838;
    border-radius: 16px;
    padding: 16px;
    width: 100%;
    max-width: 241px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.lvls-content {
    border: 2px solid #525252;
    border-radius: 16px;
    padding: 16px;
}

.lvls-line:not(:last-child) {
    border-bottom: 2px solid #525252;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.lvls-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lvls-title {
    color: #bfcbd9;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
}

.lvls-number {
    color: #bfcbd9;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: none;
}

.lvls-content.active .lvls-number {
    color: #7be453;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: none;
    background: linear-gradient(180deg, rgba(123, 228, 83, 1) 0%, rgba(0, 241, 232, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lvls-items {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.number-in-circle {
    color: #8f98a3;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: none;
    background: #262626;
    z-index: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16px;
    border-radius: 50%;
}

.lvl-circle.active .number-in-circle {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: none;
    background: linear-gradient(180deg, rgba(123, 228, 83, 1) 0%, rgba(0, 241, 232, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.btn-unlock-lvl {
    color: #bfcbd9;
    font-size: 14px;
    font-style: normal;
    margin-top: 0;
    text-align: left;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    border: 2px solid #525252;
    border-radius: 12px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0px -3px 16px -12px #7BE452;
}

.you-get:before {
    content: url('../img/ravno.svg');
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    color: #53E462;
}

.radio-group {
    display: flex;
    gap: 12px;
}

.radio-button {
    margin: 5px 0;
    cursor: pointer;
}

.radio-group input[type="radio"] {
    display: none;
}

.radio-group label {
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    background-color: #383838;
    border-radius: 16px;
    width: 100%;
    color: #fafafa;
    font-size: 16px;
    font-style: normal;
    margin-top: 0;
    text-align: left;
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    border: 2px solid #383838;
}

.radio-group input[type="radio"]:checked+label {
    color: white;
    border: 2px solid #53e462;
}

.you-get-descr {
    color: #b3b3b3;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: none;
}

.you-get {
    position: relative;
    border: 2px solid #525252;
    border-radius: 12px 12px 12px 12px;
    background-color: #383838;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    height: 73px;
    margin-top: 16px;
    box-shadow: inset 0px -7px 16px -12px #7BE452;
}

.summ-get {
    color: #7be453;
    font-size: 16px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: none;
    margin-top: 5px;
    background: linear-gradient(180deg, rgba(123, 228, 83, 1) 0%, rgba(0, 241, 232, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.connect-wallet {
    color: #1a1a1a;
    font-size: 16px;
    font-style: normal;
    margin-top: 0;
    text-align: left;
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 16px 16px 16px 16px;
    background-color: #53e462;
    height: 56px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    outline: none;
    margin-top: 30px;
}

.stats-input input::placeholder {
    color: #b3b3b3;
}

.stats-input span {
    color: #b3b3b3;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: none;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.stats-input {
    width: 100%;
    position: relative;
    margin-top: 12px;
}

.stats-input input {
    background-color: #383838;
    border-radius: 16px;
    height: 53px;
    padding: 0 50px 0 16px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: none;
    border: 0;
    outline: none;
    width: calc(100% - 66px);
}

.donate-description {
    margin: 12px 0 0;
    color: #b3b3b3;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: none;
}

.donate-items {
    display: flex;
    gap: 12px;
    width: 100%;
    margin-top: 12px;
}

.donate-descr {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: none;
}

.donate-summ {
    margin-top: 8px;
    color: #fafafa;
    font-size: 16px;
    font-style: normal;
    margin-top: 0;
    text-align: left;
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: none;
}

.donate-item {
    border-radius: 16px;
    background: #383838;
    height: 85px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.stats-item.invite {
    background-image: url('../img/stats-bg1.svg');
    border-radius: 16px 16px 0 0;
}

.friends-invited {
    color: #7be453;
    font-size: 16px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: none;
    background: linear-gradient(180deg, rgba(123, 228, 83, 1) 0%, rgba(0, 241, 232, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stats-item {
    background-image: url('../img/stats-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    padding: 12px 0 20px;
    border: 2px solid #525252;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stats-descr {
    color: #b3b3b3;
    font-size: 14px;
    font-style: normal;
    margin-top: 0;
    text-align: left;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: none;
}

.stats-balance span {
    background: linear-gradient(180deg, rgba(123, 228, 83, 1) 0%, rgba(0, 241, 232, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.title-stats {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    margin-top: 0;
    text-align: left;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    margin: 24px 0 12px;
}

.stats-balance {
    color: #fafafa;
    font-size: 20px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: none;
    margin-top: 5px;
}

.btn-unlock-lvl.active {
    color: #1a1a1a;
    font-size: 14px;
    font-style: normal;
    margin-top: 0;
    text-align: left;
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 12px;
    background: #53E462;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #53E462;
}

.lvl-circle.active:after {
    content: '';
    background-image: url(../img/active-line.svg);
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    width: 38px;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
}

.lvl-circle:after {
    content: '';
    background-image: url(../img/nonactive-line.svg);
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    width: 38px;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
}

.lvls-column:last-child {
    width: 100%;
    max-width: 273px;
}

.lvl-circle svg {
    position: relative;
}

.lvl-circle {
    top: -16px;
    position: absolute;
    left: -16px;
    height: 100%;
}

.lvls-progress {
    margin-top: 24px;
    gap: 32px;
    display: flex;
    flex-direction: column;
}

.lvls-btns {
    margin-top: 8px;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.btn-active-lvl {
    color: #00f1e8;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
    background: #262626;
    border: 1px solid #525252;
    border-radius: 12px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-invite-friend.active:after {
    content: '';
    background-image: url('../img/friend-arrow.svg');
    background-repeat: no-repeat;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    margin-top: -5px;
}

.btn-invite-friend.active {
    color: #fff;
}

.btn-invite-friend {
    color: #bfcbd9;
    font-size: 14px;
    font-style: normal;
    margin-top: 0;
    text-align: left;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #525252;
    border-radius: 16px;
    display: flex;
}

.lvls-items:last-child .lvls-column .lvl-circle:after {
    display: none;
}

.lvls-item.current-lvl:after {
    content: 'Current LVL';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -16px;
    background: #00f1e8;
    border-radius: 16px;
    padding: 4px 6px;
    color: #262626;
    font-size: 12px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    background: #383838;
    border-radius: 16px;
    padding: 4px;
    height: 61px;
    margin-top: 24px;
}

.tab-content-wrapper {
    margin-top: 1rem;
}

.tab-content {
    display: none;
    width: 100%;
}

.tab-buttons>label {
    display: block;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-decoration: none;
    color: #0d6efd;
    border: 0;
    border-radius: 0.375rem;
    background: 0 0;
    color: #e6edf7;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: none;
    border: 2px solid #383838;
    border-radius: 16px 16px 16px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 30%;
}

.tab-label.active {
    cursor: default;
    color: #fff;
    border: 2px solid #53e462;
    justify-content: center;
    background-color: #383838;
}

/* Показать активный контент */
.active-content {
    display: block;
}

.description-general span {
    color: #53e462;
}

.description-general {
    margin: 0;
    color: #b3b3b3;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    text-transform: none;
}

.reward-description {
    margin: 0;
    color: #bfcbd9;
    font-size: 14px;
    font-style: normal;
    margin-top: 0;
    text-align: left;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 17px;
}

.reward-btn {
    background-color: #262626;
    border: 1px solid #525252;
    border-radius: 12px;
    width: 100%;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.reward-btn.see {
    color: #53e462;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
}

.reward-btn.claimed {
    color: #bfcbd9;
    font-size: 14px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
}

.rewards-list {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 12px;
}

.reward-item {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background-color: #383838;
    padding: 12px;
}

.reward-heading {
    display: flex;
    align-items: center;
}

.reward-name {
    margin-left: 12px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
}

.reward-icon {
    display: flex;
}

.reward-day {
    margin-left: auto;
    color: #262626;
    font-size: 12px;
    font-style: normal;
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 16px 16px 16px 16px;
    background-color: #00f1e8;
    padding: 4px 6px;
}

.reward-content {
    margin-top: 16px;
}