.text-blue, .text-blue-600 {
  color: #1e6ec8;
}

.text-green, .text-green-600 {
  color: #16a34a;
}

.text-gray, .text-gray-600 {
  color: #4b5563;
}

.text-orange {
  color: #ea580c;
}

.text-purple {
  color: #9333ea;
}

.text-yellow {
  color: #fde047;
}

.text-red {
  color: #c8140a;
}

.bg-light-blue {
  background-color: #1ea5eb;
}

.bg-light-green {
  background-color: #82e0aa;
}

html {
  font-size: 120%;
}

body {
  font-family: Inter, Arial, sans-serif;
  background-color: #fff !important;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
body:not(.archive) #content #primary {
  width: 100%;
}
body:not(.archive) #content #secondary {
  display: none;
}

a:focus, input:focus, textarea:focus, button:focus {
  outline: none;
}

.home #main {
  text-align: center;
}

@media (min-width: 1280px) {
  .col-full {
    max-width: 1280px;
    margin: 0 auto;
  }
}

#page {
  overflow-x: hidden;
}

.d-flex {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .d-flex {
    flex-direction: row;
  }
}
.d-flex > * {
  flex: 1;
}

.flex-column {
  flex-direction: column;
}

.border {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.mb-section {
  margin-bottom: 3rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.font-small {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.font-normal {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.font-large {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.sub-title {
  margin: 0.5rem auto 0;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .sub-title {
    max-width: 42rem;
    margin: 0.5rem auto 0;
  }
}

#secondary.widget-area {
  margin-top: 1rem;
}
#secondary.widget-area .widget.widget_block {
  margin: 0;
}
#secondary.widget-area h1, #secondary.widget-area h2, #secondary.widget-area h3, #secondary.widget-area h4, #secondary.widget-area h5, #secondary.widget-area h6 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
}

#colophon.site-footer {
  margin-top: 0;
}

#content {
  background: #f9fafb;
}
#content .col-full > * {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
}
#content .col-full .form-registration-wrap {
  text-align: center;
  margin: 50px auto;
}
#content .col-full .form-registration-wrap h1 {
  color: #111827;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
#content .col-full .form-registration-wrap h2 {
  letter-spacing: -0.025em;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
#content .col-full .form-registration-wrap .woocommerce-form-register,
#content .col-full .form-registration-wrap .teluria-access__form {
  background-color: #fff;
  padding: 1.5rem;
  text-align: left;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}
#content .col-full .form-registration-wrap .woocommerce-form-register .lost_password,
#content .col-full .form-registration-wrap .teluria-access__form .lost_password {
  margin-bottom: 0;
}
#content .col-full .form-registration-wrap .woocommerce-form-register h2,
#content .col-full .form-registration-wrap .teluria-access__form h2 {
  margin-bottom: 1rem;
}
#content .col-full .form-registration-wrap .woocommerce-form-register__subtitle,
#content .col-full .form-registration-wrap .teluria-access__form__subtitle {
  color: #737373;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
#content .col-full .form-registration-wrap .woocommerce-form-register .form-row-inline,
#content .col-full .form-registration-wrap .teluria-access__form .form-row-inline {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 1.41575em;
  gap: 1rem;
}
#content .col-full .form-registration-wrap .woocommerce-form-register .form-row-inline > div,
#content .col-full .form-registration-wrap .teluria-access__form .form-row-inline > div {
  flex: 1;
  position: relative;
}
#content .col-full .form-registration-wrap .woocommerce-form-register input::-webkit-outer-spin-button,
#content .col-full .form-registration-wrap .woocommerce-form-register input::-webkit-inner-spin-button,
#content .col-full .form-registration-wrap .teluria-access__form input::-webkit-outer-spin-button,
#content .col-full .form-registration-wrap .teluria-access__form input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#content .col-full .form-registration-wrap .woocommerce-form-register input[type=number],
#content .col-full .form-registration-wrap .teluria-access__form input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
#content .col-full .form-registration-wrap p.woocommerce-form-row:last-child {
  margin-bottom: 0;
}

#load-company-data {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1e6ec8;
  text-decoration: none;
  cursor: pointer;
}
#load-company-data::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a9 9 0 1 1-2.64-6.36'/%3E%3Cpath d='M21 3v6h-6'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a9 9 0 1 1-2.64-6.36'/%3E%3Cpath d='M21 3v6h-6'/%3E%3C/svg%3E") no-repeat center/contain;
}
#load-company-data:hover {
  text-decoration: underline;
}

.teluria-access__lead {
  max-width: 620px;
  margin: 0 auto 1.75rem;
  text-align: center;
  color: #4b5563;
  line-height: 1.55;
}
.teluria-access__form {
  margin-top: 0.5rem;
}
.teluria-access__submit {
  width: 100%;
}
.teluria-access__success {
  max-width: 620px;
  margin: 1.5rem auto;
  padding: 1.4rem 1.5rem;
  border: 1px solid #d1fae5;
  background: #f0fdf4;
  border-radius: 12px;
  text-align: center;
}
.teluria-access__success strong {
  display: block;
  color: #166534;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}
.teluria-access__success span {
  color: #15803d;
}

/*# sourceMappingURL=registration.css.map */
