
body * {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
body {
  background: #D2E7EA;
  color: white;
}
.container {
  margin-top: 100px !important;
  margin: 0 auto;
  max-width: 800px;
  min-height: 100vh;
}

table {
  width: 100%;
  text-align: left;
  border-collapse: separate; /* Allow margin and padding to work */
  border-spacing: 3px 3px; /* Add bottom margin between rows */
  color: black;
  
}
table thead {
  background-color: #ac1948;
  color: white;
}
th {
  
  padding: 10px;
}
tr {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Shadow on each row */
}
td {
  background-color: white;
  padding: 12px;
  margin-left: 8px; /* Margin for left padding */
  padding-left: 8px; /* Actual left padding */
}


/* Modal Styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-color: #fff;
  color: black;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 400px;
  position: relative;
}

.modal-content h2 {
  margin-top: 0;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  cursor: pointer;
}

input {
  display: block;
}
select {
  display: block;
}














@media screen and (max-height: 450px) {
}
/* Mobile Navigation End */



@media only screen and (max-width: 900px){
  .col {
    padding: 20px;
    }
}

@media only screen and (max-width: 900px){
}




    
@media only screen and (max-width: 900px) {
  }








#menu {
    padding: 5px;
    background-color: #ac1948;
    color: white;
}
#menu a {
    padding-right: 30px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    text-align: right;
    display: block;
    
}
#menu a:hover {
    text-decoration: underline;
}









.matchSlot_dateTime {
    text-transform: capitalize;
    font-weight: bolder;
    border: solid 1px #adfffc;
    border-radius: 50px;
    border-width: thick;
    background: #00f2ea;
    text-align: center;
}
td:has(>.creator) {
    color: black;
}
.creator a {
    color: black;
    text-decoration: none;
}
#matchTableBody td {
    border-radius: 50px;
}
table thead {
    background-color: #ff0050;
    color: white;
}
body {
    background: #000000;
}
#menu {
    padding: 5px;
    background-color: unset;
    color: white;
}



.promotedUntillText {
    font-size: .6em;
}