@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&display=swap');
:root{--dr-bg:#f6f8fb;--dr-card:#fff;--dr-text:#182230;--dr-muted:#667085;--dr-line:#e5eaf0;--dr-primary:#092662;--dr-primary-dark:#061a43;--dr-accent:#e8eef9;--dr-danger:#b42318;--dr-warning:#b54708;--dr-radius:16px}
.drcrm-shell{font-family:"Vazirmatn",Tahoma,Arial,sans-serif;background:var(--dr-bg);color:var(--dr-text);min-height:100vh;border-radius:0;overflow:hidden;box-sizing:border-box}
.drcrm-shell *{box-sizing:border-box}
.drcrm-topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 28px;background:#fff;border-bottom:1px solid var(--dr-line)}
.drcrm-brand{font-size:22px;font-weight:800;letter-spacing:-.5px}
.drcrm-brand span{color:var(--dr-primary)}
.drcrm-panel-title{color:var(--dr-muted);font-size:13px;margin-top:4px}
.drcrm-user{display:flex;gap:16px;align-items:center;font-size:14px}
.drcrm-user a{color:var(--dr-danger);text-decoration:none}
.drcrm-tabs{display:flex;gap:4px;padding:0 28px;background:#fff;border-bottom:1px solid var(--dr-line);overflow-x:auto}
.drcrm-tabs a{padding:15px 16px;text-decoration:none;color:var(--dr-muted);white-space:nowrap;border-bottom:3px solid transparent;font-size:14px}
.drcrm-tabs a.active{color:var(--dr-primary);border-color:var(--dr-primary);font-weight:700}
.drcrm-main{max-width:1080px;margin:auto;padding:28px}
.drcrm-card,.drcrm-lead-card,.drcrm-empty{background:var(--dr-card);border:1px solid var(--dr-line);border-radius:var(--dr-radius);padding:22px;box-shadow:0 4px 20px rgba(16,24,40,.035);margin-bottom:18px}
.drcrm-narrow{max-width:560px;margin:0 auto}
.drcrm-card h2,.drcrm-leads-head h2{font-size:19px;margin:0 0 8px}
.drcrm-muted{color:var(--dr-muted);font-size:13px;margin:0 0 20px}
.drcrm-form{display:grid;gap:16px}
.drcrm-form label{display:grid;gap:8px;font-size:13px;font-weight:700;color:#344054}
.drcrm-form input,.drcrm-form select,.drcrm-form textarea,.drcrm-inline-form input{width:100%;border:1px solid #cfd6df;border-radius:10px;background:#fff;padding:11px 12px;color:var(--dr-text);font:inherit;outline:none}
.drcrm-form input:focus,.drcrm-form select:focus,.drcrm-form textarea:focus,.drcrm-inline-form input:focus{border-color:var(--dr-primary);box-shadow:0 0 0 3px rgba(9,38,98,.1)}
.drcrm-btn{appearance:none;border:0;border-radius:10px;padding:11px 18px;font:inherit;font-size:13px;font-weight:700;cursor:pointer;text-decoration:none;white-space:nowrap}
.drcrm-btn-primary{background:var(--dr-primary);color:#fff}
.drcrm-btn-primary:hover{background:var(--dr-primary-dark)}
.drcrm-btn-light{background:#eef2f5;color:#344054}
.drcrm-form small{color:var(--dr-muted);font-size:11px}
.drcrm-login-shell{display:grid;place-items:center;min-height:100vh;padding:24px}
.drcrm-login-card{width:min(420px,100%);background:#fff;border:1px solid var(--dr-line);border-radius:22px;padding:34px;box-shadow:0 18px 45px rgba(16,24,40,.09)}
.drcrm-login-card h1{font-size:24px;margin:22px 0 8px}
.drcrm-login-card>p{color:var(--dr-muted);font-size:13px;margin-bottom:22px}
.drcrm-notice{padding:13px 15px;border-radius:10px;margin:0 0 18px;font-size:13px}
.drcrm-success{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}
.drcrm-error{background:#fef3f2;color:#b42318;border:1px solid #fecdca}
.drcrm-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}
.drcrm-stat{background:#fff;border:1px solid var(--dr-line);border-radius:14px;padding:18px;display:grid;gap:7px}
.drcrm-stat strong{font-size:24px;color:var(--dr-primary)}
.drcrm-stat span{font-size:12px;color:var(--dr-muted)}
.drcrm-table-wrap{overflow:auto;margin-top:18px}
.drcrm-table-wrap table{width:100%;border-collapse:collapse;min-width:680px}
.drcrm-table-wrap th,.drcrm-table-wrap td{text-align:right;padding:13px 10px;border-bottom:1px solid var(--dr-line);font-size:12px}
.drcrm-table-wrap th{color:var(--dr-muted);font-weight:700}
.drcrm-badge{display:inline-block;padding:5px 9px;border-radius:20px;font-size:11px;font-weight:700;background:#eef2f6;color:#475467}
.status-new{background:#eff8ff;color:#175cd3}
.status-followup{background:#fffaeb;color:#b54708}
.status-payment_pending{background:#fff0e5;color:#b54708}
.status-won{background:#ecfdf3;color:#027a48}
.status-cancelled{background:#fef3f2;color:#b42318}
.drcrm-privacy-note{font-size:12px;color:var(--dr-muted);text-align:center}
.drcrm-option-group{max-width:760px;margin-left:auto;margin-right:auto}
.drcrm-inline-form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;margin:14px 0}
.drcrm-option-list{border-top:1px solid var(--dr-line);padding-top:8px}
.drcrm-option-row{grid-template-columns:1fr auto auto;margin:8px 0}
.drcrm-check{display:flex!important;align-items:center;gap:6px!important;font-size:12px!important;white-space:nowrap}
.drcrm-check input{width:auto}
.drcrm-leads-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.drcrm-lead-card{padding:0;overflow:hidden}
.drcrm-lead-card summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px}
.drcrm-lead-card summary::-webkit-details-marker{display:none}
.drcrm-lead-card summary>div{display:grid;gap:6px}
.drcrm-lead-card summary>div:last-child{text-align:left;justify-items:end}
.drcrm-lead-card summary strong{font-size:17px}
.drcrm-lead-card summary span:not(.drcrm-badge),.drcrm-lead-card summary small{font-size:12px;color:var(--dr-muted)}
.drcrm-lead-body{border-top:1px solid var(--dr-line);padding:20px;background:#fbfcfd}
.drcrm-lead-meta{display:flex;flex-wrap:wrap;gap:14px 24px;font-size:12px;color:var(--dr-muted);padding-bottom:18px}
.drcrm-lead-meta b{color:#344054}
.drcrm-report-form{max-width:720px}
.drcrm-result-fields{display:none;background:#fff;border:1px solid var(--dr-line);border-radius:12px;padding:16px}
.drcrm-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.drcrm-installments{margin-top:16px}
.drcrm-installment-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.drcrm-installment-row{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;margin-bottom:8px}
.drcrm-remove-installment{background:#fef3f2;color:var(--dr-danger);padding:10px 12px}
.drcrm-sum-hint{display:block;margin-top:8px}
.drcrm-empty{text-align:center;color:var(--dr-muted);font-size:14px;padding:44px}
.drcrm-admin-switch{display:flex;gap:8px;justify-content:center;background:#182230;padding:8px}
.drcrm-admin-switch a{color:#fff;text-decoration:none;font-size:12px;padding:5px 10px}
.drcrm-sales-stats .drcrm-stat:first-child{background:var(--dr-primary);border-color:var(--dr-primary)}
.drcrm-sales-stats .drcrm-stat:first-child strong,.drcrm-sales-stats .drcrm-stat:first-child span{color:#fff}
.drcrm-date-control{display:block;position:relative}
.drcrm-date-control input{padding-left:48px!important;cursor:pointer}
.drcrm-calendar-button{position:absolute;left:5px;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;border-radius:9px;background:#e9eef8;color:var(--dr-primary);display:grid;place-items:center;cursor:pointer}
.drcrm-calendar-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.drcrm-modal-open{overflow:hidden}
.drcrm-date-overlay{position:fixed;inset:0;z-index:999999;background:rgba(15,23,42,.52);backdrop-filter:blur(3px);display:none;align-items:center;justify-content:center;padding:18px;font-family:"Vazirmatn",Tahoma,Arial,sans-serif;direction:rtl}
.drcrm-date-overlay.open{display:flex}
.drcrm-date-dialog{position:relative;width:min(560px,100%);background:#fff;border:1px solid #e5eaf0;border-radius:24px;padding:24px;box-shadow:0 28px 80px rgba(15,23,42,.24)}
.drcrm-date-close{position:absolute;left:18px;top:18px;width:34px;height:34px;border:0;border-radius:50%;background:#f2f4f7;color:#475467;font:24px/1 "Vazirmatn";cursor:pointer}
.drcrm-date-heading{display:flex;align-items:center;gap:12px;padding-left:42px}
.drcrm-date-heading h3{font-size:20px;margin:0 0 4px}
.drcrm-date-heading p{font-size:12px;color:#667085;margin:0}
.drcrm-date-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:#e9eef8;color:#092662;font-size:20px}
.drcrm-today-sample{display:flex;justify-content:space-between;gap:12px;align-items:center;background:#f4faf8;border:1px solid #d8eee8;border-radius:12px;padding:11px 14px;margin:18px 0;font-size:12px;color:#475467}
.drcrm-today-sample b{color:#092662;font-size:14px}
.drcrm-wheels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));direction:rtl;gap:10px;position:relative}
.drcrm-wheel-day{grid-column:1}
.drcrm-wheel-month{grid-column:2}
.drcrm-wheel-year{grid-column:3}
.drcrm-wheel{text-align:center;min-width:0}
.drcrm-wheel>strong{display:block;color:#667085;font-size:12px;margin-bottom:5px}
.drcrm-wheel-step{width:100%;height:28px;border:0;background:transparent;color:#98a2b3;font-size:18px;cursor:pointer}
.drcrm-wheel-list{height:164px;overflow-y:auto;scroll-snap-type:y mandatory;scrollbar-width:none;border-radius:12px;background:linear-gradient(#f8fafb,#fff 35%,#fff 65%,#f8fafb);padding:62px 4px}
.drcrm-wheel-list::-webkit-scrollbar{display:none}
.drcrm-wheel-item{display:block;width:100%;height:40px;border:0;background:transparent;border-radius:9px;color:#667085;font:500 14px "Vazirmatn";scroll-snap-align:center;cursor:pointer}
.drcrm-wheel-item.selected{background:#e9eef8;color:#092662;font-weight:800;box-shadow:inset 0 0 0 1px #b8c8e8}
.drcrm-date-actions{display:flex;gap:10px;justify-content:flex-end;border-top:1px solid #eef1f4;margin-top:18px;padding-top:18px}
.drcrm-date-actions button{border:0;border-radius:10px;padding:10px 18px;font:700 13px "Vazirmatn";cursor:pointer}
.drcrm-date-cancel{background:#f2f4f7;color:#344054}
.drcrm-date-confirm{background:#092662;color:#fff}
@media(max-width:760px){.drcrm-topbar{padding:17px}
.drcrm-user span{display:none}
.drcrm-tabs{padding:0 10px}
.drcrm-main{padding:16px}
.drcrm-stats{grid-template-columns:1fr 1fr}
.drcrm-card{padding:17px}
.drcrm-grid-2{grid-template-columns:1fr}
.drcrm-lead-card summary{align-items:flex-start}
.drcrm-inline-form,.drcrm-option-row{grid-template-columns:1fr}
.drcrm-option-row .drcrm-btn{width:100%}
.drcrm-installment-row{grid-template-columns:1fr 1fr}
.drcrm-installment-row .drcrm-remove-installment{grid-column:1/-1}
.drcrm-login-card{padding:25px}
.drcrm-date-dialog{padding:20px 14px;border-radius:20px}
.drcrm-wheels{gap:5px}
.drcrm-wheel-list{height:150px;padding:55px 2px}
.drcrm-wheel-item{font-size:13px}
.drcrm-date-actions button{flex:1}
.drcrm-today-sample{align-items:flex-start;flex-direction:column}
}
@media(max-width:420px){.drcrm-stats{grid-template-columns:1fr}
.drcrm-brand{font-size:19px}
}

/* Shared login — version 1.3 */
.drcrm-login-shell{position:relative;overflow:hidden;background:radial-gradient(circle at 15% 10%,#e9eef8 0,transparent 34%),linear-gradient(145deg,#f7faf9,#edf3f6);padding:32px}
.drcrm-login-layout{width:min(1040px,100%);min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid rgba(216,226,231,.9);border-radius:30px;overflow:hidden;box-shadow:0 30px 90px rgba(24,34,48,.14)}
.drcrm-login-intro{position:relative;overflow:hidden;padding:48px;color:#fff;background:linear-gradient(155deg,#061a43 0%,#092662 52%,#164a96 100%);display:flex;flex-direction:column;isolation:isolate}
.drcrm-login-intro:after{content:"";position:absolute;inset:auto -12% -35% 12%;height:70%;border:1px solid rgba(255,255,255,.14);border-radius:50%;z-index:-1;transform:rotate(-12deg)}
.drcrm-login-orb{position:absolute;border-radius:50%;filter:blur(1px);z-index:-1}.drcrm-login-orb-one{width:250px;height:250px;background:rgba(92,135,214,.18);left:-90px;top:-80px}.drcrm-login-orb-two{width:160px;height:160px;background:rgba(255,255,255,.08);right:-60px;bottom:100px}
.drcrm-login-brand{font-size:25px}.drcrm-login-brand span{color:#a9c4ff}.drcrm-login-copy{margin:auto 0}.drcrm-eyebrow{display:inline-flex;padding:7px 12px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);border-radius:30px;font-size:11px;margin-bottom:18px}
.drcrm-login-copy h2{font-size:34px;line-height:1.65;letter-spacing:-1.3px;margin:0 0 14px;color:#fff}.drcrm-login-copy p{max-width:430px;font-size:13px;line-height:2;color:rgba(255,255,255,.76);margin:0}
.drcrm-role-pills{display:flex;gap:8px;flex-wrap:wrap;margin:25px 0}.drcrm-role-pills span{display:flex;align-items:center;gap:7px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.13);font-size:12px}.drcrm-role-pills i{font-style:normal;color:#a9c4ff;font-size:16px}
.drcrm-login-secure{display:flex;align-items:center;gap:11px;border-top:1px solid rgba(255,255,255,.14);padding-top:22px}.drcrm-login-secure>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.12);color:#a9ead7}.drcrm-login-secure div{display:grid;gap:2px}.drcrm-login-secure b{font-size:12px}.drcrm-login-secure small{font-size:10px;color:rgba(255,255,255,.65)}
.drcrm-login-card{width:auto;border:0;border-radius:0;padding:70px 58px;box-shadow:none;display:flex;flex-direction:column;justify-content:center}.drcrm-login-mobile-brand{display:none}.drcrm-login-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#e9eef8;color:#092662;margin-bottom:22px}.drcrm-login-icon svg,.drcrm-input-with-icon svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.drcrm-login-icon svg{width:29px;height:29px}
.drcrm-login-card h1{margin:0 0 8px;font-size:29px;letter-spacing:-.8px}.drcrm-login-card>p{margin:0 0 26px;font-size:13px}.drcrm-login-form{gap:18px}.drcrm-login-form label>span:first-child{font-size:12px}.drcrm-input-with-icon{position:relative;display:block}.drcrm-input-with-icon svg{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#98a2b3;z-index:1}.drcrm-login-form .drcrm-input-with-icon input{padding:13px 45px 13px 13px;min-height:50px;background:#fbfcfd;border-color:#dce3e8}.drcrm-login-form .drcrm-input-with-icon input:focus{background:#fff}.drcrm-login-submit{min-height:50px;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:2px;box-shadow:0 9px 20px rgba(9,38,98,.2)}.drcrm-login-submit b{font-size:18px}.drcrm-login-help{text-align:center!important;color:#98a2b3!important;line-height:1.8}.drcrm-return-admin{color:#fff!important;background:#092662;padding:8px 13px;border-radius:9px;font-weight:700}
@media(max-width:860px){.drcrm-login-shell{padding:20px}.drcrm-login-layout{grid-template-columns:1fr;min-height:auto;max-width:520px}.drcrm-login-intro{padding:30px;min-height:270px}.drcrm-login-copy{margin:35px 0 10px}.drcrm-login-copy h2{font-size:26px;line-height:1.55}.drcrm-login-copy p,.drcrm-role-pills,.drcrm-login-secure{display:none}.drcrm-login-card{padding:38px 34px}.drcrm-login-icon{display:none}}
@media(max-width:520px){.drcrm-login-shell{padding:0;background:#fff}.drcrm-login-layout{width:100%;min-height:100vh;border:0;border-radius:0;box-shadow:none;display:block}.drcrm-login-intro{display:none}.drcrm-login-card{min-height:100vh;padding:34px 23px}.drcrm-login-mobile-brand{display:block;position:absolute;top:25px;right:23px}.drcrm-login-icon{display:grid;margin-top:54px}.drcrm-login-card h1{font-size:26px}.drcrm-user{gap:8px}.drcrm-return-admin{padding:7px 9px;font-size:11px}}

/* Panels — version 1.4, organization color #092662 */
.drcrm-shell{background:linear-gradient(180deg,#f5f7fb 0,#f8f9fc 240px,#f4f6f9 100%)}
.drcrm-topbar{min-height:92px;padding:20px clamp(18px,4vw,48px);color:#fff;border:0;background:linear-gradient(115deg,#061a43 0%,#092662 56%,#164a96 100%);box-shadow:0 12px 32px rgba(9,38,98,.18);position:relative;overflow:hidden}
.drcrm-topbar:after{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(255,255,255,.09);border-radius:50%;left:-70px;top:-175px}.drcrm-head-brand{display:flex;align-items:center;gap:22px;position:relative;z-index:1}.drcrm-head-brand .drcrm-brand{font-size:24px;padding-left:22px;border-left:1px solid rgba(255,255,255,.2)}.drcrm-head-brand .drcrm-brand span{color:#a9c4ff}.drcrm-panel-kicker{display:block;color:#a9c4ff;font-size:10px;font-weight:700;margin-bottom:2px}.drcrm-panel-title{color:#fff;font-size:14px;font-weight:800;margin:0}
.drcrm-user{position:relative;z-index:1;gap:10px}.drcrm-user-avatar{width:42px;height:42px;display:grid;place-items:center;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.16);border-radius:13px;font-size:17px;font-weight:800}.drcrm-user-info{display:grid;gap:1px;margin-left:8px}.drcrm-user-info b{font-size:12px}.drcrm-user-info small{font-size:9px;color:rgba(255,255,255,.63)}.drcrm-logout{color:#fff!important;border:1px solid rgba(255,255,255,.2);padding:8px 13px;border-radius:9px}.drcrm-return-admin{background:#fff;color:#092662!important}
.drcrm-tabs{justify-content:center;gap:10px;padding:12px 20px;background:rgba(255,255,255,.96);border-bottom:1px solid #dfe5ef;box-shadow:0 7px 20px rgba(9,38,98,.045);position:sticky;top:0;z-index:30}.drcrm-tabs a{display:flex;align-items:center;gap:8px;min-width:145px;justify-content:center;padding:11px 18px;border:1px solid transparent;border-radius:11px;color:#667085;font-weight:600}.drcrm-tabs a i{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:#f0f3f8;color:#667085;font-style:normal;font-size:15px}.drcrm-tabs a.active{color:#092662;background:#edf2fb;border-color:#ccd8ed;font-weight:800}.drcrm-tabs a.active i{background:#092662;color:#fff}.drcrm-tabs a:hover{color:#092662;background:#f6f8fc}
.drcrm-main{max-width:1160px;padding:30px clamp(15px,3vw,34px) 60px}.drcrm-page-banner{position:relative;display:flex;align-items:center;gap:15px;min-height:112px;margin-bottom:20px;padding:22px 25px;background:#fff;border:1px solid #dfe5ef;border-radius:18px;overflow:hidden;box-shadow:0 8px 28px rgba(9,38,98,.055)}.drcrm-page-banner:before{content:"";position:absolute;right:0;top:0;bottom:0;width:5px;background:#092662}.drcrm-page-banner-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:#edf2fb;color:#092662}.drcrm-page-banner-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.drcrm-page-banner h1{font-size:20px;margin:0 0 5px;color:#17213a}.drcrm-page-banner p{font-size:12px;color:#697386;margin:0}.drcrm-page-banner-mark{position:absolute;left:22px;color:#092662;font-size:52px;font-weight:900;opacity:.035;letter-spacing:-4px}
.drcrm-card,.drcrm-lead-card,.drcrm-empty{border-color:#dfe5ef;border-radius:18px;box-shadow:0 8px 27px rgba(9,38,98,.05)}.drcrm-card{padding:24px}.drcrm-card h2{color:#17213a}.drcrm-narrow{max-width:680px}.drcrm-narrow:before{content:"اطلاعات لید";display:inline-flex;padding:5px 10px;margin-bottom:15px;color:#092662;background:#edf2fb;border-radius:20px;font-size:10px;font-weight:800}.drcrm-form input,.drcrm-form select,.drcrm-form textarea,.drcrm-inline-form input{min-height:46px;border-color:#d5dce8;border-radius:11px;background:#fbfcfe}.drcrm-form textarea{min-height:95px}.drcrm-form input:focus,.drcrm-form select:focus,.drcrm-form textarea:focus,.drcrm-inline-form input:focus{background:#fff;box-shadow:0 0 0 4px rgba(9,38,98,.08)}.drcrm-btn{min-height:43px;border-radius:11px;transition:transform .15s,box-shadow .15s}.drcrm-btn:hover{transform:translateY(-1px)}.drcrm-btn-primary{box-shadow:0 7px 16px rgba(9,38,98,.17)}
.drcrm-preview-notice{background:#edf2fb;color:#092662;border:1px solid #cbd7eb;line-height:1.8}.drcrm-login-submit:disabled{opacity:.65;cursor:not-allowed;transform:none!important;box-shadow:none}
.drcrm-stats{gap:16px}.drcrm-stat{position:relative;overflow:hidden;min-height:112px;padding:20px;border-color:#dfe5ef;border-radius:17px;box-shadow:0 7px 22px rgba(9,38,98,.045)}.drcrm-stat:after{content:"";position:absolute;width:65px;height:65px;border-radius:50%;background:#edf2fb;left:-25px;bottom:-30px}.drcrm-stat strong,.drcrm-stat span{position:relative;z-index:1}.drcrm-stat strong{font-size:27px}.drcrm-stat span{font-weight:600}.drcrm-sales-stats .drcrm-stat:first-child{background:linear-gradient(135deg,#092662,#164a96)}
.drcrm-table-wrap table{border-collapse:separate;border-spacing:0}.drcrm-table-wrap th{background:#f4f6fa;color:#526078}.drcrm-table-wrap th:first-child{border-radius:0 10px 10px 0}.drcrm-table-wrap th:last-child{border-radius:10px 0 0 10px}.drcrm-table-wrap td{padding-top:15px;padding-bottom:15px}
.drcrm-option-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,430px),1fr));gap:18px}.drcrm-option-group{width:100%;max-width:none;margin:0}.drcrm-option-group h2:before{content:"☷";display:inline-grid;place-items:center;width:34px;height:34px;margin-left:9px;border-radius:10px;background:#edf2fb;color:#092662;font-size:16px}.drcrm-option-row{padding:8px;border:1px solid #e5e9f0;border-radius:12px;background:#fafbfd}
.drcrm-lead-list{display:grid;gap:13px}.drcrm-lead-card{border-right:4px solid #092662;transition:transform .15s,box-shadow .15s}.drcrm-lead-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(9,38,98,.09)}.drcrm-lead-card summary{padding:20px 22px}.drcrm-lead-card summary strong{color:#092662}.drcrm-lead-body{background:#f8f9fc}.drcrm-lead-meta{background:#fff;border:1px solid #e2e7ef;border-radius:11px;padding:13px;margin-bottom:18px}.drcrm-result-fields{border-color:#dce3ed;box-shadow:inset 0 0 0 1px #f5f7fa}
.drcrm-privacy-note{display:flex;justify-content:center;align-items:center;gap:7px;padding:12px;background:#edf2fb;color:#526078;border-radius:11px}.drcrm-privacy-note:before{content:"✓";width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#092662;color:#fff;font-size:10px}
@media(max-width:760px){.drcrm-topbar{min-height:78px}.drcrm-head-brand{gap:12px}.drcrm-head-brand .drcrm-brand{border:0;padding:0}.drcrm-head-brand>div:last-child{display:none}.drcrm-user-info{display:none}.drcrm-tabs{justify-content:flex-start;gap:7px}.drcrm-tabs a{min-width:auto;padding:9px 12px}.drcrm-tabs a i{width:23px;height:23px}.drcrm-main{padding-top:18px}.drcrm-page-banner{min-height:96px;padding:18px}.drcrm-page-banner-icon{width:46px;height:46px}.drcrm-page-banner h1{font-size:17px}.drcrm-page-banner p{line-height:1.8}.drcrm-page-banner-mark{display:none}.drcrm-card{padding:17px}}
@media(max-width:480px){.drcrm-topbar{padding:15px}.drcrm-user-avatar{width:36px;height:36px}.drcrm-logout{padding:7px 9px}.drcrm-return-admin{font-size:10px;padding:7px 9px}.drcrm-tabs a{font-size:11px;gap:5px}.drcrm-tabs a i{display:none}.drcrm-page-banner{align-items:flex-start}.drcrm-page-banner p{font-size:10px}.drcrm-stats{gap:10px}.drcrm-stat{min-height:95px}.drcrm-option-row{padding:10px}}

/* PWA install and mobile refinements — version 1.5 */
.drcrm-install-app{display:none;align-items:center;justify-content:center;gap:8px;width:100%;min-height:44px;border:1px solid #cbd7eb;border-radius:11px;background:#edf2fb;color:#092662;font:700 12px "Vazirmatn",Tahoma,Arial,sans-serif;cursor:pointer}.drcrm-install-app.visible{display:flex}.drcrm-install-app svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.drcrm-install-app-head{width:auto;min-height:36px;padding:7px 11px;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:#fff;white-space:nowrap}
@media(display-mode:standalone){html,body{overscroll-behavior-y:none}.drcrm-topbar{padding-top:max(20px,env(safe-area-inset-top))}.drcrm-main{padding-bottom:max(42px,env(safe-area-inset-bottom))}.drcrm-install-app{display:none!important}}
@media(max-width:600px){body.drcrm-standalone-page{width:100%;overflow-x:hidden}.drcrm-shell{width:100%;min-width:0}.drcrm-topbar{gap:10px;min-height:72px;padding:max(13px,env(safe-area-inset-top)) 13px 13px}.drcrm-head-brand .drcrm-brand{font-size:18px}.drcrm-user{gap:6px}.drcrm-user-avatar{display:none}.drcrm-install-app-head{min-height:33px;padding:6px 9px;font-size:10px}.drcrm-logout,.drcrm-return-admin{min-height:33px;display:flex;align-items:center;font-size:10px}.drcrm-tabs{top:0;width:100%;justify-content:flex-start;padding:9px 10px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.drcrm-tabs::-webkit-scrollbar{display:none}.drcrm-tabs a{flex:0 0 auto;min-width:118px;scroll-snap-align:start;padding:9px 11px}.drcrm-main{width:100%;padding:15px 11px 45px}.drcrm-page-banner{gap:11px;min-height:88px;margin-bottom:14px;padding:15px;border-radius:15px}.drcrm-page-banner-icon{flex:0 0 42px;width:42px;height:42px;border-radius:12px}.drcrm-page-banner-icon svg{width:23px;height:23px}.drcrm-page-banner h1{font-size:15px}.drcrm-page-banner p{font-size:10px;line-height:1.7}.drcrm-card,.drcrm-lead-card,.drcrm-empty{border-radius:15px;margin-bottom:13px}.drcrm-card{padding:15px}.drcrm-narrow{width:100%;max-width:none}.drcrm-form{gap:13px}.drcrm-form input,.drcrm-form select,.drcrm-form textarea,.drcrm-inline-form input{min-height:45px;font-size:13px}.drcrm-btn{width:100%;min-height:44px}.drcrm-stats{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:14px}.drcrm-stat{min-height:92px;padding:14px;border-radius:14px}.drcrm-stat strong{font-size:21px}.drcrm-stat span{font-size:10px;line-height:1.6}.drcrm-table-wrap{width:calc(100% + 4px);margin-top:13px;overflow-x:auto;-webkit-overflow-scrolling:touch}.drcrm-table-wrap table{min-width:650px}.drcrm-table-wrap th,.drcrm-table-wrap td{padding:11px 9px;font-size:11px;white-space:nowrap}.drcrm-option-groups{grid-template-columns:1fr;gap:13px}.drcrm-inline-form,.drcrm-option-row{grid-template-columns:1fr}.drcrm-check{justify-content:flex-start}.drcrm-lead-card summary{padding:15px;gap:9px}.drcrm-lead-card summary strong{font-size:15px}.drcrm-lead-body{padding:14px}.drcrm-lead-meta{display:grid;grid-template-columns:1fr;padding:11px;gap:8px}.drcrm-result-fields{padding:12px}.drcrm-installment-row{grid-template-columns:1fr}.drcrm-installment-row .drcrm-remove-installment{grid-column:auto}.drcrm-installment-title{gap:8px;align-items:flex-start;flex-direction:column}.drcrm-installment-title .drcrm-btn{width:100%}.drcrm-date-overlay{padding:10px}.drcrm-date-dialog{max-height:calc(100vh - 20px);overflow:auto}.drcrm-date-heading h3{font-size:17px}.drcrm-wheel-list{height:140px;padding-top:50px;padding-bottom:50px}.drcrm-login-form .drcrm-install-app{margin-top:-5px}}
@media(max-width:390px){.drcrm-head-brand .drcrm-brand{font-size:16px}.drcrm-install-app-head span{font-size:0}.drcrm-install-app-head span:after{content:"نصب";font-size:9px}.drcrm-tabs a{min-width:105px}.drcrm-stats{grid-template-columns:1fr}.drcrm-page-banner-icon{display:none}.drcrm-login-card{padding-left:18px;padding-right:18px}.drcrm-wheels{gap:3px}.drcrm-wheel-item{font-size:11px}}

/* Graphical lead flow, modals and install control — version 1.6 */
.drcrm-banner-register,.drcrm-register-card{width:100%;max-width:900px;margin-right:auto;margin-left:auto}.drcrm-register-card{position:relative;padding:28px 30px 30px!important;overflow:hidden;border-top:4px solid #092662}.drcrm-register-card:after{content:"";position:absolute;left:-60px;bottom:-75px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(9,38,98,.07),rgba(9,38,98,0) 69%);pointer-events:none}.drcrm-card-title{display:flex;align-items:center;gap:13px;margin-bottom:23px}.drcrm-card-title>span{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(145deg,#174f9d,#092662);box-shadow:0 8px 18px rgba(9,38,98,.2);font-size:17px;font-weight:900}.drcrm-card-title h2{margin:0 0 3px}.drcrm-card-title p{margin:0}.drcrm-lead-fields{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:14px}.drcrm-lead-fields label{display:grid;align-content:start;gap:7px}.drcrm-lead-fields label>span:first-child{font-size:12px;font-weight:800;color:#344054}.drcrm-lead-create-form .drcrm-input-with-icon{display:block;position:relative}.drcrm-lead-create-form .drcrm-input-with-icon svg{position:absolute;right:14px;top:50%;width:19px;height:19px;transform:translateY(-50%);fill:none;stroke:#7d8ba3;stroke-width:1.8}.drcrm-lead-create-form .drcrm-input-with-icon input{width:100%;padding-right:44px!important}.drcrm-form-readiness{display:flex;align-items:center;gap:10px;margin-top:1px}.drcrm-form-readiness>span{flex:1;height:5px;border-radius:9px;background:#e7eaf0;overflow:hidden}.drcrm-form-readiness>span i{display:block;width:18%;height:100%;border-radius:inherit;background:#c7ccd5;transition:width .28s ease,background .28s ease}.drcrm-form-readiness small{font-size:9px;color:#8a94a6}.drcrm-lead-create-form.is-ready .drcrm-form-readiness>span i{width:100%;background:linear-gradient(90deg,#092662,#2764b5)}.drcrm-lead-create-form.is-ready .drcrm-form-readiness small{color:#092662}.drcrm-smart-submit{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:52px;border:0!important;color:#8c929c!important;background:#eceef1!important;box-shadow:none!important;cursor:not-allowed;overflow:hidden;font-weight:800}.drcrm-smart-submit b{font-size:18px}.drcrm-smart-submit:not(:disabled){color:#fff!important;background:linear-gradient(105deg,#092662,#164f9e)!important;cursor:pointer;box-shadow:0 10px 24px rgba(9,38,98,.25)!important;animation:drcrmReadyPulse 1.7s ease-in-out infinite}.drcrm-smart-submit:not(:disabled):before{content:"";position:absolute;inset:0 auto 0 -35%;width:30%;transform:skewX(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);animation:drcrmButtonShine 2.3s ease-in-out infinite}.drcrm-smart-submit:not(:disabled):hover{transform:translateY(-2px);animation:none}.drcrm-form-shake{animation:drcrmShake .38s ease}.drcrm-modal-overlay{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(4,16,42,.68);backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.drcrm-modal-overlay.is-open{opacity:1;visibility:visible}.drcrm-modal-dialog{position:relative;width:min(100%,670px);max-height:calc(100vh - 40px);overflow:auto;padding:28px;border:1px solid rgba(255,255,255,.8);border-radius:24px;background:linear-gradient(180deg,#fff,#f9fbff);box-shadow:0 28px 80px rgba(0,15,45,.28);transform:translateY(18px) scale(.98);transition:transform .24s;font-family:"Vazirmatn",Tahoma,Arial,sans-serif;direction:rtl}.drcrm-modal-overlay.is-open .drcrm-modal-dialog{transform:none}.drcrm-modal-close{position:absolute;left:18px;top:18px;width:38px;height:38px;border:1px solid #dce3ee;border-radius:12px;background:#fff;color:#536176;font:400 25px/1 Arial;cursor:pointer}.drcrm-modal-hero{display:flex;align-items:center;gap:15px;padding:3px 0 21px;margin-bottom:22px;border-bottom:1px solid #e6eaf1}.drcrm-modal-plus{flex:0 0 55px;width:55px;height:55px;display:grid;place-items:center;border-radius:17px;background:linear-gradient(145deg,#174f9d,#092662);color:#fff;font-size:29px;box-shadow:0 10px 24px rgba(9,38,98,.22)}.drcrm-modal-kicker{display:inline-flex;padding:4px 9px;margin-bottom:5px;border-radius:20px;background:#eaf0fb;color:#092662;font-size:9px;font-weight:900}.drcrm-modal-hero h2,.drcrm-duplicate-dialog h2{margin:0;color:#17213a;font-size:20px}.drcrm-modal-hero p{margin:4px 0 0;color:#717d90;font-size:11px}.drcrm-lead-modal-dialog .drcrm-lead-fields{grid-template-columns:1fr 1fr}.drcrm-lead-modal-dialog .drcrm-phone-field{grid-column:1/-1}.drcrm-quick-lead-button{display:flex;align-items:center;gap:7px;min-height:38px;padding:6px 12px;border:1px solid rgba(255,255,255,.32);border-radius:11px;background:#fff;color:#092662;font:800 11px "Vazirmatn",Tahoma,Arial,sans-serif;cursor:pointer;box-shadow:0 6px 15px rgba(1,15,44,.16)}.drcrm-quick-lead-button span{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;background:#092662;color:#fff;font-size:15px}.drcrm-duplicate-dialog{width:min(100%,560px);text-align:center;padding-top:38px}.drcrm-duplicate-icon{width:66px;height:66px;display:grid;place-items:center;margin:0 auto 13px;border-radius:22px;background:#fff4e5;color:#b54708;border:1px solid #fed7aa;font-size:30px;font-weight:900;box-shadow:0 9px 22px rgba(181,71,8,.12)}.drcrm-duplicate-phone{display:inline-flex;padding:8px 18px;margin:13px 0 8px;border-radius:12px;background:#eef3fb;color:#092662;font-size:20px;font-weight:900;letter-spacing:1px}.drcrm-duplicate-history{display:grid;gap:8px;max-height:275px;overflow:auto;margin:16px 0 20px;padding:0;list-style:none;text-align:right}.drcrm-duplicate-history li{display:flex;align-items:center;gap:11px;padding:11px 12px;border:1px solid #e2e7ef;border-radius:13px;background:#fff}.drcrm-duplicate-history li>span{flex:0 0 31px;width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:#edf2fb;color:#092662;font-size:11px;font-weight:900}.drcrm-duplicate-history b,.drcrm-duplicate-history small{display:block}.drcrm-duplicate-history b{font-size:12px;color:#28364d}.drcrm-duplicate-history small{margin-top:2px;color:#8a94a6;font-size:9px}.drcrm-duplicate-dialog>.drcrm-btn{width:100%}
.drcrm-install-app{position:relative!important;display:none;align-items:center;justify-content:flex-start;gap:10px;min-height:50px!important;padding:7px 10px!important;border:1px solid #c9d6eb!important;border-radius:15px!important;background:linear-gradient(135deg,#f4f7fd,#e7eef9)!important;color:#092662!important;box-shadow:0 8px 20px rgba(9,38,98,.1)!important;overflow:hidden}.drcrm-install-app.visible{display:flex}.drcrm-install-app:after{content:"";position:absolute;width:55px;height:55px;left:-24px;bottom:-29px;border-radius:50%;background:rgba(9,38,98,.08)}.drcrm-install-icon{flex:0 0 36px;width:36px;height:36px;display:grid!important;place-items:center;border-radius:11px;background:linear-gradient(145deg,#174f9d,#092662);color:#fff;box-shadow:0 7px 15px rgba(9,38,98,.2)}.drcrm-install-icon svg{width:20px!important;height:20px!important}.drcrm-install-copy{position:relative;z-index:1;display:grid!important;text-align:right;line-height:1.35}.drcrm-install-copy b{font-size:11px}.drcrm-install-copy small{font-size:8px;opacity:.68}.drcrm-install-arrow{position:relative;z-index:1;margin-right:auto;font-size:16px;font-weight:900}.drcrm-install-app-head{width:auto!important;min-width:124px;min-height:42px!important;padding:5px 7px!important;border-color:rgba(255,255,255,.28)!important;background:rgba(255,255,255,.11)!important;color:#fff!important;box-shadow:none!important}.drcrm-install-app-head .drcrm-install-icon{width:31px;height:31px;flex-basis:31px;background:#fff;color:#092662;box-shadow:none}.drcrm-install-app-head .drcrm-install-copy b{font-size:10px}.drcrm-install-app-full{width:100%!important}.drcrm-install-app-full .drcrm-install-copy b{font-size:13px}.drcrm-install-app-full .drcrm-install-copy small{font-size:9px}
@keyframes drcrmReadyPulse{0%,100%{box-shadow:0 9px 22px rgba(9,38,98,.2)}50%{box-shadow:0 12px 30px rgba(9,38,98,.36)}}@keyframes drcrmButtonShine{0%,30%{left:-35%}70%,100%{left:125%}}@keyframes drcrmShake{20%{transform:translateX(-5px)}40%{transform:translateX(5px)}60%{transform:translateX(-3px)}80%{transform:translateX(3px)}}
@media(max-width:900px){.drcrm-lead-fields{grid-template-columns:1fr 1fr}.drcrm-phone-field{grid-column:1/-1}.drcrm-user-info{display:none}}
@media(max-width:700px){.drcrm-register-card{padding:19px!important}.drcrm-lead-fields,.drcrm-lead-modal-dialog .drcrm-lead-fields{grid-template-columns:1fr}.drcrm-lead-modal-dialog .drcrm-phone-field,.drcrm-phone-field{grid-column:auto}.drcrm-form-readiness{align-items:flex-start;flex-direction:column}.drcrm-form-readiness>span{width:100%;flex:none}.drcrm-modal-overlay{align-items:flex-end;padding:0}.drcrm-modal-dialog{width:100%;max-height:92vh;border-radius:24px 24px 0 0;padding:22px 17px calc(22px + env(safe-area-inset-bottom));transform:translateY(40px)}.drcrm-quick-lead-button b{display:none}.drcrm-quick-lead-button{padding:6px;min-width:36px}.drcrm-quick-lead-button span{width:24px;height:24px}.drcrm-install-app-head{min-width:40px!important;width:40px!important;height:40px;padding:4px!important}.drcrm-install-app-head .drcrm-install-copy,.drcrm-install-app-head .drcrm-install-arrow{display:none!important}.drcrm-install-app-head .drcrm-install-icon{width:30px;height:30px;flex-basis:30px}.drcrm-duplicate-history{max-height:245px}.drcrm-card-title>span{width:38px;height:38px}.drcrm-modal-hero{padding-left:42px}}
@media(max-width:390px){.drcrm-install-app-head span:after{content:none!important}.drcrm-install-app-head .drcrm-install-icon{font-size:0!important}}

/* Sales command center and master-detail workspace — version 1.7 */
.drcrm-sales-main{max-width:1480px}.drcrm-sales-command{margin-bottom:20px}.drcrm-quick-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:13px}.drcrm-quick-stats>a{display:flex;align-items:center;gap:10px;min-height:76px;padding:12px 14px;border:1px solid #dfe6ef;border-radius:16px;background:#fff;color:#344054;box-shadow:0 6px 20px rgba(9,38,98,.045);transition:.18s}.drcrm-quick-stats>a:hover,.drcrm-quick-stats>a.active{border-color:#aebfda;background:#f2f6fc;transform:translateY(-1px)}.drcrm-quick-stats>a>span{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eaf0fa;color:#092662;font-size:17px;font-weight:900}.drcrm-quick-stats>a div{display:grid}.drcrm-quick-stats strong{font-size:18px;color:#15233b}.drcrm-quick-stats small{font-size:9px;color:#7b8794}.drcrm-quick-stats .drcrm-overdue-stat>span{background:#fff0ee;color:#b42318}.drcrm-quick-stats .drcrm-overdue-stat strong{color:#b42318}.drcrm-quick-stats .drcrm-overdue-stat.active{border-color:#f3b7b1;background:#fff8f7}
.drcrm-sales-search-form{position:relative;z-index:20}.drcrm-universal-search{position:relative;display:flex;align-items:center;gap:8px;padding:8px;border:1px solid #dbe3ed;border-radius:18px;background:#fff;box-shadow:0 9px 28px rgba(9,38,98,.065)}.drcrm-search-icon{position:absolute;right:20px;color:#738198;font-size:25px;transform:rotate(-18deg)}.drcrm-universal-search input[type=search]{flex:1;min-width:0;height:48px;padding:0 48px 0 13px;border:0!important;border-radius:12px;background:#f7f9fc;font:600 13px "Vazirmatn",Tahoma,Arial,sans-serif;box-shadow:none!important;color:#27364e}.drcrm-universal-search input[type=search]::-webkit-search-cancel-button{display:none}.drcrm-search-submit,.drcrm-filter-toggle{height:48px;border:0;border-radius:12px;font-family:"Vazirmatn",Tahoma,Arial,sans-serif;cursor:pointer}.drcrm-search-submit{display:flex;align-items:center;gap:16px;padding:0 21px;background:linear-gradient(120deg,#154a94,#092662);color:#fff;font-weight:800;box-shadow:0 8px 18px rgba(9,38,98,.2)}.drcrm-search-submit b{font-size:17px}.drcrm-filter-toggle{position:relative;display:flex;align-items:center;gap:7px;padding:0 16px;background:#edf2fa;color:#092662;font-weight:800}.drcrm-filter-toggle i{font-style:normal}.drcrm-filter-toggle em{position:absolute;left:7px;top:5px;color:#f79009;font-size:8px;font-style:normal}.drcrm-search-clear{position:absolute;left:235px;width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:#e7ebf1;color:#637083;font-size:18px}.drcrm-filter-panel{display:none;margin-top:10px;padding:20px;border:1px solid #dce4ef;border-radius:18px;background:#fff;box-shadow:0 18px 45px rgba(9,38,98,.12)}.drcrm-sales-search-form.filters-open .drcrm-filter-panel,.drcrm-sales-search-form.show-filters .drcrm-filter-panel{display:block}.drcrm-filter-heading{display:flex;justify-content:space-between;align-items:start;margin-bottom:16px}.drcrm-filter-heading b,.drcrm-filter-heading small{display:block}.drcrm-filter-heading b{font-size:14px;color:#1d2b43}.drcrm-filter-heading small{margin-top:3px;color:#8590a2;font-size:9px}.drcrm-filter-close{width:31px;height:31px;border:1px solid #dfe4eb;border-radius:9px;background:#f7f8fa;color:#637083;font-size:19px;cursor:pointer}.drcrm-status-filter{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:13px;border-radius:13px;background:#f7f9fc}.drcrm-status-filter>span{margin-left:4px;font-size:10px;font-weight:800;color:#56647a}.drcrm-status-filter label{cursor:pointer}.drcrm-status-filter input{position:absolute;opacity:0}.drcrm-status-filter label span{display:block;padding:7px 11px;border:1px solid transparent;border-radius:20px;background:#fff;color:#68758a;font-size:9px;font-weight:700}.drcrm-status-filter input:checked+span{border-color:#092662;background:#092662;color:#fff;box-shadow:0 5px 12px rgba(9,38,98,.16)}.drcrm-filter-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:11px;margin-top:14px}.drcrm-filter-grid label{display:grid;gap:6px;color:#475467;font-size:10px;font-weight:800}.drcrm-filter-grid select,.drcrm-filter-grid input{width:100%;min-height:43px;border:1px solid #d5dce7;border-radius:10px;background:#fbfcfd;font:600 11px "Vazirmatn",Tahoma,Arial,sans-serif}.drcrm-filter-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:15px}.drcrm-filter-actions .drcrm-btn{width:auto;min-width:135px}.drcrm-results-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 4px 0}.drcrm-results-summary b,.drcrm-results-summary span{display:block}.drcrm-results-summary b{font-size:12px;color:#27364e}.drcrm-results-summary>div span{font-size:9px;color:#8b95a5}.drcrm-active-query{padding:5px 9px;border-radius:20px;background:#edf2fb;color:#092662;font-size:9px!important;font-weight:700}
.drcrm-sales-workspace{display:grid;grid-template-columns:minmax(310px,37%) minmax(0,63%);gap:16px;align-items:start;direction:rtl}.drcrm-lead-browser,.drcrm-lead-detail-stack{min-width:0}.drcrm-lead-browser{padding:16px;border:1px solid #dce4ee;border-radius:20px;background:#fff;box-shadow:0 9px 30px rgba(9,38,98,.055)}.drcrm-browser-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.drcrm-browser-title h2{margin:0 0 2px;color:#1a2941;font-size:15px}.drcrm-browser-title p{margin:0;color:#8a95a5;font-size:9px}.drcrm-browser-title>span{min-width:35px;height:29px;display:grid;place-items:center;padding:0 8px;border-radius:10px;background:#edf2fb;color:#092662;font-size:11px;font-weight:900}.drcrm-lead-browser-list{display:grid;gap:9px;max-height:calc(100vh - 245px);min-height:300px;overflow:auto;padding-left:4px;scrollbar-width:thin;scrollbar-color:#bdc9db transparent}.drcrm-lead-list-card{position:relative;width:100%;padding:14px 15px 13px;border:1px solid #e0e6ee;border-right:4px solid #b6c3d6;border-radius:15px;background:#fff;text-align:right;font-family:"Vazirmatn",Tahoma,Arial,sans-serif;cursor:pointer;transition:.18s;overflow:hidden}.drcrm-lead-list-card:hover{border-color:#b5c4da;transform:translateY(-1px);box-shadow:0 7px 18px rgba(9,38,98,.07)}.drcrm-lead-list-card.active{border-color:#9db2d1;border-right-color:#092662;background:linear-gradient(125deg,#f7faff,#fff);box-shadow:0 8px 21px rgba(9,38,98,.1)}.drcrm-lead-list-card.due-overdue{border-right-color:#d92d20}.drcrm-lead-list-card.due-today{border-right-color:#f79009}.drcrm-list-card-top{display:flex;align-items:center;justify-content:space-between;gap:9px}.drcrm-list-card-top strong{font-size:14px;color:#092662;letter-spacing:.3px}.drcrm-lead-list-card>p{margin:7px 0 10px;color:#667085;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drcrm-list-card-meta{display:flex;justify-content:space-between;gap:6px;color:#8791a1;font-size:8px}.drcrm-list-card-meta span:last-child{max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drcrm-card-arrow{position:absolute;left:11px;bottom:9px;color:#9ba6b6;font-style:normal;font-size:13px;opacity:0}.drcrm-lead-list-card.active .drcrm-card-arrow{opacity:1;color:#092662}.drcrm-due-label{display:inline-flex;margin-top:8px;padding:3px 7px;border-radius:20px;background:#fff0ee;color:#b42318;font-size:8px;font-style:normal;font-weight:800}.due-today .drcrm-due-label{background:#fff6e8;color:#b54708}
.drcrm-lead-detail-stack{position:sticky;top:82px}.drcrm-lead-detail{display:none;border:1px solid #dce4ee;border-radius:20px;background:#fff;box-shadow:0 10px 34px rgba(9,38,98,.06);overflow:hidden}.drcrm-lead-detail.active{display:block;animation:drcrmDetailIn .22s ease}.drcrm-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:22px 23px;background:linear-gradient(130deg,#f5f8fd,#fff);border-bottom:1px solid #e2e8f0}.drcrm-detail-kicker{display:inline-flex;margin-bottom:5px;padding:4px 8px;border-radius:20px;background:#e8eef9;color:#092662;font-size:8px;font-weight:900}.drcrm-detail-header h2{margin:0;color:#092662;font-size:22px}.drcrm-detail-header p{margin:5px 0 0;color:#68758a;font-size:11px}.drcrm-detail-actions{display:flex;align-items:center;gap:7px}.drcrm-icon-action{width:37px;height:37px;display:grid;place-items:center;border:1px solid #d3dce8;border-radius:11px;background:#fff;color:#092662;font:700 15px "Vazirmatn",Tahoma,Arial,sans-serif;cursor:pointer}.drcrm-icon-action.call{background:#092662;border-color:#092662;color:#fff}.drcrm-detail-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:16px 18px;background:#fafbfd;border-bottom:1px solid #e8ecf2}.drcrm-detail-meta>div{display:flex;align-items:center;gap:8px;min-width:0;padding:10px;border:1px solid #e5e9ef;border-radius:12px;background:#fff}.drcrm-detail-meta i{flex:0 0 28px;width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#edf2fb;color:#092662;font-style:normal}.drcrm-detail-meta span,.drcrm-detail-meta small{display:block;min-width:0}.drcrm-detail-meta span{color:#7a8698;font-size:8px}.drcrm-detail-meta small{margin-top:2px;color:#334159;font-size:9px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drcrm-detail-meta .overdue{border-color:#fac5c0;background:#fff8f7}.drcrm-detail-meta .overdue i{background:#fee4e2;color:#b42318}.drcrm-detail-meta .today{border-color:#fedf89;background:#fffcf5}.drcrm-last-note{margin:15px 19px 0;padding:11px 13px;border-right:3px solid #9eb2d0;border-radius:11px;background:#f7f9fc}.drcrm-last-note span{font-size:8px;font-weight:900;color:#526178}.drcrm-last-note p{margin:3px 0;color:#445168;font-size:10px;line-height:1.8}.drcrm-last-note small{color:#929cab;font-size:8px}.drcrm-report-form{padding:20px!important;gap:17px!important}.drcrm-section-caption{display:flex;align-items:center;gap:10px;margin-bottom:12px}.drcrm-section-caption>span{flex:0 0 31px;width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:#092662;color:#fff;font-size:11px;font-weight:900}.drcrm-section-caption h3{margin:0 0 2px;color:#23324a;font-size:13px}.drcrm-section-caption p{margin:0;color:#8a95a5;font-size:8px}.drcrm-outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.drcrm-outcome-choice{display:grid;justify-items:start;gap:3px;min-height:92px;padding:12px;border:1px solid #dfe5ed;border-radius:14px;background:#fff;text-align:right;font-family:"Vazirmatn",Tahoma,Arial,sans-serif;cursor:pointer;transition:.18s}.drcrm-outcome-choice i{width:27px;height:27px;display:grid;place-items:center;margin-bottom:4px;border-radius:9px;background:#f0f3f7;color:#657287;font-style:normal;font-weight:900}.drcrm-outcome-choice b{font-size:10px;color:#344054}.drcrm-outcome-choice small{font-size:8px;color:#8994a5}.drcrm-outcome-choice:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(9,38,98,.06)}.drcrm-outcome-choice.won.active{border-color:#75c9a1;background:#f3fcf7}.drcrm-outcome-choice.won.active i{background:#daf5e7;color:#027a48}.drcrm-outcome-choice.followup.active{border-color:#f5c36d;background:#fffbf2}.drcrm-outcome-choice.followup.active i{background:#ffefcf;color:#b54708}.drcrm-outcome-choice.cancelled.active{border-color:#efaaa4;background:#fff8f7}.drcrm-outcome-choice.cancelled.active i{background:#fee4e2;color:#b42318}.drcrm-report-form .drcrm-result-fields{margin:0;padding:15px;border:1px solid #dfe5ed;border-radius:15px;background:#fafbfd;box-shadow:none}.drcrm-followup-card,.drcrm-contract-card{display:grid;gap:13px}.drcrm-quick-dates{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.drcrm-quick-dates>span{font-size:8px;color:#7d899b}.drcrm-quick-dates button,.drcrm-note-templates button{padding:6px 9px;border:1px solid #d8e0eb;border-radius:20px;background:#fff;color:#536177;font:700 8px "Vazirmatn",Tahoma,Arial,sans-serif;cursor:pointer}.drcrm-quick-dates button:hover,.drcrm-note-templates button:hover{border-color:#092662;color:#092662;background:#edf2fb}.drcrm-installment-title>div{display:grid}.drcrm-installment-title small{margin-top:2px;color:#8994a4;font-size:8px;font-weight:400}.drcrm-installment-head{display:grid;grid-template-columns:1.1fr 1fr 70px;gap:8px;padding:0 5px;color:#7b8798;font-size:8px}.drcrm-installment-row{grid-template-columns:1.1fr 1fr 70px!important}.drcrm-contract-balance{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px;border:1px solid #dbe3ed;border-radius:13px;background:#fff}.drcrm-contract-balance>div{display:grid;gap:3px;padding:7px;border-radius:9px;background:#f7f9fc}.drcrm-contract-balance span{color:#7c8798;font-size:8px}.drcrm-contract-balance b{color:#26364e;font-size:10px}.drcrm-contract-balance .difference b{color:#b42318}.drcrm-contract-balance.is-balanced .difference{background:#ecfdf3}.drcrm-contract-balance.is-balanced .difference b{color:#027a48}.drcrm-contract-balance>i{grid-column:1/-1;height:5px;border-radius:8px;background:#e5e9ef;overflow:hidden}.drcrm-contract-balance>i em{display:block;width:0;height:100%;background:#092662;transition:width .25s}.drcrm-contract-balance.is-balanced>i em{width:100%!important;background:#12b76a}.drcrm-contract-balance>small{grid-column:1/-1;color:#8c96a5;font-size:8px}.drcrm-cancel-card{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid #fac5c0;border-radius:13px;background:#fff8f7}.drcrm-cancel-card>span{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#fee4e2;color:#b42318;font-weight:900}.drcrm-cancel-card b{font-size:10px;color:#7a271a}.drcrm-cancel-card p{margin:3px 0 0;color:#a34a3d;font-size:8px}.drcrm-note-section{display:grid}.drcrm-note-templates{display:flex;gap:6px;margin:-3px 0 8px;flex-wrap:wrap}.drcrm-note-section label{position:relative}.drcrm-note-section textarea{min-height:115px!important;padding-bottom:28px!important}.drcrm-note-count{position:absolute;left:11px;bottom:8px;color:#98a2b3;font-size:8px}.drcrm-report-submit{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:49px;border:0!important;border-radius:12px!important;background:#e9ebef!important;color:#8a909a!important;cursor:not-allowed;box-shadow:none!important;overflow:hidden;font-weight:800}.drcrm-report-submit:not(:disabled){background:linear-gradient(110deg,#164f9e,#092662)!important;color:#fff!important;cursor:pointer;box-shadow:0 9px 22px rgba(9,38,98,.24)!important;animation:drcrmReadyPulse 1.8s ease-in-out infinite}.drcrm-closed-lead{display:flex;align-items:center;gap:12px;margin:20px;padding:18px;border-radius:15px;background:#f2fbf6;border:1px solid #b7e4cc}.drcrm-closed-lead>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#d8f4e4;color:#027a48;font-size:20px;font-weight:900}.drcrm-closed-lead h3{margin:0 0 3px;color:#175c3b;font-size:13px}.drcrm-closed-lead p{margin:0;color:#56806b;font-size:9px}.drcrm-closed-lead.cancelled{background:#fff8f7;border-color:#fac5c0}.drcrm-closed-lead.cancelled>span{background:#fee4e2;color:#b42318}.drcrm-closed-lead.cancelled h3{color:#7a271a}.drcrm-closed-lead.cancelled p{color:#a34a3d}.drcrm-mobile-back{display:none}.drcrm-search-empty,.drcrm-detail-placeholder{display:grid;justify-items:center;text-align:center;padding:42px 20px}.drcrm-search-empty>span,.drcrm-detail-placeholder>span{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;background:#edf2fb;color:#092662;font-size:25px}.drcrm-search-empty h3,.drcrm-detail-placeholder h3{margin:12px 0 4px;color:#334159;font-size:13px}.drcrm-search-empty p,.drcrm-detail-placeholder p{margin:0 0 12px;color:#8a95a5;font-size:9px}.drcrm-search-empty a{color:#092662;font-size:9px;font-weight:800}.drcrm-detail-placeholder{min-height:360px;border:1px dashed #cbd5e3;border-radius:20px;background:rgba(255,255,255,.6)}
@keyframes drcrmDetailIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(max-width:1120px){.drcrm-filter-grid{grid-template-columns:repeat(3,1fr)}.drcrm-detail-meta{grid-template-columns:1fr 1fr}.drcrm-sales-workspace{grid-template-columns:minmax(285px,40%) minmax(0,60%)}}
@media(max-width:820px){.drcrm-quick-stats{grid-template-columns:1fr 1fr}.drcrm-universal-search{flex-wrap:wrap}.drcrm-universal-search input[type=search]{flex-basis:calc(100% - 40px);order:0}.drcrm-search-submit{flex:1;justify-content:center;order:2}.drcrm-filter-toggle{flex:1;justify-content:center;order:3}.drcrm-search-clear{left:17px;top:19px}.drcrm-filter-grid{grid-template-columns:1fr 1fr}.drcrm-sales-workspace{display:block}.drcrm-lead-browser-list{max-height:none}.drcrm-lead-detail-stack{position:static;display:none}.drcrm-sales-workspace.is-empty .drcrm-lead-detail-stack{display:block;margin-top:12px}.drcrm-lead-detail-stack.has-mobile-selection{display:block;position:fixed;inset:0;z-index:99990;overflow:auto;background:#f4f7fb;padding:12px;padding-top:max(12px,env(safe-area-inset-top))}.drcrm-lead-detail-stack.has-mobile-selection .drcrm-lead-detail.active{display:block}.drcrm-mobile-back{display:inline-flex;margin:0 0 12px;border:0;background:transparent;color:#092662;font:800 10px "Vazirmatn",Tahoma,Arial,sans-serif;cursor:pointer}.drcrm-detail-header{padding:17px}.drcrm-detail-meta{padding:12px}.drcrm-report-form{padding:15px!important}.drcrm-outcome-grid{grid-template-columns:1fr}.drcrm-outcome-choice{min-height:68px;grid-template-columns:35px 1fr;align-items:center}.drcrm-outcome-choice i{grid-row:1/3;margin:0}.drcrm-outcome-choice b,.drcrm-outcome-choice small{grid-column:2}.drcrm-contract-balance{grid-template-columns:1fr}.drcrm-contract-balance>i,.drcrm-contract-balance>small{grid-column:auto}.drcrm-installment-head{display:none}.drcrm-installment-row{grid-template-columns:1fr!important}.drcrm-lead-detail{border-radius:18px}.drcrm-results-summary{padding-left:4px;padding-right:4px}}
@media(max-width:540px){.drcrm-sales-main{padding-right:10px!important;padding-left:10px!important}.drcrm-quick-stats{gap:7px}.drcrm-quick-stats>a{min-height:65px;padding:9px}.drcrm-quick-stats>a>span{width:32px;height:32px;flex-basis:32px}.drcrm-universal-search{padding:6px;border-radius:15px}.drcrm-universal-search input[type=search]{height:44px;font-size:11px}.drcrm-search-submit,.drcrm-filter-toggle{height:43px}.drcrm-filter-panel{position:fixed;inset:auto 0 0;z-index:99999;max-height:88vh;overflow:auto;margin:0;padding:18px 14px calc(18px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;box-shadow:0 -20px 60px rgba(0,14,40,.28)}.drcrm-filter-panel:before{content:"";display:block;width:40px;height:4px;margin:-8px auto 14px;border-radius:5px;background:#ccd3dd}.drcrm-sales-search-form.show-filters:before{content:"";position:fixed;inset:0;z-index:99998;background:rgba(4,16,42,.6);backdrop-filter:blur(4px)}.drcrm-sales-search-form.filters-open .drcrm-filter-panel{display:none}.drcrm-sales-search-form.filters-open.show-filters .drcrm-filter-panel,.drcrm-sales-search-form.show-filters .drcrm-filter-panel{display:block}.drcrm-status-filter{overflow-x:auto;flex-wrap:nowrap}.drcrm-status-filter label{flex:0 0 auto}.drcrm-filter-grid{grid-template-columns:1fr}.drcrm-filter-actions{position:sticky;bottom:-18px;padding:10px 0;background:#fff}.drcrm-filter-actions .drcrm-btn{flex:1;min-width:0}.drcrm-detail-actions .drcrm-badge{display:none}.drcrm-detail-meta{grid-template-columns:1fr}.drcrm-detail-header h2{font-size:18px}.drcrm-detail-header p{font-size:9px}.drcrm-grid-2{grid-template-columns:1fr!important}.drcrm-note-templates{overflow-x:auto;flex-wrap:nowrap}.drcrm-note-templates button{flex:0 0 auto}.drcrm-report-submit{position:sticky;bottom:calc(7px + env(safe-area-inset-bottom));z-index:5}.drcrm-results-summary{align-items:flex-start;flex-direction:column}}

/* Date picker hard reset against theme button styles */
.drcrm-date-close{display:grid!important;place-items:center!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;border:1px solid #dce3ed!important;border-radius:50%!important;background:#fff!important;color:#526078!important;box-shadow:0 5px 13px rgba(9,38,98,.08)!important}.drcrm-date-confirm{background:#092662!important;color:#fff!important;border-color:#092662!important;box-shadow:0 8px 18px rgba(9,38,98,.18)!important}.drcrm-date-cancel{background:#f2f4f7!important;color:#344054!important;border-color:#e3e7ed!important}.drcrm-wheel-item.selected{background:#eaf0fb!important;color:#092662!important;border-color:#b9c9e2!important;font-weight:900!important}.drcrm-sales-search-form.is-searching .drcrm-search-submit{opacity:.75;pointer-events:none}.drcrm-report-form.is-submitting .drcrm-report-submit{opacity:.75;pointer-events:none}

/* Sales readability, buttons and date picker — version 1.8 */
.drcrm-sales-main{font-size:15px;line-height:1.75}
.drcrm-sales-main .dashicons{width:1em;height:1em;font-size:1.25em;line-height:1}
.drcrm-quick-stats>a{min-height:88px;padding:15px 17px}
.drcrm-quick-stats>a>span{width:44px;height:44px;flex-basis:44px;font-size:21px}
.drcrm-quick-stats strong{font-size:23px}.drcrm-quick-stats small{font-size:12px}
.drcrm-universal-search{gap:10px;padding:10px;border-radius:20px}
.drcrm-universal-search input[type=search]{height:54px;padding-right:52px;font-size:15px;color:#17243a;background:#f6f8fc}
.drcrm-universal-search input[type=search]::placeholder{color:#65738a;opacity:1}
.drcrm-search-icon{right:22px;font-size:21px!important;transform:none}
.drcrm-search-submit,.drcrm-filter-toggle{height:54px;min-width:142px;justify-content:center;gap:9px;padding:0 22px;border:1px solid transparent;border-radius:14px;font-size:14px;transition:transform .18s,box-shadow .18s,background .18s}
.drcrm-search-submit:hover,.drcrm-filter-toggle:hover,.drcrm-filter-actions .drcrm-btn:hover,.drcrm-add-installment:hover{transform:translateY(-2px)}
.drcrm-search-submit b,.drcrm-filter-toggle b{font-size:14px}.drcrm-filter-toggle{background:#eef3fb;border-color:#d7e1f0;box-shadow:0 5px 14px rgba(9,38,98,.07)}
.drcrm-search-clear{left:318px;width:34px;height:34px;font-size:18px}
.drcrm-filter-panel{padding:24px;border-radius:20px}.drcrm-filter-heading b{font-size:18px}.drcrm-filter-heading small{font-size:12px}.drcrm-filter-close{display:grid;place-items:center;width:40px;height:40px;padding:0;border-radius:12px}
.drcrm-status-filter{gap:9px;padding:15px}.drcrm-status-filter>span{font-size:13px}.drcrm-status-filter label span{padding:9px 14px;font-size:12px}
.drcrm-filter-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:14px;margin-top:18px}
.drcrm-filter-grid label{grid-template-rows:auto 50px;align-items:end;gap:8px;font-size:13px}
.drcrm-filter-grid select,.drcrm-filter-grid input{height:50px;min-height:50px;padding:0 13px;border-radius:12px;font-size:13px}
.drcrm-filter-grid .drcrm-date-control{position:relative;display:block;width:100%;height:50px}
.drcrm-filter-grid .drcrm-date-control input{height:50px!important;padding-left:52px!important}
.drcrm-filter-grid .drcrm-calendar-button{position:absolute!important;left:6px!important;top:6px!important;right:auto!important;bottom:auto!important;transform:none!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;margin:0!important;padding:0!important;border:0!important;border-radius:10px!important;background:#e9eff9!important;color:#092662!important;box-shadow:none!important}
.drcrm-filter-actions{gap:10px;margin-top:20px}.drcrm-filter-actions .drcrm-btn,.drcrm-add-installment{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 19px;border:1px solid transparent;border-radius:13px;font-size:13px;transition:.18s}
.drcrm-filter-actions .drcrm-btn-primary{background:linear-gradient(120deg,#174e99,#092662);box-shadow:0 8px 18px rgba(9,38,98,.2)}
.drcrm-filter-actions .drcrm-btn-light{border-color:#dbe3ed;background:#f2f5f9;color:#40506a}
.drcrm-results-summary b{font-size:15px}.drcrm-results-summary>div span,.drcrm-active-query{font-size:11px!important}

.drcrm-sales-workspace{grid-template-columns:minmax(360px,36%) minmax(0,64%);gap:20px}
.drcrm-lead-browser{padding:19px}.drcrm-browser-title h2{font-size:19px}.drcrm-browser-title p{font-size:12px}.drcrm-browser-title>span{min-width:42px;height:35px;font-size:13px}
.drcrm-lead-browser-list{gap:11px}.drcrm-lead-list-card{padding:16px 17px;border-radius:16px}
.drcrm-list-card-top strong{font-size:17px}.drcrm-lead-list-card>p{margin:8px 0 12px;font-size:13px}
.drcrm-list-card-meta{display:grid;gap:7px;font-size:11px;color:#66758b}
.drcrm-list-card-meta span,.drcrm-list-card-meta span:last-child{display:flex;align-items:center;gap:6px;max-width:none;white-space:normal;overflow:visible}
.drcrm-list-card-meta i{flex:0 0 18px;color:#092662}.drcrm-list-card-meta b{color:#425169}.drcrm-due-label{padding:5px 9px;font-size:10px}.drcrm-card-arrow{left:13px;bottom:12px;font-size:16px}
.drcrm-detail-header{padding:24px 25px}.drcrm-detail-kicker{font-size:11px}.drcrm-detail-header h2{font-size:26px}.drcrm-detail-header p{font-size:14px}
.drcrm-icon-action{width:44px;height:44px;border-radius:13px;font-size:18px}.drcrm-detail-actions .drcrm-badge{font-size:12px;padding:7px 11px}
.drcrm-detail-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px 20px}
.drcrm-detail-meta>div{min-height:72px;padding:12px}.drcrm-detail-meta i{width:36px;height:36px;flex-basis:36px;font-size:18px}.drcrm-detail-meta span{font-size:11px}.drcrm-detail-meta small{font-size:13px;overflow:visible;text-overflow:clip}
.drcrm-next-contact-strip{display:flex;align-items:center;gap:9px;margin:14px 20px 0;padding:11px 14px;border:1px solid #dfe6ef;border-radius:13px;background:#f7f9fc;color:#58677e;font-size:12px}
.drcrm-next-contact-strip i{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#e9eff9;color:#092662}.drcrm-next-contact-strip b{margin-right:auto;color:#26364e;font-size:13px}.drcrm-next-contact-strip.today{border-color:#f5d492;background:#fffbf2}.drcrm-next-contact-strip.overdue{border-color:#f2b8b2;background:#fff8f7}.drcrm-next-contact-strip.overdue i,.drcrm-next-contact-strip.overdue b{color:#b42318}
.drcrm-last-note{margin:16px 20px 0;padding:14px 16px}.drcrm-last-note span,.drcrm-last-note small{font-size:11px}.drcrm-last-note p{font-size:13px}
.drcrm-report-form{padding:23px!important;gap:20px!important}.drcrm-section-caption{gap:12px;margin-bottom:15px}.drcrm-section-caption>span{width:38px;height:38px;flex-basis:38px;border-radius:12px;font-size:14px}.drcrm-section-caption h3{font-size:17px}.drcrm-section-caption p{font-size:11px}
.drcrm-outcome-grid{gap:12px}.drcrm-outcome-choice{min-height:112px;padding:15px;border-radius:16px}.drcrm-outcome-choice i{width:36px;height:36px;margin-bottom:6px;border-radius:11px;font-size:18px}.drcrm-outcome-choice b{font-size:14px}.drcrm-outcome-choice small{font-size:11px}
.drcrm-report-form .drcrm-result-fields{padding:19px;border-radius:17px}.drcrm-report-form label{font-size:14px}.drcrm-report-form input,.drcrm-report-form select,.drcrm-report-form textarea{min-height:51px;font-size:14px;border-radius:12px}
.drcrm-quick-dates>span{font-size:11px}.drcrm-quick-dates button,.drcrm-note-templates button{min-height:36px;padding:7px 12px;font-size:11px}
.drcrm-installment-title{gap:14px}.drcrm-installment-title b{font-size:16px}.drcrm-installment-title small{font-size:11px}.drcrm-installment-head{display:none}
.drcrm-installment-list{display:grid;gap:11px;margin-top:13px}.drcrm-installment-row{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr) auto!important;align-items:end;gap:10px;margin:0;padding:13px;border:1px solid #dfe6ef;border-radius:14px;background:#fff;box-shadow:0 5px 15px rgba(9,38,98,.04)}
.drcrm-installment-row label{display:grid;gap:7px}.drcrm-installment-row label>span{font-size:12px;color:#58677e}.drcrm-installment-row input{font-size:14px!important}.drcrm-remove-installment{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:auto!important;min-width:82px;height:51px;padding:0 13px!important;border:1px solid #fecaca!important;border-radius:12px!important;background:#fff4f3!important;color:#b42318!important;font-size:12px!important}
.drcrm-down-payment-date{align-content:start}.drcrm-down-payment-date>small{display:block;margin-top:6px;color:#b54708;font-size:9px;font-weight:600;line-height:1.8}
.drcrm-closed-lead.payment-pending{background:#fffaf3;border-color:#fed7aa}.drcrm-closed-lead.payment-pending>span{background:#ffedd5;color:#b54708}.drcrm-closed-lead.payment-pending h3{color:#92400e}.drcrm-closed-lead.payment-pending p{color:#a15c24}.drcrm-closed-lead.payment-pending .drcrm-btn{display:inline-flex;margin-top:9px;color:#fff!important;text-decoration:none!important}
.drcrm-contract-payment-status{display:inline-flex;padding:5px 9px;border-radius:20px;background:#fff1d7;color:#9a5b09;font-size:10px;font-weight:800;white-space:nowrap}.drcrm-contract-payment-status.settled{background:#e4f8ed;color:#087a4d}.drcrm-contract-payment-status.pending-down{background:#fff0e5;color:#b54708}
.drcrm-confirm-down-form{display:grid;grid-template-columns:minmax(125px,1fr) auto;gap:6px;min-width:285px}.drcrm-confirm-down-form input{min-height:39px!important}.drcrm-confirm-down-form small{grid-column:1;color:#b54708;font-size:8px}.drcrm-confirm-down-form .drcrm-btn{grid-column:2;grid-row:1/3;min-height:39px;padding:6px 11px;font-size:10px}
.drcrm-contract-balance{gap:11px;padding:15px}.drcrm-contract-balance>div{padding:10px}.drcrm-contract-balance span{font-size:11px}.drcrm-contract-balance b{font-size:14px}.drcrm-contract-balance>small{font-size:11px}.drcrm-cancel-card b{font-size:14px}.drcrm-cancel-card p{font-size:11px}
.drcrm-stage-three{display:none}.drcrm-note-count{font-size:11px}.drcrm-note-section textarea{min-height:145px!important}.drcrm-report-submit{display:none;min-height:55px;font-size:14px}.drcrm-mobile-back{align-items:center;gap:6px;font-size:13px!important}
.drcrm-smart-submit{min-height:56px;border-radius:14px!important}.drcrm-smart-submit b{font-size:14px}.drcrm-smart-submit>.dashicons{font-size:20px}.drcrm-quick-lead-button{min-height:43px;padding:7px 14px;border-radius:13px;font-size:13px;transition:.18s}.drcrm-quick-lead-button:hover{transform:translateY(-2px);box-shadow:0 9px 20px rgba(1,15,44,.2)}
.drcrm-outcome-choice.won i{background:#e8f7ef;color:#027a48}.drcrm-outcome-choice.followup i{background:#fff3dc;color:#b54708}.drcrm-outcome-choice.cancelled i{background:#fff0ee;color:#b42318}
.drcrm-report-submit .dashicons{font-size:20px}.drcrm-note-templates button{box-shadow:0 3px 9px rgba(9,38,98,.04)}

.drcrm-date-overlay{display:flex!important;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}
.drcrm-date-overlay.open{visibility:visible;opacity:1;pointer-events:auto}
.drcrm-date-dialog{transform:translateY(14px) scale(.985);opacity:0;transition:transform .22s ease,opacity .18s ease;will-change:transform,opacity}
.drcrm-date-overlay.open .drcrm-date-dialog{transform:none;opacity:1}
.drcrm-date-icon{font-size:22px}.drcrm-wheel-list{scroll-behavior:smooth;overscroll-behavior:contain;touch-action:pan-y}.drcrm-wheel-item{font-size:15px}.drcrm-date-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:45px}

@media(max-width:1180px){.drcrm-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.drcrm-sales-workspace{grid-template-columns:minmax(330px,40%) minmax(0,60%)}.drcrm-outcome-choice{min-height:102px}.drcrm-detail-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.drcrm-detail-meta>div{align-items:flex-start;flex-direction:column}.drcrm-detail-meta small{white-space:normal}}
@media(max-width:820px){.drcrm-sales-workspace{display:block}.drcrm-detail-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.drcrm-detail-meta>div{align-items:center;flex-direction:row}.drcrm-outcome-choice{min-height:78px}.drcrm-installment-row{grid-template-columns:1fr!important}.drcrm-remove-installment{width:100%!important}.drcrm-search-submit,.drcrm-filter-toggle{min-width:0}.drcrm-search-clear{left:18px}.drcrm-filter-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.drcrm-sales-main{font-size:14px}.drcrm-detail-meta{grid-template-columns:1fr}.drcrm-detail-meta>div{min-height:62px}.drcrm-next-contact-strip{align-items:flex-start;flex-wrap:wrap}.drcrm-next-contact-strip b{width:100%;margin-right:39px}.drcrm-filter-grid{grid-template-columns:1fr}.drcrm-filter-grid label{grid-template-rows:auto 50px}.drcrm-filter-actions{display:grid;grid-template-columns:1fr 1fr}.drcrm-search-submit,.drcrm-filter-toggle{font-size:13px}.drcrm-search-submit b,.drcrm-filter-toggle b{font-size:13px}.drcrm-list-card-top strong{font-size:16px}.drcrm-outcome-choice b{font-size:14px}.drcrm-report-form{padding:17px!important}.drcrm-date-dialog{max-height:calc(100dvh - 20px);overflow:auto}.drcrm-wheel-list{height:156px}.drcrm-date-heading h3{font-size:19px}}

/* Unified panel UX — version 1.9 */
.drcrm-form-readiness{display:none!important}

/* Navigation tabs */
.drcrm-tabs{gap:12px;padding-top:13px;padding-bottom:13px}
.drcrm-tabs a{min-height:52px;gap:10px;border-radius:14px;font-size:14px;transition:background .18s,border-color .18s,transform .18s,box-shadow .18s}
.drcrm-tabs a:hover{transform:translateY(-1px);border-color:#d8e1ef;box-shadow:0 6px 15px rgba(9,38,98,.06)}
.drcrm-tabs a i.dashicons{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;font-size:18px;line-height:1;background:#eef2f8;color:#62718a}
.drcrm-tabs a.active{background:linear-gradient(135deg,#f2f6fd,#e8effa);box-shadow:0 6px 16px rgba(9,38,98,.08)}
.drcrm-tabs a.active i.dashicons{background:linear-gradient(145deg,#164b96,#092662);color:#fff;box-shadow:0 6px 14px rgba(9,38,98,.2)}

/* Header quick register */
.drcrm-quick-lead-button{min-height:45px!important;padding:7px 15px!important;border:1px solid rgba(255,255,255,.32)!important;border-radius:14px!important;background:linear-gradient(135deg,#fff,#eef3fb)!important;color:#092662!important;box-shadow:0 8px 20px rgba(1,15,44,.2)!important}
.drcrm-quick-lead-button span{width:27px!important;height:27px!important;flex:0 0 27px;border-radius:9px!important;background:#092662!important;color:#fff!important;font-size:17px!important}
.drcrm-quick-lead-button b{font-size:13px;white-space:nowrap}

/* Graphic result cards and installments */
.drcrm-outcome-choice{position:relative;overflow:hidden;border-width:1px!important;box-shadow:0 7px 18px rgba(9,38,98,.055)!important}
.drcrm-outcome-choice:after{content:"";position:absolute;left:-24px;bottom:-27px;width:70px;height:70px;border-radius:50%;opacity:.65}
.drcrm-outcome-choice.won{border-color:#b8e2cd!important;background:linear-gradient(135deg,#f5fcf8,#fff)!important}.drcrm-outcome-choice.won:after{background:#d9f3e5}.drcrm-outcome-choice.won b{color:#17603d!important}
.drcrm-outcome-choice.followup{border-color:#f3d39b!important;background:linear-gradient(135deg,#fffaf0,#fff)!important}.drcrm-outcome-choice.followup:after{background:#ffedc8}.drcrm-outcome-choice.followup b{color:#8b4b0b!important}
.drcrm-outcome-choice.cancelled{border-color:#efc0bc!important;background:linear-gradient(135deg,#fff7f6,#fff)!important}.drcrm-outcome-choice.cancelled:after{background:#fee3e1}.drcrm-outcome-choice.cancelled b{color:#922b22!important}
.drcrm-outcome-choice:hover{transform:translateY(-3px)!important;box-shadow:0 12px 24px rgba(9,38,98,.1)!important}
.drcrm-outcome-choice.active{transform:translateY(-2px);box-shadow:0 0 0 3px rgba(9,38,98,.08),0 13px 25px rgba(9,38,98,.1)!important}
.drcrm-add-installment{min-width:150px!important;border:0!important;background:linear-gradient(120deg,#174e99,#092662)!important;color:#fff!important;box-shadow:0 8px 18px rgba(9,38,98,.2)!important}
.drcrm-add-installment .dashicons{font-size:18px!important}.drcrm-add-installment b{font-size:13px}

/* Contact and copy controls */
.drcrm-detail-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px}
.drcrm-contact-action{appearance:none;display:inline-flex!important;align-items:center;justify-content:center;gap:7px;min-width:98px;height:44px;padding:0 13px;border:1px solid #d3dce9!important;border-radius:13px!important;background:#fff!important;color:#092662!important;font:800 12px "Vazirmatn",Tahoma,Arial,sans-serif!important;text-decoration:none!important;cursor:pointer;box-shadow:0 6px 15px rgba(9,38,98,.07);transition:.18s}
.drcrm-contact-action:hover{transform:translateY(-2px);box-shadow:0 9px 20px rgba(9,38,98,.12)}
.drcrm-contact-action.call{border-color:#092662!important;background:linear-gradient(135deg,#174e99,#092662)!important;color:#fff!important;box-shadow:0 8px 18px rgba(9,38,98,.2)}
.drcrm-contact-action .dashicons{font-size:18px!important}.drcrm-contact-action b{font-size:12px;white-space:nowrap}

/* Registered date and time */
.drcrm-registered-at small{display:grid!important;gap:2px!important;white-space:normal!important}.drcrm-registered-at small b{font-size:13px;color:#2f3e57}.drcrm-registered-at small em{font-size:12px;color:#69778c;font-style:normal;direction:ltr;text-align:right}

/* Followup quick picks */
.drcrm-followup-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}
.drcrm-followup-field{display:grid;gap:10px;min-width:0;padding:14px;border:1px solid #e0e6ef;border-radius:15px;background:#fff}
.drcrm-followup-field>label{display:grid;gap:8px}
.drcrm-quick-picks{display:grid;gap:7px;min-width:0}.drcrm-quick-picks>span{font-size:11px;font-weight:800;color:#69778c}.drcrm-quick-picks>div{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;overflow-x:auto;padding:2px 0 5px;scrollbar-width:thin;scrollbar-color:#ccd6e4 transparent}
.drcrm-quick-picks button{flex:1 0 auto;min-height:34px!important;padding:6px 9px!important;border:1px solid #d7e0ec!important;border-radius:10px!important;background:#f7f9fc!important;color:#526178!important;font:700 10px "Vazirmatn",Tahoma,Arial,sans-serif!important;white-space:nowrap;cursor:pointer;transition:.16s}
.drcrm-quick-picks button:hover,.drcrm-quick-picks button.active{border-color:#092662!important;background:#eaf0fa!important;color:#092662!important;box-shadow:0 4px 10px rgba(9,38,98,.08)}

/* Notes */
.drcrm-note-section textarea::placeholder{color:#a6afbd!important;opacity:1;font-weight:500}
.drcrm-note-section label{display:block}.drcrm-note-count{position:static!important;left:auto!important;bottom:auto!important}
.drcrm-note-help-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:7px;color:#8a95a6}.drcrm-note-help-row small{font-size:11px!important;color:#8a95a6!important}.drcrm-note-help-row .drcrm-note-count{white-space:nowrap;color:#66758b!important;font-weight:700}

/* Date controls: input and Dashicon stay on one row */
.drcrm-date-control{position:relative!important;display:block!important;width:100%!important;min-width:0!important}
.drcrm-date-control input{display:block!important;width:100%!important;padding-left:54px!important;margin:0!important}
.drcrm-calendar-button{position:absolute!important;left:6px!important;right:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;display:grid!important;place-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;margin:0!important;padding:0!important;border:0!important;border-radius:11px!important;background:#e9eff9!important;color:#092662!important;box-shadow:none!important;z-index:2}
.drcrm-calendar-button .dashicons{width:20px!important;height:20px!important;font-size:20px!important;line-height:1!important}

/* Lead browser cards */
.drcrm-lead-browser-list{gap:12px!important;padding:2px 2px 2px 5px}
.drcrm-lead-list-card{appearance:none!important;display:block!important;width:100%!important;margin:0!important;padding:16px 17px!important;border:1px solid #dfe5ed!important;border-right:5px solid #5d78a6!important;border-radius:16px!important;background:linear-gradient(135deg,#fff,#fbfcfe)!important;color:#26364e!important;box-shadow:0 5px 15px rgba(9,38,98,.045)!important;text-align:right!important;transition:.2s!important}
.drcrm-lead-list-card.lead-status-new{border-right-color:#2e6cc4!important}.drcrm-lead-list-card.lead-status-followup{border-right-color:#e99a24!important}.drcrm-lead-list-card.lead-status-payment_pending{border-right-color:#f79009!important}.drcrm-lead-list-card.lead-status-won{border-right-color:#1b9b61!important}.drcrm-lead-list-card.lead-status-cancelled{border-right-color:#d04438!important}.drcrm-lead-list-card.due-overdue{border-right-color:#d92d20!important}
.drcrm-lead-list-card:hover{border-color:#afbed4!important;transform:translateY(-2px)!important;box-shadow:0 10px 23px rgba(9,38,98,.09)!important}
.drcrm-lead-list-card.active{border-color:#9db3d2!important;border-right-color:#092662!important;background:linear-gradient(135deg,#eef4fd,#fff)!important;box-shadow:0 0 0 2px rgba(9,38,98,.05),0 11px 24px rgba(9,38,98,.1)!important}
.drcrm-list-card-meta{padding-top:10px;border-top:1px solid #edf0f4}.drcrm-list-next-contact{padding:7px 9px;border-radius:9px;background:#fff7e8;color:#8b5516}

/* Compact options and services */
.drcrm-option-groups{align-items:start}.drcrm-option-group{padding:22px!important}.drcrm-option-group-service{max-width:980px!important;margin:0 auto!important}
.drcrm-option-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.drcrm-option-head>span{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:#eaf0fa;color:#092662;font-size:21px}.drcrm-option-head h2{margin:0!important;font-size:19px}.drcrm-option-head h2:before{display:none!important}.drcrm-option-head p{margin:3px 0 0;color:#8792a3;font-size:11px}
.drcrm-option-add-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px;margin-bottom:18px;border:1px solid #dfe6ef;border-radius:15px;background:#f7f9fc}.drcrm-option-add-form>label{position:relative;display:block}.drcrm-option-add-form>label>.dashicons{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#8793a5;font-size:18px}.drcrm-option-add-form input{width:100%;height:48px;padding:0 43px 0 13px;border:1px solid #d4dde9;border-radius:11px;background:#fff;font:600 13px "Vazirmatn",Tahoma,Arial,sans-serif}.drcrm-option-add-form button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:125px;border:0;background:linear-gradient(120deg,#174e99,#092662);box-shadow:0 7px 16px rgba(9,38,98,.18)}
.drcrm-option-list{display:grid;gap:10px;padding-top:0!important;border-top:0!important}.drcrm-option-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px;border:1px solid #dfe5ed;border-radius:14px;background:#fff;box-shadow:0 5px 15px rgba(9,38,98,.035);transition:.18s}.drcrm-option-item:hover{border-color:#bdcadb;box-shadow:0 8px 20px rgba(9,38,98,.065)}.drcrm-option-item.is-inactive{background:#fafafa;opacity:.76}.drcrm-option-item.is-editing{border-color:#9db2d1;background:#f7faff;box-shadow:0 0 0 3px rgba(9,38,98,.05)}
.drcrm-option-item-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#edf2fa;color:#092662;font-size:18px}.drcrm-option-name{display:grid;gap:4px;min-width:0}.drcrm-option-name>span{font-size:9px;color:#8a95a5}.drcrm-option-name input{width:100%;height:42px;padding:0 11px;border:1px solid transparent;border-radius:9px;background:transparent;color:#26354c;font:700 13px "Vazirmatn",Tahoma,Arial,sans-serif}.drcrm-option-name input[readonly]{cursor:default}.drcrm-option-name input:not([readonly]){border-color:#aabbd3;background:#fff;box-shadow:0 0 0 3px rgba(9,38,98,.07);outline:0}
.drcrm-option-toggle{display:flex;align-items:center;gap:7px;cursor:pointer}.drcrm-option-toggle input{position:absolute;opacity:0;pointer-events:none}.drcrm-switch{position:relative;width:42px;height:24px;border-radius:20px;background:#cdd4de;transition:.18s}.drcrm-switch i{position:absolute;top:3px;right:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.16);transition:.18s}.drcrm-option-toggle input:checked+.drcrm-switch{background:#178b58}.drcrm-option-toggle input:checked+.drcrm-switch i{transform:translateX(-18px)}.drcrm-option-toggle b{min-width:45px;color:#59677c;font-size:11px}
.drcrm-option-actions{display:flex;gap:7px}.drcrm-option-actions .drcrm-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:auto!important;min-width:87px;height:42px;padding:0 11px;border:1px solid #d8e0ea;border-radius:10px;font-size:11px}.drcrm-option-edit{background:#f1f4f8;color:#40506a}.drcrm-option-save{border-color:#092662!important;background:#092662!important;color:#fff!important}.drcrm-option-save:disabled{border-color:#e2e5e9!important;background:#eef0f3!important;color:#9aa2ad!important;cursor:not-allowed;box-shadow:none}.drcrm-option-empty{display:grid;justify-items:center;padding:30px;border:1px dashed #cbd6e5;border-radius:14px;background:#fafbfd;color:#8792a3}.drcrm-option-empty>span{font-size:26px}.drcrm-option-empty p{margin:8px 0 0;font-size:12px}

@media(max-width:1050px){.drcrm-followup-grid{grid-template-columns:1fr}.drcrm-quick-picks>div{justify-content:flex-start}.drcrm-option-item{grid-template-columns:auto minmax(0,1fr) auto}.drcrm-option-actions{grid-column:2/-1;justify-content:flex-end}}
@media(max-width:760px){.drcrm-tabs a i.dashicons{display:grid!important}.drcrm-quick-lead-button b{display:inline!important}.drcrm-detail-header{align-items:stretch;flex-direction:column}.drcrm-detail-actions{justify-content:flex-start}.drcrm-contact-action{flex:1}.drcrm-detail-actions .drcrm-badge{align-self:center}.drcrm-installment-title{align-items:stretch!important}.drcrm-add-installment{width:100%!important}.drcrm-option-add-form{grid-template-columns:1fr}.drcrm-option-add-form button{width:100%}.drcrm-option-item{grid-template-columns:auto minmax(0,1fr)}.drcrm-option-toggle{grid-column:1/-1}.drcrm-option-actions{grid-column:1/-1}.drcrm-option-actions .drcrm-btn{flex:1}.drcrm-note-help-row{align-items:flex-start;flex-direction:column-reverse}.drcrm-quick-picks>div{overflow-x:auto}}
@media(max-width:480px){.drcrm-tabs a{min-width:122px}.drcrm-tabs a i.dashicons{width:28px;height:28px;font-size:16px}.drcrm-quick-lead-button{padding:6px 9px!important}.drcrm-quick-lead-button b{font-size:11px}.drcrm-contact-action{min-width:0;padding:0 9px}.drcrm-detail-actions .drcrm-badge{width:100%;text-align:center}.drcrm-followup-field{padding:11px}.drcrm-quick-picks button{flex:0 0 auto}.drcrm-option-group{padding:15px!important}.drcrm-option-item{gap:9px;padding:10px}.drcrm-option-item-icon{width:34px;height:34px}.drcrm-option-name input{font-size:12px}}

/* Installment management — version 1.19 */
.drcrm-banner-installments{border-right-color:#138a5b!important}.drcrm-banner-installments .drcrm-page-banner-icon{background:#e7f7ef!important;color:#087a4d!important}
.drcrm-installment-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:16px}.drcrm-installment-stats>a{position:relative;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;min-height:108px;padding:17px 18px;border:1px solid #dde5ef;border-radius:17px;background:linear-gradient(135deg,#fff,#f8faff);color:#25334a;text-decoration:none!important;box-shadow:0 7px 20px rgba(9,38,98,.05);transition:.18s}.drcrm-installment-stats>a:hover{transform:translateY(-2px);border-color:#b7c6db;box-shadow:0 11px 24px rgba(9,38,98,.09)}.drcrm-installment-stats i{grid-row:1/3;width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#eaf0fa;color:#092662;font-size:23px}.drcrm-installment-stats strong{align-self:end;color:#17243c;font-size:23px}.drcrm-installment-stats span{align-self:start;color:#778499;font-size:11px}.drcrm-installment-stats .overdue i{background:#fee9e7;color:#b42318}.drcrm-installment-stats .overdue strong{color:#b42318}.drcrm-installment-stats .paid i{background:#e2f7ec;color:#087a4d}.drcrm-installment-stats .paid strong{color:#087a4d}
.drcrm-installment-toolbar{padding:14px!important}.drcrm-installment-toolbar form{display:grid;grid-template-columns:minmax(260px,1fr) 210px auto auto;gap:9px;align-items:center}.drcrm-installment-toolbar label{position:relative;display:block}.drcrm-installment-toolbar label>.dashicons{position:absolute;right:14px;top:50%;transform:translateY(-50%);z-index:1;color:#78869b}.drcrm-installment-toolbar input,.drcrm-installment-toolbar select{width:100%;min-height:47px!important;border:1px solid #d5deea!important;border-radius:12px!important;background:#f8fafc!important;color:#2d3b52!important;font:700 12px "Vazirmatn",Tahoma,Arial,sans-serif!important}.drcrm-installment-toolbar input{padding-right:43px!important}.drcrm-installment-toolbar input::placeholder{color:#8793a5!important;opacity:1}.drcrm-installment-toolbar .drcrm-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:auto;min-height:47px;border-radius:12px}.drcrm-installment-toolbar .drcrm-btn-primary{color:#fff!important}.drcrm-installment-toolbar .drcrm-btn-primary *{color:#fff!important}
.drcrm-installment-section{margin-top:20px}.drcrm-installment-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.drcrm-installment-section-head h2{margin:0 0 3px;color:#1c2940;font-size:20px}.drcrm-installment-section-head p{margin:0;color:#8390a3;font-size:10px}.drcrm-installment-section-head>.dashicons{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:#eaf0fa;color:#092662;font-size:21px}.drcrm-installment-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.drcrm-payment-card{position:relative;overflow:hidden;border:1px solid #dfe6ef;border-right:5px solid #5576aa;border-radius:18px;background:#fff;box-shadow:0 7px 22px rgba(9,38,98,.05);transition:.18s}.drcrm-payment-card:hover{transform:translateY(-2px);box-shadow:0 12px 27px rgba(9,38,98,.09)}.drcrm-payment-card.is-focus{border-color:#7898c6;box-shadow:0 0 0 4px rgba(9,38,98,.08),0 13px 30px rgba(9,38,98,.12)}.drcrm-payment-card.state-overdue{border-right-color:#d92d20}.drcrm-payment-card.state-today{border-right-color:#f79009}.drcrm-payment-card.state-paid{border-right-color:#12a36a;background:linear-gradient(135deg,#f6fff9,#fff)}.drcrm-payment-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:17px 18px;border-bottom:1px solid #edf0f4;background:linear-gradient(135deg,#f8faff,#fff)}.drcrm-payment-number{display:inline-flex;margin-bottom:5px;padding:4px 8px;border-radius:20px;background:#eaf0fa;color:#092662;font-size:9px;font-weight:900}.drcrm-payment-card h3{margin:0;color:#092662;font-size:19px}.drcrm-payment-card header p{margin:4px 0 0;color:#6f7c90;font-size:10px}.drcrm-payment-status{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:6px 9px;border-radius:20px;background:#edf2fa;color:#315a99;font-size:9px;font-weight:900}.state-overdue .drcrm-payment-status{background:#fee8e6;color:#b42318}.state-today .drcrm-payment-status{background:#fff0d5;color:#a85a00}.state-paid .drcrm-payment-status{background:#dcf7e9;color:#087a4d}
.drcrm-payment-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:14px 17px}.drcrm-payment-meta>div{display:flex;align-items:center;gap:9px;min-width:0;padding:10px;border:1px solid #e7ebf1;border-radius:12px;background:#fbfcfd}.drcrm-payment-meta i{flex:0 0 31px;width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:#edf2fa;color:#092662;font-size:17px}.drcrm-payment-meta span,.drcrm-payment-meta b{display:block;min-width:0}.drcrm-payment-meta span{color:#7c8899;font-size:8px}.drcrm-payment-meta b{margin-top:2px;color:#2d3a50;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drcrm-payment-card>footer{display:flex;align-items:center;gap:8px;padding:13px 17px;border-top:1px solid #edf0f4;background:#fafbfd}.drcrm-payment-card footer form{margin-right:auto}.drcrm-payment-action{appearance:none;display:inline-flex!important;align-items:center;justify-content:center;gap:6px;min-height:39px;padding:5px 11px;border:1px solid #d4deea;border-radius:11px;background:#fff;color:#092662;font:800 10px "Vazirmatn",Tahoma,Arial,sans-serif;text-decoration:none!important;cursor:pointer;transition:.16s}.drcrm-payment-action:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(9,38,98,.09)}.drcrm-payment-action.call{border-color:#092662;background:#092662;color:#fff}.drcrm-payment-action.confirm{border-color:#159260;background:#159260;color:#fff}.drcrm-payment-action.reopen{border-color:#d5deea;background:#f2f5f8;color:#536177}.drcrm-payment-action .dashicons{width:17px;height:17px;font-size:17px}.drcrm-installment-empty{grid-column:1/-1;display:grid;justify-items:center;padding:42px 20px;text-align:center}.drcrm-installment-empty>.dashicons{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;background:#e4f7ed;color:#087a4d;font-size:26px}.drcrm-installment-empty h3{margin:10px 0 3px}.drcrm-installment-empty p{margin:0;color:#8490a2;font-size:10px}
@media(max-width:1000px){.drcrm-installment-stats{grid-template-columns:1fr 1fr}.drcrm-installment-toolbar form{grid-template-columns:1fr 1fr}.drcrm-installment-toolbar label{grid-column:1/-1}.drcrm-installment-cards{grid-template-columns:1fr}}
@media(max-width:600px){.drcrm-installment-stats{gap:9px}.drcrm-installment-stats>a{grid-template-columns:39px 1fr;min-height:91px;padding:13px}.drcrm-installment-stats i{width:39px;height:39px;border-radius:12px;font-size:19px}.drcrm-installment-stats strong{font-size:19px}.drcrm-installment-stats span{font-size:9px}.drcrm-installment-toolbar form{grid-template-columns:1fr}.drcrm-installment-toolbar label{grid-column:auto}.drcrm-installment-toolbar .drcrm-btn{width:100%}.drcrm-payment-card>header{padding:14px;flex-direction:column}.drcrm-payment-status{align-self:flex-start}.drcrm-payment-meta{grid-template-columns:1fr;padding:12px}.drcrm-payment-card>footer{display:grid;grid-template-columns:1fr 1fr;padding:12px}.drcrm-payment-card footer form{grid-column:1/-1;width:100%;margin:0}.drcrm-payment-card footer form .drcrm-payment-action{width:100%}.drcrm-payment-action{min-height:43px}.drcrm-installment-section-head h2{font-size:17px}}

/* Final layout polish, sortable services and compact lead list — version 1.10 */
.drcrm-brand-logo{display:flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:0;padding-left:22px;border-left:1px solid rgba(255,255,255,.2);text-decoration:none!important}
.drcrm-brand-logo img{display:block;width:auto;height:auto;max-width:220px;max-height:56px;object-fit:contain;object-position:center}

/* A single result must only occupy its actual content height. */
.drcrm-lead-browser-list{min-height:0!important;grid-auto-rows:max-content!important;align-content:start!important}
.drcrm-lead-list-card{height:auto!important;min-height:0!important;align-self:start!important}

/* Universal search: clear copy, strong hierarchy and readable actions. */
.drcrm-universal-search input[type="search"]{color:#23324a!important;background:#f5f8fc!important;font-weight:700!important;caret-color:#092662}
.drcrm-universal-search input[type="search"]::placeholder{color:#65748b!important;opacity:1!important;font-weight:600!important}
.drcrm-search-submit,.drcrm-filter-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:48px!important;border-radius:13px!important;font:800 13px "Vazirmatn",Tahoma,Arial,sans-serif!important;transition:transform .16s,box-shadow .16s,border-color .16s!important}
.drcrm-search-submit{border:1px solid #092662!important;background:linear-gradient(125deg,#174e99,#092662)!important;color:#fff!important;box-shadow:0 8px 18px rgba(9,38,98,.2)!important}
.drcrm-search-submit *{color:#fff!important}
.drcrm-filter-toggle{border:1px solid #cbd7e8!important;background:linear-gradient(135deg,#fff,#edf2f9)!important;color:#092662!important;box-shadow:0 6px 15px rgba(9,38,98,.07)!important}
.drcrm-filter-toggle *{color:#092662!important}
.drcrm-search-submit:hover,.drcrm-filter-toggle:hover{transform:translateY(-2px)!important;box-shadow:0 11px 23px rgba(9,38,98,.15)!important}

/* Services fill the same desktop width as their page banner. */
.drcrm-banner-services,.drcrm-option-group-service{width:100%!important;max-width:none!important;margin-right:0!important;margin-left:0!important;box-sizing:border-box!important}
.drcrm-option-add-form{grid-template-columns:minmax(0,1fr) 150px!important;align-items:stretch!important}
.drcrm-option-add-form input,.drcrm-option-add-form button{height:50px!important;min-height:50px!important;margin:0!important}
.drcrm-option-add-form button{color:#fff!important;border-radius:11px!important;font-weight:800!important}
.drcrm-option-add-form button *{color:#fff!important}

/* Sortable service rows. */
.drcrm-option-item{grid-template-columns:auto auto minmax(0,1fr) auto auto!important}
.drcrm-drag-handle{appearance:none;display:grid;place-items:center;width:38px;height:42px;min-width:38px;margin:0;padding:0;border:1px solid #d8e1ed;border-radius:11px;background:#f5f7fb;color:#66758b;cursor:grab;touch-action:none;transition:background .16s,color .16s,transform .16s,box-shadow .16s}
.drcrm-drag-handle:hover{background:#e9eff9;color:#092662;transform:translateY(-1px);box-shadow:0 5px 12px rgba(9,38,98,.09)}
.drcrm-drag-handle:active{cursor:grabbing}.drcrm-drag-handle .dashicons{width:19px;height:19px;font-size:19px;line-height:1}
.drcrm-option-item.is-dragging{opacity:.5;transform:scale(.985);border-style:dashed!important;box-shadow:none!important}
.drcrm-option-item.is-drag-over{border-color:#092662!important;box-shadow:0 0 0 3px rgba(9,38,98,.08)!important}
.drcrm-order-status{display:none;margin:2px 4px 0;padding:8px 11px;border-radius:9px;background:#edf8f3;color:#17603d;font-size:11px;font-weight:800}
.drcrm-order-status.is-visible{display:block}.drcrm-order-status.is-error{background:#fff1f0;color:#b42318}

/* Date modal: close on the left and compact today's date in one row. */
.drcrm-date-close{right:auto!important;left:18px!important;top:18px!important;display:grid!important;place-items:center!important;z-index:4}
.drcrm-date-heading{padding-right:0!important;padding-left:54px!important}
.drcrm-today-sample{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:14px 0!important;padding:10px 13px!important}
.drcrm-today-sample b{white-space:nowrap!important}

@media(max-width:1050px){
  .drcrm-option-item{grid-template-columns:auto auto minmax(0,1fr) auto!important}
  .drcrm-option-actions{grid-column:3/-1!important}
}
@media(max-width:760px){
  .drcrm-brand-logo{padding-left:0;border-left:0}.drcrm-brand-logo img{max-width:150px;max-height:43px}
  .drcrm-option-add-form{grid-template-columns:1fr!important}
  .drcrm-option-item{grid-template-columns:auto auto minmax(0,1fr)!important}
  .drcrm-option-name{grid-column:3!important}.drcrm-option-toggle{grid-column:2/-1!important}.drcrm-option-actions{grid-column:1/-1!important}
}
@media(max-width:820px){
  .drcrm-universal-search input[type="search"]{flex:1 0 100%!important;order:1!important;min-height:50px!important}
  .drcrm-search-submit{flex:1 1 0!important;order:2!important}.drcrm-filter-toggle{flex:1 1 0!important;order:3!important}
}
@media(max-width:480px){
  .drcrm-brand-logo img{max-width:118px;max-height:38px}
  .drcrm-search-submit,.drcrm-filter-toggle{font-size:12px!important;min-height:45px!important}
  .drcrm-option-item{grid-template-columns:auto auto minmax(0,1fr)!important}.drcrm-option-item-icon{display:none!important}.drcrm-option-name{grid-column:3!important}.drcrm-drag-handle{width:34px;min-width:34px;height:38px}
  .drcrm-date-dialog{padding-top:20px!important}.drcrm-date-close{left:12px!important;top:12px!important}.drcrm-date-heading{padding-left:45px!important}.drcrm-today-sample{font-size:11px!important}.drcrm-today-sample b{font-size:12px!important}
}

/* Follow-up choices and date-wheel positioning — version 1.11 */
.drcrm-outcome-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;width:100%!important}
.drcrm-outcome-choice{display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:row!important;gap:10px!important;width:100%!important;min-width:0!important;min-height:68px!important;height:68px!important;padding:10px 14px!important;border-radius:15px!important}
.drcrm-outcome-choice i{flex:0 0 34px!important;display:grid!important;place-items:center!important;width:34px!important;height:34px!important;margin:0!important;border-radius:11px!important}
.drcrm-outcome-choice b{display:block!important;min-width:0!important;font-size:14px!important;line-height:1.4!important;white-space:nowrap!important}
.drcrm-outcome-choice small{display:none!important}
.drcrm-outcome-choice.active{transform:translateY(-2px) scale(1.01)!important}
.drcrm-outcome-choice.won.active{background:linear-gradient(135deg,#dff5e9,#f7fffa)!important;border-color:#48ad7b!important}
.drcrm-outcome-choice.followup.active{background:linear-gradient(135deg,#ffedc6,#fffaf0)!important;border-color:#e69a2a!important}
.drcrm-outcome-choice.cancelled.active{background:linear-gradient(135deg,#fee3e0,#fff8f7)!important;border-color:#dc665c!important}
.drcrm-outcome-choice.is-clicked{animation:drcrm-choice-click .36s ease both}
@keyframes drcrm-choice-click{0%{transform:scale(1)}45%{transform:scale(.965)}100%{transform:translateY(-2px) scale(1.01)}}

.drcrm-filter-actions .drcrm-btn-primary,.drcrm-filter-actions .drcrm-btn-primary:link,.drcrm-filter-actions .drcrm-btn-primary:visited{color:#fff!important}
.drcrm-filter-actions .drcrm-btn-primary *{color:#fff!important;fill:currentColor!important}

.drcrm-date-dialog>.drcrm-date-close{inset:18px auto auto 18px!important;top:18px!important;right:auto!important;bottom:auto!important;left:18px!important;transform:none!important;margin:0!important}
.drcrm-wheel-list{position:relative!important}
.drcrm-wheel-item.selected{position:relative;z-index:2}

@media(max-width:560px){
  .drcrm-outcome-grid{gap:6px!important}
  .drcrm-outcome-choice{height:60px!important;min-height:60px!important;gap:5px!important;padding:7px 5px!important;border-radius:12px!important}
  .drcrm-outcome-choice i{flex-basis:27px!important;width:27px!important;height:27px!important;font-size:15px!important;border-radius:9px!important}
  .drcrm-outcome-choice b{font-size:11px!important;letter-spacing:-.2px!important}
  .drcrm-date-dialog>.drcrm-date-close{inset:12px auto auto 12px!important;left:12px!important;right:auto!important;top:12px!important}
}

/* Mobile controls, live suggestions and general settings — version 1.12 */
.drcrm-modal-dialog>.drcrm-modal-close{inset:16px auto auto 16px!important;top:16px!important;right:auto!important;bottom:auto!important;left:16px!important;display:grid!important;place-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;margin:0!important;padding:0!important;border:1px solid #cdd9ea!important;border-radius:14px!important;background:linear-gradient(145deg,#fff,#eaf0fa)!important;color:#092662!important;box-shadow:0 8px 20px rgba(9,38,98,.14)!important;z-index:8;transition:transform .16s,box-shadow .16s!important}
.drcrm-modal-dialog>.drcrm-modal-close:hover{transform:translateY(-2px)!important;box-shadow:0 11px 24px rgba(9,38,98,.19)!important}.drcrm-modal-close .dashicons{width:22px;height:22px;font-size:22px;line-height:1}

.drcrm-filter-close{display:grid!important;place-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;margin:0!important;padding:0!important;border:1px solid #cdd9ea!important;border-radius:13px!important;background:linear-gradient(145deg,#f6f9fd,#e7eef9)!important;color:#092662!important;box-shadow:0 6px 15px rgba(9,38,98,.1)!important;transition:.16s!important}.drcrm-filter-close:hover{transform:translateY(-2px);background:#092662!important;color:#fff!important}.drcrm-filter-close .dashicons{width:21px;height:21px;font-size:21px;line-height:1}

.drcrm-universal-search{overflow:visible!important}.drcrm-search-icon{top:50%!important;right:22px!important;transform:translateY(-50%)!important;z-index:3;pointer-events:none}
.drcrm-search-suggestions{position:absolute;top:calc(100% + 8px);right:10px;left:10px;z-index:80;display:none;max-height:360px;overflow:auto;padding:8px;border:1px solid #d7e1ee;border-radius:16px;background:#fff;box-shadow:0 20px 48px rgba(9,38,98,.18)}.drcrm-search-suggestions.is-open{display:grid;gap:6px}
.drcrm-suggestion-item{appearance:none;display:grid;gap:6px;width:100%;padding:11px 13px;border:1px solid transparent;border-radius:12px;background:#f7f9fc;color:#26364e;text-align:right;font-family:"Vazirmatn",Tahoma,Arial,sans-serif;cursor:pointer;transition:.16s}.drcrm-suggestion-item:hover,.drcrm-suggestion-item:focus{border-color:#b9cae2;background:#edf3fc;outline:0;transform:translateY(-1px)}.drcrm-suggestion-item>span{display:flex;align-items:center;justify-content:space-between;gap:10px}.drcrm-suggestion-item b{color:#092662;font-size:14px;direction:ltr}.drcrm-suggestion-item em{padding:4px 8px;border-radius:20px;background:#e9eff9;color:#526784;font-size:9px;font-style:normal;font-weight:800}.drcrm-suggestion-item small{overflow:hidden;color:#718097;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.drcrm-suggestion-loading,.drcrm-suggestion-empty{padding:17px;text-align:center;color:#76849a;font-size:11px;font-weight:700}

.drcrm-accordion-groups{display:grid!important;grid-template-columns:1fr!important;gap:13px!important}.drcrm-option-accordion{width:100%;border:1px solid #d9e2ee;border-radius:18px;background:#fff;box-shadow:0 8px 25px rgba(9,38,98,.055);overflow:hidden}.drcrm-option-accordion>summary{display:grid;grid-template-columns:48px minmax(0,1fr) 38px;align-items:center;gap:13px;min-height:86px;padding:16px 19px;cursor:pointer;list-style:none;user-select:none;transition:.18s}.drcrm-option-accordion>summary::-webkit-details-marker{display:none}.drcrm-option-accordion>summary:hover{background:#f8fafd}.drcrm-option-accordion>summary>.drcrm-accordion-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#eaf0fa;color:#092662;font-size:22px}.drcrm-option-accordion>summary>span:nth-child(2){display:grid;gap:3px}.drcrm-option-accordion>summary b{color:#1f2d44;font-size:17px}.drcrm-option-accordion>summary small{color:#8591a3;font-size:10px}.drcrm-option-accordion>summary>i{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:#f0f3f8;color:#65758d;font-size:18px;transition:transform .2s,background .2s,color .2s}.drcrm-option-accordion[open]>summary{border-bottom:1px solid #e1e7ef;background:#f7faff}.drcrm-option-accordion[open]>summary>i{transform:rotate(180deg);background:#092662;color:#fff}.drcrm-accordion-body{padding:14px}.drcrm-accordion-body>.drcrm-option-group{margin:0!important;padding:16px!important;border:0!important;border-radius:14px!important;background:#fbfcfe!important;box-shadow:none!important}
.drcrm-option-delete{border-color:#f1c0bc!important;background:#fff5f4!important;color:#b42318!important}.drcrm-option-delete:hover{border-color:#d92d20!important;background:#fee4e2!important}.drcrm-option-delete:disabled{opacity:.6;cursor:wait}
.drcrm-mobile-back{border:1px solid #092662!important;border-radius:12px!important;background:linear-gradient(125deg,#174e99,#092662)!important;color:#fff!important;box-shadow:0 7px 17px rgba(9,38,98,.2)!important;padding:9px 13px!important}.drcrm-mobile-back .dashicons{width:18px;height:18px;font-size:18px;line-height:1}

@media(max-width:900px){.drcrm-user-info{display:grid!important;max-width:105px;margin-left:2px!important}.drcrm-user-info b{overflow:hidden;color:#fff;font-size:10px!important;white-space:nowrap;text-overflow:ellipsis}.drcrm-user-info small{display:none!important}}
@media(max-width:700px){
  .drcrm-lead-modal-dialog{padding-top:76px!important}.drcrm-lead-modal-dialog>.drcrm-modal-close{inset:15px auto auto 15px!important;top:15px!important;right:auto!important;left:15px!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;border-radius:14px!important;background:linear-gradient(145deg,#174e99,#092662)!important;color:#fff!important;border-color:#244e91!important}
  .drcrm-modal-hero{padding-left:0!important}.drcrm-modal-hero h2{font-size:19px}
  .drcrm-search-icon{top:31px!important;right:18px!important;transform:translateY(-50%)!important}.drcrm-universal-search input[type="search"]{padding-right:46px!important;padding-left:14px!important}.drcrm-search-suggestions{top:58px;right:6px;left:6px;max-height:310px;border-radius:14px}.drcrm-suggestion-item{padding:10px}.drcrm-suggestion-item b{font-size:13px}.drcrm-suggestion-item small{font-size:9px}
  .drcrm-filter-close{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;border-radius:14px!important;background:linear-gradient(145deg,#174e99,#092662)!important;color:#fff!important;border-color:#244e91!important;box-shadow:0 8px 18px rgba(9,38,98,.2)!important}
  .drcrm-option-accordion>summary{grid-template-columns:42px minmax(0,1fr) 34px;min-height:74px;padding:13px;gap:10px}.drcrm-option-accordion>summary>.drcrm-accordion-icon{width:42px;height:42px;font-size:19px}.drcrm-option-accordion>summary b{font-size:14px}.drcrm-accordion-body{padding:8px}.drcrm-accordion-body>.drcrm-option-group{padding:10px!important}.drcrm-option-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.drcrm-option-actions .drcrm-btn{min-width:0!important;padding:0 7px!important}
}
@media(max-width:520px){.drcrm-user{gap:5px!important}.drcrm-user-info{max-width:76px!important}.drcrm-user-info b{font-size:9px!important}.drcrm-quick-lead-button{min-width:34px!important}.drcrm-logout,.drcrm-return-admin{padding-right:7px!important;padding-left:7px!important}}

/* Reliable registration form placeholders — version 1.13 */
.drcrm-lead-create-form input::placeholder{color:#a7b0bf!important;opacity:1!important;font-weight:500!important}
.drcrm-lead-create-form select:required:invalid{color:#a7b0bf!important;font-weight:500!important}
.drcrm-lead-create-form select option{color:#26364e!important;font-weight:600!important}
.drcrm-lead-create-form select option[value=""]{color:#a7b0bf!important;font-weight:500!important}

/* Branded shared login — version 1.14 */
.drcrm-login-card{position:relative!important;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)!important}
.drcrm-login-logo-stage{position:relative;display:grid;place-items:center;width:100%;min-height:100px;margin:0 0 18px;border:1px solid #e1e7f0;border-radius:22px;background:radial-gradient(circle at 50% 45%,#fff 0,#f5f8fd 68%,#eef3fb 100%);overflow:hidden;isolation:isolate}
.drcrm-login-logo-stage:before,.drcrm-login-logo-stage:after{content:"";position:absolute;border:1px solid rgba(9,38,98,.09);border-radius:50%;z-index:-1}.drcrm-login-logo-stage:before{width:170px;height:170px;left:-86px;top:-112px}.drcrm-login-logo-stage:after{width:110px;height:110px;right:-55px;bottom:-75px}
.drcrm-login-logo-halo{position:absolute;width:210px;height:70px;border-radius:50%;background:rgba(9,38,98,.11);filter:blur(26px);animation:drcrm-login-halo 4.2s ease-in-out infinite alternate}
.drcrm-login-logo-stage img{position:relative;z-index:2;display:block;width:auto;max-width:min(76%,245px);height:auto;max-height:68px;object-fit:contain;animation:drcrm-login-logo-in .75s cubic-bezier(.2,.8,.2,1) both,drcrm-login-logo-float 4s ease-in-out .8s infinite;filter:drop-shadow(0 8px 13px rgba(9,38,98,.13))}
.drcrm-login-heading{text-align:center;margin-bottom:24px}.drcrm-login-heading-badge{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;padding:6px 11px;border:1px solid #d6e0ef;border-radius:30px;background:#eef3fb;color:#092662;font-size:10px;font-weight:800}.drcrm-login-heading-badge .dashicons{width:16px;height:16px;font-size:16px;line-height:1}.drcrm-login-heading h1{margin:0 0 7px!important;color:#17213a!important;font-size:27px!important}.drcrm-login-heading p{margin:0!important;color:#748096!important;font-size:12px!important}
.drcrm-login-form{gap:16px!important}.drcrm-login-form label{display:grid;gap:7px}.drcrm-login-form label>span:first-child{color:#344054!important;font-size:12px!important;font-weight:800!important}.drcrm-login-form .drcrm-input-with-icon{border-radius:13px}.drcrm-login-form .drcrm-input-with-icon input{min-height:54px!important;border:1px solid #d7dfeb!important;border-radius:13px!important;background:#f8faff!important;color:#25334a!important;font-size:14px!important;font-weight:700!important;transition:border-color .18s,box-shadow .18s,background .18s!important}.drcrm-login-form .drcrm-input-with-icon input::placeholder{color:#acb5c4!important;opacity:1!important;font-weight:500!important}.drcrm-login-form .drcrm-input-with-icon input:focus{border-color:#3767a9!important;background:#fff!important;box-shadow:0 0 0 4px rgba(9,38,98,.09)!important}.drcrm-login-form .drcrm-input-with-icon:focus-within>svg{color:#092662!important}
.drcrm-password-input input{padding-left:52px!important}.drcrm-password-toggle{position:absolute;left:9px;top:50%;z-index:3;display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid transparent;border-radius:10px;background:transparent;color:#7a879b;transform:translateY(-50%);cursor:pointer}.drcrm-password-toggle:hover,.drcrm-password-toggle[aria-pressed="true"]{border-color:#d5deeb;background:#edf2fb;color:#092662}.drcrm-password-toggle .dashicons{width:20px;height:20px;font-size:20px;line-height:1}
.drcrm-login-submit{position:relative;display:flex!important;min-height:54px!important;border:0!important;border-radius:13px!important;background:#e8ebf0!important;color:#98a1af!important;box-shadow:none!important;cursor:not-allowed!important;overflow:hidden;transition:transform .18s,box-shadow .18s,background .18s!important}.drcrm-login-submit b{font-size:14px!important}.drcrm-login-submit i{position:absolute;left:17px;width:20px;height:20px;font-size:20px;line-height:1;font-style:normal}.drcrm-login-submit:not(:disabled){background:linear-gradient(110deg,#174f9d,#092662)!important;color:#fff!important;cursor:pointer!important;box-shadow:0 12px 25px rgba(9,38,98,.25)!important}.drcrm-login-submit:not(:disabled):hover{transform:translateY(-2px)!important;box-shadow:0 15px 31px rgba(9,38,98,.31)!important}.drcrm-login-submit:not(:disabled):before{content:"";position:absolute;inset:0 auto 0 -32%;width:24%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);transform:skewX(-20deg);animation:drcrm-login-shine 2.8s ease-in-out infinite}.drcrm-login-form.is-login-loading .drcrm-login-submit{background:#092662!important;color:#fff!important;cursor:wait!important}.drcrm-login-form.is-login-loading .drcrm-login-submit>:first-child{animation:drcrm-login-spin .8s linear infinite}.drcrm-login-help{display:flex!important;align-items:center;justify-content:center;gap:5px;color:#8490a3!important;font-size:9px!important}.drcrm-login-help .dashicons{width:15px;height:15px;font-size:15px;line-height:1;color:#16865c}
@keyframes drcrm-login-logo-in{from{opacity:0;transform:translateY(-18px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes drcrm-login-logo-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes drcrm-login-halo{from{transform:translateX(-18px) scale(.9);opacity:.45}to{transform:translateX(18px) scale(1.08);opacity:.9}}@keyframes drcrm-login-shine{0%,58%{left:-32%}100%{left:125%}}@keyframes drcrm-login-spin{to{transform:rotate(360deg)}}
@media(max-width:860px){.drcrm-login-logo-stage{min-height:92px}.drcrm-login-heading h1{font-size:25px!important}}
@media(max-width:520px){.drcrm-login-card{justify-content:center!important;padding:28px 22px!important;background:radial-gradient(circle at 50% 8%,#edf3fc 0,transparent 30%),#fff!important}.drcrm-login-logo-stage{min-height:94px;margin-top:0;border-radius:19px}.drcrm-login-logo-stage img{max-width:min(72%,210px);max-height:60px}.drcrm-login-heading{margin-bottom:22px}.drcrm-login-heading h1{font-size:23px!important}.drcrm-login-form .drcrm-input-with-icon input{min-height:52px!important}.drcrm-login-submit{min-height:52px!important}}
@media(prefers-reduced-motion:reduce){.drcrm-login-logo-stage img,.drcrm-login-logo-halo,.drcrm-login-submit:before,.drcrm-login-form.is-login-loading .drcrm-login-submit>:first-child{animation:none!important}}

/* Refined shared login — version 1.20 */
.drcrm-login-intro{align-items:center!important;justify-content:center!important;text-align:center!important}
.drcrm-login-copy{position:relative;z-index:2;width:min(100%,520px)!important;margin:0!important}
.drcrm-login-copy h2{margin:0!important;font-size:clamp(31px,3.1vw,43px)!important;line-height:1.65!important;letter-spacing:-1.2px!important;text-wrap:balance}
.drcrm-login-logo-stage{min-height:auto!important;margin:0 0 22px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;isolation:auto!important}
.drcrm-login-logo-stage:before,.drcrm-login-logo-stage:after,.drcrm-login-logo-halo{display:none!important}
.drcrm-login-logo-stage img{max-width:min(76%,245px)!important;max-height:72px!important;filter:drop-shadow(0 9px 15px rgba(9,38,98,.15))!important}
.drcrm-login-heading{margin-bottom:25px!important}
.drcrm-login-form .drcrm-input-with-icon>.dashicons{position:absolute;right:15px;left:auto;top:50%;z-index:2;width:20px;height:20px;color:#8996aa;font-size:20px;line-height:20px;transform:translateY(-50%);transition:color .18s,transform .18s}
.drcrm-login-form .drcrm-input-with-icon:focus-within>.dashicons{color:#092662!important;transform:translateY(-50%) scale(1.05)}
.drcrm-login-form .drcrm-input-with-icon input{padding-right:48px!important;padding-left:15px!important}
.drcrm-login-form .drcrm-password-input input{padding-right:48px!important;padding-left:58px!important}
.drcrm-login-form .drcrm-password-toggle{position:absolute!important;inset:50% auto auto 7px!important;z-index:4!important;width:40px!important;height:40px!important;margin:0!important;padding:0!important;border:1px solid #dce4ef!important;border-radius:11px!important;background:#eef3fb!important;color:#66758c!important;box-shadow:0 3px 9px rgba(9,38,98,.06)!important;transform:translateY(-50%)!important}
.drcrm-login-form .drcrm-password-toggle:hover,.drcrm-login-form .drcrm-password-toggle:focus-visible,.drcrm-login-form .drcrm-password-toggle[aria-pressed="true"]{border-color:#aebfda!important;background:#092662!important;color:#fff!important;outline:0!important;box-shadow:0 0 0 4px rgba(9,38,98,.09)!important}
.drcrm-login-form .drcrm-password-toggle .dashicons{width:20px;height:20px;font-size:20px;line-height:20px}
.drcrm-install-icon.dashicons{font-size:20px!important;line-height:36px!important}
.drcrm-install-app-head .drcrm-install-icon.dashicons{font-size:18px!important;line-height:31px!important}
.drcrm-install-arrow.dashicons{width:18px;height:18px;font-size:18px;line-height:18px}
@media(max-width:860px) and (min-width:521px){.drcrm-login-intro{min-height:230px!important}.drcrm-login-copy h2{font-size:29px!important}.drcrm-login-card{padding-top:34px!important}}
@media(max-width:520px){.drcrm-login-logo-stage{min-height:auto!important;margin-bottom:22px!important}.drcrm-login-logo-stage img{max-width:min(74%,220px)!important;max-height:64px!important}.drcrm-login-heading{margin-bottom:25px!important}.drcrm-login-form .drcrm-password-toggle{left:6px!important;width:39px!important;height:39px!important}.drcrm-login-form .drcrm-password-input input{padding-left:55px!important}}

/* Reports, installments and date picker reliability — version 1.21 */
.drcrm-modal-dialog>.drcrm-modal-close,.drcrm-lead-modal-dialog>.drcrm-modal-close{inset:18px auto auto 18px!important;right:auto!important;left:18px!important;top:18px!important;bottom:auto!important;transform:none!important}
.drcrm-date-dialog>.drcrm-date-close{position:absolute!important;inset:18px auto auto 18px!important;right:auto!important;left:18px!important;top:18px!important;bottom:auto!important;transform:none!important;z-index:10!important}
.drcrm-date-overlay{backdrop-filter:none!important;background:rgba(9,22,48,.66)!important}
.drcrm-date-dialog{direction:rtl!important;contain:layout paint;will-change:auto!important}
.drcrm-wheel-list{scroll-behavior:auto!important;scroll-snap-type:y mandatory!important;scroll-padding:0!important;overscroll-behavior:contain!important;touch-action:pan-y!important;-webkit-overflow-scrolling:touch}
.drcrm-wheel-item{scroll-snap-align:center!important;scroll-snap-stop:normal!important;transition:background .12s,color .12s,box-shadow .12s}
.drcrm-today-sample{display:grid!important;grid-template-columns:auto 1fr!important;align-items:center!important;gap:14px!important}.drcrm-today-sample b{text-align:left!important;white-space:nowrap}

.drcrm-installment-toolbar{overflow:hidden!important}
.drcrm-installment-toolbar form{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(190px,220px) minmax(145px,auto) minmax(115px,auto)!important;gap:10px!important;align-items:stretch!important}
.drcrm-installment-toolbar form>*{min-width:0!important;margin:0!important}
.drcrm-installment-toolbar label{grid-column:auto!important;min-width:0!important}
.drcrm-installment-toolbar input,.drcrm-installment-toolbar select{display:block!important;max-width:100%!important;height:48px!important;margin:0!important}
.drcrm-installment-toolbar .drcrm-btn{width:100%!important;min-width:0!important;height:48px!important;padding:0 15px!important}
.drcrm-installment-toolbar .drcrm-btn-primary,.drcrm-installment-toolbar .drcrm-btn-primary:hover,.drcrm-installment-toolbar .drcrm-btn-primary:focus{border:1px solid #092662!important;background:linear-gradient(125deg,#174e99,#092662)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:0 8px 18px rgba(9,38,98,.2)!important;opacity:1!important}
.drcrm-installment-toolbar .drcrm-btn-primary b,.drcrm-installment-toolbar .drcrm-btn-primary .dashicons{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}

.drcrm-registrar-report-filter{padding:20px!important;overflow:hidden}.drcrm-report-filter-heading{display:flex;align-items:center;gap:12px;margin-bottom:17px}.drcrm-report-filter-heading>span{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:#eaf0fa;color:#092662;font-size:21px}.drcrm-report-filter-heading h2{margin:0 0 3px!important;color:#1d2b43;font-size:18px}.drcrm-report-filter-heading p{margin:0;color:#7e8a9c;font-size:10px}.drcrm-registrar-report-filter form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:14px 16px;width:100%;min-width:0}.drcrm-registrar-report-filter label{display:grid;grid-template-rows:auto 48px;gap:7px;min-width:0;max-width:100%;overflow:hidden;color:#435168;font-size:11px;font-weight:800}.drcrm-registrar-report-filter label>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drcrm-registrar-report-filter input,.drcrm-registrar-report-filter select,.drcrm-registrar-report-filter .drcrm-date-control{display:block;width:100%!important;max-width:100%!important;height:48px;min-width:0!important;margin:0!important}.drcrm-registrar-report-filter input,.drcrm-registrar-report-filter select{padding:0 12px;border:1px solid #d5deea;border-radius:12px;background:#f8fafc;color:#26364e;font:700 12px "Vazirmatn",Tahoma,Arial,sans-serif;outline:0}.drcrm-registrar-report-filter input:focus,.drcrm-registrar-report-filter select:focus{border-color:#7897c4;background:#fff;box-shadow:0 0 0 4px rgba(9,38,98,.07)}.drcrm-registrar-report-filter input::placeholder{color:#98a3b3;opacity:1}.drcrm-report-filter-actions{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end;gap:9px;padding-top:2px}.drcrm-report-filter-actions .drcrm-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:155px;height:46px}.drcrm-report-filter-actions .drcrm-btn-primary *{color:#fff!important}
.drcrm-report-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 13px}.drcrm-report-kpis>div{display:grid;grid-template-columns:47px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:11px;min-height:101px;padding:15px;border:1px solid #dde5ef;border-radius:17px;background:linear-gradient(135deg,#fff,#f8faff);box-shadow:0 7px 20px rgba(9,38,98,.045)}.drcrm-report-kpis>div>span{grid-row:1/3;width:47px;height:47px;display:grid;place-items:center;border-radius:14px;background:#eaf0fa;color:#092662;font-size:22px}.drcrm-report-kpis strong{align-self:end;color:#17243c;font-size:24px}.drcrm-report-kpis small{align-self:start;color:#7e8a9c;font-size:10px}
.drcrm-report-status-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-bottom:14px}.drcrm-report-status-grid>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;border:1px solid #e1e7ef;border-radius:13px;background:#fff}.drcrm-report-status-grid strong{color:#293950;font-size:18px}
.drcrm-report-insights{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}.drcrm-trend-card,.drcrm-breakdown-card,.drcrm-report-table-card{padding:20px!important}.drcrm-trend-card>header,.drcrm-breakdown-card>header,.drcrm-report-table-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:17px}.drcrm-trend-card header h2,.drcrm-breakdown-card header h2,.drcrm-report-table-card header h2{margin:0 0 3px!important;color:#1f2d44;font-size:17px}.drcrm-trend-card header p,.drcrm-breakdown-card header p,.drcrm-report-table-card header p{margin:0;color:#8691a2;font-size:9px}.drcrm-trend-card header>span,.drcrm-breakdown-card header>span,.drcrm-report-table-card header>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#eaf0fa;color:#092662;font-size:20px}
.drcrm-trend-chart{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:7px;height:235px;padding-top:10px}.drcrm-trend-chart>div{display:grid;grid-template-rows:22px 150px 42px;align-items:end;justify-items:center;min-width:0}.drcrm-trend-chart b{color:#42516a;font-size:10px}.drcrm-trend-chart i{position:relative;width:72%;height:150px;border-radius:9px 9px 4px 4px;background:#f0f3f8;overflow:hidden}.drcrm-trend-chart i em{position:absolute;right:0;bottom:0;left:0;min-height:4px;border-radius:9px 9px 4px 4px;background:linear-gradient(180deg,#2764b5,#092662);transition:height .3s ease}.drcrm-trend-chart small{align-self:start;overflow:hidden;width:100%;padding-top:7px;color:#778499;font-size:8px;line-height:1.5;text-align:center}
.drcrm-breakdown-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px}.drcrm-breakdown-columns h3{margin:0 0 12px;color:#3d4c64;font-size:12px}.drcrm-breakdown-row{display:grid;gap:6px;margin-bottom:12px}.drcrm-breakdown-row>span{display:flex;align-items:center;justify-content:space-between;gap:8px}.drcrm-breakdown-row b{overflow:hidden;color:#56647a;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.drcrm-breakdown-row span>em{color:#092662;font-size:10px;font-style:normal;font-weight:900}.drcrm-breakdown-row>i{height:6px;border-radius:8px;background:#edf0f4;overflow:hidden}.drcrm-breakdown-row>i em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#174e99,#092662)}
.drcrm-report-table-card{margin-top:0!important}.drcrm-report-table-card .drcrm-table-wrap{margin-top:0}.drcrm-report-table-card table{min-width:760px}.drcrm-report-table-card td strong{color:#092662;font-size:13px}
@media(max-width:1200px){.drcrm-installment-toolbar form{grid-template-columns:minmax(190px,1fr) minmax(145px,auto) minmax(115px,auto)!important}.drcrm-installment-toolbar label{grid-column:1/-1!important}.drcrm-report-kpis{grid-template-columns:1fr 1fr}.drcrm-report-insights{grid-template-columns:1fr}}
@media(max-width:760px){.drcrm-modal-dialog>.drcrm-modal-close,.drcrm-lead-modal-dialog>.drcrm-modal-close{inset:14px auto auto 14px!important;left:14px!important;right:auto!important;top:14px!important}.drcrm-date-dialog>.drcrm-date-close{inset:12px auto auto 12px!important;left:12px!important;right:auto!important;top:12px!important}.drcrm-installment-toolbar form{grid-template-columns:1fr!important}.drcrm-installment-toolbar label{grid-column:auto!important}.drcrm-registrar-report-filter form{grid-template-columns:1fr 1fr}.drcrm-report-filter-actions{display:grid;grid-template-columns:1fr 1fr}.drcrm-report-filter-actions .drcrm-btn{min-width:0;width:100%}.drcrm-report-status-grid{grid-template-columns:1fr 1fr}.drcrm-breakdown-columns{grid-template-columns:1fr}.drcrm-trend-chart{gap:4px}.drcrm-trend-chart i{width:82%}}
@media(max-width:520px){.drcrm-today-sample{grid-template-columns:auto 1fr!important}.drcrm-today-sample b{font-size:11px!important}.drcrm-registrar-report-filter{padding:15px!important}.drcrm-registrar-report-filter form{grid-template-columns:1fr}.drcrm-report-filter-actions{grid-column:auto;grid-template-columns:1fr}.drcrm-report-kpis{grid-template-columns:1fr 1fr;gap:8px}.drcrm-report-kpis>div{grid-template-columns:38px 1fr;min-height:83px;padding:11px}.drcrm-report-kpis>div>span{width:38px;height:38px;font-size:18px}.drcrm-report-kpis strong{font-size:19px}.drcrm-report-status-grid{gap:7px}.drcrm-report-status-grid>div{align-items:flex-start;flex-direction:column;padding:10px}.drcrm-trend-card,.drcrm-breakdown-card,.drcrm-report-table-card{padding:15px!important}.drcrm-trend-chart{height:210px}.drcrm-trend-chart>div{grid-template-rows:20px 128px 52px}.drcrm-trend-chart i{height:128px}.drcrm-trend-chart small{font-size:7px}}

/* Student profile, SMS choice and secure sales gate — version 1.22 */
.drcrm-source-other{display:none!important;grid-column:1/-1}.drcrm-source-other.is-visible{display:grid!important;animation:drcrm-reveal-card .25s ease both}.drcrm-source-other input{width:100%!important}.drcrm-notice.drcrm-warning{border-color:#f3cf83;background:#fffaeb;color:#8b5200}
@keyframes drcrm-reveal-card{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}

.drcrm-student-fields{display:none}.drcrm-student-card{padding:17px;border:1px solid #dce5f0;border-radius:16px;background:linear-gradient(145deg,#fff,#f7faff);box-shadow:0 8px 22px rgba(9,38,98,.045)}.drcrm-student-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.drcrm-student-grid label{display:grid;grid-template-columns:auto 1fr;gap:7px;color:#334159}.drcrm-student-grid label>small{align-self:center;color:#97a2b1;font-size:9px;font-weight:500}.drcrm-student-grid input,.drcrm-instagram-field{grid-column:1/-1}.drcrm-student-grid input::placeholder{color:#a7b0bf!important;opacity:1}.drcrm-instagram-field{position:relative;display:block}.drcrm-instagram-field>b{position:absolute;left:15px;top:50%;z-index:2;color:#8090a6;font-size:16px;transform:translateY(-50%)}.drcrm-instagram-field input{padding-left:40px!important}.drcrm-follower-count{text-align:left}
.drcrm-source-note-strip,.drcrm-student-summary{display:flex;align-items:center;gap:10px;margin:12px 18px;padding:11px 13px;border:1px solid #dce5f0;border-radius:13px;background:#f8faff}.drcrm-source-note-strip>i,.drcrm-student-summary>span{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:11px;background:#e8effa;color:#092662}.drcrm-source-note-strip>span{color:#7b8799;font-size:9px}.drcrm-source-note-strip>b{color:#34445b;font-size:11px}.drcrm-student-summary>div{display:grid;gap:2px}.drcrm-student-summary b{color:#34445b;font-size:11px}.drcrm-student-summary small{color:#78869a;font-size:9px;line-height:1.8}
.drcrm-note-section{gap:10px!important}.drcrm-note-templates{display:none;gap:8px;margin-top:2px;padding:11px 12px;border:1px solid #dce5f0;border-radius:13px;background:#f8faff}.drcrm-note-templates>span{color:#77859a;font-size:10px;font-weight:800}.drcrm-note-templates>div{display:flex;flex-wrap:wrap;gap:7px}.drcrm-note-templates button{display:inline-flex;align-items:center;min-height:36px;padding:7px 12px;border:1px solid #cfdbea;border-radius:20px;background:#fff;color:#34445c;font:700 11px "Vazirmatn",Tahoma,Arial,sans-serif;cursor:pointer;transition:.16s}.drcrm-note-templates button:before{content:"+";display:grid;place-items:center;width:18px;height:18px;margin-left:5px;border-radius:50%;background:#eaf0fa;color:#092662;font-size:13px}.drcrm-note-templates button:hover{border-color:#8fa8cd;color:#092662;transform:translateY(-1px);box-shadow:0 6px 13px rgba(9,38,98,.08)}

.drcrm-sms-choice-dialog{max-width:650px!important;padding:42px!important;text-align:center}.drcrm-sms-choice-icon{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 13px;border-radius:21px;background:linear-gradient(145deg,#eaf1fc,#dce8f9);color:#092662;box-shadow:0 10px 24px rgba(9,38,98,.1)}.drcrm-sms-choice-icon .dashicons{width:30px;height:30px;font-size:30px;line-height:30px}.drcrm-sms-choice-dialog h2{margin:8px 0;color:#17243c;font-size:24px}.drcrm-sms-choice-dialog>p{max-width:520px;margin:0 auto 18px;color:#768398;font-size:12px;line-height:2}.drcrm-sms-preview{display:flex;align-items:flex-start;gap:11px;margin-bottom:20px;padding:14px;border:1px solid #dce5f0;border-radius:15px;background:#f7faff;text-align:right}.drcrm-sms-preview>span{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:12px;background:#e5edfa;color:#092662}.drcrm-sms-preview p{margin:0;color:#526078;font-size:11px;line-height:1.9}.drcrm-sms-choice-actions{display:grid;grid-template-columns:1fr 1fr;gap:11px;direction:rtl}.drcrm-sms-choice-actions button{position:relative;display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;align-items:center;gap:1px 9px;min-height:74px;padding:12px 15px;border:1px solid #cfdbea;border-radius:15px;background:#fff;color:#092662;text-align:right;font-family:"Vazirmatn",Tahoma,Arial,sans-serif;cursor:pointer;overflow:hidden;transition:.18s}.drcrm-sms-choice-actions button>span{grid-row:1/3;display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eaf0fa;font-size:19px}.drcrm-sms-choice-actions b{font-size:13px}.drcrm-sms-choice-actions small{color:#7f8ba0;font-size:9px}.drcrm-sms-choice-actions button:hover{transform:translateY(-2px);box-shadow:0 11px 23px rgba(9,38,98,.12)}.drcrm-sms-choice-actions .drcrm-sms-send-with{border-color:#092662;background:linear-gradient(125deg,#174e99,#092662);color:#fff;box-shadow:0 10px 22px rgba(9,38,98,.2)}.drcrm-sms-choice-actions .drcrm-sms-send-with>span{background:rgba(255,255,255,.14);color:#fff}.drcrm-sms-choice-actions .drcrm-sms-send-with small{color:rgba(255,255,255,.72)}

.drcrm-sales-otp-card{display:grid;justify-items:center;max-width:670px;margin:0 auto;text-align:center;padding:38px!important}.drcrm-sales-otp-icon{display:grid;place-items:center;width:70px;height:70px;margin-bottom:12px;border-radius:22px;background:linear-gradient(145deg,#e8f8f0,#d8f1e5);color:#087d50}.drcrm-sales-otp-icon .dashicons{width:32px;height:32px;font-size:32px;line-height:32px}.drcrm-sales-otp-card h2{margin:8px 0!important;font-size:22px!important}.drcrm-sales-otp-card>p{max-width:490px;margin:0 0 22px;color:#758196;font-size:12px;line-height:2}.drcrm-sales-otp-form{display:grid;grid-template-columns:minmax(210px,1fr) auto;gap:10px;width:min(100%,520px);padding:15px;border:1px solid #dce5f0;border-radius:17px;background:#f8faff}.drcrm-sales-otp-form label{display:grid;gap:5px;text-align:right;color:#4b5a71;font-size:10px;font-weight:800}.drcrm-sales-otp-form input{width:100%;height:51px;border:1px solid #ccd8e8;border-radius:12px;background:#fff;color:#092662;font:900 20px "Vazirmatn",Tahoma,Arial,sans-serif;text-align:center;letter-spacing:8px;outline:0}.drcrm-sales-otp-form input:focus{border-color:#7999c6;box-shadow:0 0 0 4px rgba(9,38,98,.08)}.drcrm-sales-otp-form button{align-self:end;min-height:51px}.drcrm-sales-otp-resend{margin:11px 0}.drcrm-sales-otp-resend button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#315d9a;font:800 10px "Vazirmatn",Tahoma,Arial,sans-serif;cursor:pointer}.drcrm-sales-otp-card>small{display:flex;align-items:center;gap:5px;color:#8a95a5;font-size:9px}

.drcrm-sms-settings-card{margin-top:18px!important}.drcrm-sms-settings-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}.drcrm-sms-settings-form>label:not(.drcrm-switch){display:grid;gap:7px}.drcrm-sms-settings-form>label>span{font-weight:800}.drcrm-sms-settings-form input[type=url],.drcrm-sms-settings-form input[type=password]{width:100%;min-height:48px}.drcrm-sms-settings-form small{color:#7f8b9c;line-height:1.8}.drcrm-sms-settings-form>.drcrm-switch,.drcrm-sms-template-preview,.drcrm-sms-settings-form>.drcrm-pwa-save{grid-column:1/-1}.drcrm-sms-template-preview{display:flex;align-items:flex-start;gap:11px;padding:14px;border:1px solid #dce5f0;border-radius:14px;background:#f7faff}.drcrm-sms-template-preview>span{color:#092662}.drcrm-sms-template-preview p{margin:0;line-height:1.9}

@media(max-width:700px){.drcrm-student-grid{grid-template-columns:1fr}.drcrm-sms-choice-dialog{padding:70px 18px 22px!important}.drcrm-sms-choice-actions{grid-template-columns:1fr}.drcrm-sales-otp-card{padding:25px 17px!important}.drcrm-sales-otp-form{grid-template-columns:1fr}.drcrm-sales-otp-form button{width:100%}.drcrm-sms-settings-form{grid-template-columns:1fr}.drcrm-sms-settings-form>*{grid-column:1!important}}

/* Direct SMS.ir settings — version 1.23 */
.drcrm-sms-settings-card{position:relative;overflow:hidden;border-top:4px solid #092662!important}.drcrm-sms-settings-card:after{content:"SMS.ir";position:absolute;left:28px;top:20px;color:rgba(9,38,98,.045);font-size:52px;font-weight:900;pointer-events:none}.drcrm-sms-settings-form input[type=text],.drcrm-sms-settings-form input[type=tel],.drcrm-sms-settings-form input[type=password]{width:100%;min-height:50px;border:1px solid #ccd8e8;border-radius:12px;background:#fff;padding:0 14px;font-family:"Vazirmatn",Tahoma,Arial,sans-serif;box-shadow:0 3px 10px rgba(9,38,98,.035)}.drcrm-sms-settings-form input:focus{border-color:#6f91c1;box-shadow:0 0 0 4px rgba(9,38,98,.08);outline:0}.drcrm-sms-settings-form code{display:inline-flex;padding:2px 7px;border:1px dashed #8fb0da;border-radius:7px;background:#eef4fc;color:#092662;font-family:monospace;font-weight:800;direction:ltr}.drcrm-sms-enable-card{position:relative;z-index:1;grid-column:1/-1;display:grid!important;grid-template-columns:52px minmax(0,1fr) 62px;align-items:center;gap:13px;padding:15px 16px;border:1px solid #d6e1ef;border-radius:16px;background:linear-gradient(135deg,#f7faff,#edf3fc);cursor:pointer;transition:.2s;overflow:hidden}.drcrm-sms-enable-card:hover{transform:translateY(-1px);border-color:#a9bfde;box-shadow:0 9px 22px rgba(9,38,98,.08)}.drcrm-sms-enable-card>input{position:absolute;opacity:0;pointer-events:none}.drcrm-sms-enable-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:#e2ebf8;color:#092662;transition:.2s}.drcrm-sms-enable-icon .dashicons{width:24px;height:24px;font-size:24px;line-height:24px}.drcrm-sms-enable-copy{display:grid;gap:3px}.drcrm-sms-enable-copy b{color:#26364e;font-size:13px}.drcrm-sms-enable-copy small{color:#77869b;font-size:9px;line-height:1.8}.drcrm-sms-toggle{position:relative;display:block;width:58px;height:32px;border-radius:30px;background:#cfd6e0;box-shadow:inset 0 2px 5px rgba(0,0,0,.08);transition:.22s}.drcrm-sms-toggle i{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 3px 8px rgba(0,0,0,.17);transition:.22s}.drcrm-sms-enable-card>input:checked~.drcrm-sms-enable-icon{background:#092662;color:#fff;box-shadow:0 8px 17px rgba(9,38,98,.22)}.drcrm-sms-enable-card>input:checked~.drcrm-sms-toggle{background:#159467}.drcrm-sms-enable-card>input:checked~.drcrm-sms-toggle i{right:30px}.drcrm-sms-enable-card>input:focus-visible~.drcrm-sms-toggle{outline:3px solid rgba(9,38,98,.2);outline-offset:3px}.drcrm-sms-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:11px}.drcrm-sms-actions .button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:49px;border-radius:12px;font-family:"Vazirmatn",Tahoma,Arial,sans-serif;font-weight:800}.drcrm-sms-save{border-color:#092662!important;background:linear-gradient(110deg,#174e99,#092662)!important;color:#fff!important;box-shadow:0 9px 20px rgba(9,38,98,.18)!important}.drcrm-sms-test{border-color:#b7c8dd!important;background:#f4f7fb!important;color:#092662!important}.drcrm-sms-actions .dashicons{width:19px;height:19px;font-size:19px;line-height:19px}.drcrm-sms-template-preview{position:relative;z-index:1}.drcrm-sms-template-preview code{margin:0 3px}
@media(max-width:700px){.drcrm-sms-settings-card:after{font-size:36px;left:15px}.drcrm-sms-enable-card{grid-template-columns:44px minmax(0,1fr) 54px;padding:13px}.drcrm-sms-enable-icon{width:44px;height:44px}.drcrm-sms-enable-copy small{font-size:8px}.drcrm-sms-toggle{width:50px;height:29px}.drcrm-sms-toggle i{width:21px;height:21px}.drcrm-sms-enable-card>input:checked~.drcrm-sms-toggle i{right:25px}.drcrm-sms-actions{grid-template-columns:1fr}.drcrm-sms-actions .button{width:100%}}

/* Dynamic lead report insights — version 1.32 */
.drcrm-insight-card{position:relative;overflow:hidden}.drcrm-insight-controls{display:flex;align-items:center;justify-content:space-between;gap:9px;margin:-4px 0 13px;padding:8px;border:1px solid #dbe4ef;border-radius:13px;background:#f7f9fc}.drcrm-insight-controls>label{display:flex;align-items:center;gap:5px;min-width:0;color:#092662}.drcrm-insight-controls>label>.dashicons{width:18px;height:18px;font-size:18px;line-height:18px}.drcrm-insight-range{min-width:132px;height:36px!important;padding:0 10px!important;border:0!important;border-radius:9px!important;background:#fff!important;color:#26364e!important;font:800 10px "Vazirmatn",Tahoma,Arial,sans-serif!important;box-shadow:0 2px 8px rgba(9,38,98,.06)!important;cursor:pointer}.drcrm-insight-mode{display:grid;grid-template-columns:1fr 1fr;gap:3px;padding:3px;border-radius:10px;background:#e8edf4}.drcrm-insight-mode button{min-width:62px;height:30px;padding:0 9px;border:0;border-radius:8px;background:transparent;color:#718096;font:800 9px "Vazirmatn",Tahoma,Arial,sans-serif;cursor:pointer;transition:.18s}.drcrm-insight-mode button:hover{color:#092662}.drcrm-insight-mode button.active{background:#092662;color:#fff;box-shadow:0 4px 10px rgba(9,38,98,.2)}.drcrm-insight-summary{display:flex;align-items:center;gap:7px;margin-bottom:3px;color:#8390a2;font-size:9px}.drcrm-insight-summary span{padding:4px 8px;border-radius:12px;background:#edf3fb;color:#315d9a;font-weight:800}.drcrm-insight-summary b{margin-right:auto;color:#17243c;font-size:16px}.drcrm-insight-summary small{color:#7f8b9c}.drcrm-insight-body{transition:opacity .18s}.drcrm-insight-body.has-error:before{content:"به‌روزرسانی گزارش انجام نشد؛ دوباره تلاش کنید.";display:block;margin:8px 0;padding:9px 11px;border:1px solid #efb8b8;border-radius:10px;background:#fff3f3;color:#a32929;font-size:9px;font-weight:800}.drcrm-insight-loader{position:absolute;inset:123px 15px 15px;z-index:3;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:13px;background:rgba(255,255,255,.84);color:#526078;font-size:9px;font-weight:800;opacity:0;visibility:hidden;transition:.16s;backdrop-filter:blur(2px)}.drcrm-insight-loader i{width:20px;height:20px;border:3px solid #d8e2ef;border-top-color:#092662;border-radius:50%;animation:drcrm-spin .7s linear infinite}.drcrm-insight-card.is-loading .drcrm-insight-loader{opacity:1;visibility:visible}.drcrm-insight-card.is-loading .drcrm-insight-body{opacity:.4}.drcrm-trend-scroll{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#b8c7da transparent}.drcrm-insight-card .drcrm-trend-chart{grid-template-columns:repeat(var(--drcrm-trend-columns,7),minmax(28px,1fr));min-width:max(100%,calc(var(--drcrm-trend-columns,7) * 38px));padding-bottom:5px}.drcrm-insight-card .drcrm-trend-chart small{white-space:nowrap}.drcrm-insight-card .drcrm-breakdown-columns{margin-top:15px}
@keyframes drcrm-spin{to{transform:rotate(360deg)}}
@media(max-width:520px){.drcrm-insight-controls{align-items:stretch;flex-direction:column}.drcrm-insight-controls>label{justify-content:center}.drcrm-insight-range{width:100%;min-width:0}.drcrm-insight-mode button{width:100%}.drcrm-insight-loader{inset:170px 10px 10px}.drcrm-insight-card .drcrm-trend-chart{min-width:max(100%,calc(var(--drcrm-trend-columns,7) * 34px))}}

/* Login-code template and delivery selector — version 1.24 */
.drcrm-sms-channel-card{grid-column:1/-1;padding:15px;border:1px solid #d5e0ee;border-radius:16px;background:#f8faff}.drcrm-sms-channel-heading{display:flex;align-items:center;gap:10px;margin-bottom:13px}.drcrm-sms-channel-heading>span{display:grid;place-items:center;width:39px;height:39px;border-radius:12px;background:#e7eef9;color:#092662}.drcrm-sms-channel-heading>div{display:grid;gap:2px}.drcrm-sms-channel-heading b{color:#2a3950;font-size:12px}.drcrm-sms-channel-heading small{color:#8390a2;font-size:9px}.drcrm-sms-channel-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.drcrm-sms-channel-options label{position:relative;display:flex!important;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:10px;border:1px solid #d7e0eb;border-radius:13px;background:#fff;color:#536178;cursor:pointer;transition:.18s}.drcrm-sms-channel-options input{position:absolute;opacity:0;pointer-events:none}.drcrm-sms-channel-options label>span{color:#7f8da2}.drcrm-sms-channel-options label>b{font-size:10px}.drcrm-sms-channel-options label:has(input:checked){border-color:#092662;background:linear-gradient(120deg,#174e99,#092662);color:#fff;box-shadow:0 8px 18px rgba(9,38,98,.18)}.drcrm-sms-channel-options label:has(input:checked)>span{color:#fff}.drcrm-sms-login-template-preview{grid-column:1/-1;display:flex;align-items:flex-start;gap:11px;padding:14px;border:1px solid #cfe5da;border-radius:14px;background:#f3fbf7}.drcrm-sms-login-template-preview>span{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:#dff3e8;color:#087b50}.drcrm-sms-login-template-preview p{margin:0;color:#4f6259;line-height:1.9}.drcrm-sms-actions{grid-template-columns:1.2fr 1fr 1fr}
@media(max-width:700px){.drcrm-sms-channel-options{grid-template-columns:1fr}.drcrm-sms-actions{grid-template-columns:1fr}}

/* Lead submission feedback and SMS-choice contrast — version 1.29 */
.drcrm-sms-choice-actions .drcrm-sms-send-with,.drcrm-sms-choice-actions .drcrm-sms-send-with:hover,.drcrm-sms-choice-actions .drcrm-sms-send-with:focus,.drcrm-sms-choice-actions .drcrm-sms-send-with:active{border-color:#092662!important;background:linear-gradient(125deg,#174e99,#092662)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.drcrm-sms-choice-actions .drcrm-sms-send-with b,.drcrm-sms-choice-actions .drcrm-sms-send-with:hover b,.drcrm-sms-choice-actions .drcrm-sms-send-with:focus b,.drcrm-sms-choice-actions .drcrm-sms-send-with>span{color:#fff!important;-webkit-text-fill-color:#fff!important}
.drcrm-sms-choice-actions .drcrm-sms-send-with small,.drcrm-sms-choice-actions .drcrm-sms-send-with:hover small,.drcrm-sms-choice-actions .drcrm-sms-send-with:focus small{color:rgba(255,255,255,.8)!important;-webkit-text-fill-color:rgba(255,255,255,.8)!important}
.drcrm-sms-processing{display:none;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:15px;min-height:94px;padding:16px 18px;border:1px solid #cbd9ed;border-radius:17px;background:linear-gradient(135deg,#f8fbff,#edf3fc);box-shadow:0 12px 30px rgba(9,38,98,.09);text-align:right}
.drcrm-sms-choice-modal.is-submitting{cursor:wait}.drcrm-sms-choice-modal.is-submitting .drcrm-sms-choice-actions{display:none!important}.drcrm-sms-choice-modal.is-submitting .drcrm-sms-processing{display:grid;animation:drcrmProcessingIn .25s ease both}.drcrm-sms-choice-modal.is-submitting .drcrm-modal-close{opacity:.25!important;pointer-events:none!important;transform:none!important}.drcrm-sms-choice-modal.is-submitting .drcrm-sms-choice-icon{animation:drcrmProcessingPulse 1.4s ease-in-out infinite}
.drcrm-sms-processing-spinner{position:relative;display:grid;place-items:center;width:58px;height:58px;border-radius:19px;background:#fff;box-shadow:0 8px 20px rgba(9,38,98,.1)}.drcrm-sms-processing-spinner:before{content:"";position:absolute;inset:7px;border:4px solid #dce6f5;border-top-color:#174e99;border-right-color:#092662;border-radius:50%;animation:drcrmProcessingSpin .85s linear infinite}.drcrm-sms-processing-spinner i{width:12px;height:12px;border-radius:50%;background:#092662;box-shadow:0 0 0 6px rgba(9,38,98,.08);animation:drcrmProcessingDot 1.05s ease-in-out infinite}
.drcrm-sms-processing>div{display:grid;gap:4px}.drcrm-sms-processing b{color:#17243c;font-size:14px;line-height:1.8}.drcrm-sms-processing small{color:#68778e;font-size:9px;line-height:1.9}.drcrm-sms-processing-dots{display:flex;align-items:center;gap:4px;padding:0 5px}.drcrm-sms-processing-dots i{display:block;width:6px;height:6px;border-radius:50%;background:#174e99;animation:drcrmProcessingDots 1.1s ease-in-out infinite}.drcrm-sms-processing-dots i:nth-child(2){animation-delay:.15s}.drcrm-sms-processing-dots i:nth-child(3){animation-delay:.3s}
.drcrm-lead-create-form.is-lead-submitting .drcrm-smart-submit{background:linear-gradient(105deg,#092662,#164f9e)!important;color:#fff!important;cursor:wait!important;animation:none!important}.drcrm-lead-create-form.is-lead-submitting .drcrm-smart-submit .dashicons{animation:drcrmProcessingSpin .8s linear infinite}.drcrm-lead-create-form.is-lead-submitting .drcrm-smart-submit:before{display:none!important}
@keyframes drcrmProcessingSpin{to{transform:rotate(360deg)}}@keyframes drcrmProcessingDot{50%{transform:scale(.72);opacity:.62}}@keyframes drcrmProcessingDots{0%,60%,100%{transform:translateY(0);opacity:.35}30%{transform:translateY(-5px);opacity:1}}@keyframes drcrmProcessingIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes drcrmProcessingPulse{50%{transform:scale(.95);box-shadow:0 7px 18px rgba(9,38,98,.06)}}
@media(max-width:700px){.drcrm-sms-processing{grid-template-columns:1fr;justify-items:center;padding:18px 15px;text-align:center}.drcrm-sms-processing-dots{min-height:12px}.drcrm-sms-processing b{font-size:13px}.drcrm-sms-processing small{font-size:9px}}
@media(prefers-reduced-motion:reduce){.drcrm-sms-choice-modal.is-submitting .drcrm-sms-choice-icon,.drcrm-sms-processing-spinner:before,.drcrm-sms-processing-spinner i,.drcrm-sms-processing-dots i,.drcrm-lead-create-form.is-lead-submitting .drcrm-smart-submit .dashicons{animation-duration:2s!important}}

/* Stable date picker and configurable login — version 1.30 */
.drcrm-wheel-list{scroll-snap-type:y proximity!important;scroll-behavior:auto!important;overflow-anchor:none!important}
.drcrm-wheel-list[data-programmatic="1"]{pointer-events:none}
.drcrm-login-methods{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:-9px 0 18px;padding:5px;border:1px solid #dbe4f0;border-radius:14px;background:#f0f4fa}
.drcrm-login-methods a{display:flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:7px;border-radius:10px;color:#6d7a8f;text-decoration:none;font-size:10px;font-weight:800;transition:.18s}
.drcrm-login-methods a .dashicons{width:17px;height:17px;font-size:17px;line-height:17px}
.drcrm-login-methods a.active{background:#fff;color:#092662;box-shadow:0 5px 14px rgba(9,38,98,.11)}
.drcrm-login-otp-form{display:grid;gap:16px}
.drcrm-login-otp-form label{display:grid;gap:7px;color:#344054;font-size:12px;font-weight:800}
.drcrm-login-otp-form .drcrm-input-with-icon>.dashicons{position:absolute;right:15px;top:50%;z-index:2;width:20px;height:20px;color:#8996aa;font-size:20px;line-height:20px;transform:translateY(-50%)}
.drcrm-login-otp-form .drcrm-input-with-icon input{width:100%;min-height:54px;padding:13px 48px 13px 15px!important;border:1px solid #d7dfeb!important;border-radius:13px!important;background:#f8faff!important;color:#25334a!important;font:700 14px "Vazirmatn",Tahoma,Arial,sans-serif!important;outline:0}
.drcrm-login-otp-form .drcrm-input-with-icon input:focus{border-color:#3767a9!important;background:#fff!important;box-shadow:0 0 0 4px rgba(9,38,98,.09)!important}
.drcrm-login-otp-form .drcrm-login-otp-code{padding-right:15px!important;text-align:center;font-size:22px!important;font-weight:900!important;letter-spacing:12px}
.drcrm-login-otp-submit{position:relative;display:flex!important;align-items:center;justify-content:center;gap:11px;min-height:54px!important;border:0!important;border-radius:13px!important;background:#e8ebf0!important;color:#98a1af!important;box-shadow:none!important;cursor:not-allowed!important;overflow:hidden}
.drcrm-login-otp-submit i{position:absolute;left:17px;width:20px;height:20px;font-size:20px;line-height:20px;font-style:normal}
.drcrm-login-otp-submit:not(:disabled){background:linear-gradient(110deg,#174f9d,#092662)!important;color:#fff!important;cursor:pointer!important;box-shadow:0 12px 25px rgba(9,38,98,.25)!important}
.drcrm-login-otp-submit:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 15px 31px rgba(9,38,98,.31)!important}
.drcrm-login-otp-form.is-login-loading .drcrm-login-otp-submit{background:#092662!important;color:#fff!important;cursor:wait!important}.drcrm-login-otp-form.is-login-loading .drcrm-login-otp-submit>:first-child{animation:drcrm-login-spin .8s linear infinite}
.drcrm-login-otp-hint{display:flex;align-items:center;justify-content:center;gap:5px;color:#8490a3;font-size:9px;line-height:1.8;text-align:center}.drcrm-login-otp-hint .dashicons{width:15px;height:15px;color:#16865c;font-size:15px;line-height:15px}
.drcrm-login-otp-sent{display:flex;align-items:center;gap:9px;padding:11px 12px;border:1px solid #cfe5da;border-radius:12px;background:#f3fbf7;color:#52655c}.drcrm-login-otp-sent>span{color:#16865c}.drcrm-login-otp-sent p{margin:0;font-size:10px;line-height:1.8}.drcrm-login-otp-sent b{color:#087b50}
.drcrm-login-otp-resend{display:flex;justify-content:center;margin:10px 0 2px}.drcrm-login-otp-resend button{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:0;background:transparent;color:#315d9a;font:800 10px "Vazirmatn",Tahoma,Arial,sans-serif;cursor:pointer}.drcrm-login-otp-resend button:disabled{color:#909bad;cursor:not-allowed}.drcrm-login-otp-resend small{font-size:9px;font-weight:700}.drcrm-login-change-phone{display:block;margin-bottom:11px;color:#64748b;text-align:center;text-decoration:none;font-size:9px;font-weight:800}.drcrm-login-change-phone:hover{color:#092662}.drcrm-login-card>.drcrm-install-app-full{margin-top:15px}
.drcrm-login-method-settings{grid-column:1/-1;padding:16px;border:1px solid #d5e0ee;border-radius:16px;background:linear-gradient(135deg,#f8faff,#f2f6fc)}
.drcrm-login-method-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.drcrm-login-method-options label{position:relative;display:grid!important;grid-template-columns:36px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:2px 9px;min-height:72px;padding:11px;border:1px solid #d7e0eb;border-radius:13px;background:#fff;color:#536178;cursor:pointer}.drcrm-login-method-options input{position:absolute;opacity:0;pointer-events:none}.drcrm-login-method-options label>span{grid-row:1/3;display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:#edf2f9;color:#75849a}.drcrm-login-method-options label>b{font-size:11px}.drcrm-login-method-options label>small{font-size:8px}.drcrm-login-method-options label:has(input:checked){border-color:#174e99;background:#eef4fc;color:#092662;box-shadow:inset 0 0 0 1px #174e99}.drcrm-login-method-options label:has(input:checked)>span{background:#092662;color:#fff}
.drcrm-login-default-method{display:flex;align-items:center;gap:14px;margin-top:12px;padding-top:12px;border-top:1px solid #dfe7f1;color:#5b687b;font-size:10px}.drcrm-login-default-method>b{margin-left:auto;color:#2a3950;font-size:10px}.drcrm-login-default-method label{display:flex!important;align-items:center;gap:5px;cursor:pointer}
@media(max-width:700px){.drcrm-login-method-options{grid-template-columns:1fr}.drcrm-login-default-method{display:grid;grid-template-columns:1fr 1fr}.drcrm-login-default-method>b{grid-column:1/-1;margin:0}.drcrm-login-methods{margin-top:-7px}.drcrm-login-otp-form .drcrm-input-with-icon input{min-height:52px}.drcrm-login-card>.drcrm-install-app-full{margin-top:12px}}
@media(prefers-reduced-motion:reduce){.drcrm-login-otp-form.is-login-loading .drcrm-login-otp-submit>:first-child{animation:none!important}}

/* Instant login tabs and AJAX panel navigation — version 1.31 */
.drcrm-login-method-panel[hidden]{display:none!important}
.drcrm-login-method-panel:not([hidden]){display:block;animation:drcrmDynamicPanelIn .2s ease both}
.drcrm-login-otp-request input[name="login"]::placeholder{color:#b4bdca!important;-webkit-text-fill-color:#b4bdca!important;opacity:1!important;font-weight:500!important}
.drcrm-tabs[data-dynamic-tabs="1"]{position:sticky}
.drcrm-tabs[data-dynamic-tabs="1"]:after{content:"";position:absolute;right:0;bottom:0;width:0;height:3px;border-radius:3px;background:linear-gradient(90deg,#4d82c8,#fff,#174e99);opacity:0;pointer-events:none}
.drcrm-tabs[data-dynamic-tabs="1"].is-tab-loading:after{width:34%;opacity:1;animation:drcrmTabProgress 1s ease-in-out infinite}
.drcrm-main.is-tab-loading{position:relative;min-height:260px;pointer-events:none}
.drcrm-main.is-tab-loading>*{opacity:.38;filter:saturate(.75);transition:opacity .16s}
.drcrm-main.is-tab-loading:before{content:"";position:absolute;z-index:30;top:38px;right:50%;width:34px;height:34px;margin-right:-17px;border:4px solid #dbe5f2;border-top-color:#092662;border-radius:50%;background:#fff;box-shadow:0 0 0 10px rgba(255,255,255,.86),0 10px 28px rgba(9,38,98,.14);animation:drcrmProcessingSpin .72s linear infinite}
.drcrm-main:not(.is-tab-loading)>*{animation:drcrmDynamicPanelIn .22s ease both}
@keyframes drcrmDynamicPanelIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
@keyframes drcrmTabProgress{0%{right:-34%}55%{right:48%}100%{right:100%}}
@media(max-width:600px){.drcrm-main.is-tab-loading:before{top:26px}.drcrm-tabs[data-dynamic-tabs="1"].is-tab-loading:after{width:48%}}
@media(prefers-reduced-motion:reduce){.drcrm-login-method-panel:not([hidden]),.drcrm-main:not(.is-tab-loading)>*{animation:none!important}.drcrm-tabs[data-dynamic-tabs="1"].is-tab-loading:after{right:33%;animation:none!important}}

/* Lightweight date wheel and fixed close control — version 1.34 */
html body .drcrm-date-overlay .drcrm-date-dialog>.drcrm-date-close{position:absolute!important;inset:14px auto auto 14px!important;top:14px!important;right:auto!important;bottom:auto!important;left:14px!important;margin:0!important;transform:none!important;z-index:50!important}
.drcrm-date-dialog{overscroll-behavior:contain!important}
.drcrm-wheel-list{scroll-behavior:auto!important;scroll-snap-type:y proximity!important;overscroll-behavior-y:contain!important;overflow-anchor:none!important;touch-action:pan-y!important;will-change:scroll-position}
.drcrm-wheel-list[data-programmatic="1"]{scroll-snap-type:none!important}
.drcrm-wheel-item{contain:layout paint;transition:none!important}
@media(max-width:600px){html body .drcrm-date-overlay .drcrm-date-dialog>.drcrm-date-close{inset:11px auto auto 11px!important;top:11px!important;right:auto!important;left:11px!important}}

/* Reliable date wheel initialization and easier scrolling — version 1.35 */
.drcrm-wheel-list{height:176px!important;padding:66px 4px!important;scroll-snap-type:y proximity!important;scroll-padding-block:66px!important;background:#f8fafc!important;border:1px solid #edf0f4!important;border-radius:14px!important}
.drcrm-wheel-list[data-ready="0"]{scroll-snap-type:none!important;pointer-events:none!important}
.drcrm-wheel-item{height:44px!important;min-height:44px!important;contain:none!important;border-radius:10px!important;font-size:15px!important;line-height:44px!important}
.drcrm-wheel-item.selected{background:#e8effb!important;box-shadow:inset 0 0 0 1px #a9bee3!important}
.drcrm-wheel-step{height:40px!important;border-radius:10px!important;background:#f5f7fa!important;color:#475467!important}
.drcrm-wheel-step:hover{background:#e9eef6!important;color:#092662!important}
@media(max-width:600px){.drcrm-wheel-list{height:158px!important;padding:56px 2px!important;scroll-padding-block:56px!important}.drcrm-wheel-item{height:44px!important;min-height:44px!important;line-height:44px!important}.drcrm-wheel-step{height:36px!important}}

/* Contract date shortcuts — version 1.36 */
.drcrm-contract-date-shortcuts{display:flex!important;align-items:center;flex-wrap:wrap;gap:6px;margin-top:8px}
.drcrm-contract-date-shortcuts button{appearance:none;min-height:30px;padding:5px 10px;border:1px solid #d6dfeb;border-radius:18px;background:#fff;color:#536177;font:800 9px "Vazirmatn",Tahoma,Arial,sans-serif;cursor:pointer;transition:border-color .15s,background .15s,color .15s,transform .15s}
.drcrm-contract-date-shortcuts button:hover,.drcrm-contract-date-shortcuts button.active{border-color:#092662;background:#edf2fb;color:#092662;transform:translateY(-1px)}
.drcrm-contract-date-shortcuts button:disabled{border-color:#e5e9ef;background:#f5f6f8;color:#a4acb8;cursor:not-allowed;transform:none}
.drcrm-contract-date-shortcuts>small{flex-basis:100%;margin:1px 0 0!important;color:#9a6b16!important;font-size:8px!important;font-weight:700!important}
.drcrm-installment-row label:first-child{align-content:start}
@media(max-width:600px){.drcrm-contract-date-shortcuts{gap:5px}.drcrm-contract-date-shortcuts button{flex:1 1 auto;min-height:32px;padding:5px 8px;font-size:8px}}

/* Compact lead status row — version 1.37 */
.drcrm-quick-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.drcrm-quick-stats>a{min-width:0!important}
@media(max-width:820px){.drcrm-quick-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}.drcrm-quick-stats>a{justify-content:center;flex-direction:column;gap:5px;min-height:82px!important;padding:8px 4px!important;text-align:center}.drcrm-quick-stats>a>span{flex-basis:31px!important;width:31px!important;height:31px!important;font-size:16px!important}.drcrm-quick-stats>a div{justify-items:center}.drcrm-quick-stats strong{font-size:18px!important;line-height:1.2}.drcrm-quick-stats small{font-size:8px!important;white-space:nowrap}}
@media(max-width:390px){.drcrm-quick-stats{gap:4px!important}.drcrm-quick-stats>a{min-height:76px!important;border-radius:12px!important}.drcrm-quick-stats>a>span{flex-basis:27px!important;width:27px!important;height:27px!important}.drcrm-quick-stats strong{font-size:16px!important}.drcrm-quick-stats small{font-size:7px!important}}

/* Mobile filter bottom sheet fix — version 1.38 */
@media(max-width:600px){
  .drcrm-sales-search-form.show-filters{z-index:100000}
  .drcrm-filter-panel{position:fixed;inset:auto 0 0;z-index:99999;max-height:88vh;max-height:88dvh;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;margin:0;padding:18px 14px calc(18px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;box-shadow:0 -20px 60px rgba(0,14,40,.28)}
  .drcrm-filter-panel:before{content:"";display:block;width:40px;height:4px;margin:-8px auto 14px;border-radius:5px;background:#ccd3dd}
  .drcrm-sales-search-form.show-filters:before{content:"";position:fixed;inset:0;z-index:99998;background:rgba(4,16,42,.6);backdrop-filter:blur(4px)}
  .drcrm-sales-search-form.filters-open .drcrm-filter-panel{display:none}
  .drcrm-sales-search-form.filters-open.show-filters .drcrm-filter-panel,.drcrm-sales-search-form.show-filters .drcrm-filter-panel{display:block}
  .drcrm-status-filter{overflow-x:auto;flex-wrap:nowrap}
  .drcrm-status-filter label{flex:0 0 auto}
  .drcrm-filter-grid{grid-template-columns:1fr}
  .drcrm-filter-actions{position:sticky;bottom:-18px;display:grid;grid-template-columns:1fr 1fr;padding:10px 0;background:#fff}
  .drcrm-filter-actions .drcrm-btn{width:100%;min-width:0}
}

/* Independent full-screen mobile filter — version 1.39 */
@media(max-width:820px){
  body.drcrm-mobile-filter-open{overflow:hidden!important;overscroll-behavior:none}
  body>.drcrm-filter-panel.drcrm-mobile-filter-sheet{position:fixed!important;inset:0!important;z-index:2147483000!important;display:flex!important;flex-direction:column!important;width:100%!important;height:100vh!important;height:100dvh!important;max-width:none!important;max-height:none!important;margin:0!important;padding:max(14px,env(safe-area-inset-top)) 14px max(12px,env(safe-area-inset-bottom))!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:#f7f9fc!important;box-shadow:none!important;direction:rtl!important;font-family:"Vazirmatn",Tahoma,Arial,sans-serif!important;box-sizing:border-box!important}
  body>.drcrm-mobile-filter-sheet:before{display:none!important;content:none!important}
  body>.drcrm-mobile-filter-sheet .drcrm-filter-heading{flex:0 0 auto;align-items:center;margin:0 0 12px;padding:2px 2px 13px;border-bottom:1px solid #dce4ef;background:#f7f9fc}
  body>.drcrm-mobile-filter-sheet .drcrm-filter-heading b{font-size:18px}
  body>.drcrm-mobile-filter-sheet .drcrm-filter-heading small{font-size:10px}
  body>.drcrm-mobile-filter-sheet .drcrm-filter-close{flex:0 0 44px}
  body>.drcrm-mobile-filter-sheet .drcrm-status-filter{flex:0 0 auto;display:flex!important;align-items:center!important;gap:7px!important;overflow:visible!important;flex-wrap:wrap!important;margin:0 0 12px;padding:11px!important;border:1px solid #e0e6ef;border-radius:14px;background:#fff!important}
  body>.drcrm-mobile-filter-sheet .drcrm-status-filter>span{flex-basis:100%;margin:0 0 2px;font-size:11px}
  body>.drcrm-mobile-filter-sheet .drcrm-status-filter label{flex:1 1 calc(33.333% - 7px)!important;min-width:84px}
  body>.drcrm-mobile-filter-sheet .drcrm-status-filter label span{display:grid;place-items:center;min-height:36px;padding:6px!important;text-align:center;font-size:9px!important}
  body>.drcrm-mobile-filter-sheet .drcrm-filter-grid{flex:1 1 auto;display:grid!important;grid-template-columns:1fr!important;align-content:start;gap:11px!important;min-height:0;margin:0!important;padding:2px 2px 14px;overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
  body>.drcrm-mobile-filter-sheet .drcrm-filter-grid label{grid-template-rows:auto 48px!important;font-size:11px!important}
  body>.drcrm-mobile-filter-sheet .drcrm-filter-grid select,body>.drcrm-mobile-filter-sheet .drcrm-filter-grid input{min-height:48px!important;background:#fff!important;font-size:12px!important}
  body>.drcrm-mobile-filter-sheet .drcrm-filter-actions{position:static!important;flex:0 0 auto;display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin:0!important;padding:12px 0 0!important;border-top:1px solid #dce4ef;background:#f7f9fc!important}
  body>.drcrm-mobile-filter-sheet .drcrm-filter-actions .drcrm-btn{width:100%!important;min-width:0!important;min-height:49px!important;margin:0!important}
  body.drcrm-mobile-filter-open .drcrm-date-overlay{z-index:2147483100!important}
}
@media(max-width:390px){
  body>.drcrm-mobile-filter-sheet .drcrm-status-filter{gap:5px!important;padding:9px!important}
  body>.drcrm-mobile-filter-sheet .drcrm-status-filter label{min-width:76px}
  body>.drcrm-mobile-filter-sheet .drcrm-status-filter label span{min-height:33px;font-size:8px!important}
}

/* Always-visible quick lead statuses — version 1.40 */
.drcrm-universal-search{flex-wrap:wrap!important}
.drcrm-quick-statuses{order:10;flex:1 0 100%;display:flex;align-items:center;gap:7px;min-width:0;margin-top:3px;padding:10px 2px 1px;border-top:1px solid #e2e8f0;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#c3cede transparent;-webkit-overflow-scrolling:touch}
.drcrm-quick-statuses a{flex:1 1 0;min-width:78px;min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:6px 8px;border:1px solid #dce4ef;border-radius:11px;background:#f8fafc;color:#59677d;text-decoration:none!important;white-space:nowrap;font:800 9px "Vazirmatn",Tahoma,Arial,sans-serif;transition:.16s}
.drcrm-quick-statuses a:hover{border-color:#b5c5db;background:#f0f4fa;color:#092662;transform:translateY(-1px)}
.drcrm-quick-statuses a b{min-width:23px;height:23px;display:grid;place-items:center;padding:0 5px;border-radius:8px;background:#e8eef7;color:#284f88;font-size:9px;font-weight:900}
.drcrm-quick-statuses a.active{border-color:#092662;background:linear-gradient(135deg,#174e99,#092662);color:#fff;box-shadow:0 7px 15px rgba(9,38,98,.2)}
.drcrm-quick-statuses a.active b{background:rgba(255,255,255,.18);color:#fff}
.drcrm-quick-statuses a.is-today:not(.active){border-color:#f2d29c;color:#a15c0c;background:#fffaf1}
.drcrm-quick-statuses a.is-today:not(.active) b{background:#ffedcc;color:#a15c0c}
.drcrm-quick-statuses a.is-overdue:not(.active){border-color:#f2c3be;color:#b42318;background:#fff7f6}
.drcrm-quick-statuses a.is-overdue:not(.active) b{background:#fee4e2;color:#b42318}
.drcrm-quick-statuses a.is-won:not(.active){border-color:#b8dfca;color:#027a48;background:#f5fcf8}
.drcrm-quick-statuses a.is-won:not(.active) b{background:#dff5e9;color:#027a48}
.drcrm-quick-statuses a.is-today.active{border-color:#b96a0d;background:linear-gradient(135deg,#d98216,#a95708)}
.drcrm-quick-statuses a.is-overdue.active{border-color:#b42318;background:linear-gradient(135deg,#d9473c,#a61b12)}
.drcrm-quick-statuses a.is-won.active{border-color:#027a48;background:linear-gradient(135deg,#159764,#026b40)}
@media(max-width:820px){
  .drcrm-quick-statuses{gap:6px;margin-top:2px;padding-top:8px;scrollbar-width:none}
  .drcrm-quick-statuses::-webkit-scrollbar{display:none}
  .drcrm-quick-statuses a{flex:0 0 auto;min-width:87px;min-height:36px;padding:5px 8px;font-size:8px}
  .drcrm-quick-statuses a b{min-width:21px;height:21px;font-size:8px}
}

/* Quiet AJAX feedback and short-lived result cache — version 1.42 */
.drcrm-sales-main>.drcrm-sales-command,.drcrm-sales-main>.drcrm-sales-workspace{animation:none!important}
.drcrm-quick-statuses a.is-loading b{font-size:0!important;position:relative}
.drcrm-quick-statuses a.is-loading b:after{content:"";width:11px;height:11px;border:2px solid currentColor;border-left-color:transparent;border-radius:50%;animation:drcrmProcessingSpin .65s linear infinite}
.drcrm-lead-list-card[hidden],.drcrm-search-empty[hidden]{display:none!important}
.drcrm-detail-fetching{background:#fff;border-style:solid;min-height:260px}
.drcrm-sales-workspace{transition:opacity .16s ease}
.drcrm-sales-workspace.is-data-loading{position:relative;opacity:.78;pointer-events:none}
.drcrm-sales-workspace.is-data-loading:before{content:"";position:absolute;z-index:40;top:-3px;right:0;width:28%;height:3px;border-radius:4px;background:linear-gradient(90deg,transparent,#174e99,#79a2d8,transparent);animation:drcrmQuietProgress 1s ease-in-out infinite;pointer-events:none}
@keyframes drcrmQuietProgress{0%{right:0;opacity:.35}50%{right:52%;opacity:1}100%{right:72%;opacity:.35}}
@media(prefers-reduced-motion:reduce){.drcrm-quick-statuses a.is-loading b:after,.drcrm-sales-workspace.is-data-loading:before{animation:none!important}}

/* Optional registrar context fields — version 1.43 */
.drcrm-register-instagram{grid-column:auto}.drcrm-register-instagram>span:first-child,.drcrm-registration-note>span:first-child{display:flex;align-items:center;gap:6px}.drcrm-register-instagram small,.drcrm-registration-note>span small{color:#8a96a8;font-size:9px;font-weight:500}.drcrm-registration-note{grid-column:span 2}.drcrm-registration-note textarea{min-height:92px;resize:vertical;line-height:1.9}.drcrm-field-hint{margin-top:-3px;color:#8a96a8!important;font-size:9px!important;font-weight:500!important}.drcrm-registration-info-strip{display:grid;grid-template-columns:34px auto 1fr;align-items:center;gap:10px;margin:12px 18px;padding:11px 13px;border:1px solid #dce5f0;border-radius:13px;background:#f8faff}.drcrm-registration-info-strip>i{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#e8effa;color:#092662}.drcrm-registration-info-strip>span{color:#7b8799;font-size:9px}.drcrm-registration-info-strip>b{color:#34445b;font-size:11px;text-align:right}.drcrm-registration-note-strip{grid-template-columns:34px auto 1fr}.drcrm-registration-note-strip>p{margin:0;color:#34445b;font-size:11px;line-height:1.9;white-space:normal;overflow-wrap:anywhere}
.drcrm-lead-create-form .drcrm-registration-note textarea::placeholder{color:#c2c9d3!important;-webkit-text-fill-color:#c2c9d3!important;opacity:1!important;font-weight:400!important}
@media(max-width:900px){.drcrm-registration-note{grid-column:1/-1}}
@media(max-width:700px){.drcrm-register-instagram,.drcrm-registration-note{grid-column:auto}.drcrm-registration-info-strip,.drcrm-registration-note-strip{grid-template-columns:34px 1fr;margin:10px 0}.drcrm-registration-info-strip>b,.drcrm-registration-info-strip>p{grid-column:2;text-align:right}}

/* Sales quick-lead modal close position — version 1.44 */
html body .drcrm-lead-modal .drcrm-lead-modal-dialog>.drcrm-lead-modal-close{position:absolute!important;inset:18px auto auto 18px!important;top:18px!important;right:auto!important;bottom:auto!important;left:18px!important;inset-inline-start:auto!important;inset-inline-end:18px!important;margin:0!important;transform:none!important;z-index:20!important}
@media(max-width:700px){html body .drcrm-lead-modal .drcrm-lead-modal-dialog>.drcrm-lead-modal-close{inset:14px auto auto 14px!important;top:14px!important;right:auto!important;left:14px!important;inset-inline-start:auto!important;inset-inline-end:14px!important}}
