.educator-profile img {
    width: 100%;
}

.educator-profile .trader-profile-img {
    width: 5% !important;
    border-radius: 50%;
}

.educator-profile-imag-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 10;
}

section.educator-profile h4.text-blue {
    color: #2782EC;
    font-size: 20px;
}

ul.educatorInfo {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15%;
}

ul.educatorInfo li {
    position: relative;
}

ul.educatorInfo li h6 {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #596582;
    margin: 0;
}

ul.educatorInfo li h2 {
    margin-bottom: 0 !important;
    font-family: Lexend;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #13316B !important;
}

ul.educatorInfo li:after {
    content: "";
    background: #DCE3F1;
    width: 1px;
    position: absolute;
    right: -44%;
    top: 0;
    height: 100%;
}

ul.educatorInfo li:last-child:after {
    width: 0px;
}

.card.tradingChart {
    box-shadow: 0 0 0;
    border-radius: 10px;
    border-color: transparent;
    overflow: hidden;
    padding: 0;
}

.card.tradingChart img {
    width: 100%;
    object-fit: cover;
}

button.btn.btn-segmented {
    font-family: Lexend;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    text-align: left;
    color: #596582;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button.btn.btn-segmented span.icon {
    margin-right: 10px;
}

button.btn.btn-segmented span.text {
    margin-right: 10px;
}

button.btn.btn-segmented span.count {
    background: #E4E9F3;
    width: 40px;
    height: 25px;
    border-radius: 4px;
    text-align: center;
    line-height: 1.8;
}

.likeshareBox {}

.likeshareBox .dvdr {
    border: 1px solid #E4E9F3;
    width: 1px;
    height: 100%;
    margin: 0 auto;
}

@media (max-width: 575px) {
    ul.educatorInfo {
        gap: 40px;
    }
    ul.educatorInfo li:after {
        right: -20px;
    }
    ul.educatorInfo li h6 {
        font-size: 12px;
        line-height: 16px;
    }
    ul.educatorInfo li h2 {
        font-size: 30px;
        line-height: 40px;
    }

    button.btn.btn-segmented {
        padding: 0;
    }
    button.btn.btn-segmented span.text {
        display: none;
    }
}



@media (max-width: 350px) {
    ul.educatorInfo li h6 {
        font-size: 10px;
        line-height: 16px;
    }
    ul.educatorInfo li h2 {
        font-size: 26px;
        line-height: 40px;
    }
}


.user-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.user-info figure.user-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 0;
}

.user-info figure.user-img img {
    width: 100% !important;
}

.user-info .user-details {}

.user-info .user-details p {
    margin: 0 !important;
}

.user-info .user-details h6 {
    margin: 0 !important;
}

.card.tradingChart .tradingchart-img {
    height: 500px;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #eee;
}

.strategies-card {
    background: #fff;
    padding: 30px 30px 15px;
    border-radius: 20px;
    box-shadow: 0px 3px 11px 0px #00000017;
}
