.helpAndManuals {
    position: fixed;
    cursor: default;
    z-index: 999;
    left: 90px;
    top: 0px;
    height: 100vh;
    width: 280px;
    background: linear-gradient(179.57deg, rgba(83, 106, 198, 0.06) 0.74%, rgba(0, 34, 174, 0.06) 22.89%, rgba(201, 51, 200, 0.048) 47.05%, rgba(255, 55, 80, 0.06) 68.69%, rgba(255, 210, 177, 0.06) 97.38%), rgba(86, 93, 118, 0.9);
    border-left: 1px solid rgba(182, 182, 182, 0.1);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
}

.helpAndManuals.disabled {
    cursor: default;
}

.helpAndManuals .header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(182, 182, 182, 0.2);
}

.helpAndManuals .header .title {
    font-family: GlowSemibold;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.helpAndManuals .header .close {
    margin-left: auto;
    cursor: pointer;
}

.helpAndManuals .body {
    display: flex;
    flex-direction: column;
    padding: 12px 20px;
    height: inherit;
}

.helpAndManuals .body .demotours .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 20px;
    margin-top: 20px;
}

.helpAndManuals .body .demotours .title .name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.helpAndManuals .body .demotours .title .more {
    margin-left: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #ABB8F8;
    cursor: pointer;
}

.helpAndManuals .body .demotours .tours {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
}

.helpAndManuals .body .demotours .tours .tour {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 8px 12px;
    margin-top: 6px;
    height: 68px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    overflow: hidden;
}

.helpAndManuals .body .demotours .tours .tour .tour-icon {
    width: 24px;
    height: 24px;
    background: #DCDCDC;
    opacity: 0.8;
    border-radius: 4px;
}

.helpAndManuals .body .demotours .tours .tour .tour-content {
    display: flex;
    flex-direction: column;
    width: 180px;
    padding: 8px;
    max-height: 68px;
}

.helpAndManuals .body .demotours .tours .tour .tour-content .tour-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
}

.helpAndManuals .body .demotours .tours .tour .tour-content .tour-body {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #DCDCDC;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.helpAndManuals .footer1 {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    padding: 8px 20px 16px 20px;
    border-top: 1px solid rgba(182, 182, 182, 0.2);
}

.helpAndManuals .footer1 .item {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

.helpAndManuals .footer2 {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 0 16px 20px;
    border-top: 1px solid rgba(182, 182, 182, 0.2);
}

.helpAndManuals .footer2 .item {
    margin-right: 16px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #ABB8F8;
    cursor: pointer;
    /* text-align: right; */

}