.popup-container {
	max-width:462px;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    overflow: hidden;
    border-radius: 5px;
    background-color: #f2f2f2;
    box-shadow: 0 5px 10px rgb(0 0 0 / 60%);
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.popup-container .header {
	padding-bottom: 10px;
    background-color: #FFFFFF;
}

.popup-container .payment-page__header {
    min-width: 320px;
    padding: 16px;
    color: #FFFFFF;
    position: relative;
	background-color: #32ad4a;
}

.popup-container .payment-page__header .payment-page__title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-size: 16px;
}

.popup-container .payment-page__order {
    padding: 0 16px;
    height: 90px;
	background: linear-gradient(0deg, #fff 50%, #32ad4a 50%);
}

.popup-container .payment-page__order--box {
    overflow: auto;
    background: #FFFFFF;
    box-shadow: 0 2px 12px rgb(30 44 106 / 15%);
    border-radius: 8px;
    font-style: normal;
    padding: 12px;
    flex-direction: column;
    justify-content: space-between;
}

.popup-container .payment-page__order--total {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #4F515C;
    display: inline-block;
}

.popup-container .payment-page__order--amount {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    color: #2D2E34;
    display: inline-block;
}

.popup-container .payment-page__order--id {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
    color: #8E919B;
    display: inline-block;
}

.popup-container .body__wrapper {
	position: absolute;
    overflow: auto;
    top: 150px;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 10px 16px;
}

.popup-container .body__wrapper--title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.bank-list-layout {
    
}

.bank-list {
    display: block;
    text-decoration: none;
    box-sizing: content-box;
	cursor: pointer;
}

.payment-page-text {
    font-size: 14px;
    line-height: 20px;
    color: #2D2E34;
}

.bank-list-content {
    width: calc(100% - 70px);
    height: 40px;
    font-weight: 500;
    font-size: 25px;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    color: #2D2E34;
}

.bank-logo-wrapper {
    margin-right: 8px;
    display: inline-block;
    width: 60px;
    padding: 0 3px;
}

.bank-logo {
    height: auto;
    width: 60px;
}

.bank-no-rekening {
	font-weight: bold;
    font-size: 18px;
}

.no-rek-salin {
	text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #32ad4a;
}

.logo {
    vertical-align: middle;
}

.separator-line {
    border: 1px solid #E6E9EF;
}