/** * Saferpay PaymentService * * NOTICE OF LICENSE * * Once you have purchased the software with PIT Solutions AG / Six Payment services AG * or one of its  authorised resellers and provided that you comply with the conditions of this contract, * PIT Solutions AG and Six Payment services AG grants you a non-exclusive license, * unlimited in time for the usage of the software in the manner of and for the purposes specified in License.txt * available in extension package, according to the subsequent regulations * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade this extension to * newer versions in the future. * * @category Saferpay * @package Saferpay_PaymentService * @author PIT Solutions Pvt. Ltd. * @copyright Copyright (c) 2020 PIT Solutions AG. (www.pitsolutions.ch) and Six Payment services AG ( https://www.six-payment-services.com/) * @license https://www.webshopextension.com/en/licence-agreement-saferpay * */
#saferpay-div input {
    background-color: transparent;
    border: 0px solid;
    width: 100%
}

.sample-one .row:last-child {
    display: flex;
}

.sample-one iframe {
    height: 36px !important;
}

.divScroll::-webkit-scrollbar {
    display: inherit;
}

.divScroll:hover::-webkit-scrollbar {
    width: 10px;
}

.divScroll:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.divScroll:hover::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(100, 100, 100, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#saferpay-div.sample-one input{

    display: block;

    width: 100%;

    height: 100%!important;

    padding: .375rem .75rem;

    font-size: 1rem;

    color: #495057;

    background-clip: padding-box;

    border-bottom: 1px solid #ced4da;

    border-radius: 0;

    background-color: #fff;

    padding-left: .75rem;

}

.woocommerce-MyAccount-content .sample-one .row:last-child {
    position: relative;
}

.woocommerce-MyAccount-content .sample-one #expiration-help {
    font-size: 14px;
}
.sample-one .row iframe, .sample-one .row input,.sample1-cvc-wrap, .sample1-exp-wrap{
    width: 100% !important;
}
sfp-card-exp{
 height: 100%;
}

