body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{align-items:center;display:flex;height:80vh;justify-content:center}.login-form{background:#f7f7f7;border-radius:10px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;padding:20px;width:300px}.login-form button,.login-form input{margin-bottom:10px;padding:10px}.login-form button{background:#ff2929;border:none;border-radius:5px;color:#fff;cursor:pointer}.login-form button:hover{background:#bd2a2a}.error-message{color:red;margin-bottom:10px}body.modal-open{overflow:hidden}.modal-background{align-items:center;animation:fadeIn .3s;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10}.modal-container{animation:slideIn .3s;background:#fff;border-radius:10px;padding:20px;width:600px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.card{background-color:#f7f7f7;box-shadow:0 4px 8px 0 #0003;cursor:pointer;height:400px;transition:.3s;width:400px}.card:hover{box-shadow:0 8px 16px 0 #0003}.container{padding:20px}.priority-pic{height:50px;margin-bottom:10px;width:auto}.App{background:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding-top:50px}.App-header{background-color:#2e333b;color:#fff;justify-content:flex-start;min-height:76px;padding:0 20px;right:0;top:0;z-index:2}.App-header,.sidebar{align-items:center;display:flex;left:0;position:fixed}.sidebar{background:#23262c;bottom:0;flex-direction:column;justify-content:start;top:50px;width:60px;z-index:1}.main-content{margin-left:30px;padding-top:20px}.sidebar-icon{cursor:pointer;height:30px;margin-bottom:20px;margin-top:50px;width:30px}.clients-button{background:none;border:none;cursor:pointer;margin-bottom:0;padding:0}.clients-button img{height:30px;width:30px}.App-logo{height:40px}.App-footer{background-color:#282c34;color:#fff;margin-top:auto;padding:10px;text-align:center}.scrolling-panel{display:flex;margin-top:20px;overflow-x:auto;padding-bottom:20px}.panel{background-color:#f0f0f0;border-radius:5px;flex:0 0 auto;margin-right:20px;padding:20px;width:300px}.testPanel{padding:70px}.scrollable-container{-ms-overflow-style:none;align-items:start;display:flex;margin-left:20px;margin-top:20px;overflow-x:auto;padding:20px;scrollbar-width:none}.scrollable-container::-webkit-scrollbar{display:none}.client-card,.plus-card{flex:0 0 auto;margin-right:20px}.plus-card{align-items:center;background-color:#efefef;display:flex;justify-content:center;text-align:center}.add-client-form-section,.client-dropdown-section{margin:20px}.add-client-form-section input,.add-client-form-section textarea,.client-dropdown-section select{border-radius:5px;margin:10px 0;padding:8px;width:96%}.delete-client,.submit-client-btn{background-color:#b1b1b1;border:none;border-radius:4px;color:#fff;cursor:pointer;margin:0;padding:10px 15px;transition:background-color .3s}.submit-client-btn:hover{background-color:#bfe0c1}.delete-client:hover{background-color:#ff9f9f}.search-bar-container{margin:0 auto 20px 15px;padding:20px}.search-input{border:none;font-size:30px;height:100%;max-width:380px;outline:none;width:90%}@media (max-width:768px){.sidebar{display:none}.main-content{margin-left:0}}
/*# sourceMappingURL=main.df353d9c.css.map*/