.woosuite-tax-toggle-button {
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: flex-end;
  margin-right: 10px;
  margin-top: 10px;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.woosuite-tax-toggle-button .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 23px;
}
.woosuite-tax-toggle-button .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.woosuite-tax-toggle-button .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #008060;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.woosuite-tax-toggle-button .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.woosuite-tax-toggle-button input:checked + .slider {
  background-color: rgba(182, 5, 5, 0.631372549);
}
.woosuite-tax-toggle-button input:focus + .slider {
  box-shadow: 0 0 1px rgba(182, 5, 5, 0.631372549);
}
.woosuite-tax-toggle-button input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.woosuite-tax-toggle-button .slider.round {
  border-radius: 34px;
}
.woosuite-tax-toggle-button .slider.round:before {
  border-radius: 50%;
}

#woosuite-tax-exemption-checkout-message {
  background-color: #f8f8f8;
  padding: 1.41575em;
  margin-bottom: 3.706325903em;
}

/*# sourceMappingURL=frontend.css.map */
