html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
    /*background: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: 150px;
    background-position-x: center;
    background-position-y: 100px;*/
}


.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    background-image: url(../images/headerlogo1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-mask: url('../images/headerlogo1.png');
    mask: url('../images/headerlogo1.png');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 180px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}
button[data-action-name="Get Transaction History"] {
    width: 170px; /* Set your desired width */
    max-width: 100%; /* Optional: make it responsive */
    min-width: 100px; /* Optional: minimum width */
}
button[data-action-name="Cek Payment Status"] {
    width: 170px; /* Set your desired width */
    max-width: 100%; /* Optional: make it responsive */
    min-width: 100px; /* Optional: minimum width */
}
button[data-action-name="Test Payment"] {
    width: 170px; /* Set your desired width */
    max-width: 100%; /* Optional: make it responsive */
    min-width: 100px; /* Optional: minimum width */
}
button[data-action-name="Cek Saldo"] {
    width: 170px; /* Set your desired width */
    max-width: 100%; /* Optional: make it responsive */
    min-width: 100px; /* Optional: minimum width */
}
button[data-action-name="Lakukan Pembayaran"] {
    width: 170px; /* Set your desired width */
    max-width: 100%; /* Optional: make it responsive */
    min-width: 100px; /* Optional: minimum width */
    background-color: #4CAF50; /* Green background */
}
button[data-action-name="Confirm Order"] {
    width: 170px; /* Set your desired width */
    max-width: 100%; /* Optional: make it responsive */
    min-width: 100px; /* Optional: minimum width */
    background-color: #4CAF50; /* Green background */
}