/* _content/ECB.OLMS_WEB/Views/Authentication/ConfirmEmailPage.cshtml.rz.scp.css */
.confirm-email-page[b-krqqv53kqf] {
  text-align: center;

  & .logo {
    height: 200px;
    text-align: center;

    & img {
      height: 110%;
      object-fit: contain;
      -o-object-fit: contain;
      object-position: center;
      margin: auto;
    }
  }

  & .welcome-to-ecb[b-krqqv53kqf] {
    font-size: 36px;
    font-weight: var(--font-weight-600);
    color: var(--baby-blue-0);
    margin-top: var(--space-32);
    margin-bottom: var(--space-32);
    line-height: 1;
    text-align: left;
    .icon {
      color: #febe30;
      margin-left: var(--space-16);
    }
  }

  & .ecb-platform-name[b-krqqv53kqf] {
    font-size: 24px;
    font-weight: var(--font-weight-600);
    color: var(--baby-blue-0);
    /* text-transform: uppercase; */
    text-align: left;
    margin-top: var(--space-32);
    margin-bottom: var(--space-32);
    line-height: 1;
  }

  & .kit-form-group[b-krqqv53kqf] {
    text-align: left;

    & .kit-input {
      background-color: var(--white);
      font-size: var(--font-16) !important;
      border: 3px solid var(--baby-blue-0) !important;
      color: var(--baby-blue-0) !important;
      text-align: left;
      padding: var(--space-16);
    }
  }

  & input[b-krqqv53kqf] {
    background-color: var(--white) !important;
    border-color: var(--baby-blue-0) !important;
    border: 2px solid var(--grey-4);

    &:-webkit-autofill,
    &input:-moz-autofill {
      font-family: "Inter", sans-serif !important;
      font-size: var(--font-16) !important;
    }
  }

  & .kit-label[b-krqqv53kqf] {
    font-size: var(--font-16) !important;
    color: var(--grey-1) !important;
    text-align: left;
  }

  & #btn-sign-in[b-krqqv53kqf] {
    font-size: var(--font-16);
    width: 100%;
    padding: var(--space-16);
    border: 3px solid var(--baby-blue-0);
    margin-bottom: var(--space-32);

    & .icon {
      margin-right: var(--space-16);
    }
  }

  p[b-krqqv53kqf],
  a[b-krqqv53kqf] {
    font-weight: var(--font-weight-600) !important;
    color: var(--baby-blue-0) !important;
  }
}

@media screen and (max-width: 959px) {
  .confirm-email-page[b-krqqv53kqf]  {
    & .welcome-to-ecb {
      font-size: 24px !important;
      font-weight: var(--font-weight-600);
    }

    & .ecb-platform-name[b-krqqv53kqf] {
      font-size: 18px;
    }

    & .kit-form-group[b-krqqv53kqf] {
      & .kit-input {
        font-size: var(--font-12) !important;
        padding: var(--space-8) var(--space-16);
      }
    }

    & #btn-sign-in[b-krqqv53kqf] {
      font-size: var(--font-12);
      padding: var(--space-8) var(--space-16);

      & .icon {
        margin-right: var(--space-16);
      }
    }
  }
}
/* _content/ECB.OLMS_WEB/Views/Authentication/Login.cshtml.rz.scp.css */

.login-page[b-f8rj1u1vuj] {
  padding: var(--space-32);
  text-align: center;

  & .logo {
    height: 200px;
    text-align: center;

    & img {
      height: 110%;
      object-fit: contain;
      -o-object-fit: contain;
      object-position: center;
      margin: auto;
    }
  }

  & .welcome-to-ecb[b-f8rj1u1vuj] {
    font-size: 36px;
    font-weight: var(--font-weight-600);
    color: var(--baby-blue-0);
    margin-top: var(--space-32);
    margin-bottom: var(--space-32);
    line-height: 1;
    text-align: center;
    .icon {
      color: #febe30;
      margin-left: var(--space-16);
    }
  }

  & .ecb-platform-name[b-f8rj1u1vuj] {
    font-size: 24px;
    font-weight: var(--font-weight-600);
    color: var(--baby-blue-0);
    text-align: center;
    margin-top: var(--space-32);
    margin-bottom: var(--space-32);
    line-height: 1;
  }

  & .kit-form-group[b-f8rj1u1vuj] {
    text-align: left;

    & .kit-input {
      font-size: var(--font-16) !important;
      border: 3px solid var(--baby-blue-0) !important;
      color: var(--baby-blue-0) !important;
      text-align: left;
      padding: var(--space-16);
    }
  }

  & input[b-f8rj1u1vuj] {
    background-color: var(--baby-blue-0) !important;
    border-color: var(--baby-blue-0) !important;

    &:-webkit-autofill,
    &input:-moz-autofill {
      font-family: "Inter", sans-serif !important;
      font-size: var(--font-16) !important;
    }
  }

  & .kit-label[b-f8rj1u1vuj] {
    font-size: var(--font-16) !important;
    color: var(--grey-1) !important;
    text-align: left;
  }

  & #btn-submit[b-f8rj1u1vuj] {
    font-size: var(--font-16);
    width: 100%;
    padding: var(--space-16);
    border: 3px solid var(--baby-blue-0);
    margin-bottom: var(--space-32);

    & .icon {
      margin-right: var(--space-16);
    }
  }

  p[b-f8rj1u1vuj],
  a[b-f8rj1u1vuj] {
    font-weight: var(--font-weight-600) !important;
    color: var(--baby-blue-0) !important;
  }
}

@media screen and (max-width: 959px) {
  .login-page[b-f8rj1u1vuj] {
    & .welcome-to-ecb {
      font-size: 24px !important;
      font-weight: var(--font-weight-600);
    }

    & .ecb-platform-name[b-f8rj1u1vuj] {
      font-size: 18px;
    }

    & .kit-form-group[b-f8rj1u1vuj] {
      & .kit-input {
        font-size: var(--font-12) !important;
        padding: var(--space-8) var(--space-16);
      }
    }

    & #btn-submit[b-f8rj1u1vuj] {
      font-size: var(--font-12);
      padding: var(--space-8) var(--space-16);

      & .icon {
        margin-right: var(--space-16);
      }
    }
  }
}
/* _content/ECB.OLMS_WEB/Views/Authentication/Register.cshtml.rz.scp.css */
.register-page[b-du6s91apmo] {
  padding: var(--space-32);
  text-align: center;

  & .logo {
    height: 200px;
    text-align: center;

    & img {
      height: 110%;
      object-fit: contain;
      -o-object-fit: contain;
      object-position: center;
      margin: auto;
    }
  }

  & .welcome-to-ecb[b-du6s91apmo] {
    font-size: 36px;
    font-weight: var(--font-weight-600);
    color: var(--baby-blue-0);
    margin-top: var(--space-32);
    margin-bottom: var(--space-32);
    line-height: 1;
    text-align: center;
    .icon {
      color: #febe30;
      margin-left: var(--space-16);
    }
  }

  & .ecb-platform-name[b-du6s91apmo] {
    font-size: 24px;
    font-weight: var(--font-weight-600);
    color: var(--baby-blue-0);
    /* text-transform: uppercase; */
    text-align: center;
    margin-top: var(--space-32);
    margin-bottom: var(--space-32);
    line-height: 1;
  }

  & .kit-form-group[b-du6s91apmo] {
    text-align: left;

    & .kit-input {
      font-size: var(--font-16) !important;
      border: 3px solid var(--baby-blue-0) !important;
      color: var(--baby-blue-0) !important;
      text-align: left;
      padding: var(--space-16);
    }
  }

  & input[b-du6s91apmo] {
    background-color: var(--baby-blue-0) !important;
    border-color: var(--baby-blue-0) !important;
    border: 2px solid var(--grey-4);

    &:-webkit-autofill,
    &input:-moz-autofill {
      font-family: "Inter", sans-serif !important;
      font-size: var(--font-16) !important;
    }
  }

  & .kit-label[b-du6s91apmo] {
    font-size: var(--font-16) !important;
    color: var(--grey-1) !important;
    text-align: left;
  }

  & #btn-submit[b-du6s91apmo] {
    font-size: var(--font-16);
    width: 100%;
    padding: var(--space-16);
    border: 3px solid var(--baby-blue-0);
    margin-bottom: var(--space-32);

    & .icon {
      margin-right: var(--space-16);
    }
  }

  p[b-du6s91apmo],
  a[b-du6s91apmo] {
    font-weight: var(--font-weight-600) !important;
    color: var(--baby-blue-0) !important;
  }
}

@media screen and (max-width: 959px) {
  .register-page[b-du6s91apmo] {
    & .welcome-to-ecb {
      font-size: 24px !important;
      font-weight: var(--font-weight-600);
    }

    & .ecb-platform-name[b-du6s91apmo] {
      font-size: 18px;
    }

    & .kit-form-group[b-du6s91apmo] {
      & .kit-input {
        font-size: var(--font-12) !important;
        padding: var(--space-8) var(--space-16);
      }
    }

    & #btn-submit[b-du6s91apmo] {
      font-size: var(--font-12);
      padding: var(--space-8) var(--space-16);

      & .icon {
        margin-right: var(--space-16);
      }
    }
  }
}
/* _content/ECB.OLMS_WEB/Views/Authentication/ResetPassword.cshtml.rz.scp.css */

.login-page[b-rmf2l7pwvd] {
    padding: var(--space-32);
    text-align: center;
    & .logo

{
    height: 200px;
    text-align: center;
    & img

{
    height: 110%;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center;
    margin: auto;
}

}

& .welcome-to-ecb[b-rmf2l7pwvd] {
    font-size: 36px;
    font-weight: var(--font-weight-600);
    color: var(--baby-blue-0);
    margin-top: var(--space-32);
    margin-bottom: var(--space-32);
    line-height: 1;
    text-align: center;
    .icon

{
    color: #febe30;
    margin-left: var(--space-16);
}

}

& .ecb-platform-name[b-rmf2l7pwvd] {
    font-size: 24px;
    font-weight: var(--font-weight-600);
    color: var(--baby-blue-0);
    text-align: center;
    margin-top: var(--space-32);
    margin-bottom: var(--space-32);
    line-height: 1;
}

& .kit-form-group[b-rmf2l7pwvd] {
    text-align: left;
    & .kit-input

{
    font-size: var(--font-16) !important;
    border: 3px solid var(--baby-blue-0) !important;
    color: var(--baby-blue-0) !important;
    text-align: left;
    padding: var(--space-16);
}

}

& input[b-rmf2l7pwvd] {
    background-color: var(--baby-blue-0) !important;
    border-color: var(--baby-blue-0) !important;
    &:-webkit-autofill, &input:-moz-autofill

{
    font-family: "Inter", sans-serif !important;
    font-size: var(--font-16) !important;
}

}

& .kit-label[b-rmf2l7pwvd] {
    font-size: var(--font-16) !important;
    color: var(--grey-1) !important;
    text-align: left;
}

& #btn-submit[b-rmf2l7pwvd] {
    font-size: var(--font-16);
    width: 100%;
    padding: var(--space-16);
    border: 3px solid var(--baby-blue-0);
    margin-bottom: var(--space-32);
    & .icon

{
    margin-right: var(--space-16);
}

}

p[b-rmf2l7pwvd],
a[b-rmf2l7pwvd] {
    font-weight: var(--font-weight-600) !important;
    color: var(--baby-blue-0) !important;
}

}

@media screen and (max-width: 959px) {
    .login-page[b-rmf2l7pwvd] {
        & .welcome-to-ecb

{
    font-size: 24px !important;
    font-weight: var(--font-weight-600);
}

& .ecb-platform-name[b-rmf2l7pwvd] {
    font-size: 18px;
}

& .kit-form-group[b-rmf2l7pwvd] {
    & .kit-input

{
    font-size: var(--font-12) !important;
    padding: var(--space-8) var(--space-16);
}

}

& #btn-submit[b-rmf2l7pwvd] {
    font-size: var(--font-12);
    padding: var(--space-8) var(--space-16);
    & .icon

{
    margin-right: var(--space-16);
}

}
}
}
/* _content/ECB.OLMS_WEB/Views/Authentication/ResetPasswordRequest.cshtml.rz.scp.css */

.login-page[b-92zzlz9pph] {
    padding: var(--space-32);
    text-align: center;
    & .logo

{
    height: 200px;
    text-align: center;
    & img

{
    height: 110%;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center;
    margin: auto;
}

}

& .welcome-to-ecb[b-92zzlz9pph] {
    font-size: 36px;
    font-weight: var(--font-weight-600);
    color: var(--baby-blue-0);
    margin-top: var(--space-32);
    margin-bottom: var(--space-32);
    line-height: 1;
    text-align: center;
    .icon

{
    color: #febe30;
    margin-left: var(--space-16);
}

}

& .ecb-platform-name[b-92zzlz9pph] {
    font-size: 24px;
    font-weight: var(--font-weight-600);
    color: var(--baby-blue-0);
    text-align: center;
    margin-top: var(--space-32);
    margin-bottom: var(--space-32);
    line-height: 1;
}

& .kit-form-group[b-92zzlz9pph] {
    text-align: left;
    & .kit-input

{
    font-size: var(--font-16) !important;
    border: 3px solid var(--baby-blue-0) !important;
    color: var(--baby-blue-0) !important;
    text-align: left;
    padding: var(--space-16);
}

}

& input[b-92zzlz9pph] {
    background-color: var(--baby-blue-0) !important;
    border-color: var(--baby-blue-0) !important;
    &:-webkit-autofill, &input:-moz-autofill

{
    font-family: "Inter", sans-serif !important;
    font-size: var(--font-16) !important;
}

}

& .kit-label[b-92zzlz9pph] {
    font-size: var(--font-16) !important;
    color: var(--grey-1) !important;
    text-align: left;
}

& #btn-submit[b-92zzlz9pph] {
    font-size: var(--font-16);
    width: 100%;
    padding: var(--space-16);
    border: 3px solid var(--baby-blue-0);
    margin-bottom: var(--space-32);
    & .icon

{
    margin-right: var(--space-16);
}

}

p[b-92zzlz9pph],
a[b-92zzlz9pph] {
    font-weight: var(--font-weight-600) !important;
    color: var(--baby-blue-0) !important;
}

}

@media screen and (max-width: 959px) {
    .login-page[b-92zzlz9pph] {
        & .welcome-to-ecb

{
    font-size: 24px !important;
    font-weight: var(--font-weight-600);
}

& .ecb-platform-name[b-92zzlz9pph] {
    font-size: 18px;
}

& .kit-form-group[b-92zzlz9pph] {
    & .kit-input

{
    font-size: var(--font-12) !important;
    padding: var(--space-8) var(--space-16);
}

}

& #btn-submit[b-92zzlz9pph] {
    font-size: var(--font-12);
    padding: var(--space-8) var(--space-16);
    & .icon

{
    margin-right: var(--space-16);
}

}
}
}
/* _content/ECB.OLMS_WEB/Views/FormManagement/Details.cshtml.rz.scp.css */
.license-application-progress[b-zk9h2p4sux] {
  position: relative;
  background-color: var(--white);
  border-radius: 6px;
  overflow: hidden;

  /* .file-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-16);

    .kit-card-file-uploader {
      border-color: var(--baby-blue-5);
      background: var(--baby-blue-5);
      box-shadow: none;

      & input {
        display: none;
      }

      .kit-card-file-icon {
        width: 60px;
        height: 60px;
      }
    }
  } */

  .license-application-content {
    position: relative;
    background-color: var(--white);
    overflow: hidden;
    height: 100%;

    .license-application-content-header {
      position: sticky;
      top: 0;
      background-color: var(--white);
      overflow: hidden;

      .kit-heading-6 {
        margin: 0 !important;
      }
    }

    .license-application-content-body[b-zk9h2p4sux] {
      overflow-y: auto;
    }
  }
}
/* _content/ECB.OLMS_WEB/Views/FormManagement/Index.cshtml.rz.scp.css */
.license-card[b-pepz38v3tv] {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;

  &.kit-card-continue-application {
    border: 2px solid var(--orange-0);

    .btn-apply-form {
      background: var(--orange-0);
    }
  }

  &:hover[b-pepz38v3tv] {
    border-color: var(--baby-blue-2);
    background: var(--baby-blue-5);

    .btn-apply-form {
      background: var(--baby-blue-0);
      color: var(--white);
    }
  }

  .kit-card-header[b-pepz38v3tv] {
    height: 100px;
  }

  .kit-card-body[b-pepz38v3tv] {
    align-self: stretch;

    .title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    /* limit to 6 lines */
    .description[b-pepz38v3tv] {
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: 120px;
    }
  }

  .kit-card-footer[b-pepz38v3tv] {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-8);

    .btn-apply-form {
      width: 100%;
      white-space: nowrap;
      padding: var(--space-16) var(--space-8);
      transition: 0.3s all ease-in-out;

      .icon {
        margin-right: var(--space-8);
      }
    }
  }
}
/* _content/ECB.OLMS_WEB/Views/Home/Index.cshtml.rz.scp.css */
.quick-actions[b-tok081li9x] {
    .quick-action {
        position: relative;
        height: 100%;
        .link-icon {
            position: absolute;
            top: var(--space-16);
            right: var(--space-16);
        }
    }
}

.analytics[b-tok081li9x] {
    .kit-card {
        height: 100%;
    }
}
/* _content/ECB.OLMS_WEB/Views/Landing/Index.cshtml.rz.scp.css */
.kit-section[b-z46120unbz] {
  .kit-section-body,
  &.kit-section-body {
    padding: var(--space-64) 100px;
  }

  .kit-section-title[b-z46120unbz] {
    color: var(--grey-1);
    font-size: var(--font-48); /* old value: --font-48 */
    font-weight: var(--font-weight-700);
    margin-bottom: var(--space-16);
  }

  .kit-section-description[b-z46120unbz] {
    color: var(--grey-3);
    font-size: var(--font-24);
    font-weight: var(--font-weight-500); /* old value: --font-weight-600 */
    line-height: 150%; /* 36px */
    margin-bottom: var(--space-48);
  }
}
.kit-landing-page-accordion[b-z46120unbz] {
  padding: 0;
  margin: 0;

  &.kit-landing-page-accordion-columns-2-md {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-16);
  }

  .kit-landing-page-accordion-item[b-z46120unbz] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-32);
    padding: var(--space-16) var(--space-32);
    border-radius: 12px;
    cursor: pointer;

    &.expanded {
      background-color: var(--white);
      box-shadow: var(--box-shadow-2);
      margin-bottom: var(--space-16);

      .kit-landing-page-accordion-item-icon {
        .plus-icon-bar-1 {
          transform: rotate(90deg);
        }

        /* .plus-icon-bar-2 {
          transform: rotate(180deg);
        } */
      }

      /* .kit-landing-page-accordion-item-header {
        .kit-landing-page-accordion-item-title {
          color: var(--grey-1);
        }
      } */
    }

    .kit-landing-page-accordion-item-icon[b-z46120unbz] {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;

      .plus-icon-bar-1,
      .plus-icon-bar-2 {
        position: absolute;
        height: 4px;
        width: 24px;
        background-color: var(--orange-0);
        border-radius: 4px;
        transition: all 0.3s ease-in-out;
      }
    }

    .kit-landing-page-accordion-item-header[b-z46120unbz] {
      .kit-landing-page-accordion-item-title {
        align-self: stretch;
        color: var(--grey-1);
        font-size: var(--font-32); /* old value: --font-36 */
        font-weight: var(--font-weight-600);
        line-height: 150%; /* 48px */
        margin: 0;
        transition: all 0.3s ease-in-out;
      }
    }

    .kit-landing-page-accordion-item-body[b-z46120unbz] {
      height: 0;
      overflow: hidden;
      transition: all 0.3s ease-in-out;

      .kit-landing-page-accordion-item-description {
        align-self: stretch;
        color: var(--grey-3);
        font-size: var(--font-24);
        font-weight: var(--font-weight-400);
        line-height: 150%; /* 36px */
        transition: all 0.3s ease-in-out;
      }
    }
  }
}

/* Navbar */
#navbar[b-z46120unbz] {
  --border-color: rgba(247, 246, 241, 0.2);

  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border-bottom: 1px solid var(--border-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  height: 60px;
  width: 100%;
  padding: 0 100px;
  transition: 0.5s all ease-in-out;

  &.kit-navbar-scrolled {
    background-color: var(--white);
    box-shadow: var(--box-shadow);

    .kit-navbar-brand {
      & a {
        .brand-name {
          color: var(--grey-1) !important;
        }
      }
    }

    .kit-navbar-menu[b-z46120unbz] {
      & li.kit-navbar-menu-item {
        & a {
          color: var(--grey-2) !important;
        }

        &.active[b-z46120unbz] {
          &::before {
            background-color: var(--grey-1) !important;
          }

          & a[b-z46120unbz] {
            color: var(--grey-1) !important;
          }
        }
      }
    }
  }

  .kit-navbar-brand[b-z46120unbz] {
    height: 60px;
    cursor: pointer;
    border-right: 1px solid var(--border-color);

    & a {
      display: grid;
      grid-template-columns: auto 210px;
      align-items: center;
      text-decoration: none;
      padding: var(--space-8);
      height: 100%;

      & img {
        height: 40px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
      }

      .brand-name[b-z46120unbz] {
        color: var(--grey-5);
        font-size: var(--font-16);
        font-weight: var(--font-weight-600, 600);
        max-width: 210px;
        line-height: 1;
      }
    }
  }

  .kit-navbar-menu[b-z46120unbz] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 60px;

    &.kit-navbar-menu-middle {
      justify-content: flex-start;
    }
    &.kit-navbar-menu-right[b-z46120unbz] {
      justify-content: flex-end;
    }

    & li.kit-navbar-menu-item[b-z46120unbz] {
      position: relative;
      display: flex;
      align-items: center;
      height: 100%;

      &.active {
        &::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 6px;
          width: 60%;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px;

          background-color: var(--white);
        }

        & a[b-z46120unbz] {
          color: var(--white) !important;
        }
      }

      & a[b-z46120unbz] {
        display: block;
        font-size: var(--font-16);
        font-weight: var(--font-weight-600);
        padding: 10px 15px;
        color: var(--grey-4);
        text-decoration: none;
        transition: color 0.3s ease-in-out;

        .icon {
          width: var(--space-16);
          margin-right: var(--space-8);
        }

        &:hover[b-z46120unbz] {
          color: var(--white);
        }
      }
    }

    .sign-in-btn[b-z46120unbz],
    .my-portal-btn[b-z46120unbz] {
      font-size: var(--font-16);
      background-color: var(--orange-0) !important;
      color: var(--grey-1);
      /* height: 100%; */
      /* border-radius: 0; */
    }
  }
}

#navbar-offcanvas[b-z46120unbz] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  padding: var(--space-16) !important;

  &.kit-navbar-offcanvas-open {
    display: block !important;
  }

  #nav-navbar-offcanvas[b-z46120unbz] {
    position: relative;
    background: rgb(0, 0, 0);
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.98) 0%,
      rgba(0, 0, 0, 0.9500175070028011) 70%,
      rgba(0, 0, 0, 0.8995973389355743) 100%
    );
    height: 100%;
    border-radius: 12px;
    padding: var(--space-32) !important;

    .kit-navbar-brand {
      height: 60px;
      cursor: pointer;
      border-right: 1px solid var(--border-color);
      margin-bottom: var(--space-32) !important;

      & a {
        display: grid;
        grid-template-columns: auto auto;
        align-items: center;
        text-decoration: none;
        padding: var(--space-8);
        height: 100%;

        & img {
          height: 40px;
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: center;
          object-position: center;
        }

        .brand-name[b-z46120unbz] {
          color: var(--grey-5);
          font-size: var(--font-16);
          font-weight: var(--font-weight-600, 600);
          max-width: 210px;
          line-height: 1;
        }
      }
    }

    .kit-navbar-menu[b-z46120unbz] {
      display: block;
      margin: 0;
      padding: 0;
      list-style: none;

      & li.kit-navbar-menu-item {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
        border-radius: 6px;
        margin-bottom: var(--space-16) !important;

        &.active {
          background-color: var(--white);
          a {
            color: var(--grey-1) !important;
          }
        }

        & a[b-z46120unbz] {
          display: block;
          font-size: var(--font-16);
          font-weight: var(--font-weight-600);
          padding: 10px 15px;
          color: var(--grey-4);
          text-decoration: none;
          transition: color 0.3s ease-in-out;

          .icon {
            width: 30px;
            margin-right: var(--space-16);
          }

          &:hover[b-z46120unbz] {
            color: var(--white);
          }
        }
      }

      .sign-in[b-z46120unbz] {
        font-size: var(--font-16);
        /* background-color: var(--orange-0); */
        a {
          color: var(--orange-0) !important;
        }
      }
    }

    #btn-navbar-offcanvas-close[b-z46120unbz] {
      position: absolute;
      top: var(--space-16);
      right: var(--space-16);
      color: var(--white);
      font-size: var(--font-14);

      display: flex;
      justify-content: center;
      align-items: center;

      width: 40px !important;
      height: 40px !important;
      line-height: 40px !important;
      text-align: center !important;
      border-radius: 50%;

      background-color: rgba(250, 250, 250, 0.2);
    }
  }
}

/* About ECB */
#about-ecb-section[b-z46120unbz] {
  .about-ecb-card {
    position: relative;

    display: grid;
    grid-template-columns: 3fr 1fr;
    padding: var(--space-32);
    flex-shrink: 0;
    border-radius: 12px;
    background: linear-gradient(
      90deg,
      #fcb81b 54.5%,
      rgba(254, 247, 232, 0) 166.27%
    );
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);

    .about-ecb-card-left {
      .text {
        color: var(--grey-1);
        font-size: 24px;
        font-style: normal;
        font-weight: var(--font-weight-400);
        line-height: 120%; /* 28.8px */
        margin: 0;
        margin-bottom: var(--space-32);
      }
      .author[b-z46120unbz] {
        color: var(--grey-1);
        font-size: 24px;
        font-style: italic;
        font-weight: var(--font-weight-700);
        line-height: 120%;
        margin: 0;
      }
    }

    .about-ecb-card-right[b-z46120unbz] {
      .about-ecb-card-bg {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        z-index: -1;

        & img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
        }

        &[b-z46120unbz]::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          z-index: 0;
        }
      }

      .ecb-logo[b-z46120unbz] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        align-self: stretch;

        & img {
          height: 100%;
          /* min-width: 200px; */
          /* width: 333px;
          height: 260px; */
          flex-shrink: 0;
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: center;
          object-position: center;
        }
      }
    }
  }
}

/* License Types */
#license-types-section[b-z46120unbz] {
  /* border-top: 1px solid var(--grey-4); */
  border-bottom: 1px solid var(--grey-4);
}

/* Processes */
#processes-section[b-z46120unbz] {
  width: 100%;

  .process-content {
    position: relative;
    width: 100%;

    .process-item-content {
      display: none;
      grid-template-columns: 1fr 4fr;
      gap: var(--space-32);
      margin-bottom: var(--space-32);
      width: 100%;
      transition: all 0.3s ease-in-out;

      &.active {
        display: grid;
      }

      .process-stats[b-z46120unbz] {
        .process-stats-item {
          margin-bottom: var(--space-32);

          .process-stats-item-title {
            position: relative;

            .item-title {
              color: var(--grey-1);
              font-size: var(--font-24);
              font-style: normal;
              font-weight: var(--font-weight-600);
              line-height: 150%; /* 96px */
              margin: 0;
            }

            .v-border-left[b-z46120unbz] {
              position: absolute;
              top: 0;
              left: calc(-1 * var(--space-16));
              height: 100%;
              width: 7px;
              background: var(--grey-1);
            }
          }

          .item-description[b-z46120unbz] {
            color: var(--grey-3);
            font-size: var(--font-18);
            font-style: normal;
            font-weight: var(--font-weight-400);
            line-height: 150%; /* 27px */
            margin: 0;
          }
        }
      }

      .process-details[b-z46120unbz] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        width: 100%;
        padding: var(--space-16) var(--space-32);
        gap: var(--space-32);

        border-radius: 12px;
        background: var(--white);
        box-shadow: var(--box-shadow-2);

        .process-title {
          color: var(--grey-1);
          font-size: var(--font-36);
          font-style: normal;
          font-weight: var(--font-weight-600);
          line-height: 150%; /* 36px */
          margin: 0;
        }

        .process-flow-image[b-z46120unbz] {
          height: 100%;
          max-height: 60vh;
          width: 100%;

          & img {
            height: 100%;
            width: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
          }
        }
      }
    }
  }

  .process-list[b-z46120unbz] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--space-16);
    padding: 0;
    margin: 0;

    .process-list-item {
      position: relative;
      display: flex;
      padding: var(--space-16);
      flex-direction: column;
      justify-content: center;
      border: 2px dashed var(--grey-4);
      background: var(--white);
      transition: all 0.3s ease-in-out;
      cursor: pointer;

      &:hover {
        border: 2px dashed var(--grey-1);

        .process-list-item-title,
        .process-list-item-description {
          color: var(--grey-1) !important;
        }
      }

      &.active[b-z46120unbz] {
        .switch-timeout-progress {
          display: block;
        }
        .process-list-item-title[b-z46120unbz],
        .process-list-item-description[b-z46120unbz] {
          color: var(--grey-1);
        }
      }

      .switch-timeout-progress[b-z46120unbz] {
        position: absolute;
        display: none;
        top: -3px;
        left: 0;
        width: 100%;
        height: 4px;

        .switch-timeout-progress-bar {
          height: 100%;
          width: 10%;
          background: var(--grey-1);
        }
      }

      .process-list-item-title[b-z46120unbz] {
        color: var(--grey-3);
        font-size: var(--font-24);
        font-style: normal;
        font-weight: var(--font-weight-600);
        line-height: 150%; /* 36px */
        margin: 0;
        transition: all 0.3s ease-in-out;
      }
      .process-list-item-description[b-z46120unbz] {
        color: var(--grey-3);
        font-size: 18px;
        font-style: normal;
        font-weight: var(--font-weight-400);
        line-height: 150%; /* 27px */
        margin: 0;
        transition: all 0.3s ease-in-out;
      }
    }
  }
}

/* FAQ */
#faq-section[b-z46120unbz] {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  background: var(--grey-6);
}

/* Map: Head Office */
#map-section[b-z46120unbz] {
  position: relative;
  border-top: 1px solid var(--grey-4);

  #head-office-location-map {
    height: 800px;
    width: 100%;
  }

  .head-office-location-card-container[b-z46120unbz] {
    position: absolute;
    top: 0;
    left: 0;

    .head-office-location-card {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      padding: var(--space-16);
      border-radius: 12px;
      width: fit-content;
      max-width: 694px;
      /* style */
      background: var(--white);
      box-shadow: var(--box-shadow-2);

      .head-office-location-card-header {
        position: relative;

        .card-title {
          color: var(--grey-1);
          font-size: var(--font-36);
          font-weight: var(--font-weight-600);
          line-height: 150%; /* 48px */
          margin: 0;
        }

        .v-border-left[b-z46120unbz] {
          position: absolute;
          top: 0;
          left: calc(-1 * var(--space-16));
          height: 100%;
          width: 7px;
          background: var(--grey-1);
        }
      }

      .head-office-location-card-body[b-z46120unbz] {
        .card-description {
          display: flex;
          padding: 8px 0px;
          align-items: center;
          gap: 10px;
          align-self: stretch;
          color: var(--grey-3);
          font-size: var(--font-24);
          font-weight: var(--font-weight-400);
          line-height: 150%; /* 36px */
          margin: 0;
          text-decoration: none; /* a tags */
        }
      }
    }
  }
}

/* Contact Us */
#contact-us-section[b-z46120unbz] {
  position: relative;

  .contact-us-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: -1;

    img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
    }

    &[b-z46120unbz]::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      z-index: 0;
    }
  }

  .kit-section-body[b-z46120unbz] {
    .kit-section-title,
    .kit-section-description {
      color: var(--white);
    }

    .contact-us-link[b-z46120unbz] {
      display: flex;
      align-items: center;
      padding: 10px var(--space-32);
      gap: var(--space-32);
      flex: 1 0 0;
      border-radius: 12px;
      /* style */
      background: var(--white);
      box-shadow: var(--box-shadow-2);
      width: fit-content;

      .icon {
        color: var(--grey-1);
      }

      .link-text[b-z46120unbz] {
        color: var(--grey-1);
        font-size: var(--font-24);
        font-weight: var(--font-weight-600);
      }

      .link-img[b-z46120unbz] {
        width: 120px;
        height: 94px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
      }
    }
  }
}

/* Footer */
#footer[b-z46120unbz] {
  position: relative;
  width: 100%;
  text-align: center;
  background: var(--grey-1);

  .footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-16);
    margin: 0;
    padding: 0;
    width: 100%;

    .footer-nav-item {
      list-style: none;

      & a {
        display: flex;
        padding: 12px var(--space-16);
        align-items: center;
        gap: var(--space-8);

        color: var(--white);
        font-size: var(--font-16);
        font-weight: var(--font-weight-600);
        text-decoration: none;
      }
    }
  }
}

@media (max-width: 1199px) {
  .kit-section[b-z46120unbz] {
    .kit-section-body,
    &.kit-section-body {
      padding: var(--space-32) 10% !important;
    }

    .kit-section-title[b-z46120unbz] {
      font-size: var(--font-32) !important;
      margin-bottom: var(--space-16) !important;
    }

    .kit-section-description[b-z46120unbz] {
      font-size: var(--font-16) !important;
      margin-bottom: var(--space-32) !important;
    }
  }

  .kit-landing-page-accordion[b-z46120unbz] {
    &.kit-landing-page-accordion-columns-2-md {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--space-16);
    }

    .kit-landing-page-accordion-item[b-z46120unbz] {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: var(--space-16);
      padding: var(--space-8) var(--space-8);
      border-radius: 12px;
      cursor: pointer;

      .kit-landing-page-accordion-item-icon {
        .plus-icon-bar-1,
        .plus-icon-bar-2 {
          height: 2px !important;
          width: 10px !important;
        }
      }

      .kit-landing-page-accordion-item-header[b-z46120unbz] {
        .kit-landing-page-accordion-item-title {
          font-size: var(--font-18); /* old value: --font-36 */
        }
      }
      .kit-landing-page-accordion-item-body[b-z46120unbz] {
        .kit-landing-page-accordion-item-description {
          font-size: var(--font-16);
        }
      }
    }
  }

  #navbar[b-z46120unbz] {
    padding: 0 10% !important;

    .kit-navbar-menu-middle {
      display: none !important;
    }

    &.kit-navbar-scrolled[b-z46120unbz] {
      #btn-toggle-navbar {
        color: var(--grey-1) !important;
      }
    }

    .sign-in-btn[b-z46120unbz],
    .my-portal-btn[b-z46120unbz] {
      display: none !important;
    }
    #btn-toggle-navbar[b-z46120unbz] {
      color: var(--white);
    }
  }

  #header-section[b-z46120unbz] {
    .header-content {
      display: flex !important;
      align-items: center !important;

      .header-content-left {
        display: flex;
        flex-direction: column;
        align-items: middle;
        justify-content: center;
        overflow: hidden;

        .header-title {
          font-size: var(--font-48) !important;
          margin-bottom: var(--space-32);
          max-width: 100% !important;
        }

        .header-description[b-z46120unbz] {
          font-size: var(--font-16) !important;
          line-height: 150%; /* 37.5px */
          max-width: 100% !important;
        }

        .header-btn[b-z46120unbz] {
          font-size: var(--font-16);
          height: 100%;
          border-radius: 0;
        }
      }

      .header-content-right[b-z46120unbz] {
        display: none !important;
      }
    }
  }

  #about-ecb-section[b-z46120unbz] {
    .about-ecb-card {
      position: relative;

      display: grid;
      grid-template-columns: 1fr;
      padding: var(--space-32);
      flex-shrink: 0;
      border-radius: 12px;
      background: linear-gradient(
        90deg,
        #fcb81b 54.5%,
        rgba(254, 247, 232, 0) 166.27%
      );
      box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);

      .about-ecb-card-left {
        .text {
          font-size: var(--font-16) !important;
          color: var(--grey-1);
          font-style: normal;
          font-weight: var(--font-weight-400);
          line-height: 120%; /* 28.8px */
          margin: 0;
          margin-bottom: var(--space-32);
        }
        .author[b-z46120unbz] {
          font-size: var(--font-16) !important;
          color: var(--grey-1);
          font-style: italic;
          font-weight: var(--font-weight-700);
          line-height: 120%;
          margin: 0;
        }
      }

      .about-ecb-card-right[b-z46120unbz] {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        .about-ecb-card-bg {
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 100%;
          border-radius: 12px;
          overflow: hidden;
          z-index: -1;

          & img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
          }

          &[b-z46120unbz]::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 0;
          }
        }

        .ecb-logo[b-z46120unbz] {
          display: none !important;
          justify-content: center;
          align-items: center;
          flex-shrink: 0;
          align-self: stretch;

          & img {
            height: 100%;
            /* min-width: 200px; */
            /* width: 333px;
          height: 260px; */
            flex-shrink: 0;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
          }
        }
      }
    }
  }

  #processes-section[b-z46120unbz] {
    width: 100%;

    .process-content {
      position: relative;
      width: 100%;

      .process-item-content {
        display: none;
        grid-template-columns: 1fr !important;
        gap: var(--space-16);
        margin-bottom: var(--space-16);
        width: 100%;
        transition: all 0.3s ease-in-out;

        &.active {
          display: grid;
        }

        .process-stats[b-z46120unbz] {
          .process-stats-item {
            margin-bottom: var(--space-32);

            .process-stats-item-title {
              position: relative;

              .item-title {
                font-size: var(--font-18) !important;
              }

              .v-border-left[b-z46120unbz] {
                position: absolute;
                top: 0;
                left: calc(-1 * var(--space-16));
                height: 100%;
                width: 7px;
                background: var(--grey-1);
              }
            }

            .item-description[b-z46120unbz] {
              font-size: var(--font-16) !important;
              color: var(--grey-3);
              font-style: normal;
              font-weight: var(--font-weight-400);
              line-height: 150%; /* 27px */
              margin: 0;
            }
          }
        }

        .process-details[b-z46120unbz] {
          display: flex;
          flex-direction: column;
          justify-content: center;
          /* align-items: center; */
          width: 100%;
          padding: var(--space-16) var(--space-32);
          gap: var(--space-32);

          border-radius: 12px;
          background: var(--white);
          box-shadow: var(--box-shadow-2);

          .process-title {
            color: var(--grey-1);
            font-size: var(--font-36);
            font-style: normal;
            font-weight: var(--font-weight-600);
            line-height: 150%; /* 36px */
            margin: 0;
          }

          .process-flow-image[b-z46120unbz] {
            height: 100%;
            max-height: 60vh;
            width: 100%;

            & img {
              height: 100%;
              width: 100%;
              -o-object-fit: contain;
              object-fit: contain;
              -o-object-position: center;
              object-position: center;
            }
          }
        }
      }
    }

    .process-list[b-z46120unbz] {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: var(--space-16);
      padding: 0;
      margin: 0;

      .process-list-item {
        position: relative;
        display: flex;
        padding: var(--space-16);
        flex-direction: column;
        justify-content: center;
        border: 2px dashed var(--grey-4);
        background: var(--white);
        transition: all 0.3s ease-in-out;
        cursor: pointer;

        &:hover {
          border: 2px dashed var(--grey-1);

          .process-list-item-title,
          .process-list-item-description {
            color: var(--grey-1) !important;
          }
        }

        &.active[b-z46120unbz] {
          .switch-timeout-progress {
            display: block;
          }
          .process-list-item-title[b-z46120unbz],
          .process-list-item-description[b-z46120unbz] {
            color: var(--grey-1);
          }
        }

        .switch-timeout-progress[b-z46120unbz] {
          position: absolute;
          display: none;
          top: -3px;
          left: 0;
          width: 100%;
          height: 4px;

          .switch-timeout-progress-bar {
            height: 100%;
            width: 10%;
            background: var(--grey-1);
          }
        }

        .process-list-item-title[b-z46120unbz] {
          color: var(--grey-3);
          font-size: var(--font-24);
          font-style: normal;
          font-weight: var(--font-weight-600);
          line-height: 150%; /* 36px */
          margin: 0;
          transition: all 0.3s ease-in-out;
        }
        .process-list-item-description[b-z46120unbz] {
          color: var(--grey-3);
          font-size: 18px;
          font-style: normal;
          font-weight: var(--font-weight-400);
          line-height: 150%; /* 27px */
          margin: 0;
          transition: all 0.3s ease-in-out;
        }
      }
    }
  }

  #map-section[b-z46120unbz] {
    position: relative;
    border-top: 1px solid var(--grey-4);

    #head-office-location-map {
      height: 800px;
      width: 100%;
    }

    .head-office-location-card-container[b-z46120unbz] {
      position: absolute;
      top: 0;
      left: 0;

      .head-office-location-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: var(--space-16);
        border-radius: 12px;
        width: fit-content;
        max-width: 694px;
        /* style */
        background: var(--white);
        box-shadow: var(--box-shadow-2);
        margin-top: var(--space-32) !important;

        .head-office-location-card-header {
          position: relative;

          .card-title {
            color: var(--grey-1);
            font-size: var(--font-32) !important;
          }
        }

        .head-office-location-card-body[b-z46120unbz] {
          .card-description {
            font-size: var(--font-16) !important;
          }
        }
      }
    }
  }

  /* Contact Us */
  #contact-us-section[b-z46120unbz] {
    position: relative;

    .contact-us-bg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      pointer-events: none;
      z-index: -1;

      img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
      }

      &[b-z46120unbz]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.85);
        z-index: 0;
      }
    }

    .kit-section-body[b-z46120unbz] {
      .kit-section-title,
      .kit-section-description {
        color: var(--white);
      }

      .contact-us-link[b-z46120unbz] {
        padding: var(--space-8) var(--space-16) !important;
        display: flex;
        align-items: center;
        gap: var(--space-32);
        flex: 1 0 0;
        border-radius: 12px;
        /* style */
        background: var(--white);
        box-shadow: var(--box-shadow-2);
        width: fit-content;

        .icon {
          color: var(--grey-1);
        }

        .link-text[b-z46120unbz] {
          font-size: var(--font-16) !important;
          color: var(--grey-1);
          font-weight: var(--font-weight-600);
        }

        .link-img[b-z46120unbz] {
          width: 80px !important;
          height: 62px !important;
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: center;
          object-position: center;
        }
      }
    }
  }

  #footer[b-z46120unbz] {
    .footer-nav {
      padding: var(--space-16) 0;
      flex-wrap: wrap !important;
      gap: var(--space-8) !important;

      .footer-nav-item {
        list-style: none;

        & a {
          padding: var(--space-8) !important;
          text-align: center;
        }
      }
    }
  }
}
/* _content/ECB.OLMS_WEB/Views/ManageLicense/Index.cshtml.rz.scp.css */
.license-card[b-jxxmv3gpx3] {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;

  &:hover {
    border-color: var(--baby-blue-2);
    background: var(--baby-blue-5);

    .btn-download-license {
      background: var(--baby-blue-0);
      color: var(--white);
    }
  }

  .kit-card-header[b-jxxmv3gpx3] {
    height: 100px;
  }

  .kit-card-body[b-jxxmv3gpx3] {
    align-self: stretch;

    .title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    /* limit to 6 lines */
    .description[b-jxxmv3gpx3] {
      /* display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: 120px; */
      margin: 0;
      margin-bottom: var(--space-8);

      .label {
        display: block;
        font-size: var(--font-size-10);
        font-weight: var(--font-weight-400);
        text-transform: capitalize;
        color: var(--grey-3);
      }
      .value[b-jxxmv3gpx3] {
        display: block;
        font-size: var(--font-size-12);
        font-weight: var(--font-weight-600);
        color: var(--grey-3);
      }
    }
  }

  .kit-card-footer[b-jxxmv3gpx3] {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-8);

    .btn-download-license {
      width: 100%;
      white-space: nowrap;
      padding: var(--space-16) var(--space-8);
      transition: 0.3s all ease-in-out;

      .icon {
        margin-right: var(--space-8);
      }
    }
  }
}
/* _content/ECB.OLMS_WEB/Views/Objections/Index.cshtml.rz.scp.css */
.kit-section[b-enitxrpmdf] {
  .kit-section-body,
  &.kit-section-body {
    padding: var(--space-64) 100px;
  }

  .kit-section-title[b-enitxrpmdf] {
    color: var(--grey-1);
    font-size: var(--font-48); /* old value: --font-48 */
    font-weight: var(--font-weight-700);
    margin-bottom: var(--space-16);
  }

  .kit-section-description[b-enitxrpmdf] {
    color: var(--grey-3);
    font-size: var(--font-24);
    font-weight: var(--font-weight-500); /* old value: --font-weight-600 */
    line-height: 150%; /* 36px */
    margin-bottom: var(--space-48);
  }
}
.kit-landing-page-accordion[b-enitxrpmdf] {
  padding: 0;
  margin: 0;

  &.kit-landing-page-accordion-columns-2-md {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-16);
  }

  .kit-landing-page-accordion-item[b-enitxrpmdf] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-32);
    padding: var(--space-16) var(--space-32);
    border-radius: 12px;
    cursor: pointer;

    &.expanded {
      background-color: var(--white);
      box-shadow: var(--box-shadow-2);
      margin-bottom: var(--space-16);

      .kit-landing-page-accordion-item-icon {
        .plus-icon-bar-1 {
          transform: rotate(90deg);
        }

        /* .plus-icon-bar-2 {
          transform: rotate(180deg);
        } */
      }

      /* .kit-landing-page-accordion-item-header {
        .kit-landing-page-accordion-item-title {
          color: var(--grey-1);
        }
      } */
    }

    .kit-landing-page-accordion-item-icon[b-enitxrpmdf] {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;

      .plus-icon-bar-1,
      .plus-icon-bar-2 {
        position: absolute;
        height: 4px;
        width: 24px;
        background-color: var(--orange-0);
        border-radius: 4px;
        transition: all 0.3s ease-in-out;
      }
    }

    .kit-landing-page-accordion-item-header[b-enitxrpmdf] {
      .kit-landing-page-accordion-item-title {
        align-self: stretch;
        color: var(--grey-1);
        font-size: var(--font-32); /* old value: --font-36 */
        font-weight: var(--font-weight-600);
        line-height: 150%; /* 48px */
        margin: 0;
        transition: all 0.3s ease-in-out;
      }
    }

    .kit-landing-page-accordion-item-body[b-enitxrpmdf] {
      height: 0;
      overflow: hidden;
      transition: all 0.3s ease-in-out;

      .kit-landing-page-accordion-item-description {
        align-self: stretch;
        color: var(--grey-3);
        font-size: var(--font-24);
        font-weight: var(--font-weight-400);
        line-height: 150%; /* 36px */
        transition: all 0.3s ease-in-out;
      }
    }
  }
}

/* Navbar */
#navbar[b-enitxrpmdf] {
  --border-color: rgba(247, 246, 241, 0.2);

  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border-bottom: 1px solid var(--border-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  height: 60px;
  width: 100%;
  padding: 0 100px;
  transition: 0.5s all ease-in-out;

  &.kit-navbar-scrolled {
    background-color: var(--white);
    box-shadow: var(--box-shadow);

    .kit-navbar-brand {
      & a {
        .brand-name {
          color: var(--grey-1) !important;
        }
      }
    }

    .kit-navbar-menu[b-enitxrpmdf] {
      & li.kit-navbar-menu-item {
        & a {
          color: var(--grey-2) !important;
        }

        &.active[b-enitxrpmdf] {
          &::before {
            background-color: var(--grey-1) !important;
          }

          & a[b-enitxrpmdf] {
            color: var(--grey-1) !important;
          }
        }
      }
    }
  }

  .kit-navbar-brand[b-enitxrpmdf] {
    height: 60px;
    cursor: pointer;
    border-right: 1px solid var(--border-color);

    & a {
      display: grid;
      grid-template-columns: auto 210px;
      align-items: center;
      text-decoration: none;
      padding: var(--space-8);
      height: 100%;

      & img {
        height: 40px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
      }

      .brand-name[b-enitxrpmdf] {
        color: var(--grey-5);
        font-size: var(--font-16);
        font-weight: var(--font-weight-600, 600);
        max-width: 210px;
        line-height: 1;
      }
    }
  }

  .kit-navbar-menu[b-enitxrpmdf] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 60px;

    &.kit-navbar-menu-middle {
      justify-content: flex-start;
    }
    &.kit-navbar-menu-right[b-enitxrpmdf] {
      justify-content: flex-end;
    }

    & li.kit-navbar-menu-item[b-enitxrpmdf] {
      position: relative;
      display: flex;
      align-items: center;
      height: 100%;

      &.active {
        &::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 6px;
          width: 60%;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px;

          background-color: var(--white);
        }

        & a[b-enitxrpmdf] {
          color: var(--white) !important;
        }
      }

      & a[b-enitxrpmdf] {
        display: block;
        font-size: var(--font-16);
        font-weight: var(--font-weight-600);
        padding: 10px 15px;
        color: var(--grey-4);
        text-decoration: none;
        transition: color 0.3s ease-in-out;

        .icon {
          width: var(--space-16);
          margin-right: var(--space-8);
        }

        &:hover[b-enitxrpmdf] {
          color: var(--white);
        }
      }
    }

    .sign-in-btn[b-enitxrpmdf],
    .my-portal-btn[b-enitxrpmdf] {
      font-size: var(--font-16);
      background-color: var(--orange-0) !important;
      color: var(--grey-1);
      /* height: 100%; */
      /* border-radius: 0; */
    }
  }
}

#navbar-offcanvas[b-enitxrpmdf] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  padding: var(--space-16) !important;

  &.kit-navbar-offcanvas-open {
    display: block !important;
  }

  #nav-navbar-offcanvas[b-enitxrpmdf] {
    position: relative;
    background: rgb(0, 0, 0);
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.98) 0%,
      rgba(0, 0, 0, 0.9500175070028011) 70%,
      rgba(0, 0, 0, 0.8995973389355743) 100%
    );
    height: 100%;
    border-radius: 12px;
    padding: var(--space-32) !important;

    .kit-navbar-brand {
      height: 60px;
      cursor: pointer;
      border-right: 1px solid var(--border-color);
      margin-bottom: var(--space-32) !important;

      & a {
        display: grid;
        grid-template-columns: auto auto;
        align-items: center;
        text-decoration: none;
        padding: var(--space-8);
        height: 100%;

        & img {
          height: 40px;
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: center;
          object-position: center;
        }

        .brand-name[b-enitxrpmdf] {
          color: var(--grey-5);
          font-size: var(--font-16);
          font-weight: var(--font-weight-600, 600);
          max-width: 210px;
          line-height: 1;
        }
      }
    }

    .kit-navbar-menu[b-enitxrpmdf] {
      display: block;
      margin: 0;
      padding: 0;
      list-style: none;

      & li.kit-navbar-menu-item {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
        border-radius: 6px;
        margin-bottom: var(--space-16) !important;

        &.active {
          background-color: var(--white);
          a {
            color: var(--grey-1) !important;
          }
        }

        & a[b-enitxrpmdf] {
          display: block;
          font-size: var(--font-16);
          font-weight: var(--font-weight-600);
          padding: 10px 15px;
          color: var(--grey-4);
          text-decoration: none;
          transition: color 0.3s ease-in-out;

          .icon {
            width: 30px;
            margin-right: var(--space-16);
          }

          &:hover[b-enitxrpmdf] {
            color: var(--white);
          }
        }
      }

      .sign-in[b-enitxrpmdf] {
        font-size: var(--font-16);
        /* background-color: var(--orange-0); */
        a {
          color: var(--orange-0) !important;
        }
      }
    }

    #btn-navbar-offcanvas-close[b-enitxrpmdf] {
      position: absolute;
      top: var(--space-16);
      right: var(--space-16);
      color: var(--white);
      font-size: var(--font-14);

      display: flex;
      justify-content: center;
      align-items: center;

      width: 40px !important;
      height: 40px !important;
      line-height: 40px !important;
      text-align: center !important;
      border-radius: 50%;

      background-color: rgba(250, 250, 250, 0.2);
    }
  }
}

/* Header */
#header-section[b-enitxrpmdf] {
  position: relative;
  background: url("https://images.pexels.com/photos/17182890/pexels-photo-17182890/free-photo-of-wind-turbines-on-the-coast-of-a-sea.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1")
    no-repeat center center;
  background-size: cover;
  height: 50vh;
  width: 100%;

  .header-bg-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    pointer-events: none;
  }

  .social-media-links[b-enitxrpmdf] {
    /* position */
    position: fixed;
    top: 50%;
    left: var(--space-8);
    transform: translateY(-50%);
    /* layout */
    display: inline-flex;
    padding: var(--space-4) var(--space-8);
    flex-direction: column;
    align-items: center;
    gap: var(--space-4);
    border-radius: 8px;
    /* style */
    background-color: var(--white);
    box-shadow: var(--box-shadow-2);
    z-index: 10;

    & a {
      /* layout */
      display: flex;
      justify-content: center;
      align-items: center;
      width: 42px;
      height: 42px;
      /* style */
      color: var(--grey-1);
      text-align: center;
      font-size: var(--font-16);
      /* animation */
      transition: color 0.3s ease-in-out;

      &:hover {
        color: var(--grey-1);
      }

      /* border bottom if not last child */
      &:not(:last-child)[b-enitxrpmdf] {
        border-bottom: 1px solid var(--grey-4);
      }
    }
  }

  .header-content[b-enitxrpmdf] {
    /* position */
    position: relative;
    z-index: 1;
    /* layout */
    display: block;
    height: 100%;
    width: 100%;

    .header-content-center {
      /* padding: var(--space-64); */
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      height: 100%;

      .header-title {
        color: var(--white);
        font-size: var(--font-80);
        font-weight: var(--font-weight-700);
        line-height: normal;
        text-transform: capitalize;
        text-align: center;
        margin: 0;
        max-width: 80vw;
      }

      .header-description[b-enitxrpmdf] {
        color: var(--white);
        font-size: 20px;
        font-weight: var(--font-weight-500);
        line-height: 150%;
        /* 37.5px */
        max-width: 30vw;
      }

      .header-btn[b-enitxrpmdf] {
        font-size: var(--font-16);
        height: 100%;
        border-radius: 0;
      }
    }
  }
}

/* About ECB */
#about-ecb-section[b-enitxrpmdf] {
  .about-ecb-card {
    position: relative;

    display: grid;
    grid-template-columns: 3fr 1fr;
    padding: var(--space-32);
    flex-shrink: 0;
    border-radius: 12px;
    background: linear-gradient(
      90deg,
      #fcb81b 54.5%,
      rgba(254, 247, 232, 0) 166.27%
    );
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);

    .about-ecb-card-left {
      .text {
        color: var(--grey-1);
        font-size: 24px;
        font-style: normal;
        font-weight: var(--font-weight-400);
        line-height: 120%; /* 28.8px */
        margin: 0;
        margin-bottom: var(--space-32);
      }
      .author[b-enitxrpmdf] {
        color: var(--grey-1);
        font-size: 24px;
        font-style: italic;
        font-weight: var(--font-weight-700);
        line-height: 120%;
        margin: 0;
      }
    }

    .about-ecb-card-right[b-enitxrpmdf] {
      .about-ecb-card-bg {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        z-index: -1;

        & img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
        }

        &[b-enitxrpmdf]::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          z-index: 0;
        }
      }

      .ecb-logo[b-enitxrpmdf] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        align-self: stretch;

        & img {
          height: 100%;
          /* min-width: 200px; */
          /* width: 333px;
          height: 260px; */
          flex-shrink: 0;
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: center;
          object-position: center;
        }
      }
    }
  }
}

/* License Types */
#license-types-section[b-enitxrpmdf] {
  /* border-top: 1px solid var(--grey-4); */
  border-bottom: 1px solid var(--grey-4);
}

/* Processes */
#processes-section[b-enitxrpmdf] {
  width: 100%;

  .process-content {
    position: relative;
    width: 100%;

    .process-item-content {
      display: none;
      grid-template-columns: 1fr 4fr;
      gap: var(--space-32);
      margin-bottom: var(--space-32);
      width: 100%;
      transition: all 0.3s ease-in-out;

      &.active {
        display: grid;
      }

      .process-stats[b-enitxrpmdf] {
        .process-stats-item {
          margin-bottom: var(--space-32);

          .process-stats-item-title {
            position: relative;

            .item-title {
              color: var(--grey-1);
              font-size: var(--font-24);
              font-style: normal;
              font-weight: var(--font-weight-600);
              line-height: 150%; /* 96px */
              margin: 0;
            }

            .v-border-left[b-enitxrpmdf] {
              position: absolute;
              top: 0;
              left: calc(-1 * var(--space-16));
              height: 100%;
              width: 7px;
              background: var(--grey-1);
            }
          }

          .item-description[b-enitxrpmdf] {
            color: var(--grey-3);
            font-size: var(--font-18);
            font-style: normal;
            font-weight: var(--font-weight-400);
            line-height: 150%; /* 27px */
            margin: 0;
          }
        }
      }

      .process-details[b-enitxrpmdf] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        width: 100%;
        padding: var(--space-16) var(--space-32);
        gap: var(--space-32);

        border-radius: 12px;
        background: var(--white);
        box-shadow: var(--box-shadow-2);

        .process-title {
          color: var(--grey-1);
          font-size: var(--font-36);
          font-style: normal;
          font-weight: var(--font-weight-600);
          line-height: 150%; /* 36px */
          margin: 0;
        }

        .process-flow-image[b-enitxrpmdf] {
          height: 100%;
          max-height: 60vh;
          width: 100%;

          & img {
            height: 100%;
            width: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
          }
        }
      }
    }
  }

  .process-list[b-enitxrpmdf] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--space-16);
    padding: 0;
    margin: 0;

    .process-list-item {
      position: relative;
      display: flex;
      padding: var(--space-16);
      flex-direction: column;
      justify-content: center;
      border: 2px dashed var(--grey-4);
      background: var(--white);
      transition: all 0.3s ease-in-out;
      cursor: pointer;

      &:hover {
        border: 2px dashed var(--grey-1);

        .process-list-item-title,
        .process-list-item-description {
          color: var(--grey-1) !important;
        }
      }

      &.active[b-enitxrpmdf] {
        .switch-timeout-progress {
          display: block;
        }
        .process-list-item-title[b-enitxrpmdf],
        .process-list-item-description[b-enitxrpmdf] {
          color: var(--grey-1);
        }
      }

      .switch-timeout-progress[b-enitxrpmdf] {
        position: absolute;
        display: none;
        top: -3px;
        left: 0;
        width: 100%;
        height: 4px;

        .switch-timeout-progress-bar {
          height: 100%;
          width: 10%;
          background: var(--grey-1);
        }
      }

      .process-list-item-title[b-enitxrpmdf] {
        color: var(--grey-3);
        font-size: var(--font-24);
        font-style: normal;
        font-weight: var(--font-weight-600);
        line-height: 150%; /* 36px */
        margin: 0;
        transition: all 0.3s ease-in-out;
      }
      .process-list-item-description[b-enitxrpmdf] {
        color: var(--grey-3);
        font-size: 18px;
        font-style: normal;
        font-weight: var(--font-weight-400);
        line-height: 150%; /* 27px */
        margin: 0;
        transition: all 0.3s ease-in-out;
      }
    }
  }
}

/* FAQ */
#faq-section[b-enitxrpmdf] {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  background: var(--grey-6);
}

/* Map: Head Office */
#map-section[b-enitxrpmdf] {
  position: relative;
  border-top: 1px solid var(--grey-4);

  #head-office-location-map {
    height: 800px;
    width: 100%;
  }

  .head-office-location-card-container[b-enitxrpmdf] {
    position: absolute;
    top: 0;
    left: 0;

    .head-office-location-card {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      padding: var(--space-16);
      border-radius: 12px;
      width: fit-content;
      max-width: 694px;
      /* style */
      background: var(--white);
      box-shadow: var(--box-shadow-2);

      .head-office-location-card-header {
        position: relative;

        .card-title {
          color: var(--grey-1);
          font-size: var(--font-36);
          font-weight: var(--font-weight-600);
          line-height: 150%; /* 48px */
          margin: 0;
        }

        .v-border-left[b-enitxrpmdf] {
          position: absolute;
          top: 0;
          left: calc(-1 * var(--space-16));
          height: 100%;
          width: 7px;
          background: var(--grey-1);
        }
      }

      .head-office-location-card-body[b-enitxrpmdf] {
        .card-description {
          display: flex;
          padding: 8px 0px;
          align-items: center;
          gap: 10px;
          align-self: stretch;
          color: var(--grey-3);
          font-size: var(--font-24);
          font-weight: var(--font-weight-400);
          line-height: 150%; /* 36px */
          margin: 0;
          text-decoration: none; /* a tags */
        }
      }
    }
  }
}

/* Contact Us */
#contact-us-section[b-enitxrpmdf] {
  position: relative;

  .contact-us-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: -1;

    img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
    }

    &[b-enitxrpmdf]::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      z-index: 0;
    }
  }

  .kit-section-body[b-enitxrpmdf] {
    .kit-section-title,
    .kit-section-description {
      color: var(--white);
    }

    .contact-us-link[b-enitxrpmdf] {
      display: flex;
      align-items: center;
      padding: 10px var(--space-32);
      gap: var(--space-32);
      flex: 1 0 0;
      border-radius: 12px;
      /* style */
      background: var(--white);
      box-shadow: var(--box-shadow-2);
      width: fit-content;

      .icon {
        color: var(--grey-1);
      }

      .link-text[b-enitxrpmdf] {
        color: var(--grey-1);
        font-size: var(--font-24);
        font-weight: var(--font-weight-600);
      }

      .link-img[b-enitxrpmdf] {
        width: 120px;
        height: 94px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
      }
    }
  }
}

/* Footer */
#footer[b-enitxrpmdf] {
  position: relative;
  width: 100%;
  text-align: center;
  background: var(--grey-1);

  .footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-16);
    margin: 0;
    padding: 0;
    width: 100%;

    .footer-nav-item {
      list-style: none;

      & a {
        display: flex;
        padding: 12px var(--space-16);
        align-items: center;
        gap: var(--space-8);

        color: var(--white);
        font-size: var(--font-16);
        font-weight: var(--font-weight-600);
        text-decoration: none;
      }
    }
  }
}

@media (max-width: 1199px) {
  .kit-section[b-enitxrpmdf] {
    .kit-section-body,
    &.kit-section-body {
      padding: var(--space-32) 10% !important;
    }

    .kit-section-title[b-enitxrpmdf] {
      font-size: var(--font-32) !important;
      margin-bottom: var(--space-16) !important;
    }

    .kit-section-description[b-enitxrpmdf] {
      font-size: var(--font-16) !important;
      margin-bottom: var(--space-32) !important;
    }
  }

  .kit-landing-page-accordion[b-enitxrpmdf] {
    &.kit-landing-page-accordion-columns-2-md {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--space-16);
    }

    .kit-landing-page-accordion-item[b-enitxrpmdf] {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: var(--space-16);
      padding: var(--space-8) var(--space-8);
      border-radius: 12px;
      cursor: pointer;

      .kit-landing-page-accordion-item-icon {
        .plus-icon-bar-1,
        .plus-icon-bar-2 {
          height: 2px !important;
          width: 10px !important;
        }
      }

      .kit-landing-page-accordion-item-header[b-enitxrpmdf] {
        .kit-landing-page-accordion-item-title {
          font-size: var(--font-18); /* old value: --font-36 */
        }
      }
      .kit-landing-page-accordion-item-body[b-enitxrpmdf] {
        .kit-landing-page-accordion-item-description {
          font-size: var(--font-16);
        }
      }
    }
  }

  #navbar[b-enitxrpmdf] {
    padding: 0 10% !important;

    .kit-navbar-menu-middle {
      display: none !important;
    }

    &.kit-navbar-scrolled[b-enitxrpmdf] {
      #btn-toggle-navbar {
        color: var(--grey-1) !important;
      }
    }

    .sign-in-btn[b-enitxrpmdf],
    .my-portal-btn[b-enitxrpmdf] {
      display: none !important;
    }
    #btn-toggle-navbar[b-enitxrpmdf] {
      color: var(--white);
    }
  }

  #header-section[b-enitxrpmdf] {
    .header-content {
      display: flex !important;
      align-items: center !important;

      .header-content-left {
        display: flex;
        flex-direction: column;
        align-items: middle;
        justify-content: center;
        overflow: hidden;

        .header-title {
          font-size: var(--font-48) !important;
          margin-bottom: var(--space-32);
          max-width: 100% !important;
        }

        .header-description[b-enitxrpmdf] {
          font-size: var(--font-16) !important;
          line-height: 150%; /* 37.5px */
          max-width: 100% !important;
        }

        .header-btn[b-enitxrpmdf] {
          font-size: var(--font-16);
          height: 100%;
          border-radius: 0;
        }
      }

      .header-content-right[b-enitxrpmdf] {
        display: none !important;
      }
    }
  }

  #about-ecb-section[b-enitxrpmdf] {
    .about-ecb-card {
      position: relative;

      display: grid;
      grid-template-columns: 1fr;
      padding: var(--space-32);
      flex-shrink: 0;
      border-radius: 12px;
      background: linear-gradient(
        90deg,
        #fcb81b 54.5%,
        rgba(254, 247, 232, 0) 166.27%
      );
      box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);

      .about-ecb-card-left {
        .text {
          font-size: var(--font-16) !important;
          color: var(--grey-1);
          font-style: normal;
          font-weight: var(--font-weight-400);
          line-height: 120%; /* 28.8px */
          margin: 0;
          margin-bottom: var(--space-32);
        }
        .author[b-enitxrpmdf] {
          font-size: var(--font-16) !important;
          color: var(--grey-1);
          font-style: italic;
          font-weight: var(--font-weight-700);
          line-height: 120%;
          margin: 0;
        }
      }

      .about-ecb-card-right[b-enitxrpmdf] {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        .about-ecb-card-bg {
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 100%;
          border-radius: 12px;
          overflow: hidden;
          z-index: -1;

          & img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
          }

          &[b-enitxrpmdf]::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 0;
          }
        }

        .ecb-logo[b-enitxrpmdf] {
          display: none !important;
          justify-content: center;
          align-items: center;
          flex-shrink: 0;
          align-self: stretch;

          & img {
            height: 100%;
            /* min-width: 200px; */
            /* width: 333px;
          height: 260px; */
            flex-shrink: 0;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
          }
        }
      }
    }
  }

  #processes-section[b-enitxrpmdf] {
    width: 100%;

    .process-content {
      position: relative;
      width: 100%;

      .process-item-content {
        display: none;
        grid-template-columns: 1fr !important;
        gap: var(--space-16);
        margin-bottom: var(--space-16);
        width: 100%;
        transition: all 0.3s ease-in-out;

        &.active {
          display: grid;
        }

        .process-stats[b-enitxrpmdf] {
          .process-stats-item {
            margin-bottom: var(--space-32);

            .process-stats-item-title {
              position: relative;

              .item-title {
                font-size: var(--font-18) !important;
              }

              .v-border-left[b-enitxrpmdf] {
                position: absolute;
                top: 0;
                left: calc(-1 * var(--space-16));
                height: 100%;
                width: 7px;
                background: var(--grey-1);
              }
            }

            .item-description[b-enitxrpmdf] {
              font-size: var(--font-16) !important;
              color: var(--grey-3);
              font-style: normal;
              font-weight: var(--font-weight-400);
              line-height: 150%; /* 27px */
              margin: 0;
            }
          }
        }

        .process-details[b-enitxrpmdf] {
          display: flex;
          flex-direction: column;
          justify-content: center;
          /* align-items: center; */
          width: 100%;
          padding: var(--space-16) var(--space-32);
          gap: var(--space-32);

          border-radius: 12px;
          background: var(--white);
          box-shadow: var(--box-shadow-2);

          .process-title {
            color: var(--grey-1);
            font-size: var(--font-36);
            font-style: normal;
            font-weight: var(--font-weight-600);
            line-height: 150%; /* 36px */
            margin: 0;
          }

          .process-flow-image[b-enitxrpmdf] {
            height: 100%;
            max-height: 60vh;
            width: 100%;

            & img {
              height: 100%;
              width: 100%;
              -o-object-fit: contain;
              object-fit: contain;
              -o-object-position: center;
              object-position: center;
            }
          }
        }
      }
    }

    .process-list[b-enitxrpmdf] {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: var(--space-16);
      padding: 0;
      margin: 0;

      .process-list-item {
        position: relative;
        display: flex;
        padding: var(--space-16);
        flex-direction: column;
        justify-content: center;
        border: 2px dashed var(--grey-4);
        background: var(--white);
        transition: all 0.3s ease-in-out;
        cursor: pointer;

        &:hover {
          border: 2px dashed var(--grey-1);

          .process-list-item-title,
          .process-list-item-description {
            color: var(--grey-1) !important;
          }
        }

        &.active[b-enitxrpmdf] {
          .switch-timeout-progress {
            display: block;
          }
          .process-list-item-title[b-enitxrpmdf],
          .process-list-item-description[b-enitxrpmdf] {
            color: var(--grey-1);
          }
        }

        .switch-timeout-progress[b-enitxrpmdf] {
          position: absolute;
          display: none;
          top: -3px;
          left: 0;
          width: 100%;
          height: 4px;

          .switch-timeout-progress-bar {
            height: 100%;
            width: 10%;
            background: var(--grey-1);
          }
        }

        .process-list-item-title[b-enitxrpmdf] {
          color: var(--grey-3);
          font-size: var(--font-24);
          font-style: normal;
          font-weight: var(--font-weight-600);
          line-height: 150%; /* 36px */
          margin: 0;
          transition: all 0.3s ease-in-out;
        }
        .process-list-item-description[b-enitxrpmdf] {
          color: var(--grey-3);
          font-size: 18px;
          font-style: normal;
          font-weight: var(--font-weight-400);
          line-height: 150%; /* 27px */
          margin: 0;
          transition: all 0.3s ease-in-out;
        }
      }
    }
  }

  #map-section[b-enitxrpmdf] {
    position: relative;
    border-top: 1px solid var(--grey-4);

    #head-office-location-map {
      height: 800px;
      width: 100%;
    }

    .head-office-location-card-container[b-enitxrpmdf] {
      position: absolute;
      top: 0;
      left: 0;

      .head-office-location-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: var(--space-16);
        border-radius: 12px;
        width: fit-content;
        max-width: 694px;
        /* style */
        background: var(--white);
        box-shadow: var(--box-shadow-2);
        margin-top: var(--space-32) !important;

        .head-office-location-card-header {
          position: relative;

          .card-title {
            color: var(--grey-1);
            font-size: var(--font-32) !important;
          }
        }

        .head-office-location-card-body[b-enitxrpmdf] {
          .card-description {
            font-size: var(--font-16) !important;
          }
        }
      }
    }
  }

  /* Contact Us */
  #contact-us-section[b-enitxrpmdf] {
    position: relative;

    .contact-us-bg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      pointer-events: none;
      z-index: -1;

      img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
      }

      &[b-enitxrpmdf]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.85);
        z-index: 0;
      }
    }

    .kit-section-body[b-enitxrpmdf] {
      .kit-section-title,
      .kit-section-description {
        color: var(--white);
      }

      .contact-us-link[b-enitxrpmdf] {
        padding: var(--space-8) var(--space-16) !important;
        display: flex;
        align-items: center;
        gap: var(--space-32);
        flex: 1 0 0;
        border-radius: 12px;
        /* style */
        background: var(--white);
        box-shadow: var(--box-shadow-2);
        width: fit-content;

        .icon {
          color: var(--grey-1);
        }

        .link-text[b-enitxrpmdf] {
          font-size: var(--font-16) !important;
          color: var(--grey-1);
          font-weight: var(--font-weight-600);
        }

        .link-img[b-enitxrpmdf] {
          width: 80px !important;
          height: 62px !important;
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: center;
          object-position: center;
        }
      }
    }
  }

  #footer[b-enitxrpmdf] {
    .footer-nav {
      padding: var(--space-16) 0;
      flex-wrap: wrap !important;
      gap: var(--space-8) !important;

      .footer-nav-item {
        list-style: none;

        & a {
          padding: var(--space-8) !important;
          text-align: center;
        }
      }
    }
  }
}
/* _content/ECB.OLMS_WEB/Views/Profile/EditProfile.cshtml.rz.scp.css */
.kit-heading-4[b-pzkibcpngb] {
  margin-bottom: var(--space-32);
  text-transform: uppercase;
}

.personal-details[b-pzkibcpngb],
.contact-person[b-pzkibcpngb],
.authorized-person[b-pzkibcpngb],
.cac[b-pzkibcpngb],
.cao[b-pzkibcpngb],
.cpfl[b-pzkibcpngb] {
  padding: var(--space-32);
  margin-bottom: var(--space-16);
}
/* _content/ECB.OLMS_WEB/Views/Shared/Partials/FormManagement/_EmptyApplicationPartial.cshtml.rz.scp.css */
.license-application-progress-empty[b-6xw86szcop] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  padding: var(--space-32);
  border-radius: 6px;

  .icon {
    height: 80px;
    width: 80px;
    margin-bottom: var(--space-16);

    & img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
    }
  }

  .title[b-6xw86szcop] {
    font-size: var(--font-18);
    font-weight: var(--font-weight-600);
    text-transform: capitalize;
    color: var(--grey-1);
    text-align: center;
    margin: 0;
    margin-bottom: var(--space-8);
  }

  .description[b-6xw86szcop] {
    font-size: var(--font-12);
    line-height: 1.6;
    color: var(--grey-3);
    text-align: center;
    margin: 0;
    margin-bottom: var(--space-16);
  }

  .btn-go-back-to-forms[b-6xw86szcop] {
    padding: var(--space-16) var(--space-32) !important;
  }
}
/* _content/ECB.OLMS_WEB/Views/Shared/Partials/LicenseApplication/_ApplicationFormFieldsPartial.cshtml.rz.scp.css */
.file-list[b-adsdyl43df] {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-16);
}
/* _content/ECB.OLMS_WEB/Views/Shared/Partials/LicenseApplication/_EmptyApplicationPartial.cshtml.rz.scp.css */
.license-application-progress-empty[b-eqoe3moggs] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  padding: var(--space-32);
  border-radius: 6px;

  .icon {
    height: 80px;
    width: 80px;
    margin-bottom: var(--space-16);

    & img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
    }
  }

  .title[b-eqoe3moggs] {
    font-size: var(--font-18);
    font-weight: var(--font-weight-600);
    text-transform: capitalize;
    color: var(--grey-1);
    text-align: center;
    margin: 0;
    margin-bottom: var(--space-8);
  }

  .description[b-eqoe3moggs] {
    font-size: var(--font-12);
    line-height: 1.6;
    color: var(--grey-3);
    text-align: center;
    margin: 0;
    margin-bottom: var(--space-16);
  }

  .btn-go-back-to-forms[b-eqoe3moggs] {
    padding: var(--space-16) var(--space-32) !important;
  }
}
/* _content/ECB.OLMS_WEB/Views/Shared/Partials/PublicLicenseApplication/_ApplicationFormFieldsPartial.cshtml.rz.scp.css */
.file-list[b-bry4pygovh] {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-16);
}
/* _content/ECB.OLMS_WEB/Views/Shared/Partials/PublicLicenseApplication/_EmptyApplicationPartial.cshtml.rz.scp.css */
.license-application-progress-empty[b-229l6nomy8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  padding: var(--space-32);
  border-radius: 6px;

  .icon {
    height: 80px;
    width: 80px;
    margin-bottom: var(--space-16);

    & img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
    }
  }

  .title[b-229l6nomy8] {
    font-size: var(--font-18);
    font-weight: var(--font-weight-600);
    text-transform: capitalize;
    color: var(--grey-1);
    text-align: center;
    margin: 0;
    margin-bottom: var(--space-8);
  }

  .description[b-229l6nomy8] {
    font-size: var(--font-12);
    line-height: 1.6;
    color: var(--grey-3);
    text-align: center;
    margin: 0;
    margin-bottom: var(--space-16);
  }

  .btn-go-back-to-forms[b-229l6nomy8] {
    padding: var(--space-16) var(--space-32) !important;
  }
}
/* _content/ECB.OLMS_WEB/Views/Shared/_AuthenticationLayout.cshtml.rz.scp.css */
.wrapper[b-x3vhdcpnai] {
  position: relative;
  display: grid;
  grid-template-columns: 60% 40%;
  height: 100vh;
  width: 100vw;
  background-color: var(--baby-blue-6);

  & .background-image {
    padding: var(--space-8);
    border-radius: 32px;
    height: 100%;
    width: 100%;
    overflow: hidden;

    & img {
      border-radius: var(--space-8);
      height: 100%;
      width: 100%;
      object-fit: cover;
      -o-object-fit: cover;
      object-position: center;
      -o-object-position: center;
    }
  }

  & .content[b-x3vhdcpnai] {
    padding: var(--space-64);
    align-self: center;
    justify-self: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}

@media screen and (max-width: 959px) {
  .wrapper[b-x3vhdcpnai] {
    display: block;

    & .content {
      padding: var(--space-32) !important;
    }
  }
}

/* Media query for min 960px max 1200px */

@media screen and (min-width: 1400px) {
  .wrapper[b-x3vhdcpnai] {
    grid-template-columns: 70% 30%;
  }
}
/* _content/ECB.OLMS_WEB/Views/Shared/_Layout.cshtml.rz.scp.css */
.main-layout[b-kxc146kmkx] {
  display: grid;
  grid-template-columns: var(--navbar-width) auto;
  background-color: #f8f8f8;

  .page-content {
    padding: var(--space-32, 32px) var(--space-64, 64px);
    height: calc(100vh - 60px);
    overflow: auto;
  }
}

@media screen and (max-width: 959px) {
  .main-layout[b-kxc146kmkx] {
    display: block;

    .page-content {
      padding: var(--space-16);
    }
  }
}
