.primaryColor {
  color: #006DB8;
}

.white-bg {
  background-color: white !important; 
}

.redColor {
  color: red;
}

.greenColor {
  color: green;
}

.bg-light {
  background-color: #EEEFF6;
}

.bg-warning {
  background-color: #F47C3C !important;
}

.cursor-pointer{
  cursor: pointer;
}

body {
  font-family: 'Montserrat';
  color: #323A45;
  overflow-x: hidden;
  overflow-y: auto; 
  overflow-wrap: break-word;
  background-color: #FBF9FB;
}        

html,
body {
height: 100%;
width: 100%;
}

b {
  font-weight: bold;
}

hr {
  margin-top: 0;
  margin-bottom: 1rem;
  border-top: 1px solid #8A91A6;
}

h1 {
  font-family: 'Montserrat';
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1rem;
}

h2 {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 1.7rem;
}

h3 {
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 600;
}

h4 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 1.4rem;
}

h5 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 200;
}

p {
  font-family: 'Montserrat';
  font-size: 14px;
}

li {
  font-family: 'Montserrat';
  font-size: 16px;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #323A45;
}
a:hover {
  text-decoration: none;
}

/* Mobile */
@media (max-width: 767px) {
  
  h1 {
      font-size: 28px;
  }
  
  h2 {
      font-size: 22px;
  }

  h3 {
      font-size: 20px;
  }

  h4 {
      font-size: 18px;
  }

  h5 {
      font-size: 16px;
  }

  h6 {
      font-size: 14px;
  }

  p {
      font-size: 12px;
  }

  li {
      font-size: 12px;
  }        
  
}

.text-muted{
  color: #7B7B7C !important;
}

.text-small {
  font-size: 0.9rem;
}


/* Buttons */
.btn {
  font-family: 'Montserrat';
  border-radius: 6px;
  padding: 0.375rem 1rem;
  margin: 0.375rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
}

.btn-icon {
  padding: 0.375rem 0.5rem;
}

.btn-fa {
    border-radius: 50%;
    padding: 2px;
    background-color: white;
    color: #006DB8;
    margin-right: 10px;
}

.btn-group-toggle-full {
  display: flex;
}

.btn-group-toggle-full > .btn {
  flex: 1;
}

.btn-group-toggle > .btn {
  margin: 0.375rem 0;
}

.btn-group-toggle > .btn:not(:first-child) {
  border-top-left-radius: 0% !important;
  border-bottom-left-radius: 0% !important;
}

.btn-group-toggle > .btn:not(:last-child) {
  border-top-right-radius: 0% !important;
  border-bottom-right-radius: 0% !important;
}

.btn-group {
  white-space: normal;
}

.btn.focus, 
.btn:focus {
  /* box-shadow: 0 0 0 1px #afafaf; */
  box-shadow: none;
}

/* Button Clear */
.btn-clear {
  padding: 0.375rem 0;
  background-color: transparent;
  border: 1px solid transparent;
}


/* Primary Outline */
.btn-primary.btn-outline,
.btn-primary.btn-outline:focus {
  color: #006DB8;
  border-color: #006DB8;
  background-color: white;
}

.btn-primary.btn-outline:hover {
  color: white;
  border-color: #006DB8;
  background-color: #006DB8;
}


/* Primary No Outline Grey */
.btn-no-outline-grey,
.btn-no-outline-grey:focus {    
  border-radius: 0px !important;
  color: grey;
  background-color: transparent;
  border-bottom: 2px solid #AEB0B5;
}

.btn-no-outline-grey:hover {
  border-radius: 0px !important;
  color: #006DB8;
  background-color: transparent;
  border-bottom: 2px solid #006DB8;
  font-weight: 1200;
}

.btn-no-outline-grey:not(:disabled):not(.disabled):active,
.btn-no-outline-grey:not(:disabled):not(.disabled).active {
  border-radius: 0px !important;
  color: #006DB8;
  background-color: transparent;
  border-bottom: 2px solid #006DB8;
}

.btn-no-outline-active {
  border-radius: 0px !important;
  color: #006DB8;
  background-color: transparent;
  border-bottom: 2px solid #006DB8;
}

.btn-no-outline-active .h5 {
  font-weight: 900;
}


/* Primary No Outline */
.btn-primary.btn-no-outline,
.btn-primary.btn-no-outline:focus {
  color: #006DB8;
  border-color: transparent;
  background-color: transparent;
}

.btn-primary.btn-no-outline:hover {
  color: white;
  border-color: transparent;
  background-color: #006DB8;
}

/* Primary */
.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #006DB8;
  border-color: #006DB8;
  box-shadow: 0px 3px 6px #006DB85C;
}

.btn-primary:hover {
  background-color: #006DB8;
  border-color: #006DB8;
  color: #FFFFFF;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #006DB8;
  border-color: #006DB8;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #006DB8;
border-color: #006DB8;
}



/* Warning Outline */
.btn-warning.btn-outline,
.btn-warning.btn-outline:focus {
  color: #f8ac59;
  border-color: #f8ac59;
  background-color: white;
}

.btn-warning.btn-outline:hover {
  color: white;
  border-color: #f8ac59;
  background-color: #f8ac59;
}


/* Warning */
.btn-warning,
.btn-warning:focus {
  color: #ffffff;
  background-color: #f8ac59;
  border-color: #f8ac59;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #f7a54a;
  border-color: #f7a54a;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #f7a54a;
  border-color: #f7a54a;
}


.btn-edit-icon {
  color: black;
  border: 1px solid black;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
}

.btn-delete-icon {
  color: red;
  border: 1px solid red;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
}

.btn-reset-icon {
  color: #006DB8;
  border: 1px solid #006DB8;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
}

.btn-disable-icon {
  color: #8989A3;
  border: 1px solid #8989A3;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
}

.btn-input-group {
  margin: 0;
  border: 1px solid #ced4da;
}

/* Form-control */
.form-control{
	padding: 20px;
  }
  
  .form-group > .form-control{
	  padding: 12px 16px 12px 16px;
	}
	
  .form-control:disabled {
	  background-color: white !important;
	  border-color: grey !important;
  }  
  
  .form-control:disabled~label {
	bottom: 60px !important;
  }

.form-group {
	position: relative;
	padding: 16px 0;
}

.form-group > label {
	font-size: 1rem;
	position: absolute;
	top: 28px;
	left: 11px;
	padding: 0px 5px;
	pointer-events: none;
	border: 0px solid transparent;
	transform-origin: 0 0;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
	white-space: nowrap;	
	color: #162350;
	opacity: 0.4;
}

.form-group > .form-control::placeholder,
.select2 ~ label {
	color: transparent;
}

.form-group > .form-control:focus ~ label,
.form-group > textarea:not(:placeholder-shown) ~ label,
.form-group > input:not(:placeholder-shown) ~ label,
.select2-placeholder-hidden ~ label {
	opacity: 1;
	transform: scale(0.8);
	top: 5px !important;
	left: 11px !important;
	z-index: 10;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	color: #006DB8;
}

.iti input:not(:placeholder-shown):not(:disabled),
.form-group > input:not(:placeholder-shown),
.form-group > textarea:not(:placeholder-shown),
.form-group > .select2-placeholder-hidden .select2-selection--single,
.form-group > .select2-placeholder-hidden .select2-selection--multiple {
	border-color: #006DB8;
}

span.select2-selection.select2-selection--single,
span.select2-selection.select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field,
.iti--separate-dial-code .iti__selected-flag {
	outline: none !important; /* prevent outline on focus */
}

.form-control:focus,
.select2-selection--single:focus,
.select2-search__field:focus,
.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #006DB8 !important;
	box-shadow: none;
}

.select2-placeholder-hidden .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single:focus .select2-selection__arrow b,
.select2-placeholder-hidden .select2-selection--multiple .select2-selection__arrow b,
.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple:focus .select2-selection__arrow b {
	border-color: #006DB8 transparent transparent transparent;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #006DB8 transparent;
}

.form-group > .form-control:disabled, 
.form-group > .form-control[readonly],
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--single:focus,
.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default.select2-container--disabled .select2-selection--multiple:focus {
	border-color: grey !important;
	background-color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
::placeholder {
	color: #162350;
	opacity: 0.4;
}

.form-group > .form-control:disabled ~ label,
.form-group > .form-control[readonly] ~ label {
	color: grey;
}


.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
	margin: 1px;
}

input[type="checkbox"] {
	height: 16px;
	width: 16px;
	-webkit-appearance: none;		
	border: 1px solid #006DB8;
	border-radius: 4px;
	cursor: pointer;	
	vertical-align: text-top;
	background-color: white;
}

input[type="checkbox"]:disabled {
	border: 1px solid grey;
	background-color: #F1F1F1;
	cursor: default;
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
	cursor: default !important;
}

.form-check-input[type=checkbox]~.form-check-label {
	cursor: pointer;
}

.form-check-input:checked[type=checkbox],
input[type="checkbox"]:checked {
	background: transparent linear-gradient(130deg, #006DB8 0%, #00AEEF 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 4px 6px #006DB82B;
	border: 0px solid transparent;
}

.form-check-input:checked[type=checkbox]::after,
input[type=checkbox]:checked:after {
	font-family: 'Material Icons';
	font-size: 14px;
	content: "\e876";
	color: white;
	position: relative;
	top: -2px;
	left: 1px;
} 
/* Input Field Status Border */
.input-field-error{
    border: 2px solid #ED5666;
}
.input-field-success{
    border: 2px solid #1ab394;
}

/* Pagination */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #DDDDDD;
  cursor: default;
  z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: inherit;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none;
}
.page-item.active .page-link {
  background-color: #006DB8;
  border-color: #006DB8;
}
.page-link:focus {
  box-shadow: none;
}
.page-link:hover {
  color: #676a6c;
}
.pagination .footable-page.active a {
  background-color: #006DB8;
  border-color: #006DB8;
  color: white;
}

/* Pace */
.pace-done .navbar-static-side,
.pace-done .rightbar-container,
.pace-done .nav-header,
.pace-done li.active,
.pace-done #page-wrapper,
.pace-done .footer {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/* Sweet Alert */
/* .sweet-alert button {
  background-color: #006DB8 !important;
} */

.sweet-alert button.cancel {
  background-color: #6c757d !important;
}


/* form floating label */
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  /* height: calc(3.5rem + 2px); */
  height: calc(1.25em + 1.5rem + 2px);
  padding: 0.5rem 0.75rem;
}
.form-floating > label {
  font-size: 1rem;
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  padding: 0.6rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  white-space: nowrap;
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, 
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  font-size: 0.9rem;
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.mandatory::after {
  content: '*';
  /* color: red; */
  margin-left: 2px;
}

/* Login */
#loginPage {
  min-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #FFFFFF;
}

#loaderPage {
	min-width: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #FFFFFF;
}

/* .logo-center {
  margin-top: 100px;
} */

#loaderPage .logo-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

/* =========================
   Two-Column Login Layout
   ========================= */

/* The main container for left/right panels */
.login-container {
  display: flex;
  width: 100%;
  height: 100vh;
  /* If you want the page to fill the entire viewport height */
}

/* Left panel for your logo, heading, and forms */
.login-left {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers vertically */
  align-items: center; /* Centers horizontally */
  background-color: #fff;
  width: 50vw; /* Ensures exactly half width */
  padding-top: 2rem; /* Pushes content slightly down */
  padding-bottom: 2rem; /* Prevents text from going under */
  min-height: 100vh; /* Ensures the content fits within the viewport */
  box-sizing: border-box; /* Ensures padding is counted in total height */
}

/* Make sure the logo, heading, and buttons stay aligned */
#loginInitial {
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers horizontally */
  justify-content: center; /* Centers vertically */
  text-align: center;
  width: 100%;
  max-width: 350px; /* Prevents excessive stretching */
  margin: auto;
  padding-top: 1rem; /* Additional space below the logo */
}

/* Update email input box for better appearance */
input[type="email"] {
  width: 100%;
  height: 40px; /* Increase height */
  padding: 10px;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #f8f8f8; /* Match the first image */
  outline: none;
}

/* The logo in the left panel */
.login-logo {
  display: block;
  margin: 0 auto;
  width: 120px;
  padding-bottom: 1rem; /* Pushes logo slightly lower */
}

/* The "Login" heading at the top of left panel */
.login-heading {
  font-size: 1.8rem;
  color: #006DB8;
  text-align: center;
  margin-top: 1rem; /* Adjust spacing */
  margin-bottom: 0.5rem;
}

/* Subtitle under the heading */
.login-subtitle {
  font-size: 1rem;
  color: #64686D;
  margin-bottom: 2rem;
}

/* The big gradient buttons for Email vs. Phone */
.login-buttons {
  display: flex;
  flex-direction: column; /* Stack elements vertically */
  align-items: center;
  gap: 0.8rem; /* Space between buttons */
}

.login-choice {
  width: 220px; 
  color: #fff;
  background: linear-gradient(90deg, #006EB9 0%, #00AFEE 100%);
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  cursor: pointer;
  text-align: center;
}
.login-choice:hover {
  opacity: 0.9;
}

/* "OR" text between the two big buttons */
.login-or {
  margin: 1rem;
  color: #64686D;
}

/* Right panel with slider image */
.login-right {
  flex: 1; 
  position: relative; 
  background-color: #006DB8; 
  overflow: hidden;  
}

/* The hero image in the right panel */
.hero-image {
  max-width: 80%;
  height: auto;
  /* Alternatively, you could do background-size: cover in .login-right */
}

.forgot-password {
  display: inline-block; 
  color: #006DB8;
  text-decoration: underline;
}

.remember-me {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #64686D;
}

/* Center the verification box */
.verification-container {
  background: transparent; /* Remove white box */
    padding: 0; /* Remove padding */
    box-shadow: none; /* Remove shadow */
    width: auto; /* Let content determine width */
    text-align: center;
    position: static; /* Remove absolute positioning */
    transform: none; /* Remove centering */
    margin-top: 6rem; /* Push the box down slightly */
}
.inputs {
  display: flex;
  justify-content: center;
  gap: 10px; /* Add spacing between boxes */
  margin-top: 1.5rem; /* Move OTP fields slightly lower */
}

.inputs input {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
  background: white; /* Ensure inputs remain visible */
}

.inputs input:focus {
  border: 1px solid #007bff;
  box-shadow: 0px 4px 12px rgba(0, 123, 255, 0.4);
  outline: none;
}


/* Style for input fields */
.verification-container input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

/* Style for the Next button */
.verification-container .btn-next {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  background: linear-gradient(to right, #006DB8, #00A3FF);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}

#updatePasswordMethod {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px; /* Limit max width to prevent excessive stretching */
  margin: auto;
  padding: 20px;
}

#updatePasswordMethod .form-group input {
  width: 100%;
  max-width: 350px; /* Prevents stretching */
  padding: 10px;
  font-size: 1rem;
  border-radius: 6px;
}

.btn-login-form {
  width: 100%;
  max-width: 350px;
  padding: 12px;
  font-size: 18px;
  border-radius: 8px;
  text-align: center;
}

#phone_number {
  width: 100%; 
  min-width: 250px; /* Ensures it has a reasonable width */
  max-width: 300px; /* Prevents it from getting too large */
  padding: 12px;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  outline: none;
}
/* Center align phone input field */
.phone-input-container {
    display: flex;
    align-items: center;
    justify-content: center; /* Centering */
    gap: 10px; /* Spacing between country code and input */
    max-width: 350px; /* Adjust width */
    margin: 0 auto; /* Center horizontally */
}

/* Adjust country code width */
.country-code-select {
    min-width: 90px; 
    text-align: center;
    padding: 12px;
}

/* Make buttons match input field width */
.btn-wide {
    width: 100%;
    max-width: 350px; 
    margin: 10px auto;
    display: block;
}

/* Maintain flexbox structure to align input and eye button */
.input-group-updateP {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 350px;
  margin: 10px auto;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f8f8f8;
  padding: 5px;
}

/* Style the password input */
.password-input {
  flex: 1;  
  padding: 12px;
  font-size: 1rem;
  border: none;
  background-color: transparent;
}

/* Style the eye button */
.eye-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

/* Proper icon size */
.eye-btn .material-icons {
  font-size: 20px;
  color: #006DB8;
}

/* Added code */
/* 
.login-text {
  font: normal normal normal 12px/13px Montserrat;
  letter-spacing: 3.82px;
  color: #162350;
  text-transform: capitalize;
  opacity: 1;
} */

/* .login-header {
  font-weight: bold;
  text-align: center;
  font: normal normal bold 30px/40px Montserrat;
  letter-spacing: 0px;
  color: #006DB8;
  opacity: 1;
}

.login-label {
  text-align: center;
  font: normal normal normal 12px/22px Montserrat;
  letter-spacing: 0px;
  color: #64686D;
  opacity: 1;
}

/* .login-box {
  background: linear-gradient(95deg, #65CAF0, #00AEEF);
  padding: 15px;
} */

.email-form {
  margin-left: 25%;
}

.btn-login {
  width: 100%;
  background: transparent linear-gradient(90deg, #006EB9 0%, #00AFEE 100%) 0% 0% no-repeat padding-box;
  border: 1px solid transparent;
  line-height: 2.5;
  margin: 0px !important;
  margin-top: 1.5rem; /* Increase spacing above the button */
}

.login-change-btn {
  width: 100%;
  line-height: 2.5;
  margin: 0px !important;
}

.inputs input {
  width: 70px;
  height: 70px
}

.height-100 {
  height: 100vh
}

/* App CSS */
#wrapper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #FBF9FB;
}

#page-wrapper {
    position: relative;
    flex-shrink: 1;
}

#body-wrapper {
	margin-left: 260px;
    padding: 60px;
    height: calc(100vh - 85px);
    width: calc(100vw - 260px);
}

.logo {
  width: 200px !important; 
  height: 200px !important; 
  margin-left: 27px;
}

/* Top Bar */
.navbar-static-top {
  margin-right: 5px;
  height: 84px;
  background-color: white;
  vertical-align: middle;
  box-shadow: 0px 12px 24px #ECEEF5;
  border-radius: 0px 0px 15px 0px;
  padding: 0.5rem 1rem;
}

.navbar-header img {
  height: 70px;
  margin: 10px 0;
  padding: 0;
}

.navbar-static-top li {
  padding: 0 20px;
}

#alert-dot {
  height: 11px;
  width: 11px;
  background-color: red;
  border: 2px solid #F0F0F0;
  border-radius: 50%;
  position: absolute;
  transform: translate3d(-75%, 30%, 0);
  display: none;
}


#top-bar > ul > li > a {
  color: black;
}

#top-bar > ul > li > a:hover,
#top-bar > ul > li > a:focus {
  color: black;
  text-decoration: none;    
}

.btn-nav {
  background-color: white;
  color: black;
  padding: 0.375rem 0.5rem;
}

.btn-nav img {
  height: 25px;
  width: auto;
}

.btn-dropdown {
  margin: 0;
  padding: 0.375rem 0.5rem;
  background-color: white;
  color: black;
  box-shadow: none;
}

.topbar-line {
  border-right: solid 1px black;
  padding-right: 50px;
}

@-webkit-keyframes btn-spinner {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes btn-spinner {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}

.btn-spinner {
    display: inline-block;
    margin-left: 10px;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: .15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: btn-spinner .75s linear infinite;
    animation: btn-spinner .75s linear infinite;
}

.alert-modal {
	position: absolute;
	top: calc(100vh - 60px - 100px);
	left: 50%;
	transform: translateX(-50%) !important;
	margin: 0 auto;
	border-radius: 8px;
	padding: 10px 20px;
	z-index: 99999;
	align-items: center;
}

#successAlertModal {
	background-color: green;
	color: white;
}

#errorAlertModal {
	background-color: red;
	color: white;
}

.show-loader {
	background: url('/img/loader_1.gif') 50% 50% no-repeat;
}

/* Country select customsiation */
.country-code-select {
  border: solid 1px gray; 
  padding: 20px 20px 20px 60px; 
  border-radius: 0.25rem;
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: white !important;
  height: 45px;
  padding-left: 20px;
}

.iti {
  height: 50px;
  display: -webkit-box !important;
}

.select-drop {
  display: none !important;
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  margin-right: 15px;
}

.material-icons {
	font-size: 16px !important;
	line-height: 0 !important;
	vertical-align: middle !important;
	position: relative;
	top: -1px !important;
}

.mi-lg {
	font-size: 32px !important;
}

.hr-line{
  width: 100%;
  border: none;
  border-top: 1px solid #8A91A6;
  margin-top: 80px; 
  margin-bottom: 20px; 
  opacity: 1;
}

/*slider animation for login page*/
/* Keyframe for old slide leaving to the left */
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

/* Keyframe for new slide entering from the right */
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-out-left {
  animation: slideOutLeft 1s forwards; /* 1s duration, fill forwards so it stays out */
}

.slide-in-right {
  animation: slideInRight 1s forwards;
}

.login-slider {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
}

/* All slides stacked in the same place; only one is shown at a time */
.login-slider .slide {
  width: 100%;
  height: 100%;
  object-fit: cover;  
  display: none;       
  position: absolute;  
}

.slider-dots {
  position: absolute; 
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2; /* so dots appear above images */
}

.slider-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5); /* semi-transparent white */
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-dots .dot:hover {
  background-color: rgba(255,255,255,0.8);
}

/* The "active" dot with a stronger color */
.slider-dots .dot.dot-active {
  background-color: #fff; 
  width: 12px;
  height: 12px;
}
/*Added code*/