#header_img {
    width: 300px;
    height: 120px;
}
#header_title {
    background-color: #37377D;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 40px;
    color: white;
    text-align: left;
}
#reset_password {
    text-decoration: none;
    color: #37377D;
}
#reset_password:hover{
    background-color: #37377D;
    color: white;
    padding: 8px;
}
.nav{
    text-decoration: none;
    color: #37377D;
}
.right_header {
   text-decoration: none;
   text-align: right;
}
a:hover {
    color: white;
    background-color: #37377D;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}
#error{
    color: red;
}
#action_links{
    text-decoration: none;
}
#action_links:hover{
    background-color: whitesmoke;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}
#action_links_user{
    text-decoration: none;
}
#action_links_user:hover{
    text-decoration: none;
    background-color: none;
    color: whitesmoke;
    padding-left: 10px;
    padding-right: 10px;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
}

/* Modal content */
.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Styling for form elements */
textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    padding: 10px 20px;
    background-color: #007bff;
    border: none;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

#user_deleted {
    color: green;
}

#action_links_dash{
    text-decoration: none;
}
#action_links_dash:hover{
    text-decoration: none;
    background-color: none;
    color: whitesmoke;
    padding-left: 10px;
    padding-right: 10px;
}