/* style.css */

/* Add a CSS reset or normalize stylesheet here */

html {
    overflow-y: scroll;
}

body {
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    padding: 20px;
    color: #333;
}

h1 {
    color: #333;
    text-align: center;
    width:400px;
}

.header {
    display: flex; /* This will line up the buttons next to each other */
    justify-content: center; /* Center the buttons container horizontally */
    margin-top: 20px; /* Space from the logo or previous content */
}


form {
    margin-top: 20px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px #cccccc;
    width: 300px;
    margin: auto;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 8px;
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

li,
button {
    font-size: 1em;
}

a {
    margin: 5px 10px;
}

button {
    width: 300px;
    background-color: #00a1de;
    color: white;
    padding: 14px 20px;
    margin: 5px 0px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

.button-container {
    display: flex;
    flex-direction: column; /* Display buttons on two lines */
    align-items: center; /* Center the buttons horizontally */
    margin-top: 20px;
}

button.done {
    width: auto;
}

.filter-buttons {
    display: flex; /* This will line up the buttons next to each other */
    justify-content: center; /* Center the buttons container horizontally */
    margin: 0px; /* Space from the logo or previous content */
}

.filter-button {
    background-color: #005fae; /* Default background color */
    width: 100px;
    color: white;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s; /* Smooth transition for hover effect */
    cursor: pointer;
    margin: 0px 10px;
}

div {
    color: black;
    text-align: center;
    margin-bottom: 0px;
    justify-content: center;
}

img.logo {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    width: 380px;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: fit-content;
}

li {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 320px;
    margin: 10px auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

li a {
    text-decoration: none;
    color: #333;
    display: block;
}

li a:hover {
    background-color: #f8f8f8;
}

.container {
    display: flex;
    justify-content: center;
    width: 300px;
    margin: 0 auto;
}

.member-info-container {
    width: 320px;
    margin: 0 auto; /* Center the container horizontally */
    padding: 0px; /* Add some padding for spacing */
    text-align: left; /* Align the text to the left */
    color: #333; /* Set the text color to black */
}

.admin-member-list li {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 320px;
    margin: 10px auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.admin-member-list .member-info {
    flex-grow: 1;
    margin-left: 0px;
    margin-top: 0px;
    text-align: left;
    padding: 0px;
    background-color: #fff;

}

.admin-member-list .member-actions {
    margin-left: 20px;
    flex-shrink: 0;
}

.admin-member-list .delete-btn {
    background-color: #ff0000;
    width: 100px;
    color: white;
    border: none;
    padding: 5px 10px;
    margin: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.profile-photo {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 10%;
}

.nav-buttons {
    display: flex; /* This will line up the buttons next to each other */
    justify-content: center; /* Center the buttons container horizontally */
    margin-top: 20px; /* Space from the logo or previous content */
}

.nav-button {
    background-color: #005fae; /* Default background color */
    width: 120px;
    color: white;
    border: none;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s; /* Smooth transition for hover effect */
    cursor: pointer;
    margin: 5px;
}

.nav-button:hover {
    background-color: #00a1de; /* Lighter shade for hover effect */
}

.nav-button.active, .nav-button.active:hover {
    background-color: #fbac18; /* Different color for active state */
    font-size: 16px;
    cursor: default;
}

select {
    font-size: 16px; /* Adjust this value as needed */
    padding: 8px; /* Add some padding for better touch interaction */
    width: 100%; /* Ensure the select box takes up the full width of its container */
}

/* You may also want to style the options for consistency */
option {
    font-size: 16px; /* Ensure the options text matches the select */
    padding: 8px; /* Optional: Adds padding inside the dropdown for better readability */
}


.form-row {
    display: flex; /* This ensures the label and input are on the same line */
    align-items: left; /* This vertically aligns the label and input */
    margin-bottom: 10px; /* Adds space between each form row */
}
.form-check-row {
    display: flex; /* This ensures the label and input are on the same line */
    align-items: left; /* This vertically aligns the label and input */
    margin-bottom: 10px; /* Adds space between each form row */
}
.form-row label {
    flex: 0 0 140px; /* This prevents the label from growing and sets a fixed width */
    height: 25px;
    text-align: right; /* Aligns the text of the label to the right */
    margin-right: 10px; /* Adds space between the label and the input */
    margin-top: 5px;
}
.form-row input, .form-row button {
    flex-grow: 1; /* Allows the input and button to take up the rest of the space */
    margin: 0px;
}
.form-row input[type="file"] {
    flex-grow: 0; /* Prevents the file input from growing */
    margin-top: 5px;
}

.form-row-photo {
    align-items: left; /* This vertically aligns the label and input */
    margin-bottom: 10px; /* Adds space between each form row */
}

.text-block {
    width: 300px; /* Fixed width */
    background-color: #f4f4f4; /* Optional: for better visibility */
    padding: 10px; /* Optional: for some padding inside the div */
    border: 1px solid #ccc; /* Optional: adds a border around the text block */
    overflow-wrap: break-word; /* Ensures text breaks properly */
}

#verificationForm .input-group {
    display: flex; /* Aligns children (inputs) in a row */
    justify-content: center; /* Center the inputs in the middle of the form */
    margin-bottom: 20px; /* Space between inputs and the submit button */
}

#verificationForm input {
    width: 40px; /* Fixed width for each input */
    text-align: center; /* Center the text inside the inputs */
    margin-right: 5px; /* Space between inputs */
    font-size: 16px; /* Larger text for easier reading */
}

#verificationForm .submit-group {
    display: flex; /* Ensures the button is aligned properly */
    justify-content: center; /* Centers the submit button below the inputs */
}
