body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{align-items:center;display:flex;flex-direction:column;justify-content:center;h1{font-size:36px;font-weight:700}p{font-size:26px}}: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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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-color-progress-bgo:0.2}.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:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;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;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.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{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;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;z-index:1}.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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;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{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loginContainer{background-color:#fefffe;box-sizing:border-box;height:100vh;width:100vw}.loginContainer,.loginContainer .loginContents{align-items:center;display:flex;justify-content:center}.loginContainer .loginContents{flex-direction:row;height:100%;position:relative;width:100%}.loginContainer .loginContents .loginContentsLeft,.loginContainer .loginContents .loginContentsRight{flex:1 1;height:100%}.loginContainer .loginContents .loginContentsLeft{align-items:center;background:#005574;display:flex;justify-content:center}.loginContainer .loginContents .loginContentsLeft .loginImg{height:400px}.loginContainer .loginContents .loginContentsRight{align-items:center;background:#f5f4f7;display:flex;flex-direction:column;justify-content:center}.loginContainer .loginContents .loginContentsRight .logoContainer{margin-bottom:.5rem}.loginContainer .loginContents .loginContentsRight .logoContainer .companyLogo{height:30px;width:120px}.loginContainer .loginContents .loginContentsRight .headerContainer{display:flex;flex-direction:column;gap:5px;height:70px}.loginContainer .loginContents .loginContentsRight .headerContainer .header{color:#00425a;font-size:18px;font-weight:600;text-align:center;text-transform:uppercase}.loginContainer .loginContents .loginContentsRight .headerContainer .desc{color:gray;font-size:16px;text-align:center}.loginContainer .loginContents .loginContentsRight .loginForm{align-items:center;display:flex;flex-direction:column;gap:1rem}.loginContainer .loginContents .loginContentsRight .loginForm .inputField{align-items:center;border:1px solid rgba(0,0,0,.695);border-radius:5px;display:inline-flex;gap:8px;height:40px;padding:5px 10px;width:330px}.loginContainer .loginContents .loginContentsRight .loginForm .inputField .inputFieldIcon{font-size:20px}.loginContainer .loginContents .loginContentsRight .loginForm .inputField .emailField,.loginContainer .loginContents .loginContentsRight .loginForm .inputField .passwordField{background:#0000;border:0;font-size:14px;height:inherit;outline:0;width:100%}.loginContainer .loginContents .loginContentsRight .loginForm .inputField .passwordToggleIcon{align-items:center;cursor:pointer;display:flex;padding:10px}.loginContainer .loginContents .loginContentsRight .loginForm .inputField .passwordToggleIcon svg{color:#00425a;font-size:20px}.loginContainer .loginContents .loginContentsRight .loginForm .loginButton .submitButton{background-color:#00425a;border:0;border-radius:10px;color:#f1f1f1;font-size:15px;font-weight:500;height:40px;outline:0;text-transform:uppercase;transition:all .3s ease-in-out;width:350px}.loginContainer .loginContents .loginContentsRight .loginForm .loginButton .submitButton:hover{background-color:#002f41;cursor:pointer}.loginContainer .loginContents .loginContentsRight .loginForm .loginButton .submitButton:disabled{background-color:#51636b;cursor:no-drop}.loginContainer .loginContents .loginContentsRight .versionInfo{bottom:15px;color:#666;font-size:10px;font-weight:600;position:absolute;right:10px}@media(max-width:768px){.loginContainer .loginContents .loginContentsLeft .loginImg{height:85vh;width:350px}}@media(max-width:720px){.loginContainer .loginContents .loginContentsRight .loginForm .inputField{width:270px}.loginContainer .loginContents .loginContentsRight .loginForm .loginButton .submitButton{width:290px}}@media(max-width:650px){.loginContainer .loginContents .loginContentsLeft{display:none}}@media(max-width:480px){.loginContainer .loginContents .loginContentsLeft{display:none}.loginContainer .loginContents .loginContentsRight{align-items:center;display:flex;justify-content:flex-start;padding-top:5rem}.loginContainer .loginContents .loginContentsRight .loginForm{gap:1rem}.loginContainer .loginContents .loginContentsRight .loginForm .inputField{width:280px}.loginContainer .loginContents .loginContentsRight .loginForm .loginButton .submitButton{width:300px}}@media(max-width:320px){.loginContainer .loginContents .loginContentsRight .loginForm .inputField{width:250px}.loginContainer .loginContents .loginContentsRight .loginForm .loginButton .submitButton{width:270px}}.homepageContainer{background-color:#fff;height:100vh}.homepageContainer .homepageContents{display:flex;flex-direction:column;height:100%}.homepageContainer .homepageContents .homepage__top{display:flex;flex-direction:column;height:40px;position:fixed;width:100%;z-index:1000}.homepageContainer .homepageContents .middle{display:flex;flex-direction:row;height:calc(100vh - 40px);margin-top:40px}.homepageContainer .homepageContents .middle .homepageContents__left{height:calc(100vh - 40px);overflow-y:auto;position:-webkit-sticky;position:sticky;scrollbar-width:none;top:40px;width:calc(-webkit-max-content + 10px);width:calc(max-content + 10px)}.homepageContainer .homepageContents .middle .homepageContents__left::-webkit-scrollbar{display:none}.homepageContainer .homepageContents .middle .homepageContents__right{height:calc(100vh - 40px - 3rem);margin:1.5rem;overflow-y:auto;scrollbar-width:none;width:90%}.homepageContainer .homepageContents .middle .homepageContents__right::-webkit-scrollbar{display:none}.homepageContainer .homepageContents .middle .homepageContents__right .cardArea{align-items:center;display:flex;gap:2rem;justify-content:center;padding:10px 20px}.navbarContainer{align-items:center;background-color:#fff;border-bottom:1px solid hsla(0,0%,50%,.378);box-sizing:border-box;display:flex;height:40px;justify-content:space-between;padding:0 10px;position:relative;z-index:5}.navbarContainer .logoContainer{display:flex}.navbarContainer .logoContainer:hover{cursor:pointer}.navbarContainer .logoContainer .left .logoImg{height:30px;width:120px}.navbarContainer .logoContainer .right .header{color:#e44248;font-size:15px;text-transform:lowercase}.navbarContainer .logoContainer .right .header span{text-transform:capitalize}.navbarContainer .logoContainer .right small{color:hsla(0,0%,50%,.915);font-size:12px;font-weight:500}.navbarContainer .profileContainer:hover{cursor:pointer}.navbarContainer .profileContainer .profile{align-items:center;display:flex;gap:2px;justify-content:center}.navbarContainer .profileContainer .profile .profileImg{height:25px;margin-right:10px;width:25px}.navbarContainer .profileContainer .profile .profileName{font-size:12px}.navbarContainer .profileContainer .profile .chevron{font-size:10px;padding-top:3px}.menuContainer{background-color:#fff;border:1px solid #808080b3;box-shadow:0 4px 8px #0000004d;height:155px;padding:10px 20px;position:absolute;right:7px;top:40px;width:130px}.menuContainer .menuContents{display:flex;flex-direction:column;gap:6px}.menuContainer .menuContents .menuItem{align-items:center;display:flex;flex-direction:row;gap:10px;text-decoration:none;transition:all .3s ease-in-out}.menuContainer .menuContents .menuItem .icon{color:#363949}.menuContainer .menuContents .menuItem .title{color:#363949;font-size:11px;font-weight:600}.menuContainer .menuContents .menuItem:hover .icon,.menuContainer .menuContents .menuItem:hover .title{color:#2384b4}.sidebarContainer{background-color:#fff;border-right:1px solid hsla(0,0%,50%,.378);box-sizing:border-box;min-height:calc(100vh - 40px)}.sidebarContainer .sidebarContents{display:flex;flex-direction:column}.sidebarContainer .sidebarContents .sidebarMenuContainer{display:flex;flex-direction:column;gap:.7rem;justify-content:center}.sidebarMenu{align-items:center;display:flex;height:35px;justify-content:center;padding:10px;transition:all .3s ease-in-out}.sidebarMenu.active{background-color:rgba(237,242,244,.835);border-right:2px solid #2384b4}.sidebarMenu.active .sidebarIcon,.sidebarMenu.active .title{color:#2384b4}.sidebarMenu .menuContent{align-items:center;color:#20222c;display:flex;flex-direction:column;justify-content:center;padding-top:10px;transition:all .3s ease-in-out}.sidebarMenu .menuContent .sidebarIcon{font-size:20px;margin-bottom:-10px}.sidebarMenu .menuContent .title{font-size:11px;font-weight:600;text-align:center}.sidebarMenu .menuContent:hover{color:#1f749f;cursor:pointer}.spinner{animation:rotation 1s linear infinite;border:3px solid;border-color:#000 #000 #0000;border-radius:50%;box-sizing:border-box;display:inline-block;height:30px;margin-top:1rem;width:30px}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.viewPageContainer{display:flex;justify-content:flex-start}.viewPageContainer .viewPageContents{display:flex;flex-direction:column;gap:2rem;width:100%}.viewPageContainer .viewPageContents .top{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.viewPageContainer .viewPageContents .top .leftTitle{color:#363949;display:flex;font-size:25px;font-weight:400;gap:20px}.viewPageContainer .viewPageContents .top .leftTitle .icon{margin-top:5px}.viewPageContainer .viewPageContents .top .leftTitle .icon:hover{cursor:pointer}.viewPageContainer .viewPageContents .top .rightContents{align-items:center;display:inline-flex;flex-direction:row;gap:10px}.viewPageContainer .viewPageContents .top .rightContents .eyeViewIcon,.viewPageContainer .viewPageContents .top .rightContents .filterIcon{color:#363949;font-size:20px;margin-top:5px}.viewPageContainer .viewPageContents .top .rightContents .eyeViewIcon:hover,.viewPageContainer .viewPageContents .top .rightContents .filterIcon:hover{cursor:pointer}.viewPageContainer .viewPageContents .top .rightContents .createButton{align-items:center;background-color:#00425a;color:hsla(0,0%,100%,.945);display:flex;flex-direction:row;gap:3px;height:25px;justify-content:center;padding:5px 10px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.viewPageContainer .viewPageContents .top .rightContents .createButton .title{font-size:12px;font-weight:600}.viewPageContainer .viewPageContents .top .rightContents .createButton .addIcon{color:hsla(0,0%,95%,.945);font-size:18px;margin-top:3px}.viewPageContainer .viewPageContents .top .rightContents .createButton:hover{background-color:#002f41;cursor:pointer}.viewPageContainer .viewPageContents .filterForm{margin:-2rem 0;padding-top:0}.viewPageContainer .viewPageContents .bottom{width:100%}.viewPageContainer .viewPageContents .bottom .listTable{border-collapse:collapse;table-layout:fixed;width:100%}.viewPageContainer .viewPageContents .bottom .listTable thead tr{background-color:rgba(250,251,252,.835)}.viewPageContainer .viewPageContents .bottom .listTable thead th{border-bottom:1px solid hsla(0,0%,50%,.378);color:#363949;font-size:14px;font-weight:600;padding:15px 10px;text-align:left;white-space:nowrap}.viewPageContainer .viewPageContents .bottom .listTable thead th:first-child{width:8%}.viewPageContainer .viewPageContents .bottom .listTable tbody tr:nth-child(2n){background-color:rgba(250,251,252,.835)}.viewPageContainer .viewPageContents .bottom .listTable tbody tr:nth-child(odd){background-color:#fff}.viewPageContainer .viewPageContents .bottom .listTable tbody td{word-wrap:break-word;border-bottom:1px solid hsla(0,0%,50%,.378);color:#363949;font-size:14px;padding:15px 10px;text-align:left}.viewPageContainer .viewPageContents .bottom .listTable tbody td:first-child{color:#363949;font-size:18px;padding-left:2%;width:8%}.viewPageContainer .viewPageContents .bottom .listTable tbody td:first-child:hover{cursor:pointer}@media(max-width:768px){.viewPageContents .top,.viewPageContents .top .rightContents{align-items:flex-start;flex-direction:column}.viewPageContents .bottom .listTable{font-size:12px}}.optionsMenuContainer{background-color:#fff;border:1px solid #ccc;box-shadow:0 2px 8px #00000026;left:0;margin-top:10px;position:absolute;z-index:100}.optionsMenuContainer:before{border-color:#0000 #0000 #fff;border-style:solid;border-width:0 10px 10px;content:"";left:25%;position:absolute;top:-10px;transform:translateX(-50%)}.optionsMenuContainer .optionsMenuContents{display:flex;flex-direction:column;gap:5px;justify-content:center;padding:10px 20px;width:100px}.optionsMenuContainer .optionsMenuContents .menuListItem a{color:#363949;font-size:12px;font-weight:600;text-decoration:none}.optionsMenuContainer .optionsMenuContents .menuListItem a:hover{color:#2384b4}.createPageContainer{font-family:poppins,sans-serif;padding-bottom:2rem}.createPageContainer .createPageContents .top{align-items:center;color:#363949;display:inline-flex;flex-direction:row;gap:30px}.createPageContainer .createPageContents .top .backIcon{color:#363949;font-size:20px;margin-top:4px}.createPageContainer .createPageContents .top .backIcon:hover{cursor:pointer}.createPageContainer .createPageContents .top .headerTitle{color:#363949;font-size:20px;font-weight:400}.createPageContainer .createPageContents .bottom{display:flex;flex-direction:column;gap:2rem;margin-top:2.5rem}.createPageContainer .createPageContents .bottom form{display:flex;flex-wrap:wrap;gap:30px}.createPageContainer .createPageContents .bottom form .inputGroup{display:flex;flex-direction:column;gap:5px}.createPageContainer .createPageContents .bottom form .inputGroup label{color:#363949;font-size:15px;font-weight:600}.createPageContainer .createPageContents .bottom form .inputGroup .tailText{color:#616784;font-size:13px}.createPageContainer .createPageContents .bottom form .inputGroup .nepaliDatePicker,.createPageContainer .createPageContents .bottom form .inputGroup input[type=date],.createPageContainer .createPageContents .bottom form .inputGroup input[type=email],.createPageContainer .createPageContents .bottom form .inputGroup input[type=file],.createPageContainer .createPageContents .bottom form .inputGroup input[type=password],.createPageContainer .createPageContents .bottom form .inputGroup input[type=text]{border:1px solid #363949;min-height:25px;outline:0;padding:5px;width:300px}.createPageContainer .createPageContents .bottom form .inputGroup textarea{border:1px solid #363949;font-family:poppins,sans-serif;min-height:100px;outline:0;padding:5px;width:300px}.createPageContainer .createPageContents .bottom form .inputGroup select{border:1px solid #363949;min-height:37px;outline:0;padding:5px;width:310px}.createPageContainer .createPageContents .bottom form .inputGroup .fileInput{display:flex;flex-direction:column;gap:10px}.createPageContainer .createPageContents .bottom form .inputGroup .fileInput .uploadedImage{height:150px;width:200px}.createPageContainer .createPageContents .bottom form .btn-group{display:flex;gap:1rem;width:100%}.createPageContainer .createPageContents .bottom form .btn-group .create-btn{background-color:#00425a;border:0;color:hsla(0,0%,100%,.945);font-size:15px;font-weight:600;height:40px;outline:0;padding:10px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.createPageContainer .createPageContents .bottom form .btn-group .create-btn:hover{background-color:#002f41;cursor:pointer}.createPageContainer .createPageContents .bottom form .btn-group .cancel-btn{background-color:hsla(0,0%,100%,.945);border:2px solid #00425a;color:#00425a;font-size:15px;font-weight:600;height:40px;outline:0;padding:10px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.createPageContainer .createPageContents .bottom form .btn-group .cancel-btn:hover{background-color:#002f41;color:hsla(0,0%,100%,.945);cursor:pointer}.nepali-date-picker{position:relative}.nepali-date-picker .calender{background:#fff none repeat scroll 0 0;border-radius:6px;box-shadow:0 2px 6px 0 #0000001a;box-sizing:border-box;color:#8c8c8c;display:block;font-family:NotoSans,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:auto;left:0;letter-spacing:.2px;line-height:1.25em;padding:15px;position:absolute;text-align:right;-webkit-user-select:none;user-select:none;z-index:9999}.nepali-date-picker .calender .calendar-controller{align-items:center;display:flex;justify-content:space-between;position:relative}.nepali-date-picker .calender .calendar-controller .date-indicator{display:flex}.nepali-date-picker .calender .calendar-controller .control{cursor:pointer;position:relative;text-align:center}.nepali-date-picker .calender .calendar-controller .control.icon-today{position:absolute;right:20px}.nepali-date-picker .calender .calendar-controller .control.month,.nepali-date-picker .calender .calendar-controller .control.year{border:1px solid #eee;line-height:24px;width:70px}.nepali-date-picker .calender .calendar-controller .control.month .current-month,.nepali-date-picker .calender .calendar-controller .control.month .current-year,.nepali-date-picker .calender .calendar-controller .control.year .current-month,.nepali-date-picker .calender .calendar-controller .control.year .current-year{display:block;padding:4px}.nepali-date-picker .calender .calendar-controller .control.year{border-left:none}.nepali-date-picker .calender .calendar-controller .control .drop-down{background-color:#fff;box-shadow:0 2px 6px 0 #0000001a;left:0;max-height:200px;overflow-y:scroll;position:absolute;top:0;width:100%;z-index:100}.nepali-date-picker .calender .calendar-controller .control .drop-down ul{list-style:none;margin:0;padding:0}.nepali-date-picker .calender .calendar-controller .control .drop-down li{padding:4px 10px}.nepali-date-picker .calender .calendar-controller .control .drop-down li.active{background:#2096f5;color:#fff}.nepali-date-picker .calender td.month-day.current{opacity:1}.nepali-date-picker .calender td.month-day.disabled{color:#d8d8d8}.nepali-date-picker .calender td.month-day.today{color:#4a4a4a;position:relative}.nepali-date-picker .calender td.month-day.today:before{background-color:#2096f5;border-radius:50%;bottom:6px;content:"";height:4px;left:50%;margin:auto;position:absolute;transform:translateX(-50%);width:4px}.nepali-date-picker .calender td.month-day.selected{color:#fff;position:relative}.nepali-date-picker .calender td.month-day.selected:after{background:#2096f5;border-radius:50%;content:"";height:35px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:35px;z-index:-1}.nepali-date-picker .calender table{border:none;text-align:center;width:100%}.nepali-date-picker .calender table td{border:none;height:40px;width:40px}.nepali-date-picker .calender table tr{border:none;height:36px}.noRecordContainer .noRecordContents{align-items:center;display:flex;flex-direction:column;gap:20px;height:50vh;justify-content:center;width:100%}.noRecordContainer .noRecordContents .noRecordIconContainer{background-color:rgba(237,242,244,.835);border-radius:50%}.noRecordContainer .noRecordContents .noRecordIconContainer .noRecordIcon{color:#00425a;height:80px;padding:5px;width:80px}.noRecordContainer .noRecordContents .noRecordText{color:#363949;font-weight:500}.loaderContainer .loaderContents{align-items:center;display:flex;flex-direction:column;gap:20px;height:80vh;justify-content:center;width:100%}.loaderContainer .loaderContents .loaderIcon{background-color:rgba(237,242,244,.835);border-radius:50%}.loaderContainer .loaderContents .loaderIcon .loadingIcon{color:#00425a;height:80px;padding:5px;width:80px}.loaderContainer .loaderContents .loaderText{color:#363949;font-weight:500}.notFoundContainer .notFoundContents{align-items:center;display:flex;flex-direction:column;gap:20px;height:80vh;justify-content:center;width:100%}.notFoundContainer .notFoundContents .notFoundIconContainer{background-color:rgba(237,242,244,.835);border-radius:50%}.notFoundContainer .notFoundContents .notFoundIconContainer .notFoundIcon{color:#00425a;height:80px;padding:5px;width:80px}.notFoundContainer .notFoundContents .notFoundText{color:#363949;font-weight:500}.paginationContainer{color:#363949;font-size:15px;margin-top:2rem}.paginationContainer .paginationControls{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 1rem}.paginationContainer .paginationControls .itemsPerPage{align-items:center;display:inline-flex;gap:.6rem}.paginationContainer .paginationControls .itemsPerPage select{height:25px;padding:5px}.paginationContainer .paginationControls .pageControls{align-items:center;display:flex;flex-direction:row;font-size:17px;gap:.4rem}.paginationContainer .paginationControls .pageControls button{background-color:#0000;border:0;outline:0;padding:5px 10px}.paginationContainer .paginationControls .pageControls button.active{background-color:#00425a;color:#fff}.paginationContainer .paginationControls .pageControls button:hover{cursor:pointer}.paginationContainer .paginationControls .pageControls button:disabled{cursor:not-allowed;opacity:.5}.paginationContainer .paginationControls .pageControls .nextBtn,.paginationContainer .paginationControls .pageControls .prevBtn{background:#0000;border:0;outline:0}.paginationContainer .paginationControls .pageControls .nextBtn:hover,.paginationContainer .paginationControls .pageControls .prevBtn:hover{cursor:pointer}.paginationContainer hr{color:hsla(0,0%,50%,.915)}.settingPageContainer .settingPageContents .headerTitle{color:#363949;font-size:25px;font-weight:400;margin-bottom:1rem}.settingPageContainer .settingPageContents .settingsCard{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-start}.cardContainer{background-color:#fff;border:1px solid #80808080;height:180px;margin-top:1rem;padding:1.8rem;transition:all .3s ease;transition:all .3s ease-in-out;width:180px;z-index:6}.cardContainer:hover{cursor:pointer}.cardContainer .card{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;transition:all .3s ease-in-out}.cardContainer .card:hover{cursor:pointer}.cardContainer .card:hover .icon,.cardContainer .card:hover .title{color:#1f749f}.cardContainer .card .icon{align-items:center;border-radius:5px;color:#363949;display:flex;font-size:100px;height:100px;justify-content:center;padding:8px;width:100px}.cardContainer .card .title{color:#363949;font-size:15px;font-weight:600;text-transform:capitalize}.systemConfigurationContainer{padding-bottom:2rem}.systemConfigurationContainer .systemConfigurationContents .systemConfigurationHeader{color:#363949;display:flex;font-size:25px;font-weight:400;gap:1.2rem;margin-bottom:1rem}.systemConfigurationContainer .systemConfigurationContents .systemConfigurationHeader .backIcon:hover{cursor:pointer}.systemConfigurationContainer .systemConfigurationContents .systemConfigurationCard{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-start;text-align:center}.adminDetailsContainer{display:flex;justify-content:center;margin-top:1rem}.adminDetailsContainer .adminDetailsContents{width:90%}.adminDetailsContainer .adminDetailsContents .adminDetailsHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.adminDetailsContainer .adminDetailsContents .adminDetailsHeader span{align-items:center;color:#363949;display:inline-flex;font-size:24px;font-weight:400;gap:20px}.adminDetailsContainer .adminDetailsContents .adminDetailsHeader span .backIcon:hover{cursor:pointer}.adminDetailsContainer .adminDetailsContents .adminDetailsHeader .visibilityToggle{background:none;border:none;color:#363949;cursor:pointer;font-size:1.5rem}.adminDetailsContainer .adminDetailsContents .body{align-items:flex-start;display:flex;justify-content:space-between}.adminDetailsContainer .adminDetailsContents .body .left{display:flex;flex:2 1;gap:20px}.adminDetailsContainer .adminDetailsContents .body .left .profileImgContainer{align-items:center;background-color:rgba(237,242,244,.835);border-radius:2px;display:flex;height:140px;justify-content:center;width:150px}.adminDetailsContainer .adminDetailsContents .body .left .profileImgContainer .profileImg{height:120px;width:120px}.adminDetailsContainer .adminDetailsContents .body .left .adminUserDetailsContainer{display:flex;flex-direction:column;gap:6px}.adminDetailsContainer .adminDetailsContents .body .left .adminUserDetailsContainer .fullName{font-size:16px;font-weight:600;text-transform:uppercase}.adminDetailsContainer .adminDetailsContents .body .left .adminUserDetailsContainer .username{font-size:13px;font-weight:500}.adminDetailsContainer .adminDetailsContents .body .left .adminUserDetailsContainer .status{background-color:#005574;border-radius:3px;color:hsla(0,0%,95%,.945);font-size:13px;font-weight:500;margin-top:5px;padding:5px;width:-webkit-max-content;width:max-content}.adminDetailsContainer .adminDetailsContents .body .left .adminUserDetailsContainer .accessGroup{align-items:center;display:inline-flex;gap:10px;margin-top:10px}.adminDetailsContainer .adminDetailsContents .body .left .adminUserDetailsContainer .accessGroup .icon{font-size:23px}.adminDetailsContainer .adminDetailsContents .body .left .adminUserDetailsContainer .accessGroup .groupName{font-size:13px;font-weight:600}.adminDetailsContainer .adminDetailsContents .body .right{color:#363949;display:flex;flex:1 1;flex-direction:column;gap:10px}.adminDetailsContainer .adminDetailsContents .body .right .headerRight{color:#363949;font-size:16px;font-weight:600;text-transform:uppercase}.adminDetailsContainer .adminDetailsContents .body .right .addressContainer,.adminDetailsContainer .adminDetailsContents .body .right .emailContainer,.adminDetailsContainer .adminDetailsContents .body .right .phoneContainer{align-items:center;display:inline-flex;gap:10px}.adminDetailsContainer .adminDetailsContents .body .right .addressContainer .icon,.adminDetailsContainer .adminDetailsContents .body .right .emailContainer .icon,.adminDetailsContainer .adminDetailsContents .body .right .phoneContainer .icon{font-size:16px}.adminDetailsContainer .adminDetailsContents .body .right .addressContainer .email,.adminDetailsContainer .adminDetailsContents .body .right .addressContainer .phone,.adminDetailsContainer .adminDetailsContents .body .right .emailContainer .email,.adminDetailsContainer .adminDetailsContents .body .right .emailContainer .phone,.adminDetailsContainer .adminDetailsContents .body .right .phoneContainer .email,.adminDetailsContainer .adminDetailsContents .body .right .phoneContainer .phone{color:#363949;font-size:14px;font-weight:500}.adminDetailsContainer .adminDetailsContents .bottom{display:flex;flex-wrap:wrap;gap:20px;margin-top:2rem}.adminDetailsContainer .adminDetailsContents .bottom .edit-btn{background-color:#00425a;border:0;color:hsla(0,0%,100%,.945);font-size:15px;font-weight:600;height:40px;outline:0;padding:10px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.adminDetailsContainer .adminDetailsContents .bottom .edit-btn:hover{background-color:#002f41;cursor:pointer}.adminDetailsContainer .adminDetailsContents .bottom .bottom-btn{background-color:hsla(0,0%,100%,.945);border:2px solid #00425a;color:#00425a;font-size:15px;font-weight:600;height:40px;outline:0;padding:10px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.adminDetailsContainer .adminDetailsContents .bottom .bottom-btn:hover{background-color:#002f41;color:hsla(0,0%,100%,.945);cursor:pointer}.adminDetailsContainer .adminDetailsContents .bottom .bottom-btn:disabled{background-color:hsla(0,0%,100%,.945);border:2px solid #00425a;color:#00425a;cursor:no-drop}.userProfileContainer{display:flex;justify-content:center;margin-top:1rem}.userProfileContainer .userProfileContents{width:80%}.userProfileContainer .userProfileContents .header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.userProfileContainer .userProfileContents .header span{color:#363949;font-size:24px;font-weight:400}.userProfileContainer .userProfileContents .header .visibilityToggle{background:none;border:none;color:#363949;cursor:pointer;font-size:1.5rem}.userProfileContainer .userProfileContents .body{align-items:flex-start;display:flex;justify-content:space-between}.userProfileContainer .userProfileContents .body .left{display:flex;flex:2 1;gap:20px}.userProfileContainer .userProfileContents .body .left .profileImgContainer{align-items:center;background-color:rgba(237,242,244,.835);border-radius:2px;display:flex;height:140px;justify-content:center;width:150px}.userProfileContainer .userProfileContents .body .left .profileImgContainer .profileImg{height:120px;width:120px}.userProfileContainer .userProfileContents .body .left .userDetailsContainer{display:flex;flex-direction:column;gap:6px}.userProfileContainer .userProfileContents .body .left .userDetailsContainer .fullName{font-size:16px;font-weight:600;text-transform:uppercase}.userProfileContainer .userProfileContents .body .left .userDetailsContainer .username{font-size:13px;font-weight:500}.userProfileContainer .userProfileContents .body .left .userDetailsContainer .status{background-color:#005574;border-radius:3px;color:hsla(0,0%,95%,.945);font-size:13px;font-weight:500;margin-top:5px;padding:5px;width:-webkit-max-content;width:max-content}.userProfileContainer .userProfileContents .body .left .userDetailsContainer .accessGroup{align-items:center;display:inline-flex;gap:10px;margin-top:10px}.userProfileContainer .userProfileContents .body .left .userDetailsContainer .accessGroup .icon{font-size:23px}.userProfileContainer .userProfileContents .body .left .userDetailsContainer .accessGroup .groupName{font-size:13px;font-weight:600}.userProfileContainer .userProfileContents .body .right{color:#363949;display:flex;flex:1 1;flex-direction:column;gap:10px}.userProfileContainer .userProfileContents .body .right .headerRight{color:#363949;font-size:16px;font-weight:600;text-transform:uppercase}.userProfileContainer .userProfileContents .body .right .emailContainer,.userProfileContainer .userProfileContents .body .right .phoneContainer{align-items:center;display:inline-flex;gap:10px}.userProfileContainer .userProfileContents .body .right .emailContainer .icon,.userProfileContainer .userProfileContents .body .right .phoneContainer .icon{font-size:16px}.userProfileContainer .userProfileContents .body .right .emailContainer .email,.userProfileContainer .userProfileContents .body .right .emailContainer .phone,.userProfileContainer .userProfileContents .body .right .phoneContainer .email,.userProfileContainer .userProfileContents .body .right .phoneContainer .phone{color:#363949;font-size:14px;font-weight:500}.changePasswordContainer{width:90%}.changePasswordContainer .changePasswordContents{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.changePasswordContainer .changePasswordContents .changePasswordLeft{display:flex;flex-direction:column;gap:2.5rem}.changePasswordContainer .changePasswordContents .changePasswordLeft .changePasswordHeader{color:#363949;display:flex;font-size:22px;gap:1rem}.changePasswordContainer .changePasswordContents .changePasswordLeft .changePasswordHeader .goBackIcon:hover{cursor:pointer}.changePasswordContainer .changePasswordContents .changePasswordLeft .changePasswordContainer{display:flex;flex-direction:column;gap:1.5rem}.changePasswordContainer .changePasswordContents .changePasswordLeft .changePasswordContainer .changePasswordInput{display:flex;flex-direction:column;gap:5px}.changePasswordContainer .changePasswordContents .changePasswordLeft .changePasswordContainer .changePasswordInput .changePasswordWrapper{align-items:center;display:flex;position:relative}.changePasswordContainer .changePasswordContents .changePasswordLeft .changePasswordContainer .changePasswordInput .passwordLabel{color:#363949;font-size:12px;font-weight:600;text-transform:capitalize}.changePasswordContainer .changePasswordContents .changePasswordLeft .changePasswordContainer .changePasswordInput .password-box{border:1px solid #363949;min-height:25px;outline:0;padding:5px;width:350px}.changePasswordContainer .changePasswordContents .changePasswordLeft .changePasswordContainer .changePasswordInput .passwordToggleBtn{background:none;border:1px solid #363949;border-left:0;color:#00425a;cursor:pointer;font-size:18px;font-weight:700;min-height:37px}.changePasswordContainer .changePasswordContents .changePasswordLeft .changePasswordContainer .submit-btn .submitBtn{background-color:#00425a;border:0;color:hsla(0,0%,100%,.945);font-size:15px;font-weight:600;height:40px;outline:0;padding:10px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.changePasswordContainer .changePasswordContents .changePasswordLeft .changePasswordContainer .submit-btn .submitBtn:hover{background-color:#002f41;cursor:pointer}.changePasswordContainer .changePasswordContents .right{background-color:hsla(0,0%,95%,.945);height:-webkit-max-content;height:max-content;margin-top:4rem;padding:10px 20px;width:-webkit-max-content;width:max-content}.changePasswordContainer .changePasswordContents .right .rightHeader{font-size:20px}.changePasswordContainer .changePasswordContents .right .desc{color:#363949;line-height:1.5}.changePasswordContainer .changePasswordContents .right .criterias{color:#363949;font-size:15px;line-height:1.5}.createAccessGroupContainer{font-family:poppins,sans-serif}.createAccessGroupContainer .createAccessGroupContents .accessGroupTop{align-items:center;color:#363949;display:inline-flex;flex-direction:row;gap:30px}.createAccessGroupContainer .createAccessGroupContents .accessGroupTop .accessGroupBackIcon{color:#363949;font-size:20px;margin-top:4px}.createAccessGroupContainer .createAccessGroupContents .accessGroupTop .accessGroupBackIcon:hover{cursor:pointer}.createAccessGroupContainer .createAccessGroupContents .accessGroupTop .accessGroupHeaderTitle{color:#363949;font-size:20px;font-weight:400}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom{display:flex;flex-direction:column;gap:2rem;margin-top:2.5rem}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom form{display:flex;flex-direction:column;flex-wrap:wrap;gap:30px}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom form .inputGroup{display:flex;flex-direction:column;gap:5px}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom form .inputGroup label{color:#363949;font-size:12px;font-weight:600;text-transform:capitalize}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom form .inputGroup input{border:1px solid #363949;min-height:25px;outline:0;padding:5px;width:300px}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom form .inputGroup textarea{border:1px solid #363949;font-family:poppins,sans-serif;min-height:100px;outline:0;padding:5px;width:300px}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom form .inputGroup select{border:1px solid #363949;min-height:35px;outline:0;padding:5px;width:310px}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom form .rolesContainer{display:flex;flex-direction:column;font-size:14px;gap:3px;margin-top:-1rem}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom form .rolesContainer .parentRole{align-items:center;display:flex;flex-direction:row}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom form .rolesContainer .parentRole .iconDrop{font-size:20px}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom form .rolesContainer .parentRole .iconDrop:hover{cursor:pointer}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom form .rolesContainer .parentRole .parentRole__checkbox{margin-bottom:5px}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom form .rolesContainer .childRoles{display:flex;flex-direction:column;padding-left:30px}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom form .rolesContainer .childRoles .childRole{align-items:center;display:flex;flex-direction:row}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom form .rolesContainer .childRolesInner{display:flex;flex-direction:column;padding-left:40px}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom form .rolesContainer .childRolesInner .childRoleInner{align-items:center;display:flex;flex-direction:row}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom .btn-group{display:flex;gap:1rem}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom .btn-group .create-btn{background-color:#00425a;border:0;color:hsla(0,0%,100%,.945);font-size:15px;font-weight:600;height:40px;outline:0;padding:10px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom .btn-group .create-btn:hover{background-color:#002f41;cursor:pointer}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom .btn-group .cancel-btn{background-color:hsla(0,0%,100%,.945);border:2px solid #00425a;color:#00425a;font-size:15px;font-weight:600;height:40px;outline:0;padding:10px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.createAccessGroupContainer .createAccessGroupContents .accessGroupBottom .btn-group .cancel-btn:hover{background-color:#002f41;color:hsla(0,0%,100%,.945);cursor:pointer}.servicePageContainer .servicePageContents{display:flex;flex-direction:column;gap:1rem}.servicePageContainer .servicePageContents .headerTitle{color:#363949;display:flex;font-size:25px;font-weight:400;gap:20px}.servicePageContainer .servicePageContents .headerTitle .backIcon{margin-top:5px}.servicePageContainer .servicePageContents .headerTitle .backIcon:hover{cursor:pointer}.servicePageContainer .servicePageContents .serviceCard{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-start;text-align:center}.viewNewsContainer{margin:0 .5rem;width:80%}.viewNewsContainer .contentWrapper .newsPageContent{display:flex;flex-direction:column;gap:1rem}.viewNewsContainer .contentWrapper .newsPageContent .category{color:#00425a;font-weight:500;text-transform:uppercase;transition:all .3s ease-in-out}.viewNewsContainer .contentWrapper .newsPageContent .category:hover{color:gray;cursor:pointer}.viewNewsContainer .contentWrapper .newsPageContent .category .cat-hr{background-color:#00425a;border-color:#00425a;height:2px;margin:0;outline:0;width:3%}.viewNewsContainer .contentWrapper .newsPageContent .title{font-size:25px;font-weight:600}.viewNewsContainer .contentWrapper .newsPageContent .newsSummary{color:gray;font-size:14px}.viewNewsContainer .contentWrapper .newsPageContent .newsImage{height:300px;width:500px}.viewNewsContainer .contentWrapper .newsPageContent .author{font-size:18px;font-weight:600}.viewNewsContainer .contentWrapper .newsPageContent .publishedDetails{color:#4e4e4e;display:flex;font-size:14px;gap:1rem}.viewNewsContainer .contentWrapper .newsPageContent .publishedDetails span{border:2px solid #b3aaaa80;border-radius:3px;padding:3px 5px}.viewNewsContainer .contentWrapper .newsPageContent .content{font-size:17px;line-height:1.5;text-align:justify}.eventDetailsContainer{width:85%}.eventDetailsContainer .eventDetailsContents{display:flex;flex-direction:column;gap:.8rem}.eventDetailsContainer .eventDetailsContents .eventDetailsTop{align-items:center;color:#363949;display:flex;gap:20px}.eventDetailsContainer .eventDetailsContents .eventDetailsTop .backArrow{font-size:25px;margin-top:2px}.eventDetailsContainer .eventDetailsContents .eventDetailsTop .backArrow:hover{cursor:pointer}.eventDetailsContainer .eventDetailsContents .eventDetailsTop .eventHeading{color:#363949;font-size:25px;font-weight:400}.eventDetailsContainer .eventDetailsContents .eventDetailsBody{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding:1rem}.eventDetailsContainer .eventDetailsContents .eventDetailsBody .eventTitle{font-size:22px;font-weight:500;text-transform:uppercase}.eventDetailsContainer .eventDetailsContents .eventDetailsBody .eventDescription{color:#363949;font-size:15px;font-weight:400;line-height:1.5;text-align:justify}.eventDetailsContainer .eventDetailsContents .eventDetailsBody .eventDetailsContainer{align-items:center;display:flex;justify-content:space-between}.eventDetailsContainer .eventDetailsContents .eventDetailsBody .eventDetailsContainer .eventCategoryContainer,.eventDetailsContainer .eventDetailsContents .eventDetailsBody .eventDetailsContainer .eventDateContainer,.eventDetailsContainer .eventDetailsContents .eventDetailsBody .eventDetailsContainer .eventStatusContainer{display:flex;flex-direction:column;gap:7px}.eventDetailsContainer .eventDetailsContents .eventDetailsBody .eventDetailsContainer .categoryHeading,.eventDetailsContainer .eventDetailsContents .eventDetailsBody .eventDetailsContainer .dateHeading,.eventDetailsContainer .eventDetailsContents .eventDetailsBody .eventDetailsContainer .statusHeading{color:rgba(77,77,77,.915);font-size:15px}.eventDetailsContainer .eventDetailsContents .eventDetailsBody .eventDetailsContainer .eventCategory,.eventDetailsContainer .eventDetailsContents .eventDetailsBody .eventDetailsContainer .eventDate,.eventDetailsContainer .eventDetailsContents .eventDetailsBody .eventDetailsContainer .eventStatus{font-size:18px;font-weight:500}.healthPostDetailsContainer{width:90%}.healthPostDetailsContainer .healthPostDetailsContents{display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsHead{align-items:center;color:#363949;display:flex;font-size:25px;gap:20px}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsHead .backArrow:hover{cursor:pointer}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody{padding:1rem 1.5rem}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topLeft{display:flex;flex:2 1;flex-direction:column;gap:1rem}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topLeft .healthServiceName{font-size:20px;font-weight:500}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topLeft .healthServiceAddress{color:#363949;font-size:14px}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topLeft .contactDetails{display:flex;flex-direction:column;flex-wrap:wrap;font-size:15px;font-weight:400;gap:1rem;margin-top:.8rem}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topLeft .contactDetails .contactPerson,.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topLeft .contactDetails .email,.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topLeft .contactDetails .phone{align-items:center;display:inline-flex;gap:10px}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topLeft .contactDetails .contactIcon{font-size:20px}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightTop{border:1px solid hsla(0,0%,50%,.915)}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightTop .topRightTopContents{display:flex;flex-direction:column;gap:.5rem;padding:15px 20px}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightTop .topRightTopContents .rightTopHeader{font-size:18px;font-weight:500}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightTop .topRightTopContents .servicesOffered{font-size:14px;line-height:1.5}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightBottom{border:1px solid hsla(0,0%,50%,.915)}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightBottom .topRightBottomContents{display:flex;flex-direction:column;gap:1rem;padding:15px 20px}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightBottom .topRightBottomContents .rightBottomBody{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightBottom .topRightBottomContents .rightBottomBody .beds,.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightBottom .topRightBottomContents .rightBottomBody .category,.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightBottom .topRightBottomContents .rightBottomBody .statusContainer{display:flex;flex-direction:column;gap:8px}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightBottom .topRightBottomContents .rightBottomBody .bedsHeader,.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightBottom .topRightBottomContents .rightBottomBody .categoryHeader,.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightBottom .topRightBottomContents .rightBottomBody .statusStatusHeader{font-size:14px}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightBottom .topRightBottomContents .rightBottomBody .bedsCount,.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightBottom .topRightBottomContents .rightBottomBody .categoryName,.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsTop .topRight .topRightBottom .topRightBottomContents .rightBottomBody .status{font-size:14px;font-weight:500}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody hr{margin:1rem 0}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsBottom{display:flex;flex-direction:column;gap:1rem}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsBottom .bottomHeader{font-size:20px;font-weight:500}.healthPostDetailsContainer .healthPostDetailsContents .healthPostDetailsContentsBody .bodyContentsBottom .bottomDescriptionText{font-size:15px;line-height:1.5;text-align:justify}.educationDetailsContainer{width:90%}.educationDetailsContainer .educationDetailsContents{display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem}.educationDetailsContainer .educationDetailsContents .educationDetailsHeader{align-items:center;color:#363949;display:flex;font-size:25px;gap:20px}.educationDetailsContainer .educationDetailsContents .educationDetailsHeader .backArrow:hover{cursor:pointer}.educationDetailsContainer .educationDetailsContents .educationDetailsBody{padding:.5rem 1.5rem}.educationDetailsContainer .educationDetailsContents .educationDetailsBody .bodyHead{padding:1rem 0}.educationDetailsContainer .educationDetailsContents .educationDetailsBody .bodyHead .institutionName{font-size:20px;font-weight:500;text-transform:uppercase}.educationDetailsContainer .educationDetailsContents .educationDetailsBody .bodyContents{display:flex;flex-wrap:wrap;gap:1.5rem}.educationDetailsContainer .educationDetailsContents .educationDetailsBody .bodyContents .item{box-sizing:border-box;display:flex;flex-basis:calc(33.333% - 40px);flex-direction:column;flex-grow:1;flex-shrink:1;gap:.4rem}.educationDetailsContainer .educationDetailsContents .educationDetailsBody .bodyContents .item .itemHeader{color:hsla(0,0%,50%,.915);font-size:15px}.educationDetailsContainer .educationDetailsContents .educationDetailsBody .bodyContents .item .itemBody{font-size:15px}.tourismAreaDetailsContainer .tourismAreaDetailsContents{display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem}.tourismAreaDetailsContainer .tourismAreaDetailsContents .tourismAreaDetailsHeader{align-items:center;color:#363949;display:flex;font-size:25px;gap:20px}.tourismAreaDetailsContainer .tourismAreaDetailsContents .tourismAreaDetailsHeader .backArrow:hover{cursor:pointer}.tourismAreaDetailsContainer .tourismAreaDetailsContents .tourismAreaDetailsBody{padding:.5rem 2rem}.tourismAreaDetailsContainer .tourismAreaDetailsContents .tourismAreaDetailsBody .bodyContents{display:flex;flex-wrap:wrap;gap:3rem}.tourismAreaDetailsContainer .tourismAreaDetailsContents .tourismAreaDetailsBody .bodyContents .bodyLeft{flex:1 1}.tourismAreaDetailsContainer .tourismAreaDetailsContents .tourismAreaDetailsBody .bodyContents .bodyLeft .imageContainer .tourismAreaImage{height:70vh}.tourismAreaDetailsContainer .tourismAreaDetailsContents .tourismAreaDetailsBody .bodyContents .bodyRight{color:#363949;display:flex;flex:1 1;flex-direction:column;gap:.8rem}.tourismAreaDetailsContainer .tourismAreaDetailsContents .tourismAreaDetailsBody .bodyContents .bodyRight .tourismAreaName{font-size:20px;font-weight:500}.tourismAreaDetailsContainer .tourismAreaDetailsContents .tourismAreaDetailsBody .bodyContents .bodyRight .directionDetails,.tourismAreaDetailsContainer .tourismAreaDetailsContents .tourismAreaDetailsBody .bodyContents .bodyRight .tourismAreaCategory{color:hsla(0,0%,50%,.915)}.tourismAreaDetailsContainer .tourismAreaDetailsContents .tourismAreaDetailsBody .bodyContents .bodyRight .tourismAreaDescription{color:#363949;line-height:1.5;text-align:justify}.policeDetailsContainer{width:90%}.policeDetailsContainer .policeDetailsContents{display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem}.policeDetailsContainer .policeDetailsContents .policeDetailsHeader{align-items:center;color:#363949;display:flex;font-size:25px;gap:20px}.policeDetailsContainer .policeDetailsContents .policeDetailsHeader .backArrow:hover{cursor:pointer}.policeDetailsContainer .policeDetailsContents .policeDetailsBody{padding:.5rem 1.5rem}.policeDetailsContainer .policeDetailsContents .policeDetailsBody .bodyHead{padding:1rem 0}.policeDetailsContainer .policeDetailsContents .policeDetailsBody .bodyHead .stationName{font-size:20px;font-weight:500;text-transform:uppercase}.policeDetailsContainer .policeDetailsContents .policeDetailsBody .bodyContents{display:flex;flex-wrap:wrap;gap:1.5rem}.policeDetailsContainer .policeDetailsContents .policeDetailsBody .bodyContents .item{box-sizing:border-box;display:flex;flex-basis:calc(33.333% - 40px);flex-direction:column;flex-grow:1;flex-shrink:1;gap:.4rem}.policeDetailsContainer .policeDetailsContents .policeDetailsBody .bodyContents .item .itemHeader{color:hsla(0,0%,50%,.915);font-size:15px}.policeDetailsContainer .policeDetailsContents .policeDetailsBody .bodyContents .item .itemBody{font-size:15px}.financeDetailsContainer{width:90%}.financeDetailsContainer .financeDetailsContents{display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem}.financeDetailsContainer .financeDetailsContents .financeDetailsHeader{align-items:center;color:#363949;display:flex;font-size:25px;gap:20px}.financeDetailsContainer .financeDetailsContents .financeDetailsHeader .backArrow:hover{cursor:pointer}.financeDetailsContainer .financeDetailsContents .financeeducationDetailsBody{padding:.5rem 1.5rem}.financeDetailsContainer .financeDetailsContents .financeeducationDetailsBody .bodyHead{padding:1rem 0}.financeDetailsContainer .financeDetailsContents .financeeducationDetailsBody .bodyHead .institutionName{font-size:20px;font-weight:500;text-transform:uppercase}.financeDetailsContainer .financeDetailsContents .financeeducationDetailsBody .bodyContents{display:flex;flex-wrap:wrap;gap:1.5rem}.financeDetailsContainer .financeDetailsContents .financeeducationDetailsBody .bodyContents .item{box-sizing:border-box;display:flex;flex-basis:calc(50% - 40px);flex-direction:column;flex-grow:1;flex-shrink:1;gap:.4rem}.financeDetailsContainer .financeDetailsContents .financeeducationDetailsBody .bodyContents .item .itemHeader{color:hsla(0,0%,50%,.915);font-size:15px}.financeDetailsContainer .financeDetailsContents .financeeducationDetailsBody .bodyContents .item .itemBody{font-size:15px}.queryDetailsContainer{margin:1rem;max-width:1024px}.queryDetailsContainer .queryDetailsContents{display:flex;flex-direction:column;flex-wrap:wrap;gap:1.5rem}.queryDetailsContainer .queryDetailsContents .queryDetailsHeader{align-items:center;display:flex;justify-content:space-between}.queryDetailsContainer .queryDetailsContents .queryDetailsHeader .headerLeft{align-items:center;display:inline-flex;font-size:25px;gap:20px}.queryDetailsContainer .queryDetailsContents .queryDetailsHeader .headerLeft .backArrow{margin-top:3px}.queryDetailsContainer .queryDetailsContents .queryDetailsHeader .headerLeft .backArrow:hover{cursor:pointer}.queryDetailsContainer .queryDetailsContents .queryDetailsHeader .headerRight .replyButton{background-color:#00425a;color:hsla(0,0%,100%,.945);height:35px;padding:8px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.queryDetailsContainer .queryDetailsContents .queryDetailsHeader .headerRight .replyButton:hover{background-color:#002f41;cursor:pointer}.queryDetailsContainer .queryDetailsContents .queryDetailsBody{display:flex;flex-direction:column;gap:2rem;max-width:840px;padding:.5rem 1.5rem}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyTop{display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyTop .querySubject{color:rgba(77,77,77,.915)}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyTop .queryMessage{line-height:1.5;text-align:justify}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom{display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .senderDetails{border:1px solid rgba(237,242,244,.835);border-radius:15px;display:flex;flex:1 1;flex-direction:column;gap:1rem;min-height:300px;padding:20px 25px}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .senderDetails .senderDetailsHeader{color:#363949;font-size:20px;font-weight:500}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .senderDetails .senderDetailsBody .senderPersonalInfo{align-items:center;display:flex;gap:1rem;padding:1rem}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .senderDetails .senderDetailsBody .senderPersonalInfo .infoLeft{margin-top:5px}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .senderDetails .senderDetailsBody .senderPersonalInfo .infoLeft .icon{color:#363949;font-size:35px}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .senderDetails .senderDetailsBody .senderPersonalInfo .infoRight{display:flex;flex-direction:column;font-size:15px}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .senderDetails .senderDetailsBody .senderPersonalInfo .infoRight .senderName{font-weight:500}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .senderDetails .senderDetailsBody .separator{background:hsla(0,0%,50%,.915);color:hsla(0,0%,50%,.915)}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .senderDetails .senderDetailsBody .senderOtherInfo{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .senderDetails .senderDetailsBody .senderOtherInfo .infoItem{align-items:center;display:inline-flex;font-size:15px;justify-content:space-between}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .senderDetails .senderDetailsBody .senderOtherInfo .infoItem .infoItemHeader{color:hsla(0,0%,50%,.915);font-weight:400}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .messageDetails{border:1px solid rgba(237,242,244,.835);border-radius:15px;display:flex;flex:1 1;flex-direction:column;gap:1rem;min-height:300px;padding:20px 25px}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .messageDetails .messageDetailsHeader{color:#363949;font-size:20px;font-weight:500}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .messageDetails .messageDetailsBody .messageDetailsBodyTop .receivedDate{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding:1rem 0}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .messageDetails .messageDetailsBody .messageOtherInfo{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .messageDetails .messageDetailsBody .messageOtherInfo .infoItem{align-items:center;display:inline-flex;font-size:15px;justify-content:space-between}.queryDetailsContainer .queryDetailsContents .queryDetailsBody .queryBodyBottom .messageDetails .messageDetailsBody .messageOtherInfo .infoItem .infoItemHeader{color:hsla(0,0%,50%,.915);font-weight:400}.bottomRightModal{background-color:#fff;border-radius:8px 8px 0 0;bottom:0;box-shadow:0 4px 8px #0003;min-height:75vh;overflow:hidden;position:fixed;right:15px;width:30vw;z-index:100}.bottomRightModal .modalContent hr{background:rgba(237,242,244,.835);color:rgba(237,242,244,.835)}.bottomRightModal .modalContent .modalContentHeader{align-items:center;background:#00425a;color:#fff;display:flex;flex-direction:row;justify-content:space-between;padding:.5rem .8rem}.bottomRightModal .modalContent .modalContentHeader .headerText{font-weight:500}.bottomRightModal .modalContent .modalContentHeader .headerButtons{font-size:23px;margin-top:4px}.bottomRightModal .modalContent .modalContentHeader .headerButtons:hover{cursor:pointer}.bottomRightModal .modalContent .modalContentBody{padding:1rem}.bottomRightModal .modalContent .modalContentBody .replyTo{align-items:center;display:flex;gap:.5rem}.bottomRightModal .modalContent .modalContentBody .messageBox{position:relative}.bottomRightModal .modalContent .modalContentBody .messageBox form{display:flex;flex-wrap:wrap;gap:30px;margin-top:1.5rem}.bottomRightModal .modalContent .modalContentBody .messageBox form .inputGroup{display:flex;flex-direction:column;gap:5px}.bottomRightModal .modalContent .modalContentBody .messageBox form .inputGroup textarea{border:0;font-family:poppins,sans-serif;font-size:15px;line-height:1.5;min-height:45vh;outline:0;width:26vw}.bottomRightModal .modalContent .modalContentBody .messageBox form .btn-group{bottom:10px;display:flex;gap:1rem;position:fixed}.bottomRightModal .modalContent .modalContentBody .messageBox form .btn-group .create-btn{background-color:#00425a;border:0;color:hsla(0,0%,100%,.945);font-size:15px;font-weight:600;height:40px;outline:0;padding:10px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.bottomRightModal .modalContent .modalContentBody .messageBox form .btn-group .create-btn:hover{background-color:#002f41;cursor:pointer}.bottomRightModal .modalContent .modalContentBody .messageBox form .btn-group .cancel-btn{background-color:hsla(0,0%,100%,.945);border:2px solid #00425a;color:#00425a;font-size:15px;font-weight:600;height:40px;outline:0;padding:10px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.bottomRightModal .modalContent .modalContentBody .messageBox form .btn-group .cancel-btn:hover{background-color:#002f41;color:hsla(0,0%,100%,.945);cursor:pointer}.swal2-textarea{font-family:poppins,sans-serif;font-size:15px}.customerDetailsContainer{display:flex;justify-content:center;margin-top:1rem}.customerDetailsContainer .customerDetailsContents{width:90%}.customerDetailsContainer .customerDetailsContents .customerDetailsHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.customerDetailsContainer .customerDetailsContents .customerDetailsHeader span{align-items:center;color:#363949;display:inline-flex;font-size:24px;font-weight:400;gap:20px}.customerDetailsContainer .customerDetailsContents .customerDetailsHeader span .backIcon:hover{cursor:pointer}.customerDetailsContainer .customerDetailsContents .customerDetailsHeader .visibilityToggle{background:none;border:none;color:#363949;cursor:pointer;font-size:1.5rem}.customerDetailsContainer .customerDetailsContents .body{align-items:flex-start;display:flex;justify-content:space-between}.customerDetailsContainer .customerDetailsContents .body .left{display:flex;flex:2 1;gap:20px}.customerDetailsContainer .customerDetailsContents .body .left .profileImgContainer{align-items:center;background-color:rgba(237,242,244,.835);border-radius:2px;display:flex;height:160px;justify-content:center;width:170px}.customerDetailsContainer .customerDetailsContents .body .left .profileImgContainer .profileImg{height:130px;width:130px}.customerDetailsContainer .customerDetailsContents .body .left .customerUserDetailsContainer{display:flex;flex-direction:column;gap:.7rem}.customerDetailsContainer .customerDetailsContents .body .left .customerUserDetailsContainer .fullName{font-size:16px;font-weight:600;text-transform:uppercase}.customerDetailsContainer .customerDetailsContents .body .left .customerUserDetailsContainer .username{font-size:13px;font-weight:500}.customerDetailsContainer .customerDetailsContents .body .left .customerUserDetailsContainer .status{background-color:#005574;border-radius:3px;color:hsla(0,0%,95%,.945);font-size:13px;font-weight:500;margin-top:5px;padding:5px;width:-webkit-max-content;width:max-content}.customerDetailsContainer .customerDetailsContents .body .left .customerUserDetailsContainer .genderBG{display:flex;flex-direction:column;gap:.5rem}.customerDetailsContainer .customerDetailsContents .body .left .customerUserDetailsContainer .genderBG .bloodGroupContainer,.customerDetailsContainer .customerDetailsContents .body .left .customerUserDetailsContainer .genderBG .genderContainer{display:inline-flex;gap:10px}.customerDetailsContainer .customerDetailsContents .body .left .customerUserDetailsContainer .genderBG .bloodGroupIcon,.customerDetailsContainer .customerDetailsContents .body .left .customerUserDetailsContainer .genderBG .genderIcon{font-size:20px}.customerDetailsContainer .customerDetailsContents .body .left .customerUserDetailsContainer .genderBG .bloodGroup,.customerDetailsContainer .customerDetailsContents .body .left .customerUserDetailsContainer .genderBG .userGender{font-size:13px;font-weight:500}.customerDetailsContainer .customerDetailsContents .body .right{color:#363949;display:flex;flex:1 1;flex-direction:column;gap:10px}.customerDetailsContainer .customerDetailsContents .body .right .headerRight{color:#363949;font-size:16px;font-weight:600;text-transform:uppercase}.customerDetailsContainer .customerDetailsContents .body .right .addressContainer,.customerDetailsContainer .customerDetailsContents .body .right .emailContainer,.customerDetailsContainer .customerDetailsContents .body .right .phoneContainer{align-items:center;display:inline-flex;gap:10px}.customerDetailsContainer .customerDetailsContents .body .right .addressContainer .icon,.customerDetailsContainer .customerDetailsContents .body .right .emailContainer .icon,.customerDetailsContainer .customerDetailsContents .body .right .phoneContainer .icon{font-size:16px}.customerDetailsContainer .customerDetailsContents .body .right .addressContainer .email,.customerDetailsContainer .customerDetailsContents .body .right .addressContainer .phone,.customerDetailsContainer .customerDetailsContents .body .right .emailContainer .email,.customerDetailsContainer .customerDetailsContents .body .right .emailContainer .phone,.customerDetailsContainer .customerDetailsContents .body .right .phoneContainer .email,.customerDetailsContainer .customerDetailsContents .body .right .phoneContainer .phone{color:#363949;font-size:14px;font-weight:500}.customerDetailsContainer .customerDetailsContents .bottom{display:flex;flex-wrap:wrap;gap:20px;margin-top:2rem}.customerDetailsContainer .customerDetailsContents .bottom .edit-btn{background-color:#00425a;border:0;color:hsla(0,0%,100%,.945);font-size:15px;font-weight:600;height:40px;outline:0;padding:10px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.customerDetailsContainer .customerDetailsContents .bottom .edit-btn:hover{background-color:#002f41;cursor:pointer}.customerDetailsContainer .customerDetailsContents .bottom .bottom-btn{background-color:hsla(0,0%,100%,.945);border:2px solid #00425a;color:#00425a;font-size:15px;font-weight:600;height:40px;outline:0;padding:10px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.customerDetailsContainer .customerDetailsContents .bottom .bottom-btn:hover{background-color:#002f41;color:hsla(0,0%,100%,.945);cursor:pointer}.customerDetailsContainer .customerDetailsContents .bottom .bottom-btn:disabled{background-color:hsla(0,0%,100%,.945);border:2px solid #00425a;color:#00425a;cursor:no-drop}.termsAndConditionContainer{width:90%}.termsAndConditionContainer .termsAndConditionContents{display:flex;flex-direction:column;gap:1rem}.termsAndConditionContainer .termsAndConditionContents .termsAndConditionHeader{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.termsAndConditionContainer .termsAndConditionContents .termsAndConditionHeader .tACHeaderLeft{align-items:center;display:inline-flex;font-size:25px;gap:1rem}.termsAndConditionContainer .termsAndConditionContents .termsAndConditionHeader .tACHeaderLeft .backArrow{margin-top:3px}.termsAndConditionContainer .termsAndConditionContents .termsAndConditionHeader .tACHeaderLeft .backArrow:hover{cursor:pointer}.termsAndConditionContainer .termsAndConditionContents .termsAndConditionHeader .tACHeaderRight .edit-btn{background-color:#00425a;border:0;color:hsla(0,0%,100%,.945);font-size:15px;font-weight:600;height:40px;outline:0;padding:10px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.termsAndConditionContainer .termsAndConditionContents .termsAndConditionHeader .tACHeaderRight .edit-btn:hover{background-color:#002f41;cursor:pointer}.termsAndConditionContainer .termsAndConditionContents .termsAndConditionBody .termsAndCondition{font-size:15px;line-height:1.5;text-align:justify}.editTermsAndCondition{display:flex;flex-direction:column;gap:1.5rem;width:90%}.editTermsAndCondition .editTermsAndConditionHeader{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.editTermsAndCondition .editTermsAndConditionHeader .headerLeft{align-items:center;display:flex;font-size:25px;gap:1rem}.editTermsAndCondition .editTermsAndConditionHeader .headerLeft .backArrow{margin-top:5px}.editTermsAndCondition .editTermsAndConditionHeader .headerLeft .backArrow:hover{cursor:pointer}.editTermsAndCondition .editTermsAndConditionHeader .headerRight .btn-group{display:flex;gap:1rem;width:100%}.editTermsAndCondition .editTermsAndConditionHeader .headerRight .btn-group .create-btn{background-color:#00425a;border:0;color:hsla(0,0%,100%,.945);font-size:15px;font-weight:600;height:40px;outline:0;padding:10px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.editTermsAndCondition .editTermsAndConditionHeader .headerRight .btn-group .create-btn:hover{background-color:#002f41;cursor:pointer}.editTermsAndCondition .editTermsAndConditionHeader .headerRight .btn-group .cancel-btn{background-color:hsla(0,0%,100%,.945);border:2px solid #00425a;color:#00425a;font-size:15px;font-weight:600;height:40px;outline:0;padding:10px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.editTermsAndCondition .editTermsAndConditionHeader .headerRight .btn-group .cancel-btn:hover{background-color:#002f41;color:hsla(0,0%,100%,.945);cursor:pointer}.dashboardContainer{-webkit-user-select:none;user-select:none}.dashboardContainer .dashboardContents{display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem}.dashboardContainer .dashboardContents .dashboardHeader{color:#363949;font-size:25px;font-weight:400}.dashboardContainer .dashboardContents .dashboardBody{display:flex;flex-direction:column;gap:1.5rem}.dashboardContainer .dashboardContents .dashboardBody .alertContainer{background-color:#ffe4e4;border-left:5px solid #e60000;border-radius:8px;display:flex;flex-direction:column;gap:.5rem;padding:10px;position:relative}.dashboardContainer .dashboardContents .dashboardBody .alertContainer .closeIcon{color:#cd0e0e;height:23px;position:absolute;right:30px;top:10px;width:23px}.dashboardContainer .dashboardContents .dashboardBody .alertContainer .closeIcon:hover{cursor:pointer}.dashboardContainer .dashboardContents .dashboardBody .alertContainer .alertHeader{align-items:center;color:#cd0e0e;display:inline-flex;font-size:17px;font-weight:600;gap:.5rem}.dashboardContainer .dashboardContents .dashboardBody .alertContainer .alertHeader .localLevelLogo{height:30px;width:30px}.dashboardContainer .dashboardContents .dashboardBody .alertContainer .alertContents{color:#900;font-size:15px}.dashboardContainer .dashboardContents .dashboardBody .topCards{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:space-between}.dashboardContainer .dashboardContents .dashboardBody .topCards .cardContents{align-items:center;border:1px solid #e3d9d9;border-radius:10px;box-shadow:0 3px 10px #0000000d;display:flex;gap:1.5rem;height:100px;padding:5px 15px;width:240px}.dashboardContainer .dashboardContents .dashboardBody .topCards .cardContents .cardContentLeft .cardContentLeftIcon{background-color:#005574;border-radius:50%;color:#fff;height:30px;padding:5px;width:30px}.dashboardContainer .dashboardContents .dashboardBody .topCards .cardContents .cardContentRight{display:flex;flex-direction:column;gap:.3rem}.dashboardContainer .dashboardContents .dashboardBody .topCards .cardContents .cardContentRight .cardContentRightHeader{color:hsla(0,0%,50%,.915);font-size:16px;font-weight:500}.dashboardContainer .dashboardContents .dashboardBody .topCards .cardContents .cardContentRight .cardContentRightContent{color:#363949;font-size:16px;font-weight:500}.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer .recentActivitiesContainer,.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer .upcomingEventsContainer{border:1px solid #e3d9d9;border-radius:10px;box-shadow:0 3px 10px #0000000d;box-sizing:border-box;height:calc(-webkit-max-content + 25px);height:calc(max-content + 25px);padding:15px 20px;width:calc(50% - 1rem)}@media(max-width:1000px){.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer .recentActivitiesContainer,.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer .upcomingEventsContainer{margin-bottom:1rem;width:100%}}.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer .recentActivitiesContainer{display:flex;flex-direction:column;gap:1.5rem}.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer .recentActivitiesContainer .recentActivitiesHeader{color:#363949;font-size:20px;font-weight:500}.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer .recentActivitiesContainer .recentActivitiesBody{display:flex;flex-direction:column;gap:.9rem}.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer .recentActivitiesContainer .recentActivitiesBody .bodyContents{align-items:center;display:inline-flex;justify-content:space-between}.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer .recentActivitiesContainer .recentActivitiesBody .bodyContents .recentActivitiesBodyRight{font-size:15px;font-size:13px}.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer .upcomingEventsContainer{display:flex;flex-direction:column;gap:1.5rem}.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer .upcomingEventsContainer .upcomingEventsHeader{color:#363949;font-size:20px;font-weight:500}.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer .upcomingEventsContainer .upcomingEventsBody{display:flex;flex-direction:column;gap:.9rem}.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer .upcomingEventsContainer .upcomingEventsBody .bodyContents{align-items:center;display:inline-flex;justify-content:space-between}.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer .upcomingEventsContainer .upcomingEventsBody .bodyContents .upcomingEventsBodyLeft{font-size:15px}.dashboardContainer .dashboardContents .dashboardBody .activitiesAndEventContainer .upcomingEventsContainer .upcomingEventsBody .bodyContents .upcomingEventsBodyRight{font-size:13px}.dashboardContainer .dashboardContents .dashboardBody .newsContainer{border:1px solid #e3d9d9;border-radius:10px;box-shadow:0 3px 10px #0000000d;box-sizing:border-box;display:flex;flex-direction:column;gap:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:15px 20px;width:100%}.dashboardContainer .dashboardContents .dashboardBody .newsContainer .newsContainerHeading{color:#363949;font-size:20px;font-weight:500}.dashboardContainer .dashboardContents .dashboardBody .newsContainer .newsBody{display:flex;flex-direction:column}.dashboardContainer .dashboardContents .dashboardBody .newsContainer .newsBody:not(:last-child){border-bottom:1px solid hsla(0,0%,50%,.915);padding-bottom:.5rem}.dashboardContainer .dashboardContents .dashboardBody .newsContainer .newsBody .newsTitle{font-size:17px;font-weight:500}.dashboardContainer .dashboardContents .dashboardBody .newsContainer .newsBody .newsContent{font-size:14px;line-height:1.5}.dashboardContainer .dashboardContents .dashboardBody .newsContainer .newsBody .newsPublishedDate{color:hsla(0,0%,50%,.915);font-size:12px}.dateTimeContainer{background-color:#cce7ef;border-left:5px solid #00425a;border-radius:8px;color:#2e2e2e;display:flex;flex-direction:column;gap:.4rem;padding:15px 20px}.dateTimeContainer .dateContainer{font-size:16px;font-weight:600}.dateTimeContainer .timeContainer{font-size:15px;font-weight:500}.dateTimeContainer .engDateContainer{font-size:14px}.appConfigurationContainer .appConfigurationPageContents .appConfigurationHeader{color:#363949;display:flex;font-size:25px;font-weight:400;gap:1.2rem;margin-bottom:1rem}.appConfigurationContainer .appConfigurationPageContents .appConfigurationHeader .backIcon:hover{cursor:pointer}.appConfigurationContainer .appConfigurationPageContents .appConfigurationCard{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-start;text-align:center}.emailTemplateListContainer{padding-bottom:2rem}.emailTemplateListContainer .emailTemplateContent .emailTemplateHeader{color:#363949;display:flex;font-size:25px;font-weight:400;gap:1.2rem;margin-bottom:1rem}.emailTemplateListContainer .emailTemplateContent .emailTemplateHeader .backIcon:hover{cursor:pointer}.emailTemplateListContainer .emailTemplateContent .emailTemplateListCard{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-start;text-align:center}.editEmailTemplateContainer{width:90%}.editEmailTemplateContainer .editEmailTemplateContents{display:flex;flex-direction:column;gap:1.5rem}.editEmailTemplateContainer .editEmailTemplateContents .editEmailTemplateHeader{align-items:center;display:inline-flex;flex-direction:row;font-size:24px;gap:1.5rem}.editEmailTemplateContainer .editEmailTemplateContents .editEmailTemplateHeader .backArrow{font-size:24px;margin-top:5px}.editEmailTemplateContainer .editEmailTemplateContents .editEmailTemplateHeader .backArrow:hover{cursor:pointer}.municipalProfileContainer .header .leftTitle{color:#363949;display:flex;font-size:25px;font-weight:400;gap:20px;margin-bottom:2rem}.municipalProfileContainer .header .leftTitle .icon{margin-top:5px}.municipalProfileContainer .header .leftTitle .icon:hover{cursor:pointer}.municipalProfileContainer .municipalProfileContents{display:flex;flex-direction:column;gap:1.5rem;margin:1.5rem}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsTop{display:flex;flex-direction:row;gap:3rem}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsTop .contentsLeft .localLevelLogo{height:150px;width:150px}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsTop .contentsRight{display:flex;flex-direction:column;gap:1rem}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsTop .contentsRight .localLevelName{color:#363949;font-size:23px;font-weight:400}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsTop .contentsRight .localLevelDescription{font-size:16px;line-height:1.5;text-align:justify}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsBottom{display:flex;flex-wrap:wrap;gap:1rem}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsBottom .left{border:1px solid #e3d9d9;border-radius:10px;box-shadow:0 3px 10px #0000000d;display:flex;flex-direction:column;gap:1rem;height:-webkit-max-content;height:max-content;padding:15px;width:500px}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsBottom .left .totalPopulation{display:flex;flex-direction:column;gap:7px;padding-left:5px}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsBottom .left .totalPopulation .header{color:#363949;font-size:16px;font-weight:500;text-transform:uppercase}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsBottom .left .totalPopulation .populationData{color:#363949;font-size:27px;font-weight:500}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsBottom .left .barChart{color:#363949;font-weight:500}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsBottom .right{display:flex;flex-direction:column;gap:1rem}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsBottom .right .populationDensity,.municipalProfileContainer .municipalProfileContents .municipalProfileContentsBottom .right .sexRatio{border:1px solid #e3d9d9;border-radius:10px;box-shadow:0 3px 10px #0000000d;display:flex;flex-direction:column;gap:.8rem;height:-webkit-max-content;height:max-content;padding:15px;width:500px}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsBottom .right .populationDensity .header,.municipalProfileContainer .municipalProfileContents .municipalProfileContentsBottom .right .sexRatio .header{color:#363949;font-size:16px;font-weight:500;text-transform:uppercase}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsBottom .right .sexRatio .sexRatioData{color:#363949}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsBottom .right .sexRatio .sexRatioData span{font-size:25px;font-weight:500}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsBottom .right .populationDensity .populationDensityData{color:#363949}.municipalProfileContainer .municipalProfileContents .municipalProfileContentsBottom .right .populationDensity .populationDensityData span{font-size:25px;font-weight:500}.municipalProfileContainer .municipalProfileContents .wardWisePopulationContainer{border:1px solid #e3d9d9;border-radius:10px;box-shadow:0 3px 10px #0000000d;display:flex;flex-direction:column;gap:1rem;height:-webkit-max-content;height:max-content;padding:15px;width:1050px}.municipalProfileContainer .municipalProfileContents .wardWisePopulationContainer .header{color:#363949;font-size:16px;font-weight:500;margin-bottom:.5rem;text-transform:uppercase}.municipalProfileContainer .municipalProfileContents .maritalStatusAndBirthRegistrationContainer{display:flex;gap:1rem}.municipalProfileContainer .municipalProfileContents .maritalStatusAndBirthRegistrationContainer .birthRegContainer,.municipalProfileContainer .municipalProfileContents .maritalStatusAndBirthRegistrationContainer .maritialStatusContainer{border:1px solid #e3d9d9;border-radius:10px;box-shadow:0 3px 10px #0000000d;display:flex;flex-direction:column;gap:1rem;height:-webkit-max-content;height:max-content;padding:15px;width:-webkit-max-content;width:max-content}.municipalProfileContainer .municipalProfileContents .maritalStatusAndBirthRegistrationContainer .birthRegContainer .header,.municipalProfileContainer .municipalProfileContents .maritalStatusAndBirthRegistrationContainer .maritialStatusContainer .header{color:#363949;font-size:16px;font-weight:500;margin-bottom:.5rem;text-transform:uppercase}.municipalProfileContainer .municipalProfileContents .maritalStatusAndBirthRegistrationContainer .birthRegContainer .chart,.municipalProfileContainer .municipalProfileContents .maritalStatusAndBirthRegistrationContainer .maritialStatusContainer .chart{font-size:14px}.accessGroupDetailsContainer{color:#363949}.accessGroupDetailsContainer .accessGroupDetailsContents{display:flex;flex-direction:column;gap:2rem}.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsTop{align-items:center;display:flex;flex-direction:row;gap:20px}.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsTop .backIcon{font-size:25px}.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsTop .backIcon:hover{cursor:pointer}.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsTop .headerDetails{font-size:25px;font-weight:400}.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsMiddle{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:40vw}.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsMiddle .descContainer,.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsMiddle .nameContainer{display:flex;flex-direction:column;gap:15px}.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsMiddle .descContainer .descHeader,.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsMiddle .descContainer .nameHeader,.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsMiddle .nameContainer .descHeader,.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsMiddle .nameContainer .nameHeader{font-size:16px;font-weight:600}.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsMiddle .descContainer .descContents,.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsMiddle .descContainer .nameContents,.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsMiddle .nameContainer .descContents,.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsMiddle .nameContainer .nameContents{font-size:16px}.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsBottom{display:flex;flex-direction:column;gap:10px}.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsBottom .bottomHeader{font-size:16px;font-weight:600;margin-bottom:1rem;text-transform:uppercase}.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsBottom .rolesList{display:flex;flex-direction:row}.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsBottom .rolesList .rolesParent{flex:1 1;font-size:14px;font-weight:600;margin-bottom:1rem}.accessGroupDetailsContainer .accessGroupDetailsContents .accessGroupDetailsBottom .rolesList .rolesChild{display:flex;flex:3 1;flex-direction:column;flex-wrap:wrap;font-size:14px;gap:4px}.myMunicipalContainer{padding-bottom:2rem}.myMunicipalContainer .myMunicipalContents .myMunicipalHeader{color:#363949;display:flex;font-size:25px;font-weight:400;gap:1.2rem;margin-bottom:1rem}.myMunicipalContainer .myMunicipalContents .myMunicipalHeader .backIcon:hover{cursor:pointer}.myMunicipalContainer .myMunicipalContents .myMunicipalCard{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-start;text-align:center}.mayorProfileContainer .header .leftTitle{color:#363949;display:flex;font-size:25px;font-weight:400;gap:20px;margin-bottom:2.5rem}.mayorProfileContainer .header .leftTitle .icon{margin-top:5px}.mayorProfileContainer .header .leftTitle .icon:hover{cursor:pointer}.mayorProfileContainer .mayorProfileContents{display:flex;flex-wrap:wrap;gap:2rem}.mayorProfileContainer .mayorProfileContents .mayor{border:1px solid #e3d9d9;border-radius:10px;box-shadow:0 3px 10px #0000000d;display:flex;flex-direction:row;gap:2rem;height:150px;margin-left:1rem;padding:25px 20px;width:470px}.mayorProfileContainer .mayorProfileContents .mayor .left .mayorImage{height:150px;width:150px}.mayorProfileContainer .mayorProfileContents .mayor .right{display:flex;flex-direction:column;gap:.5rem}.mayorProfileContainer .mayorProfileContents .mayor .right .name{color:#363949;font-size:20px;font-weight:600}.mayorProfileContainer .mayorProfileContents .mayor .right .post{color:#363949;font-size:16px;font-weight:600}.mayorProfileContainer .mayorProfileContents .mayor .right .emailContainer{align-items:center;display:inline-flex;gap:5px}.mayorProfileContainer .mayorProfileContents .mayor .right .emailContainer .emailIcon{height:15px;margin-top:5px;width:15px}.mayorProfileContainer .mayorProfileContents .mayor .right .emailContainer .email{font-size:15px}.mayorProfileContainer .mayorProfileContents .mayor .right .phoneContainer{align-items:center;display:inline-flex;gap:5px}.mayorProfileContainer .mayorProfileContents .mayor .right .phoneContainer .phoneIcon{height:15px;margin-top:5px;width:15px}.mayorProfileContainer .mayorProfileContents .mayor .right .phoneContainer .phone{font-size:15px}.mayorProfileContainer .mayorProfileContents .mayor .right .tenureContainer{align-items:center;display:inline-flex;gap:5px}.mayorProfileContainer .mayorProfileContents .mayor .right .tenureContainer .tenureIcon{height:15px;margin-top:5px;width:15px}.mayorProfileContainer .mayorProfileContents .mayor .right .tenureContainer .tenureStart{font-size:15px}.representativeProfileContainer .header{align-items:center;display:flex;justify-content:space-between}.representativeProfileContainer .header .leftTitle{color:#363949;display:flex;font-size:25px;font-weight:400;gap:20px}.representativeProfileContainer .header .leftTitle .icon{margin-top:5px}.representativeProfileContainer .header .leftTitle .icon:hover{cursor:pointer}.representativeProfileContainer .header .rightFilter{margin-right:2rem}.representativeProfileContainer .header .rightFilter .filterIcon{height:23px;width:23px}.representativeProfileContainer .header .rightFilter .filterIcon:hover{cursor:pointer}.representativeProfileContainer .representativeProfileContents{margin-left:1rem}.representativeProfileContainer .representativeProfileContents .profileList{display:flex;flex-wrap:wrap;gap:1rem;margin-left:-1rem;margin-top:2.3rem}.representativeProfileContainer .representativeProfileContents .profileList .profile{border:1px solid #e3d9d9;border-radius:10px;box-shadow:0 3px 10px #0000000d;display:flex;flex-direction:row;gap:2rem;height:180px;margin-left:1rem;padding:25px 20px;width:470px}.representativeProfileContainer .representativeProfileContents .profileList .profile .left{min-width:150px}.representativeProfileContainer .representativeProfileContents .profileList .profile .left .image{height:150px;width:150px}.representativeProfileContainer .representativeProfileContents .profileList .profile .right{display:flex;flex-direction:column;gap:.5rem}.representativeProfileContainer .representativeProfileContents .profileList .profile .right .name{color:#363949;font-size:20px;font-weight:600}.representativeProfileContainer .representativeProfileContents .profileList .profile .right .post{color:#363949;font-size:16px;font-weight:600}.representativeProfileContainer .representativeProfileContents .profileList .profile .right .emailContainer{align-items:center;display:inline-flex;gap:5px;margin-top:.8rem}.representativeProfileContainer .representativeProfileContents .profileList .profile .right .emailContainer .emailIcon{height:15px;margin-top:5px;width:15px}.representativeProfileContainer .representativeProfileContents .profileList .profile .right .emailContainer .email{font-size:15px}.representativeProfileContainer .representativeProfileContents .profileList .profile .right .phoneContainer{align-items:center;display:inline-flex;gap:5px}.representativeProfileContainer .representativeProfileContents .profileList .profile .right .phoneContainer .phoneIcon{height:15px;margin-top:5px;width:15px}.representativeProfileContainer .representativeProfileContents .profileList .profile .right .phoneContainer .phone{font-size:15px}.representativeProfileContainer .representativeProfileContents .profileList .profile .right .tenureContainer{align-items:center;display:inline-flex;gap:5px}.representativeProfileContainer .representativeProfileContents .profileList .profile .right .tenureContainer .tenureIcon{height:15px;margin-top:5px;width:15px}.representativeProfileContainer .representativeProfileContents .profileList .profile .right .tenureContainer .tenureStart{font-size:15px}.createPasswordContainer .createPasswordContents{justify-content:space-around}.createPasswordContainer .createPasswordContents .right{background-color:hsla(0,0%,95%,.945);height:-webkit-max-content;height:max-content;margin-top:4rem;padding:10px 20px;width:-webkit-max-content;width:max-content}.createPasswordContainer .createPasswordContents .right .rightHeader{font-size:20px}.createPasswordContainer .createPasswordContents .right .desc{color:#363949;line-height:1.5}.createPasswordContainer .createPasswordContents .right .criterias{color:#363949;font-size:15px;line-height:1.5}.createPasswordContainer{margin:3rem}.createPasswordContainer .createPasswordContents{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:left}.createPasswordContainer .createPasswordContents .left{display:flex;flex-direction:column;gap:10px}.createPasswordContainer .createPasswordContents .left .createPasswordlogoContainer .logoContainerImg{height:40px;width:130px}.createPasswordContainer .createPasswordContents .left .headerText{color:#00425a;font-size:25px;font-weight:600}.createPasswordContainer .createPasswordContents .left .descText{color:#363949;line-height:1.5;width:500px}.createPasswordContainer .createPasswordContents .left .passwordContainer{display:flex;flex-direction:column;gap:1.5rem}.createPasswordContainer .createPasswordContents .left .passwordContainer .passwordInput{display:flex;flex-direction:column;gap:5px}.createPasswordContainer .createPasswordContents .left .passwordContainer .passwordInput .passwordWrapper{align-items:center;display:flex;position:relative}.createPasswordContainer .createPasswordContents .left .passwordContainer .passwordInput .passwordLabel{color:#363949;font-size:12px;font-weight:600;text-transform:capitalize}.createPasswordContainer .createPasswordContents .left .passwordContainer .passwordInput .password-box{border:1px solid #363949;min-height:25px;outline:0;padding:5px;width:350px}.createPasswordContainer .createPasswordContents .left .passwordContainer .passwordInput .passwordToggleBtn{background:none;border:1px solid #363949;border-left:0;color:#00425a;cursor:pointer;font-size:18px;font-weight:700;min-height:37px}.createPasswordContainer .createPasswordContents .left .passwordContainer .submit-btn .submitBtn{background-color:#00425a;border:0;color:hsla(0,0%,100%,.945);font-size:15px;font-weight:600;height:40px;outline:0;padding:10px 20px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.createPasswordContainer .createPasswordContents .left .passwordContainer .submit-btn .submitBtn:hover{background-color:#002f41;cursor:pointer}
/*# sourceMappingURL=main.764699ca.css.map*/