@import url(https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400;500;700&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;font-family:Lexend Deca,sans-serif!important}body,html{height:100%;overflow:hidden}.App{text-align:center}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}.cursor-pointer{cursor:pointer}.align-center{text-align:center}.MuiTableCell-root{height:3rem!important;padding:5px 8px!important}.home-layout{background-color:#f5f5f5;display:flex;height:100vh;overflow:hidden}.homepage-container{height:100vh;overflow:hidden;width:100%}.homepage-content{height:calc(100vh - 156px);margin:1.5rem 3.19rem;overflow-x:hidden;overflow-y:auto}.outlet-div{-ms-overflow-style:none;overflow:hidden;scrollbar-width:none}.outlet-div::-webkit-scrollbar{display:none}.current-page{font-weight:bolder}.side-panel{display:flex;flex-direction:column;gap:1.125rem;position:-webkit-sticky;position:sticky;top:121px}.side-group-card{background:#fff;border-radius:2px;box-shadow:0 4px 4px #00000040;height:7rem;padding:18px;width:12.4rem}.side-group-tag{align-items:center;display:flex;gap:15px;margin-bottom:12px}.side-group{font-size:13.5px;font-weight:600;line-height:16.5px}.side-group-icon{align-items:center;background-color:#2d8fc233;border-radius:4px;display:flex;height:36px;justify-content:center;width:36px}.side-group-details{background:linear-gradient(180deg,#2e84b2,#2d94c9);padding:12px}.side-group-details p{color:#fff;font-size:13px;font-weight:700;margin-bottom:0;text-align:left}.side-group-details span{font-size:10.5px;font-weight:600;text-align:left}::-webkit-scrollbar{height:.3rem;width:.3rem}::-webkit-scrollbar-thumb{background-color:#a2dfff;border-radius:.4875rem}::-webkit-scrollbar-thumb:hover{background-color:#63b8ec}*,:after,:before{box-sizing:inherit;font-family:Montserrat,sans-serif;margin:0;padding:0}.sidebar{background:#fff;border-radius:1.5px;height:28.83rem;padding-left:1.125rem;padding-right:1.875rem;text-align:left;width:11.719rem}.sidebar__ul{align-content:start;display:grid;list-style-type:none;overflow-x:hidden;padding-left:1.125px}.sidebar__ul--1{margin:2.51rem 0 0;overflow:hidden}.sidebar__ul--2{margin:0;overflow-y:scroll;padding-bottom:1.875rem;transition:all .2s}.sidebar__ul--2::-webkit-scrollbar{display:none}.sidebar__ul--2 ::-webkit-scrollbar-track{border-radius:0}.sidebar__ul--li{align-items:center;color:#fff;display:flex;font-size:.469rem;height:3.1rem;text-transform:capitalize}.sidebar__ul--li.first{height:3.1rem}.sidebar__ul--li-nav{align-items:center;color:#333;display:grid;font-family:Montserrat;font-size:13.5px;font-style:normal;font-weight:600;grid-auto-flow:column;height:100%;justify-content:start;line-height:12.75px;padding-right:1.4rem;text-decoration:none;transition:all .2s;width:100%}.sidebar__ul--li-nav .menu-name{align-items:center;display:flex;height:35px;padding-left:.9375rem;width:150px}.sidebar__ul--li-nav.first .menu-name{margin-top:10px}.sidebar__ul--li-nav-i{color:#d0edff}.sidebar__ul--li-nav:hover .sidebar__ul--li-nav-i{color:#63b8ec}.sidebar__ul--li-nav.active{color:#1083bc;font-weight:700}.sidebar__ul--li-nav.active .menu-name{background-color:#f5f5f5}.sidebar__ul--li-nav.active .sidebar-subitems-icons{color:#fff}.sidebar__ul--li-nav-active:after{background-color:#63b8ec;border-bottom-left-radius:2.25px;border-top-left-radius:2.25px;content:"";height:1.41rem;position:absolute;right:0;top:50;width:3.75px}.sidebar__ul--li-nav-active .sidebar__ul--li-nav-i{color:#63b8ec}.sidebar-subitems-icons{align-items:center;background-color:#2a78a2;color:#ffffffa8;display:flex;height:100%;justify-content:center;margin-top:auto;width:2.744rem}.sidebar-subitems-icons.first{border-radius:1.406rem 1.406rem 0 0;padding-top:5.25px}.sidebar-subitems-icons.last{border-radius:0 0 1.406rem 1.406rem;padding-bottom:5.25px}.sidebar-hr{border:.375px solid #d2d2d2;height:0}.sidebar-profile-details{display:flex;height:3.5rem;overflow-y:scroll;-webkit-user-select:none;user-select:none}.profile-image{border-radius:1.172rem;cursor:pointer;height:2.544rem;width:2.544rem}.profile-info{padding-left:.9375rem}.profile-name{font-size:15px;font-weight:700;line-height:15px;padding-top:1.5px}.profile-name,.profile-role{color:#333;font-style:normal;margin-bottom:0;text-transform:capitalize}.profile-role{font-size:12.5px;font-weight:500;line-height:12.75px;padding-top:4.5px}.Navbar_navbar__wQuor{align-items:center;background:#fff;display:flex;height:4.75rem;padding:0 2.687rem;position:-webkit-sticky;position:sticky;top:0;z-index:2}.Navbar_navbarSearchbox__VO17u{background:#fff;border:.35px solid #d2d2d2;border-radius:15px;box-sizing:border-box;color:#6e6e6e;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;height:2.875rem;line-height:14.25px;margin-left:150px;padding:0 .966rem;width:50.44rem}.Navbar_navbarSearchIcon__MLv4y{color:#6d6d6d;position:absolute;right:.7125rem;top:.6rem}.Navbar_rightDiv__2t7Xr{align-items:center;display:flex;gap:12px}.Navbar_profileContent__M1mXW{align-items:end;display:flex;flex-direction:column}.Navbar_profileContent__M1mXW p:first-child{color:#ff8700;font-size:14px;font-weight:400;margin:0}.Navbar_profileContent__M1mXW p:last-child{color:#000;font-size:13px;font-weight:400;margin:0}.Navbar_notificationIcon__UQlxd{color:#6d6d6d;cursor:pointer;position:relative}.Navbar_notificationCount__khO36{background-color:#2d94c9;border-radius:5.56px;color:#fff;font-family:Open Sans;font-size:7.5px;font-style:normal;font-weight:600;height:11.115px;line-height:10.5px;position:absolute;right:0;text-align:center;width:11.115px}.Navbar_navbarProfileImage__05D7h{border-radius:18px;cursor:pointer;height:36px;object-fit:cover;width:36px}.Navbar_nimapLogo__9kvYk{cursor:pointer;height:3.344rem;padding-left:1rem}.Navbar_centerDivParent__KgjNa{position:"relative"}.Navbar_centerDiv__uUjaK{align-items:center;display:flex;flex:1 1;justify-content:center}.Navbar_navTabs__wCw0k{background:#fbfbfb;border-radius:999px;box-shadow:0 2px 8px #00000014;display:flex;gap:10px;padding:4px}.Navbar_tab__x4ZiI{align-items:center;border-radius:999px;color:#000;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:8px 18px;transition:all .2s ease}.Navbar_tab__x4ZiI:hover{background-color:#f2f2f2}.Navbar_tab__x4ZiI.Navbar_active__JW2vE{background:radial-gradient(50% 100% at 50% 0,#ffb45f 0,#ff8700 100%);color:#fff;font-weight:600}.Navbar_menuPaper__nLRSB{border-radius:8px;box-shadow:0 4px 12px #0000001a;margin-top:8px}.Navbar_menuItem__FyfJc{align-items:center;display:flex;font-size:14px;padding:0!important}.Navbar_logoutIconWrapper__akFeZ{align-items:center;display:flex;justify-content:center}.Navbar_menuItemContent__UzKoi{align-items:center;display:flex;gap:8px;padding:10px 16px}.Navbar_logoutIcon__i-O52{height:18px;width:18px}.Navbar_logoutText__rStKr{color:#ff1616;font-size:14px;font-weight:500}.Navbar_MuiMenu-list__csmqj{padding:0!important}.Navbar_logoutMenuItem__CDOKs,.Navbar_logoutMenuItem__CDOKs.Navbar_Mui-focusVisible__GGocz,.Navbar_logoutMenuItem__CDOKs:hover{background-color:initial!important}.Client_clientHeading__6QT-I{font-family:Lexend Deca;font-size:1.2rem;font-weight:500;text-align:center}.Client_groupsHeading__MFJLK{color:#333;display:flex;font-family:Montserrat;font-size:13.5px;font-style:normal;font-weight:600;justify-content:space-between;line-height:17.5px;width:100%}.Client_groupsCardsContainer__cHzSI{display:flex;flex-wrap:wrap;gap:20px;width:100%}.Client_rightSection__\+spKK{align-items:center;display:flex;gap:0}.Client_groupsCardDiv__4RN5Z{background-color:#4db8ef;border:.5px solid #d2d2d2;box-shadow:0 4px 4px #00000040;cursor:pointer;display:flex;flex-direction:column;height:22rem;width:11.84rem}.Client_groupsImageDiv__DL7sk{background-color:#fff;height:12rem}.Client_groupsImageDiv__DL7sk img{margin:26px;object-fit:cover;width:136.5px}.Client_groupsCardDetails__vACS1{display:flex;flex-direction:column;gap:.56rem;height:25%;height:-webkit-max-content;height:max-content;margin:.75rem 1.266rem}.Client_groupsTitle__dfcpk{color:#fff;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:600;line-height:15px;margin:0}.Client_groupsMembersCount__SRgpY{color:#333;font-family:Montserrat;font-size:10.5px;font-style:normal;font-weight:700;line-height:12.75px;margin:0}.Client_editDeleteIcons__sP44V{display:flex;padding-left:70%}.Client_formContainer__igbx-{display:flex;flex-direction:column;gap:20px;margin:20px 0}.Client_formContainer__igbx- .Client_inputFieldLabel__Q4Beb{font-size:14px;font-weight:600;margin:18px 0 0}.Client_inputFieldContainer__vpc3M input{font-size:14px!important;height:30px}.Client_formContainer__igbx- .Client_buttons-container__Ia9z1{display:flex;flex-direction:column}.Client_flexContainer__QgmkU{flex-direction:column}.Client_imgDiv__Ujmwz>img{background-color:#fff;height:12rem;margin:26px;object-fit:cover;width:136.5px}.Client_addBtn__HVx4O{align-items:center!important;background:radial-gradient(50% 100% at 50% 0,#ffb45f 0,#ff8700 100%);border-radius:.5rem!important;cursor:pointer;display:flex!important;font-size:.9rem;gap:.7rem;height:2.3rem;width:8rem}.Client_headerSection__\+DRTI{align-items:center;display:flex;justify-content:space-between}.Client_buttonsContainer__6rqZF{align-items:center;display:flex;flex-direction:column;gap:1rem}.Client_tableHeader__-vB9D{font-family:Lexend Deca;font-size:.9rem!important;font-weight:600!important}.Client_tableContainer__3NOfQ{height:calc(100vh - 280px)!important;overflow-x:hidden;overflow-y:auto!important;scrollbar-color:#ff8700 #f5f5f5;scrollbar-width:thin}.Client_tableContainer__3NOfQ::-webkit-scrollbar{width:12px}.Client_tableContainer__3NOfQ::-webkit-scrollbar-track{background:#f0f0f0;border-radius:6px}.Client_tableContainer__3NOfQ::-webkit-scrollbar-thumb{background:#ff8700;border:2px solid #f0f0f0;border-radius:6px}.Client_tableContainer__3NOfQ::-webkit-scrollbar-thumb:hover{background:#e67e00}.Client_tableHeader__-vB9D{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:10}.Client_accessDeniedContainer__mQsxw{align-items:center;display:flex;flex-direction:column;height:50vh;justify-content:center;text-align:center}.Client_accessDeniedTitle__VjKWM{color:#ff8700;font-weight:700;margin-bottom:1rem}.Client_accessDeniedSubtitle__DVkqo{color:#666;margin-bottom:1rem}.Client_accessDeniedMessage__OgWpx{color:#999}.Client_tableWrapper__WdC24{display:flex;flex-direction:column;height:100%}.Client_paginationContainer__9RBbt{display:flex;justify-content:center;margin-top:1rem}.Client_clientCardContainer__uJkVQ{display:none;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));width:100%}.Client_clientCard__7K5wd{background:#fff;border:1px solid #d2d2d2;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.Client_clientCardHeader__\+th2h{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.Client_clientCardTitle__o-lop{color:#333;font-size:1.1rem;font-weight:600}.Client_clientCardActions__GdTBV{display:flex;gap:.5rem}.Client_clientCardRow__qspru{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.Client_clientCardLabel__upFFJ{color:#666;font-size:.9rem;font-weight:600}.Client_clientCardValue__fYIP4{color:#333;font-size:.9rem}@media (max-width:1024px){.Client_tableContainer__3NOfQ{height:calc(100vh - 320px)!important}.Client_groupsHeading__MFJLK,.Client_headerSection__\+DRTI{flex-direction:column;gap:1rem}.Client_rightSection__\+spKK{flex-direction:column;width:100%}}@media (max-width:768px){.Client_groupsContainerDiv__u8gKY{margin-top:3rem;padding:.5rem}.Client_groupsHeading__MFJLK{flex-direction:column;gap:.75rem;margin-bottom:1rem}.Client_rightSection__\+spKK{flex-direction:column;gap:.5rem;width:100%}.Client_addBtn__HVx4O{justify-content:center;width:100%}}@media (max-width:480px){.Client_groupsContainerDiv__u8gKY{margin-top:2.5rem;padding:.25rem}.Client_groupsHeading__MFJLK{gap:.5rem}.Client_addBtn__HVx4O{font-size:.75rem;height:1.8rem}.Client_clientCardContainer__uJkVQ{gap:1rem;grid-template-columns:1fr}.Client_clientCard__7K5wd{padding:.75rem}.Client_clientCardTitle__o-lop{font-size:.95rem}.Client_clientCardLabel__upFFJ,.Client_clientCardValue__fYIP4{font-size:.8rem}.Client_addBtn__HVx4O{font-size:.8rem;gap:.5rem;height:2rem}.Client_groupsHeading__MFJLK,.Client_rightSection__\+spKK{gap:.5rem}}.search_searchSectionParent__WjAMI{align-items:center;background:#fff;border:.35px solid #d2d2d2;border-radius:8px;box-sizing:border-box;color:#6e6e6e;display:flex;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:400;gap:5px;height:2.45rem;line-height:14.25px;margin-right:2.2rem;padding:0 .966rem;width:20 rem}.search_searchbox__seWy-{border:none!important;font-family:Lexend Deca;height:100%;outline:none;width:100%}.search_searchIcon__6Tm1P{color:#6d6d6d;position:absolute;right:.7125rem;top:.6rem}*{font-family:Lexend Deca}.UserPage_userHeading__njHB5{font-family:Lexend Deca;font-size:1.2rem;font-weight:500;text-align:center}.UserPage_groupsHeading__oNT1J{color:#333;display:flex;font-family:Montserrat;font-size:13.5px;font-style:normal;font-weight:600;justify-content:space-between;line-height:17.5px;width:100%}.UserPage_groupsCardsContainer__aR0R3{display:flex;flex-wrap:wrap;gap:20px;width:100%}.UserPage_rightSection__DvmdT{align-items:center;display:flex;gap:0}
/*# sourceMappingURL=main.d437b137.css.map*/