@charset "UTF-8";.dialog-overlay{background-color:#000;opacity:.0001;position:fixed;top:0;left:0;width:100%;height:100%;z-index:5}.dialog-overlay.shadowing{animation:overlayApper .2s;opacity:.4}@keyframes overlayApper{0%{opacity:0}to{opacity:.4}}.navigation{height:100%;padding-right:20px;background:#141414;transition:all .2s ease}@media screen and (max-width: 1100px){.navigation{height:calc(110px + env(safe-area-inset-bottom,0px));width:100%;position:fixed;bottom:0;z-index:1;padding:30px 50px 60px;background:linear-gradient(0deg,#141414d9,#14141400)}}@media screen and (max-width: 576px){.navigation{height:calc(90px + env(safe-area-inset-bottom,0px));padding:10px 10px calc(10px + env(safe-area-inset-bottom,0px))}}.navigation-menu{display:flex;justify-content:space-between;align-items:center;height:48px;padding:12px 0;border-radius:8px;margin-bottom:20px}.navigation-menu .header{gap:12px;display:flex;align-items:center}.navigation-menu img{width:40px;height:40px}.navigation-menu .title{font-size:20px}.navigation-menu .icon{display:flex;align-items:center;height:100%;cursor:pointer}@media (max-width: 767.98px){.navigation-menu .icon{display:none}}.navigation-menu .icon svg{width:16px;height:16px;color:#a3a3a3}.navigation-list{display:flex;flex-direction:column;justify-content:space-between;height:100%}@media screen and (max-width: 1100px){.navigation-list{flex-direction:row;width:100%}}.navigation-list-primary{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 1100px){.navigation-list-primary{flex-direction:row;width:100%;gap:0}}.navigation-list-primary svg path{fill:currentColor}.navigation-list-primary svg g{opacity:1}.navigation-list-secondary{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 1100px){.navigation-list-secondary{display:none}}.navigation-list-name{display:none;font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:100%;letter-spacing:-.03em;text-transform:uppercase}.navigation-list-link{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background:transparent;color:#949494;border-radius:25px;gap:5px;transition:all .3s}@media screen and (max-width: 1100px){.navigation-list-link{background-color:#000;min-width:70px}}.navigation-list-link.disabled{opacity:50%}.navigation-list-link:hover{background-color:#2e2e2e}.navigation-list-link.router-link-active{background-color:#2e2e2e;text-decoration:none;color:#fff;pointer-events:none}@media screen and (max-width: 1100px){.navigation-list-link.router-link-active{width:100%}.navigation-list-link.router-link-active .navigation-list-name{display:flex}}.navigation-list-link.bottom{cursor:pointer}.navigation-list-link.no-permission{background:#ff3838;opacity:90%}.navigation-list-link.no-permission:hover{opacity:1}.navigation-list svg{width:30px;height:30px}.NButton{border-radius:6px;border:none;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;white-space:nowrap;transition:all .2s}.NButton svg{height:16px;width:16px}.NButton.big{padding:8px}.NButton.medium{padding:7px 8px}.NButton.small{padding:5px 8px}.NButton.icon-left{padding:8px 16px 8px 12px}.NButton.icon-right{padding:8px 12px 8px 16px}.NButton.icon-left.icon-right{padding:8px 12px!important}.NButton.text-empty{padding:8px!important}.NButton.text-empty .NButton-text{display:none}@media screen and (max-width: 576px){.NButton.text-hidden-mobile.icon-left,.NButton.text-hidden-mobile.icon-right{padding:8px}.NButton.text-hidden-mobile .NButton-text{display:none}}.NButton[disabled]{pointer-events:none;opacity:40%}.NButton-text{font-family:DIN Pro;font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase;color:#ffffffb3}.NButton.active .NButton-text{color:#000}.NButton.primary{background-color:#3b82f6}.NButton.primary:hover{background-color:#2563eb}.NButton.outline{background-color:transparent;border:1px solid #262626}.NButton.outline svg{color:#a3a3a3}.NButton.outline:hover,.NButton.fill{background-color:#262626}.NButton.fill svg{color:inherit}.NButton.fill:hover{background-color:#333}.NButton.transparent{background-color:transparent}.authorization{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:#0a0a0a}.authorization-modal{display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:1;animation:dissolve .5s;background-color:#171717;width:440px;height:max-content;padding:50px 32px 32px;gap:32px;border-radius:16px}.authorization-modal svg{height:80px;width:110px}.authorization-modal .top{display:flex;align-items:center;flex-direction:column;gap:8px}.authorization-modal .bottom{display:flex;align-items:center;flex-direction:column;font-size:14px;gap:2px}.authorization-modal .title{font-weight:600;font-size:16px}.authorization-modal .description{color:#a3a3a3;font-size:14px}.authorization-modal .NButton{font-size:14px;width:100%}.no-content-permissions{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#a3a3a3;background-color:#191919;border-radius:25px;height:100%;width:100%}.no-content-permissions-wrap{display:flex;flex-direction:column;align-items:center;gap:6px}.no-content-permissions svg{width:70px;height:70px}.no-content-permissions-title{width:50%;height:max-content;font-family:DIN Pro;font-style:normal;font-weight:700;font-size:42px;line-height:100%;display:flex;align-items:center;text-align:center;letter-spacing:-.03em;text-transform:uppercase;font-feature-settings:"cpsp" on;color:#ffffff80}.placeholder{background:linear-gradient(90deg,#333,#262626,#333);background-size:200% 100%;animation:gradient 2s ease infinite;border-radius:6px}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.mainpage{height:100%;width:100%;overflow:hidden;background-color:#191919;display:flex;border-radius:25px}@media screen and (max-width: 1100px){.mainpage{border-radius:0}}.mainpage-wrapper{display:flex;align-items:flex-start;flex-direction:column;gap:40px;padding:80px;height:100%;width:100%;overflow-x:hidden;overflow-y:auto}@media screen and (max-width: 1100px){.mainpage-wrapper{padding:40px}}.mainpage-mvp-warning{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 15px;gap:10px;background:#ffdb1e1a;border-radius:5px;font-family:DIN Pro;font-style:normal;font-weight:700;font-size:20px;line-height:100%;text-transform:uppercase;color:#ffdb1eb3}@media screen and (max-width: 1100px){.mainpage-mvp-warning{width:100%}}.mainpage-greetings,.mainpage-greetings span{display:flex;align-items:center;gap:10px;font-family:DIN Pro;font-style:normal;font-weight:700;font-size:64px;line-height:100%;letter-spacing:-.03em;text-transform:uppercase;font-feature-settings:"cpsp" on;color:#ffffff80}.mainpage-greetings span,.mainpage-greetings span span{color:#fff}@media screen and (max-width: 1100px){.mainpage-greetings,.mainpage-greetings span{font-size:48px}}@media screen and (max-width: 576px){.mainpage-greetings,.mainpage-greetings span{font-size:38px}}.mainpage-stats{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}@media screen and (max-width: 1100px){.mainpage-stats{width:100%;min-height:140px;overflow-y:hidden;overflow-x:auto;scrollbar-width:none}}.mainpage-stats-card{justify-content:center;align-items:center;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:20px;width:200px;min-height:140px;height:100%;border-radius:20px}@media screen and (max-width: 1100px){.mainpage-stats-card{min-width:200px}}.mainpage-stats-card-title{font-family:Gilroy;font-style:normal;font-weight:700;font-size:20px;line-height:100%}.mainpage-stats-card-title.red{color:#db2777}.mainpage-stats-card-title.green{color:#42ca89}.mainpage-stats-card-title.blue{color:#1e78ff}.mainpage-stats-card-time{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:48px;line-height:100%;color:#fff}.mainpage-stats-card.red{background:linear-gradient(180deg,#db27770f,#db277733),#1b1b1b}.mainpage-stats-card.green{background:linear-gradient(180deg,#42ca890f,#42ca8933),#1b1b1b}.mainpage-stats-card.blue{background:linear-gradient(180deg,#1e78ff0f,#1e78ff33),#1b1b1b}.mainpage-tickets{display:flex;gap:10px;width:100%;position:relative}@media screen and (max-width: 1100px){.mainpage-tickets{flex-direction:column}}.mainpage-tickets-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:30px;gap:73px;min-width:290px;width:100%;max-width:390px;height:390px;border-radius:30px;color:#fff;cursor:pointer;text-decoration:none!important}@media screen and (max-width: 1100px){.mainpage-tickets-card{max-width:unset;flex-direction:row;height:310px}.mainpage-tickets-card:not(:first-child){margin-top:-200px}}.mainpage-tickets-card.created{background:#db2777}.mainpage-tickets-card.inwork{background:#2e2e2e}.mainpage-tickets-card.closed{color:#949494;background:#212121}.mainpage-tickets-card-title{display:flex;flex-wrap:wrap;gap:10px;font-family:Gilroy;font-style:normal;font-weight:600;font-size:32px;line-height:100%;width:fit-content;text-transform:capitalize}@media screen and (max-width: 1100px){.mainpage-tickets-card-title{font-size:32px;min-width:200px}}@media screen and (max-width: 576px){.mainpage-tickets-card-title{font-size:32px;min-width:130px}}.mainpage-tickets-card-title:after{content:"↗";opacity:40%}.mainpage-tickets-card-counts{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:128px;line-height:100%;width:100%;display:flex;flex-direction:row-reverse}@media screen and (max-width: 1100px){.mainpage-tickets-card-counts{font-size:48px}}.NInput-container{display:inline-flex;align-items:center;position:relative;width:100%;font-size:inherit;padding:4px 8px;border:1px solid transparent;border-radius:6px;transition:all .2s;cursor:text}.NInput-container svg{width:16px;height:16px;pointer-events:none;color:#a3a3a3}.NInput-container .icon-clear{display:flex;align-items:center;position:relative}.NInput-container .icon-clear svg{width:18px;height:18px;margin-left:-22px;cursor:pointer;pointer-events:all}.NInput-container .icon-clear svg path{stroke:none}.NInput-container[disabled]{pointer-events:none;opacity:40%}.NInput-container:has(.NInput:active),.NInput-container:has(.NInput:focus){border:1px solid white!important}.NInput-container:has(.NInput:active).transparent,.NInput-container:has(.NInput:focus).transparent{border:none!important}.NInput-container:hover{background-color:#262626}.NInput-container.outline{border:1px solid #262626}.NInput-container.transparent{background-color:transparent;border:none!important}.NInput-container.padding-medium,.NInput-container.padding-medium.noIcon{padding:7px 8px}.NInput-container.padding-small,.NInput-container.padding-small.noIcon{padding:4px 8px}.NInput-container.padding-none{padding:0;border-radius:0}.NInput{width:100%;border:none;outline:none;font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:100%;color:#fff;background-color:transparent}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}input[type=search]::-webkit-search-cancel-button{display:none}.empty-result{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;gap:20px}.empty-result-icon{width:70px;height:70px}.empty-result-primary{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:42px;line-height:100%;text-align:center;letter-spacing:-.03em;text-transform:uppercase;color:#ffffff80}.empty-result-secondary{font-family:Gilroy;font-style:normal;font-weight:700;font-size:20px;line-height:120%;text-align:center;color:#ffffff80;max-width:240px}.badge{font-size:14px;font-weight:500;display:flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;line-height:1;overflow:hidden;text-overflow:ellipsis;flex-wrap:nowrap;white-space:nowrap}.badge.client{width:20px;height:20px;justify-content:center}.badge.badgeWithDot{display:flex;align-items:center;gap:4px}.badge.status{font-size:14px;height:20px;width:max-content;max-width:100%;padding:1px 8px;border-radius:24px;gap:8px;text-overflow:ellipsis}.badge.status .dot,.badge.badgeWithDot .dot{width:8px;height:8px;border-radius:50%}.ticketcard{display:flex;flex-direction:column;align-items:flex-start;background-color:#212121;border-radius:20px;border:1px solid transparent;padding:20px;gap:20px;max-height:170px;background:#212121;overflow:hidden;cursor:pointer;transition:all .2s;content-visibility:auto}.ticketcard.looking-superviser{border-color:#db2777}.ticketcard:hover{background:#2e2e2e}.ticketcard:active path,.ticketcard.active path{fill:#fff}.ticketcard.META{background:linear-gradient(0deg,#db27770d,#db27770d),#212121}.ticketcard.META:hover{background:linear-gradient(0deg,#db277733,#db277733),#2e2e2e}.ticketcard.META:active,.ticketcard.META.active{background:linear-gradient(0deg,#db277780,#db277780),#515050}.ticketcard.NG{background:linear-gradient(0deg,#2f3a710d,#2f3a710d),#212121}.ticketcard.NG:hover{background:linear-gradient(0deg,#2f3a7133,#2f3a7133),#2e2e2e}.ticketcard.NG:active,.ticketcard.NG.active{background:linear-gradient(0deg,#2f3a7180,#2f3a7180),#515050}.ticketcard.FM{background:linear-gradient(0deg,#00a9ff0d,#00a9ff0d),#212121}.ticketcard.FM:hover{background:linear-gradient(0deg,#00a9ff33,#00a9ff33),#2e2e2e}.ticketcard.FM:active,.ticketcard.FM.active{background:linear-gradient(0deg,#00a9ff80,#00a9ff80),#515050}.ticketcard-header{display:flex;flex-direction:column;gap:10px}.ticketcard-info{display:flex;justify-content:space-between;width:100%;height:24px}.ticketcard-info-left{display:flex;gap:10px}.ticketcard-info-right{display:flex;align-items:center;gap:14px}.ticketcard-id{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:100%;color:#fff9}.ticketcard-name{font-family:Gilroy;font-style:normal;font-weight:700;font-size:24px;line-height:100%;color:#fff}.ticketcard-status{display:flex;gap:5px;width:100%}.ticketcard-assigned{display:flex;align-items:center;justify-content:space-between;font-family:DIN Pro;font-style:normal;font-weight:700;font-size:20px;line-height:100%;text-transform:uppercase;white-space:nowrap;color:#fff6;width:100%}.ticketcard-assigned span{font-family:Gilroy;font-style:normal;font-weight:700;font-size:20px;line-height:100%;text-transform:none;color:#fff9}.ticketcard-assigned-left{flex:1;overflow:hidden;text-overflow:ellipsis}.ticketcard-assigned-right{flex-shrink:0}.ticketcard-message{display:flex;flex-direction:column;gap:5px;width:100%}.ticketcard-message-info{display:flex;gap:5px;font-family:Gilroy;font-style:normal;font-weight:600;font-size:14px;line-height:100%;text-transform:uppercase;color:#ffffff80}.ticketcard-message-info span{font-family:Gilroy;font-style:normal;font-weight:700;font-size:14px;line-height:100%;text-transform:none;color:#ffffffb3}.ticketcard-message-text{display:flex;gap:6px;overflow:hidden;text-overflow:ellipsis}.ticketcard-message-text div,.ticketcard-message-text span{display:inline;flex-wrap:nowrap;white-space:nowrap;font-family:Gilroy;font-style:normal;font-weight:600;font-size:16px;line-height:130%;color:#ffffffe6}.ticketcard-message-text span{color:#c7c7c7e6}.ticketcard-badges{display:flex;gap:10px}.ticketcard-badge{border-radius:5px;font-family:DIN Pro;font-style:normal;font-weight:700;font-size:18px;line-height:100%;text-transform:uppercase;padding:2px 4px;color:#fff;min-width:max-content}.ticketcard-badge.notassigned{background:#ffdb1e;box-shadow:0 0 20px #ffdb1e80;color:#1a1a1a}.ticketcard-badge.messagecount{background:#db2777}.ticketcard-badge.method{background:#ffffff1a}.ticketcard-badge.media{color:#1a1a1a;background:#42ca89}.ticketcard-badge.audience{background:#db2777}.file-chooser-input{display:none}.attach-previewer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:5;transition:transform .3s cubic-bezier(.215,.61,.355,1) 0s}.attach-previewer-header{display:flex;align-items:center;justify-content:space-between;background-color:#171717;padding:20px 24px;gap:24px;border-bottom:1px solid #262626;position:fixed;width:100%;z-index:6}.attach-previewer-header .name{font-size:16px;font-weight:500;line-height:20px}.attach-previewer-header .right{display:flex;align-items:center;gap:10px}.attach-previewer-header .right .close{display:flex;align-items:center}.attach-previewer-header .right .close svg{width:24px;height:24px;cursor:pointer;color:#a3a3a3}.attach-previewer-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#000c;transition:transform .3s cubic-bezier(.215,.61,.355,1) 0ms}.attach-previewer-content img{cursor:grab;width:max-content;height:max-content;max-width:100vw;max-height:70%;z-index:6}.attach-previewer-content video{background-color:#000;z-index:6;height:max-content;max-height:90%}@keyframes messagesent{0%{transform:translate(20%,20%)}to{transform:translate(0)}}.ticketchat-message{display:flex;flex-direction:column;gap:10px;padding:5px;width:max-content;max-width:72%;height:100%;overflow:hidden;background:#ffffff0d;border-radius:10px}.ticketchat-message-row{display:flex;min-height:min-content}.ticketchat-message-row:has(.ticketchat-message.right){flex-direction:row-reverse}.ticketchat-message-row:has(.not-sent){animation:messagesent .25s ease}.ticketchat-message .ticketchat-messagebox-reply{cursor:pointer;border-radius:4px}.ticketchat-message .ticketchat-messagebox-reply:hover{background-color:#db2777cc}.ticketchat-message.mine{background:#db2777cc}.ticketchat-message.not-sent{opacity:70%}.ticketchat-message .username{font-size:14px}.ticketchat-message .username.op{color:#686868}.ticketchat-message .username.support{color:#db2777}.ticketchat-message .text{font-family:Gilroy;font-style:normal;font-weight:600;font-size:16px;line-height:130%;color:#ffffffe6;word-wrap:break-word;cursor:text;white-space:pre-line;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.ticketchat-message .date{font-family:Gilroy;font-style:normal;font-weight:600;font-size:14px;line-height:100%;letter-spacing:.02em;text-transform:uppercase;color:#fff3}.ticketchat-message .date-translated{text-transform:none;text-decoration:underline;cursor:pointer}.ticketchat-message .date-translated:hover{opacity:.8}.ticketchat-message-attachments{position:relative;border-radius:5px;overflow:hidden}.ticketchat-message-attachments:has(.fileIcon){height:max-content!important;width:max-content!important}.ticketchat-message-attachments:has(.fileIcon) .fileIcon{position:inherit;width:50px!important;height:50px!important}.ticketchat-message-attachments-file{display:flex;flex-direction:row}.ticketchat-message-attachment,.ticketchat-message .fileIcon{position:absolute;object-fit:cover;border-radius:5px;cursor:pointer;transition:transform .2s ease}.ticketchat-message-attachment:hover,.ticketchat-message .fileIcon:hover{transform:scale(1.02)}.dropdown{position:absolute;max-width:280px;max-height:200px;width:100%;padding:6px;border-radius:8px;z-index:5;background-color:#262626;box-shadow:0 0 24px #0000001f,0 32px 32px -16px #00000014;overflow:auto}.dropdown:not(.animation-none){animation:slideDropdown .25s cubic-bezier(.12,.96,.88,1)}.dropdown-item{display:flex;align-items:center;justify-content:flex-start;gap:8px;border-radius:6px;cursor:pointer;white-space:nowrap;font-size:14px;overflow:hidden;padding:10px 15px 10px 10px;gap:10px;font-family:Gilroy;font-style:normal;font-weight:600;font-size:16px;line-height:20px;color:#ffffffb3}.dropdown-item:hover{background-color:#333!important}.dropdown-item .inside{display:flex;align-items:center;gap:8px;width:100%;height:34px;padding:0 6px;border-radius:6px;font-size:14px}.dropdown-item .inside .icon{display:flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:6px;background-color:#333}.dropdown-item .inside .icon svg{width:14px;height:14px}.dropdown-empty{padding:2px;white-space:nowrap;font-size:14px;color:#fff}@keyframes dropdown-showup{0%{transform:translateY(-10%)}}.context-menu{position:fixed;z-index:2}.context-menu-dropdown{display:flex;flex-direction:column;position:fixed;padding:6px;gap:4px;border-radius:8px;z-index:6;background-color:#1a1a1a;animation:dropdown-showup .25s ease;max-width:max-content;max-height:max-content}.context-menu-dropdown-dropdown{z-index:6;cursor:pointer}.context-menu-dropdown .inside{display:flex;align-items:center;gap:8px;width:100%;height:34px;padding:0 6px;border-radius:6px;font-size:14px;justify-content:flex-start}.context-menu-dropdown .inside .icon{display:flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:6px;background-color:#333}.context-menu-dropdown .inside .icon svg{width:14px;height:14px}.context-menu-dropdown .inside .NButton{width:24px!important;height:24px!important;padding:4px!important;pointer-events:none;background-color:#333}.context-menu-dropdown .inside .NButton svg{width:16px;height:16px;color:#fff}.context-menu-dropdown .inside:hover{background-color:#333}.template{position:absolute;bottom:70px}@media screen and (min-width: 1400px){.template{right:0}}@media screen and (max-width: 1100px){.template{right:20px}}@media screen and (max-width: 576px){.template{right:0}}.template-position{position:relative;z-index:6;display:flex;flex-direction:row-reverse;gap:10px}.template-close-separated-btn{width:50px;height:50px;border-radius:20px;color:#ffffff80}.template-close-separated-btn svg{width:24px;height:24px}@media screen and (max-width: 1100px){.template-close-separated-btn{display:none}}.template-window{display:flex;flex-direction:column;align-items:flex-start;padding:30px;gap:30px;width:80%;max-width:500px;min-width:500px;height:500px;background:#212121;border-radius:20px;animation:template-fade-in .2s ease}@media screen and (max-width: 576px){.template-window{height:80vh;max-width:100vw;min-width:100vw}}.template-window-mobile-close{display:none}@media screen and (max-width: 1100px){.template-window-mobile-close{display:flex}}.template-window-header{display:flex;justify-content:space-between;width:100%;font-family:Gilroy;font-style:normal;font-weight:600;font-size:24px;line-height:130%;color:#ffffffe6}.template-window-header-right{display:flex;gap:4px}.template-window-header-right .NButton-text{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:18px;line-height:100%;text-transform:uppercase;color:#ffffffb3}.template-window-content{width:100%;height:100%;display:flex;flex-direction:column;gap:4px;overflow:auto}.template-window-footer{width:100%;gap:8px;display:flex;flex-direction:row-reverse}.template-window-footer .NButton:hover{background-color:#949494!important}.template-window-footer .NButton:hover .NButton-text{color:#000!important}.template-window-footer .NButton:active{background-color:#fff!important}.template-window-footer .NButton:active .NButton-text{color:#000!important}.template-window-footer .NButton-text{transition:all .2s;font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:100%;text-transform:uppercase;color:#ffffffb3}.template-card{display:flex;padding:10px 15px;gap:6px;width:100%;height:70px;background:#ffffff08;border-radius:10px;cursor:pointer;transition:all .2s}.template-card:hover{background:#ffffff1a}.template-card:hover .template-card-right{display:flex}.template-card-header{width:100%;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;font-family:Gilroy;font-style:normal;font-weight:600;font-size:18px;line-height:130%;color:#ffffffe6}.template-card-text{width:100%;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;font-family:Gilroy;font-style:normal;font-weight:600;font-size:16px;line-height:130%;color:#fff9}.template-card-left{display:flex;flex-direction:column;overflow:hidden;gap:8px;width:100%}.template-card-right{display:none;align-items:center;gap:8px}.template-card-right .NButton{width:40px;height:40px;border-radius:10px}.template-card-right .NButton svg{width:20px;height:20px;color:gray}.template-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;width:100%;height:100%;border:2px solid rgba(255,255,255,.05);border-radius:10px}.template-empty-text{font-family:Gilroy;font-style:normal;font-weight:600;font-size:18px;line-height:130%;color:#fff9}.template-empty-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 20px}.template-empty-btn .NButton{background-color:#2e2e2e}.template-empty-btn .NButton-text{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:100%;text-transform:uppercase;color:#ffffffb3}.template-edit{display:flex;flex-direction:column;gap:20px}.template-edit-block{display:flex;flex-direction:column;gap:10px}.template-edit-header{display:flex;justify-content:space-between}.template-edit-header-left{font-family:Gilroy;font-style:normal;font-weight:600;font-size:18px;line-height:130%;color:#ffffffe6}.template-edit-header-right{font-family:Gilroy;font-style:normal;font-weight:600;font-size:14px;line-height:130%;text-align:right;color:#fff6}.template-edit .NInput,.template-edit-textarea{font-family:Gilroy;font-style:normal;font-weight:600;font-size:16px;line-height:120%;color:#ffffffe6}.template-edit .NInput-container{padding:15px!important;background:#2e2e2e;border-radius:8px}.template-edit-textarea{background:#2e2e2e;padding:16px;border-radius:8px;resize:vertical;min-height:80px;max-height:200px;margin:1px}.template-edit-btns{display:flex;gap:6px;flex-wrap:wrap}.template-edit-btns .NButton-text{font-family:Gilroy;font-style:normal;font-weight:600;font-size:14px;line-height:120%;color:#fff9;padding:4px}.loader{display:flex;width:34px;height:34px;border-radius:50%;position:relative;animation:rotate .8s linear infinite}.loader:before{content:"";box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:3px solid #fff;animation:prixClipFix 2s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}@keyframes template-fade-in{0%{opacity:0;transform:scale(.9) translateY(30%)}to{opacity:1}}.translate{position:absolute;bottom:70px;right:40px}.translate-modal{position:relative;z-index:6;display:flex;flex-direction:column;background-color:#1a1a1a;filter:drop-shadow(0px 0px 4px rgba(0,0,0,.04)) drop-shadow(0px 8px 16px rgba(0,0,0,.08));border-radius:10px;animation:template-fade-in .2s ease}.translate-modal .loader{width:30px;height:30px}.translate-modal .divider{width:100%;height:0px;border:1px solid rgba(255,255,255,.05)}.translate-modal-content{display:flex;flex-direction:column}.translate-modal-content-item{display:flex;align-items:center;padding:10px 15px 10px 10px;gap:10px;font-family:Gilroy;font-style:normal;font-weight:600;font-size:16px;line-height:100%;color:#fffc;cursor:pointer}.translate-modal-content-item:hover{opacity:.8}.translate-modal-content-item svg{width:30px;height:30px;color:gray}.delete-modal .modal-window-content{padding:0 24px}.delete-modal .modal-window-content .body{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:24px 0;gap:16px}.delete-modal .modal-window-content .body .title{font-size:20px}.delete-modal .modal-window-content .body .description{font-size:14px;color:#a3a3a3;text-align:center}.delete-modal .modal-window-content .body svg{width:48px;height:48px;color:#ef4444}.delete-modal .modal-window-bottom .NButton{width:100%}@keyframes modal-fade-in{0%{opacity:.2;transform:scale(.9) translateY(20%)}to{opacity:1}}.overlay{position:fixed;top:0;left:0;width:100vw;height:100%;padding:8px;z-index:6;display:flex;align-items:center}@media (max-width: 767.98px){.overlay{padding:0}}.overlay.center{justify-content:center}.overlay.center .modal-window{height:max-content;max-height:90%;z-index:6}.overlay.center .modal-window:not(.animation-none){animation:modal-fade-in .2s cubic-bezier(.12,.96,.88,1)}.overlay.center .modal-window-header{display:flex;align-items:center;height:72px}.overlay.center .modal-window-content .top{padding:24px}.overlay.center .modal-window-bottom{width:100%}.overlay.right{flex-direction:row-reverse}.overlay.right .modal-window{z-index:6;width:40%;height:100%}@media (max-width: 767.98px){.overlay.right .modal-window{width:100vw;height:100%;min-width:auto;max-width:100vw}}.overlay.right .modal-window:not(.animation-none){animation:slideToLeft .3s cubic-bezier(.12,.96,.88,1)}@keyframes slideToLeft{0%{transform:translate(40%)}to{transform:translate(0)}}.overlay.right .modal-window-bottom.column{flex-direction:column}.overlay.right .modal-window-bottom.column .NButton{width:100%}.modal-window{background-color:#171717;position:relative;max-width:720px;border-radius:16px;color:#fff;cursor:default;display:flex;flex-direction:column}@media (max-width: 767.98px){.modal-window{width:100vw;height:100%;min-width:auto;max-width:100vw}}.modal-window-header{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:72px;max-height:72px;padding:16px 24px;border-bottom:1px solid #262626;gap:8px;position:relative}.modal-window-header.between{display:flex;justify-content:space-between}.modal-window-header .back-button,.modal-window-header .close-button{display:flex;align-items:center;justify-content:center;cursor:pointer}.modal-window-header .back-button svg,.modal-window-header .close-button svg{width:26px;height:26px}.modal-window-header .title{font-size:24px}.modal-window-content{display:flex;flex-direction:column;height:100%;width:100%;gap:12px;overflow-y:auto;overflow-x:hidden;padding:24px}.modal-window-content .column{flex-direction:column}.modal-window-content .column .NButton{width:100%}@media (max-width: 767.98px){.modal-window-content{flex:1}}.modal-window-content .column{display:flex;flex-direction:column;width:100%;gap:12px}.modal-window-content .row{display:flex;width:100%;gap:12px}.modal-window-bottom{display:flex;gap:12px;padding:16px 24px calc(16px + env(safe-area-inset-bottom)) 24px;border-top:1px solid #262626}@media (max-width: 767.98px){.modal-window-bottom{padding:16px 16px max(16px,env(safe-area-inset-bottom)) 16px!important;border-top:none;flex-direction:column}}@media (max-width: 767.98px){.modal-window-bottom .bottom-action.cancel{display:none}}.modal-window.create-account-modal{width:720px}@media (max-width: 767.98px){.modal-window.create-account-modal{width:100vw;height:100%;max-height:inherit}}@media (max-width: 767.98px){.modal-window.fullscreen-modal{height:100%!important;max-height:100%!important;width:100%!important;max-width:100%!important}}.modal-window.delete-modal,.modal-window.short-modal{min-width:440px;max-width:440px}@media (max-width: 767.98px){.modal-window.delete-modal,.modal-window.short-modal{min-width:90%;max-width:90%;border-radius:16px}}.modal-window.delete-modal .modal-window-bottom,.modal-window.short-modal .modal-window-bottom{flex-direction:column}.modal-window.attach-modal{background-color:#262626;height:max-content!important;position:absolute;bottom:20px;right:20px}@media (max-width: 767.98px){.modal-window.attach-modal{bottom:0;right:0;height:auto!important}}.modal-window.attach-modal .modal-window-content{height:190px}.modal-window.operations-day-modal{width:75%;min-width:75%}.modal-window.operations-day-modal .modal-window-content{padding:0 24px;margin-top:24px}@media (max-width: 767.98px){.modal-window.save-filter{width:90%!important}}.modal-window.save-filter .modal-window-content{padding:16px}.modal-window.permissions-role-modal{min-width:690px}@media (max-width: 767.98px){.modal-window.permissions-role-modal{min-width:auto}}.ticket-audience-modal{max-width:400px}.ticket-audience-modal-content{display:flex;flex-direction:column;gap:20px}.ticket-audience-modal .bottom{width:100%;display:flex;flex-direction:row-reverse}.ticket-name-modal{max-width:400px}.ticket-name-modal-content{display:flex;flex-direction:column;gap:20px}.ticket-name-modal .bottom{width:100%;display:flex;flex-direction:row-reverse}.ticket-close-modal{min-width:300px}.ticket-close-modal-content{display:flex;flex-direction:column;gap:20px}.ticket-close-modal .bottom{width:100%;display:flex;gap:10px}.ticket-close-modal .bottom .NButton{flex:1}.ticketchat-info{display:flex;flex-direction:column;align-items:flex-start;padding:30px 20px;gap:40px;background:#191919;border-radius:20px;max-width:390px;min-width:330px;height:100%;overflow-x:hidden;overflow-y:auto}@media screen and (max-width: 1100px){.ticketchat-info{max-width:unset;min-width:unset;width:100%;border-radius:0;background:#141414}}.ticketchat-info-header{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%}.ticketchat-info-header-back,.ticketchat-info-header-menu{display:none;cursor:pointer;transition:all .2s}.ticketchat-info-header-back:hover,.ticketchat-info-header-menu:hover{color:gray}@media screen and (max-width: 1100px){.ticketchat-info-header-back,.ticketchat-info-header-menu{display:flex}}.ticketchat-info-header-container{display:flex;flex-direction:column;gap:10px;overflow:hidden;text-overflow:ellipsis}.ticketchat-info-header-title{display:flex;gap:10px;width:100%}.ticketchat-info-header-id{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:100%;letter-spacing:-.01em;text-transform:uppercase;color:#fff9}.ticketchat-info-header-name{font-family:Gilroy;font-style:normal;font-weight:700;font-size:24px;line-height:100%;letter-spacing:-.01em;color:#fff}.ticketchat-info-header-taken{display:flex;align-content:center;gap:5px}.ticketchat-info-header-taken .gray{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:20px;line-height:100%;text-transform:uppercase;color:#fff6}.ticketchat-info-header-taken-name,.ticketchat-info-header-taken-id{font-family:Gilroy;font-style:normal;font-weight:700;font-size:20px;line-height:100%;text-align:right;color:#fff9}.ticketchat-info-rows{display:flex;flex-direction:column;width:100%}.ticketchat-info-row{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:10px 0;gap:5px;width:100%;margin:0 auto;color:#ffffffb3}.ticketchat-info-row .left{color:#fff6}.ticketchat-info-row .left,.ticketchat-info-row .right{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:110%;letter-spacing:-.03em;text-transform:uppercase}.ticketchat-info-buttons{display:flex;flex-direction:column;gap:20px;width:100%}.ticketchat-info-buttons .NButton{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:5px 20px;width:100%;background:#212121;border-radius:10px}.ticketchat-info-buttons .NButton-text{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:100%;text-align:right;letter-spacing:-.03em;text-transform:uppercase;color:#ffffffb3}@keyframes message-top-animation{0%{height:0}to{height:100%}}.ticketchat{width:100%;height:100%;display:flex;overflow:hidden;gap:10px}.ticketchat.dragging{opacity:.8;border:1px solid gray;border-style:dashed;border-radius:20px}.ticketchat .dropdown-item svg{max-width:24px;max-height:24px}@media screen and (max-width: 1100px){.ticketchat>.ticketchat-info{display:none}}.ticketchat-messenger{display:flex;flex-direction:column;width:calc(100% - 330px);position:relative}.ticketchat-messenger .ticketchat-info{display:none}@media screen and (max-width: 1100px){.ticketchat-messenger{width:100%}.ticketchat-messenger .ticketchat-info{display:flex}}.ticketchat-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.ticketchat-header:has(.ticketchat-info-rows){height:100%}.ticketchat-header .ticketchat-info{width:100%;padding:12px 20px;height:100%;overflow:auto}.ticketchat-content{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;padding:20px;display:flex;flex-direction:column-reverse;gap:20px}@media screen and (max-width: 1100px){.ticketchat-content{background:#191919}}.ticketchat-messagebox{display:flex;flex-direction:column;justify-content:center;padding:20px;width:100%;max-height:60vh;background:#191919;border-radius:20px;border:1px solid transparent;transition:.3s all;gap:10px}@media screen and (max-width: 1100px){.ticketchat-messagebox{border-color:transparent!important;border-radius:0;background:#141414;padding:20px 20px calc(20px + env(safe-area-inset-bottom,0px))}}.ticketchat-messagebox-input{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:6px;overflow:hidden;min-height:28px}.ticketchat-messagebox-attachments{display:flex;flex-direction:row;gap:8px;border:1px solid transparent;border-bottom-color:gray;border-style:dashed;padding-bottom:4px;animation:message-top-animation .2s ease}.ticketchat-messagebox-attachments-item img{height:40px;width:40px;border-radius:6px}.ticketchat-messagebox-attachments-file{height:40px;width:40px;border-radius:6px;background-color:#262626}.ticketchat-messagebox-reply{border:2px solid transparent;border-left-color:#fff;display:flex;overflow:hidden;max-height:100px;align-items:flex-start;justify-content:space-between;padding-bottom:4px}.ticketchat-messagebox-reply-container{display:flex;flex-direction:column;gap:4px;padding:0 10px;animation:message-top-animation .2s ease}.ticketchat-messagebox-reply-author{opacity:50%}.ticketchat-messagebox-reply-close{cursor:pointer}.ticketchat-messagebox-reply-close:hover{opacity:50%}.ticketchat-messagebox-text{display:flex;justify-content:center;font-size:18px;opacity:50%}.ticketchat-messagebox .NButton{width:30px;height:30px;padding:0!important}.ticketchat-messagebox .NButton svg{width:30px;height:30px}.ticketchat-messagebox .NButton:hover{opacity:80%}.ticketchat-messagebox .NInput{font-family:Gilroy;font-style:normal;font-weight:600;font-size:20px;line-height:100%;color:#fffc;resize:none;min-height:24px;max-height:100%;padding:0;margin:0}.ticketchat-messagebox .NInput-container,.ticketchat-messagebox .NInput{background:transparent!important;border:none!important}.ticketchat-messagebox .NInput-container:has(.NInput:active),.ticketchat-messagebox .NInput-container:has(.NInput:focus){border:none!important}.ticketchat-messagebox:has(.NInput:active),.ticketchat-messagebox:has(.NInput:focus){border-color:#fff}.ticketchat-messagebox-sendbtn{color:#db2777}.ticketchat-messagebox-sendbtn:disabled{color:#212121;pointer-events:none}.ticketchat-messagebox-takebtn{width:100%!important;height:50px!important;background:#db2777cc!important}.ticketchat-messagebox-takebtn:hover{opacity:90%}.ticketchat-messagebox-takebtn .NButton-text{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:100%;text-align:right;letter-spacing:-.03em;text-transform:uppercase;color:#ffffffe6}@media screen and (max-width: 1100px){main:has(.ticketchat) .navigation{transform:translateY(100%)}}.ticketspage{display:flex;width:100%;height:100%}@media screen and (max-width: 1100px){.ticketspage:has(.ticketchat) .ticketspage-list{display:none}}.ticketspage-list{display:flex;flex-direction:column;gap:20px;max-width:390px;min-width:300px;width:35%;height:100%;overflow-y:auto;overflow-x:hidden;padding:4px}@media screen and (max-width: 1100px){.ticketspage-list{width:100%;max-width:unset;min-width:unset}}.ticketspage-list-topbar{display:flex;flex-direction:column;gap:10px;position:sticky;top:-4px;background-color:#141414;padding:10px;z-index:1;width:100.5%}.ticketspage-list-topbar:has(.ticketspage-list-topbar-filterbar){height:100%}.ticketspage-list-topbar-search{display:flex;gap:10px;height:50px}.ticketspage-list-topbar .NButton{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;background:#212121;color:#ffffffb3;border-radius:8px}.ticketspage-list-topbar .NButton.active{background:#fff;color:#141414}.ticketspage-list-topbar .NInput-container{display:flex;flex-direction:row;align-items:center;padding:10px 15px;gap:8px;background:#212121;border-radius:8px}.ticketspage-list-topbar .NInput{text-transform:uppercase}.ticketspage-list-topbar svg{width:30px;height:30px}.ticketspage-list-topbar-filterbar{display:flex;flex-direction:column;width:100%;gap:10px;font-family:Gilroy;font-style:normal;font-weight:600;font-size:32px;line-height:100%;letter-spacing:-.03em;color:#94949499;height:100%;overflow:auto}.ticketspage-list-topbar-filterbar .NButton-text{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:100%;text-align:right;letter-spacing:-.03em;text-transform:uppercase;color:#ffffffb3}.ticketspage-list-category{display:flex;gap:10px;width:100%;min-height:max-content;overflow:auto;scrollbar-width:none}.ticketspage-list-category .NButton{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;gap:5px;border-radius:10px;text-transform:uppercase}.ticketspage-list-category .NButton .counter{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:100%;text-align:right;letter-spacing:-.03em;text-transform:uppercase;color:#ffffffb3;opacity:.5}.ticketspage-list-category .NButton-text{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:100%}.ticketspage-list-category .NButton.active{background:#fff;color:#141414}.ticketspage-list-category .NButton.active .counter{color:#141414}.ticketspage-list-category-button.active{background:#fff;color:#141414}.ticketspage-list-cards{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 1100px){.ticketspage-list-cards{padding-bottom:120px}}.ticketspage-chat{width:100%;height:100%}.checkbox-container{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:6px;font-family:Gilroy;font-style:normal;font-weight:600;font-size:18px;line-height:130%;color:#fff9}.checkbox-container.left{flex-direction:row-reverse}.checkbox-container.disabled{opacity:60%;cursor:not-allowed}.checkbox-container.round .checkmark{border-radius:50%}.checkbox-container.text-close{justify-content:flex-end}.checkbox-container:not(.disabled) .checkmark:hover{background-color:#262626}.checkbox-container input{display:none}.checkbox-container input:checked~.checkmark{background-color:#db2777;border:1px solid transparent!important}.checkbox-container input:checked~.checkmark svg{display:flex}.checkbox-container input:checked~.checkmark:hover{background-color:#db2777}.checkbox .checkmark{border-radius:4px;border:1px solid #262626;display:flex;justify-content:center;align-items:center;min-height:24px;min-width:24px;max-height:24px;max-width:24px;transition:all .2s}.checkbox .checkmark svg{display:none;width:24px;height:24px;color:#fff}.roles-content{display:flex;flex-direction:column;gap:20px;font-family:Gilroy;font-style:normal;font-weight:600;font-size:18px;line-height:130%;color:#ffffffe6;overflow:auto;padding:10px}.roles-content .header{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:110%;letter-spacing:-.03em;text-transform:uppercase;color:#ffffffb3}.roles-content .permission-row{display:flex;justify-content:space-between;width:100%}.roles-content .permission-row-checkboxes{display:flex;justify-content:space-between;width:60%}.roles-content .permission-row-checkbox{width:150px;display:flex;justify-content:center}.roles-content .divider{margin:10px 0;width:100%;min-height:1px;max-height:1px;background:#ffffff1a}.roles-content .between{display:flex;justify-content:space-between}.roles-content .sticky{position:sticky;top:-10px;z-index:1;background:#191919;padding:20px 0}.roles-content .has-user-overrides{color:#fff6;font-size:16px}.roles-content .bottom{display:flex;flex-direction:row-reverse;width:100%;gap:10px}.roles-content .bottom .NButton{text-transform:uppercase}.invite-user-modal{min-width:600px!important;max-width:600px!important}@media screen and (max-width: 600px){.invite-user-modal{min-width:100%!important;max-width:100%!important}}.invite-user-modal-content{display:flex;flex-direction:column;gap:10px;font-family:Gilroy;font-style:normal;font-weight:600;font-size:18px;line-height:130%;color:#ffffffe6}.invite-user-modal-content .NInput-container{height:50px;background:#2e2e2e}.invite-user-modal-content .bottom{display:flex;flex-direction:row-reverse;width:100%}.invite-user-modal-content .bottom .NButton{text-transform:uppercase}.invite-user-modal-status{color:#ffffffe6}.invite-user-modal-status.red{color:#bd2828}.invite-user-modal-status.green{color:#1f751f}.user-permissions-modal{width:680px;height:760px}.user-permissions-modal-content{display:flex;flex-direction:column;gap:20px;font-family:Gilroy;font-style:normal;font-weight:600;font-size:18px;line-height:130%;color:#ffffffe6}.user-permissions-modal-content .header{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:110%;letter-spacing:-.03em;text-transform:uppercase;color:#ffffffb3}.user-permissions-modal-content .divider{margin:10px 0;width:100%;min-height:1px;max-height:1px;background:#ffffff1a}.user-permissions-modal-content .between{display:flex;justify-content:space-between}.user-permissions-modal-content .has-user-overrides{color:#fff6;font-size:16px}.user-permissions-modal-content .bottom{display:flex;flex-direction:row-reverse;width:100%;gap:10px}.user-permissions-modal-content .bottom .NButton{text-transform:uppercase}.user-roles-modal{min-width:358px!important;max-width:358px!important}.user-roles-modal-content{display:flex;flex-direction:column;gap:10px;font-family:Gilroy;font-style:normal;font-weight:600;font-size:18px;line-height:130%;color:#ffffffe6}.user-roles-modal-content .bottom{display:flex;flex-direction:row-reverse;width:100%}.user-roles-modal-content .bottom .NButton{text-transform:uppercase}.modal-window-content:has(.users-info){padding:0}.users-info{display:flex;flex-direction:column;padding:30px;gap:40px;min-width:426px;height:100%;background:#191919;border:2px solid rgba(255,255,255,.05);border-radius:20px;overflow:auto}.users-info-header{display:flex;flex-direction:column;gap:8px;width:100%;font-family:DIN Pro;font-style:normal;font-weight:700;font-size:18px;line-height:110%;letter-spacing:-.03em}.users-info-header-columns{display:flex;justify-content:space-between;text-transform:uppercase;color:#fff6}.users-info-header-username{display:flex;justify-content:space-between;color:#ffffffb3;font-size:36px}.users-info-middle{display:flex;flex-direction:column;gap:10px;width:100%}.users-info-between{display:flex;justify-content:space-between;width:100%;font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:110%;letter-spacing:-.03em;text-transform:uppercase;color:#fff6}.users-info-between .right{color:#ffffffb3}.users-info-bottom{display:flex;flex-direction:column;gap:20px;width:100%}.users-info-bottom .NButton{text-transform:uppercase;font-size:18px}.table-list{display:flex;flex-direction:column;height:100%;overflow:auto;border-radius:8px;position:relative}.table-list .loading{display:flex;justify-content:center;width:100%;margin:14px}.table-list-header{position:sticky;top:0;min-height:34px;width:100%;display:flex;align-items:center;z-index:2;overflow:hidden}.table-list-header .borders{background:#171717;z-index:-1;width:100%;height:100%;position:absolute;border:1px solid #262626;border-radius:8px 8px 0 0}.table-list-header-column{display:flex;flex-direction:row!important;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;padding-left:8px;height:34px;cursor:pointer;border-left:1px solid #262626;width:100%}.table-list-header-column:hover{background-color:#333}.table-list-header-column:not(.selected) svg{color:transparent}.table-list-header-column.selected svg{width:18px;height:18px;color:#a3a3a3}.table-list-header .check-item{padding:0;justify-content:center;align-items:center;height:100%}.table-list .check-item{display:flex;justify-content:center;padding:8px;gap:10px;min-width:32px;max-width:32px}.table-list-input{display:flex;align-items:flex-start;flex-direction:column;gap:4px;height:56px;padding:7px 8px;cursor:pointer;color:#fff}.table-list-input .NInput-container .NInput{text-overflow:ellipsis}.table-list-item{display:flex;align-items:center;height:56px;font-size:14px;color:#a3a3a3;border-left:1px solid #262626;border-bottom:1px solid #262626;border-right:1px solid #262626}.table-list-item .check-item{border-right:1px solid #262626;height:100%}.table-list-item:hover,.table-list-item.selected{background-color:#171717}.table-list .pagination{display:flex;align-items:center;padding:20px;gap:14px}.table-list .pagination .NButton{padding:8px}.table-list .no-records{padding:40px;display:flex;justify-content:center;align-items:center;color:#a3a3a3}.users-list{overflow:auto}.users-list .table-list{width:100%;overflow:auto}.users-list .table-list-item{border-radius:8px;height:42px;border-color:transparent;min-width:600px!important}.users-list .table-list-item .check-item{align-items:center}.users-list .table-list-item.archived{opacity:60%}.users-list .table-list-item:hover,.users-list .table-list-item.active{background:#ffffff0d}.users-list .table-list-header{background-color:#191919;border-color:transparent;min-width:600px!important;font-family:DIN Pro;font-style:normal;font-weight:700;font-size:20px;line-height:110%;letter-spacing:-.03em;text-transform:uppercase;color:#fff6;border-bottom:2px solid rgba(255,255,255,.05)}.users-list .table-list-header .borders{display:none}.users-list .table-list-header-column{border-color:transparent;min-width:33.3333333333%}.users-list .table-list-input{min-width:33.3333333333%;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;font-family:DIN Pro;font-style:normal;font-weight:700;font-size:24px;line-height:110%;letter-spacing:-.03em;color:#ffffffb3}.users-list .table-list-input.internal{color:#fff6}.users-content{display:flex;width:100%;height:86%;gap:40px}.users-search-input{display:flex;flex-direction:row;align-items:center;background:#212121;border-radius:8px;gap:4px}.users-search-input svg{width:24px;height:24px}.users-list{display:flex;flex-direction:column;padding:0;gap:30px;flex:1}.users-list-topbar{display:flex;gap:10px;width:100%}.users-list-topbar .NButton{width:50px;height:50px}.users-list-topbar .NButton svg{width:26px;height:26px}.users-list-topbar .NButton.active{background-color:#fff;color:#000}.users-page{display:flex;flex-direction:column;padding:80px;gap:40px;background:#191919;border-radius:25px}@media screen and (max-width: 1100px){.users-page{padding:40px}}.users-header{display:flex;flex-direction:row;align-items:center;padding:0;gap:30px}.users-header a{font-family:DIN Pro;font-style:normal;font-weight:700;font-size:64px;line-height:100%;text-transform:uppercase;cursor:pointer;color:#fff3;transition:all .2s}.users-header a:hover{text-decoration:none;color:#fff}.users-header a.active{color:#ffffffe6}body::-webkit-scrollbar-track{background-color:#000!important}*::-webkit-scrollbar-track{background-color:transparent!important}*::-webkit-scrollbar-thumb{background-color:#494949;border-radius:4px!important}*::-webkit-scrollbar,*::-webkit-scrollbar:vertical{width:4px!important}*::-webkit-scrollbar:horizontal{height:4px!important}*::-webkit-scrollbar-corner,*::-webkit-scrollbar-button{height:0!important;width:0!important}.vue-notification-group{width:360px!important;bottom:24px!important;left:24px!important}.vue-notification{display:flex;flex-direction:column;justify-content:center;padding:12px;border-radius:8px;background-color:#171717!important;box-shadow:0 0 24px #0000001f,0 32px 32px -16px #00000014}.vue-notification .border{height:100%;width:8px}.vue-notification .border.success{background-color:#22c55e}.vue-notification .border.alert{background-color:#ef4444}.vue-notification .notification-title{color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:16px}.vue-notification .notification-content{color:#a3a3a3;font-family:Inter,sans-serif;font-weight:400;font-size:14px}.vue-notification.success{border-left-color:#22c55e!important}.vue-notification.info{border-left-color:#eab308!important}.vue-notification.error{border-left-color:#ef4444!important}@keyframes dissolve{0%{opacity:0}to{opacity:1}}@keyframes slideDropdown{0%{transform:translateY(-5%)}to{transform:translateY(0)}}.v-leave-active{transition:opacity .2s ease}.v-leave-to{opacity:0}.centerbar-leave-active{transition:opacity .2s}.centerbar-leave-to{opacity:0}.sidebar-leave-active{transition:opacity .2s}.sidebar-leave-active .modal-window{transition:transform .2s}.sidebar-leave-to{opacity:0}.sidebar-leave-to .modal-window{transform:translate(130px)}*{font-family:Segoe UI,sans-serif,system-ui;box-sizing:border-box;-webkit-tap-highlight-color:transparent}@font-face{font-family:DIN Pro;src:url(/assets/dinpro_condensedbold-Lg5Rbkmk.otf)}@font-face{font-family:Gilroy;src:url(/assets/gilroy-semibold-BpRPs99R.ttf)}html{scroll-behavior:smooth}body{color:#fff;background-color:#0a0a0a;width:100vw;height:100dvh;min-height:100dvh;overflow-x:hidden;overflow-y:auto;margin:0;display:flex;flex-direction:column;align-items:center}#app,main{width:100%;height:100%;max-width:2600px}.noSelect{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.noEvents{pointer-events:none}a{color:#3b82f6;text-decoration:none}a:hover{text-decoration:underline}main{display:flex;background-color:#141414;padding:20px}@media screen and (max-width: 1100px){main{padding:0}}main .page{overflow:hidden;width:100%;max-height:100%}main .page-wrap{width:100%;height:100%}
