body {
    font-family: Arial, sans-serif;
    background-color: #e9e9e9d0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    margin: 0;
     
}

.navbar {
    width: 100%;
    background-color: #f43;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
}

.navbar-brand {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

.navbar-brand i {
    margin-right: 10px;
}

.container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    margin-top: 50px;
}

.login-form {
    display: flex;
    flex-direction: column;
}

.login-form h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    color: #555;
}

.input-group input {
    width: 95%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    padding: 10px;
    background-color: #f43;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #d13fd6;
    font-weight: bold;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(155, 153, 39, 0.2); background-color: #c55870;
    font-weight: bold;
    transform: matrix3d();
}

.error-message {
    color: #d9534f;
    background-color: #f2dede;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
}
.header-message img {
    width: 170px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    margin-left: 20px; /* Add some space between the image and the text */
    margin-bottom: -15px;
  }
.header-message{
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    text-align: center;
}

.buton {
    padding: 10px;
    background-color: #f43;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
}

.buton:hover {
    background-color: #d13fd6;
    font-weight: bold;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(155, 153, 39, 0.2); background-color: #c55870;
    transform: matrix3d();
}
 
.sub-buton {
    padding: 10px;
    background-color: rgb(44, 35, 184);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.logout {
    margin-left: 50px;
}

 /* styles.css */
.table-container {
    width: 100%;
    overflow-x: auto;
    
}

.details-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 10px;
    text-align: left;
    
}

.details-table th, .details-table td {
    padding: 10px 10px;
    border: 1px solid #ebb4b4;
}

.details-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.details-table tr:hover {
    background-color: #d68c8c;
}

.details-table tr:nth-child(even) {
    background-color: #b2c6dd;
}



.details-table th {
    background-color: #4CAF50;
    color: white;
}

.details-table td {
    vertical-align: top;
}
