#conf-wrapper #fixed-block-info::-webkit-scrollbar {
    background-color: white;
    border-radius: 5px;
    width: 10px !important;
    border: 1px solid #eaeaea;
}

#conf-wrapper #fixed-block-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #bcbcbc !important;
}

#conf-wrapper #fixed-block-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #eaeaea;
}
#conf-wrapper #fixed-block-info{ /*firefox styles*/
    scrollbar-width: thin;
    scrollbar-color: #bcbcbc #eaeaea;
}
#conf-wrapper #section-manage_side-container .conf-sector-content > div:not(:last-of-type) > div:last-of-type{
    border-right:3px solid black;
}