:root{--white: #F1FAEE;--black: #1D3557;--light-blue: #D4EDED;--blue: #A8DADC;--dark-blue: #457B9D;--black-shadow: #1d365880;--modal-background: #1d3658bf;--red: #D96C6C;--yellow: #F4C542;--green: #4CAF9D;--button-shadow: 0 2px 5px var(--dark-blue), 0 1px 3px var(--green), 0 0 10px var(--light-blue);--box-shadow: 0 4px 4px 0 var(--black-shadow);--box-shadow2: 0 2px 2px 0 var(--black-shadow);font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--black);background-color:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-height:100dvh;background-color:var(--white);min-width:320px}#root{min-height:100dvh;max-width:1280px;margin:0 auto}#root>div{display:flex;flex-direction:column;gap:1rem;height:100%;min-height:100dvh;width:100%;position:fixed}main{width:100%;min-height:calc(100dvh - 3.5rem);padding:1rem .5rem 3.5rem;overflow-y:scroll;overflow-x:hidden}.loaderContainer{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.loader{display:flex;justify-content:center;align-items:center;height:50%;width:50%;animation:spin 2s linear infinite}.loader path{fill:var(--blue)}.loader path:nth-child(6){fill:var(--black)}.loader path:nth-child(7),.loader path:nth-child(8){fill:var(--yellow)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}a{font-weight:500;color:var(--blue);text-decoration:inherit}select{all:unset;box-sizing:border-box}select:focus{outline:2px solid var(--dark-blue);outline-offset:2px}button{all:unset;box-sizing:border-box;cursor:pointer;border-radius:.5rem;padding:.5rem 1rem}svg path,svg rect{fill:currentColor}img{min-width:3rem;min-height:3rem;width:3rem;height:auto;aspect-ratio:1 / 1;border-radius:50%;object-fit:cover;object-position:center;border:2px solid var(--light-blue);background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3e%3crect%20width='64'%20height='64'%20fill='%23b3b3b3'/%3e%3ccircle%20cx='32'%20cy='25'%20r='14'%20fill='gray'/%3e%3cpath%20d='M56.49,64H7.51c.03-13.2,10.99-23.88,24.49-23.88s24.46,10.68,24.49,23.88Z'%20fill='gray'/%3e%3c/svg%3e");text-align:center}._nav_1t52d_1{position:fixed;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(5,1fr);background:var(--light-blue);box-shadow:#0006 0 -2px 4px,#0000004d 0 -7px 13px -3px;height:3.5rem;z-index:9999}._item_1t52d_31{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#2b4c5a;text-decoration:none;font-size:12px}._item_1t52d_31 svg{height:1.75rem;width:auto;aspect-ratio:1/1;fill:var(--dark-blue)}._secondProfile_1t52d_67{filter:brightness(.75)}._active_1t52d_75{background-color:var(--dark-blue);box-shadow:#0006 0 0 4px,#0000004d 0 0 13px -3px;color:var(--white)}._active_1t52d_75 svg{fill:var(--light-blue)}._authContainer_1ia05_3{width:100dvw;height:100%;display:flex;padding:1rem;justify-content:center;align-items:center;text-align:center}._form_1ia05_25{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:400px;height:fit-content;padding:1rem;gap:2rem;border-radius:.5rem;background-image:linear-gradient(to bottom,var(--black),var(--blue));box-shadow:0 0 10px var(--dark-blue),0 0 10px var(--dark-blue)}._title_1ia05_57{color:var(--white);font-size:2rem}._inputs_1ia05_69{display:flex;flex-direction:column;width:100%;gap:.5rem}._input_1ia05_69{width:100%;margin:.5rem 0;padding:.5rem .25rem .25rem;font-size:1rem;color:var(--white);background-color:inherit;border:none;border-bottom:1px solid var(--white);outline:none;transition:all .4s ease}._input_1ia05_69::placeholder{color:var(--light-blue)}._actions_1ia05_121{display:flex;flex-direction:column;gap:1rem;width:100%}._button_1ia05_137{width:100%;padding:.5rem;font-size:1.2rem;color:var(--white);background-color:var(--dark-blue);border:none;border-radius:.5rem;cursor:pointer;transition:all .4s ease}
