| Server IP : 63.32.33.223 / Your IP : 172.31.23.231 Web Server : Apache/2.4.68 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2 System : Linux ip-172-31-10-208.eu-west-1.compute.internal 6.8.0-1044-aws #46~22.04.1-Ubuntu SMP Tue Dec 2 12:52:18 UTC 2025 x86_64 User : kazang ( 1006) PHP Version : 8.2.31 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec,proc_open,popen MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/kazang/web/kazang.com/public_html/wp-content/plugins/formidable/paypal/css/ |
Upload File : |
.frm-payment-method-selector {
display: flex;
flex-direction: column;
gap: 0;
margin-bottom: 16px;
border: 1px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
max-width: 500px;
}
.frm-payment-method-option {
display: flex;
align-items: center;
gap: 12px;
padding: 16px;
cursor: pointer;
border-bottom: 1px solid #e0e0e0;
background: #fff;
transition: background-color 0.15s ease;
position: relative;
margin: 0;
}
.frm-payment-method-option:last-child {
border-bottom: none;
}
.frm-payment-method-option:hover {
background-color: #f9f9fb;
}
.frm-payment-method-active {
background-color: #f0f4ff;
}
.frm-payment-method-active:hover {
background-color: #f0f4ff;
}
.frm-payment-method-option input[type="radio"] {
appearance: none !important;
-webkit-appearance: none !important;
width: 20px !important;
height: 20px !important;
min-width: 20px !important;
min-height: 20px !important;
border: 2px solid #c0c0c0 !important;
border-radius: 50% !important;
flex-shrink: 0;
margin: 0 !important;
padding: 0 !important;
cursor: pointer;
transition: border-color 0.15s ease, background 0.15s ease;
background: #fff !important;
box-shadow: none !important;
outline: none !important;
}
.frm-payment-method-option input[type="radio"]:checked {
border-color: #0070ba !important;
background: radial-gradient(circle, #0070ba 40%, #fff 40%, #fff 100%) !important;
}
.frm-payment-method-option input[type="radio"]:focus {
outline: 2px solid rgba(0, 112, 186, 0.3) !important;
outline-offset: 2px !important;
}
.frm-payment-method-text {
display: flex;
flex-direction: column;
gap: 2px;
flex: 1;
min-width: 0;
}
.frm-payment-method-label-text {
font-size: 15px;
font-weight: 500;
color: #1a1a2e;
line-height: 1.3;
}
.frm-payment-method-desc {
font-size: 13px;
color: #6b7280;
line-height: 1.3;
}
.frm-payment-method-mark {
flex-shrink: 0;
display: flex;
align-items: center;
gap: 4px;
}
.frm-payment-method-mark img,
.frm-payment-method-mark svg {
height: 24px;
width: auto;
}
.frm-payment-method-google-pay-icon {
height: 24px;
}
.frm-payment-method-google-pay-icon svg {
height: 24px;
width: auto;
}
.frm-payment-method-apple-pay-icon {
height: 24px;
}
.frm-payment-method-apple-pay-icon svg {
height: 24px;
width: auto;
}
.frm-payment-method-paylater-wrap {
border-bottom: 1px solid #e0e0e0;
background: #fff;
transition: background-color 0.15s ease;
}
.frm-payment-method-paylater-wrap:hover {
background-color: #f9f9fb;
}
.frm-payment-method-paylater-wrap.frm-payment-method-active-wrap {
background-color: #f0f4ff;
}
.frm-payment-method-paylater-wrap.frm-payment-method-active-wrap:hover {
background-color: #f0f4ff;
}
.frm-payment-method-paylater-wrap.frm-payment-method-active-wrap .frm-payment-method-paylater-msg {
background-color: #f0f4ff;
}
.frm-payment-method-paylater-wrap:last-child {
border-bottom: none;
}
.frm-payment-method-paylater-wrap .frm-payment-method-option {
border-bottom: none;
background: transparent;
}
.frm-payment-method-paylater-wrap .frm-payment-method-option:hover {
background: transparent;
}
.frm-payment-method-paylater-msg {
padding: 0 16px 12px 48px;
font-size: 13px;
color: #6b7280;
background: transparent;
}
.frm-payment-method-area {
margin-top: 16px;
}
.frm-payment-method-container {
display: none;
max-width: 500px;
}