main .wrapper, .quiz {
    min-height: 100vh;
}

main {
    font-family: 'PT Sans', sans-serif;
}

.attention {
    max-width: 45px;
}

.danger {
    display: initial;
    height: 30px;
    margin-right: 10px;
    max-width: 45px;
    margin-top: 8px;
}

.mt-100 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.pink-heading {
    font-size: 32px;
    color: #e51875;
    font-weight: 700;
}

.step-1-box {
    border: 1px solid #e51875;
    border-radius: 15px;
}

.button {
    font-size: 22px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    padding: 12px 46px;
    border-radius: 45px;
    min-height: 50px;
    background-color: #16c065;
    border: 0px;
    align-items: center;
    box-shadow: inset 0 -4px rgb(21 141 77 / 50%);
}

.opacity-50 {
    opacity: 0.4;
}

.button-pink {
    background-color: #e51875;
    box-shadow: inset 0 -4px (rgba(141, 21, 83, 0.5));
}

.button-pink:hover {
    background-color: rgba(141, 21, 83) !important;
}

.button:hover {
    background-color: #198754;
}

.text-content {
    line-height: 1.3;
    color: #50115a;
    max-width: 515px;
    font-size: 24px;
    font-weight: 300;
    margin: 0 auto;
}

.footer p, .footer p a {
    font-size: 11px;
    margin-bottom: 5px;
    line-height: 1.3;
    color: #505050;
    text-align: center;
}

.footer span {
    margin: 0px 12px;
}

.status {
    font-size: 24px;
    font-weight: 300;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.logo {
    max-width: 200px;
}

.wrapper .photo {
    min-height: 100vh;
}

.wrapper .form {
    min-height: 100vh;
}

.woman-step-1-photo {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-1.jpg");
    background-position: top center;
    background-size: cover;
}

.woman-step-2-photo {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-2.jpg");
    background-position: top center;
    background-size: cover;
}

.woman-step-3-photo {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-3.jpg");
    background-position: top center;
    background-size: cover;
}

.woman-step-4-photo {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-4.jpg");
    background-position: top center;
    background-size: cover;
}

.woman-step-5-photo {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-5.jpg");
    background-position: top center;
    background-size: cover;
}


.woman-step-6-photo {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-6.jpg");
    background-position: top center;
    background-size: cover;
}


.woman-step-7-photo {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-7.jpg");
    background-position: top center;
    background-size: cover;
}


.woman-step-8-photo {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-8.jpg");
    background-position: top center;
    background-size: cover;
}


.woman-step-9-photo {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-9.jpg");
    background-position: top center;
    background-size: cover;
}


.woman-step-10-photo {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-10.jpg");
    background-position: top center;
    background-size: cover;
}


.woman-step-11-photo {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-11.jpg");
    background-position: top center;
    background-size: cover;
}

.online-marker::before {
    content: '';
    position: absolute;
    right: 5px;
    width: 10px;
    height: 10px;
    background-color: #16C065;
    border-radius: 50%;
    animation: cssAnimation 1s infinite;
    opacity: 15%;
}

.footer img {
    margin: 7.5px 0px;
}


.footer p {
    padding: 0px 20px;
}

.button svg {
    margin-left: 5px;
    margin-top: -3px;
}

.button {
    vertical-align: middle;
}

.Loading {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 16px;
    background: #f1f1f1;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    overflow: hidden;
    border-radius: 25px;
}

.mobile-only {
    display: none;
}

.error-message {
    color: red;
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
}

.form-input {
    padding:15px 20px;
    border-radius:25px;
    font-size:20px;
    border:1px solid #252525;
}

.Loading:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    animation: load 3s;
    animation-fill-mode: forwards;
}

.blue-color {
    color: #50115A !important;
}

@keyframes load {
    0% {
        width: 0;
        background: linear-gradient(to right, #F73161, #50115A);
    }

    25% {
        width: 40%;
        background: linear-gradient(to right, #F73161, #50115A);
    }

    50% {
        width: 60%;
        background: linear-gradient(to right, #F73161, #50115A);
    }

    75% {
        width: 75%;
        background: linear-gradient(to right, #F73161, #50115A);
    }

    100% {
        width: 100%;
        background: linear-gradient(to right, #F73161, #50115A);
    }
}

@keyframes cssAnimation {
    0% {
        opacity: 15%;
    }

    50% {
        opacity: 100%;
        ;
    }

    100% {
        opacity: 15%;
    }
}

@media(max-width:767px) {
    .mobile-only {
        display: block !important;
    }

    .online-marker::before {
        content: '';
        position: absolute;
        right: -5px;
        top:5px;
        width: 10px;
        height: 10px;
        background-color: #16C065;
        border-radius: 50%;
        animation: cssAnimation 1s infinite;
        opacity: 15%;
    }

    .status {
        padding: 10px !important;
    }

    main .wrapper, .quiz {
        min-height: 550px;
    }

    .button {
        margin-bottom: 50px;
        margin-left: 5px !important;
        margin-right: 5px !important;
        font-size: 20px !important;
    }

    .p-4 {
        padding: 0.75rem !important;
    }

    .wrapper .photo {
        min-height: 250px !important;
    }

    .mt-100 {
        display: none;
    }

    .footer p, .footer p a {
        font-size: 12px;
        padding: 0px 5px;
        margin-bottom: 5px;
        line-height: 1.3;
        color: #505050;
        text-align: center;
    }

    .pink-heading {
        font-size: 25px;
        color: #e51875;
        font-weight: 700;
    }

    .text-content {
        line-height: 1.3;
        color: #50115a;
        max-width: 320px;
        margin-bottom: 10px !important;
        font-size: 21px;
        font-weight: 300;
        margin: 0 auto;
    }

    .woman-step-1-photo .status {
        display: none;
    }
}

@media(max-width:370px) {
    .pink-heading {
        font-size: 20px;
        color: #e51875;
        font-weight: 700;
    }

    .text-content {
        line-height: 1.3;
        color: #50115a;
        max-width: 515px;
        font-size: 17px;
        font-weight: 300;
        margin: 0 auto;
    }

    .wrapper .photo {
        min-height: 220px !important;
    }

    .woman-step-1-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 200%), url('../img/woman-img-1-320.jpg');
        background-position: top center;
        background-size: cover;
    }

    .woman-step-2-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-2-320.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-3-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-3-320.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-4-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-4-320.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-5-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-5-320.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-6-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-6-320.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-7-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-7-320.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-8-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-8-320.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-9-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-9-320.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-10-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-10-320.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-11-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-11-320.jpg");
        background-position: top center;
        background-size: cover;
    }
}

@media(min-width:370px) and (max-width:767px) {
    .woman-step-1-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 200%), url('../img/woman-img-1-375.jpg');
        background-position: top center;
        background-size: cover;
    }

    .woman-step-2-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-2-375.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-3-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-3-375.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-4-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-4-375.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-5-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-5-375.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-6-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-6-375.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-7-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-7-375.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-8-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-8-375.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-9-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-9-375.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-10-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-10-375.jpg");
        background-position: top center;
        background-size: cover;
    }

    .woman-step-11-photo {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 200%), url("../img/woman-img-11-375.jpg");
        background-position: top center;
        background-size: cover;
    }
}