* {
  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: 'Rubik', 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;
  text-transform: uppercase;
}
#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: 10rem 5rem 8rem !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#action_info {
  display: none !important;
}
h4.widget_title {
    color: #F5F1E9;
}
#referral_code_select_wrap {
  display: none !important;
}
@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;
  }
  .core_field
  {
    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 !important;
}
/* #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-form-area-testing {
  position: absolute;
  text-align: center;
  width: 100%;
  padding-top: 2rem;
  z-index: 1;
}
#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-form-area-testing {
    position: absolute;
    text-align: left;
    width: 100%;
    padding-left: 2rem;
  }
  #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;
}

.Logo {
  margin-bottom: 0 !important;
  max-height: 50px !important;
  margin-top: 0 !important; /* Módosított érték */
}
@media (min-width: 450px) {
  .Logo {
    margin-top: 0 !important; /* Módosított érték */
    margin-bottom: 30px;
    margin-left: 50px;
  }
}

@media (max-width: 449px) {
  .Logo {
    margin-bottom: 1rem !important; /* Telefonos nézethez */
  }
}

#can_embed_form h4 {
display: none !important;
}

#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;
  border-left: 5px solid var(--main-text);
  padding-left: 30px;
}
.action_description h2 {
  margin-left: -3rem;
  background: var(--main);
  padding-bottom: 30px;
  margin-bottom: 0;
}

@media (max-width: 450px) {
  .action_description h2 {
    margin-left: -2.5rem;
    padding-top: 30px;
  }
}

#can_embed_form .floatlabel-wrapper .floatlabel-label-active {
  background-color: #F5F1E9;
  display: none !important;
}

.js-d_sharing
{
    display: none !important;
}

#can_embed_form [type="submit"] {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-user-select: none;
    user-select: none;
    background-color: #f04d46 !important;
    border: 2px solid #f04d46 !important;
    color: #fff !important;
    padding: 1rem 2rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    min-width: 230px !important;
    max-width: 100% !important;
    transition: all .15s ease-in-out !important;
  
}

#can_embed_form [type="submit"]:hover {
    background-color: #c9002c !important;
    border-color: #c9002c !important;
    color: #ffffff !important;    
}

.can_button, #donate_auto_modal input[type="submit"], #donate_auto_modal .button, #donate_make_recurring_modal input[type="submit"], #donate_make_recurring_modal .button, #can_embed_form input[type="submit"], #can_embed_form .button {
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    border-radius: 0px;
    padding: 5px 10px;
    line-height: 1.5em;
    transition: all .25s linear;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #CD3A18;
    text-align: center;
    outline: none;
    box-sizing: border-box;
    display: block;
    white-space: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-image: none;
    text-shadow: none;
    border: none;
}

#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"] {
    line-height: 44px;
    border: 1px solid #b0b0b0;
    height: 44px;
    padding: 4px 9px;
    width: 100%;
    transition: border-color .3s linear, background-color .3s linear;
    border-radius: 0px;
    border-color: #1D1D1B !important;
    color: #797979 !important;
  }

  #can_embed_form form li {
    width: 100%;
    margin: 0 0 15px 0;
    list-style: none outside none;
    position: relative;
    box-sizing: border-box;
  }

  #can_embed_form .floatlabel-wrapper .floatlabel-label-inactive {
    top: 0;
    opacity: 0;
    display: none !important;
  }

  #can_embed_form .international_link {
    font-size: 11px;
    cursor: pointer;
    display: inline-block;
    position: relative;
  }

#can_embed_form html, #can_embed_form body, #can_embed_form div, #can_embed_form span, #can_embed_form applet, #can_embed_form object, #can_embed_form iframe, #can_embed_form h1, #can_embed_form h2, #can_embed_form h3, #can_embed_form h4, #can_embed_form h5, #can_embed_form h6, #can_embed_form p, #can_embed_form blockquote, #can_embed_form pre, #can_embed_form a, #can_embed_form abbr, #can_embed_form acronym, #can_embed_form address, #can_embed_form big, #can_embed_form cite, #can_embed_form code, #can_embed_form del, #can_embed_form dfn, #can_embed_form em, #can_embed_form img, #can_embed_form ins, #can_embed_form kbd, #can_embed_form q, #can_embed_form s, #can_embed_form samp, #can_embed_form small, #can_embed_form strike, #can_embed_form strong, #can_embed_form sub, #can_embed_form sup, #can_embed_form tt, #can_embed_form var, #can_embed_form b, #can_embed_form u, #can_embed_form i, #can_embed_form center, #can_embed_form dl, #can_embed_form dt, #can_embed_form dd, #can_embed_form ol, #can_embed_form ul, #can_embed_form li, #can_embed_form fieldset, #can_embed_form form, #can_embed_form label, #can_embed_form legend, #can_embed_form table, #can_embed_form caption, #can_embed_form tbody, #can_embed_form tfoot, #can_embed_form thead, #can_embed_form tr, #can_embed_form th, #can_embed_form td, #can_embed_form article, #can_embed_form aside, #can_embed_form canvas, #can_embed_form details, #can_embed_form embed, #can_embed_form figure, #can_embed_form figcaption, #can_embed_form footer, #can_embed_form header, #can_embed_form hgroup, #can_embed_form menu, #can_embed_form nav, #can_embed_form output, #can_embed_form ruby, #can_embed_form section, #can_embed_form summary, #can_embed_form time, #can_embed_form mark, #can_embed_form audio, #can_embed_form video {
  word-wrap: break-word;
}

#can_embed_form .country_drop_wrap {
    display: none !important;
    width: 100% !important;
}

#can_embed_form .control-label {
    clear: both;
    text-transform: uppercase;
    letter-spacing: .5px;
}

#can_embed_form .check_radio_field label input {
    position: absolute;
    left: 0;
    top: 5px;
}

#can_embed_form form label {
    display: block;
    word-wrap: break-word;
}
#can_embed_form label {
    line-height: 20px;
    font-size: 12px;
    width: 100%;
    margin-bottom: 2px;
}

#can_embed_form form li.core_field {
    margin-bottom: 0;
}

#can_embed_form form li.control-group, #can_embed_form form li.core_field {
  margin-bottom: 15px;
}

#can_embed_form li {
  margin-bottom: 5px;
}

.can_embed *, .can_embed ::after, .can_embed ::before, #fancybox-wrap *, #fancybox-wrap ::after, #fancybox-wrap ::before {
  box-sizing: inherit;
}

#can_embed_form, #donate_auto_modal, #donate_make_recurring_modal {
    font-weight: 400;
}

  .can_embed.v5 #can_embed_form h2 {
    margin-bottom: 0px !important;
  }

#can_embed_form .entry-title {
    padding-bottom: 10px;
    line-height: 35px;
    text-align: left;
}

#can_embed_form h2, #donate_auto_modal h2, #donate_make_recurring_modal h2 {
    border: none !important;
    color: #000 !important;
    text-transform: uppercase !important;;
    margin-top: 0;
    font-size: 28px;
}


#can_embed_form h1, #can_embed_form h2, #can_embed_form h3, #can_embed_form h4, #can_embed_form h5, #can_embed_form h6 {
    letter-spacing: 1px;
}

#can_embed_form_inner, #can_embed_form > div
{
    display: flex !important;
    flex-direction: column !important;
}

#can_embed_form .check_radio_field label {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    height: auto;
    padding: 4px 0 0 25px;
    position: relative;
    float: none;
    margin: 0 20px 0 0;
}

#can_embed_form form ul {
    width: 100%;
    margin-bottom: -15px;
    padding: 0;
}

#can_embed_form form li {
    width: 100%;
    margin: 0 0 15px 0;
    list-style: none outside none;
    position: relative;
    box-sizing: border-box;
}

#can_embed_form ul, #can_embed_form ol {
    margin: 15px 0 15px;
    margin-bottom: 15px;
}

.international_link-wrap
{
    display: none !important;
}

#form_col1 {
    display: flex !important;
    flex-wrap: wrap !important;
}

.core_field
{
    margin-right: 10px !important;
}

@media screen and (min-width: 750px) {
  .core_field
  {
    width: 31% !important;
  }
}

.formbox
{
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    padding: 30px 20px 0px 20px;
    border-radius: 10px;
    background-color: #ffffff;
}

input[type="text"].error_input, input[type="email"].error_input, input[type="number"].error_input
{
    border: 1px solid #CD3A18;
    box-shadow: 0px 0px 0px 2px #CD3A18 inset, 0px 0px 4px 0px #CD3A18 inset;
    transition: all .2s linear;
}






