.required:after {
    content:" *";
    color: red;
}

.disabled {
    background-color: lightgrey;

}

.grey-bg {
    background-color: #e4e7eb;
}

#scrollBtnUp {
  display: none;
  position: fixed;
  bottom: 65px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgb(14 116 144);
  color: white;
  cursor: pointer;
  padding: 3px 15px 0px 15px;
  border-radius: 10px;
  font-size: 26px;
}

#scrollBtnUp:hover {
  background-color: rgb(22 78 99);
}

#scrollToCustomAnswersBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgb(14 116 144);
  color: white;
  cursor: pointer;
  padding: 10px 11px 8px 12px;
  border-radius: 10px;
  font-size: 24px;
}

#scrollToCustomAnswersBtn:hover {
  background-color: rgb(22 78 99);
}

@media print {
    .print-hide {display: none !important;}

    .print-no-border {
        box-shadow: none !important;
        margin-top: -5px;
    }
}