body {
    background-color: rgb(22, 22, 22);
    height: 100%;
    background-image: url('../images/backgrounds/darker.jpg');
    margin: 0;
}

h2 {
    font-size: 1.3vw;
    color: lightskyblue;
    font-family: "Oswald", sans-serif;
    padding-top: 10px;
}

#search {
    margin-bottom: 0.4vw;
    height: 1vw;
    background-color: darkgray;
    border-radius: 0.25vw;
    padding-top: 0.4vw;
    padding-bottom: 0.4vw;
    padding-left: 0.5vw;
    border-color: lightskyblue;
    font-size: 0.8vw;
}

select {
    margin-bottom: 20px;
}

#addplayerdiv {
    background-image: linear-gradient(rgb(66, 66, 66), rgb(44, 44, 44));
    width: 500px;
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 75px;
    margin-top: 75px;
    text-align: center;
}

#searchplayerdiv {
    background-color: rgb(44, 44, 44);
    width: 30%;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 80px;
}

label {
    font-size: 150%;
    color: lightskyblue;
    font-family: "Oswald", sans-serif;
}

button {
    background-color: rgb(9, 39, 104);
    border-radius: 10%;
    transition-duration: 0.4s;
    font-size: 0.8vw;
    padding: 0.5vw 0.8vw;
    color: lightgray;
}

button:hover {
    background-color: #00001a;
}

#resultdiv {
    background-image: linear-gradient(rgb(66, 66, 66), rgb(44, 44, 44));
    width: 70%;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    padding-top: 20px;
    margin-top: 50px;
}

p {
    color: lightskyblue;
    font-size: 1.5vw;
    font-family: "Oswald", sans-serif;
}

#playertitle {
    color: lightskyblue;
    font-family: "Oswald", sans-serif;
    font-size: 1.8vw;
    padding-top: 10px;
    background-color: rgb(44, 44, 44);
    padding-bottom: 10px;
    
}

#playerimage {
    height: 30%;
    width: 55%;
    object-fit: contain;
    padding-bottom: 20px;
}

#statstable {
    margin: 0 auto;
    /* border: 1px solid; */
    width: 80%;
    border-spacing: 0;
}

th {
    border-bottom: 1px solid;
    color: lightskyblue;
    font-size: 1.1vw;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Oswald", sans-serif;
    font-size: 1.1vw;
    background-color: #1f1f1f;
}

td {
    border-bottom: 1px solid darkgrey;
    color: lightgrey;
    font-size: 0.9vw;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Oswald", sans-serif;
    font-size: 0.9vw;
    margin: 0px;
    background-color: #0e0e0e;
}

#teamdisplaydiv {
    background-image: linear-gradient(rgb(66, 66, 66), rgb(44, 44, 44));
    width: 70%;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    margin-top: 100px;
}

#teamblock {
    display: inline-block;
    padding: 20px;
    background-image: linear-gradient(rgb(99, 98, 98), rgb(71, 70, 70));
    border-radius: 10px;
    margin: 10px;
    height: 7vw;
    width: 7vw;
}

#teamblock:hover {
    background-image: linear-gradient(rgb(14, 113, 179), rgb(19, 165, 209));
}

#mainheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(10, 10, 10);
    font-size: 150%;
    width: 100%;
    height: 4vw;
}

header img {
    height: 100px;
}

#title {
    text-align: center;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
    font-size: 2.2vw;
    color: rgb(161, 161, 161);
    /* margin-left: 3vw; */
    margin-left: 2vw
}

#teamimage {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 18vw;
    width: 20vw;
    object-fit: contain;
    /* margin-right: 20%; */
}

#teamimagecontainer {
    display: inline-block;
    height: 10vw;
    width: 15vw;
    margin-right: 8%;
}

#addstatsdiv {
    background-image: linear-gradient(rgb(66, 66, 66), rgb(44, 44, 44));
    width: 500px;
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 75px;
    margin-top: 75px;
    text-align: center;
}

#tournamentstatslink {
    text-align: center;
    font-size: 200%;
}

#toplink:hover {
    color:blue;
}

#toplink {
    text-decoration: none;
    color:lightyellow;
    background-color: lightskyblue;
    padding: 18px;
}

#T2teamdisplaydiv {
    background-image: linear-gradient(rgb(66, 66, 66), rgb(44, 44, 44));
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    margin-top: 100px;
}

#rostertable {
    margin: 0 auto;
    border: 1px solid;
    width: 80%;
}

caption {
    font-size: 1.2vw;
    color: lightgray;
    font-family: "Oswald", sans-serif;
    padding-top: 80px;
}

#teamblockimage{
    object-fit: contain;
    height: 7vw;
    width: 7vw;
}

#eventsdisplaydivtwentyfive {
    background-image: linear-gradient(rgb(53, 53, 53), rgb(27, 27, 27));
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    /* margin-top: 100px; */
}

#eventsdisplaydivtwentyfour {
    background-image: linear-gradient(rgb(53, 53, 53), rgb(27, 27, 27));
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    margin-top: 5%;
}

#eventsdisplaydivtwentythree {
    background-image: linear-gradient(rgb(53, 53, 53), rgb(27, 27, 27));
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    margin-top: 5%;
}

#eventsdisplaydivtwentytwo {
    background-image: linear-gradient(rgb(53, 53, 53), rgb(27, 27, 27));
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    margin-top: 5%;
}

#eventsdisplaydivtwentyone {
    background-image: linear-gradient(rgb(53, 53, 53), rgb(27, 27, 27));
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    margin-top: 5%;
}

#eventsdisplaydivtwenty {
    background-image: linear-gradient(rgb(53, 53, 53), rgb(27, 27, 27));
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    margin-top: 5%;
}

#eventsdisplaydivnineteen {
    background-image: linear-gradient(rgb(53, 53, 53), rgb(27, 27, 27));
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    margin-top: 5%;
}

#eventsdisplaydiveighteen {
    background-image: linear-gradient(rgb(53, 53, 53), rgb(27, 27, 27));
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    margin-top: 5%;
}

#eventsdisplaydivseventeen {
    background-image: linear-gradient(rgb(53, 53, 53), rgb(27, 27, 27));
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    margin-top: 5%;
}

#eventsdisplaydivsixteen {
    background-image: linear-gradient(rgb(53, 53, 53), rgb(27, 27, 27));
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    margin-top: 5%;
}


#gg {
    color: lightskyblue;
}

#navbutton {
    background: none;
    border: none;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 3vw;
    margin-right: 3vw;
    color: lightgray;
    padding: 0.65vw;
    font-size: 1vw;
    transition-duration: 0.4s;
    border-radius: 0;
    cursor: pointer;
}

#navbar {
    background-color: rgb(12, 12, 12);
    /* text-align: center; */
    margin-top: 0px;
    position: sticky;
    top:0;
    border-top: 1px solid gray;
}

#navbutton:hover {
    background-color: rgba(54, 54, 54, 0.623);
}

#tablesortlink {
    text-decoration: none;
    color: lightskyblue;
}

#tablesortlink:hover {
    color: rgb(13, 43, 107);
}

#playerinfodiv {
    background-color: rgb(44, 44, 44);
    padding-top: 5px;
    padding-bottom: 5px;
    width: 70%;
    margin: 0 auto;
}

#playerprofilelink {
    color: lightgray;
    text-decoration: none;
    transition-duration: 0.2s;
}

#playerprofilelink:hover {
    color: rgb(9, 39, 104);
}

footer {
    display: flex;
    border-top: 3px solid lightskyblue;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 250px;
    background-color: rgb(10, 10, 10);
}

#twitter {
    height: 200px;
    width: 200px;
}

#github {
    height: 200px;
    width: 200px;
}

#twitterdiv {
    text-align: center;
}

#githibdiv {
    text-align: center;
}

#abouttitle {
    color: lightskyblue;
    font-size: 2vw;
    font-family: "Oswald", sans-serif;
}

#aboutp {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 2vw;
    font-size: 1.2vw;
    color: lightgray;
}

#careerStatsDiv {
    background-color: rgb(44, 44, 44);
    padding-top: 5px;
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 55px;
}

#playerNameLogo {
    height: 2vw;
    width: 2vw;
    object-fit: contain;
}

#playerEventLogo {
    height: 1.2vw;
    width: 1.2vw;
    object-fit: contain;
}

#playerFlag {
    height: 1vw;
    width: 1.5vw;
}

#awardsDiv {
    background-color: rgb(44, 44, 44);
    padding-top: 5px;
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 2%;
}

#awardImage {
    height: 9vw;
    width: 9vw;
    object-fit: contain;
}

#awardsContainer {
    background-color: rgb(44, 44, 44);
    padding-top: 5px;
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 55px;
}

#award {
    padding-left: 5%;
    padding-right: 5%;
    display: inline-block
}

#eventsPageImage {
    margin-top: 3%;
    margin-bottom: 3%;
    height: 20%;
    width: 20%;
}

#eventsInfoDiv {
    background-color: rgb(44, 44, 44);
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3%;
}

#eventsInfoDiv p {
    font-size: 1.3vw;
}

#standingsstable {
    margin: 0 auto;
    border: 1px solid;
    margin-bottom: 5%;
    width: 50%;
}

#progressBarDiv {
    width: 100%;
    background-color: rgb(10, 10, 10);
}

#progressBar {
    width: 0%;
    height: 3px;
    background-color: lightskyblue;

}

#headerSearch {
    background-color: darkgray;
    border-radius: 1vw;
    padding: 0.35vw 0.65vw;
    border-color: lightskyblue;
    font-size: 0.8vw;
}

#headerSearchSubmit {
    background: none;
    border: none;
    border-radius: 8px;
    transition-duration: 0.4s;
    font-size: 0.8vw;
    padding: 10px 13px;
    color: lightgray;
    margin-left: 0.2vw;
    float: right;
    height: 2.15vw;
}

.search-container {
    display: flex;
    align-items: center;
    margin-right: 4%;
}

#headerForm {
    display: flex;
}

#footerHeader {
    font-size: 1vw;
    color: lightskyblue;
    font-family: "Oswald", sans-serif;
}

#socialLink {
    font-family: "Oswald", sans-serif;
    color: lightskyblue;
    font-size: 0.7vw;
}

#sociala {
    text-decoration: none;
    color: #757575;
}

#sociala:hover {
    color: lightskyblue
}

#ticker-box {
    background-color: rgb(0, 0, 0);
    /* display: flex; */
    /* align-items: center; */
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 0.65vw;
}

#ticker-item {
    margin-top: 0.35%;
}

#winningScore {
    color: lightskyblue;
}

#ticker-image {
    height: 0.9vw;
    width: 0.9vw;
    object-fit: contain;
}

.autocomplete-items {
    position: absolute;
    /* border: 1px solid #d4d4d4; */
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    font-size: 0.75vw;
  }

  .autocomplete {
    position: relative;
    display: inline-block;
  }

  .autocomplete-items div {
    color: white;
    padding: 10px;
    cursor: pointer;
    background-color: #0e0e0e; 
    border-bottom: 1px solid #8f8f8f; 
    font-family: "Oswald", sans-serif;
  }

  .autocomplete-items div:hover {
    background-color: lightskyblue; 
  }

  .autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }

  .statsedit {
    background-color: darkgray;
    border-radius: 8px;
    padding: 1% 3%;
    border-color: lightskyblue;
    font-size: 75%;
    margin-bottom: 10px;
  }

#backButton {
    float: left;
    margin-left: 3%;
    font-size: 2.5vw;
    padding: 0.05vw 1vw;
    color: #1f1f1f;
    background-color: #757575;
    cursor: pointer;
    display: inline-flex;
    object-fit: contain;
}

#backButton:hover {
    background-color: #2c2c2c;
    color: white;
}

#backbuttoncontainer {
    height: 3.5vw;
    width: 100%;
    margin-bottom: 1vw;
}

/* nav drop down menu */
.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #0e0e0e;
    min-width: 55%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 50px;
  }

  .show {
    display: block;
}

  .dropbtn {
    background-color: rgb(44, 44, 44);
    margin-top: 12px;
    margin-left: 4vw;
    margin-right: 4vw;
    color: lightgray;
    padding: 0.65vw;
    font-size: 1vw;
    transition-duration: 0.2s;
    border-radius: 5px;
    cursor: pointer;
  }

  .dropdown-content a {
    color: white;
    padding: 0.5vw 0.5vw;
    text-decoration: none;
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 1vw;
    border-bottom: 1px solid lightgray;
  }

  .dropdown a:hover {
    background-color: rgb(8, 8, 8);
}

#comingSoon {
    font-size: 300%;
    padding: 1%;
}

/* event page team link */
#teamPageLink {
    text-decoration: none;
    color: lightgray;
    transition-duration: 0.2s;
}

#teamPageLink:hover {
    color: rgb(9, 39, 104);
}

.eventTitle {
    font-size: 1.8vw;
}

/* Events blocks */
#eventblock {
    display: inline-block;
    padding: 20px;
    background-image: linear-gradient(rgb(99, 98, 98), rgb(66, 66, 66));
    border-radius: 10px;
    margin: 10px;
    height: 6vw;
    width: 50vw;
}

#eventblockimage{
    object-fit: contain;
    height: 6vw;
    width: 6vw;
    float: left;
    padding-left: 3%;
}

#eventblock:hover {
    background-image: linear-gradient(rgb(14, 113, 179), rgb(19, 165, 209));
}

.eventBlockTitle {
    margin-top: 0;
    font-size: 1.2vw;
}

#eventBlockDate {
    font-size: 0.8vw;
    color: #1b1b1b;
}

/* Records */
#record {
    font-size: 1.1vw;
}

#recordListDiv{
    width: 15vw;
    border: 1px solid lightskyblue;
    background-color: #1f1f1f;
    margin: 0 auto;
    margin-bottom: 3%;
}

#recordListDivContainer {
    display: flex;
}

#playerRecordName {
    color: white;
    text-decoration: none;
    transition-duration: 0.2s;
}

#playerRecordName:hover {
    color: rgb(9, 39, 104);
}

#recordsWarning {
    font-size: 100%;
    margin-bottom: 5%;
}

/* Event Filter */

#eventFilterDiv {
    background-color: rgb(44, 44, 44);
    width: 30%;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 80px;
    display: flex;
}

#closeEventFilterBtn {
    float: right;
    height: 10%;
    padding: 2% 2%;
    margin-left: 20%;
    margin-right: 0%;
    margin-top: 3%;
}

#eventFilterDivHeader {
    display: flex;
    margin: 0 auto;
}

#eventFilterDivHeader h2 {
    margin-left: 40%;
}

#eventCheckboxDiv {
    display: flex;
    justify-content: center;
}

.eventCheckBoxLabel {
    position: relative;
    margin-left: 35px;
    margin-right: 50px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .eventCheckBoxLabel input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .checkmark {
    position: absolute;
    top: 0;
    height: 1.5vw;
    width: 1.5vw;
    background-color: #eee;
  }
  
  .eventCheckBoxLabel:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  .eventCheckBoxLabel input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .eventCheckBoxLabel input:checked ~ .checkmark:after {
    display: block;
  }
  
  .eventCheckBoxLabel .checkmark:after {
    left: 0.6vw;
    top: 0.10vw;
    width: 0.2vw;
    height: 0.75vw;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #showEventFilterBtn {
    margin-left: 20%;
    font-size: 100%;
    margin-bottom: 0px;
    margin-top: 5%;
    cursor: pointer;
  }

  #closeEventFilterBtn {
    background-color: #00001a00;
    cursor: pointer;
  }

  #closeEventFilterBtn:hover {
    background-color: #00000069;
  }

#qualifiesToLogo {
    height: 2.3vw;
    width: 2.3vw;
    object-fit: contain;
}

.qualifiesToLink {
    color: lightgray;
    text-decoration: none;
    transition-duration: 0.2s;
}

.qualifiesToLink:hover {
    color: rgb(9, 39, 104)
}

#recentPlacingsTable {
    margin: 0 auto;
    border: 1px solid;
    width: 70%;
}

#pageSectionHeader {
    padding-top: 90px;
}

#awardCaption {
    text-decoration: none;
}

#teamTotalEarnings {
    color: lightgray;
}

#currentTeamLink {
    text-decoration: none;
    color: lightgray;
    transition-duration: 0.2s;
}

#currentTeamLink:hover {
    color: rgb(9, 39, 104);
}

#playertotalearnings {
    color: lightgray;
}

#playerLegalName {
    color: lightgray;
}

#tableCaptionLink {
    text-decoration: none;
    transition-duration: 0.2s;
    color: lightgray;
}

#tableCaptionLink:hover {
    color: rgb(9, 39, 104);
}

#pagination-btn {
    background-color: rgb(12, 12, 12);
    margin-top: 12px;
    margin-bottom: 12px;
    color: lightgray;
    padding: 0.65vw;
    font-size: 1vw;
    transition-duration: 0.2s;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
}

#pagination-btn:hover {
    background-image: linear-gradient(rgb(4, 20, 54), rgb(13, 43, 107));
}

#pagination-page-lbl{
    margin-bottom: 20px;
    font-size: 120%;
}

#fullrecordslink{
    text-decoration: none;
    color: lightskyblue;
    transition-duration: 0.2s;
}

#fullrecordslink:hover {
    color: rgb(9, 39, 104);
}

#loginLink {
    color: lightgray;
    margin-left: 3vw;
    padding: 0.6vw;
    font-size: 0.85vw;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    border-radius: 10px;
    transition-duration: 0.2s;
}

#loginLink:hover {
    color: lightskyblue;
}

#logoutLink {
    margin-left: 2vw;
    color: rgb(0, 0, 0);
    background-color: lightskyblue;
    padding: 0.6vw;
    border-radius: 100%;
    transition-duration: 0.2s;
    font-size: 0.8vw;
}

#userProfileLink {
    margin-left: 2vw;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    color: lightgray;
    border-radius: 20%;
    transition-duration: 0.2s;
    font-size: 0.8vw;
}

#userProfileLink:hover {
    color: rgb(9, 39, 104);;
}

#logoutLink:hover {
    color: lightskyblue;
    background-color: gray;
}

#createAccountdiv {
    background-image: linear-gradient(rgb(66, 66, 66), rgb(44, 44, 44));
    width: 70%;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    padding-top: 20px;
    margin-top: 6vw;
    margin-bottom: 10vw;
}

.signupInput {
    background-color: darkgray;
    border-radius: 8px;
    padding-left: 0.5%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    border-color: lightskyblue;
    font-size: 100%;
    margin-bottom: 1vw;
    width: 20%;
}

.just-validate-error-label {
    font-size: 120%;
    font-family: "Oswald", sans-serif;
    background-color: darkgray;
}

#createAccountHeader {
    font-family: "Oswald", sans-serif;
    color: lightgray;
}

.signUpBtn {
    font-size: 150%;
    margin-bottom: 2vw;
    cursor: pointer;
    margin-top: 1.8vw;
}

#createAccountLink  {
    color: lightgray;
    transition-duration: 0.2s;
}

#createAccountLink:hover  {
    color: rgb(9, 39, 104);
}

#loggedInMsg {
    float: left;
    font-size: 140%;
    margin-left: 1vw;
    margin-right: 0;
    position: absolute;
}

#navBarBtnsDiv {
    text-align: center;
    position: relative;
    background-color: rgb(22, 22, 22);
    border-bottom: 1px solid gray;
}

#nowLoginLink {
    color: lightgray;
}

#nowLoginLink:hover {
    color: rgb(9, 39, 104);
}

#loginFailed {
    color: red;
    font-size: 150%;
}

#changeProfileForm {
    margin-bottom: 3vw;
    border-bottom: 2px solid lightgray;
    padding: 1vw;
}

#changeUsernameForm {
    margin-bottom: 3vw;
    border-bottom: 2px solid lightgray;
    padding: 1vw;
}

#changeEmailForm {
    margin-bottom: 3vw;
    border-bottom: 2px solid lightgray;
    padding: 1vw;
}

#changePasswordForm {
    margin-bottom: 3vw;
    border-bottom: 2px solid lightgray;
    padding: 1vw;
}

#userFullSizeProfileImg {
    height: 20vw;
    width: 20vw;
    margin-bottom: 2vw;
}

#userProfileInfoDiv {
    background-color: #1b1b1b;
    padding: 1vw;
    margin-bottom: 1vw;
    border-top: 2px solid lightskyblue;
}

#userProfileInfoDiv p {
    font-size: 150%;
}

#userProfileInfoDiv span {
    color: lightgray;
}

#profileEditInfoBtn {
    background-color: rgb(9, 39, 104);
    color: lightgray;
    padding: 0.3vw;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    padding-top: 0.2vw;
    padding-bottom: 0.2vw;
    border-radius: 15%;
    transition-duration: 0.2s;
}

#profileEditInfoBtn:hover {
    background-color: lightgray;
    color: lightskyblue
}

#profileChangeOk {
    background-color: rgb(9, 39, 104);
    color: lightgray;
    text-decoration: none;
    margin-bottom: 2vw;
    border-radius: 15%;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    padding-top: 0.2vw;
    padding-bottom: 0.2vw;
}

#profileChangeOk:hover {
    background-color: rgb(2, 11, 29);
    color: rgb(97, 97, 97);
}

#transfertable {
    margin: 0 auto;
    /* border: 1px solid; */
    width: 80%;
    border-spacing: 0;
}

#transfertable td {
    padding: 0.5vw;
}

#halloffameDiv {
    display: flex;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 1vw;
    background-image: linear-gradient(rgb(31, 31, 31), rgb(15, 15, 15));
    border-radius: 10px;
}

.hofPlayerDiv {
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    padding: 1vw;
}

.hofPlayerImg {
    height: 15vw;
    width: 15vw;
    object-fit: contain;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.hofPlayerCaption {
    margin-bottom: 0;
}

.hofStat {
    font-size: 120%;
    margin-top: 0;
}

#disclaimer {
    font-size: 90%;
    text-align: center;
}

#hofQualifications {
    font-size: 120%;
    color: lightgray;
    font-family: "Oswald", sans-serif;
    transition-duration: 0.2s;
}

#hofQualifications:hover {
    color: rgb(9, 39, 104);
}

#yearHeader {
    margin-top: 3vw;
}

#hofHeader {
    color: lightgray;
    font-size: 250%;
}

#qualificationsTitle {
    color: lightgray;
}

#hofQualDiv {
    background-image: linear-gradient(rgb(66, 66, 66), rgb(44, 44, 44));
    width: 70%;
    margin: 0 auto;
    border-radius: 10px;
    padding-top: 20px;
    margin-top: 50px;
}

#hofQualDiv h2 {
    text-align: center;
}

#hofQualDiv ol {
    margin-left: 15%;
    color: lightgray;
    font-family: "Oswald", sans-serif;
}

#hofPlayerLink {
    text-decoration: none;
    color: lightgray;
    transition-duration: 0.2s;
}

#hofPlayerLink:hover {
    color: rgb(9, 39, 104);
}

#careerStatsTwo {
    margin-top: 5%;
    font-size: 1vw;
    color: lightgray;
}

#tierTwoStatstable {
    margin: 0 auto;
    width: 70%;
    border-spacing: 0;
}

#careerStatsCaption {
    color: lightgray;
}

#t2events {
    margin-top: 10%;
    border-top: 5px solid rgb(19, 19, 19);
}

#roundsFilterForm {
    margin-bottom: 2vw;
    margin-top: 2vw;
}

#minRoundsLabel {
    color: lightgray;
    font-family: "Oswald", sans-serif;
    font-size: 1vw;
}

#min_rounds {
    height:15px;
    background-color: darkgray;
    border-radius: 8px;
    border-color: lightskyblue;
    font-size: 0.7vw;
    padding-top: 0.25vw;
    padding-bottom: 0.25vw;
    padding-left: 0.2vw;
}

#minRoundsApplyBtn {
    cursor: pointer;
}

.adminLink {
    color: lightgray;
    text-decoration: none;
    transition-duration: 0.2s;
    font-family: 'Oswald', sans-serif;
    background-color: black;
    padding: 0.5vw;
    margin-left: 1vw;
    margin-right: 1vw;
}

.adminLink:hover {
    color: rgb(9, 39, 104);
}

.sortedTeamTitle {
    color: lightgray;
    /* margin-top: 3vw; */
}

#sortedTeamsDiv {
    display: none;
}

#sortedTeamsDivMapsStats {
    display: none;
}

#fullstatsdiv {
    display: block;
}

.switch {
  position: relative;
  display: inline-block;
  width: 2.8vw;
  height: 1.5vw;
  margin-left: 1vw
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1vw;
  width: 1vw;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(1.2vw);
  -ms-transform: translateX(1.2vw);
  transform: translateX(1.2vw);
}

/* Rounded sliders */
.slider.round {
  border-radius: 1vw;
}

.slider.round:before {
  border-radius: 50%;
}

#sortbyteamcontainer {
    display: flex;
    width: 50%;
    align-items: center;
    padding-left: 7vw;
}

#sortbyteamtitle {
    font-size: 1vw;
}

#teamsSortedLogo {
    height: 2vw;
    width: 2vw;
    object-fit: contain;
}

#sortedTeamTableHeader {
    display: flex;
    align-items: center;
    gap: 1vw;
    width: 80%;
    justify-content: center;
}


#eventAwardsCaption {
    padding-top: 1.5vw;
}

#eventFromLogo {
    height: 1.2vw;
    width: 1.2vw;
    object-fit: contain;
}

.eventNameCell {
    width: 15vw
}

#eventstatsbtndiv{
    text-align: right;
    margin-top: 1vw;
    font-family: "Oswald", sans-serif;
    font-size: 0.6vw;
    color: lightgray;
}

#eventStatsbtn {
    margin-right: 5vw;
    background-color: rgb(12, 12, 12);
    padding: 0.6vw;
    font-size: 0.85vw;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    color: lightgray;
    transition-duration: 0.2s;
    border-radius: 0.2vw;
    margin-left: 0.5vw;
}

#eventStatsbtn:hover {
    background-color: rgb(4, 20, 54);
    color: lightskyblue;
}

#transfersContainer {
    background-color: rgb(44, 44, 44);
    padding-top: 5px;
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 55px;
}

#transferTable {
    margin: 0 auto;
    width: 80%;
    border-spacing: 0;
}

#PPIntro {
    color: lightgray;
    font-size: 1vw;
    text-align: center;
    margin-left: 6vw;
    margin-right: 6vw;
}

#PPListContent {
    color: lightgray;
    font-size: 100%;
}

#PPHeader {
    color: lightskyblue;
    font-size: 120%;
}

#PPEmailLink {
    color: lightskyblue;
}

#PPEmailLink:hover {
    color: rgb(9, 39, 104);
}

#SignupDisclaimer {
    color: lightgray;
    font-size: 0.7vw;
}

#regionCheckboxDivHeader {
    color: lightskyblue;
    font-family: "Oswald", sans-serif;
    font-size: 1vw;
}

.mainarticleDiv {
    background-color: rgb(32, 32, 32);
    width: 37vw;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin-left: 3.5vw;
    margin-top: 1vw;
    padding-bottom: 1vw;
    margin-right: 2vw;
    border-bottom: 0.1vw solid lightskyblue;
    border-radius: 0.5vw;
}

#mainarticleDisplayDiv .heading {
    flex-basis: 100%;         /* forces it to take the full width */
    text-align: center;       /* center the text inside */
    margin-bottom: 0.1vw;      /* spacing */
    /* background-color: rgb(32, 32, 32); */
}

.mainarticleDiv:hover {
    background-color: rgba(2, 2, 2, 0.61);
    cursor: pointer;
    transform: translateY(-0.5vw);
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.3);
}

#mainarticleDisplayDiv {
    width: 70vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.mainarticleImage {
    display: block;
    object-fit: contain;
    height: 20vw;
    width: 32vw;
    margin: 0 auto;
    padding-top: 1vw;
}

.mainarticleTitle {
    font-family: "Oswald", sans-serif;
    color: lightgray;
    text-decoration: none;
    font-size: 1.5vw;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1.2vw;
    margin-right: 1.2vw;
}

#mainarticleDisplayDiv a {
    text-decoration: none;
    color: inherit; /* keeps the text color from your .mainarticleTitle */
    display: block; /* makes the whole div clickable */
}

.articleDiv {
    background-color: rgb(32, 32, 32);
    display: flex;
    margin-top: 1vw;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin-right: 1vw;
    border-bottom: 0.1vw solid lightskyblue;
    width: 25vw;
    border-radius: 0.5vw;
}

.articleDiv:hover {
    background-color: rgba(2, 2, 2, 0.61);
    cursor: pointer;
    transform: translateY(-0.5vw);
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.3);
}

.articleImage {
    display: block;
    object-fit: contain;
    height: 5vw;
    width: 10vw;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    padding-top: 0.7vw;
    padding-bottom: 0.7vw;
    overflow: hidden; 
}

.articleTitle {
    font-family: "Oswald", sans-serif;
    color: lightgray;
    text-decoration: none;
    font-size: 1vw;
    /* text-align: center; */
    margin-right: 0.1vw;
}

#indexMainDiv {
    background-image: linear-gradient(rgb(66, 66, 66), rgb(44, 44, 44));
    width: 70vw;
    margin: 0 auto;
    border-radius: 10px;
    padding-top: 20px;
    margin-top: 50px;
}

#articleTitle{
    font-family: "Oswald", sans-serif;
    color: lightskyblue;
    font-size: 2vw;
}

#articleDateSpan {
    color: lightgray;
}

#articleDate {
    font-size: 1vw;
}

#articleBody {
    text-align: left;
    color: lightgray;
    font-size: 1.2vw;
}

#articlepageimage {
    object-fit: contain;
    height: 20vw;
    width: 40vw;
}

#articleBodyDiv {
    margin: 0 auto;
    width: 55vw;
}

#mainarticleDate {
    font-size: 1vw;
    text-align: center;
    margin-bottom: 0;
}

.articleindexDate {
    font-size: 0.8vw
}

#recentEventsDiv {
    display: flex;
    width: 70vw;
    margin-left: 2.4vw;
    padding-top: 2vw;
    flex-direction: row;   /* stack children vertically */
    flex-wrap: wrap;
    padding-bottom: 1vw;
}

#recentEventsDiv .heading {
    flex-basis: 100%;         /* forces it to take the full width */
    text-align: center;       /* center the text inside */
    margin-bottom: 0.1vw;      /* spacing */
}

#recentEventsDiv a {
    text-decoration: none;
}

.recentEventTile {
    background-color: rgb(32, 32, 32);
    margin-left: 1vw;
    margin-right: 1vw;
    width: 20vw;
    height: 7vw;
    text-align: center;
    border: 0.1vw solid lightskyblue;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 0.5vw;
}

.recentEventTile:hover {
    background-color: rgba(2, 2, 2, 0.61);
    transform: translateY(-0.5vw);
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.3);
}

.recentEventTitle {
    font-size: 0.8vw;
    padding-right: 1vw;
    padding-top: 1.5vw;
    text-decoration: none;
}

.recentEventTileImage {
    object-fit: contain;
    height: 6vw;
    width: 6vw;
    float: left;
    padding-left: 0.8vw;
    padding-top: 0.5vw;
}

.recentEventDate {
    font-size: 0.6vw;
}

#headerLogo {
    object-fit: contain;
    height: 12vw;
    width: 15vw;
}

.articleinfodiv {
    display: flex;
    flex-direction: column;
}

.articleinfodiv p {
    margin: 0;         
}

.articleinfodiv h3 {
    margin-bottom: 0.2vw;         
}

#eventParticipantDiv {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    margin: 0 auto;
    margin-bottom: 4vw;
}

#eventParticipantDiv a {
    text-decoration: none;
}

.participantTile {
    background-color: #242424;
    margin: 1vw;
    display: flex;
    height: 5vw;
    width: 20vw;
    border-radius: 0.7vw;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 0.1vw solid lightskyblue;
}

.participantTile:hover {
    background-color: rgba(2, 2, 2, 0.61);
    transform: translateY(-0.5vw);
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.3);
}

.participantTitle{
    font-size: 1.2vw;
    color: lightgray;
}

.participantLogo {
    object-fit: contain;
    display: block;
    padding: 1vw;
    margin-right: 3vw;
    height: 3.2vw;
    width: 3.2vw;
}

.participantFlag {
    object-fit: contain;
    display: block;
    height: 1.3vw;
    width: 1.3vw;
    margin-top: 1.6vw;
    margin-left: 0.5vw;
}

#eventMatchesContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 0.1vw solid lightskyblue; */
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3vw;
}

#eventMatchesContainer a {
    text-decoration: none;
}

.eventMatchTile {
    background-color: #242424;
    width: 40vw;
    height: 4vw;
    border-bottom: 0.1vw solid lightgray;
    display: flex;
    justify-content: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    align-items: center;
}

.eventMatchTile:hover {
    background-color: rgb(19, 19, 19);
    transform: translateY(-0.5vw);
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.3);
}

.eventMatchTileTeams {
    font-size: 1.3vw;
    color: lightgray;
    padding: 0;
}

.eventMatchesShowMore {
    font-size: 1vw;
    color: lightgray;
    margin: 0;
    padding: 0.2vw;
}

.eventMatchesShowMoreTile {
    background-color: #141414;
    width: 20vw;
    margin: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.eventMatchesShowMoreTile:hover {
    background-color: rgb(19, 19, 19);
    transform: translateY(-0.5vw);
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.3);
}

.eventMatchTileLogo1 {
    object-fit: contain;
    height: 3vw;
    width: 3vw;
    margin-top: 0vw;
    margin-right: 1.5vw;
    margin-left: 1vw;
}

.eventMatchTileLogo2 {
    object-fit: contain;
    height: 3vw;
    width: 3vw;
    margin-top: 0vw;
    margin-left: 1.5vw;
    margin-right: 1vw;
}

.eventmatchscore {
    color: lightskyblue;
}


.eventMatchTileDate {
    font-size: 0.5vw;
}

.eventMatchTileTime {
    font-size: 0.5vw;
}

#mapsStatsScore {
    font-family: "Oswald", sans-serif;
    color: lightskyblue;
    font-size: 4vw;
    margin-top: 0;
    margin-bottom: 0;
}

.losingTeamMapScore {
    color: lightgray;
}

#mapsStatsDate {
    font-size: 1.2vw;
    color: lightgray;
}

.mapStatsTeamLogos {
    height: 6vw;
    width: 6vw;
    object-fit: contain;
    margin-left: 4vw;
    margin-right: 4vw;
}

#mapsStatsMatchHeader {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mapstatsinput {
    background-color: none;
    color: lightgray;
    width: 2vw;
    font-size: 1vw;
    background-color: #0e0e0e;
    border: none;
}

.matchstatsnamecell {
    width: 6.5vw;
    background-color: none;
    color: lightgray;
    font-size: 1vw;
    background-color: #0e0e0e;
    border: none;
}

#editMatchStatsBtn {
    background-color: rgb(12, 12, 12);
    color: lightgray;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    font-size: 1.2vw;
    transition-duration: 0.2s;
    border-radius: 0.5vw;
    cursor: pointer;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
}

#editMatchStatsBtn:hover {
    background-color: rgb(4, 20, 54);
    color: lightskyblue;
}

#editMatchStatsDiv {
    display: flex;
    justify-content: center;
    margin-top: 2vw;
    margin-bottom: 5vw;
}