/* Default Style */
:root {
	--font-family: 'Open Sans', sans-serif;
}

/*form prefix*/
/* input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
} */
/*form prefix END*/

.rtl {
	direction: rtl;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translate3d(1, 1, 1);
	transform: translate3d(1, 1, 1);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div,
a,
p,
img,
blockquote,
form,
fieldset,
textarea,
input,
label,
iframe,
code,
pre {
	display: block;
	position: relative;
}

p {
	line-height: 30px;
	font-weight: 400;
	color: #3f3f3f;
	font-size: 14px;
}

a {
	text-decoration: underline;
	display: inline;
}

::-webkit-scrollbar {
	width: 0;
}

html {
	overflow-x: hidden;
}

body {
	font-family: var(--font-family);
	font-size: 14px;
	margin: 0 auto;
	background-color: #fafafa;
	word-wrap: break-word;
	min-height: 100vh;
	background-repeat: no-repeat;
}
/* Default Style END*/

.background-wrapper {
	background-color: #ebebeb;
	max-width: 430px;
	/* max-width: 1200px; */
	margin: 0 auto;
	padding: 10px;
	border-radius: 4px;
}

p,
ul,
ol {
	line-height: normal;
}

.main_wrapper {
	min-height: calc(113vh - 100px);
}

.bg-nav {
	background-color: #c61521;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* language button */
.header-icon {
	display: flex;
	justify-content: left;
	align-items: center;
}

.header-icon img {
	max-width: 100%;
	height: auto;
}

.lang-menu {
	max-width: 430px;
	/* max-width: 1200px; */
	margin: 0 auto;
	/* background-color: #2a2e42; */
	position: relative;
	height: 40px;
	padding: 5px;
}

a.link {
	color: #009dff;
}

.lang-content {
	z-index: 3;
	overflow: hidden;
	cursor: pointer;
	font-size: 1.1rem;
	float: right;
	right: 0;
	margin: 5px 5px;
	/* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
	position: absolute;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

.lang-menu img {
	/* position: absolute; */
	width: 120px;
	padding: 10px 0;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
}

.lang-content a:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.lang-content a:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.langBtn1,
.langBtn2 {
	color: #3774a2;
}

.lang-selected {
	/* background: rgba(0, 0, 0, 0.25); */
	color: #ffffff;
}

.lang-content a {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 8px;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
	text-decoration: none;
}

/* New Tempate Style */
.title {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.subtitle {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 8px;
}

.small-text {
	font-size: 12px;
	line-height: 2;
}

/* TNC Section */
.tnc-title {
	text-align: center;
	margin-bottom: 8px;
	border: none;
	color: #161515;
	padding: 0;
}

.tnc-content {
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	color: #161515;
	/* max-width: 340px; */
	margin: 0 auto;
	padding: 0;
}

.tnc-content.rtl {
	text-align: right;
}

.tnc-content li {
	list-style-type: disc;
	margin-bottom: 8px;
	font-size: 11px;
}

.tnc-content.rtl li:before {
	left: unset;
	right: -0.55rem;
}

.tnc-wrapper {
	position: relative;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin: 16px 0 0;
}

.section_footer {
	/* max-width: 430px; */
	margin: 0 auto 1.5rem;
	padding: 0 15px;
}

/* Responsive Portrait */
@media only screen and (min-width: 300px) and (max-width: 800px) and (orientation: portrait) {
}

.main-banner {
	width: 100%;
	border-radius: 4px;
	margin-bottom: 1.2rem;
}

/* Input form number */
.input-label {
	text-align: center;
	margin-bottom: 10px;
}

.form-container {
	position: relative;
	max-width: 550px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

h2 {
	margin: 0 0 20px 0;
}

form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.input-container {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.prefix {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	color: #333;
	font-size: 14px;
	font-weight: 600;
}

input[type='text'] {
	direction: ltr;
	height: 45px;
	width: 100%;
	padding: 10px 10px 10px 50px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
}
input.pin-input[type='text'] {
	width: 100%;
	height: 45px;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}

hr {
	width: 100%;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 10px 0 20px 0;
}

button {
	width: 100%;
	padding: 10px;
	background-color: #ccc;
	border: none;
	border-radius: 4px;
	color: white;
	font-size: 18px;
	font-weight: 800;
	cursor: not-allowed;
	margin-bottom: 10px;
}

button.unsubscribe {
	font-size: 14px;
	font-weight: 600;
	color: #5f5f5f !important;
	border: 2px solid #5f5f5f;
	background-color: transparent !important;
	transition: 0.3s ease-in-out;
}

button.unsubscribe:hover {
	background-color: #5f5f5f !important;
	color: #fff !important;
}

button:enabled {
	background-color: #c61521;
	cursor: pointer;
}

/* Input form number END */

/* Footer Bottom */
.footer-wrap {
	max-width: 1200px;
	margin: auto;
	padding: 20px 0;
}
.footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f9f9f9;
	flex-wrap: wrap;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-links a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

.footer-links a:hover {
	transition: 0.3s ease-in-out;
	color: #e00800;
}

.footer-logo {
	margin-left: auto;
}

.rtl.footer-logo {
	margin: 0;
}

.footer-logo img {
	width: 50px;
}

.footer-copy {
	font-size: 12px;
	color: #777;
}

/* Responsive styles */
@media (max-width: 768px) {
	.background-wrapper {
		border-radius: 0;
	}
}
/* Footer Bottom END*/
.center-container {
	display: flex;
	justify-content: center;
	align-items: center;
}