/* HIDE logo text (Host-Me) – Shufy / Coodiv */
.website__identity__sidebar__link .text__logo__tagline {
    display: none !important;
}

/* ENSURE logo images stay visible */
.website__identity__sidebar__link img.image__logo {
    display: inline-block !important;
}

/* إخفاء اللوجو فقط على الموبايل (الأيقونة + النص) */
@media (max-width: 767px) {
    .website__identity__sidebar__link {
        display: none !important;
    }
}

.login__register__sidebar {
    background-color: #01BE69;
}

.logo__based__configoption.option-5-config:after {background: url(https://host-me.co/templates/shufytheme-child/assets/img/flags/dutch.svg);}
.logo__based__configoption.option-7-config:after {background: url(https://host-me.co/templates/shufytheme-child/assets/img/flags/dutch.svg);}
.logo__based__configoption.option-11-config:after {background: url(https://host-me.co/templates/shufytheme-child/assets/img/flags/dutch.svg);}
.logo__based__configoption.option-18-config:after {background: url(https://host-me.co/templates/shufytheme-child/assets/img/flags/dutch.svg);}
.logo__based__configoption.option-10-config:after {background: url(https://host-me.co/assets/img/notification-icon.png);}












#login-bg-animation svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay بالألوان */
.login__register__sidebar::before {
    content: &quot;&quot;;
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        #0E2F24,
        #019E58,
        #01BE69,
        #4FE3A3
    );
    opacity: 0.35;
    z-index: -1;
}



