@charset "UTF-8";
/* Critical: hide x-cloak elements until Alpine.js initializes — prevents flash of interstitials */
[x-cloak] { display: none !important; }
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.xform-container {
  font-family: "Nunito", sans-serif;
  background-color: #faf9fc;
  padding: 0;
  width: 100%;
}

#xform-all-container, #xform-single-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 0;
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  font-family: "Nunito", sans-serif;
  /* Loading State Styles */
  /* Progress Bar Styles */
  /* Section Checkboxes Styles */
  /* Disabled Button Styles */
}
@media (max-width: 768px) {
  #xform-all-container, #xform-single-container {
    flex-direction: column;
  }
}
#xform-all-container #xform-sidebar, #xform-single-container #xform-sidebar {
  min-width: 280px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  padding: 16px;
}
#xform-all-container #xform-sidebar h3, #xform-single-container #xform-sidebar h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
#xform-all-container #xform-sidebar .sidebar-section, #xform-single-container #xform-sidebar .sidebar-section {
  background: #E6ECFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  overflow: hidden;
}
#xform-all-container #xform-sidebar .sidebar-section:nth-last-child(1), #xform-single-container #xform-sidebar .sidebar-section:nth-last-child(1) {
  margin-bottom: 0;
}
#xform-all-container #xform-sidebar .sidebar-section .sidebar-item-header, #xform-single-container #xform-sidebar .sidebar-section .sidebar-item-header {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
#xform-all-container #xform-sidebar .sidebar-section .sidebar-item-header .sidebar-item-header-left-content, #xform-single-container #xform-sidebar .sidebar-section .sidebar-item-header .sidebar-item-header-left-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
#xform-all-container #xform-sidebar .sidebar-section .sidebar-item-header .sidebar-item-header-left-content .sidebar-item-header-icon, #xform-single-container #xform-sidebar .sidebar-section .sidebar-item-header .sidebar-item-header-left-content .sidebar-item-header-icon {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#xform-all-container #xform-sidebar .sidebar-section .sidebar-item-header .sidebar-item-header-left-content .sidebar-item-header-text, #xform-single-container #xform-sidebar .sidebar-section .sidebar-item-header .sidebar-item-header-left-content .sidebar-item-header-text {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
#xform-all-container #xform-sidebar .sidebar-section .sidebar-item-header .sidebar-item-header-right-content, #xform-single-container #xform-sidebar .sidebar-section .sidebar-item-header .sidebar-item-header-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
#xform-all-container #xform-sidebar .sidebar-section .sidebar-item-header .sidebar-item-header-right-content svg, #xform-single-container #xform-sidebar .sidebar-section .sidebar-item-header .sidebar-item-header-right-content svg {
  margin-right: 5px;
}
#xform-all-container #xform-sidebar .sidebar-section .sidebar-item-header.active .sidebar-item-header-right-content svg, #xform-single-container #xform-sidebar .sidebar-section .sidebar-item-header.active .sidebar-item-header-right-content svg {
  transform: rotate(180deg);
}
#xform-all-container #xform-sidebar .sidebar-section .sidebar-section-content ul, #xform-single-container #xform-sidebar .sidebar-section .sidebar-section-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 16px;
  width: 100%;
}
#xform-all-container #xform-sidebar .sidebar-section .sidebar-section-content ul li, #xform-single-container #xform-sidebar .sidebar-section .sidebar-section-content ul li {
  width: 100%;
  cursor: pointer;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  border-left: 3px solid transparent;
}
#xform-all-container #xform-sidebar .sidebar-section .sidebar-section-content ul li.active, #xform-single-container #xform-sidebar .sidebar-section .sidebar-section-content ul li.active {
  border-color: #35407C;
}
#xform-all-container #xform-sidebar .sidebar-section .sidebar-section-content ul li .test-info, #xform-single-container #xform-sidebar .sidebar-section .sidebar-section-content ul li .test-info {
  width: 100%;
  position: relative;
}
#xform-all-container #xform-sidebar .sidebar-section .sidebar-section-content ul li .test-info .test-name, #xform-single-container #xform-sidebar .sidebar-section .sidebar-section-content ul li .test-info .test-name {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
#xform-all-container #xform-sidebar .sidebar-section .sidebar-section-content ul li .test-info .test-meta, #xform-single-container #xform-sidebar .sidebar-section .sidebar-section-content ul li .test-info .test-meta {
  font-size: 14px;
  font-weight: 800;
  color: #35407C;
}
#xform-all-container #xform-sidebar .sidebar-section .sidebar-section-content ul li .test-info::after, #xform-single-container #xform-sidebar .sidebar-section .sidebar-section-content ul li .test-info::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #35407C;
  border-radius: 50%;
}
#xform-all-container #xform-main, #xform-single-container #xform-main {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
#xform-all-container #xform-main .xform-test-container, #xform-single-container #xform-main .xform-test-container {
  padding: 0;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
#xform-all-container #xform-main .xform-tests-container, #xform-single-container #xform-main .xform-tests-container {
  padding: 16px;
}
#xform-all-container #xform-main .xform-tests-container .xform-tests, #xform-single-container #xform-main .xform-tests-container .xform-tests {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
#xform-all-container #xform-main .xform-tests-container .xform-tests .xform-test, #xform-single-container #xform-main .xform-tests-container .xform-tests .xform-test {
  flex-grow: 1;
  width: calc(33.3333333333% - 16px);
  min-width: 250px;
  min-height: 250px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(128, 128, 128, 0.1);
  border-radius: 14px;
  padding: 16px;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition-duration: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
#xform-all-container #xform-main .xform-tests-container .xform-tests .xform-test:hover, #xform-single-container #xform-main .xform-tests-container .xform-tests .xform-test:hover {
  box-shadow: 0 4px 8px rgba(128, 128, 128, 0.2);
}
#xform-all-container #xform-main .xform-tests-container .xform-tests .xform-test .xform-test-ribbon, #xform-single-container #xform-main .xform-tests-container .xform-tests .xform-test .xform-test-ribbon {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #35407C;
  color: #fff;
  gap: 8px;
  font-size: 14px;
  border-radius: 0 0 14px 0;
}
#xform-all-container #xform-main .xform-tests-container .xform-tests .xform-test .xform-test-ribbon .ribbon-icon, #xform-single-container #xform-main .xform-tests-container .xform-tests .xform-test .xform-test-ribbon .ribbon-icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
  display: flex;
  align-items: center;
}
#xform-all-container #xform-main .xform-tests-container .xform-tests .xform-test .xform-test-title, #xform-single-container #xform-main .xform-tests-container .xform-tests .xform-test .xform-test-title {
  font-size: 20px;
  font-weight: 600;
}
#xform-all-container #xform-main .xform-tests-container .xform-tests .xform-test .xform-test-meta, #xform-single-container #xform-main .xform-tests-container .xform-tests .xform-test .xform-test-meta {
  font-size: 14px;
  font-weight: 400;
  color: #35407C;
  text-transform: lowercase;
}
#xform-all-container #xform-main .xform-tests-container .xform-tests .xform-test .xform-test-description, #xform-single-container #xform-main .xform-tests-container .xform-tests .xform-test .xform-test-description {
  font-size: 14px;
  margin-top: 10px;
}
#xform-all-container #xform-main .xform-tests-container .xform-tests .xform-test .xform-test-trigger, #xform-single-container #xform-main .xform-tests-container .xform-tests .xform-test .xform-test-trigger {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
#xform-all-container #xform-main .xform-tests-container .xform-tests .xform-test .xform-test-trigger::after, #xform-single-container #xform-main .xform-tests-container .xform-tests .xform-test .xform-test-trigger::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #35407C;
  border-radius: 50%;
  margin-left: 8px;
}
#xform-all-container #xform-main .xform-introduction, #xform-single-container #xform-main .xform-introduction {
  min-width: 100%;
  display: block;
  min-height: 200px;
  overflow: hidden;
  margin: 10px auto;
}
#xform-all-container #xform-main .xform-test-header, #xform-single-container #xform-main .xform-test-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#xform-all-container #xform-main .xform-test-header .xform-title-container, #xform-single-container #xform-main .xform-test-header .xform-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#xform-all-container #xform-main .xform-test-header .xform-title-container .xform-title, #xform-single-container #xform-main .xform-test-header .xform-title-container .xform-title {
  margin: 0;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
#xform-all-container #xform-main .xform-test-header .xform-title-container span, #xform-single-container #xform-main .xform-test-header .xform-title-container span {
  display: block;
  font-size: 12px;
  color: #c3636c;
  font-weight: 600;
  min-width: -moz-max-content;
  min-width: max-content;
  border-bottom: 1px solid #c3636c;
  padding: 4px 8px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #xform-all-container #xform-main .xform-test-header .xform-title-container span, #xform-single-container #xform-main .xform-test-header .xform-title-container span {
    display: none;
  }
}
#xform-all-container #xform-main .xform-test-header .xform-steps, #xform-single-container #xform-main .xform-test-header .xform-steps {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: end;
}
@media (max-width: 768px) {
  #xform-all-container #xform-main .xform-test-header .xform-steps, #xform-single-container #xform-main .xform-test-header .xform-steps {
    flex-direction: column-reverse;
    align-items: end;
    justify-content: end;
    max-width: 50%;
  }
}
#xform-all-container #xform-main .xform-test-header .xform-steps .xform-progress-bar, #xform-single-container #xform-main .xform-test-header .xform-steps .xform-progress-bar {
  width: 100%;
  height: 6px;
  background-color: #e5e7eb;
  border-radius: 5px;
  overflow: hidden;
}
#xform-all-container #xform-main .xform-test-header .xform-steps .xform-progress-bar .xform-progress-fill, #xform-single-container #xform-main .xform-test-header .xform-steps .xform-progress-bar .xform-progress-fill {
  height: 100%;
  background-color: #20b486;
  transition: width 0.3s ease-in-out;
}
#xform-all-container #xform-main .xform-test-header .xform-steps .xform-steps-counter, #xform-single-container #xform-main .xform-test-header .xform-steps .xform-steps-counter {
  display: block;
  width: 100%;
  max-width: 70px;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
}
#xform-all-container #xform-main .xform-description, #xform-single-container #xform-main .xform-description {
  display: block;
  font-size: 12px;
}
#xform-all-container #xform-main .xform-introduction, #xform-single-container #xform-main .xform-introduction {
  min-width: 100%;
  display: block;
  min-height: 200px;
  overflow: hidden;
  margin: 10px auto;
}

  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  gap: 8px;
}
#xform-all-container .xform-loading-state, #xform-single-container .xform-loading-state {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
#xform-all-container .xform-loading-content, #xform-single-container .xform-loading-content {
  text-align: center;
  max-width: 500px;
  width: 100%;
  padding: 20px;
}
#xform-all-container .xform-loading-content h3, #xform-single-container .xform-loading-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}
#xform-all-container .xform-loading-content h4, #xform-single-container .xform-loading-content h4 {
  font-size: 14px;
  margin: 15px 0;
  color: #555;
}
#xform-all-container .xform-loading-content p, #xform-single-container .xform-loading-content p {
  font-size: 14px;
  font-weight: bold;
}
#xform-all-container .xform-loading-spinner, #xform-single-container .xform-loading-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #35407C;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  margin: 0 auto 20px;
}
#xform-all-container .xform-loading-progress, #xform-single-container .xform-loading-progress {
  width: 100%;
  height: 10px;
  background-color: #f3f3f3;
  border-radius: 10px;
  margin: 20px 0;
  overflow: hidden;
}
#xform-all-container .xform-loading-progress-bar, #xform-single-container .xform-loading-progress-bar {
  height: 100%;
  background-color: #35407C;
  border-radius: 10px;
  transition: width 0.3s ease;
}
#xform-all-container .xform-section-checkboxes, #xform-single-container .xform-section-checkboxes {
  margin: 20px 0;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#xform-all-container .xform-section-checkbox, #xform-single-container .xform-section-checkbox {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-bottom: 10px;
}
#xform-all-container .xform-section-checkbox input[type=checkbox]:disabled, #xform-single-container .xform-section-checkbox input[type=checkbox]:disabled {
  display: none;
}
#xform-all-container .xform-section-checkbox::before, #xform-single-container .xform-section-checkbox::before {
  content: "";
  margin-right: 10px;
  min-width: 18px;
  min-height: 18px;
  background-color: #cccccc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
}
#xform-all-container .xform-section-checkbox:has(:checked)::before, #xform-single-container .xform-section-checkbox:has(:checked)::before {
  content: "✓";
  background-color: #35407C;
}
#xform-all-container .xform-section-checkbox span, #xform-single-container .xform-section-checkbox span {
  font-size: 14px;
  color: #555;
}
#xform-all-container .xform-btn-primary:disabled, #xform-single-container .xform-btn-primary:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  opacity: 0.7;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#xform-single-container {
  padding: 0 20px;
}

.xform-btn-primary {
  display: inline-block;
  min-width: 150px;
  padding: 10px 20px;
  background-color: #35407C;
  border-color: #35407C;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s ease;
}
.xform-btn-primary:hover {
  background-color: #6070c0;
  border-color: #6070c0;
}
.xform-btn-primary:active, .xform-btn-primary:focus {
  background-color: #35407C;
  border-color: #35407C;
}
.xform-btn-primary:active:hover, .xform-btn-primary:focus:hover {
  background-color: #6070c0;
  border-color: #6070c0;
}

.xform-btn-secondary {
  display: inline-block;
  min-width: 150px;
  padding: 10px 20px;
  background-color: #fff;
  border-color: #ED7E97;
  color: #ED7E97;
  text-decoration: none;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}
.xform-btn-secondary:hover {
  background-color: #35407C;
  border-color: #35407C;
}
.xform-btn-secondary:active, .xform-btn-secondary:focus {
  background-color: #fff;
  color: #ED7E97;
  border-color: #ED7E97;
}
.xform-btn-secondary:active:hover, .xform-btn-secondary:focus:hover {
  background-color: #35407C;
  border-color: #35407C;
  color: #fff;
}

.brain_aura_main {
  background-color: #faf9fc;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: calc(100vh - 200px);
  font-family: "Nunito", sans-serif;
  overflow: hidden;
}
.brain_aura_main.plain {
  background-image: none;
}
.brain_aura_main .login-form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  min-height: calc(100vh - 200px);
}
.brain_aura_main .login-form-container .login-form {
  width: 440px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 35px;
  position: relative;
}
.brain_aura_main .login-form-container .login-form::before {
  content: "";
  display: block;
  width: 250px;
  height: 250px;
/*   background-image: url(../img/brain-fcon.svg); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -150px;
  right: -195px;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .brain_aura_main .login-form-container .login-form::before {
    top: -110px;
    right: 50%;
    transform: translate(50%, 0);
    width: 150px;
    height: 150px;
  }
}
.brain_aura_main .brain-aura-form .form-header {
  text-align: center;
  margin-bottom: 28px;
}
.brain_aura_main .brain-aura-form .form-header h2 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 8px;
}
.brain_aura_main .brain-aura-form .form-header p {
  font-size: 16px;
}
.brain_aura_main .brain-aura-form .form-field {
  margin-bottom: 16px;
}
.brain_aura_main .brain-aura-form .form-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}
.brain_aura_main .brain-aura-form .form-field input {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #D8D8D8;
  background-color: #F1F4F9;
  border-radius: 8px;
}
.brain_aura_main .brain-aura-form .form-field input::-moz-placeholder {
  color: #A6A6A6;
  font-weight: 100;
}
.brain_aura_main .brain-aura-form .form-field input::placeholder {
  color: #A6A6A6;
  font-weight: 100;
}
.brain_aura_main .brain-aura-form .form-field input:hover {
  border-color: #A6A6A6;
}
.brain_aura_main .brain-aura-form .form-field input:focus {
  outline: none;
  border-color: #35407C;
}
.brain_aura_main .brain-aura-form .form-field.otp-fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.brain_aura_main .brain-aura-form .form-field.otp-fields input {
  padding: 12px 16px;
  text-align: center;
}
.brain_aura_main .brain-aura-form .form-field.otp-fields input:focus::-moz-placeholder {
  color: transparent;
}
.brain_aura_main .brain-aura-form .form-field.otp-fields input:focus::placeholder {
  color: transparent;
}
.brain_aura_main .brain-aura-form .form-actions {
  text-align: center;
  padding-top: 8px;
}
.brain_aura_main .brain-aura-form .form-actions button {
  padding: 10px 20px;
  background-color: #35407C;
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
}
.brain_aura_main .brain-aura-form .form-actions button:hover {
  background-color: #6070c0;
}
.brain_aura_main .brain-aura-form .form-actions a {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  color: #ED7E97;
  text-decoration: none;
}
.brain_aura_main .brain-aura-form .form-actions a:hover {
  text-decoration: underline;
}
.brain_aura_main .brain-aura-form .form-errors {
  color: red;
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}
.brain_aura_main .loading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: calc(100vh - 200px);
}
.brain_aura_main .loading-container .loading-dots {
  display: flex;
  gap: 8px;
}
.brain_aura_main .loading-container .loading-dots span {
  width: 10px;
  height: 10px;
  background-color: #ED7E97;
  border-radius: 50%;
  animation: bounce 1.5s infinite ease-in-out;
}
.brain_aura_main .loading-container .loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.brain_aura_main .loading-container .loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}
.brain_aura_main .loading-container .loading-dots.complete span {
  animation: none;
  background-color: #4CAF50;
}
.brain_aura_main .loading-container .loading-status {
  font-size: 16px;
  font-weight: 800;
  margin-top: 8px;
}
.brain_aura_main .brain-aura-checkout {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  gap: 8px;
  border-radius: 10px;
  padding: 20px 40px;
  background-color: #C4D5F2;
  max-width: 1140px;
  margin: 20px auto;
}
.brain_aura_main .brain-aura-checkout .checkout-header {
	padding: 20px 0;
	flex-grow: 1;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-evenly;
	max-width: 100%;
}
.brain_aura_main .brain-aura-checkout .checkout-header h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #35407C;
}
.brain_aura_main .brain-aura-checkout .checkout-header img {
  width: 100%;
  max-width: 300px;
}
.brain_aura_main .brain-aura-checkout .checkout-body {
  flex-grow: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 100%;
}
.brain_aura_main .brain-aura-checkout .checkout-body .order-details {
  background-color: #E5E8F9;
  border-radius: 10px;
  padding: 15px 25px;
}
.brain_aura_main .brain-aura-checkout .checkout-body .order-details .order-items .order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 16px;
}
.brain_aura_main .brain-aura-checkout .checkout-body .order-details .order-items .order-item:last-child {
  border-top: 1px solid #D8D8D8;
  font-weight: 800;
}
.brain_aura_main .brain-aura-checkout .checkout-body h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 20px;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group {
  flex-grow: 1;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group input {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #D8D8D8;
  background-color: #E5E8F9;
  border-radius: 8px;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group input::-moz-placeholder {
  color: #A6A6A6;
  font-weight: 100;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group input::placeholder {
  color: #A6A6A6;
  font-weight: 100;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group input:active, .brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group input:focus {
  outline: none;
  border-color: #35407C;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group input.invalid {
  border-color: red;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group button[type=submit] {
  margin-top: 20px;
  display: inline-block;
  min-width: 150px;
  width: 100%;
  padding: 10px 20px;
  background-color: #35407C;
  border-color: #35407C;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s ease;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group button[type=submit]:hover {
  background-color: #6070c0;
  border-color: #6070c0;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group button[type=submit]:active, .brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group button[type=submit]:focus {
  background-color: #35407C;
  border-color: #35407C;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group button[type=submit]:active:hover, .brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group button[type=submit]:focus:hover {
  background-color: #6070c0;
  border-color: #6070c0;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group:has(input.invalid) label {
  color: red;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .form-row .form-group .stripe-element {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.brain_aura_main .brain-aura-checkout .checkout-body .payment-form form .checkout-notice {
  font-size: 14px;
}
.brain_aura_main .highlighted-text {
  color: #ED7E97;
}
.brain_aura_main .dashboard-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  gap: 16px;
  border-radius: 10px;
  max-width: 1140px;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .brain_aura_main .dashboard-container {
    flex-direction: column;
    padding: 20px;
    gap: 8px;
  }
  .brain_aura_main .dashboard-container .sidebar, .brain_aura_main .dashboard-container .main-content {
    max-width: 100%;
  }
}
.brain_aura_main .dashboard-container .sidebar, .brain_aura_main .dashboard-container .main-content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.brain_aura_main .dashboard-container .sidebar {
  flex-grow: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px 20px;
  max-width: 25%;
}
@media (max-width: 768px) {
  .brain_aura_main .dashboard-container .sidebar {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-header {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-header h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-header .sidebar-toggle {
  width: 20px;
  height: 20px;
/*   background-image: url(../img/icons/chevron-down-circle.svg); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  display: none;
}
@media (max-width: 768px) {
  .brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-header {
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-header h2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-header .sidebar-toggle {
    display: block;
  }
}
.brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 768px) {
  .brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  .brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-links.active {
    max-height: 500px;
    transition: max-height 0.5s ease-in;
  }
  .brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-links :first-child {
    margin-top: 10px;
  }
}
.brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-links a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #35407C;
  border-radius: 5px;
  transition-duration: 0.3s;
}
.brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-links a:hover {
  background-color: #C4D5F2;
  color: #35407C;
}
.brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-links a.active {
  background-color: #35407C;
  color: #fff;
}
.brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-links a.danger {
  background-color: #F2D6D6;
  color: #ED7E97;
}
.brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-links a.danger:hover {
  background-color: #ED7E97;
  color: #fff;
}
.brain_aura_main .dashboard-container .sidebar .sidebar-content .sidebar-links hr {
  margin: 2px 0;
  border: none;
  border-top: 1px solid #D8D8D8;
  width: 100%;
}
.brain_aura_main .dashboard-container .main-content {
  flex-grow: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 75%;
}
@media (max-width: 768px) {
	.brain_aura_main .dashboard-container .main-content {
		max-width: 100%;
	}
	.brain_aura_main .brain-aura-checkout{
		flex-direction: column !important;
	}
	.brain_aura_main .brain-aura-checkout .checkout-header h1{
		font-size: 30px;
	}

}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.3;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Lovable-style rating tweaks: scoped to single rating test only */
html{scroll-behavior:smooth}

/* ── Sleek Step Navigation ──────────────────────────────────────────────── */
#xform-all-container #xform-main .xform-step-navigation,
#xform-single-container #xform-main .xform-step-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid #f0f1f8;
  gap: 12px;
}

/* Right-side action buttons wrapper */
#xform-all-container #xform-main .xform-nav-actions,
#xform-single-container #xform-main .xform-nav-actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

/* Back button: subtle ghost style */
#xform-all-container #xform-main .xform-btn-back,
#xform-single-container #xform-main .xform-btn-back {
  background: transparent;
  border: 1.5px solid #d1d5e8;
  color: #6b7280;
  font-size: 14px;
  min-width: 100px;
  padding: 9px 18px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
}
#xform-all-container #xform-main .xform-btn-back:hover,
#xform-single-container #xform-main .xform-btn-back:hover {
  border-color: #35407C;
  color: #35407C;
  background: #f4f5fb;
}

/* ── Layout & Centering fixes ───────────────────────────────────────────── */

/* Main container: full width, no centering cap */
.xform-container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* No white card padding/shadow — let inner components handle their own styling */
#xform-all-container #xform-main .xform-test-container,
#xform-single-container #xform-main .xform-test-container {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Loading state: compact, centered, no excessive height */
#xform-all-container .xform-loading-state,
#xform-single-container .xform-loading-state {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 24px 0 8px;
}

#xform-all-container .xform-loading-content,
#xform-single-container .xform-loading-content {
  text-align: center;
  width: 100%;
  padding: 0;
}

/* Intro screen (step 0): center the introduction HTML content */
#xform-all-container #xform-main .xform-introduction,
#xform-single-container #xform-main .xform-introduction {
  text-align: center;
}

/* On step 0, nav should center the Let's Start button */
#xform-all-container #xform-main .xform-step-navigation:has(.xform-btn-back[style*="display: none"]),
#xform-single-container #xform-main .xform-step-navigation:has(.xform-btn-back[style*="display: none"]) {
  justify-content: center;
}

/* Simpler approach: when Back is hidden, center the nav-actions */
#xform-all-container #xform-main .xform-nav-actions,
#xform-single-container #xform-main .xform-nav-actions {
  display: flex;
  gap: 10px;
}

/* Step navigation: ensure it stays within the card */
#xform-all-container #xform-main .xform-step-navigation,
#xform-single-container #xform-main .xform-step-navigation {
  width: 100%;
  box-sizing: border-box;
}

/* Section checkboxes: 2-col grid, tighter spacing */
#xform-all-container #xform-main .xform-section-checkboxes,
#xform-single-container #xform-main .xform-section-checkboxes {
  margin: 16px auto;
  max-width: 480px;
  text-align: left;
}

/* Progress bar in section loading */
#xform-all-container #xform-main .xform-loading-progress,
#xform-single-container #xform-main .xform-loading-progress {
  max-width: 400px;
  margin: 16px auto;
}

/* ── Submit button states & inline error ────────────────────────────────── */
#xform-all-container #xform-main .xform-btn-disabled,
#xform-single-container #xform-main .xform-btn-disabled {
  background-color: #c4c8e0;
  border-color: #c4c8e0;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.7;
}
#xform-all-container #xform-main .xform-btn-disabled:hover,
#xform-single-container #xform-main .xform-btn-disabled:hover {
  background-color: #c4c8e0;
  border-color: #c4c8e0;
}

.xform-inline-error {
  margin-top: 14px;
  padding: 12px 16px;
  background: #fff1f2;
  border: 1px solid #fecdd3;
  border-radius: 8px;
  color: #be123c;
  font-size: 14px;
  text-align: center;
  display: none;
}
.xform-inline-error[style*="display: block"],
.xform-inline-error:not([style*="display: none"]) {
  display: block;
}

/* ── SVG option support ──────────────────────────────────────────── */
#xform-all-container #xform-main .xform-mcq .xform-field .field-options div.xform-field__option--svg,
#xform-single-container #xform-main .xform-mcq .xform-field .field-options div.xform-field__option--svg {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}
#xform-all-container #xform-main .xform-mcq .xform-field .field-options div.xform-field__option--svg label,
#xform-single-container #xform-main .xform-mcq .xform-field .field-options div.xform-field__option--svg label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
}
.xform-field__option--svg svg,
.xform-label--svg svg {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    pointer-events: none;
}
.xform-field__option.has-image label img[src$=".svg"] {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* ── SVG question (field_name) rendering ────────────────────────── */
.xform-field__question.xform-question--svg svg,
.field-question.xform-question--svg svg {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
    pointer-events: none;
}
.xform-field__question.xform-question--svg,
.field-question.xform-question--svg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}
.xform-field__question.has-image img,
.field-question.has-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

/* =====================================================================
   Progress / Loading Page — Full-screen polished design
   ===================================================================== */
body:has(.brain_aura_main.processing-page) { margin-top: 0 !important; }

.brain_aura_main.processing-page {
  min-height: 100vh;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f2f8;
}

.brain_aura_main.processing-page .xform-processing-default {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 620px;
  padding: 24px 20px;
}

.brain_aura_main.processing-page .xform-processing-hero {
  background: #fff !important;
  border-radius: 24px !important;
  padding: 44px 40px !important;
  box-shadow: 0 4px 40px rgba(28,32,64,.07) !important;
  text-align: center;
  width: 100%;
}

.brain_aura_main.processing-page .xform-processing-hero .eyebrow {
  display: inline-block;
  padding: 6px 16px !important;
  border-radius: 999px !important;
  background: #eef2ff !important;
  color: #7c6cf0 !important;
  font-weight: 700;
  font-size: 11px !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.brain_aura_main.processing-page .xform-processing-hero h1 {
  font-size: 28px;
  font-weight: 800;
  color: #1a1d2e;
  margin: 14px 0 10px !important;
  letter-spacing: -.02em;
}

.brain_aura_main.processing-page .xform-processing-hero p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.65;
  max-width: 420px;
  margin: 0 auto;
}

.brain_aura_main.processing-page .loading-container {
  background: #fff !important;
  border-radius: 24px !important;
  padding: 36px 40px !important;
  box-shadow: 0 4px 40px rgba(28,32,64,.07) !important;
  text-align: center;
  width: 100%;
}

.brain_aura_main.processing-page .loading-dots span {
  background: #7c6cf0 !important;
  width: 12px !important;
  height: 12px !important;
}

.brain_aura_main.processing-page .loading-status,
.brain_aura_main.processing-page #loading-status {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
  margin-top: 8px;
}

/* Login / signup form on progress page */
.brain_aura_main.processing-page .login-form-container {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 4px 40px rgba(28,32,64,.07);
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
