[x-cloak] { 
    display: none !important; 
}



html {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;
}

body {
    font-family: "Roboto", Arial;
}

body,
.sticky-footer-wrapper {
    min-height: 100vh;
}

.cursor-pointer {
    cursor: pointer;
}

.flex-fill {
    flex: 1 1 auto;
}

.hidden {
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.visible {
    display: block; /* or flex, grid, etc., depending on your layout */
    opacity: 1;
}

.no-wrap {
    white-space: nowrap;
}


.small-text {
    font-size: 1.1rem;
}

.subtext {
    font-size: 1.0rem;
    font-weight: 300;
}

.general-header-inverse,
.subtext-inverse {
    color: #333;
}

.footer-tab {
    padding-right: 30px;
}

.twitter-blue {
    color: #0084b4;
}

a:link,
a:visited {
    color: black;
}


.btn-primary {
    color: #222;
    background-color: #32f7b3;
    border-color: #32f7b3;
    font-weight:bold;
}
.btn-primary:hover {
    background-color: #17d190;
    border-color: #17d190;
}

.notice {
    background-color: #ff5d5d;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-weight: bold;
    color: #FFF;
}

.venue-details .venue_name {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.vegas-logo {
    width: 100px;
}

.player-on-field {
    font-size: 0.6rem;
    color: #ff4444;
    vertical-align: middle;
    color: #ababab;
}

.green {
    color: #34b78b;
}

.red {
    color: #ff4444;
}

.page-container {
    padding-top: 20px;
}

h6 {
    font-weight: 600;
}

.light-grey {
    color: #d4d4d4;
}

.dim-opacity {
    opacity: 0.2;
}


.quick-search:focus,
.team-search:focus,
.filter-with-player-search:focus,
#teams_dropdown:focus,
#players_dropdown:focus {
    outline: none;
}

select,
.quick-search,
.team-search {
    text-transform: uppercase;
    padding: 10px;
    background-color: #EEF;
    border: 0px;
    margin-right: 20px;
    min-width: 300px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.citb-container,
.calc-result-container {
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
}

.calc-result-container {
    color: #d2d2d2;
    ;
}

.calc-citb,
.calc-result {
    text-transform: uppercase;
    padding: 10px 22px 10px 10px;
    background-color: #fff;
    border: 0px;
    width: 100%;
    border-radius: 10px;
    text-align: right;
    margin-bottom: 10px;
    height: 40px;
}

.dollar-symbol {
    position: absolute;
    left: 10px;
    top: 10px;
}

.grand-symbol {
    position: absolute;
    right: 10px;
    top: 11px;
}

.btn-trade-calc {
    text-transform: uppercase;
    padding: 10px;
    background-color: #EEF;
    border: 0px;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: 0.3s ease;
}


.btn-trade-calc:hover {
    background-color: #222;
    color: #fff;
}

.btn-trade-calc.on {
    background-color: #32f7b3;
}

.trade-calc-container {
    display: none;
}

.trade-calc-inner {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background-color: #f5f5fd;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0;
}

.trade-calc-inner .col-cash,
.trade-calc-inner .col-trades {
    margin-bottom: 10px;
    min-height: 100px;
    font-weight: bold;
    color: #777777;
    flex: 1;
}

.trade-calc-inner .col-cash h5,
.trade-calc-inner .col-trades h5 {
    font-size: 11px;
}

.trade-calc-inner input {
    width: 100%;
}

.trade-calc-buttons {
    display: flex;
    gap: 2px;
    justify-content: space-between;
    
}

.trade-calc-player-option {
    font-weight:normal;
    display: flex;
    gap: 2px;
    justify-content: space-between;
}

.trade-calc-player-option div {
    display: flex;
    gap: 2px;
}

.trade-calc-player-option-position, .top-stats-positions {
    color: #bdbdbd;
}

.trade-calc-player-option:hover {
    background-color: #e5e5ff;
}

.trade-calc-dropdown {
    position: absolute;
    z-index: 50;
    background-color: #eeeeff;
    margin-top: -5px;
}

.calc-player-container {
    text-transform: uppercase;
    padding: 10px;
    background-color: #EEF;
    border: 0px;
    margin-bottom: 10px;
    border-radius: 10px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.calc-player-inner {
    position: relative;
    color: #222;
    font-weight: 500;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

.calc-player-inner-cost {
    font-weight: 300;
}

.calc-remove {
    position: absolute;
    right: 0px;
    top: 2px;
}

.calc-remove:hover {
    cursor: pointer;
    color: white;
}

.calc-trade-out .calc-player-container.selected {
    border: 1px solid #f23535;
}

.calc-trade-in .calc-player-container.selected {
    border: 1px solid #35f235;
}



.quick-search-container,
.team-search-container {
    position: relative;
    display: inline-block;
}

.quick-search-container .results,
.team-search-container .results {
    display: none;
    position: absolute;
    background-color: #e4e5ff;
    text-transform: uppercase;
    padding: 0;
    border: 0px;
    min-width: 300px;
    z-index: 10000;
}

.results-player {
    font-size: 1.1rem;
    padding: 5px 10px;
    position: relative;
    margin: 0px;
    border-bottom: 1px solid white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.results-player .right {
    gap: 2px;
    display: flex;
    align-items: center;
}

.results-player .cost {
    padding: 0 2px;
}



.dropdown-filter-with-player {
    position: relative;
    display: inline-block;
}

.filter-with-player-remove {
    display: none;
    position: absolute;
    background-color: #d5d5d5;
    padding: 0;
    border: 0px;
    width: 15px;
    height: 15px;
    z-index: 10000;
    top: 10px;
    right: 5px;
    border-radius: 50px;
    justify-content: center;
    align-content: center;
    font-weight: 800;
}

.filter-with-player-remove:hover {
    background: #222;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}


.withwithoutswitch-container {
    display: none;
    position: absolute;
    z-index: 10000;
    top: 10px;
    right: 22px;
}

.onoffswitch {
    position: relative;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 30px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 16px;
    padding: 0;
    line-height: 16px;
    font-size: 8px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "WITH";
    padding-left: 14px;
    background-color: #32F7B3;
    color: #000000;
}

.onoffswitch-inner:after {
    content: "WITHOUT";
    padding-right: 5px;
    background-color: #d3d3d3;
    color: #000000;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 14px;
    margin: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 44px;
    border: 2px solid #000000;
    border-radius: 30px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}






.filter-with-player-results {
    display: none;
    position: absolute;
    background-color: #e4e5ff;
    text-transform: uppercase;
    padding: 0;
    border: 0px;
    min-width: 200px;
    z-index: 10000;
    margin-top: 3px;
}

.filter-with-player-results-player {
    font-size: 0.9rem;
    padding: 5px 5px;
    position: relative;
    margin: 0px;
    border-bottom: 1px solid white;
}

.filter-with-player-warning {
    display: none;
    width: 100%;
    background-color: #c96e6e;
    justify-content: center;
    color: #fff;
}

/** dont even consider it **/
.player-alert {
    background-color: #ffcccc;
    border-radius: 15px;
    padding: 5px;
    white-space: nowrap;
    overflow: auto;
    color: #222;
    font-weight: bold;
    justify-content: center;
    margin: 5px 0;
}

/*** blog/news ***/
.fantasy-news .new-section {
    background: #EEF;
    font-size: 1.1rem;
    padding: 3px;
}

.news-card {
    padding: 10px 0 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.news-card .news-type,
.player-news-card .news-type {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    background: #eeeeff;
    padding: 2px 5px;
    margin-right: 3px;
    color: #FFF;
}

.news-card .team-news,
.player-news-card .team-news {
    background: #08c308;
}

.news-card .confirmed,
.player-news-card .confirmed {
    background: #0066ff;
}

.news-card .tipsadvice,
.player-news-card .tipsadvice {
    background: #b07fff;
}

.news-card .injury,
.player-news-card .injury {
    background: #ff0202;
}

.news-card .player-transfer,
.player-news-card .player-transfer {
    background: #ffb102;
}

.news-card .news-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin: 2px auto 0;
}

.player-news-card .news-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin: 2px auto 0;
}

.news-card .news-date {
    font-size: 1.1rem;
    color: #777;
}

.news-card .news-description {
    font-size: 1.3rem !important;
    font-weight: 400;
}

.news-card .tagged-player,
.news-card .tagged-team,
.news-card .source {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    background: #eeeeff;
    padding: 2px 5px;
    margin-right: 3px;
    transition: 0.3s ease all;
}

.news-card .tagged-player:hover,
.news-card .tagged-team:hover,
.news-card .source:hover {
    background: #222;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}


.news-card .news-desc {
    margin: 5px auto 5px;
}

.player-blogs-container h5 {
    font-size: 10px;
    color: grey;
    margin: 0 auto;
}

.player-news-card {
    position: relative;
    background-color: #eeeeff;
    padding: 2px 5px;
    border-bottom: 1px dashed #5f5f5f;
    cursor: pointer;
}

.player-news-card-container .content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f8f8ff;
}

.player-news-card:last-child {
    border-bottom: none;
}

.player-news-card .expand,
.player-news-card .expand-short {
    position: absolute;
    right: 0;
    color: #838686;
    font-weight: 600;
    font-size: 1rem;
    padding: 3px 6px;
}

.player-news-card .expand-short {
    display: none;
}

.predicted-score {
    text-transform: uppercase;
    padding: 10px;
    background-color: #FFF;
    border: 0px;
    margin-bottom: 10px;
    color: #222;
}

.price-prediction-box {
    float: right;
    margin: 0px 8px;
}

.price-prediction-box-round {
    display: block;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1rem;
    margin-top: 8px;
    text-align: right;
}

.price-prediction-box-cost {
    font-weight: 600;
    font-size: 2.0rem;
    color: #d5d5d5;
    line-height: 2rem;
}

.price-prediction-box-change {
    display: none;
    font-size: 1.1rem;
    color: #000;
    font-weight: 300;
    line-height: 1rem;
    margin-top: 0px;
    text-align: right;

}


.paypal-beer {
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 5px;
}

.paypal {
    cursor: pointer;
}

.div-spacer {
    margin-bottom: 20px;
}

.round-header h2 {
    margin-bottom: 20px;
}


.table-font {
    font-size: 10px;
}

.table-font-med {
    font-size: 12px;
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc {
    background-image: none;
}

table tbody td {
    padding: 2px;
}

table.dataTable.display tbody tr.odd {
    background-color: #EEF;
}

table.dataTable.display tbody tr td:first-child {
    position: relative;
}

table.dataTable.display tbody tr.zero-minutes {
    color: #bfbfbf;
}

table.dataTable.display tbody tr.zero-minutes>td>a {
    color: #bfbfbf !important;
}

table.dataTable.display tbody td {
    border-top: 0 !important;
}

table.dataTable.display tr:hover td {
    background-color: #32f7b3 !important;
}

table.dataTable.display tr:hover td .highlight-player-star {
    opacity: 1;
    cursor: pointer;
}


table.dataTable.display tfoot {
    background-color: #d9d9f1;
}

table.dataTable.display tfoot .footer-title {
    font-weight: 600;
    text-transform: uppercase;
}

#interchange_timeline_wrapper {
    margin: 0 auto;
}

.dropdown-filter-position,
.dropdown-filter-minutes,
.dropdown-filter-year,
.dropdown-filter-minutes-under,
.dropdown-filter-comp,
.dropdown-filter-with-player,
.filter-with-player-search {
    display: inline-block;
}

.star-new {
    color: #ff7800;
}

.player-link {
    white-space: nowrap;
}

.dropdown-filters {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
}

.dropdown-filters div {
  flex-grow: 1 ; /* default 0 */
}

.dropdown-filters div select, .dropdown-filters div input {
  width:100%; /* default 0 */
}


.dropdown-filters select,
.filter-with-player-search {
    text-transform: uppercase;
    padding: 5px;
    background-color: #EEF;
    border: 0px;
    min-width: 130px;
    font-weight: 600;
    font-size: 0.8rem;
    margin-right: 0;
    margin-top: 6px;
    border-radius: 10px;
}

.filter-with-player-search {
    width: 200px;
}



.highlight-player-star {
    color: #FFFFFF;
    padding-right: 10px;
    font-size: 1.2rem;
    opacity: 0;
}


input[type=search] {
    background-color: #fafafa;
    border: 0px;
    border-radius: 0px;
    padding: 15px;
    text-transform: uppercase;
}

.top-teams-filters input {
    background-color: #EEF;
    border: 0;
    box-shadow: none;
    width: auto;
    display: inline-block;
    height: 25px;
    outline: none;
    font-weight: bold;
    font-size: 10px;
    padding: 8px;
    width: 75px;
}

.top-teams-filters input:focus {
    outline: none;
}



.top-teams-filters .btn-custom {
    height: 25px;
    display: inline-block;
}

#break_evens_filter,
#break_evens_length,
#top_teams_filter,
#top_teams_length {
    text-transform: uppercase;
}

#break_evens_filter input,
#break_evens_length select,
#top_teams_filter input,
#top_teams_filter select,
#top_teams_length select {
    background-color: #EEF;
    border: 0;
    box-shadow: none;
    width: auto;
    display: inline;
}

#break_evens_length select,
#top_teams_length select {
    margin: 0;
    width: auto;
}


#break_evens_filter select,
#break_evens_filter input,
#break_evens_length select {
    text-transform: uppercase;
    padding: 10px;
    background-color: #EEF;
    border: 0px;
    margin: 3px;
    border-radius: 10px;
    height: 35px;
    min-width: 150px;
}


#break_evens thead,
#player_match_stats thead,
#player-compare-table,
#top_teams thead {
    background-color: #32f7b3;
    color: black !important;
    text-transform: uppercase;
}

#home_team table td:nth-child(0) {
    font-size: 100px;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 6px 4px 4px;
}

table.dataTable.display tbody tr.odd>.sorting_1 {
    background-color: transparent;
}

.btn-custom {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    padding: 5px;
    border: 0px;
    background-color: #32f7b3;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

.btn-custom:hover {
    border: 1px solid #000;
}

.btn-quick-compare-filter {
    flex-grow: 1;
}

.btn-quick-compare-filter.active, .btn-quick-compare-filter:hover  {
    outline: 5px auto -webkit-focus-ring-color;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-width: 0px;
    scrollbar-color: rgb(197, 197, 197) rgb(246, 246, 246);
    border-left-color: rgb(0, 0, 0);
    border-left-width: 0px;
    border-right-color: rgb(0, 0, 0);
    border-right-width: 0px;
    border-top-color: rgb(0, 0, 0);
    border-top-width: 0px;

    
}



.btn-custom-static {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    padding: 5px;
    border: 0px;
    background-color: #fbff00;
    cursor: default;
}

.btn-live-chat {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    padding: 5px;
    border: 0px;
    background-color: #00ffdd;
    cursor: default;
}

.td-playername {
    line-height: 12px;
    padding: 7px !important;
    font-weight: 600;
    position: relative;
}

.td-position {
    font-size: 1.0rem;
    font-weight: 400;
}


.vertical-align {
    display: flex;
    align-items: center;
}

/* NAVBAR */



.navbar-default {
    border: 0px;
    background-color: #32f7b3;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
}

.navbar-brand,
.navbar-brand-custom a {
    font-weight: 600;
    color: #333 !important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: white;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a {
    font-weight: 600;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition: 0.2s;
}

.navbar-default .navbar-nav>li.new>a {
    color: #0082de;
}

.navbar-default .navbar-nav>li.new>a:hover {
    color: white;
    text-decoration: none;
}

.container-subheader-alt {
    background-color: #EEF;
}

.container-subheader {
    background-color: #e5e5ff;
}

.navbar-subheader {
    font-size: 1.0rem;
    font-weight: 600;
    padding: 5px;
}


.icon-dark-green {
    color: #1fb5ff;
}

.icon-yellow {
    color: #fff01f;
}

.bg-dark-green {
    background-color: #1fb5ff;
    padding: 2px;
    color: white;
    transition: all 0.3s;
}

.bg-secondary-color {
    background-color: #e400ff;
    padding: 2px 5px;
    color: white;
    transition: all 0.3s;
}


.bg-secondary-color:hover {
    background-color: #d98ae2;
}

.bg-secondary-color > a {
    color: #FFF;
}

.bg-secondary-color > a:hover {
    text-decoration: none;
}

.bg-tertiary-color {
    background-color: #7700ff;
    padding: 2px 5px;
    color: white;
    transition: all 0.3s;
}


.bg-tertiary-color:hover {
    background-color: #b78ae2;

}


.icon-hot {
    color: #ff4700;
}

.bye-rounds-button {
    margin: 0 20px;
}

.container-subscribe,
.container-bye-rounds {
    background-color: #EEF;
    display: none;
}

.navbar-subscribe {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 20px 0px;
    color: #666;
    position: relative;
}

.navbar-bye-rounds {
    color: #666;
    position: relative;
    padding: 20px 0px 35px;
}

.subscribe-input,
.subscribe-button {
    font-size: 1.1rem;
    font-weight: 600;
}

.subscribe-input {
    border: none;
    background: #ffffff;
    width: 70%;
    margin: 20px 0px;
    padding: 18px 10px;
    color: #313A3D;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.subscribe-button {
    border: none;
    background: #32f7b3;
    width: 30%;
    margin: 20px 0px;
    padding: 18px 10px;
    color: #444;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    transition: all .35s;
}

.subscribe-input:focus,
.subscribe-button:focus {
    outline: none;
}

.subscribe-button:hover {
    background: #3effbe;
    transition: all .35s;
}

.subscribe-text {
    font-size: 1.2rem;
    margin: 20px 0px;
}

.subscribe-hide,
.bye-rounds-hide {
    position: absolute;
    bottom: 0;
    right: 5%;
    background-color: #636363;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 1.1rem;
    transition: all .35s;
}


.subscribe-show,
.bye-rounds-show {
    transition: all .35s;
}

.subscribe-hide:hover,
.subscribe-show:hover,
.bye-rounds-hide:hover,
.bye-rounds-show:hover {
    cursor: pointer;
    transition: all .35s;
}

.bye-rounds-text {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #32f7b3;
    padding: 2px 5px;
    color: #222;
    display: inline-block;
    margin-bottom: 5px;
}

.bye-rounds-flex {
    display: flex;
    flex-wrap: wrap;
}

.bye-rounds-flex>div {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #222;
    padding: 0px 5px;
}

.bye-rounds-flex>div>span {
    font-weight: 300;
    color: #676767;
    text-transform: lowercase;
}

.text-muted {
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
}


.tooltip-match-summary {
    width: 260px;
}

.tooltip-match-summary .squad {
    position: relative;
    width: 100%;
    font-weight: 600;
    padding: 2px;
    font-size: 1.1rem;
}

.tooltip-match-summary .score {
    position: absolute;
    right: 0;
    font-weight: 600;
}

.tooltip-match-summary .date {
    font-weight: 400;
    color: #EEF;
    font-size: 0.9rem;
}

.tooltip-match-summary .weather {
    background-color: white;
    padding: 2px;
}

.tooltip-match-summary .weather img {
    width: 22px;
    height: 22px;
}


.player-img {
    display: none;
    float: left;
    padding: 5px 10px 10px 0;
}


.circle-avatar {
    /* make it responsive */
    max-width: 100%;
    width: 60px;
    height: 60px;
    display: block;
    /* div height to be the same as width*/
    /* padding-top:100%; */

    /* make it a circle */
    border-radius: 50%;

    /* Centering on image`s center*/
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;

    /* it makes the clue thing, takes smaller dimension to fill div */
    background-size: cover;

    /* it is optional, for making this div centered in parent*/
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    border: 1px solid #f1f1f1;
}

.menu-badge-svg {
    height: 1.8rem;
    padding: 1px;
    width: 1.8rem;
}

.menu-badge-svg-sml {
    height: 0.8rem;
    padding: 1px;
    width: 0.8rem;
}

.menu-badge-svg-field {
    height: 1.6rem;
    padding: 1px;
    width: 1.6rem;
}

.home_squad_name,
.away_squad_name,
.general-header {
    text-transform: uppercase;
    font-weight: 600;
}




.panel-rounds {
    background-color: #fcfcfc;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.panel-next-round {
    background-color: #c8ffc8;
}

.panel-next-round h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.time-rounds {
    font-size: 1.1rem;
    text-Transform: uppercase;
    font-weight: bold;
    color: #8f8f8f;
}


.match-vs h3 {
    font-weight: 300;
}

.venue-details {
    white-space: nowrap;
    margin-top:10px;
}

.display_date {
    font-size: 1.0rem;
}

.live_now {
    display: none;
}

.home_score_lg {
    margin-right: 30px;
    background-color: #32f7b3;
    font-weight: 600;
    width: 50px;
    height: 50px;
    float: right;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.away_score_lg {
    margin-left: 30px;
    background-color: #32f7b3;
    font-weight: 600;
    width: 50px;
    height: 50px;
    float: left;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-bold {
    font-weight: 600;
}

.text-no-wrap {
    white-space: nowrap;
}

.points-neutral {
    background-color: #d7d7ee;
}

.points-green {
    background-color: #32f7b3 !important;
}

.points-red {
    background-color: #ffe8e8 !important;
}

.highlight-player,
.highlight-player .points-green,
.highlight-player .points-red {
    background-color: yellow !important;
}


/*--------- Search Overlay ---------------*/
.search-overlay-container, .chat-overlay-container {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1039;
    display: none;
    background-color: rgba(0, 0, 0, 0.18);
}

.search-overlay, .chat-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 5px 5px 2px;
}

.search-overlay-inner p.small, .chat-overlay-inner p.small {
    font-size: 1.05rem;
    color: #6b6b6b;
}

.search-overlay-open, .chat-overlay-open {
    width: 750px;
}

.search-overlay .closebtn, .chat-overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.search-overlay-inner, .chat-overlay-inner {
    padding: 70px 30px 20px;
}

.search-overlay input {
    width: 100%;
    border: 3px solid #f91174;
    padding: 15px 20px;
    background-color: #ffffff;
    font-size: 1.9rem;
    text-transform: uppercase;
}

.search-overlay input:focus {
    outline: none;
}

.search-result {
    margin: 10px 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 0 10px;
    border-bottom: 1px solid #DED;
}

.notepad {
    margin: 0px;
    height: 350px;
    width: 100%;
    border: 0;
    background-color: #e8e8e8;
    font-family: "consolas", "Courier";
    font-size: 14px;
    padding: 10px;
}

.notepad-save,
.notepad-clear {
    border: none;
    background: #32f7b3;
    width: 30%;
    margin: 10px 0px;
    padding: 12px 6px;
    color: #444;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    transition: all .35s;
    font-weight: 600;
}

.watchlist {
    margin-bottom: 30px;
}

.watchlist .empty {
    display: none;
}

.watchlist-player {
    font-size: 1.1rem;
    background-color: #f2f2f2;
    display: inline-block;
    padding: 6px 32px 6px 16px;
    border-radius: 25px;
    position: relative;
    margin: 2px;
}

.watchlist-player i {
    position: absolute;
    right: 15px;
    top: 9px;
    cursor: pointer;
}

.watchlist-player i:hover {
    color: red;
}

.search-overlay textarea:focus, .chat-overlay textarea:focus {
    outline: none;
}

@media screen and (max-width: 768px) {
    .search-overlay-open, .chat-overlay-open {
        width: 100%;
    }

    .search-result-image {
        display: none;
    }

    

    .search-result-details {
        padding-left: 0;
        flex: 1;
        width: 200px;
    }
}

/*--------- END Search Overlay ---------------*/


/*--------- Player Compare --------------*/

.nav-tabs>li {
    position: relative;
}

.nav-tabs>li>a {
    display: inline-block;
}

.nav-tabs>li>span {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 8px;
    color: red;
}

.nav-tabs>li:hover>span {
    display: inline-block;
}


/* Sticky footer styles
-------------------------------------------------- */
.footer {
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: auto;
    background-color: #EEF;
}

.footer-paypal {
    margin-top: 20px;
}

.footer-paypal-link {
    margin-top: -3px;
    float: right;
}





.container .text-muted {
    margin: 20px 0;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ffffff;
}


.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.dropdown,
.dropdown-matches {
    position: relative;
}

.dropdown-content {
    visibility: hidden;
    /* hides sub-menu */
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    opacity: 0;
    position: fixed;
    background-color: #EEF;
    min-width: 100%;
    left: 0;
    top: inherit;
}

.dropdown-link,
.dropdown-link-game {
    float: left;
    min-width: 90px;
    padding: 11px;
    text-align: center;
    background-color: #efefff;
}

.dropdown-link-game {
    width: 12.5%;
}



.dropdown-content a {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #444;
}

.dropdown-content a:hover {
    text-decoration: none;
    color: #FFF;
    transition: all 0.4s ease;
}

.dropdown:focus .dropdown-content,
.dropdown:focus-within .dropdown-content,
.dropdown:hover .dropdown-content,
.dropdown-matches:hover .dropdown-content {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}


.dropdown-menu {
    border: 0px;
}

.dropdown-menu li {
    padding-top: 5px;
}

.dropdown-menu>li>a {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.container-game-menu {
    position: relative;
    box-sizing: border-box;
    height: 50px;
}

.container-game-list {
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}

.game-menu-left,
.game-menu-right {
    position: absolute;
    top: 0;
    width: 30px;
    font-weight: 800;
    font-size: 24px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c2c2cb;
    background-color: none;
    transition: 0.4s;
}

.game-menu-left {
    left: 0;
}

.game-menu-right {
    right: 0;
}

.game-menu-left:hover,
.game-menu-right:hover {
    cursor: pointer;
    color: #777;
}

.header-round-box,
.header-game-box {
    flex: 0 0 auto;
}

.header-round-box {
    width: 30px;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    font-weight: 600;
    font-size: 1.0rem;
    padding: 14px 0px;
    text-align: center;

}

.header-round-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1em;
    line-height: 1em;
    font-weight: 800;
    font-size: 1.7rem;
    color: black;
}



.header-game-title {
    min-width: 70px;
    padding: 2px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4rem;
    width: 8%;
    height: 50px;
}

.header-game-box {
    min-width: 90px;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.4rem;
    height: 50px;
    padding: 2px 6px 2px 6px;
    transition: all 0.3s;
}

.header-game-box:hover {
    background-color: white;
    cursor: pointer;
}

.header-game-box a:hover {
    text-decoration: none;
}




.menu-match-name {
    font-size: 0.8rem;
    text-transform: uppercase;
    display: block;
    color: #464646;
}

.menu-match-name-full,
.menu-match-info-full {
    display: inline-block;
}

.menu-match-name-abrev,
.menu-match-info-abrev {
    display: none;
}

.menu-match-score,
.menu-match-live-now {
    display: inline-block;
    float: right;
}

.menu-vs {
    font-weight: 300;
    font-size: 0.9rem;
    display: block;
}

.menu-match-info {
    font-weight: 400;
    color: #9c9696;
    display: block;
}

.menu-match-info-live-now {
    color: black;
    background-color: #ffff2c;
}

/****** Player Stats Page *******/

.player-container {
    display: flex;
    background-color: #eeeeff;
    border-radius: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.player-container-image {
    width: 100px;
    height: 100px;
    background-color: #EFEFEF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}


.player-container-info,
.player-container-stats {
    padding: 0 10px;
    flex-grow: 1;
}

.player-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.player-next-five {
    color: #a7a7a7;
    background-color: #eeeeff;
    padding: 10px;
    border-radius: 15px;
    padding: 2px 10px;
    white-space: nowrap;
    overflow: auto;
}


.btn-casualty-ward {
    display: inline-block;
    font-size: 10px;
    padding: 2px 8px;
    background-color: #ffcccc;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: bold;
}

.btn-casualty-ward:hover {
    background-color: #f35353;
}


.casualty-ward-container {
    position: relative;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
    background-color: #eeeeff;
    border-radius: 15px;
    margin-bottom: 0px;
}

.casualty-ward-inner {
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.injured-card {
    width: 140px;
    overflow: hidden;
}
.injured-card-header {
    background-color: #32f7b3;
    color: #222;
    font-weight: bold;
    padding: 5px 12px 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.injured-card-content {
    padding: 7px 12px 1px;
    background-color: #efcece;
    text-transform: uppercase;
    font-size: 10px;
}

.injured-card-footer {
    padding: 1px 12px 5px;
    background-color: #efcece;
    text-transform: uppercase;
    font-size: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.player-next-five span {
    padding: 5px;
}

.pp-next_five {
    display: flex;
    justify-content: space-between;
}

#player_match_stats_2018 thead,
#interchange_timeline thead,
#home_team thead,
#away_team thead,
#player-compare-table thead {
    background-color: #32f7b3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#player-compare-table {
    width: 100%;
    border-radius: 2px;
    margin: 10px 0;
}

#player-compare-table th:first-child, #player-compare-table td:first-child {
    padding-left: 10px;
}

#player-compare-table th {
    padding: 5px;
}

#player-compare-table tbody tr {
    background-color: #eef;
}
#player-compare-table tbody tr.alternate {
    background-color: #e6e6fb;
}

#player-compare-table td {
    padding: 6px 2px;
}

#player-compare-table td.highlight{
    background-color: #32f7b3;
}

#player-compare-table .delete {
    font-size: 0.8rem;
    background-color: rgb(204, 204, 204);
    padding: 1px 3px;
    cursor: pointer;
    border-radius:2px;
    margin-left: 3px;
}

.player-compare-dropdown {
    background-color: #EEF;
}

.player-compare-dropdown label {
    padding-right: 15px;
}

#player-stats,
#player-stats-2018 {
    display: none;
}

.player-stats p.subtext {
    margin: 0;
}

.btn-player-watchlist {
    display: inline-block;
    font-weight: 800;
    font-size: 1.1rem;
    color: #ff1979;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-player-watchlist>* {
    pointer-events: none;
}

.btn-player-watchlist:hover {
    color: #bdbbbc;
}

.btn-player-watchlist.remove {
    color: brown;
}

.btn-player-watchlist .fa-stack-watchlist {
    height: 1.5em;
    line-height: 1.4em;
    position: relative;
    vertical-align: middle;
    width: 1em;
}

.stats-list-header {
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.stats-list-header-sub {
    font-weight: 300;
    font-size: 0.8rem;
    line-height: 20px;
}

.price-predictor-sub {
    font-weight: 300;
    font-size: 1.0rem;
    line-height: 20px;
}


.stats-list-item {
    font-weight: 300;
    font-size: 0.9rem;
    text-transform: uppercase;
    border: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.list-group-item {
    border: 0;
    border-radius: 0px !important;
}

.predictor-list-item {
    font-weight: 300;
    font-size: 1.0rem;
    text-transform: uppercase;
    border: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

.player-stats li {
    background: #EEF;
}

.player-stats li:nth-child(odd) {
    background: #e6e6fb;
}

.player-stats li:first-child {
    background: #32f7b3;
}


.price-calculator {
    background-color: #32f7b3;
    padding: 10px;
    height: 60px;
}


.player-stats h3 {
    margin-bottom: 2px;
}

#team_name {
    font-weight: 600;
}

.player-cost {
    background-color: #32f7b3;
    font-weight: 800;
    padding: 2px;
    font-size: 1.5rem;
}

.divider {
    font-weight: 100;
}

.plays-rnd {
    display: block;
}

.player-next-five.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.player-panel {
    width: 75px;
    height: 75px;
    background-color: #32f7b3;
    padding: 0px;
    text-align: center;
    position: relative;
    margin-left: 15px;
    border-radius: 10px;
    float: right;
    transition: all 0.5s ease;
}


.player-next-five-details {
    position: relative;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
    background-color: #eeeeff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.player-next-five-details-inner {
    padding: 10px 15px;

}

.player-next-five-details-close, .casualty-ward-container-close {
    position: absolute;
    right: 8px;
    font-weight: 800;
    font-size: 1.8rem;
    padding: 2px 10px;
    cursor: pointer;
}

.pp-next_five .opponent-card {
    display: inline-block;
    text-align: center;
    padding: 0 5px 2px;
    cursor: pointer;
    margin-bottom: 3px;
    border-radius: 10px;
}



.pp-next_five .opponent-abrev {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0 2px;
}

.opponent-abrev.home-game,
.legend-home-games {
    background-color: #32f7b3;
    color: #626262;

}

.pp-next_five .opponent-logo {
    border-radius: 50px;
    width: 22px;
    height: 22px;
    background-color: #999999;
}

.pp-next_five .opponent-card.big-bye, 
.legend-byes {
    background-color: #f8bcff;
    color: #626262;
}

.pp-next_five .opponent-card.big-bye .light-grey {
    color: #626262;
}

.pp-next_five .opponent-card.highlight-next-round {
    border: 1px solid #28a745;
}

.legend-byes,
.legend-home-games {
    padding: 2px 4px !important;
    font-weight: 400;
    font-size: 0.8rem;
}


.player-panel.active {
    background-color: #b6fcff;
}

.player-panel-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.panel-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
}

.panel-number {
    font-weight: 600;
    font-size: 1.6rem;
}


.price-predictor,
.price-predictor-config {
    display: flex;
    align-items: center;
}

.price-predictor {
    justify-content: space-between;
}

.predicted-magic-number {
    background-color: #e400ff;
    padding: 2px 4px;
    font-weight: 500;
    color: #FFF;
    cursor: pointer;
    transition: all 0.2s ease;
}

.predicted-magic-number:hover {
    background-color: #ed66fc;
}

.edit-predicted-magic-number {
    background-color: #202020;
    padding: 2px 4px;
    margin: 0 3px;
    font-weight: 500;
    color: #FFF;
    cursor: pointer;
    transition: all 0.2s ease;
}

.edit-predicted-magic-number:hover {
    background-color: #FFF;
    color: #000;
}

.predicted-score {
    padding: 5px 5px 5px 10px;
    border: 0px;
    margin: 5px;
    width: 45px;
    font-size: 2.0rem;
    font-weight: 600;
}

.price-calculator {
    background-color: #EEF;
}



.predicted-price {
    font-weight: 600;
    font-size: 2.0rem;
    line-height: 45px;
    color: #d5d5d5;
}

.player-top-team-ownership-container {
    font-size: 0.9rem;
}

.top100,
.top1000,
.top5000,
.top-ownership-info {
    padding: 3px 5px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #32f7b3;
}

.top-ownership-info {
    background-color: #EEF;

}

.top100value,
.top1000value,
.top5000value {
    font-weight: 600;
}





.player-ownership-per-round {
    background-color: #eeeeff;
}

.player-ownership-header {
    background: #32f7b3;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 0.75rem 1.25rem;
}

.player-ownership-content {
    padding: 0.75rem 1.25rem;
}






/*===== BYE GRID ====*/
.bye-grid {
    display: grid;
    grid-template-columns: 200px repeat(27, 1fr);
    grid-template-rows: repeat(18, 22px);
    grid-row-gap: 0px;
    grid-column-gap: 0px;
}



.board__item {

    background: #32f7b3;
    opacity: 1;
    padding: 0 5px
}

.rowGrid {
    display: contents;
}

.rowGrid:first-child {
    padding: 2px;
}

.bye__round {
    background: #f98484;
    color: #f98484;
    font-weight: 600;
    text-align: center;
}



.bye-grid-header,
.bye-grid-team {
    background-color: #e5e5ff;
    font-weight: 600;
}

.bye-grid-team {
    padding: 0 5px;
}
.bye-grid-round {
    text-align: center;

}






/*===== MATCH NOTES SECTION ====*/

.match-note-form, .chat-msg-form {
    background-color: #eef;
    padding: 10px;
    margin: 5px 0;
}
.match-notes-label {
    font-size: 10px;
    font-weight: bold;
}

.match-notes-form-select2 {
    margin: 0 0 20px;
}

.match-note-submit, .match-note-pending-btn, .match-note-create-btn {
    font-weight: bold;
    font-size: 10px;
    background-color:rgb(3, 255, 170);
    transition: all 0.5s ease;
}

.match-note-submit:hover, .match-note-pending-btn:hover, .match-note-create-btn:hover {
    background-color:rgb(0, 170, 113);
}

.match-note-buttons {
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.match-notes-error {
    color: red;
}

.match-notes-success {
    color: rgb(3, 155, 104);
}

.match-note-card {
    margin-bottom: 15px;

}

.match-note-card-header {
    background-color: #32f7b3;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #222;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.match-note-card-content, .match-note-card-footer, .match-note-card-footer-tools {
    font-size: 10px;
    padding: 5px;
    background-color: #eeeeff;
}

.match-note-card-footer, .match-note-card-footer-tools {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.match-note-type, .match-note-tag {
    padding: 2px 5px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-color:rgb(58, 58, 58);
    color: #FFF;
}



.match-note-type.injury {
    background-color: #ff0202;
}

.match-note-type.hooked {
    background-color: #0089ff;
}

.match-note-type.positional-swap {
    background-color: #e100ff;
}

.match-note-type.coach-madness {
    background-color: #fffb00;
}

.match-note-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 4px;
    font-size: 12px;
    color: #e400ff;
    cursor: pointer;
    transition: all 0.5s ease;
}

.match-note-icon:hover {
    color: #9900aa;
}


.player-match-note-card {
    margin: 5px 0;
    padding: 5px 0;
    border-top: 1px solid #747474;
}

.player-match-note-header {
    font-weight: bold;
}

.player-match-note-date {
    color: #979797;
    font-weight: bold;

}

i.note-exists {
    color: rgb(212, 0, 255);
}


/*===== TEAM ANALYSER ====*/

.ta-year-container {
    display:flex;
    flex-direction: row;
    gap: 0 5px;
    margin-bottom: 10px;
}

.ta-year {
    border: 2px solid #32f7b3;
    padding: 2px 5px;
    color: white;
    font-weight: bold;
    color: #EFEFEF;
}

.ta-year.active {
    background-color: #32f7b3;
    padding: 2px 5px;
    color: #000;
}

.ta-year:hover {
    text-decoration: none;
    background-color: #32f7b3;
    transition: 0.3s ease;
}

.ta-header {
    display: flex;
    background-color: #eeeeff;
    border-radius: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
}

.ta-squad-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.ta-squad-meta {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    background-color: #e5e5ff;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 10px 0;
}

.ta-squad-meta-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ta-squad-meta-details div:nth-child(2) {
    font-weight: bold;
}

.ta-squad-meta-details div i {
    color: #32f7b3;
    margin-right: 3px;
}

.ta-squad-meta-details div i.down {
    color: #f3afaf;
    margin-right: 3px;
}


.ta-player-labels, .ta-player-card {
    display: flex;
    flex-direction: row;
    gap: 3px;
    justify-content: space-between;
    align-items: center;
    padding: 2px 5px;
    margin: 2px 0;
    background-color: #e5e5ff;
}

.ta-player-labels {
    font-weight: bold;
    font-size: 0.8rem;
}

.ta-player-labels .ta-player-name, .ta-player-card .ta-player-name {
    min-width:150px;
}

.ta-player-labels .ta-player-data, .ta-player-card .ta-player-data {
    flex-grow: 1;
    flex-basis: 50%;
    text-align: center;
}

.ta-round-selector {
    text-transform: uppercase;
    padding: 5px;
    background-color: #32f7b3;
    border: 0px;
    margin-right: 0;
    min-width: 0;
    margin-bottom: 10px;
    border-radius: 5px;
}

.ta-team-info {
    flex-grow: 1;
}


.ta-trade-history {
    display: flex;
    background-color: #eeeeff;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 15px;
    flex-direction: column;
}



.ta-trade-card, .ta-trade-header {
    display: flex;
    background-color: #f5f5ff;
    margin-bottom: 2px;
    gap: 5px;
}

.ta-trade-card .round {
    width: 40px;
    min-height: 40px;
    background-color: #32f7b3;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ta-trade-header .round-header {
    width: 40px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ta-trade-card .trade-in, .ta-trade-card .trade-out, .ta-trade-header .trade-in, .ta-trade-header .trade-out {
    flex-grow: 1;
    flex-basis: 50%;
    padding: 3px;
    padding-right: 15px;
}

.trade-item .trade-info {
    display: flex;
    justify-content: space-between;
}

.trade-item .trade-info.active {
    background-color: #e400ff;
}

.ta-squad-row {
    display: flex;
    flex-direction: row;
    padding: 4px;
    justify-content: center;
    padding: 2px;
}

.ta-squad-card {
    display: flex;
    justify-content: center;
}

.ta-squad-card .pos {
    width: 25px;
    height: 25px;
    background-color: #32f7b3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7pt;
    font-weight: 300;
}

.pos.int {
    background-color: #e091f1;
}

.pos.emg {
    background-color: #f3afaf;
}

.pos.captain {
    background-color: #f7a432;
}

.pos.vice-captain {
    background-color: #32d7f7;
}

.ta-squad-card .ta-player {
    flex-grow: 1;
    align-self: center;
    padding: 4px;
    background-color: #e5e5ff;
}

.ta-squad-card .ta-player:hover {
    background-color: #b3b3dd;
    cursor: pointer;
}


.ta-squad-card .ta-player.active {
    background-color: #e400ff;
}

.ta-squad-card .ta-player.active:hover {
    background-color: #9c00ad;
}

.ta-highlight-starting-players {
    cursor: pointer;
}


.ta-rank-history {
    background-color: #eeeeff;
    border-radius: 15px;
    margin-bottom: 15px;
    align-items: center;
    padding: 15px;
}

.plays-first-bye {
    font-weight: 600;
    cursor: pointer;
}



/*===== TEAM PLANNER =====*/

.team-selector-container {
    background-color: #EEF;
    height: auto;
    padding-bottom: 40px;
    border-radius: 10px;
}



.team-info-bar {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px;
}

.team-info-box {
    min-width: 100px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    background-color: #FFF;
    border-radius: 10px;

}

.team-info-box .title {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.team-info-box .value {
    font-weight: 600;
    font-size: 1.6em;
    color: #333;
    line-height: 1.1em;

}

.field-full {
    width: 70%;
    border: 1px solid #9aa483;
    padding: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 620px;
    border-radius: 10px;
}

.players-full {
    width: 27%;
    border: 1px solid #9aa483;
    padding: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 620px;
    border-radius: 10px;
}

.field-row {
    background-image: linear-gradient(to right, #ffffff00, #ffffff26, #ffffff00);
}

.field-position {
    color: #333;
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 1.1rem;
    opacity: 0.8;
}

.available-players {
    color: #f5f5f5;
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 1.1rem;
    opacity: 0.8;
}

.right-panel {
    text-align: left;
}

.player-card-holder {
    display: inline-block;
    width: 90px;
    height: 55px;
    margin: 0px 5px;
    padding: 0px;
    background-color: #FFF;
}

.player-card-available {
    width: 100%;
    height: 35px;
    margin-bottom: 1px;
    padding: 0px;
    border-bottom: 1px solid black;
    background-color: rgb(3, 255, 170);
    text-align: left;
    padding-left: 45px;
    padding-top: 3px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    cursor: -webkit-grab;
    cursor: grab;
}

.players-full .player-name {
    font-weight: 600;
    font-size: 1.0rem;
    color: #333;
    display: block;
    white-space: pre;
    overflow: hidden;

}

#players-list {
    overflow-y: scroll;
    height: 440px;
}

.sort-buttons {
    display: block;
    transition: all 0.5s ease;
}

.sort-buttons .active {
    background-color: rgb(9, 195, 132);
    color: #FFF;
    transition: all 0.5s ease;
}

.sort-type {
    background-color: rgb(3, 255, 170);
    margin: 10px 0px 2px 0px;
    padding: 10px 2px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;

}

.sort-player-search-box {
    background-color: rgb(3, 255, 170);
    margin: 2px 0px 8px 0px;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    width: 99.7%;
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    border: 0;
}

.sort-player-search-box:focus {
    outline: none;
}

.sort-player-search-box::placeholder {
    color: rgb(8, 165, 110);
}

.show-menu-button {
    background-color: rgb(3, 255, 170);
    margin: 10px 0px 2px 0px;
    padding: 10px 2px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    border: 0;
}

.hide-menu-button {}

.sort-position {
    background-color: rgb(3, 255, 170);
    margin: 2px 0px 2px 0px;
    padding: 10px 2px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    width: 15.3%;
    ;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.5s;
}

.sort-type:hover,
.sort-position:hover {
    cursor: pointer;
    background-color: rgb(3, 255, 170);
    transition: all 0.5s;
}

.players-full .team-name {
    font-weight: 600;
    font-size: 0.7rem;
    color: #222;
    display: block;
    white-space: pre;
    overflow: hidden;
    text-transform: uppercase;
    line-height: 8px;
}

.players-full .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    font-weight: 600;
    color: #000;
    font-size: 1.1rem;
    overflow: hidden;
    background-color: rgb(9, 195, 132);
    text-align: center;
}

.player-card-add {
    position: absolute;
    height: 35px;
    width: 35px;
    background-color: white;
    right: 0;
    top: 0;
    padding: 8px;
}

.player-card-add:hover {
    cursor: pointer;
    background-color: #09c384;
}

.player-card-default,
.player-card-select {
    transition: all 0.5s ease;
}

.player-card-select {
    display: none;
}

.position-select {
    font-weight: 900;
    font-size: 1.5rem;
    padding: 2px;
    margin-right: 3px;
    margin-top: 2px;
    line-height: 20px;
    background-color: #03ffaa;
    float: left;
}

.position-select:hover {
    cursor: pointer;
}

.add-player {
    color: #03ffaa;
}

.add-player {
    color: #03ffaa;
}

.player-card {
    position: relative;
    background-color: rgb(3, 255, 170);
    width: 90px;
    height: 53px;
    padding: 3px;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 3px 5px 0px;
    text-align: left;
}

.player-card .position {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    font-weight: 300;
    color: #FFF;
    font-size: 0.9rem;
    overflow: hidden;
    padding-left: 3px;
    background-color: rgb(15, 146, 89);
    text-align: center;
}

.player-card .field-logo {
    position: absolute;
    left: 0;
    bottom: 14px;
    padding: 2px;
}

.player-remove-button {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    padding-top: 1px;
    text-align: center;
}

.player-captain-button {
    display: none;
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
    height: 20px;
    background-color: #ff9400;
    padding-top: 1px;
    text-align: center;
    font-weight: 800;
    color: #FFF;
    font-size: 1.2rem;
}

.player-score-badge {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 3px;
    width: 22px;
    height: 22px;
    background-color: #1ab17d;
    text-align: center;
    font-weight: 800;
    line-height: 20px;
    color: #ffffff;
    padding-right: 1px;
    font-size: 1.0rem;
    border-radius: 30px;
    border: 1px solid #444444;
}

.player-score-badge.captain {
    background-color: #ff9400;
}

.player-remove-button:hover,
.player-captain-button:hover {
    cursor: pointer;
}


.team-selector-field .player-name {
    font-weight: 600;
    letter-spacing: -0.05rem;
    font-size: 1.0rem;
    color: #333;
    display: block;
    white-space: pre;
    overflow: hidden;
    line-height: 14px;
    text-align: left;

}

.team-selector-field .team-name {
    font-weight: 500;
    font-size: 0.8rem;
    color: #222;
    display: block;
    white-space: pre;
    overflow: hidden;
    text-transform: uppercase;
    line-height: 10px;
    padding-left: 27px;

}

.show-menu {
    display: none;
    padding: 10px 0;
}

.hide-menu-button {
    display: none;
}



.fsChat-notification-container {
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    padding: 15px;
}

.fsChat-notification {
    padding: 15px;
    background-color: #eeeeff;
    width: 40%;
    border-radius: 3px;
    border-top: 3px solid #29d398;
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: relative;
}

body.dark .fsChat-notification {
    background-color: #576d84;
}

.fsChat-notification-footer {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #c3c3c3;
}

.fsChat-notification-close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px;
}

.fsChat-btn {
    text-transform: uppercase;
    font-size: 10px;
    background-color: rgb(3, 255, 170);
    transition: all 0.5s ease;
    border: 0;
    border-radius: 2px;
    margin-right: 3px;
}



/* ---------------------------------------------- /*
 * Loading Spinner
/* ---------------------------------------------- */

/* Absolute Center Spinner */
.loading {
    display: none;
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 50px;
    height: 50px;
    margin-top: -0.5em;

    border: 5px solid rgba(33, 150, 243, 1.0);
    border-radius: 100%;
    border-bottom-color: transparent;
    -webkit-animation: spinner 1s linear 0s infinite;
    animation: spinner 1s linear 0s infinite;


}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media only screen and (max-width: 414px) {
    .text-right {
        text-align: center
    }

    .player-container {
        flex-direction: column;
        align-items: unset;

    }

    .player-container-info,
    .player-container-stats {
        padding: 10px 10px;
    }

    .player-container-image {
        width: auto;
        border-bottom-left-radius: 0;
        border-top-right-radius: 15px;
    }

    .star-new {
        display: none;
    }

    .match-header .text-right {
        text-align: right;
    }

    .dropdown-filters,
    .dropdown-filter-position,
    .dropdown-filter-minutes,
    .dropdown-filter-year,
    .dropdown-filter-minutes-under,
    .dropdown-filter-comp {
        display: block;
    }

    .dropdown-filters select,
    .dropdown-filter-with-player,
    .dropdown-filters input {
        margin-top: 0;
        margin-bottom: 4px;
        width: 100%;
    }

    .dropdown-filters input {
        padding-left: 10px;
    }

    .withwithoutswitch-container,
    .filter-with-player-remove {
        top: 4px;
    }

    .filter-with-player-results {
        width: 100%;
    }

    .team-selector-container {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .players-full {
        position: absolute;
        left: 0;
        width: 100%;
        height: 75vh;
        overflow-y: hidden;
        padding: 0;
        background-color: #19956b;
        border: 0;

        bottom: -75vh;
        transition: bottom 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
        overflow: hidden;

    }

    .available-players {
        color: #f5f5f5;
        margin-bottom: 5px;
        /* padding-top: 5px; */
        padding-bottom: 5px;
        font-size: 1.1em;
        opacity: 1;
    }

    .show-menu {
        display: block;
        padding: 10px 0;
    }

    .page-container {
        overflow-y: hidden;
        padding: 20px 10px 0;
        overflow-y: hidden;
        overflow-x: visible;
    }

    .player-card-holder {
        width: 60px;
        height: 45px;
        margin: 0px 2px;
        padding: 0px;
        border-bottom: 2px solid #3b6334;
    }

    .field-full {
        width: 100%;
        padding: 10px 0;
        height: 650px;
        border: 0;
    }

    .field-position {
        margin-bottom: 2px;
        padding-top: 2px;
        font-size: 1rem;
    }

    .right-panel {
        position: relative;
    }

    .hide-menu-button {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        background-color: rgb(3, 255, 170);
        margin: 0;
        padding: 5px 2px;
        font-weight: 600;
        font-size: 0.8rem;
        text-transform: uppercase;
        width: 30%;
        display: inline-block;
        box-sizing: border-box;
        text-align: center;
        border: 0;
    }

    .player-card {
        width: 60px;
        height: 43px;
        padding: 2px;

    }

    .team-selector-field .player-name {
        line-height: 1.0rem;
        font-size: 1.0rem;

    }

    .team-selector-field .team-name {
        font-size: 0.81rem;
        line-height: 8px;
        padding-left: 0;
    }

    .menu-badge-svg-field {
        display: none;
    }

    .player-card .position {
        height: 12px;
        font-size: 0.85rem;

    }

    #break_evens_filter label,
    #break_evens_length label,
    #top_teams_filter label,
    #top_teams_length label {
        width: 100%;
        text-align: left;
    }

    #break_evens_filter input,
    #break_evens_length select,
    #top_teams_filter input,
    #top_teams_length select {
        margin-left: 0;
    }


    .price-predictor,
    .price-predictor-config {
        flex-direction: column;
    }

    .fsChat-notification {
        width: 100%;
        padding-top: 35px;
    }

}

/*===== END TEAM PLANNER =====*/


/*----- BYE PLANNER  -----*/
[class^='select2'] {
    border-radius: 0px !important;
    border: 0 !important;
}

.select2-container--default,
.select2-container--default .select2-selection--single {
    border: 0;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 16px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.bp-full-list {
    /* display: inline-block; */
}

.bp-field-full {
    padding: 2px;
    display: grid;
    background-color: #eef;
    grid-gap: 2px;
    grid-template-columns: 50px 140px repeat(25, 80px);
    grid-template-rows: 18px repeat(25, 25px);
    grid-auto-flow: column;
    overflow-x: scroll;
}

.bp-players-full {
    width: 240px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 620px;
}

.bp-field-col {
    display: inline-block;
}

.bp-field-col div {
    margin: 2px;
}

.bp-field-position {
    color: #333;
    font-size: 1.1rem;
    opacity: 0.8;
}

.bp-round-item {}

.bp-field-header,
.bp-field-footer {
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.bp-field-footer {
    padding: 4px;
    background-color: #32f7b3;
    font-weight: 800;
    font-size: 1.2rem;
}

.bp-field-footer-cap,
.bp-field-footer-citb {
    padding: 6px;
    background-color: #cddee6;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
}

.bp-player-card-holder {
    display: block;
    padding: 4px 5px;
    background-color: #FFF;
    font-weight: 500;
    font-size: 11px;
    color: #444;
    position: relative;
}

.bp-player-card-holder select,
.bye-planner select {
    text-transform: uppercase;
    border: 0px;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    margin-right: 0;
    min-width: 0;
    width: 130px;
    height: 20px;
    font-size: 11px;
}

.bye-planner select {
    height: 30px;
    border-radius: 10px;
}

.bye-planner-container {
    background-color: #EEF;
    border-radius: 15px;
    opacity: 0.3;
}

.tools {
    padding-bottom: 10px;
    display: flex;
    gap: 100px;

}


.tools input {
    text-transform: uppercase;
    border: 0px;
    margin: 0;
    padding: 2px;
    background-color: #FFF;
    margin-right: 0;
    min-width: 0;
    width: 50px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
}

.tools .citb-k {
    right: 15px;
    margin-left: -10px;
}

.bp-player-card-holder:hover {
    cursor: pointer;
}

.bp-avg-display {
    font-size: 8px;
    background-color: #deffde;
    border-radius: 10px;
    padding: 4px 1px;
    margin-left: 5px;
    width: 18px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 3px;
}

.bp-grid-container {
    display: grid;
    grid-column-gap: 3px;
    grid-template-columns: auto auto auto;
    padding: 2px;
}


.bp-sort-buttons {
    display: block;
    transition: all 0.5s ease;
}

.bp-sort-buttons .active {
    background-color: rgb(9, 195, 132);
    color: #FFF;
    transition: all 0.5s ease;
}

.bp-sort-type {
    background-color: #32f7b3;
    margin: 10px 0px 2px 0px;
    padding: 10px 2px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;

}

.bp-sort-player-search-box {
    background-color: #32f7b3;
    margin: 2px 0px 8px 0px;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    width: 99.7%;
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    border: 0;
}

.bp-sort-player-search-box:focus {
    outline: none;
}

.bp-sort-player-search-box::placeholder {
    color: rgb(8, 165, 110);
}

.bp-show-menu-button {
    background-color: #32f7b3;
    margin: 10px 0px 2px 0px;
    padding: 10px 2px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    border: 0;
}

.bp-hide-menu-button {}

.bp-sort-position {
    background-color: #32f7b3;
    margin: 2px 0px 2px 0px;
    padding: 10px 2px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    width: 15.3%;
    ;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.5s;
}

.bp-sort-type:hover,
.sort-position:hover {
    cursor: pointer;
    background-color: #32f7b3;
    transition: all 0.5s;
}


.bp-player-card {
    position: relative;
    background-color: rgb(3, 255, 170);
    float: left;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 3px 5px 0px;
    text-align: left;
}

.bp-player-card .position {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    font-weight: 300;
    color: #FFF;
    font-size: 1.1rem;
    overflow: hidden;
    padding-left: 3px;
    background-color: rgb(15, 146, 89);
    text-align: center;
}

.bp-player-card .field-logo {
    position: absolute;
    left: 0;
    bottom: 14px;
    padding: 2px;
}





/* PROFILE */

.profile-header-container {
    margin-bottom: 15px;
}

.profile-header-main {
    background-color: #32f7b3;
    padding: 15px 28px 5px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.profile-header-sub {
    background-color: #eeeeff;
    padding: 10px 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.profile-header-sub a {
    padding: 0 10px;
    font-weight: 600;
    transition: ease 0.3s all;
}

.profile-header-sub a:hover {
    text-decoration: none;
    color: #32f7b3;
}

.mc-player-show,
.mc-player-hide {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    margin: 4px;
    border: 1px solid grey;
    background-color: #EEF;
    border-radius: 50px;
    text-align: center;
    overflow: hidden;
}

.mc-player-show .position,
.mc-player-hide .position {
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 800;
    color: grey;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.mc-player-show .player-name {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 800;
    color: #505050;
    text-transform: uppercase;
    font-size: 0.9rem;
    width: 42px;
    text-align: center;
    overflow-x: hidden;
    white-space: nowrap;
}

.mc-player-show .player-score {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0aa784;
}

.mc-player-show .player-score.captain {
    color: #FFF;
}

.mc-player-hide .whoami {
    font-weight: 800;
    color: #cacada;
    text-transform: uppercase;
    font-size: 2.2rem;
}

table.dataTable .team-score {
    font-size: 1.8rem;
    font-weight: 800;
    color: #18bb83;
}

table.dataTable .players {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}


/*** DARK MODE ***/
body.dark {
    background-color: #182838;
    color: #f5f5f5;
}

body.dark .navbar-default {
    border: 0px;
    background-color: #32f7b3;
}

body.dark .navbar-brand,
body.dark .navbar-brand-custom a,
body.dark .navbar-default .navbar-nav>li>a {
    border: 0;
    color: #404040 !important;
}


body.dark .search-overlay, body.dark .chat-overlay {
    background-color: #1d2d3e;
}

body.dark .search-overlay-inner p.small, body.dark .chat-overlay-inner p.small {
    color: #d1d1d1;
}


body.dark .container-subheader-alt, body.dark .bye-grid-header, body.dark .bye-grid-team, body.dark .bye-planner-container, body.dark .bp-field-full {
    background-color: #576d84;
}

body.dark .game-menu-left, body.dark .game-menu-right, body.dark .bp-field-footer {
    color: #1d2d3e;
}

body.dark .menu-match-name, body.dark .bp-field-position {
    color: #edf0f3;
}

body.dark .menu-match-info {
    color: #b9c7d6;
}

body.dark .container-subheader, body.dark .bp-field-footer-cap, body.dark .bp-field-footer-citb  {
    background-color: #3a4d61;
}

body.dark .header-round-box {
    border-right: 1px solid #182838;
    border-left: 1px solid #182838;
    color: #dcdcdc;
}

body.dark .header-game-box:hover {
    background-color: #182838;
}

body.dark .home_score_lg,
body.dark .away_score_lg {
    background-color: #576d84;
}

body.dark .btn-custom {
    background-color: #7c97b3;
}

body.dark .btn-quick-compare-filter {
    background-color: #5cc58c;
}

body.dark .btn-quick-compare-filter:hover, body.dark .btn-quick-compare-filter.active  {
    background-color: #32f7b3;
}


body.dark table.dataTable.display tbody tr.odd {
    background-color: #576d84;
}

body.dark table.dataTable.display tbody tr.even {
    background-color: #788da2;
}

body.dark table.dataTable.display tfoot {
    background-color: #527294;
}


body.dark a:link,
body.dark a:visited {
    color: #FFF;
}

body.dark .points-green {
    background-color: #5aa951 !important;
}

body.dark .points-red {
    background-color: #8e5555 !important;
}

body.dark .points-neutral {
    background-color: #4f5c69;
}

body.dark table.dataTable.display tr:hover td {
    background-color: #b0c4d8 !important;
}

body.dark table.dataTable.display tbody tr.even>.sorting_1 {
    background-color: #9eb2c7;
}

body.dark select,
body.dark input {
    background-color: #576d84;
    color: #EEF;
}

body.dark input::placeholder {
    color: #a9a9a9;
}

body.dark .ta-round-selector {
    background-color: #32f7b3;
    color: #000;
}

body.dark .btn-trade-calc {
    background-color: #668fb9;
    ;
}


body.dark .player-container {
    background-color: #3a4d61;
}

body.dark .player-container-image {
    background-color: #576d84;
}

body.dark .player-next-five, body.dark .casualty-ward-container, body.dark .player-next-five-details-inner {
    background-color: #3a4d61;
}

body.dark .player-alert {
    color: #FFF;
    background-color: #b95959;
}

body.dark .player-news-card {
    background-color: #668fb9;
}

body.dark .player-news-card .expand {
    color: #EEF;
}

body.dark .player-news-card-container .content {
    background-color: #182838;
}

body.dark .player-cost {
    background-color: #000000;
    color: #32f7b3;
}

body.dark .player-stats li {
    background: #3a4d61;
}

body.dark .player-stats li:nth-child(odd) {
    background: #4f6277;
}

body.dark .player-stats li:first-child {
    background: #5cc58c;
}

body.dark .footer {
    background-color: #4f6277;
}

body.dark hr {
    border-top: 1px solid #576d84;
}

body.dark .player-panel,
body.dark .player-panel-next-five,
body.dark .top100,
body.dark .top1000,
body.dark .top5000,
body.dark .top-ownership-info {
    background-color: #668fb9;
}

body.dark #break_evens thead,
body.dark #player_match_stats thead,
body.dark #top_teams thead,
body.dark #player_match_stats_2018 thead,
body.dark #interchange_timeline thead,
body.dark #home_team thead,
body.dark #away_team thead,
body.dark .match-note-card-header {
    background-color: #5cc58c;
    color: #000;
}

body.dark .player-compare-dropdown {
    background-color: #4f6277;
}

body.dark #player-compare-table thead {
    background-color: #5cc58c;
}

body.dark #player-compare-table tbody tr {
    background-color: #576d84;
    color: #FFF;
}

body.dark #player-compare-table tbody tr.alternate {
    background-color: #3a4d61;
}

body.dark #player-compare-table td.highlight {
    background-color: #5cc58c;
}

body.dark #player-compare-table .delete {
    background-color: #5cc58c;
    color: #222
}


body.dark .board__item {
    background-color: #18976b;
}

body.dark .bye__round {
    background: #af4444;
    color: #af4444;
}

body.dark #break_evens_filter input,
body.dark #break_evens_length select,
body.dark #top_teams_filter input,
body.dark #top_teams_length select,
body.dark #break_evens_filter select,
body.dark #break_evens_length select {
    background-color: #576d84;
}

body.dark .dataTables_wrapper .dataTables_length,
body.dark .dataTables_wrapper .dataTables_filter,
body.dark .dataTables_wrapper .dataTables_info,
body.dark .dataTables_wrapper .dataTables_processing,
body.dark .dataTables_wrapper .dataTables_paginate {
    color: #c3ccd6;
}

body.dark .pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background-color: #788da2;
}

body.dark .pagination>li>a,
body.dark .pagination>li>span {
    background-color: #788da2;
    border: 1px solid #576d84;
}

body.dark .panel-rounds, body.dark .select2-selection__choice {
    background-color: #3a4d61 !important;
}

body.dark .panel-default {
    border-color: #576d84;
}

body.dark .time-rounds {
    color: #8fa2af;
}

body.dark .highlight-player,
body.dark .highlight-player .points-green,
body.dark .highlight-player .points-red {
    background-color: #b4c700 !important;
}


body.dark .dark-mode {
    background-color: #a8bdd4;
}

body.dark .profile-header-main {
    background-color: #576d84;
}

body.dark .profile-header-sub {
    background-color: #435669;
}

body.dark input[type=search] {
    background-color: #9da7b1;
}

.dark-mode {
    position: fixed;
    top: 0;
    right: 0;
    width: 90px;
    height: 20px;
    padding: 3px;
    z-index: 10000;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #3f586d;
    color: #FFF !important;
}

.dark-mode a,
.dark-mode a:visited,
.dark-mode a:active {
    color: #FFF;
    text-decoration: none;
    transition: all 0.2s;
}

.dark-mode a:hover {
    color: #b0c7d3;
}


body.dark .container-bye-rounds {
    background-color: #3a4d61;
}

body.dark .navbar-bye-rounds {
    color: #FFF;
}

body.dark .bye-rounds-hide {
    background-color: #a8bdd4;
    color: #FFF;
}

body.dark .bye-rounds-text {
    background-color: #32f7b3;
    color: #222;
}

body.dark .bye-rounds-flex>div {
    color: #fff;
}

body.dark .bye-rounds-flex>div>span {
    color: #d0d0d0;
}

body.dark .quick-search-container .results,
body.dark .team-search-container .results {
    background-color: #668fb9;
}

body.dark .results-player {
    border-bottom: 1px solid #182838;
}

body.dark .trade-calc-inner {
    background-color: #576d84;
}

body.dark .trade-calc-player-option:hover {
    background-color: #576d84;
}

body.dark .trade-calc-dropdown {
    background-color: rgb(58 77 97);
}

body.dark .calc-player-container {
    background-color: #3a4d61;
}

body.dark .calc-citb,
body.dark .calc-result {
    background-color: #3a4d61;
}


body.dark .trade-calc-inner .col-cash,
body.dark .trade-calc-inner .col-trades {
    color: #ffffff;
}

body.dark .calc-player-inner {
    color: #fff;
}


body.dark .filter-with-player-results {
    background-color: #3a4d61;
}

body.dark .filter-with-player-remove {
    background-color: #363636;
    color: #FFF;
}

body.dark .filter-with-player-remove:hover {
    background-color: #d5d5d5;
    color: #000;
}


body.dark .match-note-card-content, body.dark .match-note-card-footer, body.dark .match-note-card-footer-tools, body.dark .match-note-form,
body.dark .ta-header, body.dark .ta-trade-history {
    background-color: #576d84;
}

body.dark .match-note-form input, body.dark .match-note-form textarea, body.dark .fsChat-user textarea, body.dark .match-note-form .select2, 
body.dark .select2-container--default .select2-selection--multiple,
body.dark .ta-trade-card, body.dark .ta-trade-header, body.dark .ta-squad-card .ta-player, body.dark .ta-player-labels, body.dark .ta-player-card {
    background-color: #788da2;
    border: 0;
    border-radius: 0;
    color: #FFF;
}



body.dark .ta-squad-card .ta-player:hover {
    background-color: #566a7e;
    
}

body.dark .ta-trade-header {
    background-color: #668fb9;
    font-weight: bold;
}

body.dark .ta-squad-meta {
    background-color: #668fb9;

}

body.dark .ta-squad-card .ta-player.active {
    background-color: #e400ff;
}

body.dark .ta-squad-card .ta-player.active:hover {
    background-color: #a700b9;
    
}

body.dark .select2-container .select2-dropdown .select2-results ul {
    background-color: #788da2;
  }
  
body.dark .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #a1b7ce;
  }

body.dark .match-note-icon {
    color: rgb(50 247 179);;
}

body.dark i.note-exists {
    color: rgb(50 247 179);
}

body.dark .btn-casualty-ward {
    background-color: #da5555;    
}

body.dark .btn-casualty-ward:hover {
    background-color: #8a2929;    
}

body.dark .injured-card-content, body.dark .injured-card-footer {
    background-color: #9f6565;
}

/*** END DARK MODE ***/




/*** TABLETS OR SOME SHIT ***/
@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-default .navbar-nav>li>a>i {
        display: none;
    }
    .px-3 {
        padding-right: 5px !important;
    }
    .dropdown-filters {
        overflow:visible;
    }
}


@media only screen and (max-width: 1200px) {

    .container {
        max-width: 100%;
        width: 100%;
    }

    .container-mobile {
        padding-left: 0;
        padding-right: 0;
    }

    .dark-mode {
        display: none;
    }

}


.show-on-small {
    display: none;
}

.hide-on-small {
    display: inline-block;
}

@media only screen and (max-width: 414px) {
    .show-on-small {
        display: inline-block;
    }

    .hide-on-small {
        display: none;
    }


    .navbar-nav i {
        display: none;
    }

    .navbar-nav {
        padding: 10px;
    }

    .navbar-nav li {
        padding: 5px 0px !important;
        border-bottom: 1px solid #0de49a;
    }


    .bye-rounds-button {
        display: inline-block;
        margin: 2px;
    }

    .bye-rounds-flex {
        padding-bottom: 15px;
    }

    .bye-rounds-flex>div {
        font-size: 0.9rem;
    }


    #interchange_timeline_wrapper {
        width: 100%;
    }

    #home_squad_h3 {
        display: none;
    }

    #away_squad_h3 {
        display: none;
    }

    .text-muted {
        font-size: 0.8em;
    }

    .container-mobile {
        padding-left: 0;
        padding-right: 0;
    }

    .container-game-list {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .header-game-box {
        min-width: 50px;
        width: 50px;
        padding-right: 6px;
    }

    .match-vs h3 {
        font-size: 1rem;
    }

    .venue-details {
        font-size: 1rem;
    }

    .menu-match-name-full,
    .menu-match-info-full {
        display: none;
    }

    .menu-match-name-abrev,
    .menu-match-info-abrev {
        display: inline-block;
    }

    .menu-match-info {
        font-weight: 300;
    }

    .home_score_lg {
        background-color: #32f7b3;
        font-weight: 600;
        margin-right: 0;
        width: 30px;
        height: 30px;
        float: right;
        font-size: 1.3rem;
    }

    .predictor-list-item {
        display: grid;
    }

    .away_score_lg {
        background-color: #32f7b3;
        margin-left: 0;
        font-weight: 600;
        width: 30px;
        height: 30px;
        float: left;
        font-size: 1.3rem;
    }

    .player-details .menu-badge-svg {
        height: 1.4rem;
        padding: 0;
        width: 1.4rem;
    }

    .player-panel {
        float: left;
    }

    .player-panel-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .player-panel {
        width: 60px;
        height: 60px;
        border-radius: 10px;
        margin-left: 0;
    }


    .top-ownership-info {
        display: none;
        margin: 2px;
    }

    .player-panel-next-five {
        width: 100%;
        display: inline-block;
        margin: 10px;
        background-color: unset;
    }

    .player-panel-details-next-five .panel-name {
        font-size: 10px;
        color: grey;
    }

    .player-panel-next-five img {
        width: 30px;
    }

    .pp-player_name {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1.6rem;
    }

    .pp-next_five .opponent-abrev {
        font-size: 0.8rem;
        font-weight: 600;
    }

    .panel-name {
        font-size: 0.7rem;
    }

    .panel-number {
        font-size: 1.3rem;
    }

    .player-news-card .news-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        width: 100%;
    }

    .player-news-card .expand-short {
        display: inline-block;
    }

    .player-news-card .expand {
        display: none;
    }

    .navbar-default .navbar-nav>li>a {
        font-weight: 800;
        font-size: 1.0rem;
    }

    .navbar-nav>li>.dropdown-menu {
        width: 90%;
    }

    .navbar-subheader {
        font-size: 0.9rem;
        font-weight: 400;
    }

    .player-select select,
    .quick-search,
    .team-search {
        width: 100%;
        margin-right: 0;
    }

    .quick-search-container,
    .team-search-container {
        width: 100%;
    }

    .quick-search-container .results,
    .team-search-container .results {
        width: 100%;
    }

    .calc-player-inner {
        font-weight: 500;
        font-size: 1.0rem;
    }

    .trade-calc-inner {
        flex-direction: column;
    }

    .calc-player-container {
        padding: 5px;
    }


    .btn-trade-calc {
        width: 100%;
    }

    .predicted-score {
        margin: auto;
        margin-bottom: 20px;
    }

    .predictor-list-item {
        text-align: center;
    }

    .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        float: left;
        font-weight: 500;
        width: 100px;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

    .dropdown-link-game {
        height: 110px;
        overflow: hidden;
    }


    .price-predictor-sub {
        display: none;
    }

    .overflow-div {
        overflow-x: auto;
    }

    .footer-paypal {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .footer-tab {
        display: block;
    }

    .player-link-highlight {
        display: none;
    }


    .profile-header-sub a {
        padding: 0 5px;
        font-weight: 600;
        transition: ease 0.3s all;
        font-size: 1.0rem;
    }

    .profile-header-sub a:first-of-type {
        padding-left: 0;
    }

    .profile-header-sub .user {
        font-size: 1rem;
        padding-top: 10px;
    }

    .team-info-box {
        margin: 3px;
        padding: 5px;
    }

    .team-info-box .value {
        font-size: 1rem;
    }
}







/* ---------------------------------------------- /*
 * Loading Spinner
/* ---------------------------------------------- */

/* Absolute Center Spinner */
.loading {
    display: none;
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 50px;
    height: 50px;
    margin-top: -0.5em;

    border: 5px solid rgba(33, 150, 243, 1.0);
    border-radius: 100%;
    border-bottom-color: transparent;
    -webkit-animation: spinner 1s linear 0s infinite;
    animation: spinner 1s linear 0s infinite;


}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*** leave at bottom **/
.high__light, body.dark .high__light {
    background: #222;
    color: #FFF;
}