/*main component*/
.screen {
    padding-bottom: 130px;
}
/*end component*/

.instruction-section {
    margin-top: 80px;
    padding: 17px 0px;
}

.instruction-time-limit{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    /* identical to box height */

    text-align: center;

    color: rgba(0, 0, 0, 0.68);
}

.instruction-time{
    background: #ECECEC;
    border-radius: 3px;

    padding: 5px;

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

    text-align: center;

    color: #000000;
}

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

    color: #000000;
    width: 100%;
    margin-top: 11px;
}

.instruction-time-limit span,
.instruction-text span {
    font-weight: 600;
}

.instruction-nominal {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */

    text-align: center;

    color: #000000;
    margin: 32px 0 0 0;
}

.btn-copy-account{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    text-align: center;
    text-decoration-line: underline;
    background: none;
    border: none;
    color: #1ED0E9;
}

.instruction-nominal span {
    color: #FDB504;
}


.instruction-alert {
    width: 100%;
    /* height: auto;
    left: 20px;
    top: 703px; */
    padding: 7px 20px;

    background: #FFD232;
    border-radius: 4px;

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

    color: #000000;
}

.instruction-alert span {
    font-weight: 700;
}

.transfer-detail-box {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 13px;
    padding: 16px 18px;
    margin-top: 15px;
}

.transfer-detail-box .transfer-detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.transfer-detail-box .transfer-detail-item:not(:first-child) {
    padding-top: 17px;
}

.transfer-detail-box .transfer-detail-item:not(:last-child) {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 10px;
}

.transfer-detail-box .transfer-detail-item .transfer-detail-value {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-align: center;
    color: #363636;
}

.transfer-detail-box .transfer-detail-item .transfer-main-value {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-align: center;
    color: #363636;
}

.instruction-transfer-text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #363636;
}

.instruction-transfer-text span {
    font-weight: bold;
}

.instruction-wrapper{
    width: 100%;
    height: 70px;
    background: #fffae1;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 20px;
    display: flex;
    align-self: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 11px;
}

.instruction-wrapper .title{
    width: 60px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.68);
}

.instruction-wrapper-blue{
    width: 100%;
    height: 70px;
    background: #E1FAFF;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 20px;
    display: flex;
    align-self: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 11px;
}

.instruction-wrapper-blue .title{
    width: 60px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.68);
}

.btn-copy {
    width: 66px;
    height: 26px;
    background: #ffe8a3;
    border-radius: 22px;

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

    text-align: center;

    color: #000000;
    outline: none;
    border: none;
}

.instruction-account-bar {
    width: 100%;
    height: 101px;
    background: linear-gradient(90.34deg, var(--primary) 21.28%, var(--secondary) 84.33%);;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 11px;
}

.instruction-account-bar img {
    width: 63.83px;
    height: auto;
}

.instruction-account-bar .instruction-account-number {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #ffffff;
    /* color: #030096; */
    margin-bottom: 0px!important;
}

.instruction-account-bar .btn-copy {
    width: 66px;
    height: 26px;
    background: #3EE8FF;
    border-radius: 22px;

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

    text-align: center;

    color: #07348C;
    outline: none;
    border: none;
}

.institution-name{
    position: relative;
    width: 100%;
    max-width: 208px;
    height: 31px;
    top: -15px;
    left: 50%;
    transform: translate(-50%, -50%);

    border-radius: 10px 10px 0px 0px;

    padding-top: 8px;

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

    text-align: center;

    color: var(--main-color);
}

.instruction-notice {
    width: 100%;
    height: 92px;
    padding: 22px 17px 25px 17px;
    background: #EBEBEB;

    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;

    color: #000000;
}

.instruction-box {
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 7px 7px 0px 0px;
    padding: 16px 15px;
}

.instruction-box .accordion {
    background-color: transparent;
    outline: none;
    border: none;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #363636;
    width: 100%;
    text-align: left;
}

.instruction-box .accordion::after {
    content: url(../img/icons/arrowdown-dark.svg);
    float: right;
}

.instruction-box .accordion.active::after {
    content: url(../img/icons/arrowup-dark.svg);
    float: right;
}

.instruction-box .panel {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    /* or 24px */
    color: #363636;
    padding: 7px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.instruction-box-bottom {
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 0px 0px 7px 7px;
    padding: 16px 15px;
}

.instruction-box-bottom .accordion {
    background-color: transparent;
    outline: none;
    border: none;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #363636;
    width: 100%;
    text-align: left;
}

.instruction-box-bottom .accordion::after {
    content: url(../img/icons/arrowdown-dark.svg);
    float: right;
}

.instruction-box-bottom .accordion.active::after {
    content: url(../img/icons/arrowup-dark.svg);
    float: right;
}

.instruction-box-bottom .panel {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    /* or 24px */
    color: #363636;
    padding: 7px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.btn-cancel-topup {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--primary);
    background-color: transparent;
    outline: none;
    border: none;
    display: block;
    margin: 0 auto;
}

.qris-image {
    width: 231px;
    height: 231px;
    display: block;
    margin: 20px auto;
}

.qris-instruction {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #363636;
}

.qris-instruction span {
    font-weight: bold;
}

.btn-donasi-lagi {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: var(--primary);
    border: 1px solid var(--primary);
    box-sizing: border-box;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
}

.btn-donasi-lagi:hover {
    background-color: #c1d8ff;
}

.section-title{
    margin-bottom: 12px;

    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */

    color: rgba(0, 0, 0, 0.68);
}
