@import url('https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); .grecaptcha-badge {
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
    /* Hides the BR on mobile*/ .mobile-break {
        display: none;
    }
}

.gform_wrapper.gravity-theme .ginput_container_address{
margin-left:0;
}
.raffle-form-wraper .gform_heading {
    display: none;
}

.raffle-form-wraper .gform_wrapper.gravity-theme .gfield_label {
    font-family: 'poppins';
    font-size: clamp(1rem, 0.885rem + 0.305vw, 1.25rem);
    font-weight: 500;
    color: #4E4E4E;
    margin-bottom: 16px;
}

.raffle-form-wraper .gform_wrapper.gravity-theme .gfield_required {
    color: #FF0C0C;
    font-size: clamp(1rem, 0.885rem + 0.305vw, 1.25rem);
}

.gform_wrapper.gravity-theme .ginput_complex span {
    /*flex: 0 0 100%;*/
    margin-bottom: 8px;
    padding-left: 0;
}

.billing-section {
    border-bottom: none !important;
}

.billing-section h3 {
    margin: 0;
    color: #BD8B2C;
}

.billing-section.top-bdr {
    border-top: 1px solid #A4A2A2;
    margin-top: 26px;
    padding-top: 40px !important;
}

.address-gap.custom-inputs .ginput_complex span {
    margin-bottom: 16px !important;
}

.custom-inputs {
    padding-bottom: 8px;
}

.custom-inputs input {
    border: 1px solid #0000001A !important;
    box-shadow: none !important;
    resize: none;
    background-color: #F9F9F9 !important;
    padding: 14px 24px !important;
    border-radius: 50px;
}

.custom-inputs select {
    border: 1px solid #0000001A !important;
    box-shadow: none !important;
    resize: none;
    background-color: #F9F9F9 !important;
    padding: 14px 24px !important;
    border-radius: 50px;
    appearance: none;
    -webkit-appearance: none;
    height: 56px !important;
    padding-right: 40px !important;
    background-image: url(../images/btm-arrow.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 18px;
	    color: black;
}

.custom-inputs textarea {
    border: 1px solid #0000001A !important;
    box-shadow: none !important;
    resize: none;
    background-color: #F9F9F9 !important;
    padding: 14px 24px !important;
    border-radius: 20px;
}

.custom-inputs.date-input .ginput_container_date {
    position: relative;
}

.custom-inputs.date-input .ginput_container_date input {
    width: 100% !important;
    background-image: url(../images/cuida_calendar.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right 24px center;
    padding-right: 48px !important;
}

.custom-inputs.date-input .ginput_container_date img.ui-datepicker-trigger {
    position: absolute;
    right: 24px;
    display: none !important;
}

.custom-check-box .gfield_radio {
    display: flex;
    flex-wrap: wrap;
}

.custom-check-box .gfield_radio > div {
    margin: 0 16px 0 0;
    position: relative;
    padding: 0;
}

.custom-check-box .gfield_radio > div input {
    opacity: 0;
    z-index: 100;
    position: absolute;
    visibility: hidden;
}

.custom-check-box .gfield_radio > div label {
    padding: 10px 24px;
    cursor: pointer;
    margin: 0 0 16px !important;
    background: #B6412B14;
    border: 1px solid #B6412BCC;
    color: #B6412B;
    border-radius: 50px;
    font-size: clamp(0.875rem, 0.76rem + 0.308vw, 1.125rem) !important;
    max-width: 100% !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.custom-check-box .gfield_radio > div label::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(0);
    left: 0;
    top: 0;
    border-radius: 50px;
    background: #B6412B14;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: -1;
}

.custom-check-box .gfield_radio > div input[type="radio"]:checked+label, .Checked+label {
    color: #FFF;
}

.custom-check-box .gfield_radio > div input[type="radio"]:checked+label::before, .Checked+label::before {
    transform: scale(2);
    background: #B6412B;
}

.custom-check-box .gfield_description {
    margin: 0 !important;
    padding: 0 !important;
}

.custom-check-box .ginput_container {
    margin-bottom: -8px;
}

.custom-label .gfield_label {
    margin-bottom: 0 !important;
}

.custom-checkbox {
    padding-bottom: 8px !important;
}

.custom-checkbox label {
    font-size: clamp(0.875rem, 0.76rem + 0.308vw, 1.125rem) !important;
    margin-bottom: 0 !important;
}

.custom-checkbox .gchoice.gchoice_1_12_1 {
    margin-bottom: 8px;
}

.custom-checkbox .gfield_checkbox > div {
    display: flex;
}

.custom-checkbox .gfield_checkbox > div input {
    margin-right: 8px;
    margin-top: 4px !important;
}

.donation-total {
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden !important;
}

.donation-total label {
    margin: 0 !important;
    width: 44.6%;
    text-align: center;
    background: #000000;
    color: #FFF !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px 0 0 50px;
}

.donation-total .ginput_container_total {
    border: none !important;
    border-radius: 0;
    background: #bd8b2c45 !important;
    color: #050505 !important;
    border-radius: 0 50px 50px 0;
    width: 100%;
}

.donation-total .ginput_container_total input {
    color: #BD8B2C !important;
    padding: 14px 24px !important;
    font-weight: 700;
}

.custom-payment .gform_card_icon_container {
    width: fit-content;
    border: 1px solid #0000001A !important;
    background-color: #F9F9F9 !important;
    padding: 10px 12px 10px 20px;
    height: auto !important;
    border-radius: 50px;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
}

.custom-payment .ginput_full {
    margin-bottom: 16px !important;
}

.custom-payment .ginput_full.ginput_cardextras .ginput_cardinfo_left {
    flex: 0 0 66.66%;
    padding: 0 !important;
}

.custom-payment .ginput_full.ginput_cardextras .ginput_cardinfo_right {
    padding: 0 0 0 .5% !important;
    position: relative;
}

.custom-payment .ginput_full.ginput_cardextras .ginput_cardinfo_right input {
    width: 100% !important;
    max-width: inherit !important;
    padding-right: 60px !important;
}

.custom-payment .ginput_full.ginput_cardextras .ginput_cardinfo_right .ginput_card_security_code_icon {
    position: absolute;
    right: 15px;
    padding: 0 !important;
    margin: 0;
}

.custom-payment .ginput_full.ginput_cardextras span {
    margin-bottom: 0px !important;
}

.custom-payment .ginput_full.ginput_cardextras .ginput_card_expiration_month {
    margin-bottom: 0px !important;
}

.raffle-form-wraper .gform-footer {
    margin-top: 30px !important;
    min-width: 100%;
    justify-content: space-between;
    font-family: "poppins", serif;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    vertical-align: top;
    color: #fff !important;
    padding: 0 !important;
    font-size: clamp(1.125rem, 1.096rem + 0.128vw, 1.25rem);
    line-height: 1;
    text-transform: capitalize;
    border-radius: 60px;
    font-weight: 500;
    border: 1px solid #B6412B !important;
    box-shadow: 2px 3px 0px 0px #1F0303;
}

.raffle-form-wraper .gform-footer input[type="submit"] {
    padding: 18px 40px 18px 40px;
    margin: 0 !important;
    width: 100%;
    border: none;
    font-size: clamp(1.125rem, 1.096rem + 0.128vw, 1.25rem) !important;
    font-weight: 500;
    font-family: "poppins", serif;
    color: #FFF !important;
    z-index: 1;
	background-color: #bd8b2c00;
}

.raffle-form-wraper .gform-footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #BD8B2C;
    border-radius: 50px;
    z-index: 0;
    transform: scale(1);
    left: 0;
    top: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.raffle-form-wraper .gform-footer::after {
    content: '';
    position: absolute;
    left: 150px;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #000000;
    border-radius: 60px;
    z-index: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.raffle-form-wraper .gform-footer:hover {
    border: 1px solid #1F0303 !important;
    box-shadow: 0px 0px 0px 0px #1F0303;
}

.raffle-form-wraper .gform-footer:hover input[type="submit"] {
    color: #FFF !important;
}

.raffle-form-wraper .gform-footer:hover span {
    color: #FFF;
}

.raffle-form-wraper .gform-footer:hover::after {
    top: 0;
    left: 0;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    padding: 5px 12px !important;
    border-radius: 50px;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: clamp(1rem, 0.885rem + 0.305vw, 1.25rem) !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
    align-items: flex-start !important;
    padding-top: 10px !important;
}

@media only screen and ( max-width: 767px ) {
    .donation-total {
        flex-direction: column;
    }

    .custom-check-box .gfield_radio > div label {
        padding: 6px 10px;
        font-size: 14px !important;
    }

    .address-gap.custom-inputs .ginput_complex span {
        margin-bottom: 8px !important;
    }

    .raffle-form-wraper .gform_wrapper.gravity-theme .gfield_label {
        margin-bottom: 8px !important;
    }

    .raffle-form-wraper .gform_wrapper.gravity-theme .donation-total label.gfield_label {
        margin-bottom: 0 !important;
    }

    .donation-total label {
        width: 100%;
        border-radius: 20px 20px 0 0;
        padding: 12px 10px !important;
    }

    .donation-total .ginput_container_total {
        border-radius: 0 0 20px 20px;
    }

    .donation-total .ginput_container_total input {
        width: 100%;
        text-align: center;
    }

    .custom-payment .ginput_full.ginput_cardextras .ginput_cardinfo_left {
        flex: 0 0 100%;
        padding: 0 !important;
    }

    .gform_wrapper.gravity-theme .ginput_card_expiration_month {
        margin-bottom: 16px;
    }

    .raffle-form-wraper .gform-footer {
        margin-top: 10px !important;
    }

    .raffle-form-wraper .gform-footer input[type="submit"] {
        padding: 8px 40px 8px 40px;
    }

    .raffle-form-wraper .gform-footer:hover::after {
        transform: translate(-50%, -50%) scale(10);
    }

    .custom-payment .ginput_full.ginput_cardextras .ginput_cardinfo_left .gform-grid-col {
        margin-bottom: 16px !important;
    }

    .custom-payment .gform_card_icon_container {
        width: 100%;
        justify-content: center;
    }

    .custom-checkbox .gfield_checkbox > div input {
        height: 20px!important;
    }

    .custom-payment .gform_card_icon_container {
        padding: 7px 12px 7px 20px;
    }

    .raffle-form-wraper .gform-footer input[type="submit"] {
        padding: 8px 40px 8px 40px;
    }
}
