.login-google {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: 500;
    color: #444;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.vendorReg {
    color: red !important;
}

.text-danger {
    font-size: 0.875rem;
    margin-top: 3px;
}


.custom-dropdown {
    position: relative;
    display: inline-block;
}

.custom-toggle {
    cursor: pointer;
    display: inline-block;
}

.dropdown-menu {
    width: 180px;
    display: none;
    position: absolute;
    top: 100%;
    right: -6px;
    background-color: #fff;
    min-width: 150px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.dropdown-menu li {
    padding: 2px 5px;
    cursor: pointer;
    width: 100%;
    margin-left: 0px !important;
}

.dropdown-menu li:hover {
    background-color: #f1f1f1;
}

/* Show dropdown when active */
.custom-dropdown.active .dropdown-menu {
    display: block;
}

.custom_dropdown_item >a{
   background-color: transparent !important;
    border-color: transparent !important;
    color: black !important;
}

.dropdown-menu li:last-child > a {
    color: red !important;
}

.dark-line-header {
    border: none;
    height: 2px  !important; /* or any thickness you like */
    background-color: #000 !important;/* black or dark color */
    margin: 20px 0!important; /* optional spacing */
}


.category-link:hover {
    text-decoration: underline;
}

