.s-TranslationGrid input.custom-text {
  width: 100%;
  height: 23px;
  padding: 0 3px;
}

.s-PermissionCheckEditor {
  min-height: 450px;
}

.field .caption {
  width: 150px;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: left;
  margin-right: var(--s-col-gap);
  line-height: calc(var(--s-input-inner-height) + 2px);
}

.s-sidebar-link{
    font-size:18px;
}

.s-sidebar-header-branding {
  display: flex;
  align-items: center;
  gap: 8px; /* space between logo and text */
  padding: 10px 15px;
}

.s-sidebar-header-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff; /* adjust depending on sidebar theme */
  letter-spacing: .5px;
  text-transform: uppercase;
}

.s-site-logo-img {
  display: block;
  width: 40px; /* adjust size */
  height: 40px;
  background-image: url('logo-mongla-port-current.png');
  background-size: contain;
  background-repeat: no-repeat;
}
