/* Custom styles for the application */
body {
    font-family: 'Kanit', sans-serif;
    padding: 20px;
}

.navbar {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar .logo {
    max-height: 40px;
    margin-right: 10px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

label,
select,
input {
    width: 100%;
}

select,
input {
    text-align: center;
}

.alert {
    text-align: center;
}

.d-none {
    display: none;
}

.mt-5.pt-5 {
    margin-top: 5rem;
    padding-top: 5rem;
}

#summaryContent {
    font-size: 2rem;
    font-weight: 500;
}