@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.signInComponent{align-content:center;align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;position:relative;width:100%}.signInComponent>svg{bottom:32px;left:58px;position:absolute;transform:scale(.9) translate(-50px,50px);z-index:1}.signInComponent>div{align-content:center;align-items:center;background:#fff;border-radius:12px;box-shadow:0 0 4px 4px #0000000d;display:flex;flex-direction:column;padding:40px 10px 10px;position:relative;width:500px;z-index:2}.signInComponent>div svg:nth-child(2){margin-top:20px}.signInComponent>div form .errorMsg{color:#eb6477;font-size:16px;height:19px;line-height:19px;margin:10px 0;text-align:center;width:100%}.signInComponent>div .copyright{color:#0a0914;font-size:14px;margin-top:30px;text-align:center;width:100%}.signInComponent form{margin-top:15px}.signInComponent .setupLog.error{background-color:#eb6477;color:#fff}.signInComponent .setupLog{background-color:#ececec;border-radius:8px;font-size:16px;margin-bottom:10px;margin-top:30px;padding:20px;text-align:center;width:100%}@media (max-width:1100px){.signInComponent>svg{transform:scale(.7) translate(-160px,160px)}}@media (min-width:1101px) and (max-width:1200px){.signInComponent>svg{transform:scale(.8) translate(-50px,50px)}}@media (max-width:500px){.signInComponent>div{width:100%}}.select-options{background:#f5f5f5;border-radius:10px;margin-bottom:10px;padding:10px 15px 4px}.select-options:last-child{margin-bottom:0}.input-options label,.select-options label{color:#787d8b;font-size:13px;font-weight:400;height:15px;letter-spacing:.5px;line-height:15px;margin-bottom:1px}.input-options{background:#f5f5f5;border-radius:10px;margin-bottom:10px;padding:10px 15px}.input-options textarea{background:#0000;border:none;color:#333;font-size:16px;height:120px;margin-top:10px;padding:0;width:100%}.input-options textarea::placeholder{color:#b1b5bb}.form-submit-btn{background:#0a0914;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:17px;font-weight:600;height:55px;letter-spacing:.5px;line-height:55px;text-align:center;transition:.3s ease;width:100%}.form-submit-btn:hover{background:#2f2d3f}.form-submit-btn.mute,.form-submit-btn.mute:hover{background:#0a0914;cursor:not-allowed;opacity:.5}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #f5f5f5!important}.input-options input{background:#0000;border:none;color:#333;font-size:16px;padding:10px 0;width:100%}.input-options input::placeholder{color:#b1b5bb}.formsCallingBtn{background:#626be7;border-radius:10px 10px 0 0;color:#fff;cursor:pointer;font-size:17px;font-weight:600;height:67px;line-height:67px;text-align:center;width:100%}.formsMuteCallingBtn{align-items:center;background:#525ac8;border-radius:0 0 10px 10px;color:#fff;display:flex;font-size:12px;height:51px;justify-content:center;line-height:51px;width:100%}.formsCallingBtn:hover,.formsMuteCallingBtn:hover{background:#2f2d3f}.formsMuteCallingBtn ion-icon{font-size:15px;margin-right:7px}.rpn-notification-holder{display:flex;flex-direction:column;position:fixed;z-index:100000}.rpn-notification-holder.top-left{left:10px}.rpn-notification-holder.top-middle{left:50%;transform:translateX(-50%)}.rpn-notification-holder.top-right{right:30px}.rpn-notification-holder.bottom-left{bottom:10px;left:10px}.rpn-notification-holder.bottom-middle{bottom:10px;left:50%;transform:translateX(-50%)}.rpn-notification-holder.bottom-right{bottom:10px;right:30px}.rpn-notification-card{animation:fadein .2s;display:flex;flex-direction:column;margin-top:15px;width:250px}.rpn-notification-card-top{background-color:#333;border-radius:5px 5px 0 0;color:#fff;display:flex;flex-wrap:wrap;font-size:11px;font-weight:700;justify-content:space-between;padding:10px;width:100%}.rpn-notification-card-bottom{align-items:flex-start;background-color:#3b3b3b;border-radius:0 0 5px 5px;box-shadow:0 5px 0 0 #000;color:#fff;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;padding:10px 10px 15px;width:100%}.rpn-notification-card-bottom span{padding:3px 0}.rpn-notification-card-bottom .subtitle{font-size:12px;font-weight:700}.rpn-notification-card-bottom .message{font-size:14px}.rpn-notification-card-close{cursor:pointer;font-size:10px;height:100%}.rpn-notification-card-top.light{background-color:#f0f0f0;color:#000}.rpn-notification-card-bottom.light{background-color:#f5f5f5;box-shadow:0 5px 0 0 #dad9d9;color:#000}.rpn-notification-card-top.darkblue{background-color:#2d3542;color:#fff}.rpn-notification-card-bottom.darkblue{background-color:#394357;box-shadow:0 5px 0 0 #1f2b42;color:#fff}.rpn-notification-card-top.red{background-color:#bb2525;color:#fff}.rpn-notification-card-bottom.red{background-color:#d32f2f;box-shadow:0 5px 0 0 #910101;color:#fff}@keyframes fadein{0%{opacity:0}to{opacity:1}}.quickInfo{float:left;width:100%}.quickInfo>div{background-color:#fff;border-radius:12px;margin-bottom:15px;padding:10px;width:100%}.quickInfo .home-left-content3-bottom>div h5{font-size:12px}.quickInfo .home-left-content3-bottom>div>div h3{font-size:24px}.quickInfo .quickAlerts{background-color:#fff!important;border:5px solid #f4dcdc;border-radius:12px;height:auto;padding:10px;position:relative;width:100%}.quickInfo .quickAlerts p{color:#3a3a41;font-size:15px;margin:8px 0 0}.quickInfo .quickAlerts p.count{color:#0a0914;font-size:20px;font-weight:400!important}.quickInfo .quickAlerts svg{stroke:var(--red);height:33px;position:absolute;right:15px;top:25px;width:33px}.ticketsOverview .currentlyBeingServed{height:auto;margin-bottom:30px;width:100%}.ticketsOverview .currentlyBeingServed .supportDesk{color:#0a0914;font-size:60px;font-weight:700}.ticketsOverview .currentlyBeingServed .indicators{height:46px;margin:14px 0 0 17px;width:60px}.ticketsOverview .currentlyBeingServed .title{color:#929298;font-size:22px;font-weight:400;margin:8px 0 0 17px}.ticketsOverview .usersListContainer .user-list .status-badge{right:-1px;top:-1px}.ticketsOverview .usersListContainer .user-list .user-image-text{background-color:#fff;border-radius:6px;font-size:13px;height:26px;line-height:26px;width:38px}.ticketsOverview .usersListContainer .user-list .user-name-and-pic>div>p{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:115px}.ticketsOverview .usersListContainer .user-list .user-name-and-pic{display:block;float:left;width:auto}.ticketsOverview .usersListContainer .user-list .user-list-content{float:left;width:120px}.ticketsOverview .usersListContainer .user-list .user-list-content>p{font-size:13px;margin-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:120px}.ticketsOverview .usersListContainer .user-list .ticketTag{border-radius:0 4px 4px 0;height:38px;left:-10px;position:absolute;width:4px}.ticketsOverview .usersListContainer .user-list{background-color:#f3f3f3}.ticketsOverview .usersListContainer .user-list .ticketTrackingInfo{display:flex;flex-direction:column;width:100%}.ticketsOverview .usersListContainer .user-list .ticketTrackingInfo .ticketTrackingInfoSeparator{background-color:#e0e0e0;height:1px;margin-bottom:10px;margin-top:10px;width:100%}.ticketsOverview .usersListContainer .user-list .ticketTrackingInfo p{color:#333;font-size:13px;margin-bottom:5px;width:100%}.ticketsOverview .usersListContainer .user-list .ticketTrackingInfo .ticketTrackingInfoTitle{color:#0a0914;font-size:15px}.ticketsOverview .usersListContainer .user-list .ticketTrackingInfo svg{fill:var(--blue)}.ticketsOverview .usersListContainer .user-list.active .ticketTrackingInfo p,.ticketsOverview .usersListContainer .user-list:hover .ticketTrackingInfo p{color:#fff}.ticketsOverview .usersListContainer .user-list.active .ticketTrackingInfo .ticketTrackingInfoSeparator,.ticketsOverview .usersListContainer .user-list:hover .ticketTrackingInfoSeparator{background-color:#e0e0e0}.ticketsOverview .usersListContainer .user-list.active .ticketTrackingInfo svg,.ticketsOverview .usersListContainer .user-list:hover .ticketTrackingInfo svg{fill:#fff}:root{--green:#1bb79f;--blue:#007bff;--gray:#f0f0f6;--red:#eb6477}body{font-smooth:antialiased;-webkit-font-smoothing:antialiased;background:#f0f0f6;color:#0a0914;font-family:Lato,sans-serif}.group:after{clear:both;content:"";display:table}a{display:inline-block;text-decoration:none!important}a,svg{transition:.3s ease}:focus{outline:0 auto -webkit-focus-ring-color}#sidebar{background:#0a0914;height:100vh;left:0;padding:20px 10px 0;position:fixed;top:0;transition:all .3s;width:200px;z-index:999}#sidebar a[data-toggle=collapse]{position:relative}#sidebar::-webkit-scrollbar{width:0}#sidebar::-webkit-scrollbar-track{background:#f1f1f1}#sidebar::-webkit-scrollbar-thumb{background:#dceaff}#sidebar::-webkit-scrollbar-thumb:hover{background:#c6dcfd}#sidebar .sidebar-user,#sidebar .user-image{align-items:center;display:flex}#sidebar .user-image{background:#f0f0f6;border-radius:100%;height:30px!important;justify-content:center;width:30px!important}#sidebar .user-image img{width:100%}#sidebar .user-name{margin-left:8px;width:142px}#sidebar .user-name h4{color:#fff;font-size:16px;font-weight:600;line-height:15px;margin-bottom:0;width:142px}#sidebar .user-name .supportDesk,#sidebar .user-name h4{margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#sidebar .user-name .supportDesk{background:#2e3042;border-radius:10px;color:#bdbdbd;display:inline-block;font-size:13px;font-weight:500;height:22px;line-height:20px;max-width:142px;padding:0 8px}a.submenu{position:relative}a.submenu ion-icon{position:absolute;right:15px;transition:.2s ease;width:20px}#sidebar a[aria-expanded=true] ion-icon{transform:rotate(180deg)}.sidebar-user img{border-radius:100%;height:60px;width:60px}.sidebar-footer{background:#232535;border-radius:8px;bottom:15px;color:#fff;left:10px;max-height:400px;min-height:100px;overflow-x:hidden;overflow-y:scroll;padding:15px 10px 20px;position:absolute;right:10px}.sidebar-footer a,.sidebar-footer>div{color:#fff;display:block;font-size:14px;font-weight:400;margin-bottom:5px}.sidebar-footer h5{color:#8b8c94;font-size:15px;letter-spacing:.5px}#content{min-height:100vh;padding:15px;position:absolute;right:0;top:0;transition:all .3s;width:calc(100% - 200px)}#content.active{width:100%}.sidebar-header.slidebar-logo{background:#f4f4f4;list-style:none;margin-bottom:0;margin-top:0;padding:30px 50px;position:fixed;top:0;width:350px;z-index:1}*,:after,:before{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}button{border-radius:0}button:focus:not(:focus-visible){outline:0}form{width:100%}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.sidebar-header.slidebar-logo a{margin-left:50px;width:150px}.sidebar-header.slidebar-logo a img{width:100%}#sidebar ul li a{align-items:center;border-radius:8px;color:#8b8c94!important;color:#fff;display:flex;font-size:15px;font-weight:400;height:40px;padding-left:40px;position:relative;transition:.3s ease!important}#sidebar ul li{margin-bottom:5px}#sidebar ul li:last-child{margin-bottom:0}#sidebar ul li a:hover{background:#626be7;color:#fff!important}#sidebar ul li a:hover svg path{stroke:#fff}#sidebar a[aria-expanded=true],#sidebar ul li>a.active{background:#626be7;color:#fff!important;position:relative}.collapse-menu a{margin-bottom:0!important;margin-top:0!important}.sidebar-footer-dropdown .dropdown-menu{background:#f3f3f3;border:0 solid #dadada;border-radius:5px;box-shadow:0 0 4px 1px #00000021;padding:0;position:absolute;right:0;text-align:right;width:100%}#sidebar ul li a ion-icon{height:20px;left:0;position:absolute;text-align:center;width:34px}ul.list-unstyled.components{margin-top:56px;padding:0}.home-time-supportDesk-top-wraper{background:#fff;border-radius:12px;overflow:hidden;padding:10px;position:relative}.home-time-supportDesk-top-wraper .ticketCutout{border-radius:100%;height:27px;position:absolute;width:27px;z-index:2}.home-time-supportDesk-top-wraper .ticketDash{border-top:1px dashed #ffe143;height:2px;left:0;opacity:.6;position:absolute;right:0;top:68px;width:100%;z-index:1}.home-time-supportDesk-top-wraper .ticketCutout:first-child{left:-18px;top:56px}.home-time-supportDesk-top-wraper .ticketCutout:nth-child(2){right:-18px;top:56px}.home-time-supportDesk-top{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.home-time-supportDesk-top h4{font-size:24px;font-weight:600;margin-bottom:0}.titleBlock{align-items:center;display:flex;height:40px;justify-content:space-between;margin-bottom:10px;overflow:hidden;position:relative;width:100%}.titleBlock.icon{padding-left:40px}.titleBlock h4{font-size:20px}.titleBlock h4,.titleBlock h5{float:left;font-weight:600;line-height:40px}.titleBlock h5{width:auto}#content .home-time-supportDesk-top-wraper .titleBlock .home-time-supportDesk-with-btn{align-items:right;display:flex;float:right}#content .home-time-supportDesk-top-wraper .titleBlock .home-time-supportDesk-with-btn h3{color:#0a0914;float:right;font-size:26px;font-weight:600;line-height:40px;margin-bottom:0;padding:0;width:auto}#content .home-time-supportDesk-top-wraper .titleBlock .home-time-supportDesk-with-btn>div.manageBtn{background:#626be7;border-radius:10px;color:#fff;cursor:pointer;display:block;float:right;font-size:16px;height:40px;line-height:40px;margin-left:10px;padding:0 20px;width:auto}#content .home-time-supportDesk-top-wraper .titleBlock .home-time-supportDesk-with-btn a:hover{background:#494d86}.home-right-content2-bottom,.home-time-supportDesk-main{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:10px}.home-right-content2-bottom>div,.home-time-supportDesk-main>div{padding-right:5px;width:50%}.home-right-content2-bottom>div:last-child,.home-time-supportDesk-main>div:last-child{padding-left:5px;padding-right:0}.informationContainer{background:#f6f6f6;border-radius:10px;margin-right:5px;min-height:178px;overflow:hidden;padding-bottom:10px;padding-top:10px;width:100%}.informationContainer .informationRow{margin-bottom:6px;padding-left:10px;padding-right:10px}.informationContainer .informationRow:last-child{margin-bottom:0}.informationContainer .informationRow label{color:#787d8b;display:block;font-size:12.5px;height:15px;text-align:left;width:100%}.informationContainer .informationRow>span{color:#0a0914;display:block;font-size:14px;height:20px;text-align:left;width:100%}.informationContainer .informationRow>span>span.pill{border-radius:10px;color:#fff;font-size:13px;font-weight:600;margin-left:5px;padding:1px 8px}.informationContainer .informationRow p{color:#0a0914;display:block;font-size:14px;height:auto;text-align:left;width:100%}.home-time-supportDesk-main h2{font-size:30px;font-weight:600}.home-time-supportDesk-main h5{font-size:13px;font-weight:400}.home-time-supportDesk-main h6{font-size:14px;font-weight:600}.home-time-supportDesk-main h6 span{font-weight:400;margin-left:15px}.calling-group-wraper{background:#e0e0e0;border-radius:12px;display:block;margin-top:20px;overflow:hidden;padding:10px}.calling-group{display:flex;justify-content:space-between;margin-top:10px}.calling-group>div{cursor:pointer}.calling-group .home-left-content2-item-wraper svg{margin-top:25px;width:54px}.calling-group .call-completed svg *{stroke:#1bb79f}.calling-group .call-completed:hover{background-color:#1bb79f}.calling-group .call-completed:hover svg *{stroke:#fff}.calling-group .call-completed:hover h4{color:#fff}.calling-group .call-completedMute{cursor:not-allowed;opacity:.5}.calling-group .call-completedMute svg *{stroke:#333}.calling-group .nextTracking svg *{stroke:#626be7}.calling-group .nextTracking svg path:nth-child(3){fill:#626be7}.calling-group .nextTracking:hover{background-color:#626be7}.calling-group .nextTracking:hover svg *{stroke:#fff}.calling-group .nextTracking:hover svg path:nth-child(3){fill:#fff}.calling-group .nextTracking:hover h4{color:#fff}.calling-group .nextTrackingMute{cursor:not-allowed;opacity:.5}.calling-group .nextTrackingMute svg *{stroke:#333}.calling-group .nextTrackingMute svg path:nth-child(3){fill:#333}.calling-group .call-no-show svg *{stroke:#eb6477}.calling-group .call-no-show svg path:nth-child(3){fill:#eb6477}.calling-group .call-no-show:hover{background-color:#eb6477}.calling-group .call-no-show:hover svg *{stroke:#fff}.calling-group .call-no-show:hover svg path:nth-child(3){fill:#fff}.calling-group .call-no-show:hover h4{color:#fff}.call-transfer,a.call-transfer{color:#0a0914}.calling-group a.call-transfer svg *{stroke:#f39264}.calling-group .call-transfer:hover,.calling-group a.call-transfer:hover{background-color:#f39264}.calling-group .call-transfer:hover svg *,.calling-group a.call-transfer:hover svg *{stroke:#fff}.calling-group .call-transfer:hover h4,.calling-group a.call-transfer:hover h4{color:#fff}.calling-group .call-more svg *{stroke:#626be7}.calling-group .call-more svg path:nth-child(3){fill:#626be7}.calling-group .call-more:hover{background-color:#626be7}.calling-group .call-more:hover svg *{stroke:#fff}.calling-group .call-more:hover svg path:nth-child(3){fill:#fff}.calling-group .call-more:hover h4{color:#fff}.home-left-content2-item-wraper{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:65%}.home-left-content2-item-wraper>a,.home-left-content2-item-wraper>div{align-items:center;background:#fafafa;border-radius:10px;color:#0a0914!important;display:flex;flex-direction:column;height:133px;justify-content:flex-start;overflow:hidden;position:relative;text-align:center;width:48.5%}.home-left-content2-item-full.item1{height:276px;margin-right:10px;overflow:hidden;position:relative;width:168px}.item2,.item3{margin-bottom:10px}.home-left-content2-item-full.item1 .call{background:#626be7;border-radius:10px 10px 0 0;height:226px;overflow:hidden;padding:0;position:relative;text-align:center;transition:all .3s ease-in-out;width:100%}.home-left-content2-item-full.item1 .mute{align-items:center;background:#525ac8;border-radius:0 0 10px 10px;color:#fff;display:flex;font-size:14px;height:50px;justify-content:center;padding:18px 10px;transform:translate(0);transition:all .3s ease-in-out;width:100%}.home-left-content2-item-full.item1 .call:hover,.home-left-content2-item-full.item1 .mute:hover{background:#2f2d3f}.home-left-content2-item-full.item1 .mute ion-icon{font-size:20px;margin-right:10px}.home-left-content2-item-full.item1 h4{color:#fff;font-size:23px;font-weight:600;margin-top:40px}.home-left-content2-item-full.item1 svg circle,.home-left-content2-item-full.item1 svg path{stroke:#fff}.home-left-content2-item-full.item1 svg{margin-top:60px}.home-left-content2-item-wraper>a h4,.home-left-content2-item-wraper>div h4{bottom:16px;font-size:14px;font-weight:600;margin:10px 0 0;position:absolute;width:100%}.home-left-content3-top{display:flex;justify-content:space-between}.home-left-content3-top .calling-group{background:#fff;border-radius:15px;padding:0;text-align:center;width:139px}.home-left-content3-items{align-items:center;background:#fff;border-radius:12px;display:flex;flex-direction:column;flex-wrap:nowrap;height:143px;padding:12px 0;text-align:center;width:118px}.home-left-content3-items svg{width:30px}.home-left-content3-items span{background:#e5f3fd;border-radius:100%;display:inline-block;height:35px;line-height:35px;margin-top:0;text-align:center;width:35px}.home-left-content3-items ion-icon{height:35px;width:80%}.home-left-content3-items span ion-icon{font-size:18px}.content3-item1 ion-icon{color:#0383fe}.content3-item2 ion-icon{color:#886cfa}.content3-item2 span{background:#f3f1ff}.content3-item3 ion-icon{color:#f03638}.content3-item3 span{background:#fde2df}.content3-item4 ion-icon{color:#37c13a}.content3-item4 span{background:#ebf9e9}.home-left-content3-top>div h2{font-size:26px;font-weight:600;line-height:31px;margin-bottom:10px;margin-top:12px}.home-left-content3-top>div h5{color:#929298;font-size:13px;font-weight:600;letter-spacing:.5px}.home-left-content3-wraper{margin-top:20px}.home-left-content3-bottom{background:#fff;border-radius:12px;display:flex;justify-content:space-between;margin-top:15px}.home-left-content3-bottom>div>div{align-items:center;display:flex}.home-left-content3-bottom>div>div h3{font-size:26px;font-weight:600;margin-bottom:0;margin-right:8px}.home-left-content3-bottom>div{padding:15px;width:33%}.content3-bottom-item2{border-left:1px solid #f0f0f6;border-right:1px solid #f0f0f6}.home-left-content3-bottom>div h5{color:#929298;font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:0;margin-top:10px}.content4-item4 i{color:#f39264}.content4-item4 span{background:#f8e4db}.home-left-content5-wraper{background:#fff;border-radius:12px;overflow:hidden;padding:10px}.home-left-content5-wraper h2{color:#fff;font-size:18px;font-weight:600;letter-spacing:.5px;margin-bottom:15px}.usersListContainer{height:auto;margin-top:10px;width:100%}.user-list{border-radius:8px;height:auto;min-height:34px;padding:4px;position:relative;transition:.3s ease}.user-list:last-child{margin-bottom:0}.user-list.active,.user-list:hover{background:#8189ec!important;cursor:pointer}.user-list.active .user-list-content p,.user-list.active .user-name-and-pic>div,.user-list:hover .user-list-content p,.user-list:hover .user-name-and-pic>div{color:#fff!important}.user-list:hover span.user-image-text{background:#fff}.user-name-and-pic img{border-radius:100%;height:40px;width:40px}.user-name-and-pic>div{align-items:center;color:#595867;display:flex;font-size:18px;font-weight:400}.user-list-content p{color:#595867;font-size:13px;font-weight:400;margin:0}.user-list-check ion-icon{color:#fff;font-size:26px;margin-right:5px}.user-name-and-pic>div>div{position:relative}.user-name-and-pic>div>div .status-badge{border-radius:100%;content:"";height:8px;position:absolute;right:0;top:0;width:8px}.user-list-online .status-badge{background:#89dcb4}.user-list-offline .status-badge{background:#eb6477}.user-name-and-pic>div p{font-size:15px;margin-bottom:0;margin-left:10px}span.user-image-text{background:#f3f1ff;border-radius:100%;color:#9094c8;display:inline-block;font-size:14px;font-weight:600;height:32px;line-height:32px;text-align:center;text-transform:uppercase;width:32px}.user-list-offline{margin-top:24px;position:relative}.user-list-offline:after{background:#f3f1ff;border-radius:2px;content:"";height:4px;left:50%;position:absolute;top:-14px;transform:translate(-50%);width:100%}.user-list-offline .user-list-content{opacity:.7}.user-list>div{width:100%}.user-list-check{text-align:right;visibility:hidden;width:25%!important}.user-list:hover .user-list-check{height:25px;visibility:visible}.home-center-content1 h2{font-size:24px;font-weight:600;margin-bottom:0}.home-center-content1{background:#fff;border-radius:12px;padding:10px}ul.list{border:1px solid #626be721;border-radius:0!important;width:100%}.nice-select:hover{border-color:#0000}.nice-select:after{border-bottom:2px solid #0a0914;border-right:2px solid #0a0914;height:9px;width:9px}.nice-select{background:#0000;border:0 solid;border-radius:0;font-size:20px;font-weight:600;padding-left:0;width:100%}ul.list li{font-size:16px;font-weight:400}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#626be721}.box-title{align-items:center;display:flex;margin-bottom:15px}.home-center-content2,.home-center-content3{margin-top:20px}.home-center-content3 .radioLinks>a,.home-center-content3 .radioLinks>div{background:#f5f5f5;border-radius:10px;color:#0a0914;cursor:pointer;display:block;font-size:16px;font-weight:400;font-weight:600;height:52px;line-height:52px;margin-bottom:4px;padding-left:15px}.home-center-content3 .radioLinks>a:last-child,.home-center-content3 .radioLinks>div:last-child{margin-bottom:0}.home-center-content3 .radioLinks>a:hover,.home-center-content3 .radioLinks>div:hover{background:#626be7;color:#fff}.home-right-content2-bottom{margin-bottom:10px}.home-right-content2-bottom h5{color:#787d8b;font-size:15px;letter-spacing:.5px;margin-bottom:5px}.home-right-content2-bottom h3{font-size:20px;font-weight:600;margin-bottom:0}.home-right-content1{background:#fff;border-radius:15px;padding:10px}.box-title h2{font-size:24px;font-weight:600;margin-bottom:0}.home-right-content1 a:hover{background:#2f2d3f}.home-time-supportDesk-main h3{font-size:28px}.select-options .selectStyling{background:url(/static/media/select-down-chevron.40a099bba83f08ebac01.svg) no-repeat 100% #0000;height:33px;width:100%}.input-placeholder,.select-options select{background:#0000;border:none;font-size:16px;height:33px;line-height:33px;padding:0;width:100%}.select-options select option{background-color:#fff;font-size:16px}.home-time-supportDesk-bottom{background:#0a0914;border-radius:10px;color:#fff;display:flex;font-size:13.3px;font-weight:600;height:48px;justify-content:space-between;line-height:48px;margin-top:10px;padding:0 10px 0 48px;position:relative}.home-time-supportDesk-bottom>div:first-child{align-items:center;background:#e86356;border-radius:100%;display:inline-flex;height:28px;justify-content:center;left:10px;position:absolute;text-align:center;top:10px;width:28px}.home-time-supportDesk-bottom h3{color:#737279;float:right;font-size:20px;font-weight:600;line-height:48px;margin-bottom:0}.titleBlock .iconWrapper{display:none}.titleBlock.icon h4,.titleBlock.icon h5{margin:0;padding:0;position:relative;top:0;transition:all .3s ease-in-out;width:100%!important}.titleBlock.icon .iconWrapper{align-items:center;border-radius:5px;display:block;display:flex;height:30px;justify-content:center;left:5px;position:absolute;top:5px;width:30px}.titleBlock.icon .iconWrapper ion-icon{color:#0a0914;font-size:20px;transition:color 10ms ease-in-out,margin .3s ease-in-out}.titleBlock:hover .iconWrapper{background-color:#ececec}.titleBlock:hover .iconWrapper:hover{background-color:#eb6477;cursor:pointer}.titleBlock:hover .iconWrapper:hover ion-icon{color:#fff;margin-left:-8px}.titleBlock:hover .iconWrapper:hover~h4,.titleBlock:hover .iconWrapper:hover~h5{top:-40px}select{-webkit-appearance:none!important;appearance:none!important;background-image:url(/static/media/chevron-down-outline.ddad6abadc736d845fb8.svg)!important;background-position:100%!important;background-repeat:no-repeat!important;background-size:22px!important}.one,.three,.two{width:100%}.col-one{width:380px}.col-three,.col-two{margin-top:20px;width:443px}.pullLeft{float:left}.pullRight{float:right}.home-left-content2-item-full.item1 button.call{background:#0000;border:none;width:100%}.home-left-content2-item-full.item1 button:hover{background:#2f2d3f}.mute-box button{background:#0000;border:none;box-shadow:none;color:#fff;outline:none;width:100%}.calledTicketNumber{background-color:#525ac8;border-radius:4px;color:#fff;height:32px;position:absolute;right:10px;text-align:center;top:10px;width:38px;z-index:9999}.calledTicketNumber>div:first-child{font-size:11px;font-weight:400;height:13px;margin-top:1px;width:100%}.calledTicketNumber>div:last-child{font-size:13px;font-weight:700;margin-top:1px;text-align:center;width:100%}.emptyQueue{background:#1bb79f;border-radius:10px;height:100px;padding:22px 15px 27px;position:relative;width:100%}.emptyQueue div:first-child{color:#fff;font-size:25px;height:30px}.emptyQueue div:nth-child(2){color:#fff;font-size:14px;height:17px}.emptyQueue svg{position:absolute;right:20px;top:42px}.titleBlock.withBackBtn{display:block;height:40px;margin-bottom:10px;overflow:hidden;position:relative;width:100%}.ticket-indicators{display:flex;flex-direction:column;margin:10px 0;padding:0}.indicator-item{align-items:center;display:flex;margin-bottom:2px}.indicator-square{border-radius:3px;height:10px;margin-right:5px;width:10px}.indicator-item span{color:#333;font-size:13px}.modals .informationContainer{margin-bottom:10px}.modals .alertContainer{border-radius:5px;color:#fff;font-size:14px;margin:20px 0;padding:5px 10px}.modals .alertContainer span{font-weight:700}.ticketActions{height:auto;margin-left:-7.5px;margin-right:-7.5px}.ticketActions .actionButtonContainer{float:left;height:70px;margin-top:15px;padding:0 7.5px;width:25%}.ticketActions .actionButton{border-radius:5px;cursor:pointer;height:70px;position:relative;width:100%}.ticketActions .actionButton:hover{opacity:.8}.ticketActions .actionButton span{bottom:10px;color:#fff;font-size:14px;font-weight:500;position:absolute;text-align:center;width:100%}.ticketActions .actionButton div{align-items:center;display:flex;height:46px;justify-content:center;left:0;position:absolute;top:0;width:100%}.scheme-purple-bg{background-color:#626be7}.scheme-orange-bg{background-color:#f39264!important}.scheme-green-bg{background-color:#1bb79f!important}.scheme-blue-bg{background-color:#0383fe!important}.scheme-pinkred-bg{background-color:#eb6477!important}.scheme-gray-bg{background-color:#797979!important}.scheme-purple-bg svg{fill:#f3f1ff}.scheme-orange-bg svg{fill:#ffece2}.scheme-green-bg svg{fill:#e2fffb}.scheme-blue-bg svg{fill:#e5f3fd}.scheme-pinkred-bg svg{fill:#ffe7ea}.scheme-gray-bg svg{fill:#eaeaea}.modals{position:relative;z-index:99999}.modals .modal1-bg{background-color:#000000b3;height:100vh;left:0;position:fixed;top:0;width:100%}.modals .modal1-content{background-color:#fff;height:100vh;overflow:visible;overflow-y:scroll;padding:30px 20px;position:absolute;right:0;top:0;width:400px}.modals .modal-close{align-items:center;background-color:#585858;border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;right:410px;top:10px;transition:all .3s ease-in-out;width:50px}.modals .modal-close:hover{background-color:#eb6477;transform:scale(1.2)}.modals .modal-close svg{stroke:#fff;transition:all .3s ease-in-out}.modals .modal-close:hover svg{stroke:#fff}.modals .modal1-content .home-center-content1,.modals .modal1-content .home-center-content3{padding:0}
/*# sourceMappingURL=main.ed5a0526.css.map*/