/* Typography Variables  */

$h1-font-size: 60px;
$h1-font-weight: 300;
$h1-line-height: 144px;
$h2-font-size: 52px;
$h2-font-weight: 300;
$h2-line-height: 90px;
$h3-font-size: 44px;
$h3-font-weight: 400;
$h3-line-height: 72px;
$h4-font-size: 36px;
$h4-font-weight: 400;
$h4-line-height: 51px;
$h5-font-size: 28px;
$h5-font-weight: 400;
$h5-line-height: 36px;
$h6-font-size: 20px;
$h6-font-weight: 400;
$h6-line-height: 30px;
$p-font-size: 14px;
$p-line-height: 21px;
$button-font-size: 14px;
$caption-font-size: 12px;
$caption-line-height: 15px;

/* Color Variables  */

$mawani-primary-color-100: #183c60;
$mawani-primary-color-60: #748aa0;
$mawani-primary-color-40: #a3b1bf;
$mawani-primary-color-20: #d1d8df;
$mawani-secondary-color-100: #69d3f1;
$mawani-secondary-color-60: #a5e5f7;
$mawani-secondary-color-40: #c3edf9;
$mawani-secondary-color-20: #e1f6fc;
$mawani-tertiary-color-100: #efaf17;
$mawani-tertiary-color-60: #f5cf74;
$mawani-tertiary-color-40: #f9dfa2;
$mawani-tertiary-color-20: #fcefd1;
$mawani-success-dark: #00c853;
$mawani-success-medium: #00e676;
$mawani-success-light: #ecf9f3;
$mawani-warning-dark: #ffa000;
$mawani-warning-medium: #ffc107;
$mawani-warning-light: #fff5e5;
$mawani-error-dark: #c62828;
$mawani-error-medium: #e53935;
$mawani-error-light: #fce7e7;
$mawani-black-high: #212121;
$mawani-black-medium: #666666;
$mawani-black-inactive: #757575;
$mawani-black-disabled: #9e9e9e;
$mawani-grey-dark: #c2c2c2;
$mawani-grey-light: #f5f5f5;
$mawani-grey-divider: #e5e5e5;
$mawani-disabled-bg: #ececec;
$mawani-white: #ffffff;
$anchor-blue: #0053cb;
$signup-button-bg: #173c5e;
$cookie-container-bg: #0053cb;

#kc-locale ul {
  display: none;
  position: absolute;
  background-color: #fff;
  list-style: none;
  right: 0;
  top: 20px;
  min-width: 100px;
  padding: 2px 0;
  border: solid 1px #bbb;
}
#kc-locale:hover ul {
  display: block;
  margin: 0;
}
#kc-locale ul li a {
  display: block;
  padding: 5px 14px;
  color: #000 !important;
  text-decoration: none;
  line-height: 20px;
}
#kc-locale ul li a:hover {
  color: #4d5258;
  background-color: #d4edfa;
}
#kc-locale-dropdown a {
  color: #4d5258;
  background: 0 0;
  padding: 0 15px 0 0;
  font-weight: 300;
}
#kc-locale-dropdown a:hover {
  text-decoration: none;
}
a#kc-current-locale-link {
  display: block;
  padding: 0 5px;
}
a#kc-current-locale-link::after {
  content: "\2c5";
  margin-left: 4px;
}
.login-pf .container {
  padding-top: 40px;
}
.login-pf a:hover {
  color: #0099d3;
  text-decoration-line: none !important;
  font-size: 14px !important;
}
#kc-logo {
  width: 100%;
}
#kc-logo-wrapper {
  background-image: url(../img/keycloak-logo-2.png);
  background-repeat: no-repeat;
  height: 63px;
  width: 300px;
  margin: 62px auto 0;
}
div.kc-logo-text {
  background-image: url(../img/keycloak-logo-text.png);
  background-repeat: no-repeat;
  height: 63px;
  width: 300px;
  margin: 0 auto;
}
div.kc-logo-text span {
  display: none;
}
#kc-header {
  color: #ededed;
  overflow: visible;
  white-space: nowrap;
}
#kc-header-wrapper {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding: 62px 10px 20px;
  white-space: normal;
  color: black;
  text-shadow: 2px 2px 20px yellow;
}
#kc-content {
  width: 100%;
}
#kc-attempted-username {
  font-size: 20px;
  font-family: inherit;
  font-weight: normal;
  padding-right: 10px;
}
#kc-username {
  text-align: center;
}
#kc-webauthn-settings-form {
  padding-top: 8px;
}
#kc-info-wrapper {
  font-size: 13px;
}
#kc-form-options span {
  display: block;
}
#kc-form-options .checkbox {
  margin-top: 0;
  color: #72767b;
}
#kc-terms-text {
  margin-bottom: 20px;
}
#kc-registration {
  margin-bottom: 15px;
}
/* TOTP */
.subtitle {
  text-align: right;
  margin-top: 30px;
  color: #909090;
}
.required {
  color: #cb2915;
}
ol#kc-totp-settings {
  margin: 0;
  padding-left: 20px;
}
ul#kc-totp-supported-apps {
  margin-bottom: 10px;
}
#kc-totp-secret-qr-code {
  max-width: 150px;
  max-height: 150px;
}
#kc-totp-secret-key {
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  padding: 10px 0;
}
/* OAuth */
#kc-oauth h3 {
  margin-top: 0;
}
#kc-oauth ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#kc-oauth ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  padding: 10px 0;
}
#kc-oauth ul li:first-of-type {
  border-top: 0;
}
#kc-oauth .kc-role {
  display: inline-block;
  width: 50%;
}
/* Code */
#kc-code textarea {
  width: 100%;
  height: 8em;
}
/* Social */
#kc-social-providers ul {
  padding: 0;
}
#kc-social-providers li {
  display: block;
}
#kc-social-providers li:first-of-type {
  margin-top: 0;
}
.kc-login-tooltip {
  position: relative;
  display: inline-block;
}
.kc-login-tooltip .kc-tooltip-text {
  top: -3px;
  left: 160%;
  background-color: black;
  visibility: hidden;
  color: #fff;
  min-width: 130px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
  padding: 5px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
}
/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
  visibility: visible;
  opacity: 0.7;
}
/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
  content: " ";
  position: absolute;
  top: 15px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.card-pf form.form-actions .btn {
  float: right;
  margin-left: 10px;
}
#kc-form-buttons {
  margin-top: 40px;
}
.login-pf-page .login-pf-brand {
  margin-top: 20px;
  max-width: 360px;
  width: 40%;
}
.card-pf {
  background: #fff;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 40vw;
  border-top: 0;
  box-shadow: 0 0 0;
}
a:focus {
  outline: none !important;
}
.login-pf-page .login-pf-signup {
  font-size: 15px;
  color: #72767b;
}
#kc-content-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

.login-pf-page .login-pf-social-link {
  margin-bottom: 25px;
}
.login-pf-page .login-pf-social-link a {
  padding: 2px 0;
}
.login-pf-page.login-pf-page-accounts {
  margin-left: auto;
  margin-right: auto;
}
.login-pf-page .btn-primary {
  margin-top: 0;
}
.login-pf-page .list-view-pf .list-group-item {
  border-bottom: 1px solid #ededed;
}
.login-pf-page .list-view-pf-description {
  width: 100%;
}
.login-pf-page .card-pf {
  margin-bottom: 10px;
}
#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
  margin-bottom: 0px;
}
#kc-back {
  margin-top: 5px;
}
form#kc-select-back-form div.login-pf-social-section {
  padding-left: 0px;
  border-left: 0px;
}

._fullWidthDesktopOnly {
  width: 100%;
}
._fullHeightDesktopOnly {
  height: 100%;
}
/* You can add global styles to this file, and also import other style files */
@import "../assets/fonts/fontawesome/css/fontawesome.css";
@import "../assets/fonts/fontawesome/css/solid.css";
@import "./_styleVariables";
html,
body {
  height: 100%;
  font-size: 16px;
  font-family: "Open Sans" !important;
  margin: 0;
  color: $mawani-black-high;
}
.container-fluid {
  padding-top: 60px;
}
h1 {
  font-size: $h1-font-size;
  line-height: $h1-line-height;
  font-weight: $h1-font-weight;
}
h2 {
  font-size: $h2-font-size;
  line-height: $h2-line-height;
  font-weight: $h2-font-weight;
}
h3 {
  font-size: $h3-font-size;
  line-height: $h3-line-height;
  font-weight: $h3-font-weight;
}
h4 {
  font-size: $h4-font-size;
  line-height: $h4-line-height;
  font-weight: $h4-font-weight;
}
h5 {
font-family: Open Sans;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 36px;
letter-spacing: 0px;
text-align: center;
color: #212121;
}

h5.text-small {
  font-size: 28px - 4px;
  line-height: 36px;
  font-weight: 400;
}
h6 {
  font-size: $h6-font-size;
  line-height: $h6-line-height;
  font-weight: $h6-font-weight;
}
p {
  font-size: $p-font-size;
  line-height: $p-line-height;
}
label {
  font-size: 16px;
  line-height: 24px;
  cursor: text;
  display: block;
  letter-spacing: 0.5px;
}
.lbl-txt {
  font-family: Open Sans;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.25px;
  text-align: center;
  color: #183C60;
}
.txtbox-label {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.4px;
  text-align: left;
  color: #183C60;
}
label.caption {
  font-size: $caption-font-size;
  line-height: $caption-line-height;
  cursor: text;
  display: block;
  letter-spacing: 0.4px;
}
a {
  color: #007bff !important;
  letter-spacing: 0.4px;
  font-size: $p-font-size;
  line-height: $p-line-height;
  text-decoration-line: none !important;
  font-size: 14px !important;
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
}
.demo-link {
  color: #1f3c5b !important;
}
#acceptCookieModel {
  position: absolute;
  top: 21%;
}
#acceptCookieModel .modal-body p {
  padding: 15px;
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
}
._fullWidth {
  width: 100%;
}

._fullHeight {
  height: 100%;
}
.page-bg-desktop {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
}
.page-bg-desktop img {
  height: 100%;
  margin-left: -15px;
}
.page-bg-desktop img.displayMobileOnly {
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
}
.page-bg-desktop img.displayDesktopOnly {
  position: absolute;
  left: 0;
  top: 0;
}
.font-weight-bold {
  font-weight: 600;
}
.text-primary {
  color: #183c60 !important;
}
.text-primary-stepper {
  color: $mawani-primary-color-60 !important;
}
.text-success {
  color: $mawani-success-dark !important;
}
.text-danger {
  color: $mawani-error-dark !important;
}
.text-warning {
  color: $mawani-tertiary-color-100 !important;
}
.text-info {
  color: $anchor-blue !important;
}
.text-muted {
  color: $mawani-black-inactive !important;
}
.text-disabled {
  color: $mawani-black-disabled !important;
}
.text-white {
  color: $mawani-white !important;
}
.bg-primary {
  background-color: #183c60 !important;
  color: $mawani-white;
}
.bg-warning {
  background-color: $mawani-warning-dark !important;
  color: $mawani-white;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: $mawani-grey-dark;
  -webkit-box-shadow: 0 0 1px $mawani-grey-dark;
}
.multiBtns button {
  margin-left: 15px;
}

.form-control {
  height: 45px !important;
}
#kc-login {
  font-size: 1rem !important;
  background-image: linear-gradient(to bottom, #173c5e 0, #173c5e 100%);
}
.kc-forgot-password {
  float: right !important;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.4px;
  text-decoration-line: underline !important;
  color: #0053CB !important;
  margin-bottom:5px;
  cursor: pointer !important;
}
.member-txt {
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  text-align: center;
  letter-spacing: 1.25px;
  color: #666666;
}
.not-member-sign {
  font-size: 14px !important;
  line-height: 16px;
  letter-spacing: 1.25px;
  font-weight: bold;
  color: #183c60 !important;
}
.kc-feedback-text{
  background-color: #ffffff;
  border-color: #cc0000;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.4px;
  color: #C62828 !important;
  position: relative;
  text-align: center;
  font-weight: 500;

}

.password-hint-tooltip {
  position: relative;
  display: inline-block;
}

.password-hint-tooltip .password-hint-tooltip-text {
  visibility: hidden;
  width: 320px;
  line-height: 1.5em;
  background-color: #757575;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 7px;
  font-family: 'Open Sans';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  margin-top: 2em;
  margin-left: -13em;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.password-hint-tooltip:hover .password-hint-tooltip-text {
  visibility: visible;
}

.password-hint {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: .4px;
  color: #757575;
}

/* .cookie-model {
  margin: 20px;
} */
.cookie-model {
  padding: 9px;
  margin-bottom: 0;
  border: none;
  background: #FFFFFF;
}
.modal-title1 {
  color: #183c60;
}
.main-div{
  margin: 20px;
}
.alert-warning {
  background-color: #ffffff;
  color: #333333;
  border-color: #ffffff;
}

.alert-error {
  background-color: none;
  color: #333333;
}

.placeholdertext {
    margin-top: 15px !important;
    background-color: #ffffff;
    border-color: #cc0000;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.4px;
    color: #C62828 !important;
    font-weight: 500;
}
.required  {
  font-weight: bold;
}
.required:after {
  color: #e32;
  content: ' *';
  display:inline;
}
#kc-registration {
  text-align: center;
}
#kc-form-buttons {
  margin-top: 20px !important;
}
.footer-text {
  font-style: normal;
  font-weight: normal;
  font-family: Open Sans;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.4px;
  color: #757575;
  margin-bottom: 0;
}
.footer-text a{
  color: #0053CB !important;
  font-size: 12px !important;
  margin-top: 7px;
  display: inline-block;
  line-height: 15px;
}
.footer-text a:hover{
  font-size: 12px !important;
}
.show-pipe::before {
  content: "| ";
}
.privacy-link,
.terms-link {
  color:#007bff;
  background-color: transparent;
  cursor: pointer;
}
.privacy-header,
.terms-header {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: 0.15px;
  color: #183c60;
}
.privacy-text,
.terms-text {
  font-size: 14px;
  line-height: 21px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  letter-spacing: 0.1px;
  color: #212121;
}
.privacy-terms-div {
  border: 1px solid #cfcfcf;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  border-radius: 4px;
  height: 300px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  overflow-x: auto;
}
#kc-registration button {
  border: none;
  font-size: 0.75rem;
  box-shadow: none;
  background: none;
}
.control-label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.4px;
  color: #183C60;
  
}
._required:before {content: "* ";
    color: #c62828;
    font-size: 20px;
    position: absolute;
    top: -3px;
    left: 0;
}
#mtcaptcha-1 {
  margin-top: 50px !important;
  margin-bottom: -20px !important;
}

#ADErrorMessage {
  display: none;
}

/* cookie-container cookie modal code starts here */
/* .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    height: 20px;
    width: 20px;
    top: 2px;
    border-radius: 500px;
    background: #183C60;
}
.custom-control-input:checked~.custom-control-label::before,.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #A3B1BF !important;
  background-color: #A3B1BF !important;
} */
.custom-switch .custom-control-label::before {
   width: 34px;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #183C60 !important;
    height: 20px;
    width: 20px;
    top: 2px;
    border-radius: 500px;
}
.btn-primary {
  background: #183C60 !important;
}
.custom-control-input:checked~.custom-control-label::before  {
  color: #fff;
  border-color: #A3B1BF;
  background-color:  #A3B1BF;

}
.cookie-container {
  border-radius: 4px;
  z-index: 9999;
  animation-name: move-up;
  animation-duration: 2s;
  width: 102%;
  margin-left: -2%;
}
.cookie-container .container {
  max-width: 100% !important;
  width: 100%;
  position: relative;
  padding: 10px;
}
.cookie-container .btn {
  margin: 0 10px;
}
.cookie-container .btn-container {
  padding: 15px;
  height: inherit;
  text-align: right;
}
.cookie-container .cookie-txt p {
  margin: 15px 0;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.25px;
  color: #fff;
  padding-left: 15px;
}
.cookie-container .btn-info {
  background-color: #fff;
  color: #000;
  letter-spacing: 1.25px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 2px 2px rgba(0, 0, 0, 0.12);
  border: 1px solid transparent;
}
.cookie-container .btn-outline-primary {
  color: #fff;
  background-color: transparent;
  border: 1.6px solid #fff;
  letter-spacing: 1.25px;
  border-color: #fff !important;
}
#cookieModalPopup {
    width: 72%;
    position: absolute;
    font-size: 14px;
    top: 5%;
    height: 460px;
    left: 13%;
}
#cookieModalPopup .modal-header > .close,
#cookieModalPopup .modal-title {
  text-transform: none;
  font-size: 20px;
}
#cookieModalPopup .modal-header {
  margin-bottom: 0;
  color: #303030;
  border: none;
}
#cookieModalPopup .modal-header p {
  margin: 10px 0;
  font-size: 14px;
  text-transform: none;
  color: #212121;
}
#cookieModalPopup .modal-body h1 {
  font-size: 16px;
  color: var(--color9);
}
#cookieModalPopup .modal-body p {
  font-size: 14px;
  color: #666666;
  margin: 10px;
}
.modal-content,
.popover {
  background-clip: padding-box;
}
.modal {
  display: none;
  outline: 0;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  z-index: 1050;
}
.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  width: auto;
  max-width: 95%;
  position: relative;
}
.modal-content {
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  position: relative;
  float: left;
}
.modal-backdrop {
  background-color: #000;
  position: fixed;
  z-index: 1040;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0.5;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.43px;
  padding: 10px 15px;
  float: left;
  width: 100%;
}
.modal-title {
  line-height: 1.428571429;
  margin: 0;
}
.modal-body {
  padding: 15px;
  position: relative;
  float: left;
  width: 100%;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: none !important;
}
.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}
.modal-footer .btn + .btn {
  margin-bottom: auto;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}
.modal-header {
    background-color: #173c5e;
    color: #fff;
    text-transform: uppercase;
  }
  .modal-header > .close {
    opacity: 0.6;
  }
  .modal-header .close {
    margin-top: 2px;
    padding: 0px 10px;
  }
  .right_align {
    text-align: right;
  }
  .modalwidth {
    margin: 0 auto;
    width: 60%;
  }
/* cookie-container cookie modal code ends here */

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  margin-bottom: -5px;
}
.useractivation-cookie-banner .cookie-container,
.login-cookie-banner .cookie-container {
  position: fixed;
  bottom: 0;
}

.btn-default {
  background-color: #173c5e;
  border-radius: 0;
  padding: 5px 15px;
}
.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active,
.btn-default:active {
  background-color: #194062;
  color: #fff !important;
}
.modal .btn-default {
  margin-left: 10px;
}
.backbtn,
.btn-default {
  font-size: 16px;
  text-decoration: none !important;
  text-transform: none;
  color: #fff;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.modal-header > .close,
.modal-title {
  font-size: 15px;
  color: #fff;
}
p {
  line-height: 1.5em;
  position: relative;
  clear: both;
}

.instruction {
  text-align: center;
  color: #6E6E72 !important;
}

p.instruction > span {
  font-weight: 600;
}

#kc-info-message,
#kc-error-message {
  text-align: center;  
}

#kc-info-message a,
#kc-error-message a {
  font-weight: 600;
  font-size: 18px !important;
  text-decoration-line: underline !important;
  color: #183c60 !important;
}

#kc-info-message a:hover,
#kc-error-message a:hover { 
  text-decoration: underline;
  font-weight: 600;
  font-size: 18px !important;
  text-decoration-line: underline !important;
  color: #183c60 !important;
}

#kc-passwd-update-form .control-label {
  text-align: left !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.4px;
  color: #183C60;
  margin-bottom: 0.5rem;
}

.font-size-20 {
  font-size: 20px;
}
input.otp-boxes {
  width: 30px;
  height: 50px;
  text-align: center;
}
.logo {
  width: 172px !important;
}

.navbar-dropdown {
  font-style: normal;
  font-family: OpenSans;
  font-size: 10px !important;
  line-height: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #183c60 !important;
}

.dropdown-item-custom, #defaultLanguage {
  font-family: OpenSans;
  font-size: 10px !important;
  line-height: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #212121 !important;
  box-shadow: none !important;
}

.navbar-nav a:hover {
  color: #183c60 !important;
  text-decoration-line: none !important;
  font-size: 10px !important;
}

#kc-socialProviders{
  width:100%;
}
.social-provider-container h2 {
  text-align: center;
  border-bottom: 1px solid #C2C2C2;
  line-height: 0.1em;
  margin: 10px 0 20px;
  margin-left: 10%;
  margin-right: 10%;
}

.social-provider-container ul {
  list-style-type: none;
  padding-inline-start: 0px
}
.social-provider-container h2 span {
  background: #fff;
  padding: 0 10px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #212121;
}

.social-provider-container h6 {
  text-align: center;
  display: none;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
}
.social-provider-mobile-label {
  display: none;
}
.fallback-icon {
  display: none;
  width: 56px;
  height: 52px;
  color: #0D6B7A;
  font-size: 32px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 40px;
}

.social-DPWorldAzureAD-label{
  display: inline-block;
  text-align: center;
  padding: 0px;
  height: 16px;
  width: 100%;
  margin-bottom: 24px;
}

.social-provider-label{
  display: inline-block;
  text-align: center;
  padding: 0px;
  height: 16px;
  width: 100%;
  margin-bottom: 24px;
}

.social-provider-element:nth-child(even) {
    border-left: 1px solid #C2C2C2;
}

.DPWorldAzureAD-logo{
  width: 24px;
  height: 24px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.social-provider-signin-text{
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #183C60;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.DPWorldAzureAD-signin-text{
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #183C60;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.social-provider-icon{
  position: relative;
  left: 25.37%;
  right: 18.52%;
  /* top: 16.67%; */
  padding-top: 17%;
  bottom: 22.22%;
}
.social-DPWorldAzureAD-wrapper{
  box-sizing: border-box;
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
}
.social-provider-wrapper{
  box-sizing: border-box;
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
}
.mainBody p {
  text-align: center
}

a:focus {
  outline: none !important;
}
@keyframes move-up {
  from {
    bottom: -100px;
  }
  to {
    bottom: 0px;
  }
}
.navbar-before::before, .navbar-before::after {
  position: absolute !important;
}
/* media styles starts here */
  
/* media max-width: 475px styles */
@media (max-width: 475px) {
  .social-provider-label {
    display: none;
  }
  .social-provider-mobile-label {
    text-align: center;
    display: block;
  }
  .social-provider-container h6 {
    display: block;
  }
    ._fullWidthMobile {
        width: 100%;
   }
    .viewBtns button:not(.viewBtnsLeft) {
        margin-left: 0px;
   }
    th.actionColumn {
        width: 100%;
   }
    .table-responsive-card tr.editMode .mobile-label {
        width: 100%;
        display: block;
        font-weight: bold;
        float: none;
   }
    .table-responsive-card .mobile-label {
        width: 50%;
        display: block;
        font-weight: bold;
        float: left;
   }
    .table-responsive-card table thead {
        display: none;
   }
    .table-responsive-card table tr {
        display: flex;
        flex-direction: column;
        padding: 15px;
        height: auto;
        background: $mawani-grey-light;
        margin-bottom: 10px;
        border: 1px solid $mawani-grey-dark;
   }
    .table-responsive-card table tr.editMode td {
        padding: 5px !important;
        border: 0px;
        display: block;
   }
    .table-responsive-card table tr td {
        padding: 5px 0px !important;
        display: flex;
        border: 0px;
        align-items: center;
   }
    .table-responsive-card table tr.editMode td:last-child {
        padding: 0px !important;
        border: 0px;
        display: flex;
        align-items: center;
   }
}
/* media max-width: 530px styles */
@media (max-width: 530px) {
    .login-pf-page .card-pf {
        margin: 0 auto;
        padding: 0 20px;
        max-width: 50vw;
        border-top: 0;
        box-shadow: 0 0 0;
        padding: 20px 40px 30px 40px;
        margin-top: 40px;
   }
    .card-pf.login-pf-accounts {
        max-width: none;
   }
}
/* media min-width: 576px styles */
@media only screen and (min-width: 576px) {
    .glob-timeline-item > p {
        display: block;
   }
    .glob-timeline-item p:nth-last-child(1) {
        font-size: 12px;
        display: none;
   }
}
/* media max-width: 576px styles */
@media only screen and (max-width: 576px) {
    .glob-timeline-item > p {
        display: none;
   }
    .glob-timeline-item p:nth-last-child(1) {
        font-size: 12px;
        display: block;
   }
}
/* media min-width: 768px styles */
@media (min-width: 768px) {
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
   }
    .login-pf .container {
        padding-right: 80px;
   }
    #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
   }
    .login-pf-page .login-pf-social-section:first-of-type {
        padding-right: 39px;
        border-right: 1px solid #d1d1d1;
        margin-right: -1px;
   }
    .login-pf-page .login-pf-social-section:last-of-type {
        padding-left: 40px;
   }
    .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
        margin-bottom: 0;
   }
    .modal-dialog {
        width: 600px;
   }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
   }
    .modal-sm {
        width: 300px;
   }
}
/* media max-width: 767px styles */
@media (max-width: 767px) {
    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
   }
    #kc-header-wrapper {
        font-size: 30px;
        padding: 20px 60px 0 0;
        color: black;
        letter-spacing: 0;
        text-align: center;
   }
    div.kc-logo-text {
        margin: 0;
        width: 150px;
        height: 32px;
        background-size: 100%;
   }
    #kc-form {
        float: none;
   }
    #kc-header-wrapper {
        font-size: 40px;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 1.2em;
        padding: 62px 10px 20px;
        white-space: normal;
        color: black;
        text-shadow: 2px 2px 20px yellow;
   }
    #kc-social-providers li {
        display: block;
        margin-right: 5px;
   }
    .login-pf .container {
        padding-top: 15px;
        padding-bottom: 15px;
   }
    #kc-locale {
        position: absolute;
        width: 200px;
        top: 20px;
        right: 20px;
        text-align: right;
        z-index: 9999;
   }
    #kc-logo-wrapper {
        background-size: 100px 21px;
        height: 21px;
        width: 100px;
        margin: 20px 0 0 20px;
   }
    .login-pf-page .card-pf {
        margin: 0 auto;
        padding: 0 20px;
        max-width: 40vw;
        border-top: 0;
        box-shadow: 0 0 0;
        padding: 20px 40px 30px 40px;
        margin-top: 40px;
   }
    .card-pf.login-pf-accounts {
        max-width: none;
   }
}
/* media max-width: 840px styles */
@media (max-width: 840px) {
    .login-pf-page .card-pf {
        margin: 0 auto;
        padding: 0 20px;
        max-width: 40vw;
        border-top: 0;
        box-shadow: 0 0 0;
        padding: 20px 40px 30px 40px;
   }
    .login-pf-page .login-pf-header h1 {
        font-size: 24px;
   }
}
/* media min-height: 646px styles */
@media (min-height: 646px) {
    #kc-container-wrapper {
        bottom: 12%;
   }
}
/* media max-height: 645px styles */
@media (max-height: 645px) {
    #kc-container-wrapper {
        padding-top: 50px;
        top: 20%;
   }
}
/* media min-width: 992px styles */
@media only screen and (min-width: 992px) {
  .container-fluid {
    height: 90%;
  }
  .displayMobileOnly {
    display: none !important;
  }
  ._fullWidthDesktopOnly {
    width: 100%;
  }
  ._fullHeightDesktopOnly {
    height: 100%;
  }
  .modal-lg {
    max-width: 800px !important;
  }
}
/* media max-width: 991px styles */
@media only screen and (max-width: 991px) {
  .page-bg-desktop {
    position: relative;
    height: auto;
    padding: 0;
  }
  .page-bg-desktop img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
  .displayDesktopOnly {
    display: none !important;
  }
}
/* media max-width: 1365px styles */
@media only screen and (max-width: 1365px) {
    .manageWordSpace, .manageWordSpaceVertical {
        overflow-wrap: break-word;
   }
}
/* media min-width: 1366px styles */
@media only screen and (min-width: 1366px) {
    .manageWordSpace {
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
   }
    .manageWordSpaceVertical {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
   }
}
/* media max-width: 1365px styles */
@media (max-width: 1365px) {
    .sidebar-top {
        height: auto;
   }
    .sidebar-bottom {
        overflow-y: auto;
        height: auto;
   }
}
/* media max-width: 768px styles */
@media (max-width: 768px) {
    .mobWidth-100 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
   }
    .cookie-container .btn-container {
        padding: 0 15px;
   }
}
/* media min-width: 1200px styles */
@media (min-width: 1200px) {
    #cookieModalPopup .modal-content, #cookieModalPopup .modal-dialog {
      width: 100%;
      height: auto;
      position: relative;
      top: -8px;
   }
}

/* This is the fix for the footer overlapping issue CR-9326*/
@media (max-height: 700px) {
  ._fullHeightDesktopOnly {
    height: auto!important;
  }
}

/* This is the fix for CR-8048 footer alignment across pages */
#footerclass{
  display: flex;
  flex-direction: column;
  height: 10%;
  justify-content: flex-end;
  padding-bottom: 4px;
}
@media (max-height: 750px) {
  .container-fluid {
    height: auto!important;
  }
}
/* Password toggle*/
.toggle-password {
  position: absolute;
  right: 25px;
  top: 67%;
  transform: translateY(-50%);
  cursor: pointer;
}

.eye_icons {
  width: 24px;
  height: 24px;
  fill: #212121;
  opacity: 0.8;
}