﻿/***************************************************************************************
 * Ontario TECK VBA Developers
 * License - 2023/2026
 *
 * Location : D:\Curriculum Vitae\ASP.Net 6\CV\wwwroot\css\
 * Filename : ontarioteck\navbarmenu.css
 *
 * Date Created: 2026-04-28 9:50:34 AM
 ***************************************************************************************/

/************************** Navigation Bar for SharePoint ***********************/
.dropdown:hover > .dropdown-menu {
    display: block !important;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
    left: 100%;
    margin-top: -37px;
}

.dropdown-item {
    font-size: small; /* 13px */
}

.dropdown-toggle::after {
    font-size: var(--font-md);
    margin-bottom: -2px;
}

.dropdown-menu li a.active {
    color: #fff;
}

.custom-toggle-arrow {
    font-size: 18px;
    margin-top: 1px;
    line-height: 12px;
}
/********************************************************************************/
