/* DINPro Font Face */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
@font-face {
  font-family: "DINPro";
  src: url("https://tenantportal-uat.dwtc.com/documents/d/guest/dinpro-bold-2-1")
      format("woff2"),
    url("https://tenantportal-uat.dwtc.com/documents/d/guest/dinpro-bold-1-1")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINPro";
  src: url("https://tenantportal-uat.dwtc.com/documents/d/guest/dinpro-regular-2-1")
      format("woff2"),
    url("https://tenantportal-uat.dwtc.com/documents/d/guest/dinpro-regular-1-1")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINPro";
  src: url("https://tenantportal-uat.dwtc.com/documents/d/guest/dinpro-medium-2-1")
      format("woff2"),
    url("https://tenantportal-uat.dwtc.com/documents/d/guest/dinpro-medium-1-1")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINPro";
  src: url("https://tenantportal-uat.dwtc.com/documents/d/guest/dinpro-light-2-1")
      format("woff2"),
    url("https://tenantportal-uat.dwtc.com/documents/d/guest/dinpro-light-1-1")
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINPro";
  src: url("https://tenantportal-uat.dwtc.com/documents/d/guest/dinpro-black-2-1")
      format("woff2"),
    url("https://tenantportal-uat.dwtc.com/documents/d/guest/dinpro-black-1-1")
      format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("https://tenantportal-uat.dwtc.com/documents/d/guest/librebaskerville-italic-2-1")
      format("woff2"),
    url("https://tenantportal-uat.dwtc.com/documents/d/guest/librebaskerville-italic-1-1")
      format("woff"),
    url("https://tenantportal-uat.dwtc.com/documents/d/guest/librebaskerville-italic-1")
      format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("https://tenantportal-uat.dwtc.com/documents/d/guest/librebaskerville-bold-2-1")
      format("woff2"),
    url("https://tenantportal-uat.dwtc.com/documents/d/guest/librebaskerville-bold-1-1")
      format("woff"),
    url("https://tenantportal-uat.dwtc.com/documents/d/guest/librebaskerville-bold-1")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.font-libre {
  font-family: "Libre Baskerville", serif !important;
}
        .login-main-container {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            background-color: #F2F2F2;
            color: #333;
            background-image: url("https://tenantportal-uat.dwtc.com/documents/d/guest/polygon-2");
            background-repeat: no-repeat;
            background-position: -100px 400px;
            background-size: 300px 300px;
        }

        .login-main-inner-container {
            width: 100%;
            max-width: 1440px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 16px;
            padding-right: 16px;
        }

        /* ---------- Header Block ---------- */
        .header {
            background-color: #FFFFFF;
            min-height: 96px;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #E4E4E6;
        }


        .header__logo {
            display: block;
        }

        .header__logo img {
            display: block;
            height: 52px;
        }

        /* ---------- Main / Login Block ---------- */
        .login {
            flex: 1;
            display: flex;
            align-items: center;
        }

        .login__container {
            margin: 0 auto;
            box-sizing: border-box;
            padding-top: 16px;
            padding-bottom: 16px;
            display: flex;
            gap: 32px;
            align-items: flex-start;
            justify-content: space-between;
        }

        /* Intro / left column */
        .login__intro {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

        .login__welcome {
            font-family: "DINPro";
            font-weight: 400;
            font-size: 20px;
            line-height: 24px;
            text-transform: uppercase;
            margin-bottom: 20px;
            color: #222127;
        }

        .login__title {
            font-family: 'Libre Baskerville';
            font-weight: 400;
            font-size: 32px;
            line-height: 1.3;
            margin-bottom: 56px;
            color: #1C1C1C;
        }

        /* Features list */
        .feature-list {
            position: relative;
        }

        .feature-list__item {
            position: relative;
            display: flex;
            align-items: flex-start;
        }

        .feature-list__icon-wrapper {
            position: relative;
            width: 44px;
            max-height: 44px;
            flex-shrink: 0;
            margin-inline-end: 20px;
            top: -2px;
        }


        .feature-list__icon-wrapper::after {
            content: "";
            position: absolute;
            top: 36px;
            left: 49%;
            transform: translateX(-50%);
            width: 1px;
            height: calc(200% + 16px);
            background-color: #C5C6C6;
            z-index: 0;
        }

        .feature-list__item:last-child .feature-list__icon-wrapper::after {
            content: none;
        }

        .feature-list__icon {
            position: relative;
            width: 44px;
            height: 44px;
            background-color: #FFFFFF;
            border: 2px solid rgba(35, 35, 35, 0.5);
            transform: rotate(45deg) scale(0.707);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1;
            border-radius: 4px;
        }

        .feature-list__icon img {
            width: 28px;
            transform: rotate(-45deg);
            display: block;
        }


        .feature-list__heading {
            font-family: 'Libre Baskerville';
            font-weight: 400;
            font-size: 18px;
            text-transform: uppercase;
            margin-bottom: 8px;
            color: #1C1C1C;
        }

        .feature-list__desc {
            font-family: "DINPro";
            font-weight: 300;
            font-size: 16px;
            line-height: 1.5;
            color: #8989A5;
            max-width: 550px;
        }

        .feature-list__text {
            padding-bottom: 24px;
        }

        /* ---------- Login form column ---------- */
        .login__form {
            flex: 1;
            max-width: 550px;
            height: auto;
            padding: 48px 36px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            background-color: #FFFFFF;
            border-top: 2px solid #0070CF;
            box-sizing: border-box;
        }
        .form-group{
            margin-bottom: 32px;
        }

        .login__form-title {
            font-family: 'Libre Baskerville';
            font-size: 22px;
            margin-bottom: 40px;
            font-weight: 400;
            color: #1C1C1C;
            line-height: 100%;
        }

        .login__field {
            width: 100%;
        }

        .login__label {
            display: block;
            font-size: 14px;
            text-transform: uppercase;
            color: #707070;
            margin-bottom: 5px;
        }


        .login__label--spaced {
            margin-top: 32px;
        }

        .login__input {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid #E4E4E4;
            border-radius: 8px;
            font-size: 15px;
            height: 48px;
            box-sizing: border-box;
            font-family: inherit;
        }

        .login__button {
            width: 100%;
            padding: 12px;
            background-color: #0070CF;
            color: #FFFFFF;
            border: none;
            font-family: 'DINPro', sans-serif;
            border-radius: 99px;
            font-size: 18px;
            cursor: pointer;
            margin-top: 32px;
            height: 48px;
            text-transform: uppercase;
            margin-bottom: 24px;
        }

        .login__links {
            display: flex;
            justify-content: center;
        }

        .login__link {
            text-align: center;
            font-size: 18px;
            margin-top: 5px;
            font-weight: 500;
            color: #1C1C1C;
            text-decoration: none;
        }

        /* Remember block */
        .login__remember {
            display: flex;
            align-items: center;
            gap: 8px;
            padding-top: 12px;
        }

        .login__remember-checkbox {
            width: 16px;
            height: 16px;
            margin: 0;
            font-size: 20px;
            display: inline-block;
            vertical-align: middle;
        }

        .login__remember-label {
            cursor: pointer;
            font-size: 16px;
            color: #1C1C1C;
        }

        /* Login footer inside form */
        .login__footer {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            margin-top: 48px;
        }

        .login__footer-text {
            font-family: "DINPro";
            line-height: 100%;
            font-size: 18px;
            color: #4A4A4A;
            margin: 0px;
        }

        .login__footer-link {
            font-family: "DINPro";
            font-size: 18px;
            font-weight: 500;
            color: #1C1C1C;
            text-decoration: none;
        }
.login__footer-link:hover{
color:#1C1C1C !important;
	text-decoration:none !important;
}

        .login__footer-link::after {
            border-style: solid;
            border-width: 2px 2px 0 0;
            content: "";
            display: inline-block;
            height: 0.5em;
            position: relative;
            top: 8px;
            left: 8px;
            color: #0070CF;
            vertical-align: top;
            width: 0.5em;
            transform: rotate(45deg);
        }

        .reset-password a {
            color: #1C1C1C;
        }

        /* ---------- Footer Block ---------- */
        .footer {
            font-family: "DINPro";
            font-size: 14px;
            width: 100%;
            background-color: #F5F5F5;
            border-top: 1px solid #E4E4E4;
        }

        .footer__container {
            width: 100%;
            display: grid;
            min-height: 80px;
            grid-template-columns: 1fr auto 1fr;
            align-items: center;
            text-align: center;
        }

        .footer__left {
            justify-self: start;
        }

        .footer__center {
            justify-self: center;
        }

        .footer__right {
            justify-self: end;
        }

        .footer__links {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #1C1C1C;
        }

        .footer__links a {
            font-family: "DINPro";
            position: relative;
            text-transform: uppercase;
            text-decoration: none;
            color: #1C1C1C;
            font-size: 14px;
            
        }

        /* ---------- Responsive ---------- */
        @media (min-width: 1200px) {
            .feature-list__icon-wrapper::after {
                height: calc(180% + 32px);
            }
        }

        /* Responsive scaling between 992px and 1200px */
        @media (max-width: 1200px) {
            .login__welcome {
                font-size: 18px;
                line-height: 22px;
                margin-bottom: 16px;
            }

            .login__title {
                font-size: 28px;
                margin-bottom: 40px;
            }

            .feature-list__heading {
                font-size: 16px;
                margin-bottom: 12px;
            }

            .feature-list__desc {
                font-size: 14px;
                max-width: 400px;
            }

            .feature-list__text {
                padding-bottom: 20px;
            }

            .login__form {
                max-width: 480px;
            }
        }

        @media (max-width: 1100px) {
            .login__welcome {
                font-size: 16px;
                line-height: 20px;
                margin-bottom: 14px;
            }

            .login__title {
                font-size: 24px;
                margin-bottom: 32px;
            }

            .feature-list__heading {
                font-size: 14px;
                margin-bottom: 10px;
            }

            .feature-list__desc {
                font-size: 13px;
                max-width: 340px;
            }

            .feature-list__icon-wrapper {
                width: 38px;
                max-height: 38px;
                margin-inline-end: 16px;
            }

            .feature-list__icon {
                width: 38px;
                height: 38px;
            }

            .feature-list__icon img {
                width: 24px;
            }

            .login__form {
                max-width: 440px;
                padding: 28px;
            }
        }

        @media (max-width: 991px) {
            .login__container {
                justify-content: center;
            }

            .login__intro {
                display: none;
            }

            .login__form {
                max-width: 520px;
            }
        }

        @media (max-width: 768px) {
            body {
                background-position: -140px 200px;
            }

            /* header */
            .header {
                min-height: 82px;
            }

            .header__logo img {
                height: 44px;
            }

            /* hide intro */
            .login__intro {
                display: none;
            }

            /* stack container */
            .login__container {
                flex-direction: column;
                padding-top: 20px;
                padding-bottom: 20px;
                gap: 16px;
                align-items: stretch;
            }

            /* form adjustments */
            .login__form {
                max-width: none;
                padding: 16px;
                min-height: auto;
            }

            .login__form-title {
                margin-top: 0;
                font-size: 18px;
            }

            .login__label {
                font-size: 14px;
            }

            .login__input {
                height: 40px;
            }

            .login__button {
                height: 40px;
                font-size: 16px;
            }

            .login__link {
                font-size: 14px;
                margin-top: 0;
            }

            .login__footer-text {
                font-size: 14px;
            }

            .login__footer-link {
                font-size: 16px;
            }

            /* footer responsive */
            .footer {
                padding: 16px 0;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 8px;
            }

            .footer__container {
                display: flex !important;
                flex-direction: column;
                gap: 8px;
                min-height: auto;
            }

            .footer__left,
            .footer__center,
            .footer__right {
                justify-self: auto;
                text-align: center;
                display: flex;
                flex-direction: column;
                gap: 4px;
            }

            .footer__links {
                display: none;
            }

            .footer__links a {
                flex: 1;
            }

            .login__label--spaced {
                margin-top: 20px;
            }
        }
/* ===== Liferay Form Styling ===== */
.button-holder {
  display: flex !important;
  justify-content: center !important;
}
label[for="_com_liferay_login_web_portlet_LoginPortlet_login"] {
    font-size: 0;
}

label[for="_com_liferay_login_web_portlet_LoginPortlet_login"]::after {
    content: "Email";
    font-family: "DINPro";
    display: block;
    color: #707070;
    margin-bottom: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
label[for="_com_liferay_login_web_portlet_LoginPortlet_rememberMe"] {
    cursor: pointer;
    font-size: 16px;
    color: var(--color-black);
}



.taglib-text {
  font-family: "DINPro";
  display: flex !important;
  justify-content: center !important;
  text-align: center;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 5px;
  color: #1C1C1C;
  text-decoration: none;
}
.input-checkbox-wrapper{
  margin-top: -20px !important;
}
.lfr-btn-label{
  font-family: "DINPro";
  font-weight: 400;
  font-style: Medium;
  font-size: 18px;
  letter-spacing: 0%;
  line-height: 100%;
  text-transform: uppercase !important;
}
.btn-primary{
  margin:0px !important;
	margin-top:20px !important;
	margin-bottom:20px !important;
}

.taglib-text:hover {
  text-decoration: none !important;
}
.form-control{
  font-family: "DINPro" !important;
  border: 1px solid #E4E4E4 !important;
  background-color:#ffff !important;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 8px !important;
  padding: 10px 12px;
  height: 48px !important;
  width: 100%;
  box-sizing: border-box;
}


.taglib-icon-list {
  display: flex;
  justify-content: center;
}

.btn-primary {
  width: 100% !important;
  border-radius: 57px !important;
  margin-right: 20px;
  margin-left: 20px;
  background-color: rgba(0, 112, 207, 1) !important;
  padding: 12px !important;
}

.btn-primary:hover {
  background-color: rgba(0, 112, 207, 1) !important;
}

.sign-in-otp-main-2:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 0.6em;
  position: relative;
  color: #0070cf;
  vertical-align: center;
  width: 0.6em;
  left: 10px;
  transform: rotate(45deg);
}

.panel-body {
  padding: 0px !important;
}

.modal-dialog {
  max-width: 100% !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .taglib-text {
    font-size: 14px;
    margin-top: 0;
  }
  .form-control{
    padding: 10px 12px;
  }
  label{
    font-size: 14px;
  }
  .lfr-btn-label{
        font-size: 16px;
  }
  .btn-primary{
    margin-top:0px !important;
  }
  .form-group{
    margin-bottom: 12px !important;
  }
  .input-checkbox-wrapper{
  margin-top: 0px !important;
}
}

/* ===== Other Style ===== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  font-family: system-ui;
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

p {
  font-size: 14px;
  color: #4a4a4a;
}

label {
  font-family: "DINPro";
  display: block;
  color: #707070;
  margin-bottom: 5px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.has-error .form-feedback-item {
font-size:14px;
	color:#CE445B;
	font-weight:400;
	line-height:22px;
  font-weight: 400 !important;
}

.verificationSuccessText {
  color: #1ba39c;
  margin-bottom: 12px;
  font-size: 16px;
}

.error,
.verificationErrorText {
  color: #d53751;
  font-size: 16px;
  margin-bottom: 12px;
}

#email,
#VerificationCode {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  font-size: 15px;
  height: 48px;
  box-sizing: border-box;
  font-family: inherit;
  margin-bottom: 4px;
}

#emailVerificationControlForSignIn_but_send_new_code:hover {
  background-color: #f4f4f4;
}

#emailVerificationControlForSignIn_but_verify_code {
  width: 100%;
}

#VerificationCode_label {
  margin-top: 14px;
}

#emailVerificationControlForSignIn_but_change_claims {
  margin: 0;
  padding: 4px;
  background: white;
  color: grey;
  font-size: 14px;
  margin-left: auto;
}

#emailVerificationControlForSignIn_but_send_code,
#emailVerificationControlForSignIn_but_send_new_code {
  width: 100%;
}

#emailVerificationControlForSignIn_but_send_new_code {
  background-color: white;
  color: #4a4a4a;
}

.helpLink {
  display: none;
  /* text-decoration: none;
     color: #4A4A4A; */
}

button {
  background-color: #0070cf;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 99px;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  margin-top: 20px;
  margin-bottom: 6px;
}

button[type="submit"] {
  width: 100%;
}

/* Additional class added by script */
.custom-api-style {
  /* Add any custom styling for #api if needed */
}

ul.list-unstyled.taglib-icon-list li {
  display: none !important;
}

button[aria-disabled="true"] {
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;   /* prevents clicking */
}

#continue[aria-disabled="true"] {
  display: none !important;
}


