/* Hamburg Icon Fix - Add this to the END of app.css */

/* Force Hamburg burger icon to display properly */
span.th-burger {
    position: relative !important;
    width: 20px !important;
    height: 2px !important;
    background: #0B1220 !important;
    display: block !important;
}

span.th-burger::before,
span.th-burger::after {
    content: "" !important;
    position: absolute !important;
    width: 20px !important;
    height: 2px !important;
    background: #0B1220 !important;
    left: 0 !important;
    display: block !important;
}

span.th-burger::before {
    top: -6px !important;
}

span.th-burger::after {
    top: 6px !important;
}
