body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--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-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 #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;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:#e74d3c;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{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{background:#fff;border-bottom:1px solid #e9e9e9;height:78px;left:0;position:fixed;right:0;top:0;width:100%;z-index:1000}.navbar-container{box-sizing:border-box;font-family:Inter,sans-serif;gap:24px;height:100%;margin:0 auto;max-width:1440px;padding:16px 80px}.navbar-container,.navbar-left{align-items:center;display:flex;flex-direction:row}.navbar-left{flex:1 1;gap:10px}.logo{height:40px;width:40px}.website-name{color:#130b2d;flex:1 1;font-family:Inter;font-size:24px;font-style:normal;font-weight:700;height:26px;line-height:26px;min-width:0}.navbar-right{flex-shrink:0;gap:64px;height:43px}.nav-menu,.navbar-right{align-items:center;display:flex;flex-direction:row;padding:0}.nav-menu{gap:24px;list-style:none}.nav-menu,.nav-menu li{height:24px;margin:0;width:auto}.nav-menu li{color:#000000e6;cursor:pointer;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;text-transform:capitalize}.nav-menu li:hover{color:#000000b3}.new-ticket-btn{align-items:center;background:linear-gradient(125.04deg,#632ee3 5.68%,#9f62f2 88.38%);border:1px solid #632ee3;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;flex-shrink:0;gap:10px;height:43px;justify-content:center;padding:12px 16px;transition:box-shadow .2s;width:145px}.new-ticket-btn:hover{box-shadow:0 2px 8px #632ee34d}.new-ticket-btn .icon{background:#0000;height:16px;position:relative;width:16px}.new-ticket-btn .icon:before{color:#fff;content:"+";font-size:16px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.new-ticket-btn span{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;height:19px;line-height:19px;text-transform:capitalize;width:87px}@media (max-width:768px){.navbar{flex-wrap:wrap;height:auto;left:0;max-width:none;position:relative;width:100%}.navbar,.navbar-container{gap:12px;padding:12px 16px}.navbar-left{flex:none;order:0}.website-name{font-size:18px;line-height:22px;width:auto}.navbar-right{flex:1 1;flex-direction:row;flex-wrap:wrap;gap:12px;height:auto;justify-content:space-between;width:auto}.nav-menu{display:flex;flex:1 1;flex-wrap:wrap;gap:8px;justify-content:flex-start}.nav-menu li{font-size:13px;line-height:18px;white-space:nowrap}.new-ticket-btn{font-size:13px;min-width:100px;order:1;padding:8px 12px;width:auto}.new-ticket-btn .icon{height:12px;width:12px}.new-ticket-btn span{font-size:13px;line-height:16px}}@media (max-width:480px){.navbar,.navbar-container{gap:8px;padding:10px 12px}.website-name{font-size:16px;line-height:20px}.navbar-right{align-items:stretch;flex-direction:column;gap:8px}.nav-menu{flex-direction:column;gap:4px;order:0}.nav-menu li{font-size:12px;line-height:16px;text-align:center}.new-ticket-btn{min-width:0;min-width:auto;order:1;padding:10px;width:100%}.new-ticket-btn span{font-size:14px;line-height:18px}}.banner{align-items:center;display:flex;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:250px;justify-content:center;width:100%}.banner-content{gap:24px;padding:0;width:1440px}.banner-content,.stat-card{align-items:center;display:flex;flex-direction:row;height:250px}.stat-card{background:linear-gradient(125.04deg,#632ee3 5.68%,#9f62f2 88.38%);border-radius:8px;color:#fff;gap:12px;isolation:isolate;justify-content:center;padding:40px;position:relative;width:708px}.text-column{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:16px;height:115px;padding:0;width:628px;z-index:0}.text-column h3{font-size:24px;font-weight:400;height:26px;line-height:26px;order:0}.text-column .count,.text-column h3{align-self:stretch;color:#fff;flex:none;flex-grow:0;font-family:Inter;font-style:normal;margin:0;text-align:center;width:628px}.text-column .count{font-size:60px;font-weight:600;height:73px;letter-spacing:-.02em;line-height:73px;order:1}.left-vector{order:1;right:-39.39px;z-index:1}.left-vector,.right-vector{flex:none;flex-grow:0;height:732px;position:absolute;top:calc(50% - 336px);width:343.23px}.right-vector{left:-39.55px;order:2;transform:matrix(-1,0,0,1,0,0);z-index:2}.in-progress{background:linear-gradient(125.04deg,#632ee3 5.68%,#9f62f2 88.38%);border-radius:8px}.resolved{background:linear-gradient(90deg,#54cf68 9.6%,#00827a 92.23%);border-radius:8px}@media (max-width:768px){.banner{height:auto;padding:40px 10px 30px}.banner-content{flex-direction:column;gap:15px;height:auto;width:100%}.stat-card{height:auto;padding:20px 30px;width:100%}.text-column{gap:12px;height:auto;width:100%}.text-column h3{font-size:20px;line-height:24px;width:100%}.text-column .count{font-size:36px;line-height:40px;width:100%}.left-vector,.right-vector{display:none}}@media (max-width:480px){.banner{padding:20px 10px}.stat-card{padding:15px 20px}.text-column h3{font-size:18px;line-height:22px}.text-column .count{font-size:28px;line-height:32px}}.ticket-card{align-items:flex-start;background:#fff;border-radius:4px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;gap:10px;height:148px;justify-content:center;padding:16px;transition:box-shadow .2s;width:100%}.ticket-card:hover{box-shadow:0 4px 16px #0000001f}.ticket-content{flex:1 1;flex-direction:column;gap:16px}.ticket-content,.ticket-main{align-items:flex-start;display:flex;height:auto;padding:0;width:100%}.ticket-main{flex-direction:column;gap:8px}.ticket-row{align-items:flex-start;gap:8px;height:auto}.ticket-row,.ticket-title-row{display:flex;flex-direction:row;padding:0;width:100%}.ticket-title-row{align-items:center;gap:10px;height:32px}.title{color:#001931;flex:1 1;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:22px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge{border-radius:400px;flex-direction:column;flex-shrink:0;gap:10px;height:32px;padding:4px 12px}.badge-content,.status-badge{align-items:center;display:flex;justify-content:center}.badge-content{flex-direction:row;gap:6px;height:24px;padding:0}.dot{border-radius:50%;height:16px;width:16px}.badge-text{font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0;white-space:nowrap}.status-open .status-badge{background:#b9f8cf;cursor:pointer;min-width:88px;transition:opacity .2s}.status-open .status-badge:hover{opacity:.8}.status-open .dot{background:#02a53b}.status-open .badge-text{color:#0b5e06;min-width:42px}.status-in-progress .status-badge{background:#f8f3b9;min-width:140px}.status-in-progress .dot{background:#febb0c}.status-in-progress .badge-text{color:#9c7700;min-width:94px}.description{align-items:flex-start;color:#627382;flex-direction:column;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;gap:12px;height:36px;justify-content:center;line-height:18px;margin:0;overflow:hidden;text-overflow:ellipsis}.description,.ticket-meta{display:flex;padding:0;width:100%}.ticket-meta{flex-wrap:nowrap;height:24px;justify-content:space-between}.meta-left,.ticket-meta{align-items:center;flex-direction:row}.meta-left{display:flex;flex:1 1;gap:16px}.ticket-id{color:#627382}.priority-label,.ticket-id{font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:22px;margin:0;white-space:nowrap}.priority-high .priority-label{color:#f83044;min-width:187px}.priority-medium .priority-label{color:#febb0c;min-width:163px}.priority-low .priority-label{color:#02a53b;min-width:183px}.meta-right{align-items:center;display:flex;flex-direction:row;flex-shrink:0;gap:8px}.avatar{background:#ccc;border-radius:50%;flex-shrink:0;height:24px;width:24px}.customer{color:#627382;flex-shrink:0;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin:0;max-width:111px;min-width:75px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-icon{flex-shrink:0;height:24px;position:relative;width:24px}.calendar-icon:before{background:#627382;bottom:12.5%;content:"";left:8.33%;position:absolute;right:8.33%;top:4.17%}.date{color:#627382;flex-shrink:0;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin:0;min-width:66px;white-space:nowrap}@media (max-width:768px){.ticket-card{gap:8px;height:auto;padding:12px}.ticket-content{gap:12px}.ticket-main,.ticket-row{gap:6px}.title{font-size:16px;line-height:20px}.status-badge{height:28px;padding:2px 8px}.badge-content{gap:4px;height:20px}.dot{height:12px;width:12px}.badge-text{font-size:14px;line-height:20px}.status-open .status-badge{min-width:70px}.status-open .badge-text{min-width:30px}.status-in-progress .status-badge{min-width:110px}.status-in-progress .badge-text{min-width:70px}.description{font-size:14px;gap:8px;height:auto;line-height:16px}.ticket-meta{flex-wrap:wrap;gap:8px;height:auto}.meta-left{gap:12px}.priority-label,.ticket-id{font-size:12px;line-height:18px}.priority-high .priority-label{min-width:140px}.priority-medium .priority-label{min-width:120px}.priority-low .priority-label{min-width:135px}.meta-right{gap:6px}.avatar{height:20px;width:20px}.customer{font-size:12px;line-height:18px;max-width:80px;min-width:60px}.calendar-icon{height:20px;width:20px}.date{font-size:12px;line-height:18px;min-width:50px}}@media (max-width:480px){.ticket-card{gap:6px;padding:10px}.ticket-content{gap:10px}.ticket-main{gap:4px}.title{font-size:14px;line-height:18px}.status-badge{height:24px;padding:2px 6px}.badge-content{gap:3px;height:18px}.dot{height:10px;width:10px}.badge-text{font-size:12px;line-height:18px}.status-open .status-badge{min-width:60px}.status-open .badge-text{min-width:25px}.status-in-progress .status-badge{min-width:90px}.status-in-progress .badge-text{min-width:55px}.description{font-size:12px;gap:6px;line-height:14px}.ticket-meta{gap:6px}.meta-left{gap:8px}.priority-label,.ticket-id{font-size:11px;line-height:16px}.priority-high .priority-label{min-width:110px}.priority-medium .priority-label{min-width:95px}.priority-low .priority-label{min-width:105px}.meta-right{gap:4px}.avatar{height:18px;width:18px}.customer{font-size:11px;line-height:16px;max-width:70px;min-width:50px}.calendar-icon{height:18px;width:18px}.date{font-size:11px;line-height:16px;min-width:40px}}.task-status{align-items:flex-start;background:#0000;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:16px;height:auto;padding:0;width:100%}.task-status h3{color:#34485a;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;height:26px;line-height:26px;margin:0;width:100%}.task-status-card{align-items:flex-start;background:#fff;box-shadow:0 4px 16px #00000014;flex-direction:column;gap:16px;height:auto;padding:16px}.action-btn,.task-status-card{border-radius:4px;display:flex;justify-content:center;width:100%}.action-btn{align-items:center;background:#02a53b;border:none;color:#fff;cursor:pointer;flex-direction:row;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;gap:10px;height:43px;line-height:19px;padding:12px 16px;transition:background .3s}.action-btn:hover{background:#028a3a}.select-ticket-text{color:#627382;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;height:18px;line-height:18px;margin:0;width:100%}@media (max-width:768px){.task-status{gap:12px;height:auto;padding:0 10px;width:100%}.task-status h3{font-size:20px;line-height:24px;width:100%}.task-status-card{gap:12px;height:auto;padding:12px;width:100%}.title-row{gap:8px;height:auto;width:100%}.status-title{font-size:16px;line-height:20px;width:100%}.action-btn{font-size:14px;padding:10px 12px;width:100%}.select-ticket-text{width:100%}}.resolved-tasks{align-items:flex-start;background:#0000;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:16px;height:auto;padding:0;width:100%}.resolved-tasks h3{color:#34485a;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;height:26px;line-height:26px;margin:0;width:100%}.resolved-task-card{align-items:flex-start;background:#e0e7ff;border-radius:4px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;gap:16px;height:62px;justify-content:center;padding:20px 16px;width:100%}.title-row{align-items:center;display:flex;flex-direction:row;gap:10px;height:22px;padding:0;width:100%}.status-title{color:#001931;font-size:18px;font-weight:500;height:22px;line-height:22px}.no-resolved-text,.status-title{font-family:Inter;font-style:normal;margin:0;width:100%}.no-resolved-text{color:#627382;font-size:16px;font-weight:400;height:18px;line-height:18px}@media (max-width:768px){.resolved-tasks{gap:12px;height:auto;padding:0 10px;width:100%}.resolved-tasks h3{font-size:20px;line-height:24px;width:100%}.resolved-task-card{gap:12px;height:auto;padding:12px;width:100%}.title-row{gap:8px;height:auto;width:100%}.status-title{font-size:16px;line-height:20px;width:100%}.no-resolved-text{font-size:14px;line-height:16px;width:100%}}.tickets-section{flex-direction:row;gap:32px;width:100%}.tickets-left,.tickets-section{align-items:flex-start;display:flex;height:auto;padding:0}.tickets-left{flex:1 1;flex-direction:column;gap:16px;max-width:1050px}.tickets-header{align-items:center;display:flex;flex-direction:row;gap:16px;height:26px;padding:0;width:100%}.tickets-header h2{color:#34485a;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;height:26px;line-height:26px;margin:0;width:100%}.tickets-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;height:auto;width:100%}.tickets-column{gap:16px;height:auto;padding:0}.task-card,.tickets-column{align-items:flex-start;display:flex;flex-direction:column;width:100%}.task-card{background:#fff;border-radius:4px;box-shadow:0 4px 16px #00000014;gap:10px;height:148px;justify-content:center;padding:16px}.tickets-right{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;gap:40px;height:auto;padding:0;width:358px}.task-status-wrapper{flex:1 1;min-height:284px;overflow-y:auto;width:100%}.task-status-section{align-items:flex-start;flex-direction:column;height:auto}.task-status-header,.task-status-section{display:flex;gap:16px;padding:0;width:100%}.task-status-header{align-items:center;flex-direction:row;height:26px}.task-status-header h3{color:#34485a;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;height:26px;line-height:26px;margin:0;width:100%}.resolved-section{align-items:flex-start;flex-direction:column;height:auto}.resolved-header,.resolved-section{display:flex;gap:16px;padding:0;width:100%}.resolved-header{align-items:center;flex-direction:row;height:26px}.resolved-header h3{color:#34485a;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;height:26px;line-height:26px;margin:0;width:100%}@media (max-width:768px){.tickets-section{flex-direction:column;gap:24px;height:auto;padding:0 10px;width:100%}.tickets-left{height:auto;max-width:none;width:100%}.tickets-right{gap:32px;height:auto;width:100%}.task-status-wrapper{height:auto;overflow-y:visible}.tickets-header{width:100%}.tickets-header h2{font-size:20px;line-height:24px;width:100%}.tickets-grid{gap:16px;grid-template-columns:1fr}.tickets-column,.tickets-grid{height:auto;width:100%}.task-card{width:100%}.resolved-section,.task-status-section{height:auto;width:100%}.resolved-header,.task-status-header{width:100%}.resolved-header h3,.task-status-header h3{font-size:20px;line-height:24px;width:100%}}.footer{align-items:flex-start;background:#000;bottom:0;color:#fff;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:80px;height:432px;left:calc(50% - 800px);margin-top:auto;padding:80px 80px 30px;position:absolute;width:1600px}.footer-content{align-self:stretch;flex:none;flex-direction:row;flex-grow:0;height:188px;justify-content:space-between;width:1440px}.footer-content,.footer-description{align-items:flex-start;display:flex;gap:16px;order:0;padding:0}.footer-description{flex:none;flex-direction:column;flex-grow:0;height:186px;width:350px}.footer-description h4{color:#fff;font-size:24px;font-weight:700;height:26px;line-height:26px;order:0}.footer-description h4,.footer-description p{align-self:stretch;flex:none;flex-grow:0;font-family:Inter;font-style:normal;margin:0;width:350px}.footer-description p{color:#a1a1aa;font-size:16px;font-weight:400;height:144px;line-height:24px;order:1}.footer-columns{flex-direction:row;height:188px;justify-content:space-between;width:1090px}.footer-column,.footer-columns{align-items:flex-start;display:flex;gap:16px;padding:0}.footer-column{flex-direction:column}.footer-column.company{flex:none;flex-grow:0;height:148px;order:1;width:120px}.footer-column.services{flex:none;flex-grow:0;height:148px;order:2;width:160px}.footer-column.information{flex:none;flex-grow:0;height:148px;order:3;width:160px}.footer-column.social{flex:none;flex-grow:0;height:188px;order:4;width:220px}.footer-column h4{color:#fff;flex:none;flex-grow:0;font-family:Inter;font-size:20px;font-style:normal;font-weight:500;line-height:28px;margin:0;order:0;text-align:center}.footer-column ul{align-items:flex-start;display:flex;flex:none;flex-direction:column;flex-grow:0;gap:16px;list-style:none;margin:0;order:1;padding:0;width:100%}.footer-column li{color:#a1a1aa;cursor:pointer;flex:none;flex-grow:0;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0}.social-links{align-items:flex-start;align-self:stretch;display:flex;flex:none;flex-direction:column;flex-grow:0;gap:16px;height:144px;order:1;padding:0;width:220px}.social-link{flex:none;flex-direction:row;flex-grow:0;gap:8px;height:24px;padding:0;width:100%}.social-icon,.social-link{align-items:center;display:flex}.social-icon{background:#fff;border-radius:50%;color:#000;flex-shrink:0;flex:none;flex-grow:0;font-size:12px;font-weight:700;height:20px;justify-content:center;order:0;position:relative;width:20px}.social-icon:before{content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.social-link.twitter .social-icon:before{content:"X"}.social-link.linkedin .social-icon:before{content:"in"}.social-link.facebook .social-icon:before{content:"f"}.social-link.email .social-icon:before{content:"✉"}.social-text{color:#a1a1aa;flex:none;flex-grow:0;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0;order:1}.footer-bottom{align-items:flex-start;display:flex;flex-direction:column;gap:30px;height:54px;order:1;padding:0}.footer-bottom,.footer-line{align-self:stretch;flex:none;flex-grow:0;width:1440px}.footer-line{border:1px solid #e5e7eb;height:0;opacity:.2;order:0}.footer-copyright{align-self:stretch;color:#fafafa;flex:none;flex-grow:0;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;height:24px;line-height:24px;margin:0;order:1;text-align:center;width:1440px}@media (max-width:768px){.footer{left:0;max-width:100%;padding:40px 20px 30px;position:relative}.footer,.footer-content{gap:32px;height:auto;width:100%}.footer-content{flex-direction:column}.footer-description{height:auto;width:100%}.footer-description h4{font-size:20px;line-height:24px;width:100%}.footer-description p{height:auto;line-height:22px;width:100%}.footer-columns{flex-direction:column;gap:20px;width:100%}.footer-column{height:auto;width:100%}.footer-column h4{font-size:18px;line-height:24px;text-align:left}.footer-column ul{gap:10px;width:100%}.footer-column li{font-size:14px;line-height:20px}.social-links{flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;justify-content:flex-start;width:100%}.social-link{gap:6px;min-width:80px;width:auto}.social-icon{height:18px;width:18px}.social-text{font-size:14px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footer-bottom{gap:16px;width:100%}.footer-line{width:100%}.footer-copyright{font-size:14px;line-height:20px;text-align:center;width:100%}}@media (max-width:480px){.footer{padding:30px 16px 20px}.footer,.footer-content{gap:24px}.footer-description h4{font-size:18px;line-height:22px}.footer-description p{font-size:14px;line-height:20px}.footer-columns{gap:16px}.footer-column h4{font-size:16px;line-height:20px}.footer-column ul{gap:8px}.footer-column li{font-size:13px;line-height:18px}.social-links{gap:8px;justify-content:center}.social-link{gap:4px;min-width:70px}.social-icon{height:16px;width:16px}.social-text{font-size:13px;line-height:18px}.footer-bottom{gap:12px}.footer-copyright{font-size:13px;line-height:18px}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.App{background:#f5f5f5;flex-direction:column;gap:80px;margin:0 auto;max-width:1440px;min-height:100vh;padding:100px 80px 432px;position:relative}.App,.main{display:flex}.main{flex:1 1;flex-direction:row;gap:32px}@media (max-width:768px){.App{gap:40px;padding:158px 20px 0}.main{flex-direction:column;gap:24px;min-height:auto}}
/*# sourceMappingURL=main.84042415.css.map*/