<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: linear-gradient(to right, #f8fafc, #e0f2f1);
}

li {
    list-style: inside;
}

.section {
    margin: 20px 0;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.centered-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.main-form-body {
    margin-bottom: 100px;
    background: #fff;
    box-shadow: 0px 2px 6px 6px rgba(0, 0, 0, 0.1);
    max-width: 510px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 50px;
}

.headerformText {
    background: linear-gradient(116.57deg, #1b2150 16.67%, #202c8d 100%);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

div#includeFormContent {
    padding: 10px;
}

.main-form-body {
    margin-bottom: 100px;
    background: #fff;
    box-shadow: 0px 2px 6px 6px rgba(0, 0, 0, 0.1);
    max-width: 510px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 50px;
}

.headerformText {
    background: linear-gradient(116.57deg, #1b2150 16.67%, #202c8d 100%);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

div#includeFormContent {
    padding: 10px;
}

button:not(#lang-btn, #login-btn, #login-btn-mobile) {
    font-size: 14px;
    border-radius: 50px;
    padding: 10px 25px;
}

.icon-flag {
    height: 14px !important;
    width: 20px !important;
    display: inline-block;
}

section {
    max-width: 100% !important;
}

#menu {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    display: block;
    height: auto;
    top: auto;
    right: 10%;
    color: white;
    background: #1E1E1E;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    border-radius: 8px 8px 0 0;
    padding: 0.5rem;
    min-width: 172px !important;
}

#dropdown-menu {
    /* overflow: scroll;*/
    overflow: auto !important;
    scrollbar-color: #bdb1b1 black;
    scrollbar-width: thin;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#menu-buttom button {
    font-size: 14px !important;
}

.iti__flag.iti__us {
    height: 11px !important;
}

@media only screen and (max-width: 600px) {

    div:not(.main-form-body *, #mid, .dropdown-menu) {
        padding: 0.4rem !important;
    }

    #review &gt; * {
        display: flex !important;
        flex-direction: column !important;
    }

    section {
        padding: 0.8rem !important;
        display: flex;
        flex-direction: column;
    }

    .w-1\/2 {
        width: 100% !important;
        margin: 0 !important;
    }
}</pre></body></html>