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

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

body {
  font-size: 1.15rem;
}

textarea {
  resize: none;
}

p {
  font-family: 'Helvetica Neue';
}

.btn-standard-primary {
  background-color: #02c8e0 !important;
  border-color: #02c8e0 !important;
  color: white !important;
}

/* .btn-axiom-primary {
  background-color: #02c8e0!important;
  border-color: #02c8e0 !important;
  color: white !important;
}

.btn-linktek-primary {
  background-color: #ff3200!important;
  border-color: #ff3200 !important;
  color: white !important;
} */

.btn-standard-secondary {
  color: #191b22;
  box-shadow: 0 -1px 0 0 #d0d4df inset;
  background: transparent linear-gradient(#fcfdff, #eaeef5) 0 0 no-repeat padding-box;
}

.col-statement-question {
  line-height: 1.3;
}

.col-statement-question label,
.col-statement-question .form-check-inline-col {
  line-height: 0;
}

.footer-btn-submit button,
.modal-footer button {
  border: 1px solid #dee4f0;
  opacity: 1;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.071rem;
  padding: 10px 16px;
  border-radius: 4px;
  outline: none;
}

.footer-btn-submit button:hover,
.modal-footer button:hover {
  opacity: 0.8;
  border: 1px solid #dee4f0;
  background: #dee4f0;
}

.btn-standard-secondary:active {
  top: 1px;
  position: relative;
}

.form-check-label {
  font-family: 'Helvetica Neue';
}

.form-check-inline-col {
  line-height: 2;
}

.form-control {
  background: transparent;
  height: 34px;
  font-family: 'Helvetica Neue';
  outline: 0;
}

.form-control-col {
  padding-left: 0px;
}

.form-label {
  font-family: 'Helvetica Neue';
  line-height: 2;
}

.footer {
  border-top: 1px solid #cfcdcd;
  margin-top: 20px;
}

.footer-buttons {
  margin-top: 20px;
}

.icon-delete {
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.image-banner {
  height: 139px;
  margin-bottom: 1rem;
  width: 330px;
}

.image-banner-container {
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}

.image-banner-description {
  font-size: 16px;
}

.input-error:not(input[type='radio']) {
  border: 1px solid red !important;
}

.input-icon {
  bottom: 8px;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 6px;
  width: 16px;
}

.input-prepend-text {
  border: none !important;
  background-color: unset !important;
}

.label-input-error {
  color: red;
  font-family: 'Arial';
  font-size: 16px;
}

label.is-invalid {
  color: #eb5757 !important;
}

.modal-dialog-confirm {
  max-width: 450px;
}

.note-page-subtitle-section,
.note-last-attestations-section {
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  line-height: 1.3;
  padding: 2px 0px;
}

.page-header-title {
  font-family: Arial;
  font-weight: bold;
  text-align: center;
}

.page-header-subtitle {
  font-family: 'Helvetica Neue';
  line-height: 1.8;
}

.page-body {
  padding-bottom: 30px;
  min-width: 300px;
}

.page-body .container {
  max-width: 1240px;
}

.page-card {
  box-shadow: rgb(0 0 0 / 11%) 0px 3px 32px;
  border: 1px solid rgb(223, 223, 223);
  border-radius: 6px;
}

.page-card-header {
  background-color: unset;
  border: 0;
}

.page-section-note {
  font-family: 'Helvetica Neue';
}

.page-section-title {
  font-family: 'Arial';
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}

.text-add-more {
  color: #02c8e0;
  cursor: pointer;
}

.text-if-professional-position {
  font-size: 18px;
}

.widget-section-title:after {
  content: '';
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1.5px solid rgb(0, 92, 175);
}

.hidden {
  display: none;
}

.th-hidden,
.td-hidden {
  border: none !important;
  visibility: hidden;
}

#table-history-of-employment > tbody > tr > :nth-child(5) {
  border: none;
  background-color: unset;
}

#table-additional-references > tbody > tr > :nth-child(7) {
  border: none;
  background-color: unset;
}

.table tbody + tbody {
  border-top: 0;
}

.axiom-footer {
  background-color: #000;
  border-top: 1px solid #303030;
  color: #fff;
  font-family: 'Times New Roman';
  font-size: 10px;
}

.linktek-footer {
  background-color: #ffffff;
  color: #000000;
  font-size: 10px;
  font-family: 'Times New Roman';
}