/** * 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 .row:last-child iframe {    width: 30% !important;}.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); }