:root {
  --bs-btn-font-family: "Manrope", sans-serif;
}

* {
  font-family: "Manrope", sans-serif;
}

button {
  all: unset;
}

a {
  color: #fbb03b;
}

a:hover {
  color: #574500;
}

a.link-fx {
  color: #fbb03b;
}

a.link-fx::before {
  background-color: #fbb03b !important;
}

#page-container #sidebar .content-header {
  background-color: white !important;
}

.bg-body-light {
  background-color: #EFEFEF !important;
}

#page-container {
  background-color: #EFEFEF;
}

#tableSearch {
  background-color: #EFEFEF;
}

.block-header-default {
  background-color: white;
  border-color: #EFEFEF;
  border-style: solid;
  border-width: 0 0 2px 0;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffdb46;
  --bs-btn-border-color: #ffdb46;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f3c408;
  --bs-btn-hover-border-color: #f3c408;
  --bs-btn-focus-shadow-rgb: 218, 94, 156;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f3c408;
  --bs-btn-active-border-color: #f8c90b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ffdb46;
  --bs-btn-disabled-border-color: #ffdb46;
}

.btn-outline-primary {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffdb46;
  --bs-btn-hover-border-color: #ffdb46;
  --bs-btn-focus-shadow-rgb: 212, 66, 139;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffdb46;
  --bs-btn-active-border-color: #ffdb46;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffdb46;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffdb46;
  --bs-gradient: none;
}

.btn-alt-primary {
  --bs-btn-color: #695400;
  --bs-btn-bg: #f5e5a7;
  --bs-btn-border-color: #f5e5a7;
  --bs-btn-hover-color: #574500;
  --bs-btn-hover-bg: #f7db6b;
  --bs-btn-hover-border-color: #f5e5a7;
  --bs-btn-focus-shadow-rgb: 173, 189, 228;
  --bs-btn-active-color: #574500;
  --bs-btn-active-bg: #f5e5a7;
  --bs-btn-active-border-color: #f5e5a7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #8b8673;
  --bs-btn-disabled-bg: #f8f2da;
  --bs-btn-disabled-border-color: #f8f2da;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1e2020;
  --bs-btn-border-color: #262929;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #343737;
  --bs-btn-hover-border-color: #38404a;
  --bs-btn-focus-shadow-rgb: 102, 111, 122;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #282a2a;
  --bs-btn-active-border-color: #262929;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #262929;
  --bs-btn-disabled-border-color: #262929;
}

.btn-outline-secondary {
  --bs-btn-color: #475569;
  --bs-btn-border-color: #475569;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #475569;
  --bs-btn-hover-border-color: #475569;
  --bs-btn-focus-shadow-rgb: 71, 85, 105;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #475569;
  --bs-btn-active-border-color: #475569;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #475569;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #475569;
  --bs-gradient: none;
}

.btn-alt-secondary {
  --bs-btn-color: #1e2226;
  --bs-btn-bg: #ebeef2;
  --bs-btn-border-color: #ebeef2;
  --bs-btn-hover-color: #1a1d20;
  --bs-btn-hover-bg: #d4d6da;
  --bs-btn-hover-border-color: #d4d6da;
  --bs-btn-focus-shadow-rgb: 204, 207, 211;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eff1f5;
  --bs-btn-active-border-color: #edf0f3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ebeef2;
  --bs-btn-disabled-border-color: #ebeef2;
}

.btn-dark {
  background-color: #1e2020;
  color: white;
}

.bg-primary {
  background-color: #f3c408 !important;
}

.bg-primary-lighter {
  background-color: #ffea98 !important;
}

.bg-secondary {
  background-color: #1e2020 !important;
}

.bg-secondary-lighter {
  background-color: #f3f6f6 !important;
}

.bg-success {
  background-color: #a6dc63 !important;
}

.bg-success-lighter {
  background-color: #e0f3c8 !important;
}

.text-success {
  color: #68bc20 !important;
}

.progress-bar {
  background-color: #ffdb46;
}

.text-primary {
  color: #fbb03b !important;
}

#page-container:not(.sidebar-dark) .nav-main-link.active {
  color: #000000;
  background-color: #edf2f1;
}

#page-container:not(.sidebar-dark) .nav-main-link.active .nav-main-link-icon:not(.si, .fa) {
  filter: invert();
}

:has(.sidebar-dark) .brand-logo {
  filter: brightness(0) invert(1) grayscale(100%) brightness(1000%) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #f0f1f2;
  color: #000;
  outline: 2px solid #000;
  outline-offset: -2px;
}

.link-circle {
  color: #6B6B6B;
  background-color: #f0f1f2;
  border-radius: 50%;
  padding: 5px 10px;
}

.border-primary {
  border-color: #ffdb46 !important;
}

.input-group-text {
  color: #3c4554;
  background-color: #f0f1f2;
  border-color: #dfdfdf;
}

.form-control,
.form-select {
  color: black;
  background-color: white;
}

.form-control:focus,
.form-select:focus {
  color: #2a303b;
  background-color: #fff;
  border-color: #ffdb46;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(251, 177, 59, 0.992);
}

.list-group-item.active {
  color: #000000;
  background-color: #ffdb46;
  border-color: #ffdb46;
}

.page-item.active .page-link {
  color: #fbb03b !important;
  background-color: #f8f9f9 !important;
  border-color: #fbb03b !important;
}

.page-item.active .page-link {
  color: #fbb03b !important;
  background-color: #f8f9f9 !important;
  border-color: #fbb03b !important;
}

.page-link:hover {
  color: #fbb03b !important;
  background-color: #f8f9f9 !important;
  border-color: #fbb03b !important;
}

.navbar {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.alert-primary {
  background-color: #ffea98 !important;
  color: #000000 !important;
}

.custom-card {
  height: 358px;
  width: 716px;
}

.orange-bg {
  background-color: #fbb03b;
}

.btn:hover {
  background-color: #ff8c00;
}

.container-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.small-btn {
  width: 100%;
}

.custom-btn {
  border-radius: 25px;
  padding: 13px 210px;
  font-size: 18px;
}

.top-right-image {
  position: fixed;
  padding-left: 100px;
  top: 20px;
  right: 45.5%;
  z-index: 1000;
}

.sentence-container {
  max-width: 80%;
  margin: 0 auto;
}

.parent {
  font-size: 22px;
  color: black;
  text-align: center;
}

.font {
  font-size: 2em;
}

.search-bar input[type="text"]:focus+#list-search,
.search-bar input[type="text"]:not(:placeholder-shown)+#list-search {
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .top-right-image {
    top: 15px;
    right: 37%;
  }

  .sentence-container {
    max-width: 100%;
  }

  .parent {
    font-size: 18px;
  }
}

@media print {

  .no-print,
  .no-print * {
    display: none !important;
  }
}

.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
}

.steps .step:first-child {
  margin-left: auto;
}

.steps .step:last-child {
  margin-right: auto;
}

.step:first-of-type .step-circle::before {
  display: none;
}

.step:last-of-type .step-content {
  padding-right: 0;
}

.step-content {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 5rem;
  min-width: 5rem;
  max-width: 5rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
}

.step-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #adb5bd;
  border: 2px solid #adb5bd;
  border-radius: 100%;
  background-color: #fff;
}

.step-circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  width: calc(5rem + 1rem - 1.5rem);
  height: 2px;
  transform: translate(-100%, -50%);
  color: #adb5bd;
  background-color: currentColor;
}

.step-text {
  color: #adb5bd;
  word-break: break-all;
  margin-top: 0.25em;
  font-size: 10px;
}

.step-active .step-circle {
  color: #000;
  background-color: #ffdb46;
  border-color: #f3c408;
}

.step-active .step-circle::before {
  color: #ffdb46;
}

.step-active .step-text {
  color: #000;
}

.asteriskField {
  display: none;
}

[v-cloak] {
  display: none;
}

.table-scroll {
  max-height: 300px;
  overflow-y: auto;
}

.step-list .nav-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  padding-left: 2.5rem;
  color: #555 !important;
  background-color: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-right: 8px;
  flex-shrink: 0;
  transition: 0.3s;
}

.step-list .nav-link:hover {
  background-color: #e9ecef;
  color: #000 !important;
}

.nav-link.active {
  background-color: #212529 !important;
  color: #fff !important;
}

.nav-link.active .step-badge {
  background: #000;
  transform: scale(1.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}


.swiper {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  max-width: 100%;
  border-radius: 8px;
}

.swiper-slide p {
  margin-top: 8px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #999;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ffdb46;
}

.swiper-button-prev {
  color: black !important;
}

.swiper-button-next {
  color: black !important;
}

#terms-box {
  width: 400px;
  height: 200px;
  padding: 15px;
  border-radius: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 1.5;
}

.agree-container {
  margin-top: 10px;
  font-size: 14px;
}

#agree-checkbox {
  cursor: not-allowed;
}

#agree-checkbox:enabled {
  cursor: pointer;
}