@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{font-family:Poppins,sans-serif}*{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;user-select:none}*::-webkit-scrollbar{width:5px;height:5px}*::-webkit-scrollbar-track{background:var(--bg-dark)}*::-webkit-scrollbar-thumb{background:gray;border-radius:2px}*::-webkit-scrollbar-thumb:hover{background:#000}.main-window{display:flex;flex-direction:column;width:100%;height:100vh;background:var(--bg-dark);color:var(--text);overflow:hidden}.navegation-container{display:flex;flex-direction:row;flex:1;overflow:hidden}.content{display:flex;flex-direction:column;flex:1;overflow:hidden}.main-content{position:relative;display:flex;flex-direction:column;flex:1;overflow:hidden}.icon-container{width:30px;height:30px;display:flex;justify-content:center;align-items:center;background:var(--bg-light);border-radius:4px;box-shadow:var(--shadow-s);color:var(--text)}.icon-container:hover{cursor:pointer;opacity:.8}:root{--p3: #2F57A6;--p2: #849BCA;--p1: #D6E1F8}:root.light{--bg-dark: hsl(0, 0%, 90%);--bg: hsl(0, 0%, 95%);--bg-light: hsl(0, 0%, 100%);--border: hsl(0, 0%, 70%);--text: hsl(0, 0%, 5%);--text-muted: hsl(0, 0%, 35%);--shadow-s: 0 1px 5px 2px #00000010;--shadow: 0 1px 14px 4px #00000025;--shadow-l: 0 1px 14px 12px #00000025;--green: #038a0a;--orange: #c97a40;--red: #c41c1c;--blue: #037bb3}:root.dark{--bg-dark: hsl(0, 0%, 90%);--bg: hsl(0, 0%, 95%);--bg-light: hsl(0, 0%, 100%);--border: hsl(0, 0%, 70%);--text: hsl(0, 0%, 5%);--text-muted: hsl(0, 0%, 35%);--shadow-s: 0 1px 5px 2px #00000010;--shadow: 0 1px 14px 4px #00000025;--shadow-l: 0 1px 14px 12px #00000025;--green: #0d692f;--orange: #c97a40;--red: #aa0000;--blue: #0ea5e9}._container_qld7z_1{display:flex;height:100vh;width:100%;background:var(--bg-dark);justify-content:center;align-items:center}._loginArea_qld7z_10{display:flex;flex-direction:column;text-align:center;width:450px;background-color:var(--bg);border-radius:5px;box-shadow:var(--shadow);padding:10px;gap:10px;color:var(--text)}._errorLabel_qld7z_23{font-size:12px;color:var(--red)}@keyframes _spin_hurpq_78{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _dropExpandCenter_hurpq_1{0%{opacity:0;transform:translateY(0) translate(-50%);width:5px}to{transform:translateY(0) translate(-50%);width:100%}}@keyframes _vibrate_hurpq_1{0%{transform:rotate(2deg)}25%{transform:rotate(-10deg)}50%{transform:rotate(10deg)}75%{transform:rotate(-10deg)}to{transform:rotate(2deg)}}._button_hurpq_3{position:relative;display:flex;width:fit-content;justify-content:center;align-items:center;height:30px;padding:0 15px;border-radius:4px;font-size:12px;transition:opacity .2s ease;box-shadow:var(--shadow-s)}._width_hurpq_17{width:fit-content}._fullWidth_hurpq_21{width:100%}._small_hurpq_25{padding:0 10px;font-size:10px}._button_hurpq_3:hover{cursor:pointer;opacity:.6}._button_hurpq_3._disabled_hurpq_35{background:var(--border);color:var(--text-muted);pointer-events:none}._primary_hurpq_41{background:var(--p3);color:var(--p1)}._light_hurpq_46{background:var(--p1);color:var(--n4)}._red_hurpq_51{background:var(--red);color:var(--p1)}._green_hurpq_56{background:var(--green);color:var(--n8)}._yellow_hurpq_61{background:#e9e51c;color:var(--n4)}._gray_hurpq_66{background:#999;color:var(--n4)}._blackAndOrange_hurpq_71{background:linear-gradient(90deg,#000,#fdaa0f);color:var(--p1)}._spinner_hurpq_78{position:absolute;right:10px;width:20px;height:20px;border:2px solid rgba(0,0,0,.1);border-top:2px solid var(--text);border-radius:50%;animation:_spin_hurpq_78 1.5s linear infinite}._inputContainer_1h47r_1{width:200px;height:30px;border:1px solid var(--border);border-radius:4px;padding:0 10px;background:var(--bg-light);color:var(--text);font:12px;box-shadow:var(--shadow-s)}._inverted_1h47r_13{background:var(--n9);color:var(--n0)}._transluced_1h47r_18{background:#fff6;color:#000}._noShadow_1h47r_23{box-shadow:none}._borderless_1h47r_27{border:0px solid}._fullWidth_1h47r_31{width:100%}._isValid_1h47r_35{border:1px solid var(--green)}._small_1h47r_39{padding:0 10px;font-size:10px}._small_1h47r_39::placeholder{font-size:10px}._textCenter_1h47r_48{text-align:center}._inputContainer_1h47r_1:focus{outline:none}._inputContainer_1h47r_1:disabled{background-color:var(--border);cursor:not-allowed}._inputContainer_1h47r_1::placeholder{color:var(--text-muted)}._content_p6i6k_2{display:flex;flex-direction:row;flex:1}._informativeBox_p6i6k_8{display:flex;flex-direction:column;flex:2;justify-content:space-around;align-items:center;background:var(--bg);gap:10px}._header_p6i6k_20{font-weight:700;color:var(--p3);font-size:22px}._image_p6i6k_26{width:300px;max-width:100%;height:auto}._text_p6i6k_32{padding:0 40px;text-align:center;color:var(--p3);font-size:14px}._progressBox_p6i6k_39{display:flex;flex-direction:row;width:100%;justify-content:space-around;padding:0 20px}._dotWrapper_p6i6k_49{display:flex;flex-direction:column;align-items:center;gap:5px}._dotActive_p6i6k_57{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:20px;background:var(--p3);color:var(--p1)}._dotActiveLabel_p6i6k_70{font-size:12px;color:var(--p3)}._dot_p6i6k_49{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:20px;background:var(--p1);color:var(--text)}._dotLabel_p6i6k_88{font-size:12px;color:var(--text)}._verifyBox_p6i6k_93{display:flex;flex:3;justify-content:center;align-items:center}._verifyArea_p6i6k_101{display:flex;flex-direction:column;text-align:center;width:400px;background-color:var(--bg);border-radius:5px;padding:10px;color:var(--text);gap:10px;font-size:14px;box-shadow:var(--shadow)}._mainContainer_1uv2i_1{position:relative;display:flex;flex-direction:row;align-items:center;min-height:40px;max-height:40px;background:var(--bg);padding:0 5px;gap:5px}._content_1uv2i_13{display:flex;flex-direction:row;align-items:center;flex:1;gap:5px}._rightContainer_1uv2i_22{margin-left:auto}._dropDownContainer_1w6xg_1{position:relative;height:30px;width:200px;padding:0 35px 0 10px;font-size:12px;background:var(--bg-light);box-shadow:var(--shadow-s);color:var(--text);border:1px solid var(--border);border-radius:3px;cursor:pointer;display:flex;align-items:center}._fullWidth_1w6xg_21{width:100%}._small_1w6xg_25{font-size:10px}._borderless_1w6xg_29{border:0px}._isValid_1w6xg_33{border:1px solid var(--green)}._dropDownText_1w6xg_37{position:absolute;top:6px;right:10px;color:var(--n7);pointer-events:none}._placeHolder_1w6xg_45{color:var(--n5)}._dropDownOptions_1w6xg_49{position:absolute;top:100%;left:0;width:100%;background:var(--bg-light);border:1px solid var(--border);border-radius:5px;margin-top:4px;z-index:10;text-align:left;overflow:hidden}._dropDownOption_1w6xg_49{padding:8px;cursor:pointer;border-bottom:1px solid var(--border)}._dropDownOption_1w6xg_49:hover{opacity:.5}._dropDownOption_1w6xg_49._focused_1w6xg_73{background-color:var(--p1);opacity:.7}._dropDownContainer_1w6xg_1._disabled_1w6xg_78{cursor:not-allowed}._optionText_1w6xg_82{font-size:12px;color:var(--n6)}._headerContent_gl0lf_1{display:flex;flex:1;justify-content:flex-end}._content_gl0lf_7{display:flex;flex-direction:row;flex:1}._informativeBox_gl0lf_13{display:flex;flex-direction:column;flex:2;justify-content:space-around;align-items:center;background:var(--bg);gap:10px}._header_gl0lf_1{text-align:center;font-weight:700;color:var(--p3);font-size:22px;padding:0 40px}._image_gl0lf_34{width:300px;max-width:100%;height:auto}._text_gl0lf_40{padding:0 40px;text-align:center;color:var(--p3);font-size:14px}._progressBox_gl0lf_47{display:flex;flex-direction:row;width:100%;justify-content:space-around;padding:0 20px}._dotWrapper_gl0lf_57{display:flex;flex-direction:column;align-items:center;gap:5px}._dotActive_gl0lf_65{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:20px;background:var(--p3);color:var(--p1)}._dotActiveLabel_gl0lf_78{font-size:12px;color:var(--p3)}._dot_gl0lf_57{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:20px;background:var(--p1);color:var(--text)}._dotLabel_gl0lf_96{font-size:12px;color:var(--text)}._registerContainer_gl0lf_101{display:flex;flex-direction:row;flex:3;justify-content:center;align-items:center}._inputContainer_gl0lf_110{flex:1;display:flex;flex-direction:column;max-width:400px;text-align:center;border-radius:5px;padding:10px;color:var(--text);gap:10px;font-size:14px}._formBox_gl0lf_125{display:flex;flex-direction:row;gap:10px}._checkboxContainer_gl0lf_131{display:flex;flex-direction:row;gap:5px;font-size:12px;color:var(--red)}._errorLabel_gl0lf_140{font-size:12px;color:var(--red)}._guardianContainer_gl0lf_145{flex:1;display:flex;max-width:400px;flex-direction:column;text-align:center;border-radius:5px;padding:10px;color:var(--text);gap:10px;font-size:14px}._linkText_gl0lf_159{color:var(--p3);font-size:12px;cursor:pointer;text-decoration:underline}._leftBox_8fuc8_1{display:flex;flex:1}._centerBox_8fuc8_6{display:flex;flex:2;justify-content:center;align-items:center;font-size:12px}._rightBox_8fuc8_14{display:flex;flex:1;justify-content:end}._content_8fuc8_21{display:flex;flex:1;overflow:hidden}._informativeBox_8fuc8_27{display:flex;flex-direction:column;flex:2;justify-content:space-around;align-items:center;background:var(--bg);gap:10px}._header_8fuc8_39{text-align:center;padding:0 40px;font-weight:700;color:var(--p3);font-size:22px}._image_8fuc8_47{width:300px;max-width:100%;height:auto}._text_8fuc8_53{padding:0 40px;text-align:center;color:var(--p3);font-size:14px}._progressBox_8fuc8_60{display:flex;flex-direction:row;width:100%;justify-content:space-around;padding:0 20px}._dotWrapper_8fuc8_70{display:flex;flex-direction:column;align-items:center;gap:5px}._dotActive_8fuc8_78{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:20px;background:var(--p3);color:var(--p1)}._dotActiveLabel_8fuc8_91{font-size:12px;color:var(--p3)}._dot_8fuc8_70{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:20px;background:var(--p1);color:var(--text)}._dotLabel_8fuc8_109{font-size:12px;color:var(--text)}._tableBox_8fuc8_114{display:flex;flex:3;overflow-y:auto}._modalOverlay_lb5vu_1{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background:#000000b3;z-index:100}._modalContent_lb5vu_18{width:80%;height:90%;display:flex;flex-direction:column;gap:10px;background:var(--bg);padding:10px;border-radius:5px;overflow:hidden}._header_lb5vu_33{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:12px;font-weight:700}._closeButton_lb5vu_46{position:absolute;font:bold;color:var(--red);right:10px}._closeButton_lb5vu_46:hover{cursor:pointer;opacity:.8}._termContainer_lb5vu_58{flex:1;display:flex;flex-direction:column;gap:5px;background:var(--bg-light);border-radius:5px;padding:10px;overflow:hidden;overflow-y:scroll}._termHeader_lb5vu_72{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700}._termContent_lb5vu_82{font-size:12px}._footer_lb5vu_86{display:flex;flex-direction:row;align-items:center;gap:5px}._checkBoxContainer_lb5vu_95{flex:1;display:flex;flex-direction:row;gap:5px;align-items:center;font-size:12px}._checkBox_lb5vu_95{width:15px;height:15px}._modalOverlay_nqqor_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_nqqor_14{display:flex;flex-direction:column;width:500px;background:var(--bg-light);padding:20px;gap:20px;border-radius:8px;box-shadow:0 4px 10px #0000004d;animation:_fadeIn_nqqor_1 .5s ease-out forwards;text-align:center}._iconContainer_nqqor_27{display:flex;justify-content:center}._animatedIcon_nqqor_32{width:60px;height:60px;display:block}._circle_nqqor_38,._checkPath_nqqor_39,._xPath_nqqor_40{stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}._circle_nqqor_38{stroke:var(--n4);stroke-dasharray:150;stroke-dashoffset:150;animation:_drawCircle_nqqor_1 .6s ease-out forwards}._checkPath_nqqor_39{stroke:#4caf50;stroke-dasharray:1;stroke-dashoffset:1;animation:_drawCheck_nqqor_1 .4s ease-out forwards;animation-delay:.6s}._xPath_nqqor_40{stroke:#f44336;stroke-dasharray:100;stroke-dashoffset:100;animation:_drawX_nqqor_1 .4s ease-out forwards;animation-delay:.6s;animation-fill-mode:forwards}@keyframes _drawCircle_nqqor_1{to{stroke-dashoffset:0}}@keyframes _drawCheck_nqqor_1{to{stroke-dashoffset:0}}@keyframes _drawX_nqqor_1{to{stroke-dashoffset:0}}@keyframes _fadeIn_nqqor_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes _spin_3lyvl_164{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _dropExpandCenter_3lyvl_1{0%{opacity:0;transform:translateY(0) translate(-50%);width:5px}to{transform:translateY(0) translate(-50%);width:100%}}@keyframes _vibrate_3lyvl_1{0%{transform:rotate(2deg)}25%{transform:rotate(-10deg)}50%{transform:rotate(10deg)}75%{transform:rotate(-10deg)}to{transform:rotate(2deg)}}._tableWrapper_3lyvl_3{flex:1;overflow:auto;display:flex;flex-direction:column}._tableContainer_3lyvl_10{width:100%;border-collapse:collapse}._tableHeader_3lyvl_15{position:sticky;top:0;z-index:2;background:var(--bg);box-shadow:var(--shadow-s);font-size:12px;color:var(--text);font-weight:600}._tableFooter_3lyvl_28{background:var(--bg);font-size:12px;color:var(--text);font-weight:600}._tableContent_3lyvl_36{background:var(--bg);font-size:12px}._tableRow_3lyvl_41{border-bottom:1px solid var(--n1)}._tableCell_3lyvl_48{padding:20px 5px;text-align:center;border-bottom:1px solid var(--border)}._green_3lyvl_54{color:var(--green)}._red_3lyvl_58{color:var(--red)}._orange_3lyvl_62{color:var(--orange)}._blue_3lyvl_66{color:var(--blue)}._action_3lyvl_70{border-radius:3px;border:1px solid var(--bg-light);color:var(--text);background:var(--bg-light)}._action_3lyvl_70:hover{cursor:pointer;border-radius:3px;color:var(--text);box-shadow:var(--shadow-s)}._actionOrange_3lyvl_84{border:1px solid var(--orange);color:var(--orange)}._actionOrange_3lyvl_84:hover{background:var(--orange);color:var(--n0)}._actionBlue_3lyvl_94{background-color:var(--blue);border:1px solid var(--blue);color:var(--bg-light);transition:all .2s ease-in-out}._actionBlue_3lyvl_94:hover{transform:scale(1.1);color:var(--bg-light)}._actionRed_3lyvl_106{border:1px solid var(--red);color:var(--red)}._actionRed_3lyvl_106:hover{background:var(--red);color:var(--n0)}._actionGreen_3lyvl_116{background-color:var(--green);border:1px solid var(--green);color:var(--bg-light);transition:all .2s ease-in-out}._actionGreen_3lyvl_116:hover{transform:scale(1.1);color:var(--bg-light)}._actionDisabled_3lyvl_128{border-radius:3px;background:var(--border);color:var(--text-muted);cursor:not-allowed}._deleteCell_3lyvl_135{cursor:pointer;color:var(--red)}._updateCell_3lyvl_140{cursor:pointer;color:var(--blue)}._categoryCell_3lyvl_145{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px;gap:5px;border-bottom:1px solid var(--n1)}._displayMessageContainer_3lyvl_156{display:flex;width:100%;height:100%;align-items:center;justify-content:center}._spinnerContainer_3lyvl_164{display:flex;width:100%;height:100%;justify-content:center;align-items:center}._spinner_3lyvl_164{width:60px;height:60px;border:2px solid var(--n1);border-top:2px solid var(--n7);border-left:2px solid var(--n7);border-radius:50%;animation:_spin_3lyvl_164 1.5s linear infinite}._mainContainer_1jfcf_1{position:relative;display:flex;flex-direction:row;background:var(--bg);color:var(--text-muted);font-size:10px;padding:2px 10px;gap:10px}._item_1jfcf_12{display:flex;flex-direction:row;gap:5px;align-items:center}._user_1jfcf_19{color:var(--blue)}._versionBox_1jfcf_23{margin-left:auto}._statusDot_1jfcf_27{width:8px;height:8px;border-radius:5px}._close_1jfcf_33{background:var(--red)}._pending_1jfcf_37{background:var(--orange)}._conected_1jfcf_41{background:var(--green)}
