@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}:root{--active-color-side-nav: #283E46}:root{--active-color-side-nav: #283e46}.sidebar{width:295px;background:#f9fafb;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;height:100vh}.heading{padding:.58em 0;display:flex;justify-content:center;gap:.3em}.sidebar nav{flex:1;display:flex;flex-direction:column;overflow-y:auto;margin-top:1em}.sidebar nav ul{list-style:none;padding:0;margin:0;flex:1;display:flex;flex-direction:column}.sidenav_list{margin:2px 10px 2px 13px;cursor:pointer;display:flex;align-items:center;border-right:4px solid transparent;flex-shrink:0;justify-content:space-between}.sidenav_list a{text-decoration:none;font-size:.85em;color:#000;align-items:center;gap:8px;padding:6px 5px;border-radius:5px;width:100%;transition:background .2s,color .2s;display:flex}.sidenav_list a.active{color:var(--active-color-side-nav);font-weight:500;background-color:#e4f1f1}.sidenav_list a:hover{background-color:#e4f1f1}.icon{width:22px;height:22px}.logout{color:#fff;cursor:pointer;border-radius:5px;transition:all .15s ease;display:flex;justify-content:center;padding:7px;background-color:tomato;margin-top:5px}.logout p{text-decoration:none;font-size:.85em;color:#fff;align-items:center;gap:8px;padding:6px 5px;border-radius:5px;width:100%;background-color:red;display:flex;font-weight:600;justify-content:center}.icon_logout{width:18px;height:18px}.heading{padding:.58em 0;display:flex;justify-content:center;font-size:1.3em;align-items:center;gap:.3em;margin-right:20px}.sidenav_list a span{display:flex;align-items:center}.topbar{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:flex-end;align-items:center;align-content:center;padding:.5em 1em .5em 0;height:60px}.icon_top_nav{width:26px;height:26px}.topbar-actions button{border:none;background:none;position:relative;bottom:2px}.topbar-actions{display:flex}.top_nav_bar_profile{width:30px;height:30px;cursor:pointer;border:1px solid #283e46;border-radius:50%}.userProfile_options{position:absolute;top:48px;right:40px;background:#f9fafb;padding:10px;border-radius:10px;font-size:.85em;box-shadow:#63636333 0 2px 8px;z-index:1}.userEmail{color:gray}.optionsSpace{padding:6px 5px;display:flex}.optionHover:hover{background-color:#e4f1f1;border-radius:5px}.accountSetting{text-decoration:none;color:#000}.usericon{width:16px;height:16px;margin-right:6px}.themeicon,.user_img{display:flex;align-items:center}.themeHover{cursor:pointer}.theme-icon{display:block}.logout-confirm h3{text-align:center}.logout-confirm{width:100%}.logoutQuery{text-align:center;color:gray}.logoutbtn{margin-left:20px;border-radius:5px;border:1px solid tomato;background-color:tomato;color:#fff;cursor:pointer;font-weight:700;display:flex;align-items:center;padding:7px 10px}.cancel-Btn{background:#fff;border:1px solid black;border-radius:5px;color:#000;font-weight:700;display:flex;align-items:center;justify-content:center;padding:7px 10px;cursor:pointer}.logout-link{text-decoration:none}.closeIcon{width:23px;height:23px;display:flex;justify-content:end;position:relative;bottom:9px;left:10px;cursor:pointer}.logoutClose{display:flex;justify-content:space-between;align-items:center}.logoutConfirmBtn{margin:40px 0 10px;display:flex;justify-content:end}.logoutDetails{background-color:#f9fafb;border-radius:10px;display:flex;justify-content:space-between;padding:15px;margin:0% 7% 0;border:1px solid #e5e7eb;font-size:.85em}.profile_icon{padding:6px;border-radius:50%;display:flex;transition:background-color .3s linear;margin-right:10px}.profile_icon:hover{background-color:#dee2e6}.layout{display:flex;height:100vh;width:100%;background:#f3f4f6;color:#1e293b;font-family:Inter,sans-serif}.main-content{flex:1;display:flex;flex-direction:column;font-family:Inter,sans-serif}.page-content{flex:1;padding:20px;overflow-y:auto}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--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-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px;margin-top:20px;border-radius:5px;text-align:center}.tile-item{padding:10px;border-radius:5px;box-shadow:#63636333 0 2px 8px;background:#f9fafb}.tileCount{font-size:30px;font-weight:700}.tileDetail{width:100%;display:flex;text-align:center;align-items:center;align-content:center;justify-content:center;height:100%}.titleName{font-weight:600;width:100%;text-align:center}.titleCount{font-size:3em;font-weight:800}.statusTag{height:fit-content}.statusTag{border-radius:25px}.status-menu-tile{display:flex;flex-direction:column;width:100%}.status-menu{display:flex;justify-content:space-between}.menuContent_tile{position:absolute;top:15%;right:15%;background:#f9fafb;padding:10px;border-radius:10px;font-size:.85em;box-shadow:#63636333 0 2px 8px;z-index:1}.disableTileOption{opacity:.5;cursor:not-allowed}.enabledOption{cursor:pointer}.category-status{display:flex;flex-direction:column}.configTileName{font-size:18px;font-weight:700}.configDetails{background-color:#f9fafb;border-radius:10px;padding:15px;margin:0% 7% 0;border:1px solid #e5e7eb;width:50em}.toggletoShow{display:flex;gap:2em;align-items:center}.enableBtn,.enablecheck{margin-top:15px}.labelToggle{width:10em}.des_details{color:gray}.des_con{margin-bottom:15px}.btnSave-disableSave{cursor:not-allowed;background-color:gray}.passwordImgForDb{position:absolute;bottom:13px;right:12px}.dataSetForDbPwd{position:relative}.chartDetails{display:flex;align-items:center;margin-top:10px}.chartType{width:25%;padding:4px}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}.graph-settings{width:20px;height:20px;cursor:pointer}.menuContent{position:absolute;top:12%;right:6%;background:#f9fafb;padding:10px;border-radius:10px;font-size:.85em;box-shadow:#63636333 0 2px 8px;z-index:1}.menuContent p{cursor:pointer}.grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;padding:1rem}.graph-content{background-color:#f8f9fa;border:2px solid #e5e7eb;position:relative}.menu-img{width:30px;height:30px;display:flex;align-items:center;padding:5px;border-radius:50%;cursor:pointer;transition:background-color .3s linear}.menu-img:hover{background-color:#e4f1f1}.menu-icon{width:14px;height:14px;margin-right:5px}.menu-option-content{display:flex;align-items:center}.metricDetail{display:flex;justify-content:space-between}.metricName{width:100%;text-align:center}.nodataText{font-size:12px;color:gray}.login_container{font-family:var(--font-body)}.login_container{display:flex;flex-direction:column;min-height:100vh;align-items:center;justify-content:space-between;width:100vw}.form-container{flex-grow:1;display:flex;align-items:center;justify-content:center;width:100%}.form-wrapper{width:400px}.form-data{padding-left:2rem;padding-right:2rem;border-radius:1rem}.q-logo{text-align:center;display:flex;flex-direction:column;align-items:center;height:75px}.q_img{width:80px}.form_details{font-size:24px;text-align:center;font-weight:600;margin-bottom:15px}.email_label{display:flex;padding-top:.125rem;padding-bottom:.125rem;font-size:16px}.email_input{width:100%;padding-right:.125rem;padding-top:.25rem;padding-bottom:.25rem;outline:none;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#283e46;border-top:none;border-left:none;border-right:none;height:25px;font-size:16px}.email_allowed{display:flex;align-items:center;gap:.375rem;height:20px;color:#dc2626;margin-top:.25rem}.error-img{width:1em;height:1em}.error_text{color:#dc2626;font-size:.75rem}.newPassword{width:100%;padding-right:.125rem;padding-top:.25rem;padding-bottom:.25rem;outline:none;border-bottom-width:1px;border-bottom-color:#283e46;border-top:none;border-left:none;border-right:none;height:25px;font-size:16px}.passwordLabel{display:flex;padding-top:.125rem;padding-bottom:.125rem;font-size:16px}.passwordImg{position:absolute;top:27px;right:0;cursor:pointer}.passwordInfo{margin-top:.75rem;height:10px;display:flex;align-items:center}.passwordError{display:flex;align-items:center;gap:.5rem;border-radius:.375rem;width:100%}.pwd_error_text{color:#d90429;font-size:.875rem}.login_button{display:flex;align-items:center;justify-content:center;gap:2px;padding-top:.25rem;padding-bottom:.375rem;margin-top:.75rem;background-color:#283e46;color:#ffc300;font-size:1.3em;border:1px solid #283e46;cursor:pointer;width:100%;border-radius:5px;box-shadow:0 4px 6px #0000001a;transition:all .15s ease}.login_button:hover{background-color:#fff;color:#283e46}.login_icon{display:inline-block;position:relative;top:2px;width:27px}.forgotPwd{margin-top:1rem;display:flex;align-items:center;flex-direction:column;gap:.125rem}.forgotPwdLink,.signupLink{text-decoration:underline;font-weight:600;font-size:16px;color:#283e46}.footer{width:100%}.pwd-icon{position:relative}.user_mail_info{font-size:12px;text-align:center;margin:12px;color:green}.detailsSpace{margin-top:15px}.pass-text{display:flex;align-items:center;gap:.5rem;border-radius:.375rem;width:100%;font-size:12px;color:red;margin-top:10px}.footer-conatiner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:.5rem 1.5rem;background-color:#e5e5e5}.copyrightText{font-size:13px;cursor:pointer}.q-link{display:flex;justify-content:center;align-items:center}.poweredImg{width:auto;height:auto;position:relative;top:0}.term-con{display:flex}.termPolicies{font-size:13px;cursor:pointer}.privacyPolicies{font-size:13px;margin-left:.125rem;margin-right:.125rem;cursor:pointer}.popupCon{position:fixed;inset:0;opacity:.5;z-index:40;background-color:#f9fafb}.popup-content{position:fixed;top:35%;left:38%;padding:1rem;z-index:50;width:30%;border-radius:15px;font-size:12px;color:#374151;border:1px solid #80808030;background-color:#fff;box-shadow:0 2px 8px #e5e5e5}.termPop{display:flex;justify-content:space-between}.term-policies{font-size:16px;font-weight:600;margin-bottom:1rem;color:#1f2937}.popImg{position:relative;bottom:8px;cursor:pointer;width:10px}.popContent{font-size:14px}.popTwo{display:flex;justify-content:flex-end;margin-top:1rem}.popTwocon{position:fixed;inset:0;opacity:.5;z-index:40;background-color:#f9fafb}.pop-two-content{position:fixed;top:35%;left:38%;padding:1rem;z-index:50;width:30%;border-radius:15px;font-size:12px;color:#374151;border:1px solid #80808030;background-color:#fff;box-shadow:0 2px 8px #e5e5e5}.headingTwo{display:flex;justify-content:space-between}.privacyHeading{font-size:16px;font-weight:600;margin-bottom:1rem;color:#1f2937}.privacyImg{position:relative;bottom:8px;cursor:pointer;width:10px}.privacyContent{font-size:14px}.privacyOverlay{display:flex;justify-content:flex-end;margin-top:1rem}.forgot_pwd_container{font-family:var(--font-body)}.success-img{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;color:#047857;border-radius:.375rem;width:100%;opacity:1;transition-property:opacity;transition-duration:1s;transition-timing-function:ease-in-out}.successImg{width:20px}.error-text{display:flex;flex-direction:column;gap:.25rem;height:30px;color:#dc2626;padding-top:.25rem;padding-bottom:.25rem;margin-top:.25rem}.error-img-text{display:flex;align-items:center;gap:.375rem;color:#dc2626;font-size:.75rem;white-space:nowrap}.error-img-email{width:1em;height:1em}.email-info{border-radius:10px;text-align:center;margin-top:5px;margin-bottom:5px}.important-symbol{color:#b91c1c;padding-left:5px;padding-right:5px}.email-info-text{padding:5px;color:#9ca3af;font-size:.6em}.emailCon{margin-top:50px}.page-tabs{display:flex;gap:4em;margin-top:15px;margin-bottom:20px}.tab-item{padding:2px 7px;cursor:pointer;font-weight:500;color:gray;border-bottom:2px solid transparent}.tab-item.active{border-bottom:3px solid #ffc300;font-weight:600;color:#000}.grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px;margin-top:20px;border-radius:5px}.graphContent{padding:20px;border-radius:5px;position:relative}.graphDetails{border-radius:10px;display:flex;justify-content:space-between;font-size:.85em}.tileDetails{height:30em;background-color:#eff1f3;border-radius:10px;display:flex;justify-content:space-between;padding:15px;margin:2% 7% 0;border:2px solid #e5e7eb;font-size:.85em;cursor:pointer}.tileDetails:hover{box-shadow:#0000001a 0 10px 50px}.problemsBtn{cursor:pointer}.pagebreadcrumb{display:flex;gap:10px;font-size:20px;font-weight:600}.breadCrumbImg{width:22px;height:22px}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.tileDetails-graph{height:28em;background-color:#eff1f3;border-radius:10px;display:flex;justify-content:space-between;padding:15px;margin:2% 7% 0;border:2px solid #e5e7eb;font-size:.85em;width:89%}.sqlDetails{display:flex;justify-content:space-between;font-size:9px;font-weight:600;color:gray}.inactiveStatus-graph{padding:4px 6px;background-color:#fdd;font-size:9px;color:tomato;font-weight:600;position:relative;bottom:2px;width:fit-content}.tileDetailGraph{width:100%;display:flex;height:100%;flex-direction:column}.noCharts{display:flex;height:100%;justify-content:center;align-items:center}.filterGraph{display:flex;justify-content:space-between;margin-top:20px}.graph-filters{border:1px solid #addbdb;padding:5px;border-radius:25px;background-color:#eff1f3;font-size:12px}.graph-filters span{padding:5px}.filterOption{display:flex;align-items:center}.filterBorder{border-right:1px solid #addbdb}.activeStatus-graph{padding:4px 6px;background:#00800033;font-size:9px;color:green;font-weight:600;width:fit-content}.sql-data{color:#c4c4c4}.category-img{width:14px;margin-right:4px;height:14px}.tileCat{font-weight:600;background-color:#e4f1f1;padding:5px 10px;border:1px solid #addbdb;border-radius:25px;font-size:12px;display:flex;align-items:center}.tileHead{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.refreshIcon{display:flex}.refresh-icon{width:12px;margin-right:4px}.no-chart-text{height:100%;display:flex;align-content:center;align-items:center;justify-content:center}.page_breadCrumb{margin-bottom:2em}.databaseRole{width:17%}.projectsRole{width:13%}.frequencyRole{width:15%}.databaseRole,.projectsRole,.frequencyRole{cursor:pointer;padding:2px 10px;color:gray}.activeRole-database,.activeRole-projects,.activeRole-frequency{border-bottom:3px solid #ffc300;font-weight:600;color:#000}.databaseDet{padding:4px;margin-bottom:7px}.databaseForm{width:40%;background-color:#f9fafb;border-radius:10px;padding:15px;margin:2% 7% 0;border:1px solid #e5e7eb;font-size:.85em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.databaseForm label{display:flex;align-items:center;margin-bottom:5px}.database_det{border:1px solid #e5e7eb;padding:10px;border-radius:5px;color:gray;width:100%}.testBtn{padding:10px;border-radius:5px;border:1px solid black;background-color:#283e46;color:#ffc300;cursor:pointer;font-weight:700;margin-right:20px}.form-details{display:flex;justify-content:center}.saveBtn{display:flex;align-items:center}.savebtnText{display:flex}.testBtn:hover{background-color:#fff;color:#283e46}.database-det{width:23%}.database_Det{justify-content:start;padding:4px;margin-bottom:7px;display:flex}.toggleLabel{margin-right:10%}.checkbox-wrapper-22 .switch{display:inline-block;height:32px;position:relative;width:60px}.checkbox-wrapper-22 .switch input{display:none}.checkbox-wrapper-22 .slider{background-color:#ccc;cursor:pointer;inset:0;position:absolute;transition:.4s}.checkbox-wrapper-22 .slider:before{background-color:#fff;bottom:6px;content:"";height:20px;left:6px;position:absolute;transition:.4s;width:20px}.checkbox-wrapper-22 input:checked+.slider{background-color:#66bb6a}.checkbox-wrapper-22 input:checked+.slider:before{transform:translate(26px)}.checkbox-wrapper-22 .slider.round{border-radius:34px}.checkbox-wrapper-22 .slider.round:before{border-radius:50%}.databaseIcon{background:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'%3e%3c/g%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/g%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M20%2018C20%2020.2091%2016.4183%2022%2012%2022C7.58172%2022%204%2020.2091%204%2018V13.974C4.50221%2014.5906%205.21495%2015.1029%206.00774%2015.4992C7.58004%2016.2854%209.69967%2016.75%2012%2016.75C14.3003%2016.75%2016.42%2016.2854%2017.9923%2015.4992C18.7851%2015.1029%2019.4978%2014.5906%2020%2013.974V18Z'%20fill='%23283e46'%3e%3c/path%3e%3cpath%20d='M12%2010.75C14.3003%2010.75%2016.42%2010.2854%2017.9923%209.49925C18.7851%209.10285%2019.4978%208.59059%2020%207.97397V12C20%2012.5%2018.2143%2013.5911%2017.3214%2014.1576C15.9983%2014.8192%2014.118%2015.25%2012%2015.25C9.88205%2015.25%208.00168%2014.8192%206.67856%2014.1576C5.5%2013.5683%204%2012.5%204%2012V7.97397C4.50221%208.59059%205.21495%209.10285%206.00774%209.49925C7.58004%2010.2854%209.69967%2010.75%2012%2010.75Z'%20fill='%23283e46'%3e%3c/path%3e%3cpath%20d='M17.3214%208.15761C15.9983%208.81917%2014.118%209.25%2012%209.25C9.88205%209.25%208.00168%208.81917%206.67856%208.15761C6.16384%207.95596%205.00637%207.31492%204.2015%206.27935C4.06454%206.10313%204.00576%205.87853%204.03988%205.65798C4.06283%205.50969%204.0948%205.35695%204.13578%205.26226C4.82815%203.40554%208.0858%202%2012%202C15.9142%202%2019.1718%203.40554%2019.8642%205.26226C19.9052%205.35695%2019.9372%205.50969%2019.9601%205.65798C19.9942%205.87853%2019.9355%206.10313%2019.7985%206.27935C18.9936%207.31492%2017.8362%207.95596%2017.3214%208.15761Z'%20fill='%23283e46'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;padding:0 13px 0 21px}.databasePassword{background:url("data:image/svg+xml,%3csvg%20fill='%23283e46'%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20139.558%20139.558'%20xml:space='preserve'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'%3e%3c/g%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/g%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cg%3e%3cg%3e%3cpath%20d='M54.19,65.705c29.938,0,54.19-9.709,54.19-21.681V22.344c0-11.983-24.265-21.68-54.19-21.68%20C24.263,0.664,0,10.36,0,22.344v21.681C0,55.996,24.256,65.705,54.19,65.705z%20M54.19,6.089c29.773,0,48.771,9.621,48.771,16.255%20c0,6.622-18.998,16.255-48.771,16.255c-29.772,0-48.771-9.633-48.771-16.255C5.419,15.71,24.418,6.089,54.19,6.089z'%3e%3c/path%3e%3cpath%20d='M54.19,98.225c6.467,0,12.638-0.476,18.39-1.304c4.643-15.388,18.928-26.616,35.801-26.616V54.86%20c0,11.971-24.265,21.681-54.19,21.681C24.263,76.541,0,66.831,0,54.86v21.681C0,88.518,24.256,98.225,54.19,98.225z'%3e%3c/path%3e%3cpath%20d='M54.19,109.057c-29.934,0-54.19-9.7-54.19-21.678v21.678c0,11.978,24.263,21.684,54.19,21.684%20c8.306,0,16.148-0.768,23.19-2.107c-3.997-5.906-6.342-13.006-6.394-20.648C65.696,108.673,60.058,109.057,54.19,109.057z'%3e%3c/path%3e%3cpath%20d='M108.381,76.541c-17.214,0-31.176,13.956-31.176,31.176c0,17.227,13.962,31.177,31.176,31.177s31.177-13.95,31.177-31.177%20C139.558,90.497,125.595,76.541,108.381,76.541z%20M99.016,99.966c0-5.164,4.202-9.365,9.365-9.365c5.164,0,9.365,4.201,9.365,9.365%20v3.179h-3.471v-3.179c0-3.252-2.648-5.895-5.895-5.895c-3.245,0-5.888,2.643-5.888,5.895v3.179h-3.478V99.966z%20M121.399,123.098%20c0,0.957-0.785,1.742-1.723,1.742H97.11c-0.95,0-1.742-0.785-1.742-1.742V105.75c0-0.949,0.792-1.729,1.742-1.729h22.566%20c0.938,0,1.723,0.779,1.723,1.729V123.098z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat;padding:0 13px 0 21px;background-size:16px}.databaseUser{background:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'%3e%3c/g%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/g%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3crect%20width='48'%20height='48'%20fill='white'%20fill-opacity='0.01'%3e%3c/rect%3e%3cpath%20d='M22%208V20C22%2022.2091%2017.9706%2024%2013%2024C8.02944%2024%204%2022.2091%204%2020V8'%20stroke='%23283e46'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/path%3e%3cpath%20d='M22%2014C22%2016.2091%2017.9706%2018%2013%2018C8.02944%2018%204%2016.2091%204%2014'%20stroke='%23283e46'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/path%3e%3cpath%20d='M22%208C22%2010.2091%2017.9706%2012%2013%2012C8.02944%2012%204%2010.2091%204%208C4%205.79086%208.02944%204%2013%204C17.9706%204%2022%205.79086%2022%208Z'%20fill='%23283e46'%20stroke='%23283e46'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/path%3e%3cpath%20d='M32%206H38C40.2091%206%2042%207.79086%2042%2010V16'%20stroke='%23283e46'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/path%3e%3cpath%20d='M16%2042H10C7.79086%2042%206%2040.2091%206%2038V32'%20stroke='%23283e46'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/path%3e%3ccircle%20cx='35'%20cy='29'%20r='5'%20fill='%23283e46'%20stroke='%23283e46'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/circle%3e%3cpath%20d='M44%2044H26C26%2039.0294%2030.0294%2035%2035%2035C39.9706%2035%2044%2039.0294%2044%2044Z'%20fill='%23283e46'%20stroke='%23283e46'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;padding:0 13px 0 21px;background-size:16px}.newSaveTestBtn{padding:.4rem 1rem;font-size:1rem;font-weight:600;border:none;border-radius:5px;cursor:pointer;transition:background-color .2s ease,color .2s ease;display:flex;justify-content:center;width:50%}.btnSave{background-color:#e4f1f1;color:#283e46;border:2px solid #c0d7d7;display:flex;align-items:center;padding:9px}.btnTest{background-color:#fff3cd54;color:#283e46;border:2px solid #ffc300;display:flex;align-items:center}.btnSave:hover{background-color:#d4e5e5}.btnTest:hover{background-color:#fff9e5}.databaseBlock{margin-top:10px}.process-dropdown{width:100%;padding:10px;background:#fff;border:1px solid gray;border-radius:5px}.process-dropdown:disabled{background-color:#d3d3d3}.apply-btn{display:flex;justify-content:end;margin-bottom:15px}.apply-btn button{background-color:#e4f1f1;border:1px solid #283e46;color:#283e46;border-radius:5px;padding:10px 18px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;margin-right:11px;transition:background-color .3s linear}.apply-btn button:hover{background-color:#d4e5e5}.analyzeicon{width:16px;height:16px}.custom-toast-success{background-color:#4ad66d!important;color:#fff!important;border-radius:8px!important;font-weight:500}.disabledTabs{pointer-events:none;opacity:.5;cursor:not-allowed}.database_btn{display:flex;padding:4px;margin-bottom:7px;gap:1em}.disabled{background-color:#f2f2f2;color:#a0a0a0;border:2px solid #ddd;opacity:0;cursor:no-drop;display:flex;align-items:center}.popup_overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.popup_content{background-color:#fff;border-radius:8px;max-width:400px;text-align:center;box-shadow:0 2px 10px #0000004d;padding:1em}.closeSecFrequency{display:flex;justify-content:end}.closeSecFrequency img{width:18px;height:18px;cursor:pointer;position:relative;top:-5px;left:7px}.frequency_btns{display:flex;justify-content:end;gap:1em}.popup_content .message{margin:1em 0}.confirm-icon{width:16px;height:16px;margin-right:5px}.form-details{padding:1.5em}.databaseBlockRefresh{padding:1.5em;border:1px solid #ccc;border-radius:8px;background-color:#f9f9f9}.databaseBlockRefresh div{width:100%}.repeat_sections{display:flex;align-items:center;align-content:center;gap:20px;font-size:1.1em;margin-bottom:1.5em}.instructions_sections{display:flex;flex-wrap:wrap;align-items:flex-end;gap:15px;font-size:1.1em;margin-bottom:1.5em}.instructions_sections span{display:block;font-size:1em;text-align:justify;line-height:1.5}.instructions_first_span{font-weight:600}.form-group{flex:1 1 220px;min-width:180px;display:flex;flex-direction:column;gap:6px}.labelForFrequency{font-size:1.1em;font-weight:600}.time-group input{max-width:150px}.repeat_sections select,.time_section .react-time-picker,.appointment-time{width:100%;font-size:1rem;padding:.4rem 1rem;border-radius:4px;border:1.5px solid #ccc;transition:border-color .3s ease}.appointment-time{padding:.5rem 1rem}.refresh_save_btn,.refresh_now{background-color:#e4f1f1;color:#283e46;border:2px solid #c0d7d7;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:.4rem 1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.refresh_save_btn:hover,.refresh_now:hover{background-color:#d1eaea}.usericon{width:16px;height:16px}.hideTime{display:none}.showTime{display:block}.applyTime{padding:.4rem 2rem;background:url("data:image/svg+xml,%3csvg%20fill='%23000000'%20viewBox='0%200%2032%2032'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'%3e%3c/g%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/g%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3ctitle%3etime%3c/title%3e%3cpath%20d='M0%2016q0-3.232%201.28-6.208t3.392-5.12%205.12-3.392%206.208-1.28q3.264%200%206.24%201.28t5.088%203.392%203.392%205.12%201.28%206.208q0%203.264-1.28%206.208t-3.392%205.12-5.12%203.424-6.208%201.248-6.208-1.248-5.12-3.424-3.392-5.12-1.28-6.208zM4%2016q0%203.264%201.6%206.048t4.384%204.352%206.016%201.6%206.016-1.6%204.384-4.352%201.6-6.048-1.6-6.016-4.384-4.352-6.016-1.632-6.016%201.632-4.384%204.352-1.6%206.016zM14.016%2016v-5.984q0-0.832%200.576-1.408t1.408-0.608%201.408%200.608%200.608%201.408v4h4q0.8%200%201.408%200.576t0.576%201.408-0.576%201.44-1.408%200.576h-6.016q-0.832%200-1.408-0.576t-0.576-1.44z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat center right 10px;background-color:#d4e5e5;background-size:16px;border-radius:4px}.refreshNowSec{padding:1.5em}.update{display:flex}.update button{width:100%}.disabledSaveBtn{color:#999;background-color:#eee;border:none;cursor:not-allowed;font-weight:none;padding:9px;border:2px solid #eee;border-radius:4px}.disabledSaveBtn:hover{color:#999;background-color:#eee}@media (max-width: 768px){.instructions_sections,.repeat_sections{flex-direction:column;align-items:stretch}.form-group{min-width:100%}.time-group input{max-width:100%}}.roleTabs{display:flex;gap:1em;margin-top:15px;margin-bottom:20px}.pageHeading{display:flex;justify-content:end}.newUser{background-color:#e4f1f1;border:1px solid #283e46;color:#283e46;border-radius:5px;padding:10px 18px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;margin-right:11px;transition:background-color .3s linear}.newUser:hover{background-color:#d4e5e5}.adminRole,.userRole,.inactiveRole{cursor:pointer;padding:2px 10px;color:gray}.adminRole{width:8%}.userRole{width:7%}.inactiveRole{width:12%}.activeRole-admin,.activeRole-user,.activeRole-inactive{border-bottom:3px solid #ffc300;font-weight:600;color:#000}.activeRole{text-align:center}.adminDetailsTable{margin:10px}.status-icon{width:30px;height:30px;padding:5px;border-radius:50%;cursor:pointer}.search-container{display:flex;justify-content:end;padding:10px 0}.searchField{color:#000;padding:8px;border-radius:5px;border:1px solid gray}.popup-layout{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.cancel-icon{width:20px;height:20px;margin-right:5px}.floating-actions{position:absolute;top:45%;right:7%;z-index:9999;background:#fff;padding:10px;border-radius:5px;box-shadow:#63636333 0 2px 8px}.status-role{cursor:pointer;font-size:.85em;display:flex;align-items:center;padding:10px;transition:background-color .3s linear}.actionIcon{display:flex}.status-role:hover{background-color:#e4f1f1;border-radius:50%}.statusReason{display:flex;flex-direction:column;margin-top:10px}.reasonText{resize:none;height:100px;width:100%}.inactiveUser{padding:5px}.activeStatus{padding:5px 10px;background:#00800033;border-radius:5px;font-size:12px;color:green;margin-left:6px;font-weight:600}.inactiveStatus{padding:5px 10px;background-color:#fdd;border-radius:5px;font-size:12px;color:tomato;font-weight:600}.invitedStatus{padding:5px 10px;background-color:#caf0f8;border-radius:5px;font-size:12px;color:#0077b6;margin-left:6px;font-weight:600}.action-icon{width:16px;height:16px}.custom-table-wrapper header{background:transparent;padding:1px}.custom-table-wrapper{border-radius:5px}.checkbox-wrapper-22-one .switch{display:inline-block;height:25px;position:relative;width:55px}.checkbox-wrapper-22-one .switch input{display:none}.checkbox-wrapper-22-one input:checked+.slider{background-color:#66bb6a}.checkbox-wrapper-22-one .slider.round{border-radius:34px}.checkbox-wrapper-22-one .slider{background-color:#ccc;cursor:pointer;inset:0;position:absolute;transition:.4s}.checkbox-wrapper-22-one input:checked+.slider:before{transform:translate(26px)}.checkbox-wrapper-22-one .slider.round:before{border-radius:50%}.checkbox-wrapper-22-one .slider:before{background-color:#fff;bottom:4px;content:"";height:18px;left:6px;position:absolute;transition:.4s;width:18px}.checkbox-wrapper-22-one .slider{cursor:pointer}.toggle-label{margin-right:15px;display:flex;align-items:center}.statusHeading{display:flex;justify-content:space-between;align-items:center;font-size:20px;font-weight:700;margin-bottom:5px}.sendBtn{display:flex;align-items:center}.status-role.disabled{opacity:.4;cursor:not-allowed}.action-status-icon{width:15px;height:15px}.actiondisabled{opacity:.4;cursor:not-allowed}.newuserInfo{font-size:20px;font-weight:700;margin-bottom:5px;display:flex;justify-content:space-between}.invite-content{display:flex;align-items:center}.close-img{width:25px;height:25px;cursor:pointer}.new-user-info{margin:10px 0 20px}.inviteDetails{display:flex;flex-direction:column;margin-top:10px}.inviteBtn{margin:25px 0 10px;display:flex;justify-content:end;gap:.5em}.inviteBtnUsers{margin:10px 0;display:flex;justify-content:end;gap:.5em}.invitebtn{margin-left:20px;border-radius:5px;border:1px solid black;background-color:#283e46;color:#ffc300;cursor:pointer;font-weight:700;display:flex;align-items:center;padding:10px}.invitebtn:hover{color:#283e46;background-color:#fff}.cancelBtn{background:tomato;border:1px solid tomato;border-radius:5px;color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;padding:10px}.cancelBtn:hover{color:tomato;background-color:#fff;cursor:pointer}.send_btn_icon{width:22px;height:22px;margin-bottom:5px;margin-right:0}.user_det{background:#fff}.userName{display:flex}.close-position{position:relative;bottom:17px;left:9px}.close-icon-position{position:relative;bottom:15px;left:9px}.error-text{font-size:12px;color:red}.user-Details-acc{background-color:#f9fafb;border-radius:10px;display:flex;justify-content:space-between;padding:15px;margin:2% 7% 0;border:1px solid #e5e7eb;font-size:.85em}.userDetails{background-color:#f9fafb;border-radius:10px;display:flex;justify-content:space-between;padding:15px;margin:0% 7% 0;border:1px solid #e5e7eb}.userName{font-size:14px}.user_det{border:1px solid #e5e7eb;padding:10px;border-radius:5px;width:100%}.userName{padding:4px;margin-bottom:7px}.userEmailDetails{width:45%}.usernameDetails{width:100%}.emailStatus{display:flex}.userStatus{padding:5px 10px;background:#00800033;border-radius:5px;font-size:12px;color:green;margin-left:6px;font-weight:600}.user_status{display:flex;align-items:center}.passwordDetails{display:flex;justify-content:space-between}.pwdDetails{width:100%}.pwdInput{width:39%;margin:10px 0}.newPasswords{display:flex;flex-direction:column;width:39%}.accountHeading{margin:0 0 0 7.5%}.newPasswords label{margin-bottom:10px}.pwdSaveBtn{display:flex;justify-content:space-between;margin-top:20px;background:#ececec;padding:10px;border-radius:5px}.savePwd{border-radius:5px;border:1px solid black;background-color:#283e46;color:#ffc300;padding:10px;cursor:pointer;font-weight:700;display:flex}.savePwd:hover{background-color:#fff;color:#283e46}.pwdInfo{display:flex;align-items:center;font-size:13px;color:#504e4e}.user-role{display:flex;justify-content:space-between;width:100%}.userSep{width:100%}.user_det option:hover{background-color:#e4f1f1}.formVerifyOtp{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:1em}.verifyOtpBtn{border:1px solid #283e46;border-radius:5px;padding:.5rem 1rem;width:100%;font-size:16px;transition:all .3s ease}.verifyResendOtpSection{width:100%;display:flex;justify-content:space-between}.enabledBtn{background-color:#283e46;color:#ffc300;cursor:pointer}.enabledBtn:hover{background-color:#fff;color:#283e46}.disabledBtn{background-color:#6b7280;color:#d1d5db;cursor:not-allowed}.resendOtpContainer{text-align:center;font-size:16px;margin-top:10px}.resendOtpBtn{padding:.5rem 1rem;border-radius:5px;transition:all .3s ease}.enabledResend{color:#ffc300;cursor:pointer;background:#283e46;border:1px solid #283e46}.disabledResend{color:#9ca3af;cursor:not-allowed;border:1px solid gray}.forgot_pwd_container{display:flex;flex-direction:column;min-height:100vh;align-items:center;justify-content:space-between;width:100vw;font-family:var(--font-display-main);background-color:#fff;color:#000}.centered_container{flex-grow:1;display:flex;align-items:center;justify-content:center;width:100%}.wrapper-width{width:400px}.q-img{width:80px;margin-bottom:10px}.centered_text_column{text-align:center;display:flex;flex-direction:column;align-items:center}.heading_style{text-align:center;font-weight:600;font-size:1.5rem;margin-bottom:10px}.success_message{text-align:center;color:#16a34a;font-size:.75rem}.gray_text_block{text-align:center;margin-bottom:10px;color:#4b5563}.otpVals{display:flex;gap:1.4em}.otpInp{width:3rem;height:3rem;text-align:center;border:1px solid #9ca3af;border-radius:.25rem}.otpTime{margin-top:10px;text-align:center;font-size:.75rem}.otp_footer{width:100%}
