@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Poppins";
    margin: 0;
    background: #E8E9F3;
    text-align: center;
}

.nav-container {
    width: 100%;
    overflow: hidden;
    background-color: #212D40;
    display: flex;
    flex-direction: row;
    height: 50px;
}

.nav-1 {
    width: 20%;
    text-align: left;
}

.nav-2 {
    width: 60%;
    text-align: center;
}

.nav-3 {
    width: 20%;
    text-align: right;
}

.nav-title {
    font-weight: bold;
    color: white;
    font-size: 16px;
}

.navigation-container {
    margin-top: 10px;
}


.jobs-list-table {
    background-color: #212D40;
    margin-left: 2%;
    margin-top: 10px;
    /* border-collapse: collapse; */
}

tr:nth-child(even) {
    background-color: #CECECE;
}

tr:nth-child(odd) {
    background-color: #fefcfd;
}

th {
    background-color: #212D40;
    color: white;
}

.jobs-list-table td {
    padding: 5px 20px;
}

.jobs-list-table th {
    padding: 5px 20px;
}

.edit-button {
    padding: 7px;
    border-radius: 7px;
    background: #212D40;
}

button {
    text-decoration: none;
    border: none;
    background: none;
}
