/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap');*/

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/agentsso/includes/fonts/SourceSansPro-Regular-400.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/agentsso/includes/fonts/SourceSansPro-Regular-600.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#app {
  text-align: center;
  min-height: 100vh;
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.main-container .container-class > .leo-card {
  min-height: 84vh;
  padding: 16px 24px;
}
.takafulclass {
  background: url("../images/images-background.jpeg") no-repeat center center
    fixed;
  background-size: cover;
}
.ge-class {
  background: url("../images/images-bg.jpeg") no-repeat center center fixed;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .container-class {
    padding: 40px 0px 60px 200px;
  }
  .container-class > .leo-card {
    max-width: 350px;
  }
  .container-class > .leo-card.tnc-card {
    max-width: 600px;
    position: relative;
    left: -75px;
  }
}
@media screen and (max-width: 768px) {
  .container-class > .leo-card {
    min-height: 100vh !important;
    border-radius: 0 !important;
    padding: 16px 24px 36px 24px !important;
  }
}
.errorshow .invalid-error-custom {
  background: #fceeee;
  color: #bc0028;
  border: 2px solid #bc0028;
  border-radius: 8px;
  padding: 16px;
}
.errorshow .error-text {
  padding: 0 0 0 12px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px !important;
  color: #464646;
}
.successshow .success-message-custom {
  background: #e6ffea;
  color: #14af27;
  border: 2px solid #14af27;
  border-radius: 8px;
  padding: 16px;
}
.successshow .success-text {
  padding: 0 0 0 12px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px !important;
  color: #464646;
}
.infoshow .info-message-custom {
  background: #e8f0ff;
  color: #0045cc;
  border: 2px solid #0045cc;
  border-radius: 8px;
  padding: 16px;
}
.infoshow .info-text {
  padding: 0 0 0 12px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px !important;
  color: #464646;
}
.content-wrapper {
  padding: 0 10px 19px 10px;
}
.content-wrapper .leo-subheading {
  color: #464646;
  font-size: 22px !important;
  text-align: left;
  margin-bottom: 24px;
}
.form-buttons {
  margin-top: 48px;
}
.form-buttons .form-btn {
  width: 12rem;
}
.form-buttons .primary {
  background-color: #d52b1e;
  color: #fff;
}
.form-buttons .cancel {
	margin-top: 1rem;
  background-color: #fff;
  color: #d52b1e;
}
.timer {
  color: #d52b1e;
}
.error-text {
  font-size: 14px;
  color: #eb0033 !important;
  text-align: left;
}
.border-error{
  border: 2px solid #eb0033 !important;
}
.leo-border-error .leo-text-sm {
  font-size: 11px !important;
}
.leo-border-error .leo-mt-md {
  margin-top: 20px !important;
}
.leo-border-error .leo-truncate {
  color: #eb0033 !important;
}
.leo-border-error :focus::-moz-placeholder {
  color: #eb0033 !important;
}
.leo-border-error :focus:-ms-input-placeholder {
  color: #eb0033 !important;
}
.leo-border-error :focus::placeholder {
  color: #eb0033 !important;
}
.leo-border-error .leo-input-v2 .leo-input-v2__label {
  color: #737373 !important;
}
.leo-border-success .leo-input-v2 {
  border: 1px solid #e0e0e0 !important;
}
.leo-border-success .leo-text-sm {
  font-size: 11px !important;
}
.leo-border-success .leo-mt-md {
  margin-top: 20px !important;
}
.leo-input-v2{
  height:3.25rem !important;
}
.leo-input-v2__input, .leo-input-v2__input:focus, .leo-input-v2__input:active{
  box-shadow: none !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.mb-5{
  margin-bottom: 1.25rem !important;
}

/*leo classes below*/
.leo-card{
    font-family: "Source Sans Pro", sans-serif;
    padding: 1rem;
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --border-opacity: 1;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}
.leo-text-left{
	text-align: left;
}
.leo-relative {
  position: relative !important;
}
.leo-w-full {
  width: 100% !important;
}
.leo-rounded-2xs {
  border-radius: 0.25rem !important;
}
.leo-border {
  border-width: 0.0625rem !important;
}
.leo-px-xs {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.leo-py-xs {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.leo-flex-grow {
  flex-grow: 1 !important;
}
.leo-flex {
  display: flex !important;
}
.leo-justify-center {
  justify-content: center !important;
}
.leo-items-center {
  align-items: center !important;
}
.leo-flex-col {
  flex-direction: column !important;
}
.leo-cursor-pointer {
  cursor: pointer !important;
}
.leo-box-border {
  box-sizing: border-box !important;
}
.leo-border-0 {
  border-width: 0 !important;
}
@media (min-width: 768px){
  .leo-subheading {
    font-size: 1.25rem !important;
  }
}
.leo-subheading {
  font-size: 1.125rem !important;
  line-height: 1.3;
  font-weight: 600;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
@media (min-width: 768px){
  .leo-button {
    font-size: 1rem !important;
  }
}
.leo-button {
  font-size: 1rem !important;
  position: relative;
  outline: 0;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: auto;
  padding: 0.5rem 1.25rem;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  --bg-opacity: 1;
  background-color: #f5f5f5;
  background-color: rgba(245, 245, 245, var(--bg-opacity));
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}
.leo-button.primary:not(.disabled):hover{
  opacity: 0.8;
}
.leo-button.cancel:hover{
  background-color:rgba(213,43,30, 0.1);
}
.disabled{
	background-color: #c0c0c0 !important;
	color:#737373 !important;
  	cursor: not-allowed !important;
}
.leo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: text-bottom;
  font-size: 1.5rem;
}
.leo-icon.leo-icon--size-lg {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.leo-icon.leo-icon--color-primary{
  fill: #d52b1e;
}
.leo-icon--color-accent, .leo-status-check--color-accent {
  fill: #737373;
  color: #737373;
}
.leo-icon.leo-icon--color-grey-450 {
  fill: #a6a7a7;
}
.leo-icon--color-info{
  fill:#0057ff;
}
.leo-icon--color-success{
  fill: #14af27;
}
svg{
  fill:inherit
}
.leo-input-v2__label {
  display: block;
  color: #737373 !important;
}
.leo-icon.leo-icon--size-xl {
  width: 1.5rem !important;
}
.leo-absolute {
  position: absolute !important;
}
.leo-mt-2xs {
  margin-top: 0.25rem !important;
}
.leo-border-sm {
  border-width: 0.125rem !important;
}
.leo-border-solid {
  border-style: solid !important;
}
.leo-border-grey-300 {
  --border-opacity: 1 !important;
  border-color: #e0e0e0 !important;
  border-color: rgba(224, 224, 224, var(--border-opacity)) !important;
}
.leo-bg-white {
  --bg-opacity: 1 !important;
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}
.leo-px-sm {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.leo-py-sm {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.leo--my-xs {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.leo-block {
  display: block !important;
}
.leo-divider:before {
  content: '';
  display: block;
  width: 100%;
  height: .1rem;/* .0625rem; */
  --bg-opacity: 1;
  background-color: #e0e0e0;
  background-color: rgba(224, 224, 224, var(--bg-opacity));
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.leo-divider:after{
	content: '';
}
.dropdownitem:hover{
  --bg-opacity: 1 !important;
  background-color: #FCEEEE !important;
  background-color: rgba(252, 238, 238, var(--bg-opacity)) !important;
}
.leo-text-sm {
  font-size: .8rem !important;
}
.leo-mt-sm {
  margin-top: 0.75rem !important;
}
.leo-status-check .leo-status-check--container {
  display: flex;
  padding-bottom: 0.25rem;
  align-items: center;
}
.leo-status-check .leo-status-check--container .leo-status-check__label {
  width: 17.6875rem;
  overflow-wrap: break-word;
  align-self: center;
}
.leo-pl-xs {
  padding-left: 0.5rem !important;
}
.leo-status-check.my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.leo-input-otp .leo-input-otp__block{
	display:flex;
}
.leo-input-otp .leo-input-otp__block .leo-input-otp__input {
    --text-opacity: 1;
    color: #464646;
    color: rgba(70, 70, 70, var(--text-opacity));
    text-align: center;
    border-width: 0;
    --bg-opacity: 1;
    background-color: #f5f5f5;
    background-color: rgba(245, 245, 245, var(--bg-opacity));
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    height: calc(0.5rem * 6.75);
    width: calc(0.5rem * 5.75);
    font-size: 1.75rem;
    line-height: calc(0.5rem * 6.75);
}
.showItem {
	display : block !important;
}
.hideItem {
	display : none !important;
}

*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e2e8f0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.bg-white {
    background-color: #fff!important;
}
/* .mb-3 {
    margin-bottom: 1rem!important;
} */
.mb-3 {
    margin-bottom: .75rem;
}
.items-start {
    align-items: flex-start;
}
.flex {
    display: flex;
}
.mr-2 {
    margin-right: .5rem;
}
.mr-3 {
    margin-right: .75rem;
}
.ml-2 {
    margin-left: .5rem;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}
#content p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.loader {
	border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.errorshow{
	display:none;
}

.successshow{
	display:none;
}

.infoshow{
	display:none;
}

.error{
	display:none;
}
input.password{
	-webkit-text-security: disc;
}


/* #app {
  text-align: center;
  min-height: 100vh;
}
.main-container .container-class > .leo-card {
  min-height: 84vh;
  padding: 16px 24px;
}
.takafulclass {
  background: url("../images/images-background.jpg") no-repeat center center
    fixed;
  background-size: cover;
}
.ge-class {
  background: url("../images/images-bg.jpg") no-repeat center center fixed;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .container-class {
    padding: 40px 0px 60px 200px;
  }
  .container-class > .leo-card {
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .container-class > .leo-card {
    min-height: 100vh !important;
    border-radius: 0 !important;
    padding: 16px 24px 36px 24px !important;
  }
}
.errorshow .invalid-error-custom {
  background: #fceeee;
  color: #bc0028;
  border: 2px solid #bc0028;
  border-radius: 8px;
  padding: 16px;
}
.errorshow .error-text {
  padding: 0 0 0 12px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px !important;
  color: #464646;
}
.successshow .success-message-custom {
  background: #e6ffea;
  color: #14af27;
  border: 2px solid #14af27;
  border-radius: 8px;
  padding: 16px;
}
.successshow .success-text {
  padding: 0 0 0 12px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px !important;
  color: #464646;
}
.infoshow .info-message-custom {
  background: #e8f0ff;
  color: #0045cc;
  border: 2px solid #0045cc;
  border-radius: 8px;
  padding: 16px;
}
.infoshow .info-text {
  padding: 0 0 0 12px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px !important;
  color: #464646;
}
.content-wrapper {
  padding: 0 10px 19px 10px;
}
.content-wrapper .leo-subheading {
  color: #464646;
  font-size: 22px !important;
  text-align: left;
  margin-bottom: 24px;
}
.form-buttons {
  margin-top: 48px;
}
.timer {
  color: #d52b1e;
}
.error-text {
  font-size: 14px;
  color: #eb0033 !important;
  padding-bottom: 12px;
  text-align: left;
}
.border-error{
  border: 2px solid #eb0033 !important;
}
.leo-border-error .leo-text-sm {
  font-size: 11px !important;
}
.leo-border-error .leo-mt-md {
  margin-top: 20px !important;
}
.leo-border-error .leo-truncate {
  color: #eb0033 !important;
}
.leo-border-error :focus::-moz-placeholder {
  color: #eb0033 !important;
}
.leo-border-error :focus:-ms-input-placeholder {
  color: #eb0033 !important;
}
.leo-border-error :focus::placeholder {
  color: #eb0033 !important;
}
.leo-border-error .leo-input-v2 .leo-input-v2__label {
  color: #737373 !important;
}
.leo-border-success .leo-input-v2 {
  border: 1px solid #e0e0e0 !important;
}
.leo-border-success .leo-text-sm {
  font-size: 11px !important;
}
.leo-border-success .leo-mt-md {
  margin-top: 20px !important;
}
.leo-input-v2{
  height:3.25rem !important;
}
.showItem {
	display : block;
}
.hideItem {
	display : none;
}

.leo-input-v2__input, .leo-input-v2__input:focus, .leo-input-v2__input:active{ 
  box-shadow: none !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.mb-5{
  margin-bottom: 1.25rem !important;
}*/
