:root {
  --black: #000;
  --oidc-green: #009490;
  --oidc-red: #a70064;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: block;
}

body {
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-family: Montserrat, sans-serif;
  min-width: 300px;
}

h1 {
  flex-basis: 100%;
  margin-bottom: 64px;
  text-align: left;
  font-size: 44px;
  font-weight: 700;
  padding: 0;
}

h2 {
  margin-bottom: 64px;
  text-align: left;
  font-size: 37px;
  line-height: 52px;
  font-weight: 700;
  padding: 0;
  min-height: 50px;
}

h3 {
  margin-bottom: 24px;
  text-align: left;
  font-weight: 400;
  font-size: 30px;
  padding: 0;
}

h4 {
  margin-bottom: 8px;
  text-align: left;
  font-size: 26px;
  margin-top: 12px;
}

@media (max-width: 991px) {
  h1, h2 {
    margin-bottom: 32px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }
}

button {
  overflow: visible;
  margin: 0;
  font-size: 15px;
  text-transform: none;
  transition: all .3s ease;
}

img {
  border-style: none;
}

input[type="checkbox"]:checked {
  border: 1px solid #dedede;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NiIgaGVpZ2h0PSI1NCIgdmlld0JveD0iMCAwIDc2IDU0Ij4KICA8cGF0aCBmaWxsPSIjMDA5NDkwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNy45LDUyLjEgQzM4LjgsNTMgNDAuMSw1My42IDQxLjQsNTMuNiBDNDIuNyw1My42IDQ0LDUzIDQ1LDUyLjEgTDg4LjEsOSBDOTAuMSw3IDkwLjEsMy45IDg4LjEsMS45IEM4Ni4xLC0wLjEgODMsLTAuMSA4MSwxLjkgTDQxLjQsNDEuNSBMMjMsMjMgQzIxLDIxIDE3LjksMjEgMTUuOSwyMyBDMTMuOSwyNSAxMy45LDI4LjEgMTUuOSwzMC4xIEwzNy45LDUyLjEgWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0KSIvPgo8L3N2Zz4K) no-repeat 50% #fff;
  background-size: 11px 11px;
}

a {
  outline: none;
  color: var(--black);
  text-decoration: none;
  background-color: transparent;
  transition: all .3s ease;
}

a p {
  color: var(--oidc-green);
  display: inline;
}

ul {
  list-style: none;
  font-size: 15px;
  line-height: 23px;
}

form {
  width: 100%;

}

.smaller {
  font-size: 90%  !important;
  font-weight: 400;
}

/* ---------------------------------------------------------------------------------------------------- */

.sco-header {
  padding: 17px 10px 16px;
  width: 100%;
  box-shadow: 0 0 4px 0 rgb(0 0 0/15%);
  background-color: #ffffff;
}

.sco-logo {
  width: 150px;
}

.sco-logo-color1 {
  fill: var(--oidc-green);
}

.sco-logo-color2 {
  fill: var(--oidc-red);
}

.sco-page-content {
  margin: 0 auto 50px;
}

/*noinspection CssInvalidPropertyValue*/

.flex-wrap-solution {
  margin-top: -25px;
}

.flex-wrap-solution > * {
  margin-top: 25px;
}

.custom-logo-container img {
  width: 100%;
  max-width: 75px;
  height: 100%;
  max-height: 15px;
}

/* -- Number Matching functionality Begin -- */
.btn-matcher {
  opacity: .8;
  -webkit-appearance: button;
  background-color: white;
  border: 1px solid var(--oidc-green);
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  min-height: 40px;
  min-width: 80px;
  line-height: 1;
  font-size: 23px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 30px;
  height: 40px;
  margin-top: 5px;
}

.btn-matcher:hover {
  opacity: 1;
  background-color: var(--oidc-green);
  color: #fff;
}

.btn-matcher:active {
  opacity: 1;
  background-color: #fff;
  color: var(--oidc-green);
}

@media (max-width: 350px) {
   .pr-cst-0 {
     padding-right: 1.0rem !important
   }
   .pr-cst-min-0 {
        padding-right: 1.0rem !important
   }
}

@media (min-width: 351px) and (max-width: 446px) {
   .pr-cst-1 {
     padding-right: 1.0rem !important
   }
   .pr-cst-min-1 {
        padding-right: 0.01rem !important
   }
}

@media (min-width: 447px) and (max-width: 493px) {
   .pr-cst-2 {
     padding-right: 2.0rem !important
   }
   .pr-cst-min-2 {
        padding-right: 0.01rem !important
   }
}

@media (min-width: 494px) and (max-width: 600px) {
   .pr-cst-3 {
     padding-right: 5.0rem !important
   }
   .pr-cst-min-3 {
        padding-right: 0.01rem !important
   }
}

@media (width: 601px) {
   .pr-cst-4 {
     padding-right: 2.0rem !important
   }
   .pr-cst-min-4 {
        padding-right: 0.01rem !important
   }
}

@media (min-width: 602px) {
   .pr-cst-5 {
     padding-right: 1.0rem !important
   }
   .pr-cst-min-5 {
        padding-right: 0.01rem !important
   }
}

/* -- Number Matching functionality End -- */

.sco-nav-button-container {
  margin-bottom: 2rem !important;
  margin-top: 3rem !important;
}

.btn {
  opacity: .8;
  -webkit-appearance: button;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  min-height: 40px;
  line-height: 1;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 40px;
  margin-top: 5px;
}

.btn:hover {
  opacity: 1;
  color: #fff;
}

.btn:focus {
  box-shadow: none;
}

.sco-nav-button-next {
  cursor: pointer;
  color: #fff;
  background: var(--oidc-green);
  position: relative;
}

.sco-nav-button-next:disabled {
  opacity: .3;
  cursor: default;
}

.sco-nav-button-warn {
  cursor: pointer;
  color: #fff;
  background: var(--oidc-red);
  position: relative;
}

.sco-nav-button-warn:disabled {
  opacity: .3;
  cursor: default;
}

.sco-nav-button-back {
  cursor: pointer;
  background: #a9a9a9;
  color: #5d5d5d;
}

.sco-nav-button:disabled {
  opacity: .3;
  cursor: default;
}

.sco-nav-button-container img {
  width: 16px;
  right: 16px;
  border-style: none;
  color: #fff;
  margin-right: -16px;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.sco-bottom-green-line {
  background-color: #1b6f6c;
  color: #fff;
  width: 100%;
  height: 10px;
  display: block;
}

.mobile-footer-menu-container {
  display: none;
}

.desktop-footer-menu-container {
  display: block;;
}

.footer-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
     background-color: #FFFFFF;
}

.footer-dropdown-container span {
  font-size: 12px;
}

.footer-terms {
  display: flex;
  flex-direction: row;
}

.footer-term.mr {
  margin-right: 10px;
}

.footer-dropdown-container select {
  border: 0 !important;
  background: transparent;
}

.sco-radio-button {
  display: flex;
  background: #fff;
  border: 0;
  border-radius: 5px;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  min-height: 42px;
  width: 100%;
  cursor: pointer;
  margin-top: 10px;
  vertical-align: middle;
  text-align: left;
}

.sco-radio-button-internal {
  display: block;
  position: absolute;
  top: 50%;
  height: 26px;
  width: 26px;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 50px;
}

.sco-radio-button-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
}

.sco-radio-button-shape[data-selected="true"] {
  fill: var(--oidc-green);
}

.sco-radio-button-text {
  margin: 0 0 0 40px;
  color: var(--black);
  line-height: 1.3;
  padding-right: 12px;
}

.sco-radio-button-text[data-green-fill="true"] {
  color: #fff;
}

.sco-radio-button[data-green-fill="true"] {
  background: var(--oidc-green);
  border: 1px solid var(--oidc-green);
}

.sco-small-text-err {
  color: #d52b1e;
}

.sco-error-container {
  margin-bottom: 24px;
  text-align: left;
  display: flex;
}

.sco-error-text {
  color: #d93025;
  font-size: 12px;
  margin-top: -2px;
}

.error-icon {
  margin-right: 8px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

.content-header {
  border-top: 1px solid #dadce0;
  border-left: 1px solid #dadce0;
  border-right: 1px solid #dadce0;
  border-radius: 8px 8px 0 0;
  padding: 7px 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin: 80px auto 0;
}

.content-header-title {
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
}

.content-header-logo {
  display: inline-block;
  margin-right: 5px;
}

.content-header-logo svg {
  width: 15px;
}

.content-header-right {
  display: flex;
}

.content-header-full-logo {
  width: 75px;
  display: block;
  height: 100%;
}

.content-body {
  padding: 48px 30px 36px;
  border: 1px solid #dadce0;
  border-radius: 0 0 8px 8px;
  margin-bottom: 24px;
}

.content-body-top {
  margin-bottom: 1.5rem !important;
}

.content-body-top.centered {
    text-align: center;
}

.content-body-main .bold,
.content-body-top .bold{
  font-weight: bold;
  color: #039be5;
}

.content-body-top-title {
  display: block;
  /*text-align: center;*/
  color: #202124;
  padding-bottom: 0;
  padding-top: 16px;
  font-family: 'Montserrat',sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3333;
}

.content-body-top-subtitle {
  display: block;
  /*text-align: center;*/
  color: #202124;
  font-family: 'Montserrat',sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 1.5;
  padding-bottom: 0;
  padding-top: 8px;
}

.content-body-top-subtitle-error {
    color: #d93025;
    font-size: 0.9rem;
}

.content-body-icon {
    width: 60px;
}

.content-body form {
  padding-top: 10px;
}

.navbar {
  display: none;
}

@media (min-width: 601px) {
  .sco-page-content {
    width: 460px;
    max-width: 460px;
  }

  .content-body {
    min-height: 550px;
  }
}

@media (max-width: 601px) {
  #content {
    border: 0
  }

  .content-body {
    border: 0;
  }

  .content-body {
    padding: 24px 24px 36px;;
  }

  .header-container {
    border-bottom: 1px solid #dadce0;
    margin-bottom: 25px;
  }

  .content-header {
    border-top: 0;
    border-bottom: 1px solid #dadce0;
    margin: 10px -15px 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }

  .sco-page-content {
    margin: 0 auto 0px;
  }

  .mobile-footer-menu-container {
    display: block;
  }

  .desktop-footer-menu-container {
    display: none;
  }
}

.progress-image-container {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

/** PAGE SPECIFIC CSS **/

/* -----AGREE TCS  -----------*/
.sco-form-check-input {
  appearance: none;
  outline: none;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  display: inline-block;
  color: var(--oidc-green);
  background: #f6f6f6;
  border: 1px solid var(--oidc-green);
  border-radius: 1px;
  margin-right: 10px;
  transition: all .1s ease;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
}

/* ----- ACTIVATION PROGRESS  -----------*/

.sco-step-text-header {
  font-size: 13px;
  text-decoration: underline;
}

.sco-step-text-content {
  font-size: 13px;
}

.sco-step-text-link {
  font-size: 13px;
}

.sco-image-load-spinner-container {
  background-image: url('../../images/load.svg');
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  max-width: 100%;
  margin-right: 0.5em;
  scale: 80%;
}

.sco-image-load-spinner-text {
  font-size: 0.8rem;
  color: var(--oidc-green);
}

.sco-image-qr-code {
  width: 200px;
  max-width: 100%;
  color: transparent;
}

.divider {
  display: flex;
  align-items: center;
}

.divider-line {
  flex: 1;
  background: #dadce0;
  height: 2px;
}

.divider-text {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: bold;
  color: #898a8b;
}

.app-svg {
  max-width: 40px;
}

.svg-link {
  width: 100%;
  display: flex;
  justify-content: center;
}

.center-text {
  text-align: center;
}

.inline-block {
  display: inline-block;
}

.pb-1 {
  padding-bottom: 16px;
}

.pt-0 {
  padding-top: 0px !important;
}

/* ----- SIGNATURE PROGRESS  -----------*/

.progress-image {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

.sco-app-signature-timeout-hint {
  display: block;
  font-size: 13px;
  margin: 0 auto;
}

/* ----- ENTER PHONE NUMBER  -----------*/

@media (min-width: 768px) {
  .sco-msisdn-form {
    font-size: 12px;
    font-weight: 400;
  }
}

.sco-msisdn-form-country-code .input-group-text {
  background-color: #ffffff;
  border-right: none;
  padding: 0.375rem 0.1rem 0.375rem 0.375rem;
}

.sco-msisdn-form-country-code {
  min-width: 110px;
}

.sco-msisdn-form-country-code .input-group-text img {
  width: 40px;
}

.sco-msisdn-form-country-code input {
  border-left: none;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}

/* ----- ENTER RECOVERY CODE  -----------*/

.sco-recovery-code-char {
  margin: 0 5px;
  border: 1px solid #e2e2e2;
  width: 98% !important;
  height: 70px;
  border-radius: 3px;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}

.recovery-error-container {
  margin-left: 5px;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.align-center {
  display: flex;
  align-items: center;
}

.column {
  flex-direction: column;
}

.recovery-code-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.sco-recovery-code-char:focus, .sco-recovery-code-char:focus-visible {
  border: 2px solid var(--oidc-green);
  outline-color: var(--oidc-green);
}

.sco-recovery-code-separator {
  color: #e2e2e2;
  margin: 10px 10px;
  text-align: center;
}


/* ----- ENTER OTP CODE  -----------*/

.sco-otp-code-char {
  margin-right: 10px;
  border: 1px solid #dadce0;
  width: 32px !important;
  height: 48px;
  border-radius: 3px;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}

.otp-container {
  display: flex;
  flex-direction: column;
}

.sco-otp-code-char:focus, .sco-otp-code-char:focus-visible {
  border: 2px solid var(--oidc-green);
  outline-color: var(--oidc-green);
}


.sms-not-arrived {
  font-size: 13px;
}

.send-text-again-svg {
  height: 18px;
  display: none;
}

.sco-otp-code-separator {
  color: #e2e2e2;
  margin: 10px 10px;
  text-align: center;
}

@media (max-width: 576px) {
  .sco-otp-code-char {
    margin: 0 2px;
    width: 30px !important;
    font-size: 25px;
  }

  .otp-error {
    margin-left: 2px;
  }

  .sco-otp-code-separator {
    color: #e2e2e2;
    margin: 10px 2px;
    text-align: center;
  }
}
/* -----SIM ACTIVATION PROGRESS  -----------*/

.sco-sim-activation-progress-image {
  margin-left: auto;
  margin-right: auto;
}

/* ---------- COUNTRY CODE SEMANTIC UI OVERRIDES*/

.ui.selection.dropdown {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.ui.selection.dropdown {
  min-height: auto;
}
.ui.selection.dropdown > .dropdown.icon {
  top: 8px;
  right: 3px;
}

.ui.dropdown .menu > .item {
  font-size: 12px;
  font-weight: 400;
}

.ui.selection.active.dropdown .menu, .ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown:hover .menu {
  border-color: #dedede;
}

.ui.selection.active.dropdown .menu {
  margin-top: 5px;
  background: #fff;
  box-shadow: 0 9px 40px 0 rgb(0 0 0/10%);
  transition: all .2s ease;
  z-index: 100;
  border-radius: 5px;
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
}

.ui.selection.active.dropdown .menu {
  font-size: 10px;
  overflow-y: scroll;
  height: 224px;
  width: 350px;
}

.ui.selection.active.dropdown .menu::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

.ui.selection.active.dropdown .menu::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  border-radius: 5px;
}

.ui.selection.active.dropdown .menu::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-radius: 5px;
}

@media (max-width: 576px) {
  .ui.selection.active.dropdown .menu {
    width: 70vw;
  }
}

.flag-icon.flag-icon-squared {
  width: 1.5em;
  margin-right: 0.2em;
}

.flag-icon {
  background-size: contain;
  background-position: 0%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  line-height: 1.2em;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-privacy-statement {
  font-size: 12px;
  font-weight: 400;
}

.recaptcha-privacy-statement a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.recaptcha-privacy-statement a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* ----- ENTER LDAP CREDENTIALS -----------*/

@media (min-width: 768px) {
  .sco-ldap-cred-form {
    font-size: 12px;
    font-weight: 400;
  }
}
.eye-pass-input-rel {
  flex: 1 1 auto;
  padding: 1.5px;
}

.progress-image-container-loader {
  width: 100%;
  text-align: left;
  margin-top: 1.8rem !important;
  line-height: 0.5;
}