@font-face {
  src: url('../fonts/OpenSans-Regular.ttf');
  font-family: 'OpenSans-Regular';
}

html, body {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: 'OpenSans-Regular';
  background-color: #F6F6F8;
  height: 100%;

  background-size: cover;
}

.questionnaire, #container_formHtml_container, .smart-form, .page {
  height: 100%;
}

.page {
    display: flex;
    flex-direction: column;
}

.fe-form__wrapper {
  margin: 0 auto;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
  height: fit-content;
  border-radius: 8px;
  margin-top: 50px;
  backdrop-filter: blur(7px);
  min-height: 700px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 1100px;
  background-color: #FFFFFF;
}

.fe-form__header {
  min-height: 50px;
}

.fe-form__main {
  display: flex;
  flex-direction: row-reverse;
  flex: 1 0 auto;
}

.fe-form__content {
  padding: 60px;
  border-radius: 8px;
}

.fe-content {
  flex: 1 0 auto;
  margin-top: 18px;
}

.fe-title {
  color: #1D4F7D;
  font-weight: 700;
  font-size: 1.3rem;
}

.fe-form__aside {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: #D1EDFE;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 30px;
}

.fe-form-aside-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.fe-form-logo {
  width: 180px;
  object-fit: contain;
  margin-top: 15px;
  margin-bottom: 50px;
}

.fe-form-bg {
  width: 100%;
  object-fit: contain;
}

.fe-form__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 50px;
  flex-shrink: 0;
}

.fe-form-year {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  font-size: 0.7rem;
  color: #333333;
}

#loading_indicator {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0%, 0%, 0%, 0.95);
}

#loading_indicator .loading-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100vw;
  height: 100vh;
}

.loading-spinner  {
  animation: rotate 1s infinite;  
  height: 50px;
  width: 50px;
}

.loading-spinner:before,
.loading-spinner:after {   
  border-radius: 15%;
  content: '';
  display: block;
  height: 20px;  
  width: 20px;
}
.loading-spinner:before {
  animation: ball1 1s infinite;  
  background-color: #101F46;
  box-shadow: 30px 0 0 #125087;
  margin-bottom: 10px;
}
.loading-spinner:after {
  animation: ball2 1s infinite; 
  background-color: #125087;
  box-shadow: 30px 0 0 #101F46;
}

@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg) scale(0.8); 
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% { 
    -webkit-transform: rotate(360deg) scale(1.2); 
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% { 
    -webkit-transform: rotate(720deg) scale(0.8); 
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #101F46;
  }
  50% {
    box-shadow: 0 0 0 #101F46;
    margin-bottom: 0;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #101F46;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #125087;
  }
  50% {
    box-shadow: 0 0 0 #125087;
    margin-top: -20px;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #125087;
    margin-top: 0;
  }
}



#loading_indicator .loading-indicator .loading-indicator-label {
  font-size: 16px;
  margin-top: 15px;
  display: none;
}

.form-element-hide {
  display: none !important;
}

.form-checkbox,
.form-radio {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  text-align: left;
}

.form-checkbox-inline .form-checkbox-label,
.form-radio-inline .form-radio-label {
  display: inline-block;
  margin-right: 1rem;
}

.form-checkbox-legend,
.form-radio-legend {
  margin: 0 0 0.125rem 0;
  line-height: 1.5rem;
  pointer-events: none;
  z-index: 1;
  font-size: 0.9rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
      font-size: 0.8rem;
  color: #101F46;
}

.form-checkbox-label,
.form-radio-label {
  position: relative;
  cursor: pointer;
  padding-left: 2.0rem;
  text-align: left;
  color: #333333;
  display: block;
  margin-bottom: 0.5rem;
}

.form-checkbox-label:hover i,
.form-radio-label:hover i {
  color: #134F7F;
}

.form-checkbox-label span,
.form-radio-label span {
  display: block;
}

.form-checkbox-label input,
.form-radio-label input {
  width: auto;
  opacity: 0.0001;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  margin: 0;
  padding: 0;
}

.form-checkbox-button {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  color: #999999;
  left: 0;
  top: 0.1rem;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  transition: color 0.28s ease;
  will-change: color;
}

.form-checkbox-button::before,
.form-checkbox-button::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #134F7F;
  display: block;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: "";
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
  will-change: opacity, height;
}

.form-checkbox-button::before {
  top: 0.65rem;
  left: 0.38rem;
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #ffffff;
}

.form-checkbox-button::after {
  top: 0.3rem;
  left: 0;
  transform: rotate(-45deg);
}

.form-checkbox-field:checked ~ .form-checkbox-button {
  color: #134F7F;
}

.form-checkbox-field:checked ~ .form-checkbox-button::after,
.form-checkbox-field:checked ~ .form-checkbox-button::before {
  opacity: 1;
  transition: height 0.28s ease;
}

.form-checkbox-field:checked ~ .form-checkbox-button::after {
  height: 0.5rem;
}

.form-checkbox-field:checked ~ .form-checkbox-button::before {
  height: 1.2rem;
  transition-delay: 0.28s;
}

.form-radio-button {
  position: absolute;
  left: 0;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999999;
}

.form-radio-button::before,
.form-radio-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 18px;
  height: 18px;
  transition: transform 0.28s ease, color 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
  will-change: transform, color;
}

.form-radio-button::after {
  transform: scale(0);
  background-color: #134F7F;
  border-color: #134F7F;
}

.form-radio-field:checked ~ .form-radio-button::after {
  transform: scale(0.5);
}

.form-radio-field:checked ~ .form-radio-button::before {
  color: #134F7F;
}

.form-has-error {
  font-size: 0.7rem;
  color: #d9534f;
  margin-top: 0.2rem;
  padding-left: 0.2rem;
}

.form-card {
  border-radius: 2px;
  background: #ffffff;
  max-width: 500px;
  padding: 0;
  margin: 50px auto;
}

fieldset {
  padding: 0;
}

.form-fieldset {
  padding: 30px;
  border: 0;
}

.form-fieldset + .form-fieldset {
  margin-top: 15px;
}

.form-legend {
  padding: 1em 0 0;
  margin: 0 0 -0.5em;
  font-size: 1.5rem;
  text-align: center;
}

.form-legend + p {
  margin-top: 1rem;
}

.form-element {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.form-element-upload {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.form-element-hint {
  font-weight: 400;
  font-size: 0.7rem;
  color: #a6a6a6;
  display: block;
}

.form-element-bar {
  position: relative;
  height: 1px;
  background: #999999;
  display: block;
}

.form-element-bar::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #134F7F;
  height: 2px;
  display: block;
  transform: rotateY(90deg);
  transition: transform 0.28s ease;
  will-change: transform;
}

.form-element-label {
  position: absolute;
  top: 0.75rem;
  line-height: 1.5rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  font-size: 1rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #101F46;
  transform: translateY(-50%);
  transform-origin: left center;
  margin-top: -5px;
}

.upload-element-label {
  line-height: 1.5rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #101F46;
  position: absolute;
  top: -27px;
}

.form-element-field {
  outline: none;
  height: 3.0rem;
  display: block;
  background: none;
  padding: 0.800rem 0.800rem;
  border: 1px solid #DFDFE7;
  line-height: 1.5;
  width: 100%;
  color: #101F46;
  transition: opacity 0.28s ease;
  will-change: opacity;
  border-radius: 6px;
  font-size: 0.8rem;
  transition: transform 0.28s ease, color 0.28s linear;
  will-change: transform, border-color;
}

.form-element-field-upload {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
  outline: none;
  height: 3.0rem;
  background: none;
  border: 1px solid #DFDFE7;
  line-height: 1.5;
  width: 100%;
  color: #101F46;
  transition: opacity 0.28s ease;
  will-change: opacity;
  border-radius: 6px;
  font-size: 0.8rem;
  transition: transform 0.28s ease, color 0.28s linear;
  will-change: transform, border-color;
}

.fe-file-upload {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 85%;
  height: 32px;
  line-height: 32px;
  padding: 5px 10px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-color: transparent;
}

.fe-file-upload-hidden  {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 11%;
  height: 32px;
  line-height: 32px;
  padding: 5px 10px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.remove-repeat-field {
  height: 16px;
  width: 16px;
  background-image: url('../images/form-images/minus-circle-solid.svg');
  cursor: pointer;
  position: absolute;
  left: calc(100% + 10px);
}

.add-repeat-field {
  height: 16px;
  width: 16px;
  background-image: url('../images/form-images/plus-circle-solid.svg');
  cursor: pointer;
}

.add-repeat-field-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 5px;
}

.form-element-field.error {
  background-color: #FCF1F2;
  border-color: #D04643;
}

.form-element-field:-ms-input-placeholder {
  color: #a6a6a6;
  transform: scale(0.9);
  transform-origin: left top;
}

.form-element-field::placeholder {
  color: #a6a6a6;
  transform: scale(0.9);
  transform-origin: left top;
}

.form-element-field:focus ~ .form-element-bar::after {
  transform: rotateY(0deg);
}

.form-element-field:focus ~ .form-element-label {
  color: #1379F9;
}

.form-element-field:focus {
  border-color: #1379F9;
}

.form-element-field:not(:empty),
.form-element-field:focus {
  opacity: 1;
}

.form-element-field:valid ~ .form-element-label,
.form-element-field:focus ~ .form-element-label {
  transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.8);
  cursor: pointer;
}

.form-has-error .form-element-label.form-element-label,
.form-has-error .form-element-hint {
  color: #d9534f;
}

.form-has-error .form-element-bar,
.form-has-error .form-element-bar::after {
  background: #d9534f;
}

.form-is-success .form-element-label.form-element-label,
.form-is-success .form-element-hint {
  color: #259337;
}

.form-is-success .form-element-bar::after {
  background: #259337;
}

input.form-element-field:not(:placeholder-shown),
textarea.form-element-field:not(:placeholder-shown) {
  opacity: 1;
}

input.form-element-field:not(:placeholder-shown) ~ .form-element-label,
textarea.form-element-field:not(:placeholder-shown) ~ .form-element-label {
  transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.8);
  cursor: pointer;
  pointer-events: auto;
  color: #134F7F;
  
}

input:not(:placeholder-shown) ~ .form-element-label,
textarea:not(:placeholder-shown) ~ .form-element-label {
  transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.8);
  cursor: pointer;
  pointer-events: auto;
  color: #134F7F;
  
}

textarea {
  height: auto;
  min-height: 3rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-dropdown-placeholder {
  color: #a6a6a6;
  /*display: none;*/
}

.form-dropdown-element-bar::before {
  content: "";
  position: relative;
  height: 0.5em;
  width: 0.5em;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #999999;
  display: block;
  left: 95%;
  bottom: 20px;
  transition: transform 0.28s ease;
  transform: translateY(-100%) rotateX(0deg) rotate(45deg);
  will-change: transform;
}

.form-dropdown select:focus ~ .form-dropdown-element-bar::before {
  transform: translateY(-50%) rotateX(180deg) rotate(45deg);
}

.form-tooltip {
  position: absolute;
  left: calc(100% + 35px);
  top: -10px;
  cursor: pointer;
  display: block;
  color: #999999;
  border-radius: 8px;
  overflow-y: auto;
  height: 200px;
}

.form-tooltip-icon-question-mark {
  background: url('../images/form-images/exclamation-circle-solid.svg');
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: calc(100% + 10px);
  cursor: pointer;
}

.form-tooltip-box {
  background-color: #125087;
  width: 300px;
  height: fit-content;
  padding: 1rem;
  border-radius: 0.5em;
}

.form-tooltip-title {
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 700;
}

.form-tooltip-content {
  margin-top: 10px;
  font-size: 0.7rem;
  color: #ffffff;
}

.wizard {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fe-stepper-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0; 
  margin-bottom: 20px;
}

.fe-stepper-horizontal .fe-step {
  display: flex;
  flex-direction: row;
  justify-content: end;
  list-style: none;
  width: fit-content;
  margin-right: 20px;
}

.fe-step-link {
    display: flex;
    flex-direction: inherit;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}

.fe-step-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  min-height: 35px;
  color: #000948;
  background-color: #e9e9e9;
  margin-right: 5px;
  border-radius: 0.2em;
}

.fe-step-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #000948;
  background-color: transparent;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 2px;
}

.fe-step-active {
  background-color: #1379F9;
  color: #FFFFFF;
}

.fe-step-active-done {
  background-color: #e9e9e9;
}

.fe-btn {
  border-radius: 0.2em;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  height: 3rem;
  width: 130px;
  letter-spacing: 1px;
  line-height: 3rem;
  text-align: center;
  margin: 0.75em;
  max-width: 14em;
  position: relative;
  user-select: none;
  text-decoration: none;
}

.fe-btn:hover {
  color: #ffffff;
}

.fe-btn.blue {
  background-color: #1379F9;
}

.fe-btn.gray {
  background-color: #e9e9e9;
  color: #000948;
}

.ui-datepicker {
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 10px;
  border: 1px solid #DFDFE7;

}

.ui-datepicker-calendar {
  width: 200px;
}

.ui-state-default {
  font-weight: 700;
  color: #125087;
  text-decoration: none;
  font-size: 0.8rem;
}

.ui-state-default:hover {
  color: #1379F9;
}

.ui-datepicker-header {
  text-align: center;
}

.ui-datepicker-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1379F9;

}

.ui-datepicker-calendar td {
  text-align: center;
}

.ui-datepicker-calendar th span {
  font-size: 0.8rem;
  color: #1379F9;
}

.ui-datepicker-week-end {
  text-align: center;
}

.ui-datepicker-prev {
  float: left;
  text-decoration: none;
  font-weight: 700;
  color: #1379F9;
  cursor: pointer;
}

.ui-datepicker-next {
  float: right;
  text-decoration: none;
  font-weight: 700;
  color: #1379F9;
  cursor: pointer;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.form-textarea {
  height: 9rem;
}

.fe-summary-list-page {
  list-style-type: none;
  padding: 0;
}

.fe-summary-list li {
  color: #000948;
}

.fe-summary-list li::marker {
  color: #1D7CF4;
}

.fe-summary-list-item {
  list-style-type: none;
}

.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select some files';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

.fe-input-file {
  position: relative;
  display: block;
  font-weight: 400;
}

.fe-button {
  float: none;
  height: 50%;
  margin: 0;
  padding: 0 10px 0 10px;
  font-size: 13px;
  line-height: 22px;
  background-color: #1D7CF4;
  color: #ffffff;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 6px;
}

.fe-button input {
  position: absolute;
  top: 12px;
  right: 14px;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
  height: 50%;
}
body {
  padding: 20px;
}

@media screen and (max-width: 1175px) {
  .fe-form__wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 825px) {
  .fe-form__wrapper {
    width: 100%;
    margin-top: 0px;
  }

  .fe-form__main {
    flex-direction: column-reverse;
  }

  .fe-form__aside {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
  }

  .fe-form-logo {
    width: 206px;
  }
  
  .fe-form-aside-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wizard {
    justify-content: center;
  }

  .fe-stepper-horizontal {
    align-items: flex-start;
    flex-direction: column;
  }

  .fe-step {
    margin-bottom: 10px;
  }

  .fe-form__content {
    padding: 0px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fe-form__footer {
    justify-content: center;
  }

  .fe-summary-list-page {
    word-break: break-word;
  }

  header {
    justify-content: center;
  }
}

.form-element.form-input.remove-extra-margin {
    margin-top: -2rem;
    margin-bottom: 10px;
}
.form-radio.form-radio-block.remove-extra-margin {
  margin-top:0px;
}

.form-element.form-input.remove-extra-margin  .form-checkbox-legend,
label.form-checkbox-label.checkbox,
.group .question-text,
.form-checkbox-label, .form-radio-label {
  font-size: 0.8rem;
}

pre.label.answer.summary-multi-line-scroll {
    height: 120px;
    word-break: break-all;
    white-space: normal;
    overflow-y: scroll;
    overflow-x: hidden;
}


