.hadist {
	background: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 15px;
	font-family: Inter;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	color: #363636;
	text-align: center;
	padding: 15px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

.hadist .text {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 150%;
	text-align: left;

	color: #363636;
}

.hadist .text-reference {
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 126.02%;
	text-align: center;
	/* or 20px */

	/* Warna Primary */
	color: #000000;
}

.name {
	margin-bottom: 10px;
	width: 100%;
	height: 50px;
	background: #F1F1F1;
	border-radius: 7px;
	border: none;

	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */

	color: #A4A4A4;
}
::placeholder{
	padding: 16px 24px;
}

.name-increment {
	width: 100%;
	height: 50px;

	border: 1px dashed #C7C7C7;
	box-sizing: border-box;
	border-radius: 7px;
	padding: 16px 0px;

	cursor: pointer;
}

.name-increment .text{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	/* identical to box height */

	color: #D0D0D0;
}

#btn-next {
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: white;
	border: 1px solid white;
	background-color: var(--primary);
	box-sizing: border-box;
	border-radius: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 52px;
}

#btn-next:hover {
	background-color: white;
	color: var(--primary);
	border-color: var(--primary);
}

.footer-qurban{
    position: fixed;
    display: block;
    width: 100%;
    height: 230px;
    z-index: 1;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    background: #FFFFFF;
    max-width: 414px;
    padding: 13px 20px;
}

.footer-qurban-payment{
    position: fixed;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    background: #FFFFFF;
    max-width: 414px;
    padding: 13px 20px;
}

.btn-donate-now-bottom {
    position: relative;
    width: 100%;
    height: 50px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(90.34deg, var(--primary) 21.28%, var(--secondary) 84.33%);
	border-color: var(--primary);
    border-radius: 6px;
    margin: 14px 0px;
    border: 3px solid;
}

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

.quantity-text{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */

	color: #000000;
}

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

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

.success-section #qurban-icon{
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

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

.success-section .bottom-icon .wrapper{
	width: 100%;
	max-width: 323px;
	height: auto;
	display: flex;
	justify-content: center;

}

.success-section #congrats{
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.success-section #success-icon{
	top: 399px;
    left: 155px;
	z-index: 1;
	width: 100%;
	max-width: 110px;
	height: 110px;

}

.success-section .success-text{
	width: 100%;
	max-width: 323px;
	/* height: 72px; */
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 1.7vw;
	line-height: 150%;
	/* or 36px */

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

	color: #223263;
}

.success-section .appreciate-text{
	width: 100%;
	max-width: 323px;
	height: 72px;
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 0.9vw;
	line-height: 150%;
	/* or 36px */

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

	color: #223263;
}
