.input-group-text {
    height: 100%;
}

body {    
    /* background-size: 1300px !important; */
    background-image: url("./soccer-field.avif") !important;
    background-position-y: center !important;
    background-position-x: initial !important;
    background-attachment: fixed !important;
    /* background-repeat: no-repeat !important; */
    color: white;
    font-family: 'Lucida Console', Courier, monospace;
}

a {
    color: lightblue !important;
}

.bg-color-main 
{     
  background-color: #00000094 !important; 
}  

.title 
{     
  font-size: xx-large;     
  font-weight: bolder;     
  text-transform: uppercase; 
}  

.title-nav-bar {
    padding-top: 16px;    
}

.nav-link {
    padding-inline: 1rem !important;
    width: fit-content !important;
}

.nav-link:hover {    
    color: white !important;
    border-color: darkgrey;
}

.navbar-toggler {
    box-shadow: none !important;
}

.text-muted {
    color: lightgray !important;
}

.generic-card {
    padding: 35px;
    background-color: #00000094;
    border-radius: 20px;
    /* width: fit-content; */
}

tbody {
    opacity: 80%;
}

form {
    /* max-width: 600px; */
    margin: 0 auto;    
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

