#draft-page{padding-left:15px;padding-right:15px}#draft-page>main{flex-direction:row;justify-content:space-between;width:100%;margin:auto;display:flex}#draft-teams{background:#fff;border:1px solid #8f8a8a;border-radius:10px;align-self:flex-start;width:63%;padding-bottom:10px}#draft-toolbar{justify-content:space-between;align-items:center;width:93%;height:50px;margin:auto;display:flex}#draft-toolbar>input{border:0;border-bottom:1px solid #000;width:50%;height:1.2em;font-size:16px}#draft-toolbar>div{gap:15px;display:flex}#draft-toolbar>div>button{background:var(--main-blue);color:#fff;border:1px solid #000;border-radius:10px;width:64px;height:30px}#draft-toolbar>div>button:disabled{color:#8d8d8d;background-color:#d9d9d9}#draft-team-wrapper{gap:10px;width:93%;margin:auto;display:flex}.draft-team{background:var(--secondary-blue);border:1px solid #000;border-radius:10px;flex-direction:column;align-items:center;width:220px;height:500px;padding-top:10px;display:flex;overflow-y:scroll}.draft-team-name{field-sizing:content;background:0 0;border:none;font-size:20px;font-weight:700}.draft-team-name+img{height:1.3em;position:absolute;right:-20px}.draft-team-name-wrapper{justify-content:center;align-items:center;gap:3px;display:flex;position:relative}.draft-team-balance{font-size:16px;font-weight:500}.draft-team-dropdown{flex-direction:column;align-items:center;width:90%;display:flex}.draft-team-role{border-bottom:1px solid #000;justify-content:space-between;width:100%;margin-bottom:7px;font-size:16px;display:flex}.draft-team-player{justify-content:space-between;width:90%;margin-bottom:6px;display:flex}.draft-team-player>span:first-child{font-weight:500}.draft-team-player>.name{background:var(--green);border:1px solid #000;border-radius:15px;justify-content:space-between;width:80%;height:1.15em;padding:2px 2px 2px 5px;font-size:14px;display:flex}.draft-team-player>.name.empty{background:var(--background)}.draft-team-player .ownership-status{background:var(--main-blue);color:#fff;border:1px solid #000;border-radius:15px;justify-content:center;width:18%;font-size:12px;display:flex}#draft-right-column{flex-direction:column;justify-content:space-between;width:35%;height:573px;display:flex;position:relative}#draft-right-column>div{background:#fff;border:1px solid #8f8a8a;border-radius:10px;width:100%}#draft-search-players{flex-direction:column;height:60%;display:flex}#draft-news{height:35%}#player-search-header{text-align:center;border-bottom:1px solid #8f8a8a;padding:10px;font-size:18px;font-weight:700}#player-search-filters{border-bottom:1px solid #8f8a8a;gap:8px;padding:8px;display:flex}#player-search-filters>input{border:1px solid #8f8a8a;border-radius:15px;flex:1;padding:4px 10px;font-size:13px}#player-search-filters>select{border:1px solid #8f8a8a;border-radius:15px;padding:4px 10px;font-size:13px}#player-search-table-header{border-bottom:1px solid #8f8a8a;justify-content:space-between;padding:4px 8px;font-size:13px;font-weight:500;display:flex}#player-search-list{flex:1;min-height:0;overflow-y:auto}.player-row{cursor:pointer;border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:6px 8px;font-size:13px;display:flex}.player-row:hover,.player-row.selected{background:var(--secondary-blue)}#player-search-selected{border-top:1px solid #8f8a8a;flex-direction:column;gap:4px;padding:8px;display:flex}#player-selected-info{gap:8px;font-size:13px;font-weight:500;display:flex}#player-selected-cost{font-size:13px;font-weight:700}#player-selected-actions{gap:8px;display:flex}#player-selected-actions>button{cursor:pointer;background:#fff;border:1px solid #000;border-radius:15px;height:28px;padding:0 12px;font-size:13px}#player-selected-actions>button:first-child{background:var(--secondary-blue)}
