/* Reset & Base */

.dashboard-container {
    display: flex;
    min-height: 100vh;
    background: #f9f9f9;
    font-family: 'Helvetica Neue', sans-serif;
}

/* Sidebar */
.sidebar {
    width: 72px;
    background: #0d0d0d;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0;
    gap: 20px;
    margin: 20px 0px 20px 20px;
    border-radius: 10px;
    border: 2px;
    justify-content: space-between;
}

.sidebar img.logo {
    width: 47px;
    margin-bottom: 20px;
}

.icon-img img {
    width: 32px;
    height: 32px;
}

/* Main Content */
.main {
    flex: 1;
    padding: 40px;
    background: #f9f9f9;
}

/* Header */
.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 3px;
}

.dashboard-header h1 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 32px;
    line-height: 82px;
}

.notification img {
    height: 24px;
    width: 24px;
}

.user-img-info img {
    width: 40px;
    height: 40px;
}

.user-img-info{
    display: flex;
    gap: 6px;
}

.info-details strong {
    font-family: Helvetica;
    font-size: 16px;
}

.info-details small {
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 400;
    display: block;
}


/* Tabs */
.tabs {
    background: #fff;
    border-bottom-left-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom-right-radius: 12px;
    height: 40px;
    border-bottom: none !important;
}

.tabs div {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.tabs a {
    text-decoration: none;
    color: #000;
    padding: 7px 24px;
    font-size: 14px;
    font-weight: 500;
}

.tabs .active {
    border-top: 4px solid #008FFF;
}


table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border: none !important;
}

thead th {
    padding: 12px;
    text-align: left;
    color: #4D5156;
    background: #EBEBEB;
    border: none !important;
    font-weight: 400;
    font-size: 14px;
    text-transform:uppercase;
}

tbody tr {
  border-top: 1px solid #eee;
}

tbody td {
    padding: 14px;
    color: #333;
    border-bottom: 1px solid #E1E2E3 !important;
    border: none;
    background: #fff;
}

/* Team Stats Colors */
.green {
  color: green;
  font-weight: bold;
}

.red {
  color: red;
  font-weight: bold;
}

/* No hover row color change */
table tr:hover {
  background-color: inherit;
}


.week-header {
  position: relative;
  background: url('https://300lanes.com/wp-content/uploads/2025/08/86684ad1ea4eb74e24b8d113359ff9585ad7a55e.jpg') no-repeat center center / cover;
  height: 114px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

.week-header .overlay {
    background-color: #17181BB2; /* Dark overlay */
    height: 100%;
    display: flex;
    align-items: center;
    padding: 44px 42px;
}

.week-header h1 {
    color: #fff;
    font-size: 32px;
    font-family: 'Oswald';
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
}


.section-header {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 58px;
}

.section-header h3 {
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 24px;
}

.section-header button {
    width: 40px;
    height: 40px;
    padding: 9px;
    border-radius: 10px;
    margin-top: 9px;
    display: flex;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    background: #17181B;
    margin-right: 10px;
}
.section-header button:hover {
    background: #17181B;
}

.section-header img {
    width: 24px;
    height: 24px;
    max-width: none;
}

.split-section{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

#lane_assignments{
  /* width: 570px;  */
  flex: 1; 
}

#reviews{
    width: 718px;
}

.content.active {
    display: block;
}

.content {
    display: none;
}


#team_rosters .standings-table {
    border-collapse: collapse;
    border-left: none;
    border-right: none;
}

td.team_name {
    border-bottom: none !important;
    font-family: 'Oswald';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

tr.last_row {
    border-bottom: 2px solid #008FFF !important;
}

span.avg_hdcp {
    border: 1px solid #DBE2E9;
    border-radius: 6px;
    padding: 10px;
}

.teams {
    display: flex;
    gap: 16px;
}

.team1 {
    width: 32%;
    /* height: 66px; */
    background: #D2D3D426;
    padding: 10px 16px;
    text-align: center;
    border-radius: 10px;
}
.games {
    padding: 12px 24px;
    background: #fff;
}

.sub-table {
    width: 50%;
}

.game_heading {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.team1 span {
    display: grid;
}

.head_img{
    display: flex;
    gap: 16px;
}

.head_img a {
    display: flex;
}

/* Header */
.user-acc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    margin-bottom: 30px;
}

.user-acc-header h1 {
    font-family: Oswald;
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
}


.user-detail {
  position: relative;
  background: url('https://300lanes.com/wp-content/uploads/2025/08/86684ad1ea4eb74e24b8d113359ff9585ad7a55e.jpg') no-repeat center center / cover;
  height: 114px;
  border-radius: 12px;
  overflow: hidden;
}

.user-detail .overlay {
    background-color: #17181BB2;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 22px 32px;
    justify-content: space-between;
}

.user-detail h1 {
    color: #fff;
    font-size: 32px;
    font-family: 'Oswald';
    font-weight: 700;
    text-transform: uppercase;
}

.userInfo {
    margin-left: 15px;
}

.user-detail img {
    width: 67px;
    height: 67px;
}

.userInfo p {
    margin: auto;
    color: #fff;
}

.userImg{
    display: flex;
}

.overlay button {
    width: 158px;
    height: 46px;
    border-radius: 10px;
    padding: 18px 30px;
    background: #008FFF;
    font-size: 14px;
    text-transform: uppercase;
}

.overview-boxes {
  display: flex;
  gap: 15px;
}

.overview-boxes .box {
    flex: 1;
    background: #D2D3D426;
    padding: 16px 24px;
    border-radius: 8px;
    height: 80px;
}

.overview-boxes .label {
    font-weight: 400;
    color: #666666;
    font-size: 16px;
    margin: auto;
}

.overview-boxes .value {
    font-size: 18px;
    font-weight: 400;
    margin: auto;
}

.scores-section h3 {
  margin-bottom: 10px;
}

.scores-table thead {
  background: #f2f2f2;
}

.scores-table th {
    padding: 24px;
    text-align: left;
    line-height: 10px;
}

.scores-table td {
    padding: 13px 24px;
    text-align: left;
    line-height: 10px;
}

.scores-table td img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.general-overview h3, .scores-section h3, .general-profile h3{
    font-family: Oswald;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.general-overview {
    background: #fff;
    margin-top: 30px;
    padding: 24px;
    border-radius: 10px;
    height: 165px;
}



.score_heading {
    background: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 20px 24px;
    height: 53px;
}

.scores-section {
    margin-top: 20px;
}

.score_tabs {
    height: 42px;
    display: flex;
}

.score_tabs .tabb {
    padding: 16px 24px;
    color: #666666;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    flex: 1;
}

.score_tabs .tabb.active {
    color: #fff;
    background: #008FFF;
}

.scores-table thead {
    background: #EBEBEB;
    height: 58px;
}

.personal-details {
    padding: 24px;
    border: 1px solid #00000033;
    border-radius: 10px;
    margin-bottom: 12px;
}

.personal-details .overview-boxes {
    margin-top: 12px;
}

.general-profile{
   background: #fff;
    margin-top: 30px;
    padding: 24px;
    border-radius: 10px; 
}

.personal-details button {
    background: #fff;
    border: 1px solid #00000033;
}


.user-league-details .box {
    background: #fff;
    border-left: 2px solid #008FFF;
}

.sub-box {
    display: flex;
    justify-content: space-between;
}

main#game_breakdown, #achievements, #league_user_scores, #score_overview , #brackets, #tournament_res{
    margin-top: 20px;
}

main#game_breakdown th, main#game_breakdown td {
    padding: 18px 24px;
}

#achievements .team1 {
    display: flex;
    justify-content: space-between;
    padding: 20px 24px;
    width: 33%;
}

.txt-bld {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #000 !important;
}

.txt-lgt {
    color: #666666;
}

#achievements .section-header {
    background: #EBEBEB;
}

#achievements .game_heading {
    display: flex;
    justify-content: space-between;
    height: 10px;
    margin-bottom: 16px;
}

#achievements button.tabb.active {
    background: #fff;
    color: #000;
    border-bottom: 4px solid #008FFF;
}

#achievements button.tabb {
    font-weight: 500;
}

.user-league-details .label {
    margin: 0px;
}

#league_user_scores .team1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 27px 40px;
    line-height: 11px;
}

canvas {
    width: 525.21875px !important;
    height: 306px !important;
    margin: auto;
}

.chart-div {
    background: #fff;
    padding: 18px 24px;
}

.user-league-details p.value {
    font-size: 16px;
    color: #666666;
}

.sub-table1 {
    width: 42%;
}

.sub-table2 {
    width: 57%;
}

#score_overview .section-header {
    background: #fff !important;
}

.bracket {
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
    gap: 20px;
}

.round-title {
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.round {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 40px;
}

.match {
    background: #fff;
    border-left: 2px solid #ddd;
    padding: 5px 10px;
    border-radius: 4px;
}

.player {
    padding: 4px 0;
}

.player.win {
    color: green;
    font-weight: bold;
}

.player.lose {
    color: red;
}

.score-box {
    font-size: 14px;
    background: #f8f8f8;
    border-radius: 4px;
    padding: 4px 6px;
    display: inline-block;
    margin: 4px 0;
}

.prize-fund {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 10px 15px;
    align-self: start;
    border: 1px solid #eee;
}

.prize-fund h4 {
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
}

.prize-fund p {
    margin: 4px 0;
}

.tournament-container {
    background: white;
    border-radius: 10px;
    padding: 20px;
}

.tournament-header h3 {
    margin: 0 0 20px 0;
}

.overlay a {
    width: 158px;
    height: 46px;
    border-radius: 10px;
    padding: 18px 30px;
    background: #008FFF;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
}