body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 20px;
    background: #121212;
    color: #eee;
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    .header {
        padding: 10px;
    }

    .header h1 {
        font-size: 24px;
    }

    .header h2 {
        font-size: 14px;
    }

    .search-container input {
        width: 100%;
    }
}

.header {
    padding: 20px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
}

.header h1 {
    color: #eee;
    text-shadow: 0 0 3px #000000;
    margin: 0;
    font-size: 3em;
}

.header h2 {
    color: #eee;
    margin: 10px 0 0;
    font-size: 1.5em;
    text-shadow: 0 0 3px #000000;
    text-align: center;
}

.login-container h1 {
    margin: 10;
    color: #f74848;
    text-shadow: 0 0 3px #000000;
    text-align: center;
    padding: 0em 0em 0;
    font-size: 2.7em;
}

h1 {
    margin: 10;
    color: #ffffff;
    text-shadow: 0 0 3px #000000;
    text-align: center;
    font-size: 1.5em;
}

h2 {
    font-size: 1.5em;
    margin: 20px 0;
    font-weight: bold;
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 80px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    background-color: #333;
}

.button:hover {
    background-color: #666;
    color: #fff;
}

th, td {
    border: 1px solid #555;
    text-align: left;
    padding: 5px;
}

td {
    font-size: 12px;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

th {
    background: linear-gradient(to bottom, #2c2c2c, #1e1e1e);
    font-weight: bold;
    color: #eee;
    font-size: 12px;
}

table tr:hover {
    background-color: #444;
}

form {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.login-input, button {
    padding: 10px;
    background-color: #555;
    color: #eee;
    border: 1px solid #555;
    border-radius: 5px;
}

.login-input:hover, .login-input:focus, button:hover {
    border-color: #007bff;
}

input, button {
    padding: 10px;  
    background-color: #555;
    color: #eee;
    border: 1px solid #555;
    border-radius: 5px;
}

input:hover, input:focus, button:hover {
    border-color: #007bff;
}

.transition {
    transition: all 0.3s ease;
}

.no-matches {
    color: #ff6666;
    margin-top: 10px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    text-shadow: 0 0 3px #FF0000;
    font-weight: bold;
}

.sticky-table {
    top: 0;
    background-color: #333;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
}

.charts-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 90px;
}

.search-container {
    margin-bottom: 20px;
    text-align: center;
}

.search-container label {
    margin-right: 10px;
}

.search-container input {
    padding: 10px;
    width: 200px;
    border-radius: 5px;
    border: 1px solid #555;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    background-color: #333;
    color: #eee;
}

.stats-button {
    padding: 10px;
    background-color: #f8352b;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    margin-right: 10px;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.stats-button:hover {
    background-color: #d2150b;
}

.search-container button {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.search-container button:hover {
    background-color: #0056b3;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background-color: #333;
}

.footer {
    background-color: #333;
    padding: 6px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 10px;
}

.footer p {
    font-size: 19px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #eee;
}

.footer p.designed-by {
    font-size: 14px;
    color: #999;
    margin-top: -7px;
    margin-bottom: 5px;
    opacity: 0.8;
}

.footer p.designed-by span {
    color: #e48632;
    font-weight: bold;
}

.footer p.designed-by a {
    color: #eee;
    text-decoration: none;
}

.footer p.designed-by a:hover {
    text-decoration: underline;
}

.footer p.gta {
    font-size: 12px;
    color: #999;
    margin-top: -5px;
    margin-bottom: 5px;
    opacity: 0.5;
}

.stats {
    text-align: center;
}

.stats ul {
    list-style: none;
    padding: 0;
}


.stats h1 {
    color: #eee;
    text-shadow: 0 0 3px #000000;
    margin: 0;
    font-size: 3em;
}

.stats h2 {
    margin: 0;
    color: #eee;
    margin: 10px 0 0;
    font-size: 1.5em;
    text-shadow: 0 0 3px #000000;
    text-align: center;
}

.stats li {
    position: relative;
    text-align: center;
    padding-left: 1.5em; /* Adjust the padding as needed */
}

.stats li::before {
    content: '•'; /* Unicode bullet point character */
    top: 50%;
    transform: translateY(-50%);
}

.stats-table {
    top: 0;
    width: 500px;
    background-color: #333;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
    padding: 0.5em 2em 2em ;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
