.box {
  width: 70%;
  text-align: left;
  color: #ffffff;
  margin: -20px auto 20px 0px;
}
.button-modal {
  color: #ffffff !important;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1rem;
	padding: 0px;
}
.button-modal:visited {
  color: #fffff !important;
}
.button-modal:hover, .button:focus {
  color: #fffff  !important;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 90px auto;
  padding: 20px;
  background: white;
  border-radius: 2rem;
  width: 30%;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #333;
}
.popup .close {
text-decoration: none !important;
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
    border-bottom: none;
  color: #502c1c;
}
.popup .close:hover {
  color: #333;
}
.popup .content {
  color: #D22E25;
  max-height: 30%;
  overflow: auto;
  text-align:center;
  font-size: 2rem;
}
@media only screen and (max-width: 480px) {  	
.popup {
  width: 100%;
}}
.barcodeimg {
width: 35%;
margin: 0px auto;
}
.campaigns-wrapper .webform-button--submit.sf-action-button {
    text-transform: lowercase;
    color: black;
    border-radius: 3rem;
    padding-top: 15px;
    padding-bottom: 15px;
    background: white;
}
.text-count-message {
    display: none !important;
}
div#edit-thankyou {
    display: none;
}
a.backtohomepage{
font-size: 1.8rem;
color: black !important;
background: white;
padding: 10px 10px;
display: inline-block;
border-radius: 3rem;
}
.campaigns-wrapper .webform-button--submit.sf-action-button {
  text-transform: uppercase;
background: #ffffff !important;
color: #D22E25 !important;
}
.campaigns-wrapper .campaign_entry_page input.globalCheckBox2 {
    margin-top: 6px;
    width: 2rem !important;
    height: 20px;
    position: absolute;
    max-width: 20px;
    padding: 0;
}
.campaigns-wrapper a, .campaigns-wrapper .globalPrivacy a {
    text-decoration: underline;
color: #ffffff;
    border-bottom: none;
}
input#edit-ip-address {
    display: none;
}
 div#edit-co-op-member--description, div#edit-barcode--description, div#edit-processed-text-02, div#edit-processed-text-05 {
    color: #ffffff;
  letter-spacing: 0;
  font-family: var(--v-secondary-font);
    font-size: 16px !important;
}div#edit-marketing-consent-email--description,div#edit-confirm-phone--description, div#edit-processed-text-06 {
    color: #ffffff ;
padding-bottom: 1rem;
font-weight: normal !important;
    font-size: 16px !important;
}

label#co_op_member-error {
    display: none !important;
}
.globalPrivacy .error {
    outline: 2px solid #dc6e9d !important;;
}