*{margin:0;padding:0;outline:none}:root{--primary-background: #1e1e1e;--secondary-background: #3a3d41;--button-color: #b2b2b2;--active-save-button: #009400}#root{background-color:var(--primary-background)}.row{display:flex}.col{display:flex;flex-direction:column;width:100%}.login-page{display:flex;height:100vh;flex-direction:column;align-items:center;justify-content:center;gap:25px;background-color:var(--primary-background)}.root-page{display:flex;height:100vh}.simple-run-icon{display:inline-block;width:275px;height:275px;animation:change-color 10s ease-in-out infinite}@keyframes change-color{0%{fill:#fff}25%{fill:red}50%{fill:#adff2f}75%{fill:#00f}to{fill:#fff}}.login-form{display:flex;flex-direction:column;width:275px;gap:10px}.field{width:inherit;display:flex;justify-content:space-between;gap:10px}.field-error{color:#d90303;font-size:15px}.field [type=submit]{padding:0 20px}.text{font-size:18px;color:#fff}.text.black{color:#000}.sidebar{align-items:center;justify-content:flex-start;background-color:var(--secondary-background);width:50px;padding:10px;gap:20px}.sidebar-button{cursor:pointer;height:45px;width:45px}.sidebar-button svg path{transition:all .3s ease-in-out;fill:var(--button-color)}.sidebar-button.active svg path{fill:var(--active-save-button)}.avaliable-users{width:100%;color:#fff;font-size:24px;border-collapse:collapse}.avaliable-users-headcell,.avaliable-users-bodycell{border:1px solid white;padding:5px}
