.shadow-1 {
  box-shadow: 2px 2px 2px #0a3a65;
}
.shadow-2 {
  box-shadow: 4px 4px 16px #434d56;
}
.shadow-3 {
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.shadow-4 {
  box-shadow: 0 24px 28px -12px black;
}
.shadow-5 {
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
}
.shadow-6 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 2px, rgba(0, 0, 0, 0.3) 10px 10px 3px 2px;
}
.text-shadow-1 {
  text-shadow: 2px 2px 2px #484848bf;
}
/* Text */
.yawn-paragraph-wide {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 1.6em;
}
.yawn-line {
  display: flex;
  flex-direction: column;
}
.yawn-line-2 {
  display: flex;
  flex-direction: column;
  color: #f6953f;
}
.yawn-title-block {
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: center;
}
.yawn-title {
  display: flex;
  flex-direction: column;
  font-size: 2em;
  font-weight: bold;
}
.yawn-sub-title {
  display: flex;
  flex-direction: column;
  font-size: 1.6em;
  font-weight: bold;
}
/* Body */
.yawn-body-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  color: black;
  flex-grow: 1;
}
/* Intro */
.yawn-intro {
  justify-content: center;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #1896a7;
}
/* Yawn top section */
.yawn-top-section {
  position: relative;
  width: 100%;
  max-width: 1250px;
  min-height: 100px;
  display: flex;
  flex-direction: row;
  gap: 100px;
  justify-content: center;
}
.yawn-title-section {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.yawn-name-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  font-size: 2em;
  color: #f6953f;
}
.yawn-code {
  display: none;
  font-size: 0.8em;
}
.yawn-name {
  display: none;
  font-size: 1.2em;
}
.yawn-target-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.4em;
}
.yawn-target-name {
  font-size: 1.2em;
}
.yawn-target-address-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  font-size: 1em;
  text-align: center;
}
.yawn-eval-block {
  position: absolute;
  right: 0;
  width: 20%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.yawn-eval {
  width: 150px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  background-color: #f6953f;
  color: #fdfdfd;
}
/* Yawn section */
.yawn-body {
  width: 100%;
  max-width: 1250px;
  overflow: auto;
}
.yawn-detail-header {
  width: 100%;
}
.yawn-header-category-list {
  display: flex;
  flex-direction: row;
  gap: 2px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.2em;
  background-color: #acaca0;
}
.yawn-header-category,
.yawn-header-category-inactive {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 10px 40px;
  border-style: none none solid none;
  border-width: 4px;
  border-color: #acaca0;
}
.yawn-header-category {
  background-color: #1896a7;
  color: #fdfdfd;
}
.yawn-header-category-inactive {
  background-color: #acaca0;
  color: #fdfdfd;
}
.yawn-header-category-selected {
  background-color: #1896a7;
  color: #f6953f;
  border-color: #f6953f;
  font-weight: bold;
}
.yawn-header-category-selectable {
  cursor: pointer;
}
.yawn-header-category-selectable:hover {
  background-color: #1ebed4;
}
.yawn-header-category-item-count-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.yawn-header-category-weighting {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  border-style: solid;
  border-width: 2px;
}
.yawn-category-list {
  display: flex;
  flex-direction: column;
}
.yawn-category-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.yawn-category-eval-section {
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  color: #f6953f;
  font-size: 2em;
}
.yawn-category-eval-label {
  font-size: 0.9em;
}
.yawn-category-eval {
  width: 120px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6953f;
  color: #fdfdfd;
}
.yawn-field-section {
  padding: 40px 10px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  border-style: none none solid none;
  border-width: 4px;
  border-color: #1896a7;
  font-size: 1.4em;
  color: #f6953f;
}
.yawn-field-section > .yawn-field-label {
  width: 50%;
}
.yawn-field-value-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.yawn-field-can-be-ignored-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.yawn-field-input-category-block {
  border-style: solid;
  border-width: 4px;
  border-color: #f6953f;
}
.yawn-field-input-section {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-basis: 500px;
  flex-grow: 1;
}
.yawn-field-input-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.yawn-field-input-multi {
  display: flex;
  flex-direction: row;
}
.yawn-field-input-block {
  position: relative;
  display: flex;
  flex-direction: row;
}
.yawn-field-input-block > img {
  max-width: 200px;
  object-fit: cover;
}
.yawn-field-input {
  width: 100%;
  padding: 10px;
  background-color: #fdfdfd;
}
.yawn-field-input-password {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.yawn-field-input-upload {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.yawn-field-input-mandatory {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 4px;
  background-color: #ff0202;
}
/* Field comment */
.yawn-field-comment-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-end;
}
.yawn-field-comment {
  width: 100%;
  max-width: 1200px;
  min-width: 300px;
  height: 80px;
  padding: 10px;
  font-size: 0.8em;
}
.yawn-field-comment-ro {
  width: 100%;
  max-width: 1200px;
  min-width: 300px;
  padding: 10px;
  font-size: 0.8em;
  background-color: #fef9f3;
}
.yawn-field-comment-toggle {
  cursor: pointer;
}
/* Field upload */
.yawn-field-upload-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.yawn-field-upload-block {
  max-width: 1200px;
  min-width: 300px;
  font-size: 0.8em;
}
/*.yawn-field-upload-ro {
    width: 100%;
    max-width: 1200px;
    min-width: 300px;
    padding: 10px;
    font-size: .8em;
    background-color: @secondary-c3;
}*/
.yawn-field-upload-toggle {
  cursor: pointer;
}
.yawn-detail-document-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.yawn-detail-document-block img {
  cursor: pointer;
}
.yawn-detail-document-block img {
  max-height: 150px;
  object-fit: cover;
}
.yawn-detail-eval-section {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.yawn-detail-weighting,
.yawn-detail-eval {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  border-style: solid;
  border-width: 2px;
}
.yawn-detail-weighting {
  border-color: #1896a7;
  color: #1896a7;
}
.yawn-detail-eval {
  border-color: #f6953f;
  color: #f6953f;
}
.yawn-field-upload-document-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.yawn-upload-button {
  padding: 20px;
  background-color: #41d0e4;
  color: #fdfdfd;
  border-style: dashed;
  border-width: 2px;
  border-color: #1896a7;
  box-sizing: border-box;
  font-size: 1.2em;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.yawn-upload-hint {
  font-size: 0.8em;
}
.yawn-show-password {
  position: absolute;
  right: 4px;
  cursor: pointer;
  font-size: 0.8em;
  color: #434343;
}
.yawn-field-input-error {
  background-color: rgba(255, 210, 210, 0.3);
}
.yawn-field-add-input {
  position: absolute;
  right: 0;
  padding: 4px;
  color: #1896a7;
  cursor: pointer;
}
.yawn-field-remove-input {
  padding: 4px;
  color: #f6953f;
  cursor: pointer;
}
.yawn-button-section {
  position: sticky;
  bottom: 0;
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  background-color: #fdfdfd;
  border-style: solid none none none;
  border-width: 1px;
  border-color: #6edbea;
}
.yawn-debug-button-block {
  padding: 10px;
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99;
}
.yawn-debug-button {
  padding: 4px 6px;
  font-size: 0.7em;
  background-color: grey;
  color: white;
  text-align: center;
  cursor: pointer;
}
.yawn-debug-value {
  padding: 4px 6px;
  font-size: 0.7em;
  background-color: lightblue;
  color: black;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .yawn-top-section {
    min-height: 75px;
  }
  .yawn-eval {
    width: 100px;
    height: 75px;
    font-size: 1.2em;
  }
}
