.base-table{display:flex;flex-direction:column;background:var(--color-white,#ffffff);border-radius:12px;padding:20px}.base-table__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid #f0f0f0;transition:padding .3s ease,border-color .3s ease;cursor:default}.base-table--collapsed .base-table__header{padding-bottom:0;border-bottom-color:transparent}.base-table__header-left{display:flex;align-items:center;gap:12px}.base-table__title{margin:0;font-size:20px;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:8px}.base-table__subtitle{font-size:14px;color:#8c8c8c;background:#f5f5f5;padding:2px 8px;border-radius:4px}.base-table__collapsed-info{font-size:14px;color:#1890ff;background:#e6f7ff;padding:2px 8px;border-radius:4px;margin-left:8px;animation:fadeIn .3s ease}.base-table__header-right{display:flex;align-items:center;gap:12px}.base-table__total-value{font-size:20px;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:4px}.base-table__currency{font-size:14px;color:#8c8c8c;font-weight:400}@media (max-width:768px){.base-table{padding:16px}.base-table__header{flex-direction:column;gap:12px;align-items:flex-start}.base-table__table .ant-table-tbody>tr>td,.base-table__table .ant-table-thead>tr>th{padding:8px 12px}}.base-table__two-line-text{display:flex;flex-direction:column;gap:4px}.base-table__two-line-text-title{font-style:normal;font-weight:400;font-size:16px;line-height:130%;letter-spacing:-.02em;color:#252525}.base-table__two-line-text-subtitle{.base-table__table,.base-table__table .ant-table{background:transparent}.base-table__table .ant-table-thead>tr>th{background:white;border-bottom:1px solid #f0f0f0;font-weight:500;font-size:13px;color:#8c8c8c;text-transform:uppercase;padding:12px 16px}.base-table__table .ant-table-tbody>tr>td{padding:16px;border-bottom:1px solid #f0f0f0;font-size:14px;color:#262626}.base-table__table .ant-table-tbody>tr:hover>td{background:#fafafa}.base-table__favorite-btn,.base-table__table .ant-table-tbody>tr{cursor:pointer;transition:all .2s ease}.base-table__favorite-btn{background:none;border:none;padding:4px;display:flex;align-items:center;justify-content:center}.base-table__favorite-btn:hover{transform:scale(1.1)}.base-table__favorite-icon{font-size:18px;color:#d9d9d9;transition:color .2s ease}.base-table__favorite-icon--active,.base-table__favorite-icon:hover{color:#faad14}.base-table__actions-container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:2px}.base-table__asset-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#f0f5ff;margin-right:12px}.base-table__asset-icon svg{width:20px;height:20px;color:#1890ff}.base-table__name-cell{display:flex;align-items:center;gap:12px}.base-table__name-text{display:flex;flex-direction:column;gap:2px}.base-table__name-title{font-weight:500;color:#262626}.base-table__name-subtitle{font-size:12px;color:#8c8c8c}.base-table__location{display:flex;flex-direction:column;gap:2px}.base-table__location-main{font-weight:500;color:#262626}.base-table__location-sub{font-size:12px;color:#8c8c8c}.base-table__valuation{font-weight:600;color:#262626;display:flex;flex-direction:column;gap:2px}.base-table__valuation-currency{font-size:12px;color:#8c8c8c;font-weight:400}.base-table__empty{padding:48px 24px;text-align:center}font-style:normal;font-weight:400;font-size:14px;line-height:130%;letter-spacing:-.02em;color:#515863}.text-clamp{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.text-clamp--1{-webkit-line-clamp:1;line-clamp:1}.text-clamp--2{-webkit-line-clamp:2;line-clamp:2}.text-clamp--3{-webkit-line-clamp:3;line-clamp:3}.text-clamp--4{-webkit-line-clamp:4;line-clamp:4}.base-table__table .ant-spin-container{min-height:200px}.base-table__collapse-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid #d9d9d9;background:#ffffff;cursor:pointer;transition:all .3s ease;color:#595959;font-size:14px}.base-table__collapse-btn:hover{border-color:#1890ff;color:#1890ff;background:#f0f5ff}.base-table__collapse-btn:active{transform:scale(.95)}.base-table__content{animation:slideDown .3s ease-out;overflow:hidden}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:2000px;transform:translateY(0)}}.base-table--collapsed{transition:all .3s ease}@keyframes fadeOut{to{opacity:0;transform:scale(.95)}}.base-table__table .ant-table-thead>tr>th{background:white;border-bottom:1px solid #f0f0f0;font-weight:500;font-size:13px;color:#8c8c8c;text-transform:uppercase;padding:12px 16px}.base-table__favorite-icon{font-size:18px;color:#d9d9d9;transition:color .2s ease}.base-table__favorite-icon--active,.base-table__favorite-icon:hover{color:#faad14}.base-table__action-btn{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;color:#595959;font-size:16px}.base-table__action-btn:hover{background:#f0f0f0;color:#262626}.base-table__action-btn:active{transform:scale(.95)}.base-table__action-btn svg{width:20px;height:20px}.base-table__asset-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#f0f5ff;margin-right:12px}.base-table__asset-icon svg{width:20px;height:20px;color:#1890ff}.base-table__actions-icons{padding:0!important}.base-table__table .ant-table-tbody>tr>td{max-width:300px}.base-table__table .ant-table-tbody>tr>td:first-child{max-width:250px}.base-table__table .ant-table-tbody>tr>td:nth-child(2){max-width:200px}.base-table__table .ant-table-tbody>tr>td:nth-child(3){max-width:100px}.base-table__table .ant-table-tbody>tr>td:nth-child(4){max-width:150px}.base-table__table .ant-table-tbody>tr>td:nth-child(5){max-width:250px}.input{margin-bottom:25px}.input,.input__field{position:relative}.input__label{position:absolute;z-index:1;top:-11px;left:8px;padding:0 4px;background:#ffffff;font-weight:500;font-size:14px;color:#515863}.input__field input{width:100%;height:45px;border:1px solid #bfc6d1;border-radius:6px;padding:0 12px;font:400 16px/1.5 Lato,sans-serif;color:#111720}.input__field input::placeholder{font:400 16px/1.5 Lato,sans-serif;color:#515863}.input__field input:focus{border-width:2px!important;box-shadow:unset!important;padding:0 11px}.input:hover .input__field input,.input__field input:focus{border-color:#327d8a!important}.input--error input:focus,.input--error:hover .input__field input{border-color:#f04438!important}.input__error-text{margin-top:6px;color:#f04438;font-size:13px;line-height:1.3}.input__field-with-suffix{position:relative;display:flex;align-items:center}.input__field-with-suffix input{padding-right:40px!important}.input__suffix{position:absolute;right:12px;font:400 16px/1.5 Lato,sans-serif;color:#515863;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.input__field .ant-picker{width:100%;height:45px;border:1px solid #bfc6d1;border-radius:6px;padding:0 12px;box-shadow:none;pointer-events:auto!important}.input__field .ant-picker,.input__field .ant-picker input{font:400 16px/1.5 Lato,sans-serif;color:#111720;cursor:pointer}.input__field .ant-picker input{border:none!important;padding:0;height:auto}.input__field .ant-picker,.input__field .ant-picker input{pointer-events:auto!important}.input__field .ant-picker input::placeholder{font:400 16px/1.5 Lato,sans-serif;color:#515863}.input:hover .input__field .ant-picker,.input__field .ant-picker:hover{border-color:#327d8a!important}.input__field .ant-picker-focused,.input__field .ant-picker:focus-within{border-width:2px!important;border-color:#327d8a!important;box-shadow:none!important;padding:0 11px}.input__field .ant-picker.ant-picker-focused{box-shadow:none!important}.ant-picker-dropdown{z-index:1300!important}.input__field .ant-picker-suffix{display:none}.input__field:has(.ant-picker)+.input__icon{pointer-events:none}.input__field .input__icon{pointer-events:none}.input__field .ant-picker.ant-picker-status-error,.input__field .ant-picker.ant-picker-status-error:hover{border-color:#f04438!important}.input__field .ant-picker.ant-picker-status-error.ant-picker-focused,.input__field .ant-picker.ant-picker-status-error:focus-within{border-color:#f04438!important}.input-phone-picker{position:relative;margin:0 5px}.input-phone-picker__field{position:relative}.input-phone-picker__label{position:absolute;z-index:1;top:-11px;left:8px;padding:0 4px;background:#ffffff;font-weight:500;font-size:14px;color:#515863}.input-phone-picker__labelRequired{color:#f04438;margin-left:2px}.input-phone-picker__field .react-tel-input .form-control{width:100%;height:45px;border:1px solid #bfc6d1;border-radius:6px;padding:0 12px 0 52px;font:400 16px/1.5 Lato,sans-serif;color:#111720}.input-phone-picker__field--show-mode .react-tel-input .form-control{height:20px!important}.input-phone-picker__field .react-tel-input .form-control::placeholder{font:400 16px/1.5 Lato,sans-serif;color:#515863}.input-phone-picker__field .react-tel-input .form-control:focus{border-width:2px!important;border-color:#327d8a!important;box-shadow:unset!important;padding:0 11px 0 51px}.input-phone-picker:hover .react-tel-input .form-control{border-color:#327d8a!important}.input-phone-picker--error .react-tel-input .form-control,.input-phone-picker--error .react-tel-input .form-control:focus,.input-phone-picker--error:hover .react-tel-input .form-control{border-color:#f04438!important}.input-phone-picker__error-text{margin-top:6px;color:#f04438;font-size:13px;line-height:1.3}.phoneView .assetView-input-phone__container{width:min-content!important}.phoneView .assetView-input-phone{border:none!important;cursor:text!important;padding:0!important;width:auto!important}.phoneView .assetView-input-phone:disabled{color:inherit!important}.phoneView .assetView-input-phone__button{right:22px!important;bottom:5px!important;cursor:default!important}.phoneView .assetView-input-phone__button .selected-flag{width:auto!important;padding:0!important}.phoneView .assetView-input-phone__button{display:none!important}.phoneView .assetView-input-phone{padding-left:0!important}.input-select,.input-select__control{position:relative}.input-select__value{display:inline-flex;align-items:center;min-height:42px;padding:8px 12px;background:#ffffff;cursor:pointer}.input-select__border{border:1px solid #dae0e8;border-radius:6px}.input-select_small{width:50px}.input-select_normal{width:100%}.input-select_big{width:70px}.input-select_justify_normal{justify-content:space-between}.input-select_justify_end{justify-content:flex-end}.input-select__value:disabled{cursor:not-allowed;background:#f7f7f7}.input-select__value-text{font:500 14px/1.4 Lato,sans-serif;color:#111720}.input-select__chevron{margin-left:8px;color:#515863}.input-select__menu{position:absolute;z-index:1000;top:calc(100% + 8px);left:0;width:100%;background:#ffffff;border:1px solid #dae0e8;border-radius:6px;box-shadow:0 8px 24px rgba(0,0,0,.08)}.input-select__menu_type_currency{left:-118px;width:200px}.input-select__search{width:100%;padding:8px 12px;border:none;border-bottom:1px solid #eef2f7;outline:none;font:400 16px/1.5 Lato,sans-serif;color:#111720}.input-select__search::placeholder{font:400 16px/1.5 Lato,sans-serif;color:#515863}.input-select__options{max-height:220px;overflow:auto}.input-select__option{display:flex;align-items:center;padding:8px 12px;cursor:pointer}.input-select__option:hover{background:#f7fafc}.input-select__option.is-selected{background:#ecf5f7}.input-select__label{color:#111720}.input-select__empty{padding:12px;color:#8c8c8c}.currency-select,.currency-select__control{position:relative}.currency-select__value{display:inline-flex;align-items:center;justify-content:flex-end;width:250px;min-height:42px;padding:8px 12px;background:#FFFFFF;border-radius:6px;cursor:pointer}.currency-select__value:disabled{cursor:not-allowed;background:#f7f7f7}.currency-select__value-text{font:500 14px/1.4 Lato,sans-serif;color:#111720}.currency-select__chevron{margin-left:8px;color:#515863}.currency-select__menu{position:absolute;z-index:1000;top:calc(100% + 8px);left:0;width:100%;background:#FFFFFF;border:1px solid #dae0e8;border-radius:6px;box-shadow:0 8px 24px rgba(0,0,0,.08)}.currency-select__search{width:100%;padding:8px 12px;border:none;border-bottom:1px solid #eef2f7;outline:none}.currency-select__options{max-height:220px;overflow:auto}.currency-select__option{display:grid;grid-template-columns:auto auto 1fr;grid-gap:8px;gap:8px;align-items:center;padding:8px 12px;cursor:pointer}.currency-select__option:hover{background:#F7FAFC}.currency-select__option.is-selected{background:#ECF5F7}.currency-select__code{font-weight:700}.currency-select__dash{color:#BFC6D1}.currency-select__name{color:#515863}.currency-select__empty{padding:12px;color:#8c8c8c}.transport-brand-select,.transport-brand-select__control{position:relative}.transport-brand-select__value{display:inline-flex;align-items:center;justify-content:flex-start;width:100%;min-height:42px;padding:8px 12px;background:#FFFFFF;border:1px solid #dae0e8;border-radius:6px;cursor:pointer;transition:border-color .2s ease}.transport-brand-select__value:hover:not(:disabled){border-color:#BFC6D1}.transport-brand-select__value:focus{outline:none;border-color:#4A90E2}.transport-brand-select__value:disabled{cursor:not-allowed;background:#f7f7f7;color:#8c8c8c}.transport-brand-select__value-text{font:500 14px/1.4 Lato,sans-serif;color:#111720}.transport-brand-select__chevron{margin-left:auto;color:#515863;transition:transform .2s ease}.transport-brand-select__chevron.is-open{transform:rotate(180deg)}.transport-brand-select__menu{position:absolute;z-index:1000;top:calc(100% + 8px);left:0;width:100%;background:#FFFFFF;border:1px solid #dae0e8;border-radius:6px;box-shadow:0 8px 24px rgba(0,0,0,.08)}.transport-brand-select__search{width:100%;padding:8px 12px;border:none;border-bottom:1px solid #eef2f7;outline:none;font:400 14px/1.4 Lato,sans-serif}.transport-brand-select__search::placeholder{color:#8c8c8c}.transport-brand-select__options{max-height:280px;overflow:auto}.transport-brand-select__option{display:flex;align-items:center;padding:10px 12px;cursor:pointer;font:400 14px/1.4 Lato,sans-serif;color:#111720;transition:background-color .15s ease}.transport-brand-select__option:hover{background:#F7FAFC}.transport-brand-select__option.is-selected{background:#ECF5F7;font-weight:600}.transport-brand-select__empty{padding:12px;color:#8c8c8c;text-align:center;font:400 14px/1.4 Lato,sans-serif}.input-checkbox{position:relative;margin-bottom:10px}.input-checkbox__wrapper{display:flex;align-items:center;gap:12px}.input-checkbox__toggle{position:relative;width:48px;height:28px;background:#e4e7ec;border-radius:100px;cursor:pointer;transition:background-color .3s ease;flex-shrink:0}.input-checkbox__toggle:hover{background:#d0d5dd}.input-checkbox__toggle:focus{outline:2px solid #327d8a;outline-offset:2px}.input-checkbox__toggle--checked{background:#327d8a}.input-checkbox__toggle--checked:hover{background:#2a6b76}.input-checkbox__toggle--disabled{opacity:.5;cursor:not-allowed}.input-checkbox__toggle--disabled:hover{background:#e4e7ec}.input-checkbox__toggle--checked.input-checkbox__toggle--disabled:hover{background:#327d8a}.input-checkbox__toggle-slider{position:absolute;top:3px;left:3px;width:22px;height:22px;background:#ffffff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1)}.input-checkbox__toggle--checked .input-checkbox__toggle-slider{transform:translateX(20px)}.input-checkbox__label{font-weight:400;font-size:16px;line-height:1.5;color:#111720;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.input-checkbox__toggle--disabled+.input-checkbox__label{cursor:not-allowed;opacity:.6}.input-checkbox__required{color:#f04438;margin-left:4px}.input-checkbox__error-text{margin-top:6px;color:#f04438;font-size:13px;line-height:1.3}.input-checkbox--error .input-checkbox__toggle{border:2px solid #f04438}.input-checkbox--error .input-checkbox__toggle:focus{outline-color:#f04438}.button{display:inline-flex;align-items:center;justify-content:center;text-align:center;max-width:100%;background:#327d8a;border-radius:6px;border:none;padding:4px 12px;font:600 14px/1.25 Lato,sans-serif;color:#ffffff;cursor:pointer;transition:.25s}.button:hover{background:#1e6976;color:#ffffff}.button--full{width:100%}.button_big{min-height:40px}.button--sm{min-height:42px}.button--grey{background:#bfc6d1}.button--grey:hover{background:#a1acbc}.button--transparent{background:transparent;border:2px solid #327d8a;color:#327d8a}.button--transparent .button__icon svg{fill:none;stroke:#327d8a}.button--transparent:hover{background:transparent;border-color:#1e6976;color:#1e6976}.button--transparent:hover .button__icon svg{stroke:#1e6976}.button_red{background:#af261d}.button_red:hover{background:#cc1c0f}.button_redBorder{background:transparent;border:2px solid #af261d;color:#af261d}.button_redBorder .button__icon svg{fill:none;stroke:#af261d}.button_redBorder:hover{background:#af261d;border-color:#af261d;color:#ffffff}.button_redBorder:hover .button__icon svg{stroke:#ffffff}.button_white{background:#ffffff;color:#327d8a}.button_white .button__icon svg{fill:none;stroke:#327d8a}.button_white:hover{background:#eee;color:#327d8a}.button_whiteBorder{background:transparent;border:2px solid #ffffff;color:#ffffff}.button_whiteBorder .button__icon svg{fill:none;stroke:#ffffff}.button_whiteBorder:hover{background:#ffffff;border-color:#ffffff;color:#1e6976}.button_whiteBorder:hover .button__icon svg{stroke:#1e6976}.button__icon{display:flex;align-items:center;margin-right:5px}.button__icon svg{fill:none;stroke:#ffffff;transition:.25s}.button__icon_left{display:flex;align-items:center;margin-right:5px}.button__icon_right{margin-left:5px}.button__icon_central,.button__icon_right{display:flex;align-items:center}.button__icon_central svg{width:20px;height:18px}.button__loading{color:red}.authForm__logo{position:absolute;top:40px;left:40px;display:flex;align-items:center}.authForm__logo_center{left:50%;transform:translate(-50%)}.authForm__header{margin-bottom:40px}.authForm__header_center{text-align:center}.authForm__title{margin-bottom:15px}.authForm__title:last-child{margin-bottom:0}.authForm__subtitle p{margin-bottom:10px}.authForm__subtitle p:last-child{margin-bottom:0}.authForm__subtitle a{margin-left:4px}.authForm__subtitle a:hover{text-decoration:underline}.authForm__forgotLink{margin-top:11px;font-weight:600}.authForm__forgotLink a:hover{text-decoration:underline}.authForm__submit{width:100%;margin:30px 0}.authForm__submit:last-child{margin-bottom:0}.authForm__rule-container{display:flex}.authForm__rule-block:first-child{margin-right:60px}.authForm__validation-flag{display:flex;align-items:center}.authForm__validation-flag svg{margin-right:4px}.authForm__validation-flag_default{color:#515863}.authForm__validation-flag_valid{color:#327D8A}.authForm__validation-flag_no-valid{color:#F04438}.authForm__submit-error{color:#F04438;text-align:center}.authForm__submit-banner{display:flex;align-items:center;gap:8px;margin:10px 0 0;padding:10px 12px;border:1px solid #f4e3e1;background:#FFF6F6;color:#B42318;border-radius:8px;animation:fadeIn .16s ease-out}.authForm__submit-banner-icon svg{width:18px;height:18px}.authForm__submit-banner-text{font-size:14px;line-height:1.3}.authForm__submit-banner-link{color:#B42318;text-decoration:underline;font-weight:600;transition:opacity .2s ease}.authForm__submit-banner-link:hover{opacity:.8}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.forgotPasswordForm__message{transition:all .3s ease-in-out}.forgotPasswordForm__message_success{padding:12px 16px;background:#F0F9FF;border:1px solid #b9e6fe;border-radius:8px;color:#026AA2;animation:fadeIn .3s ease-out}.forgotPasswordForm__submit{margin-top:30px;margin-bottom:20px}.forgotPasswordForm__backLink{text-align:center;font-weight:600}.forgotPasswordForm__backLink a{color:#327D8A;text-decoration:none;transition:all .2s ease}.forgotPasswordForm__backLink a:hover{text-decoration:underline;color:#266169}.profile-card{position:relative;background:#ffffff;border:1px solid #e0e4e9;border-radius:12px;padding:40px;max-width:600px;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .3s ease;overflow:hidden}.profile-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.profile-card__actions{position:absolute;top:0;right:26px;display:flex;align-items:center;gap:6px;padding:6px 8px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-right-radius:8px;border-bottom-left-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;pointer-events:none}.profile-card:hover .profile-card__actions{transform:translateY(0);opacity:1;pointer-events:auto}.profile-card__action-btn{display:flex;align-items:center;justify-content:center;padding:6px;border-radius:6px;border:none;background:transparent;transition:all .2s ease;color:#6b7280;cursor:pointer}.profile-card__action-btn:hover{background:#f3f4f6;color:#374151}.profile-card__action-btn--active{background:rgba(59,130,246,.15);color:#ffffff}.profile-card__action-btn--active:hover{background:rgba(59,130,246,.25)}.profile-card__action-btn svg{width:16px;height:16px}.profile-card__avatar-container{display:flex;justify-content:flex-start;gap:20px;margin-bottom:32px}.profile-card__avatar-container-left{display:flex;justify-content:flex-start;flex-basis:calc(50% - 20px)}.profile-card__avatar{position:relative;width:150px;height:150px;border-radius:16px;overflow:hidden;border:4px solid #f7fafc;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;background:#f7fafc;transition:all .3s ease}.profile-card__avatar img{width:100%;height:100%;object-fit:cover}.profile-card__avatar svg{width:60%;height:60%;color:#a0aec0}.profile-card__avatar--editable{cursor:pointer}.profile-card__avatar--editable:hover{transform:scale(1.05);border-color:#e2e8f0}.profile-card__avatar--editable:hover .profile-card__avatar-overlay{opacity:1}.profile-card__avatar-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#ffffff}.profile-card__form{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px}.profile-card__form--editing{gap:20px}.profile-card__field{display:flex;flex-direction:column;gap:6px;padding:12px 0;border-bottom:1px solid #f7fafc;flex:1 1 100%;min-width:0}.profile-card__field--half-part{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 10px);min-width:0}.profile-card__field:last-child{border-bottom:none}.profile-card__label{font-size:13px;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px}.profile-card__value{font-size:16px;color:#2d3748;font-weight:400;line-height:1.5}.profile-card__value--full-name{max-width:259px;max-height:99px;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis}.profile-card__phone{display:flex;align-items:center}@media (max-width:768px){.profile-card{padding:24px}.profile-card__avatar{width:100px;height:100px}.profile-card__field--half-part{flex:1 1 100%}.profile-card__actions{padding:4px 6px;gap:4px}.profile-card__action-btn{padding:4px}.profile-card__action-btn svg{width:14px;height:14px}}.profile-card p{text-align:center;color:#718096;padding:40px 0}.addFiles{width:100%}.addFilesBottom{margin-bottom:15px}.addFiles__head{display:flex;align-items:center;justify-content:flex-start;width:100%}.addFiles__info{display:flex;flex-direction:column;font-size:14px;color:#515863;margin-left:auto;align-items:flex-end}.addFilesButton{width:40px;height:40px;background-color:#f6f6f6;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;margin-left:5px}.addFilesButtonLabel{display:inline-flex;align-items:center;cursor:pointer}.addFilesButtonLabel:hover svg{transform:scale(1.3)}.button--disabled{pointer-events:none;opacity:.5}.addFiles__list{margin-top:15px;padding-left:10px;border-left:1px solid #bfc6d1}.addFiles__iconsGrid{display:flex;flex-wrap:nowrap;gap:4px;cursor:pointer}.fileTile{width:40px;height:40px;border:1px solid #bfc6d1;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;background:#fff;cursor:pointer}.fileTile--uploading{cursor:default}.fileTile__spinner{width:18px;height:18px;border-radius:50%;position:relative}.fileTile--uploading .fileTile__progress{position:absolute;bottom:-14px;left:50%;transform:translateX(-50%);font-size:10px;color:#327d8a}@keyframes filespin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fileTile__spinner--indeterminate{border:2px solid rgba(50,125,138,.2);border-top-color:#327d8a;animation:filespin .8s linear infinite}.fileTile__spinner--determinate:after{content:"";position:absolute;inset:3px;background:#fff;border-radius:50%}.fileTile__remove{position:absolute;top:-10px;right:-10px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:1;transform:scale(.8);transition:opacity .2s ease-in-out,transform .2s ease-in-out;pointer-events:none;z-index:10}.fileTile:hover .fileTile__remove{opacity:1;transform:scale(1);pointer-events:auto}@keyframes vibrate-3{0%{transform:translate(0)}10%{transform:translate(-.3px,-.3px)}20%{transform:translate(.3px,-.3px)}30%{transform:translate(-.3px,.3px)}40%{transform:translate(.3px,.3px)}50%{transform:translate(-.3px,-.3px)}60%{transform:translate(.3px,-.3px)}70%{transform:translate(-.3px,.3px)}80%{transform:translate(-.3px,-.3px)}90%{transform:translate(.3px,-.3px)}to{transform:translate(0)}}.fileTile__remove,.fileTile__remove svg{animation:vibrate-3 2.5s linear infinite both}.fileTile__remove:hover{animation:none;transform:scale(1.1)}.fileTile__remove:hover svg{animation:none;transform:scale(1.3);stroke:red}.fileTile__remove:focus-visible{outline:2px solid #327d8a;outline-offset:2px;border-radius:4px}.fileTile__icon{display:flex;cursor:pointer}.fileTile__icon svg{width:21px!important;height:24px!important}.fileTile__preview{width:100%;height:100%;object-fit:cover;border-radius:7px}.fileTile__preview-wrapper{width:40px;height:40px;overflow:hidden;border-radius:7px;display:flex;border:1px solid #bfc6d1}.fileTile--image{padding:0}.addFileButton__input{display:none}.addedFile{display:flex;align-items:center;margin-bottom:10px}.addedFile:last-child{margin-bottom:0}.addedFile__icon{width:24px;display:flex;align-items:center;opacity:.5;cursor:pointer;transition:.25s}.addedFile__icon img{width:100%;height:auto}.addedFile__icon:hover{opacity:1}.addedFile__icon:focus-visible{outline:2px solid #327d8a;border-radius:4px}.addedFile__data{width:calc(100% - 24px);padding-right:10px;display:flex;align-items:center}.addedFile__image{width:24px}.addedFile__text{width:calc(100% - 24px);padding-left:10px}.profile-document-item{margin-bottom:8px}.profile-document-item__collapse{border:1px solid #e5e7eb;border-radius:12px;background:#ffffff;overflow:hidden}.profile-document-item__collapse .ant-collapse-item{border:none}.profile-document-item__collapse .ant-collapse-header{padding:16px 20px;background:#ffffff;border:none;align-items:center}.profile-document-item__collapse .ant-collapse-header:hover{background:#f9fafb}.profile-document-item__collapse .ant-collapse-content{border-top:1px solid #f1f3f4;background:#fafbfc}.profile-document-item__collapse .ant-collapse-content-box{padding:20px}.profile-document-item__header{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative}.profile-document-item__header-left{display:flex;align-items:center;gap:12px;flex:1 1}.profile-document-item__header-right{position:relative}.profile-document-item__info{display:flex;align-items:center;gap:12px;flex:1 1}.profile-document-item__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:#f0f9ff;flex-shrink:0}.profile-document-item__icon svg{width:28px;height:28px;color:#327d8a}.profile-document-item__title{font-size:16px;font-weight:500;color:#374151;margin:0}.profile-document-item__status{display:flex;align-items:center}.profile-document-item__documents-indicator{display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:6px;background:#f0f9ff;color:#327d8a;font-size:14px;font-weight:500}.profile-document-item__documents-indicator svg{width:24px;height:24px;flex-shrink:0}.profile-document-item__documents-count{font-size:12px;font-weight:600;color:#327d8a;min-width:16px;text-align:center}.profile-document-item__actions{position:absolute;top:-36px;right:0;display:flex;align-items:center;gap:6px;padding:6px 8px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-right-radius:8px;border-bottom-left-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;pointer-events:none}.ant-collapse-header:hover .profile-document-item__actions,.profile-document-item__collapse--editing .profile-document-item__actions,.profile-document-item__header:hover .profile-document-item__actions{transform:translateY(0);opacity:1;pointer-events:auto}.profile-document-item__action-btn{display:flex;align-items:center;justify-content:center;padding:6px;border-radius:6px;border:none;background:transparent;transition:all .2s ease;color:#6b7280;cursor:pointer}.profile-document-item__action-btn:hover{background:#f3f4f6;color:#374151}.profile-document-item__action-btn--active{background:rgba(59,130,246,.15);color:#ffffff}.profile-document-item__action-btn--active:hover{background:rgba(59,130,246,.25)}.profile-document-item__action-btn svg{width:16px;height:16px}.profile-document-item__content{margin-top:8px}.profile-document-item__collapse .ant-collapse-expand-icon{color:#9ca3af;font-size:14px;transition:all .2s ease}.profile-document-item__collapse .ant-collapse-item-active .ant-collapse-expand-icon{color:#327d8a}@media (max-width:768px){.profile-document-item__collapse .ant-collapse-header{padding:14px 16px}.profile-document-item__collapse .ant-collapse-content-box{padding:16px}.profile-document-item__icon{width:36px;height:36px}.profile-document-item__icon svg{width:20px;height:20px}.profile-document-item__title{font-size:15px}.profile-document-item__header-left{gap:8px}.profile-document-item__status{margin-left:0}.profile-document-item__documents-indicator{padding:3px 6px;font-size:13px}.profile-document-item__documents-indicator svg{width:14px;height:14px}.profile-document-item__documents-count{font-size:11px}.profile-document-item__actions{padding:4px 6px;gap:4px}.profile-document-item__action-btn{width:28px;height:28px}.profile-document-item__action-btn svg{width:14px;height:14px}}.profile-drawer{position:fixed;z-index:100;top:0;right:0;width:700px;height:100%;background:#fff;box-shadow:0 4px 36px rgba(21,28,39,.25);display:flex;flex-direction:column}.profile-drawer__close{position:absolute;top:15px;right:calc(100% + 15px);width:50px;height:50px;background:#fff;border:1px solid #327d8a;box-shadow:0 0 24px rgba(21,28,39,.25);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-drawer__close path{stroke:#327d8a;transition:.25s}.profile-drawer__close:hover{background:#327d8a}.profile-drawer__close:hover path{stroke:#fff}.profile-drawer__content{height:100%;display:flex;flex-direction:column}.profile-drawer__header{padding:30px 40px 20px;flex-shrink:0}.profile-drawer__title{font-size:24px;font-weight:600;color:#252525;margin:0}.profile-drawer__scrollable{flex:1 1;overflow-y:auto;overflow-x:hidden}.profile-drawer__scrollable::-webkit-scrollbar{width:6px}.profile-drawer__scrollable::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.profile-drawer__scrollable::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.profile-drawer__scrollable::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.profile-drawer__avatar-section{display:flex;flex-direction:column;align-items:center;padding:30px 40px;border-bottom:1px solid #f7fafc}.profile-drawer__avatar{position:relative;width:120px;height:120px;border-radius:16px;overflow:hidden;border:4px solid #f7fafc;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;background:#f7fafc;cursor:pointer;transition:all .3s ease}.profile-drawer__avatar:hover{transform:scale(1.05);border-color:#e2e8f0}.profile-drawer__avatar:hover .profile-drawer__avatar-overlay{opacity:1}.profile-drawer__avatar img{width:100%;height:100%;object-fit:cover}.profile-drawer__avatar svg{width:60%;height:60%;color:#a0aec0}.profile-drawer__avatar-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#ffffff}.profile-drawer__avatar-hint{margin-top:12px;font-size:14px;color:#718096;text-align:center}.profile-drawer__avatar-loading{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;border-radius:12px}.profile-drawer__avatar-spinner{width:50px;height:50px;border-radius:50%;position:relative}.profile-drawer__avatar-spinner:before{content:"";position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 0deg,#327d8a 0deg,#4a9dab 90deg,rgba(50,125,138,.3) 180deg,rgba(50,125,138,.1) 270deg,#327d8a 1turn);animation:avatar-spinner-rotate 1s linear infinite}.profile-drawer__avatar-spinner:after{content:"";position:absolute;inset:4px;border-radius:50%;background:rgba(0,0,0,.6)}@keyframes avatar-spinner-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profile-drawer__form{padding:20px 40px}.profile-drawer__form .inputsWrap{padding:0}.profile-drawer__readonly-field{padding:12px 16px;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#718096;font-size:14px;margin-top:8px}.profile-drawer__footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 40px;background:white;flex-shrink:0}@media (max-width:768px){.profile-drawer{width:100%}.profile-drawer__close{right:auto;left:15px;top:15px}.profile-drawer__avatar-section,.profile-drawer__footer,.profile-drawer__form,.profile-drawer__header{padding-left:20px;padding-right:20px}}.profile-documents{background:#ffffff;border-radius:16px;padding:24px;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.1);width:100%}.profile-documents__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.profile-documents__title-section{display:flex;align-items:center;gap:12px}.profile-documents__title{font-size:20px;font-weight:600;color:#1f2937;margin:0}.profile-documents__info-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#e5f3ff;color:#3b82f6;font-size:12px;font-weight:600;cursor:help;transition:all .2s ease}.profile-documents__info-icon:hover{background:#dbeafe;transform:scale(1.1)}.profile-documents__add-btn{background:#327d8a;border:none;border-radius:8px;height:40px;padding:0 16px;font-weight:500;display:flex;align-items:center;gap:8px;transition:all .2s ease}.profile-documents__add-btn:hover{background:#26606d;transform:translateY(-1px);box-shadow:0 4px 12px rgba(50,125,138,.3)}.profile-documents__add-btn:active{transform:translateY(0)}.profile-documents__add-btn svg{width:16px;height:16px}.profile-documents__list{display:flex;flex-direction:column;gap:16px}.profile-documents__add-btn.ant-btn-primary{background:#327d8a;border-color:#327d8a}.profile-documents__add-btn.ant-btn-primary:hover{background:#26606d!important;border-color:#26606d!important}.profile-documents__add-btn.ant-btn-primary:focus{background:#327d8a;border-color:#327d8a;box-shadow:0 0 0 2px rgba(50,125,138,.2)}@media (max-width:768px){.profile-documents{padding:20px;border-radius:12px}.profile-documents__header{flex-direction:column;align-items:stretch;gap:16px}.profile-documents__title-section{justify-content:center}.profile-documents__title{font-size:18px}.profile-documents__add-btn{width:100%;justify-content:center}.profile-documents__list{gap:12px}}@media (max-width:480px){.profile-documents{padding:16px}.profile-documents__header{margin-bottom:20px}.profile-documents__title{font-size:16px}.profile-documents__info-icon{width:18px;height:18px;font-size:11px}.profile-documents__add-btn{height:36px;padding:0 14px;font-size:14px}}