.link-footer > p:last-child {
display: none !important;
}

.logo {
display:none;
}

.admin-wrapper .sidebar .logo {
 display: none;

}

.admin-wrapper .sidebar__toggle__logo a {
  background: url("https://cdn.masto.host/xtagramscom/accounts/headers/116/226/619/982/106/704/original/98163e05791cbdb2.png") no-repeat left center / contain;

}

/* 1) Default Mastodon sidebar logo ကိုဖျောက် */
.navigation-panel a.column-link.column-link--logo svg,
.navigation-panel .logo-symbol-wordmark,
.navigation-panel .logo {
  display: none !important;
}

/* 2) xtagrams logo image ထည့် */
.navigation-panel a.column-link.column-link--logo {
  position: relative;
  min-height: 56px;
}

.navigation-panel a.column-link.column-link--logo::before {
  content: "";
  display: block;
  width: 180px;
  height: 40px;
  background: url("https://cdn.masto.host/xtagramscom/accounts/headers/116/226/619/982/106/704/original/98163e05791cbdb2.png") no-repeat left center / contain;
  margin: 8px 0 12px 0;
}

.brand__logo {
  background: url("https://cdn.masto.host/xtagramscom/accounts/headers/116/226/619/982/106/704/original/98163e05791cbdb2.png") no-repeat left center / contain;
background-size:contain;
background-repeat:no-repeat;
}

.logo-container {
  background: url("https://cdn.masto.host/xtagramscom/accounts/headers/116/226/619/982/106/704/original/98163e05791cbdb2.png") no-repeat center center / 180px;
height: 70px;
}

