<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tawilwin {
    background-color: #f9f9f9;
    border-left: 4px solid #ff5722;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.validation {
    color: #ff5722;
    font-size: 14px;
    margin: 5px 0;
}

.success-message {
    background-color: #e7f9f0; /* Light green background */
    border-left: 4px solid #4caf50; /* Green border */
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #4caf50; /* Text color for success */
    font-size: 16px;
}

p {
    text-align: justify;
}

.nap_faq .nap_faq-container .nap_faq-content .accordion button[aria-expanded='true'] + .accordion-content {
    max-height: 18em;
}

.contact-us-input::placeholder {
    color: white;
    opacity: 1; /* Ensures the color is not faded */
}

nav.nav_menu li &gt; a.no-after:after {
    content: none !important;
    display: none !important;
}


</pre></body></html>