.s-site-logo-img {
  content: url(../../Serenity.Assets/logo/white-128.png);
}

.s-sidebar-header {
  background-color: #0E1A36;
  border-bottom: 1px solid #e8e9ea;
  border: none;
  height: 50px !important;
}

.s-sidebar-header-logo {
  height: 32px;
  width: auto;
  object-fit: contain;
}

.s-TranslationGrid input.custom-text {
  width: 100%;
  height: 23px;
  padding: 0 3px;
}

.s-PermissionCheckEditor {
  min-height: 450px;
}

.s-sidebar-link {
  padding: 11px 12px 11px 18px;
}

/* Sidebar scrolling */
.s-sidebar-pane {
  height: calc(100vh - 50px);
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  overflow-x: hidden;
}

/* Custom scrollbar styling for sidebar */
.s-sidebar-pane::-webkit-scrollbar {
  width: 8px;
}

.s-sidebar-pane::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.s-sidebar-pane::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.s-sidebar-pane::-webkit-scrollbar-thumb:hover {
  background: #555;
}