/* --------------------------------------
=========================================
LandX - Responsive App Landing Page
Version: 1.0 (Initial Release)
Designed By: Mizanur Rahman
=========================================
-----------------------------------------*/

/* @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Raleway:500,600,700); */

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../../fonts/PlusJakartaSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    font-size: 100%;
}

.faq-link {
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
    a {
        color: #32225e !important;
    }
}

.faq-link:hover{
    color: #5E4AEA;
}


body {
    background: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    color: #32225e;
    line-height: 25px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}

.container-btn {
    display: flex;
    justify-content: center;
}


/* #back-to-wallet {
    display: none;
} */

.back-to-w {
    font-size: 35px;
    position: relative;
    top: 10px;
    color: white;
    cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.error-color {
    border-color: red !important;
    box-shadow: 0 0px 1px red inset, 0 0 8px red !important;
    outline: 0 none;
}


/* PRE LOADER */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    /* background-image: url(../images/loading.gif); */
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}


/* DEFAULT HYPERLINK / HOVER */

a {
    text-decoration: none;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

a:hover {
    text-decoration: underline;
    color: #5E4AEA !important;
}

strong {
    font-weight: 700;
}

.strong {
    font-weight: 700;
}


/* IE10 IN WINDOWS 8 AND WINDOWS PHONE 8 BUG FIX FOR BOOTSTRAP */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/* OTHER FIXES */

a:focus {
    outline: inherit;
    color: inherit;
}

.btn:focus,
.btn:active,
.btn,
.open .dropdown-toggle.btn {
    outline: inherit;
    border-color: inherit;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}


/* --------------------------------------
=========================================
   COMPONENTS
=========================================
-----------------------------------------*/

.dark-bg {
    background: #32225e;
    color: #fff;
    /* color: #8b7676; */
}

.image-astro{
    float: right;
    height: 365px;
    margin-top: -42rem;
}

.header-info{
    margin: 0px 50px;
}

.navbar{
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {

    .header-info{
        margin: 0;
    }
    .navbar-nav>li>a{
        color: #32215D !important;
    }

}
@media screen and (min-width: 767px) {
    .menu-footer{
        display: none;
    }
    
}

.color-bg {
    color: #ffffff;
}

.bgcolor-2 {
    background: #f7f8fa;
}

.bgcolor-white {
    background: #ffffff;
}

.colored-line {
    height: 1px;
    width: 70px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*---------------------------------------
   Typography
-----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #323232;
    margin-bottom: 0;
    margin-top: 0;
}

h1 {
    font-size: 2.813rem;
    line-height: 3.75rem;
    font-weight: 500;
}

h2 {
    font-size: 2.188rem;
    line-height: 3.125rem;
    font-weight: 500;
}

h3 {
    font-size: 1.5rem;
    line-height: 2.375rem;
    font-weight: 600;
}

h4 {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 1.813rem;
        text-align: center !important;
    }
}


/*---------------------------------------
   BUTTONS
-----------------------------------------*/

.standard-button {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 15px 30px;
    border: 0;
    margin: 5px;
    line-height: inherit;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.secondary-button {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 15px 30px;
    border: 0;
    margin: 5px;
    border: 1px solid #727272;
    color: #323232;
    background: #ffffff;
    line-height: inherit;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}


/* --------------------------------------
=========================================
   SECTION SPECIFIC CSS
=========================================
-----------------------------------------*/

.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.color-overlay {
    /* background: rgba(0, 0, 0, 0.6); */
}

body.modal-open .container{
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}

.circles{
    background-color: #5E4AEA;
    border-radius: 25px;
    padding: 11px 12px 9px 12px;
    margin-left: 10px;
    .menu-icon{
        color: #ffffff;
        font-size: 1.5rem;
    }
}

.circles:hover{
    background-color: #00d5c2;
}
/*---------------------------------------
   HEADER / HOME
-----------------------------------------*/

header .vertical-registration-form {
    /* margin-top: 60px; */
    margin-top: 0px;
}

.navigation-header {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #32225e;
}

.intro-section {
    margin-top: 50px;
    margin-bottom: 137px;
}

.intro {
    color: #32225e;
}

.navbar-header img {
    max-height: 75px;
}


/*---------------------------------------
   Navigation
-----------------------------------------*/


/* NAV RESETS */

.navbar-nav>li>a:hover {
    background: inherit;
}


/* NORMAL NAVIGATION WITH SOCIAL ICON AND LOGO ONLY */

.non-sticky .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

#termsLabel {
    margin-bottom: 15px !important;
}

.non-sticky .navbar-nav>li>a,
#termsLabel>a {
    font-size: 25px;
    padding: 0;
    padding-left: 5px;
    padding-top: 3px;
    color: #ffffff;
}


/* STICKY NAVIGATION */

.sticky-navigation {
    min-height: 75px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    border: 0;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header {
    padding-top: 8px;
}

.sticky-navigation .main-navigation {
    padding-top: 13px;
}

.sticky-navigation .main-navigation .current a {
    -webkit-backface-visibility: hidden;
    outline: inherit;
    position: relative;
}

.sticky-navigation .navbar-nav>li>a {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #323232;
}


/*---------------------------------------
   FEATURE LIST 1
-----------------------------------------*/

.feature-list-1 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.feature-list-1 li {
    margin-top: 25px;
    margin-bottom: 25px;
}

.feature-list-1 li .icon-container {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 15px;
    /* margin-top: 8px; */
    margin-top: 0px;
}

.feature-list-1 li p {
    color:  rgb(50, 34, 94);
    font-size: 1.4rem;
    line-height: 30px;
}

@media screen and (max-width: 991px) {
    .feature-list-1 li p {
        font-size: 16px;
    }
}


/*---------------------------------------
   VERTICAL REGISTRATION FORM
-----------------------------------------*/

.vertical-registration-form {
    background: rgb(50, 34, 94);
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-bottom: 30px;
    border-radius: 15px;
}

.vertical-registration-form .colored-line {
    margin-top: 0;
}

.vertical-registration-form h3,
.vertical-registration-form h4 {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}


.alert{
    border-radius: 16px !important;
    color: #ffffff !important;
}

.alert-danger{
    background-color: rgba(246, 38, 126, 0.1) !important;
    border-color: rgb(246, 38, 126) !important;
}
.alert-success{
    background-color: rgba(0, 213, 194, 0.1) !important;
    border-color: rgb(0, 213, 194) !important;
}


input[type='checkbox']{
    accent-color: rgb(140, 119, 197);
}

.vertical-registration-form .input-box {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 45px;
    background: #ffffff;
    border-radius: 9px;
    font-size: 16px;
    color: rgb(50, 34, 94);
    box-shadow: inherit;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.vertical-registration-form textarea.input-box {
    height: 100%;
}

.vertical-registration-form .input-box:focus,
.vertical-registration-form .input-box:active {
    box-shadow: inherit;
    color: rgb(50, 34, 94);
}

@media screen and (max-width: 991px) {
    .vertical-registration-form .input-box {
        height: 35px;
    }
    .standard-button {
        padding: 3px 20px;
    }
}


/*---------------------------------------
   SECTION WITH LEFT / RIGHT SCREENSHOT
-----------------------------------------*/

.side-screenshot,
.side-screenshot2 {
    max-width: 532px;
}

.brief h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.brief p {
    margin-top: 45px;
}

.feature-list-2 {
    margin-top: 25px;
}

.feature-list-2 li {
    overflow: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}

.feature-list-2 li .icon-container {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    color: #ffffff;
    line-height: 32px;
    margin-right: 15px;
    margin-top: 5px;
    text-align: center;
}

.feature-list-2 li .details {
    width: 89%;
}

.feature-list-2 li .details p {
    margin-top: 5px;
}


/*---------------------------------------
   FEATURES SECTION
-----------------------------------------*/

.features {
    margin-top: 35px;
}

.feature {
    margin-top: 40px;
    margin-bottom: 35px;
}

.feature .icon {
    font-size: 50px;
    margin-bottom: 30px;
}

.feature h4 {
    margin-bottom: 10px;
}


/*---------------------------------------
   PACKAGES SECTION
-----------------------------------------*/

.pricing-table {
    margin-top: 35px;
}

.package {
    overflow: auto;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-top: 40px;
}

.package .header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.package .header h3 {
    color: #ffffff;
}

.package-features .column-9p {
    width: 90%;
    float: left;
    text-align: left;
}

.package-features .column-1p {
    width: 10%;
    float: right;
    text-align: right;
    color: #323232;
}

.package-features .column-7p {
    width: 60%;
    float: left;
    text-align: left;
}

.package-features .column-3p {
    width: 40%;
    float: right;
    text-align: right;
}

.package-features ul li {
    overflow: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 35px;
    padding-left: 35px;
    border-bottom: 1px dotted #e3e3e3;
}

.package-features .bottom-row {
    overflow: auto;
    padding-top: 8px;
    padding-bottom: 17px;
    padding-right: 35px;
    padding-left: 35px;
}

.package-features .bottom-row h6 {
    padding-top: 5px;
}

.package-features .bottom-row .secondary-button,
.package-features .bottom-row .standard-button {
    margin: 0;
    padding: 7px 15px;
    vertical-align: middle;
}


/*---------------------------------------
   VIDEO SECTION
-----------------------------------------*/

video {
    max-width: 100%;
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.video-container {
    width: 100%;
    background: #ffffff !important;
    margin-top: 75px;
}

.video {
    background: #ffffff !important;
}


/*---------------------------------------
   VIDEO SECTION FEATURES
-----------------------------------------*/

.video-features {
    margin-top: 40px;
}

.video-features .inline-icon {
    padding-right: 5px;
}


/*---------------------------------------
   SCREENSHOT SECTION
-----------------------------------------*/

.screenshots {
    margin-top: 68px;
}

.shot {
    margin: 10px;
    border-radius: 3px;
    border: 5px solid #ffffff;
}

.shot img {
    max-width: 100%;
    width: 100%;
}

.shot img:hover {
    cursor: crosshair;
    opacity: 0.8;
}


/*---------------------------------------
   CLIENTS / TESTIMONIALS SECTION
-----------------------------------------*/

.clients {
    margin-top: 35px;
}

.client-logos li {
    display: inline-block;
    vertical-align: middle;
    margin: 15px;
}

.testimonials {
    margin-top: 15px;
}

.single-feedback {
    position: relative;
    margin-top: 20px;
}

.single-feedback .client-pic {
    width: 48px;
    height: 48px;
    margin: auto;
    position: relative;
    margin-bottom: -24px;
    z-index: 999;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 0px 3px #f7f8fa;
}

.single-feedback .client-pic img {
    max-width: 100%;
}

.single-feedback .box {
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 3px;
    position: relative;
    background: #f7f8fa;
    padding-top: 20px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
}

.single-feedback .box .message {
    padding: 25px;
    font-style: italic;
}

.single-feedback .box:after,
.single-feedback .box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.single-feedback .box:after {
    border-color: rgba(247, 248, 250, 0);
    border-top-color: #f7f8fa;
    border-width: 15px;
    margin-left: -15px;
}

.single-feedback .box:before {
    border-color: rgba(229, 229, 229, 0);
    border-top-color: #e5e5e5;
    border-width: 16px;
    margin-left: -16px;
}

.single-feedback .client-info {
    margin-top: 30px;
}

.single-feedback .client-info .client-name {
    line-height: 20px;
}

.single-feedback .client-info .company {
    font-size: 13px;
}


/*---------------------------------------
   CALL TO ACTION SECTION
-----------------------------------------*/

.cta-section {
    background: url(../images/bg-image-2.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.cta-section h4 {
    color: #ffffff;
}

.cta-section h2 {
    color: #ffffff;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 40px;
}

.cta-section h3 {
    color: #ffffff;
}

.cta-section .color-overlay {
    padding-top: 125px;
    padding-bottom: 125px;
}


/*---------------------------------------
   SUBSCRIBE FORM
-----------------------------------------*/

.subscribe-section {
    margin-top: 75px;
}

.subscription-form .input-box {
    width: 300px;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 55px;
    border-radius: 3px;
    font-size: 16px;
    color: rgb(50, 34, 94);
    box-shadow: inherit;
}

.subscription-success,
.subscription-error {
    color: #FFFFFF;
}

.modal {
    width: 100vw !important;
}

.back-to-w-arrow{
    margin-left: 16px;
}

#welcome-info-modal, #terms-modal{
    .modal-footer{
        border-top: 0px;
    }
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.info-astro{
    margin: 0px 93px 0px 93px;
}
.gray-btn {
    background-color: #00d5c2;
    border-color: #00d5c2;
    color: white;
    padding: 10px 35px 10px 35px;
    border-radius: 7px !important;
    font-weight: bold;
    font-size: 1rem;
}

.btn-signin{
    margin-top: 3rem;
    padding: 20px 45px 20px 45px;
    font-size: 1rem;
}

.gray-btn:hover {
    border-color: #5e4aea;
    background-color: #5e4aea;
    color: white;
    text-decoration: none;
}

.solid-btn {
    background-color: #5e4aea;
    color: #ffffff;
    border: 1px solid #5e4aea;
    padding: 10px 35px 10px 35px;
}



/*---------------------------------------
   CONTACT US SECTION
-----------------------------------------*/

.contact-us {
    padding-top: 75px;
    padding-bottom: 75px;
}

.contact-us .heading {
    margin-bottom: 10px;
}

.contact-link {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 50px;
    font-family: 'Raleway', sans-serif;
}

.contact-link:hover {
    text-decoration: none;
}

.contact-link span {
    margin-right: 10px;
}


/*---------------------------------------
   CONTACT FORM
-----------------------------------------*/

.contact-form {
    margin-top: 25px;
}

.contact-form .success,
.contact-form .error {
    display: none;
}

.contact-form .input-box,
.contact-form .textarea-box {
    margin-bottom: 15px;
    margin-top: 15px;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    color: rgb(50, 34, 94);
    padding-left: 12px;
    font-size: inherit;
    line-height: auto;
}

.contact-form .input-box {
    min-height: 50px;
}

.contact-form .textarea-box {
    min-height: 200px;
    -webkit-backface-visibility: hidden;
}

.contact-form .input-box:active,
.contact-form .textarea-box:active,
.contact-form .input-box:focus,
.contact-form .textarea-box:focus {
    color: #323232;
}

.contact-form .btn {
    margin-top: 25px;
}


/*---------------------------------------
   FOOTER SECTION
-----------------------------------------*/

footer {
    /* padding-top: 75px;
    padding-bottom: 75px; */
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-logo {
    max-width: 180px;
    margin: auto;
}

.copyright {
    margin-top: 15px;
    margin-bottom: 15px;
}

.social-icons li {
    display: inline;
    margin: 2px;
}

.social-icons li a {
    font-size: 25px;
    color: #919191;
}

.social-icons li a:hover {
    text-decoration: none;
}

.social-navigation {
    margin-top: 23px;
}

.social-navigation li {
    margin-right: 10px;
}

.support-navigation {
    margin-top: 27px !important;
    position: relative;
    right: 15px;
}

.support-navigation li a,
#termsLabel a {
    font-size: 16px !important;
}

.support-link,
.terms-link {
    cursor: pointer;
}

.terms-link {
    font-weight: normal !important;
    font-size: 14px !important;
}


/*---------------------------------------
            LOADER SECTION
-----------------------------------------*/

.blockOverlay {
    z-index: 1000;
    font-family: "Font Awesome\ 5 Free";
    border: medium none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / 16px 16px;
    opacity: 0.6;
    cursor: wait;
    position: absolute;
}

.blockUI:before {
    display: inline-block;
    font: normal normal normal 14px/1 Font Awesome\ 5 Free;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    -webkit-animation: fa-spin .75s linear infinite;
    animation: fa-spin .75s linear infinite;
    height: 30px;
    width: 50px;
    line-height: 30px;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-weight: 600;
}


/*---------------------------------------
        CLASS BOOTSTRAP 4 SECTION
-----------------------------------------*/

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

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

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.align-content-center {
    align-content: center !important;
}

.terms-modal-body {
    overflow: auto;
    height: 65vh;
}

.modal-dialog {
    display: flex !important;
    height: 80vh;
}

.modal-content {
    margin: auto !important;
    height: fit-content;
}

.googleplay img {
    width: 230px;
}

.appstore img {
    margin-top: 0.5rem;
    width: 205px;
}

@media screen and (max-width: 767px) {

    .support-link{
        color: #32215D;
    }
    .menu-header{
        display: none !important;
    }
    .menu-footer{
        position: initial;
        display: flex;
        justify-content: center;
    }
    .image-astro{
        display: none;
    }
    .info-astro{
        margin: 0px 0px 0px 0px;
    }
    .intro-section {
        display: flex;
        flex-direction: column-reverse;
    }
    .navigation-header {
        padding-bottom: 0;
    }
    .intro {
        margin-top: 35px;
    }
    .googleplay img {
        width: 140px;
    }
    .appstore img {
        width: 125px;
    }
    .social-navigation {
        display: flex;
        position: absolute;
        right: 20px;
    }
    .support-navigation {
        position: absolute;
        left: 20px;
    }
}

.wallet-link a {
    color: #5E4AEA !important;
}

.wallet-link a:hover {
    color: #00d5c2 !important;
    text-decoration: underline;
}


/*---------------------------------------
    PERSONAL & PASSWORD SECTIONS
-----------------------------------------*/

.container-password {
    position: relative;
}

.strength_meter {
    position: absolute;
    left: 0px;
    top: 115%;
    width: 100%;
    height: 30%;
    z-index: 100;
    border-radius: 5px;
    /* padding-right:13px; */
}

.button_strength {
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
}

.strength_meter div {
    width: 0%;
    height: 100%;
    text-align: right;
    color: #000;
    line-height: 43px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-right: 12px;
    border-radius: 5px;
}

.strength_meter div p {
    position: absolute;
    top: -15px;
    right: 3px;
    color: #FFF;
    font-size: 13px;
}

.pass-input {
    margin-bottom: 35px;
}

.veryweak {
    background-color: #e31d1a;
    border-color: #e31d1a !important;
    width: 25% !important;
}

.weak {
    background-color: #FFB78C;
    border-color: #FF853C !important;
    width: 50% !important;
}

.medium {
    background-color: #FFEC8B;
    border-color: #FC0 !important;
    width: 75% !important;
}

.strong {
    background-color: #007851;
    border-color: #007851 !important;
    width: 100% !important;
}

h1 {
    color: white;
    font-size: 50px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px;
}

h1 span {
    font-weight: bold;
    color: white;
    opacity: .3;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/* #pswd_info {
    position: absolute;
    bottom: -52px;
    right: -265px;
    width: 55%;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
} */

#pswd_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

#pswd_info::before {
    /* content: "\25B2"; */
    content: "\25C0";
    position: absolute;
    /* top: -15px; */
    top: 9px;
    /* left: 45%; */
    left: -6%;
    font-size: 20px;
    line-height: 14px;
    color: #c0c0c0;
    text-shadow: none;
    display: block;
}

.invalid {
    /* background: url(../images/invalid.png) no-repeat 0 50%; */
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    /* background: url(../images/valid.png) no-repeat 0 50%; */
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

.first-pair,
.second-pair {
    width: 146.700px;
}

@media screen and (max-width: 400px) {
    .first-pair,
    .second-pair {
        width: 109.700px;
    }
}

.option {
    margin-top: 40px;
    border-radius: 25px;
    text-align: center;
    background-color: #32215D;
    padding: 12px 24px;
    cursor: pointer;
    color: #ffffff;
    box-shadow: 0 3px 15px grey;
}

.option label {
    color: #ffffff !important;
    cursor: pointer;
}

.option-selected {
    background-color: grey;
}

.option:hover,
.btn-success:hover,
.button-next:hover {
    background-color: #5C3489;
}


/*---------------------------------------
    ICONS SECURITY QUESTIONS SECTIONS
-----------------------------------------*/


/* .sel1,
.sel2 {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sel1::-ms-expand,
.sel2::-ms-expand {
    display: none;
} */

.inner-addon {
    position: relative;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 13px;
    pointer-events: none;
}

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.see-pass-qr {
    pointer-events: auto !important;
}

.see-pass-qr:hover {
    cursor: pointer;
}

.prev-btn,
.next-btn,
.submit-btn,
.support-btn {
    border-radius: 100px;
}

.prev-btn>i,
.next-btn>i {
    font-size: 20px;
}

.avatar-img-container {
    display: flex;
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
}

.avatar-img-container>i {
    font-size: 45px;
    margin: auto;
}

.avatar-selected {
    filter: grayscale(100%);
}

.features-icons-item>a.thumbnail>i {
    position: absolute;
    right: 19px;
    bottom: 26px;
}

@media screen and (max-width: 414px) {
    .strength_meter {
        height: 35%;
    }
    .inner-addon .glyphicon {
        padding: 8px;
    }
}


/*---------------------------------------
    POPOVER PASSWORD
-----------------------------------------*/

.popover {
    font-size: 12px !important;
}

.popover-pass {
    max-width: 90%;
    margin-left: 20px;
    margin-right: 20px;
}

.popover-pass h3 {
    text-transform: none;
    color: #000000;
    margin: 0;
}

#passport-file-browse,
#docLabel {
    display: none;
}
