:root{--primary-color:#a92523;--primary-gradient:linear-gradient(135deg, #a92523 0%, #761817 100%);--background:#f7f9fc;--foreground:#2d3748}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.login-container{background:radial-gradient(circle at 10% 20%,#f3f6f9 0%,#e4ebf3 90%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card-wrapper{background:#fff;border-radius:16px;width:100%;max-width:960px;min-height:580px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000f,0 1px 8px #00000005}.login-left{flex-direction:column;justify-content:center;width:50%;padding:50px 60px;display:flex}.login-right{background:var(--primary-gradient);background-size:cover;align-items:flex-end;width:50%;padding:50px;display:flex;position:relative;overflow:hidden}.login-right:before{content:"";filter:blur(20px);background:#ffffff0d;border-radius:50%;width:250px;height:250px;position:absolute;top:-10%;right:-10%}.login-right:after{content:"";filter:blur(15px);background:#ffffff14;border-radius:50%;width:180px;height:180px;position:absolute;bottom:15%;left:-5%}.glass-overlay{-webkit-backdrop-filter:blur(10px);z-index:1;background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:30px;box-shadow:0 8px 32px #0000001a}.quote-icon{color:#ffffffe6;font-size:24px}.logo-placeholder{align-items:center;gap:10px;margin-bottom:24px;display:flex}.logo-icon{background:var(--primary-color);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.logo-text{letter-spacing:1.5px;color:#1a202c;font-size:16px;font-weight:800}.crm-heading{color:#1a202c!important;margin-top:0!important;margin-bottom:8px!important;font-weight:800!important;line-height:1.2!important}.gradient-text{color:var(--primary-color)}.crm-subheading{margin-bottom:6px;font-size:15px;font-weight:600;display:block;color:#4a5568!important}.crm-desc{font-size:14px;color:#718096!important;margin-bottom:28px!important}.login-btn-submit{height:44px!important;font-size:15px!important;font-weight:600!important;transition:all .2s!important;box-shadow:0 4px 12px #a9252340!important}.login-btn-submit:hover{transform:translateY(-1px);box-shadow:0 6px 16px #a9252359!important}.mock-credentials{background:#f7f9fc;border:1px dashed #e2e8f0;border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.mock-cred-item{align-items:center;gap:8px;font-size:13px;display:flex}.dashboard-layout{min-height:100vh}.dashboard-header{z-index:999;background:#fff;justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0000000d}.dashboard-sider{background:#fff;box-shadow:2px 0 8px #0000000d}.dashboard-logo-container{border-bottom:1px solid #f0f0f0;align-items:center;height:64px;padding:0 24px;display:flex}.header-user{cursor:pointer;align-items:center;gap:12px;display:flex}.meeting-drawer-box{background:#fffbe6;border:1px solid #ffe58f;border-radius:8px;margin-bottom:24px;padding:16px}.meeting-list{margin:0;padding:0;list-style:none}.meeting-item{border-bottom:1px solid #f0e8c8;padding:8px 0}.meeting-item:last-child{border-bottom:none;padding-bottom:0}@media (max-width:768px){.login-card-wrapper{flex-direction:column;min-height:auto}.login-left{width:100%;padding:40px 30px}.login-right{display:none}}.showbox{z-index:9999;background:#fff;border:1px solid #d9d9d9;border-top:4px solid #a92523;border-radius:8px 8px 0 0;width:290px;min-height:100px;max-height:45%;padding:15px;position:fixed;bottom:0;left:20px;box-shadow:0 -4px 20px #00000026}.headings2{color:#a92523;border-bottom:2px solid #a92523;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:5px;font-size:14px;font-weight:700;display:flex;position:relative}.crossbox{cursor:pointer;color:#8c8c8c;font-size:14px;transition:color .2s}.crossbox:hover{color:#ff4d4f}.textimgbox{box-sizing:border-box;width:100%;height:250px;padding-right:5px;overflow-y:auto}.textimgbox ul{margin:0;padding:0;list-style:none}.textimgbox ul li{border-bottom:1px solid #f0f0f0;padding:8px 0}.textimgbox ul li:last-child{border-bottom:none}.urgent-row td{background-color:#ffffe0!important}.dashboard-header-container{z-index:1000;flex-direction:column;width:100%;display:flex;position:sticky;top:0;box-shadow:0 4px 12px #00000014}.dashboard-header-top{background:#fff;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;height:60px;padding:0 24px;display:flex}.header-top-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.header-top-logo .logo-icon{background:var(--primary-color);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.header-top-logo .logo-text{letter-spacing:1.5px;color:#1f1f1f;font-size:15px;font-weight:800}.header-search-bar{width:300px}.header-search-bar .ant-input-affix-wrapper{background-color:#f5f5f5!important;border-color:#e8e8e8!important}.header-search-bar input{color:#1f1f1f!important;background-color:#0000!important}.header-search-bar input::placeholder,.header-search-bar span.ant-input-prefix{color:#bfbfbf!important}.header-top-user-space{cursor:pointer}.header-top-user-space .user-name{color:#1f1f1f;font-size:14px;font-weight:600}.header-top-user-space .user-role{color:#8c8c8c;text-transform:capitalize;text-align:right;font-size:11px}.dashboard-navbar{height:48px;background-color:var(--primary-color)!important}.dashboard-navbar .ant-menu{width:100%;background-color:var(--primary-color)!important;color:#ffffffd9!important;border-bottom:none!important;height:48px!important;line-height:48px!important}.dashboard-navbar .ant-menu-item,.dashboard-navbar .ant-menu-submenu-title{color:#ffffffd9!important;border-radius:0!important;height:48px!important;margin:0!important;padding:0 20px!important;font-weight:500!important;line-height:48px!important}.dashboard-navbar .ant-menu-submenu{height:48px!important;line-height:48px!important}.dashboard-navbar .ant-menu-item:hover,.dashboard-navbar .ant-menu-submenu-title:hover,.dashboard-navbar .ant-menu-item-selected,.dashboard-navbar .ant-menu-submenu-selected .ant-menu-submenu-title{color:#fff!important;background-color:#8a1816!important}.dashboard-navbar .ant-menu-horizontal .ant-menu-item:after,.dashboard-navbar .ant-menu-horizontal .ant-menu-submenu:after,.dashboard-navbar .ant-menu-horizontal .ant-menu-item-selected:after,.dashboard-navbar .ant-menu-horizontal .ant-menu-submenu-selected:after{border-bottom:none!important}.mobile-menu-btn{display:none!important}@media (max-width:992px){.mobile-menu-btn{display:inline-block!important}.dashboard-navbar,.header-search-bar,.user-info-text{display:none!important}.dashboard-header-top{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:0!important;height:56px!important;padding:0 16px!important;display:flex!important}}@media (max-width:768px){.sticky-bottom-bar-inner{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.sticky-bottom-bar-inner .ant-space{width:100%!important;display:flex!important}.sticky-bottom-bar-inner .ant-space-item{flex:1!important}.sticky-bottom-bar-inner .ant-space-item .ant-btn,.sticky-bottom-bar-inner .ant-btn{width:100%!important}}.ant-table-wrapper{max-width:100%!important;overflow-x:auto!important}.dashboard-page-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.rich-text-toolbar-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}@media (max-width:576px){.dashboard-page-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.dashboard-page-header .ant-space{width:100%!important;display:flex!important}.dashboard-page-header .ant-btn{width:100%!important}.showbox{width:auto!important;bottom:0!important;left:12px!important;right:12px!important}}
