@media (min-width: 768px) {
  .tsm_s-btb {
    display: flex;
    align-self: end;
    align-items: center;
    margin-bottom: 8px;
  }
}

.tsm_form-check-input input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.tsm_form-check-input input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.tsm_form-check-input input[type="radio"] {
  border-radius: 50%;
}

.tsm_form-check-input input:checked[type="radio"] {
  background-image: url("../icons/white-circyle.svg");
}

.form-check {
  padding-left: 0 !important;
}
