:root{--ascb-brand:#123b63;--ascb-accent:#15a69a;--ascb-ink:#15233a;--ascb-muted:#6d7d8e;--ascb-line:#dfe8ee;--ascb-soft:#f3f7f9;--ascb-white:#fff}.ascb-standalone-body{margin:0;background:#fff;color:var(--ascb-ink);font-family:Tahoma,"Segoe UI",Arial,sans-serif}.ascb-standalone-body *{box-sizing:border-box}.ascb-site-container,.ascb-page-container{width:min(1180px,calc(100% - 36px));margin-inline:auto}.ascb-skip{position:absolute;inset-inline-start:-9999px}.ascb-skip:focus{inset-inline-start:20px;top:10px;z-index:9999;background:#fff;padding:10px}.ascb-site-header{background:#fff;border-bottom:1px solid #edf1f4;position:sticky;top:0;z-index:50}.ascb-site-header .ascb-site-container{min-height:82px;display:flex;justify-content:space-between;align-items:center}.ascb-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ascb-ink)}.ascb-brand img{width:52px;height:52px;object-fit:contain}.ascb-brand-mark{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--ascb-brand),#226fa5);color:#fff;font-weight:900}.ascb-brand b,.ascb-brand small{display:block}.ascb-brand b{font-size:16px}.ascb-brand small{color:var(--ascb-muted);font-size:11px;margin-top:3px}.ascb-header-actions{display:flex;align-items:center;gap:12px}.ascb-language{display:flex;border:1px solid var(--ascb-line);border-radius:999px;padding:3px;background:#fff}.ascb-language button{border:0;background:transparent;border-radius:999px;padding:7px 11px;cursor:pointer;color:#637184}.ascb-language button.active{background:var(--ascb-brand);color:#fff}.ascb-header-login{color:var(--ascb-brand);font-weight:700;text-decoration:none;border:1px solid #d8e3ea;border-radius:11px;padding:10px 15px}.ascb-page-main{min-height:620px;background:linear-gradient(180deg,#fff 0,#f8fbfc 100%);padding:48px 0 76px}.ascb-app{direction:inherit}.ascb-page-hero{max-width:780px;margin:0 auto 30px;text-align:center}.ascb-page-hero>span{display:inline-block;color:var(--ascb-accent);font-size:12px;letter-spacing:.12em;font-weight:800;margin-bottom:10px}.ascb-page-hero h1{font-size:clamp(30px,5vw,48px);line-height:1.18;color:#172438;margin:0 0 13px}.ascb-page-hero p{max-width:660px;margin:auto;color:var(--ascb-muted);font-size:16px;line-height:1.9}.ascb-site-footer{background:#102c49;color:#dce7ef}.ascb-footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:56px;padding:52px 0}.ascb-footer-brand{font-size:23px;font-weight:900;color:#fff}.ascb-site-footer p{line-height:1.9;color:#b8c8d5}.ascb-site-footer h3{color:#fff;font-size:15px}.ascb-site-footer a{display:block;color:#c9d7e2;text-decoration:none;margin:9px 0}.ascb-footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding:18px;color:#9fb2c2;font-size:12px}.ascb-form-shell,.ascb-booking-shell{max-width:980px;margin:auto}.ascb-form-intro{display:flex;gap:15px;align-items:center;background:#eaf5f5;border:1px solid #d9eeec;border-radius:18px;padding:19px 22px;margin-bottom:17px}.ascb-icon-bubble{width:48px;height:48px;flex:0 0 48px;border-radius:15px;display:grid;place-items:center;background:#fff;color:var(--ascb-accent);font-size:25px;box-shadow:0 6px 18px rgba(21,166,154,.12)}.ascb-form-intro h2{font-size:18px;margin:0 0 5px}.ascb-form-intro p{margin:0;color:var(--ascb-muted);line-height:1.75}.ascb-card{background:#fff;border:1px solid var(--ascb-line);border-radius:22px;padding:30px;box-shadow:0 16px 45px rgba(20,42,65,.075)}.ascb-modern-form{padding:34px}.ascb-section-title{display:flex;gap:14px;align-items:flex-start;margin:4px 0 20px;padding-top:8px}.ascb-section-title:not(:first-of-type){border-top:1px solid #edf2f5;margin-top:30px;padding-top:27px}.ascb-section-title>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#eaf5f5;color:#087f76;font-weight:800}.ascb-section-title h3{margin:0 0 4px;font-size:17px}.ascb-section-title p{margin:0;color:var(--ascb-muted);font-size:13px}.ascb-form label{display:flex;flex-direction:column;gap:8px;font-weight:700;margin-bottom:18px;font-size:13px}.ascb-form input,.ascb-form select,.ascb-form textarea,.ascb-card input,.ascb-card select,.ascb-card textarea{width:100%;box-sizing:border-box;border:1px solid #cfdae2;border-radius:12px;padding:13px 14px;background:#fff;color:var(--ascb-ink);font:inherit;outline:0;transition:.2s}.ascb-form input:focus,.ascb-form select:focus,.ascb-form textarea:focus{border-color:var(--ascb-accent);box-shadow:0 0 0 4px rgba(21,166,154,.1)}.ascb-form textarea{min-height:120px;resize:vertical}.ascb-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.ascb-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:12px;padding:13px 23px;background:var(--ascb-accent);color:#fff;font-weight:800;cursor:pointer;text-decoration:none;transition:.2s}.ascb-btn:hover{filter:brightness(.95);transform:translateY(-1px)}.ascb-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.ascb-btn-lg{min-height:50px;padding-inline:26px}.ascb-check{flex-direction:row!important;align-items:flex-start!important;gap:10px!important;font-weight:500!important;margin:0!important}.ascb-check input{width:auto!important;margin-top:3px}.ascb-form-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #edf2f5;padding-top:22px}.ascb-alert{display:flex;flex-direction:column;gap:5px;padding:16px 18px;border-radius:14px;background:#fff3d6;color:#825d00;margin-bottom:18px}.ascb-alert.success{background:#ddf7ee;color:#08765d;border:1px solid #c1eddc}.ascb-steps{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:21px}.ascb-steps>div{display:flex;align-items:center;gap:8px;color:#7a8795}.ascb-steps>div span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e9eef2;font-weight:800}.ascb-steps>div.active{color:var(--ascb-brand)}.ascb-steps>div.active span{background:var(--ascb-brand);color:#fff}.ascb-steps>i{width:62px;height:1px;background:#d9e2e8}.ascb-section-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:23px}.ascb-section-heading span{color:var(--ascb-accent);font-weight:800;font-size:12px}.ascb-section-heading h2{margin:6px 0 0;font-size:24px}.ascb-section-heading p{color:var(--ascb-muted);margin:7px 0 0}.ascb-link-btn{border:0;background:transparent;color:var(--ascb-brand);font-weight:700;cursor:pointer}.ascb-mode-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.ascb-mode-cards label{margin:0}.ascb-mode-cards input{position:absolute;opacity:0;pointer-events:none}.ascb-mode-card{display:flex;flex-direction:column;align-items:center;text-align:center;border:2px solid #e1e8ed;border-radius:18px;padding:28px 20px;cursor:pointer;transition:.2s}.ascb-mode-card:hover{border-color:#a8cec9}.ascb-mode-cards input:checked+.ascb-mode-card{border-color:var(--ascb-accent);background:#f0fbfa;box-shadow:0 0 0 4px rgba(21,166,154,.08)}.ascb-mode-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;background:#eaf5f5;color:var(--ascb-accent);font-style:normal;font-size:25px}.ascb-mode-card b{font-size:18px;margin:14px 0 6px}.ascb-mode-card small{color:var(--ascb-muted);font-weight:400}.ascb-mode-card em{font-style:normal;color:var(--ascb-brand);font-weight:900;margin-top:14px}.ascb-step-actions{display:flex;justify-content:flex-end;margin-top:26px}.ascb-calendar{border:1px solid var(--ascb-line);border-radius:18px;padding:18px;margin-bottom:18px}.ascb-calendar-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ascb-calendar-head h3{margin:0;font-size:17px}.ascb-calendar-head button{width:38px;height:38px;border:1px solid var(--ascb-line);border-radius:11px;background:#fff;cursor:pointer;font-size:20px}.ascb-weekdays,.ascb-days{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}.ascb-weekdays span{text-align:center;color:#7c8998;font-size:12px;padding:6px}.ascb-days button{aspect-ratio:1;border:0;border-radius:11px;background:#f7f9fa;color:#243247;cursor:pointer;font-weight:700}.ascb-days button:hover{background:#e7f4f3}.ascb-days button.selected{background:var(--ascb-accent);color:#fff}.ascb-days button.today{box-shadow:inset 0 0 0 2px var(--ascb-brand)}.ascb-days button:disabled{opacity:.3;cursor:not-allowed}.ascb-times{background:#f7fafb;border-radius:17px;padding:18px}.ascb-times-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.ascb-times-head h3{margin:0;font-size:16px}.ascb-times-head span{color:var(--ascb-muted);font-size:12px}.ascb-time-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.ascb-time-grid button{border:1px solid #d6e2e8;background:#fff;border-radius:10px;padding:11px;cursor:pointer;font-weight:700}.ascb-time-grid button.selected{background:var(--ascb-brand);color:#fff;border-color:var(--ascb-brand)}.ascb-calendar-empty{grid-column:1/-1;text-align:center;color:#84909d;padding:20px}.ascb-selection-summary{display:flex;align-items:center;gap:14px;background:#eef8f7;border:1px solid #d4ece9;border-radius:15px;padding:16px;margin-bottom:21px}.ascb-selection-summary b,.ascb-selection-summary small{display:block}.ascb-selection-summary small{color:var(--ascb-muted);margin-top:4px}.ascb-upload{display:flex;justify-content:space-between;align-items:center;gap:20px;border:1px dashed #b8cbd5;border-radius:15px;padding:18px;margin-bottom:20px}.ascb-upload b,.ascb-upload small{display:block}.ascb-upload small{color:var(--ascb-muted);margin-top:5px}.ascb-file-picker{position:relative;display:flex!important;flex-direction:row!important;align-items:center;gap:10px!important;margin:0!important}.ascb-file-picker input{position:absolute;opacity:0;width:1px!important}.ascb-file-picker>span{background:var(--ascb-brand);color:#fff;border-radius:9px;padding:10px 14px;cursor:pointer}.ascb-file-picker em{font-style:normal;color:#718093;font-weight:400;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ascb-private-card{text-align:center;max-width:680px;margin:auto;padding:48px}.ascb-private-card .ascb-icon-bubble{margin:auto}.ascb-private-card h2{font-size:27px;margin:18px 0 10px}.ascb-private-card p{color:var(--ascb-muted);line-height:1.9}.ascb-login-layout{display:grid;grid-template-columns:1fr 1fr;max-width:960px;margin:auto;border-radius:24px;overflow:hidden;box-shadow:0 18px 50px rgba(15,41,67,.1)}.ascb-login-copy{background:linear-gradient(145deg,#123b63,#0c2d4c);color:#fff;padding:52px}.ascb-login-copy>span{color:#72d5cc;font-size:12px;font-weight:800;letter-spacing:.12em}.ascb-login-copy h2{font-size:31px;line-height:1.4}.ascb-login-copy ul{padding:0;list-style:none;margin:28px 0 0}.ascb-login-copy li{padding:9px 0;color:#d5e2eb}.ascb-login-copy li:before{content:'✓';color:#75ddd3;margin-inline-end:9px}.ascb-login-card{border-radius:0;box-shadow:none;padding:48px}.ascb-login-card h2{font-size:27px;margin-top:0}.ascb-login-card>p{color:var(--ascb-muted);line-height:1.8}.ascb-login-card label{display:block;font-weight:700;margin:16px 0 7px}.ascb-login-card input[type=text],.ascb-login-card input[type=password]{min-height:47px}.ascb-login-card .login-submit input{width:100%;background:var(--ascb-accent);border:0;border-radius:11px;color:#fff;padding:13px;font-weight:800;cursor:pointer}.ascb-forgot{color:var(--ascb-brand);font-size:13px}.ascb-dashboard{display:grid;grid-template-columns:250px 1fr;gap:24px}.ascb-sidebar{background:var(--ascb-brand);color:#fff;border-radius:18px;padding:24px}.ascb-sidebar a{display:block;color:#dce8f4;padding:11px;border-radius:10px;text-decoration:none}.ascb-main{min-width:0}.ascb-stats{display:flex;gap:16px}.ascb-stat{background:#fff;border:1px solid var(--ascb-line);border-radius:16px;padding:18px}.ascb-table{display:flex;flex-direction:column;gap:10px}.ascb-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:13px;border:1px solid var(--ascb-line);border-radius:12px}.ascb-badge{background:#e6f7f5;color:#087a71;border-radius:999px;padding:5px 10px}.ascb-empty{color:var(--ascb-muted)}@media(max-width:800px){.ascb-site-header .ascb-site-container{min-height:70px}.ascb-brand small,.ascb-header-login{display:none}.ascb-page-main{padding:32px 0 48px}.ascb-page-hero{text-align:start}.ascb-page-hero h1{font-size:32px}.ascb-card,.ascb-modern-form{padding:20px}.ascb-grid,.ascb-mode-cards,.ascb-login-layout,.ascb-footer-grid,.ascb-dashboard{grid-template-columns:1fr}.ascb-form-footer,.ascb-upload,.ascb-section-heading{align-items:stretch;flex-direction:column}.ascb-time-grid{grid-template-columns:repeat(3,1fr)}.ascb-steps b{display:none}.ascb-steps>i{width:34px}.ascb-footer-grid{gap:20px}.ascb-login-copy{padding:30px}.ascb-login-card{padding:28px}.ascb-row{grid-template-columns:1fr}.ascb-stats{flex-direction:column}}
.ascb-auth-form{display:flex;flex-direction:column;gap:16px;margin-top:22px}.ascb-auth-form label{display:flex;flex-direction:column;gap:8px;font-weight:700;font-size:13px}.ascb-auth-form .ascb-check{flex-direction:row}.ascb-auth-submit{width:100%;margin-top:2px}.ascb-auth-single{max-width:560px;margin:auto;text-align:start;padding:42px}.ascb-auth-single>.ascb-icon-bubble{margin-inline:auto}.ascb-auth-single>h2{text-align:center;font-size:28px;margin:18px 0 8px}.ascb-auth-single>p{text-align:center;color:var(--ascb-muted);line-height:1.9}.ascb-auth-back{display:block;text-align:center;margin-top:20px;color:var(--ascb-brand);text-decoration:none;font-weight:700}.ascb-password-help{display:block;color:var(--ascb-muted);line-height:1.7;margin-top:-5px}.ascb-alert.error{background:#fff0f0;color:#a52a2a;border:1px solid #f2cccc}

/* v1.1.2 dashboard and authentication refresh */
.ascb-dashboard-pro{grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:start}.ascb-dashboard-sidebar{position:sticky;top:24px;min-height:620px;padding:26px 20px;display:flex;flex-direction:column;background:linear-gradient(180deg,#123b63 0%,#0c2e4e 100%);box-shadow:0 18px 45px rgba(18,59,99,.18)}.ascb-sidebar-title{display:flex;align-items:center;gap:12px;padding:2px 7px 22px;border-bottom:1px solid rgba(255,255,255,.13)}.ascb-sidebar-title h3{margin:0;font-size:19px}.ascb-sidebar-title small{display:block;margin-top:4px;color:#a9c4d8;font-size:11px}.ascb-sidebar-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#fff;color:var(--ascb-brand);font-weight:900;font-size:18px}.ascb-dashboard-sidebar nav{display:flex;flex-direction:column;gap:6px;padding-top:20px}.ascb-dashboard-sidebar nav a{position:relative;padding:13px 15px;color:#d7e6f1}.ascb-dashboard-sidebar nav a:hover,.ascb-dashboard-sidebar nav a.active{background:rgba(255,255,255,.12);color:#fff}.ascb-dashboard-sidebar nav a.active:before{content:'';position:absolute;inset-inline-start:0;top:9px;bottom:9px;width:3px;border-radius:3px;background:#72d5cc}.ascb-sidebar-logout{margin-top:auto!important;background:rgba(255,255,255,.08);text-align:center}.ascb-dashboard-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:0 0 24px}.ascb-dashboard-heading>div>span{font-size:12px;font-weight:900;color:var(--ascb-accent);letter-spacing:.08em}.ascb-dashboard-heading h1{margin:7px 0 6px;font-size:30px}.ascb-dashboard-heading p{margin:0;color:var(--ascb-muted);line-height:1.8}.ascb-user-chip{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--ascb-line);border-radius:14px;padding:10px 13px;min-width:180px}.ascb-user-chip>span{width:38px;height:38px;border-radius:12px;background:#e8f3f8;color:var(--ascb-brand);display:grid;place-items:center;font-weight:900}.ascb-user-chip b,.ascb-user-chip small{display:block}.ascb-user-chip small{color:var(--ascb-muted);margin-top:3px}.ascb-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:22px}.ascb-kpi-card{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--ascb-line);border-radius:18px;padding:20px;box-shadow:0 10px 30px rgba(17,54,86,.05)}.ascb-kpi-card>div:last-child{display:flex;flex-direction:column;gap:5px}.ascb-kpi-card span{color:var(--ascb-muted);font-size:13px}.ascb-kpi-card b{font-size:26px;color:var(--ascb-ink)}.ascb-kpi-icon{width:48px;height:48px;border-radius:15px;background:#e8f7f5;color:#087f76;display:grid;place-items:center;font-size:20px;font-weight:900}.ascb-dashboard-card{margin-bottom:20px;padding:26px}.ascb-card-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.ascb-card-heading span{color:var(--ascb-accent);font-weight:900;font-size:11px;letter-spacing:.08em}.ascb-card-heading h2{margin:6px 0 4px;font-size:22px}.ascb-card-heading p{margin:0;color:var(--ascb-muted);font-size:13px}.ascb-card-action{color:var(--ascb-brand);font-weight:800;text-decoration:none;border:1px solid var(--ascb-line);padding:9px 12px;border-radius:10px}.ascb-empty-state{text-align:center;padding:36px 15px;background:#f8fbfc;border:1px dashed #ccdbe4;border-radius:16px}.ascb-empty-state>span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;margin:auto;background:#eaf4f7;color:var(--ascb-brand);font-size:24px}.ascb-empty-state b{display:block;margin-top:13px;font-size:16px}.ascb-empty-state p{margin:7px 0 0;color:var(--ascb-muted)}.ascb-list-item{display:flex;justify-content:space-between;gap:12px;padding:15px;border:1px solid var(--ascb-line);border-radius:13px;margin-top:10px}.ascb-list-item span{color:var(--ascb-muted)}
.ascb-auth-app{padding:12px 0}.ascb-auth-layout{max-width:1040px}.ascb-auth-brand-mini{display:flex;align-items:center;gap:10px;margin-bottom:28px}.ascb-auth-brand-mini>span{width:38px;height:38px;border-radius:12px;background:var(--ascb-brand);color:#fff;display:grid;place-items:center;font-weight:900}.ascb-auth-brand-mini b{font-size:14px}.ascb-password-page{display:grid;grid-template-columns:1fr 1fr;max-width:1000px;margin:auto;border-radius:26px;overflow:hidden;box-shadow:0 20px 60px rgba(16,42,67,.12);background:#fff}.ascb-password-visual{padding:54px;background:linear-gradient(145deg,#0f385e,#174f7d);color:#fff;display:flex;flex-direction:column;justify-content:center}.ascb-password-visual>span{font-size:11px;letter-spacing:.13em;color:#7de0d7;font-weight:900}.ascb-password-visual h2{font-size:31px;line-height:1.45;margin:14px 0 12px}.ascb-password-visual p{line-height:1.9;color:#d2e3ee}.ascb-password-visual ul{list-style:none;padding:0;margin:22px 0 0}.ascb-password-visual li{padding:8px 0;color:#d9e7ef}.ascb-password-visual li:before{content:'✓';color:#75ddd3;margin-inline-end:9px}.ascb-security-illustration{width:98px;height:98px;border-radius:28px;position:relative;display:grid;place-items:center;background:rgba(255,255,255,.12);margin-bottom:28px}.ascb-security-illustration b{font-size:28px}.ascb-security-illustration span{position:absolute;top:-8px;inset-inline-end:-8px;width:33px;height:33px;border-radius:50%;display:grid;place-items:center;background:#72d5cc;color:#0c3d61;font-weight:900}.ascb-password-card{border-radius:0;box-shadow:none;padding:52px}.ascb-password-card>.ascb-icon-bubble{margin-inline:auto}.ascb-password-card>h2{text-align:center;font-size:27px;margin:17px 0 8px}.ascb-password-card>p{text-align:center;color:var(--ascb-muted);line-height:1.8}.ascb-password-rules{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#f1f8f8;border-radius:12px;padding:13px;color:#28766f;font-size:12px}.ascb-password-card .ascb-auth-submit{width:100%}
@media(max-width:900px){.ascb-dashboard-pro,.ascb-password-page{grid-template-columns:1fr}.ascb-dashboard-sidebar{position:static;min-height:auto}.ascb-dashboard-sidebar nav{display:grid;grid-template-columns:repeat(2,1fr)}.ascb-sidebar-logout{margin-top:18px!important}.ascb-kpi-grid{grid-template-columns:1fr 1fr}.ascb-password-visual{padding:34px}.ascb-password-card{padding:34px}}@media(max-width:600px){.ascb-dashboard-heading{align-items:flex-start;flex-direction:column}.ascb-user-chip{width:100%;box-sizing:border-box}.ascb-kpi-grid{grid-template-columns:1fr}.ascb-dashboard-sidebar nav{grid-template-columns:1fr}.ascb-password-rules{grid-template-columns:1fr}.ascb-password-visual h2{font-size:26px}.ascb-password-card{padding:25px}}

/* v1.1.4 — polished authentication and secretary experience */
.ascb-page-main{background:radial-gradient(circle at 12% 8%,rgba(21,166,154,.08),transparent 26%),radial-gradient(circle at 90% 12%,rgba(18,59,99,.08),transparent 30%),linear-gradient(180deg,#fbfdfd 0,#f4f8fa 100%)}
.ascb-auth-v2,.ascb-password-v2{border:1px solid rgba(18,59,99,.08);box-shadow:0 28px 90px rgba(11,43,70,.14)}
.ascb-auth-v2{grid-template-columns:1.04fr .96fr;min-height:610px;background:#fff}
.ascb-login-copy{position:relative;overflow:hidden;padding:64px 58px;background:linear-gradient(145deg,#0c3152 0%,#124b72 55%,#0f6b75 140%)}
.ascb-login-copy-inner{position:relative;z-index:2;max-width:470px}
.ascb-auth-orb{position:absolute;border-radius:999px;filter:blur(1px);opacity:.22;background:linear-gradient(135deg,#7de0d7,#fff)}
.ascb-auth-orb-one{width:260px;height:260px;top:-110px;inset-inline-end:-80px}.ascb-auth-orb-two{width:170px;height:170px;bottom:-70px;inset-inline-start:-50px}
.ascb-auth-status{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);padding:8px 13px;border-radius:999px;color:#d8f5f2;font-size:11px;font-weight:900;letter-spacing:.08em}.ascb-auth-status i{width:8px;height:8px;border-radius:50%;background:#76e0d6;box-shadow:0 0 0 5px rgba(118,224,214,.12)}
.ascb-login-illustration{display:flex;justify-content:center;margin:34px 0 28px}.ascb-illustration-card{width:170px;height:150px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.06));backdrop-filter:blur(10px);border-radius:34px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;box-shadow:0 28px 55px rgba(0,0,0,.16)}.ascb-illustration-card b{font-size:39px}.ascb-illustration-card small{margin-top:9px;color:#cfe5ed}.ascb-illustration-lock{position:absolute;top:-13px;inset-inline-end:-13px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#79ddd4;color:#0c3d61;font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.18)}
.ascb-login-copy h2{font-size:34px;margin:10px 0 12px}.ascb-login-copy ul{display:grid;gap:4px}.ascb-auth-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.ascb-auth-trust span{font-size:11px;color:#d5e8ef;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:8px 11px;background:rgba(255,255,255,.06)}
.ascb-login-card{padding:58px 54px;background:linear-gradient(180deg,#fff,#fbfdfd)}.ascb-form-topline{display:flex;align-items:center;gap:8px;margin-bottom:22px}.ascb-form-topline span{width:34px;height:4px;background:var(--ascb-accent);border-radius:99px}.ascb-form-topline small{font-size:10px;letter-spacing:.13em;color:var(--ascb-accent);font-weight:900}.ascb-login-card h2,.ascb-password-card>h2{color:#102a43;font-size:31px}.ascb-auth-form label>span{font-size:13px;color:#24384c}.ascb-auth-form input{min-height:54px;background:#fbfdfe;border:1px solid #d8e4ea;box-shadow:inset 0 1px 2px rgba(15,44,70,.03)}.ascb-auth-form input:focus{background:#fff;border-color:var(--ascb-accent);box-shadow:0 0 0 4px rgba(21,166,154,.10)}.ascb-auth-submit{min-height:54px;background:linear-gradient(135deg,#13a99c,#0d8f87);box-shadow:0 12px 28px rgba(21,166,154,.23)}.ascb-forgot{display:inline-block;margin-top:16px;font-weight:800;text-decoration:none}
.ascb-password-v2{grid-template-columns:.96fr 1.04fr;min-height:610px}.ascb-password-v2 .ascb-password-visual{position:relative;overflow:hidden;padding:62px;background:linear-gradient(150deg,#0c3152,#12567e 65%,#0c7777 140%)}.ascb-password-pattern{position:absolute;inset:-30%;opacity:.16;background-image:radial-gradient(circle at center,rgba(255,255,255,.75) 0 1px,transparent 1.5px);background-size:22px 22px;transform:rotate(15deg)}.ascb-password-v2 .ascb-password-visual>*:not(.ascb-password-pattern){position:relative;z-index:1}.ascb-security-illustration{width:128px;height:128px;border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.2),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.2);box-shadow:0 24px 60px rgba(0,0,0,.18)}.ascb-security-illustration small{position:absolute;bottom:14px;color:#d7ecf2;font-size:10px}.ascb-password-card{padding:58px;background:linear-gradient(180deg,#fff,#fbfdfd)}.ascb-password-rules{padding:15px;border:1px solid #d7eeeb;background:#f1fbf9}.ascb-password-rules span{display:flex;align-items:center;gap:6px}
.ascb-dashboard-pro{grid-template-columns:292px minmax(0,1fr);gap:30px}.ascb-sidebar-v2{position:sticky;top:104px;overflow:hidden;min-height:690px;border-radius:28px;padding:26px 20px;background:linear-gradient(180deg,#0d3152 0%,#114d73 60%,#0d5e68 120%);border:1px solid rgba(255,255,255,.08);box-shadow:0 26px 60px rgba(12,48,80,.20)}.ascb-sidebar-glow{position:absolute;width:190px;height:190px;border-radius:50%;background:#62d4c9;filter:blur(80px);opacity:.12;bottom:-40px;inset-inline-start:-50px}.ascb-sidebar-title,.ascb-dashboard-sidebar nav,.ascb-sidebar-help,.ascb-sidebar-logout{position:relative;z-index:1}.ascb-sidebar-title{padding:4px 6px 24px}.ascb-sidebar-icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(145deg,#fff,#dff7f4);box-shadow:0 8px 20px rgba(0,0,0,.16)}.ascb-dashboard-sidebar nav{gap:8px}.ascb-dashboard-sidebar nav a{display:flex;align-items:center;min-height:48px;border:1px solid transparent;padding:13px 16px}.ascb-dashboard-sidebar nav a:hover,.ascb-dashboard-sidebar nav a.active{background:linear-gradient(90deg,rgba(255,255,255,.15),rgba(255,255,255,.07));border-color:rgba(255,255,255,.09)}.ascb-dashboard-sidebar nav a.active:before{width:4px;background:#78ded5}.ascb-sidebar-help{display:flex;gap:11px;align-items:flex-start;margin-top:auto;margin-bottom:14px;padding:15px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.07);border-radius:16px}.ascb-sidebar-help>span{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#78ded5;color:#0c3d61;font-weight:900}.ascb-sidebar-help b,.ascb-sidebar-help small{display:block}.ascb-sidebar-help b{font-size:12px}.ascb-sidebar-help small{font-size:10px;line-height:1.6;color:#bcd1df;margin-top:3px}.ascb-sidebar-logout{margin-top:0!important;border:1px solid rgba(255,255,255,.09)}
.ascb-main-v2{padding-top:0}.ascb-dashboard-welcome{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 26px;margin-bottom:22px;border-radius:22px;background:linear-gradient(135deg,#e9f8f6,#f5fbfc 55%,#eef5fa);border:1px solid #d7ebe8;box-shadow:0 12px 30px rgba(20,65,86,.05)}.ascb-dashboard-welcome span{font-size:11px;font-weight:900;color:#0b8e84;letter-spacing:.08em}.ascb-dashboard-welcome h2{max-width:650px;margin:7px 0 0;font-size:21px;line-height:1.55}.ascb-welcome-badge{width:58px;height:58px;border-radius:19px;display:grid;place-items:center;color:#fff;font-weight:900;font-size:19px;background:linear-gradient(145deg,#123b63,#178579);box-shadow:0 12px 26px rgba(18,59,99,.18)}.ascb-dashboard-heading{padding:0 3px}.ascb-dashboard-heading h1{font-size:32px}.ascb-user-chip{border-radius:18px;padding:11px 14px;box-shadow:0 10px 24px rgba(17,54,86,.06)}.ascb-kpi-grid-v2{gap:18px}.ascb-kpi-card-v2{min-height:116px;border-radius:21px;padding:21px;background:linear-gradient(180deg,#fff,#fbfdfe);transition:.2s}.ascb-kpi-card-v2:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(17,54,86,.09)}.ascb-kpi-card-v2 .ascb-kpi-icon{width:54px;height:54px;border-radius:18px;background:linear-gradient(145deg,#e0f7f4,#eefafa);box-shadow:inset 0 0 0 1px #d4eeea}.ascb-dashboard-card{border-radius:24px;padding:28px;box-shadow:0 16px 40px rgba(17,54,86,.06)}.ascb-empty-state{padding:46px 18px;border-radius:19px;background:linear-gradient(180deg,#f9fcfd,#f4f9fa)}.ascb-empty-state>span{width:58px;height:58px;border-radius:18px;background:#e8f6f4;color:#0e8f85}.ascb-card-action{background:#fff;box-shadow:0 6px 16px rgba(17,54,86,.05)}
@media(max-width:900px){.ascb-auth-v2,.ascb-password-v2{grid-template-columns:1fr}.ascb-login-copy,.ascb-password-v2 .ascb-password-visual{padding:38px}.ascb-login-card,.ascb-password-card{padding:38px}.ascb-sidebar-v2{top:0;min-height:auto}.ascb-dashboard-welcome{align-items:flex-start}.ascb-dashboard-pro{grid-template-columns:1fr}}
@media(max-width:600px){.ascb-login-copy{display:none}.ascb-auth-v2{min-height:auto}.ascb-login-card,.ascb-password-card{padding:28px 22px}.ascb-password-v2 .ascb-password-visual{padding:28px}.ascb-password-v2 .ascb-password-visual h2{font-size:25px}.ascb-security-illustration{width:92px;height:92px;border-radius:28px}.ascb-dashboard-welcome{padding:20px}.ascb-welcome-badge{display:none}.ascb-dashboard-heading h1{font-size:27px}.ascb-dashboard-card{padding:20px}}

/* v1.1.6 — premium authentication visual refinement */
.ascb-auth-app{padding-block:8px 18px}
.ascb-auth-v2,.ascb-password-v2{max-width:1060px;border-radius:30px;overflow:hidden;background:#fff;border:1px solid rgba(18,59,99,.10);box-shadow:0 34px 100px rgba(14,43,68,.16)}
.ascb-auth-v2:before,.ascb-password-v2:before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.ascb-auth-v2,.ascb-password-v2{position:relative}

.ascb-login-card,.ascb-password-card{position:relative;isolation:isolate;background:radial-gradient(circle at 18% 8%,rgba(21,166,154,.075),transparent 25%),linear-gradient(180deg,#fff 0%,#fbfdfd 100%)}
.ascb-login-card:before,.ascb-password-card:before{content:"";position:absolute;z-index:-1;width:180px;height:180px;border-radius:50%;inset-inline-start:-90px;bottom:-100px;background:rgba(21,166,154,.055);filter:blur(2px)}
.ascb-login-card{padding:64px 62px}
.ascb-password-card{padding:62px}
.ascb-form-topline{margin-bottom:28px}
.ascb-form-topline span{width:42px;height:5px;box-shadow:0 6px 16px rgba(21,166,154,.24)}
.ascb-auth-brand-mini{margin-bottom:30px}
.ascb-auth-brand-mini>span{width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,var(--ascb-brand),#1d6a94);box-shadow:0 10px 22px rgba(18,59,99,.20)}
.ascb-auth-brand-mini b{font-size:15px;color:#102a43}
.ascb-login-card h2,.ascb-password-card>h2{font-size:34px;line-height:1.25;margin:0 0 12px;letter-spacing:-.02em}
.ascb-login-card>p,.ascb-password-card>p{font-size:14px;line-height:1.95;margin-bottom:24px}

.ascb-auth-form{gap:18px;margin-top:26px}
.ascb-auth-form label{gap:9px}
.ascb-auth-form label>span{font-size:13px;font-weight:850;color:#1f3549}
.ascb-auth-form input{min-height:58px;border-radius:15px;border:1px solid #d5e2e9;background:rgba(255,255,255,.92);padding:15px 17px;font-size:15px;transition:border-color .2s,box-shadow .2s,background .2s,transform .2s}
.ascb-auth-form input:hover{border-color:#b9cdd8;background:#fff}
.ascb-auth-form input:focus{transform:translateY(-1px);border-color:var(--ascb-accent);box-shadow:0 0 0 5px rgba(21,166,154,.10),0 12px 28px rgba(20,65,86,.07)}
.ascb-auth-form .ascb-check{align-items:center!important;padding:2px 1px;color:#5f7080}
.ascb-auth-form .ascb-check input{min-height:auto;width:17px!important;height:17px;accent-color:var(--ascb-accent);transform:none}
.ascb-auth-submit{min-height:58px;border-radius:15px!important;background:linear-gradient(135deg,#14b1a4 0%,#0b8f88 100%)!important;color:#fff!important;font-size:15px;letter-spacing:.01em;border:0!important;box-shadow:0 15px 34px rgba(13,143,135,.25)!important}
.ascb-auth-submit:hover{color:#fff!important;box-shadow:0 18px 38px rgba(13,143,135,.31)!important;transform:translateY(-2px)}
.ascb-auth-submit:focus{outline:3px solid rgba(21,166,154,.22);outline-offset:3px}
.ascb-forgot,.ascb-auth-back{color:#123b63!important;font-size:13px}
.ascb-forgot:hover,.ascb-auth-back:hover{color:var(--ascb-accent)!important}

.ascb-login-copy,.ascb-password-v2 .ascb-password-visual{position:relative;background:linear-gradient(150deg,#0b2f50 0%,#124e76 52%,#087a79 125%);padding:68px 62px}
.ascb-login-copy:before,.ascb-password-v2 .ascb-password-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 96%);pointer-events:none}
.ascb-login-copy:after,.ascb-password-v2 .ascb-password-visual:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;inset-inline-end:-140px;bottom:-160px;background:radial-gradient(circle,rgba(116,224,214,.25),rgba(116,224,214,0) 70%)}
.ascb-login-copy-inner{max-width:500px}
.ascb-auth-status{padding:9px 14px;backdrop-filter:blur(10px)}
.ascb-login-illustration{margin:38px 0 32px}
.ascb-illustration-card{width:184px;height:160px;border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.07));box-shadow:0 30px 70px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.25)}
.ascb-illustration-card b{font-size:42px;letter-spacing:-.04em}
.ascb-login-copy h2,.ascb-password-v2 .ascb-password-visual h2{font-size:36px;line-height:1.5;letter-spacing:-.015em}
.ascb-login-copy p,.ascb-password-v2 .ascb-password-visual p{font-size:14px;line-height:2;color:#d8e7ef}
.ascb-login-copy ul,.ascb-password-v2 .ascb-password-visual ul{margin-top:24px;display:grid;gap:5px}
.ascb-login-copy li,.ascb-password-v2 .ascb-password-visual li{padding:9px 0;color:#e1edf3;font-size:14px}
.ascb-auth-trust span{padding:9px 12px;background:rgba(255,255,255,.075);backdrop-filter:blur(8px)}

.ascb-password-v2 .ascb-security-illustration{width:140px;height:140px;border-radius:42px;margin-bottom:32px;box-shadow:0 28px 70px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.26)}
.ascb-password-v2 .ascb-security-illustration b{font-size:34px}
.ascb-password-rules{grid-template-columns:1fr 1fr;gap:10px;margin-top:4px;padding:16px 18px;border-radius:14px;background:linear-gradient(180deg,#f0faf8,#edf8f7);border-color:#d3ebe7;color:#24786f}
.ascb-password-rules span{min-height:30px}
.ascb-password-card .ascb-icon-bubble{width:52px;height:52px;border-radius:17px;background:linear-gradient(145deg,#f7fffe,#e8f8f5);box-shadow:0 12px 28px rgba(21,166,154,.13)}
.ascb-alert.error{border-radius:14px;box-shadow:0 8px 22px rgba(165,42,42,.05)}

@media(max-width:900px){
  .ascb-auth-v2,.ascb-password-v2{max-width:760px;border-radius:24px}
  .ascb-login-card,.ascb-password-card{padding:42px}
  .ascb-login-copy,.ascb-password-v2 .ascb-password-visual{padding:44px}
  .ascb-login-copy h2,.ascb-password-v2 .ascb-password-visual h2{font-size:31px}
}
@media(max-width:600px){
  .ascb-auth-app{padding-top:0}
  .ascb-auth-v2,.ascb-password-v2{border-radius:20px}
  .ascb-login-card,.ascb-password-card{padding:30px 22px}
  .ascb-login-card h2,.ascb-password-card>h2{font-size:29px}
  .ascb-auth-form input,.ascb-auth-submit{min-height:54px}
  .ascb-password-v2 .ascb-password-visual{padding:30px 24px}
  .ascb-password-rules{grid-template-columns:1fr}
}

/* v1.1.7 — authentication field radius hotfix */
.ascb-login-card .ascb-auth-form input:not([type="checkbox"]),
.ascb-password-card .ascb-auth-form input:not([type="checkbox"]),
.ascb-auth-v2 input[type="text"],
.ascb-auth-v2 input[type="email"],
.ascb-auth-v2 input[type="password"],
.ascb-password-v2 input[type="text"],
.ascb-password-v2 input[type="email"],
.ascb-password-v2 input[type="password"]{
  border-radius:16px !important;
  -webkit-border-radius:16px !important;
  background-clip:padding-box;
  overflow:hidden;
  appearance:none;
  -webkit-appearance:none;
}

/* v1.1.8 — normalized authentication field height and corners */
.ascb-login-card .ascb-auth-form input:not([type="checkbox"]),
.ascb-password-card .ascb-auth-form input:not([type="checkbox"]),
.ascb-auth-v2 input[type="text"],
.ascb-auth-v2 input[type="email"],
.ascb-auth-v2 input[type="password"],
.ascb-password-v2 input[type="text"],
.ascb-password-v2 input[type="email"],
.ascb-password-v2 input[type="password"]{
  box-sizing:border-box !important;
  width:100% !important;
  height:50px !important;
  min-height:50px !important;
  max-height:50px !important;
  padding:10px 15px !important;
  line-height:28px !important;
  border-radius:13px !important;
  -webkit-border-radius:13px !important;
  clip-path:inset(0 round 13px);
}

@media(max-width:600px){
  .ascb-login-card .ascb-auth-form input:not([type="checkbox"]),
  .ascb-password-card .ascb-auth-form input:not([type="checkbox"]),
  .ascb-auth-v2 input[type="text"],
  .ascb-auth-v2 input[type="email"],
  .ascb-auth-v2 input[type="password"],
  .ascb-password-v2 input[type="text"],
  .ascb-password-v2 input[type="email"],
  .ascb-password-v2 input[type="password"]{
    height:48px !important;
    min-height:48px !important;
    max-height:48px !important;
    padding-block:9px !important;
  }
}

/* v1.1.9 — consistent login and password-reset fields */
.ascb-login-card .ascb-auth-form input:not([type="checkbox"]),
.ascb-password-card .ascb-auth-form input:not([type="checkbox"]),
.ascb-auth-v2 input[type="text"],
.ascb-auth-v2 input[type="email"],
.ascb-auth-v2 input[type="password"],
.ascb-password-v2 input[type="text"],
.ascb-password-v2 input[type="email"],
.ascb-password-v2 input[type="password"]{
  box-sizing:border-box !important;
  width:100% !important;
  height:50px !important;
  min-height:50px !important;
  max-height:50px !important;
  padding:10px 15px !important;
  line-height:28px !important;
  border:1px solid #d7e2ea !important;
  border-radius:13px !important;
  -webkit-border-radius:13px !important;
  background:#fff !important;
  box-shadow:none !important;
  outline:0 !important;
  clip-path:inset(0 round 13px);
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.ascb-login-card .ascb-auth-form input:not([type="checkbox"]):hover,
.ascb-password-card .ascb-auth-form input:not([type="checkbox"]):hover{
  border-color:#b9cbd8 !important;
}
.ascb-login-card .ascb-auth-form input:not([type="checkbox"]):focus,
.ascb-password-card .ascb-auth-form input:not([type="checkbox"]):focus{
  border-color:#18a69a !important;
  box-shadow:0 0 0 4px rgba(24,166,154,.11) !important;
}

@media(max-width:600px){
  .ascb-login-card .ascb-auth-form input:not([type="checkbox"]),
  .ascb-password-card .ascb-auth-form input:not([type="checkbox"]),
  .ascb-auth-v2 input[type="text"],
  .ascb-auth-v2 input[type="email"],
  .ascb-auth-v2 input[type="password"],
  .ascb-password-v2 input[type="text"],
  .ascb-password-v2 input[type="email"],
  .ascb-password-v2 input[type="password"]{
    height:48px !important;
    min-height:48px !important;
    max-height:48px !important;
    padding:9px 14px !important;
  }
}

/* v1.1.10 — keep the remember-me checkbox stable on hover */
.ascb-login-card .ascb-auth-form .ascb-check,
.ascb-login-card .ascb-auth-form .ascb-check:hover,
.ascb-login-card .ascb-auth-form .ascb-check:focus-within,
.ascb-login-card .ascb-auth-form .ascb-check input[type="checkbox"],
.ascb-login-card .ascb-auth-form .ascb-check input[type="checkbox"]:hover,
.ascb-login-card .ascb-auth-form .ascb-check input[type="checkbox"]:focus,
.ascb-login-card .ascb-auth-form .ascb-check input[type="checkbox"]:active{
  transform:none !important;
  scale:1 !important;
  animation:none !important;
}
.ascb-login-card .ascb-auth-form .ascb-check input[type="checkbox"]{
  transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease !important;
  transform-origin:center center !important;
}


/* v1.1.11 — isolated, non-animated remember-me control */
.ascb-login-card .ascb-auth-form .ascb-check{
  display:inline-flex !important;
  align-items:center !important;
  gap:9px !important;
  cursor:pointer;
  transform:none !important;
  animation:none !important;
  transition:none !important;
}
.ascb-login-card .ascb-auth-form .ascb-check input[type="checkbox"]{
  -webkit-appearance:none !important;
  appearance:none !important;
  display:inline-grid !important;
  place-content:center !important;
  flex:0 0 18px !important;
  width:18px !important;
  min-width:18px !important;
  max-width:18px !important;
  height:18px !important;
  min-height:18px !important;
  max-height:18px !important;
  margin:0 !important;
  padding:0 !important;
  border:1.5px solid #aebcc6 !important;
  border-radius:5px !important;
  background:#fff !important;
  box-shadow:none !important;
  transform:none !important;
  scale:1 !important;
  animation:none !important;
  transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease !important;
  cursor:pointer;
}
.ascb-login-card .ascb-auth-form .ascb-check input[type="checkbox"]::before{
  content:"";
  width:8px;
  height:4px;
  border-inline-start:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(-45deg) scale(0) !important;
  transform-origin:center;
  transition:transform .12s ease !important;
}
[dir="ltr"] .ascb-login-card .ascb-auth-form .ascb-check input[type="checkbox"]::before{
  transform:rotate(-45deg) scale(0) !important;
}
.ascb-login-card .ascb-auth-form .ascb-check input[type="checkbox"]:checked{
  border-color:var(--ascb-accent) !important;
  background:var(--ascb-accent) !important;
}
.ascb-login-card .ascb-auth-form .ascb-check input[type="checkbox"]:checked::before{
  transform:rotate(-45deg) scale(1) !important;
}
.ascb-login-card .ascb-auth-form .ascb-check input[type="checkbox"]:hover{
  border-color:var(--ascb-accent) !important;
  transform:none !important;
  scale:1 !important;
}
.ascb-login-card .ascb-auth-form .ascb-check input[type="checkbox"]:focus-visible{
  outline:none !important;
  box-shadow:0 0 0 4px rgba(21,166,154,.14) !important;
  transform:none !important;
  scale:1 !important;
}

/* v1.2.0 — focused polish for sign-in and password creation */
.ascb-auth-v2,.ascb-password-v2{animation:ascbAuthEnter .5s cubic-bezier(.2,.75,.25,1) both}
@keyframes ascbAuthEnter{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.ascb-auth-v2,.ascb-password-v2{animation:none}.ascb-auth-submit,.ascb-password-toggle{transition:none!important}}
.ascb-password-field{position:relative;display:flex;align-items:center}
.ascb-password-field>input{width:100%!important;padding-inline-end:52px!important}
.ascb-password-toggle{position:absolute;inset-inline-end:8px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:10px;background:transparent;color:#668091;cursor:pointer;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease}
.ascb-password-toggle:hover{background:#edf7f6;color:var(--ascb-accent)}
.ascb-password-toggle:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(21,166,154,.15)}
.ascb-password-toggle span{font-size:15px;line-height:1}
.ascb-password-toggle.is-visible span{opacity:.55}
.ascb-caps-hint,.ascb-match-hint,.ascb-strength-label{display:block;margin-top:7px;font-size:11px;line-height:1.5;color:#718596;font-weight:700}
.ascb-caps-hint{color:#b76b18}
.ascb-match-hint.is-good{color:#11847b}.ascb-match-hint.is-bad{color:#c34455}
.ascb-password-strength{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-top:10px}
.ascb-password-strength span{height:4px;border-radius:99px;background:#e6edf1;transition:background-color .18s ease}
.ascb-password-strength[data-level="1"] span:nth-child(-n+1){background:#df5a67}
.ascb-password-strength[data-level="2"] span:nth-child(-n+2){background:#e5a243}
.ascb-password-strength[data-level="3"] span:nth-child(-n+3){background:#4aaf9f}
.ascb-password-strength[data-level="4"] span:nth-child(-n+4){background:#11847b}
.ascb-auth-submit{position:relative;overflow:hidden;display:flex!important;align-items:center;justify-content:center;gap:10px}
.ascb-auth-submit i{display:none;width:17px;height:17px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:ascbSpin .7s linear infinite}
.ascb-auth-form.is-submitting .ascb-auth-submit{pointer-events:none;opacity:.88;transform:none!important}
.ascb-auth-form.is-submitting .ascb-auth-submit i{display:block}
.ascb-auth-form.is-submitting input,.ascb-auth-form.is-submitting .ascb-password-toggle{pointer-events:none}
@keyframes ascbSpin{to{transform:rotate(360deg)}}
.ascb-form-status{min-height:1px;font-size:12px;color:#617687;text-align:center}
.ascb-auth-form input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fbfefe inset!important;-webkit-text-fill-color:#102a43!important}
.ascb-login-card .ascb-alert,.ascb-password-card .ascb-alert{border-radius:14px;animation:ascbAlertIn .25s ease both}
@keyframes ascbAlertIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
@media(max-width:600px){.ascb-password-toggle{width:34px;height:34px}.ascb-password-field>input{padding-inline-end:48px!important}}

/* Authentication polish 1.2.1: custom visibility controls and strength meter */
.ascb-password-field{isolation:isolate}
.ascb-password-toggle{
  inset-inline-end:9px!important;
  width:34px!important;height:34px!important;
  border:1px solid #d8e5eb!important;
  border-radius:10px!important;
  background:linear-gradient(180deg,#fff,#f6fafb)!important;
  color:#587287!important;
  box-shadow:0 3px 10px rgba(18,59,99,.06)!important;
  transform:translateY(-50%)!important;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;
}
.ascb-password-toggle:hover{
  transform:translateY(-50%)!important;
  border-color:rgba(21,166,154,.48)!important;
  background:#eef9f8!important;
  color:var(--ascb-accent)!important;
  box-shadow:0 5px 14px rgba(21,166,154,.13)!important;
}
.ascb-password-toggle:active{transform:translateY(-50%)!important}
.ascb-password-toggle:focus-visible{
  outline:none!important;
  border-color:var(--ascb-accent)!important;
  box-shadow:0 0 0 3px rgba(21,166,154,.14),0 5px 14px rgba(21,166,154,.12)!important;
}
.ascb-eye-icon{position:relative;display:block;width:18px;height:12px;opacity:1!important}
.ascb-eye-icon:before{
  content:"";position:absolute;inset:0;
  border:1.8px solid currentColor;border-radius:70% 20%;
  transform:rotate(45deg);
}
.ascb-eye-icon:after{
  content:"";position:absolute;left:50%;top:50%;width:5px;height:5px;
  border-radius:50%;background:currentColor;transform:translate(-50%,-50%);
  box-shadow:0 0 0 2px #fff;
}
.ascb-password-toggle.is-visible .ascb-eye-icon:before{border-color:currentColor}
.ascb-password-toggle.is-visible .ascb-eye-icon:after{background:transparent;box-shadow:inset 0 0 0 1.7px currentColor}
.ascb-password-toggle.is-visible .ascb-eye-icon{opacity:1!important}
.ascb-password-toggle.is-visible .ascb-eye-icon:before{
  background:linear-gradient(135deg,transparent 46%,currentColor 47%,currentColor 54%,transparent 55%);
}
.ascb-password-strength{
  position:relative;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:6px!important;margin-top:10px!important;padding:5px!important;
  border:1px solid #dce8ed;border-radius:999px;background:#f6fafb;
  box-shadow:inset 0 1px 2px rgba(18,59,99,.035);
}
.ascb-password-strength span{
  height:6px!important;border-radius:999px!important;background:#dfe8ec!important;
  box-shadow:inset 0 1px 1px rgba(18,59,99,.05);
  transition:background-color .22s ease,box-shadow .22s ease,transform .22s ease!important;
}
.ascb-password-strength[data-level="1"] span:nth-child(-n+1){background:linear-gradient(90deg,#ef6b76,#dd4f61)!important;box-shadow:0 2px 8px rgba(221,79,97,.25)}
.ascb-password-strength[data-level="2"] span:nth-child(-n+2){background:linear-gradient(90deg,#f3be55,#df9434)!important;box-shadow:0 2px 8px rgba(223,148,52,.22)}
.ascb-password-strength[data-level="3"] span:nth-child(-n+3){background:linear-gradient(90deg,#56c7b7,#2aa998)!important;box-shadow:0 2px 8px rgba(42,169,152,.22)}
.ascb-password-strength[data-level="4"] span:nth-child(-n+4){background:linear-gradient(90deg,#23b6a8,#087f76)!important;box-shadow:0 2px 9px rgba(8,127,118,.24)}
.ascb-strength-label{
  display:inline-flex!important;align-items:center;gap:7px;margin-top:8px!important;
  min-height:24px;padding:4px 9px;border-radius:999px;background:#f3f7f9;
  color:#6c8190!important;font-size:11px!important;line-height:1.35!important;
  transition:color .2s ease,background-color .2s ease!important;
}
.ascb-strength-label:before{content:"";width:7px;height:7px;border-radius:50%;background:#b7c7d0;box-shadow:0 0 0 3px rgba(183,199,208,.18)}
.ascb-strength-label[data-level="1"]{background:#fff1f2;color:#bd4050!important}.ascb-strength-label[data-level="1"]:before{background:#dd4f61;box-shadow:0 0 0 3px rgba(221,79,97,.14)}
.ascb-strength-label[data-level="2"]{background:#fff8e9;color:#a96b18!important}.ascb-strength-label[data-level="2"]:before{background:#df9434;box-shadow:0 0 0 3px rgba(223,148,52,.14)}
.ascb-strength-label[data-level="3"]{background:#edf9f7;color:#168f82!important}.ascb-strength-label[data-level="3"]:before{background:#2aa998;box-shadow:0 0 0 3px rgba(42,169,152,.14)}
.ascb-strength-label[data-level="4"]{background:#e8f7f4;color:#087f76!important}.ascb-strength-label[data-level="4"]:before{background:#087f76;box-shadow:0 0 0 3px rgba(8,127,118,.14)}
@media (max-width:640px){.ascb-password-toggle{width:32px!important;height:32px!important}.ascb-eye-icon{transform:scale(.92)}}

/* Anti-spam honeypot: kept outside the visual and accessibility trees. */
.ascb-hp-field{position:absolute!important;inset-inline-start:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}

/* Workflow operation panels */
.ascb-alert.error{background:#fff0f1;color:#9a2635;border:1px solid #f3cbd1}
.ascb-workflow-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ascb-workflow-list>.ascb-card{padding:22px;box-shadow:none}
.ascb-workflow-list h3{margin:0 0 8px;font-size:18px}
.ascb-workflow-list p{color:var(--ascb-muted);line-height:1.75}
.ascb-workflow-list .ascb-step-actions{justify-content:flex-start;gap:10px;flex-wrap:wrap}
.ascb-btn-secondary{background:#eef4f7;color:var(--ascb-brand);border:1px solid #d5e2e8}
.ascb-btn-secondary:hover{background:#e3edf2;color:var(--ascb-brand)}
.ascb-row span{min-width:0}
.ascb-row span b,.ascb-row span small{display:block}
.ascb-row span small{margin-top:5px;color:var(--ascb-muted);font-size:11px;line-height:1.55}
@media(max-width:900px){.ascb-workflow-list{grid-template-columns:1fr}}


/* Secretary free-session scheduler card */
.ascb-secretary-free-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.ascb-free-session-card{position:relative;padding:24px 24px 22px!important;border-radius:26px!important;border:1px solid #dce8ee!important;background:linear-gradient(180deg,#fff 0%,#fbfdfd 100%)!important;box-shadow:0 18px 40px rgba(18,59,99,.07),inset 0 1px 0 rgba(255,255,255,.75)!important;overflow:hidden}
.ascb-free-session-card:before{content:"";position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,#1bb7aa,#0f887f)}
.ascb-free-session-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}
.ascb-free-session-patient{display:flex;align-items:center;gap:14px;min-width:0;flex:1}
.ascb-free-session-avatar{width:56px;height:56px;flex:0 0 56px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#e9f8f7,#dff2f0);color:#0c877e;font-weight:900;font-size:22px;box-shadow:inset 0 0 0 1px rgba(21,166,154,.14)}
.ascb-free-session-meta{min-width:0}
.ascb-free-session-meta h3{margin:0 0 5px!important;font-size:18px!important;line-height:1.35}
.ascb-free-session-meta small{display:inline-flex;align-items:center;gap:6px;color:#708192;font-size:12px}
.ascb-free-session-meta small:before{content:"#";display:inline-grid;place-items:center;width:18px;height:18px;border-radius:999px;background:#eef5f7;color:#567084;font-size:11px;font-weight:800}
.ascb-free-session-badge{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:9px 13px;border-radius:999px;background:#fff7e8;color:#a87010;border:1px solid #f0ddb6;font-size:12px;font-weight:800;white-space:nowrap}
.ascb-free-session-badge:before{content:"";width:9px;height:9px;border-radius:50%;background:#f3bb58;box-shadow:0 0 0 4px rgba(243,187,88,.16)}
.ascb-free-session-contact{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}
.ascb-free-contact-chip{flex:1 1 220px;min-width:0;display:flex;flex-direction:column;gap:3px;padding:14px 16px;border-radius:18px;background:#f7fafb;border:1px solid #dce7ed;text-decoration:none;color:#18304a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.ascb-free-contact-chip:hover{transform:translateY(-1px);border-color:#b8d6d2;box-shadow:0 10px 18px rgba(18,59,99,.06)}
.ascb-free-contact-chip small{color:#8091a0;font-size:11px;font-weight:700}
.ascb-free-contact-chip strong{font-size:15px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ascb-free-session-fields{gap:16px!important}
.ascb-free-session-fields label,.ascb-free-session-link-field{margin:0!important;padding:15px 16px;border-radius:20px;border:1px solid #dfe8ee;background:#f8fbfc;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.ascb-free-session-fields label>span,.ascb-free-session-link-field>span{font-size:12px;font-weight:800;color:#526476}
.ascb-free-session-fields input,.ascb-free-session-fields select,.ascb-free-session-link-field input{margin-top:4px!important;border-radius:14px!important;border-color:#d6e3e9!important;background:#fff!important;min-height:48px;font-weight:700}
.ascb-free-session-fields input:focus,.ascb-free-session-fields select:focus,.ascb-free-session-link-field input:focus{border-color:var(--ascb-accent)!important;box-shadow:0 0 0 4px rgba(21,166,154,.1)!important}
.ascb-free-session-link-field{display:flex;flex-direction:column;gap:8px;margin-top:16px!important;transition:background-color .18s ease,border-color .18s ease,opacity .18s ease}
.ascb-free-session-link-field small{color:#738494;font-size:11px;line-height:1.6;font-weight:600}
.ascb-free-session-link-field.is-disabled{background:#f4f7f8;border-color:#e3eaee;opacity:.8}
.ascb-free-session-link-field.is-disabled input{background:#f6f8f9!important;color:#8a98a5}
.ascb-free-session-footer{display:flex;flex-direction:column;align-items:stretch;gap:14px;margin-top:18px;padding-top:6px}
.ascb-free-session-note{display:flex;align-items:flex-start;gap:10px;width:100%;min-width:0;padding:14px 15px;border-radius:18px;background:linear-gradient(180deg,#eef9f7 0%,#e8f6f3 100%);border:1px solid #d4ece7;color:#0c726b;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.ascb-free-session-note span{width:26px;height:26px;flex:0 0 26px;border-radius:999px;display:grid;place-items:center;background:#fff;color:#16a196;font-size:13px;font-weight:900;box-shadow:0 4px 10px rgba(21,166,154,.12);margin-top:1px}
.ascb-free-session-note small{display:block;font-size:11px;line-height:1.8;font-weight:700;white-space:normal;word-break:break-word;color:#166f69}
.ascb-free-session-submit{width:100%;min-width:0;min-height:58px;border-radius:18px!important;background:linear-gradient(135deg,#1ab8ab 0%,#0e8d84 100%)!important;box-shadow:0 18px 28px rgba(21,166,154,.24)!important;padding-inline:22px!important}
.ascb-free-session-submit span{display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.4;width:100%}
.ascb-free-session-submit:hover{filter:none!important;transform:translateY(-1px);box-shadow:0 22px 32px rgba(21,166,154,.28)!important}
.ascb-free-session-submit:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(21,166,154,.12),0 18px 28px rgba(21,166,154,.24)!important}
@media(max-width:980px){.ascb-secretary-free-list{grid-template-columns:1fr}}
@media(max-width:640px){.ascb-free-session-card{padding:20px 18px 18px!important;border-radius:22px!important}.ascb-free-session-top{flex-direction:column;align-items:stretch}.ascb-free-session-footer{gap:12px}.ascb-free-session-badge{align-self:flex-start}.ascb-free-session-patient{align-items:flex-start}.ascb-free-contact-chip{flex:1 1 100%}.ascb-free-session-fields{grid-template-columns:1fr!important}.ascb-free-session-submit{width:100%}}

/* v1.6.0 — private free consultation calendar */
.ascb-free-private-booking .ascb-mode-card small{line-height:1.7}
.ascb-free-private-booking .ascb-selection-summary{text-align:start}
.ascb-alert.error{background:#feeaea;color:#9d2727;border:1px solid #f4caca}

/* v1.7.0 — refined public forms, live calendar, invitation sharing and rescheduling */
.ascb-app,.ascb-booking-shell,.ascb-form-shell,.ascb-card{max-width:100%}
.ascb-page-main,.ascb-page-container,.ascb-app{overflow-x:clip}

.ascb-free-request-form{padding:38px!important;background:linear-gradient(180deg,#fff 0%,#fbfdfd 100%)}
.ascb-free-request-form .ascb-section-title{margin-bottom:22px}
.ascb-free-request-form .ascb-field{gap:9px;margin-bottom:18px;color:#23364c}
.ascb-free-request-form .ascb-control{position:relative;display:flex;align-items:center;min-width:0}
.ascb-free-request-form .ascb-control>i{position:absolute;inset-inline-start:14px;width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#eaf7f5;color:#0b8f85;font-style:normal;font-size:13px;font-weight:900;z-index:1;pointer-events:none}
.ascb-free-request-form .ascb-control input,.ascb-free-request-form .ascb-control select{min-height:58px;margin:0!important;padding-inline-start:60px!important;border:1px solid #d6e3e9!important;border-radius:17px!important;background:#fbfdfd!important;box-shadow:inset 0 1px 0 #fff,0 6px 14px rgba(18,59,99,.035);font-weight:650}
.ascb-free-request-form .ascb-control input:hover,.ascb-free-request-form .ascb-control select:hover,.ascb-free-request-form textarea:hover{border-color:#b9d4d1!important;background:#fff!important}
.ascb-free-request-form .ascb-control input:focus,.ascb-free-request-form .ascb-control select:focus,.ascb-free-request-form textarea:focus{border-color:#16a69a!important;background:#fff!important;box-shadow:0 0 0 4px rgba(21,166,154,.11),0 12px 24px rgba(18,59,99,.055)!important}
.ascb-free-request-form .ascb-field-textarea{padding:18px;border:1px solid #e0e9ee;border-radius:20px;background:#f9fbfc}
.ascb-free-request-form .ascb-field-textarea textarea{min-height:132px;margin:0!important;border-radius:15px!important;background:#fff!important;line-height:1.8}
.ascb-free-request-form .ascb-field-textarea>small{color:#7b8b98;font-weight:500;line-height:1.6}
.ascb-privacy-box{flex:1;padding:15px 17px!important;border:1px solid #dce8ed;border-radius:16px;background:#f7fafb;line-height:1.7!important}
.ascb-privacy-box input{accent-color:#15a69a;width:18px!important;height:18px!important;flex:0 0 18px}
.ascb-free-request-form .ascb-form-footer>.ascb-btn{min-width:180px;min-height:56px;border-radius:16px;box-shadow:0 14px 26px rgba(21,166,154,.22)}

.ascb-booking-rule{display:flex;align-items:flex-start;gap:13px;margin:0 0 20px;padding:15px 17px;border:1px solid #d6e9e6;border-radius:17px;background:linear-gradient(135deg,#effaf8,#fff);color:#176f69}
.ascb-booking-rule>span{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:11px;background:#fff;color:#0b978c;font-size:18px;box-shadow:0 6px 14px rgba(21,166,154,.1)}
.ascb-booking-rule b,.ascb-booking-rule small{display:block}.ascb-booking-rule small{margin-top:4px;color:#607987;line-height:1.7}
.ascb-steps-two>i{width:110px}
.ascb-calendar-layout{display:grid;grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);gap:18px;align-items:stretch;min-width:0}
.ascb-calendar-layout>.ascb-calendar,.ascb-calendar-layout>.ascb-times{min-width:0;margin:0}
.ascb-calendar{background:#fff;box-shadow:0 10px 28px rgba(18,59,99,.045)}
.ascb-days{min-height:295px;align-content:start}
.ascb-days>span{min-width:0}
.ascb-days button{position:relative;min-width:0;min-height:42px;aspect-ratio:auto;border:1px solid transparent;background:#f6f8fa;color:#93a0aa;transition:background .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s}
.ascb-days button.is-available:not(:disabled){background:#effaf8;color:#116e68;border-color:#d1eae6;box-shadow:inset 0 1px 0 #fff}
.ascb-days button.is-available:not(:disabled):after{content:"";position:absolute;bottom:5px;left:50%;width:5px;height:5px;border-radius:50%;background:#18a99c;transform:translateX(-50%)}
.ascb-days button.is-available:not(:disabled):hover{background:#e1f5f2;border-color:#9ed8d1;transform:translateY(-1px)}
.ascb-days button.selected,.ascb-days button.selected:hover{background:linear-gradient(135deg,#18b3a6,#0b8d84)!important;color:#fff!important;border-color:#0f948a!important;box-shadow:0 9px 18px rgba(21,166,154,.22)!important}
.ascb-days button.selected:after{background:#fff!important}
.ascb-days button.reference-day{opacity:1!important;background:#fff1f2!important;color:#b44a59!important;border-color:#efcbd1!important;text-decoration:line-through;cursor:not-allowed}
.ascb-days button.reference-day:after{content:"×";position:absolute;top:1px;inset-inline-end:4px;font-size:10px;color:#bd5361;text-decoration:none}
.ascb-days button.is-unavailable:not(.reference-day){opacity:.46}
.ascb-calendar-loading{grid-column:1/-1;display:grid;place-items:center;min-height:220px;color:#728594;font-size:13px}
.ascb-calendar-legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:14px;padding-top:13px;border-top:1px solid #edf2f4;color:#718391;font-size:11px}
.ascb-calendar-legend span{display:flex;align-items:center;gap:7px}.ascb-calendar-legend i{width:11px;height:11px;border-radius:4px;background:#effaf8;border:1px solid #b9dfd9}.ascb-calendar-legend i.is-reference{background:#fff1f2;border-color:#efcbd1}
.ascb-times{display:flex;flex-direction:column;border:1px solid #e0e9ed;background:linear-gradient(180deg,#f8fbfc,#f5f9fa)}
.ascb-time-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-content:start}
.ascb-time-grid button{min-height:48px;border-radius:13px;background:#fff;box-shadow:0 5px 12px rgba(18,59,99,.035);transition:.18s}
.ascb-time-grid button:hover{border-color:#9bcfc9;background:#f3fbfa;transform:translateY(-1px)}
.ascb-time-grid button.selected{background:linear-gradient(135deg,#123b63,#185a83);border-color:#123b63;box-shadow:0 9px 20px rgba(18,59,99,.2)}
.ascb-calendar-empty{display:grid;place-items:center;min-height:120px;padding:20px;border:1px dashed #cfdee5;border-radius:14px;background:rgba(255,255,255,.7);line-height:1.75}
.ascb-calendar-empty.is-error{color:#9c3341;border-color:#efc9cf;background:#fff4f5}

.ascb-share-panel{gap:18px!important;padding:22px!important;border-radius:22px!important}
.ascb-share-panel-head{display:flex!important;flex-direction:row!important;align-items:center;gap:13px}
.ascb-share-lock{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border-radius:14px;background:#e8f7f4;color:#0d887f;font-size:18px}
.ascb-share-panel.is-reschedule{border-color:#d9e1f2!important;background:linear-gradient(135deg,#f4f7fd,#fff)!important}.ascb-share-panel.is-reschedule .ascb-share-lock{background:#edf2fb;color:#355b91}
.ascb-invitation-share-row{display:grid;grid-template-columns:minmax(0,1fr) 142px 210px;gap:11px;align-items:stretch}
.ascb-share-link-field{position:relative;display:flex;align-items:center;min-width:0;height:54px;border:1px solid #cedde4;border-radius:15px;background:#fff;overflow:hidden;box-shadow:inset 0 1px 0 #fff,0 7px 15px rgba(18,59,99,.045)}
.ascb-share-link-field>span{width:45px;flex:0 0 45px;display:grid;place-items:center;color:#168f85;font-size:17px;border-inline-end:1px solid #e4ecef}
.ascb-share-link-field input{height:100%!important;min-height:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0 13px!important;font-size:13px;color:#344b62;text-overflow:ellipsis}
.ascb-copy-btn,.ascb-whatsapp-btn{min-height:54px!important;border-radius:15px!important;padding:10px 17px!important;white-space:nowrap}
.ascb-copy-btn{background:#fff!important;color:#123b63!important;border:1px solid #cfdee5!important;box-shadow:0 7px 15px rgba(18,59,99,.045)}.ascb-copy-btn:hover,.ascb-copy-btn.is-copied{background:#eef6f8!important;color:#0a716a!important;border-color:#afd7d2!important}
.ascb-whatsapp-btn,.ascb-whatsapp-btn:link,.ascb-whatsapp-btn:visited,.ascb-whatsapp-btn:hover,.ascb-whatsapp-btn:focus{background:linear-gradient(135deg,#28ba6a,#15924f)!important;color:#fff!important;text-decoration:none!important;border:1px solid #158b4b!important;box-shadow:0 10px 20px rgba(31,169,91,.2)!important}.ascb-whatsapp-btn:hover{filter:brightness(.97);box-shadow:0 13px 24px rgba(31,169,91,.26)!important}

.ascb-btn-danger,.ascb-btn-danger:visited{background:#fff5f6!important;color:#a73c4b!important;border:1px solid #edc5cc!important;box-shadow:none!important}.ascb-btn-danger:hover{background:#ffecef!important;color:#8e2e3d!important;border-color:#e6aeb8!important}
.ascb-btn-warning{background:linear-gradient(135deg,#e09c2d,#c57912)!important;color:#fff!important}
.ascb-inline-danger-form{margin:0!important;display:inline-flex}
.ascb-free-session-footer{flex-direction:row;align-items:stretch}.ascb-free-session-footer>form:first-child{flex:1}.ascb-free-session-footer .ascb-btn{height:100%}

.ascb-reschedule-summary{display:flex;align-items:flex-start;gap:16px;margin-bottom:18px;padding:21px;border-radius:20px;border:1px solid #d7e3f1;background:linear-gradient(135deg,#f2f6fc,#fff)}
.ascb-reschedule-summary>span{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;border-radius:16px;background:#fff;color:#315b91;font-size:25px;box-shadow:0 8px 18px rgba(45,85,136,.1)}
.ascb-reschedule-summary b{font-size:18px;color:#244469}.ascb-reschedule-summary p{margin:7px 0;color:#536b82;line-height:1.75}.ascb-reschedule-summary small{color:#718497;line-height:1.65}
.ascb-reschedule-comparison{display:grid;grid-template-columns:1fr auto 1fr;gap:13px;align-items:stretch;margin:18px 0}
.ascb-reschedule-comparison>div{display:flex;flex-direction:column;gap:6px;padding:16px;border:1px solid #dce6eb;border-radius:16px;background:#f8fafb;text-align:center;min-width:0}.ascb-reschedule-comparison>div:last-child{background:#eef9f7;border-color:#d1ebe7}.ascb-reschedule-comparison>span{display:grid;place-items:center;color:#15a69a;font-size:22px}.ascb-reschedule-comparison small{color:#748694}.ascb-reschedule-comparison b{font-size:14px;line-height:1.6;color:#20374e}
.ascb-reschedule-admin-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ascb-reschedule-admin-card{padding:22px;border:1px solid #dce6eb;border-radius:22px;background:linear-gradient(180deg,#fff,#fafcfd);box-shadow:0 12px 28px rgba(18,59,99,.055)}
.ascb-reschedule-admin-card>header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:15px;border-bottom:1px solid #edf1f3}.ascb-reschedule-admin-card>header span{color:#358277;font-size:11px;font-weight:800}.ascb-reschedule-admin-card>header h3{margin:5px 0;font-size:18px}.ascb-reschedule-admin-card>header small{color:#718493}.ascb-reschedule-admin-card>header>b{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#eef4fb;color:#315a8f;font-size:21px}
.ascb-reschedule-reason{margin:15px 0;padding:14px 15px;border-radius:15px;background:#fff8e9;border:1px solid #f0deb6}.ascb-reschedule-reason small{color:#9a6c18;font-weight:800}.ascb-reschedule-reason p{margin:5px 0 0;color:#6e5b3e;line-height:1.75}
.ascb-reschedule-actions{display:flex;align-items:stretch;gap:10px;flex-wrap:wrap;margin-top:15px}.ascb-reschedule-actions>form{margin:0}.ascb-reschedule-actions .ascb-btn{min-height:48px}
.ascb-reschedule-confirm-form{margin-top:15px}.ascb-reschedule-confirm-form label{padding:14px;border:1px solid #dce7ec;border-radius:16px;background:#f8fbfc}.ascb-reschedule-confirm-form label small{color:#748694;line-height:1.6}
.ascb-booking-awaiting-reschedule .ascb-alert{margin:12px 0 0}

@media(max-width:900px){
  .ascb-calendar-layout{grid-template-columns:1fr}
  .ascb-reschedule-admin-list{grid-template-columns:1fr}
  .ascb-invitation-share-row{grid-template-columns:1fr 1fr}.ascb-share-link-field{grid-column:1/-1}
}
@media(max-width:640px){
  .ascb-free-request-form{padding:20px!important}.ascb-free-fields-grid{grid-template-columns:1fr!important}.ascb-free-request-form .ascb-form-footer{gap:14px}.ascb-free-request-form .ascb-form-footer>.ascb-btn{width:100%}
  .ascb-calendar-layout{gap:13px}.ascb-calendar{padding:13px}.ascb-days{min-height:260px}.ascb-days button{min-height:38px}.ascb-time-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ascb-invitation-share-row{grid-template-columns:1fr}.ascb-share-link-field{grid-column:auto}.ascb-copy-btn,.ascb-whatsapp-btn{width:100%}
  .ascb-free-session-footer,.ascb-reschedule-actions{flex-direction:column}.ascb-free-session-footer>form,.ascb-inline-danger-form{width:100%}.ascb-inline-danger-form .ascb-btn{width:100%}
  .ascb-reschedule-comparison{grid-template-columns:1fr}.ascb-reschedule-comparison>span{transform:rotate(90deg)}
  .ascb-reschedule-summary{padding:16px}.ascb-steps-two>i{width:45px}
}

/* v1.7.0: keep workflow action forms as siblings; nested forms are invalid HTML. */
.ascb-reschedule-confirm-wrap,
.ascb-free-confirm-wrap{
  display:flex;
  align-items:flex-end;
  gap:12px;
  margin-top:15px;
}
.ascb-reschedule-confirm-wrap>.ascb-reschedule-confirm-form,
.ascb-free-confirm-wrap>.ascb-form{
  flex:1 1 auto;
  margin:0;
}
.ascb-reschedule-confirm-wrap>.ascb-inline-danger-form,
.ascb-free-confirm-wrap>.ascb-inline-danger-form{
  flex:0 0 auto;
}
.ascb-reschedule-confirm-wrap .ascb-btn,
.ascb-free-confirm-wrap .ascb-btn{
  min-height:48px;
}
@media(max-width:720px){
  .ascb-reschedule-confirm-wrap,
  .ascb-free-confirm-wrap{align-items:stretch;flex-direction:column}
  .ascb-reschedule-confirm-wrap>.ascb-inline-danger-form,
  .ascb-free-confirm-wrap>.ascb-inline-danger-form,
  .ascb-reschedule-confirm-wrap>.ascb-inline-danger-form .ascb-btn,
  .ascb-free-confirm-wrap>.ascb-inline-danger-form .ascb-btn{width:100%}
}


/* v1.7.1 — verified public free-request UI and cache-safe final overrides */
.ascb-app .ascb-free-request-shell{max-width:1040px;margin-inline:auto}
.ascb-app .ascb-free-request-form{position:relative;padding:42px!important;border:1px solid #dfe9ed!important;border-radius:26px!important;background:linear-gradient(180deg,#fff 0%,#fbfdfd 100%)!important;box-shadow:0 24px 60px rgba(18,59,99,.09)!important;overflow:hidden}
.ascb-app .ascb-free-request-form:before{content:"";position:absolute;inset-inline-start:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#15a69a,#123b63);opacity:.9}
.ascb-app .ascb-free-request-form .ascb-section-title{padding-bottom:18px;margin:0 0 24px;border-bottom:1px solid #edf2f4}
.ascb-app .ascb-free-request-form .ascb-section-title:not(:first-of-type){margin-top:12px}
.ascb-app .ascb-free-request-form .ascb-field{display:flex;flex-direction:column;gap:9px;margin:0 0 19px;font-size:13px;font-weight:800;color:#22384e}
.ascb-app .ascb-free-request-form .ascb-control{position:relative;display:flex;align-items:center;min-width:0;border-radius:18px}
.ascb-app .ascb-free-request-form .ascb-control>i{inset-inline-start:13px;width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,#e8f8f5,#f4fbfa);border:1px solid #d3ece8;color:#0b8f85;box-shadow:0 5px 12px rgba(21,166,154,.08)}
.ascb-app .ascb-free-request-form .ascb-control input,
.ascb-app .ascb-free-request-form .ascb-control select{width:100%!important;min-height:62px!important;padding:12px 64px 12px 16px!important;border:1px solid #d6e3e9!important;border-radius:18px!important;background:#f9fcfc!important;color:#173149!important;font-size:14px!important;font-weight:700!important;box-shadow:inset 0 1px 0 #fff,0 8px 18px rgba(18,59,99,.035)!important;transition:border-color .18s,background .18s,box-shadow .18s,transform .18s}
[dir="ltr"] .ascb-app .ascb-free-request-form .ascb-control input,
[dir="ltr"] .ascb-app .ascb-free-request-form .ascb-control select{padding:12px 16px 12px 64px!important}
.ascb-app .ascb-free-request-form .ascb-control input:focus,
.ascb-app .ascb-free-request-form .ascb-control select:focus{outline:none!important;border-color:#15a69a!important;background:#fff!important;box-shadow:0 0 0 4px rgba(21,166,154,.12),0 14px 28px rgba(18,59,99,.07)!important;transform:translateY(-1px)}
.ascb-app .ascb-free-request-form .ascb-field-textarea{padding:18px 18px 15px!important;border:1px solid #dfe9ed!important;border-radius:21px!important;background:linear-gradient(180deg,#f8fbfc,#fbfdfd)!important;box-shadow:inset 0 1px 0 #fff}
.ascb-app .ascb-free-request-form .ascb-field-textarea textarea{width:100%!important;min-height:138px!important;padding:16px!important;border:1px solid #d6e3e9!important;border-radius:16px!important;background:#fff!important;color:#173149!important;font-size:14px!important;line-height:1.9!important;resize:vertical}
.ascb-app .ascb-free-request-form .ascb-field-textarea textarea:focus{outline:none!important;border-color:#15a69a!important;box-shadow:0 0 0 4px rgba(21,166,154,.11)!important}
.ascb-app .ascb-free-request-form .ascb-form-footer{display:grid!important;grid-template-columns:minmax(0,1fr) 190px;align-items:stretch!important;gap:16px;margin-top:24px;padding-top:22px;border-top:1px solid #edf2f4}
.ascb-app .ascb-free-request-form .ascb-privacy-box{margin:0!important;min-height:58px;display:flex!important;align-items:center!important;gap:11px!important;background:#f5faf9!important;border-color:#d8e9e6!important}
.ascb-app .ascb-free-request-form .ascb-form-footer>.ascb-btn{width:100%;min-width:0!important;min-height:58px!important;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:17px!important}
.ascb-app .ascb-free-private-booking{max-width:1040px;margin-inline:auto;overflow:visible!important}
.ascb-app .ascb-free-private-booking .ascb-booking-form{overflow:visible!important}
.ascb-app .ascb-free-private-booking .ascb-calendar-layout{width:100%;min-width:0!important}
.ascb-app .ascb-free-private-booking .ascb-calendar,
.ascb-app .ascb-free-private-booking .ascb-times{overflow:hidden}
.ascb-app .ascb-calendar-empty.is-error{color:#a13647;background:#fff0f2;border-color:#efcbd2}
@media(max-width:700px){
  .ascb-app .ascb-free-request-form{padding:23px 19px!important;border-radius:22px!important}
  .ascb-app .ascb-free-request-form .ascb-form-footer{grid-template-columns:1fr}
  .ascb-app .ascb-free-request-form .ascb-control input,
  .ascb-app .ascb-free-request-form .ascb-control select{min-height:58px!important}
}


/* v1.7.5 — secretary/doctor polishing for free consultations, bookings, postponements, and emails */
.ascb-secretary-free-list{grid-template-columns:repeat(auto-fit,minmax(420px,1fr))}
.ascb-free-session-card,
.ascb-consult-request-card,
.ascb-postponement-card,
#secretary-bookings .ascb-workflow-list>.ascb-card,
.ascb-next-session-card{overflow:visible}
.ascb-free-session-top{align-items:flex-start;gap:18px}
.ascb-free-session-badge{max-width:100%;white-space:normal;line-height:1.55;text-align:center;justify-content:center}
.ascb-free-session-contact{margin-bottom:16px}
.ascb-free-contact-chip{min-height:86px;justify-content:center}
.ascb-free-session-note{margin:4px 0 0}
.ascb-free-session-note small{display:block}
.ascb-free-session-footer{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:stretch}
.ascb-free-session-footer>form:first-child,.ascb-free-session-footer>.ascb-inline-danger-form{margin:0!important}
.ascb-free-session-footer .ascb-btn,.ascb-free-session-footer .ascb-inline-danger-form .ascb-btn{width:100%;min-height:58px}
.ascb-free-confirm-wrap{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:end}
.ascb-free-confirm-wrap>.ascb-form{min-width:0}
.ascb-free-confirm-wrap>.ascb-inline-danger-form{align-self:end;min-width:138px}
.ascb-free-confirm-wrap>.ascb-inline-danger-form .ascb-btn{min-width:138px;white-space:nowrap}
.ascb-free-session-link-field>span,.ascb-free-session-fields label>span{display:block;margin-bottom:2px}
.ascb-free-session-link-field small{margin-top:2px;display:block}
#secretary-free .ascb-card-heading p{max-width:760px;line-height:1.8;color:#718391}

.ascb-consult-request-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}
.ascb-consult-request-card{position:relative;padding:24px;border:1px solid #dce8ee;border-radius:24px;background:linear-gradient(180deg,#fff 0%,#fbfdfd 100%);box-shadow:0 16px 38px rgba(18,59,99,.07),inset 0 1px 0 rgba(255,255,255,.85)}
.ascb-consult-request-card:before{content:"";position:absolute;inset-inline-start:0;top:0;width:4px;height:100%;border-radius:24px 0 0 24px;background:linear-gradient(180deg,#15a69a,#123b63)}
.ascb-consult-request-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #edf2f4}
.ascb-consult-request-person{display:flex;align-items:center;gap:14px;min-width:0}
.ascb-consult-request-avatar{width:56px;height:56px;flex:0 0 56px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#e7f8f6,#dff3f0);color:#0c897f;font-size:22px;font-weight:900;box-shadow:inset 0 0 0 1px rgba(21,166,154,.14)}
.ascb-consult-request-person h3{margin:0 0 5px;font-size:18px;line-height:1.4}
.ascb-consult-request-person small{color:#738495;font-size:12px}
.ascb-consult-request-status{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:#fff7e7;border:1px solid #f1dfba;color:#a56e12;font-size:12px;font-weight:800;white-space:nowrap}
.ascb-consult-request-status i{width:9px;height:9px;border-radius:50%;background:#efb24a;box-shadow:0 0 0 4px rgba(239,178,74,.16)}
.ascb-consult-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}
.ascb-consult-contact-grid a{display:flex;gap:11px;align-items:flex-start;padding:14px;border-radius:18px;background:#f7fafb;border:1px solid #dce7ed;text-decoration:none;color:#17324a;min-width:0;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.ascb-consult-contact-grid a:hover{transform:translateY(-1px);border-color:#b8d5d1;box-shadow:0 10px 20px rgba(18,59,99,.06)}
.ascb-consult-contact-grid a>span{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:12px;background:#e9f7f5;color:#109388;font-weight:900}
.ascb-consult-contact-grid small{display:block;color:#7a8c9b;font-size:11px;margin-bottom:4px}
.ascb-consult-contact-grid b{display:block;font-size:14px;line-height:1.6;word-break:break-word}
.ascb-consult-reason,.ascb-consult-notes{padding:16px 17px;border-radius:18px;border:1px solid #e0e9ee;background:#f9fbfc;margin-bottom:14px}
.ascb-consult-reason-title{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.ascb-consult-reason-title span{width:30px;height:30px;display:grid;place-items:center;border-radius:11px;background:#e9f7f5;color:#0f9488;font-weight:900}
.ascb-consult-reason p,.ascb-consult-notes p{margin:0;color:#54687c;line-height:1.85}
.ascb-consult-notes b{display:block;margin-bottom:8px;color:#223a52}
.ascb-consult-request-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.ascb-consult-request-actions .ascb-btn{min-height:52px;border-radius:16px;padding-inline:16px}
.ascb-consult-approve{background:linear-gradient(135deg,#18b3a6,#0c8d84)!important;box-shadow:0 14px 26px rgba(21,166,154,.22)!important}
.ascb-consult-reject{background:#fff5f6!important;color:#a6404e!important;border:1px solid #e9c7ce!important;box-shadow:none!important}
.ascb-consult-reject:hover{background:#ffeef1!important;color:#8f3342!important;border-color:#e3b3bc!important}
.ascb-consult-action-icon{font-size:16px;line-height:1}
.ascb-consult-action-label{line-height:1.4;text-align:center}

.ascb-booking-form .ascb-time-grid button{color:#173a61!important;font-weight:800}
.ascb-booking-form .ascb-time-grid button:hover{color:#15233a!important;background:#f2f7fb!important;border-color:#9cc4de!important}
.ascb-booking-form .ascb-time-grid button.selected,.ascb-booking-form .ascb-time-grid button.selected:hover{color:#fff!important}
.ascb-booking-form .ascb-step-actions .ascb-btn,
.ascb-booking-form .ascb-link-btn[data-prev]{min-height:52px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;font-weight:800}
.ascb-booking-form .ascb-next{background:linear-gradient(135deg,#123b63,#195987)!important;box-shadow:0 16px 28px rgba(18,59,99,.2)!important}
.ascb-booking-form .ascb-next[disabled]{background:#d7e3ea!important;color:#7f93a4!important;box-shadow:none!important;opacity:1}
.ascb-booking-form .ascb-link-btn[data-prev]{padding:0 18px;background:#fff4f6;border:1px solid #efc9cf;color:#b14655;text-decoration:none}
.ascb-booking-form .ascb-link-btn[data-prev]:hover{background:#ffedf1;border-color:#e7b6bf;color:#9f3748}
.ascb-booking-form .ascb-check{display:flex!important;align-items:center!important;gap:12px!important;padding:14px 16px!important;border:1px solid #d9e6ea;border-radius:16px;background:#fbfdfd;color:#32485d;font-weight:700!important}
.ascb-booking-form .ascb-check input{appearance:none;-webkit-appearance:none;width:20px!important;height:20px!important;min-width:20px;border:2px solid #b7c7d3;border-radius:6px;background:#fff;display:grid;place-items:center;cursor:pointer;margin:0!important}
.ascb-booking-form .ascb-check input:checked{border-color:#123b63;background:#123b63}
.ascb-booking-form .ascb-check input:checked:before{content:"✓";color:#fff;font-size:12px;font-weight:900}
.ascb-booking-form .ascb-check span{line-height:1.8}
.ascb-booking-form .ascb-selection-summary{padding:18px 20px;border-radius:18px}
.ascb-private-card{position:relative;overflow:hidden;padding:44px 46px!important;border-radius:28px!important;background:linear-gradient(180deg,#fff 0%,#fbfdfd 100%)!important;box-shadow:0 24px 54px rgba(18,59,99,.08)!important}
.ascb-private-card:before{content:"";position:absolute;inset-inline-start:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#15a69a,#123b63)}
.ascb-private-card .ascb-icon-bubble{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,#e9f8f5,#f7fbfb);color:#108f85;box-shadow:0 16px 30px rgba(21,166,154,.14)}
.ascb-private-card h2{font-size:clamp(28px,3vw,44px);line-height:1.3;color:#172843}
.ascb-private-card p{font-size:15px;max-width:780px;margin:18px auto 0;line-height:1.95;color:#607587}
.ascb-private-card .ascb-selection-summary{max-width:880px;margin:26px auto 8px;text-align:start}
.ascb-private-card .ascb-btn{min-height:52px;border-radius:16px;padding-inline:24px}

#secretary-bookings .ascb-workflow-list{grid-template-columns:repeat(auto-fit,minmax(330px,1fr))}
#secretary-bookings .ascb-workflow-list>.ascb-card{padding:22px 22px 20px;border:1px solid #dce8ee;border-radius:24px;background:linear-gradient(180deg,#fff 0%,#fbfdfd 100%);box-shadow:0 16px 38px rgba(18,59,99,.06)}
#secretary-bookings .ascb-workflow-list>.ascb-card h3{margin:0 0 8px;font-size:22px;color:#18304b}
#secretary-bookings .ascb-workflow-list>.ascb-card>p{margin:0 0 16px;color:#718495;font-weight:700}
#secretary-bookings .ascb-workflow-list>.ascb-card label{padding:15px 16px;border:1px solid #dfe8ee;border-radius:18px;background:#f8fbfc;margin-bottom:14px}
#secretary-bookings .ascb-workflow-list>.ascb-card label>span{color:#526577;font-size:12px;font-weight:800}
#secretary-bookings .ascb-workflow-list>.ascb-card input,#secretary-bookings .ascb-workflow-list>.ascb-card select{margin-top:5px!important;min-height:48px;border-radius:14px!important}
#secretary-bookings .ascb-workflow-list>.ascb-card .ascb-btn{min-height:50px;border-radius:16px}
#secretary-bookings .ascb-workflow-list>.ascb-booking-awaiting-reschedule{background:linear-gradient(180deg,#fff8f0,#fff)!important;border-color:#f0dfc7!important}

.ascb-doctor-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(280px,.95fr);gap:24px;align-items:start}
.ascb-doctor-primary,.ascb-doctor-secondary{display:flex;flex-direction:column;gap:24px;min-width:0}
.ascb-doctor-focus,.ascb-doctor-quick-actions,.ascb-doctor-kpis,.ascb-next-session-card,.ascb-postponement-section,.ascb-free-consultations-card{box-shadow:0 18px 42px rgba(18,59,99,.065)}
.ascb-doctor-focus{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:30px;background:linear-gradient(135deg,#f9fcfc,#f2f8fb);border:1px solid #dce8ee;border-radius:28px}
.ascb-eyebrow{display:inline-block;margin-bottom:7px;color:#15a69a;font-size:12px;font-weight:800}
.ascb-doctor-focus h2{margin:0 0 8px;font-size:38px;color:#15253f}
.ascb-doctor-focus p{margin:0;color:#607485;line-height:1.9}
.ascb-doctor-focus-actions{display:flex;flex-wrap:wrap;gap:12px}
.ascb-doctor-quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.ascb-doctor-quick-actions a{padding:20px 18px;border-radius:22px;background:#fff;border:1px solid #dce8ee;text-decoration:none;color:#18324b;display:flex;flex-direction:column;gap:7px;box-shadow:0 12px 30px rgba(18,59,99,.05)}
.ascb-doctor-quick-actions a span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#e8f7f5;color:#109287;font-size:18px;font-weight:900}
.ascb-doctor-quick-actions a b{font-size:16px}
.ascb-doctor-quick-actions a small{color:#6f8394;line-height:1.7}
.ascb-quick-action-primary{background:linear-gradient(135deg,#eef9f7,#fff)!important;border-color:#cfe9e5!important}
.ascb-doctor-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.ascb-next-session-card{position:relative;padding:28px!important;border-radius:28px!important;border:1px solid #dce8ee!important;background:linear-gradient(180deg,#fff,#fbfdfd)!important}
.ascb-next-session-card:before{content:"";position:absolute;inset-inline-start:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#15a69a,#123b63)}
.ascb-next-session-body{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center}
.ascb-session-avatar{width:72px;height:72px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,#e9f8f5,#dff3f0);color:#0e8f85;font-size:28px;font-weight:900;box-shadow:inset 0 0 0 1px rgba(21,166,154,.14)}
.ascb-session-details h3{margin:0 0 8px;font-size:28px;color:#172843}
.ascb-session-details p{margin:0 0 14px;color:#5d7385;font-weight:700}
.ascb-status-row{display:flex;flex-wrap:wrap;gap:10px}
.ascb-status-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:#eaf8f5;color:#0d7f76;font-size:12px;font-weight:800;text-transform:none}
.ascb-status-pill:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;opacity:.9}
.ascb-status-pill.neutral{background:#edf4fb;color:#315c8f}
.ascb-session-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.ascb-session-actions .ascb-btn{min-height:50px;border-radius:16px;padding-inline:20px}
.ascb-timeline{position:relative;display:flex;flex-direction:column;gap:15px;padding-inline-start:8px}
.ascb-timeline:before{content:"";position:absolute;top:6px;bottom:6px;inset-inline-start:68px;width:2px;background:linear-gradient(180deg,#dfe8ee,#edf3f7)}
.ascb-timeline-item{display:grid;grid-template-columns:56px 24px minmax(0,1fr);gap:16px;align-items:start}
.ascb-timeline-item time{display:inline-flex;justify-content:center;align-items:center;min-height:40px;padding:0 8px;border-radius:12px;background:#edf6fb;color:#244b74;font-weight:800}
.ascb-timeline-dot{width:18px;height:18px;border-radius:50%;background:#15a69a;box-shadow:0 0 0 5px rgba(21,166,154,.16);margin-top:11px}
.ascb-timeline-item b{display:block;color:#1c344e;margin-bottom:4px}.ascb-timeline-item small{color:#718390;line-height:1.7}
.ascb-postponement-section{padding:28px!important;border-radius:28px!important}
.ascb-postponement-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px}
.ascb-postponement-card{position:relative;padding:22px;border-radius:24px;border:1px solid #dce8ee;background:linear-gradient(180deg,#fff,#fbfdfd);box-shadow:0 16px 36px rgba(18,59,99,.06)}
.ascb-postponement-card>header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding-bottom:15px;border-bottom:1px solid #edf2f4}
.ascb-postponement-date{display:inline-block;margin-bottom:8px;color:#15a69a;font-size:13px;font-weight:800}
.ascb-postponement-card h3{margin:0 0 6px;font-size:21px;color:#172943}
.ascb-postponement-card header small{color:#708392;line-height:1.7}
.ascb-postponement-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:#eef8f6;color:#109287;font-size:23px;box-shadow:inset 0 0 0 1px rgba(21,166,154,.12)}
.ascb-postponement-card.is-pending{border-color:#cfe9e5;background:linear-gradient(180deg,#f8fdfc,#fff)}
.ascb-postponement-state{margin-top:16px;padding:18px;border-radius:18px;background:#eff8f6;border:1px solid #d5ebe8}
.ascb-postponement-state b{display:block;font-size:17px;color:#124b63;margin-bottom:7px}
.ascb-postponement-state p{margin:0 0 7px;color:#526879;line-height:1.85}
.ascb-postponement-state small{color:#748898;line-height:1.7}
.ascb-postponement-details{margin-top:16px;border:1px solid #dfe8ee;border-radius:20px;background:#fff;overflow:hidden}
.ascb-postponement-details>summary{list-style:none;cursor:pointer;padding:18px 20px;font-size:18px;font-weight:800;color:#1f4a73;display:flex;align-items:center;justify-content:space-between;gap:14px}
.ascb-postponement-details>summary::-webkit-details-marker{display:none}
.ascb-postponement-details>summary:after{content:"＋";font-size:28px;line-height:1;color:#3d648d;transition:transform .18s ease}
.ascb-postponement-details[open]>summary{background:#f8fbfd;border-bottom:1px solid #edf2f4}
.ascb-postponement-details[open]>summary:after{content:"−"}
.ascb-postponement-details form{padding:20px}
.ascb-postponement-details label{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:18px;border:1px solid #dfe8ee;background:#f9fbfc;margin-bottom:14px}
.ascb-postponement-details label>span{font-size:13px;font-weight:800;color:#314c63}
.ascb-postponement-details textarea{min-height:150px;border-radius:16px!important;line-height:1.85}
.ascb-postponement-warning{display:flex;align-items:flex-start;gap:11px;padding:16px;border-radius:18px;background:#fff7e7;border:1px solid #f1ddba;color:#7a5d1e;margin-bottom:14px}
.ascb-postponement-warning span{width:30px;height:30px;flex:0 0 30px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#c48a1d;font-weight:900;box-shadow:0 6px 14px rgba(196,138,29,.13)}
.ascb-postponement-warning small{display:block;line-height:1.8;color:#7a5d1e;font-weight:700}
.ascb-postponement-details .ascb-btn-warning{width:100%;min-height:56px;border-radius:16px;font-size:15px;box-shadow:0 14px 26px rgba(224,156,45,.24)!important}

@media(max-width:1080px){.ascb-doctor-grid{grid-template-columns:1fr}.ascb-doctor-quick-actions,.ascb-doctor-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.ascb-next-session-body{grid-template-columns:auto minmax(0,1fr)}.ascb-session-actions{grid-column:1/-1;justify-content:flex-start}}
@media(max-width:900px){.ascb-consult-contact-grid,.ascb-consult-request-actions{grid-template-columns:1fr}.ascb-booking-form .ascb-time-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ascb-secretary-free-list{grid-template-columns:1fr}.ascb-free-session-footer,.ascb-free-confirm-wrap{grid-template-columns:1fr!important}.ascb-free-confirm-wrap>.ascb-inline-danger-form,.ascb-free-session-footer>.ascb-inline-danger-form{width:100%}.ascb-free-confirm-wrap>.ascb-inline-danger-form .ascb-btn,.ascb-free-session-footer>.ascb-inline-danger-form .ascb-btn{width:100%}.ascb-doctor-focus{flex-direction:column;align-items:flex-start}.ascb-doctor-focus h2{font-size:30px}.ascb-doctor-quick-actions,.ascb-doctor-kpis{grid-template-columns:1fr}.ascb-next-session-body{grid-template-columns:1fr}.ascb-session-avatar{width:64px;height:64px;font-size:24px}.ascb-session-details h3{font-size:24px}.ascb-timeline:before{inset-inline-start:59px}.ascb-postponement-list{grid-template-columns:1fr}}
@media(max-width:640px){.ascb-private-card{padding:30px 22px!important}.ascb-private-card h2{font-size:24px}.ascb-booking-form .ascb-check{align-items:flex-start!important}.ascb-timeline-item{grid-template-columns:48px 20px minmax(0,1fr)}.ascb-timeline:before{inset-inline-start:52px}.ascb-postponement-details>summary{font-size:16px;padding:16px}.ascb-postponement-details form{padding:16px}}


/* v1.7.5 — final UI alignment after visual QA */
.ascb-app .ascb-free-request-form .ascb-form-footer>.ascb-btn,
.ascb-app .ascb-free-request-form .ascb-form-footer>.ascb-btn:hover,
.ascb-app .ascb-free-request-form .ascb-form-footer>.ascb-btn:focus{background:linear-gradient(135deg,#15a69a,#0e8e85)!important;border:1px solid #0e8e85!important;color:#fff!important;box-shadow:0 14px 28px rgba(21,166,154,.20)!important}
.ascb-share-panel-head>div{min-width:0}.ascb-share-panel-head b{display:block!important;margin:0 0 6px!important;font-size:18px;line-height:1.45;color:#0f6d67}.ascb-share-panel-head small{display:block!important;line-height:1.8;color:#62798a;font-size:13px}.ascb-share-panel{padding:24px!important}
.ascb-free-session-card{overflow:hidden!important}.ascb-free-session-card:before{inset:0 0 auto 0!important;height:4px!important;border-radius:26px 26px 0 0}.ascb-free-session-footer{grid-template-columns:minmax(0,1fr) 150px!important}.ascb-free-session-footer .ascb-free-session-submit{background:linear-gradient(135deg,#15a69a,#0f9388)!important;color:#fff!important;border:1px solid #0f9388!important}.ascb-free-confirm-wrap{grid-template-columns:minmax(0,1fr) 150px!important}.ascb-free-confirm-wrap>.ascb-form{display:grid!important;grid-template-columns:1fr;gap:14px;align-items:stretch}.ascb-free-confirm-wrap>.ascb-form>.ascb-free-session-link-field{margin:0!important}.ascb-free-confirm-wrap>.ascb-form>.ascb-free-session-submit{width:100%;min-height:56px;color:#fff!important;border:1px solid #0f9388!important}.ascb-free-confirm-wrap>.ascb-inline-danger-form{align-self:end;width:150px}.ascb-free-confirm-wrap>.ascb-inline-danger-form .ascb-btn{width:100%;min-height:56px}.ascb-free-session-footer>.ascb-inline-danger-form{width:150px}.ascb-free-session-footer>.ascb-inline-danger-form .ascb-btn{width:100%}
.ascb-booking-form .ascb-time-grid button{color:#123b63!important;border:1px solid #d3e0e7!important;background:#fff!important}.ascb-booking-form .ascb-time-grid button:hover:not(.selected){color:#10283e!important;background:#eef5f9!important;border-color:#9fbfd5!important}.ascb-booking-form .ascb-time-grid button.selected,.ascb-booking-form .ascb-time-grid button.selected:hover{background:linear-gradient(135deg,#123b63,#195b86)!important;border-color:#123b63!important;color:#fff!important}
.ascb-booking-form .ascb-step-actions .ascb-btn:not(:disabled),.ascb-booking-form .ascb-step-actions .ascb-btn:not(:disabled):hover,.ascb-booking-form .ascb-step-actions .ascb-btn:not(:disabled):focus{background:linear-gradient(135deg,#15a69a,#0f8f86)!important;border:1px solid #0f8f86!important;color:#fff!important;box-shadow:0 14px 26px rgba(21,166,154,.20)!important}.ascb-booking-form .ascb-step-actions .ascb-next:not(:disabled){background:linear-gradient(135deg,#123b63,#195987)!important;border-color:#123b63!important;color:#fff!important;box-shadow:0 14px 26px rgba(18,59,99,.20)!important}.ascb-booking-form .ascb-step-actions .ascb-btn:disabled{background:#dbe6ec!important;border:1px solid #d0dce3!important;color:#8394a2!important;box-shadow:none!important}.ascb-booking-form .ascb-link-btn[data-prev],.ascb-booking-form .ascb-link-btn[data-prev]:hover,.ascb-booking-form .ascb-link-btn[data-prev]:focus{background:#fff!important;border:1px solid #cfdde5!important;color:#123b63!important;box-shadow:0 7px 16px rgba(18,59,99,.05)!important}.ascb-booking-form .ascb-check{background:#f9fcfd!important;border-color:#d7e4e9!important}
#secretary-bookings .ascb-workflow-list{grid-template-columns:repeat(auto-fit,minmax(360px,1fr))!important}.ascb-session-management-card{padding:0!important;overflow:hidden!important;border-radius:24px!important}.ascb-session-management-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:22px 22px 17px;border-bottom:1px solid #edf2f4;background:linear-gradient(180deg,#fff,#fbfdfd)}.ascb-session-management-head h3{margin:0 0 6px!important;font-size:22px!important}.ascb-session-management-head p{margin:0!important;color:#5e7385!important;font-weight:800!important;direction:ltr}.ascb-session-management-status{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:#e9f8f4;color:#0e7d74;border:1px solid #d0ebe6;font-size:12px;font-weight:900;white-space:nowrap}.ascb-session-management-status:before{content:"";width:8px;height:8px;border-radius:50%;background:#15a69a}.ascb-session-management-fields{display:grid;gap:14px;padding:18px 22px}.ascb-session-management-fields label{margin:0!important;padding:14px 15px!important}.ascb-session-management-fields input,.ascb-session-management-fields select{border:1px solid #cedbe3!important;background:#fff!important;color:#17324a!important;box-shadow:inset 0 1px 0 #fff!important}.ascb-session-management-fields input:focus,.ascb-session-management-fields select:focus{border-color:#15a69a!important;box-shadow:0 0 0 4px rgba(21,166,154,.10)!important}.ascb-session-management-actions{display:flex;justify-content:flex-start;padding:0 22px 22px}.ascb-session-management-actions .ascb-btn{min-width:170px;background:linear-gradient(135deg,#15a69a,#0f8f86)!important;color:#fff!important;border:1px solid #0f8f86!important;box-shadow:0 12px 24px rgba(21,166,154,.18)!important}
@media(max-width:900px){.ascb-free-session-footer,.ascb-free-confirm-wrap{grid-template-columns:1fr!important}.ascb-free-session-footer>.ascb-inline-danger-form,.ascb-free-confirm-wrap>.ascb-inline-danger-form{width:100%!important}.ascb-free-session-footer>.ascb-inline-danger-form .ascb-btn,.ascb-free-confirm-wrap>.ascb-inline-danger-form .ascb-btn{width:100%!important}.ascb-session-management-head{flex-direction:column}.ascb-session-management-status{align-self:flex-start}}

/* v1.7.7 — friendly existing-contact notice on free consultation form */
.ascb-duplicate-alert{display:grid;grid-template-columns:48px minmax(0,1fr);gap:15px;align-items:start;margin:0 0 18px;padding:18px 20px;border:1px solid #cbdfe8;border-radius:20px;background:linear-gradient(135deg,#f2f8fc,#f8fcfb);box-shadow:0 12px 28px rgba(18,59,99,.055);color:#25425c}.ascb-duplicate-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#e7f5fb,#e7f7f4);color:#146b8b;font-size:19px;font-weight:900;border:1px solid #d1e6ea}.ascb-duplicate-alert b{display:block;margin:2px 0 7px;font-size:17px;color:#153d60}.ascb-duplicate-alert p{margin:0;color:#5d7487;line-height:1.9;font-size:13px}.ascb-duplicate-alert+ .ascb-free-request-form{border-color:#ccdee7!important;box-shadow:0 24px 60px rgba(18,59,99,.1)!important}
@media(max-width:640px){.ascb-duplicate-alert{grid-template-columns:1fr;padding:16px}.ascb-duplicate-icon{width:42px;height:42px}}

/* v1.7.8 — final polish: free-confirm meeting link + secretary session manager */
.ascb-free-confirm-wrap{
  display:flex!important;
  flex-direction:column!important;
  gap:16px!important;
  width:100%;
  margin-top:20px;
  padding:18px;
  border:1px solid #dce8ee;
  border-radius:22px;
  background:linear-gradient(180deg,#fbfdfd 0%,#f7fafc 100%);
  box-shadow:inset 0 1px 0 #fff,0 10px 24px rgba(18,59,99,.045);
}
.ascb-free-confirm-form{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.ascb-free-confirm-form .ascb-free-session-link-field{
  width:100%!important;
  margin:0!important;
  padding:17px 18px!important;
  border:1px solid #d4e2e8!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 20px rgba(18,59,99,.04)!important;
}
.ascb-free-confirm-form .ascb-free-session-link-field>span{
  margin:0 0 8px!important;
  color:#29455e!important;
  font-size:13px!important;
  font-weight:900!important;
}
.ascb-free-confirm-form .ascb-free-session-link-field input{
  width:100%!important;
  min-height:58px!important;
  margin:0!important;
  padding:13px 16px!important;
  border:1px solid #cbdbe4!important;
  border-radius:15px!important;
  background:#f9fcfd!important;
  color:#17324b!important;
  font-size:15px!important;
  font-weight:750!important;
  box-shadow:inset 0 1px 0 #fff!important;
}
.ascb-free-confirm-form .ascb-free-session-link-field input:hover{border-color:#adcbd5!important;background:#fff!important}
.ascb-free-confirm-form .ascb-free-session-link-field input:focus{border-color:#15a69a!important;background:#fff!important;box-shadow:0 0 0 4px rgba(21,166,154,.11)!important}
.ascb-free-confirm-form .ascb-free-session-link-field small{
  display:block;
  margin-top:10px!important;
  color:#6e8293!important;
  line-height:1.75!important;
}
.ascb-free-confirm-actions{
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  gap:12px;
  width:100%;
  padding-top:2px;
}
.ascb-free-confirm-actions>.ascb-free-session-submit{
  width:auto!important;
  min-width:280px!important;
  max-width:100%;
  min-height:56px!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#15a69a,#0d8f86)!important;
  color:#fff!important;
  border:1px solid #0d8f86!important;
  box-shadow:0 14px 28px rgba(21,166,154,.2)!important;
}
.ascb-free-confirm-actions>.ascb-inline-danger-form{
  margin:0!important;
  display:flex!important;
  align-items:stretch;
}
.ascb-free-confirm-actions>.ascb-inline-danger-form .ascb-btn{
  min-width:140px!important;
  min-height:56px!important;
  border-radius:16px!important;
  padding-inline:18px!important;
}

#secretary-bookings .ascb-workflow-list{gap:22px!important}
.ascb-session-management-card{
  position:relative;
  border:1px solid #dce8ee!important;
  background:linear-gradient(180deg,#fff 0%,#fbfdfd 100%)!important;
  box-shadow:0 18px 38px rgba(18,59,99,.065)!important;
}
.ascb-session-management-card:before{
  content:"";
  position:absolute;
  inset-inline-start:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg,#15a69a,#123b63);
  z-index:1;
}
.ascb-session-management-head{
  position:relative;
  z-index:2;
  padding:22px 24px 18px!important;
  background:linear-gradient(135deg,#ffffff 0%,#f7fbfc 100%)!important;
}
.ascb-session-management-head h3{font-size:23px!important;color:#162d47!important;line-height:1.35!important}
.ascb-session-management-head p{display:inline-flex;align-items:center;gap:7px;margin-top:3px!important;color:#637a8d!important;font-size:14px!important}
.ascb-session-management-head p:before{content:"◷";color:#15a69a;font-size:15px}
.ascb-session-management-status{padding:8px 13px!important;border-radius:999px!important;background:#eaf8f5!important;border-color:#cfe9e5!important;color:#0c7f76!important}
.ascb-session-management-fields{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  padding:18px 24px 8px!important;
}
.ascb-session-field{
  display:flex!important;
  flex-direction:column!important;
  gap:9px!important;
  margin:0!important;
  padding:17px!important;
  border:1px solid #dce7ed!important;
  border-radius:19px!important;
  background:linear-gradient(180deg,#f8fbfc,#fbfdfd)!important;
  box-shadow:inset 0 1px 0 #fff!important;
}
.ascb-session-field>span{
  color:#385168!important;
  font-size:12px!important;
  font-weight:900!important;
}
.ascb-session-control{
  position:relative;
  display:flex;
  align-items:center;
  min-width:0;
  min-height:56px;
  border:1px solid #cad9e2;
  border-radius:15px;
  background:#fff;
  overflow:hidden;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.ascb-session-control:focus-within{
  border-color:#15a69a;
  box-shadow:0 0 0 4px rgba(21,166,154,.1),0 10px 22px rgba(18,59,99,.045);
}
.ascb-session-control>i{
  width:50px;
  min-height:54px;
  flex:0 0 50px;
  display:grid;
  place-items:center;
  border-inline-end:1px solid #e0e9ed;
  background:#edf8f6;
  color:#0d8d83;
  font-style:normal;
  font-size:18px;
  font-weight:900;
}
.ascb-session-control input,
.ascb-session-control select{
  width:100%!important;
  min-width:0!important;
  min-height:54px!important;
  margin:0!important;
  padding:12px 15px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#17324b!important;
  font-size:14px!important;
  font-weight:750!important;
  outline:0!important;
  box-shadow:none!important;
}
.ascb-session-control input:focus,.ascb-session-control select:focus{box-shadow:none!important;border:0!important;background:transparent!important}
.ascb-session-control-link input{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.ascb-session-control-select{overflow:visible}
.ascb-session-control-select select{
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  padding-inline-end:42px!important;
  background-image:linear-gradient(45deg,transparent 50%,#5b7388 50%),linear-gradient(135deg,#5b7388 50%,transparent 50%)!important;
  background-position:calc(18px) 24px,calc(13px) 24px!important;
  background-size:5px 5px,5px 5px!important;
  background-repeat:no-repeat!important;
}
[dir="ltr"] .ascb-session-control-select select{
  background-position:calc(100% - 18px) 24px,calc(100% - 13px) 24px!important;
}
.ascb-session-management-actions{
  display:flex!important;
  justify-content:flex-start!important;
  padding:10px 24px 24px!important;
}
.ascb-session-management-actions .ascb-btn{
  min-width:190px!important;
  min-height:54px!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#15a69a,#0d8e85)!important;
  color:#fff!important;
  border:1px solid #0d8e85!important;
  box-shadow:0 14px 26px rgba(21,166,154,.19)!important;
}
.ascb-session-management-actions .ascb-btn:hover{transform:translateY(-1px);box-shadow:0 18px 30px rgba(21,166,154,.24)!important}

@media(max-width:700px){
  .ascb-free-confirm-wrap{padding:14px!important}
  .ascb-free-confirm-actions{flex-direction:column}
  .ascb-free-confirm-actions>.ascb-free-session-submit,
  .ascb-free-confirm-actions>.ascb-inline-danger-form,
  .ascb-free-confirm-actions>.ascb-inline-danger-form .ascb-btn{width:100%!important;min-width:0!important}
  .ascb-session-management-fields{padding-inline:16px!important}
  .ascb-session-management-head{padding-inline:18px!important}
  .ascb-session-management-actions{padding-inline:16px!important}
  .ascb-session-management-actions .ascb-btn{width:100%!important}
}

/* Phase 1 recording consent on the private free-session page */
.ascb-recording-consent-card{margin-top:18px}
.ascb-recording-consent-card>p{color:#5e7487;line-height:1.8}
.ascb-recording-consent-form{display:grid;gap:14px;margin-top:16px}
.ascb-recording-consent-form .ascb-check{padding:15px;border:1px solid #d9e6eb;border-radius:15px;background:#f8fbfc}
.ascb-recording-consent-form .ascb-btn{justify-self:start}
@media(max-width:640px){.ascb-recording-consent-form .ascb-btn{width:100%}}

/* v1.8.1 — Phase 1 localization, WhatsApp and public UI polish */
.ascb-share-copy-source{position:fixed!important;inset:auto auto -9999px -9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.ascb-invitation-share-row{grid-template-columns:minmax(0,1fr) auto!important;align-items:stretch!important}
.ascb-share-actions{display:flex;align-items:stretch;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.ascb-share-actions .ascb-btn{min-height:54px!important;margin:0!important}
.ascb-copy-message-btn{background:#f7fbfc!important}
.ascb-whatsapp-btn .ascb-share-action-icon{font-size:15px}

.ascb-app[dir="ltr"] .ascb-section-heading,
.ascb-app[dir="ltr"] .ascb-reschedule-summary,
.ascb-app[dir="ltr"] .ascb-selection-summary{text-align:left}
.ascb-app[dir="rtl"] .ascb-section-heading,
.ascb-app[dir="rtl"] .ascb-reschedule-summary,
.ascb-app[dir="rtl"] .ascb-selection-summary{text-align:right}
.ascb-app[dir="ltr"] .ascb-step-actions{justify-content:flex-end}
.ascb-app[dir="rtl"] .ascb-step-actions{justify-content:flex-start}

.ascb-duplicate-alert{position:relative;overflow:hidden;padding:20px 22px!important;border-color:#c9dfe8!important;background:linear-gradient(135deg,#f6fbfd 0%,#f3faf9 100%)!important}
.ascb-duplicate-alert:before{content:"";position:absolute;inset-block:0;inset-inline-start:0;width:4px;background:linear-gradient(180deg,#2d79a5,#15a69a)}
.ascb-duplicate-alert b{font-size:18px!important}.ascb-duplicate-alert p{font-size:14px!important;line-height:1.9!important}

.ascb-reschedule-private{max-width:1080px!important}
.ascb-reschedule-private>.ascb-reschedule-summary{padding:23px 24px!important;border-radius:22px!important;box-shadow:0 12px 28px rgba(18,59,99,.045)}
.ascb-reschedule-private>.ascb-alert{padding:18px 20px!important;border:1px solid #eed9a4!important;border-radius:18px!important;background:linear-gradient(135deg,#fff7df,#fff3cf)!important;box-shadow:0 10px 22px rgba(158,112,20,.055)}
.ascb-reschedule-private>.ascb-alert b{font-size:15px}.ascb-reschedule-private>.ascb-alert span{line-height:1.8}
.ascb-reschedule-private .ascb-steps{margin:24px 0!important}
.ascb-reschedule-private .ascb-booking-form{padding:32px!important;border-radius:24px!important;box-shadow:0 18px 42px rgba(18,59,99,.065)!important}
.ascb-reschedule-private .ascb-calendar-layout{gap:18px!important}
.ascb-reschedule-private .ascb-selection-summary{padding:19px 20px!important;border-radius:18px!important}
.ascb-reschedule-private .ascb-check{padding:15px 17px!important;border:1px solid #d9e6eb!important;border-radius:15px!important;background:#fbfdfd!important}

.ascb-reschedule-result{max-width:920px!important;padding:48px 52px!important}
.ascb-reschedule-result h2{max-width:760px;margin:20px auto 12px!important;font-size:clamp(28px,3.4vw,42px)!important;line-height:1.35!important}
.ascb-reschedule-result .ascb-reschedule-comparison{max-width:820px;margin:28px auto 16px!important}
.ascb-reschedule-result .ascb-reschedule-comparison>div{padding:20px!important;border-radius:18px!important}
.ascb-reschedule-result .ascb-reschedule-comparison b{font-size:16px!important;direction:ltr;unicode-bidi:plaintext}
.ascb-reschedule-result>p{max-width:760px!important}
.ascb-reschedule-result.is-pending .ascb-icon-bubble{background:linear-gradient(135deg,#edf3fb,#f8fbff)!important;color:#315f91!important}
.ascb-reschedule-result.is-confirmed .ascb-icon-bubble{background:linear-gradient(135deg,#e8f8f4,#f7fdfb)!important;color:#0d8b80!important}

.ascb-calendar-head button:focus-visible,.ascb-time-grid button:focus-visible,.ascb-language button:focus-visible,.ascb-link-btn:focus-visible{outline:3px solid rgba(21,166,154,.25)!important;outline-offset:2px!important}

@media(max-width:900px){
  .ascb-invitation-share-row{grid-template-columns:1fr!important}
  .ascb-share-actions{justify-content:stretch}.ascb-share-actions .ascb-btn{flex:1 1 180px}
}
@media(max-width:640px){
  .ascb-share-actions{flex-direction:column}.ascb-share-actions .ascb-btn{width:100%!important;flex:auto}
  .ascb-reschedule-private .ascb-booking-form{padding:20px!important}
  .ascb-reschedule-result{padding:32px 22px!important}
}

/* v2.0.0 — Phase 2A paid public booking foundation */
.ascb-app .ascb-paid-eligibility{margin:2px 0 18px;padding:13px 15px;border-radius:13px;font-size:13px;line-height:1.8;font-weight:700;border:1px solid transparent}
.ascb-app .ascb-paid-eligibility.is-checking{background:#f4f8fb;border-color:#dfe9f0;color:#566b7d}
.ascb-app .ascb-paid-eligibility.is-eligible{background:#eaf8f4;border-color:#ccebe2;color:#08765d}
.ascb-app .ascb-paid-eligibility.is-blocked{background:#fff0f0;border-color:#f2caca;color:#a33030}
.ascb-app .ascb-paid-eligibility.is-unknown{background:#fff8e8;border-color:#f0dfae;color:#7b5a05}
.ascb-app .ascb-paid-payment-info{margin:24px 0 20px;padding:20px;border:1px solid #dbe8ee;border-radius:17px;background:linear-gradient(180deg,#fbfefe,#f6fafb)}
.ascb-app .ascb-paid-payment-heading{display:flex;align-items:flex-start;gap:13px;margin-bottom:14px}
.ascb-app .ascb-paid-payment-heading>span{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:11px;background:#e7f6f3;color:#0b8f84;font-size:20px;font-weight:900}
.ascb-app .ascb-paid-payment-heading b,.ascb-app .ascb-paid-payment-heading small{display:block}
.ascb-app .ascb-paid-payment-heading b{font-size:16px;color:#18324a}
.ascb-app .ascb-paid-payment-heading small{margin-top:5px;color:#6f7f8d;line-height:1.7;font-weight:500}
.ascb-app .ascb-paid-payment-note{margin:0 0 14px;padding:13px 14px;border-radius:12px;background:#fff;border:1px solid #e4ecef;color:#42596c;line-height:1.85}
.ascb-app .ascb-paid-payment-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ascb-app .ascb-paid-payment-methods article{padding:15px;border:1px solid #dce7eb;border-radius:13px;background:#fff}
.ascb-app .ascb-paid-payment-methods article b{display:block;margin-bottom:7px;color:#123b63;font-size:14px}
.ascb-app .ascb-paid-payment-methods article p{margin:0;color:#536879;line-height:1.85;white-space:normal;overflow-wrap:anywhere}
.ascb-app .ascb-paid-payment-info .ascb-alert{margin:0}
@media(max-width:700px){.ascb-app .ascb-paid-payment-methods{grid-template-columns:1fr}.ascb-app .ascb-paid-payment-info{padding:16px}.ascb-app .ascb-paid-payment-heading{gap:10px}}

/* v2.0.1 — Phase 2A refinement: free-history reuse + paid-mode availability */
.ascb-app .ascb-single-mode-notice{display:flex;align-items:center;gap:13px;margin:0 0 18px;padding:16px 18px;border:1px solid #cfe8e3;border-radius:16px;background:linear-gradient(135deg,#f2fbf9,#f8fcfd);box-shadow:0 10px 28px rgba(18,59,99,.045)}
.ascb-app .ascb-single-mode-notice>span{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:13px;background:#dff3ef;color:#0b8e82;font-size:20px;font-weight:900}
.ascb-app .ascb-single-mode-notice b,.ascb-app .ascb-single-mode-notice small{display:block}
.ascb-app .ascb-single-mode-notice b{color:#123b63;font-size:15px}
.ascb-app .ascb-single-mode-notice small{margin-top:4px;color:#698091;line-height:1.7}
.ascb-app .ascb-paid-public-booking.is-single-mode .ascb-steps{max-width:560px;margin-inline:auto}
.ascb-app .ascb-paid-eligibility.is-eligible{position:relative;padding-inline-start:48px}
.ascb-app .ascb-paid-eligibility.is-eligible:before{content:"✓";position:absolute;inset-inline-start:15px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:#ccebe2;color:#08765d;font-weight:900}
@media(max-width:700px){.ascb-app .ascb-single-mode-notice{padding:14px}.ascb-app .ascb-single-mode-notice>span{width:38px;height:38px;flex-basis:38px}}

/* v2.0.3 — Phase 2A checkout UI polish: scoped paid form + structured payment cards */
.ascb-app .ascb-paid-public-booking .ascb-paid-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:4px}
.ascb-app .ascb-paid-public-booking .ascb-paid-field{display:flex!important;flex-direction:column!important;gap:8px!important;margin:0 0 18px!important;color:#263e52;font-size:13px;font-weight:800}
.ascb-app .ascb-paid-public-booking .ascb-paid-fields-grid .ascb-paid-field{margin-bottom:0!important}
.ascb-app .ascb-paid-public-booking .ascb-paid-field>span{display:block;color:#263e52;font-size:13px;line-height:1.6}
.ascb-app .ascb-paid-public-booking .ascb-paid-field>span em,.ascb-app .ascb-paid-public-booking .ascb-paid-upload-copy b em{color:#c84646;font-style:normal}
.ascb-app .ascb-paid-public-booking .ascb-paid-field input.ascb-paid-control,
.ascb-app .ascb-paid-public-booking .ascb-paid-field input[type="text"].ascb-paid-control,
.ascb-app .ascb-paid-public-booking .ascb-paid-field input[type="email"].ascb-paid-control,
.ascb-app .ascb-paid-public-booking .ascb-paid-field input[type="tel"].ascb-paid-control,
.ascb-app .ascb-paid-public-booking .ascb-paid-field select.ascb-paid-control{
  box-sizing:border-box!important;width:100%!important;height:54px!important;min-height:54px!important;max-height:54px!important;margin:0!important;padding:11px 15px!important;border:1px solid #cedbe3!important;border-radius:14px!important;-webkit-border-radius:14px!important;background:#fbfdfe!important;color:#17324a!important;box-shadow:inset 0 1px 2px rgba(18,59,99,.025)!important;outline:0!important;font:inherit!important;font-weight:650!important;line-height:30px!important;clip-path:inset(0 round 14px);transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease!important
}
.ascb-app .ascb-paid-public-booking .ascb-paid-field select.ascb-paid-control{cursor:pointer;padding-inline-end:38px!important}
.ascb-app .ascb-paid-public-booking .ascb-paid-field textarea.ascb-paid-control{box-sizing:border-box!important;width:100%!important;min-height:128px!important;margin:0!important;padding:15px 16px!important;border:1px solid #cedbe3!important;border-radius:15px!important;background:#fbfdfe!important;color:#17324a!important;box-shadow:inset 0 1px 2px rgba(18,59,99,.025)!important;outline:0!important;font:inherit!important;line-height:1.85!important;resize:vertical;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease!important}
.ascb-app .ascb-paid-public-booking .ascb-paid-field input.ascb-paid-control:hover,
.ascb-app .ascb-paid-public-booking .ascb-paid-field select.ascb-paid-control:hover,
.ascb-app .ascb-paid-public-booking .ascb-paid-field textarea.ascb-paid-control:hover{border-color:#abc4d1!important;background:#fff!important}
.ascb-app .ascb-paid-public-booking .ascb-paid-field input.ascb-paid-control:focus,
.ascb-app .ascb-paid-public-booking .ascb-paid-field select.ascb-paid-control:focus,
.ascb-app .ascb-paid-public-booking .ascb-paid-field textarea.ascb-paid-control:focus{border-color:#15a69a!important;background:#fff!important;box-shadow:0 0 0 4px rgba(21,166,154,.11)!important}
.ascb-app .ascb-paid-public-booking .ascb-paid-field input[dir="ltr"].ascb-paid-control{text-align:left!important;direction:ltr!important}
.ascb-app .ascb-paid-public-booking .ascb-paid-field-wide{margin-top:16px!important}
.ascb-app .ascb-paid-public-booking .ascb-paid-eligibility{margin-top:16px}

.ascb-app .ascb-paid-public-booking .ascb-paid-payment-info{padding:22px!important;border-radius:20px!important;background:linear-gradient(180deg,#fbfefe 0%,#f5fafb 100%)!important;box-shadow:0 10px 28px rgba(18,59,99,.035)}
.ascb-app .ascb-paid-public-booking .ascb-paid-amount-card{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 14px;padding:16px 18px;border:1px solid #cfe8e3;border-radius:15px;background:linear-gradient(135deg,#edf9f6,#f8fcfb)}
.ascb-app .ascb-paid-public-booking .ascb-paid-amount-card span,.ascb-app .ascb-paid-public-booking .ascb-paid-amount-card small{display:block}
.ascb-app .ascb-paid-public-booking .ascb-paid-amount-card span{color:#27495f;font-size:13px;font-weight:900}
.ascb-app .ascb-paid-public-booking .ascb-paid-amount-card small{margin-top:4px;color:#778a98;font-size:11px;font-weight:600}
.ascb-app .ascb-paid-public-booking .ascb-paid-amount-card strong{display:flex;align-items:baseline;gap:7px;white-space:nowrap;color:#0b766e}
.ascb-app .ascb-paid-public-booking .ascb-paid-amount-card strong b{font-size:25px;line-height:1;font-weight:950;color:#123b63}
.ascb-app .ascb-paid-public-booking .ascb-paid-amount-card strong em{font-size:12px;font-style:normal;font-weight:900;color:#0f877d}
.ascb-app .ascb-paid-public-booking .ascb-paid-payment-note{border-color:#dce8ec!important;background:#fff!important;box-shadow:0 5px 15px rgba(18,59,99,.025)}
.ascb-app .ascb-paid-public-booking .ascb-paid-payment-methods{gap:14px!important}
.ascb-app .ascb-paid-public-booking .ascb-paid-payment-methods.is-single-method{grid-template-columns:1fr!important}
.ascb-app .ascb-paid-public-booking .ascb-paid-payment-method{overflow:hidden;padding:0!important;border:1px solid #d9e6ea!important;border-radius:16px!important;background:#fff!important;box-shadow:0 8px 22px rgba(18,59,99,.035)}
.ascb-app .ascb-paid-public-booking .ascb-paid-payment-method.is-zaincash{border-color:#c8e8e0!important}
.ascb-app .ascb-paid-public-booking .ascb-paid-method-head{display:grid;grid-template-columns:40px minmax(0,1fr);gap:11px;align-items:center;padding:14px 15px;border-bottom:1px solid #e9eff2;background:linear-gradient(135deg,#f7fbfb,#fbfdfd)}
.ascb-app .ascb-paid-public-booking .ascb-paid-method-head>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#e6f5f2;color:#0b887d;font-size:17px;font-weight:950}
.ascb-app .ascb-paid-public-booking .ascb-paid-method-head b,.ascb-app .ascb-paid-public-booking .ascb-paid-method-head small{display:block;margin:0!important}
.ascb-app .ascb-paid-public-booking .ascb-paid-method-head b{color:#123b63!important;font-size:14px!important}
.ascb-app .ascb-paid-public-booking .ascb-paid-method-head small{margin-top:3px!important;color:#83929d;font-size:10px;font-weight:600}
.ascb-app .ascb-paid-public-booking .ascb-paid-method-row{display:grid;grid-template-columns:minmax(105px,.8fr) minmax(0,1.5fr);gap:10px;align-items:center;padding:12px 15px;border-bottom:1px solid #edf2f4}
.ascb-app .ascb-paid-public-booking .ascb-paid-method-row>span{color:#758895;font-size:11px;font-weight:750}
.ascb-app .ascb-paid-public-booking .ascb-paid-method-row>div{display:flex;align-items:center;justify-content:flex-end;gap:9px;min-width:0}
.ascb-app .ascb-paid-public-booking .ascb-paid-method-row strong{min-width:0;color:#213f55;font-size:13px;font-weight:900;overflow-wrap:anywhere;text-align:start}
.ascb-app .ascb-paid-public-booking .ascb-paid-copy{flex:0 0 auto;min-height:30px;padding:6px 10px;border:1px solid #cfe1e6;border-radius:9px;background:#f4faf9;color:#0b7c72;font-size:10px;font-weight:900;cursor:pointer;transition:.16s ease}
.ascb-app .ascb-paid-public-booking .ascb-paid-copy:hover,.ascb-app .ascb-paid-public-booking .ascb-paid-copy:focus-visible{border-color:#15a69a;background:#eaf8f5;outline:0;box-shadow:0 0 0 3px rgba(21,166,154,.1)}
.ascb-app .ascb-paid-public-booking .ascb-paid-copy.is-copied{background:#0d8b80;border-color:#0d8b80;color:#fff}
.ascb-app .ascb-paid-public-booking .ascb-paid-method-note{margin:0!important;padding:13px 15px!important;border:0!important;border-radius:0!important;background:#fbfdfd!important;color:#596f7e!important;font-size:11px;line-height:1.85!important;white-space:normal;overflow-wrap:anywhere}
.ascb-app .ascb-paid-public-booking .ascb-paid-method-empty{margin:0!important;padding:13px 15px!important;background:#fff8e8;color:#7b5a05;font-size:11px;line-height:1.75}

.ascb-app .ascb-paid-public-booking .ascb-paid-receipt{display:grid!important;grid-template-columns:46px minmax(0,1fr) auto;align-items:center!important;gap:14px!important;padding:17px 18px!important;border:1.5px dashed #b8ccd6!important;border-radius:17px!important;background:#fbfdfe!important;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease!important}
.ascb-app .ascb-paid-public-booking .ascb-paid-receipt:hover{border-color:#8dbeb8!important;background:#f8fcfb!important}
.ascb-app .ascb-paid-public-booking .ascb-paid-receipt.is-has-file{border-style:solid!important;border-color:#8fd0c7!important;background:#effaf7!important;box-shadow:0 8px 20px rgba(21,166,154,.06)}
.ascb-app .ascb-paid-public-booking .ascb-paid-upload-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#e7f5f3;color:#0c8a80;font-size:20px;font-weight:950}
.ascb-app .ascb-paid-public-booking .ascb-paid-upload-copy b,.ascb-app .ascb-paid-public-booking .ascb-paid-upload-copy small{display:block}
.ascb-app .ascb-paid-public-booking .ascb-paid-upload-copy b{color:#24455b;font-size:13px}
.ascb-app .ascb-paid-public-booking .ascb-paid-upload-copy small{margin-top:4px;color:#81919c;font-size:10px;line-height:1.6}
.ascb-app .ascb-paid-public-booking .ascb-paid-receipt .ascb-file-picker{max-width:330px;justify-content:flex-end!important}
.ascb-app .ascb-paid-public-booking .ascb-paid-receipt .ascb-file-picker>span{padding:9px 13px!important;border-radius:10px!important;white-space:nowrap;background:#123b63!important;box-shadow:0 7px 16px rgba(18,59,99,.1)}
.ascb-app .ascb-paid-public-booking .ascb-paid-receipt .ascb-file-picker em{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#748692;font-size:10px}
.ascb-app .ascb-paid-public-booking .ascb-paid-rules{margin-top:2px!important}
.ascb-app .ascb-paid-public-booking .ascb-step-actions [data-ascb-paid-submit]{min-width:190px;min-height:52px;border-radius:14px!important}

@media(max-width:800px){
  .ascb-app .ascb-paid-public-booking .ascb-paid-fields-grid{grid-template-columns:1fr;gap:14px}
  .ascb-app .ascb-paid-public-booking .ascb-paid-field input.ascb-paid-control,.ascb-app .ascb-paid-public-booking .ascb-paid-field select.ascb-paid-control{height:52px!important;min-height:52px!important;max-height:52px!important}
  .ascb-app .ascb-paid-public-booking .ascb-paid-receipt{grid-template-columns:42px minmax(0,1fr)!important}
  .ascb-app .ascb-paid-public-booking .ascb-paid-receipt .ascb-file-picker{grid-column:1/-1;width:100%;max-width:none;justify-content:flex-start!important;padding-top:4px}
  .ascb-app .ascb-paid-public-booking .ascb-paid-receipt .ascb-file-picker em{max-width:none;white-space:normal}
}
@media(max-width:560px){
  .ascb-app .ascb-paid-public-booking .ascb-paid-payment-info{padding:16px!important}
  .ascb-app .ascb-paid-public-booking .ascb-paid-amount-card{align-items:flex-start;flex-direction:column;gap:10px}
  .ascb-app .ascb-paid-public-booking .ascb-paid-method-row{grid-template-columns:1fr;gap:6px}
  .ascb-app .ascb-paid-public-booking .ascb-paid-method-row>div{justify-content:space-between}
  .ascb-app .ascb-paid-public-booking .ascb-step-actions [data-ascb-paid-submit]{width:100%;min-width:0}
}

/* v2.0.5 — Secretary paid-payment review polish. Strictly scoped to the plugin dashboard. */
.ascb-app.ascb-dashboard-pro #secretary-payments.ascb-payment-review-section{overflow:hidden!important;border:1px solid #dbe8ec!important;background:linear-gradient(180deg,#fff 0%,#fbfdfd 100%)!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-card-heading{align-items:center!important;padding-bottom:19px!important;margin-bottom:22px!important;border-bottom:1px solid #e8eff2!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-card-heading p{max-width:720px!important;margin-top:7px!important;line-height:1.75!important;color:#738493!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-count{display:grid!important;place-items:center!important;min-width:42px!important;height:42px!important;padding:0 12px!important;border-radius:14px!important;background:#eaf7f5!important;color:#0b7d73!important;border:1px solid #d4ece8!important;font-size:14px!important;font-weight:900!important;letter-spacing:0!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-list{display:grid!important;gap:18px!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-card{position:relative!important;overflow:hidden!important;padding:0!important;border:1px solid #d9e7eb!important;border-radius:24px!important;background:#fff!important;box-shadow:0 16px 38px rgba(18,59,99,.065)!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-card:before{content:""!important;position:absolute!important;top:0!important;inset-inline:0!important;height:4px!important;background:linear-gradient(90deg,#19aa9d 0%,#2f8ea7 52%,#123b63 100%)!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-head{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;padding:25px 26px 20px!important;background:linear-gradient(135deg,#ffffff 0%,#fbfefe 65%,#f0faf8 100%)!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-patient{display:flex!important;align-items:center!important;gap:14px!important;min-width:0!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-avatar{display:grid!important;place-items:center!important;flex:0 0 52px!important;width:52px!important;height:52px!important;border-radius:17px!important;background:linear-gradient(145deg,#dff5f1,#edf9f8)!important;border:1px solid #d2ebe7!important;color:#137f76!important;font-size:20px!important;font-weight:900!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-card-eyebrow{display:block!important;margin-bottom:4px!important;color:#15978d!important;font-size:10px!important;font-weight:900!important;letter-spacing:.06em!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-patient h3{margin:0!important;color:#17324c!important;font-size:20px!important;line-height:1.35!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-patient p{margin:5px 0 0!important;color:#7a8b98!important;font-size:11px!important;font-weight:600!important;direction:ltr!important;text-align:start!important;overflow-wrap:anywhere!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-status-pill{display:inline-flex!important;align-items:center!important;gap:7px!important;white-space:nowrap!important;padding:8px 11px!important;border-radius:999px!important;background:#fff6df!important;border:1px solid #f0dfad!important;color:#8a6515!important;font-size:11px!important;font-weight:900!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-status-pill i{display:block!important;width:7px!important;height:7px!important;border-radius:50%!important;background:#dfa51f!important;box-shadow:0 0 0 4px rgba(223,165,31,.12)!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-summary-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;padding:0 26px 20px!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-summary-grid>div{min-height:76px!important;padding:13px 15px!important;border:1px solid #e3ecef!important;border-radius:15px!important;background:#f8fbfc!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-summary-grid span{display:block!important;margin-bottom:6px!important;color:#81909b!important;font-size:10px!important;font-weight:800!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-summary-grid b{display:block!important;color:#1a3851!important;font-size:13px!important;line-height:1.55!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-receipt-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin:0 26px 20px!important;padding:15px 16px!important;border:1px solid #dce9ed!important;border-radius:17px!important;background:linear-gradient(135deg,#f7fbfc,#f3faf8)!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-receipt-row>div{display:flex!important;align-items:center!important;gap:11px!important;min-width:0!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-receipt-icon{display:grid!important;place-items:center!important;flex:0 0 40px!important;width:40px!important;height:40px!important;border-radius:12px!important;background:#e5f5f2!important;color:#12877d!important;font-size:20px!important;font-weight:900!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-receipt-row b{display:block!important;color:#24435a!important;font-size:12px!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-receipt-row small{display:block!important;margin-top:4px!important;color:#80909d!important;font-size:10px!important;line-height:1.55!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-receipt-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex:0 0 auto!important;min-height:42px!important;padding:9px 14px!important;border:1px solid #cfdfe5!important;border-radius:12px!important;background:#fff!important;color:#173e5f!important;text-decoration:none!important;font-size:11px!important;font-weight:900!important;box-shadow:0 6px 14px rgba(18,59,99,.055)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-receipt-btn:hover{background:#f8fbfc!important;color:#0e516c!important;border-color:#a9ced4!important;transform:translateY(-1px)!important;box-shadow:0 10px 20px rgba(18,59,99,.08)!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-receipt-missing{padding:8px 11px!important;border-radius:10px!important;background:#f3f5f6!important;color:#7d8a94!important;font-size:10px!important;font-weight:800!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-form{display:grid!important;gap:14px!important;margin:0!important;padding:20px 26px 25px!important;border-top:1px solid #e6eef1!important;background:#f8fbfc!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-field{display:flex!important;flex-direction:column!important;gap:7px!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;color:#314d62!important;font-size:11px!important;font-weight:800!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-field>span{color:#385469!important;font-size:11px!important;font-weight:900!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-control{position:relative!important;display:flex!important;align-items:center!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-control i{position:absolute!important;inset-inline-start:14px!important;z-index:1!important;color:#1b8d83!important;font-size:15px!important;font-style:normal!important;pointer-events:none!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-control input{width:100%!important;min-height:49px!important;margin:0!important;padding:12px 43px 12px 14px!important;border:1px solid #ccdce3!important;border-radius:14px!important;background:#fff!important;color:#17324c!important;box-shadow:none!important;outline:0!important;font:inherit!important;direction:ltr!important;text-align:left!important;transition:border-color .18s ease,box-shadow .18s ease!important}
.ascb-app.ascb-dashboard-pro[dir="ltr"] #secretary-payments .ascb-payment-review-control input{padding:12px 14px 12px 43px!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-control input:focus{border-color:#18a599!important;box-shadow:0 0 0 4px rgba(21,166,154,.10)!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-field textarea{width:100%!important;min-height:105px!important;margin:0!important;padding:13px 14px!important;border:1px solid #ccdce3!important;border-radius:14px!important;background:#fff!important;color:#17324c!important;box-shadow:none!important;outline:0!important;font:inherit!important;resize:vertical!important;transition:border-color .18s ease,box-shadow .18s ease!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-field textarea:focus{border-color:#18a599!important;box-shadow:0 0 0 4px rgba(21,166,154,.10)!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-field small{color:#81909b!important;font-size:10px!important;font-weight:500!important;line-height:1.6!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-actions{display:grid!important;grid-template-columns:minmax(0,1.5fr) minmax(0,.85fr)!important;gap:10px!important;margin-top:2px!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-action{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;min-height:50px!important;margin:0!important;padding:11px 18px!important;border-radius:14px!important;font:inherit!important;font-size:12px!important;font-weight:900!important;cursor:pointer!important;text-decoration:none!important;appearance:none!important;-webkit-appearance:none!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-action span{display:grid!important;place-items:center!important;width:24px!important;height:24px!important;border-radius:8px!important;font-size:14px!important;font-weight:900!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-approve{background:linear-gradient(135deg,#19aa9d,#128f86)!important;color:#fff!important;border:1px solid #128f86!important;box-shadow:0 10px 22px rgba(18,143,134,.18)!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-approve span{background:rgba(255,255,255,.16)!important;color:#fff!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-approve:hover,.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-approve:focus-visible{background:linear-gradient(135deg,#128f86,#0d756f)!important;color:#fff!important;border-color:#0d756f!important;filter:none!important;transform:translateY(-1px)!important;box-shadow:0 14px 28px rgba(13,117,111,.24)!important;outline:0!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-reject{background:#fff!important;color:#7d3741!important;border:1px solid #e4cdd1!important;box-shadow:0 7px 16px rgba(74,38,43,.04)!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-reject span{background:#f8ecee!important;color:#a54653!important}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-reject:hover,.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-reject:focus-visible{background:#fbf4f5!important;color:#86343f!important;border-color:#d9afb5!important;filter:none!important;transform:translateY(-1px)!important;box-shadow:0 11px 22px rgba(119,50,60,.09)!important;outline:0!important}
@media(max-width:760px){.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-head{align-items:flex-start!important;flex-direction:column!important;padding:22px 19px 17px!important}.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-status-pill{align-self:flex-start!important}.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-summary-grid{grid-template-columns:1fr!important;padding:0 19px 17px!important}.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-receipt-row{align-items:stretch!important;flex-direction:column!important;margin:0 19px 17px!important}.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-receipt-btn{width:100%!important}.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-form{padding:18px 19px 21px!important}.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-review-actions{grid-template-columns:1fr!important}.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-action{width:100%!important}.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-patient{align-items:flex-start!important}.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-patient p{max-width:230px!important}}

/* v2.0.6 — Secretary dashboard UI polish: payment summary spacing + flat upcoming-session controls + custom status selector. */
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-summary-grid{
  padding-top:18px!important;
}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-summary-grid>div{
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#fbfefe 0%,#f5fafb 100%)!important;
  border-color:#dce9ed!important;
  box-shadow:0 8px 20px rgba(18,59,99,.035),inset 0 1px 0 rgba(255,255,255,.9)!important;
}
.ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-summary-grid>div:before{
  content:""!important;
  position:absolute!important;
  inset-inline-start:0!important;
  top:0!important;
  bottom:0!important;
  width:3px!important;
  background:linear-gradient(180deg,#18a99d,#2d8fa8)!important;
  opacity:.72!important;
}

.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-management-fields{
  gap:18px!important;
  padding:22px 24px 10px!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-field{
  display:flex!important;
  flex-direction:column!important;
  gap:9px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-field>span{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:0!important;
  color:#365269!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.45!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control{
  min-height:58px!important;
  border:1px solid #cedde4!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 8px 20px rgba(18,59,99,.035)!important;
  overflow:hidden!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control:focus-within{
  border-color:#18a599!important;
  box-shadow:0 0 0 4px rgba(21,166,154,.10),0 12px 24px rgba(18,59,99,.055)!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control>i{
  width:54px!important;
  min-height:56px!important;
  flex-basis:54px!important;
  border-inline-end:1px solid #deeaee!important;
  background:linear-gradient(180deg,#eff9f7,#e8f6f3)!important;
  color:#0d8d83!important;
  font-size:18px!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control input,
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control select{
  min-height:56px!important;
  padding:13px 16px!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.4!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control-link input{
  direction:ltr!important;
  text-align:left!important;
  color:#17324c!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control-link:hover{
  border-color:#b9d4db!important;
  background:#fdfefe!important;
}

/* Progressive enhancement: the native select remains the form source-of-truth and is hidden only after JS builds the custom control. */
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control-select.is-enhanced{
  position:relative!important;
  overflow:visible!important;
  display:block!important;
  min-height:58px!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control-select.is-enhanced>i,
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control-select.is-enhanced>select{
  display:none!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-trigger{
  width:100%!important;
  min-height:56px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0!important;
  padding:9px 12px 9px 14px!important;
  border:0!important;
  border-radius:15px!important;
  background:#fff!important;
  color:#17324c!important;
  font:inherit!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.4!important;
  cursor:pointer!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  box-shadow:none!important;
  outline:0!important;
}
.ascb-app.ascb-dashboard-pro[dir="ltr"] #secretary-bookings .ascb-status-select-trigger{
  padding:9px 14px 9px 12px!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-trigger:hover{
  background:#f9fcfc!important;
  color:#17324c!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-trigger:focus-visible{
  box-shadow:0 0 0 4px rgba(21,166,154,.10)!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-value{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-icon{
  display:grid!important;
  place-items:center!important;
  flex:0 0 36px!important;
  width:36px!important;
  height:36px!important;
  border-radius:11px!important;
  background:#e9f8f5!important;
  color:#0b8b80!important;
  font-size:16px!important;
  font-weight:900!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-trigger[data-status="completed"] .ascb-status-select-icon{
  background:#edf4fb!important;
  color:#2d6f9f!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-trigger[data-status="cancelled"] .ascb-status-select-icon{
  background:#fbf0f2!important;
  color:#a84d59!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-caret{
  position:relative!important;
  flex:0 0 28px!important;
  width:28px!important;
  height:28px!important;
  border-radius:9px!important;
  background:#f2f7f8!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-caret:before,
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-caret:after{
  content:""!important;
  position:absolute!important;
  top:13px!important;
  width:6px!important;
  height:2px!important;
  border-radius:2px!important;
  background:#61788a!important;
  transition:transform .16s ease!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-caret:before{inset-inline-start:8px!important;transform:rotate(45deg)!important}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-caret:after{inset-inline-end:8px!important;transform:rotate(-45deg)!important}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-trigger[aria-expanded="true"] .ascb-status-select-caret:before{transform:rotate(-45deg)!important}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-trigger[aria-expanded="true"] .ascb-status-select-caret:after{transform:rotate(45deg)!important}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-menu{
  position:absolute!important;
  z-index:60!important;
  inset-inline:0!important;
  top:calc(100% + 8px)!important;
  display:grid!important;
  gap:5px!important;
  margin:0!important;
  padding:7px!important;
  border:1px solid #d4e2e7!important;
  border-radius:15px!important;
  background:#fff!important;
  box-shadow:0 20px 42px rgba(18,59,99,.16)!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-menu[hidden]{display:none!important}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-option{
  width:100%!important;
  min-height:43px!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  padding:8px 10px!important;
  border:0!important;
  border-radius:11px!important;
  background:#fff!important;
  color:#24435b!important;
  font:inherit!important;
  font-size:13px!important;
  font-weight:800!important;
  text-align:start!important;
  cursor:pointer!important;
  box-shadow:none!important;
  outline:0!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-option:hover,
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-option:focus-visible{
  background:#f3f9f8!important;
  color:#173f58!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-option[aria-selected="true"]{
  background:#eaf8f5!important;
  color:#0b7d73!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-option-dot{
  flex:0 0 9px!important;
  width:9px!important;
  height:9px!important;
  border-radius:50%!important;
  background:#18a599!important;
  box-shadow:0 0 0 4px rgba(24,165,153,.10)!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-option[data-status="completed"] .ascb-status-option-dot{background:#4c85b0!important;box-shadow:0 0 0 4px rgba(76,133,176,.10)!important}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-option[data-status="cancelled"] .ascb-status-option-dot{background:#b65b66!important;box-shadow:0 0 0 4px rgba(182,91,102,.10)!important}

@media(max-width:760px){
  .ascb-app.ascb-dashboard-pro #secretary-payments .ascb-payment-summary-grid{padding-top:15px!important}
  .ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-management-fields{padding:18px 16px 8px!important;gap:16px!important}
  .ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control,
  .ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control-select.is-enhanced{min-height:54px!important}
  .ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control input,
  .ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control select,
  .ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-trigger{min-height:52px!important}
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-management-card{
  overflow:visible!important;
}

/* v2.0.7 — Secretary status dropdown clipping fix (strictly scoped). */
.ascb-app.ascb-dashboard-pro.ascb-secretary-workspace>#secretary-bookings.has-open-status-select{
  position:relative!important;
  z-index:90!important;
  overflow:visible!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-management-card.has-open-status-select{
  position:relative!important;
  z-index:100!important;
  overflow:visible!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-management-card.has-open-status-select .ascb-session-management-fields,
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-management-card.has-open-status-select .ascb-session-field,
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control-select.is-enhanced.is-open{
  overflow:visible!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-session-control-select.is-enhanced.is-open{
  z-index:110!important;
}
.ascb-app.ascb-dashboard-pro #secretary-bookings .ascb-status-select-menu.opens-up{
  top:auto!important;
  bottom:calc(100% + 8px)!important;
}


/* v2.0.8 — final Secretary status menu overflow-boundary correction.
 * v2.0.7 targeted a class combination that cannot exist in the rendered DOM:
 * .ascb-app.ascb-dashboard-pro and .ascb-secretary-workspace live on different elements.
 * Target the actual Secretary <main> descendant structure instead so the outer
 * dashboard card releases overflow only while the status menu is open.
 */
.ascb-app.ascb-dashboard-pro .ascb-secretary-workspace #secretary-bookings.has-open-status-select{
  position:relative!important;
  z-index:90!important;
  overflow:visible!important;
}
.ascb-app.ascb-dashboard-pro .ascb-secretary-workspace #secretary-bookings.has-open-status-select .ascb-workflow-list{
  position:relative!important;
  z-index:91!important;
  overflow:visible!important;
}
.ascb-app.ascb-dashboard-pro .ascb-secretary-workspace #secretary-bookings.has-open-status-select .ascb-session-management-card.has-open-status-select{
  position:relative!important;
  z-index:100!important;
  overflow:visible!important;
}
.ascb-app.ascb-dashboard-pro .ascb-secretary-workspace #secretary-bookings.has-open-status-select .ascb-session-management-card.has-open-status-select .ascb-session-management-fields,
.ascb-app.ascb-dashboard-pro .ascb-secretary-workspace #secretary-bookings.has-open-status-select .ascb-session-management-card.has-open-status-select .ascb-session-field,
.ascb-app.ascb-dashboard-pro .ascb-secretary-workspace #secretary-bookings .ascb-session-control-select.is-enhanced.is-open{
  overflow:visible!important;
}

/* v2.1.0 — Phase 2B: paid-session payment approval and final confirmation workspace. */
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization.ascb-paid-finalization-section{
  overflow:hidden!important;
  border:1px solid #dbe8ec!important;
  background:linear-gradient(180deg,#fff 0%,#fbfdfd 100%)!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-card-heading{
  align-items:center!important;
  padding-bottom:19px!important;
  margin-bottom:22px!important;
  border-bottom:1px solid #e8eff2!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-card-heading p{
  max-width:760px!important;
  margin-top:7px!important;
  line-height:1.75!important;
  color:#738493!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-count{
  display:grid!important;
  place-items:center!important;
  min-width:42px!important;
  height:42px!important;
  padding:0 12px!important;
  border-radius:14px!important;
  background:#e9f7f3!important;
  color:#0c7c70!important;
  border:1px solid #d1ebe4!important;
  font-size:14px!important;
  font-weight:900!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-paid-finalization-list{
  display:grid!important;
  gap:18px!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-card{
  position:relative!important;
  overflow:hidden!important;
  padding:0!important;
  border:1px solid #d7e7e7!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 16px 38px rgba(18,59,99,.06)!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-card:before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  inset-inline:0!important;
  height:4px!important;
  background:linear-gradient(90deg,#1aaa9b 0%,#2d9c89 50%,#123b63 100%)!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-head{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:18px!important;
  padding:25px 26px 20px!important;
  background:linear-gradient(135deg,#fff 0%,#fbfefe 65%,#f0faf7 100%)!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-patient{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  min-width:0!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-avatar{
  display:grid!important;
  place-items:center!important;
  flex:0 0 52px!important;
  width:52px!important;
  height:52px!important;
  border-radius:17px!important;
  background:linear-gradient(145deg,#dff5f1,#edf9f8)!important;
  border:1px solid #d2ebe7!important;
  color:#137f76!important;
  font-size:20px!important;
  font-weight:900!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-card-eyebrow{
  display:block!important;
  margin-bottom:4px!important;
  color:#15978d!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-patient h3{
  margin:0!important;
  color:#17324c!important;
  font-size:20px!important;
  line-height:1.35!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-patient p{
  margin:5px 0 0!important;
  color:#7a8b98!important;
  font-size:11px!important;
  font-weight:600!important;
  direction:ltr!important;
  text-align:start!important;
  overflow-wrap:anywhere!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-status-pill{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  white-space:nowrap!important;
  padding:8px 11px!important;
  border-radius:999px!important;
  font-size:11px!important;
  font-weight:900!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-status-pill.is-approved{
  background:#eaf8f4!important;
  border:1px solid #cce9df!important;
  color:#117667!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-status-pill.is-approved i{
  display:block!important;
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  background:#18a48e!important;
  box-shadow:0 0 0 4px rgba(24,164,142,.12)!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-summary-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  padding:18px 26px 20px!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-summary-grid>div{
  min-height:76px!important;
  padding:13px 15px!important;
  border:1px solid #dce9ed!important;
  border-radius:15px!important;
  background:linear-gradient(180deg,#fbfefe,#f5fafb)!important;
  box-shadow:0 8px 20px rgba(18,59,99,.035)!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-summary-grid span{
  display:block!important;
  margin-bottom:6px!important;
  color:#81909b!important;
  font-size:10px!important;
  font-weight:800!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-summary-grid b{
  display:block!important;
  color:#1a3851!important;
  font-size:13px!important;
  line-height:1.55!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-paid-finalization-review-note{
  margin:0 26px 18px!important;
  padding:13px 15px!important;
  border:1px solid #e0e9ed!important;
  border-radius:14px!important;
  background:#f8fafb!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-paid-finalization-review-note small{
  display:block!important;
  margin-bottom:5px!important;
  color:#7b8d9a!important;
  font-size:10px!important;
  font-weight:800!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-paid-finalization-review-note p{
  margin:0!important;
  color:#304c61!important;
  font-size:11px!important;
  line-height:1.7!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-form{
  display:grid!important;
  gap:14px!important;
  margin:0!important;
  padding:20px 26px 25px!important;
  border-top:1px solid #e6eef1!important;
  background:#f8fbfc!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-field{
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  color:#314d62!important;
  font-size:11px!important;
  font-weight:800!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-field>span{
  color:#385469!important;
  font-size:11px!important;
  font-weight:900!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-control{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-control i{
  position:absolute!important;
  inset-inline-start:14px!important;
  z-index:1!important;
  color:#1b8d83!important;
  font-size:15px!important;
  font-style:normal!important;
  pointer-events:none!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-control input{
  width:100%!important;
  min-height:49px!important;
  margin:0!important;
  padding:12px 43px 12px 14px!important;
  border:1px solid #ccdce3!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#17324c!important;
  box-shadow:none!important;
  outline:0!important;
  font:inherit!important;
  direction:ltr!important;
  text-align:left!important;
}
.ascb-app.ascb-dashboard-pro[dir="ltr"] #secretary-paid-finalization .ascb-payment-review-control input{
  padding:12px 14px 12px 43px!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-control input:focus,
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-field textarea:focus{
  border-color:#18a599!important;
  box-shadow:0 0 0 4px rgba(21,166,154,.10)!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-field textarea{
  width:100%!important;
  min-height:105px!important;
  margin:0!important;
  padding:13px 14px!important;
  border:1px solid #ccdce3!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#17324c!important;
  box-shadow:none!important;
  outline:0!important;
  font:inherit!important;
  resize:vertical!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-field small{
  color:#81909b!important;
  font-size:10px!important;
  font-weight:500!important;
  line-height:1.6!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-paid-finalization-warning{
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
  padding:12px 13px!important;
  border:1px solid #d6e9e4!important;
  border-radius:13px!important;
  background:#f2faf8!important;
  color:#58736f!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-paid-finalization-warning>span{
  display:grid!important;
  place-items:center!important;
  flex:0 0 24px!important;
  width:24px!important;
  height:24px!important;
  border-radius:8px!important;
  background:#dff3ee!important;
  color:#138676!important;
  font-weight:900!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-paid-finalization-warning p{
  margin:1px 0 0!important;
  font-size:10.5px!important;
  line-height:1.7!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-action{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  width:100%!important;
  min-height:50px!important;
  margin:0!important;
  padding:11px 18px!important;
  border-radius:14px!important;
  font:inherit!important;
  font-size:12px!important;
  font-weight:900!important;
  cursor:pointer!important;
  appearance:none!important;
  -webkit-appearance:none!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-action span{
  display:grid!important;
  place-items:center!important;
  width:24px!important;
  height:24px!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.16)!important;
  color:#fff!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-approve{
  background:linear-gradient(135deg,#19aa9d,#128f86)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border:1px solid #128f86!important;
  box-shadow:0 10px 22px rgba(18,143,134,.18)!important;
}
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-approve:hover,
.ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-approve:focus-visible{
  background:linear-gradient(135deg,#128f86,#0d756f)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:#0d756f!important;
  transform:translateY(-1px)!important;
  box-shadow:0 14px 28px rgba(13,117,111,.24)!important;
  outline:0!important;
}
.ascb-app.ascb-dashboard-pro .ascb-paid-confirmation-modal .ascb-paid-share-preview{
  margin:0 0 14px!important;
  padding:13px 14px!important;
  border:1px solid #dce8ec!important;
  border-radius:14px!important;
  background:#f7fbfc!important;
}
.ascb-app.ascb-dashboard-pro .ascb-paid-confirmation-modal .ascb-paid-share-preview small{
  display:block!important;
  margin-bottom:6px!important;
  color:#7b8d99!important;
  font-size:10px!important;
  font-weight:800!important;
}
.ascb-app.ascb-dashboard-pro .ascb-paid-confirmation-modal .ascb-paid-share-preview strong{
  display:block!important;
  color:#173a55!important;
  font-size:12px!important;
  line-height:1.7!important;
  overflow-wrap:anywhere!important;
}
@media(max-width:760px){
  .ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-head{align-items:flex-start!important;flex-direction:column!important;padding:22px 19px 17px!important}
  .ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-status-pill{align-self:flex-start!important}
  .ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-summary-grid{grid-template-columns:1fr!important;padding:14px 19px 17px!important}
  .ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-paid-finalization-review-note{margin:0 19px 17px!important}
  .ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-review-form{padding:18px 19px 21px!important}
  .ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-patient{align-items:flex-start!important}
  .ascb-app.ascb-dashboard-pro #secretary-paid-finalization .ascb-payment-patient p{max-width:230px!important}
}

/* Phase 2C / v2.2.1 — Patient account provisioning UI polish */
.ascb-app.ascb-dashboard-pro #secretary-accounts.ascb-patient-accounts-section{overflow:visible!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-card-heading{margin-bottom:20px!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-card-heading p{max-width:780px!important;margin:7px 0 0!important;color:#728897!important;font-size:11px!important;line-height:1.75!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-card{position:relative!important;overflow:hidden!important;border:1px solid #dce8ed!important;border-inline-end:4px solid #1aa99d!important;border-radius:22px!important;background:#fff!important;box-shadow:0 14px 34px rgba(18,59,99,.075)!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-card.is-invitation_generated{border-inline-end-color:#d7a62f!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-card.is-active{border-inline-end-color:#18a36f!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:19px 20px 17px!important;border-bottom:1px solid #edf2f4!important;background:linear-gradient(135deg,#fcfefe,#f7fbfb)!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-person{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-avatar{display:grid!important;place-items:center!important;flex:0 0 50px!important;width:50px!important;height:50px!important;border:1px solid #c8e6e2!important;border-radius:16px!important;background:#eaf8f5!important;color:#11867d!important;font-size:21px!important;font-weight:900!important;box-shadow:inset 0 0 0 4px rgba(255,255,255,.5)!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-person h3{overflow:hidden!important;margin:0!important;color:#17364f!important;font-size:18px!important;font-weight:900!important;line-height:1.45!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-person small{display:block!important;margin-top:4px!important;color:#80939f!important;font-size:10px!important;font-weight:800!important;line-height:1.5!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-status{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;padding:7px 12px!important;border:1px solid #d7e2e8!important;border-radius:999px!important;background:#f3f6f8!important;color:#687d8c!important;font-size:10px!important;font-weight:900!important;white-space:nowrap!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-status.is-invitation_generated{border-color:#edd89b!important;background:#fff7df!important;color:#9b6a08!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-status.is-active{border-color:#c6e7da!important;background:#eaf8f2!important;color:#147b5d!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-info-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;padding:17px 20px!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-info-item{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;padding:12px 13px!important;border:1px solid #e7eef1!important;border-radius:14px!important;background:#fbfdfe!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-info-icon{display:grid!important;place-items:center!important;flex:0 0 30px!important;width:30px!important;height:30px!important;border-radius:9px!important;background:#edf7f6!important;color:#168d83!important;font-size:12px!important;font-style:normal!important;font-weight:900!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-info-item>div{min-width:0!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-info-item small{display:block!important;margin:0 0 4px!important;color:#81929d!important;font-size:9px!important;font-weight:800!important;line-height:1.35!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-info-item strong,
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-info-item a{display:block!important;overflow:hidden!important;color:#294b62!important;font-size:10.5px!important;font-weight:900!important;line-height:1.45!important;text-decoration:none!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-info-item a:hover,
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-info-item a:focus-visible{color:#0f857b!important;text-decoration:underline!important;text-underline-offset:3px!important;outline:0!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-actions{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:13px!important;padding:14px 20px 20px!important;border-top:1px solid #f0f4f6!important;background:linear-gradient(180deg,#fff,#fbfdfd)!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-actions>form{margin:0!important;margin-inline-start:auto!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-generate,
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-share-current{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:44px!important;margin:0!important;padding:10px 15px!important;border-radius:13px!important;font-size:10.5px!important;font-weight:900!important;line-height:1.2!important;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-generate{border:1px solid #168f86!important;background:linear-gradient(135deg,#1aa99d,#128f86)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:0 10px 20px rgba(18,143,134,.14)!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-generate:hover,
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-generate:focus-visible{background:linear-gradient(135deg,#128f86,#0d756f)!important;border-color:#0d756f!important;transform:translateY(-1px)!important;box-shadow:0 13px 24px rgba(13,117,111,.18)!important;outline:0!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-generate>span,
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-share-current>span{display:grid!important;place-items:center!important;width:22px!important;height:22px!important;border-radius:7px!important;font-size:12px!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-generate>span{background:rgba(255,255,255,.16)!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-share-current{border:1px solid #d2e1e6!important;background:#fff!important;color:#244b64!important;box-shadow:0 8px 18px rgba(18,59,99,.055)!important;cursor:pointer!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-share-current>span{background:#edf5f7!important;color:#1d7380!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-share-current:hover,
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-share-current:focus-visible{border-color:#a8cfd0!important;background:#f7fbfb!important;color:#117f76!important;transform:translateY(-1px)!important;outline:0!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-action-group{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:9px!important;margin-inline-start:auto!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-action-group form{margin:0!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-expiry{display:flex!important;align-items:center!important;gap:9px!important;min-width:0!important;color:#8a6817!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-expiry>span{display:grid!important;place-items:center!important;flex:0 0 32px!important;width:32px!important;height:32px!important;border-radius:10px!important;background:#fff5d8!important;color:#a87912!important;font-size:15px!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-expiry small{display:block!important;margin:0 0 2px!important;color:#9b7d35!important;font-size:8.5px!important;font-weight:800!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-expiry b{display:block!important;color:#72571a!important;font-size:9.5px!important;font-weight:900!important;line-height:1.45!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-share-security-note{flex-basis:100%!important;margin:0!important;padding:9px 11px!important;border:1px solid #f0dca5!important;border-radius:10px!important;background:#fff9e9!important;color:#87671c!important;font-size:8.8px!important;font-weight:800!important;line-height:1.55!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-card.is-invitation_generated .ascb-patient-account-actions{flex-wrap:wrap!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-active-note{display:flex!important;align-items:center!important;gap:10px!important;width:100%!important;padding:12px 13px!important;border:1px solid #cde8dd!important;border-radius:14px!important;background:#effaf5!important;color:#1d6651!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-active-note>span{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;border-radius:9px!important;background:#19a676!important;color:#fff!important;font-weight:900!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-active-note b{display:block!important;font-size:10.5px!important;font-weight:900!important}
.ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-active-note small{display:block!important;margin-top:3px!important;color:#6e8c80!important;font-size:9px!important;line-height:1.45!important}

/* v2.2.1 — Secure Invitation Share Modal */
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-dialog{overflow:hidden!important;max-width:820px!important;padding:30px!important;border:1px solid #dbe7eb!important;border-radius:26px!important;background:#fff!important;box-shadow:0 30px 80px rgba(15,43,66,.24)!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-close{top:20px!important;inset-inline-end:20px!important;width:42px!important;height:42px!important;border:1px solid #d8e5e9!important;border-radius:13px!important;background:#f8fbfc!important;color:#31546a!important;font-size:25px!important;line-height:1!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-close:hover,
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-close:focus-visible{border-color:#b9d8d9!important;background:#eef8f6!important;color:#117e75!important;outline:0!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-success-head{display:flex!important;align-items:flex-start!important;gap:14px!important;padding-top:12px!important;padding-inline-end:74px!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-success-icon{display:grid!important;place-items:center!important;flex:0 0 42px!important;width:42px!important;height:42px!important;border-radius:13px!important;background:#e9f8f3!important;color:#159068!important;font-size:19px!important;font-weight:900!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-kicker{display:block!important;margin:0 0 7px!important;color:#0f8d82!important;font-size:10px!important;font-weight:900!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-success-head h2{margin:0!important;color:#18354d!important;font-size:24px!important;font-weight:900!important;line-height:1.45!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-success-head p{margin:8px 0 0!important;color:#6f8390!important;font-size:11px!important;line-height:1.75!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-email-delivery{display:flex!important;align-items:center!important;gap:9px!important;margin:18px 0 14px!important;padding:10px 12px!important;border:1px solid #d5e6df!important;border-radius:12px!important;background:#f2faf7!important;color:#287159!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-email-delivery>span{display:grid!important;place-items:center!important;flex:0 0 24px!important;width:24px!important;height:24px!important;border-radius:8px!important;background:#1aa576!important;color:#fff!important;font-size:12px!important;font-weight:900!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-email-delivery b{font-size:9.8px!important;font-weight:900!important;line-height:1.5!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-email-delivery.is-warning{border-color:#efdba6!important;background:#fff8e8!important;color:#87651a!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-email-delivery.is-warning>span{background:#d89d22!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-summary{display:flex!important;align-items:center!important;gap:12px!important;margin:0 0 14px!important;padding:14px!important;border:1px solid #e0eaee!important;border-radius:16px!important;background:linear-gradient(135deg,#fbfefe,#f7fbfb)!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-avatar{display:grid!important;place-items:center!important;flex:0 0 44px!important;width:44px!important;height:44px!important;border:1px solid #c9e5e1!important;border-radius:14px!important;background:#eaf8f5!important;color:#11867d!important;font-size:19px!important;font-weight:900!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-person{min-width:0!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-person>b{display:block!important;overflow:hidden!important;color:#19384f!important;font-size:13px!important;font-weight:900!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-contact{display:flex!important;flex-wrap:wrap!important;gap:5px 10px!important;margin-top:4px!important;color:#718593!important;font-size:9.3px!important;font-weight:800!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-validity{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-inline-start:auto!important;padding:7px 10px!important;border:1px solid #d7e8e4!important;border-radius:999px!important;background:#eef9f6!important;color:#177e65!important;font-size:9px!important;font-weight:900!important;white-space:nowrap!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-link-card{margin:0!important;padding:14px!important;border:1px solid #dce8ec!important;border-radius:16px!important;background:#fbfdfe!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-link-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:9px!important;color:#3e5d71!important;font-size:9.5px!important;font-weight:900!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-link-head i{font-style:normal!important;font-size:12px!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-link-control{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;min-width:0!important;padding:7px 7px 7px 12px!important;border:1px solid #cedee4!important;border-radius:12px!important;background:#fff!important;text-align:left!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-link-control>span{display:block!important;overflow:hidden!important;min-width:0!important;color:#24455d!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;font-size:13px!important;font-weight:800!important;line-height:1.55!important;text-align:left!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-inline-copy{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-height:38px!important;padding:8px 11px!important;border:1px solid #d3e2e7!important;border-radius:9px!important;background:#f4f8fa!important;color:#244e68!important;font:inherit!important;font-size:11.5px!important;font-weight:900!important;cursor:pointer!important;white-space:nowrap!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-inline-copy:hover,
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-inline-copy:focus-visible,
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-inline-copy.is-copied{border-color:#a9d7cc!important;background:#eaf8f3!important;color:#147c62!important;outline:0!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-link-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-top:9px!important;color:#7d8e99!important;font-size:8.8px!important;font-weight:800!important;line-height:1.55!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-security-note{color:#7f6c34!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-actions{display:grid!important;grid-template-columns:1.12fr 1fr 1fr!important;gap:10px!important;margin-top:15px!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-actions>*{min-height:54px!important;border-radius:13px!important;font-size:14px!important;font-weight:900!important;line-height:1.25!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-actions .ascb-share-action-icon{font-size:18px!important;line-height:1!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-primary{background:linear-gradient(135deg,#20b96a,#129c57)!important;border-color:#129c57!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:0 10px 22px rgba(18,156,87,.18)!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-primary:hover,
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-primary:focus-visible{background:linear-gradient(135deg,#179e5a,#0e8449)!important;border-color:#0e8449!important;color:#fff!important;-webkit-text-fill-color:#fff!important;outline:0!important}
.ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-actions .ascb-copy-btn.is-copied{border-color:#b9ddd4!important;background:#edf9f5!important;color:#147d66!important}

.ascb-patient-activation-app{min-height:calc(100vh - 1px)!important;padding:48px 22px!important;background:radial-gradient(circle at 10% 15%,rgba(21,166,154,.12),transparent 34%),radial-gradient(circle at 90% 5%,rgba(18,59,99,.10),transparent 36%),#f4f8fa!important}
.ascb-patient-activation-app .ascb-patient-activation-shell{display:grid!important;grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr)!important;gap:28px!important;max-width:1120px!important;margin:0 auto!important;align-items:stretch!important}
.ascb-patient-activation-app .ascb-patient-activation-visual{position:relative!important;overflow:hidden!important;padding:42px!important;border-radius:28px!important;background:linear-gradient(145deg,#123b63,#15577b 55%,#128f86)!important;color:#fff!important;box-shadow:0 24px 60px rgba(18,59,99,.18)!important}
.ascb-patient-activation-app .ascb-patient-activation-visual:after{content:""!important;position:absolute!important;width:280px!important;height:280px!important;inset-inline-end:-110px!important;bottom:-110px!important;border-radius:50%!important;background:rgba(255,255,255,.08)!important}
.ascb-patient-activation-app .ascb-patient-activation-mark{display:grid!important;place-items:center!important;width:62px!important;height:62px!important;margin-bottom:28px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:19px!important;background:rgba(255,255,255,.12)!important;font-size:22px!important;font-weight:900!important;backdrop-filter:blur(8px)!important}
.ascb-patient-activation-app .ascb-patient-activation-visual>span{display:block!important;color:#aee8df!important;font-size:11px!important;font-weight:900!important;letter-spacing:.09em!important}
.ascb-patient-activation-app .ascb-patient-activation-visual h1{max-width:470px!important;margin:14px 0 14px!important;color:#fff!important;font-size:31px!important;line-height:1.5!important;font-weight:900!important}
.ascb-patient-activation-app .ascb-patient-activation-visual p{max-width:480px!important;margin:0!important;color:#d9e9ef!important;font-size:13px!important;line-height:1.9!important}
.ascb-patient-activation-app .ascb-patient-activation-visual ul{display:grid!important;gap:12px!important;margin:32px 0 0!important;padding:0!important;list-style:none!important}
.ascb-patient-activation-app .ascb-patient-activation-visual li{color:#edf7f8!important;font-size:12px!important;line-height:1.65!important}
.ascb-patient-activation-app .ascb-patient-activation-card{margin:0!important;padding:34px!important;border-radius:28px!important;background:#fff!important;box-shadow:0 24px 60px rgba(18,59,99,.11)!important}
.ascb-patient-activation-app .ascb-patient-activation-card>h2{margin:24px 0 7px!important;color:#17364f!important;font-size:26px!important;font-weight:900!important}
.ascb-patient-activation-app .ascb-patient-activation-card>p{margin:0 0 22px!important;color:#708593!important;font-size:12px!important;line-height:1.7!important}
.ascb-patient-activation-app .ascb-patient-identity-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:11px!important;margin-bottom:19px!important}
.ascb-patient-activation-app .ascb-patient-identity-grid label{display:flex!important;flex-direction:column!important;gap:7px!important;color:#3d5a70!important;font-size:11px!important;font-weight:900!important}
.ascb-patient-activation-app .ascb-patient-identity-grid input{width:100%!important;min-height:47px!important;margin:0!important;padding:11px 13px!important;border:1px solid #d8e5ea!important;border-radius:13px!important;background:#f6f9fa!important;color:#637988!important;box-shadow:none!important;text-align:left!important;font-size:11px!important;font-weight:800!important;opacity:1!important}
.ascb-patient-activation-app .ascb-patient-password-form>label{display:flex!important;flex-direction:column!important;gap:7px!important;margin-bottom:14px!important;color:#38546a!important;font-size:11px!important;font-weight:900!important}
.ascb-patient-activation-app .ascb-patient-password-form .ascb-password-field input{min-height:49px!important;border-radius:14px!important}
.ascb-patient-activation-app .ascb-password-field-with-generator>input{padding-inline-start:132px!important;padding-inline-end:52px!important}
.ascb-patient-activation-app .ascb-password-generator-trigger{position:absolute!important;inset-inline-start:8px!important;top:50%!important;z-index:2!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;max-width:116px!important;min-height:34px!important;padding:6px 9px!important;border:1px solid #bfe2dc!important;border-radius:10px!important;background:#edf9f6!important;color:#0e8176!important;font:inherit!important;font-size:9.5px!important;font-weight:900!important;line-height:1.15!important;cursor:pointer!important;transform:translateY(-50%)!important;box-shadow:none!important;text-shadow:none!important;filter:none!important;appearance:none!important;-webkit-appearance:none!important;white-space:nowrap!important;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease!important}
.ascb-patient-activation-app .ascb-password-generator-trigger>span{font-size:12px!important;line-height:1!important}
.ascb-patient-activation-app .ascb-password-generator-trigger>b{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.ascb-patient-activation-app .ascb-password-generator-trigger:hover,.ascb-patient-activation-app .ascb-password-generator-trigger:focus-visible{border-color:#8ecdc3!important;background:#e2f5f1!important;color:#08766d!important;outline:0!important;box-shadow:0 0 0 3px rgba(21,166,154,.12)!important}
.ascb-patient-activation-app .ascb-auth-form.is-submitting .ascb-password-generator-trigger{pointer-events:none!important;opacity:.7!important}
.ascb-patient-activation-app .ascb-patient-password-label>.ascb-strength-label{align-self:flex-start!important;margin-top:1px!important}
html.ascb-password-generator-open,body.ascb-password-generator-open{overflow:hidden!important}
.ascb-patient-activation-app .ascb-password-generator-modal[hidden]{display:none!important}
.ascb-patient-activation-app .ascb-password-generator-modal{position:fixed!important;inset:0!important;z-index:100060!important;display:grid!important;place-items:center!important;padding:20px!important}
.ascb-patient-activation-app .ascb-password-generator-backdrop{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:rgba(13,39,59,.62)!important;backdrop-filter:blur(2px)!important;cursor:default!important}
.ascb-patient-activation-app .ascb-password-generator-dialog{position:relative!important;z-index:1!important;width:min(560px,100%)!important;max-height:min(760px,calc(100vh - 40px))!important;overflow:auto!important;padding:25px!important;border:1px solid #d8e6ea!important;border-radius:24px!important;background:#fff!important;box-shadow:0 28px 80px rgba(14,47,70,.28)!important}
.ascb-patient-activation-app .ascb-password-generator-close{position:absolute!important;top:16px!important;inset-inline-end:16px!important;z-index:3!important;display:grid!important;place-items:center!important;width:38px!important;height:38px!important;margin:0!important;padding:0!important;border:1px solid #d8e5e9!important;border-radius:11px!important;background:#f7fafb!important;color:#31546a!important;font:inherit!important;font-size:23px!important;font-weight:500!important;line-height:1!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important;box-shadow:none!important;text-shadow:none!important}
.ascb-patient-activation-app .ascb-password-generator-close:hover,.ascb-patient-activation-app .ascb-password-generator-close:focus-visible{border-color:#b9d8d9!important;background:#eef8f6!important;color:#117e75!important;outline:0!important}
.ascb-patient-activation-app .ascb-password-generator-modal-head{display:flex!important;align-items:flex-start!important;gap:12px!important;padding-inline-end:48px!important;margin-bottom:18px!important}
.ascb-patient-activation-app .ascb-password-generator-modal-head>span{display:grid!important;place-items:center!important;flex:0 0 42px!important;width:42px!important;height:42px!important;border-radius:13px!important;background:#e7f6f2!important;color:#0f8a7f!important;font-size:18px!important;font-weight:900!important}
.ascb-patient-activation-app .ascb-password-generator-modal-head small{display:block!important;margin:0 0 5px!important;color:#159186!important;font-size:8.8px!important;font-weight:900!important;letter-spacing:.02em!important}
.ascb-patient-activation-app .ascb-password-generator-modal-head h3{margin:0!important;color:#17364f!important;font-size:20px!important;font-weight:900!important;line-height:1.45!important}
.ascb-patient-activation-app .ascb-password-generator-modal-head p{margin:6px 0 0!important;color:#778b98!important;font-size:10.5px!important;line-height:1.7!important}
.ascb-patient-activation-app .ascb-password-generator{margin:0!important;padding:0!important;border:0!important;background:transparent!important}
.ascb-patient-activation-app .ascb-password-length{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin:0 0 14px!important;padding:13px 14px!important;border:1px solid #e0e9ed!important;border-radius:14px!important;background:#f8fbfc!important;color:#405f73!important;font-size:10.5px!important;font-weight:900!important}
.ascb-patient-activation-app .ascb-password-length>div{display:flex!important;align-items:center!important;gap:10px!important;flex:1!important;max-width:310px!important}
.ascb-patient-activation-app .ascb-password-length input{width:100%!important;margin:0!important;accent-color:#15a69a!important}
.ascb-patient-activation-app .ascb-password-length output{display:grid!important;place-items:center!important;min-width:36px!important;height:32px!important;border-radius:9px!important;background:#e4f4f1!important;color:#117f76!important;font-size:11px!important;font-weight:900!important}
.ascb-patient-activation-app .ascb-password-generator-options{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin-bottom:14px!important}
.ascb-patient-activation-app .ascb-password-generator-options label{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;padding:11px!important;border:1px solid #e0e9ed!important;border-radius:12px!important;background:#fff!important;color:#4b6677!important;font-size:10px!important;font-weight:800!important;cursor:pointer!important}
.ascb-patient-activation-app .ascb-password-generator-options input{width:16px!important;height:16px!important;margin:0!important;accent-color:#15a69a!important}
.ascb-patient-activation-app .ascb-password-generator-option-wide{grid-column:1/-1!important}
.ascb-patient-activation-app .ascb-password-generator-preview{margin:0 0 12px!important;padding:12px!important;border:1px solid #d6e5e9!important;border-radius:14px!important;background:#f7fbfb!important}
.ascb-patient-activation-app .ascb-password-generator-preview>div{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:9px!important;color:#4c6677!important;font-size:9.5px!important;font-weight:900!important}
.ascb-patient-activation-app .ascb-password-generator-preview>div>div{display:flex!important;align-items:center!important;gap:6px!important}
.ascb-patient-activation-app .ascb-password-generator-preview button{min-height:30px!important;margin:0!important;padding:5px 9px!important;border:1px solid #d1e1e6!important;border-radius:8px!important;background:#fff!important;color:#24506a!important;font:inherit!important;font-size:9px!important;font-weight:900!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important;box-shadow:none!important;text-shadow:none!important}
.ascb-patient-activation-app .ascb-password-generator-preview button:hover,.ascb-patient-activation-app .ascb-password-generator-preview button:focus-visible{border-color:#a9d5cf!important;background:#edf8f5!important;color:#117d73!important;outline:0!important}
.ascb-patient-activation-app .ascb-password-generator-preview code{display:block!important;overflow:hidden!important;width:100%!important;min-height:44px!important;padding:10px 12px!important;border:1px solid #dce7eb!important;border-radius:10px!important;background:#fff!important;color:#173f58!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;font-size:13px!important;font-weight:800!important;line-height:1.7!important;text-align:left!important;text-overflow:ellipsis!important;white-space:nowrap!important;direction:ltr!important}
.ascb-patient-activation-app .ascb-password-generator-validation{margin:0 0 12px!important;padding:9px 11px!important;border:1px solid #efd9a2!important;border-radius:10px!important;background:#fff8e7!important;color:#85651a!important;font-size:9.5px!important;font-weight:800!important;line-height:1.55!important}
.ascb-patient-activation-app .ascb-password-generator-actions{display:grid!important;grid-template-columns:1fr 1.08fr!important;gap:9px!important;margin-top:14px!important}
.ascb-patient-activation-app .ascb-password-generator-actions .ascb-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;margin:0!important;padding:10px 13px!important;border-radius:12px!important;font-size:10.5px!important;font-weight:900!important;line-height:1.25!important;box-shadow:none!important}
.ascb-patient-activation-app .ascb-password-generate-btn{border:1px solid #cfdee4!important;background:#fff!important;color:#244e68!important;-webkit-text-fill-color:#244e68!important}
.ascb-patient-activation-app .ascb-password-generate-btn:hover,.ascb-patient-activation-app .ascb-password-generate-btn:focus-visible{border-color:#a9cfca!important;background:#f4faf8!important;color:#117c73!important;-webkit-text-fill-color:#117c73!important;outline:0!important}
.ascb-patient-activation-app .ascb-password-use-btn{border:1px solid #138f85!important;background:linear-gradient(135deg,#1bb3a6,#118f85)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:0 10px 22px rgba(17,143,133,.16)!important}
.ascb-patient-activation-app .ascb-password-use-btn:hover,.ascb-patient-activation-app .ascb-password-use-btn:focus-visible{border-color:#0d786f!important;background:linear-gradient(135deg,#149b91,#0d786f)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;outline:0!important}
.ascb-patient-activation-app .ascb-patient-activation-invalid{padding:26px 10px!important;text-align:center!important}
.ascb-patient-activation-app .ascb-patient-activation-invalid>span{display:grid!important;place-items:center!important;width:58px!important;height:58px!important;margin:0 auto 16px!important;border-radius:18px!important;background:#fff0f0!important;color:#b94949!important;font-size:25px!important;font-weight:900!important}
.ascb-patient-activation-app .ascb-patient-activation-invalid h2{margin:0 0 8px!important;color:#7e3434!important;font-size:22px!important}
.ascb-patient-activation-app .ascb-patient-activation-invalid p{margin:0!important;color:#8c7373!important;font-size:12px!important;line-height:1.7!important}

@media(max-width:900px){
  .ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-grid{grid-template-columns:1fr!important}
  .ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .ascb-patient-activation-app .ascb-patient-activation-shell{grid-template-columns:1fr!important}
  .ascb-patient-activation-app .ascb-patient-activation-visual{padding:30px!important}
  .ascb-patient-activation-app .ascb-patient-activation-visual h1{font-size:26px!important}
}
@media(max-width:620px){
  .ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-head{align-items:flex-start!important;flex-direction:column!important;padding:17px!important}
  .ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-info-grid{grid-template-columns:1fr!important;padding:15px 17px!important}
  .ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-actions{align-items:stretch!important;flex-direction:column!important;padding:14px 17px 17px!important}
  .ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-account-actions>form,
  .ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-action-group,
  .ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-action-group form{width:100%!important;margin:0!important}
  .ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-action-group{align-items:stretch!important;flex-direction:column!important}
  .ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-generate,
  .ascb-app.ascb-dashboard-pro #secretary-accounts .ascb-patient-invite-share-current{width:100%!important}
  .ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-dialog{padding:24px 18px 20px!important;border-radius:22px!important}
  .ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-success-head{padding-inline-end:56px!important}
  .ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-success-head h2{font-size:20px!important}
  .ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-summary{align-items:flex-start!important;flex-wrap:wrap!important}
  .ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-validity{width:100%!important;margin-inline-start:0!important}
  .ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-link-control{grid-template-columns:minmax(0,1fr) auto!important}
  .ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-link-meta{align-items:flex-start!important;flex-direction:column!important;gap:5px!important}
  .ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-actions{grid-template-columns:1fr!important}
  .ascb-app.ascb-dashboard-pro .ascb-patient-invite-share-modal .ascb-patient-invite-actions>*{width:100%!important}
  .ascb-patient-activation-app{padding:22px 12px!important}
  .ascb-patient-activation-app .ascb-patient-activation-card{padding:24px 18px!important;border-radius:22px!important}
  .ascb-patient-activation-app .ascb-patient-identity-grid,.ascb-patient-activation-app .ascb-password-generator-options{grid-template-columns:1fr!important}
  .ascb-patient-activation-app .ascb-password-generator-option-wide{grid-column:auto!important}
  .ascb-patient-activation-app .ascb-password-field-with-generator>input{padding-inline-start:48px!important}
  .ascb-patient-activation-app .ascb-password-generator-trigger{width:34px!important;max-width:34px!important;padding:0!important}
  .ascb-patient-activation-app .ascb-password-generator-trigger>b{display:none!important}
  .ascb-patient-activation-app .ascb-password-generator-dialog{max-height:calc(100vh - 24px)!important;padding:21px 16px 17px!important;border-radius:20px!important}
  .ascb-patient-activation-app .ascb-password-generator-modal{padding:12px!important}
  .ascb-patient-activation-app .ascb-password-generator-modal-head{padding-inline-end:42px!important}
  .ascb-patient-activation-app .ascb-password-generator-modal-head h3{font-size:18px!important}
  .ascb-patient-activation-app .ascb-password-length{align-items:flex-start!important;flex-direction:column!important}
  .ascb-patient-activation-app .ascb-password-length>div{width:100%!important;max-width:none!important}
  .ascb-patient-activation-app .ascb-password-generator-actions{grid-template-columns:1fr!important}
  .ascb-patient-activation-app .ascb-password-generator-actions .ascb-btn{width:100%!important}
}
