@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Unbounded;src:url(/fonts/Unbounded-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Unbounded;src:url(/fonts/Unbounded-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Unbounded;src:url(/fonts/Unbounded-Semibold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/Manrope-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/Manrope-Semibold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}.custom-table{padding:0 16px;background:rgb(var(--v-theme-background))!important;transition:none!important}.custom-table__payment{color:#109a6a;font-weight:400}.custom-table .v-table__wrapper{border-radius:8px!important}.custom-table tbody{background:rgb(var(--v-theme-background));border-radius:8px!important}.custom-table thead{background:rgb(var(--v-theme-chipBg));color:rgb(var(--v-theme-chipColor));border-radius:8px}.custom-table .cell-link{text-decoration:underline;transition:opacity .15s ease-in;cursor:pointer}.custom-table .cell-link:hover{opacity:.7}.custom-table th.v-data-table__th{background:rgb(var(--v-theme-chipBg))!important;box-shadow:none!important}.custom-table th.v-data-table__th:first-child{border-bottom-left-radius:8px}.custom-table th.v-data-table__th:last-child{border-bottom-right-radius:8px}.custom-table td.v-data-table__td:first-child{border-top-left-radius:8px}.custom-table td.v-data-table__td:last-child{border-top-right-radius:8px}.custom-table .custom-table__link{cursor:pointer;transition:opacity .15s ease-in;border-bottom:1px solid transparent}.custom-table .custom-table__link:hover{opacity:.7;border-color:#000}.custom-table-chip{height:32px;display:flex;border-radius:16px;align-items:center;justify-content:center;padding:0 12px;width:max-content}.custom-table-chip__status{font-weight:500;font-size:14px;margin-left:6px;letter-spacing:0;position:relative;top:-1px}.custom-table-views{display:flex;align-items:center;font-weight:400}.custom-table-views svg path{stroke:rgb(var(--v-theme-primary))}.custom-table-views img{margin-right:6px}.custom-table-views div+div{margin-left:6px}.custom-table-views_cross{text-decoration:line-through}.custom-table-ref{height:32px;display:flex;align-items:center;border:none;border-radius:8px;cursor:pointer;padding:0 12px;width:max-content;transition:all .2s ease;background:rgb(var(--v-theme-chipBg))}.custom-table-ref__social{margin-right:6px}.custom-table-ref span{display:inline-flex;margin-right:8px;font-weight:500}.custom-table-ref div:last-child{margin-right:4px}.custom-table-ref div:last-child svg path{stroke:rgb(var(--v-theme-primary))}.custom-table-ref:hover{background:rgb(var(--v-theme-actionBg))}.custom-table th{height:40px!important;border:none!important}.custom-table td{height:60px!important;border-bottom:1px solid rgb(var(--v-theme-borderColor))!important;color:rgb(var(--v-theme-primary));font-weight:500}.table-actions{height:66px;display:flex;justify-content:space-between;align-items:center;background:rgb(var(--v-theme-background));border-top-right-radius:16px;border-top-left-radius:16px;padding:0 16px}.table-actions__label{font-family:Unbounded,sans-serif;font-weight:500;letter-spacing:2%;font-size:16px;color:rgb(var(--v-theme-primary))}.table-actions_admin .table-actions__right,.table-actions_admin .table-actions__left{display:flex;align-items:center}.table-actions_admin .table-actions__label{margin-right:20px}.table-actions_admin .v-input{margin:0 10px}.empty-table{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center;margin-bottom:48px}@media(max-width:767px){.empty-table{margin-bottom:0;padding:15px}}.empty-table__text{margin-top:12px;color:#8f96a5;font-size:14px;line-height:140%;text-align:center}.table-checkbox{max-width:40px}.custom-modal__label{font-weight:500;font-size:14px;color:#8f96a5;margin-bottom:4px;display:inline-flex;letter-spacing:0}.custom-modal .v-card{border-radius:16px!important;background:rgb(var(--v-theme-background))}.custom-modal .v-card-title{color:rgb(var(--v-theme-primary));font-weight:500;font-size:18px;letter-spacing:0;line-height:1;padding:20px}.custom-modal .v-card-title{display:flex;align-items:center;justify-content:space-between;padding-top:6px!important}.custom-modal .v-card-actions{padding:12px 20px 20px!important;background:rgb(var(--v-theme-background))}.custom-modal .v-card-text{padding-bottom:0!important}.bounce-enter-active{animation:bounce-in .3s}.bounce-leave-active{animation:bounce-in .3s reverse}@keyframes bounce-in{0%{transform:scale(0)}50%{transform:scale(1.25)}to{transform:scale(1)}}.fade-slide-enter-active{transition:all .3s ease}.fade-slide-leave-active{transition:all .2s ease;opacity:0}.fade-slide-enter-from{opacity:0;transform:translateY(10px)}.fade-slide-enter-to{opacity:1;transform:translateY(0)}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-fade-enter-active{animation:slideIn .4s ease forwards}.slide-fade-leave-active{animation:slideOut .3s ease forwards}@keyframes slideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(50px)}}.scale-fade-enter-active{animation:scaleIn .3s ease forwards}.scale-fade-leave-active{animation:scaleOut .2s ease forwards}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.custom-pagination{display:flex;justify-content:center;margin-top:20px;padding:10px;border-radius:12px;background:linear-gradient(135deg,#f5f7fa,#e4e5e6);box-shadow:0 4px 10px #0000001a}.custom-pagination .v-pagination{background:rgb(var(--v-theme-background));padding:5px 15px;border-radius:8px}.custom-pagination .v-pagination__item .v-btn{font-size:14px;color:rgb(var(--v-theme-primary));font-weight:400}.custom-pagination .v-pagination__item .v-btn:hover{background:#e5ecfd;color:#000000de}.custom-pagination .v-pagination__item--is-active .v-btn{background:#a937f4!important;color:#fff!important}.custom-pagination .v-btn{color:rgb(var(--v-theme-primary));font-weight:700;border-radius:50%;transition:background-color .2s ease,color .2s ease}.custom-pagination .v-btn:hover,.custom-pagination .v-btn--active{background-color:#a937f4;color:#fff}.sticky-pagination{position:sticky;bottom:0;z-index:10;box-shadow:none;margin:0;padding:0;background:rgb(var(--v-theme-background));height:58px;display:flex;align-items:center;border-radius:0 0 16px 16px}.button-action{width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:12px;background:rgb(var(--v-theme-chipBg));color:rgb(var(--v-theme-chipColor))}.button-action svg path{stroke:#a937f4}.button-action_no-stroke svg path{stroke:transparent}.button-action_default-stroke svg path{stroke:#fff}.button-action:hover{background:rgb(var(--v-theme-actionBg))}.button-action_disabled{color:#626187;pointer-events:none!important}.button-action_disabled svg path{stroke:#626187;border-color:#26253e}.table-settings{display:flex;align-items:flex-end;width:100%;justify-content:space-between;margin-bottom:20px}.table-settings-search{width:25%}.table-settings-filter{display:flex;margin:0 -15px;position:relative;flex-direction:column;align-items:flex-end}.table-settings-filter__wrapper{display:flex;align-items:flex-end}.table-settings-filter__reset,.table-settings-filter .v-custom-select{margin:0 15px}.graph{width:100%;padding:15px;border-radius:10px;margin-bottom:30px;box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.graph canvas{width:200px;height:200px}.chat__actions{display:flex;align-items:center;padding:20px;position:relative}.chat__actions-send{position:relative;top:-10px;cursor:pointer;transition:opacity .15s ease-in}.chat__actions-send:hover{opacity:.7}.chat__title{display:flex;justify-content:space-between;height:64px;border-bottom:1px solid rgb(229,236,253);align-items:center;padding:0 20px}.chat-messages{max-height:450px;min-height:450px;overflow-y:scroll;padding:20px;display:flex;flex-direction:column}.chat-messages__empty{font-size:16px;color:#111}.chat-messages-item{max-width:420px;width:100%;background:#212132;padding:16px;border-radius:4px 16px 16px;position:relative}.chat-messages-item:first-child{margin-top:10px}.chat-messages-item__msg{color:#fff;font-size:14px;line-height:140%;margin-bottom:10px;font-weight:400;word-wrap:break-word}.chat-messages-item__role{font-weight:500;font-size:12px;position:absolute;left:0;top:-22px;color:#111}.chat-messages-item__role-name{color:#8f96a5;font-size:12px;font-weight:500;letter-spacing:0;margin-left:20px;position:relative}.chat-messages-item__role-name:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:4px;height:4px;background:#d3dbed;border-radius:50%}.chat-messages-item__time{font-weight:500;font-size:12px;color:#8f96a5;text-align:right}.chat--dark .chat-messages-item__role{color:#fff6}.chat--dark .chat-messages-item__role-name{color:#fff9}.chat--dark .chat-messages-item__role-name:before{background:#fff6}.chat-messages-item_unread{position:relative}.chat-messages-item_unread:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#a937f4;right:-15px;top:0}.chat-messages-item_your{background:#a937f4;align-self:flex-end;border-top-right-radius:4px;border-top-left-radius:16px}.chat-messages-item_your .chat-messages-item__msg{color:#fff}.chat-messages-item_your .chat-messages-item__time{color:#d3dbed;text-align:left}.chat-messages-item_your .chat-messages-item__role{left:auto;right:0}.chat-messages-item+.chat-messages-item{margin-top:40px}.chat-spinner{display:flex;align-items:center;justify-content:center;height:450px}.new-message-indicator{position:absolute;bottom:70px;left:50%;transform:translate(-50%);background:#a937f4;color:#fff;padding:6px 12px;border-radius:12px;cursor:pointer;font-size:14px;font-weight:500;box-shadow:0 2px 6px #0003}.chat-dark .chat-messages-item__role{color:#fff}.side-panel{height:89vh;z-index:999;min-width:500px;max-width:500px;border-radius:16px;box-shadow:none;margin-left:6px;padding:6px 20px 20px!important;background:rgb(var(--v-theme-background))}.side-panel .v-card-title{position:sticky;top:0;z-index:1;padding:0!important;display:flex;align-items:center;justify-content:space-between}.side-panel .v-card-text{padding:0!important;max-height:70vh;overflow-y:auto}.side-panel .v-card-actions{position:absolute;left:0;bottom:0;width:100%;padding:20px!important}.side-panel .error-message{color:#b00020;line-height:12px;font-size:12px;word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;hyphens:auto;position:relative;left:16px;letter-spacing:0}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;font-weight:400;line-height:1.2;letter-spacing:0;margin:0;padding:0;font-size:16px;color:#111;-webkit-text-size-adjust:100%}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}.custom-container{padding-top:0!important;max-width:1920px}.custom-container_none{max-width:100%!important;padding:0}.custom-container_slicer{max-width:1000px}@media(min-width:1921px){.custom-container_slicer{max-width:1600px}}@media(max-width:1920px){.custom-container_slicer{max-width:1600px}}@media(max-width:1680px){.custom-container_slicer{max-width:1440px}}@media(max-width:1440px){.custom-container_slicer{max-width:1280px}}@media(max-width:1280px){.custom-container_slicer{max-width:1216px}}.container{max-width:1160px}.chat-user{position:fixed;bottom:24px;right:24px;z-index:9999;cursor:pointer;transition:opacity .15s ease-in}.chat-user .chat-open:hover{opacity:.7}.chat-user__badge{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#a937f4;color:#fff;font-size:12px;font-weight:400;position:absolute;top:7px;right:7px}.tooltip-content{padding:8px;background:#4f586b;border-radius:8px;max-width:300px;color:#fff;font-size:12px}.badge{display:flex;align-items:center;justify-content:center;background:red;border-radius:50%;width:24px;height:24px;font-size:12px;color:#fff}.main{background-color:rgb(var(--v-theme-main));transition:none!important}
