@charset "UTF-8";:root{--cb-white: #ffffff;--cb-black: #181818;--cb-blue: #2980b9;--cb-light-blue: #3498db;--cb-dark-blue: #34495e;--cb-dark-blue-mute: #2c3e50;--cb-grey: #666666;--cb-grey-bg: #f0f0f0;--cb-green: #85b43e;--cb-green-mute: #627709;--cb-green-bg: #ececd7;--cb-gold: #f9e79f;--cb-gold-light: #f7e0b1;--cb-gold-mute: #e0dabf;--cb-gold-mute-2: #eee7d6;--cb-gold-bg: #faf5eb}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}.animating{transition:all .3s ease}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.base-loader{width:3em;height:3em;border:.3125em solid #f3f3f3;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.base-loader--primary{border:.3125em solid #2c3e50;border-bottom-color:transparent}.app-messages{position:fixed;max-width:320px;width:100%;top:0;right:0;z-index:10000;display:flex;flex-direction:column;align-items:center;gap:4px;padding:4px}.app-messages .base-alert-message{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;box-shadow:0 4px 8px 3px #00000026,0 1px 3px #0000004d;border-radius:4px;background-color:#fff;color:#000}.app-messages .base-alert-message--error{background-color:#f44336;color:#fff}.app-messages .base-alert-message img{width:24px;height:24px;filter:invert(1)}.request-status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;font-size:.875rem;font-weight:600}.request-status-badge--default{background-color:#f1f3f9;color:#7e8299}.request-status-badge--request{background-color:#b1b1b1;color:#fff}.request-status-badge--price-request{background-color:#e1f0ff;color:#4082b1}.request-status-badge--price-set,.request-status-badge--invoice-set{background-color:#e1f0ff;color:#3699ff}.request-status-badge--waiting-payment{background-color:#fff4de;color:#f0bc00}.request-status-badge--payment-rejected{background-color:#f868604a;color:#f44336}.request-status-badge--invoice-paid{background-color:#1bc5bd4d;color:#09cb57}.request-status-badge--production,.request-status-badge--on-stock,.request-status-badge--ttn-and-power-of-attorney,.request-status-badge--transport,.request-status-badge--shipped{background-color:#f2f2f2;color:#9e9e9e}.request-status-badge--dense{font-size:.75rem;padding:.15rem .5rem}.request-timeline{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding:4px 0;gap:2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.request-timeline::-webkit-scrollbar{height:0;width:0;display:none}.request-timeline::-webkit-scrollbar-thumb{background-color:transparent}.request-timeline__step{position:relative;flex:0 0 auto;height:20px;padding:0 22px 0 18px;display:inline-flex;align-items:center;white-space:nowrap;background-color:#dcdcdc;color:#606060;font-size:12px;font-weight:500;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,0 100%,10px 50%)}.request-timeline__step--completed,.request-timeline__step--active{background-color:#0080ff;color:#fff}.request-products{border-top:1px solid #d2d2d2;padding-top:15px}.request-products__table{max-height:420px;overflow:auto}.request-products__table table{min-width:800px}.request-files{display:flex;flex-direction:column}.request-files__section{display:flex;flex-direction:column;gap:6px;border-bottom:1px solid #D5D3D3;padding:10px 0}.request-files__section:first-child{border-top:1px solid #D5D3D3}.request-files__title{font-size:15px;font-weight:600;color:#000;line-height:1.2}.request-files__counter{font-weight:400;margin-left:4px}.request-files__description{font-size:11px;color:#8c8c8c;line-height:1.4}.request-files__controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:4px}.request-files__upload-button{flex:0 0 auto}.request-files__upload-label{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background-color:#f2f2f2;border:1px solid #E0E0E0;border-radius:4px;cursor:pointer;transition:background-color .2s;min-width:180px;justify-content:center}.request-files__upload-label:hover{background-color:#e8e8e8}.request-files__upload-icon{width:12px;height:12px;flex-shrink:0}.request-files__upload-text{font-size:11px;color:#000;font-weight:400}.request-files__upload-input{display:none}.request-files__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:6px}.request-files__item{display:flex;align-items:flex-start;gap:4px}.request-files__file-link{font-size:8px;color:#0080ff;background:none;border:none;padding:0;cursor:pointer;text-decoration:none;text-align:left;transition:opacity .2s}.request-files__file-link:hover{opacity:.7;text-decoration:underline}.request-files__delete-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:flex-start;justify-content:center;transition:opacity .2s;flex-shrink:0}.request-files__delete-btn:hover{opacity:.7}.request-files__delete-icon{width:5px;height:5px;transform:translateY(-2px)}.request-chat{border:1px solid #eff2f5;border-radius:1rem;display:flex;flex-direction:column;width:100%;min-height:400px;max-height:550px;background:#fff}.request-chat__header{padding:1rem 1.5rem;border-bottom:1px solid #eff2f5;background:linear-gradient(90deg,#f7fafe,#e0f7ff)}.request-chat__body{position:relative;flex:1 1 auto;min-height:0;background:linear-gradient(135deg,#d0d8b6,#89bc80)}.request-chat__body:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/img/chat_pattern.svg);background-size:auto;background-position:center;background-repeat:repeat;opacity:.3;pointer-events:none}.request-chat__body>*{position:relative;z-index:1}.request-chat__body-scroll{padding:1.5rem;height:100%;overflow-y:auto}.request-detail{font-size:11px;color:#8c8c8c}.request-detail h1,.request-detail h4{margin:0}.request-detail .btn,.request-detail .form-control,.request-detail .input-group-text{font-size:11px}.request-detail .form-control:disabled{color:#8c8c8c}.request-detail__layout{display:flex;gap:24px;padding-right:20px}.request-detail__card{flex:0 0 50%;max-width:50%;background-color:#fff;border-radius:10px;box-shadow:0 1px 3px #0000000d;padding:20px 24px 24px}.request-detail__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:16px}.request-detail__title{font-size:15px;font-weight:600;margin-bottom:4px}.request-detail__title-date{font-size:11px;font-weight:400;margin-left:4px;color:gray}.request-detail__text-block{margin-bottom:24px}.request-detail__section-title{font-size:15px;font-weight:600;margin-bottom:8px;color:#000}.request-detail__text-pre{margin:0;white-space:pre-wrap;font-family:inherit;font-size:11px;line-height:1.5}.request-detail__text-actions{margin-top:8px}.request-detail__interest-button{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border:none;border-radius:5px;background:linear-gradient(90deg,#d8d8d8,#6c6c6c);color:#fff;font-size:11px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;box-shadow:none}.request-detail__interest-button:hover:not(:disabled){color:#fff;opacity:.95}.request-detail__interest-button:disabled{opacity:.6;cursor:not-allowed;color:#fff}.request-detail__interest-icon{width:14px;height:14px}.request-detail__sidebar{flex:0 0 50%;display:flex;min-height:0;position:sticky;top:90px;align-self:flex-start}.request-detail__section{margin-bottom:24px}.request-detail__textarea{resize:vertical}.request-detail__table-block,.request-detail__comment-block{margin-bottom:24px}.request-detail__field-label{display:block;font-size:11px;margin-bottom:4px;color:#000}.request-detail__documents-block{margin-top:8px}@media(max-width:1200px){.request-detail__layout{flex-direction:column}.request-detail__card{flex:1 1 auto;max-width:100%}.request-detail__sidebar{flex:1 1 auto;width:100%}.request-detail__status-block{align-items:flex-start}}.request-products{font-size:11px}.request-products__title{font-size:15px;font-weight:600}.request-products__header{margin-bottom:12px}.request-products__stats{font-size:11px}.request-products__table-inner{width:100%;border-collapse:collapse}.request-products__table-inner thead th{font-size:11px;font-weight:400;padding:8px 6px;white-space:nowrap}.request-products__table-inner tbody td{font-size:11px;padding:4px 5px;vertical-align:middle}.request-products__input{height:25px;max-height:25px;padding:2px 6px}.request-products__col-index{width:25px;max-width:25px}.request-products__col-qty{width:40px;min-width:40px}.request-products__col-price,.request-products__col-custom{width:115px;max-width:115px}.request-products__col-production{width:80px;max-width:80px}.chat-message{display:flex;flex-direction:column;margin-bottom:1.25rem;gap:.375rem}.chat-message__header{display:flex;align-items:center;gap:.5rem}.chat-message__avatar{width:34px;height:34px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#f2f2f2}.chat-message__avatar img{width:100%;height:100%;object-fit:cover}.chat-message__avatar-letter{font-size:15px;font-weight:600;color:#000}.chat-message__sender{font-size:15px;font-weight:500;color:#000;line-height:1.2}.chat-message__relative-time{font-size:13px;font-weight:400;color:#fff;line-height:1.2}.chat-message__content{display:flex;flex-direction:column;min-width:50%;max-width:70%}.chat-message__bubble{background:#e8f6fa;color:#000;padding:13px 16px;border-radius:15px;width:100%;align-self:flex-start;box-shadow:0 2px 4px #00000014}.chat-message__text{font-size:13px;line-height:1.5;margin:0;white-space:pre-wrap;word-wrap:break-word}.chat-message__absolute-time{font-size:11px;color:#8d8d8d;margin-top:.25rem;line-height:1.2}.chat-message__attachments{margin-top:8px;display:flex;flex-direction:row;flex-wrap:wrap;gap:4px}.chat-message__attachment-btn{display:inline-flex;align-items:center;width:fit-content;gap:6px;padding:4px 8px;border-radius:8px;border:1px solid #d2d2d2;background-color:#fff;font-size:11px;color:#000;cursor:pointer;transition:background-color .2s,border-color .2s,opacity .2s}.chat-message__attachment-btn:hover{background-color:#f5f5f5;border-color:#c2c2c2}.chat-message__attachment-icon{width:11px;height:11px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.chat-message__attachment-name{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-message--own{align-items:flex-end}.chat-message--own .chat-message__header{flex-direction:row-reverse}.chat-message--own .chat-message__bubble{align-self:flex-end}.chat-attachments{padding:.75rem 1.5rem;border-top:1px solid #eff2f5;display:flex;flex-wrap:wrap;gap:.5rem}.chat-attachments__item{border:1px dashed #cfd4e4;border-radius:.5rem;padding:.5rem .75rem;display:flex;align-items:center;gap:.5rem;background:#f9f9fb}.chat-input{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #eff2f5;background:#fff;align-items:center}.chat-input textarea{resize:none;flex:1;border-radius:.5rem;border:1px solid #d2d2d2;padding:.5rem .75rem;font-size:13px}.chat-input__attach-btn{flex:0 0 auto;width:36px;height:36px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.chat-input__attach-btn:hover{opacity:.7}.chat-input__attach-btn:disabled{opacity:.4;cursor:not-allowed}.chat-input__attach-btn svg{width:12px;height:13px}.chat-input__send-btn{flex:0 0 auto;width:50px;height:50px;padding:0;border:none;background:#24946a;border-radius:65px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.chat-input__send-btn:hover:not(:disabled){opacity:.9}.chat-input__send-btn:disabled{opacity:.5;cursor:not-allowed}.chat-input__send-btn svg{width:20px;height:18px}.requests-page .requests-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:16px;padding:16px 24px}@media(max-width:992px){.requests-page .requests-page__header{flex-direction:column;align-items:flex-start}}.requests-page .requests-page__header-left{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%}.requests-page .requests-page__title{font-size:20px;font-weight:600;margin:0}.requests-page .requests-page__search{position:relative;max-width:400px;width:100%}.requests-page .requests-page__search-input{width:100%;padding:10px 10px 10px 35px;border:1px solid #d2d2d2;border-radius:5px;font-size:11px;background-color:#fff}.requests-page .requests-page__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.requests-page .requests-page__header-right{display:flex;align-items:center;gap:10px;margin-left:auto}@media(max-width:992px){.requests-page .requests-page__header-right{margin-left:0}}.requests-page .requests-page__view-toggle{display:flex;gap:5px}.requests-page .requests-page__view-btn{width:30px;height:30px;background-color:#fff;border:1px solid #d2d2d2;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.requests-page .requests-page__view-btn svg{fill:#81848b}.requests-page .requests-page__view-btn--active{background-color:#3699ff;border-color:#3699ff}.requests-page .requests-page__view-btn--active svg{fill:#fff}.requests-page .requests-page__date-filter{min-width:260px}.requests-page .requests-page__date-filter .requests-page__date-input{font-size:11px;padding:9px 32px 9px 12px;border-radius:4px;border:1px solid #d2d2d2;background-color:#fff}.requests-page .requests-page__table-card{background-color:#fff;border-radius:10px;box-shadow:0 1px 3px #0000000d;overflow:hidden;padding:0 24px 24px}.requests-table-wrapper{padding:0}.requests-table{width:100%;min-width:1200px;border-collapse:collapse}.requests-table thead tr{border-bottom:1px dashed #d2d2d2}.requests-table thead th{padding:15px 12px;text-align:left;font-size:11px;font-weight:400;color:#222;white-space:nowrap;background-color:#fff!important}.requests-table tbody tr{border-bottom:1px dashed #d2d2d2}.requests-table tbody tr:hover{background-color:#fafafa}.requests-table tbody td{padding:20px 12px;vertical-align:middle;font-size:11px;color:#222}.requests-table .requests-table__date{font-size:12px;font-weight:300;color:#222;white-space:nowrap}.requests-table .requests-table__request-id{font-size:11px;font-weight:500;color:#222;white-space:nowrap}.requests-table .requests-table__text{font-size:11px;color:gray;line-height:1.6}.requests-table .requests-table__sum{font-size:11px;font-weight:500;color:#222;white-space:nowrap}.requests-table .requests-table__address{font-size:11px;color:gray;line-height:1.6}.requests-table .requests-table__chat-cell{text-align:center}.requests-table .requests-table__chat-indicator{display:inline-flex;align-items:center;gap:5px}.requests-table .requests-table__chat-icon{width:18px;height:16px}.requests-table .requests-table__chat-count{font-size:13px;color:#7b7b7b}.requests-table .requests-table__interesting{text-align:center}.requests-table .requests-table__checkmark{color:#1cca5b;font-size:16px}.requests-table .requests-table__col-text{min-width:340px}.requests-table .requests-table__col-status{min-width:120px}.requests-table .requests-table__col-manager{min-width:140px}.requests-table .requests-table__col-sum{min-width:100px}.requests-table .requests-table__col-address{min-width:260px}.img-contain{width:242px;height:158px;object-fit:contain}.application-products{grid-template-columns:minmax(30px,30px) minmax(230px,1fr) minmax(100px,116px)}.icon-plus{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' stroke='white'/%3E%3Cpath d='M9 5V13' stroke='white'/%3E%3Cpath d='M13 9L5 9' stroke='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:left center;background-size:15px 15px}.icon-bedge-file{background-image:url("data:image/svg+xml,%3Csvg width='13' height='15' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9074 4.53846V12.5C11.9074 13.6046 11.012 14.5 9.90741 14.5H2.5C1.39543 14.5 0.5 13.6046 0.5 12.5V2.5C0.5 1.39543 1.39543 0.5 2.5 0.5H7.66279M11.9074 4.53846H9.66279C8.55822 4.53846 7.66279 3.64303 7.66279 2.53846V0.5M11.9074 4.53846L7.66279 0.5' stroke='%2336D399'/%3E%3Cpath d='M3.09253 5.4259H4.90734' stroke='%2336D399'/%3E%3Cpath d='M3.09253 8.01855H9.31475' stroke='%2336D399'/%3E%3Cpath d='M3.09253 11.1296H9.31475' stroke='%2336D399'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:6px center;background-size:13px 15px}.icon-bedge-delete{width:13px;height:13px;background-image:url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.184238 0.184238C0.429888 -0.0614125 0.828175 -0.0614125 1.07383 0.184238L6.50001 5.61039L11.9262 0.184238C12.1719 -0.0614125 12.5701 -0.0614125 12.8158 0.184238C13.0614 0.429888 13.0614 0.828175 12.8158 1.07383L7.38963 6.50001L12.8158 11.9262C13.0614 12.1719 13.0614 12.5701 12.8158 12.8158C12.5701 13.0614 12.1719 13.0614 11.9262 12.8158L6.50001 7.38963L1.07383 12.8158C0.828175 13.0614 0.429888 13.0614 0.184238 12.8158C-0.0614125 12.5701 -0.0614125 12.1719 0.184238 11.9262L5.61039 6.50001L0.184238 1.07383C-0.0614125 0.828175 -0.0614125 0.429888 0.184238 0.184238Z' fill='%23222222'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:right center;background-size:11px 11px}.form-check-input.border-green{width:20px;height:20px;border:1px solid #36d399}.table-grid-info{grid-template-columns:2.5fr 1fr 1fr 1fr 1fr}.grid-template-11{grid-template-columns:minmax(400px,1fr) minmax(65px,1fr) minmax(90px,1fr) minmax(100px,1fr) minmax(90px,1fr) minmax(90px,1fr) minmax(100px,1fr) minmax(115px,1fr) minmax(114px,1fr) minmax(120px,1fr) minmax(100px,1fr)}.grid-template-4{grid-template-columns:minmax(400px,1fr) minmax(90px,1fr) minmax(90px,1fr) minmax(90px,1fr);padding:8px}.grid-template-9{grid-template-columns:minmax(40px,40px) minmax(120px,120px) minmax(120px,1fr) minmax(150px,1fr) minmax(100px,1fr) minmax(120px,1fr) minmax(200px,1fr) minmax(180px,1fr) minmax(200px,1fr) minmax(150px,150px);padding:8px;gap:20px}.scroll-x{overflow-x:auto}.scroll-y{overflow-y:auto}.cursor-grab{cursor:grab}.cursor-pointer{cursor:pointer}.drag-over{outline:2px dashed #36d399;outline-offset:2px}.loader{width:14px;height:14px;border:2px solid rgba(54,211,153,.25);border-top-color:#36d399;border-radius:50%;display:inline-block;animation:drawingSpin .8s linear infinite}@keyframes drawingSpin{to{transform:rotate(360deg)}}.row-item.drawing-row--dragging{opacity:.4;border-radius:6px;box-shadow:0 0 4px 4px #36d399;background-color:#fff}.row-item.drawing-row--drop-target{position:relative}.row-item.drawing-row--drop-target:before{content:"";position:absolute;left:0;right:0;top:-4px;height:0px;background-color:#36d399;border-radius:4px;box-shadow:0 0 2px 2px #36d399}.notifications-header-badge{font-size:10px;font-weight:700;line-height:1;pointer-events:none;white-space:nowrap}#kt_drawer_chat_toggle{border:0}#kt_drawer_chat_toggle .svg-icon{display:inline-flex}.notifications-drawer{width:100%;min-width:0;background:#fff;color:#181c32;overflow:hidden}.notifications-drawer__title h3{margin:0;font-size:21px;font-weight:600;line-height:1.2}.notifications-drawer__title i{flex:0 0 auto;font-size:18px}.notifications-drawer__toolbar{padding:16px 24px 18px;border-bottom:1px solid #e4e6ef;background:#fbfbfb}.notifications-drawer__search i{position:absolute;top:50%;left:14px;transform:translateY(-50%);color:#181c32;pointer-events:none}.notifications-drawer__search .form-control{min-height:42px;padding-left:42px;border-color:#d8dbe5;border-radius:7px;color:#181c32}.notifications-drawer__search .form-control:focus{border-color:#9ccfff;box-shadow:0 0 0 3px #009ef71f}.notifications-drawer__filter:hover{border-color:#b9d7ff;color:#181c32}.notifications-drawer__filter:focus-visible{outline:3px solid rgba(0,158,247,.18);outline-offset:1px}.notifications-drawer__body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto}.notifications-drawer__item-title{display:flex;align-items:center;min-width:0;gap:8px;color:#050505;font-size:15px;font-weight:500;line-height:1.3;overflow-wrap:anywhere}.notifications-drawer__item-description{margin:4px 0 0;color:#050505;font-size:14px;line-height:1.35;overflow-wrap:anywhere;word-break:normal}.notifications-drawer__action-link{display:inline-flex;align-items:center;max-width:100%;margin-top:3px;padding:0;border:0;background:transparent;color:#009ef7;font-size:14px;font-weight:600;line-height:1.35;text-align:left;overflow-wrap:anywhere}.notifications-drawer__action-link:hover{color:#0077bd;text-decoration:underline}.notifications-drawer__dismiss:hover,.notifications-drawer__dismiss:focus-visible{color:#7e8299}.notifications-drawer__state{display:flex;align-items:center;justify-content:center;min-height:220px;padding:24px;gap:10px;color:#7e8299;font-size:14px;text-align:center}.notifications-drawer__state--error{flex-direction:column;color:#f1416c}.notifications-drawer__footer .btn-link{color:#009ef7;font-weight:600;text-decoration:none}.notifications-drawer__footer .btn-link:hover{color:#0077bd;text-decoration:underline}.notifications-page{min-height:calc(100vh - 120px);background:#f2f5f7}.notifications-page__header{display:flex;align-items:center;gap:16px;margin-bottom:36px}.notifications-page__header-main{display:flex;flex:1 1 auto;align-items:center;gap:18px;min-width:0}.notifications-page__title{margin:0;color:#111;font-size:28px;font-weight:700;line-height:1.2;white-space:nowrap}.notifications-page__search{position:relative;flex:1 1 520px;min-width:320px;width:auto}.notifications-page__search-icon{position:absolute;top:0;left:14px;display:flex;align-items:center;width:18px;height:100%;pointer-events:none}.notifications-page__search-icon svg{width:18px;height:18px}.notifications-page__search-input{width:100%;height:42px;padding:0 16px 0 48px;border:1px solid transparent;border-radius:6px;background:#fff;color:#111;font-size:14px;outline:none}.notifications-page__search-input:focus,.notifications-page__select:focus{border-color:#b9d7ff;box-shadow:0 0 0 3px #2e80ed1f}.notifications-page__select{flex:0 0 170px;width:170px;min-width:160px;height:42px;border:1px solid transparent;border-radius:6px;background-color:#fff;color:#7b7f88;font-size:14px}.notifications-page__table-card{overflow:hidden;border-radius:8px 8px 0 0;background:#fff}.notifications-page__table-card .table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.notifications-table{min-width:980px;margin-bottom:0}.notifications-table th{padding:24px 24px 14px;color:#111;font-size:13px;font-weight:500;text-transform:none}.notifications-table td{padding:14px 24px;border-bottom:1px dashed #d8dde3;font-size:14px;font-weight:400;vertical-align:middle}.notifications-table tbody tr{transition:background-color .15s ease}.notifications-table tbody tr:hover td{background:#f8fbff}.notifications-table tbody tr.cursor-pointer{cursor:pointer}.notifications-table__col-number{width:80px}.notifications-table__col-title{width:285px}.notifications-table__col-date{width:250px}.notifications-table__number{display:inline-block;min-width:24px;color:#6d7178;text-align:center}.notifications-table__title{display:inline-flex;align-items:center;min-width:0;max-width:100%;gap:8px;color:#202124;overflow-wrap:anywhere}.notifications-table__title--unread,.notifications-table__description--unread{color:#111;font-weight:700}.notifications-table__unread-dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:#2e80ed}.notifications-table__description{display:block;color:#202124;line-height:1.5;overflow-wrap:anywhere}.notifications-table__date{color:#555961;white-space:nowrap}.notifications-page__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-top:1px dashed #d8dde3;background:#fff}.notifications-page__summary{color:#7b7f88;font-size:13px}.notifications-page__footer-actions{display:flex;align-items:center;gap:18px}.notifications-page__per-page{display:flex;align-items:center;gap:8px;color:#7b7f88;font-size:13px}.notifications-page__per-page select{min-width:76px}@media(max-width:991.98px){.notifications-page__header,.notifications-page__header-main,.notifications-page__footer,.notifications-page__footer-actions{align-items:stretch;flex-direction:column}.notifications-page__header{margin-bottom:24px}.notifications-page__search,.notifications-page__select{flex-basis:auto;min-width:0;width:100%}}@media(max-width:575.98px){.notifications-drawer__header,.notifications-drawer__toolbar,.notifications-drawer__footer{padding-right:16px;padding-left:16px}.notifications-drawer__title{gap:10px}.notifications-drawer__title h3{font-size:19px}.notifications-drawer__item{grid-template-columns:44px minmax(0,1fr) 24px;gap:12px;padding:14px 10px 14px 16px}.notifications-drawer__item-icon{width:40px;height:40px;font-size:18px}.notifications-drawer__item-topline{grid-template-columns:minmax(0,1fr);gap:4px}.notifications-drawer__item-time{white-space:normal}.notifications-page{padding-right:12px!important;padding-left:12px!important}.notifications-page__title{font-size:24px}.notifications-table{min-width:820px}.notifications-table th,.notifications-table td{padding-right:20px;padding-left:20px}}.base-overlay-loader{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000}.base-overlay-loader .base-loader{border-color:#464f67;border-bottom-color:transparent}.cursor-pointer[data-v-f883f755]{cursor:pointer}.object-fit-cover[data-v-f883f755]{object-fit:cover}.bg-opacity-75[data-v-f883f755]{background-color:#ffffffbf!important}.user-account__dropdown[data-v-af7b5792]{z-index:107;position:fixed;inset:0 0 auto auto;margin:0;transform:translate3d(-30px,57px,0)}.toggle_theme_dropdown[data-v-02955c11]{z-index:107;position:fixed;inset:0 0 auto auto;margin:0;transform:translate3d(-30px,74px,0)}.drawer.drawer-top[data-v-f70cb20a]{top:0;left:0;right:0;transform:translateY(-100%)}.drawer.drawer-top.drawer-on[data-v-f70cb20a]{transform:translateY(0)}.drawer.drawer-bottom[data-v-f70cb20a]{bottom:0;left:0;right:0;transform:translateY(100%)}.drawer.drawer-bottom.drawer-on[data-v-f70cb20a]{transform:translateY(0)}[data-v-f70cb20a] .drawer-overlay{cursor:pointer}.notifications-drawer{width:100%;background:#fff;color:#181c32;overflow:hidden}.drawer[data-kt-drawer-name=notifications]{max-width:100vw}.notifications-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid #e4e6ef}.notifications-drawer__title{display:flex;align-items:center;min-width:0;gap:12px}.notifications-drawer__title h3{margin:0;font-size:20px;font-weight:600;line-height:1.2}.notifications-drawer__badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#50cd89;color:#fff;font-size:13px;font-weight:700}.notifications-drawer__toolbar{padding:18px 24px;border-bottom:1px solid #e4e6ef;background:#fbfbfb}.notifications-drawer__search{position:relative}.notifications-drawer__search i{position:absolute;top:50%;left:14px;transform:translateY(-50%);color:#7e8299;pointer-events:none}.notifications-drawer__search .form-control{min-height:42px;padding-left:42px;border-color:#d8dbe5;border-radius:7px}.notifications-drawer__filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.notifications-drawer__filter{min-height:34px;padding:6px 12px;border:1px solid #e1e3ea;border-radius:7px;background:#fff;color:#5e6278;font-size:13px;font-weight:600;line-height:1.2}.notifications-drawer__filter--active{border-color:#009ef7;background:#f1faff;color:#009ef7}.notifications-drawer__body{flex:1 1 auto;min-height:0;overflow-y:auto}.notifications-drawer__section-title{margin:0;padding:10px 24px;border-bottom:1px solid #e4e6ef;background:#f5f5f5;color:#8a8d98;font-size:13px;font-weight:500;line-height:1.2}.notifications-drawer__item{position:relative;display:grid;grid-template-columns:56px minmax(0,1fr) 28px;gap:16px;padding:16px 14px 16px 24px;border-bottom:1px solid #eef0f4;background:#fff}.notifications-drawer__item--unread{background:#fff9dc}.notifications-drawer__item--unread .notifications-drawer__item-title{font-weight:700}.notifications-drawer__item-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#d9dadd;color:#fff;font-size:21px}.notifications-drawer__item-content{min-width:0}.notifications-drawer__item-topline{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px}.notifications-drawer__item-title{display:flex;align-items:center;min-width:0;gap:8px;font-size:15px;font-weight:500;line-height:1.3}.notifications-drawer__unread-dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:#000}.notifications-drawer__item-time{color:#7e8299;font-size:12px;line-height:1.4;white-space:nowrap}.notifications-drawer__item-description{margin:4px 0 0;color:#181c32;font-size:14px;line-height:1.35;word-break:break-word}.notifications-drawer__action-link{display:inline-flex;align-items:center;margin-top:3px;padding:0;border:0;background:transparent;color:#009ef7;font-size:14px;font-weight:600;line-height:1.35}.notifications-drawer__action-link:disabled{opacity:.65}.notifications-drawer__dismiss{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;background:transparent;color:#b5b5c3;font-size:15px}.notifications-drawer__dismiss:hover{color:#7e8299}.notifications-drawer__state{display:flex;align-items:center;justify-content:center;min-height:220px;padding:24px;gap:10px;color:#7e8299;font-size:14px}.notifications-drawer__state--error{flex-direction:column;color:#f1416c;text-align:center}.notifications-drawer__footer{flex:0 0 auto;padding:16px 24px;border-top:1px solid #e4e6ef;background:#fff;text-align:center}@media(max-width:575.98px){.notifications-drawer__header,.notifications-drawer__toolbar,.notifications-drawer__footer{padding-right:16px;padding-left:16px}.notifications-drawer__item{grid-template-columns:44px minmax(0,1fr) 24px;gap:12px;padding:14px 10px 14px 16px}.notifications-drawer__item-icon{width:40px;height:40px;font-size:18px}.notifications-drawer__item-topline{grid-template-columns:minmax(0,1fr);gap:4px}.notifications-drawer__item-time{white-space:normal}}.loading[data-v-588a5cb5]{position:relative;height:100vh;width:100vw}.not-authorized[data-v-588a5cb5]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.loading[data-v-9a360d82]{position:relative;height:100vh;width:100vw}.not-authorized[data-v-9a360d82]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.modal-content[data-v-9699aad9]{border-radius:.75rem;box-shadow:0 10px 30px #00000026}.confirm-modal[data-v-9699aad9]{max-width:550px}.modal-header[data-v-9699aad9]{border-bottom:1px solid #e9ecef;padding:1.5rem 1.5rem 1rem}.modal-body[data-v-9699aad9]{padding:1rem 1.5rem}.modal-footer[data-v-9699aad9]{border-top:1px solid #e9ecef;padding:1rem 1.5rem 1.5rem;gap:.5rem}.icon-badge[data-v-9699aad9],.icon-badge-success[data-v-9699aad9]{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem}.icon-badge i[data-v-9699aad9],.icon-badge-success i[data-v-9699aad9]{font-size:1.5rem}
