.rmp-lpt-login-wrap{--rmp-gradient-start:#0a3f8f;--rmp-gradient-end:#37c9f5;--rmp-accent:#1a8fe3;--rmp-font:'Vazirmatn', Tahoma, sans-serif;min-height:100vh;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex;align-items:center;justify-content:center;padding:40px 16px;background:linear-gradient(180deg,var(--rmp-gradient-start),var(--rmp-gradient-end));border-radius:0;font-family:var(--rmp-font);box-sizing:border-box}.rmp-lpt-login-wrap *{font-family:inherit;box-sizing:border-box}.rmp-lpt-card{background:#fff;width:100%;max-width:420px;border-radius:22px;padding:40px 30px;box-shadow:0 30px 60px -20px rgb(10 63 143 / .35),0 8px 24px rgb(15 23 42 / .08);text-align:center;position:relative;overflow:hidden}.rmp-lpt-logo{max-width:160px;max-height:70px;width:auto;height:auto;margin:0 auto 16px;display:block}.rmp-lpt-title{font-size:26px;font-weight:800;letter-spacing:-.3px;color:#14213d;margin-bottom:26px}.rmp-lpt-step label{display:block;text-align:right;font-size:14px;color:#333;margin-bottom:6px}.rmp-lpt-input{width:100%;box-sizing:border-box;padding:14px 16px;border-radius:12px;border:1.5px solid #e6e8ec;background:#f7f8fa;font-size:15px;font-family:inherit;line-height:1.9;margin-bottom:18px;text-align:right;direction:rtl;unicode-bidi:plaintext;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.rmp-lpt-input::placeholder{font-family:inherit;unicode-bidi:plaintext;opacity:.65}.rmp-lpt-input:focus{outline:none;border-color:var(--rmp-accent);background:#fff;box-shadow:0 0 0 4px rgb(26 143 227 / .13)}.rmp-lpt-identifier-wrap,.rmp-lpt-password-wrap{display:flex!important;align-items:stretch;gap:4px;background:#f7f8fa;border:1.5px solid #e6e8ec;border-radius:12px;margin-bottom:18px;padding:5px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.rmp-lpt-identifier-wrap:focus-within,.rmp-lpt-password-wrap:focus-within{border-color:var(--rmp-accent);background:#fff;box-shadow:0 0 0 4px rgb(26 143 227 / .13)}.rmp-lpt-identifier-wrap .rmp-lpt-input,.rmp-lpt-password-wrap .rmp-lpt-input{flex:1 1 auto;min-width:0;order:0;border:none;background:#fff0;margin:0;padding:11px 8px;border-radius:8px}.rmp-lpt-identifier-wrap .rmp-lpt-input:focus,.rmp-lpt-password-wrap .rmp-lpt-input:focus{outline:none;box-shadow:none;background:#fff0}.rmp-lpt-identifier-wrap.is-locked{background:#fdf6d3;border-color:#e9d97a}.rmp-lpt-identifier-wrap.is-locked .rmp-lpt-input{color:#4a3f10;cursor:pointer}.rmp-lpt-identifier-wrap.is-locked:focus-within{box-shadow:0 0 0 4px rgb(233 217 122 / .35)}.rmp-lpt-identifier-wrap.is-locked .rmp-lpt-inline-submit{display:none}.rmp-lpt-identifier-wrap .rmp-lpt-inline-submit{order:-1}.rmp-lpt-password-block .rmp-lpt-password-wrap .rmp-lpt-inline-submit{order:-2}.rmp-lpt-password-block .rmp-lpt-password-wrap .rmp-lpt-toggle-pass{order:-1}.rmp-lpt-toggle-pass{flex:0 0 auto;align-self:center;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:none;background:#fff0;color:#8a8f98;cursor:pointer;padding:0;border-radius:8px}.rmp-lpt-toggle-pass:hover,.rmp-lpt-toggle-pass:focus-visible{color:#4a4f58;background:rgb(0 0 0 / .04)}.rmp-lpt-toggle-pass .rmp-icon svg{width:19px;height:19px}.rmp-lpt-inline-submit{flex:0 0 auto;align-self:center;width:42px;height:42px;border-radius:9px;display:flex;align-items:center;justify-content:center;border:none;background:var(--rmp-accent,#1a8fe3);color:#fff;cursor:pointer;padding:0;box-shadow:0 4px 10px -4px rgb(26 143 227 / .6);transition:background .15s ease,transform .15s ease,opacity .15s ease}.rmp-lpt-inline-submit:hover,.rmp-lpt-inline-submit:focus-visible{background:var(--rmp-gradient-start);transform:translateX(2px)}.rmp-lpt-inline-submit:disabled{opacity:.5;cursor:default;transform:none}.rmp-lpt-inline-submit .rmp-icon svg{width:18px;height:18px}.rmp-lpt-password-block{margin-top:4px}.rmp-lpt-password-meta-row{text-align:left;margin:-4px 0 4px}.rmp-lpt-password-meta-row .rmp-lpt-forgot-link{margin:0}.rmp-lpt-btn{width:100%;padding:15px;border:none;border-radius:13px;background:#1a8fe3;background:linear-gradient(135deg,var(--rmp-gradient-start),var(--rmp-gradient-end));color:#fff;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 12px 24px -8px rgb(10 63 143 / .5);transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.rmp-lpt-btn:hover{transform:translateY(-1px);box-shadow:0 16px 28px -8px rgb(10 63 143 / .55)}.rmp-lpt-btn:active{transform:translateY(0);box-shadow:0 8px 16px -8px rgb(10 63 143 / .4)}.rmp-lpt-btn:disabled{opacity:.7;cursor:default;transform:none;box-shadow:none}.rmp-lpt-btn-secondary{background:#fff!important;border:1.5px solid #1a8fe3!important;border-color:var(--rmp-accent,#1a8fe3)!important;color:#1a8fe3!important;color:var(--rmp-accent,#1a8fe3)!important;margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:none;transition:transform .15s ease,background .15s ease}.rmp-lpt-btn-secondary .rmp-icon svg{width:18px;height:18px;flex:0 0 auto;color:inherit;stroke:currentColor}.rmp-lpt-btn-secondary:hover{background:#f2f8fd!important;transform:translateY(-1px)}.rmp-lpt-btn-secondary:active{transform:translateY(0)}.rmp-lpt-channels{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.rmp-lpt-back{display:inline-flex;align-items:center;gap:3px;margin-top:16px;color:#9aa1ab;font-size:13px;font-weight:600;text-decoration:none;transition:color .15s ease}.rmp-lpt-back::before{content:"›";font-size:15px;line-height:1}.rmp-lpt-back:hover{color:var(--rmp-accent,#1a8fe3)}.rmp-lpt-forgot-link{display:block;margin-top:14px;color:#1a8fe3;color:var(--rmp-accent,#1a8fe3);font-size:13.5px;text-decoration:none}.rmp-lpt-forgot-link:hover{text-decoration:underline}.rmp-lpt-field-hint{font-size:12.5px;color:#8a93a0;margin:0 0 8px;line-height:1.6;text-align:right}.rmp-lpt-hint-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:14px}.rmp-lpt-hint-row .rmp-lpt-field-hint{margin:0}.rmp-lpt-hint-row .rmp-lpt-forgot-link{margin:0;white-space:nowrap}.rmp-lpt-identifier-hint{text-align:center;margin:0 0 16px;line-height:1.9;background:#f1f6fc;border-radius:12px;padding:10px 14px}.rmp-lpt-identifier-hint-line{display:block;font-size:13px;font-weight:700;color:#35578a}.rmp-lpt-otp-boxes{display:flex;justify-content:space-between;gap:8px;margin-bottom:18px;transition:opacity .15s ease}.rmp-lpt-otp-boxes.is-loading{opacity:.55;pointer-events:none}.rmp-lpt-otp-box{width:46px;height:54px;flex:0 0 auto;text-align:center;font-size:20px;font-weight:700;border-radius:12px;border:1px solid #e2e2e2;background:#f7f8fa;padding:0}.rmp-lpt-otp-box:focus{outline:none;border-color:var(--rmp-accent,#1a8fe3);background:#fff}.rmp-lpt-otp-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;margin-bottom:6px}.rmp-lpt-otp-timer{color:#8a93a0;direction:ltr}.rmp-lpt-edit-mobile{display:inline-flex;align-items:center;gap:4px;color:#1a8fe3;color:var(--rmp-accent,#1a8fe3);text-decoration:none}.rmp-lpt-edit-mobile:hover{text-decoration:underline}.rmp-lpt-edit-mobile .rmp-icon svg{width:14px;height:14px}.rmp-lpt-otp-resend-wrap{margin:4px 0 0}.rmp-lpt-resend-otp{color:#1a8fe3;color:var(--rmp-accent,#1a8fe3);font-size:13.5px;text-decoration:none}.rmp-lpt-resend-otp:hover{text-decoration:underline}.rmp-lpt-hint{font-size:14px;color:#555;margin-bottom:16px}.rmp-lpt-msg{border-radius:10px;padding:10px 14px;margin-bottom:16px;font-size:14px}.rmp-lpt-msg.is-error{background:#fdecea;color:#b3261e}.rmp-lpt-msg.is-success{background:#e6f6ec;color:#1e7e34}.rmp-lpt-hp-wrap{position:absolute;left:-9999px;top:-9999px;height:0;width:0;overflow:hidden}.rmp-lpt-captcha-answer{max-width:140px}.rmp-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0}.rmp-icon svg{width:1.15em;height:1.15em}@media (max-width:480px){.rmp-lpt-card{padding:28px 18px;border-radius:16px}.rmp-lpt-otp-box{width:40px;height:48px;font-size:18px}}.rmp-lpt-login-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px;visibility:hidden;opacity:0;transition:opacity .2s ease,visibility .2s ease}.rmp-lpt-login-modal.is-open{visibility:visible;opacity:1}.rmp-lpt-modal-backdrop{position:absolute;inset:0;background:rgb(15 23 42 / .55);backdrop-filter:blur(2px)}.rmp-lpt-modal-panel{position:relative;z-index:1;width:100%;max-width:420px;max-height:92vh;overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:20px;background:#fff0;transform:translateY(12px) scale(.98);transition:transform .22s ease}.rmp-lpt-login-modal.is-open .rmp-lpt-modal-panel{transform:translateY(0) scale(1)}.rmp-lpt-modal-close{position:absolute;top:12px;left:12px;z-index:2;width:34px;height:34px;border-radius:50%;border:1.5px solid rgb(15 23 42 / .12);background:#f1f3f6;color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px rgb(0 0 0 / .15)}.rmp-lpt-modal-close-x{font-size:22px;line-height:1;font-weight:400;color:#333;margin-top:-2px}.rmp-lpt-modal-close:hover{background:#fff;border-color:var(--rmp-accent,#1a8fe3);color:var(--rmp-accent,#1a8fe3)}.rmp-lpt-modal-close:hover .rmp-lpt-modal-close-x{color:var(--rmp-accent,#1a8fe3)}.rmp-lpt-modal-panel .rmp-lpt-login-wrap{min-height:0;width:100%;margin:0;padding:0;background:none;border-radius:20px}.rmp-lpt-modal-panel .rmp-lpt-card{max-width:none;border-radius:20px}body.rmp-lpt-modal-open{overflow:hidden}.rmp-lpt-btn.is-loading,.rmp-lpt-btn-secondary.is-loading{display:flex;align-items:center;justify-content:center;gap:9px;cursor:default;opacity:.9}.rmp-lpt-spinner{display:inline-block;width:16px;height:16px;flex:0 0 auto;border:2.5px solid currentColor;border-top-color:#fff0;border-right-color:#fff0;border-radius:50%;opacity:.9;animation:rmp-lpt-spin .8s linear infinite}@keyframes rmp-lpt-spin{to{transform:rotate(360deg)}}@font-face{font-family:'Vazirmatn';src:url(https://rnp.co.ir/wp-content/plugins/rmp-login-panel-tickets/assets/fonts/Vazirmatn-Variable.woff2) format('woff2-variations'),url(https://rnp.co.ir/wp-content/plugins/rmp-login-panel-tickets/assets/fonts/Vazirmatn-Variable.woff2) format('woff2');font-weight:100 900;font-style:normal;font-display:swap}:root{--rmp-gradient-start:#0a3f8f;--rmp-gradient-end:#37c9f5;--rmp-accent:#515151;--rmp-font:'Vazirmatn', Tahoma, sans-serif;--rmp-usericon-radius:50%;--rmp-usericon-size:45px;--rmp-usericon-bg:transparent;--rmp-usericon-border-color:#0060fc;--rmp-usericon-border-width:2px;--rmp-btn-bg:#efefef;--rmp-btn-color:#ffffff;--rmp-btn-radius:8px;--rmp-btn-border-color:transparent;--rmp-btn-border-width:0px}