| Server IP : 185.143.233.238 / Your IP : 185.215.232.195 Web Server : LiteSpeed System : Linux saman.shetabanhost.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64 User : behrakir ( 1361) PHP Version : 8.1.34 Disable Function : symlink,shell_exec,show_source,exec,popen,system,passthru,proc_open,proc_close,pcntl_exec,mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/behrakir/khanomam.com/wp-content/plugins/payesh-cdn/ |
Upload File : |
.notice {
display: none;
}
:root {
--p-primary: #6366f1;
--p-primary-dark: #4f46e5;
--p-success: #10b981;
--p-danger: #ef4444;
--p-warning: #f59e0b;
--p-gray: #6b7280;
--p-bg: #f3f4f6;
--p-card: #ffffff;
--p-border: #e5e7eb;
--p-text: #1f2937;
}
.payesh-wrapper { background: var(--p-bg); min-height: 100vh; margin: -20px 0 0 -20px; padding: 30px 0 30px 40px; }
.payesh-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; background: var(--p-card); padding: 15px 30px; border-radius: 16px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }
.payesh-brand h1 { margin: 0; font-size: 20px; font-weight: 800; color: var(--p-text); display: flex; align-items: center; gap: 10px; }
.payesh-brand .dashicons { font-size: 28px; width: 28px; height: 28px; color: var(--p-primary); }
.payesh-nav { display: flex; gap: 10px; }
.payesh-nav-item { display: flex; align-items: center; gap: 5px; padding: 10px 15px; border-radius: 8px; text-decoration: none; color: var(--p-gray); font-weight: 500; transition: all 0.2s; }
.payesh-nav-item:hover { background: #f9fafb; color: var(--p-primary); }
.payesh-nav-item.active { background: #eef2ff; color: var(--p-primary); font-weight: 700; }
.payesh-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.payesh-card {height: fit-content; background: var(--p-card); border-radius: 16px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); transition: transform 0.2s; border: 1px solid var(--p-border); overflow: hidden; }
.full-width { grid-column: span 4; }
.card-header { padding: 20px; border-bottom: 1px solid var(--p-border); display: flex; justify-content: space-between; align-items: center; }
.card-header h3 { margin: 0; font-size: 16px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.card-body { padding: 20px; }
.no-padding { padding: 0; }
.status-card { display: flex; align-items: center; padding: 20px; position: relative; overflow: hidden; }
.status-card.status-on { border-right: 4px solid var(--p-success); background: linear-gradient(to left, #ecfdf5, #fff); }
.status-card.status-off { border-right: 4px solid var(--p-gray); }
.card-icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; box-shadow: 0 2px 4px rgba(0,0,0,0.05); margin-left: 20px; }
.card-icon .dashicons { font-size: 32px; width: 32px; height: 32px; color: var(--p-gray); }
.status-on .card-icon .dashicons { color: var(--p-success); }
.card-content { flex: 1; }
.card-content h2 { margin: 0 0 5px; font-size: 18px; color: var(--p-text); }
.card-content p { margin: 0; color: var(--p-gray); font-size: 13px; }
.payesh-switch { position: relative; display: inline-block; width: 50px; height: 26px; }
.payesh-switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: .4s; border-radius: 34px; }
.slider:before { position: absolute; content: ''; height: 20px; width: 20px; left: 3px; bottom: 3px; background-color: white; transition: .4s; border-radius: 50%; }
input:checked + .slider { background-color: var(--p-success); }
input:checked + .slider:before { transform: translateX(24px); }
.payesh-stat-box { background: var(--p-card); padding: 20px; border-radius: 16px; display: flex; align-items: center; gap: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.stat-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.stat-icon .dashicons { font-size: 24px; color: #fff; width: 24px; height: 24px; }
.i-blue { background: #3b82f6; } .i-green { background: #10b981; } .i-purple { background: #8b5cf6; } .i-orange { background: #f59e0b; }
.stat-info { display: flex; flex-direction: column; }
.stat-value { font-size: 24px; font-weight: 800; color: var(--p-text); line-height: 1.2; }
.stat-label { font-size: 12px; color: var(--p-gray); }
.text-sm { font-size: 16px; }
.payesh-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.payesh-steps li { display: flex; gap: 15px; background: #f9fafb; padding: 15px; border-radius: 12px; }
.step-num { background: var(--p-primary); color: #fff; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; flex-shrink: 0; }
.step-content strong { display: block; margin-bottom: 5px; color: var(--p-text); }
.step-content p { margin: 0; font-size: 12px; color: var(--p-gray); line-height: 1.6; }
.payesh-input-group { display: flex; gap: 15px; margin-bottom: 15px; }
.input-wrapper { flex: 1; }
.input-wrapper label { display: block; margin-bottom: 5px; font-size: 13px; font-weight: 500; color: var(--p-text); }
.payesh-input { width: 100%; padding: 10px 12px; border: 1px solid var(--p-border); border-radius: 8px; font-size: 14px; outline: none; transition: border 0.2s; box-sizing: border-box; }
.payesh-input:focus { border-color: var(--p-primary); box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1); }
.payesh-checkbox-wrapper { margin-bottom: 20px; }
.checkbox-label { display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 13px; }
.checkbox-label input { display: none; }
.custom-check { width: 18px; height: 18px; border: 2px solid var(--p-gray); border-radius: 4px; display: inline-block; position: relative; }
.checkbox-label input:checked + .custom-check { background: var(--p-primary); border-color: var(--p-primary); }
.checkbox-label input:checked + .custom-check:after { content: ''; position: absolute; left: 5px; top: 1px; width: 4px; height: 9px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.payesh-btn { border: none; padding: 10px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.2s; display: inline-flex; align-items: center; justify-content: center; gap: 8px; position: relative; }
.btn-primary { background: var(--p-primary); color: #fff; }
.btn-primary:hover { background: var(--p-primary-dark); }
.btn-success { background: var(--p-success); color: #fff; }
.btn-outline { background: transparent; border: 1px solid var(--p-gray); color: var(--p-text); }
.btn-danger-outline { background: transparent; border: 1px solid var(--p-danger); color: var(--p-danger); }
.btn-danger-outline:hover { background: var(--p-danger); color: #fff; }
.btn-text { display: inline-block; }
.btn-block { width: 100%; }
.btn-lg { padding: 12px 24px; font-size: 16px; }
.btn-loader { display: none; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,0.3); border-radius: 50%; border-top-color: #fff; animation: spin 0.8s linear infinite; }
.payesh-btn.loading .btn-text { opacity: 0.5; }
.payesh-btn.loading .btn-loader { display: block; }
.payesh-btn.loading { pointer-events: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.hidden-el { display: none; margin-top: 20px; }
.progress-container { text-align: center; }
.progress-bar { height: 8px; background: #e5e7eb; border-radius: 4px; overflow: hidden; margin-bottom: 10px; }
.progress-fill { height: 100%; background: var(--p-primary); width: 0; transition: width 0.3s ease; }
.progress-status { font-size: 13px; color: var(--p-gray); }
.payesh-table { width: 100%; border-collapse: collapse; }
.payesh-table th { text-align: right; padding: 15px; border-bottom: 1px solid var(--p-border); color: var(--p-gray); font-weight: 600; font-size: 13px; background: #f9fafb; }
.payesh-table td { padding: 15px; border-bottom: 1px solid var(--p-border); font-size: 13px; color: var(--p-text); vertical-align: middle; }
.payesh-table tr:hover td { background: #f9fafb; }
.payesh-table .w-50 { width: 40px; text-align: center; }
.url-truncate {
max-width: 330px;
white-space: nowrap;
overflow-x: auto;
text-align: left;
font-family: monospace;
height: 40px;
align-content: center;
}
.badge { padding: 2px 8px; border-radius: 20px; font-size: 11px; font-weight: 600; text-transform: uppercase; }
.badge-gray { background: #e5e7eb; color: var(--p-text); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-left: 5px; }
.dot-green { background: var(--p-success); box-shadow: 0 0 0 3px #d1fae5; }
.dot-red { background: var(--p-danger); box-shadow: 0 0 0 3px #fee2e2; }
.icon-btn { border: none; background: transparent; cursor: pointer; color: var(--p-gray); padding: 5px; border-radius: 4px; transition: color 0.2s; }
.icon-btn:hover { background: #e5e7eb; color: var(--p-primary); }
.icon-btn .dashicons { font-size: 18px; width: 18px; height: 18px; }
.btn-delete:hover { color: var(--p-danger); }
.row-inactive { opacity: 0.7; }
.payesh-pagination { padding: 15px; text-align: center; border-top: 1px solid var(--p-border); display: flex; justify-content: center; gap: 5px; }
.payesh-pagination a, .payesh-pagination span { padding: 5px 10px; border: 1px solid var(--p-border); border-radius: 6px; text-decoration: none; color: var(--p-text); font-size: 13px; }
.payesh-pagination .current { background: var(--p-primary); color: #fff; border-color: var(--p-primary); }
.logs-viewer { max-height: 400px; overflow-y: auto; }
.log-item { padding: 12px 15px; border-bottom: 1px solid var(--p-border); display: flex; flex-direction: column; gap: 4px; }
.log-item:last-child { border-bottom: none; }
.log-meta { display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: var(--p-gray); }
.log-badge { padding: 2px 6px; border-radius: 4px; background: #f3f4f6; text-transform: uppercase; }
.type-error .log-badge { background: #fee2e2; color: #991b1b; }
.type-success .log-badge { background: #d1fae5; color: #065f46; }
.type-info .log-badge { background: #e0f2fe; color: #075985; }
.log-msg { font-size: 13px; color: var(--p-text); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group.full { grid-column: span 2; }
.hint { font-size: 11px; color: var(--p-gray); margin-top: 5px; display: block; }
.form-actions { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--p-border); text-align: left; }
#payesh-toast-container { position: fixed; bottom: 30px; left: 30px; z-index: 9999; display: flex; flex-direction: column; gap: 10px; }
.payesh-toast { background: #fff; border-left: 4px solid var(--p-primary); padding: 15px 20px; border-radius: 8px; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); min-width: 300px; display: flex; align-items: center; justify-content: space-between; animation: slideIn 0.3s ease; }
.toast-success { border-color: var(--p-success); }
.toast-error { border-color: var(--p-danger); }
.toast-msg { font-size: 13px; color: var(--p-text); font-weight: 500; }
@keyframes slideIn { from { transform: translateX(-100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
#wp-admin-bar-payesh_main_timer {
color: #fff;
background: #07aeff !important;
}
.payesh-loading-overlay {
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(255,255,255,0.7);
display: none;
align-items: center;
justify-content: center;
z-index: 10;
font-weight: bold;
color: #0073aa;
border-radius: 8px;
}
#dev-mode-container {
position: relative;
}
@keyframes spin { 100% { transform: rotate(360deg); } }
#wp-admin-bar-payesh_main_timer,
#wp-admin-bar-payesh_main_timer *,
#wp-admin-bar-payesh_main_timer:hover,
#wp-admin-bar-payesh_main_timer:hover * {
color: #fff !important;
background: #07aeff !important;
}
.payeshdashw-guide-container {display: grid;grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));gap: 20px;max-width: 1400px;margin: 0 auto;}
.payeshdashw-guide-card {background: #ffffff;border-radius: 16px;padding: 12px;text-align: center;cursor: pointer;transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);border: 1px solid #f1f5f9;display: flex;flex-direction: column;align-items: center;position: relative;overflow: hidden;}
.payeshdashw-guide-card::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 4px;background: linear-gradient(90deg, #3b82f6, #8b5cf6);opacity: 0;transition: opacity 0.3s ease;}
.payeshdashw-guide-card:hover {transform: translateY(-6px);box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.1), 0 8px 8px -5px rgba(0, 0, 0, 0.04);border-color: #e2e8f0;}
.payeshdashw-guide-card:hover::before {opacity: 1;}
.payeshdashw-icon-wrapper {width: 48px;height: 48px;background: #eff6ff;border-radius: 12px;display: flex;align-items: center;justify-content: center;margin-bottom: 12px;color: #3b82f6;transition: all 0.3s ease;}
.payeshdashw-guide-card:hover .payeshdashw-icon-wrapper {background: #3b82f6;color: #ffffff;transform: scale(1.1) rotate(5deg);}
.payeshdashw-guide-card h3 {font-size: 1rem;color: #1e293b;font-weight: 700;margin: 0 0 7px 0;}
.payeshdashw-guide-card span {font-size: 0.8rem;color: #64748b;font-weight: 400;}
.payeshdashw-modal-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(15, 23, 42, 0.6);backdrop-filter: blur(6px);display: none;align-items: center;justify-content: center;z-index: 1000;opacity: 0;transition: opacity 0.3s ease;padding: 20px;}
.payeshdashw-modal-overlay.payeshdashw-active {display: flex;opacity: 1;}
.payeshdashw-modal-content {background: #ffffff;width: 90%;max-width: 550px;max-height: 85vh;border-radius: 24px;position: relative;transform: scale(0.95) translateY(20px);transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);overflow: hidden;display: flex;flex-direction: column;}
.payeshdashw-modal-overlay.payeshdashw-active .payeshdashw-modal-content {transform: scale(1) translateY(0);}
.payeshdashw-modal-header {display: flex;align-items: center;justify-content: space-between;padding: 24px 30px;background: #f8fafc;border-bottom: 1px solid #e2e8f0;flex-shrink: 0;}
.payeshdashw-modal-title-wrapper {display: flex;align-items: center;gap: 12px;}
.payeshdashw-modal-icon {width: 40px;height: 40px;background: #eff6ff;color: #3b82f6;border-radius: 10px;display: flex;align-items: center;justify-content: center;}
.payeshdashw-modal-title {font-size: 1.2rem;color: #0f172a;font-weight: 700;}
.payeshdashw-close-btn {width: 36px;height: 36px;background: #ffffff;border-radius: 10px;display: flex;align-items: center;justify-content: center;cursor: pointer;color: #64748b;border: 1px solid #e2e8f0;transition: all 0.2s;}
.payeshdashw-close-btn:hover {background: #fef2f2;color: #ef4444;border-color: #fecaca;}
.payeshdashw-modal-body {padding: 30px;overflow-y: auto;flex: 1;}
.payeshdashw-modal-body::-webkit-scrollbar {width: 8px;}
.payeshdashw-modal-body::-webkit-scrollbar-track {background: #f1f5f9;border-radius: 10px;}
.payeshdashw-modal-body::-webkit-scrollbar-thumb {background: #cbd5e1;border-radius: 10px;}
.payeshdashw-modal-body::-webkit-scrollbar-thumb:hover {background: #94a3b8;}
.payeshdashw-info-box {background: #f0fdf4;border: 1px solid #bbf7d0;border-radius: 12px;padding: 16px;display: flex;align-items: center;gap: 12px;margin-bottom: 24px;color: #166534;font-size: 0.9rem;}
.payeshdashw-modal-text {color: #475569;line-height: 1.8;font-size: 0.95rem;text-align: justify;margin-bottom: 20px;}
.payeshdashw-modal-list {list-style: none;padding: 0;}
.payeshdashw-modal-list li {position: relative;padding-right: 24px;margin-bottom: 12px;color: #334155;font-size: 0.95rem;}
.payeshdashw-modal-list li::before {content: '';position: absolute;right: 0;top: 8px;width: 8px;height: 8px;background: #3b82f6;border-radius: 50%;}