body {
    background-color: #ffffff;
    color: #333;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

.container {
    background-color: #ffffff;
    max-width: 500px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 4px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
}

header {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #62825D;
}

header button {
    background: none;
    border: none;
    font-size: 1em;
    color: #62825D;
    cursor: pointer;
    width: 20%;
}

header button a {
    text-decoration: none;
    color: #62825D;
    font-weight: bold;
}

header h2 {
    width: 80%;
    padding-right: 30vh;
}

.input-container {
    margin: 15px 0;
}

main {
    max-width: 800px;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    font-size: 1em;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

select, input {
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    font-size: 14px;
    height: 55px;
    justify-content: space-between;
    margin: 8px 0 12px;
    padding: 14px 12px;
    position: relative;
    width: 100%;
}


input:focus, select:focus {
    border-color: #62825D;
    background-color: white;
}

.button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

button {
    width: 48%;
    padding: 10px;
    border: 2px solid #62825D;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    background-color: #ffffff;
}

button a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 10px 0;
    transition: all 0.3s ease;
    background-color: #ffffff;
    color: #62825D;
}

.kembali {
    background-color: white;
    color: #62825D;
}

.kembali:hover {
    background-color: #62825D;
    color: white;
}

.lanjut {
    background-color: #d3d3d3;
    color: #888;
    border: none;
}

.lanjut:disabled {
    cursor: not-allowed;
}
