/** WebFont css **/
@font-face {
  font-family: 'Ministry of Energy';
  src: url(../fonts/MinistryofEnergy/MinistryofEnergy-Bold.woff2) format('woff2'),url(../fonts/MinistryofEnergy/MinistryofEnergy-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  ascent-override: 120%;
  /* Exclude Arabic/Hindi numerals */
  unicode-range: U+0020-002F, U+003A-005A, U+0061-007A, U+0600-06FF, U+0750-077F, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: 'Ministry of Energy Demi';
  src: url(../fonts/MinistryofEnergy/MinistryofEnergy-Demi.woff2) format('woff2'),url(../fonts/MinistryofEnergy/MinistryofEnergy-Demi.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 120%;
  /* Exclude Arabic/Hindi numerals */
  unicode-range: U+0020-002F, U+003A-005A, U+0061-007A, U+0600-06FF, U+0750-077F, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: 'Ministry of Energy';
  src: url(../fonts/MinistryofEnergy/MinistryofEnergy-Medium.woff2) format('woff2'),url(../fonts/MinistryofEnergy/MinistryofEnergy-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  ascent-override: 130%;
  /* Exclude Arabic/Hindi numerals */
  unicode-range: U+0020-002F, U+003A-005A, U+0061-007A, U+0600-06FF, U+0750-077F, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: 'Fedra Sans Pro';
  src: url(../fonts/FedraSansPro/FedraSansPro-Bold.woff2) format('woff2'),url(../fonts/FedraSansPro/FedraSansPro-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
}
@font-face {
  font-family: 'Fedra Sans Pro Demi';
  src: url(../fonts/FedraSansPro/FedraSansPro-Demi.woff2) format('woff2'),url(../fonts/FedraSansPro/FedraSansPro-Demi.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
}
@font-face {
  font-family: 'Fedra Sans Pro';
  src: url(../fonts/FedraSansPro/FedraSansPro-Medium.woff2) format('woff2'),url(../fonts/FedraSansPro/FedraSansPro-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
}


html, body {
     height: 100%;
}
body {
	background-color: #d5e0e6;
	background-image: url(../content/login/bg.jpg);
	background-size: cover;
	background-position: center center;
    background-attachment: fixed;
	font-size: 10px;
	font-family: "Ministry of Energy",Fedra Sans Pro;
}
#header[_ngcontent-ng-c2221484483]{
    position: fixed !important;
    width: 100% !important;
    top: 0;
    z-index: 100;
}
.btn {
    --ct-btn-font-size: 0.75rem;
}
.small, small {
  font-size: 10px;
}
/*login form*/
.form-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
 .login-block {
     height: 680px;
     background-color: #fff;
     /*margin-bottom: 60px;*/
     box-shadow: 0 0 60px 0px rgb(0 0 0 / 20%);
}
 .login-form .form-control {
     box-shadow: none !important;
     border: 0 !important;
     padding: 18px 0 18px 18px;
     font-size: 9px;
     font-family: 'Ministry of Energy';
     background-color: #f4f4f4;
}
.login-form .form-control.form-select {
  padding: 18px!important;
}
 .login-form .input-group {
     border: 1px solid transparent;
     overflow: hidden;
     border-radius: 8px;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     -webkit-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}
.login-form .input-group:focus-within {
  border-color: #2d66a7;
}
.login-form .input-group:focus-within .form-control{
  border-color: #2d66a7;
  background-color:#fcfcfc;
}
.login-form .input-group:focus-within .input-group-text {
  background-color:#fcfcfc;
}

 .login-form .input-group:focus-within .form-control, .login-form .input-group:focus-within .input-group-text{
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     -webkit-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}
.login-form .input-group-text {
     font-size: 20px;
     color: #222E60;
     border: 0;
     padding: 0 15px 0 10px;
     background-color: #f4f4f4;
     -webkit-transition: .3s all ease;
     -o-transition: .3s all ease;
     transition: .3s all ease;
}
 .login-form .input-group-text i {
     opacity:.5 
}
 .login-form .password-eye:before {
     display:none 
}
 .login-form .input-group-text .password-eye{
     padding: 0 5px;
     opacity: .5;
}
 .login-form .input-group-text .password-eye{
     padding: 0 5px;
     opacity: .5;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     -webkit-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}
 .login-form .input-group-text .password-eye:hover {
     opacity: 1;
}
 .show-password .password-eye i:before {
     content: "\f070";
}


/*Slider*/

.owl-carousel,.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage,
.owl-carousel.owl-rtl .owl-item,
owl-stage,owl-stage div ,owl-stage,.owl-stage > div .owl-stage .owl-item {
     height: 100%;
}
owl-stage{
	display:block
}
.loginSlider .owl-item{
     height: 100%;
}
 .loginSlider .owl-item:before {
	content: "";
    position: absolute;
    background-color: #62a386;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
}
.loginSlider .list-slide{
  height: 100%;
}
 .loginSlider .owl-item img {
	height: 100%!important;
	width: 100%!important;
	border-radius: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	object-fit: cover;
	object-position: center center;
}
 .loginSlider.owl-theme .owl-nav.disabled+.owl-dots {
     position: absolute;
     left: 50%;
     bottom: 15px;
     -ms-transform: translatex(-50%);
     -webkit-transform: translatex(-50%);
     transform: translatex(-50%);
     text-align: center;
}
 .loginSlider.owl-theme .owl-dots .owl-dot span {
}
 .loginSlider.owl-theme .owl-dots .owl-dot.active span, .loginSlider.owl-theme .owl-dots .owl-dot:hover span {
     background: var(--ct-primary);
}
 .loginSlider.owl-theme .owl-dots .owl-dot span {
     width: 10px;
     height: 10px;
     margin: 5px;
     background: rgb(255 255 255 / 50%);
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 .logo-wrapper {
     position: absolute;
     z-index: 100;
     text-align: center;
     left: 50%;
     top: 10%;
     -ms-transform: translatex(-50%);
     -webkit-transform: translatex(-50%);
     transform: translatex(-50%);
     text-align: center;
}
 .logo-wrapper img {
     height: 135px;
}

.login-sec {
     position: relative;
}
.login-sec .logo-mb-wrapper img{
  height: 98px!important;
}

.login-button:hover, .login-button:focus {
     background-position: 0% 50%;
     transition: 0.6s;
}
.strike {
     display: block;
     text-align: center;
     overflow: hidden;
     white-space: nowrap;
     margin-top: 20px;
     font-weight: bolder;
}

 .strike > span {
    position: relative;
    display: inline-block;
    background-color: rgb(248 248 248 / 40%);
    border: 1px solid #ebebeb;
    height: 85px;
    width: 85px;
    border-radius: 50%;
}

.strike > span i {
  position: absolute;
  font-size: 40px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  background: -moz-linear-gradient(top, #0083c6 0%, #959ba8 100%);
  background: -webkit-linear-gradient(top, #0083c6 0%, #959ba8 100%);
  background: linear-gradient(to top, #0083c6 0%, #959ba8 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.strike img {
    position: absolute;
    height: 46px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
}
 .strike > span:before, .strike > span:after {
     content: "";
     position: absolute;
     top: 50%;
     width: 135px;
     height: 1px;
     background: #EBEBEB;
}
 .strike > span:before {
     right: 100%;
     margin-right: 15px;
}
 .strike > span:after {
     left: 100%;
     margin-left: 15px;
}
 .logo-mb-wrapper img{
     height:65px 
}
 .footer {
     background-color: rgb(221 243 255 / 50%);
}
@media (max-width: 768px) {
     .login-block {
         height: auto;
    }
}
@media (max-width: 992px) {
	.strike > span {
		height: 80px;
		width: 80px;
	}
	.strike > span i {
		font-size: 36px;
	}
}
 
/*OTP*/

.verify_wrapper p.sub-title {
  font-size: 14px;
}

.otp_inputs {
	display: flex;
	gap: 10px;
	margin: auto;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse
}

.otp_inputs input {
    width: 55px;
    line-height: 60px;
    font-size: 32px;
    border: none;
    background-color: #f1f1f1;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #093030;
    outline: 0;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.otp_inputs input:focus {
	border-color:#1f2a37 
}
/*register*/

.login-block h5 {
    margin-bottom: 55px;
}
.search-container input#country-search-box {
    font-size: 10px;
    height: 35px;
}
.col-form-label {
    font-size: 9px;
}
@media (min-width: 1025px) {
	.content-page{
		padding: 50px 0 10px 0;
	}
	app-registertion .content-page,
	app-login .content-page{
		padding: 95px 0 0 0;
	}
}

@media (min-width: 1024px) and (max-width: 1366px) {
	body {
		font-size: 10px;
	}
	/*.content-page{
		padding: 50px 0 10px 0;
	}*/

	.login-block {
		/*height: 100%;*/
		height: 475px;
	}
	.login-form .form-control {
		padding: 15px 0 15px 18px;
		font-size: 10px;
	}
	.strike {
		display: none;
	}
	.mb-3 {
		margin-bottom: 15px !important;
	}
	.strike img {
		height: 36px;
	}
	.strike > span {
		height: 80px;
		width: 80px;
	}
	.h3, h3 {
        font-size: 20px;
        margin-bottom: 35px;
	}
	.h4, h4 {
		font-size: 14px;
	}
	.verify_wrapper p.sub-title {
		font-size: 11px;
	}
	.otp_inputs input {
		width: 60px;
		line-height: 60px;
		font-size: 32px;
	}
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-size: calc(.75em + 1.4rem) calc(.75em + .45rem);
}
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  background-size: calc(.75em + 1.4rem) calc(.75em + .45rem);
}

/* otp input*/
button.close-btn {
  --ct-btn-close-color: #000;
  --ct-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238b96a0'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e);
  --ct-btn-close-opacity: 1;
  --ct-btn-close-hover-opacity: 0.8;
  --ct-btn-close-focus-shadow: 0 0 0 0.15rem rgba(102, 88, 221, 0.25);
  --ct-btn-close-focus-opacity: 1;
  --ct-btn-close-disabled-opacity: 0.25;
  --ct-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 32px;
  height: 32px;
  color: var(--ct-btn-close-color);
  border: 0;
  border-radius: .25rem;
  opacity: var(--ct-btn-close-opacity);
  background-color: #eeeff1;
  padding: 0;
  z-index: 1;
  box-shadow: none;
  border-radius: 10px;
  font-size: 20px;
  inset-inline-end: 15px;
  inset-inline-start: auto;
  position: absolute;
  top: 16px;
  transition: all .3s;
}

button.close-btn:hover {
  color: var(--ct-btn-close-color);
  text-decoration: none;
  opacity: var(--ct-btn-close-hover-opacity);
}

.mat-mdc-dialog-surface h1 {
  font-size: 1.4rem!important;
  color:var(--ct-primary)
}

.otp-input {
    display: flex;
    gap: 8px;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    direction: ltr;
}

[dir="ltr"]{
  body{
    font-family: Fedra Sans Pro;
    direction: ltr;
  }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,.form-group-icon .form-control,.text-error,.modal-title,.fw-normal,.fw-light,.tooltip,.login-form .form-control{
font-family: "Fedra Sans Pro";
}
.login-form .form-control {
	padding: 18px 18px 18px 0;
}
.login-form .input-group-text {
	padding: 0 10px 0 15px;
}
}
