/*Header style*/
.header__sign-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__btn-login interactBtn {
    background: var(--gradient, linear-gradient(105deg, #00FFA3 17.07%, #34B0E7 53.58%, #7000FF 108.36%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight:
            600;
    line-height: normal;
}

.header__btn-sign {
    border-radius: 246px;
    background: var(--gradient, linear-gradient(105deg, #00FFA3 17.07%, #34B0E7 53.58%, #7000FF 108.36%));
    box-shadow: 0px 4px 24.7px 0px rgba(0, 255, 163, 0.08);
    color: #FFF !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height:
            normal;
    padding: 15px 44px;
}

@media (max-width: 575px) {
    .header__btn-login interactBtn {
        font-size: 12px;
    }

    .header__btn-sign {
        font-size: 12px;
        padding: 10px 20px;
    }
}

@media (max-width: 500px) {
    .header__sign-box {
        display: none;
    }
}

.header__links a:hover {
    color: #FFFFFF;
}

.header__profile-link {
    display: flex;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.04);
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}

.header__profile-link:hover span {
    opacity: 0.85;
}

.header__profile-kyc:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 40px;
    left: 45px;
    background-image: url('../img/verificated.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.userCard__kyc:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 80px;
    left: 65px;
    background-image: url('../img/verificated.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.userCard__user-premium-success{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #0d8bcc;
    position: relative;
    padding-left: 20px;
}

.userCard__user-premium-success:before{
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('../img/premium-account.svg');
    position: absolute;
    left: -5px;
    top: 3px;
}

.header {
    display: flex;
    justify-content: space-between;
    min-height: 62px;
    padding: 0.5rem 1rem;
    background: #0C0B15 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #0C0B15;
    font-weight: 400;
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 10px;
}

.header a {
    text-decoration: none !important;
    color: #a1a0a7;
}

.header__left {
    display: flex;
    align-items: center;
}

.header__right {
    display: flex;
    align-items: center;
}

.header__logo {
    display: flex;
    margin-right: 50px;
}

.header__logo-text {
    padding-left: 10px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}

.header__link {
    position: relative;
    color: #a1a0a7;
}

.header__link.header__link-new:after,
.header__profile-link.header__link-new:after {
    content: "new";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 15px;
    top: -10px;
    right: 0;
    padding-top: 2px;
    color: #0094FF;
    background: rgba(0, 148, 255, 0.15);
    border-radius: 4px;
    font-size: 9px;
}

.header__profile-link.header__link-new:after {
    top: 10px;
    right: -10px;
}

.header__link.header__link-hot:after,
.header__profile-link.header__link-hot:after {
    content: "0%";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 15px;
    top: -10px;
    right: 0;
    padding-top: 2px;
    color: rgba(247, 147, 26, 1);
    background: rgba(247, 147, 26, 0.15);
    border-radius: 4px;
    font-size: 9px;
}

.header__profile-link.header__link-hot:after {
    top: 10px;
    right: -10px;
}

.header__link,
.header__link-tools {
    padding: 0.5rem 1rem;
    transition: color .3s ease-in-out;
    color: #FFFF;
}

.header__tools {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header__tools span {
    position: relative;
    cursor: pointer;
    transition: color .3s ease-in-out;
    color: #a1a0a7;
}

.header__tools span:hover {
    position: relative;
    cursor: pointer;
    transition: color .3s ease-in-out;
    color: #FFFFFF;
}

.header__link-tools span:after {
    display: inline-block;
    margin-left: 6px;
    vertical-align: 1px;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.header__tools-box {
    position: absolute;
    top: 72px;
    display: flex;
    flex-direction: column;
    background: #14141E;
    border: 1px solid rgba(255, 255, 255, 0.04);
    margin-left: -74px;
    padding: 0.5rem 0;
    border-radius: 5px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out,
    visibility .3s ease-in-out,
    top .3s ease-in-out;
}

.header__tools-box.header__tools-box-active {
    top: 62px;
    opacity: 1;
    visibility: visible;
}

.header__logo img {
    width: 35px;
    height: 25px;
}

.header__profile-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header__profile-toggle-other {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: rgba(15, 15, 23, 1);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 50px;
    width: 150px;
    height: 45px;
}

.header__tools-link {
    font-size: 14px;
    padding: 0.25rem 1.5rem;
    transition: background-color .3s ease-in-out;
    color:  white;
}

.header__tools-link:hover {
    background-color: #2a2e39;
    color:  white;
}

.header__toggle-name {
    margin-left: 3px;
    color: #FFFF;
    pointer-events: none;
    font-size: 12px;
    overflow-wrap: break-word;
}

.header__toggle-img {
    pointer-events: none;
}

.header__toggle-img,
.header__profile-toggle .header__toggle-img img {
    margin-left: 10px;
}

.header__toggle-img2 {
    pointer-events: none;
}

.header__toggle-img2,
.header__profile-toggle .header__toggle-img2 img {
    margin-left: auto;
    margin-right: 10px;
    width: auto;
}

.header__profile {
    position: relative;
    width: 100%;
}

.header__profile-box {
    position: absolute;
    top: 72px;
    right: -5px;
    background: #0C0B15;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, top .3s ease-in-out;
}

.header__profile-box.header__profile-box-active {
    opacity: 1;
    visibility: visible;
}

.header__profile-top {
    display: flex;
    align-items: center;
    padding: 30px 30px 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.header__profile-center {
    display: none;
}

.header__profile-bottom {
    display: flex;
    flex-direction: column;
    padding: 20px 30px 40px 30px;
    background: #14141E;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 0 0 20px 20px;
}

.header__profile-link {
    display: flex;
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.04);
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}

.header__profile-link-button {
    margin-top: 5px;
    margin-left: 15px;
}

.header__profile-link img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-top: -1px;
}

.header__profile-info {
    display: flex;
    flex-direction: column;
    width: 200px;
    color: #FFFF;
}

.header__profile-name {
    font-size: 18px;
    font-weight: 500;
}

.header__profile-email {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
}

.header__profile-premium {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.04);
    color: #0d8bcc;
    font-weight: 500;
    font-size: 15px;
    margin-top: 10px;
}

.header__profile-premium {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.04);
    color: #0d8bcc;
    font-weight: 500;
    font-size: 15px;
    margin-top: 10px;
}

.header__profile-link-icon {
    width: 15px;
    height: 20px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    color:  white;
}

.header__profile-link-icon svg {
    fill: #FFFF;
}

.header__profile-out {
    background: rgba(255, 44, 44, 0.05);
}

.header__profile-out .header__profile-link-icon svg {
    fill: #ff231f;
}

.header__toggle-btn {
    display: none;
}

.header__profile-img {
    position: relative;
    width: 100px;
    margin-right: 26px;
}

.header__profile-img img {
    border-radius: 50%;
}

.header__profile-kyc:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: -13px;
    left: -14px;
    background-image: url(../img/verified.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 1050px) {
    .header__link-wallet {
        display: none;
    }
}

@media (max-width: 1000px) {
    .header__link.header__link-new:after, .header__profile-link.header__link-new:after {
        content: "new";
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 26px;
        height: 15px;
        color: #0094FF;
        background: rgba(0, 148, 255, 0.15);
        border-radius: 4px;
        font-size: 9px;
    }

    .header__link.header__link-hot:after, .header__profile-link.header__link-hot:after {
        content: "0%";
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 22px;
        height: 15px;
        color: rgba(247, 147, 26, 1);
        background: rgba(247, 147, 26, 0.15);
        border-radius: 4px;
        font-size: 9px;
    }

    .header__profile-link {
        border-radius: 0;
        border: 0;
        height: 35px;
        font-size: 14px;
        margin-top: 0px;
    }

    .header__profile-top {
        padding: 15px 5px 10px 15px;
    }

    .header__profile-bottom {
        padding: 10px 15px 20px 15px;
    }

    /*.tableUser__name-equivalent {
        display: none;
    }*/

    .tableUser__name-price {
        display: none;
    }
    
    .tableUser__item-price {
        display: none;
    }

    /*.tableUser__item-equivalent {
        display: none;
    }*/

    .header__links {
        display: none;
    }

    .header__profile-center {
        display: flex;
        flex-direction: column;
        padding-top: 6px;
    }

    .header__profile-bottom {
        border-top: 1px solid #2a2e39;
    }

    .header__profile-center .header__profile-link {
        padding: 7px 20px;
    }

    .header__profile-tools span {
        position: relative;
        pointer-events: none;
    }

    .header__profile-tools span:after {
        display: inline-block;
        margin-left: 6px;
        vertical-align: 1px;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .header__profile-tools-box {
        display: flex;
        flex-direction: column;
        height: 0;
        overflow: hidden;
        transition: height .3s ease-in-out;
    }

    .header__profile-box.header__profile-box-active {
        top: 55px;
    }

    .header__profile-tools-link {
        padding: 5px 25px;
    }

    .header__profile-tools-box .header__profile-link {
        display: none;
    }

    .header__toggle-name,
    .header__toggle-img {
        display: none;
    }

    .header__toggle-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
    }

    .header__profile-toggle-other {
        display: none;
    }

    .header__toggle-btn svg {
        pointer-events: none;
    }

    .header__nav-opened .header__nav-line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 12;
    }

    .header__nav-opened .header__nav-line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 12;
    }

    .header__nav-opened .header__nav-line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 12;
    }

    .header__nav-line {
        fill: none;
        stroke: #fff;
        stroke-width: 12;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .header__nav-line1 {
        stroke-dasharray: 60 207;
        stroke-width: 12;
    }

    .header__nav-line2 {
        stroke-dasharray: 60 60;
        stroke-width: 12;
    }

    .header__nav-line3 {
        stroke-dasharray: 60 207;
        stroke-width: 12;
    }
}

/*Header style*/
