@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;
}

/* appform background */
.appform-only #container_12 {
    background:#000 no-repeat url("../img/background.jpg");
    background-size: cover;
}

.mainFormWrapper input[type="radio"]{
    margin: 0 0 1rem 0;
}

i {
    font-size: 0.8rem;
}

@media only screen and (min-width: 1025px){
    .mobile-only {
        display: none;
    }
}

.noVis {
    visibility: hidden;
    position: absolute;
}

#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;
}

.country-code {
    width: 10%;
    display: block;
    float: left;
    text-align: center;
    margin-top: 0.5rem;
}

#phone, #hid183 {
    width: 90% !important;
    float: right;
}

#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;
}

ol.lower-alpha-brackets-list {
    counter-reset: list;
}
ol.lower-alpha-brackets-list > li {
    list-style: none;
    text-indent: -1.2em;
}
ol.lower-alpha-brackets-list > li:before {
    content: counter(list, lower-alpha) ") ";
    counter-increment: list;
}

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

#hid24 {
    text-transform: uppercase
}

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

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

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

/* age selector items */
.age-select {
    display: flex;
    align-items: stretch;
}

.age-select .columns div {
    border: 3px black solid;
    border-radius: 40px;
    margin-bottom: 1rem;
}

/*.age-select .columns:hover,*/
.age-select .selected div {
    border-color: #E41E2E;
    background-color: #E41E2E;
}

.age-select h3 {
    text-align: center;
}

.age-select img:hover {
    transform: scale(1.5)
}

.appConfirmContainer p {
    margin-bottom: 1.25rem;
}