.header-a {
  max-width: fit-content;
}

.title-logo-area {
  max-width: fit-content;
  margin-left: 1%;
  margin-right: 5%;
}

.header-content {
  padding: 1em;
  align-items: center;
}

.col-2.chass-logo-wrapper {
  max-width: fit-content;
}

.col-10 {
  flex-basis: auto;
}

.page-description {
  margin-left: 5px;
  font-size: 1em;
}

.cfmrc-main-text {
  font-size: 2.5em;
  font-weight: bold;
}

.cfmrc-main-text.multiline {
  font-size: 1.7em;
  line-height: 1.5em;
  padding: 1% 0% 1% 0%;
}

.cfmrc-main-list {
  font-size: 1.3em;
  line-height: 1.5em;
}

.cfmrc-normal-text {
  font-size: 1.3em;
  line-height: 0.4em;
}

.pdf-viewer {
  min-height: 500px;
  width: 100%;
  height: 100vh;
  margin-bottom: 1%;
  border: 0.5em solid #002a5c;
  border-radius: 4px;
  margin-bottom: 1%;
}

#jobid {
  padding: 0.6em 1em;
  margin: 0.5em;
  font-size: 1.1em;
  border: 1px solid rgb(75, 75, 75);
  border-radius: 6px;
  outline: none;
  font-family: "Roboto Condensed", sans-serif;
  width: 300px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease;
}

#jobid:focus {
  border-color: #06859c;
}

input[type="text"], input[type="email"] {
  font-family: inherit;
  font-size: inherit;
  padding: 0.1em 0.1em;
}

select {
  font-family: inherit;
  font-size: inherit;
}

.hidden {
  display: none;
}
