.bol-qr-code-html {
    margin: 0 auto;
    text-align: center;
}

.bol-qr-code-html .qr-image {
    display: inline-block;
}

.bol-qr-code-html input#bolpay_currenci_address {
    text-align: center;
}

/** Thank you page style**/
.bol-pay-order-api-responce {
    background: #f8f8fa;
    clear: both;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
}

.bol-pay-order-api-responce .bol-payment-logo img {
    height: 100px;
    width: 100px;
    margin: 30px 0;
}

.bol-pay-order-api-responce .bol-pay-order-items-meta {
    width: 100%;
}

.bol-pay-order-api-responce .bol-pay-order-items-meta .item-meta-values {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 5px;
}

.bol-pay-order-api-responce .bol-pay-order-items-meta .item-meta-values span.value {
    font-weight: bold;
}

.bol-pay-order-api-responce .bol-payment-responce-text {
    text-align: center;
}

.bol-payment-responce-text p {
    margin-bottom: 0 !important;
}

.bol-payment-responce-text .res-status.error {
    font-size: 30px !important;
    font-weight: bold;
    color: #F58A8A !important;
}

.bol-payment-responce-text .res-status.success {
    font-size: 30px !important;
    font-weight: bold;
    color: #80CB64 !important;
}

#bol-loading {
    position: absolute;
    padding: 0;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 1000;
    border-radius: 4px;
    display: flex;
    clear: both;
    align-items: center;
    justify-content: center;
}

#bol-loading img.loader-img {
    height: 200px !important;
    width: 200px !important;
    padding: 70px !important;
    background-color: rgb(255 255 255 / 34%) !important;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    box-shadow: 0px 0px 12px 1px #1e1e1e1c !important;
    max-width: unset !important;
    max-height: unset !important;
}

#bol-loading.inactive {
    display: none !important;
}

.bol-payment-responce-text .res-status span.dashicons {
    font-family: dashicons !important;
    margin-right: 15px;
    width: unset !important;
    height: unset !important;
}

.bol-payment-responce-text .res-status {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.bol-payment-responce-text .res-status.error span.dashicons.dashicons-dismiss {
    font-size: 30px;
    color: #F58A8A;
}

.bol-payment-responce-text .res-status.success span.dashicons.dashicons-yes-alt {
    font-size: 30px;
    color: #80CB64;
}

#payment ul li select#bol_payment_bol_tokens {
    padding: 13px !important;
}

#bolpay_transaction_field {
    width: 100% !important
}

.bol-copy-text {
    cursor: pointer;
    color: rgb(0, 0, 0);
}

#bol-copied-message {
    margin-top: -10px;
    color: green;
    text-align: center;
}

#bol-wallet-address {
    font-size: 1em;
    width: 100%;
    text-align: center;
}

#bol-transfer-coin {
    font-size: 1em;
    width: 100%;
    text-align: center;
}