@charset "UTF-8";*{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{font-family:Kanit,sans-serif;font-weight:400;font-style:normal;min-height:100vh;width:100%}.container{position:relative;width:100%;max-width:1000px;margin:0 auto;padding:0 40px;min-height:100vh}:root{--background-light: #f0f0ff;--text-light: #333;--background-dark: #252525;--text-dark: #f5f5f5}[data-theme=DARK]{--background: var(--background-dark);--text: var(--text-dark)}.error{font-weight:300;font-size:22px;padding:10px 0;color:#e97171;text-transform:none}body.LIGHT{background:var(--background-light);color:var(--text-light)}body.DARK{background:var(--background-dark);color:var(--text-dark)}._title_f2f8k_1{padding-top:40px;padding-bottom:20px;text-transform:uppercase;font-size:26px;font-weight:500;text-align:center}._btn_1eonr_1{padding:8px 10px;border:none;font-size:18px;color:#fff;cursor:pointer;border-radius:5px;background-color:#6c63ff;transition:background-color .3s ease,border .3s ease,transform .2s ease}._btn_1eonr_1:hover{background-color:#534cc2;box-shadow:0 0 10px 2px #6c63ff80}._container_x76zu_1{display:flex;flex-direction:column;align-items:center;gap:10px;font-size:18px;font-weight:700}._dropdown_x76zu_10{position:relative;width:150px}._toggle_x76zu_15{display:flex;align-items:center;justify-content:space-between;width:100%;background-color:#6c63ff;color:#fff;font-size:20px;font-weight:700;padding:10px 15px;border-radius:5px;border:none;cursor:pointer;transition:background-color .3s ease}._toggle_x76zu_15:hover{background-color:#534cc2;box-shadow:0 4px 10px #6c63ff80}._menu_x76zu_35{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:2px solid #6c63ff;border-radius:5px;margin-top:5px;box-shadow:0 4px 10px #6c63ff4d;overflow:hidden}._option_x76zu_48{padding:10px 15px;font-size:20px;color:#6c63ff;cursor:pointer;transition:background-color .3s ease}._option_x76zu_48:hover{background-color:#6c63ff33}._container_kiyg2_1{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:20px}._inputWrapper_kiyg2_9{display:flex;align-items:center;border:1px solid #6c63ff;border-radius:10px;padding:10px 15px;width:80vw;transition:border-color .3s ease}._inputWrapper_kiyg2_9._focused_kiyg2_18{border-color:#6c63ff;box-shadow:0 0 10px 2px #6c63ff80}._inputWrapperDark_kiyg2_23{border:1px solid #fff}._inputWrapperDark_kiyg2_23._focused_kiyg2_18{border-color:#fff;box-shadow:0 0 10px 2px #a7a7b380}._input_kiyg2_9{border:none;outline:none;color:#6c63ff;font-size:18px;width:100%;background-color:transparent}._inputDark_kiyg2_40{color:#666}._icon_kiyg2_44{color:#6c63ff;cursor:pointer}._iconDark_kiyg2_49{color:#fff}select{border:1px solid #6c63ff;outline:none;color:#fff;font-size:18px;background-color:#6c63ff;padding:10px 15px;border-radius:5px}._modalOverlay_1ghz3_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalOverlay_1ghz3_1 ._modal_1ghz3_1{display:flex;flex-direction:column;background:#fff;width:500px;height:250px;padding:40px;border-radius:15px;box-shadow:0 4px 10px #0000004d;text-align:center;position:relative}._modalOverlay_1ghz3_1 ._modal_1ghz3_1 ._title_1ghz3_25{text-transform:uppercase;font-size:1.5rem;padding-bottom:1.25rem;font-weight:500}._modalOverlay_1ghz3_1 ._modal_1ghz3_1 ._input_1ghz3_31{padding:.625rem .5rem;font-size:1.125rem;border-radius:.3125rem;border:2px solid #6c63ff;outline:none}._modalOverlay_1ghz3_1 ._modal_1ghz3_1 ._inputError_1ghz3_38{border:2px solid rgb(233,113,113)}._modalOverlay_1ghz3_1 ._modal_1ghz3_1 ._input_1ghz3_31::placeholder{color:#c3c1e5}._modalOverlay_1ghz3_1 ._modal_1ghz3_1 ._modalButtons_1ghz3_44{display:flex;justify-content:space-between;margin-top:auto}._modalOverlay_1ghz3_1 ._modal_1ghz3_1 ._modalButtons_1ghz3_44 ._btnCancel_1ghz3_49{padding:10px 22px;border:2px solid #6c63ff;border-radius:.3125rem;text-transform:uppercase;color:#6c63ff;font-size:1.125rem;font-weight:600;background-color:transparent;cursor:pointer}._modalOverlay_1ghz3_1 ._modal_1ghz3_1 ._modalButtons_1ghz3_44 ._btnCancel_1ghz3_49:hover{box-shadow:0 0 10px 2px #6c63ff80}._modalOverlay_1ghz3_1 ._modal_1ghz3_1 ._modalButtons_1ghz3_44 ._btnApply_1ghz3_63{padding:10px 22px;border:2px solid #6c63ff;border-radius:.3125rem;text-transform:uppercase;color:#fff;font-size:1.125rem;font-weight:600;background-color:#6c63ff;cursor:pointer}._modalOverlay_1ghz3_1 ._modal_1ghz3_1 ._modalButtons_1ghz3_44 ._btnApply_1ghz3_63:hover{background-color:#534cc2;box-shadow:0 0 10px 2px #6c63ff80}._modalOverlay_1ghz3_1 ._modalDark_1ghz3_78{background:#252525;border:1px solid #fff;box-shadow:0 4px 10px #ada6a64d}._modalOverlay_1ghz3_1 ._modalDark_1ghz3_78 ._input_1ghz3_31{border:2px solid #fff;color:#fff;background-color:transparent}._modalOverlay_1ghz3_1 ._modalDark_1ghz3_78 ._inputError_1ghz3_38{border:2px solid rgb(233,113,113)}._modalOverlay_1ghz3_1 ._modalDark_1ghz3_78 ._input_1ghz3_31::placeholder{color:#666}._btnPlus_mx2ql_1{position:absolute;bottom:5%;right:5%;padding:5px 10px;border-radius:50%;background-color:#6c63ff;color:#fff;border:none;width:80px;height:80px;cursor:pointer;font-size:40px;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 0 10px 2px #6c63ff80;transition:background-color .3s ease,border .3s ease,transform .2s ease}._btnPlus_mx2ql_1:hover{background-color:#534cc2;border:2px solid #6c63ff;transform:scale(1.1)}._detectiveWrapper_ahyoh_2{position:relative;display:flex;justify-content:center;align-items:center;width:200px;margin:0 auto;animation:_swing_ahyoh_1 3s infinite ease-in-out}._detectiveWrapper_ahyoh_2:after{content:"";position:absolute;bottom:-15px;left:20px;width:100px;height:10px;background:radial-gradient(ellipse at center,#b8b6f8 0%,transparent 80%);animation:_glow_ahyoh_1 2s infinite ease-in-out}@keyframes _glow_ahyoh_1{0%,to{opacity:.2}50%{opacity:.6}}._img_ahyoh_31{width:200px;height:auto;pointer-events:none}._title_ahyoh_37{text-align:center;font-weight:400;font-size:1.25rem;margin-top:20px}._noteItemWrap_ahyoh_44{display:flex;align-items:center;justify-content:space-between}._noteList_ahyoh_50{width:80%;margin:0 auto;cursor:pointer}._noteItemText_ahyoh_56{padding:10px 5px 10px 0;font-size:1.25rem;text-transform:uppercase}._noteItemText_ahyoh_56 span{padding-top:3px;white-space:nowrap}._icons_ahyoh_67{display:flex;align-items:center;gap:15px}._pencil_ahyoh_73{color:#cdcdcd;cursor:pointer;transition:color .3s ease}._pencil_ahyoh_73:hover{color:#6c63ff}._check_ahyoh_83{color:#cdcdcd;cursor:pointer}._check_ahyoh_83:hover{color:green}._disabled_ahyoh_92:hover{color:#cdcdcd}._trash_ahyoh_96{color:#cdcdcd;cursor:pointer;transition:color .3s ease}._trash_ahyoh_96:hover{color:#e50000}hr{width:100%;height:2px;color:transparent}._noteItem_ahyoh_44:not(:last-child) hr{background-color:#b1acfb}._editInput_ahyoh_116{padding:.625rem .5rem;font-size:1.125rem;border-radius:.3125rem;border:2px solid #6c63ff;outline:none;width:90%}._editInput_ahyoh_116 ._editInput_ahyoh_116::placeholder{color:#c3c1e5}input[type=checkbox]{display:none}input[type=checkbox]+label{position:relative;display:inline-block;width:30px;height:30px;border:2px solid #6c63ff;border-radius:3px;cursor:pointer;transition:background-color .3s ease}input[type=checkbox]+label:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color .3s ease}input[type=checkbox]:checked+label:before{background-color:#6c63ff}input[type=checkbox]+label span{display:inline-block;margin-left:40px;font-size:20px;text-transform:uppercase}input[type=checkbox]:checked+label:after{content:"✓";position:absolute;top:4px;left:8px;color:#fff;font-size:20px}input[type=checkbox]:checked+label span{color:#8d8d8d;text-decoration:line-through}._noResults_ahyoh_178{font-size:26px}._inputError_ahyoh_182{border:2px solid rgb(233,113,113)}
