:root {
  --theme-primary: #078a4d;
  --theme-primary-50: #e6f7f0;
  --theme-primary-100: #b3ead1;
  --theme-primary-600: #066e3e;
  --theme-primary-700: #05522f;
}

.validation-indicator.valid-indicator {
  color: #10b981 !important;
}
.validation-indicator.invalid-indicator {
  color: #ef4444 !important;
}

.relative select.validation-input ~ .validation-indicator {
  right: 40px !important;
}

.validation-error-text {
  color: #ef4444 !important;
}

.focus\:ring-indo-green:focus {
  --tw-ring-color: $focus-color !important;
}

.focus\:ring-2.focus\:ring-indo-green:focus {
  --tw-ring-color: $focus-color !important;
}

.focus\:border-indo-green:focus {
  border-color: #3b82f6 !important;
}

body.theme-inatex {
  --theme-primary: #ff5659;
  --theme-primary-50: #fff0f0;
  --theme-primary-100: #ffd6d7;
  --theme-primary-600: #cc4547;
  --theme-primary-700: #993335;
}
body.theme-inatex .bg-indo-green,
body.theme-inatex .bg-indo-green-500 {
  background-color: #ff5659 !important;
}
body.theme-inatex .bg-indo-green-50 {
  background-color: #fff0f0 !important;
}
body.theme-inatex .bg-indo-green-100 {
  background-color: #ffd6d7 !important;
}
body.theme-inatex .ring-indo-green-100 {
  --tw-ring-color: #ffd6d7 !important;
}
body.theme-inatex .bg-indo-green-600 {
  background-color: #cc4547 !important;
}
body.theme-inatex .bg-indo-green-700 {
  background-color: #993335 !important;
}
body.theme-inatex .border-indo-green,
body.theme-inatex .border-indo-green-500 {
  border-color: #ff5659 !important;
}
body.theme-inatex .text-indo-green {
  color: #ff5659 !important;
}
body.theme-inatex .text-indo-green-600 {
  color: #cc4547 !important;
}
body.theme-inatex .text-indo-green-800 {
  color: #993335 !important;
}
body.theme-inatex .hover\:bg-indo-green-50:hover {
  background-color: #fff0f0 !important;
}
body.theme-inatex .hover\:bg-indo-green-600:hover {
  background-color: #cc4547 !important;
}
body.theme-inatex .hover\:bg-indo-green-700:hover {
  background-color: #993335 !important;
}
body.theme-inatex .hover\:text-indo-green:hover {
  color: #ff5659 !important;
}
body.theme-inatex .hover\:text-indo-green-600:hover {
  color: #cc4547 !important;
}
body.theme-inatex .focus\:ring-indo-green:focus {
  --tw-ring-color: $focus-color !important;
}
body.theme-inatex .focus\:ring-2.focus\:ring-indo-green:focus {
  --tw-ring-color: $focus-color !important;
}
body.theme-inatex .focus\:border-indo-green:focus {
  border-color: #3b82f6 !important;
}
body.theme-inatex .bg-gradient-to-r.from-indo-green-700 {
  background-image: linear-gradient(to right, #993335, #ff5659) !important;
}
body.theme-inatex .bg-gradient-to-r.from-indo-green-700.to-indo-green {
  background-image: linear-gradient(to right, #993335, #ff5659) !important;
}

body {
  font-family: "Darker Grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

header.nav-clean {
  position: sticky;
  top: 0;
}
@media (min-width: 768px) {
  header.--scroll {
    padding-bottom: 68px;
  }
  header.--scroll.nav-clean {
    padding-bottom: 0;
  }
  header.--scroll nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 100vw;
  }
  header.--scroll nav.px-4 {
    padding-left: calc(max(50% - 50vw, (100vw - 1280px) / 2) + 1rem);
    padding-right: calc(max(50% - 50vw, (100vw - 1280px) / 2) + 1rem);
  }
}

.step-indicator {
  margin: 0 -0.5rem;
}
@media (min-width: 768px) {
  .step-indicator {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .step-indicator > div {
    flex-basis: 0;
    flex-grow: 1;
    justify-content: center;
  }
}
.step-indicator .h-0\.5 {
  display: none;
}
@media (min-width: 768px) {
  .step-indicator .h-0\.5 {
    display: block;
  }
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  padding-right: 2.5rem !important;
}
select.border-r-0 {
  background-position: right 0.5rem center;
  padding-right: 2rem !important;
}
select.validation-input {
  padding-right: 4rem !important;
}
@media (min-width: 768px) {
  select.validation-input {
    padding-right: 6rem !important;
  }
}

input[type=checkbox],
input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  flex-shrink: 0;
  border: 2px solid #585858;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  margin: 0;
  vertical-align: top;
  transition: all 0.15s ease-in-out;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(156, 163, 175, 0.2);
  border-color: #6b7280;
}
input[type=checkbox]:hover:not(:disabled),
input[type=radio]:hover:not(:disabled) {
  border-color: #6b7280;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f3f4f6;
}

input[type=checkbox] {
  border-radius: 0.25rem;
}
input[type=checkbox]:checked {
  background-color: #181818;
  border-color: #181818;
}
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked {
  border-color: #6b7280;
}
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #6b7280;
}

label.flex.items-center {
  align-items: flex-start !important;
}
label.flex.items-center input[type=radio],
label.flex.items-center input[type=checkbox] {
  margin-top: 0.175rem;
}

label.text-sm {
  font-size: 1rem;
  line-height: 1.2;
}

input:not([type=radio]):not([type=checkbox])[disabled],
input:not([type=radio]):not([type=checkbox])[readonly],
.input-disabled {
  background-color: #f3f4f6 !important;
  cursor: not-allowed !important;
  opacity: 0.9;
}
input:not([type=radio]):not([type=checkbox])[disabled]:focus,
input:not([type=radio]):not([type=checkbox])[readonly]:focus,
.input-disabled:focus {
  outline: none;
  box-shadow: none;
  border-color: #000 !important;
}

.card {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
.card h2 {
  color: #078a4d;
  margin-top: 0;
}

.choices {
  margin-bottom: 0;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0.5rem;
}
.choices .choices__inner {
  background-color: transparent;
  border: none;
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  min-height: auto;
  font-size: 100%;
  line-height: inherit;
}
.choices.is-focused .choices__inner, .choices.is-open .choices__inner {
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}
.choices .choices__input {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
}
.choices .choices__list--single {
  padding: 0;
}
.choices .choices__list--dropdown {
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  margin-top: 0.25rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 2;
}
.choices .choices__item--selectable.is-highlighted {
  background-color: #e6f7f0;
  color: #000;
}
.choices .choices__placeholder {
  opacity: 1;
  color: #9ca3af;
}
.choices.validation-input .choices__inner {
  padding-right: 2.5rem;
}
@media (min-width: 768px) {
  .choices.validation-input .choices__inner {
    padding-right: 6rem;
  }
}
.choices.bg-red-50 .choices__inner {
  border-color: #fca5a5 !important;
  background-color: #fef2f2 !important;
}
.choices.border-red-300 .choices__inner {
  border-color: #fca5a5 !important;
  background-color: #fef2f2 !important;
}
.choices.border-indo-green .choices__inner {
  border-color: #078a4d;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  margin-top: -0.625em;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  width: 1.25em;
  height: 1.25em;
  z-index: 1;
}
.choices[data-type*=select-one].is-open::after {
  transform: rotate(180deg);
  margin-top: -0.625em;
}

.relative .choices ~ .validation-indicator {
  right: 45px !important;
}

.text-gray-600,
.text-gray-500,
.text-gray-700 {
  color: #181818;
}

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