:export{totalColor:#3d74c7;qbColor:#333;rbColor:#a41c1f;wrColor:#043173;teColor:#86a2cb;pickColor:#687087;benchColor:#687087;irColor:#687087;defColor:#888;idpColor:#888;kickerColor:#c87779;tqbColor:#333;hcColor:#582325;tkColor:#888;lbColor:#888;dlColor:#888;dbColor:#888;qrwtColor:#ff0;rwtColor:#f78439;rwColor:lime;wtColor:purple;dldColor:#639}.flash-message-list{display:flex;flex-direction:column;gap:.75rem;width:100%}.flash-message-list .v-move,.flash-message-list .v-enter-active,.flash-message-list .v-leave-active{transition:all .5s ease}.flash-message-list .v-enter-from,.flash-message-list .v-leave-to{opacity:0;transform:translateX(30px)}.flash-message-list .v-leave-active:not(:only-child){position:absolute}.flash-message{border-radius:.625rem;padding:.5rem .75rem;border-width:1px;border-style:solid;display:flex;align-items:center;gap:.375rem;width:100%}.flash-message .icon-container svg{width:1.25em;height:1.25em}@media(max-width: 767px){.flash-message{flex-direction:column}.flash-message .icon-container{display:none}}@media(min-width: 768px){.flash-message{padding:.75rem 1rem;gap:.75rem}.flash-message .icon-container svg{width:1.625em;height:1.625em}}@media(min-width: 1024px){.flash-message{padding:1.5rem 2rem;gap:1.25rem}.flash-message .icon-container svg{width:2em;height:2em}}.flash-message .message-container{flex-grow:1;font-size:.875rem}@media(min-width: 768px){.flash-message .message-container{font-size:.9375rem}}@media(min-width: 768px){.flash-message .message-container{font-size:1rem}}.flash-message .buttons-container{display:grid;gap:.25rem}@media(min-width: 768px){.flash-message .buttons-container{gap:.5rem}}.flash-message .buttons-container .btn-auto{white-space:nowrap;font-weight:bold}.flash-message .link-btn{border:0;background-color:rgba(0,0,0,0);color:#043173}.flash-message.success{border-color:#77b743;background-color:rgba(119,183,67,.1)}.flash-message.success .btn-auto{background-color:#77b743;color:#fff}.flash-message.success .icon-container,.flash-message.success .close-btn{color:#77b743}.flash-message.info{border-color:#f78439;background-color:rgba(247,132,57,.1)}.flash-message.info .btn-auto{background-color:#f78439;color:#fff}.flash-message.info .icon-container,.flash-message.info .close-btn{color:#f78439}.flash-message.danger{border-color:#a41c1f;background-color:rgba(164,28,31,.1)}.flash-message.danger .btn-auto{background-color:#a41c1f;color:#fff}.flash-message.danger .icon-container svg path{fill:url("#red-linear-gradient")}.flash-message.danger .close-btn{color:#a41c1f}.flash-message.buttons-on-bottom{display:grid;grid-template-areas:"icon message" "buttons buttons";grid-template-columns:minmax(0, min-content) 1fr}.flash-message.buttons-on-bottom .buttons-container{grid-area:buttons;display:flex;justify-content:flex-end}.ds-confirm-dialog{position:fixed;top:22%;left:50%;z-index:1000;width:90%;transform:translate3d(-50%, 0, 0);box-shadow:0 .5rem 1rem rgba(0,0,0,.4);border:none;border-radius:.625rem;overflow:hidden;transition:transform 300ms ease-in-out,opacity 150ms ease-in-out;margin:0;will-change:transform,opacity;background-color:#fff}.ds-confirm-dialog .flash-message{display:grid;grid-template-areas:"icon message" "buttons buttons"}.ds-confirm-dialog .icon-container{grid-area:icon}.ds-confirm-dialog .messsage-container{grid-area:message}.ds-confirm-dialog .buttons-container{grid-area:buttons}@media(min-width: 768px){.ds-confirm-dialog{min-width:40%;max-width:800px}.ds-confirm-dialog .flash-message{display:flex}}:export{totalColor:#3d74c7;qbColor:#333;rbColor:#a41c1f;wrColor:#043173;teColor:#86a2cb;pickColor:#687087;benchColor:#687087;irColor:#687087;defColor:#888;idpColor:#888;kickerColor:#c87779;tqbColor:#333;hcColor:#582325;tkColor:#888;lbColor:#888;dlColor:#888;dbColor:#888;qrwtColor:#ff0;rwtColor:#f78439;rwColor:lime;wtColor:purple;dldColor:#639}.btn{border-radius:50rem;border:0;padding-left:1rem;padding-right:1rem;padding-top:.5625rem;padding-bottom:.5625rem;line-height:1.125rem}.btn.non-pill-br{border-radius:.625rem}.btn.disabled,.btn:disabled{opacity:.5;pointer-events:none}button.disabled,button:disabled{opacity:.5;pointer-events:none}.circle-btn{padding:0;--circle-btn-width-height: 2rem;width:var(--circle-btn-width-height);height:var(--circle-btn-width-height);border-radius:50rem;cursor:pointer;flex-basis:var(--circle-btn-width-height);flex-shrink:0;text-align:center;line-height:var(--circle-btn-width-height)}.circle-btn{display:flex;justify-content:center;align-items:center}.circle-btn.tools-btn{border:0;background-color:#f1f1f1;color:#687087}.circle-btn.tools-btn.active{background-color:#687087;color:#f1f1f1}.circle-btn:has(.chevron-down){transition:transform 300ms}.circle-btn:has(.chevron-down).active{transform:rotate(180deg)}.btn.text-w-icon{display:inline-flex;gap:.375rem;align-items:center;justify-content:center}@media(max-width: 576px){.btn.text-w-icon.txt-sm-up{padding:0;--circle-btn-width-height: 2rem;width:var(--circle-btn-width-height);height:var(--circle-btn-width-height)}.btn.text-w-icon.txt-sm-up .text{display:none}}.btn.text-w-icon svg{height:.75rem;width:.75rem}button.bare{border:0;background-color:rgba(0,0,0,0);padding:0}.toggle-button-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.toggle-button-wrapper label{text-align:left;width:100%}.toggle-button-wrapper .toggle-container{background:#F5F5F7;border-radius:20px;color:#00081b;cursor:pointer;display:grid;font-size:14px;font-weight:400;grid-template-columns:repeat(2, 1fr);position:relative}.toggle-button-wrapper .toggle-container::before{content:"";position:absolute;width:50%;height:100%;left:0%;border-radius:20px;background:#043173;transition:all .3s}.toggle-button-wrapper .toggle-container div{font-weight:400;padding:6px 12px;text-align:center;z-index:1}.toggle-button-wrapper .toggle-checkbox:checked+.toggle-container::before{left:50%}.toggle-button-wrapper .toggle-checkbox{display:none}.toggle-button-wrapper .toggle-checkbox:checked+.toggle-container div:first-child{color:#00081b;transition:color .3s}.toggle-button-wrapper .toggle-checkbox:checked+.toggle-container div:last-child{color:#fff;transition:color .3s}.toggle-button-wrapper .toggle-checkbox+.toggle-container div:first-child{color:#fff;transition:color .3s}.toggle-button-wrapper .toggle-checkbox+.toggle-container div:last-child{color:#00081b;transition:color .3s}@media screen and (max-width: 992px){.toggle-button-wrapper{flex-basis:100%}.toggle-button-wrapper .toggle-container{width:100%}}@media screen and (min-width: 992px){.toggle-button-wrapper .toggle-container{width:fit-content}}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn.outline-orange{background-color:#fff;border-width:1px;border-style:solid;border-color:#c75000;color:#c75000;font-weight:bold}.button-outline-rounded{border-radius:30px;gap:.5rem;display:flex;font-weight:700;justify-content:center;color:var(--ds-blue);align-items:center;background:none;font-size:15px;min-width:200px;min-height:36px;border:2px solid #043173}.key-open-button{border-radius:30px;gap:.5rem;display:flex;font-weight:700;justify-content:center;color:#c75000;align-items:center;background:none;margin-left:6px;padding-inline-end:6px;margin-bottom:.2rem;border:2px solid #c75000}@media screen and (max-width: 768px){.key-open-button{font-size:.625rem;line-height:.75rem;width:61px;height:28px}}@media screen and (min-width: 768px){.key-open-button{font-size:1rem;line-height:1.5rem;width:80px;height:32px}}.ds-icon{display:inline-block;vertical-align:text-top;overflow:hidden;width:1em;height:1em;background-color:currentColor;mask-repeat:no-repeat;mask-position:center;mask-size:contain;mask-image:url("data:image/svgxml,%3Csvg%20viewBox%3D%220%200%201%201%22%3E%3Cpath%20d%3D%22m0%200h1v1h-1z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E%0A")}.ds-icon.arrow-u-turn{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" fill="currentColor" class="arrow-u-turn"><path d="m12.26 9.72-3.25 3.2c-.11.1-.27.1-.37 0l-3.24-3.2c-.17-.17-.06-.45.18-.45h1.9v-4c0-.87-.69-1.56-1.55-1.56-.87 0-1.56.69-1.56 1.56v2.32h-2.71v-2.32c0-2.36 1.91-4.27 4.27-4.27 2.35 0 4.26 1.91 4.26 4.27v4.01h1.89c.23-.01.35.27.18.44z"/></svg>')}.ds-icon.ambiguous-backfield{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="ambiguous-backfield"><path d="M3.58528 9.11037C2.92977 9.11037 2.56856 9.65886 2.56856 10.2742C2.56856 10.903 2.92977 11.4515 3.58528 11.4515C4.2408 11.4515 4.60201 10.903 4.60201 10.2742C4.60201 9.65886 4.2408 9.11037 3.58528 9.11037ZM12.602 9.11037C11.9599 9.11037 11.5853 9.65886 11.5853 10.2742C11.5853 10.903 11.9599 11.4515 12.602 11.4515C13.2575 11.4515 13.6187 10.903 13.6187 10.2742C13.6187 9.65886 13.2575 9.11037 12.602 9.11037ZM12.602 9.11037C11.9599 9.11037 11.5853 9.65886 11.5853 10.2742C11.5853 10.903 11.9599 11.4515 12.602 11.4515C13.2575 11.4515 13.6187 10.903 13.6187 10.2742C13.6187 9.65886 13.2575 9.11037 12.602 9.11037ZM3.58528 9.11037C2.92977 9.11037 2.56856 9.65886 2.56856 10.2742C2.56856 10.903 2.92977 11.4515 3.58528 11.4515C4.2408 11.4515 4.60201 10.903 4.60201 10.2742C4.60201 9.65886 4.2408 9.11037 3.58528 9.11037ZM14.3813 0H1.61873C0.735786 0 0 0.735786 0 1.61873V14.3813C0 15.2642 0.735786 16 1.61873 16H14.3813C15.2642 16 16 15.2642 16 14.3813V1.61873C16 0.735786 15.2642 0 14.3813 0ZM6.301 2.86288H7.15719L8 4.06689L8.82943 2.86288H9.68562L8.46823 4.57525L9.76589 6.38127H8.9097L8 5.08361L7.07692 6.38127H6.23411L7.51839 4.57525L6.301 2.86288ZM3.58528 12.1204C2.46154 12.1204 1.77926 11.291 1.77926 10.2742C1.77926 9.2709 2.46154 8.42809 3.58528 8.42809C4.70903 8.42809 5.3913 9.2709 5.3913 10.2742C5.3913 11.291 4.70903 12.1204 3.58528 12.1204ZM8 12.1204C6.87626 12.1204 6.19398 11.291 6.19398 10.2742C6.19398 9.2709 6.87626 8.42809 8 8.42809C9.12375 8.42809 9.80602 9.2709 9.80602 10.2742C9.80602 11.291 9.12375 12.1204 8 12.1204ZM12.602 12.1204C11.4916 12.1204 10.796 11.291 10.796 10.2742C10.796 9.2709 11.4916 8.42809 12.602 8.42809C13.7258 8.42809 14.408 9.2709 14.408 10.2742C14.408 11.291 13.7258 12.1204 12.602 12.1204ZM12.602 9.11037C11.9599 9.11037 11.5853 9.65886 11.5853 10.2742C11.5853 10.903 11.9599 11.4515 12.602 11.4515C13.2575 11.4515 13.6187 10.903 13.6187 10.2742C13.6187 9.65886 13.2575 9.11037 12.602 9.11037ZM8 9.11037C7.34448 9.11037 6.98328 9.65886 6.98328 10.2742C6.98328 10.903 7.34448 11.4515 8 11.4515C8.65552 11.4515 9.01672 10.903 9.01672 10.2742C9.01672 9.65886 8.65552 9.11037 8 9.11037ZM3.58528 9.11037C2.92977 9.11037 2.56856 9.65886 2.56856 10.2742C2.56856 10.903 2.92977 11.4515 3.58528 11.4515C4.2408 11.4515 4.60201 10.903 4.60201 10.2742C4.60201 9.65886 4.2408 9.11037 3.58528 9.11037ZM3.58528 9.11037C2.92977 9.11037 2.56856 9.65886 2.56856 10.2742C2.56856 10.903 2.92977 11.4515 3.58528 11.4515C4.2408 11.4515 4.60201 10.903 4.60201 10.2742C4.60201 9.65886 4.2408 9.11037 3.58528 9.11037ZM3.58528 9.11037C2.92977 9.11037 2.56856 9.65886 2.56856 10.2742C2.56856 10.903 2.92977 11.4515 3.58528 11.4515C4.2408 11.4515 4.60201 10.903 4.60201 10.2742C4.60201 9.65886 4.2408 9.11037 3.58528 9.11037Z"/></svg>')}.ds-icon.caret-down{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 7" fill="currentColor" ><path d="M5.70435 6.20715C5.31389 6.59762 4.67977 6.59762 4.28931 6.20715L0.29098 2.20871C0.00360013 1.92132 -0.0807397 1.49336 0.0754452 1.11851C0.23163 0.743655 0.593979 0.5 1.00006 0.5H8.99673C9.39968 0.5 9.76515 0.743655 9.92134 1.11851C10.0775 1.49336 9.99006 1.92132 9.7058 2.20871L5.70747 6.20715H5.70435Z"/></svg>')}.ds-icon.caret-down-thin{mask-image:url('data:image/svg+xml,<svg viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.875 0.5L5.09375 5L9.3125 0.5" stroke="%2300081B"/></svg>')}.ds-icon.check{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" class="check"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>')}.ds-icon.chevron-down{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 12" fill="currentColor" class="chevron-down"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.624687 1.3456C1.42103 0.599031 2.67181 0.639379 3.41838 1.43572L8 6.32278L12.5816 1.43572C13.3282 0.639379 14.579 0.599031 15.3753 1.3456C16.1717 2.09218 16.212 3.34296 15.4654 4.1393L9.44191 10.5644C9.06826 10.9629 8.54632 11.1891 8 11.1891C7.45369 11.1891 6.93174 10.9629 6.55809 10.5644L0.534568 4.1393C-0.212004 3.34296 -0.171657 2.09218 0.624687 1.3456Z"/></svg>')}.ds-icon.circle-error{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor"><path d="M8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16ZM8 4C8.41562 4 8.75 4.33437 8.75 4.75V8.25C8.75 8.66562 8.41562 9 8 9C7.58437 9 7.25 8.66562 7.25 8.25V4.75C7.25 4.33437 7.58437 4 8 4ZM7 11C7 10.7348 7.10536 10.4804 7.29289 10.2929C7.48043 10.1054 7.73478 10 8 10C8.26522 10 8.51957 10.1054 8.70711 10.2929C8.89464 10.4804 9 10.7348 9 11C9 11.2652 8.89464 11.5196 8.70711 11.7071C8.51957 11.8946 8.26522 12 8 12C7.73478 12 7.48043 11.8946 7.29289 11.7071C7.10536 11.5196 7 11.2652 7 11Z"/></svg>')}.ds-icon.dollar-sign{mask-image:url('data:image/svg+xml,<svg  xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16" fill="currentColor" class="dollar-sign"><path d="M9.5 10.16C9.5 11.16 9.20259 11.96 8.59483 12.5733C8.11638 13.0533 7.48276 13.4 6.68104 13.5867V16H3.44828V13.72C2.43966 13.6 1.46983 13.3333 0.525862 12.9067V9.97333C1.18534 10.32 1.90948 10.6133 2.68535 10.8533C3.46121 11.08 4.14655 11.2 4.74138 11.2C5.21983 11.2 5.59483 11.1333 5.81466 11.0133C6.04741 10.8933 6.15086 10.68 6.15086 10.4133C6.15086 10.2133 6.07328 10.0533 5.9181 9.92C5.76293 9.78667 5.47845 9.62667 5.10345 9.45333C4.70259 9.28 4.19828 9.06667 3.55172 8.82667C2.81466 8.56 2.23276 8.24 1.7931 7.90667C1.34052 7.56 1.01724 7.16 0.810345 6.74667C0.603448 6.29333 0.5 5.77333 0.5 5.13333C0.5 4.16 0.810345 3.4 1.4181 2.85333C1.89655 2.41333 2.5819 2.10667 3.43535 1.93333V0H6.65517V1.88C7.54741 2.01333 8.43966 2.26667 9.35776 2.68L8.33621 5.21333C7.15948 4.65333 6.07328 4.37333 5.10345 4.37333C4.65086 4.37333 4.32759 4.41333 4.14655 4.53333C3.96552 4.66667 3.875 4.84 3.875 5.06667C3.875 5.26667 3.93966 5.41333 4.06897 5.54667C4.19828 5.66667 4.43104 5.8 4.76724 5.97333C5.10345 6.12 5.55604 6.30667 6.15086 6.52C7.35345 6.96 8.21983 7.45333 8.73707 8.01333C9.25431 8.54667 9.5 9.28 9.5 10.16Z"/></svg>')}.ds-icon.early-season{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="early-season"><path d="M13.4933 2H12V1C12 0.44 11.5467 0 11 0C10.44 0 10 0.44 10 1V2H6V1C6 0.44 5.54667 0 5 0C4.44 0 4 0.44 4 1V2H2.49333C1.68 2 1.02667 2.64 1 3.45333V14.4933C1 15.32 1.66667 16 2.49333 16H13.4933C14.32 16 15 15.32 15 14.4933V3.45333C14.9733 2.64 14.3067 2 13.4933 2ZM13.4933 14.3067C13.4933 14.4133 13.4133 14.4933 13.3067 14.4933H2.68C2.57333 14.4933 2.49333 14.4133 2.49333 14.3067V5H6.53333V4.33333H9.46667V5H13.4933V14.3067Z"/><path d="M0 3.45337V9.21337H16V3.45337H0ZM9.46667 5.21337H7.56V5.8667H9.42667V6.7467H7.56V7.4667H9.46667V8.33337H6.53333V4.33337H9.46667V5.21337Z"/></svg>')}.ds-icon.ellipsis-vertical{mask-image:url('data:image/svg+xml,<svg  xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="ellipsis-vertical"><path d="M8 11.8519C7.46957 11.8519 6.96086 12.0704 6.58579 12.4593C6.21071 12.8483 6 13.3758 6 13.9259C6 14.476 6.21071 15.0036 6.58579 15.3925C6.96086 15.7815 7.46957 16 8 16C8.53043 16 9.03914 15.7815 9.41421 15.3925C9.78929 15.0036 10 14.476 10 13.9259C10 13.3758 9.78929 12.8483 9.41421 12.4593C9.03914 12.0704 8.53043 11.8519 8 11.8519ZM8 5.92593C7.46957 5.92593 6.96086 6.14444 6.58579 6.53341C6.21071 6.92237 6 7.44992 6 8C6 8.55008 6.21071 9.07763 6.58579 9.46659C6.96086 9.85556 7.46957 10.0741 8 10.0741C8.53043 10.0741 9.03914 9.85556 9.41421 9.46659C9.78929 9.07763 10 8.55008 10 8C10 7.44992 9.78929 6.92237 9.41421 6.53341C9.03914 6.14444 8.53043 5.92593 8 5.92593ZM10 2.07407C10 1.524 9.78929 0.996447 9.41421 0.607482C9.03914 0.218518 8.53043 0 8 0C7.46957 0 6.96086 0.218518 6.58579 0.607482C6.21071 0.996447 6 1.524 6 2.07407C6 2.62415 6.21071 3.1517 6.58579 3.54067C6.96086 3.92963 7.46957 4.14815 8 4.14815C8.53043 4.14815 9.03914 3.92963 9.41421 3.54067C9.78929 3.1517 10 2.62415 10 2.07407Z"/></svg>')}.ds-icon.faller{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="faller"><path d="M1.50766 8.51822H5.35836V0.453239C5.37164 0.199958 5.57082 0 5.8231 0H10.1917C10.4307 0 10.6298 0.199958 10.6298 0.453239V8.51822H14.4805C14.932 8.51822 15.1843 9.07811 14.8391 9.4247L8.34598 15.85C8.1468 16.05 7.82812 16.05 7.61567 15.85L1.14915 9.4247C0.830467 9.09144 1.0562 8.51822 1.50766 8.51822Z"/></svg>')}.ds-icon.handcuffs{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 17" fill="currentColor" class="handcuffs"><path d="M13.4743 0.779893C12.518 0.380046 11.5224 0.486672 10.5662 0.699923C9.21689 1.13976 7.46153 0.5 7.46153 0.5L7.00304 1.59292C5.66687 1.32635 4.4093 1.6329 3.51852 2.49924C2.58845 3.3789 1.77627 4.52513 1.98586 6.84424L1.00338 7.03083C1.00338 7.03083 1.23918 8.67021 0.571095 10.203C0.178104 11.0959 -0.136289 12.0689 0.0602068 13.1085C0.479397 15.361 2.62775 16.8537 4.85469 16.4272C7.08164 16.0007 8.53571 13.8149 8.11652 11.5491C7.90692 10.5095 7.26504 9.72314 6.57075 9.03007C5.47038 8.12375 5.02499 6.27113 5.02499 6.27113L3.45303 6.56435C3.34823 4.91165 3.89842 4.20525 4.5272 3.59215C4.7237 3.40556 5.35248 2.91241 6.40046 3.01904L5.86337 4.33853C5.86337 4.33853 7.34363 5.0316 8.23441 6.44439C8.7584 7.27074 9.38719 8.07044 10.3435 8.47028C12.4263 9.34995 14.8367 8.337 15.6881 6.20448C16.5527 4.09862 15.5571 1.64623 13.4743 0.779893ZM6.63625 11.829C6.91134 13.2684 5.98127 14.6546 4.5665 14.9345C3.15173 15.2144 1.78937 14.2681 1.51427 12.8286C1.23918 11.3892 2.16926 10.003 3.58402 9.72314C4.99879 9.44324 6.37426 10.3895 6.63625 11.829ZM14.3127 5.6447C13.7625 6.99085 12.2298 7.64393 10.9068 7.08415C9.58368 6.52436 8.9418 4.96496 9.49198 3.61881C10.0422 2.27266 11.5748 1.61957 12.8979 2.17936C14.221 2.73914 14.8629 4.28522 14.3127 5.6447Z"/></svg>')}.ds-icon.info{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m10 0c-5.5 0-10 4.5-10 10s4.5 10 10 10 10-4.5 10-10-4.5-10-10-10zm-1.7 6.4c0-.9.8-1.6 1.7-1.6s1.7.7 1.7 1.6-.8 1.6-1.7 1.6-1.7-.7-1.7-1.6zm4 8.3c0 .3-.2.5-.5.5h-3.6c-.3 0-.5-.2-.5-.5v-.9c0-.3.2-.5.5-.5h.5v-2.5h-.5c-.3 0-.5-.2-.5-.5v-.9c0-.3.2-.5.5-.5h2.6c.3 0 .5.2.5.5v3.9h.5c.3 0 .5.2.5.5z"/></svg>')}.ds-icon.injury{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="injury"><path d="M22.1539 3.4707H6.90466V20.4922H22.1539C23.077 20.4922 23.8154 19.7538 23.8154 18.8307V5.13224C23.8154 4.20916 23.077 3.4707 22.1539 3.4707ZM20.2339 18.3507H10.3754C10.117 18.3507 9.89543 18.1292 9.89543 17.8707C9.89543 17.6122 10.117 17.3907 10.3754 17.3907H20.2339C20.4924 17.3907 20.7139 17.6122 20.7139 17.8707C20.7139 18.1292 20.4924 18.3507 20.2339 18.3507ZM19.9754 11.963C19.9754 12.1846 19.8277 12.3322 19.6062 12.3322H16.8739V15.0645C16.8739 15.2861 16.7262 15.4338 16.5047 15.4338H14.1047C13.8831 15.4338 13.7354 15.2492 13.7354 15.0645V12.3322H11.0031C10.7816 12.3322 10.6339 12.1476 10.6339 11.963V9.59993C10.6339 9.3784 10.7816 9.2307 11.0031 9.2307H13.7354V6.4984C13.7354 6.27686 13.8831 6.12916 14.1047 6.12916H16.4677C16.6893 6.12916 16.837 6.31378 16.837 6.4984V9.2307H19.5693C19.7908 9.19378 19.9754 9.34147 19.9754 9.59993V11.963Z"/><path d="M4.02463 3.4707C3.10155 3.4707 2.36309 4.20916 2.36309 5.13224V6.46147C1.92001 6.46147 1.47694 6.46147 1.03386 6.46147C0.553859 6.46147 0.184628 6.90455 0.184628 7.34763C0.221551 7.82763 0.590782 8.19686 1.07078 8.19686H2.36309V10.8922C1.95694 10.8922 1.51386 10.8922 1.10771 10.8922C0.590782 10.8922 0.184628 11.2615 0.184628 11.7784C0.184628 12.2953 0.553859 12.6276 1.10771 12.6645H2.36309V15.803C1.92001 15.803 1.51386 15.803 1.07078 15.803C0.553859 15.803 0.147705 16.1722 0.147705 16.6892C0.147705 17.1692 0.553859 17.5753 1.07078 17.5753H2.32617H2.36309V18.9046C2.36309 19.8276 3.10155 20.5661 4.02463 20.5661H5.90771V3.4707H4.02463Z"/></svg>')}.ds-icon.late-season{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="late-season"><path d="M13.4933 2H12V1C12 0.44 11.5467 0 11 0C10.44 0 10 0.44 10 1V2H6V1C6 0.44 5.54667 0 5 0C4.44 0 4 0.44 4 1V2H2.49333C1.66667 2 1 2.66667 1 3.49333V14.4933C1 15.32 1.66667 16 2.49333 16H13.4933C14.32 16 15 15.32 15 14.4933V3.49333C15 2.66667 14.32 2 13.4933 2ZM13.4933 14.3067C13.4933 14.4133 13.4133 14.4933 13.3067 14.4933H2.68C2.57333 14.4933 2.49333 14.4133 2.49333 14.3067V5H13.4933V14.3067Z"/><path d="M0 6.81348V12.5735H16V6.81348H0ZM9.32 11.6935H6.68V7.69348H7.70667V10.7868H9.32V11.6935Z"/></svg>')}.ds-icon.lightning{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="lightning"><path d="M9.56649 0.22918L2.25643 8.28968C1.65596 8.95584 2.1781 9.95507 3.11797 9.95507H6.85132L4.41028 15.1244C4.11005 15.7773 5.02381 16.3102 5.54595 15.7906L13.7045 7.66349C14.3702 7.01066 13.835 5.94481 12.856 5.97145L8.10448 6.05139L10.7283 0.895337C11.0677 0.22918 10.0886 -0.330392 9.56649 0.22918Z"/></svg>')}.ds-icon.mock-draft{mask-image:url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M12.2954 15.5815H17.5754V16.6523H12.2954V15.5815Z"/><path d="M12.9969 12.4431C12.6277 12.997 12.3692 13.6616 12.3323 14.3631H14.0307C13.7354 13.8462 13.3292 13.1816 12.9969 12.4431Z"/><path d="M9.56307 15.9509C11.1877 15.9509 11.1877 13.4771 9.56307 13.4771C7.93845 13.4771 7.93845 15.9509 9.56307 15.9509Z"/><path d="M12.2954 18.9047C8.34462 19.0524 5.09538 15.9139 5.09538 11.9631C5.09538 3.4339 17.6492 2.54774 18.9046 10.8924C17.3538 10.8924 15.2492 10.597 13.92 11.5201C14.3631 12.5539 15.0646 13.6985 15.4708 14.3631H18.1662C18.4985 14.3631 18.7938 14.6585 18.7938 14.9908V17.2801C18.7938 17.6124 18.5354 17.9077 18.1662 17.9077H12.2954V18.9047ZM21.1938 21.1939H2.80615V16.6893L3.65538 17.5385V20.3447H20.3446V17.5385L21.1938 16.6893V21.1939ZM22.0062 9.15697V1.9939H1.99385V9.15697L0 12.0001L1.99385 14.8431V22.0062H22.0062V14.8431L24 12.0001L22.0062 9.15697ZM21.1938 7.31082L20.3446 6.46159V3.65543H3.65538V6.46159L2.80615 7.31082V2.8062H21.1938V7.31082Z"/></svg>')}.ds-icon.notes-stacked{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="notes-stacked" ><path d="M5.33333 0C4.15667 0 3.2 0.956667 3.2 2.13333V10.6667C3.2 11.8433 4.15667 12.8 5.33333 12.8H11.3067C11.45 12.8 11.5933 12.7867 11.7333 12.7567V9.6C11.7333 9.01 12.21 8.53333 12.8 8.53333H15.9567C15.9867 8.39333 16 8.25 16 8.10667V2.13333C16 0.956667 15.0433 0 13.8667 0H5.33333ZM12.8 10.6667V12.19V12.8L16 9.6H15.39H13.8667H12.8V10.6667ZM9.86667 14.4H4.53333C2.91333 14.4 1.6 13.0867 1.6 11.4667V4C1.6 3.55667 1.24333 3.2 0.8 3.2C0.356667 3.2 0 3.55667 0 4V11.4667C0 13.97 2.03 16 4.53333 16H9.86667C10.31 16 10.6667 15.6433 10.6667 15.2C10.6667 14.7567 10.31 14.4 9.86667 14.4Z"/></svg>')}.ds-icon.pencil{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor"><path d="M15.5599 4.44087L14.1196 5.88115C13.9729 6.02785 13.7329 6.02785 13.5862 5.88115L10.1188 2.41381C9.97215 2.26711 9.97215 2.02706 10.1188 1.88037L11.5591 0.440086C12.1459 -0.146695 13.0928 -0.146695 13.6795 0.440086L15.5599 2.32046C16.1467 2.8939 16.1467 3.84075 15.5599 4.44087ZM8.8786 3.12061L0.676994 11.3222L0.010197 15.123C-0.0564828 15.5364 0.210236 15.9231 0.623651 15.9898C0.703666 16.0031 0.797018 16.0031 0.89037 15.9898L4.69112 15.323L12.9061 7.1214C13.0528 6.9747 13.0528 6.73465 12.9061 6.58796L9.43871 3.12061C9.26535 2.97392 9.03863 2.97392 8.8786 3.12061ZM3.87762 10.6288C3.70426 10.4554 3.70426 10.1887 3.87762 10.0153L8.6919 5.20102C8.86527 5.02765 9.14532 5.02765 9.30535 5.20102C9.46539 5.37439 9.47872 5.65444 9.30535 5.81447L4.50441 10.6288C4.33104 10.7888 4.05099 10.8021 3.87762 10.6288ZM2.74407 13.2559H4.23769V14.3895L2.2373 14.7362L1.26378 13.776L1.61051 11.7623H2.74407V13.2559Z"/></svg>')}.ds-icon.plus{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" class="plus"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z"/></svg>')}.ds-icon.playoff-target{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="playoff-target"><path d="M13.4933 2H12V1C12 0.44 11.5467 0 11 0C10.44 0 10 0.44 10 1V2H6V1C6 0.44 5.54667 0 5 0C4.44 0 4 0.44 4 1V2H2.49333C1.66667 2 1 2.66667 1 3.49333V14.4933C1 14.6667 1.02667 14.8267 1.08 14.9733C1.28 15.5733 1.84 16 2.49333 16H13.4933C14.1467 16 14.72 15.5733 14.92 14.9733C14.9733 14.8267 15 14.6667 15 14.4933V3.49333C15 2.66667 14.32 2 13.4933 2ZM13.4933 14.3067C13.4933 14.4133 13.4133 14.4933 13.3067 14.4933H2.68C2.57333 14.4933 2.49333 14.4133 2.49333 14.3067V5H13.4933V14.3067Z"/><path d="M8.17325 11.8666H7.33325V10.96H8.17325C8.43992 10.96 8.65325 11.1466 8.65325 11.4266C8.65325 11.6933 8.43992 11.8666 8.17325 11.8666Z"/><path d="M0 9.21313V14.9731H16V9.21313H0ZM6.30667 10.0931H8.30667C9.2 10.0931 9.69333 10.7065 9.69333 11.4265C9.69333 12.1465 9.2 12.7331 8.30667 12.7331H7.33333V14.0931H6.30667V10.0931Z"/></svg>')}.ds-icon.r{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="r">< path d = "M10.1079 15.9867L7.42133 10.5736H5.30662V15.9867H1.18359V0H9.19024C12.7414 0 14.7497 2.35411 14.7497 5.32003C14.7497 8.09975 13.0473 9.58936 11.5577 10.1214L14.8162 16H10.1079V15.9867ZM8.56514 3.47132H5.30662V7.06234H8.56514C9.64245 7.06234 10.5602 6.37074 10.5602 5.26683C10.5602 4.16293 9.64245 3.47132 8.56514 3.47132Z"/></svg > ')}.ds-icon.riser{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 16" fill="currentColor" class="riser"><path d="M13.4842 7.48177H9.63579V15.5468C9.63579 15.8 9.43674 16 9.1846 16H4.80543C4.56656 16 4.36751 15.8 4.36751 15.5468V7.48177H0.51914C0.0679516 7.48177 -0.184183 6.92189 0.160843 6.5753L6.64999 0.149969C6.84904 -0.0499896 7.16753 -0.0499896 7.37985 0.149969L13.869 6.5753C14.1609 6.90856 13.9353 7.48177 13.4842 7.48177Z"/></svg>')}.ds-icon.sleeper{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="sleeper"><path d="M10.5526 9.58029V9.51629L15.8843 2.8406V1.25537H6.71258V3.72183H11.6652V3.78583L8.70889 7.40429L6.19812 10.4763V12.0468H16V9.58029H10.5526Z"/><path d="M2.176 13.5113V13.4793L4.84185 10.1415V9.34888H0.256V10.5821H2.73231V10.6141L1.25538 12.4233L0 13.9593V14.7446H4.90092V13.5113H2.176Z"/></svg>')}.ds-icon.sliders-three{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="sliders-three"><path d="M0 13C0 13.5531 0.446875 14 1 14H2.70937C3.09375 14.8844 3.975 15.5 5 15.5C6.025 15.5 6.90625 14.8844 7.29063 14H15C15.5531 14 16 13.5531 16 13C16 12.4469 15.5531 12 15 12H7.29063C6.90625 11.1156 6.025 10.5 5 10.5C3.975 10.5 3.09375 11.1156 2.70937 12H1C0.446875 12 0 12.4469 0 13ZM4 13C4 12.7348 4.10536 12.4804 4.29289 12.2929C4.48043 12.1054 4.73478 12 5 12C5.26522 12 5.51957 12.1054 5.70711 12.2929C5.89464 12.4804 6 12.7348 6 13C6 13.2652 5.89464 13.5196 5.70711 13.7071C5.51957 13.8946 5.26522 14 5 14C4.73478 14 4.48043 13.8946 4.29289 13.7071C4.10536 13.5196 4 13.2652 4 13ZM10 8C10 7.73478 10.1054 7.48043 10.2929 7.29289C10.4804 7.10536 10.7348 7 11 7C11.2652 7 11.5196 7.10536 11.7071 7.29289C11.8946 7.48043 12 7.73478 12 8C12 8.26522 11.8946 8.51957 11.7071 8.70711C11.5196 8.89464 11.2652 9 11 9C10.7348 9 10.4804 8.89464 10.2929 8.70711C10.1054 8.51957 10 8.26522 10 8ZM11 5.5C9.975 5.5 9.09375 6.11562 8.70938 7H1C0.446875 7 0 7.44688 0 8C0 8.55313 0.446875 9 1 9H8.70938C9.09375 9.88437 9.975 10.5 11 10.5C12.025 10.5 12.9062 9.88437 13.2906 9H15C15.5531 9 16 8.55313 16 8C16 7.44688 15.5531 7 15 7H13.2906C12.9062 6.11562 12.025 5.5 11 5.5ZM6 4C5.73478 4 5.48043 3.89464 5.29289 3.70711C5.10536 3.51957 5 3.26522 5 3C5 2.73478 5.10536 2.48043 5.29289 2.29289C5.48043 2.10536 5.73478 2 6 2C6.26522 2 6.51957 2.10536 6.70711 2.29289C6.89464 2.48043 7 2.73478 7 3C7 3.26522 6.89464 3.51957 6.70711 3.70711C6.51957 3.89464 6.26522 4 6 4ZM8.29062 2C7.90625 1.11563 7.025 0.5 6 0.5C4.975 0.5 4.09375 1.11563 3.70937 2H1C0.446875 2 0 2.44687 0 3C0 3.55312 0.446875 4 1 4H3.70937C4.09375 4.88438 4.975 5.5 6 5.5C7.025 5.5 7.90625 4.88438 8.29062 4H15C15.5531 4 16 3.55312 16 3C16 2.44687 15.5531 2 15 2H8.29062Z"/></svg>')}.ds-icon.spinner{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" class="spinner"><path d="M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 416a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm464-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM142.9 437A48 48 0 1 0 75 369.1 48 48 0 1 0 142.9 437zm0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437A48 48 0 1 0 437 369.1 48 48 0 1 0 369.1 437z"/></svg>')}.ds-icon.star{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="star"><path d="M8.00026 0.5C8.27917 0.5 8.53383 0.652332 8.6551 0.895478L10.7348 5.03481L15.3793 5.69687C15.6521 5.73496 15.8795 5.91951 15.9644 6.17438C16.0493 6.42924 15.9796 6.70461 15.7855 6.8921L12.4174 10.1204L13.2117 14.6786C13.2571 14.9423 13.145 15.2089 12.9176 15.367C12.6902 15.5252 12.3931 15.5428 12.1506 15.4168L7.99723 13.2725L3.84994 15.4139C3.60438 15.5399 3.30728 15.5223 3.08294 15.3641C2.85859 15.2059 2.74339 14.9393 2.78887 14.6757L3.58316 10.1174L0.214999 6.8921C0.0179424 6.70461 -0.0487538 6.42631 0.0361323 6.17438C0.121018 5.92244 0.348392 5.73789 0.62124 5.69687L5.26572 5.03481L7.34543 0.895478C7.46973 0.652332 7.72135 0.5 8.00026 0.5Z"/></svg>')}.ds-icon.star-outline{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="star-outline"><path d="M8.00026 0.5C8.27917 0.5 8.53383 0.652332 8.6551 0.895478L10.7348 5.03481L15.3793 5.69687C15.6521 5.73496 15.8795 5.91951 15.9644 6.17438C16.0493 6.42924 15.9796 6.70461 15.7855 6.8921L12.4174 10.1204L13.2117 14.6786C13.2571 14.9423 13.145 15.2089 12.9176 15.367C12.6902 15.5252 12.3931 15.5428 12.1506 15.4168L7.99723 13.2725L3.84994 15.4139C3.60438 15.5399 3.30728 15.5223 3.08294 15.3641C2.85859 15.2059 2.74339 14.9393 2.78887 14.6757L3.58316 10.1174L0.214999 6.8921C0.0179424 6.70461 -0.0487538 6.42631 0.0361323 6.17438C0.121018 5.92244 0.348392 5.73789 0.62124 5.69687L5.26572 5.03481L7.34543 0.895478C7.46972 0.652332 7.72135 0.5 8.00026 0.5ZM8.00026 2.81428L6.40865 5.98396C6.30254 6.19195 6.09942 6.33843 5.85992 6.37358L2.27349 6.88331L4.87767 9.37628C5.04441 9.5374 5.12323 9.7659 5.08382 9.99147L4.4684 13.498L7.65769 11.8517C7.87293 11.7404 8.13062 11.7404 8.34284 11.8517L11.5321 13.498L10.9197 9.9944C10.8803 9.76883 10.9561 9.54033 11.1259 9.37921L13.7301 6.88624L10.1436 6.37358C9.90717 6.33843 9.70101 6.19488 9.59491 5.98396L8.00026 2.81428Z"/></svg>')}.ds-icon.susp{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="susp"><path d="M1.14667 9.53999V9.99332C1.14667 10.5533 1.30667 10.86 1.74667 10.86C2.2 10.86 2.30667 10.4333 2.30667 9.95332C2.30667 9.15332 2.13333 8.89999 1.33333 8.27332C0.546667 7.63332 0.106667 7.23332 0.106667 6.12665C0.106667 5.13999 0.4 4.15332 1.74667 4.15332C3.12 4.15332 3.33333 5.13999 3.33333 5.95332V6.35332H2.21333V5.96665C2.21333 5.44665 2.12 5.12665 1.74667 5.12665C1.37333 5.12665 1.28 5.44665 1.28 5.95332C1.28 6.48665 1.38667 6.73999 2.04 7.21999C3.16 8.04665 3.50667 8.52665 3.50667 9.77999C3.50667 10.8333 3.13333 11.8467 1.74667 11.8467C0.333333 11.8467 0 10.9667 0 9.97999V9.53999H1.14667Z"/><path d="M5.32001 4.26001V9.94001C5.32001 10.4867 5.49334 10.7933 5.94667 10.7933C6.40001 10.7933 6.54667 10.4467 6.54667 9.94001V4.26001H7.70667V9.91334C7.70667 11.0867 7.17334 11.8333 5.93334 11.8333C4.74667 11.8333 4.17334 11.1933 4.17334 9.91334V4.26001H5.32001Z"/><path d="M9.50675 9.53999V9.99332C9.50675 10.5533 9.66675 10.86 10.1067 10.86C10.5601 10.86 10.6667 10.4333 10.6667 9.95332C10.6667 9.15332 10.4934 8.89999 9.69341 8.27332C8.89341 7.63332 8.46675 7.23332 8.46675 6.12665C8.46675 5.13999 8.76008 4.15332 10.1067 4.15332C11.4801 4.15332 11.6934 5.13999 11.6934 5.95332V6.35332H10.5601V5.96665C10.5601 5.44665 10.4667 5.12665 10.0934 5.12665C9.72008 5.12665 9.62675 5.44665 9.62675 5.95332C9.62675 6.48665 9.73341 6.73999 10.3867 7.21999C11.5067 8.04665 11.8534 8.52665 11.8534 9.77999C11.8534 10.8333 11.4801 11.8467 10.0934 11.8467C8.70675 11.8467 8.37341 10.9667 8.37341 9.97999V9.53999H9.50675Z"/><path d="M12.5468 4.26001H14.2134C15.4001 4.26001 16.0001 4.84668 16.0001 6.16668V6.60668C16.0001 7.83334 15.5601 8.66001 14.1468 8.66001H13.7068V11.7267H12.5601V4.26001H12.5468ZM13.7068 7.72668H14.0268C14.7468 7.72668 14.8668 7.31334 14.8668 6.58001V6.20668C14.8668 5.66001 14.7734 5.22001 14.1334 5.22001H13.7201V7.72668H13.7068Z"/></svg>')}.ds-icon.swap{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor"><path d="M1.00273 3.00109H10.9988V1.00152C10.9988 0.598484 11.2425 0.232939 11.6173 0.076723C11.9922 -0.079493 12.4202 0.00798795 12.7075 0.292301L15.7064 3.29165C15.8938 3.47911 16 3.73218 16 3.99775C16 4.26331 15.8938 4.51638 15.7064 4.70384L12.7075 7.70319C12.4202 7.99063 11.9922 8.07498 11.6173 7.91877C11.2425 7.76255 10.9988 7.40013 10.9988 6.99397V4.9944L1.00273 5.00065C0.449824 5.00065 0.00312378 4.55387 0.00312378 4.00087C0.00312378 3.44786 0.449824 3.00109 1.00273 3.00109ZM14.9973 10.9993C15.5502 10.9993 15.9969 11.4461 15.9969 11.9991C15.9969 12.5521 15.5502 12.9989 14.9973 12.9989H5.00117V14.9985C5.00117 15.4015 4.75752 15.7671 4.38266 15.9233C4.00781 16.0795 3.57985 15.992 3.29246 15.7077L0.293635 12.7084C0.106209 12.5209 0 12.2678 0 12.0023C0 11.7367 0.106209 11.4836 0.293635 11.2962L3.29246 8.29681C3.57985 8.00937 4.00781 7.92502 4.38266 8.08123C4.75752 8.23745 5.00117 8.59987 5.00117 9.00603V11.0056H14.9973V10.9993Z"/></svg>')}.ds-icon.thumbs-down{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"  fill="currentColor" class="thumbs-down"><path d="M0 1.74667V9.24C0 9.66667 0.333333 10 0.746667 10H3.25333C3.66667 10 4 9.66667 4 9.25333V1.74667C4 1.33333 3.66667 1 3.25333 1H0.746667C0.333333 1 0 1.33333 0 1.74667ZM1.25333 8C1.25333 7.58667 1.58667 7.25333 2 7.25333C2.41333 7.25333 2.74667 7.58667 2.74667 8C2.74667 8.41333 2.41333 8.74667 2 8.74667C1.58667 8.74667 1.25333 8.41333 1.25333 8ZM9.74667 16C9.12 16 8.82667 14.7733 8.68 14.2C8.52 13.52 8.34667 12.8267 7.88 12.36C6.88 11.3333 6.34667 10.04 5.10667 8.81333C5.04 8.74667 5 8.65333 5 8.54667V1.86667C5 1.66667 5.16 1.49333 5.37333 1.49333C5.86667 1.49333 6.52 1.21333 7.01333 0.986667C8 0.546667 9.24 0 10.7467 0H10.84C12.1733 0 13.76 0.0133334 14.4 0.933333C14.6667 1.30667 14.72 1.77333 14.5867 2.33333C15.0933 2.86667 15.3733 3.86667 15.0933 4.66667C15.64 5.4 15.6933 6.42667 15.3867 7.14667C15.76 7.52 16 8.12 16 8.68C16 9.62667 15.1867 10.4933 14.1333 10.4933H10.96C11.1867 11.3867 12 12.1333 12 13.4533C12 15.7467 10.4933 16 9.74667 16Z"/></svg>')}.ds-icon.trash-icon{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor"><path d="M5.225 0.553125L5 1H2C1.44687 1 1 1.44687 1 2C1 2.55312 1.44687 3 2 3H14C14.5531 3 15 2.55312 15 2C15 1.44687 14.5531 1 14 1H11L10.775 0.553125C10.6062 0.2125 10.2594 0 9.88125 0H6.11875C5.74062 0 5.39375 0.2125 5.225 0.553125ZM14 4H2L2.6625 14.5938C2.7125 15.3844 3.36875 16 4.15937 16H11.8406C12.6312 16 13.2875 15.3844 13.3375 14.5938L14 4Z"/></svg>')}.ds-icon.video{mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 14" fill="currentColor"><path d="M0.00517209 2.41755C0.00517209 1.15398 1.00336 0.125 2.22912 0.125L11.1197 0.125C12.3455 0.125 13.3437 1.15398 13.3437 2.41755L13.3437 11.5824C13.3437 12.846 12.3455 13.875 11.1197 13.875L2.22395 13.875C0.998189 13.875 0 12.846 0 11.5824L0 2.41755H0.00517209ZM19.4156 1.40457C19.7776 1.60716 20 1.99103 20 2.41222L20 11.5771C20.0001 11.7844 19.9454 11.9878 19.842 12.1656C19.7385 12.3433 19.5901 12.4887 19.4126 12.5862C19.2352 12.6837 19.0354 12.7296 18.8345 12.719C18.6337 12.7084 18.4395 12.6418 18.2726 12.5261L14.9418 10.2336L14.4505 9.89235L14.4505 4.09165L14.9418 3.75044L18.2726 1.45788C18.6139 1.22863 19.0535 1.2073 19.4156 1.40457ZM6.80631 1.71913C6.13123 1.69319 5.46191 1.8559 4.8692 2.19002C4.27649 2.52415 3.78244 3.01725 3.43936 3.61715C3.33592 3.77709 3.37212 3.98502 3.51694 4.10232L4.5203 4.88605C4.67029 5.00334 4.88751 4.97669 5.00129 4.82207C5.51849 4.14497 5.87018 3.75577 6.65632 3.75577C7.24593 3.75577 7.97517 4.14497 7.97517 4.73677C7.97517 5.17928 7.61831 5.41387 7.03388 5.74976C6.35118 6.14429 5.45643 6.63479 5.45643 7.85571V7.973C5.45643 8.17027 5.61158 8.33021 5.80295 8.33021H7.42177C7.61314 8.33021 7.7683 8.17027 7.7683 7.973V7.93568C7.7683 7.08797 10.1733 7.05065 10.1733 4.75809C10.1784 3.03068 8.43548 1.71913 6.80631 1.71913ZM6.61495 9.10862C6.26242 9.10862 5.92434 9.25298 5.67506 9.50994C5.42579 9.7669 5.28575 10.1154 5.28575 10.4788C5.28575 10.8422 5.42579 11.1907 5.67506 11.4477C5.92434 11.7047 6.26242 11.849 6.61495 11.849C6.96747 11.849 7.30556 11.7047 7.55483 11.4477C7.8041 11.1907 7.94414 10.8422 7.94414 10.4788C7.94414 10.1154 7.8041 9.7669 7.55483 9.50994C7.30556 9.25298 6.96747 9.10862 6.61495 9.10862Z"/></svg>')}.bg-cb{background-color:#888 !important;color:#fff}.bg-db{background-color:#888 !important;color:#fff}.bg-de{background-color:#888 !important;color:#fff}.bg-def{background-color:#888 !important;color:#fff}.bg-dl{background-color:#888 !important;color:#fff}.bg-dt{background-color:#888 !important;color:#fff}.bg-fb{background-color:#a41c1f !important;color:#fff}.bg-hc{background-color:#582325 !important;color:#fff}.bg-k{background-color:#c87779 !important;color:#fff}.bg-lb{background-color:#888 !important;color:#fff}.bg-ol{background-color:#888 !important;color:#fff}.bg-olb{background-color:#888 !important;color:#fff}.bg-qb{background-color:#333333 !important;color:#fff}.bg-rb{background-color:#a41c1f !important;color:#fff}.bg-s{background-color:#888 !important;color:#fff}.bg-te{background-color:#86a2cb !important;color:#fff}.bg-tk{background-color:#888 !important;color:#fff}.bg-tqb{background-color:#333333 !important;color:#fff}.bg-wr{background-color:#043173 !important;color:#fff}.bg-idp{background-color:#888 !important;color:#fff}.bg-ir{background-color:#687087 !important;color:#fff}.bg-bench{background-color:#687087 !important;color:#fff}.position-badge{border-radius:50rem;color:#fff;padding-left:.375rem;padding-right:.375rem;padding-top:.1875rem;padding-bottom:.125rem;display:inline-block;font-size:.625rem;line-height:.75rem}.position-badge.db{background-color:#888}.position-badge.def{background-color:#888}.position-badge.dl{background-color:#888}.position-badge.hc{background-color:#582325}.position-badge.k{background-color:#c87779}.position-badge.lb{background-color:#888}.position-badge.ol{background-color:#888}.position-badge.qb{background-color:#333333}.position-badge.rb{background-color:#a41c1f}.position-badge.te{background-color:#86a2cb}.position-badge.tk{background-color:#888}.position-badge.tqb{background-color:#333333}.position-badge.wr{background-color:#043173}.position-badge.idp{background-color:#888}.position-badge.bench{background-color:#687087}.position-badge.ir{background-color:#687087}@media(min-width: 768px){.position-badge{font-size:.625rem;line-height:.75rem}}@media(min-width: 1024px){.position-badge{font-size:.75rem;line-height:1rem}}img.team-square{height:var(--team-square-width-height);width:var(--team-square-width-height);border-radius:.125rem;object-fit:cover;--team-square-width-height: 1.75rem}@media(min-width: 768px){img.team-square{--team-square-width-height: 1.875rem}}@media(min-width: 1024px){img.team-square{--team-square-width-height: 2rem}}@media(max-width: 1023px){.player-name-responsive{white-space:nowrap}}.pill.stat-pill{display:inline-block;padding:.5rem .75rem;line-height:1}@media(min-width: 768px){.pill.stat-pill{padding:.5rem 1rem}}.player-search-container .results-container{max-height:200px;overflow-y:auto}.player-search-container .result-item{list-style-type:none;gap:.25rem;padding-top:.25rem;padding-bottom:.25rem}.player-search-container .result-item.disabled{opacity:.5;pointer-events:none}.player-search-container .note{font-size:.625rem;font-style:italic;text-align:center}.player-search-container img{--team-square-width-height: 1.75rem}.player-search-container .text{display:flex;flex-direction:column}.player-search-container .player-item:hover{cursor:pointer;background-color:#f1f1f1}.player-search-container .player-details{color:#687087}.player-search-container.results-in-dropdown{position:relative}.player-search-container.results-in-dropdown .results-container{display:none;position:absolute;padding:1rem;background-color:var(--bs-body-bg);border:1px solid var(--ds-border-grey);width:100%;z-index:100}.player-search-container.results-in-dropdown input:focus+.results-container,.player-search-container.results-in-dropdown.is-active .results-container{display:block}.ds-popover{--ds-popover-inner-padding: 1rem;background-color:#fff;max-width:250px;padding:var(--ds-popover-inner-padding);border:1px solid #c8c8c8;border-radius:.1875rem;position:relative;visibility:hidden;pointer-events:none;position:absolute;top:0;left:0;z-index:1057;will-change:transform}.ds-popover .popover-close{--circle-btn-width-height: 1.5rem;background-color:#687087;color:#f1f1f1;position:absolute;right:calc(-1*var(--circle-btn-width-height)/2);top:calc(-1*var(--circle-btn-width-height)/2)}.ds-popover.align-close-left .popover-close{right:initial;left:calc(-1*var(--circle-btn-width-height)/2)}.ds-popover .popover-title{font-size:.875rem;line-height:1.125rem}.ds-popover.show{visibility:visible;pointer-events:all}.ds-popover.no-padding{padding:0}.ds-popover.no-padding-x{padding-left:0;padding-right:0}.ds-popover .inner-padding-x{padding-left:var(--ds-popover-inner-padding);padding-right:var(--ds-popover-inner-padding)}::placeholder{color:#999999}input[type=search]{background-image:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_709_5761)"><path d="M15.7823 13.8294L12.6655 10.7126C12.5247 10.5718 12.3327 10.495 12.1343 10.495H11.6223C13.8303 7.66617 13.3247 3.58297 10.4959 1.37497C7.66714 -0.833031 3.58395 -0.327431 1.37595 2.50137C-0.832055 5.33017 -0.326455 9.41337 2.50235 11.6214C4.85115 13.4518 8.14714 13.4518 10.4959 11.6214V12.1334C10.4959 12.3318 10.5727 12.5238 10.7135 12.6646L13.8303 15.7814C14.1183 16.0758 14.5919 16.0758 14.8863 15.7814L15.7695 14.8982C16.0703 14.5974 16.0703 14.1238 15.7823 13.8294ZM6.50234 10.4886C4.29434 10.4886 2.50235 8.70297 2.50235 6.49497C2.49595 4.28697 4.28794 2.49497 6.49594 2.49497C8.70394 2.49497 10.4959 4.28057 10.4959 6.48857V6.49497C10.4959 8.70297 8.70394 10.4886 6.50234 10.4886Z" fill="%23999999"/></g><defs><clipPath id="clip0_709_5761"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');background-size:16px 16px;background-repeat:no-repeat;background-position:left .5rem top 58%;border:2px solid #ddd;border-radius:4px;padding-top:.5rem;padding-right:.25rem;padding-bottom:.25rem;padding-left:2rem !important}input:not([type=checkbox]),textarea,select{background-color:#fff;border:2px solid #ddd;padding:5px;width:100%}.ds-input-group{border:2px solid #ddd;padding:5px;display:flex;align-items:center}.ds-input-group .before{color:#999}.ds-input-group input{background:rgba(0,0,0,0);border:none;outline:0}.fs-input-responsive{font-size:.875rem;line-height:1.125rem}@media(min-width: 768px){.fs-input-responsive{font-size:.875rem;line-height:1.125rem}}@media(min-width: 1024px){.fs-input-responsive{font-size:1rem;line-height:1.5rem}}label:not(.use-my-league-label){color:#000;display:block;font-size:16px}.radio-group label{display:inline-block;font-weight:normal}.form-group{margin-bottom:1rem}.hint-block{font-size:.85rem;font-style:italic}.ds-input,.user-inputs-area .inputs-bar select,.user-inputs-area .inputs-bar input,.ds-select,.user-inputs-area .inputs-bar .player-filter select{border:1px solid #c8c8c8;border-radius:0;box-shadow:none;height:35px;padding:0px 10px}.ds-select,.user-inputs-area .inputs-bar .player-filter select{color:#999;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("/img/icons/caret-down-thin.svg");background-repeat:no-repeat;background-position:right 10px center;padding-right:30px}.ds-select:disabled,.user-inputs-area .inputs-bar .player-filter select:disabled{color:#c8c8c8;background-color:#f9f9f9;background-image:url("/img/icons/caret-down-thin-gray.svg")}.ds-dropdown{--dropdown-toggle-btn-padding-right: 2rem;--dropdown-toggle-btn-height: 2.5rem;position:relative}.ds-dropdown>.dropdown-toggle-btn{border-width:1px;border-style:solid;border-color:#c8c8c8;height:var(--dropdown-toggle-btn-height);padding-left:.75rem;padding-right:var(--dropdown-toggle-btn-padding-right);text-align:left;position:relative;background-color:#fff;overflow:hidden;text-overflow:ellipsis}.ds-dropdown>.dropdown-toggle-btn:after{content:"";width:var(--dropdown-toggle-btn-padding-right);height:var(--dropdown-toggle-btn-height);position:absolute;right:0;top:0;mask-image:url('data:image/svg+xml,<svg viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.875 0.5L5.09375 5L9.3125 0.5" stroke="%2300081B"/></svg>');mask-repeat:no-repeat;mask-position:50%;mask-size:37.5%;background-color:#00081b}.ds-dropdown>.dropdown-container{position:absolute;padding:.75rem 1rem;margin:0;border-width:1px;border-style:solid;border-color:#c8c8c8;min-width:100%;background-color:#fff;z-index:100}.ds-dropdown.no-padding>.dropdown-container{padding:0}.ds-dropdown:not(.is-open)>.dropdown-container{display:none}.ds-dropdown .dropdown-item{padding-bottom:.5rem;padding-left:.75rem;padding-right:.75rem;padding-top:.5rem;color:var(--bs-body-color);white-space:nowrap;width:100%;border-radius:0;border-width:0;border-bottom-color:#c8c8c8;border-bottom-style:solid;border-bottom-width:1px;cursor:pointer}.ds-dropdown a.dropdown-item{display:block;color:var(--bs-body-color)}.ds-dropdown .dropdown-item.btn,.ds-dropdown button.dropdown-item{justify-content:left;background-color:#fff;line-height:var(--bs-body-line-height)}.ds-dropdown .dropdown-item.btn svg,.ds-dropdown button.dropdown-item svg{width:1em;height:1em;color:#687087}.ds-dropdown .dropdown-item:hover,.ds-dropdown .dropdown-item.active{background-color:#043173;color:#fff}.ds-dropdown .dropdown-item:hover a,.ds-dropdown .dropdown-item.active a{color:#fff}.ds-dropdown .icon-item,.ds-dropdown a.icon-item{display:flex;align-items:center;gap:1rem}.ds-dropdown.align-right-edge>.dropdown-container{right:0}@media(max-width: 1023px){.ds-dropdown.dropdown-desktop-up>button{display:none}.ds-dropdown.dropdown-desktop-up>.dropdown-container{display:block;position:relative;border-width:0px;padding:0;z-index:0}}@media(max-width: 1023px){.ds-dropdown .dropdown-container .dropdown-container{padding:0}}@media(min-width: 1024px){.ds-dropdown.dropdown-tablet-down>button{display:none}.ds-dropdown.dropdown-tablet-down>.dropdown-container{display:block;position:relative;border-width:0px;padding:0;z-index:0}}.ds-dropdown.responsive-input-dropdown.is-open>.dropdown-container{display:flex}@media(max-width: 1023px){.ds-dropdown.responsive-input-dropdown.is-open>.dropdown-container{flex-direction:column;gap:.5rem}}@media(min-width: 1024px){.ds-dropdown.responsive-input-dropdown>.dropdown-container{display:flex;gap:.5rem}}.ds-dropdown.scroll-y .dropdown-container{max-height:50vh;overflow-y:scroll}.pill-selector{background:#f1f1f1;border-radius:50rem;display:inline-flex;height:2.5rem}.pill-selector>button{font-size:.9375rem;padding-left:.75rem !important;padding-right:.75rem !important;font-weight:bold;border-radius:50rem}.pill-selector>button.active{color:#fff;background-color:#043173}.check-toggle{--check-toggle-width: 48px;--check-toggle-height: 28px;--check-toggle-inner-padding: 3px;display:flex;align-items:center;gap:.375rem}@media(min-width: 1024px){.check-toggle{--check-toggle-width: 60px;--check-toggle-height: 36px;--check-toggle-inner-padding: 6px}}.check-toggle section{display:inline-block}.check-toggle>label{cursor:pointer}.check-toggle input{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;opacity:0;cursor:pointer}.check-toggle .input-container{position:relative;display:inline-block;top:2px}.check-toggle .input-container label{color:#333;background:#999999;position:relative;display:inline-block;border-radius:50rem;transition:.3s;width:var(--check-toggle-width);height:var(--check-toggle-height)}.check-toggle .input-container label:after{content:"";position:absolute;border-radius:50rem;z-index:2;box-shadow:0 0 5px rgba(0,0,0,.2);transition:.25s;background:#fff;left:calc(var(--check-toggle-inner-padding)/2);top:calc(var(--check-toggle-inner-padding)/2);width:calc(var(--check-toggle-height) - var(--check-toggle-inner-padding));height:calc(var(--check-toggle-height) - var(--check-toggle-inner-padding))}.check-toggle input:checked+label{background:#77b743}.check-toggle input:checked+label:after{transform:translateX(calc(var(--check-toggle-width) - var(--check-toggle-height)))}@media(max-width: 1023px){.ds-dropdown .check-toggle{--check-toggle-width: 37px;--check-toggle-height: 20px;--check-toggle-inner-padding: 2px}.ds-dropdown .check-toggle label{font-size:.625rem;line-height:.75rem}}.adjust-number-ajax-container .indicator{margin-top:.375rem;display:flex;align-items:center;gap:.375rem;font-size:.875rem}.adjust-number-input{display:flex;align-items:center;gap:.5rem}.adjust-number-input button.circle-btn{min-width:var(--circle-btn-width-height)}@media screen and (max-width: 1023px){.adjust-number-input input{height:36px}}.adjust-number-input input{flex-grow:1}.ds-multi-select ul{margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.ds-multi-select li{white-space:nowrap;list-style-type:none;display:flex;align-items:center;gap:.625rem}.ds-multi-select li.header{color:#687087;font-weight:bold;font-size:.75rem;line-height:1rem}@media(min-width: 1024px){.ds-multi-select li.header{font-size:1rem;line-height:1.5rem}}.ds-multi-select input,.ds-multi-select label{cursor:pointer}.ds-multi-select label{flex-grow:1;font-size:.625rem;line-height:.75rem}@media(min-width: 1024px){.ds-multi-select label{font-size:1rem;line-height:1.5rem}}.active-field .form-control.is-valid{outline-color:var(--ds-green);border-color:var(--ds-green)}.active-field .form-control.is-invalid{outline-color:var(--ds-red);border-color:var(--ds-red)}@media screen and (max-width: 992px){.user-inputs-area .position-multi-select{flex-basis:100%;justify-content:space-between}}@media screen and (min-width: 992px){.user-inputs-area .position-multi-select{gap:.5rem}.user-inputs-area .position-multi-select .position-button{padding-top:1px}}.user-inputs-area .scoring-filtering-container{margin-top:1rem}.user-inputs-area .paper-right-arrow{width:1.625rem;height:1.625rem;color:#999999}.user-inputs-area .position-multi-select{display:flex}.user-inputs-area .position-multi-select .position-button{width:54px;height:36px;border-radius:30px;font-weight:700;font-size:15px;display:flex;justify-content:center;align-items:center}.user-inputs-area .position-multi-select .position-button:not(.active){background-color:#f1f1f1;color:#000}.user-inputs-area .position-multi-select .position-button.active{background-color:#043173;color:#fff}.user-inputs-area .fas.fa-file-export,.user-inputs-area .fas.fa-grip-horizontal{color:#999999}.user-inputs-area .fas.fa-grip-horizontal{font-size:28px}.user-inputs-area>div.d-flex.justify-content-between.align-items-center>button.btn.orange-cta.reverse{display:flex;color:#a41c1f !important;border:2px solid #a41c1f !important}.user-inputs-area .scoring-filtering-tooltip-key{display:inline-flex}.user-inputs-area .scoring-filtering-tooltip-key button{margin-top:1.7rem;margin-left:auto}.user-inputs-area .mobile-export-button{margin-top:.225rem}.user-inputs-area .scoring-filtering{margin-right:auto;align-items:center;display:flex;cursor:pointer;justify-content:flex-start;gap:1rem;margin-top:.25rem !important}@media screen and (max-width: 992px){.user-inputs-area .scoring-filtering{margin-bottom:1rem}.user-inputs-area .scoring-filtering>span{font-size:16px;background:url("/img/icons/gear-blue.svg") no-repeat 0 0/20px 24px}}@media screen and (min-width: 992px){.user-inputs-area .scoring-filtering>span{font-size:20px;background:url("/img/icons/gear-blue.svg") no-repeat 0 0/20px 30px}}.user-inputs-area .scoring-filtering>span{color:#043173;display:inline-block;font-weight:700;padding-left:30px}.user-inputs-area .scoring-filtering i{color:gray;display:inline-block;font-size:16px;margin-right:.5rem}@media(max-width: 992px){.user-inputs-area .inputs-bar .toggle-button-wrapper{align-items:center}.user-inputs-area .inputs-bar .toggle-button-wrapper .toggle-container div{padding:6px 9px !important}.user-inputs-area .inputs-bar .player-filter,.user-inputs-area .inputs-bar .team-filter{flex-basis:48%}}@media screen and (min-width: 992px){.user-inputs-area .inputs-bar{margin-bottom:2rem;gap:2rem;justify-content:flex-start;row-gap:1rem}.user-inputs-area .inputs-bar.no-bottom-margin{margin-bottom:0}}@media screen and (max-width: 992px){.user-inputs-area .inputs-bar{gap:.5rem;justify-content:space-between;row-gap:1.5rem}.user-inputs-area .inputs-bar .player-filter{font-size:10px}.user-inputs-area .inputs-bar .player-filter input.player-search{background:#fff url(../img/icons/search-gray.svg) .5rem center no-repeat padding-box}}.user-inputs-area .inputs-bar{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end}.user-inputs-area .inputs-bar label{color:#555;font-size:15px;font-weight:700}.user-inputs-area .inputs-bar .search-container{justify-content:flex-end}.user-inputs-area .inputs-bar .search-container input[type=search]{background-image:url("/img/icons/search-gray.svg") !important;background-repeat:no-repeat;background-position:3% 50%;padding-left:2rem;box-shadow:none}.user-inputs-area .inputs-bar .search-container input.player-search{width:100%}.user-inputs-area .inputs-bar .search-container input.player-search::focus{max-width:100%}@media screen and (min-width: 992px){.user-inputs-area .inputs-bar .player-filter:not(.search-container){flex-basis:15%}.user-inputs-area .inputs-bar .player-filter.search-container{flex-basis:20%}.user-inputs-area .inputs-bar .player-filter{justify-content:flex-start !important;flex-grow:0}}.user-inputs-area .inputs-bar .player-filter{display:flex;flex-direction:column;gap:.1rem;justify-content:space-between}.user-inputs-area .inputs-bar .player-filter input.player-search{padding-right:0;padding-top:.1rem;padding-bottom:0}@media screen and (min-width: 992px){.user-inputs-area .inputs-bar .player-filter.column-customize-container{width:20%}}.column-customize-dropdown{position:relative;background:url(/img/icons/caret-down-thin.svg) no-repeat right 10px center;background-size:12px}.column-customize-dropdown.analysis{filter:opacity(0.5);cursor:not-allowed}.column-customize-dropdown .multiselect-dropdown{border:1px solid #c8c8c8;border-radius:0;box-shadow:none;height:35px;padding:0px 10px;display:flex;align-items:center}.column-customize-dropdown .multiselect-dropdown #dropdown-toggle-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:90%}.column-customize-dropdown .multiselect-dropdown span{color:#999}.column-customize-dropdown .options,.column-customize-dropdown ul{position:absolute;z-index:25;border:1px solid #c8c8c8;border-radius:0;list-style:none;width:100%;padding-left:0;border-top:none;background:#fff}.column-customize-dropdown .options .placeholder,.column-customize-dropdown ul .placeholder{padding:.25rem 5px;font-weight:bold;color:#687087}.column-customize-dropdown .options li:not(.disabled):hover,.column-customize-dropdown ul li:not(.disabled):hover{background:#a41c1f}.column-customize-dropdown .options li:not(.disabled):hover label,.column-customize-dropdown ul li:not(.disabled):hover label{color:#fff}.column-customize-dropdown .options li.disabled label,.column-customize-dropdown ul li.disabled label{color:hsla(0,0%,60%,.2705882353) !important}.column-customize-dropdown .options li:not(.placeholder),.column-customize-dropdown ul li:not(.placeholder){padding-left:10px;display:flex;align-items:center}.column-customize-dropdown .options li:not(.placeholder) input,.column-customize-dropdown ul li:not(.placeholder) input{accent-color:#043173;margin-right:.25rem}.column-customize-dropdown .options li:not(.placeholder) label,.column-customize-dropdown ul li:not(.placeholder) label{flex-grow:1}.column-customize-dropdown .options li:not(.placeholder).active label,.column-customize-dropdown ul li:not(.placeholder).active label{font-weight:bold}.column-customize-dropdown .options li:not(.placeholder):not(.active) label,.column-customize-dropdown ul li:not(.placeholder):not(.active) label{color:#999;font-weight:normal}.underline-menu-container{border-bottom:4px solid #f1f1f1;display:flex;justify-content:space-between;margin-bottom:2rem}.underline-menu-container .bottom-line{display:none}.underline-menu-print{flex-basis:40%;justify-content:flex-end;gap:1rem}.underline-menu-print:empty{display:none}.underline-menu{display:flex;margin-bottom:-2px;position:relative;align-items:center;gap:1rem}@media screen and (min-width: 992px){.underline-menu{gap:2rem}.underline-menu .menu-item{font-size:1.25rem}}@media screen and (max-width: 992px){.underline-menu{font-size:16px !important;justify-content:space-between}}@media screen and (max-width: 412px){.underline-menu .menu-item:not(.after-items){flex-basis:min-content}.underline-menu .menu-item.after-items{flex-basis:30%;text-align:left}}.underline-menu.hide-on-mobile{margin-bottom:.125rem}.underline-menu .menu-item{color:#999;cursor:pointer;font-weight:bold;padding-bottom:.25rem;position:relative;transition:color .3s;text-align:center;display:flex;align-items:center;flex-direction:column;justify-content:space-around;height:100%;margin-bottom:0}@media(min-width: 992px){.underline-menu .menu-item{gap:.5rem}}.underline-menu .menu-item i{font-size:22px;margin-bottom:-5px}.underline-menu .menu-item::after{content:"";position:absolute;bottom:-1px;left:0;width:0;height:3px;background-color:#043173;transition:width .3s ease,left .3s ease}.underline-menu .menu-item.active::after{width:100%;left:0}.underline-menu .menu-item.active{border-bottom:none;color:#043173}.tooltip-toggle-container{font-size:.9375rem;line-height:1.125rem;padding-top:.375rem;padding-bottom:.375rem}.tooltip-toggle-container svg{width:.75rem;height:.75rem}@media screen and (max-width: 768px){.fas.fa-file-export{font-size:20px}}@media screen and (min-width: 768px){.fas.fa-file-export{font-size:26px}}.underline-menu .user-league-select-container .use-my-league-label{color:inherit;position:relative;padding:0 1.5em 0 0}.underline-menu .user-league-select-container .use-my-league-label:after{content:"";background-image:url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m53.71%2078.03%2037.93-42.43c2.31-2.58.48-6.68-2.99-6.68h-77.11c-3.5%200-5.32%204.16-2.95%206.73l39.18%2042.43c1.6%201.74%204.36%201.72%205.93-.05z%22%20fill%3D%22%23687087%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center center;width:15px;height:15px;position:absolute;display:block;top:50%;transform:translateY(-50%);right:.35em}.underline-menu .user-league-select-container .use-my-league-label+select{opacity:0;position:absolute;top:0;left:0}.underline-menu .user-league-select-container.active{color:#043173}.underline-menu .user-league-select-container.active .use-my-league-label::after{background-image:url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m53.71%2078.03%2037.93-42.43c2.31-2.58.48-6.68-2.99-6.68h-77.11c-3.5%200-5.32%204.16-2.95%206.73l39.18%2042.43c1.6%201.74%204.36%201.72%205.93-.05z%22%20fill%3D%22%23043173%22%2F%3E%3C%2Fsvg%3E")}@media(max-width: 767px){.tooltip-list.row{background-color:#f9f9f9;border:1px solid #c8c8c8;padding:1rem;border-radius:.25rem}}@media(min-width: 768px){.tooltip-list.row{color:#687087;box-shadow:rgba(0,0,0,.1) 0px 1px 2px 0px;padding:1rem;margin-top:1rem}}.tooltip-list.row .tooltip-item{margin-bottom:.4rem}.tooltip-list.row .tooltip-toggle-container{margin-top:.75rem}:root{--ds-orange: #f78439;--ds-green: #77b743}h1,.h1{font-size:2rem;line-height:2.5rem}@media(min-width: 768px){h1,.h1{font-size:2.5rem;line-height:3rem}}@media(min-width: 1024px){h1,.h1{font-size:3rem;line-height:3.5rem}}.h4{font-size:1.125rem;line-height:1.625rem;font-family:proxima-nova,sans-serif;color:#00081b}@media(min-width: 768px){.h4{font-size:1.25rem;line-height:1.75rem}}@media(min-width: 1024px){.h4{font-size:1.5rem;line-height:2rem}}.h5{font-size:1rem;line-height:1.5rem;font-family:proxima-nova,sans-serif;color:#00081b;margin-bottom:0}@media(min-width: 768px){.h5{font-size:1.125rem;line-height:1.625rem}}@media(min-width: 1024px){.h5{font-size:1.25rem;line-height:1.75rem}}@container style(--is-display-flex) and style(--flex-direction: row){h1,h2,h3,h4,h5,h6{margin-bottom:0}}.d-none{display:none !important}@media(max-width: 1199px){.d-desktop-xl-up{display:none !important}}@media(max-width: 1023px){.d-desktop-up{display:none !important}}@media(min-width: 1024px){.d-tablet-down{display:none !important}}@media(max-width: 767px){.d-tablet-up{display:none !important}}@media(min-width: 768px){.d-mobile-down{display:none !important}}.fs-1{font-size:3rem !important;line-height:3.5rem !important}.fs-2{font-size:2.5rem !important;line-height:3rem !important}.fs-3{font-size:2rem !important;line-height:2.5rem !important}.fs-4{font-size:1.5rem !important;line-height:2rem !important}.fs-5{font-size:1.25rem !important;line-height:1.75rem !important}.fs-6{font-size:1.125rem !important;line-height:1.625rem !important}.fs-7{font-size:1rem !important;line-height:1.5rem !important}.fs-8{font-size:.875rem !important;line-height:1.125rem !important}.fs-9{font-size:.75rem !important;line-height:1rem !important}.fs-10{font-size:.625rem !important;line-height:.75rem !important}.fs-11{font-size:.5rem !important;line-height:.625rem !important}@media(min-width: 768px){.fs-1-tablet{font-size:3rem !important;line-height:3.5rem !important}.fs-2-tablet{font-size:2.5rem !important;line-height:3rem !important}.fs-3-tablet{font-size:2rem !important;line-height:2.5rem !important}.fs-4-tablet{font-size:1.5rem !important;line-height:2rem !important}.fs-5-tablet{font-size:1.25rem !important;line-height:1.75rem !important}.fs-6-tablet{font-size:1.125rem !important;line-height:1.625rem !important}.fs-7-tablet{font-size:1rem !important;line-height:1.5rem !important}.fs-8-tablet{font-size:.875rem !important;line-height:1.125rem !important}.fs-9-tablet{font-size:.75rem !important;line-height:1rem !important}.fs-10-tablet{font-size:.625rem !important;line-height:.75rem !important}.fs-11-tablet{font-size:.5rem !important;line-height:.625rem !important}.d-block-tablet-up{display:block !important}}@media(min-width: 1024px){.fs-1-desktop{font-size:3rem !important;line-height:3.5rem !important}.fs-2-desktop{font-size:2.5rem !important;line-height:3rem !important}.fs-3-desktop{font-size:2rem !important;line-height:2.5rem !important}.fs-4-desktop{font-size:1.5rem !important;line-height:2rem !important}.fs-5-desktop{font-size:1.25rem !important;line-height:1.75rem !important}.fs-6-desktop{font-size:1.125rem !important;line-height:1.625rem !important}.fs-7-desktop{font-size:1rem !important;line-height:1.5rem !important}.fs-8-desktop{font-size:.875rem !important;line-height:1.125rem !important}.fs-9-desktop{font-size:.75rem !important;line-height:1rem !important}.fs-10-desktop{font-size:.625rem !important;line-height:.75rem !important}.fs-11-desktop{font-size:.5rem !important;line-height:.625rem !important}.d-block-desktop-up{display:block !important}}@media(min-width: 1200px){.fs-1-desktop-lg{font-size:3rem !important;line-height:3.5rem !important}.fs-2-desktop-lg{font-size:2.5rem !important;line-height:3rem !important}.fs-3-desktop-lg{font-size:2rem !important;line-height:2.5rem !important}.fs-4-desktop-lg{font-size:1.5rem !important;line-height:2rem !important}.fs-5-desktop-lg{font-size:1.25rem !important;line-height:1.75rem !important}.fs-6-desktop-lg{font-size:1.125rem !important;line-height:1.625rem !important}.fs-7-desktop-lg{font-size:1rem !important;line-height:1.5rem !important}.fs-8-desktop-lg{font-size:.875rem !important;line-height:1.125rem !important}.fs-9-desktop-lg{font-size:.75rem !important;line-height:1rem !important}.fs-10-desktop-lg{font-size:.625rem !important;line-height:.75rem !important}.fs-11-desktop-lg{font-size:.5rem !important;line-height:.625rem !important}.d-block-desktop-lg-up{display:block !important}}.text-right{text-align:right}.text-left{text-align:left}.text-center{text-align:center}.fw-bold{font-weight:bold}.d-flex{--is-display-flex: true;--flex-direction: row;display:flex}.d-inline-flex{--is-display-flex: true;--flex-direction: row;display:inline-flex}.d-grid{display:grid}.align-items-center{align-items:center}.align-items-end{align-items:end}.justify-content-center{justify-content:center}.space-between{justify-content:space-between}.flex-end{justify-content:flex-end}.d-flex-column{--flex-direction: column;flex-direction:column}.d-flex-row{--flex-direction: row;flex-direction:row}.gap-1-8{gap:.125rem}.gap-1-4{gap:.25rem}.gap-1-2{gap:.5rem}.gap-3-4{gap:.75rem}.gap-5-8{gap:.625rem}.gap-1{gap:1rem}.gap-2{gap:2rem}@media screen and (max-width: 767px){.gap-1-8-1-2{gap:.125rem}}@media screen and (min-width: 768px){.gap-1-8-1-2{gap:.5rem}}.p-3-4{padding:.75rem}.p-5-4{padding:1.25rem}.py-1-2{padding-top:.75rem;padding-bottom:.75rem}.mb-1-4{margin-bottom:.25rem}.w-100{width:100%}.pill{border-radius:50rem}.bg-ds-blue{background-color:#043173;color:#fff}.bg-ds-blue.disabled,.bg-ds-blue:disabled{opacity:.5}.bg-ds-medium-blue{background-color:#3d74c7;color:#fff}.bg-ds-med-blue-10{background-color:#ecf2fa}.bg-ds-red{background-color:#a41c1f !important;color:#fff !important}.bg-ds-orange{background-color:var(--ds-orange);color:#fff}.bg-ds-tools{background-color:#f1f1f1}.bg-ds-tools-50{background-color:#f9f9f9}.bg-ds-border-gray{background-color:#c8c8c8;color:#fff}.bg-rank-90-100{background-color:#3ec591}.text-rank-90-100{color:#3ec591}.bg-rank-76-89{background-color:#bbf3de}.text-rank-76-89{color:#bbf3de}.bg-rank-60-75{background-color:#a7c8bd}.text-rank-60-75{color:#a7c8bd}.bg-rank-41-59{background-color:#d4d4d4}.text-rank-41-59{color:#d4d4d4}.bg-rank-26-40{background-color:#dfb5b7}.text-rank-26-40{color:#dfb5b7}.bg-rank-11-25{background-color:#f78383}.text-rank-11-25{color:#f78383}.bg-rank-0-10{background-color:#ff6161}.text-rank-0-10{color:#ff6161}.orange-text{color:var(--ds-orange) !important}.ds-green-text{color:var(--ds-green) !important}.ds-red-text{color:var(--ds-red) !important}.outline-ds-blue,.btn.outline-ds-blue{background-color:#fff;border:1px solid #043173;color:#043173}.outline-ds-medium-blue,.btn.outline-ds-medium-blue{background-color:rgba(61,116,199,.1);border:1px solid #3d74c7;color:#3d74c7}.outline-ds-gray,.btn.outline-ds-gray{background-color:rgba(0,0,0,0);border:1px solid #687087;color:#687087}.outline-ds-border-gray,.btn.outline-ds-border-gray{background-color:rgba(0,0,0,0);border:1px solid #c8c8c8;color:#c8c8c8}.outline-ds-green,.btn.outline-ds-green{background-color:#fff;border:1px solid #77b743;color:#77b743}.small{font-size:.75rem;line-height:1rem}.cursor-pointer{cursor:pointer}.opacity-375{opacity:.375}@media(prefers-reduced-motion: reduce){.ds-spin{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes ds-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.ds-spin svg{animation-name:ds-spin;animation-delay:var(--ds-animation-delay, 0s);animation-direction:var(--ds-animation-direction, normal);animation-duration:var(--ds-animation-duration, 2s);animation-iteration-count:var(--ds-animation-iteration-count, infinite);animation-timing-function:var(--ds-animation-timing, linear)}.grid-view-container table{width:100%}.grid-view-container [data-sort-id]{cursor:pointer}.grid-view-container.has-sticky-header{--grid-view-sticky-header-top: 0}.grid-view-container.has-sticky-header .external-sticky-header{position:absolute}.grid-view-container.has-sticky-header .main-table-header,.grid-view-container.has-sticky-header .external-sticky-header{position:sticky;top:var(--grid-view-sticky-header-top);background:#fff;z-index:10}.grid-view-container.has-sticky-header .external-sticky-header{overflow:hidden;z-index:11}@container (max-width: 1023px){.grid-view-container.has-sticky-header .grid-view-table-container{overflow-x:scroll}.grid-view-container.has-sticky-header .grid-view-table-container thead{visibility:hidden;height:0px}.grid-view-container.has-sticky-header .grid-view-table-container thead td,.grid-view-container.has-sticky-header .grid-view-table-container thead th{padding-top:0;padding-bottom:0;height:0;line-height:0;overflow-y:hidden}}@container (min-width: 1024px){.grid-view-container.has-sticky-header .external-sticky-header{display:none}}.order-first{order:-1}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}@media print{.no-print,.no-print *{display:none !important}}@media(max-width: 768px){.hide-on-mobile{display:none !important}}@media(min-width: 768px){.hide-on-desktop{display:none !important}}:root{--focus-header-height-offset: 0px;--subheader-height-offset: 0px;--bs-gutter-x: .75rem}@media(min-width: 1024px){:root{--subheader-height-offset: 130px}}@media(min-width: 1024px){:root{--bs-gutter-x: 2.5rem}}.db-basic-move,.db-basic-enter-active,.db-basic-leave-active{transition:all .3s ease;z-index:-1}.db-basic-enter-active{z-index:1}.db-basic-leave-active{z-index:-1}.db-basic-enter-from,.db-basic-leave-to{opacity:0}.db-basic-leave-active{position:absolute !important}.pick-btn{transition:transform 150ms}.pick-btn:active{transform:translate(2px, 2px)}#emailSubscribeModal{display:none !important}h3{font-family:proxmia-nova,sans-serif}#ds-header .head-main .extra-menu .hide-nav-menu{display:none}.login-extra-links{display:none}.not-ready-placeholder{background-color:#f1f1f1;border-radius:.25rem;flex-grow:1;width:100%;height:100%}:not(.dropdown-container)>.btn,.toggle-button-wrapper .toggle-container div{font-size:.9375rem;font-weight:bold}#draft-board-header{--dropdown-toggle-btn-width: 300px;background:#041944;background:linear-gradient(180deg, #041944 0%, #043173 100%);color:#fff;padding-bottom:1rem;padding-top:1rem}@media(min-width: 768px){#draft-board-header{padding-top:2.5rem;padding-bottom:2.5rem}}#draft-board-header h3{margin-bottom:0}#draft-board-header .league-type-badge{padding:3px 6px 2px;text-transform:uppercase}#draft-board-header .circle-btn,#draft-board-header .btn:not(.bg-ds-orange){background-color:#fff;color:#00081b}#draft-board-header .dropdown-toggle-btn{border-color:#fff;border-radius:2px;width:var(--dropdown-toggle-btn-width);background-color:hsla(0,0%,100%,.1);color:#fff;font-weight:bold}#draft-board-header .dropdown-toggle-btn:after{background-color:#fff}#draft-board-header .ds-dropdown.is-open>.btn.text-w-icon{background-color:var(--ds-blue);color:#fff}#draft-board-header .btn-controls-container{gap:.5rem}@media(min-width: 1024px){#draft-board-header .btn-controls-container{gap:1rem}}@media(max-width: 1023px){#draft-board-header .ds-dropdown{--dropdown-toggle-btn-width: 170px;--dropdown-toggle-btn-height: 1.625rem}#draft-board-header .dropdown-toggle-label{font-size:.875rem;line-height:1.125rem;display:block;max-width:calc(var(--dropdown-toggle-btn-width) - var(--dropdown-toggle-btn-padding-right));text-overflow:ellipsis;overflow:hidden;font-weight:bold}#draft-board-header .circle-btn svg,#draft-board-header .btn.text-w-icon.txt-sm-up svg{width:1rem;height:1rem}}#draft-board-header .toggle-header-btn{transition:transform .5s}@media(max-width: 767px){#draft-board-header .league-switching-container .btn.bg-ds-red{padding:.35rem .625rem;font-size:.875rem}}#draft-board-page-wrapper:not(.is-admin) .d-admin-only{display:none}.ds-green-text svg.lightning{color:var(--ds-green) !important}.header-is-collapsed{--focus-header-height-offset: 2.625rem}@media(min-width: 768px){.header-is-collapsed{--focus-header-height-offset: 3.375rem}}@media(min-width: 1024px){.header-is-collapsed{--focus-header-height-offset: 3.5rem}}.header-is-collapsed .main-site-header,.header-is-collapsed #draft-board-header>div:first-child{display:none}.header-is-collapsed #draft-board-header{position:sticky;top:0;z-index:30;color:#1d1d1d;padding-top:.5rem;padding-bottom:.5rem;background:#f1f1f1}.header-is-collapsed #draft-board-header .dropdown-toggle-btn{border-color:#1d1d1d;color:#1d1d1d}.header-is-collapsed #draft-board-header .dropdown-toggle-btn:after{background-color:#1d1d1d}.header-is-collapsed #draft-board-header .circle-btn,.header-is-collapsed #draft-board-header :not(.dropdown-container)>.btn.text-w-icon:not(.bg-ds-orange){border:1px solid #1d1d1d}.header-is-collapsed .toggle-header-btn{transform:rotate(180deg)}.header-is-collapsed .league-switching-container .open-draft-or-link-league-btn{display:none}.header-is-full .league-switching-container [data-action="load roster"]{color:#fff}.header-is-full .btn-controls-container .open-draft-or-link-league-btn{display:none}@keyframes erraticBlinking{0%{opacity:1}50%{opacity:1}55%{opacity:.5}60%{opacity:1}65%{opacity:1}70%{opacity:.5}75%{opacity:1}90%{opacity:1}95%{opacity:.5}100%{opacity:1}}@keyframes steadyBlinking{0%{opacity:1}30%{opacity:1}50%{opacity:.25}70%{opacity:1}100%{opacity:1}}.sync-details-container .connection-status{display:inline-flex;align-items:center;gap:.3em}.sync-details-container .connection-status svg{width:12px;height:12px;overflow:visible}.sync-details-container .connection-status svg circle{will-change:opacity}.sync-details-container .connection-status.connected svg circle{fill:#81e32e}.sync-details-container .connection-status.connected.blinking svg circle{animation:1s infinite alternate erraticBlinking}.sync-details-container .connection-status.not-connected svg circle{fill:#e81248;animation:.75s infinite alternate steadyBlinking}.subheader{height:var(--subheader-height-offset);background-color:#041944;color:#fff;padding-top:1rem;padding-bottom:1rem;padding-right:0}@media(min-width: 1024px){.subheader{position:sticky;top:var(--focus-header-height-offset);z-index:20}}.subheader .scroll-container{position:relative;display:flex;gap:1rem;overflow-x:auto;cursor:grab;user-select:none;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.5) hsla(0,0%,100%,.1);padding-bottom:.25rem}.subheader .subheader-item{background-color:hsla(0,0%,100%,.1);border-radius:.625rem;overflow:hidden}.subheader .subheader-item .top{border-radius:.625rem;padding-top:.75rem;display:flex}.subheader .subheader-item .bottom{font-size:.75rem;line-height:1rem;font-weight:bold;text-align:center;padding:.5rem;background-color:hsla(0,0%,100%,.1)}.subheader .subheader-item.is-highlight{background-color:#3d74c7}.subheader .subheader-item.is-highlight .bottom{background-color:hsla(0,0%,100%,.1)}#draft-log{display:flex;gap:1rem}#draft-log .now-picking{min-width:9rem;display:flex;flex-direction:column}#draft-log .crosshair{color:#fff}#draft-log .current-pick-number{line-height:1.25;font-size:2rem;line-height:2.5rem}@media(min-width: 768px){#draft-log .current-pick-number{font-size:2.5rem;line-height:3rem}}@media(min-width: 1024px){#draft-log .current-pick-number{font-size:3rem;line-height:3.5rem}}@keyframes flashing{0%,50%,100%{background:#86a2cb;color:#fff}25%,75%{background:#a41c1f;color:#fff}}.draft-log-item{min-width:7.5rem;max-width:7.5rem;display:flex;flex-direction:column;overflow:hidden}.draft-log-item .top{flex-direction:column;align-items:center;flex-grow:1}.draft-log-item .bottom{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.draft-log-item.is-user-pick{border:1px solid #fff}.draft-log-item .pick-number{font-weight:bold}.draft-log-item .pick-number{line-height:1.1875rem;margin-bottom:.25rem}.draft-log-item .pick-number+*{font-size:.875rem;line-height:1.0625rem;margin-bottom:.375rem}.draft-log-item a{color:inherit}.draft-log-item.is-flashing{animation:flashing;animation-duration:1200ms;animation-iteration-count:infinite}#auction-team-spending-subheader{height:100%}#auction-team-spending-subheader .scroll-container{height:100%}#auction-team-spending-subheader .subheader-item{flex-basis:142px;flex-shrink:0;flex-grow:0;justify-content:space-between;min-width:9rem;max-width:9rem}#auction-team-spending-subheader .top{padding-left:.75rem;padding-right:.75rem;gap:.625rem}.auction-team-max-container .d-inline-flex{gap:.25rem}.auction-team-fill-details-container .d-inline-flex{gap:.125rem}.auction-team-status-modal .players-drafted-progress-bar-container{padding-bottom:1.25rem}.auction-team-status-modal .players-drafted-progress-bar-container header{font-size:.875rem;line-height:1.125rem;font-weight:bold;padding:0 0 .25rem 0;border-bottom:1px solid #c8c8c8;margin-bottom:.5rem}.auction-team-status-modal .players-drafted-progress-bar-container header+.d-flex{font-size:.75rem;line-height:1rem}.auction-team-status-modal .team-row{padding:.75rem 0;gap:1.25rem}.auction-team-status-modal .team-row:not(:last-child){border-bottom:1px solid #c8c8c8}.auction-team-status-modal .team-name{flex-grow:1;overflow-x:hidden;text-overflow:ellipsis}.auction-team-status-modal .num-on-team{display:flex;gap:.125rem}.auction-team-status-modal .pill{padding:.25rem .5rem}.phone-bottom-overlay-container{position:sticky;bottom:0;background-color:#fff;padding:.5rem 0;z-index:20}.phone-bottom-overlay-container .pill{padding:.625rem 1rem}.phone-bottom-overlay-container:not(.is-auction-draft){font-weight:bold}.phone-bottom-overlay-container.is-auction-draft .pill{gap:1rem}.draft-board-body{--sidebar-padding: 2.5rem;margin-bottom:1rem}.draft-board-body.display-uses-sidebar{--sidebar-width: 0px;display:grid;grid-template-columns:minmax(0, 1fr) var(--sidebar-width);grid-auto-flow:row;transition:grid-template-columns 300ms,gap 300ms}@media(min-width: 1024px){.draft-board-body.display-uses-sidebar{--sidebar-width: 320px;gap:2.5rem}}@media(min-width: 1400px){.draft-board-body.display-uses-sidebar{--sidebar-width: 400px}}.draft-board-body.hide-sidebar.display-uses-sidebar{grid-template-columns:minmax(0, 1fr) 0}.draft-board-body.hide-sidebar>aside.draft-board-sidebar{border-left:0;overflow:hidden}.draft-board-body.hide-sidebar .sidebar-toggle{border-color:#043173;color:#043173;transform:translateX(calc(var(--sidebar-padding) + var(--circle-btn-width-height) / 2))}.draft-board-body.hide-sidebar .sidebar-toggle svg{transform:rotate(270deg)}@media(min-width: 1024px){.underline-menu .menu-item.rosters{display:none}}.draft-type-is-auction .underline-menu .menu-item.snapshot{display:none}aside.draft-board-sidebar{padding-left:var(--sidebar-padding);padding-top:var(--sidebar-padding);padding-bottom:var(--sidebar-padding);border-left:1px solid #f1f1f1}aside.draft-board-sidebar .inner{display:flex;flex-direction:column;gap:2.5rem;min-width:calc(var(--sidebar-width) - var(--sidebar-padding) - 1px)}aside.draft-board-sidebar .inner>div{display:flex;flex-direction:column;gap:.625rem}.team-rosters-container header,aside.draft-board-sidebar header{border-bottom:1px solid #c8c8c8;padding-bottom:.25rem}.team-rosters-container header .title,aside.draft-board-sidebar header .title{font-size:1.25rem;line-height:1.75rem;font-weight:bold}.draft-board-main-content{container-name:board-main-content;container-type:inline-size;display:flex;flex-direction:column;gap:1rem;position:relative}.draft-board-main-content>.flash-message-list:not(:empty){margin-top:.75rem}@media(min-width: 1024px){.draft-board-main-content{padding-top:1.75rem;gap:2rem}.draft-board-main-content>.flash-message-list:not(:empty){margin-top:0}}.draft-board-main-content .sidebar-toggle{position:absolute;transition:transform 300ms;right:0;transform:translateX(calc(var(--sidebar-padding) + var(--circle-btn-width-height) / 2));background-color:#fff;border-width:1px;border-style:solid;border-color:#c8c8c8;color:#c8c8c8;z-index:1}.draft-board-main-content .sidebar-toggle svg{transform:rotate(90deg);transition:transform 300ms}.main-content-top-area{margin-top:1rem}@media(min-width: 1023px){.main-content-top-area{margin-top:0rem}}.underline-menu-container{margin-bottom:0}.underline-menu .paper-right-arrow{width:1.625rem;height:1.625rem;color:#999999}@media(max-width: 1023px){.underline-menu .menu-item:not(.after-items){flex-basis:25%}}@media(min-width: 1024px){.underline-menu .menu-item{flex-direction:row}}@media(max-width: 1023px){.underline-menu{width:100%}.underline-menu.underline-menu-print{display:none}}.controls-container{--controls-container-gap: 1rem;flex-wrap:nowrap;position:relative;z-index:15;gap:var(--controls-container-gap)}@media(min-width: 1024px){.controls-container{--controls-container-gap: 2rem}}@media(max-width: 767px){.controls-container{justify-content:space-between}}@media(min-width: 1024px){.controls-container{flex-wrap:wrap}}.controls-container>input[type=search]{width:auto;height:2.25rem}@media(max-width: 1023px){.controls-container .responsive-input-dropdown.ds-dropdown>.dropdown-container{align-items:flex-start;padding-right:3rem}.controls-container .responsive-input-dropdown .ds-dropdown{order:3}.controls-container .responsive-input-dropdown label{font-size:.75rem;line-height:1rem}.controls-container .responsive-input-dropdown .tooltip-toggle-container{order:3}.controls-container .responsive-input-dropdown .check-toggle br{display:none}.controls-container .responsive-input-dropdown .key-open-button,.controls-container .responsive-input-dropdown .print-export{order:4}}.controls-container>.ds-dropdown>.dropdown-container{align-items:center}@media(min-width: 1024px){.controls-container>.ds-dropdown>.dropdown-container{gap:var(--controls-container-gap)}}@media(max-width: 767px){.player-search-phrase{max-width:150px}}@media(max-width: 767px){.tooltip-list.row{margin-left:0;margin-right:0}}.draft-board-grids{display:flex;flex-direction:column;gap:2rem}.grids-container{position:relative;display:grid;gap:.25rem;overflow-x:auto}.draft-grid-header{background-color:#fff;display:grid;gap:.3125rem;grid-auto-flow:column;grid-auto-columns:minmax(150px, 1fr);position:sticky;top:calc(var(--focus-header-height-offset) + var(--subheader-height-offset));z-index:10;overflow:hidden}.draft-grid-header .team-name-cell{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.draft-grid-header .team-name-cell .pick-number{border-radius:50rem;background-color:#f1f1f1;color:#687087;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.draft-grid-header .team-name-cell.is-user-owned .pick-number{border-color:#043173;border-width:1px;border-style:solid}.draft-grid-header .team-name-cell.is-picking .pick-number:after{content:"";background-image:url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M5.83325 0.793673C5.302 0.299971 4.5895 0 3.80825 0C2.1645 0 0.833252 1.33112 0.833252 2.97471C0.833252 3.56215 1.00513 4.10897 1.29888 4.57143L5.83325 0.793673ZM8.83325 3.49966C10.2919 3.49966 11.6909 4.07906 12.7223 5.11041C13.7538 6.14176 14.3333 7.54057 14.3333 8.99912C14.3333 10.4577 13.7538 11.8565 12.7223 12.8878C11.6909 13.9192 10.2919 14.4986 8.83325 14.4986C7.37456 14.4986 5.97561 13.9192 4.94416 12.8878C3.91271 11.8565 3.33325 10.4577 3.33325 8.99912C3.33325 7.54057 3.91271 6.14176 4.94416 5.11041C5.97561 4.07906 7.37456 3.49966 8.83325 3.49966ZM8.83325 15.9984C10.4958 15.9984 12.0239 15.4172 13.2239 14.4517L14.552 15.7797C14.8458 16.0734 15.3208 16.0734 15.6114 15.7797C15.902 15.486 15.9051 15.011 15.6114 14.7204L14.2833 13.3924C15.252 12.1926 15.8301 10.6646 15.8301 9.00225C15.8333 5.13387 12.6989 1.9998 8.83325 1.9998C4.96763 1.9998 1.83325 5.13387 1.83325 8.99912C1.83325 10.6615 2.4145 12.1894 3.38013 13.3893L2.052 14.7173C1.75825 15.011 1.75825 15.486 2.052 15.7766C2.34575 16.0672 2.82075 16.0703 3.11138 15.7766L4.4395 14.4486C5.6395 15.4172 7.16763 15.9953 8.83013 15.9953L8.83325 15.9984ZM16.3676 4.57455C16.6614 4.1121 16.8333 3.56215 16.8333 2.97471C16.8333 1.33112 15.502 0 13.8583 0C13.077 0 12.3645 0.299971 11.8333 0.793673L16.3676 4.57455ZM9.58325 5.74944C9.58325 5.33385 9.24888 4.99951 8.83325 4.99951C8.41763 4.99951 8.08325 5.33385 8.08325 5.74944L8.08325 8.99912C8.08325 9.1991 8.16138 9.38971 8.302 9.53032L9.802 11.0302C10.0958 11.3239 10.5708 11.3239 10.8614 11.0302C11.152 10.7365 11.1551 10.2615 10.8614 9.9709L9.58013 8.68978V5.74944H9.58325Z"/></svg>');width:40px;height:40px;position:absolute;background-color:#3d74c7;border-radius:50rem;background-repeat:no-repeat;background-position:center}.draft-grid{display:grid;grid-template-columns:repeat(var(--num-teams), minmax(150px, 1fr));gap:.3125rem}.draft-grid .player-cell{height:91px;position:relative;background-color:#f1f1f1;border-radius:.625rem;padding:.5rem}.draft-grid .circle-btn{color:#fff;background-color:#043173;font-size:1.125rem;position:absolute;top:calc(50% - var(--circle-btn-width-height)/2);left:calc(50% - var(--circle-btn-width-height)/2)}.draft-grid .overlay{display:none;width:100%;height:100%;position:absolute;left:0;top:0;border-radius:.625rem;background-color:rgba(241,241,241,.9)}.draft-grid .drop-player-btn{background-color:#a41c1f;color:#fff;display:none;font-size:1.125rem;position:absolute;top:calc(50% - var(--circle-btn-width-height)/2);left:calc(50% - var(--circle-btn-width-height)/2)}.draft-grid .player-cell .overlay{display:none}.draft-grid .player-cell:hover .overlay{display:block}.draft-grid .player-name{padding-right:1.75rem}.draft-grid .upper-right{position:absolute;top:.5rem;right:.5rem}.draft-grid .player-details{display:flex;margin-top:.25rem}.draft-grid .player-details>span:not(:last-child):after{content:"";background-image:url('data:image/svg+xml,<svg width="3" height="3" viewBox="0 0 3 3" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="1.66675" cy="1.5" r="1" fill="%23D9D9D9"/></svg>');display:inline-block;width:3px;height:.375rem;background-position:center;background-repeat:no-repeat;margin-left:.1875rem;margin-right:.1875rem}.draft-grid .round-direction{position:absolute;bottom:.5rem;left:.5rem;font-size:.5rem}.draft-grid .traded-pick-details{width:100px;background-color:#000;color:#fff;position:absolute;right:.5rem;bottom:.5rem;padding:.125rem;border-radius:.25rem;display:flex;flex-direction:column}.draft-grid .traded-pick-details .label{font-size:.4375rem;line-height:.625rem;font-weight:bold}.draft-grid .traded-pick-details .team-name{font-size:.4375rem;line-height:.625rem;text-overflow:ellipsis;white-space:nowrap}.draft-grid .player-cell.has-player .traded-pick-details{background-color:#fff;color:#000}.round-row{padding-bottom:.25rem;margin-bottom:.25rem;border-bottom:.0625rem solid #c8c8c8}.direction-row{color:#999}.direction-row:first-child{padding-top:.25rem;margin-top:.25rem;border-top:.0625rem solid #c8c8c8}.direction-row .svg-icon{width:.75em;height:.75em}.direction-row.reversed .svg-icon{order:0}.direction-row.reversed span:not(.svg-icon){order:1}.draft-grid-vertical-stack{display:flex;flex-direction:column;gap:.25rem}#grid-cell-popover{width:240px;cursor:initial;display:flex;flex-direction:column;gap:.5rem;padding-top:var(--ds-popover-inner-padding)}#grid-cell-popover menu{padding:0;margin:0}#grid-cell-popover menu li{list-style-type:none;padding-left:var(--ds-popover-inner-padding);padding-right:var(--ds-popover-inner-padding);display:flex;align-items:center;justify-content:space-between;cursor:pointer}#grid-cell-popover menu li:last-child{margin-bottom:0}#grid-cell-popover menu li:hover{background-color:#f9f9f9}#grid-cell-popover menu.actions-menu li{font-weight:bold;font-size:.9375rem;padding-top:.5rem;padding-bottom:.5rem;margin-bottom:.25rem}#grid-cell-popover menu .disabled{opacity:.5;pointer-events:none}#grid-cell-popover menu svg{color:#043173}#grid-cell-popover menu .trash{color:#a41c1f}#grid-cell-popover menu.select-team-menu li{padding-top:.25rem;padding-bottom:.25rem}#grid-cell-popover .not-roster-spot-match{opacity:33%}#grid-cell-popover .action-container.has-state{padding-bottom:var(--ds-popover-inner-padding)}#grid-cell-popover .select-team-menu{max-height:200px;overflow-y:auto}.rosters-grid .player-cell{margin-bottom:.3125rem}settings-page .draft-board-grids button[data-action]{display:none}.check-toggle>label{font-size:.875rem;line-height:1.125rem}.draft-board-snapshot{display:flex;flex-direction:column;gap:1rem}.draft-board-snapshot header{padding:.5rem 0;text-align:center}.draft-board-snapshot header .circle-btn{font-size:1rem}@media(min-width: 1023px){.draft-board-snapshot{gap:2rem}.draft-board-snapshot header{border-bottom:1px solid #c8c8c8;text-align:left;padding:.75rem 0}}.draft-board-snapshot .controls-container>input[type=search]{max-width:125px}.suggested-player-card{position:relative}.suggested-player-card .pick-controls{--num-columns: 2;padding:1.25rem;display:grid;gap:.5rem;grid-template-columns:repeat(var(--num-columns), 1fr)}.mock .suggested-player-card .pick-controls{--num-columns: 1}.ds-value-container{height:var(--ds-value-container-height);width:var(--ds-value-container-width);display:flex;align-items:center;justify-content:center;flex-direction:column}.ds-value-container .ds-value{font-weight:bold}@media(max-width: 1023px){.suggested-players-container{--ds-value-container-width: 80px;--ds-value-container-height: 42px;padding-right:1rem}.suggested-players-container .db-basic-leave-to{transform:translateX(-100px)}.suggested-players-container .db-basic-enter-from{transform:translateX(100px)}.suggested-players-container>button{display:block;margin:0 auto}.suggested-player-card{position:relative;width:100%;margin-bottom:1.25rem}.suggested-player-card .tools-btn{--circle-btn-width-height: 1.25rem;position:absolute;right:calc(-1*var(--circle-btn-width-height)/2);top:calc(-1*var(--circle-btn-width-height)/2);font-size:.75rem}.suggested-player-card .top{border-radius:.25rem .25rem 0 0;padding:.75rem;justify-content:space-between}.suggested-player-card .top-left{flex-grow:1}.suggested-player-card .team-square{--team-square-width-height: 2.625rem}.suggested-player-card .name-details{flex-grow:1}.suggested-player-card .name-details button.svg-icon{font-size:.75rem}.suggested-player-card button:has(.ellipsis-vertical).active{background-color:#687087;color:#f1f1f1}.suggested-player-card .player-name-responsive{font-weight:bold;color:#000}.suggested-player-card .ds-value-container{padding:4px 0}.suggested-player-card .ds-value-container .label{margin-top:-0.125rem}.suggested-player-card .bottom{border-radius:0 0 .25rem .25rem;padding:.75rem 0}.suggested-player-card .bottom .d-grid{grid-template-columns:repeat(4, minmax(0, 1fr))}.suggested-player-card .pick-controls{padding:1rem .75rem .25rem}}@media(min-width: 1024px){.suggested-players-container{--ds-value-container-width: 132px;--ds-value-container-height: 60px;position:relative;max-width:100vw;white-space:nowrap;padding-top:calc(var(--ds-value-container-height)/2);padding-bottom:1rem;scrollbar-color:#687087 #f1f1f1;overflow-x:auto;overflow-y:hidden}.suggested-players-container .db-basic-leave-to{transform:translateY(30px)}.suggested-players-container .db-basic-enter-from{transform:translateY(-30px)}.suggested-player-card{display:inline-block;margin-right:1.25rem;width:264px;scroll-snap-align:start;position:relative;background-color:rgba(241,241,241,.5);border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem;z-index:1}.suggested-player-card .ds-value-container{position:absolute;top:calc(-1*var(--ds-value-container-height)/2);left:calc(var(--ds-value-container-width)/2);z-index:1}.suggested-player-card .ds-value-container .label{font-size:.9375rem;line-height:1.125rem}.suggested-player-card .top{border-top-left-radius:.625rem;border-top-right-radius:.625rem;overflow:hidden;height:180px;position:relative;padding-top:3.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.suggested-player-card .top img{position:absolute;top:0;left:0;opacity:12%;object-fit:cover;width:100%;height:100%;z-index:-1}.suggested-player-card .player-name a{color:#000}.suggested-player-card .top-icons-container{height:1rem}.suggested-player-card .favorite-container{height:1rem}.suggested-player-card .player-name{font-size:2rem;line-height:1.875rem;font-weight:bold}.suggested-player-card .team-position{display:flex;align-items:center;gap:.5rem}.suggested-player-card .ellipsis-container,.suggested-player-card .hide-toggle{position:absolute;top:20.5px}.suggested-player-card .ellipsis-container{left:20px}.suggested-player-card .hide-toggle{right:20px}.suggested-player-card .tier{font-size:.9375rem;height:26px;color:#fff}}#adjust-points-popover{max-width:300px;display:flex;flex-direction:column;gap:.5rem}#adjust-points-popover .btns-container{margin-bottom:.625rem}#adjust-points-popover textarea{font-size:.75rem;line-height:1rem}#adjust-points-popover .label{gap:.375rem}#adjust-points-popover .input-container{position:relative}#adjust-points-popover .input-container .gated-content-container{position:absolute;top:0;left:0;background-color:rgba(0,0,0,.5);width:100%;height:100%;color:#fff;font-weight:bold;display:flex;align-items:center;justify-content:center;border-radius:.25rem}#adjust-points-popover .input-container .gated-content-container+*{pointer-events:none}.players-drafted-progress-bar-container{--progress-bar-height: .75rem}.players-drafted-progress-bar-container>.d-flex{gap:.25rem}.players-drafted-progress-bar-container .progress-bar.pill{background-color:#d9d9d9;width:100%;height:var(--progress-bar-height);overflow:hidden;position:relative}.players-drafted-progress-bar-container .progress-fill-bar{width:100%;position:absolute;top:0;left:0;height:var(--progress-bar-height);transform:translate(-100%, 0px);transition:transform 200ms}.watchlist header+.small{padding:.5rem}.watchlist .player-row{gap:.5rem;padding-bottom:.5rem}.watchlist .grabber{cursor:pointer}.watchlist img{object-fit:cover;border-radius:.125rem}.watchlist .player-details-container{flex-grow:1}.watchlist .top-row{gap:.25rem}.watchlist .bottom-row{gap:.5rem}.watchlist .team-abbr{color:#687087}.watchlist .db-basic-leave-to{transform:translateX(-30px)}.watchlist .db-basic-enter-from{transform:translateX(30px)}.rankings-display{gap:1rem}@media(min-width: 768px){.rankings-display{gap:1.5rem}}@media(min-width: 1024px){.rankings-display{gap:2rem}}.is-guest .seo-text-grid-wrapper{display:grid;grid-template-areas:"top-seo" "form" "board" "bottom-seo"}.is-guest .seo-text-grid-wrapper .top-seo-text{grid-area:top-seo}.is-guest .seo-text-grid-wrapper .bottom-seo-text{grid-area:bottom-seo}.is-guest .seo-text-grid-wrapper .guest-mock-form-container{grid-area:form}.is-guest .seo-text-grid-wrapper .draft-board-content-wrapper{grid-area:board}@media(min-width: 1024px){.is-guest .seo-text-grid-wrapper{grid-template-areas:"topleft topright" "center center" "bottom bottom";grid-template-columns:repeat(2, minmax(0, 1fr))}.is-guest .seo-text-grid-wrapper .top-seo-text{grid-area:topright}.is-guest .seo-text-grid-wrapper .bottom-seo-text{grid-area:bottom}.is-guest .seo-text-grid-wrapper .guest-mock-form-container{grid-area:topleft}.is-guest .seo-text-grid-wrapper .draft-board-content-wrapper{grid-area:center}}.is-guest .seo-text-grid-wrapper .hidden-for-guests{display:none}.guest-mock-form-container:not(:has(.can-submit)) button{pointer-events:none;position:relative}.guest-mock-form-container:not(:has(.can-submit)) button:before{position:absolute;display:flex;align-items:center;justify-content:end;padding-right:2.5rem;content:"";color:#fff;animation-name:ds-spin;animation-delay:var(--ds-animation-delay, 0s);animation-direction:var(--ds-animation-direction, normal);animation-duration:var(--ds-animation-duration, 2s);animation-iteration-count:var(--ds-animation-iteration-count, infinite);animation-timing-function:var(--ds-animation-timing, linear);z-index:1;width:1em;height:1em;background-color:#fff;mask-repeat:no-repeat;mask-position:center;mask-size:contain;mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" class="spinner"><path d="M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 416a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm464-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM142.9 437A48 48 0 1 0 75 369.1 48 48 0 1 0 142.9 437zm0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437A48 48 0 1 0 437 369.1 48 48 0 1 0 369.1 437z"/></svg>');left:.725rem;top:.625rem}@media(min-width: 768px){.guest-mock-form-container:not(:has(.can-submit)) button:before{left:1.25rem;top:.875rem}}.guest-mock-form-container:not(:has(.can-submit)) button:after{position:absolute;right:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:end;padding-right:2.5rem;border-radius:50rem;background-color:rgba(0,0,0,.85);content:"Loading";color:#fff}.guest-content-cell{display:flex;flex-direction:column;gap:1.25rem;padding-top:1.25rem;padding-left:var(--bs-gutter-x, 0.75rem);padding-right:var(--bs-gutter-x, 0.75rem);margin-bottom:1rem}@media(min-width: 1024px){.guest-content-cell{padding-top:2.5rem;padding-bottom:3.75rem}}.guest-content-cell label{color:#687087;font-weight:bold}.guest-content-cell label,.guest-content-cell select,.guest-content-cell .badge-radio-group{font-size:.875rem;line-height:1.125rem}@media(min-width: 768px){.guest-content-cell label,.guest-content-cell select,.guest-content-cell .badge-radio-group{font-size:1rem;line-height:1.5rem}}@media(min-width: 1024px){.guest-content-cell label,.guest-content-cell select,.guest-content-cell .badge-radio-group{font-size:1.125rem;line-height:1.625rem}}.guest-content-cell .underline-menu-container{margin-bottom:1rem}@media(min-width: 768px){.guest-content-cell .underline-menu-container{margin-bottom:2rem}}.guest-content-cell .underline-menu-container .use-my-league-label{padding:0}.guest-content-cell .underline-menu-container .use-my-league-label:after{display:none}@media screen and (max-width: 412px){.guest-content-cell .underline-menu-container .menu-item.after-items{flex-basis:auto;text-align:center}}.guest-content-cell .toggle-button-wrapper{align-items:initial}.guest-content-cell .start-button-container{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #c8c8c8}.guest-content-cell .small-uppercase{text-transform:initial}.guest-content-cell+.draft-board-content-wrapper{pointer-events:none;position:relative}.guest-content-cell+.draft-board-content-wrapper:before{content:"";width:100%;height:100%;background-color:rgba(0,0,0,.5);position:absolute;z-index:100}.rankings-grid-view{--thead-height: 40px;border-spacing:.25rem}@media(min-width: 768px){.rankings-grid-view{--thead-height: 50px}}@media(min-width: 1024px){.rankings-grid-view{--thead-height: 60px}}.rankings-grid-view thead{height:var(--thead-height)}.rankings-grid-view.has-sticky-header .main-table-header,.rankings-grid-view.has-sticky-header .external-sticky-header{--grid-view-sticky-header-top: calc(var(--focus-header-height-offset) + var(--subheader-height-offset))}.rankings-grid-view tr.grid-view-row{border-top:1px solid #c8c8c8;height:2.75rem}@media(min-width: 768px){.rankings-grid-view tr.grid-view-row{height:3.5rem}}@media(min-width: 1024px){.rankings-grid-view tr.grid-view-row{height:4rem}}.rankings-grid-view th:not(.no-min-width),.rankings-grid-view td:not(.no-min-width){min-width:38px}@media(min-width: 768px){.rankings-grid-view th:not(.no-min-width),.rankings-grid-view td:not(.no-min-width){min-width:57px}}@media(min-width: 1024px){.rankings-grid-view th:not(.no-min-width),.rankings-grid-view td:not(.no-min-width){min-width:70px}}.rankings-grid-view th.no-min-width,.rankings-grid-view td.no-min-width{min-width:1%}.rankings-grid-view td{font-size:.75rem;line-height:1rem}@media(min-width: 768px){.rankings-grid-view td{font-size:.75rem;line-height:1rem}}@media(min-width: 1024px){.rankings-grid-view td{font-size:.875rem;line-height:1.125rem}}.rankings-grid-view th{font-size:.625rem;line-height:.75rem;padding:.5rem .25rem;position:relative}@media(min-width: 768px){.rankings-grid-view th{font-size:.75rem;line-height:1rem}}@media(min-width: 1024px){.rankings-grid-view th{font-size:.875rem;line-height:1.125rem}}@media(min-width: 1024px){.rankings-grid-view th{padding:.75rem}}.rankings-grid-view [data-sort-direction=asc]:before,.rankings-grid-view [data-sort-direction=desc]:after{content:"";width:100%;height:.75em;position:absolute;left:0;mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 7" fill="currentColor" ><path d="M5.70435 6.20715C5.31389 6.59762 4.67977 6.59762 4.28931 6.20715L0.29098 2.20871C0.00360013 1.92132 -0.0807397 1.49336 0.0754452 1.11851C0.23163 0.743655 0.593979 0.5 1.00006 0.5H8.99673C9.39968 0.5 9.76515 0.743655 9.92134 1.11851C10.0775 1.49336 9.99006 1.92132 9.7058 2.20871L5.70747 6.20715H5.70435Z"/></svg>');mask-repeat:no-repeat;mask-size:.625rem;mask-position:50%;background-color:#00081b}.rankings-grid-view .bg-ds-medium-blue[data-sort-direction=asc]:before,.rankings-grid-view .bg-ds-medium-blue[data-sort-direction=desc]:after{background-color:#fff}.rankings-grid-view [data-sort-direction=asc]:before{top:.125rem;transform:rotate(180deg)}.rankings-grid-view [data-sort-direction=desc]:after{bottom:.125rem}.rankings-grid-view td:not(.no-center){text-align:center}.rankings-grid-view th:not(.no-center){text-align:center}.rankings-grid-view tr.tier-row{background-color:#043173;color:#fff}.rankings-grid-view tr.tier-row td{font-weight:bold;padding:.75rem}@media(min-width: 1024px){.rankings-grid-view tr.tier-row td{padding:.75rem 0 .75rem 3rem}}.rankings-grid-view tr.tier-row span{position:sticky;left:.5rem}@media(min-width: 768px){.rankings-grid-view tr.tier-row span{left:1rem}}@media(min-width: 1024px){.rankings-grid-view tr.tier-row span{left:2rem}}@container (min-width: 1024px){.rankings-grid-view tr.tier-row{position:sticky;top:calc(var(--focus-header-height-offset) + var(--subheader-height-offset) + var(--thead-height));z-index:10}}.rankings-grid-view thead .sticky-left{z-index:25}.rankings-grid-view thead .sticky-left,.rankings-grid-view tbody .sticky-left{position:sticky;left:0;background-color:#fff}.rankings-grid-view .circle-btn{transition:transform 300ms;--circle-btn-width-height: 1.5rem}.rankings-grid-view .circle-btn .chevron-down,.rankings-grid-view .circle-btn .ellipsis-vertical{font-size:12px}@media(min-width: 768px){.rankings-grid-view .circle-btn{--circle-btn-width-height: 1.625rem}}@media(min-width: 1024px){.rankings-grid-view .circle-btn{--circle-btn-width-height: 2rem}}.rankings-grid-view td.pick-cell{min-width:35px}@media(min-width: 1024px){.rankings-grid-view td.pick-cell{min-width:50px}}.rankings-grid-view td.pick-cell [data-mine-theirs-popover-toggle]{display:inline-flex;justify-content:center}.rankings-grid-view td.player-cell{padding-top:.75rem;padding-bottom:.75rem;min-width:167px}@media(min-width: 1024px){.rankings-grid-view td.player-cell{min-width:245px}}.rankings-grid-view td.player-cell .name-details{flex-grow:1;gap:.125rem}.rankings-grid-view td.player-cell .name-details>:first-child{gap:.25rem}@media(min-width: 768px){.rankings-grid-view td.player-cell .name-details>:first-child{gap:.375rem}}@media(min-width: 1024px){.rankings-grid-view td.player-cell .name-details>:first-child{gap:.5rem}}@media(max-width: 767px){.rankings-grid-view td.player-cell .name-details>:first-child{max-width:73px}.rankings-grid-view td.player-cell .name-details>:first-child .player-name-responsive{flex-shrink:1;overflow:hidden;text-overflow:ellipsis}}.rankings-grid-view td.player-cell .name-details>:last-child{gap:.125rem}@media(min-width: 1024px){.rankings-grid-view td.player-cell .name-details>:last-child{gap:.5rem}}.rankings-grid-view td.player-cell a{color:#00081b;font-weight:bold}.rankings-grid-view td.player-cell .team-abbr{color:#687087}@media(max-width: 767px){.rankings-grid-view td.player-cell .flag-icon:not(.is-flagged){display:none}.rankings-grid-view td.player-cell .extra-2{display:none}}.rankings-grid-view .ds-value{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rankings-grid-view .extra-row .inner-collapser{max-height:0;overflow:hidden;transition:max-height 300ms}.rankings-grid-view .extra-row .inner-content{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));row-gap:1rem;padding:.75rem 0}@media(min-width: 1024px){.rankings-grid-view .extra-row .inner-content{padding:1.25rem 5.5625rem 2rem 5.5625rem;gap:2.5rem;display:flex;flex-wrap:wrap}}.rankings-grid-view .extra-row .stat-item{flex-direction:column}.rankings-grid-view .extra-row .label{padding:0 1.5rem}@media(min-width: 1024px){.rankings-grid-view .extra-row .label{padding:0}}.rankings-grid-view tr:has(.is-showing-extra-row)+.extra-row .inner-collapser{max-height:250px}.rankings-grid-view .is-showing-extra-row .show-extra-row-btn{transform:rotate(180deg)}.rankings-grid-view .extra-row .label{font-weight:bold;font-size:.75rem;line-height:1rem}@media(min-width: 768px){.rankings-grid-view .extra-row .label{font-size:.75rem;line-height:1rem}}@media(min-width: 1024px){.rankings-grid-view .extra-row .label{font-size:.875rem;line-height:1.125rem}}.pick-cell .btn:not(.circle-btn){font-size:.625rem;line-height:.8125rem;padding:.25rem .5rem;width:3rem}.opacity-375+.extra-row{opacity:.375}#rankings-grid-view-mine-theirs-popover{max-width:initial;width:calc(100vw - 1.5rem)}#rankings-grid-view-mine-theirs-popover .d-flex{gap:.25rem}#rankings-grid-view-mine-theirs-popover button{font-size:.625rem;flex-grow:1}#auction-mine-theirs-popover .ds-input-group{height:2rem}#auction-mine-theirs-popover input[type=number]{width:80px}#auction-mine-theirs-popover .check-toggle{--check-toggle-width: 48px;--check-toggle-height: 28px}#auction-mine-theirs-popover .check-toggle section{max-height:var(--check-toggle-height)}.draft-type-is-auction .main-content-top-area{gap:.5rem;flex-direction:column}.draft-type-is-auction .main-content-top-area:not(:has(.auction-feature-container)):has(.flash-message-list:empty){margin-top:0}@container board-main-content (width >=768px){.draft-type-is-auction.is-mock-draft .main-content-top-area{flex-direction:row;gap:1.25rem}.draft-type-is-auction.is-mock-draft .main-content-top-area>div{flex-basis:50%}}.auction-feature-container{container:auction-feature/inline-size}.auction-feature-panel{--auction-feature-panel-border-radius: .25rem;display:flex;align-items:center;flex-direction:column;width:100%;position:relative;border:1px solid #c8c8c8;border-radius:var(--auction-feature-panel-border-radius);background-color:#f9f9f9}@container auction-feature (width >=530px){.auction-feature-panel{--auction-feature-panel-border-radius: .625rem;flex-direction:row;padding:1.25rem 1.5rem;gap:2rem}}.auction-feature-panel .nominated-player-container{width:100%;padding:1rem .75rem;gap:.5rem}.auction-feature-panel .nominated-player-container img.team-square{--team-square-width-height: 40px;border-radius:.5rem}.auction-feature-panel .nominated-player-container .text-container{flex-grow:1}.auction-feature-panel .nominated-player-container .player-badge-container{width:100%;justify-content:space-between}.auction-feature-panel .nominated-player-container .badge{padding:.125rem .25rem;border-radius:.125rem;width:min-content;font-size:.625rem;line-height:.75rem}.auction-feature-panel .nominated-player-container .team-abbr,.auction-feature-panel .nominated-player-container .position-badge{font-size:.625rem;line-height:.75rem}.auction-feature-panel .nominated-player-container .details-value-container{width:100%;display:flex;justify-content:space-between}@container auction-feature (width >=530px){.auction-feature-panel .nominated-player-container{flex-grow:1;padding:0;align-items:center}.auction-feature-panel .nominated-player-container img.team-square{--team-square-width-height: 80px}.auction-feature-panel .nominated-player-container .player-badge-container{flex-direction:column}.auction-feature-panel .nominated-player-container .player-name-responsive{order:1}.auction-feature-panel .nominated-player-container .badge{padding:.125rem .5rem;border-radius:.25rem;font-size:.625rem;line-height:.75rem}.auction-feature-panel .nominated-player-container .player-name{font-size:1.25rem;line-height:1.75rem}.auction-feature-panel .nominated-player-container .team-abbr{font-size:.875rem;line-height:1.125rem}.auction-feature-panel .nominated-player-container .position-badge{font-size:.75rem;line-height:1rem}.auction-feature-panel .nominated-player-container .details-value-container{flex-direction:column}.auction-feature-panel .nominated-player-container .ds-auction-value-container{margin-top:.25rem}.auction-feature-panel .nominated-player-container .ds-auction-value-container>div{padding-top:.25rem;border-top:1px solid #c8c8c8;white-space:nowrap;width:min-content}}.auction-feature-panel>section:last-of-type{width:100%;border-bottom-right-radius:var(--auction-feature-panel-border-radius);border-bottom-left-radius:var(--auction-feature-panel-border-radius);background-color:#f1f1f1}@container auction-feature (width >=530px){.auction-feature-panel>section:last-of-type{background-color:#f9f9f9 !important;width:min-content}}.auction-feature-panel .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;border-radius:.25rem;opacity:0;transition:opacity 200ms;pointer-events:none}.auction-feature-panel .overlay.show{opacity:1;pointer-events:all}@container auction-feature (width >=530px){.auction-feature-panel .overlay{border-radius:.625rem}}.auction-feature-panel .overlay-inner{background-color:var(--bs-body-bg);padding:1rem;border-radius:.625rem;border:var(--ds-border-grey);gap:.5rem}.auction-live-nominated-player-panel{height:155px}@container auction-feature (width >=530px){.auction-live-nominated-player-panel{height:130px}}.auction-live-nominated-player-panel .nominated-player-stats-container{width:100%;display:grid;grid-auto-flow:column;grid-template-columns:repeat(auto-fit, minmax(0, 1fr));gap:.5rem;padding:0 .75rem}.auction-live-nominated-player-panel .nominated-player-stats-container:not(.auction-values){margin-bottom:.25rem}.auction-live-nominated-player-panel .stat-container{display:flex;flex-direction:column;gap:.25rem;align-items:center;text-align:center}.auction-live-nominated-player-panel .label,.auction-live-nominated-player-panel .stat-container>div{font-size:.625rem;line-height:.75rem}.auction-live-nominated-player-panel .stat-container>div{font-weight:bold;height:100%;display:flex;align-items:center}.auction-live-nominated-player-panel>section:last-of-type{display:grid;grid-template-columns:repeat(auto-fit, minmax(0, 1fr))}.auction-live-nominated-player-panel>section:last-of-type .stat-container{flex-direction:row;gap:.5rem;justify-content:center;padding:.25rem}@container auction-feature (width >=530px){.auction-live-nominated-player-panel .nominated-player-stats-container{gap:1rem}.auction-live-nominated-player-panel .nominated-player-stats-container:not(.auction-values){margin-bottom:0}.auction-live-nominated-player-panel .label,.auction-live-nominated-player-panel .stat-container>div{font-size:.875rem;line-height:1.125rem;display:flex}.auction-live-nominated-player-panel .label{min-height:2rem;max-height:2rem;align-items:end}.auction-live-nominated-player-panel .stat-container>div{padding:.625rem 0;min-height:2.5rem;max-height:2.5rem}.auction-live-nominated-player-panel>section:last-of-type{grid-template-columns:repeat(auto-fit, minmax(3.25rem, 1fr));border-left:1px solid #c8c8c8;border-radius:0;padding-left:2rem}.auction-live-nominated-player-panel>section:last-of-type .stat-container{flex-direction:column;gap:.25rem;padding:0}}.auction-mock-bidding-panel{height:173px}.auction-mock-bidding-panel .nominate-player-container{height:100%;padding:1rem;justify-content:space-around}.auction-mock-bidding-panel .nominate-player-container+.buttons-container{display:none}.auction-mock-bidding-panel .bid-form-container{width:100%;justify-content:space-between;gap:1.5rem;padding:0 1rem .75rem 1rem}.auction-mock-bidding-panel .bid-form-container>div{flex-basis:50%}.auction-mock-bidding-panel .bid-form-container .current-bid-text{font-size:.75rem;line-height:1rem}.auction-mock-bidding-panel .bid-form-container .current-bid-amount{font-size:1.125rem;line-height:1.625rem}.auction-mock-bidding-panel .bid-form-container .ds-input-group{background-color:#fff;height:2rem;width:70px}.auction-mock-bidding-panel .bid-form-container input{background-color:#fff;height:1.25rem;font-size:.75rem;line-height:1rem}.auction-mock-bidding-panel .bid-form-container .svg-icon{--circle-btn-width-height: 1.25rem}@container auction-feature (width >=530px){.auction-mock-bidding-panel .bid-form-container{width:min-content;flex-direction:column;gap:1rem;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #c8c8c8;background-color:#fff}.auction-mock-bidding-panel .bid-form-container .current-bid-amount{font-size:1.25rem;line-height:1.75rem}.auction-mock-bidding-panel .bid-form-container .ds-input-group{height:2.25rem;width:75px}.auction-mock-bidding-panel .bid-form-container input{font-size:1rem;line-height:1.5rem}}.auction-mock-bidding-panel.bidding-complete .bid-controls{opacity:.5;pointer-events:none}.auction-mock-bidding-panel>section:last-of-type{padding:.75rem}.auction-mock-bidding-panel .buttons-container{grid-template-areas:"not-bid bid";grid-auto-flow:column}.auction-mock-bidding-panel .buttons-container .btn{font-size:.75rem;line-height:1rem;padding-top:.375rem;padding-bottom:.375rem}.auction-mock-bidding-panel .buttons-container .not-bid{grid-area:not-bid}.auction-mock-bidding-panel .buttons-container .bid{grid-area:bid}@container auction-feature (width >=530px){.auction-mock-bidding-panel .buttons-container{grid-template-areas:"bid" "not-bid"}.auction-mock-bidding-panel .buttons-container .btn{font-size:1rem;line-height:1.5rem}}.auction-mock-bidding-panel.user-can-outbid .buttons-container,.auction-mock-bidding-panel.user-choose-to-bid .buttons-container,.auction-mock-bidding-panel.simulating-bids .buttons-container,.auction-mock-bidding-panel.bidding-complete .buttons-container{background-color:#f1f1f1}.auction-mock-bidding-panel .draft-complete-container{padding:1rem;height:100%;justify-content:space-around}#draft-analysis-container{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--ds-border-grey)}#draft-analysis-container .projections{display:grid;gap:2rem}@container board-main-content (width >=768px){#draft-analysis-container .projections{grid-template-columns:repeat(2, minmax(0, 1fr))}}#draft-analysis-container header{margin-bottom:.25rem}#draft-analysis-container .row-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-top:1px solid #c8c8c8}#draft-analysis-container .row-item:last-child{border-bottom:1px solid #c8c8c8}#draft-analysis-container .table{margin-top:1rem;text-align:center}#draft-analysis-container .user-owned{font-weight:bold}#draft-analysis-container .video-container{margin:1rem 0}.simulate-picks-modal.db-modal{--ds-modal-height: 360px;gap:1.25rem;max-width:95vw;max-height:95vh}.simulate-picks-modal.db-modal .simulating-message{gap:.5rem;justify-content:center;padding:2rem}@media(min-width: 1024px){.simulate-picks-modal.db-modal{gap:.5rem;--ds-modal-height: 180px}.simulate-picks-modal.db-modal .simulating-message{padding:1rem}}.simulate-picks-modal.db-modal .ds-modal-body{position:relative;display:flex;flex-direction:column;gap:1rem;flex-grow:1;overflow:hidden}.simulate-picks-modal.db-modal .ds-modal-body:after{width:100%;height:40%;background:linear-gradient(0deg, #fff, transparent);position:absolute;bottom:0;left:0;content:""}.simulate-picks-modal.db-modal .player-item{width:100%}.simulate-picks-modal.db-modal .db-basic-leave-to{transform:translateX(-30px)}.simulate-picks-modal.db-modal .db-basic-enter-from{transform:translateX(30px)}.team-rosters-container .ds-dropdown .circle-btn{--circle-btn-width-height: 1.25rem;font-size:.75rem;background-color:#c8c8c8;font-weight:bold;color:#fff}.team-rosters-container .ds-dropdown .is-user-owned .circle-btn{background-color:#fff;color:#c8c8c8;border:1px solid #c8c8c8}.team-rosters-container .dropdown-toggle-btn{padding-top:.5rem;padding-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.team-rosters-container .dropdown-item{display:flex;align-items:center;gap:.5rem}.team-rosters-container .view-toggle-container{gap:.5rem}.team-rosters-container .view-toggle-container button{font-size:1rem}.team-rosters-container .inputs-container{margin-bottom:.625rem}.team-rosters-container .positions-grid{display:grid;grid-template-columns:repeat(3, 1fr)}.team-rosters-container .summary-block{padding-top:.5rem;padding-bottom:1rem;gap:.5rem;border-bottom:1px solid #f1f1f1}.team-rosters-container .summary-block .details{gap:.25rem}.team-rosters-container .summary-block .ds-value{padding-top:.5rem}.team-rosters-container .summary-block *:not(.limit){font-weight:bold}.team-rosters-container .summary{font-weight:bold}.team-rosters-container .total{padding-top:1rem;padding-bottom:1rem}.team-rosters-container .total .label{padding:.5rem 1rem}.team-rosters-container header{padding:.5rem 0}.team-rosters-container header .circle-btn{--circle-btn-width-height: 1.25rem;color:#687087;font-size:.75rem}.team-rosters-container .team-selector,.team-rosters-container .team-selector button{width:100%}.team-rosters-container .position-players-lists{display:flex;flex-direction:column;gap:.625rem}.team-rosters-container .team-rosters-row{gap:.5rem;padding-top:.5rem;padding-bottom:.5625rem;border-bottom:1px solid #f1f1f1}.team-rosters-container .team-rosters-row .position-circle{width:.75rem;height:.75rem;border-width:0;position:relative}.team-rosters-container .roster-spot-pill.has-player{position:relative}.team-rosters-container .data{flex-grow:1;display:flex;justify-content:space-between}.team-rosters-container .name-details{flex-grow:1}.team-rosters-container .name-details .details{display:flex;gap:.5rem;color:#687087}.team-rosters-container .player-name a{font-weight:bold;color:#00081b}.team-rosters-container .empty{color:#687087;display:flex;align-items:center}.team-rosters-container .stats{gap:.5rem}.team-rosters-container .stat-container{text-align:center}.team-rosters-container .stat-container .value{font-weight:bold}.team-rosters-container .stat-container .label{color:#687087}.roster-spot-pill{width:2.5rem;height:1.5rem;overflow:hidden;display:grid;color:#fff}@media(min-width: 1024px){.roster-spot-pill{width:3rem;height:1.75rem}}.roster-spot-pill.q-r-w-t{grid-template-columns:repeat(2, 1fr)}.roster-spot-pill.q-r-w-t>div:nth-child(2n-1){padding-left:.25rem}.roster-spot-pill.q-r-w-t>div:nth-child(2n){padding-right:.25rem}.roster-spot-pill.d-l-d,.roster-spot-pill.r-w-t,.roster-spot-pill.r-w,.roster-spot-pill.w-t{grid-auto-flow:column}.roster-spot-pill>div{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.roster-spot-pill>div.bg-q{background:#333}.roster-spot-pill>div.bg-r{background:#a41c1f}.roster-spot-pill>div.bg-w{background:#043173}.roster-spot-pill>div.bg-t{background:#86a2cb}.roster-spot-pill>div.bg-d:first-child{background:#888}.roster-spot-pill>div.bg-l{background:#888}.roster-spot-pill>div.bg-d:not(:first-child){background:#888}.roster-spot-pill>div.bg-bn{background:#687087}.db-modal{--ds-modal-width: auto;--ds-modal-height: auto;position:fixed;top:50%;left:50%;transform:translate3d(-50%, -50%, 0);width:var(--ds-modal-width);height:var(--ds-modal-height);padding:2.5rem;z-index:1057;background-color:var(--bs-body-bg);border-radius:.625rem;box-shadow:0 0 30px 0 rgba(0,0,0,.25);transition:opacity 400ms;opacity:0;pointer-events:none}.db-modal.show{opacity:1;pointer-events:all}.db-modal:not(.fill-phone-screen){max-width:95vw;max-height:95vh}.db-modal.fill-phone-screen{--ds-modal-width: 100vw;--ds-modal-height: 100vh;border-radius:0;padding:0}.db-modal.fill-phone-screen>.ds-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem .75rem;font-weight:bold;font-size:1.125rem;line-height:1.625rem;align-items:center;justify-content:space-between}.db-modal.fill-phone-screen .ds-modal-body{padding:0 .75rem}.db-modal.fill-phone-screen .ds-modal-body:has(+.ds-modal-footer){flex-grow:1;overflow-y:auto}.db-modal.fill-phone-screen>.ds-modal-footer{background-color:#f9f9f9;padding:1rem .75rem;border-top:1px solid #c8c8c8}.db-modal.fill-phone-screen>.ds-modal-footer>button:only-child{width:100%}.db-modal.size-sm{--ds-modal-width: 500px}.using-ios .header-is-collapsed{--focus-header-height-offset: 4.625rem}.using-ios .header-is-collapsed #draft-board-header{padding-top:2.5rem}/*# sourceMappingURL=draft-board.css.map */
