@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');

.fundraiser_list_hero {
    background: url('../images/fundraisers/fundraisers_main_hero.jpg');
    width:100%;
    height:500px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -10px;
    display: flex;
}

.fundraiser_hero_text {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    margin-left: 0;
}

.fundraiser_hero_image {
    width: auto;
}

.fundraiser_hero_image img {
    width: auto;
    height: 100%;
}

.fundraiser_hero_text h1 {
    font-size: 50px !important;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.fundraiser_hero_text p {
    font-size:  18px !important;
    color: #707070 !important;
    line-height: 30px !important;
    text-align: center;
    width: 62%;
    margin-bottom: 20px;
}

.fundraisers button,
.fundraising button,
.fundraising_form button {
    text-transform: uppercase;
    font-size: 30px;
    padding: 35px 70px;
    margin-left: 0;
    color:#007A3A !important;
    border-radius: 10px !important
}

.fundraisers .buttonMainYellow .fa,
.fundraising .buttonMainYellow .fa,
.fundraising_form .buttonMainYellow .fa {
    font-size: 30px !important;
    margin-left: 15px;
}

.fundraisers_list_container {
    padding:0;
}

.fundraisers_list_container h1 {
    margin-bottom:30px;
    font-size:35px !important;
    font-weight: 500;
}

.fundraisers_list_container h1 span {
    font-weight:bold !important;
}

.fundraisers_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.fundraisers_list .fundraiser {
    flex-basis: 32%;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 10px 10px #b2c0ce;
}

.fundraisers_list .fundraiser:first-child {
    margin-left: 0;
}

.fundraisers_list .fundraiser:not(:nth-child(3n+1)) {
    margin-left: 15px;
}

.fundraisers_slider {
    overflow: hidden;
    flex-wrap: nowrap;
}

.fundraisers_slider_container h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fundraisers_slider_container h1 .scroll_buttons {
    width: 70px;
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
}

.fundraisers_slider_container h1 .scroll_buttons .scroll_button,
.fundraisers_slider_container h1 .scroll_buttons .scroll_button:active,
.fundraisers_slider_container h1 .scroll_buttons .scroll_button:focus {
    color: #009949;
    font-size: 1.2rem;
    border: 1px solid #009949;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.fundraisers_slider_container h1 .scroll_buttons .scroll_button:hover {
    background: #007a3a;
    color: #fff;
}

.fundraisers_slider .fundraiser {
    margin-right: 15px;
    min-width: 32%;
}

.fundraisers_slider .last_fundraiser {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fundraisers_slider .fundraiser:first-child {
    margin-left: 10px;
}

.fundraisers_slider .fundraiser:not(:nth-child(3n+1)) {
    margin-left: 0;
}

/* .fundraisers_list .fundraiser:hover {
    box-shadow: 0px 20px 25px #b2c0ce;
} */

.fundraisers_list .fundraiser .fundraiser_thumb {
    width: 100%;
    height: 250px;
    background-size: cover !important;
    background-position: top center!important;
    border-radius: 5px;
}

.fundraisers_list .fundraiser .fundraiser_name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 85%;
    margin: 10px auto;
    height:50px;
}

.fundraisers_list .fundraiser .fundraiser_name a {
    color: #009949;
    transition: 0.4s;
}

.fundraisers_list .fundraiser .fundraiser_name a:hover {
    color: #377856;
}

.fundraisers_list .fundraiser .status_date,
.donate_form .status_date {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
}

.fundraisers_list .fundraiser .status,
.donate_form .status {
    font-size: 14px;
    color: #29282C;
    font-weight: bold;
}

.fundraisers_list .fundraiser .status {
    align-self: flex-end;
}

.fundraisers_list .fundraiser .date,
.donate_form .date {
    font-size: 12px;
    color: #CAC3D5;
}

.fundraisers_list .fundraiser .date {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.fundraisers_list .fundraiser .progress,
.donate_form .progress {
    margin: 5px 10px;
    height: 10px;
}

.fundraisers_list .fundraiser .progress-bar,
.donate_form .progress-bar {
    background-color: #FFDE00;
}

.fundraisers_list .fundraiser .target_donate {
    display: flex;
    justify-content: space-between;
    margin: 10px;
}

.fundraisers_list .fundraiser .target {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.fundraisers_list .fundraiser .target .target_text {
    font-weight: 600;
}

.fundraisers_list .fundraiser .target .target_amount {
    color:#009949;
    font-weight: bold;
    font-size: 16px;
}

.fundraisers_list .fundraiser .created_by {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F1F1F1;
    margin-top: 10px;
    font-weight: bold;
    color: #009949;
    border-radius: 5px;
}

.fundraisers_list .fundraiser .created_by i {
    color:#FFDE00;
    margin-right: 5px;
}

.fundraisers_list .fundraiser .donate a {
    margin-right: 0;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 20px;
}

.fundraisers_list .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fundraisers_list .pagination a {
    color: #454545;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 15px;
    text-align: center;
    margin: 0 5px;
}

.fundraisers_list .pagination a i {
    color: #007A3A;
}

.fundraisers_list .pagination a.active,
.fundraisers_list .pagination a:hover {
    background:#FDE705;
    border-radius:3px;
    transition: all 0.3s ease;
}

/* fundraising */
.fundraising_start_container {
    background: url('../images/fundraisers/fundraising_below_hero_left.png'), url('../images/fundraisers/fundraising_below_hero_right.png') #009949;
    padding:0;
}

.fundraising_start {
    background-color: #009949AA;
    padding-top: 15px;
    padding-bottom: 30px;
}

.fundraising_start h1 {
    color:#FFDE00;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 15px;
}

.fundraising_start h1 span {
    font-weight: 700;
}

.fundraising_start p {
    color: #fff;
    font-size: 20px;
    width: 95%;
    text-align: center;
}

.fundraising_start .steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 20px;
}

.fundraising_start .steps .step-title {
    color: #FFDE00;
    font-size: 24px;
    margin: 15px 0;
    font-weight: 600;
}

.fundraising_start .steps .step-desc {
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}

.fundraising_start button {
    margin: 0 auto !important;
}

.fundraising_start .separator {
    font-size: 30px;
    color: #fff;
}

.fundraising .fundraisers_list .buttonMainOutline,
.fundraisers_create .buttonMainOutline,
.single_fundraiser .buttonMainOutline {
    margin: 0 auto;
    border-width: 3px !important;
    border-radius: 10px !important;
    text-transform: uppercase;
    font-size: 18px;
}

/* fundraisers/create */
.fundraisers_create .fundraiser_list_hero {
    align-items: center;
    justify-content: center;
    background: url('../images/fundraisers/fundraisers_start_hero.png');
    background-position: center;
    padding:0;
    display: none;
}

.fundraisers_create .fundraiser_hero_text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    text-align:center;
}

.fundraisers_create .fundraiser_hero_text h1 {
    color:#FFF;
}

.fundraisers_create .fundraiser_hero_text h3 {
    color: #FFEF85;
    text-transform: uppercase;
}

.fundraisers_create .fundraiser_hero_text p {
    width: 70%;
    color: #F1F1F1 !important;
    margin: 0 auto;
}

.fundraisers_create .fundraiser_hero_text div {
    width: 120%;
}

.fundraisers_create .fundraiser_hero_text::before,
.fundraisers_create .fundraiser_hero_text::after {
    content:'';
    height:2px;
    background:#FFDE00;
    width: 100%;
}

.fundraisers_create .fundraising_form_container {
    height: auto;
    padding: 7rem 0 4rem 0;
    background: url('../images/fundraisers/fundraisers_start_form_bg.png');
    background-size: cover;
    background-position: top;
}

.fundraising_form {
    display:flex;
    align-items:center;
    justify-content:space-between;
    height: 100%;
}

.fundraising_form > div {
    width: 100%;
    margin-top: -50px;
}

.flogin_form > div {
    width: 50%;
}

.fundraisers_create .row {
    display: flex;
    margin: 0;
}

.fundraisers_create .row .form-group {
    flex-basis: 33.33%;
}

.fundraising_form h1 {
    text-align: left;
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 0;
}

.fundraising_form label {
    font-size: 25px;
    color: #FCFCFC !important;
    font-weight: 400;
}

.fundraising_form .fund-image {
    display: flex;
    align-items: center;
    width: 67%;
}

.fundraising_form #imageErr {
    width: 66%;
    margin: 10px 0;
}
/*
.fundraising_form .fund-image label i {
    margin-left: 0 !important;
    margin-right: 1rem;
} */

.fundraising_form .fund-image label {
    width: 50%;
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    color: #009949 !important;
    font-weight: 500;
    /* display: inline-block; */
    margin-left: 0;
    height: 80px;
    cursor: pointer;
    background: #FFF !important;
    border: none !important;
}

.fundraising_form .fund-image label:hover {
    color: #FFF!important;
    background: #009949 !important;
}

.fundraising_form .fund-image label:hover i {
    color: #FFF!important;
}

.fundraising_form #imageErr span {
    margin-left: 5px;
    padding-top: 5px;
    color: red;
    cursor: pointer;
}

.fundraising_form .help-text {
    color: #FCFCFC !important;
    font-size: 20px;
    font-style: italic;
}

.fundraisers_create :where(input, select) {
    height: 80px;
    font-size: 20px;
    color: #3A3A3A;
    opacity: 0.86;
}

.fundraisers_create input::placeholder {
    font-size: 20px;
    line-height: 20px;
    color: #3A3A3A;
}

.fundraisers_create .fund-title,
.fundraisers_create .fund-desc {
    width: 66.5%;
}

.fundraisers_create .target-input {
    display: flex;
    align-items: center;
}

.fundraisers_create .target-input .currency {
    text-align: center;
    font-size: 25px;
    background: #fff;
    height: 80px;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px;
    padding-left: 30px;
    opacity: 0.86;
}

.fundraisers_create .target-input .currency::after {
    content: '';
    width: 2px;
    height: 80%;
    background: #009949;
}

.fundraisers_create .target-input input {
    border-radius: 0 5px 5px 0 !important;
    border: 0;
    padding-left: 30px;
}


.fundraisers_create select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.fundraisers_create .select-project,
.fundraisers_create .end-date {
    position: relative;
}

.fundraisers_create .select-project .dropdown {
    position: relative;
    cursor: pointer;
}

.fundraisers_create .select-project .dropdown .dropdown-toggle {
    appearance: none;
    border: 0;
    padding: 28px 40px 28px 15px;
    border-radius: 3px;
    position: relative;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 360px;
    width: 100%;
    margin-left: 0;
    text-align: left;
    font-size: 1.2rem;
    color: #3A3A3A !important;
    background: rgba(255,255,255,0.86);
    text-transform: capitalize;
    opacity: 0.86;
    margin-left: 0 !important;
}

.fundraisers_create .select-project .dropdown .dropdown-menu {
    background: #fff;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    min-height: 250px;
    width: 100%;
    max-height: 400px;
    z-index: 10;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translateX(-50%);
    overflow: auto;
    display: none;
}

.fundraisers_create .select-project .dropdown .dropdown-menu[aria-expanded="true"] {
    display: block !important;
}

.fundraisers_create .select-project .dropdown .dropdown-menu > li {
    height: 40px;
    display: block;
    padding: 10px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
}

.fundraisers_create .select-project .dropdown .dropdown-menu > li:hover,
.fundraisers_create .select-project .dropdown .dropdown-menu > li:focus {
  outline: none;
  background: #237fcf;
  color: #fff;
}

.fundraisers_create .end-date input {
    opacity: 0.86;
}

.fundraisers_create .select-project .dropdown .dropdown-toggle::after {
    content:'';
    display: inline-block;
    width:30px;
    height:30px;
    position: absolute;
    right:20px;
    top: 65px;
}

.fundraisers_create .select-project .dropdown .dropdown-toggle::after {
    background: url('../images/fundraisers/icon_arrow_down.svg');
    background-repeat: no-repeat;
    background-size: cover;
    top: 25px;
}

/*.fundraisers_create .end-date::after {*/
/*    background: url('../images/fundraisers/icon_calendar.svg');*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    width: 37px;*/
/*    height: 37px;*/
/*}*/

.fundraisers_create textarea {
    height: 250px;
    font-size: 20px;
    border-radius: 5px !important;
    resize: none;
    opacity: 0.86;
}

.fundraisers_create textarea::placeholder {
    font-size: 20px;
    color: #3A3A3A;
}

.fundraising_form button {
    width: 65%;
    margin-left: 10px;
    padding: 35px 60px;
}

.fundraising_form button[disabled] {
    pointer-events: none;
    opacity: 0.9;
}

/* error */
.error-div {
    border: 1px solid red;
    border-radius: 5px;
}

.error,
.success {
    color: red;
    background: rgba(255,255,255,0.8);
    padding: 3px 10px;
    font-size: 16px;
}

.success {
    color: #2d8d31;
}

/* fund login */
.fund-login p,
.fund-login a {
    color:#CCC;
    margin:10px;
    font-size: 18px;
}

.fund-login a {
    color:#F8F8F8;
}

.fund-login a:hover {
    text-decoration: underline !important;
}

.fund-login input {
    border-radius:5px !important;
}

.fund-login button {
    margin-left: 10px !important;
}

/* show hide login/register form */
.fregister-form,
.freset-form {
    display: none;
}


/* fundraiser/donate */
.single_fundraiser {
    background: #FAFAFA;
}
.donate_form_container {
    display: flex;
}

.donate_form_container > div {
    width: 50%;
}

.donate_form_container .project_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.donate_form_container .donate_form {
    padding: 20px 50px;
    background: #089b4e url('../images/fundraisers/donate_form_bg.svg');
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.donate_form h1 {
    color:#fff;
    font-size: 30px;
    line-height: 38px;
}

.donate_form .created_by {
    color:#F1F1F1;
    font-size: 13px;
    text-align: center;
}

.donate_form .created_by i {
    color:#FFCE09;
}

.donate_form .created_by span {
    font-weight: 600;
}

.donate_form .raised_target {
    text-align: center;
    margin: 10px 0;
    letter-spacing: 2px;
}

.donate_form .raised {
    color:#FFCE09;
    font-size: 50px;
    font-weight: 600;
}

.donate_form .target {
    color:#fff;
    font-size: 20px;
    font-weight: 600;
}

.donate_form .target span {
    color: #FFEF85;
}

.donate_form .status_date {
    margin: 0;
    align-items: flex-end;
}

.donate_form .status_date .status {
    color: #EEE;
    font-size: 20px;
    font-weight: 600;
}

.donate_form .status_date .date {
    text-align: right;
    font-size: 16px;
    color: #EEE;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 25px;
}

.donate_form .status_date .date span:first-child {
    font-size: 15px;
}

.donate_form .status_progress {
    margin: 10px 0;
}

.donate_form .progress {
    margin: 5px 0;
    height: 15px;
}

.donate_form .progress,
.donate_form .progress-bar {
    border-radius: 20px;
}

.donate_form .supporters {
    font-size: 16px;
    color: #FFF;
}

.donate_form hr {
    border: 1px solid #FFEF85;
    width: 100%;
}

.donate_form .donate_now h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-top: 0;
}

.donate_form .donate_now .donate_amounts {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.donate_form .amounts {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.donate_form .amounts .amount label {
    padding:15px 20px;
    background: #FFF;
    color:#007A3A;
    font-weight: 600;
    border: 2px solid #FFCE09;
    font-size: 18px;
}

.donate_form .amounts input[name="checkboxes"]:checked ~ label {
    background: #FFCE09;
    color: #003119;
    border: 2px solid #464646;
}

.donate_form .amounts input {
    display: none;
}

.donate_form .custom_amount {
    display: flex;
    align-items: center;
}

.donate_form .custom_amount .currency {
    padding: 0 20px;
    font-size: 20px;
    background: #fff;
    color: #007a3a;
    font-weight: 600;
    border: 1px solid #fff;
    border-right: 0;
    margin-top: -10px;
    height: 58px;
    display: flex;
    align-items: center;
}

.donate_form .custom_amount input {
    border: 1px solid #888 !important;
    font-size: 18px;
    height: 60px;
    margin-bottom: 10px;
    color: #007A3A;
    font-weight: 600;
}

.donate_form .custom_amount input::placeholder {
    color: #007A3A;
    font-weight: 600;
}

.donate_form a .buttonMainYellow {
    font-size: 20px;
    height: 60px;
    border-radius: 0;
}

.fund_ended {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fund_ended h4 {
    color: #eee;
    font-size: 1.3rem;
}

/* share projects */
.donate_form .share_project {
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
    bottom: 0px;
}
.donate_form .share_project .share_project_text {
    font-size: 17px;
    color: #fff;
}
.donate_form .share_project .share_project_icons {
    color: #FFEF85 !important;
    font-size: 16px;
}
.donate_form .share_project .share_project_icons a {
    padding: 7px;
    color: #fff !important;
    font-size: 22px;
}
.about_fundraiser .share_project .share_project_text,
.about_fundraiser .share_project .share_project_icons,
.about_fundraiser .share_project .share_project_icons a {
    color: #009949;
    transition: 0.3s;
}
.about_fundraiser .share_project .share_project_icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    color: #009949;
    margin-top: 0.5rem;
}
.about_fundraiser .share_project .share_project_icons a {
    font-size: 1.2rem;
}
.about_fundraiser .share_project .linkedin {
    color: #0072b1 !important;
}
.about_fundraiser .share_project .whatsapp {
    color: #128c7e !important;
}
.about_fundraiser .share_project .twitter {
    color: #00acee !important;
}
.about_fundraiser .share_project .facebook {
    color: #3b5998 !important;
}
.about_fundraiser .share_project .share_project_icons a:hover {
    transform: scale(1.2);
}

/* fundraiser description */
.about_fundraiser {
    padding: 30px 0;
}

.about_fundraiser .description {
    font-size: 16px;
    color:#3A3A3A;
    width: 100%;
}

.about_fundraiser .description p {
    line-height: 30px;
    color: #3A3A3A;
}

.about_fundraiser .about {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about_fundraiser .project {
    text-align: center;
    align-self: center;
    width: 60%;
    top: 100px;
}

.about_fundraiser .project img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.about_fundraiser .project h2 {
    font-size: 18px;
    color: #009949;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
}

.about_fundraiser .project h1 {
    font-size: 22px;
    margin-top: 10px;
}

.about_fundraiser .project p {
    color: #3A3A3A;
    font-size: 15px;
    display: none;
}

.about_fundraiser .project a {
    width: fit-content;
    text-transform: uppercase;
    margin: 0 auto !important;
    text-align: center;
    font-size: 20px;
    color: #009949;
}

.about_fundraiser .project a.buttonMain {
    display: none;
}

.single_fundraiser .videos .container,
.single_fundraiser .gallery .container {
    padding: 0;
}

.single_fundraiser .titleArea {
    margin: 20px 0;
    font-size: 20px;
    color: #007A3A;
    font-weight: bold;
}

/* fundraiser success page */
.fundraising_form.success_page .success_container {
    width: 60%;
    background: rgba(255,255,255,0.6);
    padding: 3rem;
    text-align: center;
}

.fundraising_form.success_page .success_icon {
    margin-bottom: 2rem;
}

.fundraising_form.success_page .success_icon i {
    font-size: 6rem;
    color: #fff;
    background: #009949;
    border-radius: 50%;
}

.fundraising_form.success_page .success_icon h3 {
    font-size: 2rem;
    color: #007a3a;
    font-weight: bold;
    text-transform: uppercase;
}

.fundraising_form.success_page .success_text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

.fundraising_form.success_page .success_buttons .buttonMainYellow {
    width: fit-content;
    margin: 1rem auto 0;
    font-size: 1.5rem;
    text-transform: uppercase;
}


/* my fundraising in user profile */
.myFundraising {
    border: 3px solid #FFCE28;
    padding: 15px 0 0 15px;
}

.myFundraising .fundraisers_list .fundraiser {
    flex-basis: 48%;
}


.myFundraising .fundraisers_list .fundraiser:not(:nth-child(3n+1)) {
    margin-left: 0;
}

.myFundraising .fundraisers_list .fundraiser:not(:nth-child(2n+1)) {
    margin-left: 15px;
}

.myFundraising .raised_target {
    text-align: center;
    margin: 10px 0;
    letter-spacing: 2px;
}

.myFundraising .raised {
    color:#333;
    font-size: 45px;
    font-weight: 600;
}

.myFundraising .fundraisers_list .fundraiser .donate a {
    display: flex;
    color: #fff;
}

.myFundraising.single_fundraiser {
    padding: 15px;
}

.myFundraising.single_fundraiser .donate_form .created_by,
.myFundraising.single_fundraiser .donate_form .target,
.myFundraising.single_fundraiser .donate_form .status_date .status,
.myFundraising.single_fundraiser .donate_form .status_date .date,
.myFundraising.single_fundraiser .donate_form .supporters,
.myFundraising.single_fundraiser .donate_form .share_project .share_project_icons,
.myFundraising.single_fundraiser .donate_form .share_project .share_project_text,
.myFundraising.single_fundraiser .donate_form .share_project .share_project_icons a {
    color:#555 !important;
}

.myFundraising.single_fundraiser .donate_form hr {
    margin-bottom: 0;
}

.myFundraising.single_fundraiser .donate_form .share_project .share_project_icons {
    display: flex;
}

.myFundraising.single_fundraiser .donate_form .target span {
    color: #009949;
}

.myFundraising.single_fundraiser .progress {
    background: #888;
}

.myFundraising.single_fundraiser .supporters_list {
    max-height: 300px;
    overflow-y: auto;
}

.myFundraising.single_fundraiser .supporters_list table {
    width: 100%;
    font-size: 18px;
}

.myFundraising.single_fundraiser .supporters_list table tbody {
    display: none;
}

.myFundraising.single_fundraiser .supporters_list table caption {
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}

.myFundraising.single_fundraiser .supporters_list table th {
    border-bottom: 0 !important;
    color: #555 !important;
}

.myFundraising.single_fundraiser .supporters_list table th:first-child {
    width: 50%;
}

.myFundraising.single_fundraiser .supporters_list table td {
    border: 0 !important;
}

.myFundraising.single_fundraiser .details h2 {
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    color: #777;
}

.myFundraising.single_fundraiser #update-fundraiser-form {
    border: none;
    padding: 10px;
    display: none;
}

.myFundraising.single_fundraiser #update-fundraiser-form .row {
    margin: -10px;
}

.myFundraising.single_fundraiser #update-fundraiser-form label {
    font-size: 20px;
    color: #555 !important;
    font-weight: 400;
}

.myFundraising.single_fundraiser #update-fundraiser-form .help-text {
    color: #555 !important;
    font-size: 18px;
    font-style: italic;
}

.myFundraising.single_fundraiser #update-fundraiser-form:where(input, select) {
    height: 50px;
    font-size: 20px;
    color: #3A3A3A;
    opacity: 0.86;
    padding-left: 10px;
}

.myFundraising.single_fundraiser #update-fundraiser-form input::placeholder {
    font-size: 20px;
    line-height: 20px;
    color: #3A3A3A;
}

.myFundraising.single_fundraiser #update-fundraiser-form .fund-title,
.myFundraising.single_fundraiser #update-fundraiser-form .fund-desc {
    width: 100%;
    padding: 0 !important;
}

.myFundraising.single_fundraiser #update-fundraiser-form .target-input {
    display: flex;
    align-items: center;
}

.myFundraising.single_fundraiser #update-fundraiser-form .target-input .currency {
    text-align: center;
    font-size: 25px;
    background: #fff;
    height: 50px;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80px;
    padding-left: 30px;
    opacity: 0.86;
    border: 1px solid #ccc;
    border-right: 0;
}

.myFundraising.single_fundraiser #update-fundraiser-form .target-input .currency::after {
    content: '';
    width: 2px;
    height: 80%;
    background: #009949;
}

.myFundraising.single_fundraiser #update-fundraiser-form .target-input input {
    border-radius: 0 5px 5px 0 !important;
    border: 1px solid #ccc;
    padding-left: 20px;
    border-left: 0;
}

.myFundraising.single_fundraiser #update-fundraiser-form select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    height: 50px;
    font-size: 20px;
}

.myFundraising.single_fundraiser #update-fundraiser-form .select-project,
.myFundraising.single_fundraiser #update-fundraiser-form .end-date {
    position: relative;
}

.myFundraising.single_fundraiser #update-fundraiser-form .select-project::after,
.myFundraising.single_fundraiser #update-fundraiser-form .end-date::after {
    content:'';
    display: inline-block;
    width:30px;
    height:30px;
    position: absolute;
    right:20px;
    top: 45px;
}

.myFundraising.single_fundraiser #update-fundraiser-form .select-project::after {
    background: url('../images/fundraisers/icon_arrow_down.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.myFundraising.single_fundraiser #update-fundraiser-form .end-date::after {
    background: url('../images/fundraisers/icon_calendar.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.myFundraising.single_fundraiser #update-fundraiser-form textarea {
    height: 250px;
    font-size: 20px;
    border-radius: 5px !important;
    resize: none;
    opacity: 0.86;
}

.myFundraising.single_fundraiser #update-fundraiser-form textarea::placeholder {
    font-size: 20px;
    color: #3A3A3A;
}

.myFundraising.single_fundraiser #update-fundraiser-form .buttonMainYellow {
    width: 100%;
    margin-left: 0px;
    padding: 15px;
    height: 60px !important;
    color: #009949 !important;
}

.myFundraising.single_fundraiser #update-fundraiser-form button[disabled] {
    pointer-events: none;
    opacity: 0.9;
}

.myFundraising.single_fundraiser #update-fundraiser-form .buttonMainYellow:hover {
    color: #FFDE00 !important;
}


.myFundraising .fundraisers_slider .pagination {
    position: absolute;
    bottom: 0px;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
}

/* fundraiser cropper modal */
.image_modal {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.modal-close {
    color: #000;
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 1.2rem;
    background: #FFF;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
}
#cropModal .close {
    color: #fff;
    opacity: 0.8;
}
#cropModal .modal-dialog {
    width: 50%;
}
#cropModal .img-container img {
    max-width: 100%;
}
#cropModal .modal-footer button {
    padding: 10px 20px;
    width: auto;
    margin-left: 0;
    margin-top: 10px;
    font-size: 1.2rem;
}

/* footer */
footer .bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .bottom .copyright {
    width: 100%;
}

footer .bottom img {
    width: 200px;
}
.projects_cta-container .projects_cta {
    width: 100% !important;
}
.projects_cta-container .jislider__left-arrow,
.projects_cta-container .jislider__right-arrow {
    display: none;
}
.fundraiser_cta-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/fundraisers/fundraiser_cta_bg.png');
    background-size: cover;
    height: 540px;
}
.fundraiser_cta-container .fundraiser_cta {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
}

.fundraiser_cta-container .fundraiser_cta h2 {
    font-size: 3rem;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

/* responsiveness */
@media (min-width:1600px) {
    .donate_form .amounts .amount label {
        padding: 15px 2vw;
    }
    .donate_form .created_by {
        font-size: 16px;
    }
}

@media (min-width:1400px) and (max-width: 1600px) {
    .donate_form .amounts .amount label {
        padding: 15px 1.5vw;
    }
    .donate_form .created_by {
        font-size: 16px;
    }
}

@media (min-width:1200px) and (max-width:1500px) {
    .fundraiser_list_hero {
        height: auto;
        background-size: cover;
        padding-right: 0;
    }
    .fundraiser_hero_text {
        width: 80%;
        height: auto;
    }
    .fundraiser_hero_image {
        width: 50%;
    }
    .fundraiser_hero_image img {
        object-fit: cover;
    }
    .fundraisers_create .fundraiser_list_hero {
        padding: 30px 0;
    }
    .fundraisers_create .fundraiser_hero_text::before, .fundraisers_create .fundraiser_hero_text::after {
        width: 50%;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .donate_form .amounts .amount label {
        padding: 15px;
    }
}

@media (min-width:1080px) and (max-width:1200px) {
    .donate_form .amounts .amount label {
        padding: 15px 10px;
    }
    .fundraisers_create .fundraiser_hero_text::before, .fundraisers_create .fundraiser_hero_text::after {
        width: 50%;
    }
}

@media (min-width: 880px) and (max-width: 1200px) {
    .fundraiser_list_hero {
        height: auto;
        background-size: cover;
        padding-right: 0;
    }
    .fundraiser_hero_text {
        width: 80%;
        height: auto;
    }
    .fundraiser_hero_text button {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .fundraiser_hero_image {
        width: 50%;
    }
    .fundraiser_hero_image img {
        object-fit: cover;
    }
    .fundraisers_list .fundraiser .fundraiser_name {
        width: 95%;
        height: 80px;
    }
    .fundraisers_create .fundraiser_list_hero {
        padding: 30px 0;
    }
    #cropModal .modal-dialog {
        width: 95%;
    }
}

@media (min-width:992px) and (max-width:1080px) {
    .donate_form .amounts .amount label {
        padding: 15px 7px;
    }
    .fundraisers_create .fundraiser_hero_text::before, .fundraisers_create .fundraiser_hero_text::after {
        width: 45%;
    }
    #cropModal .modal-dialog {
        width: 95%;
    }
}

@media (min-width:880px) and (max-width:992px) {
    .donate_form_container .donate_form {
        padding: 20px;
    }
    .donate_form .amounts .amount label {
        padding: 15px 5px;
    }
    .fundraisers_create .fundraiser_hero_text::before, .fundraisers_create .fundraiser_hero_text::after {
        width: 35%;
    }
}

@media (min-width:786px) and (max-width:880px) {
    .donate_form_container .donate_form {
        padding: 10px;
    }

    .donate_form .amounts .amount label {
        padding: 15px 5px;
    }

    #cropModal .modal-dialog {
        width: 95%;
    }
}

@media (max-width: 786px) {
    .donate_form_container {
        flex-direction: column;
    }
    .donate_form_container .project_image {
        width: 100%;
    }
    .donate_form h1 {
        margin-top: 0;
    }
    .donate_form_container .donate_form {
        width:100%;
    }
    .about_fundraiser .about {
        flex-direction: column;
    }
    .about_fundraiser .description {
        width: 100%;
    }
    .about_fundraiser .project {
        width: 100%;
        padding: 0;
    }
    .about_fundraiser .share_project {
        padding: 15px;
    }
    .single_fundraiser .about_fundraiser .about,
    .single_fundraiser .videos,
    .single_fundraiser .gallery,
    .fundraisers_list {
        padding: 0 15px;
    }
    .fundraisers_list .fundraiser:not(:nth-child(3n+1)) {
        margin-left: 0;
    }
    .fundraiser_list_hero {
        padding-bottom: 20px;
    }
    .fundraiser_list_hero .fundraiser_hero_text button {
        padding: 15px;
        font-size: 18px;
    }
    .fundraising_form #imageErr {
        width: 99% !important;
    }
    .fundraiser_cta-container .fundraiser_cta h2 {
        font-size: 2.3rem;
        line-height: 3.5rem;
    }
    .fundraiser_cta-container .fundraiser_cta h2:first-child {
        margin: 0;
    }
    .fundraiser_cta-container .fundraiser_cta h2:last-child {
        margin-top: 0;
    }
    .fundraising_form.success_page .success_container {
        width: 100%;
        padding: 1rem;
    }
    .fundraising_form.success_page .success_buttons .buttonMainYellow {
        font-size: 1.2rem !important;
    }
}

@media (min-width: 640px) and (max-width:786px) {
    .fundraisers_list {
        gap: 1.7rem;
    }
    .fundraising_form .fund-image {
        width: 100%;
    }
    .fundraising_form .fund-image label {
        width: 60%;
    }
    .donate_form .amounts .amount label {
        padding: 15px 3vw;
    }
    .fundraisers_slider {
        overflow: auto;
    }
    .fundraisers_slider .fundraiser {
        min-width: 50%;
    }
}

@media (max-width: 768px) {
    .myFundraising {
        padding-bottom: 75px;
    }
    .myFundraising.single_fundraiser .title {
        flex-direction: column;
    }
    .myFundraising.single_fundraiser .title a {
        margin-top: 20px;
        width: 100% !important;
    }
    #cropModal .modal-dialog {
        width: 95%;
    }
}

@media (min-width:550px) and (max-width:880px) {
    .fundraisers_list .fundraiser {
        flex-basis:48%;
    }
    .fundraiser_list_hero {
        height:auto;
        background-size:cover;
        background-position:right;
    }
    .fundraiser_hero_text {
        width: 100%;
        height: auto;
    }
    .fundraiser_hero_text p {
        width: 90%;
    }
    .fundraiser_hero_image {
        display:none;
    }
    .fundraising button {
        margin-bottom: 15px;
    }
    .fundraisers_list .fundraiser .fundraiser_name {
        width: 95%;
        min-height: 30px;
        height: auto;
    }
    .fundraisers_create .fundraiser_list_hero {
        height: auto;
        background-size: cover;
        padding: 30px 0;
    }
    .fundraisers_create .fundraiser_hero_text::before, .fundraisers_create .fundraiser_hero_text::after {
        display: none;
    }
    .fundraisers_create .fundraiser_hero_text h1 {
        font-size: 35px !important;
    }
    .fundraisers_create .fundraiser_hero_text p {
        width: 90%;
    }
    .fundraisers_create .fundraising_form_container {
        height: auto;
        background-size: cover;
        background-position: center;
        padding: 30px 0;
    }
    .fundraisers_create .row {
        flex-direction:column;
    }
    .fundraisers_create .fund-title, .fundraisers_create .fund-desc {
        width: 100%;
    }
    .fundraising_form > div:nth-child(2) {
        display:none;
    }
    .fundraising_form > div {
        margin-top: 0;
    }
    .fundraising_form h1 {
        margin-bottom: 10px;
    }
    .fundraising_form p {
        font-size: 16px;
    }
    .fundraising_form button {
        margin-left: 10px !important;
        width: 95%;
        padding: 35px 0px;
        font-size: 25px;
    }
    .fundraising_form #createFundBtn {
        font-size: 25px;
    }
    .fund-login h1 {
        font-size: 30px;
    }
    .fund-login label {
        font-size: 20px;
    }
    .donate_form .share_project .share_project_text {
        font-size: 17px !important;
    }
}

@media (min-width: 550px) and (max-width:640px) {
    .donate_form .amounts .amount label {
        padding: 15px 2.2vw;
    }
    .myFundraising .fundraisers_slider {
        overflow: auto;
    }
    .myFundraising .fundraisers_slider .fundraiser {
        min-width: 90%;
    }
}

@media (max-width: 550px) {
    .fundraiser_list_hero {
        height:auto;
        background-size:cover;
        background-position:right;
    }
    .fundraiser_hero_text {
        width: 100%;
        height: auto;
    }
    .fundraiser_hero_text p {
        width: 90%;
    }
    .fundraising button {
        padding: 35px 0px;
        margin-left: 10px;
        font-size: 20px;
        width: 100%;
        margin-bottom: 15px;
    }
    .fundraiser_hero_image {
        display: none;
    }
    .fundraising_start .steps {
        width: 100%;
        overflow-x: auto;
        max-width: 900px;
        height: 300px;
        scroll-snap-type: inline mandatory;
    }
    .fundraising_start .steps .step {
        min-width: 300px;
        scroll-snap-align: start;
    }
    /* .fundraising_start .separator {
        transform: rotate(90deg);
        margin-top: 10px;
    } */
    .fundraisers_list .fundraiser {
        flex-basis:100%;
    }
    .fundraisers_list .fundraiser .fundraiser_name {
        width:100%;
    }
    .fundraisers_create .fundraiser_list_hero {
        height: auto;
        background-size: cover;
        padding: 30px 0;
    }
    .fundraisers_create .fundraiser_hero_text::before, .fundraisers_create .fundraiser_hero_text::after {
        display: none;
    }
    .fundraisers_create .fundraiser_hero_text h1 {
        font-size: 35px !important;
    }
    .fundraisers_create .fundraiser_hero_text p {
        width: 90%;
    }
    .fundraisers_create .fundraising_form_container {
        height: auto;
        background-size: cover;
        background-position: center;
        padding: 30px 0;
    }
    .fundraisers_create .row {
        flex-direction:column;
    }
    .fundraisers_create .fund-title, .fundraisers_create .fund-desc {
        width: 100%;
    }
    .fundraising_form > div:nth-child(2) {
        display:none;
    }
    .fundraising_form > div {
        margin-top: 0;
    }
    .fundraising_form h1 {
        margin-bottom: 10px;
    }
    .fundraising_form p {
        font-size: 16px;
    }
    .fundraising_form button {
        margin-left: 10px !important;
        width: 95%;
        padding: 35px 0px;
        font-size: 25px;
    }
    .fundraising_form #createFundBtn {
        font-size: 20px;
    }
    .fund-login h1 {
        font-size: 30px;
    }
    .fund-login label {
        font-size: 20px;
    }
    .donate_form .share_project .share_project_text {
        font-size: 14px !important;
    }
    .donate_form .share_project .share_project_icons {
        font-size: 12px;
    }
    .fundraising_form .fund-image {
        width: 100%;
        flex-direction: column;
    }
    .fundraising_form .fund-image label {
        width: 100%;
    }
    .fundraisers_list_container {
        padding-left: 10px;
    }
    .fundraisers_list_container h1 {
        font-size: 32px !important;
    }
    .fundraisers_slider {
        overflow: auto;
        padding-left: 10px;
        scroll-snap-type: inline mandatory;

    }
    .fundraisers_slider_container h1 .scroll_buttons {
        display:none;
    }
    .fundraisers_slider .fundraiser {
        min-width: 90%;
        scroll-snap-align: start;
    }
    .fund-login a {
        display: block;
    }
    .home_projects,
    .user-profile .home_projects {
        overflow: auto;
        margin-left: 0px;
        scroll-snap-type: inline mandatory;
    }
    .home_projects .home_project,
    .user-profile .home_projects .home_project {
        margin: 25px auto 15px;
        scroll-snap-align: start;
        min-width: 55%;
        width: auto;
        height: 95px;
        scroll-margin: 10px;
    }
    .home_fundraisers h1 {
        justify-content: center;
    }
}

@media (min-width: 440px) and (max-width:550px) {
    .donate_form_container .donate_form {
        padding: 20px;
    }

    .donate_form .amounts .amount label {
        padding: 15px 1.5vw;
    }
}

@media (min-width: 380px) and (max-width:440px) {
    .donate_form_container .donate_form {
        padding: 20px 10px;
    }

    .donate_form .amounts .amount label {
        padding: 15px 1vw;
    }
}

@media (max-width: 380px) {
    .donate_form_container .donate_form {
        padding: 20px 10px;
    }

    .donate_form .amounts .amount label {
        padding: 15px 0.8vw;
    }
}