.kanban-wrapper{width:100%;max-width:100%;min-width:0;scrollbar-gutter:stable both-edges}.kanban-board{gap:1rem;align-items:stretch;padding-bottom:1rem;position:relative}.kanban-board::-webkit-scrollbar{height:.5rem}.kanban-board::-webkit-scrollbar-thumb{background-color:#5e5d67;border-radius:4px}.kanban-board::-webkit-scrollbar-track{background:transparent}.kanban-board::-webkit-scrollbar-button{display:none}.kanban-column{width:400px;box-sizing:border-box;flex-shrink:0;padding:2rem;display:flex;flex-direction:column;gap:2rem;border-radius:1rem}.kanban-column:nth-child(odd){background-color:#5e5d67}.kanban-column:nth-child(2n){background-color:rgba(94,93,103,.5)}.kanban-column--disabled:nth-child(odd){background-color:rgba(94,93,103,.05)}.kanban-column--disabled:nth-child(2n){background-color:rgba(94,93,103,.1)}.kanban-column--disabled>.draggable-card-wrapper{opacity:.1}.kanban-column--disabled *{pointer-events:none}.kanban-column--defective{background-color:rgba(255,0,0,.2)!important}.kanban-column--defective button{background-color:hsla(40,52%,62%,.7);color:#fff}.kanban-column--defective button:hover{background-color:#d1af6d;color:#000}.kanban-column--completed{background-color:hsla(40,52%,62%,.5)!important}.kanban-column-title{font-weight:700;margin-bottom:1rem;font-size:1rem;color:#fff;font-weight:300}.kanban-column-cards{min-height:5rem;background-color:hsla(0,0%,100%,.1);border:1px dashed #ddd;border-radius:1rem;padding:1rem;transition:background-color .2s ease;min-height:3rem;text-transform:lowercase;color:#fff;opacity:.3;transition:all .3s ease-in-out}.kanban-column-cards.over{background-color:#e0f7fa}.kanban-column-cards:hover{opacity:.7}.kanban-scrollbar-top{height:16px;position:sticky;top:0;z-index:10;background:#f8f8f8}.kanban-scrollbar-top::-webkit-scrollbar{height:.5rem}.kanban-scrollbar-top::-webkit-scrollbar-thumb{background-color:#5e5d67;border-radius:4px}.kanban-scrollbar-top::-webkit-scrollbar-track{background:transparent}.kanban-scrollbar-top{width:100%;height:8px;overflow-x:auto;overflow-y:hidden;background:none;cursor:pointer;margin-bottom:1rem}.kanban-scrollbar-top::-webkit-scrollbar-thumb{background:#5e5d67;border-radius:5px}.fake{background:#5e5d67!important;border-radius:.5rem}.kanban-board{display:flex;overflow-x:auto;overflow-y:hidden;width:100%}.draggable-card-wrapper{position:relative}.draggable-card-wrapper--optimistic{opacity:.3}.draggable-card-wrapper--optimistic *{pointer-events:none}.kanban-card-checkbox{position:absolute;top:8px;left:8px;z-index:2;transform:scale(1.2);cursor:pointer}.canban-card{background:#1a191e;border-radius:0 0 1rem 1rem;box-shadow:0 2px 10px rgba(0,0,0,.05);padding:1rem;display:flex;flex-direction:column;gap:16px}.canban-card a{text-decoration:underline;color:#d1af6d}.canban-card *{color:#fff}.canban-card__title{font-size:20px;font-weight:700;color:#d1af6d}.canban-card__date{font-size:14px;color:#6b7280}.canban-card__info{display:flex;flex-direction:column;gap:4px;font-size:14px;color:#374151}.canban-card__items{margin-top:12px}.canban-card__items-title{font-weight:600;margin-bottom:8px}.canban-card__item-list{list-style:disc;padding-left:20px;color:#374151;font-size:14px}.canban-card__item{margin-bottom:4px}.canban-card__button{border-radius:1rem;padding:1rem;border:none;cursor:pointer;background-color:#5e5d67;margin-top:2rem;transition:all .3s ease-in-out}.canban-card__button:hover{background-color:#d1af6d;color:#000}.canban-card__button--defective{background-color:rgba(184,92,92,.2)}.canban-card__button--defective:hover{background-color:rgba(158,42,43,.7);color:#fff}.checkbox-area{border-radius:1rem 1rem 0 0;background:#1a191e;padding:1rem 1rem 0}.agreement-card__container{background:#1a191e;padding:2rem;border-radius:2rem}.agreement-card__container h2{color:#fff}.agreement-card__container button{cursor:pointer;padding:1rem 2rem;transition:all .3s ease-in-out;border:none}.agreement-card__container button:first-child{border-radius:1rem 0 0 1rem;position:relative}.agreement-card__container button:first-child:before{position:absolute;top:0;richness:0;height:100%;width:1px;background-color:#d1af6d}.agreement-card__container button:nth-child(2){border-radius:0 1rem 1rem 0}.agreement-card__container button:hover{background-color:#d1af6d}.agreement-card__buttons{display:flex;justify-content:center;padding-top:1rem}.sidebar{background-color:#5e5d67;justify-content:space-between;padding:1rem;border-radius:1rem;width:250px}.menu-section,.sidebar{display:flex;flex-direction:column}.menu-section{gap:1rem}.menu-section.secondary{margin-top:auto;padding-top:5rem}.menu-item{color:#ccc;text-decoration:none;padding:.75rem 1rem;border-radius:8px;transition:background .2s,color .2s;display:flex;gap:.4rem;align-items:center;border:none;cursor:pointer}.menu-item.auth-button{padding:0}.menu-item button{border:none;background-color:transparent;color:inherit;width:100%;height:100%;font-size:1rem;cursor:pointer;padding:.75rem 1rem;display:flex;gap:.4rem;align-items:center}.menu-item.active,.menu-item:hover{background-color:#d1af6d;color:#1a191e}.sidebar__logo{padding:.3rem 1rem 1rem;align-self:center;position:relative;width:100%;margin-bottom:1rem}.sidebar__logo:before{content:"";width:100%;height:1px;background-color:#d1af6d;position:absolute;bottom:0;left:0}.sidebar__logo svg{width:100%;height:2.5rem}.order-list-select{display:flex;border-radius:1rem;background-color:#5e5d67;padding:1rem;gap:1rem}.order-list-select--order-item{background-color:rgba(94,93,103,.5);margin-bottom:2rem}.order-list-select__item{border-radius:1rem;padding:1rem;color:#fff;cursor:pointer;transition:all .2s ease-in-out;min-width:180px}.order-list-select__item.active,.order-list-select__item:hover{background-color:#d1af6d;color:#1a191e}.details-page-container{display:flex;flex-direction:column;gap:1rem}.form-login-container{padding:2rem;border-radius:1rem;background-color:#5e5d67;max-width:40rem}.form-login-container__input-container{display:flex;flex-direction:column;gap:.5rem}.form-login-container__input-container :not(input){color:#ccc}.form-text-input{padding:1rem;border:0;border-radius:1rem}.form-login-container__submit-button{background-color:#d1af6d;border:none;font-size:1rem;transition:all .3s ease-in-out;padding:1rem;border-radius:1rem;cursor:pointer}.form-login-container__submit-button:hover{background-color:#1a191e;color:#fff}.comments-list{display:flex;flex-direction:column;gap:1.5rem}.comment-item{display:flex;gap:1.5rem;padding:2rem;border-radius:1rem;background-color:rgba(94,93,103,.3)}.comment-item__links{display:flex;flex-direction:column;font-size:.8rem;font-weight:200;gap:.5rem;margin-top:2rem}.comment-item__links a{text-decoration:underline}.comment-item__links a:hover{color:#d1af6d}.comment-item__avatar{flex-shrink:0}.comment-item__avatar img{border-radius:50%;width:60px;height:60px;object-fit:cover}.comment-item__info{display:flex;flex-direction:column;gap:.5rem;color:#fff;width:100%}.comment-item__author{font-weight:700;font-size:1rem;margin:0;color:#d1af6d}.comment-item__text{margin:0;font-size:.95rem;line-height:1.4}.comment-item__author-info{display:flex;gap:.5rem;align-items:flex-end}.comment-item__author-role{background:#d1af6d;padding:.3rem;border-radius:.3rem;color:#000}.detail-page-container__parameters{display:flex;flex-direction:column;gap:.3rem}.detail-page-container__stage-history{display:flex;flex-direction:column;gap:1rem}.stage-history__stage-item{display:flex;flex-direction:column;background-color:#1a191e;padding:1rem}.settings-container__left-item{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.settings-container{background-color:#5e5d67;border-radius:1rem;padding:2rem;display:grid;grid-template-columns:2fr 1fr;gap:2rem;color:#fff}.settings-container__form{display:flex;flex-direction:column;gap:1rem}.settings-container__form fieldset{border:none;display:flex;flex-direction:column;gap:.3rem}.settings-container__form fieldset input{padding:1rem;border-radius:1rem;border:none}.settings-container__form fieldset input.input-error{border:3px solid #9e2a2b}.settings-container__form label{color:#fff;font-size:1rem}.settings-container__form--is-pending{animation:pulse 1s linear infinite}.button--dark{background-color:#1a191e}.form-error{color:red}.form-success{color:#d1af6d}.procurement-list *{color:#fff}.procurement-group{display:flex;flex-direction:column;gap:1rem;padding:2rem;background-color:#5e5d67;border-radius:0 0 1rem 1rem}.procurement-group__item{background-color:#5e5d67;padding:1rem}.procurement-table{width:100%;border-collapse:collapse}.procurement-table td,.procurement-table th{padding:.75rem 1rem;border-bottom:1px solid #ddd;text-align:left}.procurement-table th{background-color:#1a191e;font-weight:600;border:none!important;padding:1rem}.procurement-table thead tr{padding:1rem 3rem}.procurement-table tr:nth-child(odd){background-color:rgba(26,25,30,.2)}.procurement-table tr:last-child{background-color:#1a191e}.procurement-table tr:last-child td{border:none!important}.procurement-tabs{width:100%;display:grid;grid-template-columns:repeat(3,1fr);border-radius:1rem 1rem 0 0;overflow:hidden;border-bottom:1px solid #1a191e}.procurement-tabs button{padding:1rem 0;background-color:#5e5d67;border:none;cursor:pointer;transition:all .3s ease-in-out}.procurement-tab.active,.procurement-tabs button:hover{background-color:#d1af6d;color:#000}.popup-container{position:fixed;width:100%;height:100%;top:0;left:0;opacity:0;pointer-events:none;z-index:20;display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.popup-container--active{opacity:1;pointer-events:all}.popup-container__backdrop{position:absolute;opacity:1;background-color:rgba(0,0,0,.8);width:100%;height:100%;backdrop-filter:blur(.3rem)}@media(max-width:700px){.popup-container__backdrop{opacity:1;background:rgba(0,0,0,.7);backdrop-filter:blur(.5rem)}}.popup-preview-container{width:100%;cursor:pointer}.current-popup,.popup-preview-container{height:auto;display:flex;justify-content:center;align-items:center}.current-popup{z-index:3;width:auto;max-width:1130px;max-height:80%;overflow:hidden}@media(max-width:700px){.current-popup{max-width:95%}}.current-popup img{object-fit:cover;width:100%;height:100%}.current-popup .comment-form{width:40rem}.pie-chart-container{padding:1rem}.pie-chart-container h3{text-align:center}@keyframes spin{to{transform:rotate(1turn)}}.tp-xxl{font-size:2.5rem}@media(max-width:700px){.tp-xxl{font-size:2rem}}.tp-xl{font-size:2rem}.tp-l{font-size:1.5rem}.tp-m{font-size:1rem}.tp-s{font-size:.8rem}.tp-xs{font-size:.7rem}.tp-xxs{font-size:.6rem}.tp-thin{font-weight:100}.tp-extra-light{font-weight:200}.tp-light{font-weight:300}.tp-normal{font-weight:400}.tp-medium{font-weight:500}.tp-semi-bold{font-weight:600}.tp-bold{font-weight:700}.tp-extra-bold{font-weight:800}.tp-black{font-weight:900}.tp-upper{text-transform:uppercase}.tp-underline{text-decoration:underline}.tp-underline--link:hover{color:#d1af6d}.tp-ls{letter-spacing:.2rem}.tp-white,h1{color:#fff}.tp-red--standart{color:red}.pie-switcher-container{background-color:#5e5d67;border-radius:1rem}.pie-switcher-container .pie-switcher-container__header h2{padding:1rem;text-align:center;color:#fff}.pie-switcher-container__buttons{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:0;box-sizing:border-box}.pie-switcher-container__buttons button{padding:1rem;width:100%;border:none;box-sizing:border-box;background-color:#ccc;cursor:pointer;transition:all .3s ease-in-out}.pie-switcher-container__buttons button.active,.pie-switcher-container__buttons button:hover{background-color:#d1af6d}.skeleton-animated-number{color:#fff;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}