﻿<style >
#style-14::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
    background-color: #CCCCCC;
}

.ql-editor {
    white-space: initial !important;
}

#style-14::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-14::-webkit-scrollbar-thumb {
    background-color: #FFF;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, transparent 100%, rgba(0, 0, 0, 1) 75%, transparent)
}

.ql-size-small {
    font-size: 11pt !important;
    font-family: system-ui;
}

.ql-editor p strong {
    color: rgb(8,31,77) !important;
}

.ql-editor p a {
    color: rgb(8,31,77) !important;
    font-weight: 500;
}

.ql-size-normal {
    font-size: 13pt;
}

.ql-color .ql-picker-options [data-value=custom-color] {
    background: none !important;
    width: 100% !important;
    height: 20px !important;
    text-align: center;
}

    .ql-color .ql-picker-options [data-value=custom-color]:before {
        content: 'Custom Color';
    }

    .ql-color .ql-picker-options [data-value=custom-color]:hover {
        border-color: transparent !important;
    }

.content-whatsnew-formatting {
    font-family: system-ui !important;
}

    .content-whatsnew-formatting p, ul, li {
        font-family: system-ui !important;
        font-size: 11pt;
    }

.whats-new {
}

    .whats-new li {
        font-size: 14px;
        margin-left: 42px;
        display: list-item;
        list-style-type: disc;
    }

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 450px;
}

</style >
