@charset "UTF-8";*{box-sizing:border-box;padding:0;margin:0;font-family:Manrope,sans-serif;font-style:normal}html,body{height:100%}body{background-color:var(--bg);color:var(--main);font-family:Inter,serif}#root{height:100%}ol,ul{list-style:none}a{color:inherit;text-decoration:none;cursor:pointer}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._text_1qaed_1{position:relative;top:10px;z-index:2;margin-left:8px;font-family:Aldrich,serif;font-size:14px;font-weight:400;line-height:17px;background-color:#fff;width:max-content;padding:0 8px}._textarea_1qaed_15{border:1px solid #788880;min-height:146px;padding-top:16px;padding-left:14px;font-size:18px}._textarea_1qaed_15:hover,._textarea_1qaed_15:active,._textarea_1qaed_15:focus{border:1px solid #788880}._upload_pz2h5_1{height:100%}._upload_pz2h5_1>div{width:100%!important}._text_pz2h5_8{display:flex;flex-direction:column}._wrapper_79o8j_1{display:flex;gap:5px;width:100%}@media (max-width: 768px){._wrapper_79o8j_1{flex-direction:column!important}}._button_79o8j_12{display:flex;justify-content:center;align-items:center;height:72px;width:100%;font-size:18px;line-height:30px;font-weight:400}._wrapper_1lf04_2{position:relative;background-color:#ffffff80}._upload_1lf04_6{padding:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}._selected-row_1lf04_13 td:first-child{border-left:5px solid #1890ff!important;padding-left:0!important}._selected-row_1lf04_13 td:not(:first-child){background:transparent!important}._selected-row_1lf04_13:hover td:not(:first-child){background-color:#f5f5f5!important}.ant-table-tbody>tr:hover:not(.selected-row) td{background-color:#f5f5f5!important}.ant-table-tbody>tr.ant-table-row-selected td{background-color:#e6f4ff!important}.ant-table-tbody>tr.ant-table-row-selected.selected-row td:first-child{border-left:5px solid #1890ff!important}.ant-table-tbody>tr.ant-table-row-selected.selected-row td:not(:first-child){background-color:#fafafa!important}.ant-table-column-sort,.ant-table-cell.ant-table-column-sort{background:inherit!important}.ant-table-tbody>tr.selected-row td:first-child{border-left:5px solid #1890ff!important}.ant-table-tbody>tr.selected-row td:not(:first-child){background:unset!important}._error_1lf04_57{padding:4px;background-color:#f8d7da;margin-top:8px}._table_element__last_1lf04_63{width:30px}._footer_1lf04_67{display:flex;flex-direction:column;padding-top:8px}._note_1lf04_73{display:flex;align-items:center;font-size:12px;color:#888}._infoIcon_1lf04_80{margin-left:4px;cursor:pointer;color:#1890ff}._customTooltip_1lf04_87 .ant-tooltip-inner{min-width:400px;padding:16px;font-size:16px;line-height:1.5;background-color:#fff;color:#333;border-radius:4px;box-shadow:0 2px 8px #00000026}._customTooltip_1lf04_87 .ant-tooltip-arrow{border-color:#fff}._wrapper_cwiyi_1{position:relative}._input_cwiyi_5{min-height:48px}._label_cwiyi_9{position:absolute;font-family:Aldrich,serif;left:4px;top:-8px;z-index:2;font-size:14px;line-height:16px;font-weight:400;background-color:#fff;padding:0 4px}._wrapper_1gi78_1{background-color:#ffffff80;padding:38px}._title_1gi78_6{margin-bottom:28px;font-size:20px;font-weight:500}._form_1gi78_12{display:flex;flex-direction:column;width:90%}@media (max-width: 1240px){._form_1gi78_12{width:100%}._form_1gi78_12>div{width:100%}}._form_item_1gi78_25{display:flex;margin-bottom:0}._form_item_1gi78_25:has(._position_1gi78_29),._form_item_1gi78_25:has(._fio_1gi78_29){width:100%}._form_item_1gi78_25:has(._position_1gi78_29)>div,._form_item_1gi78_25:has(._fio_1gi78_29)>div{width:100%}@media (max-width: 768px){._form_item_1gi78_25{width:100%;display:flex}}._row_1gi78_42{display:flex;flex-direction:row;align-items:center;height:min-content;margin-bottom:40px;width:100%;gap:16px}@media (max-width: 768px){._row_1gi78_42{flex-direction:column}}._signature_button_1gi78_57{min-height:48px;max-width:148px;min-width:148px;position:relative}._signature_button__active_1gi78_63{background-color:#1e5e2a!important}@media (max-width: 768px){._signature_button_1gi78_57{width:100%;max-width:100%}}._actions_wrapper_1gi78_73{display:flex;flex-direction:row;align-items:center}@media (max-width: 768px){._actions_wrapper_1gi78_73{width:100%;flex-direction:row;justify-content:space-between;gap:8px}}._card_1egbx_1{display:flex;background-color:#ffffff80;width:100%}._card_1egbx_1>div{width:100%}._form_1egbx_10{display:flex;flex-direction:row;justify-content:space-between;width:90%;margin:0 auto;padding:44px;gap:16px}@media (max-width: 1240px){._form_1egbx_10{width:100%;flex-direction:column}}._changes_input_1egbx_26>input{border:1px solid #788880}._wrapper_1jo3l_1{position:relative}._label_1jo3l_5{position:absolute;font-family:Aldrich,serif;left:4px;top:-8px;z-index:2;font-size:14px;line-height:16px;font-weight:400;background-color:#fff;padding:0 4px}._input_1jo3l_18{min-height:48px;width:304px;border:1px solid #788880;width:100%}._card_wjatb_1{display:flex;background-color:#fff;border:1px solid #788880;height:48px;padding:0}._card_wjatb_1>div{padding:12px!important}._label_wjatb_12{position:absolute;font-family:Aldrich,serif;left:4px;top:-8px;z-index:2;font-size:14px;line-height:16px;font-weight:400;background-color:#fff;padding:0 4px;margin:0}._input_wjatb_26{min-height:48px;width:304px}._wrapper_1se50_1{position:relative;min-width:172px;width:100%}._label_1se50_7{position:absolute;font-family:Aldrich,serif;left:4px;top:-8px;z-index:2;font-size:14px;line-height:16px;font-weight:400;background-color:#fff;padding:0 4px}._select_1se50_20{height:48px;border-radius:6px;border:1px solid #788880}._select_hqyf0_1{width:408px;height:92px;border-radius:6px;color:#fff}._select_hqyf0_1>div{background-color:#788880}@media (max-width: 1024px){._select_hqyf0_1{width:100%}}._button_1gcna_1{height:93px;min-width:240px;color:#fff;font-size:18px;line-height:24px}@media (max-width: 1240px){._button_1gcna_1{display:flex;width:100%}}._buttons_wrapper_1gcna_15{display:flex;gap:8px}@media (max-width: 1024px){._buttons_wrapper_1gcna_15{flex-direction:column}}._wrapper_zvyiq_1{padding:47px 80px 107px;height:100%;position:relative}._upload_zvyiq_7{max-height:217px}._tabs_zvyiq_11{margin-top:32px;display:flex;justify-content:center;width:100%}._content_zvyiq_18{margin-top:26px}._signers_zvyiq_22{margin-top:46px}._details_zvyiq_26{margin-top:24px}._files_table_zvyiq_30{margin-top:26px}._bottom_panel_zvyiq_34{display:flex;flex-direction:row;justify-content:space-between;margin-top:38px;width:100%}@media (max-width: 1024px){._bottom_panel_zvyiq_34{flex-direction:column}._bottom_panel_zvyiq_34>div{width:100%}}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}._wrapper_h9eei_1{position:relative}._table_h9eei_5{background-color:#ffffff80!important}._row_h9eei_9{padding:10px}._wrapper_yaemv_1{padding:47px 60px 107px;height:100%;position:relative}._add_button_container_yaemv_7{margin-top:24px;display:flex;flex-direction:column;align-items:flex-end;gap:8px;margin-left:auto;width:400px}._add_button_yaemv_7{padding:20px;max-width:400px;text-transform:uppercase;border:none}._tariff_message_yaemv_24{text-align:end;color:#ff4d4f;max-width:400px;padding:8px 12px;background-color:#fff2f0;border:1px solid #ffccc7;border-radius:4px;margin-top:8px}._tariff_message_yaemv_24 a{text-decoration:none;display:block}._tariff_message_yaemv_24 a:hover{text-decoration:underline}._form_1g8d6_1{padding:20px 0}._wrapper_rkjce_1{position:relative}._input_rkjce_5{padding-top:12px;min-height:48px}._label_rkjce_10{position:absolute;font-family:Aldrich,serif;left:4px;top:-8px;z-index:2;font-size:14px;line-height:16px;font-weight:400;background-color:#fff;padding:0 4px}._wrapper_1bbdh_1{margin:0 auto;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;width:100%;padding:40px}._back_link_1bbdh_12{position:absolute;left:40px;top:40px}._errorMessage_1bbdh_18{display:block;text-align:left}._form_1bbdh_23{margin-top:24px;width:300px}._button_1bbdh_28:disabled{border:rgba(255,255,255,.3);background-color:#ffffff4d;cursor:default}._wrapper_why1e_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:80px}._form_why1e_11{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:32px;width:100%;max-width:400px}._form__item_why1e_21{width:100%}._errorMessage_why1e_25{display:block;text-align:left}._submit_why1e_30{width:100%;background-color:#788880;padding:10px;color:#fff;width:300px}._registraion_link_why1e_38{display:flex;justify-content:center}._registration_button_why1e_43{display:flex;justify-content:center;text-align:center;border-radius:10px;width:100%;padding:10px;background-color:#788880;margin-top:8px;color:#fff;width:300px}._forgot_password_why1e_56{margin-top:8px;text-align:center}._wrapper_17z9y_1{display:flex;position:relative;align-items:center;justify-content:center;width:100%;flex-direction:column;margin:0 auto;padding:40px}._wrapper_text_17z9y_11{display:flex;flex-direction:column;align-self:center;max-width:400px}._back_link_17z9y_18{position:absolute;left:20px;top:40px}._forgotPassword_17z9y_24{margin-top:32px}._errorMessage_17z9y_28{display:block;text-align:left}._button_17z9y_33{width:400px}._resetPasswordEmailVerificationpWrapper_9bppb_1{display:flex;justify-content:center;flex-direction:column;width:300px;margin-top:-100px}._resetPasswordEmailVerificationpWrapper_9bppb_1._md_9bppb_8{width:max-content}._wrapper_sofdo_1{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;padding:40px}._form_sofdo_10{width:100%;margin-top:32px;max-width:500px}._button_sofdo_16:disabled{background-color:#fff9;cursor:default}._errorMessage_sofdo_21{display:block;text-align:left;color:#ff4d4f;margin-bottom:16px}._login_link_sofdo_28{display:flex;align-items:center;justify-content:center}._successContainer_sofdo_34{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:30px}._resendForm_sofdo_42{margin-top:24px;display:flex;flex-direction:column;align-items:center;width:100%;max-width:500px}._resendInput_sofdo_51,._resendButton_sofdo_55{margin-bottom:16px}._resendErrorMessage_sofdo_59{color:#ff4d4f;margin-top:8px;display:block;text-align:center}._resendSuccessMessage_sofdo_66{color:green;margin-top:8px;display:block;text-align:center}._resendPrompt_sofdo_73{margin-top:24px}._emailInput_sofdo_77{background-color:#fff}._emailInput_sofdo_77:disabled{background-color:#f5f5f5}._wrapper_joj7q_1{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;padding:40px}._wrapper_1q8s6_1{display:flex;justify-content:center;align-items:center;padding:40px}._wrapper_1q8s6_1>div{width:100%}._form_1mcm3_1{display:flex;flex-direction:column;padding:20px 0}._form_1mcm3_1 ._form_item_1mcm3_6{width:100%}._top_row_1mcm3_10{display:flex;gap:58px}._bottom_row_1mcm3_15{display:flex;flex-direction:column;max-width:calc(50% - 29px)}._submit_1mcm3_21{background-color:#788880;color:#fff}._buttons_1mcm3_26{margin-left:auto;display:flex;gap:8px}._wrapper_u44c8_1{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px}._wrapper_u44c8_1>div{width:100%}._tariff_text_u44c8_12{display:flex;flex-direction:column;gap:16px;max-width:70%}._failed_payment__wrapper_u44c8_19{margin-bottom:24px}._failed_payment_u44c8_19{display:flex;gap:24px;align-items:center}._failed_payment_content_u44c8_29{display:flex;flex-direction:column;gap:8px}._payment_status_u44c8_35{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;align-items:flex-start}._auto_renewal_u44c8_43{display:flex;flex-direction:column;gap:8px}._auto_renewal__button_u44c8_49{background-color:#788880;color:#fff;width:240px}._auto_renewal__button_u44c8_49:hover{background-color:#57645d!important;color:#fff!important}._modal_buttons_u44c8_59{display:flex;gap:8px;margin-top:16px}._payment_actions_u44c8_65{display:flex;gap:8px;margin-top:8px}._select_9k8hu_1{width:100%;height:48px}._button_9k8hu_6{background-color:#788880;height:48px;color:#fff}._button_9k8hu_6:hover:not(._button_disabled_9k8hu_11){background-color:#57645d!important;color:#fff!important}._wrapper_9k8hu_16{display:flex;flex-direction:column;position:relative}._wrapper_9k8hu_16>div{display:flex;align-items:center;gap:8px}._error_message_9k8hu_27{position:absolute;color:#ff4d4f;margin-top:4px;top:100%}._table_m4sz1_1{background-color:#ffffff80!important}._row_m4sz1_5{padding:10px}._selected-row_m4sz1_9{background-color:#f0f0f0}._select_1wbz4_1{margin:16px 0}._wrapper_zxcsu_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;margin-top:100px}._title_zxcsu_10{font-size:24px;font-weight:600;margin:0}._actions_zxcsu_16{display:flex;flex-direction:column;gap:10px;align-items:center}._link_zxcsu_23{font-size:16px;color:#69b1ff;text-decoration:underline}._link_zxcsu_23:hover{color:#40a9ff}._wrapper_1xhzb_1{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px}._wrapper_1xhzb_1>div{width:100%}._header_container_1bu7a_1{height:80px;display:flex;justify-content:space-between;align-items:center;padding-right:19px;background-color:#fff}._header_logo_1bu7a_9{width:80px;height:80px;margin-top:2px}._header_wrapper_1bu7a_14{display:flex;gap:94px}._header_links_1bu7a_18{display:flex;gap:20px}._header_navlink_1bu7a_22{display:flex;align-items:center;font-family:Inter,serif;line-height:29px;font-size:24px;font-weight:600;text-transform:uppercase}._header_profile_1bu7a_31{display:flex;align-items:center;justify-content:center;height:60px;width:60px;background-color:#6c757d;border-radius:20px}._header_profile_1bu7a_31 img{width:40px;height:40px}._wrapper_2tisq_1{display:flex;flex-direction:column;width:451px;padding:0 8px;box-sizing:border-box}._row_2tisq_9{font-size:24px;line-height:29px;border-bottom:1px solid #000;display:flex;align-items:center;padding:32px 0}._logout_button_2tisq_19{height:100%;border:none;padding:0;font-size:24px;line-height:29px}._logout_button_2tisq_19:hover{background:none!important}._banner_1vo3h_1{position:fixed;bottom:20px;right:20px;z-index:999;width:30%;min-width:250px;max-width:400px;background:linear-gradient(135deg,#56645d,#788880);padding:12px 16px;text-align:center;cursor:pointer;transition:background .2s ease,transform .2s ease;box-shadow:0 4px 12px #0003;border-radius:8px}._banner_1vo3h_1:hover{background:linear-gradient(135deg,#788880,#56645d);transform:translateY(-2px);box-shadow:0 6px 16px #00000040}._banner_expired_1vo3h_22{background:linear-gradient(135deg,#ff7875,#ff4d4f)}._banner_expired_1vo3h_22:hover{background:linear-gradient(135deg,#ff4d4f,#ff7875)}._banner_text_1vo3h_28{color:#fff;font-size:14px;font-weight:500;-webkit-user-select:none;user-select:none}._layout_1d3lh_1{width:100%;background-color:#eef1f6;background-image:url(/background-pattern.png);background-repeat:repeat;background-size:25%;min-height:100%}.ant-checkbox-inner{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.react-resizable{position:relative;background-clip:padding-box}.react-resizable-handle{position:absolute;inset-inline-end:-5px;bottom:0;z-index:1;width:10px;height:100%;cursor:col-resize}.ant-radio-checked .ant-radio-inner{border-color:#788880!important;background-color:#788880!important}.ant-radio:hover .ant-radio-inner,.ant-radio-wrapper:hover .ant-radio-inner{border-color:#57645d!important}.ant-checkbox-checked .ant-checkbox-inner{background-color:#788880;border-color:#788880}.ant-checkbox-wrapper:hover .ant-checkbox-checked .ant-checkbox-inner,.ant-checkbox-checked:hover .ant-checkbox-checked .ant-checkbox-inner{background-color:#9ba5a0!important;border-color:#9ba5a0!important}.ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#9ba5a0!important}.ant-btn-variant-outlined:hover{border:1px solid #57645d!important;color:#000!important}.ant-btn-primary{background:#788880;border-color:#788880}.ant-btn-primary:hover{background:#57645d!important;border-color:#57645d!important;color:#fff!important}.ant-input:hover{border-color:#57645d;outline:0}.ant-input:focus{border-color:#57645d;outline:0}.ant-input-outlined:hover{border-color:#57645d;outline:0}.ant-picker:hover,.ant-picker:focus{border-color:#57645d;box-shadow:0 0 0 2px #7888801a}.ant-radio-button-wrapper-checked{background-color:#57645d!important;border-color:#57645d!important;color:#fff!important}.ant-radio-button-wrapper-checked:before{background-color:transparent!important}.ant-radio-button-wrapper:hover{color:#000000e0}.ant-select:hover .ant-select-selector,.ant-select:focus-visible .ant-select-selector{border:1px solid #57645d!important}.ant-select-selector:focus-visible{border:1px solid #57645d!important}.ant-select-focused .ant-select-selector{border-color:#57645d!important}a:hover{color:#788880}
