.scrollbar {
    height: 500px;
    width: 100%;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 450px;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c6c5c5;
}

.preview-bold {
    font-size: 18px;
    font-weight: 700;
    color: #0D99D6;
}

.from-strongly {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
}

.preview-communication-bold {
    font-size: 17px;
    font-weight: 700;
}