.filter-title {
    margin-top: 20px;
}

.filter-form {
    margin-bottom: 20px;
}

.search-button {
    margin-top: 10px;
}

.result-count {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

.message-title {
    margin-top: 20px;
}

.button-group {
    margin-top: 10px;
    text-align: center; /* Center the button group */
}

.message-button {
    margin-right: 5px;
    margin-bottom: 10px;
}

.send-message-button {
    margin-top: 20px;
    display: block; /* Ensure the button is block-level to appear below other buttons */
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.year-filters {
    display: flex;
    justify-content: space-between;
}

.year-filters > div {
    flex: 1;
    margin-right: 10px;
}

.year-filters > div:last-child {
    margin-right: 0;
}

.page_title h2 {
    
    
    
    text-align: center;
}

.page_title {
    padding-top: 20px; /* Üst padding */
}

.page_title p {
    text-align: center;
    margin-top: 30px;
}

.filter-form {
    padding-bottom: 20px; /* Alt padding */
}

.group-form {
    padding-top: 20px; /* Üst padding */
}



.form-group {
    padding-top: 10px; /* Padding above form */
    padding-bottom: 10px; /* Padding below form */
    text-align: center; /* Center align the forms */
}

.explanation {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 50px; /* Space below the explanation */
}

.container {
    max-width: 600px; /* Ensure consistent form width */
    margin: 0 auto; /* Center the container */
}
