.s-site-logo-img {
  content: url(vitschool-logo.jpg);
}

/* Remove blue circle around logo on login page */
.s-form-title-logo,
img.s-site-logo-img.s-form-title-logo {
  border-radius: 0 !important;
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border: none !important;
  width: auto !important;
  height: 64px !important;
}


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

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

/* Move toolbar to bottom right in Student Applications Dialog */
.bottom-right-toolbar {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 10px !important;
  border-top: 1px solid #dee2e6 !important;
  padding: 12px 20px !important;
  background-color: #f8f9fa !important;
  margin-top: 20px !important;
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-bottom: -20px !important;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.bottom-right-toolbar .tool-buttons {
  display: flex !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bottom-right-toolbar .tool-button {
  margin: 0 !important;
}

/* Ensure the form has standard padding */
.s-Profiles-StudentApplicationsDialog .s-Form,
.s-StudentApplicationsDialog .s-Form {
  padding-bottom: 20px !important;
}