@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";:root{--app-background: #ffffff;--app-text: #000000;--topbar-background: #161A41;--topbar-text: #ffffff;--sidebar-background: #ffffff;--sidebar-text: #000000}body{margin:0;padding:0;overflow:auto;background-color:#fff;min-height:100vh;background:var(--app-background);color:var(--app-text)}body ::-webkit-scrollbar{width:8px}body ::-webkit-scrollbar-thumb{background:#888;border-radius:4px}body ::-webkit-scrollbar-thumb:hover{background:#555}.App{width:100%;height:100vh;font-family:Roboto,sans-serif;display:flex;overflow:hidden}.content{height:100%;width:100%;position:relative}.content .overlay{position:fixed;width:100%;height:100%;background:#00000080;display:none;z-index:8}.profile-tab-panel-flex{display:flex;flex-wrap:wrap;width:100%;max-width:100%;min-width:0;gap:0;box-sizing:border-box}.topbar{background:var(--topbar-background)!important;color:var(--topbar-text)!important}.sidebar,.app-sidebar,.MuiDrawer-paper.sidebar{background:var(--sidebar-background)!important;color:var(--sidebar-text)!important}.sidebar .icon-column,.app-sidebar .icon-column,.MuiListItemIcon-root{background:transparent!important}.sidebar .MuiSvgIcon-root,.MuiListItemIcon-root svg{color:var(--sidebar-text)!important;fill:currentColor!important}.sidebar .MuiListItemButton-root{background:transparent!important}.sidebar .MuiListItemButton-root:hover{background:#0000000a}.profile-tab-btn{flex:0 0 20%;width:20%;min-width:0;box-sizing:border-box;padding:14px 0;text-align:center;border:none;background:#f0f0f0;cursor:pointer;font-size:1rem;font-family:inherit;font-weight:700;border-bottom:4px solid transparent;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,border-bottom .2s;color:#222}.profile-tab-btn.active{background:#fff8ec;color:#f4a322;border-bottom:4px solid #f4a322}.profile-tab-icon{margin-right:8px;display:flex;align-items:center}@media (max-width: 900px){.profile-tab-btn{flex:0 0 50%;width:50%}}@media (max-width: 500px){.profile-tab-btn{flex:0 0 100%;width:100%}}.sidebar{z-index:9;top:60px;width:350px;height:100vh;background-color:#fff;color:#9197b3;margin-top:10px;transition:transform .3s ease,width .3s ease;transform:translate(-100%);position:relative}.sidebar-menu{margin-top:-60px;color:#000;width:100%}.sidebar.open{transform:translate(0)}.sidebar.collapsed{margin-top:41px;width:112px;display:flex;flex-direction:column;align-items:center}.sidebar.collapsed .list li{justify-content:center;width:35px;height:50px;color:#9197b3;font-size:60px;border-radius:8px;margin-left:0;align-items:center}.sidebar.collapsed .list li a{display:flex;justify-content:center;align-items:center}.sidebar.collapsed .list li a span{display:none}.sidebar .list li{display:flex;align-items:center;height:30px;margin-top:5px;cursor:pointer;border-radius:12px;width:250px;height:50px;padding:2px 8px;margin-left:30px}.sidebar .title{font-size:.7rem!important;padding:6px 8px 6px 18px;font-family:Roboto,sans-serif;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;max-height:12vh;color:#9197b3}.sidebar .list{margin:20px 0 0;padding-left:10px;padding-right:10px;list-style:none;font-size:1.4rem;font-weight:600;background-color:#fff;font-family:Open Sans,Arial}.sidebar .list li:hover{background-color:#797979;color:#fff;font-weight:600}.sidebar .list li a:hover svg{transform:scale(1.2);transition:transform .3s ease}.sidebar .list .active{background-color:#354545;color:#fff!important;font-weight:600}.arrowIcon{display:flex;justify-self:flex-end;position:absolute;right:10px}.logo-open{width:70px;height:70px;display:block;margin:10px auto}.create-button{color:#000!important;background-color:#f9bb1cab!important;font-size:12px!important;min-width:40px!important;border-radius:8px!important;align-items:center!important;justify-content:center!important;margin:40px auto auto 10px!important}.create-button.visible{width:140px!important;margin:0 0 auto auto!important;justify-content:center!important}.create-button.MuiSvgIcon-root{font-size:16px!important;margin-right:-4px!important}.create-button.visible .MuiSvgIcon-root{margin-right:8px!important}.menu-icon{color:#000!important;position:absolute!important;left:50%!important;transform:translate(-50%)!important;margin-left:0%!important}.menu-icon.visible{position:static!important;transform:none!important;margin-left:40px!important;font-size:50px!important}.sidebar{width:250px;top:-41px;margin-top:40px}.sidebar.collapsed{width:70px}.sidebar .list li{width:200px;height:40px;margin-left:15px;padding:0 6px;border-radius:8px}.sidebar.collapsed .list li{width:30px;height:40px;font-size:40px}.sidebar .title{font-size:12px;padding:4px 6px 4px 12px;max-height:10vh}.sidebar .list{margin-top:15px;padding-left:5px;padding-right:5px;font-size:10px}.logo-open{width:50px;height:50px;margin:8px auto}.menu-icon{left:45%!important}.menu-icon.visible{margin-left:30px!important;font-size:40px!important}.arrowIcon{right:8px}@media screen and (min-width: 1273px) and (max-width: 1386px){.sidebar{z-index:2000!important;width:300px;margin-top:8px}.sidebar.collapsed{width:100px}.sidebar .list li{width:230px;height:45px;margin-left:25px;padding:2px 6px}.sidebar.collapsed .list li{width:30px;height:42px;font-size:10px}.sidebar .title{font-size:13px;padding:5px 7px 5px 16px}.sidebar .list{margin-top:18px;padding-left:8px;padding-right:8px;font-size:10px}.logo-open{width:65px;height:65px;display:block;margin:10px auto}.create-button.MuiButton-root{color:#000!important;background-color:#f9bb1cab!important;font-size:12px!important;min-width:auto!important;width:40px!important;margin:40px 40px auto 29%!important;border-radius:8px!important;align-items:center!important;justify-content:center!important;padding:6px 1px 6px 6px!important}.create-button.visible.MuiButton-root{width:120px!important;margin-left:10px!important;margin-top:0!important;margin-right:0!important;justify-content:flex-start!important;padding:8px!important}.create-button .MuiSvgIcon-root{font-size:16px!important}.create-button.visible .MuiSvgIcon-root{margin-right:8px!important}.menu-icon.visible{margin-left:30px!important}}@media screen and (min-width: 1121px) and (max-width: 1262px){.sidebar{z-index:2000!important;width:280px;margin-top:6px}.sidebar.collapsed{width:90px}.sidebar .list li{width:210px;height:40px;margin-left:20px;padding:1px 5px}.sidebar.collapsed .list li{width:28px;height:36px;font-size:9px}.sidebar .title{font-size:12px;padding:4px 6px 4px 14px}.sidebar .list{margin-top:16px;padding-left:6px;padding-right:6px;font-size:9px}.logo-open{width:55px;height:55px;display:block;margin:10px auto}.create-button.MuiButton-root{color:#000!important;background-color:#f9bb1cab!important;font-size:12px!important;min-width:auto!important;width:40px!important;margin:40px 40px auto 27%!important;border-radius:8px!important;align-items:center!important;justify-content:center!important;padding:6px 2px 6px 6px!important}.create-button.visible.MuiButton-root{width:120px!important;margin-left:8px!important;margin-top:0!important;margin-right:0!important;justify-content:flex-start!important}.create-button .MuiSvgIcon-root{font-size:16px!important;margin-right:5px!important}.create-button.visible .MuiSvgIcon-root{margin-right:8px!important}.menu-icon.visible{margin-left:20px!important}}@media (max-width: 480px){.sidebar{width:250px;top:50px;margin-top:5px;background-color:#fff!important}.sidebar.collapsed{width:70px}.sidebar .list li{width:200px;height:40px;margin-left:15px;padding:2px 6px;border-radius:8px}.sidebar.collapsed .list li{width:30px;height:40px;font-size:40px}.sidebar .title{font-size:12px;padding:4px 6px 4px 12px;max-height:10vh}.sidebar .list{margin-top:15px;padding-left:5px;padding-right:5px;font-size:10px}.logo-open{width:50px;height:50px;margin:8px auto}.create-button.MuiButton-root{width:20px!important;justify-content:center!important;margin:40px auto auto 5px!important}.sidebar .MuiSvgIcon-root{font-size:24px}.create-button.visible.MuiButton-root{width:120px!important;margin:auto!important}.create-button .MuiSvgIcon-root{font-size:14px!important}.create-button.visible .MuiSvgIcon-root{margin-right:5px!important}.menu-icon{left:45%!important}.menu-icon.visible{margin-left:30px!important;font-size:40px!important}.arrowIcon{right:8px}}.topbar{width:102%;height:90px;display:flex;justify-content:space-between;align-items:center;background-color:#fff;margin-left:-0px;//border-bottom: solid #9197B3 1px}.topbar-company{display:flex;margin-left:clamp(4rem,40vw,10rem)!important}.topbar .page-details{display:flex;align-items:center}.topbar .menu-icon{font-size:24px;margin-left:14px;cursor:pointer;display:none}.topbar .menu-icon:hover{color:#f4a322}.page-title{font-size:1.5rem;font-weight:800;font-family:lato,sans-serif;color:#000d86c7}.topbar .user-details{display:flex;align-items:center;height:100%;font-family:lato,sans-serif;gap:16px}.topbar .notifications-count{cursor:pointer}.notifications-count>.MuiBadge-badge{background-color:#111827;color:#fff;font-size:.8rem;height:18px;min-width:18px}.notifications-count:hover{color:#f4a322}.user-details{margin-right:100px;display:flex;gap:16px}.user-details .avatar{width:50px;height:50px;cursor:pointer;background-color:#f4a322}.user-details .user-name{font-size:1rem;font-weight:700;max-width:18vw;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:pointer}.user-name:hover{color:#e38f09}.avatar:hover~.user-name{color:#e38f09}.notifications-dropdown{position:absolute;margin-left:-18vw;top:50px;width:280px;min-height:200px;max-height:45vh;background:#fff;border-radius:10px;box-shadow:0 14px 14px #000000b3;z-index:1000;flex-direction:column;display:none;overflow:auto}.notifications-dropdown.open{display:flex}.notifications-dropdown .notifications-title{padding-left:10px}.notifications-dropdown .no-notifications{height:125px;margin:auto;font-family:Open Sans,Arial;font-size:.9rem;color:#a9a9a9;font-style:italic}.notifications-dropdown ul{list-style:none;padding:10px 4px 0;margin:0;height:200px;overflow:auto}.notifications-dropdown li{padding:10px;border-bottom:1px solid #eee;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-family:Roboto,sans-serif}.notifications-dropdown .unread{font-weight:600}.notifications-dropdown li:hover{background-color:#7a78e90e}.notifications-dropdown li:last-child{border-bottom:none}.notifications-dropdown .read-all{font-size:.78rem;display:flex;justify-content:flex-end;color:#e38f09}.profile-dropdown{position:absolute;margin-left:-2vw;top:50px;width:200px;max-height:500px;background:#fff;border-radius:5px;box-shadow:0 14px 14px #000000b3;z-index:1300;flex-direction:column;align-items:center;font-family:Roboto,sans-serif;overflow:auto;text-align:center;display:none;padding:10px 0}.profile-dropdown.open{display:flex}.profile-dropdown .profile-role{margin:0;padding-bottom:15px;font-size:.9rem}.profile-dropdown .profile-avatar{margin:15px auto 0!important;width:80px;height:80px}.profile-dropdown .profile-name{font-weight:500;margin-bottom:10px}@media (max-width: 576px){.topbar{height:min(48px,8vh);width:100%!important;padding:0 clamp(3px,1vw,5px);display:flex;align-items:center;box-sizing:border-box}.topbar-company{font-size:min(8px,1.8vw);margin-left:clamp(3px,1vw,5px)!important;width:min(100px,25vw)!important;padding-left:clamp(3px,1vw,4px)!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar .menu-icon{display:block;font-size:min(16px,4vw);margin-left:clamp(3px,1vw,4px)}.page-title{font-size:min(.85rem,3.5vw);max-width:35vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar .user-details{margin-right:clamp(20px,3vw,12px)!important}.user-details .avatar{display:none}.user-details .user-name{font-size:min(.6rem,2.5vw)!important;max-width:min(22vw,80px)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar .notifications-count{margin-right:clamp(5px,1.5vw,6px)}.notifications-count>.MuiBadge-badge{font-size:min(.6rem,2vw);height:min(12px,3vw);min-width:min(12px,3vw)}.notifications-dropdown{margin-left:min(-28vw,-100px)!important;width:min(180px,50vw)!important;max-height:min(32vh,200px)!important;top:min(32px,6vh)!important;box-sizing:border-box}.notifications-dropdown .no-notifications{font-size:min(.7rem,2.5vw);height:min(70px,15vh)}.notifications-dropdown li{font-size:min(.7rem,2.5vw);padding:clamp(4px,1vw,5px)}.notifications-dropdown .read-all{font-size:min(.6rem,2vw)}.profile-dropdown{margin-left:min(-18vw,-70px);width:min(140px,40vw);top:min(32px,6vh);box-sizing:border-box}.profile-dropdown .profile-name{font-size:min(.85rem,3vw)}.profile-dropdown .profile-role{font-size:min(.7rem,2.5vw);padding-bottom:clamp(6px,1.5vw,7px)}.profile-dropdown .profile-btn,.profile-dropdown .setting-btn,.profile-dropdown .companysetting-btn{font-size:min(11px,2.8vw);margin-left:min(-70px,-20vw)}.profile-dropdown .companysetting-btn{margin-left:min(-12px,-4vw)}.profile-dropdown .logout{font-size:min(.7rem,2.5vw);width:min(70%,100px);margin-left:min(-70px,-20vw)}}@media screen and (min-width: 1273px) and (max-width: 1386px){.topbar{position:relative!important;width:100%;height:85px;display:flex;justify-content:space-between;align-items:center;background-color:#fff;border-bottom:solid #9197B3 1px}.topbar-company{display:flex;margin-right:-300px}.topbar .page-details{display:flex;align-items:center}.topbar .menu-icon{font-size:22px;margin-left:13px;cursor:pointer;display:none}.topbar .menu-icon:hover{color:#f4a322}.page-title{font-size:1.4rem;font-weight:800;font-family:lato,sans-serif;color:#000d86c7}.topbar .user-details{display:flex;align-items:center;height:100%;font-family:lato,sans-serif;gap:14px}.topbar .notifications-count{cursor:pointer}.notifications-count>.MuiBadge-badge{background-color:#111827;color:#fff;font-size:.75rem;height:17px;min-width:17px}.notifications-count:hover{color:#f4a322}.user-details{margin-right:80px;display:flex;gap:14px}.user-details .avatar{width:48px;height:48px;margin-right:18px;cursor:pointer;background-color:#f4a322}.user-details .user-name{font-size:.95rem;font-weight:700;max-width:17vw;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:pointer}.user-name:hover{color:#e38f09}.avatar:hover~.user-name{color:#e38f09}.notifications-dropdown{position:absolute;margin-left:-7.5vw;top:48px;width:270px;min-height:190px;max-height:43vh;background:#fff;border-radius:9px;box-shadow:0 13px 13px #000000b3;z-index:7;flex-direction:column;display:none;overflow:auto}.notifications-dropdown.open{display:flex}.notifications-dropdown .notifications-title{padding-left:9px}.notifications-dropdown .no-notifications{height:120px;margin:auto;font-family:Open Sans,Arial;font-size:.85rem;color:#a9a9a9;font-style:italic}.notifications-dropdown ul{list-style:none;padding:9px 3px 0;margin:0;height:190px;overflow:auto}.notifications-dropdown li{padding:9px;border-bottom:1px solid #eee;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-family:Roboto,sans-serif}.notifications-dropdown .unread{font-weight:600}.notifications-dropdown li:hover{background-color:#7a78e90e}.notifications-dropdown li:last-child{border-bottom:none}.notifications-dropdown .read-all{font-size:.74rem;display:flex;justify-content:flex-end;color:#e38f09}.profile-dropdown{position:absolute;margin-left:-1.9vw;top:48px;width:190px;max-height:480px;background:#fff;border-radius:4px;box-shadow:0 13px 13px #000000b3;z-index:7;flex-direction:column;align-items:center;font-family:Roboto,sans-serif;overflow:auto;text-align:center;display:none}.profile-dropdown.open{display:flex}.profile-dropdown .profile-name{margin:0;padding-top:9px;font-size:1.1rem}.profile-dropdown .profile-role{margin:0;padding-bottom:14px;font-size:.85rem}.profile-dropdown .profile-btn{margin-bottom:1px;width:65%;background-color:#fff;font-size:14px;text-transform:none;color:#363636;margin-left:-95px}.profile-dropdown .setting-btn{color:#363636;text-transform:none;font-size:14px;margin-left:-95px;margin-top:-1px}.profile-dropdown .companysetting-btn{color:#363636;text-transform:none;font-size:14px;margin-left:-28px;margin-top:3px}.profile-dropdown .profile-btn:hover,.profile-dropdown .setting-btn:hover,.profile-dropdown .companysetting-btn:hover{background-color:#fff;color:#e38f09}.profile-dropdown .logout{margin-bottom:9px;width:52%;color:#363636;font-size:.85rem;border-radius:9px;text-transform:none;margin-left:-95px}.profile-dropdown .logout:hover{background-color:#fff;color:red}}@media screen and (min-width: 1121px) and (max-width: 1262px){.topbar{z-index:1!important;width:100%;height:75px;display:flex;justify-content:space-between;align-items:center;background-color:#ffffff80;border-bottom:solid #9197B3 1px}.topbar-company{display:flex;margin-right:-500px}.topbar-company{margin-left:-180px}.topbar .page-details{display:flex;align-items:center}.topbar .menu-icon{font-size:20px;margin-left:12px;margin-right:12px;cursor:pointer;display:none}.topbar .menu-icon:hover{color:#f4a322}.page-title{font-size:1.3rem;font-weight:800;margin-left:-40px;font-family:lato,sans-serif;color:#000d86c7;background-color:#00f}.topbar .user-details{display:flex;align-items:center;height:100%;padding-right:1.6vw;font-family:Open Sans,Arial}.topbar .notifications-count{cursor:pointer}.notifications-count>.MuiBadge-badge{background-color:#111827;color:#fff;font-size:.7rem;height:16px;min-width:16px}.notifications-count:hover{color:#f4a322}.user-details{font-size:20px;margin-right:50px;display:flex;gap:12px}.user-details .avatar{width:40px;height:40px;margin-right:16px;cursor:pointer;background-color:#f4a322}.user-details .user-name{font-size:.9rem;font-weight:700;max-width:16vw;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:pointer}.user-name:hover{color:#e38f09}.avatar:hover~.user-name{color:#e38f09}.notifications-dropdown{position:absolute;margin-left:-7vw;top:45px;width:260px;min-height:180px;max-height:40vh;background:#fff;border-radius:8px;box-shadow:0 12px 12px #000000b3;z-index:7;flex-direction:column;display:none;overflow:auto}.notifications-dropdown.open{display:flex}.notifications-dropdown .notifications-title{padding-left:8px}.notifications-dropdown .no-notifications{height:115px;margin:auto;font-family:Open Sans,Arial;font-size:.8rem;color:#a9a9a9;font-style:italic}.notifications-dropdown ul{list-style:none;padding:8px 2px 0;margin:0;height:180px;overflow:auto}.notifications-dropdown li{padding:8px;border-bottom:1px solid #eee;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-family:Roboto,sans-serif}.notifications-dropdown .unread{font-weight:600}.notifications-dropdown li:hover{background-color:#7a78e90e}.notifications-dropdown li:last-child{border-bottom:none}.notifications-dropdown .read-all{font-size:.7rem;display:flex;justify-content:flex-end;color:#e38f09}.profile-dropdown{position:absolute;margin-left:-1.8vw;top:45px;width:180px;max-height:450px;background:#fff;border-radius:4px;box-shadow:0 12px 12px #000000b3;z-index:7;flex-direction:column;align-items:center;font-family:Roboto,sans-serif;overflow:auto;text-align:center;display:none}.profile-dropdown.open{display:flex}.profile-dropdown .profile-name{margin:0;padding-top:8px;font-size:1.05rem}.profile-dropdown .profile-role{margin:0;padding-bottom:13px;font-size:.8rem}.profile-dropdown .profile-btn{margin-bottom:1px;width:62%;backgroundcolor:white;font-size:13px;text-transform:none;color:#363636;margin-left:-90px}.profile-dropdown .setting-btn{color:#363636;text-transform:none;font-size:13px;margin-left:-90px;margin-top:-1px}.profile-dropdown .companysetting-btn{color:#363636;text-transform:none;font-size:13px;margin-left:-26px;margin-top:3px}.profile-dropdown .profile-btn:hover,.profile-dropdown .setting-btn:hover,.profile-dropdown .companysetting-btn:hover{background-color:#fff;color:#e38f09}.profile-dropdown .logout{margin-bottom:8px;width:50%;color:#363636;font-size:.8rem;border-radius:8px;text-transform:none;margin-left:-90px}.profile-dropdown .logout:hover{background-color:#fff;color:red}}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}:root{--topbar-height: 0px;--topbar-breathing: 0px}.dashboard-class{box-sizing:border-box;padding-top:calc(var(--topbar-height) + var(--topbar-breathing));padding-left:20px;padding-right:20px;padding-bottom:20px;overflow:auto!important;height:calc(100vh - var(--topbar-height) - (var(--topbar-breathing) * 2))!important;margin-top:0;position:relative;z-index:0}.card{border-radius:20px;box-shadow:0 2px 8px #00000026;background-color:#fff;position:relative;z-index:1}.react-grid-layout{margin-top:-5px;margin-left:-30px}.react-grid-item{z-index:1!important;transition:all .3s ease}.react-grid-item.dragging,.react-grid-item.resizing,.react-grid-item[data-dragging=true]{z-index:50!important}.card-title{font-size:1.7rem;font-family:Roboto,sans-serif;color:#000000ac}.card-ico-container{height:34px;width:34px;background-color:#f5f5f5;border-radius:10px;margin-right:10px;display:flex;justify-content:center;align-items:center}.card-val{font-family:Open Sans,Arial;font-weight:700;color:#000;margin-left:10px;height:20vh}.card-desc{font-family:Roboto,sans-serif;margin-top:8px;font-weight:100;font-size:1.5rem}.pdf-icon{color:#000;font-size:30px!important;display:flex;justify-content:center!important;align-items:center!important}.box{min-height:165px;max-height:32vh;overflow:auto}.box::-webkit-scrollbar{width:.4em}.box::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #0000;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0)}.box::-webkit-scrollbar-thumb{background-color:#000000bf;border-radius:8px}.emp-name-box{overflow:auto;max-height:14vh}.emp-name-box::-webkit-scrollbar{width:.2em}.emp-name-box::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #0000;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0)}.emp-name-box::-webkit-scrollbar-thumb{background-color:#000000bf;border-radius:8px}@media (max-width: 425px){.dashboard-class{overflow:auto;height:calc(100vh - var(--topbar-height) - 20px);width:clamp(80px,70vw,320px);padding-top:calc(var(--topbar-height) + 8px)}.card{height:15vh}.card-title{font-size:12px!important}.card-ico-container{height:20px;width:20px;border-radius:4px}.card-val{height:15vh}.card-desc{margin-top:4px;font-size:px!important}.pdf-icon{color:#000;font-size:20px!important;display:flex;justify-content:center!important;align-items:center!important}}.card-content{display:flex;justify-content:space-between}.layout>div{padding-left:6.6px}.css-1147u99-MuiGrid-root>.MuiGrid-item{padding-left:6.6px}.MuiContainer-root{padding-left:8%!important;padding-right:10%!important}.affiliateSection{font-family:Arial,sans-serif;color:#333;padding:0;margin:0}.header{position:relative;background-color:#f8fbff;min-height:489px;display:flex;justify-content:flex-start;align-items:center;overflow:hidden;z-index:1;margin:0;padding-left:8%!important;padding-right:10%!important}.affiliate-image-container{position:relative;z-index:0;display:flex;justify-content:flex-end;padding:16px 0;width:100%!important}.affiliate-image{z-index:9999;display:flex;justify-content:flex-end;width:55%}.text-overlay{position:absolute;z-index:999;color:#1a1a1a;padding:80px;top:80px;min-width:50%}.free-text{background-color:#7280e0;width:117px;text-align:center;padding:8px;border-radius:30px;font-size:20px;font-weight:700;color:#fff}.title{font-size:50px!important;font-weight:700!important;line-height:1.4!important;color:#010101;text-transform:uppercase!important}.title-2ndpart{font-size:50px!important;font-weight:700!important;line-height:1.2;margin-bottom:16px;background:-webkit-linear-gradient(45deg,#6f5ed2,#79cdff,#79cdff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase!important;display:flex}.stricmark{color:red!important;border-radius:50%;margin-right:10px;display:inline-block}.subtitle{font-size:25px!important;color:#717171;margin-bottom:50px!important;width:400px}.cta-button{background-color:#6f5ed2!important;color:#fff!important;font-size:16px!important;font-weight:700!important;padding:10px 20px!important;border-radius:30px!important;transition:background-color .3s ease!important;width:212px!important}.cta-button:hover{background-color:#6f5ed2}.play-button{background-color:transparent!important;color:#000!important;font-size:50px!important;display:inline-block;padding:8px!important;border:none!important;cursor:pointer!important;transition:color .3s ease!important}.play-button .css-i4bv87-MuiSvgIcon-root{font-size:5rem;fill:#0056b3!important;height:40px}.play-button:hover{color:#0056b3}.info-section{padding:40px 70px;padding-left:9%!important;padding-right:7%!important}.info-image{width:54%;height:auto;border-radius:30px;max-width:570px;padding-left:1%}.info-title{font-size:40px!important;font-weight:800!important;color:#010101!important;margin-bottom:16px!important;width:100%}.info-text{display:flex!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;padding:5px;color:#555;margin-bottom:12px;line-height:1.6;width:90%}.info-text-container{display:flex!important;flex-direction:column!important;justify-content:start;align-items:start;padding:20px;gap:2;height:100%!important;top:70%!important}.info-more-text{font-size:18px;font-weight:600!important;color:#0166ff;margin-bottom:12px;line-height:1.6}.texts-section{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px}.icon{display:flex;flex-direction:column;width:40px;height:40px;margin-right:20px}.sub-texts{font-weight:600!important;color:#555;font-size:20px!important;margin-bottom:12px;line-height:1.6}.reg-button-container{display:flex;justify-content:flex-end;align-items:center;width:80%;padding:20px;gap:2;height:100%!important}.register-button{background-color:#6f5ed2!important;display:flex;gap:30px!important;color:#fff!important;font-size:16px!important;font-weight:700!important;padding:10px 20px!important;border-radius:30px!important;transition:background-color .3s ease!important;width:212px!important}.payment-terms-subdescription{font-size:27px!important;color:#717171;margin-left:100px!important;max-width:60%;font-weight:500!important}.payment-terms-section{padding:40px 20px;padding-left:9%!important;padding-right:7%!important}.payment-terms-title{font-size:40px!important;font-weight:700!important;color:#010101!important;margin-bottom:10px!important;text-align:center!important;text-transform:capitalize!important}.payment-terms-subtitle{font-size:36px!important;color:#717171!important;margin-bottom:30px!important;text-align:center!important}.payment-terms-details{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;gap:20px}.payment-terms-image-container{flex:1;display:flex;justify-content:center;align-items:center}.payment-terms-image{max-width:100%;height:550px!important;width:540px!important}.payment-terms-text-container{flex:1!important;height:400px!important;display:flex!important;flex-direction:column!important;margin-left:55px!important}.payment-terms-heading{font-size:27px!important;font-weight:700!important;color:#010101;margin-bottom:10px!important}.payment-terms-description{font-size:27px!important;color:#555;line-height:1.6!important;margin-bottom:12px!important;font-weight:500!important}.how-it-works-section{padding:40px 20px;background-color:#f5f5f5;text-align:center}.how-it-works-title{font-size:20px;font-weight:700;color:#0166ff;margin-bottom:10px}.how-it-works-subtitle{font-size:36px;font-weight:800;color:#010101;margin-bottom:40px}.how-it-works-steps{display:flex;justify-content:center;align-items:stretch;gap:20px}.step-card{padding:20px;border-radius:30px!important;box-shadow:0 4px 10px #0000001a;text-align:center;height:300px!important}.step-icon{width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto;text-align:center}.step-number{font-size:24px;font-weight:700;color:#010101;border:solid 1px #000000;border-radius:50%;width:30px}.step-image{width:120px;height:120px}.step-title{display:flex;gap:10px!important;font-size:20px!important;font-weight:700!important;color:#010101;margin-bottom:10px!important}.step-description{font-size:16px;color:#555;line-height:1.6;text-align:justify}.step-image-container{display:flex;gap:2!important;align-items:center;gap:10px;margin-bottom:20px;width:100%}.how-it-works-title{font-size:20px!important;font-weight:700!important;color:#0166ff!important;margin-bottom:10px!important;text-transform:uppercase!important}.how-it-works-subtitle{font-size:36px!important;font-weight:800!important;color:#010101!important;margin-bottom:40px!important;text-transform:capitalize!important}.quote-section{display:flex;justify-content:center;align-items:center;padding:20px;background-color:#fff}.quote-text{font-size:45px!important;font-weight:700!important;text-align:center;background:-webkit-linear-gradient(45deg,#6f5ed2,#79cdff,#79cdff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:20px 0}.home-body{background-color:#fff;max-height:100vh;overflow-y:auto;overflow-x:hidden;font-family:Poppins,sans-serif!important;fontSize:"10px"!important}.mobile-menu-button{display:none!important}.nav{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:clamp(10px,1.8vw,18px) clamp(12px,2.2vw,24px)!important;width:100%!important;max-width:100vw!important;height:clamp(75px,10vh,100px);box-sizing:border-box!important;background-color:#e8e5f8;box-shadow:0 4px 6px -1px #6f5ed2;z-index:1000;top:0;position:fixed;margin:0 auto!important;left:0;right:0;padding-left:8%!important;padding-right:10%!important}.nav-logo{height:clamp(45px,3.5vw + 1.8rem,70px)!important;margin-left:clamp(15px,2.5vw,40px)!important}.login-nav-button{display:flex!important;align-items:center!important;gap:clamp(10px,1.5vw,18px)!important}.nav-button{text-transform:none!important;font-size:clamp(10px,.3vw + .8rem,20px)!important;color:#000!important;font-weight:400!important;padding:clamp(2px,1vw,3px) clamp(10px,1.2vw,14px)!important}.nav-button:hover{background-color:#8c7aee!important;color:#fff!important}.nav-button.active{color:#fff!important}.login-signup{display:flex!important;gap:clamp(6px,1vw,12px)!important}.login-button{text-transform:none!important;font-size:clamp(14px,.9vw + .7rem,20px)!important;background-color:#6f5ed2!important;color:#fff!important;border-radius:50px!important;padding:clamp(2px,.5vw,3px) clamp(25px,2.5vw,40px)!important;cursor:pointer}.login-button:hover{background-color:#5b4bb8!important}.signup-button{text-transform:none!important;font-size:clamp(14px,.9vw + .7rem,20px)!important;background-color:#fff!important;color:#6f5ed2!important;border:1px solid #6f5ed2!important;border-radius:50px!important;padding:clamp(2px,1vw,3px) clamp(20px,2.5vw,35px)!important;margin-right:clamp(8px,1.2vw,20px)!important;cursor:pointer}.signup-button:hover{background-color:#6f5ed21a!important}.hero-section{background-color:#6f5ed229!important;border-radius:0 0 40% 40%!important;width:100vw!important;height:clamp(400px,50vw,120vh);display:flex!important;justify-content:space-between!important;align-items:center!important;padding:clamp(20px,3vw,20px)!important;position:relative!important;line-height:1.8!important;padding-top:0!important}.topbar-companys{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:start!important;max-width:50%!important;width:clamp(100px,50vw,550px)!important;text-align:left;margin-top:40px!important;padding-left:17%!important}.hero-title{font-size:clamp(24px,3vw + 1rem,50px)!important;font-weight:700!important;line-height:1.2!important;margin:0!important}.highlight-purple{color:#6f5ed2!important;text-transform:uppercase!important}.highlight-black{color:#000!important}.hero-subtitle{font-size:clamp(14px,1vw + .5rem,18px);color:#0803036e!important;font-weight:400!important;text-align:left!important;text-indent:0!important;margin:0!important;padding:0!important;display:block!important;line-height:1.9!important;width:500px!important}.watch-buttons-both{display:flex!important;flex-direction:row!important;align-items:center!important;gap:clamp(5px,1vw,40px)!important;flex-wrap:nowrap!important}.play-icon-container{display:inline-flex!important;align-items:center!important}.play-icon{color:#000!important;font-size:clamp(40px,3vw,10px)!important}.watch-button{display:inline-flex!important;background-color:#000!important;color:#fff!important;font-size:clamp(12px,1vw + .3rem,16px);border-radius:80px!important;padding:clamp(8px,1.5vw,15px) clamp(15px,2vw,25px)!important;text-transform:none!important;line-height:normal!important}.watch-button:hover{background-color:#333!important}.hero-image-container{position:relative!important;max-width:clamp(40%,45vw,50%)!important;height:clamp(60%,80vw,88%)!important;display:flex!important;justify-content:flex-start!important;align-items:center!important;margin-bottom:clamp(-100px,-10vw,-140px)!important;margin-left:clamp(-100px,-1vw,-10px)!important;margin-right:clamp(50px,7vw,100px)!important}.hero-image{max-height:100%!important;object-fit:contain!important;margin-right:clamp(200px,25vw,300px)!important}.popup{position:absolute!important;background-color:#fff!important;border-radius:10px!important;box-shadow:0 2px 8px #0000001a!important;padding:clamp(5px,1vw,10px)!important;display:flex!important;align-items:center!important;gap:clamp(5px,1vw,10px)!important;font-size:clamp(12px,1vw + .2rem,14px)!important}.popup.scheduling{width:clamp(150px,15vw,200px)!important;top:clamp(10%,15vw,20%)!important;right:clamp(5%,5vw,10%)!important;background-color:#fffc!important;color:#595959!important;align-items:flex-start!important;display:flex!important;justify-content:flex-start!important;align-items:center!important}.popup-text{display:flex!important;flex-direction:column!important;line-height:1.3!important}.popup-subtitle{color:#595959!important;font-size:clamp(10px,.8vw + .2rem,12px)!important}.popup.management{top:clamp(10%,55vw,92%)!important;left:clamp(2%,5vw,40%)!important;width:clamp(150px,20vw,360px);height:clamp(50px,4vw,60px)}.popup-icon{font-size:clamp(20px,2vw + .5rem,30px)!important;color:#5b4bb8}.manageImageUrl{height:clamp(30px,3vw,40px);width:clamp(30px,3vw,40px);border-radius:5px}.features-section{display:flex!important;flex-direction:column!important;align-items:center!important;padding-top:80px!important;text-align:center!important}.features-section-texts{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;margin-bottom:50px!important;padding-left:20px!important;padding-right:20px!important}.section-title{font-size:36px!important;font-weight:700!important;margin-bottom:20px!important}.title-part-gray{color:#333!important}.title-part-blue{color:#6f5ed2!important;margin-right:10px!important}.section-descriptions{font-size:20px!important;color:#696984;line-height:1.6;max-width:90%;margin-bottom:100px!important}.section-description{font-size:24px!important;color:#696984;line-height:1.6;width:80%!important;max-width:90%;margin-bottom:100px!important}.highlight-blue{color:#6f5ed2!important}.feature-boxes{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;max-width:100%;margin:0 auto 100px!important;flex-wrap:wrap;position:relative}.astric-mark{color:red!important;display:inline}.feature-box{display:flex!important;align-items:center!important;gap:50px!important;padding:20px!important;width:75vw!important;transition:transform .3s ease,box-shadow .3s ease!important}.feature-image-container1{flex:1!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;width:50%!important}.feature-image-container1:nth-child(1){display:flex;justify-content:flex-start!important}.feature-icon{opacity:0;width:550px!important;height:450px!important}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.feature-icon.visible{animation:fadeInSlideUp 1s ease-out forwards}.feature-box:nth-child(1) .feature-icon.visible{animation-delay:.2s}.feature-box:nth-child(2) .feature-icon.visible{animation-delay:.4s}.feature-box:nth-child(3) .feature-icon.visible{animation-delay:.6s}.feature-box:nth-child(4) .feature-icon.visible{animation-delay:.8s}.feature-box:nth-child(5) .feature-icon.visible{animation-delay:1s}.feature-box:nth-child(6) .feature-icon.visible{animation-delay:1.2s}.feature-box:nth-child(7) .feature-icon.visible{animation-delay:1.4s}.feature-box:nth-child(8) .feature-icon.visible{animation-delay:1.6s}.feature-box:nth-child(9) .feature-icon.visible{animation-delay:1.8s}.feature-box:nth-child(10) .feature-icon.visible{animation-delay:2s}.feature-box:nth-child(11) .feature-icon.visible{animation-delay:2.2s}.feature-box:nth-child(12) .feature-icon.visible{animation-delay:2.4s}.popup-image{animation:scaleIn .8s ease-in-out forwards}.feature-content1{flex:1!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:10px!important;width:700px!important}.feature-content1:nth-child(1){display:flex;flex-direction:flex-start!important}.feature-title1{font-size:40px!important;font-weight:700!important;font-family:Roboto,sans-serif!important;color:#2f327d!important;text-align:left!important;margin-bottom:20px!important;width:80%!important}.feature-description1{font-size:20px!important;color:#696984!important;width:100%!important;text-align:left!important;line-height:1.6!important;margin-bottom:20px!important}.see-more-button{color:#000!important;font-size:20px!important}.popup-box{position:fixed!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:80%!important;max-width:1000px!important;height:60vh!important;max-height:100vh!important;border-radius:8px!important;box-shadow:0 6px 12px #0003!important;z-index:1000!important;display:flex!important;flex-direction:row!important;overflow-y:auto!important;background-color:#fff!important;padding:50px!important;margin-top:40px!important}.popup-box-4,.popup-box-5,.popup-box-6,.popup-box-7,.popup-box-8,.popup-box-9,.popup-box-10{top:50%}.image-container{display:flex;justify-content:center;align-items:center;width:60%;overflow:hidden}.popup-image{background-size:contain;object-fit:cover;border-radius:8px 8px 0 0;width:100%}.popup-content{width:50%;background-color:#fff;padding:15px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;color:#363636;border-radius:0 0 8px 8px;font-family:Poppins,sans-serif}.popup-close{position:absolute;top:8px;right:8px;color:gray;cursor:pointer;font-size:16px}.popup-title{margin-bottom:20px!important;color:#2f327d!important;font-size:20px;font-weight:500!important}.popup-description{text-align:left;margin-left:0;font-size:13px}.popup-list{margin-left:10px!important;padding-left:15px;color:#696984!important;width:80%!important}.popup-description ul{margin-left:0;padding-left:15px}.l-see-more-button{background-color:#fff!important;color:#49bbbd!important;font-size:20px!important;padding:12px 22px!important;border-radius:40px!important;margin-top:20px!important;border:solid 1px #49bbbd!important}.l-see-more-button:hover{background-color:#49bbbd!important;color:#fff!important;box-shadow:0 3px 6px #0003!important}.see-more-button-container{display:flex;justify-content:center;margin-top:1rem;margin-bottom:-100px!important;margin-right:20px!important}.see-more-container{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:2rem!important;width:100%!important;margin-bottom:70px!important}.see-more{display:flex!important;flex-direction:column!important;gap:2rem!important;opacity:1!important;max-height:auto!important;transition:opacity .5s ease,max-height .5s ease!important}.see-more[style*="display: none"]{opacity:0;max-height:0;overflow:hidden}.pricing-section{position:relative!important;padding:75px 15px 15px!important;text-align:center!important;margin-top:0!important}.title-part-blue{color:#2f327d}.title-part-green{color:#00cbb8}.pricing-description{color:#696984;font-size:24px!important;font-weight:400!important;display:flex!important;justify-content:center!important;align-items:center!important;margin:0 auto 20px!important;width:81%!important;max-width:100%!important;text-align:center!important}.pricing-title{font-size:2.5rem!important;font-weight:700!important;color:#1a3c5e!important;margin-bottom:1rem!important}.pricing-subtitle{font-size:1.1rem!important;color:#1a3c5e!important;margin-bottom:3rem!important;max-width:800px!important;margin-left:auto!important;margin-right:auto!important}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1100px;margin:2rem auto;padding:0 1rem;align-items:start;box-sizing:border-box}.pricing-tier{background:#fff;border-radius:12px;padding:1.25rem 1rem;box-shadow:0 6px 18px #0a141e14;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;height:178px;width:90%;margin:0}.pricing-tier:hover{transform:translateY(-8px);box-shadow:0 12px 28px #0a141e1f}.pricing-tier.highlight{border:1px solid rgba(26,60,94,.08);box-shadow:0 10px 24px #1a3c5e0f}.pricing-icon-container{width:68px;height:68px;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;top:-34px;left:50%;transform:translate(-50%);background:#fff;box-shadow:0 6px 18px #0a141e0f}.pricing-icon{font-size:1.45rem;color:#1a3c5e}.tier-title{font-size:.95rem;color:#555;margin-top:28px;margin-bottom:.4rem;text-align:center}.tier-price{font-size:1.25rem;font-weight:600;color:#1a3c5e;margin-bottom:.4rem;text-align:center}.tier-per-user{font-size:.85rem;color:#888;margin-bottom:1rem;text-align:center}.choose-plan-button{margin-top:auto;padding:6px 12px;border-radius:8px;font-size:.875rem;text-transform:none}@media (max-width: 1000px){.pricing-grid{grid-template-columns:repeat(2,1fr);max-width:800px}.pricing-tier{height:210px}}@media (max-width: 560px){.pricing-grid{grid-template-columns:1fr;max-width:420px;gap:.9rem}.pricing-icon-container{top:-28px;width:56px;height:56px}.tier-title{margin-top:22px}.pricing-tier{height:auto;padding-bottom:1.25rem}}.choose-plan-button{background-color:#e0f7fa!important;color:#fff!important;text-transform:none!important;font-size:1rem!important;padding:.5rem 2rem!important;border-radius:25px!important;transition:background-color .3s ease!important}.choose-plan-button:hover{background-color:#000!important}.pricing-tier:nth-child(1) .pricing-icon-container{background-color:#00cbb84d}.pricing-tier:nth-child(1) .choose-plan-button{background-color:#00cbb84d!important}.pricing-tier:nth-child(2) .pricing-icon-container{background-color:#00cbb873}.pricing-tier:nth-child(2) .choose-plan-button{background-color:#00cbb873!important}.pricing-tier:nth-child(3) .pricing-icon-container{background-color:#00cbb899}.pricing-tier:nth-child(3) .choose-plan-button{background-color:#00cbb899!important}.pricing-tier:nth-child(4) .pricing-icon-container{background-color:#00cbb8a6}.pricing-tier:nth-child(4) .choose-plan-button{background-color:#00cbb8a6!important}.pricing-tier:nth-child(5) .pricing-icon-container{background-color:#00cbb8bf}.pricing-tier:nth-child(5) .choose-plan-button{background-color:#00cbb8bf!important}.pricing-tier:nth-child(6) .pricing-icon-container{background-color:#00cbb8}.pricing-tier:nth-child(6) .choose-plan-button{background-color:#00cbb8!important}.pricing-tier.best-value{transform:scale(1.05);position:relative}.get-started-button{margin-top:60px!important;background-color:#fff!important;color:#49bbbd!important;font-size:16px!important;padding:15px 40px!important;border-radius:40px!important;border:#49bbbd solid 1px!important}.subscription-info{margin-top:30px}.subscription-title{color:#363636;margin-bottom:8px;font-size:20px;font-family:Poppins,sans-serif}.subscription-description{max-width:90%;margin:0 auto;color:#363636;text-align:left;font-size:13px;font-family:Poppins,sans-serif}.plan-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:10px;box-shadow:0 4px 20px #0003;width:55%;max-width:450px;height:85%;max-height:750px;padding:24px;outline:none}.modal-title{font-size:25px!important;display:flex;justify-content:center;text-align:center;font-weight:1000!important;margin-bottom:16px}.table-container{display:flex;justify-content:center;align-items:center;margin-top:20px}.modal-price-table{margin-bottom:30px;width:70%}.modal-price-table tr:first-child{background-color:#f2f2f2!important}.modal-price-table tr:nth-child(3){background-color:#f2f2f2!important}.modal-price-table tr:nth-child(5){background-color:#f2f2f2!important}.modal-price-table td{padding:5px 15px;font-size:10px!important;color:#000}.modal-price-table td .MuiTypography-root{font-weight:600!important}.users-input{margin-top:-12px!important;width:100px!important;height:10px!important;font-size:10px!important}.users-input .MuiInputBase-input{padding:6px!important}.modal-features{display:grid;grid-template-columns:repeat(2,minmax(130px,1fr));column-gap:10px;row-gap:12px;margin-bottom:16px;justify-content:center;align-items:center;max-width:320px;margin-left:auto;margin-right:auto}.feature-card{border:1px solid #e5e7eb;border-radius:8px;padding:17px 17px 10px;text-align:center;background-color:#fff;width:110px;height:125px;margin:0 auto;position:relative;display:flex;flex-direction:column;justify-content:space-evenly;box-shadow:0 -1px 1px #00cbb8!important}.feature-title{display:flex;justify-content:start;text-align:left;font-size:12px!important;font-weight:800!important}.feature-price-container{display:flex;justify-content:center;align-items:center;margin-top:20px!important}.feature-price{font-size:25px!important;font-weight:700!important;color:#1f2937;margin-top:8px}.per-user-tag{font-size:7px!important;color:#6b7280!important;margin-top:4px!important}.feature-button-container{display:flex;justify-content:center;align-items:flex-end;margin-top:auto}.feature-button-add{background-color:#00cbb8!important;color:#fff!important;font-size:10px!important;font-weight:500!important;text-transform:uppercase!important;padding:8px 16px!important;position:fixed}.feature-button-remove{background-color:transparent!important;border:1px solid #ffffff!important;color:#00cbb8!important;font-size:10px!important;font-weight:500!important;text-transform:uppercase!important;padding:8px 16px!important;border:#00cbb8 solid 1px!important}.confirm-plan-button{background-color:transparent!important;border:1px solid #5eead4!important;color:#1f2937!important;font-weight:500!important;text-transform:uppercase!important;padding:8px 24px!important;border-radius:9999px!important;width:40%!important;display:block!important;margin:0 auto!important}.testimonials-container{display:flex;flex-direction:row;align-items:center;margin-top:40px;padding:15px;margin-bottom:100px}.testimonials-top{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;text-align:center}.testimonials-top-title{font-size:2.5rem;color:#73bcff;position:relative;margin-bottom:8px;display:flex;justify-self:center;text-align:center}.testimonials-container{display:flex;flex-direction:column;justify-content:space-between;margin-top:40px;padding:15px;height:110vh}.testimonials-section{display:flex;justify-content:space-between;align-items:center;position:relative;margin:20px auto;padding:50px 50px 50px 5%;width:80vw;margin-bottom:50px!important}.testimonials-header{color:#000}.testimonials-section .left-side{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:80%!important;max-width:1000px;padding-right:20px;text-align:left;vertical-align:top;gap:40px}.testimonials-section .right-side{width:800px;padding-left:50px}.testamonial-title{position:relative;display:inline-block;padding:0 80px;margin-bottom:-10px;font-weight:200;color:#525596;text-transform:capitalize!important}.testamonial-title:before{content:"";position:absolute;bottom:50%;left:-10px;width:70px;height:1px;background-color:#000}.testimonial-image{width:400px;height:500px;object-fit:cover;border-radius:16px;margin-right:20px;z-index:0;position:relative}.testimonial-card{width:420px;height:190px;border-radius:8px;box-shadow:0 3px 6px #0000001a;padding:8px;transition:transform .3s ease;position:absolute;margin-left:80px;margin-top:-100px;margin-bottom:500px}.testimonial-feedback{font-size:1rem;color:#424242;font-style:italic;margin-bottom:10px;line-height:1.5;display:flex;justify-content:start;align-items:left;text-align:left;padding:0 10px}.testimonial-rating{position:absolute;bottom:10px;right:10px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px;padding-right:20px;padding-bottom:20px}.testimonial-stars{display:flex;gap:5px}.testimonial-other{font-size:12px;color:#757575}.rating{color:#ffca28}.review-count{font-size:.9rem;color:#757575}.testimonial-name{position:absolute;bottom:20px;left:10px;font-size:1.2rem;color:#1976d2;font-weight:500;padding-left:20px;padding-bottom:20px}.testimonial-section-title{font-size:37px!important;font-weight:450!important;color:#2f327d;text-transform:capitalize;position:relative;margin-bottom:8px}.section-description{font-size:20px!important;font-weight:700;color:#1e3a8a;line-height:2!important;margin-bottom:16px;width:70%}.testimonials-content{max-width:500px}.testimonials-background{width:400px;height:500px;border-radius:20px}.decorative-dot{position:absolute;width:20px;height:20px;background:#94d7ff;border-radius:50%}.dot-top-left{top:150px;left:700px}.dot-bottom-left{top:500px;left:700px}.dot-top-right{top:10px;right:10px;background-color:#f3538c;width:15px;height:15px}.nav-next-button{background-color:#fff!important;border-radius:50%;padding:8px;color:#5c4dff;z-index:5!important;margin-left:400px!important;margin-top:-500px!important;border-radius:50px!important}.nav-icon{font-size:24px!important;color:#1738ba!important}.testimonial-name{font-size:16px;font-weight:700;color:#1e3a8a;margin-bottom:2px}.social-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:50px}.social-icon{padding:10px!important;border-radius:50%!important;box-shadow:0 3px 6px #0003!important;background-color:#393e46!important;transition:all .3s ease!important;border:white solid 1px!important;color:#fff!important}.social-icon:hover{transform:scale(1.1)!important;background-color:#e0e0e0!important}.social-icon .icon{font-size:30px!important}.chatbot-container{position:fixed;bottom:15px;right:15px;z-index:1000}.chatbot-button{background-color:#49bbbd!important;color:#fff!important;padding:10px!important;border-radius:50%!important;box-shadow:0 3px 6px #0000004d!important;transition:all .3s ease!important}.chatbot-button:hover{background-color:#6f5ed2!important;transform:scale(1.1)!important}.chatbot-icon{font-size:30px!important}.hi-bubble{position:absolute;bottom:50px;right:10px;background-color:#6f5ed2;color:#fff;padding:8px 15px;border-radius:15px;box-shadow:0 3px 6px #0003;animation:fadeIn .3s ease-in-out;font-size:12px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-box{position:absolute;bottom:50px;right:10px;width:300px!important;height:400px;background-color:#fff!important;border-radius:12px;box-shadow:0 6px 12px #0000004d;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-in-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.chat-header{background:linear-gradient(135deg,#6f5ed2,#4232a0);padding:8px;display:flex;justify-content:space-between;align-items:center;color:#fff}.chat-close{color:#fff!important;font-size:14px!important}.chat-body{flex:1;padding:8px;overflow-y:auto;background-color:#f9f9f9}.chat-welcome{color:#363636;text-align:center;font-size:13px}.chat-message{display:flex;margin-bottom:6px}.chat-message.user{justify-content:flex-end}.chat-message.ai{justify-content:flex-start}.message-content{max-width:75%;padding:8px;border-radius:8px;box-shadow:0 1px 3px #0000001a;font-size:12px}.message-content.user{background-color:#6f5ed2;color:#fff}.message-content.ai,.message-content.typing{background-color:#e0e0e0;color:#363636}.message-timestamp{opacity:.7;margin-top:3px;font-size:10px}.chat-input{padding:8px;border-top:1px solid #ddd;display:flex;gap:8px;background-color:#fff}.chat-textfield{background-color:#fff!important;border-radius:4px!important;font-size:12px!important}.chat-send-button{background-color:#6f5ed2!important;padding:6px!important}.chat-send-button:hover{background-color:#6f5ed2!important}.footer{background-color:#393e46!important;padding:5rem 3rem!important;color:#fff!important}.footer-table{width:85%!important;max-width:1500px!important;justify-content:space-evenly!important;border-collapse:collapse!important;margin:0 auto!important;padding-right:4%!important;padding-left:4%!important}.footer-section{padding:1rem!important;vertical-align:top!important;max-height:600px!important;width:90vw!important}.footer-section:nth-child(1){width:40%!important}.footer-section:nth-child(4){width:15%!important}.footer-table td{width:160px!important;min-width:50px!important;max-width:160px!important;padding:1rem!important}.footer-logo{font-size:2rem!important;font-weight:700!important;color:#fff!important;display:flex;justify-content:start!important}.footer-tagline{font-size:.9rem!important;color:#fff!important}.footer-description{font-size:.9rem!important;color:#fff!important;line-height:1.5!important;margin-bottom:1.5rem!important}.social-icons{display:flex!important;gap:1rem!important;justify-content:flex-start!important;align-items:center!important}.social-icon{transition:color .3s ease!important;font-family:"Font Awesome 5 Free",sans-serif!important;font-weight:900!important;font-size:24px!important;width:40px!important;height:40px!important;display:flex!important;justify-content:center!important;align-items:center!important;border-radius:0!important}.social-icon:hover{color:#26c6da!important}.footer-heading{font-size:1.2rem!important;font-weight:600!important;color:#fff!important;margin-bottom:1rem!important}.footer-text{font-weight:500!important;font-size:.9rem!important;color:#fff!important;line-height:1.5!important}.footer-link{color:#fff!important;font-weight:200!important;text-decoration:none!important;transition:color .3s ease!important}.footer-link:hover{color:#26c6da!important}@media (min-width: 1204px) and (max-width: 1439px){.nav{padding:clamp(9px,1.4vw,15px) clamp(14px,2vw,20px)!important;width:100%!important;height:clamp(68px,8.8vh,85px)!important;padding-left:10%!important;padding-right:10%!important}.nav-logo{height:clamp(31px,1.5vw + 1.8rem,70px)!important;margin-left:clamp(15px,2vw,30px)!important}.login-nav-button{gap:clamp(7px,1.2vw,13px)!important}.nav-button{font-size:clamp(13px,1vw + .7rem,19px)!important;padding:clamp(5px,.9vw,9px) clamp(9px,1.1vw,13px)!important}.login-signup{gap:clamp(5px,.8vw,10px)!important}.login-button{font-size:clamp(13px,.7vw + .7rem,18px)!important;padding:clamp(5px,.9vw,7px) clamp(22px,2.2vw,35px)!important}.signup-button{font-size:clamp(13px,.4vw + .4rem,18px)!important;padding:clamp(5px,.9vw,7px) clamp(18px,2.2vw,30px)!important;margin-right:clamp(6px,1vw,15px)!important}.mobile-menu-button{display:none!important}}@media (min-width: 1620px){.nav{padding-left:8%!important;padding-right:10%!important}.nav-logo{height:75px!important}.nav-button{font-size:24px!important}.signup-button,.login-button{font-size:22px!important;padding:10px 40px!important}}@media (max-width: 480px){*{scrollbar-width:none!important;-ms-overflow-style:none!important}.pricing-section{padding:90px!important;position:relative;overflow:hidden;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:100vh!important;background-color:#fff!important;box-sizing:border-box!important;width:100vw!important;max-width:100%!important;margin:0 auto!important;float:none!important;text-align:center!important}.pricing-title{font-size:clamp(20px,6vw,26px)!important;text-align:center!important;margin:0 auto clamp(8px,2vw,12px)!important;padding:0!important;width:clamp(200px,90vw,400px)!important;max-width:90%!important}.title-part-blue,.title-part-green{display:inline!important}.pricing-description{font-size:clamp(12px,4vw,14px)!important;text-align:center!important;margin:0 auto clamp(15px,4vw,20px)!important;padding:0 clamp(5px,2vw,10px)!important;width:clamp(200px,90vw,400px)!important;max-width:90%!important}.pricing-grid{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;width:clamp(250px,90vw,350px)!important;max-width:90%!important;gap:clamp(10px,3vw,15px)!important;padding:clamp(5px,2vw,10px)!important;border-radius:clamp(6px,2vw,8px)!important}.pricing-tier{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;padding:clamp(10px,4vw,15px)!important;border:1px solid #e0e0e0!important;border-radius:clamp(6px,2vw,8px)!important;text-align:center!important;width:100%!important;max-width:clamp(200px,85vw,300px)!important;margin-left:0!important;box-sizing:border-box!important}.pricing-icon-container{margin-bottom:clamp(8px,2vw,12px)!important;display:flex!important;justify-content:center!important}.pricing-icon{font-size:clamp(30px,5vw,36px)!important;color:#000!important}.tier-price{font-size:clamp(14px,4.5vw,16px)!important;margin-bottom:clamp(6px,2vw,8px)!important}.tier-title{font-size:clamp(16px,5vw,18px)!important;margin-bottom:clamp(6px,2vw,8px)!important}.tier-per-user{font-size:clamp(10px,3.5vw,12px)!important;margin-bottom:clamp(10px,3vw,15px)!important;color:#666!important}.choose-plan-button{font-size:clamp(12px,4vw,14px)!important;padding:clamp(6px,2vw,8px) clamp(12px,4vw,16px)!important;width:100%!important;max-width:clamp(150px,40vw,180px)!important;margin:0 auto!important;border-radius:30px!important;display:block!important}.get-started-button{font-size:clamp(12px,4vw,14px)!important;padding:clamp(8px,2.5vw,10px) clamp(15px,5vw,20px)!important;width:100%!important;max-width:clamp(160px,45vw,200px)!important;margin:clamp(15px,4vw,20px) auto!important;border-radius:30px!important;display:block!important}.decorativedot-container{display:none}.plan-modal{padding:20px;margin:20px;border-radius:8px;max-width:90%;min-width:unset}.modal-title{font-size:clamp(20px,5vw,22px)!important;text-align:center;margin-bottom:15px}.table-container{overflow-x:auto}.modal-price-table{width:100%;font-size:clamp(12px,3.5vw,14px)}.modal-price-table td{padding:8px}.users-input{width:100px}.confirm-plan-button{font-size:clamp(14px,4vw,15px)!important;padding:8px 16px!important;width:100%;max-width:180px;margin:15px auto;display:block}.nav-next-button{margin-top:-250px!important;margin-left:200px!important}.nav{flex-direction:column!important;align-items:flex-start!important;justify-content:space-between!important;height:auto;padding:clamp(5px,1.5vw,10px)!important}.nav-logo{height:clamp(50px,8vw,60px)!important;margin-left:clamp(10px,2vw,15px)!important;margin-right:clamp(10px,2vw,15px)!important}.nav-button{font-size:clamp(12px,1.2vw + .5rem,14px)!important;width:100%;text-align:left}.login-button{font-size:clamp(12px,1.2vw + .5rem,14px)!important;padding:clamp(2px,.5vw,5px) clamp(5px,2vw,10px)!important;width:100%;text-align:left}.signup-button{font-size:clamp(12px,1.2vw + .5rem,14px)!important;padding:clamp(2px,.5vw,5px) clamp(5px,2vw,10px)!important;width:100%;text-align:left;margin-right:0!important}.login-nav-button{flex-direction:column!important;align-items:flex-start!important;gap:clamp(3px,1vw,5px)!important;width:100%}.login-signup{flex-direction:column!important;gap:clamp(3px,1vw,5px)!important;width:100%}.topbar-companys{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center;padding-left:0!important;margin-left:-15%!important;max-width:100%!important;padding-top:30px!important}.login-nav-button,.login-signup{display:none!important}.mobile-menu-button{display:block!important;position:absolute!important;right:20px!important;top:50%!important;transform:translateY(-50%)!important;color:#000!important}.mobile-menu-button svg{width:clamp(40px,3vw + 1rem,60px)!important;height:clamp(40px,3vw + 1rem,60px)!important}.nav{justify-content:space-between}.nav-logo{margin-right:auto}.hero-section{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;height:700px!important;padding-bottom:0!important;margin-bottom:0!important}.hero-title{font-size:clamp(24px,7vw,32px)!important;font-weight:900!important;line-height:1.8!important;margin:0 auto!important;text-align:center!important}.hero-subtitle{font-size:clamp(14px,3vw,16px)!important;color:#0803036e!important;font-weight:400!important;margin:0 auto 15px!important;text-align:center!important;text-indent:0!important;padding:0!important;display:block!important;line-height:1.8!important;width:100%!important}.hero-image-container{width:100%!important;max-width:280px!important;margin:0 auto!important;padding-bottom:40px!important}.hero-image{width:300px!important;display:flex;justify-content:center!important;align-items:center!important;padding-top:o!important;margin-top:0!important}.popup.scheduling{top:5%;left:60%!important;width:100px!important}.management{height:30px!important;width:140px!important;top:55%;right:80%!important}.popup-icon{font-size:1rem}.manage-image{width:1rem;height:1rem}.popup-text{font-size:clamp(.6rem,.5vw,.5rem)}.popup-subtitle{font-size:clamp(.2rem,2vw,.6rem)!important}.features-section{padding-top:80px!important;width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important}.section-description{font-size:clamp(12px,4vw,14px)!important}.feature-boxes{gap:10px;max-width:100%;padding:0 10px}.feature-box{flex-direction:column!important;align-items:center!important;gap:15px!important;padding:10px!important;width:100%!important}.feature-box:nth-child(2n),.feature-box:nth-child(odd){flex-direction:column!important}.feature-content1{order:1!important;flex:none!important;align-items:center!important;text-align:center!important;gap:6px!important;margin:0!important;width:100%!important}.feature-image-container1{order:2!important;flex:none!important;width:90%!important;margin:0!important}.feature-box:nth-child(2n) .feature-image-container1,.feature-box:nth-child(odd) .feature-image-container1{margin-left:0!important;margin-right:0!important;width:100%!important}.feature-box:nth-child(2n) .feature-content1,.feature-box:nth-child(odd) .feature-content1{margin-left:0!important;margin-right:0!important;margin-top:0!important;width:100%!important}.feature-icon{width:100%!important;height:auto!important;max-width:250px!important;max-height:250px!important}.feature-title1{font-size:20px!important;width:100%!important;margin-bottom:10px!important;text-align:center!important}.feature-description1{font-size:14px!important;width:88%!important;margin-bottom:10px!important;text-align:center!important}.feature-image-container1:nth-child(1){display:flex;justify-content:center!important}.feature-image-container1:nth-child(2){display:flex;justify-content:center!important}.see-more-button{font-size:14px!important}.see-more-container{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important}.feature-box{width:350px!important}.feature-boxes{width:400px!important}.popup-box{display:flex!important;flex-direction:column!important;width:320px;max-width:90%!important;margin:0 auto!important;padding:10px!important}.image-container{order:2;padding:10px;width:100%!important;height:80%!important}.popup-image{max-width:250px;height:auto}.popup-content{width:100%!important;order:1;padding:15px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.popup-close{font-size:20px;top:8px!important;right:20px!important}.popup-title{text-align:center!important;font-size:20px!important;margin-bottom:8px!important}.popup-description{font-size:12px!important;width:95%!important}.popup-description ul{padding-left:15px!important;margin:8px 0!important}.popup-description li{margin-bottom:6px;font-size:10px!important}.plan-modal{width:300px!important;height:500px!important;padding:12px!important;margin-left:-5px!important}.modal-title{font-size:16px!important}.modal-price-table td{padding:6px!important;font-size:12px!important}.users-input{width:70px!important}.confirm-plan-button{padding:6px!important;font-size:12px!important}.pricing-icon-container{margin-bottom:15px!important}.pricing-icon{font-size:clamp(40px,6vw,48px)!important;color:#000}.tier-price{font-size:clamp(18px,7vw,28px)!important;margin-bottom:10px}.tier-title{font-size:clamp(20px,5.5vw,18px)!important;margin-bottom:10px}.tier-per-user{font-size:clamp(14px,4vw,16px)!important;margin-bottom:20px;color:#666}.testimonials-section{flex-direction:column!important;display:flex!important;justify-content:center!important;align-items:center!important;margin-bottom:70px!important}.testimonials-top-title{font-size:1.5rem!important}.testimonial-section-title{font-size:1.8rem!important}.section-descriptions{font-size:1rem!important;width:90%!important;text-align:center!important;margin:0 auto!important}.testimonials-section .left-side,.testimonials-section .right-side{width:100%!important;padding:10px!important;display:flex!important;justify-content:center!important;align-items:center!important;text-align:center!important}.testimonial-image{width:300px!important;height:280px!important;margin:0 auto!important}.testimonials-list{display:flex;flex-direction:column;align-items:center}.testimonial-card{width:70%!important;margin-left:-5px!important}.testimonial-feedback{font-size:.8rem!important}.testimonial-name{font-size:1rem!important}.testimonial-other{font-size:.8rem!important}.review-count{font-size:.7rem!important}.testimonial-rating{bottom:5px!important;right:5px!important;padding-right:10px!important;padding-bottom:10px!important}.testimonials-background{width:200px!important;height:250px!important}.nav-next-button{margin-left:300px;margin-top:-375px;padding:6px;display:none}.footer{padding:15px}.footer-table{display:block}.footer-table tr{display:flex;flex-direction:column;align-items:center}.footer-section{justify-content:center;align-items:center;width:100%;padding:15px 0;text-align:center}.nav-logo{height:40px;margin-bottom:5px}.footer-tagline{font-size:1em}.footer-description{font-size:.8em;margin-bottom:10px}.social-icons{display:flex;justify-content:space-between!important;margin-top:10px;margin-left:10px!important}.social-icon{font-size:1.5em}.footer-heading{font-size:1em}.footer-text{font-size:.8em}}
