:export {
    totalColor: #3d74c7;
    qbColor: #333;
    rbColor: #a41c1f;
    wrColor: #043173;
    teColor: #86a2cb;
    pickColor: #687087;
    defColor: #888;
    kickerColor: #c87779;
    tqbColor: #000;
    hcColor: #000;
    tkColor: #000;
    lbColor: #000;
    dbColor: #000;
    qrwtColor: #ff0;
    rwtColor: #f78439;
    rwColor: lime;
    wtColor: purple;
    dldColor: #639
}

:export {
    totalColor: #3d74c7;
    qbColor: #333;
    rbColor: #a41c1f;
    wrColor: #043173;
    teColor: #86a2cb;
    pickColor: #687087;
    defColor: #888;
    kickerColor: #c87779;
    tqbColor: #000;
    hcColor: #000;
    tkColor: #000;
    lbColor: #000;
    dbColor: #000;
    qrwtColor: #ff0;
    rwtColor: #f78439;
    rwColor: lime;
    wtColor: purple;
    dldColor: #639
}

@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 .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: #999
}

.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
}

.user-inputs-area .underline-menu-container {
    border-bottom: 4px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem
}

.user-inputs-area .underline-menu-container .underline-menu-print {
    flex-basis: 40%;
    justify-content: flex-end
}

.user-inputs-area .underline-menu-container .underline-menu-print {
    gap: 1rem
}

.user-inputs-area .underline-menu-container .underline-menu {
    display: flex;
    margin-bottom: -2px;
    position: relative;
    align-items: center
}

@media screen and (min-width: 992px) {
    .user-inputs-area .underline-menu-container .underline-menu .menu-item {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 992px) {
    .user-inputs-area .underline-menu-container .underline-menu {
        font-size: 16px !important;
        justify-content: space-between
    }
}

@media screen and (max-width: 412px) {
    .user-inputs-area .underline-menu-container .underline-menu .menu-item:not(.after-items) {
        flex-basis: min-content
    }

    .user-inputs-area .underline-menu-container .underline-menu .menu-item.after-items {
        flex-basis: 30%;
        text-align: left
    }
}

.user-inputs-area .underline-menu-container .underline-menu .menu-item {
    color: #999;
    cursor: pointer;
    font-weight: bold;
    padding-bottom: .25rem;
    position: relative;
    transition: color .3s;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    margin-bottom: 0
}

.user-inputs-area .underline-menu-container .underline-menu .menu-item i {
    font-size: 22px;
    margin-bottom: -5px
}

.user-inputs-area .underline-menu-container .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
}

.user-inputs-area .underline-menu-container .underline-menu .menu-item.active::after {
    width: 100%;
    left: 0
}

.user-inputs-area .underline-menu-container .underline-menu .menu-item.active {
    border-bottom: none;
    color: #043173
}

.user-inputs-area .underline-menu-container .bottom-line {
    display: none
}

@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 select,
.user-inputs-area .inputs-bar input {
    border: 1px solid #c8c8c8;
    border-radius: 0;
    box-shadow: none;
    height: 35px;
    padding: 0px 10px
}

.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;
    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 select {
    background: url("/img/icons/caret-down-thin.svg") no-repeat right 10px center;
    background-color: #fff;
    background-size: 12px;
    padding-right: 30px
}

.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 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: rgba(153, 153, 153, .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).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
}

.column-customize-dropdown .multi-select-dropdown-list-item .clickable-checkbox-div {
    flex-grow: 1;
    height: 35px
}

:export {
    totalColor: #3d74c7;
    qbColor: #333;
    rbColor: #a41c1f;
    wrColor: #043173;
    teColor: #86a2cb;
    pickColor: #687087;
    defColor: #888;
    kickerColor: #c87779;
    tqbColor: #000;
    hcColor: #000;
    tkColor: #000;
    lbColor: #000;
    dbColor: #000;
    qrwtColor: #ff0;
    rwtColor: #f78439;
    rwColor: lime;
    wtColor: purple;
    dldColor: #639
}

:root {
    --ds-grey2: #687087;
    --ds-new-black: #00081b
}

.d-none {
    display: none !important
}

.v-hidden {
    visibility: hidden
}

.slide-enter-active,
.slide-leave-active {
    transition: max-height .4s ease, opacity .4s ease;
    overflow: visible
}

.slide-enter-from,
.slide-leave-to {
    max-height: 0;
    opacity: 0
}

.slide-enter-to,
.slide-leave-from {
    max-height: 600px;
    opacity: 1
}

.d-flex.space-between {
    justify-content: space-between
}

.d-flex.flex-end {
    justify-content: flex-end
}

.d-flex.d-flex-column {
    flex-direction: column
}

.order-container {
    display: flex;
    flex-direction: column
}

.mobile-order-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem
}

.slider-container {
    align-items: center;
    display: flex
}

.description {
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-right: 10px
}

.slider-checkbox {
    display: none
}

.slider-label {
    cursor: pointer;
    background-color: #999;
    border-radius: 30px;
    display: inline-block;
    height: 30px;
    position: relative;
    transition: background-color .2s;
    width: 60px
}

.slider-text {
    color: #fff;
    left: 30px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%
}

.slider-text::after {
    content: attr(data-off)
}

.slider {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 12px;
    height: 26px;
    justify-content: center;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: transform .2s;
    width: 26px
}

.slider-checkbox:checked+.slider-label {
    background-color: green
}

.slider-checkbox:checked+.slider-label .slider {
    transform: translateX(30px)
}

.slider-checkbox:checked+.slider-label .slider-text {
    left: -26px
}

.slider-checkbox:checked+.slider-label .slider-text::after {
    content: attr(data-on)
}

.slide-enter-active,
.slide-leave-active {
    transition: max-height .4s ease, opacity .4s ease;
    overflow: hidden
}

.slide-enter-from,
.slide-leave-to {
    max-height: 0;
    opacity: 0
}

.slide-enter-to,
.slide-leave-from {
    max-height: 600px;
    opacity: 1
}

#preseason-rankings #mobile-header-sticky {
    margin: 0 !important
}

#preseason-rankings .table.dynasty-rankings {
    margin-top: 15px
}

#preseason-rankings .bottom-line-column {
    width: 50%;
    padding-right: .5rem
}

#preseason-rankings td.player-name.overall {
    display: table-cell !important
}

@media screen and (min-width: 992px) {
    #preseason-rankings td.player-name {
        max-width: 250px;
        width: 250px;
        min-width: 250px
    }

    #preseason-rankings .badge-radio-group-nav.overall::before,
    #preseason-rankings .badge-radio-group-nav.analysis::before {
        width: 105px !important
    }

    #preseason-rankings .badge-radio-group-nav.projections::before {
        width: 126px !important
    }
}

@media screen and (max-width: 992px) {
    #preseason-rankings .user-inputs-area div {
        position: relative;
        z-index: 2
    }

    #preseason-rankings #mobile-header-sticky th {
        display: table-cell !important
    }

    #preseason-rankings .projections #rankingsTable {
        margin-top: 4.4rem
    }

    #preseason-rankings #rankingsTable {
        margin-top: 3.3rem
    }

    #preseason-rankings #player-modal-column,
    #preseason-rankings .player-modal-column {
        max-width: 35px !important;
        width: 35px !important
    }

    #preseason-rankings th.rank,
    #preseason-rankings td.rank {
        max-width: 20px;
        width: 20px;
        min-width: 20px
    }

    #preseason-rankings th.customizable-column:not(.bottom-line-column) {
        max-width: 40px;
        min-width: 40px;
        width: 40px
    }

    #preseason-rankings th#floor_pts,
    #preseason-rankings th#sticky_floor_pts {
        max-width: 50px !important;
        min-width: 50px !important;
        width: 50px !important
    }

    #preseason-rankings .tooltip-list.row {
        margin-top: 1rem
    }

    #preseason-rankings .badge-radio-group-nav {
        justify-content: space-around !important
    }

    #preseason-rankings .badge-radio-group-nav::before {
        width: 33.3% !important
    }

    #preseason-rankings .badge-radio-group-nav .nav-item {
        width: 33.3% !important
    }
}

#preseason-rankings .badge-radio-group .selected-overlay {
    display: none
}

#preseason-rankings .badge-radio-group .badge-radio-group-nav {
    justify-content: space-between
}

#preseason-rankings .badge-radio-group .badge-radio-group-nav.analysis::before {
    left: 70% !important;
    margin-left: 0 !important
}

#preseason-rankings .badge-radio-group .badge-radio-group-nav:not(.two)::before {
    width: 30%
}

#preseason-rankings .badge-radio-group .badge-radio-group-nav.two::before {
    width: 50%
}

#preseason-rankings .badge-radio-group .badge-radio-group-nav .nav-item {
    width: min-content
}

.rankings-standard {
    background-color: #fff
}

.rankings-standard #mobile-header-sticky {
    order: 3;
    overflow-x: scroll;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 20;
    margin: 0 .75rem
}

.rankings-standard #mobile-header-sticky .sticky-header-flex-container {
    display: flex;
    margin: .25rem 0;
    align-items: flex-end
}

.rankings-standard #mobile-header-sticky .default-header-cols span {
    cursor: default !important
}

.rankings-standard #tableHeader .sticky-header-flex-container {
    display: flex;
    margin: .25rem 0;
    align-items: flex-end
}

.rankings-standard #tableHeader .default-header-cols span {
    cursor: default !important
}

.rankings-standard .key-and-export-container {
    padding-top: 20px
}

.rankings-standard .key-and-export-container .toggle-detailed-view {
    margin-left: auto
}

.rankings-standard .key-and-export-container .toggle-detailed-view .description {
    font-family: proxima-nova, "Proxima Nova", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #687087;
    text-align: center
}

.rankings-standard .inset-border {
    box-shadow: inset -1px 0px 0px 0px #c8c8c8
}

.rankings-standard .player-position-links>a {
    background-color: #f5f5f7;
    color: #00081b;
    border-radius: 40px !important;
    padding: 5px 15px;
    font-family: proxima-nova, "Proxima Nova", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 400
}

.rankings-standard .main-header {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.rankings-standard .main-header h1 {
    order: 2;
    font-family: proxima-nova, "Proxima Nova", system-ui, sans-serif;
    font-weight: 700;
    margin-right: 5px;
    padding-left: 45px;
    background: url(/img/icons/redraft-3.svg) no-repeat 0 center/35px 35px
}

.rankings-standard .main-header h1.keeper-rankings {
    background: url(/img/icons/keeper-lock-blue.svg) no-repeat 0 0/35px 35px
}

.rankings-standard .main-header h1.auction-rankings {
    background: url(/img/icons/auction-rankings-blue.svg) no-repeat 0 0/35px 35px
}

.rankings-standard .main-header h1.best-ball-rankings {
    background: url(/img/icons/best-ball-5.svg) no-repeat 0 0/35px 35px
}

.rankings-standard .main-header h1.dynasty-rankings {
    background: url(/img/icons/dynasty-blue.svg) no-repeat 0 center/35px 35px
}

.rankings-standard .main-header h1.adp-rankings {
    background: url(/img/icons/adp-blue.svg) no-repeat 0 0/35px 35px
}

.rankings-standard .main-header h1.preseason-rankings {
    background: url(/img/icons/redraft-3.svg) no-repeat 0 0/35px 35px
}

.rankings-standard .main-header h1.weekly-rankings {
    background: url(/img/icons/redraft-3.svg) no-repeat 0 0/35px 35px
}

.rankings-standard .main-header h1.trade-value-chart {
    background: url(/img/icons/trade-value-chart-blue.svg) no-repeat 0 0/35px 35px
}

.rankings-standard .main-header h1.free-agent-finder {
    background: url(/img/icons/free-agent-finder-blue.svg) no-repeat 0 0/35px 35px
}

.rankings-standard .main-header h1.trade-calculator {
    background: url(/img/icons/trade-partner-blue.svg) no-repeat 0 0/35px 35px
}

.rankings-standard .main-header .last-updated {
    white-space: nowrap;
    color: #687087;
    font-weight: 700;
    line-height: 22.4px;
    order: 1
}

.rankings-standard .main-header .last-updated .time {
    font-weight: 400
}

.rankings-standard .sticky-header {
    position: sticky;
    top: 1px;
    z-index: 19
}

.rankings-standard .sticky-header th:not(.player-modal-column) {
    box-shadow: unset
}

.rankings-standard .customizable-column {
    box-shadow: none !important
}

.rankings-standard .video-tutorial-link.btn {
    background: rgba(0, 0, 0, 0);
    padding: 0 0 0 10px;
    white-space: nowrap
}

.rankings-standard .video-tutorial-link.btn a {
    font-family: proxima-nova, "Proxima Nova", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    display: inline-flex;
    flex-direction: row;
    align-items: center
}

.rankings-standard .badge-radio-group {
    color: #000
}

.rankings-standard .badge-radio-group .badge-radio-group-nav {
    display: flex;
    position: relative;
    border-radius: 25px;
    background: #f5f5f7
}

.rankings-standard .badge-radio-group .badge-radio-group-nav.one::before {
    width: 100% !important
}

.rankings-standard .badge-radio-group .badge-radio-group-nav::before {
    content: "";
    position: absolute;
    height: 32px;
    left: 0%;
    border-radius: 20px;
    background: #043173;
    transition: all .3s
}

.rankings-standard .badge-radio-group .nav-item {
    cursor: pointer;
    font-weight: normal !important;
    display: inline-block;
    margin-right: 0 !important;
    white-space: nowrap;
    text-align: center;
    z-index: 1;
    font-size: 16px
}

.rankings-standard .badge-radio-group .nav-item.rounded-pill {
    border-radius: 50rem !important
}

.rankings-standard .badge-radio-group .nav-item:last-of-type {
    margin-right: 0
}

.rankings-standard .badge-radio-group .nav-item.selected {
    color: #fff
}

.rankings-standard .rankings-header .d-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.rankings-standard .rankings-header .d-flex .main-content {
    position: relative;
    overflow: hidden;
    transition: max-height .3s ease
}

.rankings-standard .rankings-header .d-flex .read-more {
    display: none
}

@media screen and (max-width: 992px) {
    .rankings-standard .rankings-header .d-flex .main-content::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 1.5em;
        background: linear-gradient(to bottom, transparent, white)
    }

    .rankings-standard .rankings-header .d-flex .read-more-label {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #c8c8c8;
        cursor: pointer;
        margin-top: .5em;
        font-size: .8em
    }

    .rankings-standard .rankings-header .d-flex .read-more:checked~.main-content {
        max-height: 1000px
    }

    .rankings-standard .rankings-header .d-flex .read-more:checked~.main-content::after {
        display: none
    }

    .rankings-standard .rankings-header .d-flex .read-more:checked~.read-more-label::before {
        content: "▲"
    }

    .rankings-standard .rankings-header .d-flex .read-more-label::before {
        content: "▼"
    }
}

.rankings-standard .dropdown-toggle {
    position: relative
}

.rankings-standard .dropdown-toggle-container {
    cursor: pointer;
    width: fit-content;
    margin: 0 auto
}

.rankings-standard .dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    border: 2px solid #043173;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    text-align: center
}

.rankings-standard .dropdown>div {
    flex-basis: 30%;
    border-right: 1px solid #043173
}

.rankings-standard .dropdown>div.grayed {
    filter: grayscale(100%);
    opacity: .5
}

.rankings-standard .dropdown>div:not(.grayed) {
    font-weight: 700
}

.rankings-standard .dropdown>div:not(.grayed) h4 {
    font-weight: 700
}

.rankings-standard .dropdown>div h4 {
    font-family: proxima-nova, "Proxima Nova", system-ui, sans-serif;
    font-size: 1rem;
    margin-bottom: 0;
    padding: .25rem .5rem .25rem;
    text-decoration: underline
}

.rankings-standard .dropdown:after {
    bottom: 100%;
    left: 45%;
    border: solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(4, 49, 115, 0);
    border-bottom-color: #043173;
    border-width: 10px;
    margin-left: -10px
}

.rankings-standard .dropdown li {
    padding: 4px 10px;
    border-bottom: 1px solid #e3e3e7;
    color: #b2b2b2;
    cursor: pointer
}

.rankings-standard .dropdown li.active {
    color: #333
}

.rankings-standard .dropdown li:active {
    color: #333;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ebebeb 0%, #f2f2f2 100%) 0% 0% no-repeat padding-box
}

.rankings-standard .dropdown li:first-child {
    border-radius: 5px 5px 0 0
}

.rankings-standard .dropdown li:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: none
}

.rankings-standard .header {
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column
}

.rankings-standard .header .main-content {
    overflow: hidden;
    text-overflow: ellipsis;
    width: fit-content;
    white-space: wrap
}

.rankings-standard .weekly-sos-container .weekly-sos-table tbody tr:nth-child(even) td {
    background-color: #f5f5f7 !important
}

@media screen and (min-width: 1100px) {
    .rankings-standard .main-ranking-div {
        max-width: 1440px;
        width: 100%;
        margin: 0 auto
    }
}

@media screen and (min-width: 992px)and (max-width: 1100px) {
    .rankings-standard .main-ranking-div {
        display: flex;
        order: 2;
        overflow-x: visible;
        max-width: 100vw;
        width: 100%;
        margin: 0 auto
    }

    .rankings-standard .main-ranking-div table {
        overflow: visible
    }
}

@media screen and (min-width: 992px) {
    .rankings-standard .container.order-container {
        padding: 0
    }

    .rankings-standard .main-header .last-updated {
        font-size: 1rem
    }

    .rankings-standard .table tbody tr td.player-modal-column.detail-view {
        min-width: 100px
    }

    .rankings-standard .table tbody tr td.player-modal-column.detail-view .detail-view-modal-col {
        display: flex;
        justify-content: space-around
    }

    .rankings-standard .rankings-header {
        margin-bottom: 20px
    }

    .rankings-standard .rankings-header .d-flex {
        margin-top: 1rem
    }

    .rankings-standard .table th.rank {
        position: sticky;
        left: 0;
        top: 0;
        z-index: 8
    }

    .rankings-standard .table th.team-rank-logo-column,
    .rankings-standard .table th.player-modal-column {
        position: sticky;
        top: 0;
        z-index: 8
    }

    .rankings-standard .table thead tr th .sortable-header {
        height: 60px
    }

    .rankings-standard .table thead tr th .sortable-header .column-title {
        line-height: 1rem
    }

    .rankings-standard .table thead tr th .sortable-header .fas.fa-sort-up {
        top: 5px
    }

    .rankings-standard .table thead tr th .sortable-header .fas.fa-sort-down {
        bottom: 8px
    }

    .rankings-standard .table tr.tier-colspan-row td {
        height: 41px;
        font-size: 14px !important;
        padding-left: 2rem !important
    }

    .rankings-standard .table th:not(.weekly-sos-table) {
        background-color: #fff;
        font-size: .88rem
    }

    .rankings-standard .table td .player-modal-open-icon {
        width: 2rem;
        height: 2rem
    }

    .rankings-standard .table td .team-logo {
        height: 48px;
        width: 48px;
        object-fit: cover
    }

    .rankings-standard .table td .team-position-logo-container .position-rank,
    .rankings-standard .table td .team-position-logo-container span {
        font-size: 14px;
        font-weight: 400;
        color: #687087;
        line-height: 17px
    }

    .rankings-standard .table td.player-name .player-info-container {
        display: flex
    }

    .rankings-standard .table td.player-name>.player-name-inner a {
        font-size: 18px;
        line-height: 22px;
        color: #000 !important;
        font-weight: 700;
        display: flex;
        gap: .25em
    }

    .rankings-standard .table .team-image-data-col {
        max-width: 48px;
        width: 48px
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav {
        width: fit-content
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav::before {
        width: 140px
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav .nav-item {
        width: 140px;
        padding: .25rem 1.5rem
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav.projections:not(.two)::before {
        left: 50%;
        margin-left: -60px
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav.analysis::before {
        left: 100%;
        margin-left: -140px
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav.projections.two::before {
        left: 100%;
        transform: translate(-100%, 0)
    }
}

@media screen and (max-width: 992px) {
    .rankings-standard .rankings-header .main-content {
        max-height: 4.5em
    }

    .rankings-standard .team-image-data-col,
    .rankings-standard .team-image-header-col {
        max-width: 30px !important;
        width: 30px !important;
        min-width: 30px !important
    }

    .rankings-standard td.player-name,
    .rankings-standard th.player-name {
        padding-left: .5rem !important
    }

    .rankings-standard th.player-name {
        min-width: 80px;
        width: 130px;
        max-width: 120px
    }
}

@media screen and (min-width: 768px)and (max-width: 992px) {
    .rankings-standard .badge-radio-group .badge-radio-group-nav:not(.two) {
        justify-content: space-between
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav:not(.two)::before {
        width: 120px
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav.two {
        justify-content: space-around !important
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav .nav-item {
        width: 120px
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav.projections:not(.two)::before {
        left: 50%
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav.analysis::before {
        left: 100%
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav.projections.two::before {
        left: 50%
    }

    .rankings-standard .dropdown-toggle {
        flex-basis: 70%
    }
}

@media screen and (max-width: 768px) {
    .rankings-standard .underline-menu-print {
        display: none !important
    }

    .rankings-standard .main-ranking-div {
        overflow-x: scroll
    }

    .rankings-standard .main-ranking-div .sticky-blocking-div {
        width: 180px;
        background: #fff;
        position: absolute;
        z-index: 5;
        left: -6px
    }

    .rankings-standard table {
        height: 1px
    }

    .rankings-standard table th.player-modal-column {
        padding: 0 .25rem !important;
        min-width: 40px;
        max-width: 40px
    }

    .rankings-standard table td.player-modal-column:not(.tier-label-placeholder) {
        min-width: 40px;
        max-width: 40px;
        padding: 0 .35rem !important
    }

    .rankings-standard table td.player-name {
        display: flex;
        align-content: center;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column
    }

    .rankings-standard table td.player-name:not(.analysis) {
        max-width: 120px;
        min-width: 80px
    }

    .rankings-standard table td.player-name.analysis {
        max-width: 100px
    }

    .rankings-standard table th.player-name:not(.analysis) {
        max-width: 120px
    }

    .rankings-standard table th.player-name.analysis {
        max-width: 100px
    }

    .rankings-standard table .proj-games-played {
        max-width: 80px !important
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav:not(.two)::before {
        width: 30%
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav.two::before {
        width: 50%
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav .nav-item {
        width: min-content
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav.projections:not(.two)::before {
        left: 50%;
        transform: translate(-50%);
        width: 40%
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav.analysis::before {
        left: 100%;
        transform: translate(-100%)
    }

    .rankings-standard .badge-radio-group .badge-radio-group-nav.projections.two::before {
        left: 100%;
        transform: translate(-100%)
    }
}

@media screen and (max-width: 992px) {
    .rankings-standard .video-tutorial-link img {
        margin-right: .75rem
    }

    .rankings-standard .main-header h1 {
        font-size: 18px
    }

    .rankings-standard .main-header .last-updated {
        font-size: 10px
    }

    .rankings-standard th.customizable-column {
        min-width: 50px;
        width: 50px
    }

    .rankings-standard #tableHeader {
        opacity: 0;
        pointer-events: none
    }

    .rankings-standard .main-ranking-div {
        margin-bottom: 1.5rem;
        max-width: 1440px;
        overflow-x: scroll
    }

    .rankings-standard .table tr.player-row {
        height: 44px !important
    }

    .rankings-standard .table thead tr th .sortable-header {
        height: 40px;
        margin: .25rem 0
    }

    .rankings-standard .table thead tr th .sortable-header .column-title {
        line-height: .75rem;
        word-spacing: 10000px
    }

    .rankings-standard .table thead tr th .sortable-header .fas.fa-sort-up {
        top: 5px
    }

    .rankings-standard .table thead tr th .sortable-header .fas.fa-sort-down {
        bottom: 6px
    }

    .rankings-standard .table tr td {
        font-size: 11px;
        height: 100%
    }

    .rankings-standard .table tr td.bottom-line-column {
        font-size: 9px
    }

    .rankings-standard .table tr td.bottom-line-column p {
        text-align: left;
        margin: .25rem 0
    }

    .rankings-standard .table tr td.rank>div {
        display: flex;
        height: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: center
    }

    .rankings-standard .table th.three-d-value,
    .rankings-standard .table td.three-d-value {
        max-width: 40px;
        width: 40px;
        min-width: 40px;
        padding: 0 !important
    }

    .rankings-standard .table .player-modal-open-icon {
        align-items: center;
        width: 20px;
        height: 20px
    }

    .rankings-standard .table .player-modal-open-icon img {
        width: 10px !important
    }

    .rankings-standard .table td .team-logo {
        width: 28px;
        height: 28px;
        object-fit: cover;
        border-radius: 2px
    }

    .rankings-standard .table td .position-rank {
        font-size: 9px
    }

    .rankings-standard .table td .team-position-logo-container .position-rank,
    .rankings-standard .table td .team-position-logo-container span {
        font-size: 11px;
        font-weight: 400;
        color: #687087;
        line-height: 17px
    }

    .rankings-standard .table td.player-name>.player-name-inner {
        flex-direction: row
    }

    .rankings-standard .table td.player-name>.player-name-inner a {
        line-height: 13px;
        width: 100%
    }

    .rankings-standard .table .team-image-data-col {
        max-width: 30px;
        width: 30px
    }

    .rankings-standard .table th:not(.weekly-sos-table) {
        background-color: #fff;
        font-size: 10px
    }

    .rankings-standard .table tbody tr td.player-modal-column {
        left: 0px !important
    }

    .rankings-standard th.player-name,
    .rankings-standard td.player-name {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        z-index: 4 !important
    }

    .rankings-standard div.tier-colspan-row {
        width: 100vw;
        height: 20px !important;
        padding-left: 2rem;
        background: #043173;
        position: sticky;
        left: 0;
        align-items: flex-start !important
    }

    .rankings-standard tr.tier-colspan-row td {
        height: 19px;
        font-size: 9px !important
    }
}

@media screen and (max-width: 480px) {
    .rankings-standard .user-inputs-area .underline-menu {
        gap: 1rem !important
    }

    .rankings-standard .main-ranking-div {
        display: flex
    }
}

@media(max-width: 767px) {
    .rankings-standard .video-tutorial-link.btn {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start
    }

    .rankings-standard .video-tutorial-link.btn a {
        margin: 0px !important
    }

    .rankings-standard .video-tutorial-link.btn a div {
        display: none
    }

    .rankings-standard .video-tutorial-link {
        width: fit-content !important
    }
}

@media screen and (min-width: 992px) {
    .tooltip-toggle-container {
        width: 75px;
        height: 38px
    }

    .tooltip-toggle-container .tooltip-toggle-inner {
        justify-content: center
    }

    .tooltip-toggle-container .tooltip-toggle-inner p {
        font-size: 18px;
        margin-bottom: 0
    }
}

@media screen and (max-width: 992px) {
    .tooltip-toggle-container {
        width: 65px;
        height: 30px
    }

    .tooltip-toggle-container .tooltip-toggle-inner {
        justify-content: center
    }

    .tooltip-toggle-container .tooltip-toggle-inner img {
        width: 14px !important;
        height: 17px;
        margin-bottom: -2px
    }

    .tooltip-toggle-container .tooltip-toggle-inner p {
        font-size: 12px;
        margin-bottom: 0
    }
}

@media screen and (max-width: 992px) {
    .tooltip-list {
        font-size: .75rem
    }
}

.underline-menu .user-league-select-container .use-my-league-label {
    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: var(--ds-blue)
}

.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")
}

.player-filter .use-my-league-label {
    display: none
}

.player-filter .use-my-league-label+select#use-my-league-dropdown {
    width: 100%
}

#bestBallRankings {
    margin-top: 1rem
}

#bestBallRankings .user-inputs-area {
    margin-bottom: 1rem
}

@media screen and (max-width: 992px) {
    #bestBallRankings .user-inputs-area {
        font-size: 16px !important;
        justify-content: space-between
    }
}

@media screen and (max-width: 412px) {
    #bestBallRankings .user-inputs-area .menu-item:not(.after-items) {
        flex-basis: auto !important
    }

    #bestBallRankings .user-inputs-area .menu-item.after-items {
        flex-basis: auto !important;
        text-align: left
    }
}

#bestBallRankings .rankings-header .d-flex {
    margin-top: 1rem !important
}

@media screen and (min-width: 992px) {
    #bestBallRankings #mobile-header-sticky {
        display: none
    }
}

@media screen and (min-width: 992px) {
    #bestBallRankings {
        margin-top: 2rem
    }
}

@media screen and (max-width: 992px) {
    #bestBallRankings {
        margin-top: 1rem
    }

    #bestBallRankings th.customizable-column {
        min-width: 40px !important;
        width: 40px !important;
        max-width: 40px !important
    }

    #bestBallRankings th#floor_pts,
    #bestBallRankings th#sticky_floor_pts {
        max-width: 50px !important;
        min-width: 50px !important;
        width: 50px !important
    }

    #bestBallRankings .user-inputs-container,
    #bestBallRankings .container.order-container,
    #bestBallRankings .page-tooltips-list-container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

table.best-ball-rankings .team-image-header-col {
    max-width: 48px;
    width: 48px
}

table.best-ball-rankings td.ceiling-proj span,
table.best-ball-rankings td.floor-proj span {
    padding-top: 5px !important
}

@media screen and (min-width: 992px) {
    table.best-ball-rankings {
        table-layout: fixed
    }

    table.best-ball-rankings th.player-name {
        width: 350px;
        min-width: 350px;
        max-width: 350px
    }
}

@media screen and (max-width: 992px) {
    table.best-ball-rankings th.customizable-column:not(.three-d-value) {
        width: 50px;
        min-width: 50px
    }

    table.best-ball-rankings td.centered:not(.three-d-value) {
        width: 40px
    }

    table.best-ball-rankings th.customizable-column.three-d-value {
        min-width: unset;
        width: unset;
        width: 40px !important;
        max-width: 40px !important;
        min-width: 40px !important
    }

    table.best-ball-rankings th.floor-proj,
    table.best-ball-rankings th.ceiling-proj {
        width: 48px
    }

    table.best-ball-rankings td.three-d-value {
        width: 40px
    }
}

#mobile-header-sticky {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0rem !important
}

/*# sourceMappingURL=best-ball-rankings.css.map */