.selectedcolumn {
  background-color: #212529;
}

.playerimagedec {
  border: 4px solid #f4dbaa;
  background-color: #e6e6e6;
  border-radius: 15px 15px 15px 15px;
}

.playerimagedec0 {
  z-index: 1;
  position: absolute;
  border: 4px solid #f4dbaa;
  background-color: #e6e6e6;
  border-radius: 15px 15px 15px 15px;
  transform: translate(-100%, -25%) rotate(5deg);
}

.playerimagedec1 {
  z-index: 2;
  position: absolute;
  border: 4px solid #f4dbaa;
  background-color: #e6e6e6;
  border-radius: 15px 15px 15px 15px;
  transform: translate(-10%, -25%) rotate(-10deg);
}

.playerimagedec2 {
  border: 4px solid #f4dbaa;
  background-color: #e6e6e6;
  border-radius: 15px 15px 15px 15px;
  transform: translate(-45%, +15%) rotate(2deg);
}

.playerimagedecvar {
  border: 4px solid #f4dbaa;
  background-color: #e6e6e6;
  border-radius: 15px 15px 15px 15px;
  transform: translate(-15%, -15%) rotate(-5deg);
}

.playerhover {
  transform: scale(1.25) rotate(0deg);
  z-index: 1;
}

.playerselectcellstyle {
  width: 100%;
  background-color: #3d3d3d;
  color: white;
  border: hidden;
  white-space: nowrap;
}

.trsplayerpickerstyle {
  width: 100%;
  background-color: #3d3d3d;
  color: black;
  border: hidden;
  white-space: nowrap;
}

/* styling of div select dropdown... */

/* some black magic bleow to "draw" the left "down" arrow... */

.mainselectheaderstyle {
  -webkit-appearance: none;
  font-size: 20px;
  color: #f4dbaa;
  border: hidden;
  white-space: nowrap;
  background: linear-gradient(45deg, transparent 50%, #f4dbaa 50%), linear-gradient(135deg, #f4dbaa 50%, transparent 50%), linear-gradient(to right, #3d3d3d, #3d3d3d);
  background-position: calc(0% + 10px) calc(1em + 2px), calc(0% + 15px) calc(1em + 2px), 0% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  line-height: 1.2em;
  padding: 0.5em 3.5em 0.5em 1em;
  border-radius: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #3d3d3d;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 25px;
  padding-right: 0px;
}

/* Stacked header marquee: ticker row, division picker below (see chalksta-app-shell for themed select) */
.idx-header-marquee {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  width: 100%;
  padding-top: 0.2rem;
  padding-bottom: 0.35rem;
  box-sizing: border-box;
}

.idx-header-marquee .idx-player-div-select-wrap {
  display: block;
  width: 100%;
  max-width: min(100%, 26rem);
  margin: 0;
}

.playerselectcellstylewborder {
  width: 100%;
  background-color: #3d3d3d;
  color: white;
  border: solid;
  border-width: 2px;
  border-radius: 2px;
  white-space: nowrap;
}

.selectborderna {
  width: 100%;
  color: rgb(203,248,24);
  border: double;
  background-color: #3d3d3d;
  white-space: nowrap;
}

/* “My row” / favorite — flat row tint (chalksta-data-tables overrides on modern pages) */
.playerhiglightrow > td {
  outline: none;
  background-color: rgba(144, 238, 144, 0.22) !important;
  box-shadow: none !important;
}

.playerhiglightfavoriterow > td {
  outline: none;
  background-color: rgba(158, 202, 237, 0.28) !important;
  box-shadow: none !important;
}

#submitscorescol {
  display: none;
}

#checkoppscorescol {
  display: none;
}

/* Favorites modal — theme-aware (body.dark-theme from generalconfig / light-dark-theme.css) */
#faves_modal .modal-content {
  background-color: #fff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.35rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

#faves_modal .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  align-items: center;
}

#faves_modal .modal-title {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0;
}

#faves_modal .modal-body {
  background-color: #fff;
  color: #212529;
}

#faves_modal .modal-body > h5 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #495057;
  margin-top: 1.25rem;
  margin-bottom: 0.65rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #e9ecef;
}

#faves_modal .modal-body > h5:first-of-type {
  margin-top: 0;
}

#faves_modal .modal-body .no_bullets li {
  padding: 0.4rem 0;
  border-bottom: 1px solid #f1f3f5;
  line-height: 1.5;
}

#faves_modal .modal-body .no_bullets li:last-child {
  border-bottom: none;
}

#faves_modal .modal-body a {
  color: #e31837;
  font-weight: 600;
  text-decoration: none;
}

#faves_modal .modal-body a:hover,
#faves_modal .modal-body a:focus {
  color: #b8142d;
  text-decoration: underline;
}

#faves_modal .close {
  color: #495057;
  opacity: 0.9;
  text-shadow: none;
}

#faves_modal .close:hover {
  opacity: 1;
  color: #212529;
}

body.dark-theme #faves_modal .modal-content {
  background-color: #343a40;
  color: #f8f9fa;
  border-color: #454d55;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.45);
}

body.dark-theme #faves_modal .modal-header {
  background-color: #2c3034;
  border-bottom-color: #454d55;
}

body.dark-theme #faves_modal .modal-title {
  color: #f8f9fa;
}

body.dark-theme #faves_modal .modal-body {
  background-color: #343a40;
  color: #f8f9fa;
}

body.dark-theme #faves_modal .modal-body > h5 {
  color: #adb5bd;
  border-bottom-color: #454d55;
}

body.dark-theme #faves_modal .modal-body .no_bullets li {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.dark-theme #faves_modal .modal-body a {
  color: #7ec8ff;
}

body.dark-theme #faves_modal .modal-body a:hover,
body.dark-theme #faves_modal .modal-body a:focus {
  color: #fff;
}

body.dark-theme #faves_modal .close {
  color: #f8f9fa;
}

body.dark-theme #faves_modal .close:hover {
  color: #fff;
}

.no_bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.player_card {
  max-width: 160px;
  max-height: 200px;
  min-height: 200px;
}

.usersettings_input {
  text-align: left;
}

.mgmt_editable_cell {
  border-color: sandybrown;
  border-style: solid;
  border-width: 1px;
}

.marquee {
  width: 100%;
  overflow: hidden;
  background: #3d3d3d;
}

.leftalignrow {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.matchinfodiv {
  font-size: 10px;
  color: whitesmoke;
  position: absolute;
  top: 25px;
  left: 0px;
  white-space: nowrap;
}

/* for some reason alignment is off in just the loserbracket */

.matchinfodiv_loserBracket {
  font-size: 10px;
  color: whitesmoke;
  position: absolute;
  top: 50px;
  left: 0px;
  white-space: nowrap;
}

.winnerbracketheader {
  font-size: 20px;
  color: whitesmoke;
  position: absolute;
  white-space: nowrap;
}

.loserbracketheader {
  font-size: 20px;
  color: whitesmoke;
  position: absolute;
  white-space: nowrap;
}

.prizeinfo1 {
  font-size: 16px;
  color: #f4dbaa;
  position: absolute;
  white-space: nowrap;
  top: -25px;
  left: 0px;
}

.prizeinfofinals {
  font-size: 16px;
  color: #f4dbaa;
  position: absolute;
  white-space: nowrap;
  top: -75px;
  left: 0px;
}

.prizeinfo2 {
  font-size: 16px;
  color: #f4dbaa;
  position: absolute;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
  top: -25px;
  left: 0px;
}

.prizeinfo4ormore {
  font-size: 16px;
  color: #f4dbaa;
  position: absolute;
  white-space: nowrap;
  top: 70px;
  left: 0px;
}

.divnameoptionwrap {
  width: 100px;
}

.rr_round_header {
  background: #212529;
  color: #a0b2c3;
  font-size: 14px;
  font-family: Basic, sans-serif;
  font-weight: bold;
}

.lives-full-height {
  height: 100%;
}

.advanced_stat {
  display: none;
}

.player-card-captain-controls {
  display: flex;
}

