﻿html {
    height: 100vh;
}

body {
    font-family: 'Inter', sans-serif;
    background: #000;
}

.header {
    background: url('../images/onboarding/female1.png') no-repeat;
    background-size: cover;
    background-position-x: center;
    padding: 25px 25px 0 25px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

@keyframes spinner {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}


input[type="date"]::-webkit-date-and-time-value {
    text-align: left;
}

.spin::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 10px #cfd0d1;
    border-bottom-color: #5ED542;
    border-radius: 50%;
    content: "";
    height: 100px;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    width: 100px;
    will-change: transform;
}

.model0 {
    background: url('../images/onboarding/female1.png') no-repeat;
}

.model1 {
    background: url('../images/onboarding/female2.png') no-repeat;
}

.model2 {
    background: url('../images/onboarding/female3.png') no-repeat;
}

.model3 {
    background: url('../images/onboarding/male1.png') no-repeat;
}

.model4 {
    background: url('../images/onboarding/male2.png') no-repeat;
}

.main-wrapper, .page-wrapper {
    background: #EDEDED;
}

.copyright {
    color: #666;
    padding: 15px 10px;
    background-color: black;
}

.jc-logo {
    max-width: 100%;
    margin-bottom: 50px;
}

.header h1 {
    color: #FFF;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 15px;
    text-transform: none;
}

.header h2 {
    font-weight: 200;
    font-size: 24px;
}

.header h3 {
    margin: 50px 0 0 0;
    font-weight: 200;
    font-size: 16px;
    opacity: .75;
}

.header-date {
    display: inline-block;
    font-size: 18px;
    color: white;
    background: #FF4877;
    padding: 15px 25px;
    margin: 25px 0;
}

h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: #333;
}

    h1 span {
        display: block;
        font-weight: 200;
        text-transform: none;
        font-size: 18px;
    }

.page-wrapper {
    background: #f1f1f1;
}

.form-container {
    padding: 25px;
}

.form-group label {
    color: #374151;
    font-weight: 200;
    margin-bottom: 0;
}

.form-group input::placeholder {
    color: #A9A9A9;
}

.form-control {
    font-weight: 400;
    border-radius: 0;
}

form .group {
    margin-bottom: 35px;
}

.btn {
    border-radius: 0px;
    font-weight: 200;
    padding: .5rem
}

.btn-primary {
    background-color: #1E0728;
    border-color: #1E0728
}

    .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #581674;
        border-color: #581674
    }

        .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgb(75 17 100 / 40%)
        }

.next-button {
    display: flex
}

    .next-button button {
        width: 100%;
        display: block;
        text-transform: uppercase;
    }

.congrats-pattern {
    min-height: 100vh;
    padding: 50px;
    padding-bottom: 60px;
    margin: 0 -15px;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='12' viewBox='0 0 44 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12v-2L0 0v10l4 2h16zm18 0l4-2V0L22 10v2h16zM20 0v8L4 0h16zm18 0L22 8V0h16z' fill='%212121' fill-opacity='0.65' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.congratulations {
    background-image: linear-gradient(to left bottom, rgba(0,0,0,1) 1%, rgba(94,213,66,1) 67%, rgba(0,197,219,1) 100%);
    );
}

    .congratulations h1, .congratulations h2 {
        color: #FFF;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .congratulations h1 {
        font-size: 36px;
        margin-bottom: 15px;
        text-transform: none;
    }

    .congratulations h2 {
        font-size: 24px;
    }

.model-2 {
    margin-top: 50px;
    position: relative;
}

    .model-2 img {
        z-index: 200;
        width: 100%;
        position: relative;
    }

    .model-2::after {
        content: ' ';
        height: 300px;
        width: 240px;
        border: 10px solid #e43192;
        position: absolute;
        left: -10px;
        bottom: -10px;
        z-index: 1;
    }

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

.validation-summary-errors li {
    list-style: none;
}

.require-fields {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    margin: 15px 0;
}

.payment-logo {
    margin-top: 25px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .next-button {
        justify-content: center;
    }

        .next-button button {
            width: initial;
            display: inline-block;
            padding-left: 50px;
            padding-right: 50px
        }

    .model-2::after {
        height: 310px;
        width: 275px;
        border-width: 15px;
        left: -15px;
        bottom: -15px;
    }
}

/* Medium devices (tablets, 769px and up) */
@media (min-width: 768px) {
    .congratulations h1 {
        font-size: 36px;
    }

    .congratulations h2 {
        font-size: 18px;
    }

    .model-2::after {
        height: 325px;
        width: 300px;
        border-width: 15px;
        left: -15px;
        bottom: -15px;
    }

    .header-wrapper {
        margin-bottom: 50px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .form-container {
        padding: 50px;
    }

    .header h1 {
        font-size: 36px;
    }

    .header h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .header h3 {
        font-size: 24px;
    }

    .congratulations h1 {
        font-size: 50px;
    }

    .header-date {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .congratulations h2 {
        font-size: 36px;
    }

    .model-2::after {
        height: 555px;
        width: 410px;
        border-width: 15px;
        left: -15px;
        bottom: -15px;
    }

    .container {
        max-width: 1512px;
    }
}

/* XL devices*/
@media (min-width: 1025px) {
    .header h1 {
        font-size: 50px;
    }
}
