.privacy-checkbox{
  display: flex;
  align-items: center;

  &::before{
    background-color: lightgray;
    height: 0.8em;
    aspect-ratio: 1;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid lightgray;

    @media screen and (max-width: 960px) {
      height: 1.1em;
    }
  }
}
.contact-confirm__btn.active
{
  background-color: #333333;
}
#privacy__checkbox{
  background-color: #C7C7C7 !important;
}
#privacy__checkbox:checked
{
  background-color: #333333  !important;
}
