.client__area__profile__pic>img {
    width: 100px;
    height: 100px;
    border-radius: 65px;
    margin-top: 17px;
}
.nav__items__wrapper.client-balance {display:none !important;}
@media only screen and (min-width: 767px) {
body.minimalist__sidebar.minimalist__sidebar__full__width__open:not(.horizontal__sidebar) .sidebar .website__identity__sidebar img.image__logo__tagline
{
opacity: 1;
visibility: visible;
}
body.minimalist__sidebar:not(.horizontal__sidebar) .sidebar .website__identity__sidebar img.image__logo__tagline
{
transform: translateX(-12px) translateY(-40%);
max-width: 107px;
transition: all 0.3s;
}
}

@media only screen and (max-width: 767px) {
.website__identity__sidebar img.image__logo__tagline {
filter: brightness(0);
max-width: 78px;
}
.website__identity__sidebar__link .image__logo.icon {
display: block;
width: 30px;
}
.website__identity__sidebar__link {
display: flex;
align-items: center;
gap: 5px;
}
}
.domain__register__hero {
    background: var(--background-9);
}
#main-body > div > div > div.order-md-12.order-1.col-md-9.col-12.primary-content > div.view__ticket__wrapper > div.view-ticket > div:nth-child(1) > div > div.posted__by > div.posted__by__name > img {
    content: url("https://static.webgee.com/images/webgee-avatar.png");
}