﻿body, html {
	margin: 0;
}

body {
	font-family: MTSSans, sans-serif;
	font-style: normal;
	height: 100%;
}

input {
	outline:none;
}

button {
	cursor: pointer;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

.wrapper {
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
}

.content {
	flex: 1 0 auto;
}

.footer {
	flex: 0 0 auto;
}

.mts-logo img {
	width: 100%;
	height: 100%;
}

.captcha-image-input-cover {
	display: flex;
	padding-top: 5px;
}

.captcha-image {
	display: flex;
	padding-right: 8px;
	width: 124px;
	height: 44px;
}

.captcha-image img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.captcha-input-cover {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 143px;
	height: 44px;
	border-radius: 8px;
	border: 2px solid rgba(188,195,208,.5);
}

.captcha-result-cover {
	padding-left: 23px;
	padding-right: 11px;
	width: 22px;
	height: 22px;
}

.captcha-result-cover img {
	width: 100%;
	height: 100%;
}

.captcha-input {
	align-items: center;
	width: 81px;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	border: 0;
	text-transform: uppercase;
}

.captcha-refresh-cover {
	display: flex;
	padding-top: 9px;
	align-items: center;
}

.captcha-refresh-image {
	display: flex;
}

.captcha-refresh-image img {
	width: 100%;
	height: 100%;
}

.captcha-refresh-button-cover {
	display: flex;
	padding-left: 5px;
	width: 148px;
}

.activation-code-button-cover {
	padding-left: 5px;
	display: flex;
	width: 200px;
}

.captcha-refresh-button {
	padding: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	border: 0;
	color: #007cff;
	background-color: transparent;
}

.send-activation-code-cover {
	padding-top: 24px;
}

.approve-order-button-cover {
	padding-top: 20px;
}

.sms-input-cover {
	padding-top: 27px;
}

.sms-input-warning-cover {
	display: flex;
}

.sms-code-cover {
	display: flex;
	align-items: center;
	height: 54px;
	width: 201px;
	border-radius: 8px;
	background: #f2f3f7;
}

.sms-code-text {
	padding-left: 8px;
	padding-right: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.sms-code-input-cover {
	display: flex;
	align-items: center;
	height: 38px;
	width: 94px;
	border-radius: 8px;
	background: #fff;
}

.sms-code-input {
	border: 0;
	width: 90px;
	text-align: center;
	letter-spacing: 2px;
}

.warning-cover {
	display: block;
	align-self: center;
	padding-left: 8px;
}

.warning-block-cover {
	display: flex;
	align-items: center;
}

.warning-image {
	width: 16px;
	height: 16px;
}

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

.warning-text {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #EB4A13;
	padding-left: 8px;
}

.warning-input {
	border: 2px solid #F95721;
}

.hidden {
	visibility: hidden;
}

.resend-time-cover {
	padding-top: 8px;
}

.resend-time-text {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #EB4A13;
}

.divider-end-info-cover {
	padding-bottom: 20px;
	padding-top: min(20px, 10vh);
	width: 100%;
}

.main-button, .approve-button {
	background: #e30611;
	border-radius: 8px;
	border-color: transparent;
	width: 300px;
	height: 44px;
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	align-content: center;
}

.hidden {
	display: none;
}

.unable-button {
	background: rgba(188,195,208,.5);
	color: #969fa8;
	cursor: unset;
}

/* Chrome, Safari, Edge, Opera */
input.sms-code-input::-webkit-outer-spin-button,
input.sms-code-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input.sms-code-input[type=number] {
	-moz-appearance: textfield;
}

.msisdn {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}

.footer-text {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}

.footer-bold-text {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #626C77;
}

/* Result pages styles */

.main-page {
	display: flex;
	flex-direction: column;
	height: 100vh;
	padding: 0 24px 0 24px;
}

.main-result-center {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: auto;
}

.success-image-cover {
	display: flex;
	height: 112px;
	width: 112px;
	border-radius: 300px;
	box-shadow: 0 0 64px rgb(134 227 132 / 50%);
}

.error-image-cover {
	display: flex;
	height: 112px;
	width: 112px;
	border-radius: 300px;box-shadow: 0px 0px 64px rgba(255, 173, 173, 0.5);
}

.success-image-cover img{
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.error-image-cover img{
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.order-main-text {;
	text-align: center;
	padding-top: 64px;
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
}

.order-information-text {
	padding-top: 22px;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	text-align: center
}

.order-information-bold-text {
	font-weight: 500;
}

.loader-page {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(29, 32, 35, 0.4);
}

.loader-content-center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.loader-image-cover {
	display: flex;
	height: 40px;
	width: 40px;
	animation: rotation 1300ms linear infinite;
}

.loader-image-cover img {
	height: 100%;
	width: 100%;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.msisdn-main-input-cover {
	display: flex;
	padding-top: 1px;
}

.msisdn-input-cover {
	display: flex;
	align-items: center;
	padding-left: 12px;
	box-sizing: border-box;
	width: 300px;
	height: 44px;
	border-radius: 8px;
	border: 1px solid rgba(188, 195, 208, 0.5);
	background: #F2F3F7;
}

.msisdn-input {
	align-items: center;
	width: 180px;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	border: 0;
	text-transform: uppercase;
	background: #F2F3F7;
	color: #626C77;
}

.msisdn-input-title {
	padding-top: 24px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}