/* Daktarbook custom user auth UI */
.dkb_page{background:#eef5f7;min-height:70vh;padding:0 0 90px;font-family:'Noto Sans Bengali',sans-serif;color:#1e293b}.dkb_auth_wrap{max-width:1120px;margin:0 auto;padding:34px 14px 90px;display:grid;gap:24px}.dkb_login_wrap{grid-template-columns:minmax(280px,1fr) minmax(320px,560px);align-items:start}.dkb_auth_hero{background:radial-gradient(circle at 25% 20%,rgba(0,214,186,.22),transparent 34%),linear-gradient(135deg,#063e35,#0d6b5b);border-radius:28px;color:#fff;padding:34px 28px;box-shadow:0 18px 42px rgba(6,62,53,.18)}.dkb_logo_badge{width:72px;height:72px;border-radius:22px;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.dkb_logo_badge span{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#04c8b3,#12cbe3);display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:900}.dkb_auth_hero h1{margin:0 0 8px;font-size:42px;line-height:1.2;color:#fff}.dkb_auth_hero p{margin:0 0 22px;color:rgba(255,255,255,.76);font-size:17px}.dkb_auth_hero ul{list-style:none;margin:0;padding:0;display:grid;gap:16px}.dkb_auth_hero li{font-size:17px;color:rgba(255,255,255,.9)}.dkb_card,.dkb_dashboard{background:#fff;border:1px solid #e2edf1;border-radius:28px;box-shadow:0 16px 42px rgba(15,23,42,.07);padding:34px}.dkb_small_card{max-width:560px;margin:0 auto;width:100%}.dkb_card h2,.dkb_dashboard h2{font-size:34px;line-height:1.25;margin:0 0 8px;color:#122038}.dkb_sub{margin:0 0 24px;color:#64748b;font-size:16px;line-height:1.75}.dkb_form{display:grid;gap:14px}.dkb_label{display:block;font-size:14px;font-weight:800;color:#334155;margin:2px 0 -4px}.dkb_label span{color:#dc2626}.dkb_input{width:100%;border:1.5px solid #dbe5ea;background:#f8fafc;border-radius:14px;padding:15px 16px;font-family:'Noto Sans Bengali',sans-serif;font-size:16px;color:#1e293b;outline:none;transition:border-color .15s,box-shadow .15s}.dkb_input:focus{border-color:#0fc6b7;box-shadow:0 0 0 4px rgba(15,198,183,.12);background:#fff}.dkb_textarea{min-height:108px;resize:vertical}.dkb_pass{position:relative}.dkb_pass .dkb_input{padding-right:54px}.dkb_eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#64748b;font-size:18px;width:34px;height:34px;cursor:pointer}.dkb_row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.dkb_row a,.dkb_center_text a,.dkb_register_links a{color:#049a8f;font-weight:900;text-decoration:none}.dkb_check{display:flex;align-items:center;gap:9px;color:#475569;font-size:14px;font-weight:700}.dkb_check input{width:20px;height:20px;accent-color:#0fc6b7}.dkb_terms{margin-top:2px}.dkb_btn{width:100%;border:none;border-radius:15px;background:linear-gradient(135deg,#0fc6b7,#14c8df);color:#fff;padding:16px 18px;font-family:'Noto Sans Bengali',sans-serif;font-size:17px;font-weight:900;box-shadow:0 14px 26px rgba(20,200,223,.22);cursor:pointer}.dkb_btn:active{transform:scale(.99)}.dkb_register_links{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px;color:#64748b;font-size:15px}.dkb_register_links a{background:#e8f8f5;border:1px solid #c8eee7;padding:8px 12px;border-radius:999px}.dkb_notice{border-radius:14px;padding:13px 15px;margin:0 0 18px;font-size:14px;font-weight:700;line-height:1.65}.dkb_success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.dkb_error{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.dkb_info{background:#e0f2fe;color:#075985;border:1px solid #bae6fd}.dkb_grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dkb_type_grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.dkb_type_grid a{display:flex;flex-direction:column;gap:8px;background:#f8fbfc;border:1.5px solid #dfeaec;border-radius:20px;padding:24px 18px;text-decoration:none;color:#1e293b;min-height:160px;justify-content:center}.dkb_type_grid strong{font-size:18px;line-height:1.45}.dkb_type_grid span{font-size:13px;color:#64748b;line-height:1.6}.dkb_center_text{text-align:center;color:#64748b;margin:20px 0 0}.dkb_dash_head{display:flex;justify-content:space-between;align-items:start;gap:16px;flex-wrap:wrap;margin-bottom:22px}.dkb_dash_head p{margin:4px 0 0;color:#64748b}.dkb_status{display:inline-flex;border-radius:999px;padding:8px 14px;font-weight:900;font-size:13px}.dkb_status_approved{background:#dcfce7;color:#15803d}.dkb_status_pending{background:#fef3c7;color:#b45309}.dkb_status_rejected{background:#fee2e2;color:#b91c1c}.dkb_status_suspended{background:#e2e8f0;color:#475569}.dkb_dash_grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.dkb_dash_card{background:#f8fbfc;border:1px solid #e2edf1;border-radius:22px;padding:20px}.dkb_dash_card h3{margin:0 0 16px;font-size:22px;color:#122038}.dkb_dash_row{display:grid;grid-template-columns:150px 1fr;gap:10px;border-bottom:1px solid #e2edf1;padding:10px 0}.dkb_dash_row strong{color:#475569}.dkb_dash_row span{color:#1e293b}.dkb_placeholder{background:#fff;border:1px dashed #cbd5e1;color:#64748b;border-radius:14px;padding:13px;margin-top:10px}.dkb_logout{display:inline-flex;margin-top:16px;background:#fee2e2;color:#b91c1c;border:1px solid #fecaca;border-radius:14px;padding:11px 16px;font-weight:900;text-decoration:none}
@media(max-width:860px){.dkb_login_wrap{grid-template-columns:1fr}.dkb_type_grid{grid-template-columns:1fr}.dkb_dash_grid{grid-template-columns:1fr}.dkb_auth_hero h1,.dkb_card h2,.dkb_dashboard h2{font-size:28px}.dkb_auth_hero{padding:28px 22px}.dkb_card,.dkb_dashboard{padding:26px 18px;border-radius:24px}.dkb_grid2{grid-template-columns:1fr}.dkb_dash_row{grid-template-columns:1fr;gap:3px}.dkb_page{padding-bottom:88px}}
