[data-css="sidebar"] label {
  display: none !important;
}

[data-css="sidebar-logo"] {
  margin: 1rem;
  background: #53354A !important;
  border-radius: 12px;
}

.adminjs_Pagination {
  display: flex !important;
  justify-content: flex-end !important;
  border: none !important;
}

[data-css="notice"] {
  position: fixed !important;
  top: 60px !important;
  right: 20px !important;
  bottom: 20px !important;
  left: auto !important;
  z-index: 9999 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  max-width: 350px !important;
  width: auto !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  animation: slideInRight 0.4s ease-out;
}

.login-wrapper {
  min-height: 100vh;
  background: linear-gradient(145deg, #F8F3F6, #EADCE4, #DCC2D5, #C9A7C2, #B58CB0);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
  padding: 0;
}

@media (max-width: 640px) {
  .login-wrapper {
    padding: 20px;
  }
}

section[data-css="sidebar-resources"] a {
  transition: background 0.1s ease;
}

section[data-css="sidebar-resources"] a:hover {
  background: rgba(83, 53, 74, 0.2) !important;
  color: rgb(83, 53, 74) !important;
}

section[data-css$="-edit-drawer-footer"],
section[data-css$="-new-drawer-footer"] {
  justify-content: flex-end !important;
}

[data-testid^="property-show-"] section.adminjs_Box {
  white-space: normal !important;
  overflow-wrap: break-word;
  word-break: break-word;
  display: block;
  max-width: 100%;
  line-height: 1.5;
}