* {
  box-sizing: border-box !important;
}
input[type='button'],
input[type='submit'],
input[type='text'] {
  -webkit-appearance: none;
}
html {
  min-height: 100% !important;
}
body {
  min-height: 100% !important;
  margin: 0;
  padding: 0;
  background-color: var(--main);

  /* ============================ Update only this part ! ========================= */

  /* font */
  /* For importing another font, change the font import in the brancdWrapper head and replace the font-family here: */
  /* Google font has the example you need when you select font family */
  --font-family-primary: 'PT Sans', sans-serif;
  font-size: 20px;

  /* TODO: node script enter colors, client name, create files with colors */

  /* Color system */
  
  --input-background: white; /* stay */
  --input-text-color: black; /* stay */


  /* ============================================================================ */
}
#can_embed_form {
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: var(--font-family-primary) !important;
  border: none !important;
}
#can_embed_form .entry-title {
  border: none !important;
  color: var(--main-text) !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  line-height: 35px;
  text-align: left;
}
#can_embed_form .graytext {
  color: inherit !important;
}
#can_embed_form > div {
  display: flex !important;
  flex-flow: row !important;
}
#can_embed_form > div > div {
  width: 50% !important;
}
#can_embed_form > div > div#can_main_col {
  width: 50% !important;
  padding: 3rem 5rem 8rem !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#action_info {
    display: none;
}
h4.widget_title {
    color: #F5F1E9;
}
#referral_code_select_wrap {
    display: none;
}
@media (max-width: 450px) {
  #can_embed_form > div {
    flex-flow: column !important;
  }
  #can_embed_form > div > div {
    width: 100% !important;
  }
  #can_embed_form > div > div#can_main_col {
    padding: 6rem 2rem 3rem !important;
    width: 100% !important;
  }
}
#can_embed_form input[type='date'] {
  border: 1px solid #b0b0b0;
  background-color: var(--input-background) !important;
  height: 44px;
  padding: 4px 9px;
  width: 100%;
  transition: border-color 0.3s linear, background-color 0.3s linear;
  border-radius: 0;
  color: var(--input-text-color) !important;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  outline: 0;
  box-shadow: none;
  white-space: nowrap;
  word-wrap: break-word;
  font-family: inherit;
}
can_embed_form .additional_text {
  display: none;
}
#can_embed_form .action_sidebar > h4 {
  text-align: left !important;
  font-weight: 700 !important;
  padding-bottom: 0 !important;
}
#can_embed_form [type='submit'] {
  background-color: var(--main) !important;
  color: var(--main-text) !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  padding: 1rem !important;
}
#can_embed_form [type='submit']:hover {
  background-color: transparent !important;
  color: var(--main) !important;
  border: 3px solid var(--main); 
}

#can_embed_form #can_thank_you {
  background-color: var(--main) !important;
  color: var(--main-text) !important;
  box-sizing: border-box;
  margin: 0 auto !important;
  text-align: center;
  display: block !important;
}

#can_embed_form #can_thank_you h1 {
  color: var(--main-text) !important;
}
#can_embed_form #can_thank_you h2 {
  color: var(--main-text) !important;
}
#can_embed_form #can_thank_you h3 {
  color: var(--main-text) !important;
}
#can_embed_form #can_thank_you h4 {
  color: var(--main-text) !important;
}
#can_embed_form #can_thank_you #action_thank_you_text {
  text-align: left !important;
}
#can_embed_form #can_thank_you #action-info {
  border-top: 1px solid var(--main) !important;
}
#can_embed_form #can_thank_you #ty_instructions * {
  text-align: center !important;
}

@media screen and (min-width: 1024px) {
  #can_embed_form #can_thank_you #action_thank_you_text {
    margin: 0 auto !important;
    width: 60rem !important;
  }
}

#can_embed_form .action-widget--toggle .action_status_status_bar {
  background-color: var(--main-text) !important;
}

#can_embed_form
  .action-widget--toggle
  .action_status_status_bar
  span.action_status_status_bar-grow {
  background-color: var(--main) !important;
}

#can_main_col {
    padding-top: 350px; /* Adjust to create space for the image */
}

#can-form-area-testing {
    position: absolute; /* Position it absolutely */
    top: 0; /* Align it to the top of the page or container */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Center alignment adjustment */
    width: 50%; /* Adjust width as needed */
    max-width: 600px; /* Limit maximum width */
    padding: 0; /* Remove extra padding */
    z-index: 2; /* Ensure it appears on top */
}

.Logo {
    width: 100%;
    height: auto;
    max-height: 300px; /* Limit height to control vertical space */
}



#temp-fb-login-div {
  display: none !important;
}
#can_main_col {
  padding: 0 0 0 2.5rem !important;
  background-color: var(--main) !important;
  color: var(--main-text) !important;
}
@media screen and (max-width: 450px) {
  #can_main_col {
    padding: 2rem !important;
  }
}
#can_main_col h1 {
  color: var(--main-text) !important;
}
#can_main_col h2 {
  color: var(--main-text) !important;
}
#can_main_col h3 {
  color: var(--main-text) !important;
}
#can_main_col h4 {
  color: var(--main-text) !important;
}
#can_embed_form .action_letter {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-top: 4px solid;
}
can_embed_form .action_letter:before {
  display: none !important;
}
#can_embed_form #action_info_inner {
  border: none !important;
  background-color: inherit !important;
  padding: 0 !important;
}
#can_embed_form #action_info_inner .action_info_user a {
  color: var(--font-color-primary) !important;
}
@media screen and (max-width: 450px) {
  #can_embed_form #can_embed_form input[type='email'],
  #can_embed_form #can_embed_form input[type='number'],
  #can_embed_form #can_embed_form input[type='password'],
  #can_embed_form #can_embed_form input[type='tel'],
  #can_embed_form #can_embed_form input[type='url'],
  #can_embed_form input[type='text'] {
    min-height: 10px !important;
  }
}
#can_sidebar {
  background-color: var(--secondary) !important;
  color: var(--secondary-text) !important;
  padding: 7rem 6rem !important;
  text-align: left !important;
  padding-top: 4rem !important;
  border: 0 !important;
}
@media (max-width: 991px) and (min-width: 450px) {
  #can_embed_form > div > div#can_sidebar,
  #can_embed_form > div > div#can_main_col {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
#can_embed_form #action_welcome_message #action_welcome_message_inner {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}

#can_embed_form input[type='text'],
#can_embed_form input[type='password'],
#can_embed_form input[type='url'],
#can_embed_form input[type='email'],
#can_embed_form input[type='tel'],
#can_embed_form input[type='number'] {
  background-color: var(--input-background) !important;
  color: var(--input-text-color) !important;
}
::placeholder {
  color: var(--input-text-color) !important;
}
#can_embed_form .floatlabel-wrapper .floatlabel-label:after {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media screen and (max-width: 450px) {
  #can_sidebar {
    padding: 2rem !important;
  }
}
@media screen and (min-width: 1119px) {
  #can_sidebar .action_sidebar {
    position: sticky;
    top: 0;
    max-width: 100%;
    box-sizing: border-box !important;
  }
}
action_sidebar > h4:not(.sidebartitle):after {
  display: none !important;
}
label[for='form-comments'] {
  display: none !important;
}
#form-comments {
  display: none !important;
}
.can_embed #logo_wrap {
  display: none !important;
}
can_embed_form.can_thank_you_wrap .clearfix {
  display: none !important;
}
@media screen and (min-width: 1119px) {
  #can_embed_form > div {
    display: flex;
    flex-flow: row !important;
  }
  #can_sidebar {
    padding: 8rem 5rem !important;
    text-align: left !important;
    width: 40% !important;
  }
  #can_embed_form .action_status_tracker {
    margin: 0 !important;
  }
}
@media screen and (min-width: 1450px) {
  #can_sidebar {
    padding: 8rem 10rem !important;
    padding-top: 4rem !important;
  }
}
#fb-login-iframe {
  display: block !important;
  border: none !important;
  height: 50px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 450px) {
  #fb-login-iframe {
    width: 150%;
    max-width: 300px;
  }
}
.can_fundraising_widget #can_embed_form .donate_recurring {
  background-color: var(--background-color-primary) !important;
}
.can_fundraising_widget #can_embed_form #donation_welcome {
  background-color: var(--background-color-primary) !important;
}
.can_fundraising_widget #can_embed_form #donate_login {
  background-color: var(--background-color-primary) !important;
}
.can_fundraising_widget #can_embed_form .donate_amount {
  font-size: 14px !important;
}
.can_fundraising_widget #can_embed_form .donate_amount:hover {
  background-color: var(--color-primary-dark) !important;
}
.ticketed_event #can_embed_form ul.ticket_list {
  background-color: var(--background-color-primary) !important;
  border: none;
}
.ticketed_event #can_embed_form #donation_welcome {
  background-color: var(--background-color-primary) !important;
}
.ticketed_event #can_embed_form .clearfix {
  display: flex !important;
  flex-flow: column !important;
  background-color: var(--background-color-primary) !important;
}
.ticketed_event #can_embed_form .clearfix #can_main_col {
  align-self: center !important;
  width: 85% !important;
}
@media screen and (max-width: 450px) {
  .ticketed_event #can_embed_form .clearfix #can_main_col {
    width: 100% !important;
  }
}
.ticketed_event #can_embed_form .clearfix #can_sidebar {
  align-self: center !important;
  background-color: #fff !important;
  width: 100vw !important;
}
.ticketed_event #can_embed_form .clearfix #can_sidebar .action_owner.clearfix {
  background-color: #fff !important;
}
.hu22-form-title {
  font-size: 1rem;
}

#can_embed_form #can_thank_you p {
  font-size: 1.2rem !important;
}

#can_embed_form.can_768 .can_thank_you-block {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

#can_thank_you { padding-top: 125px !important; } 

#can_sidebar h4 {display:none !important;}

#can_main_col {height: inherit !important;}

            body {
            margin: 5;
        }

.action_owner_box {
  display: none !important;
}

h2.entry-title {
  text-transform: uppercase;
}
#action_info .action_owner {
  display: none !important;
}
#zip {
  padding: 5px 7px;
}


#can_embed_form h4 {
  text-transform: uppercase;
}

#can_embed_form textarea,
#can_embed_form input[type=text],
#can_embed_form input[type=password],
#can_embed_form input[type=url],
#can_embed_form input[type=email],
#can_embed_form input[type=tel],
#can_embed_form input[type=number] {
  border-color: #1D1D1B !important;
  color: #797979 !important;
}
#can_embed_form textarea::placeholder,
#can_embed_form input[type=text]::placeholder,
#can_embed_form input[type=password]::placeholder,
#can_embed_form input[type=url]::placeholder,
#can_embed_form input[type=email]::placeholder,
#can_embed_form input[type=tel]::placeholder,
#can_embed_form input[type=number]::placeholder {
  color: #797979 !important;
}

action_info {
  display: none !important;
}

#can_embed_form h2, #donate_auto_modal h2, #donate_make_recurring_modal h2 {
  line-height: 1.2;
}
.action_description {
  margin: 0;
}

h2.entry-title.js-entry-title {
    display: none !important;
}
.action_description h2 {
  background: var(--main);
  padding-bottom: 30px;
  margin-bottom: 0;
}

@media (max-width: 450px) {
  .action_description h2 {
    margin-left: -2.5rem;
  }
}

#can_embed_form .floatlabel-wrapper .floatlabel-label-active {
  background-color: #F5F1E9;
}