: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: 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-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( 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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.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:5px;z-index:var(--toastify-z-index);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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--blue: #296ff0;--hover-blue: #0e4ec5;--light-blue: #eef4ff;--indigo: #6610f2;--light-indigo: #efe6ff;--purple: #6f42c1;--pink: #e83e8c;--red: #e74a3b;--light-red: #ffeae8;--hover-red: #c23b2f;--orange: #fd7e14;--yellow: #f6c23e;--light-yellow: #fff9eb;--green: #1cc88a;--hover-green: #13b177;--teal: #20c9a6;--cyan: #36b9cc;--light-cyan: #f5f9ff;--white: #ffffff;--gray: #858796;--border-gray: #eeeeee;--gray-dark: #5a5c69;--primary: #4e73df;--secondary: #858796;--success: #1cc88a;--info: #36b9cc;--warning: #f6c23e;--danger: #e74a3b;--light: #f8f9fc;--dark: #5a5c69;--universal_box_shadow: #ceebfa}*,*:before,*:after{box-sizing:border-box;font-family:Poppins,sans-serif!important;margin:0;padding:0}*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent}*:focus{outline:0}*{scrollbar-color:#007bff transparent;scrollbar-width:thin}*::-webkit-scrollbar-track{box-shadow:inset 0 0 .2em #007bffa4;margin-right:1em;border-radius:1em}*::-webkit-scrollbar-thumb{background-color:#007bff;border-radius:1em}*::-webkit-scrollbar{width:.4em;height:.4em}*:hover::-webkit-scrollbar{width:.4em;height:.4em}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (min-width:1366px){html{font-size:16px!important}}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}body{overflow:hidden;margin:0;font-weight:300;line-height:1.5em}.in{display:grid;grid-template-columns:auto}.display-none{display:none}input [type=checkbox]:checked{border:none}.loader{height:50px;width:50px;border-radius:50%;background-color:transparent;margin:0 auto;z-index:9999;position:fixed;top:45%;left:50%;background-image:url(/assets/spinner_logo-vJZ-r7yA.png);background-position:center;background-size:contain}.loader-2{height:50px;width:50px;border-radius:50%;background-color:transparent;margin:0 auto;position:fixed;top:45%;left:50%;border:.225em solid #3a3a3a0e;border-top-color:#0186fa;animation:loader2 .6s linear infinite;z-index:9999}@keyframes loader2{to{transform:rotate(360deg)}}.inputBase{border:2px solid #cccccc;padding:10px;position:relative;width:100%;display:flex;flex-direction:row;align-items:center;border-radius:8px;margin:10px 0}.inputBase span{position:absolute;top:50%;left:2rem;font-size:.8rem;transform:translateY(-50%);pointer-events:none;transition:.3s}.inputBase input{margin-left:10px;border:none;outline:none;width:100%}.inputBase input:focus+span{top:-5%;font-size:.6rem;left:1rem;padding:0;background-color:#834a4a}label{font-size:.7rem}h1{font-weight:700!important;font-size:2.5rem!important;color:#132739!important}h1{font-weight:700!important;font-size:2rem!important;color:#132739!important}h3{font-size:1.65rem!important;font-weight:600!important;color:#132739!important}blockquote footer:before,blockquote small:before{content:"— "}small{font-size:80%}h1{font-size:3em;line-height:1.15em}h2{font-size:2.4em}h3{font-size:1.825em;line-height:1.4em;margin:20px 0 10px}h4{font-size:1.3em;line-height:1.4em}h5{font-size:1.25em;line-height:1.4em;margin-bottom:15px}h6{font-size:1em;text-transform:uppercase;font-weight:500}blockquote p{font-style:italic}body,h1,h2,h3,h4,h5,h6{font-weight:300;line-height:1.5em}a:hover,a:focus{color:#89229b;text-decoration:none}legend{border-bottom:0}a{font-weight:400!important;color:inherit;text-decoration:none}.link{margin:0;padding:0}p{font-weight:400;color:#132739}ul{list-style:none}hr{border-top:1px solid;border-bottom:0px;border-left:0px;border-right:0px;border-color:#ccc;background-color:transparent}.body2-font{font-size:.7rem}.nav-menu{display:none}.active{display:flex}.login_left{padding:0 10em}.otp_input{background-color:transparent;width:3em;padding:.5em;height:3em;margin-top:1em;border-radius:.5em;border:.0625em solid #132739;text-align:center;font-size:1.5em;-moz-appearance:textfield}.otp_input::-webkit-outer-spin-button,.otp_input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.otp_input[type=number]{-moz-appearance:textfield}.otp_input:focus,.otp_input:hover,.otp_input:active{border:.0625em solid #2f87ff;outline:none;color:#081b2c;background-color:transparent}.ct-grid{stroke:#fff3;stroke-width:1px;stroke-dasharray:2px}.ct-series-a .ct-point,.ct-series-a .ct-line,.ct-series-a .ct-bar,.ct-series-a .ct-slice-donut{stroke:#fffc}.ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label{color:#ffffffb3}.ct-chart-line .ct-label,.ct-chart-bar .ct-label{display:block;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.ct-label{fill:#0006;line-height:1}.overall_scroller{overflow-y:auto;position:relative;scrollbar-color:#007bff transparent;scrollbar-width:thin}.overall_xscroller{overflow-x:auto;position:relative;scrollbar-color:#007bff transparent;scrollbar-width:thin;scrollbar-track-color:inset 0 0 .2em #007bffa4;height:2px}.overall_scroller::-webkit-scrollbar-track,.overall_xscroller::-webkit-scrollbar-track{box-shadow:inset 0 0 .2em #007bffa4;margin-right:1em;border-radius:1em}.overall_scroller::-webkit-scrollbar-thumb,.overall_xscroller::-webkit-scrollbar-thumb{background-color:#007bff;border-radius:1em}.overall_scroller::-webkit-scrollbar{width:.2em;height:.2em}.overall_xscroller::-webkit-scrollbar{height:.5em}.overall_scroller:hover::-webkit-scrollbar{width:.5em;height:.5em}a:focus,a:active,button:active,button:focus,button:hover,button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner,select::-moz-focus-inner,input[type=file]>input[type=button]::-moz-focus-inner{outline:0!important}legend{margin-bottom:20px;font-size:21px}output{padding-top:8px;font-size:14px;line-height:1.42857}label{font-size:14px;line-height:1.42857;color:#aaa;font-weight:400}footer{padding:15px 0}.version-text{position:relative;width:100%;padding:5px 0;text-align:center;font-weight:400;color:#92929266;bottom:0}.left-border{border:1px solid #cccccc}footer ul{margin-bottom:0;padding:0;list-style:none;display:flex;justify-content:space-around}footer ul li{margin:.5em 0}footer ul li a{color:inherit;padding:15px;font-weight:500;border-radius:3px;text-decoration:none;position:relative;display:block;font-size:.7em}footer ul li a:hover{text-decoration:none}.body-text{font-size:.8rem;color:#081b2c}.tooltip-icon{font-size:1.2rem}.icon-text-gap{padding:0 5px}.csv-icon{font-size:1.5rem;color:var(--primary)}.span-margin{margin:0 auto;text-align:center}.divider-margin{margin:"0 1rem"}.left-margin{margin-left:1rem}.right-margin{margin-right:1rem}.popup-header{font-weight:500;font-size:1rem}.flex-width{width:100%}.flex-display{display:flex}.flex-row-reverse{flex-direction:row-reverse}.flex-column{flex-direction:column}.flex-center{align-items:center;justify-content:center}.center-text{text-align:center;align-items:center}.button-float-right{margin-top:1rem;flex-direction:row-reverse}.font600{font-weight:600}.font500{font-weight:500}.font400{font-weight:400}.left-text{text-align:left}.right-text{text-align:right}.blue_text{color:var(--blue)}.ok_text{color:#46db49}.warning_text{color:#efa724}.danger_text{color:#f73c39}.border10{border-radius:10px}.left-side-border{border-width:.2rem;border-style:solid}.green-border{border-color:var(--green)}.blue-border{border-color:var(--blue)}.orange-border{border-color:var(--orange)}.red-border{border-color:var(--red)}.purple-border{border-color:var(--purple)}.cyan-border{border-color:var(--cyan)}.blue-text{color:var(--blue)!important}.pointer{cursor:pointer}.text-spacing{margin-left:.8rem}.padding-vert{padding-top:10px;padding-bottom:20px}.align-center{align-items:center}.pos-abs{position:absolute}.pos-rel{position:relative}.zIndex100{z-index:100}.caption_text{font-size:.7rem}.date-width{width:13rem}.ticket-wigdet{width:15rem}.margin-5{margin:0 8px}.margin-auto{margin:0 auto}.loaderContainer{position:relative;margin:0 auto;width:500px;height:500px;display:flex;align-items:center;justify-content:center}.tab-panel-wrapper{box-shadow:0 0 .5em #d6f0fd;border-radius:.8em;background-color:#fff;width:100%;margin:"0 20px";position:relative}.notifications-box{padding:1rem;font-size:.7rem;font-weight:400;width:400px;max-height:500px;overflow-y:scroll;position:absolute;background-color:#fff;box-shadow:0 2px 5px #333;right:0;border-radius:10px}.text-container{padding:5rem;height:300px;display:flex;align-items:center;justify-content:center}.sidebar{height:100vh;border:none;position:relative;z-index:1029;background-color:#fff;white-space:nowrap;display:flex;flex-direction:column;align-items:baseline;justify-content:space-between;transition:.3s;overflow-x:hidden}.sidebar-sub1{position:relative;width:100%;display:flex;flex-direction:column;align-items:baseline}.sidebarOpen{width:260px}.sidebarClose{width:80px}.white_text{color:#fff}.service_cards_div{display:grid;grid-template-columns:repeat(7,1fr);background-color:#fff;border-radius:1.5em;gap:1em}.service_cards{padding:3em 1em;display:flex;text-align:left;flex-direction:column;background-color:#eaf3ff;min-height:16rem;border-radius:.7em}.service_cards_saas{padding:3em 1em;display:flex;text-align:left;flex-direction:column;background-color:#c3c4c7;min-height:16rem;border-radius:.7em}.service_cards .h2{color:#02314b;margin-bottom:.5em;font-weight:500;font-size:1.3em}.breadcrumbs-container{margin:1rem;padding:1rem;background-color:var(--white);border-radius:.5rem;box-shadow:0 0 5px var(--universal_box_shadow)}.breadcrumbs-container a{color:var(--primary)}.breadcrumbs-dropdown{position:absolute;display:flex;flex-direction:column;background-color:#fff;top:1.8rem;padding:.8rem;z-index:100;border-radius:.3rem;box-shadow:0 3px 4px #e5f0ff;border:1px solid #ebebeb}.breadcrumbs-dropdown:before{content:"";position:absolute;width:14px;height:14px;top:0;left:50%;margin-left:-7px;border-top:1px solid #ebebeb;border-left:1px solid #ebebeb;border-right:1px solid transparent;border-bottom:1px solid transparent;transform:rotate(45deg);background-color:#fff;margin-top:-7px;border-radius:1px}.breadcrumbs-dropdown>div>span{padding-top:1rem}.ToolTip{position:absolute;font-size:.7rem;font-weight:400;display:flex;justify-content:center;align-items:center;color:#00f;width:inherit;height:inherit;background-color:#fff;box-shadow:0 3px 4px #e5f0ff;border-radius:1em;border:1px solid #ebebeb;padding:1em;left:50%;transform:translate(-50%);opacity:0;-webkit-animation:react-confirm-alert-fadeIn .3s 0s forwards;-moz-animation:react-confirm-alert-fadeIn .3s 0s forwards;-o-animation:react-confirm-alert-fadeIn .3s 0s forwards;animation:react-confirm-alert-fadeIn .3s 0s forwards;z-index:1024}.ToolTip:before{content:"";position:absolute;width:14px;height:14px;top:0;left:50%;margin-left:-7px;border-top:1px solid #ebebeb;border-left:1px solid #ebebeb;border-right:1px solid transparent;border-bottom:1px solid transparent;transform:rotate(45deg);background-color:#fff;margin-top:-7px;border-radius:1px;z-index:1024}.ToolTip.advanced{display:block;height:initial;padding:20px}.ToolTip.advanced:before{left:75px}.cc-action-box li{cursor:pointer;border-bottom:1px solid #dfdfde;white-space:nowrap;text-align:left;margin:2px 0;align-items:center}.cc-action-box ul li:last-child{border-bottom:0}.input-tooltip{margin:0 auto;width:9rem;display:flex;justify-content:space-between;align-items:center;border-radius:5px}.ok_input-tooltip{border-width:1px;border-style:solid;border-color:#ccc}.error_input-tooltip{border-width:1px;border-style:solid;border-color:#f73c39}.input-tooltip:hover{box-shadow:0 0 5px #ccc}.input-tooltip>input{width:100%;margin:.3rem .6rem;padding:.2rem;border:none;outline:none;background-color:transparent;text-align:right}.input-tooltip>input :hover,.input-tooltip>input :focus,.input-tooltip>input :active{border:none;outline:none}.input-tooltip-maxwidth{width:16rem}.feedback-index{top:1.2rem}.feedback-face{border-width:1px;border-style:solid}.fi-simley{cursor:pointer;font-size:1.2rem;color:var(--teal)}.fi-good{cursor:pointer;font-size:1.2rem;color:var(--cyan)}.fi-avgerage{cursor:pointer;font-size:1.2rem;color:var(--orange)}.fi-meh{cursor:pointer;font-size:1.2rem;color:var(--red)}.table-header{width:100%;display:flex;justify-content:space-between;align-items:center}.table-cell-edit-alert{position:fixed;top:50%;left:100%;width:3rem;transform:translateY(-50%);transform:translate(-3rem);padding:.5rem;border-bottom-left-radius:.5rem;border-top-left-radius:.5rem;background-color:#e74a3be6;font-size:2rem;color:#fff;cursor:pointer;animation:fade-in .2s linear}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.dashboard-drop-table tr td{padding:.5rem;align-items:baseline;height:100%}.coc-dashboard-row{display:grid;grid-template-columns:.5fr .5fr 3fr 1fr 1fr 1fr 1fr .5fr;width:100%;align-items:center;border-radius:.5rem;padding:.2rem .8rem;font-size:.8rem;text-overflow:ellipsis}.coc-dashboard-row:nth-child(2n){background-color:#66a7ff1a}.coc-instance-row{display:grid;grid-template-columns:.5fr .5fr 5fr 1fr 1fr 1fr 1fr 1fr 1fr .5fr;width:100%;align-items:center;border-radius:.5rem;padding:.2rem .8rem;font-size:.8rem}.coc-instance-row:nth-child(2n){background-color:#66a7ff1a}.custom-overlay{background-color:transparent!important;opacity:1!important}.coc-user-row{display:grid;grid-template-columns:1fr 2fr 1fr 1fr .5fr;border-radius:.5rem;padding:.3rem .5rem;font-size:.8rem;font-weight:500;text-align:left}.coc-user-row:nth-child(2n){background-color:#66a7ff1a}.CC_ToolTip{position:absolute;font-size:.7rem;font-weight:400;display:flex;justify-content:center;align-items:center;color:#00f;width:inherit;height:inherit;background-color:#fff;box-shadow:0 3px 4px #e5f0ff;border-radius:1em;border:1px solid #ebebeb;padding:1em;left:0%;transform:translate(-50%);opacity:0;-webkit-animation:react-confirm-alert-fadeIn .3s 0s forwards;-moz-animation:react-confirm-alert-fadeIn .3s 0s forwards;-o-animation:react-confirm-alert-fadeIn .3s 0s forwards;animation:react-confirm-alert-fadeIn .3s 0s forwards;z-index:1024}.CC_ToolTip:before{content:"";position:absolute;width:14px;height:14px;top:0;left:78%;margin-left:-7px;border-top:1px solid #ebebeb;border-left:1px solid #ebebeb;border-right:1px solid transparent;border-bottom:1px solid transparent;transform:rotate(45deg);background-color:#fff;margin-top:-7px;border-radius:1px;z-index:1024}.cc_cc-action-box li{cursor:pointer;border-bottom:1px solid #cce9f8;white-space:nowrap;text-align:left;margin-top:2px;margin-bottom:0;align-items:center}.border-box{padding:.5rem;background-color:#fff;border-radius:.5rem;box-shadow:0 0 10px #eee}.cloud_connect_table{width:100%;z-index:99999;border-collapse:collapse}.cloud_connect_row{text-align:left;font-weight:400}.cloud_connect_table th,.cloud_connect_table td{height:inherit;padding:0 8px;white-space:nowrap}.cloud_connect_table thead tr{background-color:#eaf3ff}.cloud_connect_table tbody tr:nth-child(2n){background-color:#eaf3ff}.cloud_connect_table th:nth-child(1),.cloud_connect_table td:nth-child(1){border-top-left-radius:5px;border-bottom-left-radius:5px}.cloud_connect_table th::nth-last-of-type(1),.cloud_connect_table td::nth-last-of-type(1){border-top-right-radius:5px;border-bottom-right-radius:5px}.col-fixed{right:0;position:sticky;border-bottom-right-radius:5px;border-top-right-radius:5px}.pair_tab{padding:.1rem .3rem;border-radius:2px}.blink-icon{color:#efa724;font-size:.7rem;-webkit-animation:blinking .8s 0s linear infinite;-moz-animation:blinking .8s 0s linear infinite;-o-animation:blinking .8s 0s linear infinite;animation:blinking .8s 0s linear infinite}@-webkit-keyframes blinking{0%{opacity:0}50%{opacity:1}to{opacity:0}}@-moz-keyframes blinking{0%{opacity:0}50%{opacity:1}to{opacity:0}}@-o-keyframes blinking{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes blinking{0%{opacity:0}50%{opacity:1}to{opacity:0}}.four_row{display:grid;grid-template-rows:auto;grid-template-columns:repeat(4,1fr);padding:.2rem .5rem;border-radius:.3rem;text-align:center;font-weight:400}.four_row:nth-child(2n){background-color:#66a7ff1a}.five-row{display:grid;grid-template-rows:auto;grid-template-columns:repeat(5,1fr);padding:.2rem .5rem;border-radius:.3rem;text-align:center;font-weight:400}.five-row:nth-child(2n){background-color:#66a7ff1a}.six_row{display:grid;grid-template-rows:auto;grid-template-columns:repeat(6,1fr);padding:.2rem .5rem;border-radius:.3rem;text-align:center;font-weight:500}.six_row:nth-child(2n){background-color:#66a7ff1a}.Tag_ToolTip{font-size:.7rem;font-weight:400;display:flex;justify-content:center;align-items:center;color:#fff;width:inherit;height:inherit;background-color:#414a52;position:relative;border-radius:.2em;border:1px solid #414a52;padding:.2em}.Tag_ToolTip:before{content:"";position:absolute;width:8px;height:8px;top:100%;left:50%;margin-left:-4px;border-top:1px solid transparent;border-left:1px solid transparent;border-right:1px solid #414a52;border-bottom:1px solid #414a52;transform:rotate(45deg);background-color:#414a52;margin-top:-4px;border-radius:1px}.Tag_ToolTip_btn{background-color:#fff;color:#414a52;border:none;cursor:pointer;padding:1px 5px;border-radius:2px;font-size:.7rem;font-weight:400;margin-left:5px}.Tag_ToolTip .pair_font{font-size:.8rem}.input-tag{background:#fff;border:1px solid #d6d6d6;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:5px 5px 0}.input-tag input{border:none;width:100%}.input-tag__tags{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;width:100%}.input-tag__tags li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#404041;border-radius:2px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:300;list-style:none;margin-bottom:5px;margin-right:5px;padding:.1rem .5rem;font-size:.7rem}.input-tag__tags li button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;border-radius:50%;color:#fff;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:.8rem;height:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:0;margin-left:4px;padding:0;width:10px}.input-tag__tags li.input-tag__tags__input{background:none;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0}.tags__submit{margin-top:20px;display:flex;justify-content:center;align-items:center;width:100%}.tags_btn_word{background-color:#5a7081;color:#fff;padding:2px 5px;border-radius:3px;text-align:center;height:auto;font-size:.7rem;cursor:pointer}.color-pills{font-size:.6rem;padding:.1rem 1rem;border-radius:.6rem;margin:.1rem;display:flex;align-items:center;justify-content:center}.green-colors-pills{background-color:#dcfde6;color:#46db49}.orange-colors-pills{background-color:#ffebc6;color:#efa724}.red-colors-pills{background-color:#ffd9d5;color:#e74a3b}.firewall_drop_table{width:100%;border-collapse:collapse}.firewall_drop_table th,.firewall_drop_table td{height:inherit;padding:5px 8px;white-space:nowrap}.firewall_drop_table thead tr{background-color:#fff;border-bottom:1px solid #dddddd}.firewall_drop_table tbody tr:nth-child(2n){background-color:#fff}.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{position:fixed;inset:0;z-index:99999;background:#ffffffe6;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center;opacity:0;-webkit-animation:react-confirm-alert-fadeIn .5s .2s forwards;-moz-animation:react-confirm-alert-fadeIn .5s .2s forwards;-o-animation:react-confirm-alert-fadeIn .5s .2s forwards;animation:react-confirm-alert-fadeIn .5s .2s forwards}.react-confirm-alert-body{font-family:Arial,Helvetica,sans-serif;width:400px;padding:30px;text-align:left;background:#fff;border-radius:10px;box-shadow:0 20px 75px #00000021;color:#666;opacity:1}.react-confirm-alert-svg{position:absolute;top:0;left:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{margin:0;font-size:16px}.react-confirm-alert-button-group{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{outline:none;background:#333;border:none;display:inline-block;padding:6px 18px;color:#eee;margin-right:10px;border-radius:5px;font-size:12px;cursor:pointer}@-webkit-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}#react-confirm-alert-firm-svg{position:fixed;top:0;left:0;width:100%;height:100vh}#react-confirm-alert{z-index:99999}.react-confirm-alert-body{font-family:Arial,Helvetica,sans-serif;width:30rem;padding:30px;text-align:center;background:#fff;border-radius:10px;box-shadow:0 20px 75px #00000021;color:#666;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-direction:column;justify-content:center;-ms-align-items:center;align-items:center}.react-confirm-alert-button-group>button{outline:none;border:none;background-color:transparent;display:inline-block;padding:.3rem .9rem;color:#fff;margin-right:10px;border-radius:5px;font-size:12px;cursor:pointer}.MuiPickersBasePicker-container{font-size:.7rem}.MuiPickerDTToolbar-toolbar{padding:0 16px}.MuiPickersToolbarText-toolbarBtnSelected{font-size:.4rem}.welcome-wrapper{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column}.welcome-img{margin:0 auto;height:400px;position:relative}.back-up-img{width:100%;height:100%;border-radius:10px}.job-action{color:var(--red)}.overview-error-wrapper{font-size:1rem;text-align:center;font-weight:500;margin-top:12px}@media(max-width:991px){body,html{position:relative;overflow-x:hidden}#bodyClick{height:100%;width:100%;position:fixed;opacity:0;top:0;left:auto;right:260px;content:"";z-index:9999;overflow-x:hidden}.ticket-wigdet{width:100%}.coc-dashboard-row{grid-template-columns:1fr}}.fileCsv{font-size:1.5rem;color:"#2F87FF"}#input-autocomplete{display:none}#demo-row-radio-buttons-group-label{font-weight:600;color:#000}.tree-table-container table{width:100%;border-collapse:separate;border-spacing:0;font-size:12px;min-width:100%}.tree-table-container th{background-color:#ecf4ff;padding:8px 5px;text-align:left;font-weight:500;color:#2f87ff}.tree-table-container td{padding:0;vertical-align:middle}.tree-table-container tr.child td:first-child{position:relative;padding-left:2px}.tree-table-container tr.child td:first-child:after{content:"";position:absolute;left:6px;width:40px!important;height:1px;background-color:#1a5db7;transform:translateY(-50%)}.tree-toggle{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;background:#fff;border:1px solid #1a5db7;cursor:pointer;font-size:15px;position:relative;top:6px;color:#1a5db7;right:5px}@media(max-width:1800px){.tree-toggle{margin-right:30px}}@media(max-width:1600px){.tree-toggle{margin-right:25px}}@media(max-width:1440px){.tree-toggle{margin-right:20px}}@media(max-width:1280px){.tree-toggle{margin-right:2px}}tr.child{position:relative}.tree-table-container tr.child td:first-child{position:relative;padding-left:16px;overflow:visible}.tree-table-container tr.child td:first-child:before{content:"";position:absolute;top:0;left:6.2px;width:1.2px;height:50%;background-color:#1a5db7}.tree-table-container tr.child:last-child td:first-child:before{height:50%}.tree-table-container tr.child td:first-child:after{content:"";position:absolute;top:50%;left:6px;width:12px;height:1px;background-color:#1a5db7;transform:translateY(-50%);z-index:1}tr.child[data-is-last=true]:after{bottom:50%}.tree-table-container td{padding:18px 0;vertical-align:middle}tr.child td{padding:5px 0}.pulse-container{position:relative;width:30px;height:24px}.pulse-ring{position:absolute;top:50%;left:50%;width:14px;height:14px;transform:translate(-50%,-50%);border-radius:50%;opacity:.4;animation:pulseRing 1.5s ease-out infinite;cursor:pointer}@keyframes pulseRing{0%{transform:translate(-50%,-50%) scale(1);opacity:.4}70%{transform:translate(-50%,-50%) scale(1.4);opacity:0}to{transform:translate(-50%,-50%) scale(1.4);opacity:0}}.inner-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.SplitPane .Resizer{position:relative;background:#eee}.SplitPane .Resizer:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:1.7px;height:25px;background:#bbbaba;border-radius:3px}.gantt-table .gantt-table-header{display:none!important}.gantt-container{overflow:hidden!important}*{box-sizing:border-box}.datetime-picker{position:relative;border:1px solid #dbdbdb;background-color:#fff;border-radius:4px;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;box-sizing:content-box;z-index:100}.datetime-picker .calendar .calendar-nav{display:flex;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.datetime-picker .calendar .calendar-nav button{background:none;border:0;width:32px;height:32px;border-radius:4px;outline:none;cursor:pointer}.datetime-picker .calendar .calendar-nav button .fa{font-size:18px}.datetime-picker .calendar .calendar-nav button:hover{background-color:#f0f0f0}.datetime-picker .calendar .calendar-nav .current-date{display:flex;align-items:center;justify-content:center;border-radius:4px;padding:0 8px;cursor:pointer}.datetime-picker .calendar .calendar-nav .current-date:hover{background-color:#f0f0f0}.datetime-picker .calendar .calendar-nav .current-date.disabled{cursor:default}.datetime-picker .calendar table{display:block;margin:4px}.datetime-picker .calendar table th,.datetime-picker .calendar table td{padding:0}.datetime-picker .calendar table thead{display:block;margin:8px 0 3px}.datetime-picker .calendar table thead tr{display:flex;flex-wrap:wrap}.datetime-picker .calendar table thead th{color:#ff9a19;display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em;font-weight:400}.datetime-picker .calendar table tbody{display:block}.datetime-picker .calendar table tbody tr{display:flex;flex-wrap:wrap}.datetime-picker .calendar table tbody tr td{display:flex;align-items:center;justify-content:center;height:32px;border-radius:4px;cursor:pointer}.datetime-picker .calendar table tbody tr td:hover{background-color:#f0f0f0}.datetime-picker .calendar table tbody tr td.prev,.datetime-picker .calendar table tbody tr td.next,.datetime-picker .calendar table tbody tr td.disabled{color:#dedede}.datetime-picker .calendar table tbody tr td.prev:hover,.datetime-picker .calendar table tbody tr td.next:hover,.datetime-picker .calendar table tbody tr td.disabled:hover{color:#c5c5c5}.datetime-picker .calendar table tbody tr td.disabled:hover{color:#dedede;background-color:transparent;cursor:not-allowed}.datetime-picker .calendar table tbody tr td.now{color:#5cc4ef;font-weight:400}.datetime-picker .calendar table tbody tr td.selected{background-color:#5cc4ef;color:#fff;font-weight:400}.datetime-picker .calendar table tbody tr td.selected:hover{background-color:#53c1ee;color:#fff}.datetime-picker .calendar table tbody tr td.selected.start{border-top-right-radius:0;border-bottom-right-radius:0}.datetime-picker .calendar table tbody tr td.selected.end{border-top-left-radius:0;border-bottom-left-radius:0}.datetime-picker .calendar table tbody tr td.selected.start.end{border-radius:4px}.datetime-picker .calendar table tbody tr td.between{background-color:#f5fbfe;border-radius:0}.datetime-picker .calendar .calendar-days table tbody tr td{width:14.28571429%}.datetime-picker .calendar .calendar-months table tbody tr td{width:33.33333333%;height:40px}.datetime-picker .calendar .calendar-years table tbody tr td{width:25%;height:60px}.datetime-picker .time{border-top:1px solid #efefef;padding:4px;display:flex;align-items:center;position:relative}.datetime-picker .time .show-time{display:flex;align-items:center;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datetime-picker .time .show-time .text{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datetime-picker .time .show-time .separater{margin:0 2px 3px;line-height:1}.datetime-picker .time .sliders{flex:0 1 153px;margin-right:10px;max-width:153px}.datetime-picker .time .sliders .slider-text{display:none}.datetime-picker .time .sliders .slider{display:flex;align-items:center;font-size:11px;height:17px;background-image:linear-gradient(to right,#dedede,#dedede);background-position:0 50%;background-size:100% 1px;background-repeat:no-repeat}.datetime-picker .time .sliders .slider .handle{width:12px;height:12px;background-color:#fff;border:1px solid #dedede;border-radius:3px;cursor:pointer}.datetime-picker .time .sliders .slider .handle:hover{border-color:#b8b8b8}.datetime-picker .time .sliders .slider .handle:focus,.datetime-picker .time .sliders .slider .handle:active{background-color:#5cc4ef;border-color:#5cc4ef}.datetime-picker .shortcuts-bar{border-bottom:1px solid #efefef;padding:8px}.datetime-picker .shortcuts-bar .btn{border:0;background:none;cursor:pointer;border-radius:2px;padding:2px 4px;outline:none}.datetime-picker .shortcuts-bar .btn:hover{background-color:#f0f0f0}.datetime-picker .shortcuts-bar .btn:last-child{float:right}.datetime-picker .shortcuts-bar .btn:not(:first-child){margin-left:5px}.datetime-range-picker{border:1px solid #dbdbdb;background-color:#fff;border-radius:4px;box-sizing:content-box;z-index:100}.datetime-trigger{position:relative}.datetime-trigger .datetime-picker{position:absolute;top:100%}.datetime-range-trigger{position:relative}.datetime-range-trigger .datetime-range-picker{position:absolute;top:100%}.datetime-picker-popup,.datetime-range-picker-popup{margin-top:8px;box-shadow:0 4px 12px #00000026}.datetime-picker-popup:before,.datetime-range-picker-popup:before{content:"";position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1;left:10px;top:-6px;transform:rotate(315deg)}*::-webkit-scrollbar{width:2px!important;height:2px!important}*::-webkit-scrollbar-track{background:#151a20!important;border-radius:2px!important}*::-webkit-scrollbar-thumb{background:#334155!important;border-radius:2px!important}*::-webkit-scrollbar-thumb:hover{background:#1e293b!important}.floating-button-container{position:fixed;bottom:20px;right:20px;transition:opacity .2s ease-in-out,transform .2s ease-in-out}.floating-button-container.hidden{opacity:0;transform:scale(.9)}.floating-button-container.visible{opacity:1;transform:scale(1)}@keyframes flash-warn{0%{@apply border-orange-400;}to{@apply border-orange-700;}}@keyframes flash-crit{0%{border-color:#ef4444}to{border-color:#b91c1c}}@keyframes rotate-border{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.flash-warn{animation:flash-warn .8s ease-in-out infinite;border:1.4px solid #f58f08}.flash-crit{animation:flash-crit .7s ease-in-out infinite;border:1.4px solid #ef4444}.flash-live{animation:flash-live .6s ease-in-out infinite}.circle_point{animation-name:circle;animation-duration:.8s;animation-iteration-count:infinite}.flash_warn{animation-name:flash-Warn;animation-duration:.7s;border:4px solid;animation-iteration-count:infinite}.warns{border:2px solid;border-color:inherit;animation-name:warn;animation-duration:2s;animation-iteration-count:infinite}.card{position:relative;animation-name:cards;animation-duration:2s;animation-iteration-count:1}.custom-scrollbar::-webkit-scrollbar{width:3px}.custom-scrollbar::-webkit-scrollbar-track{background:#151a20;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#334155;border-radius:3px;opacity:.5}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#1e293b;opacity:.8}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}
