.box-profile-investor {
    .img-investor {
        width: 215px !important;
        height: 215px !important;
        border-radius: 120px !important;
        max-width: 215px;
        max-height: 215px;
        object-fit: cover;
    }
    .nav-tabs {
        border-bottom: none !important;
    }
    .panel-heading a.active,
    .panel-heading a {
        color: #000000 !important;
    }
    .panel-heading a.active {
        font-weight: 600 !important;
    }
    .panel-heading a {
        font-weight: 300 !important;
    }
    .active.show {
        .bottom-line-exp,
        .bottom-line-business {
            position: relative;
            border: none;
            height: 2px;
            background-color: #92BBEE;
            width: 72px;
            display: block !important;
            margin: auto;
        }
    }
    .bottom-line-exp {
        display: none !important;
    }
    .bottom-line-business {
        display: none !important;
    }
    .border-separate-vertical {
        position: relative;
        border: none;
        height: 1px;
        background-color: #BEBCBC;
        width: 1050px;
        display: block !important;
        left: 5px;
        margin: auto;
    }
}

.ic-share-idea {
    width: 20px !important;
    height: 20px !important;
}

.body-theme-bg {
    background-color: #313E5B !important;
    border-radius: 4px;
}


/* table td {
    table-layout: fixed;
    width: 20px;
    overflow: hidden;
    word-wrap: break-word;
} */