.navbar:has(~ .componentHolder) {
  height: 40vh;
}
.navbar:has(~ .componentHolder) .left-section .navbar-logo {
  position: absolute;
  top: 30px;
  left: 25%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 890px;
}
.navbar:has(~ .componentHolder) .left-section .navbar-logo .navbar-brand-full {
  height: 200px;
}
.navbar:has(~ .componentHolder) .left-section .navbar-logo .user-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
}
.navbar:has(~ .componentHolder) .left-section .navbar-logo .user-wrapper .user-name-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.navbar:has(~ .componentHolder) .left-section .navbar-logo .user-wrapper .user-name-wrapper .icon {
  color: #F5F5F5;
  font-size: 16px;
  font-weight: bold;
}
.navbar:has(~ .componentHolder) .left-section .navbar-logo .user-wrapper .user-name-wrapper .user-name {
  color: #F5F5F5;
  font-size: 16px;
  font-weight: bold;
}
.navbar:has(~ .componentHolder) .left-section .navbar-logo .user-wrapper .user-logout-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.navbar:has(~ .componentHolder) .right-section .settings {
  display: none;
}
:root {
  --button-background: #303881;
  --button-border-color: #303881;
  --button-text-color: #e3e9f8;
  --button-hover-background: #6E7DA8;
  --button-hover-color: #e3e9f8;
  --button-hover-border-color: #6E7DA8;
}
.componentHolder {
  background-color: transparent   ;
  margin-top: 90px;
  z-index: 12;
}
.componentHolder#component-ae .formName {
  display: none;
}
.componentHolder#component-ai .formName {
  display: none;
}
.componentHolder#component-a {
  background-color: #fff;
  padding: 30px;
  max-width: max-content;
  margin: auto;
  padding-top: 10px;
  border-radius: var(--border-radius-basic);
}
.componentHolder .entryForm {
  margin-bottom: 0;
  position: relative;
  max-width: 1300px;
}
.componentHolder .entryForm .formName {
  color: #fff;
  font-family: 'Open Sans', Tahoma;
  font-weight: bold;
}
.componentHolder .entryForm form {
  box-shadow: none;
  max-width: 1185px;
  margin: auto;
}
.componentHolder .entryForm form .entryTable {
  padding: 30px;
  background: #F5F5F5 0% 0% no-repeat padding-box !important;
  max-width: 1100px;
}
.componentHolder .entryForm form .entryTable tbody {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  padding: 24px;
}
.componentHolder .entryForm form .entryTable tbody tr {
  max-width: 70px;
}
.componentHolder .entryForm form .entryTable tbody tr td.entryTableCaption {
  color: #6E7DA8;
  font-size: 17px;
  font-family: 'Open Sans', Tahoma, serif;
  font-weight: bold;
  vertical-align: top;
}
.componentHolder .entryForm form .entryTable tbody tr td input {
  max-width: unset;
  background: #FFFFFF 0 0 no-repeat padding-box;
  height: 40px;
  font-size: 14px;
  font-family: 'Open Sans', Tahoma, serif;
  color: #000;
  border: 2px solid #E0E4EC;
}
.componentHolder .entryForm form .entryTable tbody tr td input[type="file"] {
  height: 40px;
  padding: 0px;
}
.componentHolder .entryForm form .entryTable tbody tr td input[type="file"]::file-selector-button {
  background: #303881;
  color: #e3e9f8;
  border-radius: 4px;
  height: 40px;
}
.componentHolder .entryForm form .entryTable tbody tr td input[type="checkbox"] {
  min-width: 20px !important;
  height: 20px;
  accent-color: #6E7DA8;
}
.componentHolder .entryForm form .entryTable tbody tr td textarea {
  width: 100% !important;
  max-width: unset;
  background-color: #FFFFFF;
  color: #000;
  font-size: 16px;
}
.componentHolder .entryForm form .entryTable tbody tr td .formInputContainer {
  width: 99% !important;
}
.componentHolder .entryForm form .entryTable tbody tr td .formInputContainer .formInputContainerEdit input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.componentHolder .entryForm form .entryTable tbody tr td .formInputContainer .entryPrefix .formEditAddonButton {
  height: 40px;
  margin-bottom: 3px;
}
.componentHolder .entryForm form .entryTable tbody tr td .chzn-container > a {
  max-width: unset;
  height: 40px;
  font-size: 18px;
  padding: 9px 16px;
  color: #000;
  background-color: #FFFFFF !important;
}
.componentHolder .entryForm form .entryTable tbody tr td .chzn-container > a > div {
  top: 8px;
}
.componentHolder .entryForm form .entryTable tbody tr td .chzn-container .chzn-drop {
  width: 100% !important;
}
.componentHolder .entryForm form .entryTable tbody tr td .chzn-container .chzn-drop .chzn-results .active-result {
  font-size: 18px;
  padding: 4px;
}
.componentHolder .entryForm form .entryTable tbody tr td.entryTableValue:has(.formInputFile) button {
  margin-bottom: 4px;
  height: 40px;
  border-radius: 4px;
}
.componentHolder .entryForm .form-button-bottom {
  padding: 10px;
}
.componentHolder .entryForm .form-button-bottom #BID1 span:not(:first-of-type) {
  margin-right: 3px;
}
.componentHolder .entryForm .form-button-bottom .formSubmitButton {
  font-size: 18px;
  color: #e3e9f8;
}
.componentHolder .entryForm .form-button-bottom .formSubmitButton span:not(:first-of-type) {
  margin-right: 3px;
}
.entryTableCaption {
  color: #6E7DA8;
  font-size: 14px;
  font-family: 'Open Sans', Tahoma;
  font-weight: bold;
  vertical-align: middle;
}
input {
  max-width: 623px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  height: 40px;
  font-size: 14px;
  font-family: 'Open Sans', Tahoma;
  color: #000;
}
input[type="file"] {
  height: 40px;
  padding: 0px;
}
input[type="file"]::file-selector-button {
  background: #303881;
  color: #e3e9f8;
  border-radius: 4px;
  height: 40px;
}
input[type="checkbox"] {
  min-width: 20px !important;
  height: 20px;
  accent-color: #6E7DA8;
}
textarea {
  width: 100% !important;
  max-width: 623px;
  background-color: #FFFFFF;
  color: #000;
  font-size: 16px;
}
.formInputContainer {
  width: 99% !important;
}
.formInputContainer .formInputContainerEdit input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.formInputContainer .entryPrefix .formEditAddonButton {
  height: 40px;
  margin-bottom: 6.9px;
}
.chzn-container > a {
  height: 40px;
  font-size: 18px;
  padding: 9px 16px;
  color: #000;
  background-color: #FFFFFF !important;
}
.chzn-container > a > div {
  top: 8px;
}
.chzn-container .chzn-drop {
  width: 100% !important;
}
.chzn-container .chzn-drop .chzn-results .active-result {
  font-size: 18px;
  padding: 4px;
}
.entryTableValue:has(.formInputFile) button {
  margin-bottom: 4px;
  height: 40px;
  border-radius: 4px;
}
#BID1 span:not(:first-of-type) {
  margin-right: 3px;
}
.formSubmitButton {
  font-size: 18px;
  color: #e3e9f8;
}
.formSubmitButton span:not(:first-of-type) {
  margin-right: 3px;
}
td.gridCell {
  color: #444444 !important;
  font-size: 16px;
  font-family: 'Open Sans', Tahoma;
  font-weight: normal;
  vertical-align: middle !important;
}
