.create-tournament-button{color:#fff;text-transform:uppercase;letter-spacing:.05em;justify-content:center;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:1rem;font-weight:600;line-height:1rem;display:inline-flex;background-color:var(--effect-primary)!important;border:1px solid var(--effect-primary)!important}.create-tournament-button:hover{background-color:var(--pp-accent-hover)}.create-tournament-button__text{font-size:1rem}
.tournament-search-bar{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.tournament-search-bar__head{align-items:center;min-width:0;display:flex}.tournament-search-bar__title-wrap{flex-wrap:wrap;align-items:baseline;gap:.25rem;display:flex}.tournament-search-bar__title{color:#e6e6e6;margin:0;font-size:1.2rem;font-weight:600}.tournament-search-bar__amount{color:#cccc;margin:0;font-size:1.2rem}.tournament-search-bar__dropdown-btn{color:#e6e6e6;border-radius:var(--border-radius);cursor:pointer;background:#1e1e1ee6;border:1px solid #cccccc40;outline:none;justify-content:space-between;align-items:center;gap:.5rem;min-width:140px;padding:.5rem .75rem;font-size:1.075rem;font-weight:500;transition:border-color .2s,background .2s;display:flex}.tournament-search-bar__dropdown-btn:hover{border-color:#ccc6}.tournament-search-bar__dropdown-btn--open{border-color:var(--effect-primary);background:rgba(var(--effect-primary-rgb),.08)}.tournament-search-bar__dropdown-arrow{color:#ccccccb3;flex-shrink:0;width:16px;height:16px}.tournament-search-bar__dropdown-menu{border:1px solid var(--border-color);border-radius:var(--border-radius);z-index:10;background:#191919fa;min-width:100%;max-height:280px;padding:.25rem 0;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 4px 12px #0006}.tournament-search-bar__dropdown-item{color:#e6e6e6;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.5rem .75rem;font-size:1.075rem;transition:background .15s;display:flex}.tournament-search-bar__dropdown-item:hover{background:rgba(var(--effect-primary-rgb),.15)}.tournament-search-bar__dropdown-item--active{background:rgba(var(--effect-primary-rgb),.2);color:#b794f6}.tournament-search-bar__dropdown-item-count{color:#ccccccb3;margin-left:.5rem;font-size:1.0125rem}.tournament-search-bar__input-wrap{flex:1;min-width:200px;position:relative}.tournament-search-bar__icon{color:#ccc9;pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.tournament-search-bar__input{color:#e6e6e6;border-radius:var(--border-radius);background:#1e1e1ee6;border:1px solid #cccccc40;outline:none;width:100%;max-width:300px;padding:.5rem .75rem .5rem 2.5rem;font-size:1.2rem;transition:border-color .2s}.tournament-search-bar__input::placeholder{color:#cccccc80}.tournament-search-bar__input:hover,.tournament-search-bar__input:focus{border-color:#ccc6}
