/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-400-latinext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-400-latin.woff2") format("woff2");
  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;
}

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Poppins-400-latin.woff2") format("woff2");
  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;
}

/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-400-latinext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

html,
body {
  padding: 0;
  margin: 0;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  font-family: "Poppins";
}

a {
  text-decoration: none;
  color: #0f6dfa;
}

#kc-page-title {
  display: none;
}

#kc-header {
  display: none;
}

#kc-locale ul {
  display: none;
  position: absolute;
  background-color: #fff;
  list-style: none;
  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;
  font-family: Poppins;
}

#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;
  font-family: Poppins;
}

#kc-locale-dropdown a:hover {
  text-decoration: none;
}

.login-pf-header {
  display: flex;
  width: 100%;
  min-height: 72px;
  background: white;
  border-bottom: 1px #e6e6e6 solid;
}

.login-pf-navigation {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0px 30px;
  margin: 0px auto;
  max-width: 1280px;
  justify-content: space-between;
}

.login-pf-header-content {
  display: flex;
  align-items: center;
  gap: 32px;
}

.login-pf-page {
  padding-top: 0;
}

.login-pf-page .card-pf {
  padding: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  height: 100vh;
}

.login-footer {
  display: flex;
  justify-content: center;
  background: #262626;
  width: 100%;
  padding: 70px 0px;
  position: relative;
  left: 0;
  bottom: 0;
}

.footer-inner {
  display: flex;
  width: 100%;
  max-width: 1280px;
  height: 230px;
}

.footer-content {
  width: 25%;
}

img#dp-logo\ footer-logo {
  width: 92px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(159deg)
    brightness(103%) contrast(102%);
  margin-bottom: 32px;
}

.login-footer p {
  font-family: Poppins;
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.6);
  line-height: 22px;
  margin-block-start: 0px;
  margin-block-end: 20px;
}

.login-footer a {
  font-family: Poppins;
  font-size: 16px;
  color: white;
}

.form-group {
  margin-bottom: 26px;
}

.control-label {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #424d57;
  margin-bottom: 6px;
  display: block;
  cursor: pointer;
}

.form-control {
  /* Gray / 20% */

  background: #f3f5f6;
  /* Gray / 30% */

  border: 1px solid #e2e6e9;
  box-sizing: border-box;
  border-radius: 4px;
  color: #000000;
  padding: 6px 8px;
  box-shadow: none;

  display: block;
  width: 100%;

  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 16px;
  line-height: 165%;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-control:focus {
  border: 1px solid #2b7efb;
  outline: 0;
  box-shadow: none;
}

#kc-form-buttons {
  margin: 18px 0px;
  display: flex;
}

.confirm-button {
  text-align: center;
  margin: 0px 30px !important;
}

.form-group.login-pf-settings {
  display: none;
}

.btn {
  border-radius: 8px;
  padding: 7px 16px;
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 165%;
  text-decoration: none;
  cursor: pointer;
}

.btn:disabled {
  opacity: 0.5;
}

.btn-primary {
  background: #2b7efb;
  border: 0;
  color: white;
  width: 100%;
}

.btn-secondary {
  border: 1px solid #2b7efb;
  color: #333;
  background: white;
}

.btn-primary-link {
  background: #2b7efb;
  border: 0;
  color: white;
  width: 100px;
}

#kc-login {
  background: #2b7efb;
  border-radius: 8px;
  display: inline-block;
}

.alert {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 165%;
  /* identical to box height, or 12px */
  border-radius: 8px;
  padding: 18px;
  max-width: 264px;
  margin: 0 auto;
}

.alert-error {
  background: #fd406d;

  /* Shadow/Lvl 2 */
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  margin-bottom: 30px;
}

.register-open {
  height: 755px !important;
}

.register-closed {
  height: 250px !important;
}

#kc-form-wrapper {
  margin: auto;
  max-width: 480px;
  padding: 10px;
}

@media screen and (min-width: 601px) {
  #kc-form {
    padding: 50px;
  }

  #kc-form-wrapper {
    background: #ffffff;
    box-shadow: 0px 24px 32px rgba(8, 35, 48, 0.12);
    border-radius: 16px;
    padding-bottom: 24px !important;
    max-width: 320px;
    margin: 64px auto 0 auto;
  }
}

.instructionMain {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 17px;
  font-weight: 500;
  line-height: 165%;
  padding: 10px 30px;
  margin: 0;
}

.instructionSubText {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 15px;
  font-weight: 400;
  line-height: 165%;
  padding: 10px 30px;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
}

.link {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 14px;
  line-height: 165%;
}

#kc-content {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 14px;
  line-height: 165%;
}

@media screen and (min-width: 601px) {
  #kc-content {
    margin: 32px 16px 128px 16px;
  }
}

#kc-form-options,
#kc-info {
  margin-top: 10px;
}

#kc-info-message {
  position: absolute;
  top: 400px;
  left: calc(50% - 175px);
  width: 350px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  margin: 0 auto;
  max-width: 350px;
  border-radius: 1rem;
  box-shadow: 0 24px 32px rgba(8, 35, 48, 0.12);
  background: #fff;
}

.box a.dp-button {
  display: inline-block;
  margin: 8px auto;
  padding: 12px 16px;
  border-radius: 0.5rem;
  background: #2b7efb;
  color: white;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}

.box a.dp-button:hover {
  text-decoration: underline;
  background: #0563f0;
}

.flex {
  display: flex;
}

.items-start {
  align-items: start;
}

.label {
  margin-left: 6px;
  cursor: pointer;
}

input:disabled {
  cursor: not-allowed;
}
.tabs-container {
  display: flex;
  justify-content: space-between;
  width: full;
  border-bottom: 1px solid #e2e8f0;
  padding: 0 24px;
  margin-bottom: 24px;
}

.tabs-container .tab {
  flex: 1;
  flex-grow: 1;
  padding: 8px 0 12px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #586774;
}

.tabs-container a.active {
  color: #0f6dfa;
  border-bottom: 4px solid #0f6dfa;
}

.verify-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 24px;
  margin: 0 auto;
  max-width: 350px;
  border-radius: 1rem;
  box-shadow: 0 24px 32px rgba(8, 35, 48, 0.12);
  background: #fff;
}

.verify-header {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 12px;
}

.verify-header p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  margin: 25px 70px;
  text-align: center;
}

.form-container {
  padding: 0 24px;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}

#dp-logo {
  width: 80px;
  top: 50px;
  left: 50px;
}

@media screen and (min-width: 601px) {
  #dp-logo {
    width: 128px;
  }
}

.mt-24 {
  margin-top: 24px;
}

.m-18 {
  margin: 18px;
}

.p-16 {
  padding: 16px;
}

.p-24 {
  padding: 24px !important;
}

.hidden {
  display: none;
}

.center {
  display: flex;
  justify-content: center;
  text-align: center;
}

/* social login */
#kc-social-providers ul {
  list-style-type: none;
  padding: 0px 24px;
  display: flex;
  justify-content: center;
  margin: 35px 0px 0px;
}

/* BankID login button */
#zocial-bankid {
  background: black;
  border-radius: 8px;
  color: white;
  padding: 9px 12px;
  text-decoration: none;
  display: inline-flex;
}

#zocial-bankid span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#bankid-button-logo {
  width: 70px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid white;
}

@media only screen and (max-device-width: 480px) {
  .login-pf-header {
    min-height: 90px;
  }

  .login-pf-navigation {
    padding: 0px 60px;
  }

  .footer-inner {
    max-width: 800px;
    height: 180px;
  }

  .footer-content {
    width: 40%;
  }

  .verify-box {
    max-width: 500px;
    padding: 15px;
    padding-bottom: 30px;
    border-radius: 2rem;
  }

  .instructionMain {
    font-size: 1.8em;
  }

  .instructionSubText {
    font-size: 1.6em;
  }

  .verify-header p {
    font-size: 2em;
  }

  #kc-register-form p {
    font-size: 16px;
  }

  .control-label {
    font-size: 18px;
  }

  .tabs-container .tab {
    font-size: 20px;
  }

  .btn {
    font-size: 1.6em;
    border-radius: 0.8rem;
    padding: 10px 35px;
  }

  .link {
    font-size: 18px;
  }

  img#dp-logo\ footer-logo {
    width: 130px;
  }

  .login-footer p {
    font-size: 16px;
  }

  .login-footer a {
    font-size: 18px;
  }

  .tabs-container {
    margin-bottom: 35px;
  }

  #kc-locale-dropdown a {
    font-size: 20px;
  }

  #kc-locale ul li a {
    font-size: 20px;
  }

  input#accept-news[type="checkbox"] {
    margin: 5px;
    margin-right: 10px;
    transform: scale(2);
  }
}

.login-separator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 24px;
}

.login-separator .line {
  height: 1px;
  width: 100px;
  background-color: #e6e6e6;
}

.login-separator .register-line {
  width: 50px;
}

.login-separator .text {
  margin: 0 10px;
  color: #999999;
}

.login-separator .register-text {
  color: #0f6dfa;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.register-title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 35px 0px -18px;
  color: #262626;
}

#kc-passwd-update-form {
  margin-top: 20px;
}

.idp-link-header {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 12px;
}

.idp-link-header p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  margin: 0px 40px 25px 40px;
  text-align: center;
}

.required-mark {
  color: red;
}
