.content-section,
.description-section,
.donatur-section,
.fundraiser-section,
.news-section {
    padding: 17px 0px;
    margin-top: 80px;
    background-color: white;
}


/* Sections Arrangement - Start */

.donatur-section .news-wrapper {
    margin-top: 20px;
}

.description-section .section-title {
    margin-top: 20px;
}

.description-section .section-description {
    margin-bottom: 20px;
}

.donatur-section .section-title {
    margin-bottom: 15px;
}

.fundraiser-section {
    padding-bottom: 150px;
}


/* Sections Arrangement - End */

.header-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header-section .header-main-image {
    max-width: 100%;
}

.content-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 30px;
}

.content-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px 9px;
}

.content-main-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    /* or 30px */
    letter-spacing: 0.015em;
    color: #363636;
}

.content-main-target {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.content-main-target .content-main-current {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: var(--primary);
}

.content-main-target .content-main-text {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #C7C7C7;
    margin: 0 5px;
}

.content-main-target .content-main-limit {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #363636;
}

.progress {
    width: 100%;
    height: 11px;
    margin: 13px 0;
}

.progress-bar {
    background-color: var(--main-color) !important;
    border-radius: 3px;
}

.content-main-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.content-main-detail .content-detail-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.content-main-detail .content-detail-wrapper .content-detail-value {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #363636;
}

.content-main-detail .content-detail-wrapper .content-detail-label {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #363636;
    margin-top: 2px;
    margin-left: 4px;
}

.quantity-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*width: 100%;*/
}

.quantity-bar .quantity-controller {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.quantity-bar .quantity-controller .quantity-minus,
.quantity-bar .quantity-controller .quantity-plus {
    width: 24px;
    height: 24px;
    border: 1px solid #A4A4A4;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.quantity-bar .quantity-controller .quantity-number {
    width: 24px;
    height: 24px;
    border: 1px solid #A4A4A4;
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #363636;
    appearance: none;
}

.quantity-bar .quantity-amount {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #363636;
}

.btn-donate-now {
    width: 100%;
    height: 52px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #00178F;
    border-radius: 13px;
    outline: none;
    border: none;
    margin-top: 10px;
}

.section-description {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #A4A4A4;
}

.section-description-text {
    height: 40px;
    overflow-y: hidden;
}

.section-description-text.expanded {
    height: auto;
}

.news-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-see-all {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140.52%;
    /* identical to box height, or 17px */
    color: #00178F;
    border: none;
    outline: none;
    background-color: transparent;
}

.news-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 17px;
    margin-bottom: 20px;
}

.news-card .news-date {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140.52%;
    /* identical to box height, or 17px */
    color: #A4A4A4;
}

.news-card .news-nominal {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #363636;
}

.news-card .news-content {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #A4A4A4;
    margin-top: 5px;
    height: 65px;
    overflow-y: hidden;
}

.news-card .news-content.expanded {
    height: auto;
}

.donatur-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;

    background: #F9F9F9;
    border-radius: 5px;
    padding: 9px 0px;
}

.donatur-card .donatur-profile {
    width: 55px;
    height: 55px;
    border-radius: 15px;
}

.donatur-card .donatur-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 12px;
}

.donatur-card .donatur-info .donatur-name {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140.52%;
    /* identical to box height, or 20px */
    color: #000000;
}

.donatur-card .donatur-info .donatur-nominal {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140.52%;
    /* identical to box height, or 20px */
    color: #363636;
    margin-top: -10px;
    margin-bottom: 3px;
}

.donatur-card .donatur-info .donatur-date {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140.52%;
    /* identical to box height, or 17px */
    color: #C7C7C7;
}

.donatur-card .donatur-info .donatur-message {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140.52%;
    /* or 20px */
    color: #363636;
    width: 90%;
}

.donatur-card .donatur-info .donatur-count-people {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140.52%;
    /* identical to box height, or 17px */
    color: #363636;
    margin-top: -7px;
}

.donatur-card .donatur-info .donatur-count-people span {
    color: var(--main-color);
    font-weight: 600;
    color: #00178F;
}

.donatur-card .donatur-info .donatur-nominal-funding {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140.52%;
    /* identical to box height, or 20px */
    color: #00178F;
}

.btn-read-more,
.btn-view-more {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #00178F;
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
}

.btn-be-fundraiser,
.btn-invite-fundraiser {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #00178F;
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-be-fundraiser {
    border: 1px solid var(--primary);
    box-sizing: border-box;
    border-radius: 13px;
}

.btn-be-fundraiser:hover {
    background: var(--primary);
    color: white;
}

.btn-donate-detail{
    width: 100%;
    height: 50px;
    left: calc(50% - 343px/2 - 3.5px);
    bottom: 29px;
    margin-bottom: 29px;

    background: #FFFFFF;
    border: 1px solid var(--primary);
    box-sizing: border-box;
    box-shadow: 0px 10px 30px #E5E5E5;
    border-radius: 5px;

    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 180%;
    /* or 25px */

    text-align: center;
    letter-spacing: 0.5px;

    color: #00178F
}

.success-section .bottom-icon{
    width: 100%;
    max-width: 323px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    position: absolute;
    top: -178px;
    left: 31px;
}
