.cpm-nav {
    margin-top: 10px;
}

.navbar-toggler {
    margin-left: -10px;
}

.navbar-collapse {
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .nav-item {
        position: relative;
        font-size: 14px;
        padding-left: 80px;
    }
    .navbar-collapse ul li a.nav-link:before {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 3px;
        content: '';
        background: transparent;
        opacity: 0;
        -ms-transition: opacity 0.3s, -webkit-transform 0.3s;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(5px);
    }
    .navbar-collapse ul li:hover a.nav-link:before {
        opacity: 1;
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        bottom: -20px;
        background: #19236A;
        margin-left: 88px;
        color: #EC0058;
        font-weight: bold;
    }
    .navbar-collapse ul li:hover a.nav-link-1:before {
        width: 150px;
    }
    .navbar-collapse ul li:hover a.nav-link-2:before {
        width: 100px;
    }
    .navbar-collapse ul li:hover a.nav-link-3:before {
        width: 120px;
    }
    .navbar-collapse ul li:hover a.nav-link-4:before {
        width: 100px;
    }
    .navbar-collapse ul li:hover a.nav-link-5:before {
        width: 70px;
    }
}

.dropdown-item {
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}

.dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #19226a2f;
}

.dropdown-item:focus {
    color: white(255, 0, 0);
    text-decoration: none;
    background-color: #EC0058;
}

.dropdown-menu {
    border-radius: 0px;
    border: none;
    font-size: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 1px;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 72px;
    background-color: #19236A;
    margin-top: var(--bs-dropdown-spacer);
}

.navbar-toggler-icon {
    color: white;
    /* background-image: none;
   background-image: url('../image/hamburger.png'); */
}

.navbar-toggler {
    background-color: #19236A;
    color: white;
}

.custom-toggler.navbar-toggler {
    border-color: white;
}


/* Setting the stroke to green using rgb values (0, 128, 0) */

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
