#woocommerce_piraeusbank_gateway_pb_transactions_log{font-family: monospace}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background-color: rgba(0, 0, 0, 0.3);
}


.modal-icon {
    position: relative;
    margin-left: auto;
    text-align: end;
}

.modal-content {
    background-color: #fefefe;
    text-align: center;
    margin: 10% auto;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0px 0px 10px 2px #888;
    position: relative;
}
.loading-banner {
    text-align: center;
}

.loading-bar {
    width: 100px;
    height: 20px;
    background-color: rgba(240, 240, 240, 0.7);
    display: flex;
    margin: 0 auto;
    justify-content: space-between; /* To evenly distribute boxes */
}

.loading-box {
    width: 20px;
    height: 20px;
    background-color: rgba(240, 240, 240, 0.7); /* Initial color */
}

.loading-box:nth-child(1) {
    animation: turnBlue 2s infinite 0.25s; /* Delay for the first box */
}

.loading-box:nth-child(2) {
    animation: turnBlue 2s infinite 0.5s; /* Delay for the second box */
}

.loading-box:nth-child(3) {
    animation: turnBlue 2s infinite 0.75s; /* Delay for the third box */
}

.loading-box:nth-child(4) {
    animation: turnBlue 2s infinite 1s; /* Delay for the fourth box */
}

@keyframes turnBlue {
    0% {
        background-color: rgba(240, 240, 240, 0.7); /* Initial color */
    }
    100% {
        background-color: rgba(52, 152, 219, 1); /* Blue color */
    }
}

.loading-banner p {
    font-weight: bold;
}
#showAcs {
    margin: 0 auto;
    width: 430px;
    height: 430px;
}