.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;-moz-user-select:none;-ms-user-select:none;-o-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}.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)}.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)}:root{--primary-color: #29074b;--primary-color-hover: #ff0066;--secundary-color: #be004c;--secundary-color-hover: #8f1747;--dark-color: #100020;--success-color: #0f9d58;--warning-color: #fbbc05;--error-color: #d93025;--text-color: #ffffff;--font-family: "Roboto", "Segoe UI", "Helvetica Neue", sans-serif;--input-height: 1.8rem;--border-radius: 15px;--shadow-sm: 0 1px 3px rgba(60, 64, 67, .15);--shadow-md: 0 2px 6px rgba(0, 0, 0, .15)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-family);font-size:16px;color:#202124;background-color:var(--dark-color);line-height:1.5}#root{margin:0;padding:0;height:100%;width:100%;overflow:hidden}h1{font-size:2.5rem;margin:1rem 0}h2{font-size:2rem;margin:1rem 0}h3{font-size:1.75rem;margin:1rem 0}h4{font-size:1.5rem;margin:1rem 0}h5{font-size:1.25rem;margin:1rem 0}h6{font-size:1rem;margin:1rem 0}p,ul,ol{margin:1rem 0}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}input,textarea,select,.button,button{font-family:inherit;font-size:1rem;height:var(--input-height);padding:0 14px;border-radius:var(--border-radius);background:var(--text-color);transition:all .2s ease;white-space:nowrap}input:focus,textarea:focus,select:focus{border-color:var(--primary-color);outline:none}textarea{min-height:120px;padding:10px 14px;height:auto;resize:vertical}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:16px;padding-right:40px;-webkit-appearance:none;-moz-appearance:none}button,.button,input[type=button],input[type=submit]{background-color:var(--primary-color);color:var(--text-color);border:none;font-weight:500;cursor:pointer;transition:background .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center}button:hover,.button:hover,input[type=button]:hover,input[type=submit]:hover{background-color:var(--primary-color-hover);box-shadow:var(--shadow-md);text-decoration:none}button:disabled,.button:disabled{background-color:#ccc;cursor:not-allowed}input[type=checkbox],input[type=radio]{width:auto;margin-right:5px;height:auto}label{font-weight:500;margin-bottom:.5rem;display:block}table{width:100%;border-collapse:collapse;margin:1rem 0;background:var(--text-color);border-radius:var(--border-radius);overflow:hidden}th,td{padding:12px 15px;border-bottom:1px solid #eee;text-align:left}th{background:#f1f3f4;font-weight:600}tr:hover{background:#f9f9f9}.success{color:var(--success-color)}.warning{color:var(--warning-color)}.error{color:var(--error-color)}section,article,aside,nav{margin-bottom:2rem;background:var(--text-color);padding:20px;border-radius:var(--border-radius);box-shadow:var(--shadow-sm)}::-webkit-scrollbar{width:10px;background:var(--dark-color);border-radius:var(--border-radius)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:var(--border-radius);transition:background .2s}::-webkit-scrollbar-thumb:hover{background:var(--primary-color-hover)}::-webkit-scrollbar-corner{background:var(--dark-color)}html{scrollbar-width:thin;scrollbar-color:var(--primary-color) var(--dark-color)}
