.covid-form--wrapper {
  font-family: objektiv-mk1, sans-serif;
  font-style: normal;
  font-weight: 200;
}

.covid-form .civ-tab {
  display: none;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4caf50;
}

.civ-row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;

  flex-wrap: wrap;
}

.civ-col {
  min-width: 0;
  flex: 1;
  padding: 0 15px;
  width: 100%;
}

.civ-col-6 {
  width: 100%;
  flex: auto;
}

.civ-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .civ-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.form-group {
  margin-bottom: 1rem;
}

.covid-form legend {
  font-weight: bold;
  font-size: 1.1em;
}

.covid-form label {
  display: inline-block;
  margin-bottom: 0.5rem;
}


.covid-form form input[type="number"] {
  max-width: 100%;
  padding: 6px 12px;
}

.form-check-inline {
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.form-check-label {
  margin-bottom: 0 !important;
}

.form-group.is-invalid .form-control {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.help-block.error-block {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.form-actions {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.covid-form .iti {
  width: 100%;
}

.mt-20 {
  margin-top: 20px;
}

.wizard {
  position: relative;
}

.civ-loader {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 9;
}

.civ-loader:before {
  content: "";
  background: url(../spinner.gif) no-repeat;
  width: 20px;
  height: 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

#covid-otp-form {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 auto;
  max-width: 360px;
  overflow: visible;
  text-align: left;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
  padding: 24px;
}

.otp-actions {
  margin: 8px 0 25px;
  text-align: right;
}

.civ-message {
  margin: 0 0 20px;
  padding: 15px 20px 15px 22px;
}

.civ-message.civ-success {
  background-color: #bceee6;
  box-shadow: inset 2px 0 0 0 #1abca1;
  -moz-box-shadow: inset 2px 0 0 0 #1abca1;
  -webkit-box-shadow: inset 5px 0 0 0 #1abca1;
}

.civ-message p {
  margin-bottom: 0;
}


