<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Gestpay for WooCommerce
 *
 * Copyright: Â© 2013-2016 Mauro Mascia (info@mauromascia.com)
 * Copyright: Â© 2017-2021 Axerve S.p.A. - Gruppo Banca Sella (https://www.axerve.com - ecommerce@sella.it)
 *
 * License: GNU General Public License v3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 */

div.gestpay-admin-main {
    min-width: 500px;
    max-width: 80%;
    background: #fff;
    padding: 20px 40px;
}

div.gestpay-admin-main h4 {
    border-bottom: 1px solid #999;
    font-size: 14px;
}

div.gestpay-message {
    position: relative;
    z-index: 100;
    overflow: hidden;
    padding: 25px 0!important;
}

div.gestpay-form .form-table th,
div.gestpay-form .form-wrap label {
    text-shadow: none;
    font-weight: 700;
}

/* iframe stuff */

.gestpay-off {
    display: none;
    visibility: hidden;
}
.gestpay-on {
    display: block;
    visibility: visible;
}

.gestpay-cc-form-field {
    margin: 10px 0;
}

.gestpay-field-wrapper {
    display: inline;
    vertical-align: middle;
}

#gestpay-submit {
    width: 200px;
}

.gestpay-cc-form-field label {
    display: inline-block;
    max-width: 110px;
    text-align: left;
    vertical-align: middle;
    width: 110px;
    font-size: 0.85em;
    line-height: 1em;
}

.gestpay-freeze-pane-on {
    position: fixed;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    background-attachment:scroll;
    background-color:#D4D4D4;
    background-image:none;
    background-position:0 0;
    background-repeat:repeat;
    opacity:0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    overflow-x:hidden;
    overflow-y:hidden;
    z-index:1001;
    width: 100%;
    min-width: 250px;
    height: 100%;
    min-height:100%;
    overflow:hidden;
}

#gestpay-inner-freeze-pane {
    -moz-background-clip:border;
    -moz-background-origin:padding;
    -moz-background-size:auto auto;
    border-radius:2.5px;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 2.5px;
    color: white;
    font-family: helvetica neue,helvetica,arial,serif;
    font-size: 1.5em;
    font-weight: 300;
    left: 50%;
    line-height: 60px;
    margin-left: -125px;
    opacity: 0.8;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 40%;
    visibility: visible;
    min-width: 250px;
    z-index: 10002;
}

#gestpay-inner-freeze-pane div {
    font-size:.75em;
    font-weight:300;
}

#gestpay-error-box {
    width:100%;
    margin:0;
    background-color:#FFEC8B;
    text-align:center;
    font-weight:blod;
    color:#b22222;
    padding: 20px;
}

.payment_box .gestpay-tls-error {
    background-color: #b22222;
    margin-left: 0;
    padding: 10px;
    width: 100%;
    color: #FFF;
    font-size: 120%;
    line-height: 1.5;
}

.payment_box .gestpay-tls-error a,
.payment_box .gestpay-tls-error img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#place_order[name="woocommerce_checkout_place_order"].gestpay-disabled {
    opacity: .4;
}

#s2s-loadingbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: none;
    background-attachment: scroll;
    background: rgba(0,0,0,0.8);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 99999999 !Important;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}

#s2s-loadingbox #canvasbox {
    display: block;
    height: 100px;
    left: 50%;
    margin-left: -60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 100px;
}

#gestpay-cc-cvv_field input {
    display: inline-block;
    margin-right: 20px;
}

#gestpay-fancybox-cvv-modal {
    width: 50%;
}

.gestpay-fancybox-section {
    float: left;
    width: 90%;
    padding: 10px 5%;
}

.gestpay-fancybox-cvv-textcard-text {
    float: left;
    width: 68%;
    margin-right: 2%;
}

.gestpay-fancybox-cvv-textcard-card {
    float: left;
    width: 30%;
}

.payment_method_wc_gateway_gestpay_mybank label img {
    max-height: 33px !important;
    float: right;
}

#mybank-container {
    background: #FFF !important;
    padding: 10px;
    color: #000 !important;
    border: 1px solid #1B4B68;
}

#mybank-container a {
    color: #1B4B68 !important;
}

#mybank-container p {
    margin: 1rem 0 !important;
    line-height: 1.2;
}

#mybank-container-img {
    float: left;
    width: 100%;
}

#mybank-container-img img {
    float: left !important;
    clear: both;
    height: auto !important;
    max-height: 100% !important;
}
</pre></body></html>