﻿/* Navbar menu splitter */
.menu-split .nav-item {
    position: relative;
    padding: 0 12px;
}

    .menu-split .nav-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 25%;
        bottom: 25%;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.2); /* Adjust color to your theme */
    }
.menu-logo
{
    width:200px;
}