@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}.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)}.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}
