<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dropdown-menu {
    margin: 16px 0 !important;
    padding: 0;
    width: 300px !important;
    &amp;::before {
        content: "";
        position: absolute;
        right: 49%;
        top: 1%;
        font-size: 28px;
        color: #3a3b47 !important;
        transform: translateY(-50%) rotate(224deg);
        border: 12px solid;
        border-top-color: rgba(0, 0, 0, 0);
        border-left-color: rgba(0, 0, 0, 0);
        margin-top: -2.5px;
        background-color: rgba(0, 0, 0, 0);
        transition: all ease-in-out 0.2s;
    }
}
.dropdown-toggle {
    color: white !important;
    border-color: white !important;
}</pre></body></html>