@import url(theme-root.css);

.ready-to-help{
    color: var(--off-text);
    background: url(../images/fundrasier.webp), linear-gradient(-90deg, var(--primary-bg) 65.5%, var(--prominent-dark-bg) 34.5%);
    background-size: contain, contain;
    background-repeat: no-repeat;
    background-position: 25% bottom, bottom;
    background-size: auto 500px , 100%;
}
.ready-to-help-details{
    padding: 82.5px 20px;
}
.r-t-h-main-heading{
    font-size: 62px;
    margin-bottom: 30px;
    margin-top: 12px;
    padding: 0 !important;
}
.r-t-h-description{
    font-size: 18px;
    margin-bottom: 60px;
}
.fundraiser-category-select {
    position: relative;
}
.fundraiser-category-select select {
    display: none;
}
.select-selected-category {
    background-color: var(--off-bg);
}
.select-selected-category:after {
    position: absolute;
    content: "";
    top: 30px;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
.select-selected-category.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 22px;
}
.select-selected-category {
    color: var(--normal-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    padding: 17.785px 22px 17.215px 22px;
    border-radius: 12px;
    border: 1px solid var(--Background-Grey);
    cursor: pointer;
    user-select: none;
    width: 300px;
}
.select-items-category div {
    color: var(--normal-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    padding: 17.785px 22px 17.215px 22px;
    border-radius: 0px 0px 0px 0px;
    border-bottom: 1px solid var(--Background-Grey);
    cursor: pointer;
    user-select: none;
}
.select-items-category {
    position: absolute;
    background-color: var(--off-bg);
    border-radius: 0px;
    margin-top: 7px;
    border: 1px solid var(--Background-Grey);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.select-hide {
    display: none;
}
.select-items-category div:hover, .same-as-selected {
    background-color: var(--Background-Light-Grey);
}
.fundraiser-heading{
    margin: 0px !important;
    font-size: 62px;
    font-weight: 500;
    line-height: 74.4px;
}
.fundraiser-category{
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
}
.fundraiser-title{
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    margin: 30px 0px;
    overflow: hidden;
     height: 110px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
            line-clamp: 2;
    -webkit-box-orient: vertical;

}
.fundrasier-percentage{
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    color: var(--primary-text);
    margin: 0px;
}
.fundrasier-percentage-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    margin-left: 15px;
}
.percentage-bar{
    width: 100%;
    height: 8px;
    background-color: var(--off-bg);
    border-radius: 40px;
    padding: 0px;
}
.percentage-bar-inner{
    width: 40%;
    height: 8px;
    background-color: var(--primary-bg);
    border-radius: 40px;
}
.fundraiser-donate-btn{
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--Primary-Navy);
    padding: 10px 20px;
    border-radius: 50px;
    border: 1.5px solid var(--prominent-bg);
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
}
.card-title a{
    color: var(--normal-text);
    text-decoration: none;
}
.card-title:hover a{
    text-decoration: underline;
}
.news-group-row-item a{
    color: var(--normal-text);
    text-decoration: none;
}
.news-group-row-item:hover{
    background: var(--primary-bg);
    color: var(--off-text);
}
.news-group-row-item:hover p{
    color: var(--off-text) !important;
}
.news-group-row-item:hover a{
    color: white;
    text-decoration: none;
}
.news-group-row-item:hover .fundraiser-donate-btn{
    background-color: var(--prominent-bg);
    color: var(--off-text) !important;
    border: 1.5px solid var(--prominent-bg);
}
.news-group-row-item:hover .percentage-bar{
    background-color: var(--light-secondary) !important;
}
.news-group-row-item:hover .percentage-bar-inner{
    background-color: var(--off-bg) !important;
}
.fundraiser-donate-btn:hover{
    background-color: var(--prominent-dark-bg) !important;
    border: 1.5px solid var(--prominent-dark-bg) !important;
}
.fool{
    width: 100%;
    height: 800px;
}

/* Fundrasier-Detail */
.fundrasier-detail-banner{
    width: 100%;
    /* height: 580px; */
    height: 500px;
    background: url(../images/fundrasier-detail.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.fundrasier-detail-title-section{
    color: var(--off-text);
    margin:0 auto !important;
    width: 1300px;
    max-width: 1300px !important;
    padding-bottom: 80px;
}
.fundrasier-detail-title-main{
    font-size: 88px;
    font-weight: 500;
    line-height: 105.6px;
    margin-bottom: 20px !important;
    width: 590px;
    color: var(--off-text);
    padding-bottom: 80px;
}
.quick-donation-section{
    padding: 33px 20px;
    background-color: var(--primary-bg);
}
.quick-donation-box{
    width: 688px;
}
.quick-donation-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    color: var(--off-text);
}
.quick-donation-field{
    padding: 17.785px 22px 17.215px 22px;
    border-radius: 12px;
    border: 1px solid var(--Background-Grey);
    background: var(--off-bg);
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    width: 479px;
}
.quick-donation-field::placeholder{
    color: var(--light-secondary);
}
.quick-donation-field:focus-visible{
    outline: none;
}
.quick-donation-btn{
    padding: 17px 30px;
    border-radius: 80px;
    background-color: var(--prominent-bg);
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    color: var(--Primary-Navy);
    border: none;
    margin-left: 20px;
}
.quick-donation-btn:hover{
    background-color: var(--prominent-dark-bg);
    color: var(--prominent-text);
}
.fundrasier-story-section{
    padding: 80px 0px 0px 0px;
}
.fundrasier-story-box{
    background-color: var(--Background-Light-Grey);
    padding: 20px;
    border-radius: 12px 12px 0px 0px;
}
.fundrasier-story-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
}
.fundrasier-story-date{
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}
.fundrasier-story-description{
    background-color: var(--Background-Light-Grey);
    padding: 30px 28px 52px 29px;
    border-radius: 0px 0px 12px 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    color: var(--Text-Secondary);
    border-top: 1px solid var(--off-bg);
}
.price-percentage-box{
    padding: 35px 28.067px 16px 27px;
    border-radius: 12px;
    background-color: var(--Background-Light-Grey);
}
.fundrasier-story-price{
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    color: var(--primary-text);
}
.fundrasier-story-text{
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}
.story-end-date{
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}
.fundrasier-information-box{
    padding: 20px 28.067px 20px 27px;
    border-radius: 12px 12px 0px 0px;
    background-color: var(--Background-Light-Grey);
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
}
.h-i-o-box{
    padding: 20px 28.067px 20px 27px;
    border-radius: 0px;
    background-color: var(--Background-Light-Grey);
    border-top: 1px solid var(--off-bg);
}
.h-i-o-icon{
    width: 100px;
    height: 100px;
    padding: 30px;
    border-radius: 100px;
    background-color: var(--primary-bg);
}
.h-i-o-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
}
.h-i-o-verfied{
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    color: var(--primary-text);
}
.fund-detail-cate{
    padding: 20px 28.067px 20px 27px;
    border-radius: 0px 0px 12px 12px;
    background-color: var(--Background-Light-Grey);
    border-top: 1px solid var(--off-bg);
    flex-wrap: wrap !important;
}
.fund-detail-cate-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}
.fund-detail-cate-type{
    padding: 10px 20px;
    border-radius: 50px;
    border: 1.5px solid var(--prominent-bg);
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}
.fund-detail-share{
    padding: 14px 16.5px;
    width: 210px;
    border-radius: 8px;
    border: 1px solid #D5D7DB;
    position: absolute;
    bottom: 0px;
}
.fund-detail-share-title{
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
}
.Supporters{
    padding: 80px 0px 0px 0px;
}
.supporter-inner-box{
    margin: auto;
}
.Supporter-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
}
.supporter-slide-box{
    width: 413px;
    min-width: 413px;
    margin-right: 20px;
}
.suppoter-detail{
    padding: 20px;
    border-radius: 12px 12px 0px 0px;
    background-color: #EAEAEA;
}
.supporter-pic{
    width: 80px;
    height: 60px;
    border-radius: 100px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.supporter-name{
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
}
.supporter-verfied{
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
}
.supporter-time{
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
}
.supporter-name-time{
    width: 100%;
}
.supporter-text{
    padding: 20px 25px 24px 22px;
    border-radius: 0px 0px 12px 12px;
    background-color: #EAEAEA;
    border-top: 1px solid var(--off-bg);
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
}
.supporter-slide-section{
    padding: 32px 0px 0px 0px !important;
}
.supporter-btn{
    justify-content: flex-start !important;
    margin-top: 20px !important;
}

/* Submit a Fundrasier */
.submit-fundrasier-box{
    padding-bottom: 80px;
}
.fundrasier-submit-title-main{
    font-size: 62px;
    font-weight: 400;
    line-height: 74.4px;
    color: var(--off-text);
}
.fundrasier-submit-text-main{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.8px;
    color: var(--off-text);
}
.submit-fundrasier-form-box{
    width: 846px;
}
.submit-fundrasier-detail{
    font-size: 48px;
    font-weight: 500;
    line-height: 54px;
}
.submit-fundrasier-form-section{
    padding: 40px 33px 49.79px 33px;
    background-color: var(--Background-Light-Grey);
}
.fundrasier-title-1{
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
}
.fundrasier-text-1{
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--Text-Secondary);
}
.submit-fundrasier-input{
    padding: 15px 20px;
    border-radius: 12px;
    border: 2px solid var(--Background-Grey);
    background-color: var(--off-bg);
    width: 100%;
}
.submit-fundrasier-input:focus-visible{
    outline: none;
}
.fundrasier-submit-dropdown{
    width: 100% !important;
}
.radio{
    display: flex;
    align-items: center;
}
.submit-radio-btn{
    width: 20px;
    height: 20px;
    background-color: transparent;
    appearance: none;
    border: 1px solid var(--normal-text);
    border-radius: 50%;
}
.submit-radio-label{
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}
.submit-radio-btn, .submit-radio-label{
    cursor: pointer;
}
.submit-radio-btn:checked + .submit-radio-label {
    color: var(--primary-text);
}
.submit-radio-btn:checked {
    background-color: var(--primary-bg) !important;
    border: 1px solid var(--off-bg);
    border-radius: 50%;
    appearance: none !important;
}
.submit-fundrasier-textarea{
    padding: 15px 20px;
    border-radius: 12px;
    border: 2px solid var(--Background-Grey);
    background-color: var(--off-bg);
    width: 100%;
    height: 150px;
}
.submit-fundrasier-textarea:focus-visible{
    outline: none;
}
.submit-checkbox, .submit-checkbox-label{
    cursor: pointer;
}
.submit-checkbox{
    width: 20px;
    height: 20px;
}
.submit-checkbox-label{
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: var(--Text-Secondary);
}
.file-upload, .custom-file-upload {
    display: flex;
}
.image-lable{
    width: 246px;
    height: 178px;
}
.file-upload input[type="file"], .custom-file-upload input[type="file"] {
    display: none;
}
.file-upload img{
    width: 246px;
    height: 178px;
    border-radius: 12px;
    flex-shrink: 0;
}
.file-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.file-label, .custom-file-label {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--off-bg);
    border-radius: 12px;
    border: 2px solid var(--Background-Grey);
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.preview-container, .custom-preview-container{
    position: relative;
    margin-left: 20px;
}
.file-upload .remove-preview, .custom-file-upload .custom-remove-preview {
    position: absolute;
    top: 0;
    right: 7px;
    background-color: var(--primary-bg);
    color: var(--off-text);
    padding: 0px 10px;
    border-radius: 50%;
    cursor: pointer;
}
.custom-img{
    width: 512px;
    height: 178px;
    border-radius: 12px;
}
.submit-fundrasier-description{
    padding: 15px 20px;
    border-radius: 12px;
    border: 2px solid var(--Background-Grey);
    background-color: var(--off-bg);
    width: 100%;
    height: 150px;
}
.submit-fundrasier-description:focus-visible{
    outline: none;
}
.submit-fundrasier-btn{
    padding: 17px 30px;
    border-radius: 80px;
    background-color: var(--prominent-bg);
    color: var(--Primary-Navy);
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    border: none;
}
.submit-fundrasier-btn:hover{
    background-color: var(--prominent-dark-bg);
    color: var(--prominent-text);
}
.dollor{
    position: absolute;
    left: 20px;
    top: 18px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: var(--Text-Secondary);
}
.AUD{
    position: absolute;
    right: 20px;
    top: 18px;
    color: var(--Text-Secondary);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

/* Submit Success */
.submit-success {
    height: 100vh;
    background: url(../images/submit-success.png), linear-gradient(to right, var(--prominent-dark-bg) 39.5%, var(--off-bg) 30%, var(--off-bg) 30.5%);
    background-size: auto 90%, cover;
    background-repeat: no-repeat;
    background-position: 22.5% bottom;
}
.submit-success-text-section {
    width: 525px;
}
.submit-success-heading {
    font-size: 52px !important;
    font-weight: 400;
    line-height: 62.6px !important;
    color: var(--primary-text);
}
.submit-success-text {
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 327px;
    margin: 50px 0;
    color: var(--normal-text);
}
.back-fundrasier-btn {
    font-family: Helvetica;
    font-size: 18px;
    line-height: 25.2px;
    color: var(--Primary-Navy);
    padding: 18px 30px;
    background-color: var(--prominent-bg);
    border-radius: 50px;
}
.back-fundrasier-btn:hover {
    color: var(--prominent-bg);
    background: var(--prominent-dark-bg);
}

@media only screen and (max-width: 768px) {
    .ready-to-help{
        background: url(../images/fundrasier.webp), linear-gradient(-270deg, var(--primary-bg) 60%, var(--prominent-dark-bg) 40%);
        background-repeat: no-repeat !important;
        height: 435px;
        background-position: right bottom, bottom;
        background-size: auto 420px , 100%;
    }
    .ready-to-help .container{
        max-width: none;
    }
    .r-t-h-main-heading {
        font-size: 44px;
        margin-bottom: 18px;
    }
    .w-w-w-small-label, .r-t-h-description, .donate-now-btn {
        font-size: 18px !important;
    }
    .fundraiser-heading{
        font-size: 38px !important;
        padding-bottom: 16px;
    }
    .fundrasier-story-section .row .col-md-6{
        flex: 100%;
    }
    .fund-detail-share{
        display: none !important;
    }
    .fund-detail-cate {
        margin-bottom: 20px;
    }
    /* Submit Fundrasier */
    .fundrasier-title-1{
        width: 250px;
    }
    .file-upload img{
        width: 180px;
    }
    .custom-img {
        width: 380px;
    }
    /* submit success */
    .submit-success {
        background-size: auto 70%, cover;
        background-repeat: no-repeat;
        background-position: 0% bottom;
    }
    .submit-success-text-section{
        width: 335px;
    }
    .submit-success-heading{
        font-size: 50px;
        line-height: 62.2px;
    }

}
@media only screen and (max-width: 480px) {
    .ready-to-help{
        background: var(--primary-bg);
        height: 100%;
    }
    .ready-to-help .row .logo-col{
        display: none;
    }
    .ready-to-help-details{
        padding: 50px 8px !important;
    }
    .r-t-h-main-heading {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .w-w-w-small-label, .r-t-h-description, .donate-now-btn {
        font-size: 16px;
    }
    .r-t-h-description {
        margin-bottom: 30px;
    }
    .select-selected-category{
        width: 100%;
    }
    .select-selected-category, .select-items-category div{
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
    }
    .select-selected-category:after{
        top: 25px;
    }
    .select-selected-category.select-arrow-active:after {
        top: 18px;
    }
    .fundraiser-heading{
        font-size: 32px !important;
        padding-bottom: 16px;
        line-height: 38.4px;
    }
    .fundraiser-header{
        display: block !important;
    }
    .fundraiser-title{
        font-size: 24px;
        font-weight: 500;
        line-height: 28.8px;
        margin: 12px 0px;
        height:91px;
    }
    .fundraiser-category{
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
    }
    .fundrasier-percentage{
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }
    .fundrasier-percentage-text{
        font-size: 12px;
        font-weight: 400;
        line-height: 14.4px;
    }

     /* fundrasier-detail */
     .fundrasier-detail-banner{
        width: 100%;
        height: 786px;
        background: url(../images/fundrasier-detail-mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .fundrasier-detail-title-section{
        width: 100%;
        max-width: 100% !important;
        padding: 0px 40px 80px 20px;
    }
    .fundrasier-detail-title-main{
        font-size: 40px !important;
        font-weight: 500 !important;
        line-height: 48px;
        margin-bottom: 20px !important;
        width: 350px;
    }
    .quick-donation-section{
        /*display: none !important;*/
    }
    .fundrasier-story-section{
        padding: 40px 7px 20px 7px;
    }
    .price-percentage-box, .fundrasier-information-box, .h-i-o-box, .fundrasier-story-description, .fundrasier-story-box{
        padding: 20px 19px 27px 20px;
    }
    .fundrasier-story-price{
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }
    .fundrasier-story-text, .story-end-date{
        font-size: 12px;
        font-weight: 500;
        line-height: 14.4px;
    }
    .fundrasier-story-price-text{
        justify-content: space-between;
    }
    .fundrasier-information-title{
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
    }
    .h-i-o-icon{
        width: 60px;
        height: 60px;
        padding: 15px 18px 18px 19px;
        border-radius: 60px;
    }
    .h-i-o-icon svg{
        width: 24px;
        height: 24px;
    }
    .h-i-o-title{
        font-size: 14px;
        font-weight: 500;
        line-height: 16.8px;
    }
    .h-i-o-verfied{
        font-size: 14px;
        font-weight: 500;
        line-height: 16.8px;
    }
    .h-i-o-verfied svg{
        width: 16px;
        height: 16px;
    }
    .h-i-o-detail{
        margin-left: 1rem !important;
    }
    .fund-detail-cate{
        display: none !important;
    }
    .h-i-o-box{
        margin-bottom: 20px;
    }
    .fundrasier-story-title{
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
    }
    .fundrasier-story-date{
        font-size: 12px;
        font-weight: 500;
        line-height: 14.4px;
    }
    .fundrasier-story-description{
        font-size: 14px;
        font-weight: 500;
        line-height: 16.8px;
    }
    .fundrasier-detail-banner{
        padding: 0px 7px;
    }
    .supporter-slide-box {
        width: 330px;
        min-width: 330px;
    }
    .Supporters{
        padding: 40px 0px 0 10px;
    }
    .supporter-btn{
        justify-content: flex-start !important;
        margin-top: 0px !important;
    }
    .supporter-btn svg{
        width: 30px;
        height: 30px;
    }
    /* Submit Fundrasier */
    .fundrasier-submit-title-main {
        font-size: 40px;
        font-weight: 500;
        line-height: 48px;
    }
    .fundrasier-submit-text-main{
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
    }
    .submit-fundrasier-form-box {
        width: 330px;
    }
    .fundrasier-submit-banner{
        padding: 0px 10px 0px 15px;
    }
    .submit-fundrasier-detail{
        font-size: 32px;
        font-weight: 500;
        line-height: 38.4px;
    }
    .fundrasier-title-text{
        display: block !important;
    }
    .submit-fundrasier-form-section{
        padding: 40px 20px 49.79px 20px;
        border-radius: 8px;
    }
    .State, .City{
        margin-top: 20px;
    }
    .image-lable {
        width: 100%;
    }
    .custom-image-lable{
        height: 120px;
    }
    .file-upload, .custom-file-upload{
        display: block !important;
    }
    .preview-container, .custom-preview-container{
        margin-left: 0px !important;
        margin-top: 20px;
    }
    .file-upload img{
        width: 100% !important;
    }
    .custom-img{
        width: 100%;
        height: 120px;
    }
    .submit-fundrasier-btn{
        margin-top: 2rem !important;
    }
    .submit-checkbox{
        width: 20px;
        min-width: 20px;
        height: 35px;
    }
    .submit-fundrasier-input{
        font-size: 14px;
    }
    .submit-radio-label{
        font-size: 18px;
        font-weight: 400;
        line-height: 25.2px;
        color: var(--normal-text);
        padding: 18px 30px;
        border: 2px solid var(--normal-text);
        border-radius: 50px;
        background-color: transparent;
        cursor: pointer;
        margin: 0px !important;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
    }
    .submit-radio-btn{
        position: absolute;
        clip: rect(0, 0, 0, 0);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        border: 0;
    }
    .submit-radio-btn:checked + .submit-radio-label {
        color: var(--off-text);
        background-color: var(--primary-bg);
        border-color: transparent;
    }
    .fundrasier-text-1{
        color: var(--normal-text);
    }
    /* submit success */
    .submit-success {
        padding: 100px 10px 0px 10px;
        background: url(../images/submit-success.png), linear-gradient(to bottom, var(--off-bg) 60%, var(--prominent-dark-bg) 40%);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
        align-items: start !important;
    }
    .submit-success-heading {
        font-size: 32px;
        font-weight: 500;
        line-height: 38.4px;
    }
    .submit-success-text {
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
        margin: 20px 0px;
        width: 279px;
    }
    .back-fundrasier-btn {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 19.6px;
    }
    .dollor{
        position: absolute;
        left: 20px;
        top: 18px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
    }
    .AUD{
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 14px;
        font-weight: 500;
        line-height: 16.8px;
    }
    .fundrasier-donation-box{
        width:100% !important;
    }
    .fundraiser-amount-input{
        padding:17px 20px 17px 20px;
        width:47% !important;
    }
    .fundrasier-card-detail{
        display:block !important;
    }

}
