@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.site-header{color:#fff;background:#00133a;padding:20px 0;position:relative}.site-header .container{justify-content:space-between;align-items:center;gap:32px;display:flex}.logo{align-items:center;text-decoration:none;display:flex}.logo img{width:350px;height:auto;display:block}.site-header nav ul{align-items:center;gap:34px;margin:0;padding:0;list-style:none;display:flex}.site-header nav a{color:#fff;text-decoration:none;transition:color .3s;position:relative}.site-header nav a:after{content:"";background:#009ffb;width:0;height:2px;transition:width .3s;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.site-header nav a:hover,.site-header nav a.active{color:#009ffb}.site-header nav a:hover:after,.site-header nav a.active:after{width:100%}.header-actions{align-items:center;gap:18px;display:flex}.header-actions a{color:#fff;font-size:15px;font-weight:500;text-decoration:none}.header-actions a:not(.btn){transition:color .3s;position:relative}.header-actions a:not(.btn):after{content:"";background:#009ffb;width:0;height:2px;transition:width .3s;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.header-actions a:not(.btn):hover{color:#009ffb}.header-actions a:not(.btn):hover:after{width:100%}.site-header__toggle{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;display:none}.site-header__backdrop{z-index:1040;background:#00112f80;position:fixed;inset:0}.site-header__menu{z-index:1050;background:#00133a;width:280px;max-width:85vw;padding:24px 20px;transition:transform .25s;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.site-header__menu.site-header__menu--open{transform:translate(0)}.site-header__menu-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.site-header__menu-header img{border-radius:90px;width:50px;height:80px}.site-header__close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.site-header__menu-links{margin:0 0 24px;padding:0;list-style:none}.site-header__menu-links li a{color:#fff;border-radius:.5rem;padding:.85rem 1rem;font-weight:500;text-decoration:none;transition:background .2s;display:block}.site-header__menu-links li a:hover,.site-header__menu-links li a.active{background:#009ffb}.site-header__menu-actions{border-top:1px solid #ffffff1a;flex-direction:column;gap:12px;padding-top:16px;display:flex}.site-header__menu-actions a{color:#fff;font-weight:500;text-decoration:none}.site-header__menu-actions .site-header__menu-link{border-radius:.5rem;align-items:center;gap:.75rem;padding:.85rem 1rem;transition:background .2s;display:flex}.site-header__menu-actions .site-header__menu-link:hover{background:#009ffb}.site-header__menu-actions .btn{text-align:center;width:100%;display:block}@media (width<=900px){.site-header .container{padding:0 20px}.site-header nav,.header-actions{display:none}.logo img{width:165px}.site-header__toggle{display:flex}}.dashboard-sidebar__link{color:#fff;border-radius:.5rem;align-items:center;gap:.75rem;margin-bottom:.625rem;padding:.85rem 1rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.dashboard-sidebar__link i{font-size:1rem}.dashboard-sidebar__link:hover,.dashboard-sidebar__link.active{color:#fff;background:#009ffb}.dashboard-sidebar__utility{border-top:1px solid #ffffff1a;justify-content:flex-start;align-items:center;gap:1rem;margin-top:1rem;padding:1rem .15rem;display:flex}.dashboard-sidebar__utility-link{color:#ffffffd9;border-radius:.5rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:background .2s,color .2s;display:inline-flex;position:relative}.dashboard-sidebar__utility-link i{font-size:1.15rem}.dashboard-sidebar__utility-link:hover{color:#fff;background:#009ffb}.dashboard-sidebar__notification-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;position:absolute;top:.4rem;right:.6rem}body{background:#f8f9fa;font-family:Poppins,sans-serif}.btn{color:#fff;border:1px solid #fff;border-radius:12px;padding:13px 22px}.btn-primary{background:#001b4d}.btn-primary:hover{background:#009ffb;border-color:#fff}.btn-secondary{background:#009ffb}.btn-secondary:hover{background:#001b4d;border-color:#fff}.btn-outline-secondary{color:#009ffb;border-color:#009ffb}.btn-outline-secondary:hover{background:#001b4d;border-color:#fff}.btn-outline-danger{color:#ef4444;border-color:#ef4444}.btn-outline-danger:hover{background:#ef4444;border-color:#fff}.hero-section{background:#001b4d;padding:80px 0;position:relative}.home.hero-section{padding:120px 0!important}.hero-section:before{content:"";background:linear-gradient(90deg,#001b4df2,#001b4db3);position:absolute;inset:0}.hero-section .container{position:relative}.home-white-break{background:#fff;padding:5rem 0}.home-grey-break{background:#f8f9fa;padding:5rem 0}.page-error{text-align:center;padding:8rem 0}.dashboard-layout{min-height:100vh;display:flex}.dashboard-main{background:#f8f9fa;flex:1;padding:1.5rem}.dashboard-topbar{z-index:40;background:linear-gradient(#00133a 0%,#001b4d 100%);border-bottom:1px solid #ffffff1a;padding:12px 16px;position:sticky;top:0}.dashboard-topbar__logo img{height:80px}.dashboard-topbar__toggle{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:6px;margin-right:20px;padding:6px 10px;font-size:30px;line-height:1}.dashboard-sidebar__backdrop{z-index:45;background:#00000080;position:fixed;inset:0}.dashboard-sidebar{color:#fff;z-index:50;background:linear-gradient(#00133a 0%,#001b4d 100%);flex-direction:column;width:260px;height:100vh;min-height:100vh;padding:1.5rem 1rem;transition:transform .25s;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.dashboard-sidebar__nav{flex:1}.dashboard-sidebar--open{transform:translate(0)}.dashboard-sidebar__header{display:none}.dashboard-sidebar__logo img{width:160px;height:auto;margin-bottom:20px;display:block}@media (width<=991px){.dashboard-sidebar__logo img{width:40px;height:40px;margin-bottom:0}}.dashboard-sidebar__close{width:32px;height:32px}.dashboard-table{font-size:.85rem}.dashboard-table thead th{color:#6c757d;white-space:nowrap;border-bottom:1px solid #e9ecef;font-weight:600}.dashboard-table tbody td{vertical-align:middle;white-space:nowrap}.dashboard-table .btn{padding:.25rem .45rem;font-size:.7rem}.dashboard-welcome__avatar{color:#fff;background:#001b4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:22px;font-weight:600;display:flex}.customer-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:600;display:flex}.assigned-avatar{border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:600;display:flex}.dashboard-page-header{border-bottom:1px solid var(--bs-border-color);background:#fff;margin:-1.5rem -1.5rem 2rem;padding:1.5rem}@media (width<=767.98px){.page-actions{flex-direction:column;width:100%;align-items:stretch!important}.page-actions>*,.page-actions .btn{width:100%}}@media (width>=992px){.dashboard-sidebar{position:sticky;transform:none}.dashboard-sidebar__close{display:none}}@media (width<=991.98px){.dashboard-layout{display:block}.dashboard-main{width:100%}.dashboard-sidebar__header{padding:16px;display:flex}.dashboard-sidebar__close{color:#fff;background:0 0;border:none;font-size:20px}.dashboard-page-header{margin:-1.5rem -1.5rem 1.5rem;padding:1rem 1.5rem}}h1,h2,h3,p{color:#001b4d;margin-bottom:1rem}.hero-section h1{color:#fff;font-size:4.5rem;font-weight:700;line-height:1.1}@media (width<=767px){.hero-section h1{font-size:2.5rem}}.hero-section h1 span{color:#009ffb;display:block}.hero-section p{color:#fffc}.section-heading{margin-bottom:3rem}.section-heading h2{color:#001b4d;margin-bottom:1rem;font-size:2rem;font-weight:700}.section-heading .heading-line{background:#009ffb;border-radius:999px;width:3.5rem;height:.1875rem;margin:0 auto;display:block}.home-white-break h2 span{color:#009ffb}.home-white-break p{color:#6b7280;margin-bottom:1.5rem;line-height:1.7}.page-error h1{color:#009ffb;margin-bottom:1rem;font-size:6rem}.page-error h2{margin-bottom:1rem}.page-error p{max-width:36rem;margin:0 auto 2rem}.dashboard-stat-card__value--hero{letter-spacing:-.02em;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1}@media (width<=767.98px){.dashboard-stat-card{padding:1.25rem}.dashboard-stat-card__value--hero{margin-bottom:.5rem;font-size:2.25rem}}.hero-image{text-align:center;position:relative}.hero-image img{width:100%}.home-img{position:relative;overflow:visible}.home-img img{border-radius:1.25rem;width:100%;display:block}.dashboard-sidebar__logo{margin-bottom:2rem;display:block}.tag{text-transform:uppercase;letter-spacing:1px;border-radius:100px;margin-bottom:1rem;padding:8px 16px;font-size:12px;font-weight:700;display:inline-block}.tag-dark{color:#fff;background:#ffffff14}.tag-light{color:#009ffb;background:#0057fb14}.dashboard-welcome .tag{margin-bottom:0}.card{border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;box-shadow:0 .75rem 2rem #00112f14}.card h3{font-size:1.5rem}.card i{color:#009ffb;background:#0057fb14;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.5rem;display:flex}.card p{color:#6b7280}.card:hover{border-color:#009ffb;box-shadow:0 1rem 2.5rem #00112f26}.card i.icon-inline{width:auto;height:auto;color:inherit;background:0 0;border-radius:0;margin:0;display:inline}.dashboard-main .card:hover{border:1px solid #e5e7eb;box-shadow:0 .75rem 2rem #00112f14}.feature-card{text-align:center}.feature-card i{color:#009ffb;background:#0057fb14;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.5rem;display:flex}.card table th i{width:1.2rem;height:1.2rem;margin:0}.card.stat-card i.stat-icon{margin:0;background:0 0!important}.card-tooltip i.tooltip-icon{width:0;height:0;margin:0 .313rem}.home-notification-cards{flex-direction:column;gap:.75rem;width:22rem;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.notification{background:#fff;border:1px solid #e5e7eb;border-left:4px solid #0000;border-radius:.9rem;align-items:center;gap:1rem;margin-bottom:10px;padding:1rem 1.25rem;display:flex;position:relative;box-shadow:0 1rem 2.5rem #00112f24}.notification i{color:#009ffb;background:#0057fb14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:1.25rem;display:flex}.notification strong,.notification span,.notification small{display:block}.notification strong{color:#6b7280;font-size:.75rem;font-weight:600}.notification span{color:#001b4d;font-size:.95rem;font-weight:700}.notification small{color:#6b7280;font-size:.75rem}.notification-success i{color:#22c55e;background:#22c55e1a}.notification-danger i{color:#ef4444;background:#ef44441a}.notification-unread{background:#0057fb0a;border-left-color:#009ffb}.notification-unread-dot{background:#009ffb;border-radius:50%;width:8px;height:8px;position:absolute;top:.9rem;right:1rem}.notification-read{opacity:.7}.icon-list{margin:0;padding:0;list-style:none}.icon-list li{color:#001b4d;margin-bottom:.85rem;font-weight:600}.icon-list li:before{content:"";color:#009ffb;margin-right:.75rem;font-family:bootstrap-icons;font-weight:700}.list-table-card{box-shadow:none;border-radius:.5rem}.list-table-card:hover{box-shadow:none;border-color:#e5e7eb}.list-table-card table thead th{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;background:#f8f9fa;border-bottom:1px solid #e5e7eb;padding-top:.85rem;padding-bottom:.85rem;font-size:.8rem;font-weight:600}.list-table-card table tbody tr:last-child td{border-bottom:0}.plan-compare-wrapper{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;overflow:auto hidden}.feature-comparison-table{min-width:560px;margin-bottom:0}.feature-comparison-table thead th{color:#001b4d;white-space:nowrap;border-bottom:2px solid #e5e7eb;padding:1.5rem;font-weight:700}.feature-comparison-table thead th small{color:#6b7280;margin-top:.25rem;font-weight:400;display:block}.feature-comparison-table tbody td{vertical-align:middle;padding:1rem 1.5rem}.feature-comparison-table .featured-column{background:#009ffb0d}.feature-comparison-table .success{color:#22c55e;font-size:1.125rem}.feature-comparison-table .danger{color:#ef4444;font-size:1.125rem}.feature-comparison-table .feature-col{z-index:2;text-align:left;white-space:normal;background:#fff;width:140px;max-width:140px;padding-right:.75rem;font-size:.875rem;position:sticky;left:0}.feature-comparison-table thead .feature-col{z-index:3}.feature-comparison-table .featured-column.feature-col{background:#fff}.scroll-hint{color:#6b7280;margin-top:.5rem}@media (width<=767.98px){.feature-comparison-table{min-width:480px;font-size:.875rem}.feature-comparison-table th,.feature-comparison-table td{padding:.5rem .6rem}.feature-comparison-table thead th small{font-size:.75rem}.feature-comparison-table .btn{width:100%;padding:.4rem .5rem;font-size:.8rem;display:block}.feature-comparison-table .feature-col{width:110px;max-width:110px;padding:.5rem .5rem .5rem .6rem;font-size:.8rem}}.advert{background:linear-gradient(135deg,#001b4d 0%,#001234 100%);border-radius:1rem;justify-content:space-between;align-items:center;gap:1.5rem;margin:2rem 0;padding:2rem 2.5rem;display:flex;box-shadow:0 1rem 3rem #00112f26}.advert-content{align-items:center;gap:1.5rem;display:flex}.advert-icon{color:#fff;background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:1.5rem;display:flex}.advert-text h2{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.advert-text p{color:#fffc;margin:0}.advert-action{flex-shrink:0}.advert-action .btn{white-space:nowrap}@media (width<=991.98px){.advert{text-align:center;flex-direction:column;gap:2rem;padding:2rem}.advert-content{flex-direction:column}.advert-action{width:100%}.advert-action .btn{width:100%;display:block}}@media (width<=575.98px){.advert{margin:1.5rem 0;padding:1.5rem}.advert-icon{width:3.5rem;height:3.5rem;font-size:1.25rem}.advert-text h2{font-size:1.25rem}}.site-footer{color:#fff;background:#001b4d;padding:4rem 0 2rem}.site-footer h5{margin-bottom:1rem;font-size:1rem;font-weight:600}.site-footer p{color:#ffffffb3}.site-footer a{color:#ffffffb3;text-decoration:none}.site-footer a:hover{color:#009ffb}.site-footer hr{border-color:#ffffff1a;margin:2rem 0}.footer-logo{max-width:180px;margin-bottom:1rem}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-bottom{text-align:center}@media (width<=767.98px){.site-footer{text-align:center;padding:3rem 0 1.5rem}.footer-logo{max-width:140px}.footer-links li{margin-bottom:.6rem;font-size:.9rem}.footer-bottom{text-align:center;flex-direction:column}}
