@font-face {
    font-family: 'Poppins';
    src: url("Poppins/Poppins-Regular.ttf");
}
*, .button, .sub-nav, body, button.label, h1, h2, h3, h4, h5, h6, html, textarea {
    font-family: 'Poppins', sans-serif;
}

#testheader{display:none;}

/*Message Center Title Underline*/
#security_challenge h2{border-bottom:4px solid #000;}

/* login and home page image */
#container_12:has(#NQC_Login1_Login1_LoginButton) {
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

#container_12 { 
    background-image: url("../img/home-bg.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}

#container_12:has(#NQC_Login1_Login1_LoginButton) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rightLoginBoxWrapper {
    background: rgb(0,0,0,0.5);
    padding-bottom: 1.5rem;
}

.rightLoginBox {
    background: none;
    border: none;
}

#NQC_Login1_Login1_Title,
#NQC_Login1_Login1_UserNameLabel,
#NQC_Login1_Login1_PasswordLabel,
#NQC_Login1_btnToggleLostPassword,
#NQC_Login1_lWelcome,
#NQC_Login1_LblApplyNow { 
    color: white;
    -webkit-text-stroke: 2px #1B2046;
    paint-order: stroke fill;
}

#container_12:has(#NQC_Login1_Login1_LoginButton) button,
#container_12:has(#NQC_Login1_Login1_LoginButton) .button,
#container_12:has(#NQC_Login1_Login1_LoginButton) select,
#container_12:has(#NQC_Login1_Login1_LoginButton) input {
    border-radius: 10px;
}
/* FIN login and home page custom */


/* appform */
.subheader {
    font-weight: bold;
    text-decoration: underline;
}

i {
    font-size: 0.8rem;
}

.noVis {
    visibility: hidden;
    position: absolute;
}
/* END appform */

#hid-2-mirror,
#full_address_mirror {
    width: fit-content;
    height: 1.5rem;
    display: inline;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-bottom: 1px solid #000;
    border-radius: 5px;
    margin: 2px;
    padding: 1px 5px;
}

#nda {
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    padding: 1rem;
    text-align: justify;
}

#nda i {
    font-size: 1rem;
}

#nda .tc-button[type="checkbox"] {
    margin-right: 0.25rem;
}

.tc-button-close {
    display: block;
    float: right;
    margin-top: 0.1rem;
    padding: 0.25rem 0.5rem;
}

#hid24 {
    text-transform: uppercase
}

/* custom test list */ 
.customTestListMessageContainer {
    padding: 1rem;
}

.toggleCustomTestListMessage {
    cursor: pointer;
    margin-left: -1rem;
    margin-right: -1rem;
}

.toggleCustomTestListMessage:focus,
.toggleCustomTestListMessage:hover {
    background: #fff;
}

.customTestListMessage {
    width: fit-content;
    margin: auto;
}
.customTestListMessage:has(.surveyDelayNote) {
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.customTestListMessage .surveyDelayNote {
    max-width: 30%;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}
@media (max-width: 700px) {
    .customTestListMessage:has(.surveyDelayNote) {
        flex-direction: column;
    }
    .customTestListMessage .surveyDelayNote {
        max-width: 100%;
    }
}
/* END custom test list */ 

.welcome .toggleCustomTestListMessage,
.welcome .customTestListMessageContainer {
    color: #000;
}

.more-info {
    cursor: pointer;
    padding-bottom: 3px;
    font-size: 16px;
}

.info {
    display: none;
    font-size: 0.8rem;
}

.columns:has(.isRequired) .appformLabel:after {
    content: ' *'
}