
body {
    
    font-family: 'Poppins', sans-serif;
    text-align: center;
    background: linear-gradient(to bottom, #000000, #222222);
    background-attachment: fixed; 
    color: white;
    display: flex;
    flex-direction: column;
    padding:10px;
    margin:0;
}
.header-box{
    width: auto;
    padding:10 0;
    margin: 0;
    border-radius:5px;
    box-shadow: 
    0 10px 10px rgba(59, 208, 76, 0.1), 
    0 5px 5px rgba(255, 255, 255, 0.1), 
    0 0 5px rgba(59, 208, 76, 0.2); 
    position: relative;
    top: 10px;
}
                                        
.mobile-nav {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #4CAF50; 
    text-transform: uppercase; 
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px #000000;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222;
    width: 100%;    
    border-radius: 5px;
}
.mobile-nav.hide{         
border-radius: 5px 5px 0 0;
}
.mobile-nav i {
    cursor: pointer;
    color:white;
    width: 30px;
    height: 30px; 
}
.icon-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:10px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.fa-xmark{
    font-size: 1.4rem;
}

.nav-dropdown {
display: block;
background: #222;
box-sizing: border-box;
width: 100%;    
padding: 0;
padding-left: 3vw;
border-radius: 0 0 5px 5px;
}


.nav-dropdown.hidden {
display: none;
}




nav.row{
    padding:0;
    padding-left: 10px;
}
.nav-row.b {
padding-top: 10px;
align-items: center;
display: flex;
gap: 10px;
}
.nav-row.b .filters {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.nav-row.b select, .nav-row.b button {
padding: 8px 10px;
border: none;
border-radius: 5px;
font-size: 1rem;
background-color: #333;
color: #e0e0e0;
}
.nav-row.b button {
background-color: #4CAF50; 
cursor: pointer;
transition: background-color 0.3s ease;
}
.nav-row.b button:hover {
background-color: #4CAF50; 
}
.nav-row.c {
display: flex;
gap: 10px;
padding: 10px 0;
}
.nav-row.c .sort-options {
display: flex;
gap: 10px;
}
.nav-row.c select, .nav-row.c button {
padding: 8px 10px;
border: none;
border-radius: 5px;
font-size: 1rem;
background-color: #333;
color: #e0e0e0;
}
.nav-row.c button {
background-color: #4CAF50; 
cursor: pointer;
transition: background-color 0.3s ease;
}
.nav-row.c button:hover {
background-color: #4CAF50; 
}

.nav-row.d {
display: flex;
justify-content: center;
padding-bottom: 10px;
}
.nav-row.d button {
padding: 10px 20px;
background-color: #4CAF50; 
color: #e0e0e0;
border: none;
border-radius: 5px;
font-size: 1rem;
cursor: pointer;
transition: background-color 0.3s ease;
}
.nav-row.d button:hover {
background-color: #4CAF50; 
}




.container {
    display:block;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 15px;
    padding:0;
}
.resultsBox {
    display:flex;
    height: 48px;
    background: #222;
    padding: 15px 1vw;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(97, 89, 89, 0.45);
    align-items: center;
    margin-top: 20px;
    
    
}
.image {
    max-height: 50px;
    max-width: 60px;
    margin-left:2vw;
    border-radius: 7px;      
}

.name {
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    padding:0 2vw;
    color: lightgrey;
    width: 100vw;

}

.playerCount {
    width: 80px;
    text-align: center;
    font-size:1.4rem;
    padding: 1vw;

}
.category {

    width:150px;
    text-align: left;
    font-size:1.4rem;
    padding: 1vw;

}
.icon {
    width:auto;
    text-align: center;
    font-size:1.4rem;
    padding: 5px;
    margin-right:5px;
    
}
.fav{
    color:#ff5722;
}

a {
    text-decoration: none; 
    color: inherit; 
}

a:visited {
    color: inherit; 
}

a:hover, a:active {
    text-decoration: none; 
}
