﻿/*.div-notice-orange {
    background: #ffd40033;
    border-left: 3px solid #ffd400;
    padding: 12px 15px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}*/
.ng-notice-quote {
    border-left: 3px solid #8D2BD5;
    border-color: #E5E7EB;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    background: #8D2BD51A;
    padding: 15px;
    margin: 20px 0 1rem;
    font-style: italic;
    border-radius: 0.5rem;
    color: #e3e3e3;
    font-family: Rubik, sans-serif;
    font-size: medium;
    white-space-collapse: collapse;
}