.description-section,
.donatur-section,
.fundraiser-section,
.doa-section {
    padding: 17px 0px;
    background-color: white;
}

.news-section{
    padding: 0;
    background-color: white;
    padding-bottom: 17px;
}

.screen-white-detail{
    width: 414px;
    min-height: 896px;
    height: 100%;
    background-color: var(--screen-color);
    position: relative;
    margin-bottom: 74px;
}

.screen-cover-white-detail {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}

/* .accordion .row .col-2:after {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    content: "\f068";
    float: right;
    transform: rotate(90deg);

} */

/* .accordion .collapsed:after {
    symbol for "collapsed" panels
    content: "\f067";
} */



/* .rot{
    transform: rotate(90deg);
} */

.section-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #363636;

    margin-bottom: 15px;
}

.section-title-stack {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #363636;
}

.bor{
    border: 2px solid rgb(0, 0, 0);
    border-radius: 5px;
    color: black
}

.btn-see-all {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    color: #00178F;
}

/* Sections Arrangement - Start */

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

.description-section .section-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */

    color: #363636;
    margin: 18px 0px 18px 0px;
}

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

.fundraiser-section {
    padding-bottom: 18px;
    /*margin: 70px 0px;*/
}

.fundraiser-section .section-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #363636;

    margin-bottom: 15px;
}
/* Sections Arrangement - End */

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

.header-section .icons {
    top: 20px;
    width: 100%;
    padding: 20px;
    position: absolute;
    display: flex;
    justify-content: space-between;
}

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

.header-section img{
    cursor: pointer;
}

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

.content-header-wrapper {
    margin-top:8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.content-main-title {
    width: 100%;
    margin-bottom: 14px;

    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #363636;
}

.content-main-target {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

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

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

.validation-section{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: white;
}

.validation-section .validation-wrapper{
    display: flex;
    /* width: 245px; */
    height: 45px;
    padding: 0px 5px 5px 0px;
}

.validation-section .validation-wrapper #logo{
    width: 45px;
    height: 45px;
    border-radius: 20px;
}

.validation-section .validation-wrapper .name{
    margin-top: 5px;
    margin-left: 11px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #363636;
}

.validation-section .validation-wrapper .verified{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */

    color: #C4C4C4;
}

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

.progress-bar {
    background-color: var(--primary) !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: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #363636;
    margin-right: 3px;
}

.content-main-detail .content-detail-wrapper .content-detail-label {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #363636;
}

.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: 18px;
    height: 18px;
    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: 50px;
    padding: 13px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 6px;
    border: 2px solid;
}

.btn-donate-now:hover {
    color: var(--primary);
    background: #FFFFFF;
    border: 2px solid;
}

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

.section-description-text {
    height: 154px;
    overflow: hidden;
    position: relative;
}

.section-description-text:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    content: "";
    background: linear-gradient(0deg, white, transparent);
}

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

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

.card-wrapper {
    width: 100%;
    display: flex;
}

/*.news-section {
    margin: 80px 0px;
}*/

.news-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background: #FFFFFF;
    margin-bottom: 20px;
    margin-left: 12px;
}

.news-card .news-date {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    /* line-height: 140.52%; */
    /* identical to box height, or 17px */
    color: #333;
    margin-bottom: 0px;
}

.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: 0px;
    overflow-y: hidden;
}

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

.donatur-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 9px;
    background: #F9F9F9;
    border-radius: 5px;
    padding: 9px 12px 9px 12px;
}

.donatur-card .comment {
    background: #F0F0F0;
    border-radius: 4px;
    padding: 15px 18px 16px 11px;

    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140.52%;
    /* or 20px */

    color: #000000;
}


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

.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: #363636;
}

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

    color: #00178F;
}

.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;
}

.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-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: #8A8A8A;
}

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

.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: #363636
}

#doa-section{
	width: 100%;
	/* height: 194px; */
    margin-top: 20px;
	margin-bottom: 13px;
}

#doa-section .card{
	left: 0px;
	top: 0px;
	padding: 12px;

	background: #FFFFFF;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	border: none;
	border-radius: 5px;
}

#doa-section .card .card-title{
	width: 100%;
	height: 50px;
}

#doa-section .card img{
	width: 35px;
	height: 35px;
	margin: 0px 11px 13px 0px
}

#doa-section .card .name{
	font-family: Inter;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 17px;

	color: #000000
}

#doa-section .card .title{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;

	color: #979797;
}

#doa-section .card .card-content{
	/* margin-bottom: 13px; */

	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;

	color: #6C6C6C;
}

#doa-section .card .card-content .content{
	margin-bottom: 13px;

	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;

	color: #000000;
}

#doa-section .card .card-content .post-hour{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;

	color: #979797;
}

#doa-section .card .card-bottom{
	width: 214px;
	height: 12px;
	padding: 0px 24px;

	display: flex;
	width: 100%;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;

	color: #8A8A8A;
}

.like {
    padding: 0px 24px;
    font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
}

#doa-section .card .card-bottom #love{
	width: 12px;
	height: 12px;
}


#doa-section .card .card-bottom #share{
	width: 12px;
	height: 12px;
}

.btn-view-more {
    position: absolute;
    /* display: block; */
    margin-left: auto;
    margin-right: auto;
    min-width: 141px;
    width: 40%;
    left: 0;
    right: 0;
    top: 221px;
    text-align: center;
    border-radius: 3px;

    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    background: var(--primary);
    color: #FFFFFF;
    border-radius: 3px;
    outline: none;
    border: none;
}

.btn-view-more:hover {
    background: #FFFFFF;
    color: var(--primary);
    border: 1px solid;
}

.btn-read-more {
    display: table !important;
    /* position: absolute; */
    display: block;
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: auto !important;
    margin: auto;
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    background: #00178F;
    color: #FFFFFF;
    border-radius: 3px;
    outline: none;
    border: none;
}

.btn-invite-fundraiser {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 80px;

    background: #FFFFFF;
    border: 1px solid var(--primary);
    box-sizing: border-box;
    border-radius: 6px;

    color: var(--primary);
    max-width: 121px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-invite-fundraiser:hover {
    background: var(--primary);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    box-sizing: border-box;
    border-radius: 6px;
}

.btn-be-fundraiser {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

    background: linear-gradient(90.34deg, var(--primary) 21.28%, var(--secondary) 84.33%);
    box-sizing: border-box;
    border: none;
    border-radius: 6px;

    color: #FFFFFF;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 10px
}

.btn-be-fundraiser:hover {
    background: #FFFFFF;
    color: var(--primary);
    border: 1px solid;
}

.blank-group-detail-campign {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.blank-group-detail-campign .blank-text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */
    color: #A4A4A4;
    margin-top: 20px;
    text-align: center;
    width: 80%;
}

.blank-image {
    display: block;
    margin: 54px auto 0px;
}

.blank-text{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140.52%;
    margin-bottom: 76.86px;
    text-align: center;

    color: #979797;
}

#bottom-share {
    background-color: white;
    position: fixed;
    bottom: 0;
    width: 414px;
    height: auto;
    z-index: 5;
    padding: 21px 20px;
    border-radius: 22px 22px 0px 0px;
}

#bottom-share .share-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

    color: #363636;
}

#bottom-share .invitation-text {
    margin-top: 22px;
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;

    color: #696969;
}

#bottom-share .share-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#bottom-share .share-bar .share-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#bottom-share .share-bar .share-text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;

    color: #000000;
}

#bottom-share input {
    width: 375px;
    height: 50px;

    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 7px 0px 0px 7px;
}

#bottom-share #btn-copy {
    left: 272px;
    width: 100%;
    max-width: 102px;
    height: 50px;
    padding: 14px;

    background: var(--primary);
    border: none;
    border-radius: 0px 7px 7px 0px;

    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

    color: #FFFFFF;
}

#bottom-share #btn-copy:hover {
    border: 2px solid var(--main-color);
    background: #FFFFFF;
    color: var(--main-color);
}


#bottom-share #cross{
    cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #979797;
    padding: 0px 7px
}


.share-kiri{
    width: 54px;
    height: 50px;
    padding: 10px;
    border: 2px solid var(--primary);
    border-radius:4px;
    margin: 0;
}

.share-kanan{
    width: 280px;
    height: 50px;
    padding: 10px;
    border: 2px solid var(--primary);
    border-radius:4px;
    margin-left: 5px;
}


.share-kanan p{
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 2%;
    color: var(--primary);
}



