﻿@layer components {
    .nav-link {
        @apply text-gray-700 font-medium transition-colors;
    }

    .active-link {
        @apply text-red-600 font-bold border-b-2 border-red-600;
    }

    .dropdown-menu {
        @apply hidden group-hover:block;
    }

    .scrollbar-hide {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .scrollbar-hide::-webkit-scrollbar {
            display: none;
        }
}
.containerMainTop {
    width: 88%;
}


.navbar-container {
    position: relative;
    transition: all .3s ease;
}

    .navbar-container.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,.1);
    }

.active-link {
    color: var(--primary) !important;
    border-bottom: 2px solid var(--primary) !important;
    font-weight: bold;
}
@media (max-width: 750px) {


    .nav-dropdown-menu {
        display: none !important;
    }

  
    .nav-dropdown-parent span {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .active-link {
        border-bottom: none;
        background-color: rgba(237, 29, 37, 0.1);
        border-left: 4px solid #ed1d25;
        padding-left: 5px !important;
    }
}

.navbar-scroll-container {
    display: flex;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
}

    .navbar-scroll-container::-webkit-scrollbar {
        display: none;
    }

.Ullist .nav-item {
    position: relative;
}

.CategoryListDesign1{

}
.Ullist .nav-link {
    font-weight: 400;
    display: inline-block;
    padding-bottom: 6px;
    color: var(--primary) !important;
    color: var(--primary) !important;
    border-bottom: 2px solid transparent;
    transition: all .3s ease;
}


    .Ullist .nav-link:hover {
        color: var(--text)!important;
        border-bottom-color: var(--primary);
    }



    .nav-dropdown-menu > li {
        width: 100%;
    }


.dropdown-menu-custom li a:hover {
    background-color: #f8f9fa;
    color: #ed1d25;
}

.Ullist > li {
    position: relative;
}

.nav-dropdown-menu a:hover {
    color: #000 !important;
}


.dropdown-menu-custom li {
    position: relative;
}

.dropdown-menu-custom li:hover > .dropdown-menu-custom {
    display: block;
}




input {
    height: 45px;
    
}


.sidebar {
    position: fixed;
    top: 0;
    left: -360px;
    width: 300px;
    height: 100vh;
    background: var(--card-bg);
    color: var(--text);
    transition: 1s;
    z-index: 9999;
  
    overflow-y: auto;
}

    .sidebar.open {
        left: 0;
    }

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
}

    .overlay.show {
        display: block;
    }



#sidebar,
#sidebar a,
#sidebar .nav-link {
    color: var(--text) !important;
}





.Ullist .nav-link.active,
.dropdown-menu-custom a.active {
    color: var(--text) !important;
    font-weight: 700;
    border-bottom: 3px solid var(--primary) !important;
}

    .Ullist .nav-item {
        position: relative;
    }




/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<navbarDesign2 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<navbarDesign2 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<navbarDesign2 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
*/


/* ==========================================
   NAVBAR DESIGN 2 (DARK THEME) CSS 
   ========================================== */

.navbarDesign2 {
    background-color: #000000 !important;
    color: #ffffff !important;
}

    .navbarDesign2 .main-menu-wrapper {
        background-color: #0b0b0b !important;
    }

    .navbarDesign2 .nav-link {
        color: #cccccc !important;
        font-weight: 500;
    }

        .navbarDesign2 .nav-link:hover {
            color: #ffffff !important;
            border-bottom-color: #ed1d25 !important;
        }

    .navbarDesign2 .active-link {
        color: #ed1d25 !important;
        font-weight: bold !important;
        border-bottom: 2px solid #ed1d25 !important;
    }
    .navbarDesign2 .nav-dropdown-menu {
        background-color: #141414 !important;
        border: 1px solid #222222 !important;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.7);
    }

        .navbarDesign2 .nav-dropdown-menu a {
            color: #dddddd !important;
        }

            .navbarDesign2 .nav-dropdown-menu a:hover {
                background-color: #222222 !important;
                color: #ed1d25 !important;
            }

@media (max-width: 767px) {
    .navbarDesign2 .active-link {
        border-bottom: none !important;
        background-color: rgba(237, 29, 37, 0.15) !important;
        border-left: 4px solid #ed1d25 !important;
        padding-left: 8px !important;
    }
}

.navbarDesign2 input {
    background-color: #1a1a1a !important;
    border: 1px solid #333333 !important;
    color: #ffffff !important;
}

    .navbarDesign2 input::placeholder {
        color: #777777;
    }





.navbarDesign4 {
    background: var(--primary);
    color: var(--text-light);
}

    .navbarDesign4 a {
        color: var(--text-light);
    }

    .navbarDesign4 .nav-dropdown-parent > a {
        color: var(--text-light);
    }

    .navbarDesign4 svg {
        color: var(--text-light);
        fill: currentColor;
    }
    .navbarDesign4 .nav-dropdown-menu {
        background: var(--primary);
        color: var(--text-light);
    }

        .navbarDesign4 .nav-dropdown-menu a {
            color: var(--text-light);
        }

            .navbarDesign4 .nav-dropdown-menu a:hover {
                background: var(--text-light);
                color: var(--primary);
            }
    .navbarDesign4 .nav-link2:hover {
        color: var(--secondary);
        border-color: var(--secondary);
    }
    .navbarDesign4 input {
        color: var(--primary);
        background: var(--text-light);
    }