.tag{border-radius:25px;background-color:#d9d9d9;padding-inline:10px;padding-block:5px}.tag.ongoing{background-color:#373737}.tag.small{font-size:15px}.profile-image{border-radius:50%;height:50px;width:50px;object-fit:cover}.user-tile{width:200px;display:flex;border:.5px solid white;border-radius:10px;padding-block:5px;padding-inline:10px;align-items:center;justify-content:flex-start;gap:20px}.user-tile.compete{border:none;color:white}.competition-tile-image{border-radius:10px;height:50px;width:50px;object-fit:cover}.competition-tile{width:fit-content;display:flex;background-color:grey;border-radius:10px;padding:5px;align-items:center;justify-content:flex-start;gap:10px}.competition-tile-text{width:130px;white-space:nowrap;text-align:center;height:20px;overflow:hidden;text-overflow:ellipsis}.competition-tile-text.hover{overflow:visible;white-space:normal}.user-tile-button{height:50px;width:250px;background-color:aliceblue;border-width:1px;border-color:black;border-radius:10px;cursor:pointer}.send-button{display:flex;align-items:center}.chat-input,.chat-main{display:flex}.loader{border:5px solid #f3f3f3;border-top-color:black;border-radius:50%;width:50px;height:50px}.button-loader,.loader{animation:spin 1s linear infinite}.button-loader{border:2px solid #f3f3f3;border-top-color:black;border-radius:50%;width:20px;height:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}