.debate-card{background-color:white;padding:20px;border-radius:10px;display:flex;justify-content:space-between}.button-div{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center}.line{background-color:#c4cad3;width:2px}.line-horizontal{background-color:white;height:2px}.competition-cards{width:100%;display:flex;flex-direction:row;gap:10px;overflow-x:scroll;overflow-y:hidden;padding:5px}.competition-cards::-webkit-scrollbar{display:block;height:10px}.competition-cards::-webkit-scrollbar-thumb{background:grey;border-radius:30px}.competition-cards::-webkit-scrollbar-track{display:none}.competition-card{background-color:white;border-radius:10px;display:flex;flex-direction:column;padding:10px 25px 25px;gap:px;transition:.3s;width:min-content}.competition-card.registered{background-color:black;color:white}.competition-card:hover{box-shadow:5px 5px 0 0 #0798d2;transition:.3s}.truncate{overflow:hidden;height:50px;display:-webkit-box;box-orient:vertical;line-clamp:2;white-space:pre-wrap}.ad{position:fixed;right:20px;bottom:20px;height:80vh;width:200px;background-color:#d9d9d9;border-radius:10px}.practice-input{padding:20px;width:100%;background:#d9d9d9;border-radius:28px;height:40vh}.practice-input.tall{height:60vh;overflow-x:hidden;overflow-y:auto}.practice-input.tall::-webkit-scrollbar{display:block;width:7px}.practice-input.tall::-webkit-scrollbar-thumb{background:white;border-radius:10px}.practice-input.feedback{background:black;color:white}.loader{border:5px solid #f3f3f3;border-top-color:black;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}