.container{--uib-size: 40px;--uib-color: black;--uib-speed: 2s;--uib-bg-opacity: 0;height:var(--uib-size);width:var(--uib-size);transform-origin:center;animation:rotate var(--uib-speed) linear infinite;will-change:transform;overflow:visible;position:absolute;top:10px;right:10px}.car{fill:none;stroke:var(--uib-color);stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:stretch calc(var(--uib-speed) * .75) ease-in-out infinite;will-change:stroke-dasharray,stroke-dashoffset;transition:stroke .5s ease}.track{fill:none;stroke:var(--uib-color);opacity:var(--uib-bg-opacity);transition:stroke .5s ease}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes stretch{0%{stroke-dasharray:0,150;stroke-dashoffset:0}50%{stroke-dasharray:75,150;stroke-dashoffset:-25}to{stroke-dashoffset:-100}}.inputFields{box-sizing:border-box}.popup-form{display:flex;flex-direction:column;gap:10px}.input-group{display:flex;flex-direction:column}button{padding:10px;border:none;border-radius:5px;font-size:1rem;cursor:pointer}button[type=submit]{background-color:#007bff;color:#fff}button[type=button]{background-color:#ddd}button:disabled{opacity:.6;cursor:not-allowed}.success-message{color:green}.error-message{color:red}.actionButton{width:100%;padding:10px;margin:10px 0;background-color:#007bff;color:#fff;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background-color .3s ease-in-out}.actionButton:hover{background-color:#0056b3}.dashboard-layout{display:flex;flex-wrap:wrap;width:100vw;height:100vh}.actions-container,.user-info{flex:1;min-width:250px;max-width:33.33%;height:100%;padding-left:20px;padding-right:20px;background-color:#f4f4f4;border-right:2px solid #ddd}.projects-list{overflow-y:auto;max-height:70vh;min-width:250px;border:1px solid black}.projectBox,.userBox{border-top:1px solid black;border-bottom:1px solid black;display:flex;justify-content:space-between;padding:10px}.projectBoxText,.userBoxText{padding-left:5px;font-size:1rem}.project-info{flex:2;min-width:300px;max-width:33.33%;height:100%;padding-left:20px;padding-right:20px;background-color:#f4f4f4}.user-info-username-box,.user-info-role-box,.project-info-projectnumber-box{display:flex;align-items:center}.user-info-username,.user-info-role,.project-info-projectnumber{padding-left:5px;display:grid;place-items:center}.NoResultsInformation{padding-left:5px}.deleteButton{margin-right:5px;width:30px;background-color:transparent}.search-input{width:99%}@media (max-width: 1024px){.dashboard-layout{flex-direction:column;height:auto}.actions-container,.user-info,.project-info{max-width:100%;width:100%;border-right:none;border-bottom:2px solid #ddd}.projects-list{max-height:50vh}}@media (max-width: 600px){.actionButton{font-size:.9rem;padding:8px}.projects-list{max-height:40vh;width:100%}.projectBoxText,.userBoxText{font-size:.9rem}.deleteButton{width:25px}}body{font-family:Arial,sans-serif;background:#f4f4f4;margin:0;padding:0}.login-container{max-width:300px;margin:100px auto;padding:20px;background:#fff;box-shadow:0 0 10px #0000001a;position:relative}input,button{display:block;width:100%;margin:10px 0}.dropdown_text{margin:10px 0}
