#policycontainer{
    background-color: #20222c;
    height: 67%;
    width: 29.5%;
    position: absolute;
    top: 15%;
    left: 3%;
    border-top-left-radius: 2vw;
    border-bottom-left-radius: 2vw;
    overflow: auto;
    padding: 1vw;
    background-image: radial-gradient(circle, #1b1c23 0.1vw, transparent 0.1vw);
    background-size: 15px 15px;
}
[data-custom-class='body'], [data-custom-class='body'] * {background: transparent !important;}
[data-custom-class='title'], [data-custom-class='title'] * {font-family: monospace !important; font-size: 1vw !important; color: #ffffff !important;}
[data-custom-class='subtitle'], [data-custom-class='subtitle'] * {font-family: monospace !important; color: #ffffff !important; font-size: 0.9vw !important;}
[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {font-family: monospace !important;font-size: 0.8vw !important;color: #ffffff !important;}
[data-custom-class='heading_2'], [data-custom-class='heading_2'] * {font-family: monospace !important; font-size: 0.8vw !important; color: #ffffff !important;}
[data-custom-class='body_text'], [data-custom-class='body_text'] * {color: #ffffff !important; font-size: 0.8vw !important; font-family: monospace !important;}
[data-custom-class='link'], [data-custom-class='link'] * {color: #ffffff !important; font-size: 0.8vw !important;
font-family: monospace !important; word-break: break-word !important;}

#policycontainer::-webkit-scrollbar {
    width: 0.5vw;
    background: transparent;
}
#policycontainer::-webkit-scrollbar-track {
    background: #20222c;
}
#policycontainer::-webkit-scrollbar-thumb {
    background: #5568DF;
    border-radius: 5px;
}