body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 20px;
}

h1 {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

.konteiner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.nupud {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.nupp {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 0;
}

.nupp:hover {
    background-color: #45a049;
}
.sugu-nupp {
    background-color: #2196F3;
}
.sugu-nupp:hover {
    background-color: #0b7dda;
}
.filter-nupp {
    background-color: #ff9800;
}
.filter-nupp:hover {
    background-color: #e68a00;
}
#filter-m {
    background-color: #4682B4;
}
#filter-n {
    background-color: #DB7093;
}
table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: white;
}

th {
    background-color: #4CAF50;
    color: white;
    padding: 15px;
    text-align: left;
}

td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

tr:hover {
    background-color: #f9f9f9;
}
.opilase-pilt {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #4CAF50;
    transition: transform 0.3s ease;
}
.opilase-pilt:hover {
    transform: scale(1.1);
}
a {
    color: #4CAF50;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.peidus {
    display: none;
}

.viga {
    background-color: #ffecec;
    color: #f44336;
    padding: 10px;
    margin-bottom: 15px;
    border-left: 4px solid #f44336;
}

.info {
    background-color: #e7f3fe;
    color: #0c5460;
    padding: 10px;
    margin-bottom: 15px;
    border-left: 4px solid #2196F3;
    text-align: center;
}

.laadimine {
    text-align: center;
    padding: 20px;
    color: #666;
    font-style: italic;
}

.tabel-konteiner {
    overflow-x: auto;
    margin-top: 20px;
}
.opilase-rida[data-sugu="m"] {
    border-left: 4px solid #4682B4;
}
.opilase-rida[data-sugu="n"] {
    border-left: 4px solid #DB7093;
}
.highlight {
    animation: highlightRow 1s ease;
}
@keyframes highlightRow {
    0% { background-color: #ffffff; }
    50% { background-color: #e7ffe7; }
    100% { background-color: #ffffff; }
}
.paeva-taht {
    background-color: #fffde7;
    transition: background-color 0.5s ease;
}

.star-icon {
    color: gold;
    margin-right: 8px;
    display: inline-block;
}
.legend {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.color-box {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
}

.poiss .color-box {
    background-color: #4682B4;
}

.tudruk .color-box {
    background-color: #DB7093;
}