.btn-red {
  width: fit-content;
  background: #BC3535 !important;
  border: 0.5px solid #BC3535 !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-family: Montserrat !important;
  line-height: 20px !important;
}
.btn-red:hover {
  background: #FF0F0F !important;
  border-color: #FF0F0F !important;
}
.btn-red:active {
  background: #FF0F0F !important;
  border-color: #FF0F0F !important;
}
.btn-red.disabled:hover {
  color: #A2A2A2 !important;
  background-color: #E7E7E7 !important;
}
.btn-green {
  width: fit-content;
  background: linear-gradient(90deg, #1A6137 0%, #0A6F32 100%) !important;
  border: 0.5px solid #1A6137 !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-family: Montserrat !important;
  line-height: 20px !important;
}
.btn-green:hover {
  background: linear-gradient(90deg, #217F47 0%, #12A44C 100%) !important;
  border-color: linear-gradient(90deg, #217F47 0%, #12A44C 100%) !important;
}
.btn-green:active {
  background: linear-gradient(90deg, #1A6839 0%, #045926 100%) !important;
  border-color: #1A6839 !important;
}
.btn-green.disabled:hover {
  color: #A2A2A2 !important;
  background-color: #E7E7E7 !important;
}
.btn-white {
  width: fit-content;
  background: #ffffff !important;
  border: 0.5px solid #0d86d9 !important;
  border-radius: 4px !important;
  color: #0d86d9 !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-family: Montserrat !important;
  line-height: 20px !important;
}
.btn-white:hover {
  background: #0d86d9 !important;
  border-color: #0d86d9 !important;
  color: #ffffff !important;
}
.btn-white:active {
  color: #ffffff !important;
  background: #083d77 !important;
  border-color: #083d77 !important;
}
.btn-blue {
  width: fit-content;
  background: #0d86d9 !important;
  border: 0.5px solid #0d86d9 !important;
  border-color: #0d86d9 !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-family: Montserrat !important;
  line-height: 20px !important;
}
.btn-blue:hover {
  background: #ffffff !important;
  border-color: #0d86d9 !important;
  color: #0d86d9 !important;
}
.btn-blue:active {
  color: #ffffff !important;
  background: #083d77 !important;
  border-color: #083d77 !important;
}
.btn-blue.disabled:hover {
  color: #A4A7AE !important;
  background-color: #E9EAEB !important;
}
.wfGrid-export-button button {
  width: fit-content;
  background: #0d86d9 !important;
  border: 0.5px solid #0d86d9 !important;
  border-color: #0d86d9 !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-family: Montserrat !important;
  line-height: 20px !important;
}
.wfGrid-export-button button:hover {
  background: #ffffff !important;
  border-color: #0d86d9 !important;
  color: #0d86d9 !important;
}
.wfGrid-export-button button:active {
  color: #ffffff !important;
  background: #083d77 !important;
  border-color: #083d77 !important;
}
.wfGrid-export-button button.disabled:hover {
  color: #A4A7AE !important;
  background-color: #E9EAEB !important;
}
button,
input[type="button"],
input[type="submit"] {
  color: var(--button-text-color);
  background: var(--button-background);
  border: 1px solid var(--button-border-color);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: var(--basic-border-radius);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, font-weight 0.15s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background: var(--button-hover-background);
  border: 1px solid var(--button-hover-border-color);
  color: var(--button-hover-color);
}
button.transparent,
input[type="button"].transparent,
input[type="submit"].transparent {
  background-color: var(--button-background-transparent-background);
  color: var(--button-background-transparent-color);
}
button.transparent:hover,
input[type="button"].transparent:hover,
input[type="submit"].transparent:hover {
  color: var(--button-background-transparent-color-hover);
}
button.no-background,
input[type="button"].no-background,
input[type="submit"].no-background {
  background: transparent;
  color: var(--button-background-transparent-color);
}
button.no-background:hover,
input[type="button"].no-background:hover,
input[type="submit"].no-background:hover {
  background: transparent !important;
  color: var(--button-background-transparent-color-hover) !important;
}
button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled {
  filter: grayscale(1);
  cursor: not-allowed;
  opacity: 0.6;
}
button.btn,
input[type="button"].btn,
input[type="submit"].btn {
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 0.0625rem;
  padding: 0.625rem 1rem 0.625rem 1rem;
  box-shadow: 0 0.0625rem 0.125rem 0 rgba(10, 13, 18, 0.05);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
button.primary,
input[type="button"].primary,
input[type="submit"].primary {
  background: #0d86d9;
  border-color: #0d86d9;
  color: #ffffff;
}
button.primary:hover,
input[type="button"].primary:hover,
input[type="submit"].primary:hover {
  background: #ffffff;
  border-color: #0d86d9;
  color: #0d86d9;
}
button.primary:active,
input[type="button"].primary:active,
input[type="submit"].primary:active {
  color: #ffffff;
  background: #083d77;
  border-color: #0d86d9;
}
button.cancel-btn,
input[type="button"].cancel-btn,
input[type="submit"].cancel-btn {
  width: fit-content;
  background: #ffffff !important;
  border: 0.5px solid #0d86d9 !important;
  border-radius: 4px !important;
  color: #0d86d9 !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-family: Montserrat !important;
  line-height: 20px !important;
}
button.cancel-btn:hover,
input[type="button"].cancel-btn:hover,
input[type="submit"].cancel-btn:hover {
  background: #0d86d9 !important;
  border-color: #0d86d9 !important;
  color: #ffffff !important;
}
button.cancel-btn:active,
input[type="button"].cancel-btn:active,
input[type="submit"].cancel-btn:active {
  color: #ffffff !important;
  background: #083d77 !important;
  border-color: #083d77 !important;
}
.top-banner {
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(4, 42, 68, 0.85) 0%, rgba(10, 105, 170, 0.85) 100%);
  max-width: 525px;
  margin: 17px auto;
  padding: 8px 0;
  height: 40px;
}
.top-banner .text {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.top-banner .text .bold {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.header {
  color: #161616;
  text-align: center;
  font-family: Montserrat;
  font-size: 55px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  max-width: 650px;
  margin: 17px auto;
}
#component-login {
  padding-top: 0;
  margin: auto;
  max-width: 865px;
}
#component-login:not(:has(.embedded)) {
  top: unset;
  left: unset;
  position: relative;
  transform: unset;
}
#component-login .entryForm {
  padding: 24px 68px;
  border: none;
}
#component-login .entryForm .formName {
  display: none;
}
#component-login .entryForm #submitForm .entryTable tbody tr td input {
  display: flex;
  height: 58px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3.5px;
  border: 1px solid rgba(10, 105, 170, 0.4);
  background: rgba(102, 170, 226, 0.1) !important;
  color: rgba(22, 22, 22, 0.8);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
#component-login .entryForm #submitForm .entryTable tbody tr td.entryTableCaption {
  display: none;
}
#component-login .entryForm #submitForm .entryTable tbody tr td#Edit-captcha {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  gap: 12px;
  margin-bottom: 12.2px;
}
#component-login .entryForm #submitForm .entryTable tbody tr td#Edit-captcha .captchas {
  width: 250px;
  height: 80px;
  border-radius: 3.839px;
  border: 0.384px solid #000;
}
#component-login .entryForm #submitForm .entryTable tbody tr td#Edit-captcha .captchas .captcha-register-form {
  width: 100%;
  height: 100%;
}
#component-login .entryForm #submitForm .entryTable tbody tr td#Edit-captcha .captchas .captcha-register-form > img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 3.839px;
  border: 0.384px solid #000;
}
#component-login .entryForm #submitForm .entryTable tbody tr td#Edit-___terms {
  display: flex;
  flex-direction: row;
  width: 100% !important;
}
#component-login .entryForm #submitForm .entryTable tbody tr td#Edit-___terms .terms-container {
  width: 100%;
  padding: 12px 24px;
  gap: 20px;
}
#component-login .entryForm #submitForm .entryTable tbody tr td#Edit-___terms .terms-container .T12 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #16364D;
  font-family: Inter;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
  /* 138.889% */
}
#component-login .entryForm #submitForm .entryTable tbody tr td#Edit-___terms .terms-container .T12 .T1 > a {
  color: #16364D;
  font-family: Inter;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 25px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#component-login .entryForm #submitForm .entryTable tbody tr td#Edit-___terms .terms-container .T12 .T2 > a {
  color: #16364D;
  font-family: Inter;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 25px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#component-login .entryForm #submitForm .entryTable tbody tr:has(.entryTableValidityError) td:nth-child(1) {
  display: none;
}
#component-login .entryForm #submitForm .form-button-bottom #BID1 {
  width: fit-content;
  background: linear-gradient(90deg, #1A6137 0%, #0A6F32 100%) !important;
  border: 0.5px solid #1A6137 !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 20px !important;
  width: 100%;
  height: 46px;
  color: #FFF !important;
  text-align: center !important;
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 15.355px !important;
  display: flex;
  min-width: 61.421px;
  padding: 12px 18.426px;
  justify-content: flex-start;
  align-items: center;
  flex: 1 0 0;
  border-radius: 3.071px !important;
  box-shadow: 0 0.768px 1.536px 0 rgba(10, 13, 18, 0.05) !important;
  position: relative;
}
#component-login .entryForm #submitForm .form-button-bottom #BID1:hover {
  background: linear-gradient(90deg, #217F47 0%, #12A44C 100%) !important;
  border-color: linear-gradient(90deg, #217F47 0%, #12A44C 100%) !important;
}
#component-login .entryForm #submitForm .form-button-bottom #BID1:active {
  background: linear-gradient(90deg, #1A6839 0%, #045926 100%) !important;
  border-color: #1A6839 !important;
}
#component-login .entryForm #submitForm .form-button-bottom #BID1.disabled:hover {
  color: #A2A2A2 !important;
  background-color: #E7E7E7 !important;
}
#component-login .entryForm #submitForm .form-button-bottom #BID1 span:has(.button-caption) {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
