span#load_more {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    font-size: 22px;
}

#crowd_top {
    background-color: #f6f5f5;
    padding: 29px 0 93px;
    direction: rtl;
    text-align: right
}

#backToProjects {
    display: block;
    text-align: right;
    margin-bottom: 50px
}

#crowd_main_image_con {
    width: 530px;
    display: inline-block;
    vertical-align: top;
    direction: rtl
}

#crowd_top_content {
    width: calc(100% - 590px);
    display: inline-block;
    vertical-align: top;
    direction: rtl;
    margin-right: 35px
}

#crowd_top_content h1 {
    margin-top: 0;
    font-size: 34px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: right;
    color: #242e3e
}

#crowd_intro {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .2px;
    text-align: right;
    color: #1b1b1b
}

#crowd_top_content .crowd_bar_container {
    max-width: 480px
}

#crowd_tabs {
    width: 100%;
    border-bottom: solid 1px #e1e1e1;
    border-top: solid 1px #e1e1e1;
    padding: 24px 0 19px
}

.crowd_tab {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .1px;
    text-align: right;
    color: #242e3e;
    display: inline-block;
    vertical-align: top;
    margin-left: 62px;
    transition: all .3s;
    cursor: pointer;
    padding-bottom: 7px;
    border-bottom: 0 solid #ed1d24
}

.crowd_tab.active,.crowd_tab:hover {
    color: #ed1d24;
    border-bottom: 2px solid #ed1d24;
    padding-bottom: 5px
}

.crowd_content:not(.active) {
    display: none
}

#crowd_sidebar {
    width: 284px;
    display: inline-block;
    vertical-align: top;
    float: left
}

#crowd_content_con {
    width: calc(100% - 350px);
    max-width: 100%;
    vertical-align: top;
    display: inline-block
}

#crowd_contents {
    padding: 47px 0
}

#crowd_contents h3 {
    font-size: 22px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: .2px;
    text-align: right;
    color: #242e3e;
    margin-bottom: 30px
}

.donorDedication {
    margin-top: 10px
}

a#crowd_donate1 {
    margin-top: -25px;
    margin-bottom: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto
}

span.yellowCount {
    background-color: #ffed00;
    height: 22px;
    width: auto;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: .1px;
    text-align: center;
    color: #ed1d24;
    display: inline-block;
    margin-right: 5px;
    border-radius: 11px;
    padding: 0 6px
}

.donorRow {
    padding: 15px 10px;
    border-bottom: solid 1px #e1e1e1;
    position: relative
}

.donorRow:nth-child(even) {
    background-color: #f6f5f5
}

.donorRow>div {
    display: inline-block
}

.donorRow .donorIcon {
    border-radius: 100%;
    width: 64px;
    overflow: hidden;
    vertical-align: middle
}

.donorRow .donorIcon img {
    background-color: #ffed00;
    padding: 10px;
    color: #000;
    width: 100%
}

.donorRow .donorMain {
    vertical-align: middle;
    width: calc(100% - 180px);
    padding: 0 20px
}

.donorRow .donorMain .donorName {
    font-weight: 700;
    margin-bottom: 5px
}

.donorRow .donorAmount {
    width: 105px;
    text-align: left
}

.donorRow.groupRow .donorAmount {
    width: 205px;
    text-align: left
}

#crowd_galery_con {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

a.crowdGalleryImageWrap {
    position: relative;
    display: inline-block;
    margin: 3px;
    width: 24%;
    overflow: hidden
}

a.crowdGalleryImageWrap .crowdGalleryImage {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    font-weight: 500;
    text-align: center;
}

a.crowdGalleryImageWrap .crowdGalleryImage img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    height: 187px
}

#crowd_profile_project_con {
    width: 500px;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 40px
}

#crowd_profile_logo {
    height: 200px;
    max-width: 100%
}

.donorRow .donorIcon img.has_avatar {
    background-color: transparent;
    padding: 0
}

.donorRow.groupRow .donorMain:first-child {
    width: calc(100% - 215px)
}

.donorRow.groupRow .donorMain {
    width: calc(100% - 315px)
}

.donorRow .donorCount,.donorRow.groupRow .donorIcon {
    width: 100px
}

.donorRow.groupRow .donorCount,.donorRow.groupRow .donorAmount {
    text-align: right
}

.groupDonorsCon {
    display: none;
    padding: 0 10px;
    border-bottom: solid 3px #e1e1e1
}

.groupDonorsCon .donorRow:last-child {
    border-bottom: none
}

.donorRow.active {
    background-color: #ffed00;
    transition: .3s
}

a.yellow-button.join_project {
    float: left;
    width: auto;
    padding-right: 60px;
    margin-bottom: 20px
}

a.yellow-button.manage_projects {
    float: left;
    width: auto;
    margin-bottom: 20px;
    margin-left: 10px;
    background-image: none;
    padding: 12px 30px
}

#crowd_top_donors {
    height: 300px;
    overflow: hidden
}

img.crowd_top_donor {
    height: 300px;
    margin: 0 10px
}

a#middle_join_product.yellow-button.join_project {
    float: none;
    display: inline-flex;
    margin-top: 20px;
    padding-right: 30px;
    font-weight: 400;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-wrap: nowrap;
    gap: 10px
}

a#crowd_donate {
    padding: 10px 32px
}

@media(max-width: 440px) {
    #middle_join_product {
        margin-top:20px;
        display: block
    }
    
    div#crowd_tabs > .global-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.crowd_tab {
    margin: 0;
    text-align: center;
}
    
}
