@import url("//ksatools.eurolandir.com/tools/SubscriptionCentre2/./../Config/footer.css");
/* Not Found: /Config/SubscriptionCentre2.css */
/* Not Found: ./../Config/Company/SA-6018/SA-6018.css */
@import url("//fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
@import url("//fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
	font-family: 'icofont';
	src: url("//ksatools.eurolandir.com/tools/SubscriptionCentre2/Config/Company/SA-6018/fonts/icofont.eot");
	src: url("//ksatools.eurolandir.com/tools/SubscriptionCentre2/Config/Company/SA-6018/fonts/icofont.eot?#iefix") format('embedded-opentype'),
		url("//ksatools.eurolandir.com/tools/SubscriptionCentre2/Config/Company/SA-6018/fonts/icofont.woff2") format('woff2'),
		url("//ksatools.eurolandir.com/tools/SubscriptionCentre2/Config/Company/SA-6018/fonts/icofont.woff") format('woff'),
		url("//ksatools.eurolandir.com/tools/SubscriptionCentre2/Config/Company/SA-6018/fonts/icofont.ttf") format('truetype'),
		url("//ksatools.eurolandir.com/tools/SubscriptionCentre2/Config/Company/SA-6018/fonts/icofont.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	color: #212529;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	background: none repeat scroll 0 0 transparent;
	font-weight: 400;
}

.check-subscription-link a {
	color: #212529;
}

a:-webkit-any-link,
a:-moz-any-link {
	color: #212529;
	text-decoration: none;
	cursor: auto;
}

.hyperlink,
.disclaimer-box a,
.cookies-box a {
	color: #212529;
	text-decoration: none;
}

.hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover,
.check-subscription-link a:hover {
	color: #00A3DE;
	text-decoration: underline;
}

.wrapper {
	width: 100%;
	padding: 5px 0 5px 0px;
	margin: 0 auto;
	max-width: 1505px;
}

.service-name,
span.release-type-name {
	position: relative;
	top: 0px;
    text-transform: capitalize;
}

.btn,
.btn:active,
.btn:focus {
	font-family: inherit;
	font-size: 1.0em;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: capitalize;

	margin: 0.5em 0;
    padding: 0px 25px;

	background: #00A3DE;
	border: 1px solid #00A3DE;
	border-radius: 4px;
	min-width: 12em;

	height: 44px;
	line-height: 44px;
	transition: transform 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
	text-decoration: none;

	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
    
    position: relative;
}

.btn:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background: url("//ksatools.eurolandir.com/tools/SubscriptionCentre2/Config/Company/SA-6018/arrow.png") no-repeat center center;
	background-size: contain;

	position: relative;
	top: 4px;
}

.ar-ae .btn:after {
    transform: scaleX(-1);
    margin-left: 0;
    margin-right: 5px;
}

.btn:active,
.btn:hover {
	text-decoration: none;

	background: #0295CA;
	color: #FFFFFF;
	border-color: #0295CA;
}

button.btn.btn-default.btn-cancel, 
button.btn.btn-primary.btn-submit {
    margin: 4px;
    min-width: 10em;
}

#dialogModal .btn-submit,
#dialogModal .btn-ok,
#dialogModal .btn-cancel {
	min-width: 11em;
}

.radio input,
.checkbox input {
	height: 16px;
}

.form .lable {
	width: 100%;
	float: none;
	text-align: left;
    padding: 10px 15px;
	height: auto;
	vertical-align: middle;
	line-height: normal;
	font-weight: 500;
	color: #000000;
	text-transform: none;
	font-size: 18px;
}

.form input {
	appearance: none;
	-moz-appearance: none;

	line-height: 38px !important;
	height: 38px !important;
    color: #212529;
    border: 1px solid #CCCCCC;
    padding: 0px 12px;
    caret-color: #104735;
    background: transparent;
    border-radius: 0px;
}

.form select {
	appearance: none;
    -webkit-appearance: none;
	background-image: url("//ksatools.eurolandir.com/tools/SubscriptionCentre2/Config/Company/SA-6018/down.png") !important;
	background-origin: content-box !important;
	background-position: calc(0px + 100%) 50% !important;
	background-repeat: no-repeat !important;
	background-size: 13px 13px !important;

	line-height: 38px !important;
	height: 38px !important;

    color: #212529;
    border: 1px solid #CCCCCC;
    padding: 0px 12px;
    caret-color: #104735;
    background: transparent;
    border-radius: 0px;
}

.ar-ae .form select {
    background-position: calc(0px + 0%) 50% !important;
}

.form select>option {
	color: #212529;
	text-transform: capitalize;
}

.form .row-control .input>* {
	width: 96%;
}

.footer {
	font-size: 13px;
}

/* CUSTOM C-BOX */

span.checkbox {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: top;
}

.checkbox::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 17px;
	height: 17px;
    border: 1px solid #A3A4AC;
	background: #FFFFFF;
	border-radius: 2px;
	box-sizing: border-box;
}

.checkbox.checkbox-checked::after {
	content: "\eed8";
	font-family: icofont;
	    font-size: 15px;
    color: #FFFFFF;
    position: absolute;
    top: 2px;
    left: 2px;
	pointer-events: none;
}

.checkbox.checkbox-checked::before {
	background: #ECC213;
    border: 1px solid #ECC213;
}

.checkbox {
	background-position: 0 -37px;
}

/* ADDITIONAL CSS */

* {
	outline: none;
}

.subscription-wrapper-single .selection-services {
	border: 0px solid #c3d1ec;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.selection-services {
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 25px;
}

.form {
	width: 100%;
}

.form .input {
	width: 96% !important;
}

.row-control {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;

	margin-top: 0px;
}

.button-wrapper .check-subscription-link,
.button-wrapper .button-inner {
	margin-left: 0 !important;
}

.button-wrapper {
	padding-left: 15px;
}

.google-recapcha,
.google-recapcha a {
	text-align: left;
	color: #212529;
	font-size: 13px;
	text-decoration: none;
}

.google-recapcha a:hover {
	color: #00A3DE;
	text-decoration: underline;
}

.service-checkbox {
	margin: 15px 0;
}

#dialogModal .privacy-policy-sector .btn {
	padding: 0px;
    margin: 3px;
}

.privacy-policy a {
	color: #212529;
}

.privacy-policy a:hover {
	color: #00A3DE;
}

.button-wrapper {
	text-align: left;
}

.subscribe-checking .button-wrapper {
	margin: 15px 0;
	text-align: center;
	width: 100%;
	padding: 0;
}

.subscribe-checking .form .row-control {
	width: 100%;
}

.subscribe-checking .form .lable {
	width: 20%;
	padding-right: 5%;
	text-align: left;
	display: inline-block;
}

.subscribe-checking .form .input {
	width: 70% !important;
	float: none;
	display: inline-block;
}

.check-subscription-link {
    font-weight: 500;
}

.subcription-wrapper.subscription-wrapper-single > .row-control {
    display: none;
}

.main-heading, 
.sub-heading {
    margin-bottom: 2em;
}

label[for="chkService"], label[for="chkReleaseType"] {
    padding: 0 4px;
}

.modal-title,
.modal-body h3 {
    color: #212529;
}

.selection-service-table {
    padding-bottom: 0;
}

.button-wrapper {
    margin-top: 1.5em;
}

.check-subscription-link {
    padding-top: 2em;
}

.compulsory-field {
    display: none;
}

.row-control[order="0"] .lable::after {
    position: absolute;
    content: '*';
    color: #f00;
    margin: 0 5px;
}

/* ARABIC */

.ar-ae {
	font-family: "Almarai", sans-serif;
}

.body-rtl .wrapper {
	padding: 5px 5px 0 0;
}

.body-rtl .button-wrapper {
	margin-left: 0%;
	margin-right: 0 !important;
	padding-left: 0;
	padding-right: 0px !important;
}

.ar-ae .google-recapcha {
	text-align: right;
}

.body-rtl .selection-services {
	padding-right: 0px;
	padding-left: 0;
}

.ar-ae .button-wrapper {
	text-align: right;
}

.ar-ae div#dialogModal .button-wrapper {
	text-align: center;
}

.body-rtl .subscribe-checking .button-wrapper {
	text-align: center;
}

.body-rtl .form select {
	background-position: calc(0px + 0%) 50%;
}

.ar-ae .checkbox.checkbox-checked::before {
    font-size: 15px;
}

/* RESPONSIVE */

@media not all {
	.form select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}

@media (max-width: 900px) {
	.row-control {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
}

@media (max-width: 480px) {
	.button-inner {
		padding-top: 10px;
		text-align: left !important;
	}

	.body-rtl .button-inner {
		padding-top: 10px;
		text-align: right !important;
	}
}

@media (max-width:460px) {
	.row-control {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}

	.form .input {
		width: 100% !important;
	}

	.form .row-control .input>* {
		width: 95%;
	}
}

