.userToggle{ border: 0; border-radius: 0; background: transparent; display: flex; flex-direction: column;}
.picUser{ display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%;}
.picUser img{ width: 45px; height: 45px; border-radius: 50%; object-fit: cover; background: var(--clWhitetGray); 
    border: 1px solid var(--clBlackGray); margin-right: 5px; transition: 0.5s ease-in-out;}
.picUser img:hover{ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); transform: scale(1.05);}

.idUser{ background: var(--clWhitetGray); padding: 5px 10px; border-radius: 10px;}
.flexUserAlign{ display: flex; flex-direction: column; align-items: center; justify-content: center;}
.flexUserAlign img{ width: 80px; height: 80px; border-radius: 50%; object-fit: cover; background: var(--clWhitetGray); 
    border: 1px solid var(--clBlackGray);}

.dropdownMenuUser{ min-width: 350px !important; padding: 15px;}
.editProfile a{ background: var(--clRed); color: var(--clWhite); padding: 5px 10px; border-radius: 50px;}
.userMargin{ margin: 0 -15px;}
.dropdownNone{ display: none;}

.flexMenushowBusiness{ display: flex; justify-content: center;}
.flexMenushowBusiness>*{ display: flex; justify-content: center; text-align: center; position: relative;}
.flexMenushowBusiness a{ display: flex; align-items: center; justify-content: space-evenly; color: var(--clBlackGray); 
    padding: 20px 15px; width: 100%; font-size: var(--fontSubText);}
.flexMenushowBusiness a:hover, .flexMenushowBusiness a.active{ background: var(--clGray);}
.badgeNew{ position: absolute; 
    top: 0; 
    right: 0; 
    background: var(--clRed); 
    color: var(--clWhite); 
    padding: 0 8px; 
    font-size: var(--fontMark); 
    border-radius: 4px; 
    width: auto; 
    height: auto; 
    transform: translate(0, 5px);
}

.badgeGradient{ 
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #FE4C5C, #7202F2);
    color: var(--clWhite);
    padding: 0 8px;
    font-size: var(--fontMark);
    border-radius: 4px;
    transform: translate(0, 5px);
}

.dropdownListUser{ min-width: 350px;}
.dropdownListUser a{ display: flex; justify-content: start; padding: 10px 15px;}


    .nav-notification .notice-num {
        position: absolute;
        top: 10px;
        right: 5px;
        background-color: #D40101;
        color: white;
        font-size: 14px;
        padding: 3px;
        border-radius: 50%;
        min-width: 18px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 10px;
        font-weight: bold;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    
  .notice-dot {
    margin-left: 10px;
    position: absolute;
    background-color: #D40101;
    color: white;
    font-size: 12px;
    padding: 3px;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    
  