@import url(normalize.css);

body {
	background: #fafafa;
	font-family: 'Open Sans', Helvetica, sans_serif;
	color: #555;
	font-size: 14px;
}

.container {
	width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container .wrapper {
	width: 100%;
	max-width: 1024px;
	overflow: hidden;
	margin: 0px auto;
}

footer {
	text-align: center;
	font-size: 12px;
	padding-top: 50px;
	padding-bottom: 10px;
}

footer a { color: #555; font-size: 13px; }
footer a:hover { text-decoration: none; }

.container.header {
	padding-top: 20px;
  margin-top:130px;
}
.container.header h1 { 
	margin: 0px; 
	color: #000;
	font-weight: 300;
	float: left;
	font-size: 27px;
	line-height: 45px;
}
.container.header a {
	float: right;
	font-size: 20px;
	font-weight: 300;
	line-height: 45px;
	background: #00aced;
	color: #fff;
	text-decoration: none;
	padding: 0px 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.container.header a:hover { background: #00A1DE; }

.container.sections {
	
	padding-top: 0px;
}

.container.sections .code, 
.container.sections .demo {
	float: left;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} 

.container.sections .demo {
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
border-radius: 6px;
border: .5px solid rgba(0,0,0,.12);
-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.06);
box-shadow: 0 4px 8px 0 rgba(0,0,0,.06);
padding: 0 20px 0 20px;
margin-bottom: 36px;
margin-top: 36px;
}

.container.sections .code { background: none; }

.container.sections .code h2 { margin-top: 0px; color: #777; }

.container label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	padding: 10px;
	/*-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;*/
}

.container label:hover {
	background: rgba(255,255,255,0.1);
}

.container label > * {
	display: inline-block;
	vertical-align: middle;
}

.container label > span {
	font-weight: 400;
    margin: 4px 10px;
}


.container #status {
	text-align: center;
	font-size: 20px;
	margin-bottom: 0px;
}


.container#example4 span + .custom-checkbox {
	display: inline-block;
	margin-left: 15px;
}

/*.custom-checkbox img{
	height:20px !important;
}*/
.demo label:not(:last-child){
	border-bottom: 1px solid rgba(0,0,0,.12);
    padding-bottom: 16px;
}
hr.radio {
  border-top: 1px solid black;
}
.list-checkbox {
    padding: 4px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.list-item:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.12);
    padding-bottom: 16px;
}
.list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    cursor: pointer;
}
.list-checkbox {
    padding: 4px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.list-code {
    font-weight: 400;
    margin: 0;
}
.btn-wrapper {
   width: 100%;
    position: fixed;
    bottom: 20px;
    left: 0;
    max-width: 764px;
    right: 0;
    margin: auto;
}
a.fullwidth.inactive {
    background: #999;
    color: #b7b9bb;
    pointer-events: none;
}
a.fullwidth {
    padding: 17px 0;
    margin: 11px 20px;
	    color: #fff;
}
 a.fullwidth, a.fullwidth {
    display: block;
    background-color: #242424;
    margin: 8px 12px;
    padding: 15px 0;
    color: #fff !important;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}
 a.fullwidth, a.fullwidth.border {
    font-size: 14px;
    color: #4a95f1;
    letter-spacing: .43px;
    /*font-weight: 700;*/
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.login-wrapper {
    max-width: 768px;
    padding-top: 0;
    margin: auto;
	display: flex;
height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #f0f2f5;
}
.image-wrapper {
    background-color: #dff8db;
    position: relative;
    max-width: 768px;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.image-wrapper, .login-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.image-wrapper .logo {
    position: absolute;
    width: 140px;
    top: 65px;
    left: 28px;
}
.image-wrapper .cover-pic {
    width: 100%;
}
.content-wrapper {
    margin-top: 80px;
}
.content-wrapper {
    max-width: 768px;
    width: 100%;
}
.description {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #242424;
    padding: 16px 20px 0;
}
.useNumber {
    padding-top: 20px;
	 cursor: pointer;
}
.footerMob, nav.fixed {
    max-width: 765px;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.fullwidth {
    padding: 17px 0;
    margin: 11px 20px;
}
.glide.onboarding .glide__wrapper .glide__track .glide__slide a.fullwidth, a.fullwidth {
    display: block;
    background-color: #242424;
    margin: 8px 12px;
    padding: 15px 0;
    color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}
.glide.onboarding .glide__wrapper .glide__track .glide__slide a, a.fullwidth, a.fullwidth.border {
    font-size: 14px;
    color: #4a95f1;
    letter-spacing: .43px;
    /*font-weight: 700;*/
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.useGoogle {
    padding: 0 20px 20px;
}
.g-signin2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.06);
    box-shadow: 0 4px 8px rgba(0,0,0,.06);
    border-radius: 6px;
    border: none;
    position: relative;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    color: #242424;
    width: 100%;
    height: 56px;
}
.g-signin2 > div > img {
    width: 22px;
    height: 22px;
    margin-top: 3px;
    margin-right: 20px;
}



.heigh-auto{
    height: auto;
    min-height: 100%;
}
.nav-fixed {
    max-width: 768px;
    margin: auto;
    background: #f6f6f6;
   
}
.remove-bottom-margin {
    margin-bottom: 0;
}
.body-wrapper {
    position: relative;
   /* padding-bottom: 20px;
    margin-bottom: 72px;*/
}
.fixed-navbar {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 765px;
    margin: auto;
    font-size: 0;
    background: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-icon {
    cursor: pointer;
    margin-left: -25px;
    margin-right: 10px;
	color: #fff;
}
nav a {
    display: inline-block;
    margin-right: 16px;
    padding: 20px;
        padding-top: 20px;
    text-decoration: none;
}
nav a {
    color: #fff;
}
.navbar-header-text {
    padding-left: 18px;
    font-size: 24px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #000;
}
.main-container-2 {
    padding: 20px 20px 20px;
}
.title{
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}
.subtitle {
    padding-top: 16px;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    font-weight: 400;
}
.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
	width: 100%
}
.mobile-phone {
    padding: 24px 0;
	width: 84%;
}
.mobile-phone > div{
    float: left;
}
.phone__container{
    width: 100%;
}
.country-code__wrapper, .phone__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.phone__wrapper {
   /* height: 76px;*/
    width: 100%;
    background: #fff;
    border: .5px solid rgba(0,0,0,.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.06);
    box-shadow: 0 4px 8px rgba(0,0,0,.06);
    border-radius: 6px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.country-code__wrapper {
    color: #000;
    cursor: pointer;
}
.country-code__wrapper, .phone__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flag-icon {
    height: 20px;
    padding-left: 14px;
}
input.dialing_code:disabled {
    color: #000;
}
.dialing_code:disabled, .mobile-input input:disabled, .mobile-input input:focus {
    border-bottom: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	background-color: #fff;
}
.dialing_code{
    padding: 0 0 0 12px;
    margin: 0;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    outline: none;
    cursor: pointer;
	width: 40px;
	
}
.arrow-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
}
.mobile-input {
    width: 100%;
    padding-right: 14px;
    overflow: hidden;
}
.mobile-input input{
    width: 100%;
    margin: 0;
    border: none;
    outline: none;
    padding: 10px;
	font-size: 30px;
}
.nav-fixed:not(.partner-page) .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
}

 nav.fixed {
    max-width: 765px;
    margin: auto;
        margin-bottom: auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.fullwidth.inactive {
    background: #999;
    color: #b7b9bb;
    pointer-events: none;
}
a.fullwidth {
    padding: 17px 0;
    margin: 11px 20px;
}
.glide.onboarding .glide__wrapper .glide__track .glide__slide a.fullwidth, a.fullwidth {
    display: block;
    background-color: #DF091D;
    margin: 8px 12px;
    padding: 15px 0;
    color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}
.glide.onboarding .glide__wrapper .glide__track .glide__slide a, a.fullwidth, a.fullwidth.border {
    font-size: 19px;
    color: #4a95f1;
    letter-spacing: .43px;
    
    font-family: sans-serif !important;
    text-decoration: none;
    /*margin-bottom: 20px;*/
    display: block;
    text-align: center;
}
.otp-msg a{
    font-weight: 600;
    letter-spacing: .5px;
	color: #0680fc !important;
    cursor: pointer;
    font-size: 20px;
}
.floating_btn.inactive {
    background: #999;
    color: #b7b9bb;
    pointer-events: none;
}
.floating_btn{
    height: 56px;
    width: 56px;
    background: #000;
    -webkit-box-shadow: 0 4px 8px rgba(94,93,100,.08);
    box-shadow: 0 4px 8px rgba(94,93,100,.08);
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    margin: 20px;
}
.header-text{
    color: #000;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 8px;
    line-height: 1.2;
    padding-right: 8px;
}


a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
        margin-bottom: 0px;
    padding: 0;
        padding-bottom: 0px;
    vertical-align: baseline;
    border: 0;
    font: inherit;
        font-size: inherit;
    font-size: 100%;
}
ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}
.details-wrapper {
    width: 100%;
}
.icon-list-v2 {
    background: none !important;
    width: 100%;
}
[class*=" icon-"], [class^="icon-"] {
    display: inline-block;
    fill: currentColor;
}
.icon-list {
    background: #fff;
    /*border-top: 1px solid #e0e0e0;*/
}
ol, ul {
    list-style: none;
        list-style-type: none;
}
ul:not(.browser-default) {
    list-style-type: none;
}




.section .content{
   padding: 7px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.section .content, .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section {
    margin: 8px 20px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 6px;
    border: .5px solid rgba(0,0,0,.12);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.06);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.06);
    position: relative;
}
.section {
    margin-bottom: 10px;
    text-align: center;
    border-top: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
    background-color: #fff;
}

.non-image-margin {
    text-align: start;
}
.out-label.not-first{
    padding-top: 24px;
    padding-left: 20px;
}
.out-label {
    color: #818487;
    padding-bottom: 4px;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 16px;
    font-weight: 500;
    padding-left: 16px;
    letter-spacing: .5px;
    position: relative;
    line-height: 14px;
}
.section-class {
    color: rgba(0,0,0,.86) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}
.camel-casing {
    text-transform: none !important;
}
.secondaryBtn-inactive {
    color: rgb(217 141 155);
    background: rgb(235 233 233);
    border: none;
}
.secondaryBtn {
    display: block;
    padding: 10px 0;
    margin: 11px 20px;
    background: #fff;
    border-radius: 6px;
    border: .5px solid rgba(0,0,0,.12);
    height: 30px;
    color: #c91a3a !important;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.image-margin {
    margin-left: 40px !important;
    text-align: start;
}
.image-margin {
    margin-left: 0;
}
.text{
    color: #242424;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    word-break: break-all;
}
.logos {
    position: absolute;
    width: 24px;
    height: 24px;
}
/*.g-signin2 {
    border-radius: 3px;
    z-index: 99;
    border: none;
    position: relative;
    margin: 5px 16px 5px 0;
    font-size: 19px;
    font-family: Roboto;
    width: 174px;
    height: 46px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(76,77,71,.22);
    box-shadow: 0 6px 10px 0 rgba(76,77,71,.22);
}*/
.yego-blue-bg {
    background: #444db3;
}
/*/.g-signin2 {
    color: #fff;
}*/
.gentona {
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

.login-header {
    padding: 10px 20px;
    background: #ffe6e6;
    margin-bottom: 20px;
}
.header-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin-top: 16px;
}
.header-description, .note-text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(0,0,0,.56);
}
.note-text {
    padding: 0 20px;
}
.row, .with-select li {
    margin-bottom: 0;
}
.row {
    margin-left: auto;
    margin-right: auto;
   /* margin-bottom: 20px;*/
}
.clearfix {
    clear: both;
}

.header2, .header {
    padding-left: 20px;
    color: rgba(0,0,0,.86);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.header {
    margin-top: 20px;
}


.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.input-field {
    position: relative;
    margin-top: 8px;
}
.box-field{
    background: #fff;
    width: calc(100% - 40px) !important;
    margin-left: 20px !important;
   /* padding-top: 12px;*/
    border-radius: 6px;
    position: relative;
    border: .5px solid rgba(0,0,0,.12);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.06);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.06);
	margin-right: 20px;
}
.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem;
        padding-top: 0px;
    min-height: 1px;
}
.input-field {
    position: relative;
    margin-top: 1rem;
}
input:not([type]), input[type="date"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="search"]:not(.browser-default), input[type="text"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="url"]:not(.browser-default), textarea.materialize-textarea {
    height: 22px;
    min-height: 22px;
    border-color: #e0e0e0;
    
}


input[type="date"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="search"]:not(.browser-default), input[type="text"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="url"]:not(.browser-default), textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
   /* height: 3rem;*/
    width: 100%;
    font-size: 1rem;
    margin: 10px;
        
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
input {
    border: none !important;
}
input:not([type]), input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], textarea.materialize-textarea {
    height: 22px;
    min-height: 22px;
    border-color: #e0e0e0;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
        font-size: inherit;
        line-height: inherit;
    margin: 0;
}
input:not([type]).validate + label, input[type="date"]:not(.browser-default).validate + label, input[type="datetime-local"]:not(.browser-default).validate + label, input[type="datetime"]:not(.browser-default).validate + label, input[type="email"]:not(.browser-default).validate + label, input[type="number"]:not(.browser-default).validate + label, input[type="password"]:not(.browser-default).validate + label, input[type="search"]:not(.browser-default).validate + label, input[type="tel"]:not(.browser-default).validate + label, input[type="text"]:not(.browser-default).validate + label, input[type="time"]:not(.browser-default).validate + label, input[type="url"]:not(.browser-default).validate + label, textarea.materialize-textarea.validate + label {
    width: 100%;
    margin-top: 2px;
	width: auto;
}


.input-field.col label {
    left: .75rem;
}
.text-label {
    padding-top: 4px;
}
label {
    width: 100%;
}
.input-field label {
    top: -2px;
    color: #b7b9bb;
    font-weight: 400;
}
.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    pointer-events: none;
}
.select-wrapper + label::after, input:not([type]) + label::after, input[type="date"]:not(.browser-default) + label::after, input[type="datetime-local"]:not(.browser-default) + label::after, input[type="datetime"]:not(.browser-default) + label::after, input[type="email"]:not(.browser-default) + label::after, input[type="number"]:not(.browser-default) + label::after, input[type="password"]:not(.browser-default) + label::after, input[type="search"]:not(.browser-default) + label::after, input[type="tel"]:not(.browser-default) + label::after, input[type="text"]:not(.browser-default) + label::after, input[type="time"]:not(.browser-default) + label::after, input[type="url"]:not(.browser-default) + label::after, textarea.materialize-textarea + label::after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out,.2s color ease-out;
    transition: .2s opacity ease-out,.2s color ease-out;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.input-field label {
    color: #b7b9bb;
    font-weight: 400;
}
.input-field label {
    color: #9e9e9e;
    font-size: 1rem;
    cursor: text;
    text-align: initial;
    pointer-events: none;
}
.input-field .right-icon {
    position: absolute;
    right: 16px;
    top: 16px;
}
.right-icon {
    position: relative;
}
.header2, .header {
    padding-left: 20px;
    color: rgba(0,0,0,.86);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.otpInput{
	 border: 1px solid #e0e0e0 !important;
}
input.dialing_code:disabled {
    color: #000;
}
.dialing_code:disabled, .mobile-input input:disabled, .mobile-input input:focus {
    border-bottom: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.pointer{cursor: pointer;}
.terms {
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
    position: absolute;
    opacity: 1;
    pointer-events: none;
}
.input-field{
	 margin-top: 8px;
}
.nav-fixed {
    padding-top: 0;
}
.bottom-fixed {
    padding-bottom: 0px;
    height: inherit;
    overflow: auto;
}
.nav-fixed {
    height: inherit;
}
.nav-fixed {
    padding-top: 56px;
}
.nav-fixed {
    max-width: 700px;
	overflow-x:hidden;
    margin: auto;
    background: #f6f6f6;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
}
.file, .uidPhoto, .dlFront, .dlBack, .addressPhoto{
  visibility: hidden;
  position: absolute;
}

.upload {
    background-color: #2a649c;
    border: none;
    color: white;
    padding: 6px 16px;
    font-size: 15px;
    cursor: pointer;
    margin: 0;
	display: block;
    margin-left: auto;
    margin-right: auto;
  
}
.camera {
    background-color: #00a58d;
    border: none;
    color: white;
    padding: 6px 16px;
    font-size: 15px;
    cursor: pointer;
    margin: 0 0 0 8px;
}








     
        .desc { color:#6b6b6b;}
        .desc a {color:#0092dd;}
        
        .dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
        .dropdown dd { position:relative; }
        .dropdown a, .dropdown a:visited { color:#816c5b; text-decoration:none; outline:none;}
        .dropdown a:hover { color:#5d4617;}
        .dropdown dt a:hover { color:#5d4617; border: 1px solid #d0c9af;}
        .dropdown dt a {background:#ffffff url('../images/arrow.png') no-repeat scroll right center; display:block;
                       width:100px;}
        .dropdown dt a span {cursor:pointer; display:block; padding:5px;}
        .dropdown dd ul { background:#ffffff none repeat scroll 0 0; border:1px solid #dfded8; color:#C5C0B0; display:none;
                          left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:100px; list-style:none;}
        .dropdown span.value { display:none;}
        .dropdown dd ul li a { padding:5px; display:block;}
        .dropdown dd ul li a:hover { background-color:#d0c9af;}
        
        .dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
        .flagvisibility { display:none;}

#topnav{min-height: 50px;}
.yegoLogo{
	display: block;
	margin:0px auto;
	padding: 10px;
	height:30px;

}
.wrapper-page{max-width: 720px !important; height:93%; margin-top:-40px; background-color: #f6f6f6 !important;}
.backIcon {
    margin-left: -15px;
    top: 0;
    padding-top: 8px;
    cursor: pointer;
	margin-right: 10px;
}
.mobileNo{font-size: 14px !important;}
@media only screen and (max-width: 600px) {
	
	
	/*.wrapper-page-mobile{
		margin-top: 12px !important;
    position: relative;
	}*/
 /* For mobile phones:*/
 
 /*#preview  img{
 width:100px !important; height:75px !important; }
 
 #video{
 max-width:140px !important; max-height:100px !important; }*/
 /* .yegoLogo{
     height: 10px;
	 padding: 5px;
  }
  
  
  .header-title{font-size: 14px;margin-top: 0px;}
  .header-description{margin-top: 8px;line-height: 6px;}*/
.avatar-btns {
  margin-top: 30px !important;
  margin-left: 28% !important;}
  
}
.avatar-btns {
  margin-left: 38%;
}
 #cropperDiv {
      margin: 20px auto;
      max-width: 300px;
	  max-height: 200px;
	  /* min-width: 300px;
	  min-height: 200px;*/
	  
 }

img {
      max-width: 200px;
	  max-height: 150px;
	 
    }
	
#preview>canvas , #preview>img{
	 margin: 20px auto;
      max-width: 180px;
	  max-height: 200px;
	  /* min-width: 200px;
	  min-height: 200px;*/
}	
#previewA4>canvas , #previewA4>img{
	 margin: 20px auto;
      max-width: 400px;
	  max-height: 600px;
	  min-width: 400px;
	  min-height: 600px;
}	
 #cropperDivA4 {
      margin: 20px auto;
      max-width: 300px;
	  max-height: 400px;
	  /* min-width: 300px;
	  min-height: 200px;*/
	  
 }
#preview, #previewA4, #previewDoc{display: block;
  margin-left: auto;
  margin-right: auto;
  }
.loader {
	top: 40%;
	right: 40%;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid red;
	border-bottom: 16px solid red;
	border-left: 16px solid gray;
	border-right: 16px solid gray;
	width: 50px;
	height: 50px;
	-webkit-animation: spinner-border 1s linear infinite;
	animation: spinner-border 1s linear infinite;
	z-index: 10000000;
	opacity: 0.5;
	position: fixed;
}
#previewDoc>canvas , #previewDoc>img{
	 margin: 20px auto;
      max-width: 200px;
	  max-height: 300px;
	 /*  min-width: 250px;
	  min-height: 300px;*/
}
#previewCard>canvas , #previewCard>img{
	  
      max-width: 280px;
	  max-height: 200px;
	  /*min-width: 300px;
	  min-height: 200px;*/
	 
}
#previewCard{
	  
     
	  display: block;
  margin-left: auto;
  margin-right: auto;
}
 #cropperDocDiv {
      margin: 20px auto;
      max-width: 300px;
	  max-height: 250px;
	/* min-width: 300px;
	  min-height: 250px;*/
	  
   }
   div.section.inactive{
    background: #eee;
    color: #b7b9bb;
    pointer-events: none;
}
.m-l-30{
	margin-left:30px; 	
}
.gray{
	color:gray !important
}
.uploadMsg{
	margin:5px 20px; 
	font-size: 18px;
}
.approvalFont{
	font-size: 14px;
}
.inputLabel{
	z-index: 2;
    background-color: #ffffff;
    position: absolute;
    font-size: 14px;
    font-weight: 700;
	margin-left: 44px;
	margin-top: -9px;
	text-align: center;
    
}

a.fullwidth {
  
 border-radius: 0px !important;
 
}
select {
  
  text-indent: 20px;
}
@-moz-document url-prefix() {
    select {
       text-indent: 10px;
    }
}
.disabled:hover {
    cursor:not-allowed
 }
 .uploadMobTitle{margin-left: 10px; margin-top: -31px;}
  
 .dropdown dd ul li a .countryCode{  margin-top: 0px !important;
 
    margin-left: 5px !important;
    position: absolute !important;}
	
:disabled:hover {
    cursor:not-allowed;
	
 }
.btn{
	border-radius: 10px !important;
}
a.fullwidth{
	border-radius: 10px !important;
}
.infoCustomPopup{
	background-color: white;
	padding: 10px;
	border-radius: 15px;
	border: 2px solid #c8c8c8;
	box-shadow: 5px 5px #e3e3e3;
	position: absolute;
	width: 75%;
	top: -40px;
}