.planet_pay_table {
    width: 100%;
}

.planet_pay_table_header {
    text-align: left;
}

.planet_pay_table_row:nth-child(even) {
    background: #f8f8f8;
}

body .woocommerce_page_wc-settings p .button {
    display: inline-block;
    margin-right: 10px;
    color: blueviolet;
}

.success-message {
    color: green;
    margin-left: 10px;
}

.error-message {
    color: red;
    margin-left: 10px;
}

.planet-pay-message {
    margin-left: 10px;
}

.planet-pay-information {
    position: relative;
    font-size: 15px;
    margin: 20px 0 15px;
    border-radius: 5px;
    max-width: 900px;
}

.planet-pay-information-title {
    font-size: 20px;
    padding: 25px 25px 0 25px;
}

.planet-pay-information-container {
    padding: 25px;
    font-weight: 600;
    font-size: 18px;
}

.planet-pay-information-title span {
    text-transform: uppercase;
    font-weight: 600;
}

.planet-pay-information-section-header span {
    line-height: 1.71428571;
    font-weight: 600;
}

.planet-pay-information-section-content a {
    text-decoration: none;
    color: #3CBBDC;
}
.status-requested-status .order-status {
    background: #ffba00;
    color: #000;
}

.status-rejected-status .order-status {
    background: #ff0000;
    color: #fff;
}

.status-approved-status .order-status {
    background: #00ff00;
    color: #000;
}

tr[data-gateway_id="planet_pay_payment_notification"] {
    display: none !important;
}

tr[data-gateway_id="planet_pay_payment_methods"] {
    display: none !important;
}

tr[data-gateway_id="planetpay_information"] {
    display: none !important;
}

tr[data-gateway_id="planetpay"] {
    display: none !important;
}
.blik-popup {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.blik-popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 450px;
    text-align: center;
}

.blik-popup-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.blik-popup-close:hover,
.blik-popup-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.blik-icon {
    width: 100px;
    height: auto;
    margin: 0 auto;
}

.blik-loading {
    margin-top: 20px;
}

.blik-zero-form-container {
    display: flex;
    align-items: center;
}

.blik-zero-form-container label {
    margin-right: 8px;
    white-space: nowrap;
}

.blik-zero-form-container .input-text {
    flex-grow: 1;
    margin-left: 8px;
}

.planet-pay-banner {
    max-width: 1200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    display: block;
}

.planet-pay-blik-image
{

}