body {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.example {
    width: 70%;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    border-radius: 10px;
    margin-bottom: 60px !important;
}
.complete{
    text-align: center;
    text-decoration: underline;
}
.system{
    color: #215c7e;
}
h1 {
    text-align: center;
    color: #215c7e;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input[type="text"], input[type="number"], select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

input[type="text"]:focus, input[type="number"]:focus, select:focus {
    border-color: #007bff;
    outline: none;
}

button[type="submit"] {
    width: 100%;
    background-color: #007bff;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button[type="submit"]:hover {
    background-color: #0056b3;
}

.result {
    margin-top: 20px;
    background-color: #e9ecef;
    padding: 20px;
    border-radius: 10px;
}

.result h2 {
    text-align: center;
    color: #333;
}

.result p {
    margin: 10px 0;
    font-size: 16px;
}

.prompt {
    margin-top: 20px;
    background-color: #d1ecf1;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #bee5eb;
}

.prompt h2 {
    text-align: center;
    color: #0c5460;
}

.prompt p {
    white-space: pre-line;
    color: #0c5460;
    font-size: 16px;
}
.hidden {
    display: none;
}
.aspdf{
    margin-right: 10px !important;
    padding-right: 5px !important;
    background-color:#a31515 !important;
}
.aspdf:hover{
    background-color: #ca0808 !important;
}
.navbar{
    background-color: rgb(211, 209, 209);
    padding: 10px;
    justify-content: space-between;
}
.title {
    color: #0b64a0;
    font-size: 24px;
    font-weight: bold;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
}

.title:hover {
    color: #19b1cc;
}

.sidebar{
    width: 90%;
    border: none;
    background-color: #FF8788;
    padding: 6px;
    margin: 8px;
}
.text-decoration-none{
    color: #ddd;
}
.logo{
    color: #bebebe;
}
.foo a{
    color:#4884dd;
    text-decoration:none;
}