/*@import url('https://fonts.googleapis.com/css?family=Poppins');*/

/* BASIC */

body {
	font-family: "Poppins", sans-serif;
	height: 100vh;
}

a:focus, a:hover {
	cursor: pointer;
}

/*a {
	color: #92badd;
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
}*/

h2, label[for="ReadOnlyEmail"] {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	display: inline-block;
	margin: 10px 8px 25px 8px;
	color: #999;
}

input {
	font-size: 16px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	background: #fafafa;
	color: #636363;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #757575;
}

input:focus {
	outline: none;
}

input:focus ~ label[for="number"], input.used ~ label[for="number"] {
	top: -21%;
	transform: scale(.75);
	left: 16%;
	/* font-size: 14px; */
}

input:focus ~ label[for="signInName"], input.used ~ label[for="signInName"] {
	top: -20px;
	transform: scale(.75);
	left: 18%;
	/* font-size: 14px; */
}

input:focus ~ label[for="newPassword"], input.used ~ label[for="newPassword"] {
	top: -20px;
	transform: scale(.75);
	left: 18%;
	/* font-size: 14px; */
}

input:focus ~ label[for="reenterPassword"], input.used ~ label[for="reenterPassword"] {
	top: -20px;
	transform: scale(.75);
	left: 17%;
	/* font-size: 14px; */
}

input:focus ~ label[for="email"], input.used ~ label[for="email"] {
	top: -20px;
	transform: scale(.75);
	left: 18%;
	font-size: 14px;
}

input:focus ~ label[for="emailVerificationCode"], input.used ~ label[for="emailVerificationCode"] {
	top: -20px;
	transform: scale(.75);
	left: 17%;
	margin-top: 14%;
	font-size: 14px;
}

input:focus ~ label[for="password"], input.used ~ label[for="password"] {
	top: -20px;
	transform: scale(.75);
	left: 18%;
	/* font-size: 14px; */
}

input:focus ~ label[for="captchaControlChallengeCode"], input.used ~ label[for="captchaControlChallengeCode"] {
	top: -20px;
	transform: scale(.75);
	left: 15%;
	/* font-size: 14px; */
}

#captchaControlChallengeCode-img {
	display: inline-block !important;
	margin-top: 15px;
}

label[for="captchaControlChallengeCode"] {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 20%;
	top: 10px;
	transition: all 0.2s ease;
}

label[for="number"] {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 20%;
	top: 10px;
	transition: all 0.2s ease;
	padding: 5% 10px 10px 5px;
}

label[for="signInName"] {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 20%;
	top: 10px;
	transition: all 0.2s ease;
}

label[for="newPassword"] {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 20%;
	top: 10px;
	transition: all 0.2s ease;
}

label[for="reenterPassword"] {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 20%;
	top: 10px;
	transition: all 0.2s ease;
}

label[for="email"] {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 20%;
	top: 10px;
	transition: all 0.2s ease;
}

label[for="emailVerificationCode"] {
    color: #999;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 21%;
    top: 30%;
    transition: all 0.2s ease;
}

label[for="password"] {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 20%;
	top: 10px;
	transition: all 0.2s ease;
}

label[for="ReadOnlyEmail_ver_input"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

label[for="countryCode"] {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	top: 33%;
	transition: all 0.2s ease;
	padding: 9% 10px 10px 5px;
	transform: scale(.75);
	left: 16%;
}

label[for="ReadOnlyEmail_ver_input"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

ul {
	list-style-type: none;
	padding-right: 40px;
	margin-bottom: 10px
}

div.intro p {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	display: inline-block;
	margin: 10px 45px 25px 45px;
	color: #999;
	padding-bottom: 5%;
}

div.attrEntry div.buttons {
	padding-bottom: 2%;
	padding-right: 0%;
	padding-left: 0%;
}

	div.attrEntry div.buttons button {
		margin-left: 0%;
	}

h2.inactive {
	color: #999;
}

h2.active {
	color: #0d0d0d;
	border-bottom: 2px solid #5fbae9;
}

.type {
	color: #999;
	font-size: 16px;
}

.number {

}


button:before {
	vertical-align: middle;
}

button {
	background-color: #112A49;
	border: none;
	color: white;
	padding: 0px 0px;*/
	/*width: 85%;
	height: 50px;*/
	text-align: center;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
	box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 5px 20px 20px 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

button:hover {
	background-color: #39ace7;
	cursor: pointer
}

button:active {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

div.number div.error.itemLevel {
	color: #999;
	text-align: left;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	/*display: none;*/
}

	div.number div.error.itemLevel p {
		margin: 0px 0px 0px 0px;
		/*display: none;*/
	}

div.phoneNumber div.number {
	padding: 0px 0px 0px 0px;
	/**/
	margin-bottom: 0px;
	color: #999;
	font-size: 16px;
	font-weight: normal;
	pointer-events: none;
}


div.attr ul {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
}

div.verificationControlContent ul {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2%;
	margin-bottom: 20px;
}

/*Class*/

.ripples {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 100%;
	height: 100%;*/
	overflow: hidden;
	background: transparent;
}


.ripplesCircle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
	animation: ripples .4s ease-in;
}


@keyframes ripples {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	100% {
		width: 200%;
		padding-bottom: 200%;
		opacity: 0;
	}
}

/*specific elements*/

#countryCode {
	font-size: 16px;
	padding: 10px 10px 10px 5px;
	background: #fafafa;
	color: #636363;
	width: 60%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #757575;
	margin-bottom: 2%;
}

#signInForm {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #fff;
	padding: 30px;
	width: 90%;
	max-width: 450px;
	height: auto;
	/*position: relative;*/
	padding: 0px;
	-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
	box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
	text-align: center;
}

div#verifying_blurb {
	display: none !important;
}

#logo {
	position: absolute;
	top: 8px;
	left: 16px;
	font-size: 18px;
}

#emailVerificationControl_success_message {
	margin-top: 15%;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	display: inline-block;
	color: #999;
	padding-bottom: 5%;
}

#emailVerificationControl_error_message {
	margin-top: 15%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	display: inline-block;
	color: #999;
	padding-bottom: 5%;
}

#emailVerificationControl_but_verify_code {
	width: 48%;
	margin-right: 4%
}

#emailVerificationControl_but_send_new_code {
	width: 48%;
	margin-right: 0px;
	display: inline-flex;
	padding-left: 0px;
	padding-right: 0px;
}

#codeVerification {
	padding-bottom: 2%;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 5%;
	/**/
	position: relative;
	margin-bottom: 20px;
}

#verificationCode {
	margin-top: 6%;
	text-align: center;
}

#icon {
	width: 60%;
}

.entry-item {
	padding-bottom: 2%;
	padding-left: 20%;
	padding-right: 20%;
	/**/
	position: relative;
	margin-bottom: 20px;
}

.number {
	padding-bottom: 2%;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 5%;
	/**/
	position: relative;
	margin-bottom: -20px;
}

.attrEntry {
	padding-bottom: 2%;
	padding-left: 20%;
	padding-right: 20%;
	/**/
	position: relative;
	margin-bottom: 20px;
}

.verificationSuccessText {
	top: -40%;
	position: absolute;
	left: 1%;
	width: 80%;
	margin-left: 10%
}

.verificationErrorText {
	top: -350%;
	position: absolute;
	left: 1%;
	width: 80%;
	margin-left: 10%
}

.buttons {
	padding-bottom: 2%;
	padding-right: 24%;
	padding-left: 15%;
}

.singInInput {
	width: 100%;
	margin-top: 4%;
	margin-bottom: 2%;
}

.singInButton {
	width: 100%;
	margin-top: 6%
}

.buttons #cancel {
    /* margin-left: auto; */
    position: absolute;
    background-color: transparent;
    /* top: 0%; */
    left: 6%;
    font-size: 1em;
    color: #999;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    position: relative;
}

	/*.buttons #cancel:before {
		margin-right: 10px;
		content: url(../img/left-arrow.svg);
	}*/

.error {
	color: red;
}

	.error.pageLevel {
		margin-bottom: 9%;
	}

.disableButton {
	background: #999;
	color: #fff;
}

.error-page-help {
	margin: 0 10% 0 10%;
}

.error-page-messagedetails {
	margin: 10% 10% 0 10%;
}


*:focus {
	outline: none;
}

* {
	box-sizing: border-box;
}

.k-appbar {
    box-shadow: 0px 2px 3px rgb(0 0 0 / 24%);
}

.k-appbar {
	height: 80px;
    padding: 8px 24px;
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 2;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.k-card {
    border-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
    background-color: white;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.k-card {
    border-radius: 2px;
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.4285714286;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-button-primary, .k-button.k-primary {
    border-color: #112A49;
    color: white;
    background-color: #112A49;
}

.k-button, .k-button-secondary {
    border-color: white;
    color: rgba(0, 0, 0, 0.87);
    background-color: white;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.k-button {
    text-transform: uppercase;
    font-weight: 500;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.k-button {
    border-radius: 2px;
    padding: 8px 16px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    position: relative;
}

input:focus ~ label[for="otpCode"], input.used ~ label[for="otpCode"] {
	top: -20px;
	transform: scale(.75);
	left: 18%;
}

label[for="otpCode"] {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 20%;
	top: 10px;
	transition: all 0.2s ease;
	padding: 5% 10px 10px 5px;
}

.otp-blocks {
	display: flex !important;
	gap: 10px;
	justify-content: center;
	margin-top: 10px;
}

.otp-digit {
	width: 38px;
	height: 40px;
	font-size: 20px;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 6px;
	outline: none;
	transition: border-color 0.2s;
	padding: 10px 5px 10px 5px !important;
}

.otp-digit:focus {
	border-color: #0078d4;
}