.body-corona .form-control.is-invalid {
  border-color: #ff0000 !important;
}

.body-corona .invalid-feedback {
  color: #ff0000 !important;
}

.body-corona .table-responsive th, .body-corona .table-responsive td {
  color: #000;
}

.body-corona .was-validated .custom-control-input:invalid ~ .custom-control-label, .body-corona .custom-control-input.is-invalid ~ .custom-control-label {
  color: #000;
}

.body-corona .title-number {
  background: url(../img-hu/covid-19/bg-step.svg) no-repeat center center;
  display: inline-flex;
  height: 83px;
  margin: 0 auto;
}

.body-corona .title-number h5 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  transform: skewX(0);
}

.body-corona .card {
  background: #ecdd22;
  border: 0;
  border-radius: 0;
}

.body-corona .card .card-title {
  padding: 0 15px;
}

.body-corona .card .card-title h2 {
  border-left: 1px solid #000;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 0 20px 15px;
  margin: 15px 0;
}

.body-corona .card .card-body {
  background: #3e87cb;
  border: 0;
  border-radius: 0;
  height: 480px;
  padding: 30px 15px;
}

.body-corona .card .card-body p {
  color: #d9e7f1;
  font-size: 18px;
}

.body-corona .card .card-body a {
  color: #d9e7f1;
}

.body-corona .card .card-body a:hover {
  color: #000;
}

.body-corona .card .card-body ul, .body-corona .card .card-body li {
  color: #d9e7f1;
}

.body-corona .card .card-body ul {
  margin-left: 0;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .body-corona .card .card-body {
    height: auto;
  }
}

.body-corona .card .card-footer {
  background: #d9e7f1 url(../img-hu/covid-19/bg-card-footer.svg) no-repeat bottom center;
  background-size: cover;
  border: 0;
  border-radius: 0;
  padding: 30px 15px;
}

.body-corona .card .card-footer p {
  color: #000;
  font-size: 18px;
}

.body-corona .custom-input {
  border: 1px solid #3e87cb;
  border-radius: 0;
  height: 32px;
}

.body-corona .custom-number {
  border: 1px solid #3e87cb;
  border-radius: 0;
  font-size: 24px;
  float: right;
  height: 70px;
  text-align: right;
  width: 140px;
}

.body-corona .custom-price {
  background: 0;
  border: 0;
  border-radius: 0;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  float: right;
  height: 70px;
  line-height: 1;
  outline: none;
  overflow: hidden;
  padding: 10px 0;
  resize: none;
  text-align: right;
  width: 100%;
}

.body-corona input[type=number]::-webkit-outer-spin-button,
.body-corona input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important;
  right: -10px;
  top: -3px;
}

.body-corona textarea {
  border: 1px solid #3e87cb;
  border-radius: 0;
}

.body-corona .custom-radio {
  border: 0;
  padding-left: 0;
  margin-top: 10px;
}

.body-corona .custom-radio span {
  font-size: 18px;
  padding: 10px 0 0 60px;
  position: relative;
  top: 12px;
}

.body-corona .custom-radio .custom-control-label {
  height: auto;
  padding-left: 50px;
  position: relative;
  text-align: left;
}

.body-corona .custom-radio .custom-control-label::before {
  background: url(../img-hu/covid-19/icon-custom-radio.svg) no-repeat;
  border: 0 !important;
  border-radius: 0;
  height: 32px;
  left: 0;
  top: 0;
  width: 32px;
}

.body-corona .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: url(../img-hu/covid-19/icon-custom-radio-checked.svg) no-repeat;
  border: 0 !important;
  border-radius: 0;
  height: 32px;
  left: 0;
  top: 0;
  width: 32px;
}

.body-corona .custom-radio .custom-control-input:checked ~ .custom-control-label span {
  color: #000;
}

.body-corona .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: 0;
}

.body-corona .custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
  background: url(../img-hu/covid-19/icon-custom-radio-disabled.svg) no-repeat;
  border: 0 !important;
  border-radius: 0;
  height: 32px;
  left: 0;
  top: 0;
  width: 32px;
}

.body-corona .custom-checkbox {
  border: 0;
  padding-left: 0;
  margin-top: 0;
}

.body-corona .custom-checkbox em {
  font-size: 18px;
  font-style: normal;
  padding-left: 60px;
  position: relative;
  top: 12px;
}

.body-corona .custom-checkbox em a {
  color: #000;
}

.body-corona .custom-checkbox em a:hover {
  color: #000;
}

.body-corona .custom-checkbox .custom-control-label {
  height: auto;
  padding-left: 50px;
  position: relative;
  text-align: left;
}

.body-corona .custom-checkbox .custom-control-label::before {
  background: url(../img-hu/covid-19/icon-custom-checkbox.svg) no-repeat;
  border: 0 !important;
  border-radius: 0;
  height: 32px;
  left: 0;
  top: 5px;
  width: 32px;
}

.body-corona .custom-checkbox .custom-control-label::after {
  height: 32px;
  width: 32px;
}

.body-corona .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: url(../img-hu/covid-19/icon-custom-checkbox-checked.svg) no-repeat;
  border: 0 !important;
  border-radius: 0;
  height: 32px;
  left: 0;
  top: 5px;
  width: 32px;
}

.body-corona .custom-checkbox .custom-control-input:checked ~ .custom-control-label span {
  color: #000;
}

.body-corona .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: 0;
}

.body-corona .custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  background: url(../img-hu/covid-19/icon-custom-checkbox-disabled.svg) no-repeat;
  border: 0 !important;
  border-radius: 0;
  height: 32px;
  left: 0;
  top: 5px;
  width: 32px;
}

.body-corona .btn-next {
  background: 0 url(../img-hu/covid-19/btn-next.svg) no-repeat;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  height: 70px;
  transform: skewX(0);
  width: 280px;
}

.body-corona .btn-next span {
  color: #000;
  font-family: 'DinRegular', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  transition: transform 0.1s linear;
  transform: skewX(0);
}

.body-corona .btn-next i {
  transition: transform 0.1s linear;
}

.body-corona .btn-next:hover span {
  position: relative;
  transform: translateX(10px);
}

.body-corona .btn-next:hover i {
  transform: translateX(5px);
}

.body-corona .icon-arrow-right {
  background: url(../img-hu/covid-19/icon-arrow-right.svg) no-repeat;
  display: inline-block;
  height: 10px;
  margin-left: 15px;
  transform: skewX(0);
  width: 7px;
}
