<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Inter", "Kanit", "Sarabun", sans-serif;
    /* background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.9),
            rgba(0, 0, 0, 0.05)
        ),
        url("/assets/images/bg-nid-platform.jpg") no-repeat; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

.kanit {
    font-family: "Kanit", sans-serif !important;
}

.sarabun {
    font-family: "Sarabun", sans-serif !important;
}

.cover-page {
    z-index: -1;
    position: relative;
    top: 0;
    margin-top: -60px;
}

.cover-page-2 {
    z-index: -1;
    position: relative;
    top: 0;
    margin-top: -200px;
}

.term_of_use_and_policy_link {
    border-bottom: 2px solid transparent;
}

.term_of_use_and_policy_link:hover {
    color: #024284;
    border-bottom: 2px solid #024284;
}

.navbar {
    display: inherit;
    padding: 0;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #000;
}

.footer {
    border-top: 0;
}

h2 {
    margin-bottom: 0;
}

.calendar {
    border: none;
}

.page {
    padding-bottom: 0;
}
</pre></body></html>