.customer-step {
    padding: 30px;
}

.customer-step-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.customer-step .root {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
    gap: 20px;
}

.customer-step .main-section {
    flex: 1;
    overflow: auto;
}

.customer-step .bottom-section {}

.customer-step .scanner-title {
    text-align: center;
    margin: 50px 0 30px 0;
}

.customer-step .account-summary {
    display: flex;
    justify-content: space-between;
    color: white;
    margin-bottom: 50px;
}

.customer-step .account-summary-item:nth-child(2) .account-summary-item-value {
    text-align: right;
}

.customer-step .account-summary-item-title {
    text-transform: uppercase;
    font-size: 16px;
}

.customer-step .account-summary-item-value {
    font-size: 24px;
    font-weight: 500;
}

.customer-step .root .scanner-btn {
    font-size: 24px;
    text-align: center;
}

.customer-step #customer_amount_modal .amount-subtitle,
.customer-step #customer_amount_modal .amount-title {
    text-align: center;
}


.customer-step #customer_amount_modal .amount-title {
    font-size: 30px;
    font-weight: 500;
}

.customer-step #customer_amount_modal .amount-subtitle {
    font-size: 18px;
}

.customer-step .cashback-buttons,
.customer-step .cashback-wrapper {
    display: flex;
    gap: 14px;
    width: 100%;
}

.customer-step .cashback-wrapper .cashback-value:not(:last-child) {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.customer-step .cashback-wrapper:not(.cashback-wrapper--filled) .cashback-value {
    display: none;
}

.customer-step .cashback-wrapper .cashback-buttons .scanner-btn {
    flex: auto;
    width: initial;
}

.customer-step .cashback-wrapper .cashback-buttons .scanner-btn:not(:last-child) {
    margin-bottom: 0;
}

.customer-step .cashback-wrapper.cashback-wrapper--filled {
    gap: 0;
}

.customer-step .cashback-wrapper.cashback-wrapper--filled .cashback-buttons {
    flex-direction: column;
    gap: 0;
    border-left: 1px solid #444;
}

.customer-step .cashback-wrapper.cashback-wrapper--filled .cashback-buttons .scanner-btn {
    background-color: #eee !important;
    font-size: 18px;
    color: #565656;
    border-top-left-radius: 0;
    border: none;
}

.customer-step .cashback-wrapper.cashback-wrapper--filled .cashback-buttons .scanner-btn:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: solid 1px #444;
}

.customer-step .cashback-wrapper.cashback-wrapper--filled .cashback-buttons .scanner-btn:nth-child(2) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
