::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #333;
}

::-webkit-scrollbar-thumb {
    background: #B6B6FF;
    -webkit-border-radius: 1ex;
}

::-webkit-scrollbar-corner {
    background: #000;
}

html {
    /* background: #ddd; */
    background-color: #000;
    /* color: green; */
    /* color: #7CFF6A; */
    color: #6CDE5B;
    padding: 10px;
    /* font-family: "Courier Regular"; */
    /* font-family: courier; */
    font-family: consolas, courier, monospace;
    font-size: 16px;
    /* font-weight: bold; */
}

body {
    max-width: 1280px;
}

a:link {
    color: #B6B6FF;
}

a:visited {
    /* color: #8282ff;  */
    color: #B6B6FF;
}

a:hover {
    color: lightgoldenrodyellow;
}

a:active {
    color: white;
}

a.selected {
    color:white;
    /* font-family: "segoe ui black"; */
    text-decoration: none;
    /* text-shadow:    0px 0px 15px #FFC72B, 
                    0px 0px 15px #FFC72B; */
}

.header-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 10px;
    margin-bottom: 50px;
}

.header-grid a {
    text-decoration: none;
}

.header-grid nav {
    justify-self: center;
}

.header-grid nav a {
    color: black;
    font-size: 1.6rem;
    padding: 5px 20px;
    margin: 0;
    border: 1px solid;
    background-color: #AAA;
}

.header-grid nav a.selected {
    background-color: white;
}

.header-grid nav a:nth-child(1) {
    border-radius: 50px 0 0 50px;
}

.header-grid nav a:nth-child(3) {
    border-radius: 0 50px 50px 0;
}

.main-grid {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-row-gap: 20px;
}

.tabs {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
    background-color: #111;
  }
  
  /* Style the buttons inside the tab */
  .tabs button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: white;
  }
  
  /* Change background color of buttons on hover */
  .tabs button:hover {
    background-color: #6CDE5B;
  }
  
  /* Create an active/current tablink class */
  .tabs button.active {
    background-color: #6CDE5B50;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px;
    /* border: 1px solid #ccc; */
    border-top: none;
  }

.r1 {
    grid-row: 1;
}

.r2 {
    grid-row: 2;
}

.c1 {
    grid-column: 1;
}

.c2 {
    grid-column: 2;
}

.flex {
    display: flex;
}

.row {
    flex-direction: row;
}
  
.col {
    flex-direction: column;
}

.feedback-main {
    max-width: 800px;
    margin: auto;
}

.feedback-main h2 {
    margin: 0;
}

.feedback-h {
    font-size: 4rem;
}

.feedback-p {
    font-size: 1.6rem;
}

#feedback p {
    font-size: 1.6rem;
    margin-bottom: 5px;
}

#feedback input {
    padding: 5px;
    border: 1px;
    font-size: 1rem;
    border-radius: 10px;
}

#feedback textarea {
    padding: 5px;
    font-size: 1rem;
    border-radius: 10px;
}

#feedback button {
    padding: 10px;
    border-radius: 10px;
}

.player-name {
    font-size: 4rem;
    margin: 0;
}

.player-stats {
    font-size: 2rem;
    margin-bottom: 20px;
}

.player-stats * {
    margin: 0;
}

.player-stats >:nth-child(1) {
    margin-right: 5px;
    text-align: right;
}

.player-stats >:nth-child(2) {
    text-align: right;
}

.player-stats >:nth-child(3) {
    margin: 0px 2px;
}

.player-stats >:nth-child(4) {
    text-align: left;
}

.player-grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 1.6rem;
    color: #AAA;
    margin: 0;
    margin-bottom: 20px;
}

.center {
    max-width: 100%;
    margin: auto;
}

.player-table {
    font-size: 1.6rem;
    max-width: 500px;
}

.player-table td {
    color: #B6B6FF;
}

.player-grid *,
.player-grid2 * {
    margin: 0;
}

.score-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.score-grid * {
    color: #AAA;
    margin: 0;
}

.score-grid .score,
.score-grid .gameid {
    font-size: 2.5rem;
}

.score-grid .activetime,
.score-grid .concluded {
    font-size: 1.6rem;
}

.score-grid .score span {
    font-size: 3rem;
}

.score-grid .gameid span {
    font-size: 3rem;
    color: #6CDE5B;
}

.score-grid .activetime span {
    color: #6CDE5B;
}

.score-grid .gameid,
.score-grid .concluded {
    text-align: right;
}

.gameidlookup {
    width: 60%;
    margin: 0;
    padding: 5px 2px;
    border: 0;
}

ul {
    max-height:250px;/* you can change as you need it */
    max-width:90px;
    overflow: auto;/* to get scroll */
    border: 1px solid #555;
    font-size: 1.1rem;
    padding-left: 30px;
 }

 /* .navbar {
     display: block;
     margin-bottom: 160px;
 } */

table {
 /* border: 1px solid #000; */
 width: 100%;
 table-layout: fixed;
 border-collapse: collapse;
}

thead {
    display: table-header-group;
    border-color: inherit;
    text-align: left;
}

table tr {
    /* border-bottom: 1px solid #f0f0f070; */
    line-height: 1.3;
}

table th:nth-child(1) {
    width: 50px;
}

table th:nth-child(2) {
    width: 200px;
}

table th:nth-child(3) {
    width: 70px;
}

table th:nth-child(4) {
    width: 70px;
}

table th, table td {
    font-family: inherit;
    font-size: inherit;
    border-bottom: 1px solid #f0f0f070;
    /* border-bottom: 2px dashed #6CDE5B; */
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tfoot {
    display: table-footer-group;
    vertical-align: middle;
    border-color: inherit;
}

.bargraphbox {
    max-width: 625px;
}

.bargraph {
    display:inline-block;
    height: 50px;
}

.underline {
    text-decoration: underline;
}

.ship1 {background-color: rgb(60%,60%,60%);}

.ship2 {background-color: rgb(90%,60%,20%);}

.ship3 {background-color: rgb(0%,70%,0%);}

.ship4 {background-color: rgb(60%,40%,90%);}

.ship5 {background-color: rgb(100%,0%,0%);}

.ship6 {background-color: rgb(100%,0%,100%);}

.ship7 {background-color: rgb(0%,0%,0%);}

.ship8 {background-color: rgb(0%,0%,100%);}

.ship9 {background-color: rgb(100%,100%,100%);}

.f0, .color-team {
    /* color: gold; */
    color: #FFC72B;
}

.f1, .color-enemy {
    /* color: darkturquoise; */
    color: #B6B6FF;
}

.color-green {
    color: #6CDE5B;
}

.color-gray {
    color: #AAA;
}

.inline {
    display: inline;
}

/* .main-child-content {
    position: relative;
} */

.title {
    color: #B6B6FF;
    font-size: 1.6rem;
    margin: 0;
    position: relative;
}

.subtitle {
    color: #B6B6FF;
    margin: 0;
    position: absolute;
    left: 194px;
}

/* .select-game-id {
    font-size: 2rem;
} */

/* .gameid {
    font-size: 2rem;
    text-align: center;
    margin: 0;
    position: relative;
    top: -30px;
} */

/* .gameid .big {
    font-size: 5rem;
} */

.scroll {
    list-style: none;
}

.nomargin {
    margin: 0;
} 

.tables {
    position: relative;
}

.collapsible {
    background-color: #111;
    color: white;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-top: 10px;
  }

  .content {
    max-height: 0;
    overflow: hidden;
  }
  
  .active, .collapsible:hover {
    background-color: #333;
  }

  .timezones-select {
      max-width: 300px;
  }