﻿html {
  height: 100%;
}

body {
  margin: 0px;
  height: 100%;
}

* {
  font-family: Manrope, serif;
  color: #2a2a2a;
}

.authentication-container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  width: 100vw;
  height: 100%;
  overflow: auto;
}
.authentication-container .authentication-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 215px;
  background-color: white;
  z-index: -1; /* Ensures the background is behind other elements */
}
.authentication-container .authentication-background .desktop {
  display: block;
  width: 100%;
  height: 100%;
}
.authentication-container .authentication-background .mobile {
  display: none;
}
.authentication-container .testimonials-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  background-color: #0e36d7;
  border-radius: 16px;
  width: 33%;
  padding: 56px 40px;
  margin: 24px;
}
.authentication-container .testimonials-container .testimonials-container-top {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  width: 100%;
}
.authentication-container .testimonials-container .testimonials-container-top .logo {
  width: 140px;
  height: 56px;
}
.authentication-container .testimonials-container .testimonials-container-top .greeting-text {
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  color: #ffffff;
  margin-top: 184px;
}
.authentication-container .testimonials-container .testimonials-container-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  width: 100%;
}
.authentication-container .testimonials-container .testimonials-container-bottom .testimonials-wrapper {
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.authentication-container .testimonials-container .testimonials-container-bottom .testimonials-wrapper .testimonal-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.authentication-container .testimonials-container .testimonials-container-bottom .testimonials-wrapper .testimonal-carousel .testimonal {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
  padding: 24px;
}
.authentication-container .testimonials-container .testimonials-container-bottom .testimonials-wrapper .testimonal-carousel .testimonal .testimonial-description {
  line-height: 28px;
  color: white;
  font-size: 16px;
}
.authentication-container .testimonials-container .testimonials-container-bottom .testimonials-wrapper .testimonal-carousel .testimonal .testimonial-source-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  margin-top: 4px;
}
.authentication-container .testimonials-container .testimonials-container-bottom .testimonials-wrapper .testimonal-carousel .testimonal .testimonial-source-wrapper .testimonial-source-caption {
  font-weight: 700;
  color: white;
}
.authentication-container .testimonials-container .testimonials-container-bottom .testimonials-wrapper .testimonal-carousel .testimonal .testimonial-source-wrapper .testimonial-source-subcaption {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #F4F4F5;
}
.authentication-container .testimonials-container .testimonials-container-bottom .testimonials-pagination {
  display: flex;
  gap: 8px;
  align-self: center;
  align-items: center;
  margin-top: 16px;
}
.authentication-container .testimonials-container .testimonials-container-bottom .testimonials-pagination .testimonial-page {
  display: flex;
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  background-color: rgba(250, 250, 250, 0.2);
}
.authentication-container .testimonials-container .testimonials-container-bottom .testimonials-pagination .testimonial-page.selected {
  background-color: white;
}
.authentication-container .logo {
  display: none;
}
.authentication-container .main-auth-area-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  z-index: 1;
  margin: auto;
}
.authentication-container .main-auth-area-container .main-auth-area-inner {
  margin-left: auto;
  margin-right: auto;
  width: 620px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: white;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .back-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 16px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 24px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-subtitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 4px;
  font-size: 18px;
  font-weight: 400;
  margin-top: 16px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-subtitle a {
  color: #0e36d7;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .change-email-button {
  align-self: flex-start;
  padding-left: 0px;
  text-decoration: underline;
  color: #0e36d7;
  font-size: 14px;
  font-weight: 600;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  margin-top: 40px;
  padding: 56px 40px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .create-as {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .create-as .create-as-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
  font-size: 16px;
  font-weight: 600;
  padding: 8px;
  background-color: #FAFAFA;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .create-as .create-as-item > input {
  accent-color: #2563EB;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .create-as .selected {
  background-color: #F0F3FF;
  border-color: #0E36D7;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container label {
  font-size: 16px;
  font-weight: 600;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container input {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container input[type=checkbox] {
  width: auto;
  margin: 0px;
  min-width: 20px;
  min-height: 20px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .centered-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .centered-container img {
  margin-bottom: 24px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .centered-container button {
  width: 100%;
  margin-top: 30px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .invitation {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .auth-field-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  gap: 8px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .auth-field-wrapper .unverified-email-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .auth-field-wrapper .unverified-email-container .unverified-email-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .auth-field-wrapper .unverified-email-container .unverified-email-title img {
  width: 20px;
  height: 20px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .auth-field-wrapper .unverified-email-container a {
  text-wrap-mode: nowrap;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .inline-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .auth-field-wrapper-ex {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  gap: 14px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .auth-element-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .auth-controls {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .field-with-hint {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .checkbox-field {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .checkbox-field > label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: start;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .checkbox-field > label > a {
  color: #2563EB;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .test-tenant-hint > span {
  font-size: 12px;
  color: rgba(220, 38, 38, 0.8);
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .form-check-label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.authentication-container .main-auth-area-container .main-auth-area-inner .auth-social-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 16px;
  width: 100%;
}

.external-login-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 32px;
}
.external-login-container button {
  background: white;
  border-color: white;
  border-radius: 12px;
  flex-grow: 1;
  cursor: pointer;
  padding: 16px 24px;
}
.external-login-container button .provider-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.external-login-container button .provider-details .provider-title {
  font-size: 14px;
  font-weight: 600;
  color: rgba(42, 42, 42, 0.8);
}

.desktop {
  display: flex !important;
}

.mobile {
  display: none !important;
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}

textarea {
  width: auto;
  color: #6B7280;
  padding: 16px 8px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
}

textarea:focus {
  border: 1px solid #60A5FA;
  box-shadow: 0 0 0 0 #fff, 0 0 0 1px #60A5FA, 0 0 #000;
}

button {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
}
button .desktop-caption {
  display: block;
}
button * {
  font-size: 16px;
  font-weight: 700;
}

.secondary-button {
  background-color: #fafafa;
  border: 1px solid #ededed;
}

.primary-button {
  background-color: #0e36d7;
  border: 1px solid #0e36d7;
  border-radius: 8px;
  color: white;
  --mdc-circular-progress-active-indicator-color: white;
}
.primary-button * {
  color: white;
}

.primary-button:disabled {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  color: #7a7a7a;
  --mdc-circular-progress-active-indicator-color: #0e36d7;
}
.primary-button:disabled > span {
  color: #7a7a7a;
}

.linkunlike-button {
  background-color: transparent;
  border: none;
  color: #0e36d7;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.linkunlike-button:disabled {
  background-color: transparent;
  border: none;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.linklike-button {
  background-color: transparent;
  border: none;
  color: #0e36d7;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.linklike-button:disabled {
  background-color: transparent;
  border: none;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.divider-or {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 40px;
  color: #9ca3af; /* This color is Tailwind's 'gray-400', adjust as needed */
}

.divider-or::before,
.divider-or::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #9ca3af; /* This color is Tailwind's 'gray-400', adjust as needed */
}

.divider-or:not(:empty)::before {
  margin-right: 0.25em;
}

.divider-or:not(:empty)::after {
  margin-left: 0.25em;
}

.autocomplete-items {
  position: absolute;
  z-index: 1000;
  background-color: white;
  border: 1px solid #ddd;
  max-height: 200px;
  overflow-y: auto;
  width: 500px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
}

.autocomplete-items div:hover {
  background-color: #f1f1f1;
}

.tel-input-container {
  display: flex;
  flex-direction: row;
  gap: 14px;
}
.tel-input-container .tel-dialcode {
  max-width: 80px;
}
.tel-input-container .tel-phonenumber {
  width: 100%;
}

.validation-error {
  color: red;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .authentication-container {
    flex-direction: column;
    height: 100vh;
    justify-content: start;
    overflow: auto;
  }
  .authentication-container .authentication-background {
    background-color: #0e36d7;
    position: fixed;
    padding-left: 0px;
  }
  .authentication-container .testimonials-container {
    display: none;
  }
  .authentication-container .logo {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: 28px 0;
  }
  .authentication-container .main-auth-area-container {
    background-color: white;
    border-radius: 14px;
    padding: 67px 24px 40px;
    position: relative;
    width: auto;
    margin: 24px;
  }
  .authentication-container .main-auth-area-container .main-auth-area-inner {
    width: 100%;
    padding: 0px;
  }
  .authentication-container .main-auth-area-container .main-auth-area-inner .back-button {
    position: absolute;
    top: 24px;
    left: 24px;
    gap: 12px;
  }
  .authentication-container .main-auth-area-container .main-auth-area-inner .back-button .back-text {
    font-size: 14px;
    color: rgba(42, 42, 42, 0.8);
  }
  .authentication-container .main-auth-area-container .main-auth-area-inner .auth-title {
    text-align: center;
    font-size: 24px;
    margin-top: 0px;
  }
  .authentication-container .main-auth-area-container .main-auth-area-inner .auth-subtitle {
    flex-direction: column;
    text-align: center;
    margin-top: 8px;
    font-size: 10px;
    color: rgba(42, 42, 42, 0.8);
  }
  .authentication-container .main-auth-area-container .main-auth-area-inner .auth-subtitle a {
    font-size: 10px;
  }
  .authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container {
    background-color: white;
    border: none;
    padding: 0px;
    margin: 0px;
    margin-top: 32px;
  }
  .authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .create-as .create-as-item {
    font-size: 12px;
  }
  .authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .invitation {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form label {
    font-size: 12px;
  }
  .authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .checkbox-field > label {
    font-size: 12px;
  }
  .authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form input {
    font-size: 12px;
    font-weight: 400;
  }
  .authentication-container .main-auth-area-container .main-auth-area-inner .auth-form-container .form .form-check-label {
    font-size: 12px;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .linklike-button {
    font-size: 12px;
  }
}
