@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    font-family: "Raleway", sans-serif;
}

.inimesed {
    background-color: #9b8975;
}

/* ----- admin header ----- */

.inimesed header {
    background-color: #6c5d4e;
    width: 100%;
    max-width: 1500px;
    height: 150px;
    margin: 40px auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    color: #e3ebdf;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inimesed h3 {
    letter-spacing: 2px;
}

/* ------------------------------------ */


/* ----- main ----- */

.inimesedTable {
    border-collapse: collapse;
    width: 100%;
    max-width: 1500px;
    margin: 40px auto;
    background-color: #e5e4d8;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.inimesedTable th {
    text-transform: uppercase;
    font-size: 22px;
    /* #d0e2e9 */
}

.inimesedTable td {
    font-size: 20px;
}

.inimesedTable th, td {
    padding: 20px;
    text-align: center;
}

.inimesedTable tr:nth-child(even) {
    background-color: #f4f4ed;
}

.inimesedTable img {
    width: 150px;
    height: 150px;
    border-radius: 4px;
}

.laps {
    text-align: left;
    gap: 20px;
}

/* ------------------------------------ */

#inimeneLisamine {
    margin: 40px auto;
}
#inimeneLisamine {
    max-width: 600px;
    padding: 60px;
    background-color: #e5e4d8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

input[type="text"], input[type="date"], select {
    width: 100%;
    padding: 12px 18px;
    margin-bottom: 18px;
    background-color: #ebeadf;
    border: 1px solid #292929;
    font-size: 18px;
    outline: none;
    box-sizing: border-box;
    color: #000;
}

.lisa {
    text-decoration: none;
    color: #f3fbef;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 30px;
    background-color: #463a2f;
    transition: background-color 0.2s ease;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    border: none;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.lisa:hover{
    background-color: #614f44;
    transition: background-color 0.2s ease;
}