.navbar .navbar-brand img {
    max-height: 80px !important;
}

.btn_prp {
    background-color: #7653A2 !important;
    color: white !important;
}

    .btn_prp:hover {
        background-color: #F6931F !important;
        color: white !important;
    }


.btn:hover {
    color: white !important;
}

ul, li {
    list-style: none;
}

ol, ul {
    padding-left: 0rem !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

.dropdown-menu {
    min-width: 11rem !important;
}
/* Hide Dropdowns by Default */
nav ul ul {
    display: none;
    position: absolute;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
    position: relative;
}
