/* Prescreens V2 Redesign - Custom CSS */

@font-face { font-family: PoppinsRegular; src: url(../assets/fonts/Poppins-Regular.ttf); }
@font-face { font-family: PoppinsBold; src: url(../assets/fonts/Poppins-Bold.ttf); }

* {
    font-family: PoppinsRegular;
}

.bg-img{
    background-image: linear-gradient(rgba(0, 0, 0, 25%), rgb(0, 0, 0, 45%)), url("../assets/bg/home-bg.jpg");
    background-position: bottom;
}

h1,
h2,
h3 {
    font-family: PoppinsBold;
}

input,
select {
    min-height: 56px !important;
    text-align: center !important;
    text-align: -moz-center;
    text-align: -webkit-center;
    appearance: none;
    -webkit-appearance: none;
}

select {
    padding-left: 15px !important;
}

#header-wrapper {
    margin: 0;
}

#logo{
    max-height: 60px;
    width: auto;
}

.block1 {
    background-image: linear-gradient(rgba(0, 0, 0, 25%), rgb(0, 0, 0, 45%)), url(home-bg.jpg);
}

.fs-1-5rem {
    font-family: PoppinsBold;
    font-size: 1.5rem !important;
}

.fs-0-9rem {
    font-size: 0.9rem !important;
}

.detail-text {
    margin-top: 20px;
}

.input-with-bg {
    border: 3px solid #04A57F;
    border-radius: 100px;
    color: #000;
    font-size: 1.50rem;
    margin-top: 20px;
    padding: 20px 0;
}

.input-with-bg:focus,
.input-with-bg.active {
    background-color: #fff;
    border: 3px solid #04A57F;
}

.input-with-bg:focus-visible {
    outline: unset
}

#headline {
    display: block;
    letter-spacing: -1.10px;
}

.crt {
    text-align: left;
}

.cnt {
    text-align: right;
}

#submit-wrapper {
    margin: 0 25px 25px 25px;
}

#submitBtn {
    border-radius: 50px;
    font-family: 'PoppinsBold';
    letter-spacing: 4px;
    padding: 1rem 6rem
}

.ssl-img img {
    max-width: 50px;
}

.ssl-img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ssl-img.privacy {
    justify-content: flex-start;
}

.ssl-img.ssl {
    justify-content: flex-end;
}

.ssl-img-mobile {
    display: none;
}

.c-fd {
    display: flex;
}

.c-fd-justify {
    justify-content: space-between;
}

.c-fd-center {
    align-items: center;
}

.inner-block {
    padding: 25px;
    border-radius: 25px;
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(4 165 127 / var(--tw-bg-opacity));
}

.hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

#step1-inner {
    border-top: 2px solid black;
    margin: 25px;
}

.tos-msg {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3rem;
    text-align: justify;
}



@media only screen and (max-width: 425px) {
    #logo{
        max-height: 40px;
    }

    #submit-wrapper {
        flex-direction: row;
        align-items: flex-start;
        white-space: nowrap;
        display: flex;
        margin: 12px 0;
    }

    .ssl-img img {
        max-width: 35px;
    }

    .c-fd-justify {
        justify-content: unset;
        justify-items: center;
    }

    .c-fd-center {
        align-items: center;
    }

    .ssl-img-mobile {
        display: flex;
    }

    .sm\:text-3xl {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .xs\:hidden {
        display: none;
    }

    .inner-block {
        padding: .75rem;
        margin: 0 1.15rem;
        background-color: rgba(255, 255, 255, .9);
    }

    .fs-1-5rem {
        font-size: 1.2rem !important;
    }

    .crt {
        text-align: center;
    }

    .cnt {
        text-align: center;
    }

    #step1-inner {
        border-top: 1.5px solid black;
        margin: 5px 15px;
    }

    #submitBtn {
        padding: 5px 50px;
        font-size: 22px;
        letter-spacing: 2px;
    }

    .detail-text {
        font-size: 14px;
    }

    .detail-text.detail-text-2 {
        font-size: 12px;
    }

    .input-with-bg {
        font-size: 1rem;
        margin-top: 12px;
        padding: 0;
    }

    .tos-msg {
        font-size: 12px;
        line-height: 1rem;
    }

    #footer-text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 500px) {
    #headline {
        letter-spacing: -0.75px;
        font-size: 16px;
        line-height: inherit;
    }

}