* {
    font-family: "Arial", Times, serif;
}

body {    
    background: #033366;
}

.header-logo {
    display: block;
}

.header-logo-mv {
    display: none;
}

.header-title {
    color: #fff;
    font-weight: bold;
    text-align: center;
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}

.footer-section {
    margin-top: auto;
}

.footer--bg {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    color: rgba(255, 255, 255, 0.8);    
}

.modal-full-width {
    width: 95%;
    max-width: none;
}

@media (min-width:426px) {
    .header-logo {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media (max-width:425px) {
    .header-logo {
        display: none;
    }
    .header-logo-mv {
        display: block;
        padding-bottom: 0rem !important;
    }    
}

main section .card {
    /*min-height: 100vh;*/
}

.radio-group {
    font-size: 18px;
    color: #033366;
    font-weight: 600;
}

.content .item {
    display: none;
}

.content .active {
    display: block;
}

.img-responsive {
    max-width: 450px;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

#img-captcha {
    max-width: 200px;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.terms ol {
    padding-left: 17px;
}

.sample-note {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

@media (max-width:1200px) {
    .sample-note {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media (max-width:992px) {
    .sample-note {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
}

::-webkit-input-placeholder {
    text-transform: none;
}

:-moz-placeholder {
    text-transform: none;
}

::-moz-placeholder {
    text-transform: none;
}

:-ms-input-placeholder {
    text-transform: none;
}

::placeholder {
    text-transform: none;
}

.chosen-container {
    font-size: 1.25rem;
}

.chosen-container-single .chosen-single {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

.chosen-container-single .chosen-single div b {
    margin-top: 7px;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0 0 0.2em 0;
    color: inherit;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 1em 1.6em 0.3em;
    padding: 0;
    overflow: auto;
    color: inherit;
    font-size: 1.25em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 1051;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    color: #fff;
    font-weight: 700;
}

@keyframes spinner-line-fade-more {
    0%, 100% {
        opacity: 0; /* minimum opacity */
    }

    1% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-quick {
    0%, 39%, 100% {
        opacity: 0.25; /* minimum opacity */
    }

    40% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-default {
    0%, 100% {
        opacity: 0.22; /* minimum opacity */
    }

    1% {
        opacity: 1;
    }
}

@keyframes spinner-line-shrink {
    0%, 25%, 100% {
        /* minimum scale and opacity */
        transform: scale(0.5);
        opacity: 0.25;
    }

    26% {
        transform: scale(1);
        opacity: 1;
    }
}

.text-justify {
    text-align: justify !important;
}