 #tob-bar-in {
     display: flex;
     align-items: center;
 }

 #top-bar {
    font-size: 16px;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    z-index: 11;
}

 #top-info {
      margin-left: auto;
    display: flex;
    gap: 15px;
    align-items: center;
}

.grs-icon
 {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    margin-right: 10px;
 }
.tp-text
{
color: #232121;
}



.tp-item {
    display: inline-block;
    margin-right: 35px;
}

.tp-phone {
    margin-right: 0;
}

.tp-item i {
    margin-right: 10px;
}

.tp-cart {
    display: inline-block;
    position: relative;
}

.mbl.tp-cart {
    display: none;
}

.tp-cart .cart-count {
    position: absolute;
    background: #083800;
    color: #fff;
    top: -6px;
    right: -12px;
    border-radius: 50%;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

#top-bar a {
    text-decoration: none;
}

#top-bar a.tp-link,
#top-bar a.tp-link:hover {
    color: #232121;
}

 #arb-notification {
     font-size: 18px;
     color: #6A9021;
     font-weight: 500;
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .icon-notify {
     background-image: url(images/icon-notify.svg);
     background-repeat: no-repeat;
     display: inline-block;
     vertical-align: middle;
     width: 17px;
     height: 20px;
 }

 .req-revision {
     border-color: red;
 }

.existing-file
{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
}

.existing-file a
{
    color: #777;
    text-decoration: none;
}
 
#asso-sidebar .widget_hoa_user .widget-title:before {
    background-image: url(images/icon-app.svg);
    background-repeat: no-repeat;
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 26px;
}

.widget_hoa_user a
{
  text-decoration: none;
  color: #808080;
  font-size: 16px;
  font-weight: 600;
}

.widget_hoa_user a span
{
    color: #6a9021;
}