/* Base Css Start  */

body {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
}

.fix {
    overflow: hidden;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}


h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

a {
    font-size: 16px;
}

.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

span,
a {
    display: inline-block;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

div[data-relative="yes"] {
    position: relative;
}


/* Base Css End */


/* Registration Page Css Start  */

.registration-wrapper {
    max-width: 767px;
    padding: 30px 15px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('https://precalifiqueme.azurewebsites.net/assets/images/crediq.png');
    /*background: rgba(0, 0, 0, 0.7);*/
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .loader.active {
        opacity: 1;
        visibility: visible;
    }

.sec-title {
    background: #4472C4;
    color: #fff;
    text-align: center;
    padding: 20px 15px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    border-radius: 4px;
    line-height: 1.4;
}

.accordion-toggle {
    background: #8FAADC;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 15px 45px;
    font-size: 18px;
    position: relative;
    justify-content: center;
    padding-left: 58px;
    line-height: 1.3;
    text-align: center;
}

    .accordion-toggle::after {
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 13px;
        color: #fff;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }

    .accordion-toggle.step-invalid::after {
        content: "\f00d" !important;
        background: #F02323DE !important;
    }

    .accordion-toggle.step-valid::after {
        content: "\f00c" !important;
        background: #92D050 !important;
    }

    .accordion-toggle:hover,
    .accordion-toggle:focus {
        color: #fff;
    }

.order-no {
    font-weight: 700;
    font-size: 24px;
    z-index: 1;
    margin-right: 12px;
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-btn {
    background: #4472C4;
    color: #fff;
    border: 0;
    border-radius: 5px;
    /*font-size: 18px;*/
    font-weight: 600;
    padding: 8px 15px;
    width: 230px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: .3s;
}

    .box-btn:hover {
        background: #8FAADC;
    }

.selfie-img {
    width: 100px;
    height: 100px;
    /*border-radius: 50%;*/
    border: 1px solid #4472C4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
}

    .selfie-img i {
        color: #4472C4;
        font-size: 30px;
    }

    .selfie-img.w-290 {
        border: 0;
        width: 290px;
        height: auto;
    }

.registration-wrapper img {
    max-width: 75%;
    width: 75%;
}

.selfie-img.signature {
    border: 0;
    height: auto;
    width: 175px;
}

.scroll-text {
    max-height: 240px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
    margin-bottom: 20px;
    margin-top: 5px;
}

    .scroll-text::-webkit-scrollbar {
        width: 5px;
    }

    .scroll-text::-webkit-scrollbar-thumb {
        background-color: #ddd;
        border-radius: 15px;
    }

.configurable-text {
    border: 1px solid #4472C4;
    padding: 15px;
    margin-bottom: 15px;
}

.scroll-text p {
    text-align: justify;
}


/* Registration Page Css End */
