/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.is-hidden {
    display: none;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

a:hover {
    color: inherit;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

div[class*='c-header-cart-tooltip-content-body'] {
    width: 300px;
}

div[class*='c-ticket-combobox'] {
    width: 150px;
}

div[class*='Tickets_c-pick-ticket-wrap'] {
    box-shadow: none;
}

input[class*='SportbookSelector_c-sportbook-selector-input'] {
    font-size: 12px !important;
}

.c-pick-ticket {
    margin-bottom: 16px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.leagues-links {
    margin-bottom: 8px;
    /*padding: 8px 16px 16px 16px;*/
    font-size: 18px;
    text-align: center;
}

    .leagues-links a {
        padding-right: 8px;
    }

@media (min-width: 768px) {
    .leagues-links {
        width: 600px !important;
        margin: 0 auto;
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 600px) {
    .form-center {
        max-width: 800px;
    }
}

.form-center {
    margin: 0 auto;
}

.logo {
    width: 150px;
}

.c-burger-menu-container {
    background-color: #262626 !important;
    margin-bottom: 0;
    position: fixed !important;
    height: 100%;
    overflow-y: scroll !important;
    top: 60px;
    left: 0;
    width: 100% !important;
    z-index: 9000;
    transition: all 0.3s ease-in, background 0.5s ease-in;
}

p[class*='BurgerMenu_c-menu-section-heading'],
p[class*='BurgerMenuV2_c-menu-section-heading'] {
    margin-bottom: 4px !important;
}

.c-header-menu-wrap {
    /*flex: 1;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-header-menu {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 768px) {
    .c-header-menu {
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: /*$header-height*/ 50px;
        overflow: hidden;
        display: flex;
        align-items: center;
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .c-header-menu-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        background-color: #fff;
    }

    .c-header-menu {
        align-self: start;
        width: 250px;
        padding-left: 50px;
    }
}

.c-header-menu-item {
    display: inline-block;
    z-index: 100;
    cursor: pointer;
}

.c-header-menu-item-link {
    font-size: 14px;
    color: #000/*$menu-textColor*/;
    text-decoration: none;
    /*padding: 0 16px;*/
    display: flex;
    align-items: center;
}

button[class*=Filter_c-systems-filter-period-btn],
button[class*=Block_c-value-props-header-filters-btn] {
    font-size: 12px !important;
}

@media (max-width: 768px) {
    .c-header-menu-item-link {
        padding: 0;
    }
}

    .c-header-menu-item-link:hover {
        color: #333333;
    }

    .c-header-menu-item-link.is-selected {
        background: #333333;
    }

    .c-header-menu-item--topLevel {
        text-transform: uppercase;
        padding: 0.5rem 1rem;
    }

@media (max-width: 768px) {
    .c-header-menu-item--topLevel {
        padding: 0.5rem 1rem;
    }
}

        .c-header-menu-item--topLevel > .c-header-menu-item-link {
            /*height: 50px*/ /*$header-height*/;
        }

            .c-header-menu-item--topLevel > .c-header-menu-item-link:hover + .c-header-submenu {
                display: block;
            }

            .c-header-menu-item--topLevel > .c-header-menu-item-link:hover .c-header-menu-item-chevron {
                transform: rotate(180deg);
            }

    .c-header-submenu {
        margin: 0;
        padding: 0;
        display: none;
        background-color: #fff /*$menu-bgColor*/;
    }

        .c-header-submenu:hover {
            display: block;
        }

@media (min-width: 768px) {
    .c-header-submenu {
        position: absolute;
    }
}

    li.c-header-menu-item {
        display: block;
        text-transform: none;
    }

    a.c-header-menu-item-link {
        /*border-top: 1px solid #000;*/
        height: 40px;
        line-height: 40px;
    }

    .c-header-menu-item-chevron {
        margin-left: 6px;
        font-size: 10px;
        transition: all 0.3s ease-out;
    }


    .navbar-nav {
        justify-content: flex-end;
    }

    .nav-header {
        background-color: #212146 !important;
    }

    .nav-footer {
        background-color: #212146 !important;
    }

    .nav-link {
        font-size: 14px;
        color: #fff !important;
    }

    .user-menu-mobile {
        display: none;
    }

    .user-menu-container {
        display: inline;
    }

    @media (max-width: 768px) {
        .navbar-nav .nav-link {
            padding-right: 4px;
            text-align: left;
            padding-left: 50px;
        }

        .navbar-nav {
            display: block;
        }

        .nav-item {
            float: left;
            height: 20px;
            margin: 0 10px 10px 0;
            width: 150px;
        }

        li.nav-item:nth-child(even) {
            margin-right: 0;
        }

        .user-menu-mobile {
            display: inline;
            margin-left: auto;
            margin-right: 16px;
        }

        .user-menu-container {
            display: none;
        }
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(../img/menu-toggle-light.svg);
    }

    .display-4 {
        font-size: 32px;
        margin-bottom: 8px;
    }

    @media (min-width: 768px) {
        .display-4 {
            font-size: 38px;
            margin-bottom: 12px;
        }
    }

    button {
        -webkit-appearance: none;
    }

    @media (max-width: 768px) {
    }

    .user-menu {
        margin-left: 0;
    }

    @media (min-width: 768px) {
        .user-menu {
            margin-left: 16px;
        }
    }

@media (max-width: 768px) {
    .sk-user-menu-profile-button {
        display: none !important;
    }
}

.sk-widget[data-widget-name="odds-comparison"] thead {
    position: sticky;
    top: 70px;
    background-color: var(--sk-table-background-color);
    z-index: 99999999;
}

.sk-filter-league-tile-selected {
    border: 1px solid var(--sk-secondary-color) !important;
}

@media (max-width: 768px) {
    .sk-filter-league-tile:hover {
        background-color: transparent !important;
    }

    .sk-filter-league-tile-selected {
        background-color: transparent !important;
    }
}

.value-pick-key-filter {
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    p[class*=ValuePicks_key-filters-tileName] {
        font-size: 12px !important;
    }
}

/*

a.sk-user-menu-button {
    border-color: #ffc131 !important;
    background-color: #ffc131 !important;
    color: #000 !important;
    text-decoration: none;
}

a.sk-user-menu-button:hover:not(:disabled) {
    border-color: #fbc853 !important;
    background-color: #fbc853 !important;
    color: #000 !important;
    text-decoration: none;
}

.sk-user-menu-profile-button {
    border-color: #ffc131 !important;
    background-color: #ffc131 !important;
    color: #000 !important;
    text-decoration: none;
}

.sk-user-menu-profile-button:hover:not(:disabled) {
    border-color: #fbc853 !important;
    background-color: #fbc853 !important;
    color: #000 !important;
    text-decoration: none;
}

.sk-value-pick-game-cell {
    text-align: center;
    align-items: center;
}

.sk-filter-league-tile-selected {
    background-color: #0F0F2E !important;
}

.sk-table-mobile-row {
    text-align: center !important;
}

.sk-table-mobile-row-label {
    top: 35% !important;
}

@media (min-width: 768px) {

    .sk-table-mobile-row {
        text-align: left !important;
    }
}

button.sk-value-pick-button:hover:not(:disabled) {
    background-color: #fbc853 !important;
    color: #000 !important;
}

a.sk-value-pick-matchup-link {
    border-color: #ffc131 !important;
    background-color: #fff !important;
    color: #000 !important;
}

a.sk-value-pick-matchup-link:hover {
    background-color: #efefef !important;
    text-decoration: none;
}

a.sk-match-preview-matchup-link {
    border-color: #ffc131 !important;
    background-color: #fff !important;
    color: #000 !important;
}

a.sk-value-pick-matchup-link:hover:not(:disabled) {
    background-color: #efefef !important;
    text-decoration: none;
    color: #000 !important;
}

*/
.c-ticker {
    margin-bottom: 8px;
}

    @media (min-width: 768px) {
        .c-ticker {
            margin-bottom: 16px;
        }

        .navbar .container {
            max-width: 1300px;
        }
    }

    body > .container {
        padding-top: 70px;
        background-color: #fff;
        padding-left: 4px;
        padding-right: 4px;
    }

    @media (min-width: 768px) {
        body > .container {
            padding-left: 0;
            padding-right: 0;
            padding-top: 80px;
        }
    }

    .odds-compar-custom {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    @media (min-width: 768px) {
        .odds-compar-custom {
            width: 600px;
        }
    }

    /* sk */

    @media (min-width: 768px) {
        .demosk-styles .leagues-links {
            width: 100% !important;
        }
    }

    .demosk-styles .nav-header,
    .demosk-styles .nav-footer {
        background-color: #fff !important;
    }

    .demosk-styles .logo {
        width: 40px;
    }

    .demosk-styles .nav-link {
        color: #000 !important;
    }

    .demosk-styles .navbar-light .navbar-toggler-icon {
        background-image: url(../img/menu-toggle-dark.svg);
    }

    

    /* docsports */

    .docsports-styles {
        background-color: #8e140d;
    }
    
        body.docsports-styles > .container {
            padding-top: 80px;
        }

        .docsports-styles .nav-header,
        .docsports-styles .nav-footer,
        .docsports-styles .c-header-submenu,
        .docsports-styles .c-header-menu-wrap {
            background-color: #161616 !important;
        }

        .docsports-styles .c-header-menu-wrap {
            top: 60px;
        }

        .docsports-styles .user-menu,
        .docsports-styles .user-menu-mobile > div {
            background-color: #161616 !important;
        }

        .docsports-styles .nav-link,
        .docsports-styles .c-header-menu-item-link {
            color: #aeaeae !important;
        }

        .docsports-styles .logo {
            width: 80px;
        }

        .docsports-styles a.sk-user-menu-button {
            border-color: #8e140d !important;
            background-color: #8e140d !important;
            color: #fff !important;
            text-decoration: none;
            border-radius: 25px !important;
        }

            .docsports-styles a.sk-user-menu-button:hover:not(:disabled) {
                border-color: #8e140d !important;
                background-color: #8e140d !important;
                color: #fff !important;
                text-decoration: none;
            }

        .docsports-styles .sk-user-menu-profile-button {
            border-color: #8e140d !important;
            background-color: #8e140d !important;
            color: #fff !important;
            text-decoration: none;
            border-radius: 25px !important;
        }

            .docsports-styles .sk-user-menu-profile-button:hover:not(:disabled) {
                border-color: #8e140d !important;
                background-color: #8e140d !important;
                color: #fff !important;
                text-decoration: none;
            }

        .docsports-styles .sk-tab-btn__active {
            background-color: #fff !important;
            color: #a70d00 !important;
            border: 1px solid #a70d00 !important;
        }

        .docsports-styles button[class*='Filter_c-systems-filter-period-btn__active'] {
            background-color: #a70d00 !important;
        }

        .docsports-styles .sk-btn-pro {
            border-radius: 25px !important;
            width: 100px;
        }

        .docsports-styles .sk-burger-menu-tile {
            background-color: #a70d00;
        }

/*body .sk-widget[data-widget-name="user-settings"].playerprofiler-theme .InputElement {
    color: #000;
}*/
body .sk-widget.gingerbets-theme {
    --sk-background-color: #31634b;
    --sk-panel-head-background-color: #426c58;
    --sk-panel-head-background-color-highlight: #426c58;
    --sk-panel-head-color: #eef1f7;
    --sk-panel-content-background-color: #74a18b;
    --sk-panel-content-background-color-highlight: #426c58;
    --sk-border-color: #426c58;
    --sk-border-color-hover: #426c58;
    --sk-text-color: #fff;
    --sk-text-color-minor: #b4bfd3;
    --sk-text-color-highlight: #eef1f7;
    --sk-table-background-color: #426c58;
    --sk-table-header-background-color: #426c58;
    --sk-table-header-text-color: #fff;
    --sk-table-row-odd-background-color: #426c58;
    --sk-form-control-background-color: #dbe8ff;
    --sk-form-control-text-color: #000;
    --sk-tooltip-background-color: #333;
    --sk-tooltip-text-color: #f5f5f5;
    --sk-link-color: #ff5f01;
    --sk-error-color: #e40000;
    --sk-primary-color: #ff5f01;
    --sk-secondary-color: #ff5f01;
    --sk-btn-primary-text-color: #fff;
    --sk-btn-secondary-text-color: #fff;
    --sk-btn-border-radius: 25px;
    --sk-btn-disabled-background-color: #b2b2b2;
    --sk-btn-disabled-color: #262626;
    --sk-table-border-color: #31634b;
}

    .gingerbets-styles {
        background-color: #31634b;
    }

        .gingerbets-styles .logo {
            width: 60px;
            border-radius: 50%;
        }

        .gingerbets-styles .display-4 {
            color: #fff;
        }

        .gingerbets-styles .text-content {
            color: #fff;
        }

        .gingerbets-styles .container {
            background-color: #31634b;
        }

        .gingerbets-styles .nav-header,
        .gingerbets-styles .nav-footer,
        .gingerbets-styles header .container,
        .gingerbets-styles footer .container,
        .gingerbets-styles .user-menu-mobile > div {
            background-color: #426c58 !important;
        }

        .gingerbets-styles .border-bottom {
            border-bottom: 1px solid #31634b !important;
        }

        .gingerbets-styles .user-menu {
            background-color: transparent !important;
        }

        .gingerbets-styles .nav-link {
            color: #fff !important;
        }

        .gingerbets-styles a.sk-user-menu-button {
            border-color: #ff5f01 !important;
            background-color: #ff5f01 !important;
            color: #fff !important;
            text-decoration: none;
            border-radius: 6px !important;
        }

            .gingerbets-styles a.sk-user-menu-button:hover:not(:disabled) {
                border-color: #ff5f01 !important;
                background-color: #ff5f01 !important;
                color: #fff !important;
                text-decoration: none;
            }

        .gingerbets-styles .sk-user-menu-profile-button {
            border-color: #0079bf !important;
            background-color: #0079bf !important;
            color: #fff !important;
            text-decoration: none;
            border-radius: 6px !important;
        }

            .gingerbets-styles .sk-user-menu-profile-button:hover:not(:disabled) {
                border-color: #ff5f01 !important;
                background-color: #ff5f01 !important;
                color: #fff !important;
                text-decoration: none;
            }

        .gingerbets-styles div[class*='GameFilter'] input[class^=TextInput_text-input] {
            color: #000;
        }

        .gingerbets-styles input[class^=DatePicker_date-picker-input] {
            color: #000;
        }

        .gingerbets-styles .footer-logo {
            width: 20px;
            height: 20px;
            margin-right: 4px;
        }

        .gingerbets-styles .footer-blocks {
            display: flex;
            justify-content: space-between;
        }

        .gingerbets-styles .footer-blocks-links-list {
            display: flex;
            list-style: none;
            margin-bottom: 0;
        }

        .gingerbets-styles .footer-blocks-links-list-item {
            margin-right: 10px;
        }

            .gingerbets-styles .footer-blocks-links-list-item a {
                color: #fff;
            }

    @media (max-width: 768px) {
        .nav-item {
            width: 160px;
        }

        .gingerbets-styles .navbar-nav .nav-link {
            padding-left: 40px;
        }
    }

    .gingerbets-styles .footer-blocks-links-list-item a {
        color: #fff;
    }

    .gingerbets-styles img[class^=Team_c-team-logo] {
        background-color: #fff;
    }

    .gingerbets-styles img[class^=Team_c-team-logo-wrap] {
        background-color: #fff;
    }

    .gingerbets-styles img[class^=ValuePropCard_c-value-prop-card-img] {
        background-color: #fff;
        padding: 8px;
    }

    body .sk-widget.livebettingvalue-theme {
        --sk-background-color: #5389f6;
        --sk-panel-head-background-color: #002368;
        --sk-panel-head-background-color-highlight: #002368;
        --sk-panel-head-color: #eef1f7;
        --sk-panel-content-background-color: #2a5ab8;
        --sk-panel-content-background-color-highlight: #002368;
        --sk-border-color: #002368;
        --sk-border-color-hover: #002368;
        --sk-text-color: #fff;
        --sk-text-color-minor: #b4bfd3;
        --sk-text-color-highlight: #eef1f7;
        --sk-table-background-color: #002368;
        --sk-table-header-background-color: #002368;
        --sk-table-header-text-color: #fff;
        --sk-table-row-odd-background-color: #002368;
        --sk-form-control-background-color: #dbe8ff;
        --sk-form-control-text-color: #000;
        --sk-tooltip-background-color: #333;
        --sk-tooltip-text-color: #f5f5f5;
        --sk-link-color: #c0032c;
        --sk-error-color: #e40000;
        --sk-primary-color: #c0032c;
        --sk-secondary-color: #c0032c;
        --sk-btn-primary-text-color: #fff;
        --sk-btn-secondary-text-color: #fff;
        --sk-btn-border-radius: 25px;
        --sk-btn-disabled-background-color: #b2b2b2;
        --sk-btn-disabled-color: #262626;
        --sk-table-border-color: #31634b;
    }

    .livebettingvalue-styles {
        background-color: #5389f6;
    }

        .livebettingvalue-styles .logo {
            width: 60px;
            border-radius: 50%;
        }

        .livebettingvalue-styles .display-4 {
            color: #000;
        }

        .livebettingvalue-styles .text-content {
            color: #fff;
        }

        .livebettingvalue-styles .container {
            background-color: #5389f6;
        }

        .livebettingvalue-styles .nav-header,
        .livebettingvalue-styles .nav-footer,
        .livebettingvalue-styles header .container,
        .livebettingvalue-styles footer .container,
        .livebettingvalue-styles .user-menu-mobile > div {
            background-color: #002368 !important;
        }

        .livebettingvalue-styles .border-bottom {
            border-bottom: 1px solid #31634b !important;
        }

        .livebettingvalue-styles .user-menu {
            background-color: transparent !important;
        }

        .livebettingvalue-styles .nav-link {
            color: #fff !important;
        }

        .livebettingvalue-styles a.sk-user-menu-button {
            border-color: #c0032c !important;
            background-color: #c0032c !important;
            color: #fff !important;
            text-decoration: none;
            border-radius: 6px !important;
        }

            .livebettingvalue-styles a.sk-user-menu-button:hover:not(:disabled) {
                border-color: #c0032c !important;
                background-color: #c0032c !important;
                color: #fff !important;
                text-decoration: none;
            }

        .livebettingvalue-styles .sk-user-menu-profile-button {
            border-color: #c0032c !important;
            background-color: #c0032c !important;
            color: #fff !important;
            text-decoration: none;
            border-radius: 6px !important;
        }

            .livebettingvalue-styles .sk-user-menu-profile-button:hover:not(:disabled) {
                border-color: #c0032c !important;
                background-color: #c0032c !important;
                color: #fff !important;
                text-decoration: none;
            }

        .livebettingvalue-styles div[class*='GameFilter'] input[class^=TextInput_text-input] {
            color: #fff;
        }

        .livebettingvalue-styles input[class^=DatePicker_date-picker-input] {
            color: #fff;
        }

        .livebettingvalue-styles .footer-logo {
            width: 20px;
            height: 20px;
            margin-right: 4px;
        }

        .livebettingvalue-styles .footer-blocks {
            display: flex;
            justify-content: space-between;
        }

        .livebettingvalue-styles .footer-blocks-links-list {
            display: flex;
            list-style: none;
            margin-bottom: 0;
        }

        .livebettingvalue-styles .footer-blocks-links-list-item {
            margin-right: 10px;
        }

            .livebettingvalue-styles .footer-blocks-links-list-item a {
                color: #fff;
            }

    @media (max-width: 768px) {
        .nav-item {
            width: 160px;
        }

        .livebettingvalue-styles .navbar-nav .nav-link {
            padding-left: 40px;
        }
    }

    .livebettingvalue-styles .footer-blocks-links-list-item a {
        color: #fff;
    }

    .livebettingvalue-styles img[class^=Team_c-team-logo] {
        background-color: #fff;
    }

    .livebettingvalue-styles img[class^=Team_c-team-logo-wrap] {
        background-color: #fff;
    }

    .livebettingvalue-styles img[class^=ValuePropCard_c-value-prop-card-img] {
        background-color: #fff;
        padding: 8px;
    }

    /* playbyplay */

    body .sk-widget.playbyplay-theme {
        --sk-background-color: #fff;
        --sk-panel-box-shadow-transparency: 0.15;
        --sk-panel-head-background-color: #222222;
        --sk-panel-head-background-color-highlight: #222222;
        --sk-panel-head-color: #fff;
        --sk-panel-content-background-color: #eeeeee;
        --sk-panel-content-background-color-highlight: #222222;
        --sk-border-radius: 5px;
        --sk-border-color: #ccc;
        --sk-border-color-hover: #006ac7;
        --sk-text-color: #000;
        --sk-text-color-minor: #fff;
        --sk-text-color-highlight: #fff;
        --sk-table-background-color: #eeeeee;
        --sk-table-header-background-color: #222222;
        --sk-table-header-text-color: #fff;
        --sk-table-row-odd-background-color: #eeeeee;
        --sk-form-control-background-color: #f3f3f3;
        --sk-form-control-text-color: #000;
        --sk-tooltip-background-color: #333;
        --sk-tooltip-text-color: #f5f5f5;
        --sk-link-color: #e2b740;
        --sk-error-color: #e40000;
        --sk-primary-color: #e2b740;
        --sk-secondary-color: #006ac7;
        --sk-btn-primary-text-color: #fff;
        --sk-btn-secondary-text-color: #fff;
        --sk-btn-border-radius: 25px;
        --sk-btn-disabled-background-color: #b2b2b2;
        --sk-btn-disabled-color: #262626;
        --sk-table-border-color: #ccc;
    }

    .playbyplay-styles {
        background-color: #fff;
    }

        .playbyplay-styles a:hover {
            text-decoration: none;
        }

        .playbyplay-styles .logo {
            width: 150px;
        }

        .playbyplay-styles .display-4 {
            color: #000;
        }

        .playbyplay-styles .text-content {
            color: #000;
        }

        .playbyplay-styles .container {
            background-color: #fff;
        }

        .playbyplay-styles .nav-header,
        .playbyplay-styles .nav-footer,
        .playbyplay-styles header .container,
        .playbyplay-styles footer .container,
        .playbyplay-styles .user-menu-mobile > div {
            background-color: #222222 !important;
        }

        .playbyplay-styles .border-bottom {
            border-bottom: 1px solid #31634b !important;
        }

        .playbyplay-styles .user-menu {
            background-color: transparent !important;
        }

        .playbyplay-styles .nav-link {
            color: #fff !important;
        }

        .playbyplay-styles a.sk-user-menu-button {
            border-color: #e2b740 !important;
            background-color: #e2b740 !important;
            color: #fff !important;
            text-decoration: none;
            border-radius: 6px !important;
        }

            .playbyplay-styles a.sk-user-menu-button:hover:not(:disabled) {
                border-color: #e2b740 !important;
                background-color: #e2b740 !important;
                color: #fff !important;
                text-decoration: none;
            }

        .playbyplay-styles .sk-user-menu-profile-button {
            border-color: #0079bf !important;
            background-color: #0079bf !important;
            color: #fff !important;
            text-decoration: none;
            border-radius: 6px !important;
        }

            .playbyplay-styles .sk-user-menu-profile-button:hover:not(:disabled) {
                border-color: #e2b740 !important;
                background-color: #e2b740 !important;
                color: #fff !important;
                text-decoration: none;
            }

        .playbyplay-styles div[class*='GameFilter'] input[class^=TextInput_text-input] {
            color: #fff;
        }

        .playbyplay-styles input[class^=DatePicker_date-picker-input] {
            color: #fff;
        }

        .playbyplay-styles .footer-logo {
            width: 20px;
            height: 20px;
            margin-right: 4px;
        }

        .playbyplay-styles .footer-blocks {
            display: flex;
            justify-content: space-between;
        }

        .playbyplay-styles .footer-blocks-links-list {
            display: flex;
            list-style: none;
            margin-bottom: 0;
        }

        .playbyplay-styles .footer-blocks-links-list-item {
            margin-right: 10px;
        }

            .playbyplay-styles .footer-blocks-links-list-item a {
                color: #fff;
            }

    @media (max-width: 768px) {
        .nav-item {
            width: 160px;
        }

        .playbyplay-styles .navbar-nav .nav-link {
            padding-left: 40px;
        }
    }

    .playbyplay-styles .footer-blocks-links-list-item a {
        color: #fff;
    }

    .playbyplay-styles img[class^=Team_c-team-logo] {
        background-color: #eeeeee;
    }

    .playbyplay-styles img[class^=Team_c-team-logo-wrap] {
        background-color: #eeeeee;
    }

    .playbyplay-styles img[class^=ValuePropCard_c-value-prop-card-img] {
        background-color: #eeeeee;
        padding: 8px;
    }

    .playbyplay-styles div[class^=Teams_c-teams],
    .playbyplay-styles span[class^=League_c-league-name],
    .playbyplay-styles time[class^=Card_c-card-date],
    .playbyplay-styles .sk-injuries-block-header-player,
    .playbyplay-styles .sk-injuries-block-body-tile-value {
        color: #000;
    }

    .playbyplay-styles div[class^=ValuePickCard_c-value-pick-card-measure-label],
    .playbyplay-styles div[class^=ValuePropCard_c-value-pick-card-measure-label],
    .playbyplay-styles span[class^=ValuePropCard_c-value-prop-card-party-name],
    .playbyplay-styles span[class^=ValuePropCard_c-value-prop-card-party-position],
    .playbyplay-styles span[class^=Item_w-odds-analytics-time] time,
    .playbyplay-styles h2[class^=Block_c-price-panel-text-block-heading],
    .playbyplay-styles div[class^=UserCard_c-system-card-body-property-label],
    .playbyplay-styles div[class^=SystemCard_c-system-card-body-property-label] {
        color: #000;
    }

    .playbyplay-styles .sk-injuries-block-tab-content,
    .playbyplay-styles div[class^=Bet_c-bet],
    .playbyplay-styles div[class^=Block_c-price-panel] {
        background-color: #ccc;
    }

    .playbyplay-styles div[class^=Injuries_c-injuries-header] span[class^=League_c-league-name] {
        color: #fff;
    }

    .playbyplay-styles div[class^=PickNetBlock_c-pick-net-block] {
        color: #fff;
        background-color: #3d3d3d;
        border-radius: 5px;
    }

body .sk-widget.mlbdata-theme {
    --sk-background-color: #fff;
    --sk-panel-head-background-color: #3c3b6e;
    --sk-panel-head-background-color-highlight: #3c3b6e;
    --sk-panel-head-color: #eef1f7;
    --sk-panel-content-background-color: #fff;
    --sk-panel-content-background-color-highlight: #e7e6f7;
    --sk-border-color: #eee;
    --sk-border-color-hover: #eee;
    --sk-text-color: #000;
    --sk-text-color-minor: #000;
    --sk-text-color-highlight: #000;
    --sk-table-background-color: #e7e6f7;
    --sk-table-header-background-color: #3c3b6e;
    --sk-table-header-text-color: #fff;
    --sk-table-row-odd-background-color: #fff;
    --sk-form-control-background-color: #dbe8ff;
    --sk-form-control-text-color: #000;
    --sk-tooltip-background-color: #333;
    --sk-tooltip-text-color: #f5f5f5;
    --sk-link-color: #3c3b6e;
    --sk-error-color: #e40000;
    --sk-primary-color: #3c3b6e;
    --sk-secondary-color: #b22234;
    --sk-btn-primary-text-color: #fff;
    --sk-btn-secondary-text-color: #fff;
    --sk-btn-border-radius: 25px;
    --sk-btn-disabled-background-color: #b2b2b2;
    --sk-btn-disabled-color: #262626;
    --sk-table-border-color: #eee;
}

.mlbdata-styles {
    background-color: #fff;
}

    .mlbdata-styles .logo {
        width: 40px;
        border-radius: 50%;
    }

    .mlbdata-styles .display-4 {
        color: #000;
    }

    .mlbdata-styles .text-content {
        color: #fff;
    }

    .mlbdata-styles .container {
        background-color: #fff;
    }

    .mlbdata-styles .nav-header,
    .mlbdata-styles .nav-footer,
    .mlbdata-styles header .container,
    .mlbdata-styles footer .container,
    .mlbdata-styles .user-menu-mobile > div,
    .mlbdata-styles .c-header-submenu {
        background-color: #3c3b6e !important;
    }

    .mlbdata-styles .border-bottom {
        border-bottom: 1px solid #3c3b6e !important;
    }

    .mlbdata-styles .user-menu {
        background-color: transparent !important;
    }

    .mlbdata-styles .nav-link,
    .mlbdata-styles .c-header-menu-item-link {
        color: #fff !important;
        font-weight: 600;
    }

    .mlbdata-styles a.sk-user-menu-button {
        border-color: #b22234 !important;
        background-color: #b22234 !important;
        color: #fff !important;
        text-decoration: none;
        border-radius: 6px !important;
    }

        .mlbdata-styles a.sk-user-menu-button:hover:not(:disabled) {
            border-color: #b22234 !important;
            background-color: #b22234 !important;
            color: #fff !important;
            text-decoration: none;
        }

    .mlbdata-styles .sk-user-menu-profile-button {
        border-color: #b22234 !important;
        background-color: #b22234 !important;
        color: #fff !important;
        text-decoration: none;
        border-radius: 6px !important;
    }

        .mlbdata-styles .sk-user-menu-profile-button:hover:not(:disabled) {
            border-color: #b22234 !important;
            background-color: #b22234 !important;
            color: #fff !important;
            text-decoration: none;
        }

    .mlbdata-styles div[class*='GameFilter'] input[class^=TextInput_text-input] {
        color: #fff;
    }

    .mlbdata-styles input[class^=DatePicker_date-picker-input] {
        color: #fff;
    }

    .mlbdata-styles .footer-logo {
        width: 20px;
        height: 20px;
        margin-right: 4px;
    }

    .mlbdata-styles .footer-blocks {
        display: flex;
        justify-content: space-between;
    }

    .mlbdata-styles .footer-blocks-links-list {
        display: flex;
        list-style: none;
        margin-bottom: 0;
    }

    .mlbdata-styles .footer-blocks-links-list-item {
        margin-right: 10px;
    }

        .mlbdata-styles .footer-blocks-links-list-item a {
            color: #fff;
        }

@media (max-width: 768px) {
    .nav-item {
        width: 160px;
    }

    .mlbdata-styles .navbar-nav .nav-link {
        padding-left: 40px;
    }
}

.mlbdata-styles .footer-blocks-links-list-item a {
    color: #fff;
}

.mlbdata-styles img[class^=Team_c-team-logo] {
    background-color: #fff;
}

.mlbdata-styles img[class^=Team_c-team-logo-wrap] {
    background-color: #fff;
}

.mlbdata-styles img[class^=ValuePropCard_c-value-prop-card-img] {
    background-color: #fff;
    padding: 8px;
}

/* docswidgets */

.docswidgets-styles {
    background-color: #8e140d;
}

    .docswidgets-styles .nav-header,
    .docswidgets-styles .nav-footer {
        background-color: #161616 !important;
    }

    .docswidgets-styles .user-menu,
    .docswidgets-styles .user-menu-mobile > div {
        background-color: #161616 !important;
    }

    .docswidgets-styles .nav-link {
        color: #aeaeae !important;
    }

    .docswidgets-styles .logo {
        width: 80px;
    }

    .docswidgets-styles a.sk-user-menu-button {
        border-color: #8e140d !important;
        background-color: #8e140d !important;
        color: #fff !important;
        text-decoration: none;
        border-radius: 25px !important;
    }

        .docswidgets-styles a.sk-user-menu-button:hover:not(:disabled) {
            border-color: #8e140d !important;
            background-color: #8e140d !important;
            color: #fff !important;
            text-decoration: none;
        }

    .docswidgets-styles .sk-user-menu-profile-button {
        border-color: #8e140d !important;
        background-color: #8e140d !important;
        color: #fff !important;
        text-decoration: none;
        border-radius: 25px !important;
    }

        .docswidgets-styles .sk-user-menu-profile-button:hover:not(:disabled) {
            border-color: #8e140d !important;
            background-color: #8e140d !important;
            color: #fff !important;
            text-decoration: none;
        }

    .docswidgets-styles .sk-tab-btn__active {
        background-color: #fff !important;
        color: #a70d00 !important;
        border: 1px solid #a70d00 !important;
    }
