.card{width:250px;height:250px;display:flex;flex-direction:column;justify-content:space-around}label{width:-moz-max-content;width:max-content;color:tomato;font-size:13px;border-bottom:.5px solid tomato;margin:3px 0}.desc{font-size:14px}.star{color:gold}.username{font-size:14px}.date{font-size:12px}form{width:250px;height:250px;display:flex;flex-direction:column;justify-content:space-between;color:#585757}input{border:none;border-bottom:1px solid grey}input::-moz-placeholder,textarea::-moz-placeholder{font-size:12px;color:#b9b8b8}input::placeholder,textarea::placeholder{font-size:12px;color:#b9b8b8}input:focus,select:focus,textarea:focus{outline:none}textarea{border:none;border-bottom:1px solid grey}.submitButton{border:none;padding:5px;border-radius:5px;color:#fff;background-color:tomato;cursor:pointer}.buttons,.logout{position:absolute;top:10px;right:10px}.button{border:none;padding:5px;border-radius:5px;color:#fff;font-weight:500;cursor:pointer}.button:focus{outline:none}.logout{background-color:tomato}.login{background-color:teal;margin-right:10px}.register{background-color:#6a5acd}.registerContainer{width:300px;height:250px;padding:20px;border-radius:10px;background-color:#fff;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.registerCancel{position:absolute;top:3px;right:3px;cursor:pointer}.logo{color:#6a5acd}.registerBtn{border:none;padding:5px;background-color:#6a5acd;color:#fff;cursor:pointer}.success{font-size:12px;color:green;text-align:center}.loginContainer{width:300px;height:200px;padding:20px;border-radius:10px;background-color:#fff;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.loginCancel{position:absolute;top:3px;right:3px;cursor:pointer}.logo{display:flex;align-items:center;justify-content:center;color:teal;font-weight:700}.loginBtn{border:none;padding:5px;background-color:teal;color:#fff;cursor:pointer}.failure{font-size:12px;color:red;text-align:center}.star{color:#ffb300}.menu-container{width:300px;height:300px;background-color:#f7f7f7;position:absolute;top:50px;left:50px;z-index:2;box-shadow:2px 2px 5px #ccc}.menu-header{font-size:1.5em;font-weight:700;background-color:teal;color:#fff;padding:10px;border-bottom:1px solid #ccc;display:flex;justify-content:space-evenly}.user-container{display:flex;flex-direction:inherit;justify-content:space-between;height:100%;align-items:center}.user-email{font-size:12px;color:#333}.user-name{font-weight:600;color:#5a5a5a}.user-list{width:100%;height:calc(100% - 50px);background-color:#fff;overflow-y:scroll}.user-list-item{font-size:1.2em;color:#333;padding:10px;border-bottom:1px solid #ccc;cursor:pointer}.user-list-item:hover{background-color:#f7f7f7}.menuButton{border:none;padding:5px;background-color:teal;color:#fff;cursor:pointer;margin:10px;border-radius:5px}.user-pins-container{position:relative;top:20px;left:0;width:300px;background-color:#f1f1f1;box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.user-pins-header{padding:10px;font-size:1.5rem;font-weight:700;background-color:#4caf50;color:#fff}.user-pins-list{max-height:200px;overflow-y:scroll;padding:10px}.user-pin-item{display:flex;justify-content:space-between;padding:10px;border-bottom:1px solid #ccc;cursor:pointer}.user-pin-item:hover{background-color:#f7f7f7}.menu-close-button{background-color:#00cd3a;border:none;font-size:20px;padding:5px 15px;border-radius:50%;position:absolute;right:5px;top:5px;cursor:pointer}.menu-close-button:hover{background-color:#00e632}.form{flex-direction:row;justify-content:center;margin-top:20px;position:absolute}.form,.label{display:flex;align-items:center}.label{font-weight:700;color:#9c00ff;flex-direction:column;margin-bottom:10px;border-bottom:none}.text-input{padding:5px;font-size:16px;border-radius:5px;border:1px solid #d3d3d3;margin-bottom:10px}.submit-button{padding:5px 10px;font-size:16px;border-radius:5px;background-color:#b0f;color:#fff;cursor:pointer}.search-bar{display:flex;align-items:center;justify-content:center}
/*# sourceMappingURL=main.c8b2d975.chunk.css.map */