.dropdown-toggle::after {
    display: none;
}
.text-decoration-none {
    text-decoration: none !important;
}
/* Font Awesome Icons have variable width. Added fixed width to fix that.*/
.icon-width {
    width: 2rem;
}

.nav-bar {
    display: none;
    opacity: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
