@font-face {
    font-family: "brother-1816";
    src: url("./fonts/Brother1816-Regular.ttf");
}

body {
    margin: 0;
    color: #2a2a2a !important
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "brother-1816", sans-serif;
    font-weight: unset !important;
}

.form-control {
    background-color: #f6f6f6 !important;
    font-weight: 300 !important;
    font-size: 1.1rem !important;
    padding: 0.6rem 1rem !important;
    letter-spacing: 0.03rem;
    background-clip: padding-box;
    border-bottom: 4px solid #19A1C1;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.form-group label {
    padding-bottom: 5px;
    font-size: 1.1rem;
    color: #215071;
    padding-left: 5px;
}

button {
    background-image: linear-gradient(to bottom, #315071c7, #315071, #315071, #315071, #315071);
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    padding: 15px 25px !important;
    border-radius: 20px !important;
}

.progress {
    width: 100%;
    max-width: 500px;
    height: 35px !important;
    background-color: #e0dede !important;
    border-radius: 100px !important;
    margin: 0 auto;
}

.progress-bar {
    background-color: unset !important;
    background-image: linear-gradient(to bottom, #0ddc8e, #11d187, #14c67f, #16bb78, #17b071);
    font-size: 14px !important;
}

.form-check {
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check-label {
    padding-left: 3px;
}

.with-img .form-check-label {
    padding-top: 8px;
}

.form-check-input:checked ~ .form-check-label {
    border-radius: 5px;
    border: 3px solid rgb(18, 210, 134);
    padding: 5px;
}

.with-img input {
    display: none;
}

.no-img .form-check {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
}

.overlay-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 1;
}

.quiz-container {
    width: 100%;
    max-width: 1250px;
    height: 850px;
    margin: 0 auto;
    background-image: url(../img/newskvheader_desktop.jpg);
    background-position: top left 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 5px;
    z-index: 0;
}

.quiz-box-steps {
    width: 100%;
    max-width: 980px;
    height: auto;
    background-color: #ffffff;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    background-image: url(../img/curve-bg.png);
    background-position: bottom -5px right;
    background-repeat: no-repeat;
    background-size: 50%;
    -webkit-box-shadow: 0px 1px 18px 2px rgb(52 52 52 / 25%) !important;
    box-shadow: 0px 1px 18px 2px rgb(52 52 52 / 25%) !important;
    z-index: 2;
}

.full-width {
    width: 100%;
    height: auto;
}

.deal {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.pad-l-15 {
    padding-left: 15px !important;
}

.pad-top-15 {
    padding-top: 15px;
}

.pad-bottom-15 {
    padding-bottom: 15px;
}

.pad-bottom-25 {
    padding-bottom: 25px;
}

.all-padding-25 {
    padding: 25px !important;
}

.pad-top-50 {
    padding-top: 50px;
}

.pad-bottom-50 {
    padding-bottom: 50px;
}

.mar-top-25 {
    margin-top: 25px;
}

.mar-center {
    margin: 0 auto;
}

.image-resizer {
    width: 100%;
    height: auto;
}

.max-w-200 {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.title {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #215071;
    font-weight: 700 !important;
}

#skinquestion h2 {
    font-size: 1.5rem;
    font-weight: 700 !important;
    color: #215071;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
}

#skinquestion h3 {
    font-size: 1.2rem;
    color: #215071;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
}

#skinfeed {
    font-size: 1.2rem;
    color: #215071;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
}

#skinprogress {
    text-align: center;
    color: #215071;
    font-size: 1.2rem;
}

@media only screen and (max-width: 992px) {
    .quiz-box-steps {
        width: 95%;
        max-width: 980px;
        height: auto;
        /* min-height: 600px; */
        background-color: #ffffff;
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        background-image: url(../img/curve-bg.png);
        background-position: bottom -5px right;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 100px;
        -webkit-box-shadow: 0px 1px 18px 2px rgb(52 52 52 / 25%) !important;
        box-shadow: 0px 1px 18px 2px rgb(52 52 52 / 25%) !important;
        z-index: 2;
    }

    .quiz-container {
        width: 100%;
        height: auto;
        margin: unset;
        background-image: unset;
        background-color: #E7E7E7;
        position: relative;
        border-radius: unset;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
    }
}
