.card-container{height:100%;overflow-y:auto;background-color:#f8f8f8}.login-card{display:flex;flex-direction:column;border:1px solid #d5d5d5}.guide-link{display:flex;align-items:center;font-size:12px;align-self:center;gap:5px}.guide-link svg{border:1px solid var(--ant-color-primary);border-radius:var(--ant-border-radius)}.guide-link:hover svg{border-color:var(--ant-color-primary-hover)}.help-btn{border:none;cursor:pointer;padding:auto;border-radius:var(--help-border-radius);transition:all var(--help-transition);font-size:14px;min-width:32px;min-height:32px}.help-btn--default{background:var(--help-card);color:var(--help-text);box-shadow:var(--help-shadow);border:var(--help-border)}.help-btn--primary{background:var(--help-primary);color:#fff}.help-btn--primary:hover{background:var(--help-primary-light)}.help-btn--text{background:transparent;color:var(--help-muted);box-shadow:none;padding:6px 8px}.help-btn--text:hover{background:#0000000d}.help-card{background:var(--help-card);padding:20px;border-radius:var(--help-border-radius);box-shadow:var(--help-shadow)}.help-card-title{margin:0 0 14px;color:var(--help-primary)}.help-alert{padding:14px 16px;border-radius:var(--help-border-radius);background:#14b8a614;color:var(--help-primary)}.help-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#14b8a61a;color:var(--help-primary);font-size:12px}.help-link{color:var(--help-primary-light);margin:0 5px}.help-input{width:100%;border:none;outline:none;padding:12px 14px;border-radius:var(--help-border-radius);background:var(--help-card);box-shadow:var(--help-shadow);color:var(--help-text)}.help-list-item{padding:3px 6px;font-size:13px;color:var(--help-muted)}dl.help-list dt{font-size:14px;margin-top:10px}ol.help-list,dl.indexed{list-style:none;padding:0 35px 0 0;position:relative;margin-bottom:10px}ol.help-list li{margin-bottom:5px}ol.help-list .list-static-number{position:absolute;right:-35px;width:20px;height:20px;border-radius:50%;background:var(--help-primary-light);color:#fff;display:flex;justify-content:center;align-items:center;font-size:12px}li.static-numbering{position:relative}ol.help-ordered-list li.help-ordered-list-item.auto-numbering:before,dl.indexed dt:before{content:counter(item);counter-increment:item;position:absolute;right:0;width:20px;height:20px;border-radius:50%;background:var(--help-primary-light);color:#fff;display:flex;justify-content:center;align-items:center;font-size:12px}ol.help-ordered-list,dl.indexed{counter-reset:item}.help-list dd{font-size:13px;color:var(--help-muted);margin-right:0}.help-list-item:last-child{border-bottom:none}.help-empty-state{text-align:center;padding:40px 20px;background:var(--help-card);border-radius:var(--help-border-radius);box-shadow:var(--help-shadow)}.help-empty-state h3{margin-top:0;color:var(--help-primary)}.help-empty-state p{color:var(--help-muted);font-size:13px}.help-stat-card{padding:20px;background:var(--help-card);border-radius:var(--help-border-radius);box-shadow:var(--help-shadow)}.help-stat-title{color:var(--help-muted);margin-bottom:6px;font-size:12px}.help-stat-value{font-size:22px;font-weight:700;color:var(--help-primary)}.help-text{margin:0 0 10px;color:var(--help-muted);font-size:13px;line-height:1.8}.help-image{max-width:100%;width:fit-content;border-radius:5px;box-shadow:var(--help-shadow);overflow:hidden;margin:10px auto;border:1px solid rgb(218,218,218);padding:5px}.help-image img{width:100%;display:block}.help-text-block{margin-bottom:50px}.help-text-block-title{font-size:16px;font-weight:600;margin-bottom:8px;color:#222}.help-text-block-content{font-size:14px;line-height:1.7;color:#444}.help-text-block-content p{margin:0 0 10px}.accordion{width:100%}.accordion-header{font-weight:700;cursor:pointer;height:32px;display:flex;align-items:center;width:100%;transition:background var(--help-transition)}.accordion-body{list-style:none;padding:0;margin:0;width:100%;display:none;flex-direction:column;gap:6px}.accordion.opened .accordion-body{display:flex}.help-table{max-width:100%;border-collapse:collapse;background:var(--help-card);border-radius:var(--help-border-radius);box-shadow:var(--help-shadow);overflow:hidden;font-size:13px;margin:50px auto!important}.help-table thead{background:#14b8a614}.help-table th{text-align:center;padding:12px 14px;color:var(--help-primary);font-weight:600;font-size:12px}.help-table td{padding:12px 14px;color:var(--help-muted);border-top:1px solid rgba(15,23,36,.05)}.help-table-cell--center{text-align:center}.help-number-badge{width:20px;height:20px;border-radius:50%;display:inline-flex;margin-left:5px;align-items:center;justify-content:center;background:var(--help-primary-light);color:#fff;font-size:12px;font-weight:600;line-height:1;-webkit-user-select:none;user-select:none}.help-marker{position:relative;display:inline-block;margin:0 3px}.help-marker-badge{position:absolute;top:-7px;left:-10px;width:15px;height:15px;font-size:9px}.help-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;position:sticky;top:0;z-index:40;background:var(--help-card);box-shadow:var(--help-shadow);border-bottom:1px solid rgba(0,0,0,.05);max-height:fit-content}.help-header__left{display:flex;align-items:center;gap:12px}.help-header__title h1{margin:0;font-size:18px}.help-header__right{width:40%;min-width:220px}@media (min-width: 980px){.help-header__left .sidebar-toggle-btn{display:none!important}}.nav-item{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:4px 8px;border-radius:14px;color:var(--help-text);cursor:pointer;transition:background var(--help-transition),transform var(--help-transition);font-size:14px;border:1px solid #e5e7eb;background:#fff}.nav-sub-list{background-color:#f8fafc;border:1px solid #eef2f7;border-radius:12px;padding:10px;box-sizing:border-box;margin-top:6px;width:100%}.nav-item:hover{background:#f8fafc}.nav-item.active{background:linear-gradient(90deg,#3b82f614,#0ea5e90a);border-color:#3b82f62e;box-shadow:inset 0 0 0 1px #3b82f60f}.nav-item svg{width:18px;height:18px;flex-shrink:0}.nav-item a{display:inline-block;width:100%}.nav-sub-item{padding:8px 10px;cursor:pointer;font-size:13px;transition:background var(--help-transition);border-radius:10px}.nav-sub-item:hover{background:#3b82f614}.nav-list{list-style:none;padding:0;margin:0;direction:rtl;font-family:sans-serif;display:flex;flex-direction:column;gap:6px}.nav-list a{text-decoration:none!important}.help-sidebar{width:var(--help-sidebar-w);min-width:var(--help-sidebar-w);height:calc(100vh - 160px);position:sticky;top:90px;align-self:start;overflow-y:auto;transition:transform var(--help-transition),opacity var(--help-transition);-webkit-user-select:none;user-select:none}help-sidebarh2{font-size:14px;color:var(--help-primary-light)}@media (max-width: 640px){.help-sidebar{width:92%;min-width:unset}}@media (max-width: 980px){.help-sidebar{position:fixed;right:12px;top:80px;height:calc(100vh - 100px);z-index:60}.help-sidebar.closed{transform:translate(110%);opacity:0;pointer-events:none}}.help-section{background:var(--help-card);border-radius:var(--help-border-radius);padding:18px;box-shadow:var(--help-shadow);border:1px solid rgba(15,23,36,.03);margin-bottom:10px;display:block;height:calc(100vh - 160px);overflow-y:auto}.help-section--content{max-width:850px;margin:auto}.help-section h3{margin:0 0 8px;color:var(--help-primary-light)}.help-section p{margin:0 0 5px;font-size:14px}.help-section .list,.help-section .dl{margin-top:12px;padding:0;list-style:none}.help-section .list li{padding:8px 0;display:flex;justify-content:space-between;align-items:center}.help-section .list li:last-child{border-bottom:0}footer.appfoot{margin-top:22px;text-align:center;color:var(--help-muted);font-size:13px}:root{--bg: #f6f9fb;--bg-secondary: #f7f7f7;--help-card: #ffffff;--help-muted: #64748b;--help-text: #0f1724;--help-glass: rgba(255, 255, 255, .6);--help-radius: 12px;--help-shadow: 0 6px 18px rgba(15, 23, 36, .06);--help-sidebar-w: 280px;--help-transition: .25s cubic-bezier(.2, .9, .2, 1);--help-border: 1px solid rgb(223, 223, 223);--help-border-radius: 20px;--help-primary: #0f766e;--help-primary-light: #14b8a6;--help-border-color: rgb(241, 241, 241)}.crm-help{background:var(--bg);color:var(--help-text);direction:rtl;max-height:100vh}.crm-help a{color:inherit;text-decoration:none;color:var(--help-primary-light);text-decoration:underline}.crm-help svg{color:var(--help-primary)}.app{display:grid;grid-template-columns:1fr}.shell{display:grid;grid-template-columns:auto 1fr;position:relative;gap:20px;padding:20px;max-height:100%}.crm-help .content{max-height:100%}.guid{margin-bottom:20px}@media (max-width: 980px){.grid{grid-template-columns:1fr}.shell{padding:18px;grid-template-columns:1fr}}@font-face{font-family:Dana-Hairline;src:url(/assets/DanaFaNum-Hairline-awc1KlGI.woff2)}@font-face{font-family:Dana-Regular;src:url(/assets/DanaFaNum-Regular-coOeJitY.woff2);height:0px!important}@font-face{font-family:Dana-Heavy;src:url(/assets/DanaFaNum-Heavy-CjlMxaP6.woff2)}*{font-family:Dana-Regular}body{background-repeat:no-repeat;background-size:cover;-moz-font-feature-settings:"ss03";-webkit-font-feature-settings:"ss03";font-feature-settings:"ss03"}html,body,#root{height:100%;margin:0;padding:0;overflow:hidden}#root{position:relative}.ant-typography{font-family:Dana-Regular}input,textarea,.ant-tag{font-family:Dana-Regular!important}.ant-avatar img{overflow-clip-margin:unset;overflow:visible}.ant-tag{display:flex;align-items:center}.footer__toolbar{width:100%;display:flex;align-items:center}.ant-btn{line-height:20px}.anticon,.anticon>svg,.ant-segmented-item-icon,.ant-btn-icon{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important}.ant-radio-button-wrapper{line-height:25px!important}.spin-full-height,.spin-full-height>.ant-spin-container{height:100%}.ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{font-family:Dana-Regular}.ant-select-multiple .ant-select-selector{padding:0!important}.ant-select-multiple .ant-select-selection-wrap{margin:auto}.ant-select-multiple .ant-select-selection-overflow-item{margin-block:0px!important}.invoice-list-input .form-itm-txt-inp .ant-input-wrapper{display:flex}.invoice-list-input .form-itm-txt-inp .ant-input-group-addon{width:fit-content;display:flex;align-items:center}#reminder-list-item-countdown .ant-statistic-content{height:fit-content}#reminder-list-item-countdown .ant-statistic-content span{display:block}#reminder-list-item-countdown .ant-statistic-content-value{font-size:10px}.app-settings .ant-switch-inner,.app-settings .ant-switch-inner-checked,.app-settings .ant-switch-inner-unchecked{height:16px}.antd-app-small svg{font-size:16px}.antd-app-small svg.recharts-surface{font-size:14px!important}.antd-app-middle svg{font-size:18px}.antd-app-middle svg.recharts-surface{font-size:14px!important}.antd-app-large svg{font-size:20px}.antd-app-large svg.recharts-surface{font-size:16px!important}.big-calendar-widget .ant-picker-content,.big-calendar-widget .ant-picker-body,.big-calendar-widget .ant-picker-date-panel,.big-calendar-widget .ant-picker-panel{height:100%}.ant-collapse-header-text{width:calc(100% - 10px);padding:0 10px}.hidden{display:none}@media screen and (max-width: 768px){.ant-layout-sider{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px)}@supports not (backdrop-filter: blur(100px)){.antd-app-dark .ant-layout-sider{background-color:#000!important}.antd-app-light .ant-layout-sider{background-color:#fff!important}}}@media screen and (min-width: 768px){.form-builder .form-builder-droppable-col{margin-top:0!important}.form-builder .input-type-draggable{width:100%!important}}@media screen and (min-width: 992px){.resource-information-tab{height:calc(100vh - 190px);overflow-y:auto;overflow-x:hidden;padding-left:10px}}@layer rdg{@layer Defaults,FocusSink,CheckboxInput,CheckboxIcon,CheckboxLabel,Cell,HeaderCell,SummaryCell,EditCell,Row,HeaderRow,SummaryRow,GroupedRow,Root;}@layer rdg.MeasuringCell{.mlln6zg7-0-0-beta-46{contain:strict;grid-row:1;visibility:hidden}}@layer rdg.Cell{.cj343x07-0-0-beta-46{position:relative;padding-block:0;padding-inline:8px;border-inline-end:1px solid var(--rdg-border-color);border-block-end:1px solid var(--rdg-border-color);grid-row-start:var(--rdg-grid-row-start);align-content:center;background-color:inherit;white-space:nowrap;overflow:clip;text-overflow:ellipsis;outline:none}.cj343x07-0-0-beta-46[aria-selected=true]{outline:2px solid var(--rdg-selection-color);outline-offset:-2px}}@layer rdg.Cell{.csofj7r7-0-0-beta-46{position:sticky;z-index:1}.csofj7r7-0-0-beta-46:nth-last-child(1 of.csofj7r7-0-0-beta-46){box-shadow:var(--rdg-cell-frozen-box-shadow)}}@layer rdg.checkboxContainer{.c1bn88vv7-0-0-beta-46{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0}}@layer rdg.CheckboxInput{.c1qt073l7-0-0-beta-46{inline-size:20px;block-size:20px}.c1qt073l7-0-0-beta-46:focus-visible{outline:2px solid var(--rdg-checkbox-focus-color);outline-offset:-3px}.c1qt073l7-0-0-beta-46:enabled{cursor:pointer}}@layer rdg.GroupCellContent{.g1s9ylgp7-0-0-beta-46{outline:none}}@layer rdg.GroupCellCaret{.cz54e4y7-0-0-beta-46{margin-inline-start:4px;stroke:currentColor;stroke-width:1.5px;fill:transparent;vertical-align:middle}.cz54e4y7-0-0-beta-46>path{transition:d .1s}}@layer rdg.DragHandle{.c1w9bbhr7-0-0-beta-46{--rdg-drag-handle-size: 8px;z-index:0;cursor:move;inline-size:var(--rdg-drag-handle-size);block-size:var(--rdg-drag-handle-size);background-color:var(--rdg-selection-color);place-self:end}.c1w9bbhr7-0-0-beta-46:hover{--rdg-drag-handle-size: 16px;border:2px solid var(--rdg-selection-color);background-color:var(--rdg-background-color)}}@layer rdg.DragHandle{.c1creorc7-0-0-beta-46{z-index:1;position:sticky}}@layer rdg.EditCell{.cis5rrm7-0-0-beta-46{padding:0}}@layer rdg.SortableHeaderCell{.h44jtk67-0-0-beta-46{display:flex}}@layer rdg.SortableHeaderCellName{.hcgkhxz7-0-0-beta-46{flex-grow:1;overflow:clip;text-overflow:ellipsis}}@layer rdg.HeaderCell{.c6l2wv17-0-0-beta-46{cursor:pointer}}@layer rdg.HeaderCell{.c1kqdw7y7-0-0-beta-46{touch-action:none}}@layer rdg.HeaderCell{.r1y6ywlx7-0-0-beta-46{cursor:col-resize;position:absolute;inset-block-start:0;inset-inline-end:0;inset-block-end:0;inline-size:10px}}.c1bezg5o7-0-0-beta-46{opacity:.5}.c1vc96037-0-0-beta-46{background-color:var(--rdg-header-draggable-background-color)}@layer rdg.Row{.r1upfr807-0-0-beta-46{display:contents;background-color:var(--rdg-background-color)}.r1upfr807-0-0-beta-46:hover{background-color:var(--rdg-row-hover-background-color)}.r1upfr807-0-0-beta-46[aria-selected=true]{background-color:var(--rdg-row-selected-background-color)}.r1upfr807-0-0-beta-46[aria-selected=true]:hover{background-color:var(--rdg-row-selected-hover-background-color)}}@layer rdg.FocusSink{.r190mhd37-0-0-beta-46{outline:2px solid var(--rdg-selection-color);outline-offset:-2px}}@layer rdg.FocusSink{.r139qu9m7-0-0-beta-46:before{content:"";display:inline-block;block-size:100%;position:sticky;inset-inline-start:0;border-inline-start:2px solid var(--rdg-selection-color)}}@layer rdg.HeaderRow{.h10tskcx7-0-0-beta-46{display:contents;background-color:var(--rdg-header-background-color);font-weight:700}.h10tskcx7-0-0-beta-46>.cj343x07-0-0-beta-46{z-index:2;position:sticky}.h10tskcx7-0-0-beta-46>.csofj7r7-0-0-beta-46{z-index:3}}@layer rdg.Cell{.c6ra8a37-0-0-beta-46{background-color:#ccf}}@layer rdg.Cell{.cq910m07-0-0-beta-46{background-color:#ccf}.cq910m07-0-0-beta-46.c6ra8a37-0-0-beta-46{background-color:#99f}}@layer rdg.SortIcon{.a3ejtar7-0-0-beta-46{fill:currentColor}.a3ejtar7-0-0-beta-46>path{transition:d .1s}}@layer rdg.Defaults{.rnvodz57-0-0-beta-46 *,.rnvodz57-0-0-beta-46 *:before,.rnvodz57-0-0-beta-46 *:after{box-sizing:inherit}}@layer rdg.Root{.rnvodz57-0-0-beta-46{--rdg-color: #000;--rdg-border-color: #ddd;--rdg-summary-border-color: #aaa;--rdg-background-color: hsl(0deg 0% 100%);--rdg-header-background-color: hsl(0deg 0% 97.5%);--rdg-header-draggable-background-color: hsl(0deg 0% 90.5%);--rdg-row-hover-background-color: hsl(0deg 0% 96%);--rdg-row-selected-background-color: hsl(207deg 76% 92%);--rdg-row-selected-hover-background-color: hsl(207deg 76% 88%);--rdg-checkbox-focus-color: hsl(207deg 100% 69%);--rdg-selection-color: #66afe9;--rdg-font-size: 14px;--rdg-cell-frozen-box-shadow: 2px 0 5px -2px rgba(136, 136, 136, .3);display:grid;color-scheme:var(--rdg-color-scheme, light dark);accent-color:light-dark(hsl(207deg 100% 29%),hsl(207deg 100% 79%));contain:content;content-visibility:auto;block-size:350px;border:1px solid var(--rdg-border-color);box-sizing:border-box;overflow:auto;background-color:var(--rdg-background-color);color:var(--rdg-color);font-size:var(--rdg-font-size)}.rnvodz57-0-0-beta-46:dir(rtl){--rdg-cell-frozen-box-shadow: -2px 0 5px -2px rgba(136, 136, 136, .3)}.rnvodz57-0-0-beta-46:before{content:"";grid-column:1/-1;grid-row:1/-1}.rnvodz57-0-0-beta-46.rdg-dark{--rdg-color-scheme: dark;--rdg-color: #ddd;--rdg-border-color: #444;--rdg-summary-border-color: #555;--rdg-background-color: hsl(0deg 0% 13%);--rdg-header-background-color: hsl(0deg 0% 10.5%);--rdg-header-draggable-background-color: hsl(0deg 0% 17.5%);--rdg-row-hover-background-color: hsl(0deg 0% 9%);--rdg-row-selected-background-color: hsl(207deg 76% 42%);--rdg-row-selected-hover-background-color: hsl(207deg 76% 38%);--rdg-checkbox-focus-color: hsl(207deg 100% 89%)}.rnvodz57-0-0-beta-46.rdg-light{--rdg-color-scheme: light}@media (prefers-color-scheme: dark){.rnvodz57-0-0-beta-46:not(.rdg-light){--rdg-color: #ddd;--rdg-border-color: #444;--rdg-summary-border-color: #555;--rdg-background-color: hsl(0deg 0% 13%);--rdg-header-background-color: hsl(0deg 0% 10.5%);--rdg-header-draggable-background-color: hsl(0deg 0% 17.5%);--rdg-row-hover-background-color: hsl(0deg 0% 9%);--rdg-row-selected-background-color: hsl(207deg 76% 42%);--rdg-row-selected-hover-background-color: hsl(207deg 76% 38%);--rdg-checkbox-focus-color: hsl(207deg 100% 89%)}}.rnvodz57-0-0-beta-46>:nth-last-child(1 of.rdg-top-summary-row)>.cj343x07-0-0-beta-46{border-block-end:2px solid var(--rdg-summary-border-color)}.rnvodz57-0-0-beta-46>:nth-child(1 of.rdg-bottom-summary-row)>.cj343x07-0-0-beta-46{border-block-start:2px solid var(--rdg-summary-border-color)}}@layer rdg.Root{.vlqv91k7-0-0-beta-46{-webkit-user-select:none;user-select:none}.vlqv91k7-0-0-beta-46 .r1upfr807-0-0-beta-46{cursor:move}}@layer rdg.FocusSink{.f1lsfrzw7-0-0-beta-46{grid-column:1/-1;pointer-events:none;z-index:1}}@layer rdg.FocusSink{.f1cte0lg7-0-0-beta-46{z-index:3}}@layer rdg.SummaryCell{.s8wc6fl7-0-0-beta-46{inset-block-start:var(--rdg-summary-row-top);inset-block-end:var(--rdg-summary-row-bottom)}}@layer rdg.SummaryRow{.skuhp557-0-0-beta-46>.cj343x07-0-0-beta-46{position:sticky}}@layer rdg.SummaryRow{.tf8l5ub7-0-0-beta-46>.cj343x07-0-0-beta-46{z-index:2}.tf8l5ub7-0-0-beta-46>.csofj7r7-0-0-beta-46{z-index:3}}@layer rdg.GroupedRow{.g1yxluv37-0-0-beta-46:not([aria-selected=true]){background-color:var(--rdg-header-background-color)}.g1yxluv37-0-0-beta-46>.cj343x07-0-0-beta-46:not(:last-child,.csofj7r7-0-0-beta-46),.g1yxluv37-0-0-beta-46>:nth-last-child(n+2 of.csofj7r7-0-0-beta-46){border-inline-end:none}}@layer rdg.TextEditor{.t7vyx3i7-0-0-beta-46{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;inline-size:100%;block-size:100%;padding-block:0;padding-inline:6px;border:2px solid #ccc;vertical-align:top;color:var(--rdg-color);background-color:var(--rdg-background-color);font-family:inherit;font-size:var(--rdg-font-size)}.t7vyx3i7-0-0-beta-46:focus{border-color:var(--rdg-selection-color);outline:none}.t7vyx3i7-0-0-beta-46::placeholder{color:#999;opacity:1}}.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)}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;opacity:0}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}
