/*================================================================================

================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

#showWhenInOffice {
  display: none;
  width: 100% !important;
}

#showWhenCoughSymptom {
  display: none;
  width: 100% !important;
}

#showWhenLossOfSmellSymptom {
  display: none;
  width: 100% !important;
}

#showWhenLossOfTasteSymptom {
  display: none;
  width: 100% !important;
}

#showWhenFeverSymptom {
  display: none;
  width: 100% !important;
}

#showWhenCloseContact {
  display: none;
  width: 100% !important;
}

#showWhenNoMask {
  display: none;
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .covid-bg{
    background: url("../../images/screening/screening-bg.jpg") rgba(110, 114, 195, 0.8);
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .no-bg {
    background-color: rgba(0,0,0,0) !important;
  }

  .label-white {
    color: #fff !important;
  }
  
  .custom-checkbox label, .custom-radio label {
    text-transform: none !important;
    font-size: 2rem  !important;
    padding-left: 1rem !important;
    padding-top: .2rem !important;
}

.custom-control-label::before {
  position: absolute;
  top: 0.4rem;
  left: -1.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: #DFE3E7 solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.4rem;
  left: -1.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  background: no-repeat;
}

.bx {
    font-size: 2rem !important;
}

.no-padding {
    padding: 0 !important;
    left: -2rem !important;
}

}
