/* Taille du logo dans la sidebar */
.sidebar .website__identity__sidebar img.image__logo{
    width: 200px;
    max-height: 100%;
}

/* Taille de la sidebare en statique afin qu'elle s'adapte avec le reste en responsive */
@media only screen and (min-width: 767px) {
body.minimalist__sidebar:not(.horizontal__sidebar) {
  --sidebar-menu-width-closed: 300px;
  --sidebar-menu-width-opened: 300px;
}}

/* Ne pas afficher le tooltip (petit message au dessus du texte), problème de hoover */
body.minimalist__sidebar:not(.minimalist__sidebar__full__width__open,.horizontal__sidebar) .sidebar__title__tooltip{
display:none
}

body:not(.horizontal__sidebar) .side__bar__item__icon__badge {
    position: absolute;
    left: 25px;
    top: 20%;
}

.logo__based__configoption.option-1-config:after {background: url(https://demo.coodiv.net/shufytheme/whmcs/templates/shufytheme/assets/img/configoptions/debian.svg);}
.logo__based__configoption.option-2-config:after {background: url(https://demo.coodiv.net/shufytheme/whmcs/templates/shufytheme/assets/img/configoptions/debian.svg);}
.logo__based__configoption.option-3-config:after {background: url(https://demo.coodiv.net/shufytheme/whmcs/templates/shufytheme/assets/img/configoptions/debian.svg);}

.logo__based__configoption.option-4-config:after {background: url(https://demo.coodiv.net/shufytheme/whmcs/templates/shufytheme/assets/img/configoptions/ubuntu.svg);}
.logo__based__configoption.option-5-config:after {background: url(https://demo.coodiv.net/shufytheme/whmcs/templates/shufytheme/assets/img/configoptions/ubuntu.svg);}
.logo__based__configoption.option-6-config:after {background: url(https://demo.coodiv.net/shufytheme/whmcs/templates/shufytheme/assets/img/configoptions/ubuntu.svg);}

/* Logo Config Linux Mot de passe */
.logo__based__configoption.option-7-config:after {background: url(https://dev.neo-serv.fr/templates/shufytheme/assets/user-lock-solid-full.svg);}

/* Logo Config Linux Clé SSH */
.logo__based__configoption.option-8-config:after {background: url(https://dev.neo-serv.fr/templates/shufytheme/assets/key-solid-full.svg);}