@charset "UTF-8";
@font-face {
  font-family: 'Inter';
  src: url("/font/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'Inter';
  src: url("/font/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: italic; }
@font-face {
  font-family: 'Fraunces';
  src: url("/font/Fraunces-VariableFont_SOFT,WONK,opsz,wght.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'Fraunces';
  src: url("/font/Fraunces-Italic-VariableFont_SOFT,WONK,opsz,wght.ttf") format("truetype");
  font-style: italic; }
:root {
  --color-primary: #06ce00;
  --color-secondary: #003511;
  --color-text: #000000;
  --color-accent: #e1f5e8;
  --bs-primary: #06ce00;
  --bs-primary-rgb: 6,206,100;
  --bs-secondary: #003511;
  --bs-secondary-rgb: 53,17,100; }

.tooltip {
  max-width: 800px !important;
  --bs-tooltip-max-width: 800px; }

.btn {
  border-radius: 20px; }
  .btn.btn-175 {
    min-width: 175px; }

html[data-bs-theme="dark"] {
  --color-primary: #003511;
  --color-secondary: #06ce00;
  --color-text: #e1f5e8;
  --color-accent: #000000;
  --bs-primary: #06ce00;
  --bs-primary-rgb: 6,206,100;
  --bs-secondary: #016423;
  --bs-secondary-rgb: 1,100,35; }
  html[data-bs-theme="dark"] .quiz-result-wrapper .bg-accent-0 {
    background-color: #3a403c; }
  html[data-bs-theme="dark"] .quiz-result-wrapper .bg-accent-1 {
    background-color: #333239; }
  html[data-bs-theme="dark"] .quiz-result-wrapper .bg-accent-2 {
    background-color: #554d3e; }
  html[data-bs-theme="dark"] .logo-light {
    display: none; }

html[data-bs-theme="light"] .quiz-result-wrapper h3, html[data-bs-theme="light"] .quiz-result-wrapper h4, html[data-bs-theme="light"] .quiz-result-wrapper h5 {
  color: #003511; }
html[data-bs-theme="light"] .logo-dark {
  display: none; }

@media print {
  .col-xl-7, .col-xl-5, .col-xl-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important; }

  .no-print, .page-info, .icon {
    display: none !important; }

  .quiz-result-wrapper .page-columns-2 {
    column-count: 1 !important; }

  .accent {
    page-break-inside: avoid;
    break-inside: avoid; } }
.avoid-break {
  page-break-inside: avoid;
  break-inside: avoid; }

.page-break {
  page-break-before: always;
  break-before: page; }

body {
  font-family: Inter, sans-serif;
  display: flex; }

#left-side {
  width: 288px;
  min-height: 100vh; }
  #left-side #menu-logo {
    margin: 50px 30px 35px 30px;
    width: 140px;
    max-width: 80%; }
  #left-side #menu-logo-s {
    margin: 50px auto 35px;
    width: 87px;
    display: none;
    max-width: 55%; }
  #left-side #menu_resize {
    position: absolute;
    cursor: e-resize;
    top: 5px;
    left: 20px;
    font-size: 10px;
    color: #b7aa63; }
    #left-side #menu_resize > .chevron-left {
      display: flex;
      align-items: center !important;
      justify-content: center !important; }
    #left-side #menu_resize > .chevron-right {
      display: none;
      align-items: center !important;
      justify-content: center !important; }
  #left-side #left-menu-side {
    height: 100%;
    width: 100%;
    background-color: #003511; }
    #left-side #left-menu-side .menu-item {
      position: relative; }
      #left-side #left-menu-side .menu-item.menu-group::after {
        content: "›";
        display: inline-block;
        margin-left: 0.5em;
        transition: transform 0.5s ease;
        right: 35px;
        top: 0;
        position: absolute;
        font-size: 28px; }
      #left-side #left-menu-side .menu-item.menu-group.active::after {
        transform: rotate(90deg); }
    #left-side #left-menu-side .menu-item > a {
      cursor: pointer;
      color: #a9a9a9;
      background: none;
      text-decoration: none;
      box-shadow: none; }
      #left-side #left-menu-side .menu-item > a > i {
        transition: transform 1s ease;
        margin-right: 10px; }
        #left-side #left-menu-side .menu-item > a > i.tabler-layout-dashboard {
          color: #C19DE5; }
        #left-side #left-menu-side .menu-item > a > i.tabler-settings {
          color: #f95; }
      #left-side #left-menu-side .menu-item > a:hover {
        background: linear-gradient(to right, #8884, #003511 100%); }
        #left-side #left-menu-side .menu-item > a:hover > span {
          color: #eee; }
        #left-side #left-menu-side .menu-item > a:hover > i {
          transform: rotate(180deg);
          transition: transform 0.2s ease; }
    #left-side #left-menu-side .menu-item.active > a {
      font-weight: bold;
      color: #ffd;
      background: linear-gradient(to right, #8888, #003511 100%); }
  #left-side #admin-collapse {
    margin-left: 20px;
    border-left: 3px dotted #8888; }
  #left-side.narrow + #right-side #floating-chat-info {
    display: none; }
  #left-side.narrow {
    width: 75px; }
    #left-side.narrow #menu-logo {
      display: none; }
    #left-side.narrow #menu-logo-s {
      display: block; }
    #left-side.narrow #menu_resize {
      left: 5px; }
      #left-side.narrow #menu_resize > .chevron-left {
        display: none; }
      #left-side.narrow #menu_resize > .chevron-right {
        display: flex; }
    #left-side.narrow #left-menu-side .menu-item .menu-link {
      margin: 0; }
      #left-side.narrow #left-menu-side .menu-item .menu-link span {
        display: none; }
      #left-side.narrow #left-menu-side .menu-item .menu-link i {
        transform: scale(1.5);
        transition: transform 1s ease;
        margin: 10px 0 10px 12px; }
        #left-side.narrow #left-menu-side .menu-item .menu-link i:hover {
          transform: scale(1.5) rotate(180deg);
          transition: transform 0.2s ease; }
    #left-side.narrow #admin-collapse {
      margin-left: 0; }

#right-side {
  flex: 1 1 auto;
  min-height: 100vh;
  background-color: var(--bs-body-bg);
  margin: 0;
  min-width: 0;
  padding: 0; }
  #right-side #right-top-side {
    background: linear-gradient(to right, #0000 0%, #0002 100%);
    height: 56px !important;
    border-radius: 5px;
    z-index: 9; }
    #right-side #right-top-side .nav-shadow {
      position: absolute;
      top: 1px;
      left: 1px;
      width: calc(100% - 2px);
      height: 54px;
      background: linear-gradient(to right, var(--bs-body-bg) 0%, #fff 100%);
      border-radius: 5px; }

#right-footer-side {
  padding: 5px; }

.text-main {
  color: var(--color-secondary); }

.font-header, h1, h2, h3, h4, h5 {
  font-family: Fraunces, sans-serif; }

.bg-accent {
  background-color: var(--color-accent); }

.stats div {
  text-align: left;
  margin-bottom: 3px; }
  .stats div p {
    margin: 0; }
  .stats div:nth-of-type(1) > div {
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 0;
    opacity: 0.75; }
  .stats div:nth-of-type(1) > h2 {
    display: inline-block;
    width: 100px;
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    padding: 0;
    height: 50px;
    position: relative;
    margin: 0; }

html[data-bs-theme="dark"] #right-side #right-top-side {
  background: linear-gradient(to right, #fff0 0%, #fff2 100%); }
  html[data-bs-theme="dark"] #right-side #right-top-side .nav-shadow {
    background: linear-gradient(to right, var(--bs-body-bg) 0%, #001705 100%); }

.text-gold {
  color: gold; }

.text-copper {
  color: #B87333; }

.cursor-copy {
  cursor: copy; }

.text-small {
  font-size: 85%; }

.text-tiny {
  font-size: 75%; }

.table-xs > :not(caption) > * > * {
  padding: 0.2rem 0.2rem; }

.table.table-xs thead tr th {
  padding-block: 0.2rem; }

.language-switcher {
  display: flex;
  gap: 10px; }

.language-switcher a {
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold; }

.language-switcher a.active {
  background-color: #007bff;
  color: white; }

.language-switcher a:not(.active) {
  background-color: #f8f9fa;
  color: #212529; }

.language-switcher a:hover:not(.active) {
  background-color: #e9ecef; }

.error-message {
  display: none; }

input.is-invalid + .error-message {
  display: block; }

.flag-pl {
  width: 24px;
  height: 14px;
  display: inline-block;
  border: 1px solid #ddd; }

.flag-en {
  width: 24px;
  height: 14px;
  display: inline-block;
  border: 1px solid #ddd; }

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #9999;
  display: inline-block;
  margin-right: 5px; }

.legend-text {
  display: inline-block;
  margin-right: 10px; }

/* Quiz Styling */
.quiz-wrapper {
  padding: 20px 0; }

.carousel-item .card-body {
  padding-bottom: 60px !important; }

.carousel-item .card {
  min-height: 305px; }

.question-container {
  transition: all 0.3s ease;
  user-select: none;
  position: relative; }

.inactive {
  color: var(--bs-btn-disabled-color);
  opacity: var(--bs-btn-disabled-opacity); }

.question-container.answered .card {
  border-color: #28a745 !important;
  box-shadow: 0 0 15px rgba(40, 167, 69, 0.2); }

/* Custom Option Styling Enhancement */
.custom-option-content {
  transition: all 0.3s ease;
  cursor: pointer; }

.custom-option-content:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }

.custom-option input:checked + .custom-option-content {
  border-color: #28a745;
  background-color: rgba(40, 167, 69, 0.1); }

/* Question 2 Opposite Options */
.opposite-option {
  transition: all 0.3s ease; }

.opposite-option.selected .custom-option-content {
  border-color: #28a745;
  background-color: rgba(40, 167, 69, 0.1);
  transform: scale(1.05); }

.arrow-selector {
  padding: 20px; }

.arrow-icon {
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  cursor: default; }

/* Question 3 Textarea */
.form-floating textarea:focus {
  border-color: #28a745;
  box-shadow: 0 0 10px rgba(40, 167, 69, 0.3); }

/* Question 4 & 5 Background Color Changes */
.question-card {
  transition: all 0.4s ease; }

.bg-answer, .bg-answer-yesno {
  transition: all 0.3s ease; }

#answer_arrow {
  font-size: 4rem;
  color: #ddd;
  transition: all 0.3s ease; }

[data-type="1z4"] #answer_arrow {
  transform-origin: 32px 54px;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 20px); }

/* Floating Chat Styles */
.floating-chat {
  position: fixed;
  bottom: 30px;
  left: 30px;
  right: auto;
  z-index: 1000; }

#floating-chat-info {
  user-select: none;
  width: 225px;
  height: 280px;
  position: absolute;
  top: -300px;
  left: 0;
  color: #e1f5e8;
  padding: 15px;
  border-radius: 10px;
  font-size: 15px; }
  #floating-chat-info > h5 {
    font-size: 16px;
    color: #e1f5e8;
    font-weight: bold; }
  #floating-chat-info > div {
    position: absolute;
    bottom: 0;
    right: 22px;
    color: var(--color-primary); }

.chat-toggle {
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  color: white;
  padding: 15px 20px;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 4px 20px var(--color-secondary);
  transition: all 0.3s ease;
  max-width: 200px;
  animation: float 3s ease-in-out infinite; }
  .chat-toggle > i {
    position: absolute;
    left: calc(50% - 10px);
    top: 5px;
    font-size: 25px;
    opacity: 0.6; }

.chat-toggle:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px var(--color-primary); }

.chat-toggle.active {
  border-radius: 25px 25px 0 0; }

.chat-title {
  font-weight: 600;
  font-size: 1.1rem;
  user-select: none;
  display: inline-block;
  width: 109px;
  text-align: center;
  padding: 20px 15px 10px 15px; }
  .chat-title + small {
    user-select: none; }

.ai-response {
  font-size: 14px; }

.chat-window {
  position: absolute;
  bottom: 100%;
  width: 400px;
  background: white;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  left: 0;
  right: auto; }
  .chat-window.maximize {
    width: 95vw;
    left: calc(2vh - 30px);
    height: 66vh; }
    .chat-window.maximize .chat-messages {
      height: 52vh; }
    .chat-window.maximize .chat-input {
      height: 8vh; }

.chat-header {
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  color: white;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.chat-messages {
  height: 400px;
  overflow-y: auto;
  padding: 10px; }

.message {
  margin-bottom: 15px; }

.message-content {
  padding: 10px 15px;
  border-radius: 15px;
  display: inline-block;
  max-width: 90%; }

.ai-message .message-content {
  background: #f8f9fa;
  color: #495057; }

.user-message {
  text-align: right; }

.user-message .message-content {
  background: var(--color-primary);
  color: white; }

.chat-input {
  padding: 15px;
  border-top: 1px solid #e9ecef;
  background: #f8f9fa; }

.chat-input .form-control {
  border-radius: 20px;
  border: none;
  background: white; }

.chat-input .btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

/* Chat Animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-10px); } }
/* Progress Bar Enhancement */
.progress {
  border-radius: 10px;
  overflow: hidden; }

.progress-bar {
  background: linear-gradient(45deg, #28a745, #20c997);
  transition: width 0.5s ease; }

.no-decoration {
  text-decoration: none;
  color: inherit; }

.no-decoration:hover {
  color: inherit; }

/* Button Enhancements */
#next-question-btn {
  transition: all 0.3s ease;
  border: none;
  border-radius: 25px;
  box-shadow: 0 4px 15px var(--color-accent); }

#next-question-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--color-accent); }

#next-question-btn:disabled {
  background: #6c757d;
  transform: none;
  box-shadow: none; }

/* block result */
.career-desc li {
  margin-bottom: 15px; }

.career-name {
  min-height: 131px; }

#copyLink {
  display: none;
  background-color: var(--bs-light-bg-subtle);
  color: var(--bs-dark);
  margin-left: 5px;
  border: 1px dotted #888;
  border-radius: 3px;
  padding: 1px 3px; }

#shareResultIcons {
  display: none; }

#shareResultLink:checked ~ #copyLink {
  display: inline-block; }

#shareResultLink:checked ~ #shareResultIcons {
  display: inline-block; }

#navbar-nav {
  padding-left: 25px; }

.nav-item.dropdown {
  min-width: 40px;
  position: relative !important; }

/* endblock */
#show-result-btn a {
  background: linear-gradient(45deg, #30b336, #50db5b);
  border: none;
  min-width: 150px;
  min-height: 50px;
  color: white;
  border-radius: 25px;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3); }

#left-hamburger-menu {
  cursor: pointer;
  z-index: 2;
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0; }

#resultPDF, #resultDate {
  padding: 5px !important;
  margin: 5px !important; }

@media (max-width: 1399.98px) {
  .result-buttons > div {
    display: block !important; }
    .result-buttons > div > div {
      display: block !important;
      float: left !important;
      margin: 5px;
      padding: 5px; }
      .result-buttons > div > div #shareResultLink:checked ~ #shareResultIcons {
        padding: 5px;
        margin: 5px; }
      .result-buttons > div > div.form-check > * {
        display: block; }

  #template_y_n_header {
    position: relative; } }
@media (max-width: 992px) {
  .page-columns-2 {
    column-count: 1 !important; } }
@media (max-width: 768px) {
  .floating-chat {
    bottom: 20px;
    right: 20px; }

  .chat-window {
    width: 300px; }

  .chat-toggle {
    max-width: 150px;
    padding: 12px 15px; } }
@media (max-width: 576px) {
  .chat-window {
    width: 280px; }

  .quiz-wrapper {
    padding: 10px 0; }

  #menu_resize {
    margin-top: 50px; }

  #left-side {
    margin-top: 50px; }

  #left-hamburger-menu {
    display: block; }

  #left-side {
    display: none; }

  body[data-menu] #left-side {
    display: block; }

  .p-10 {
    padding: 10px !important; }

  #navbar-nav .dropdown-menu {
    min-width: 200px; }

  #test_table td {
    padding: 2px !important;
    font-size: 75%; }

  .accent {
    padding: 1rem !important; }

  .career-name {
    min-height: auto; }

  .chat-window.maximize {
    width: 100vw;
    left: 0; }

  #floating-chat {
    left: 0;
    bottom: 0; }

  .chat-toggle {
    width: 50px;
    height: 50px; }
    .chat-toggle > * {
      display: none !important; }
    .chat-toggle > i {
      display: inline !important;
      left: 8px;
      top: 8px;
      font-size: 36px; } }
.fs-7 {
  font-size: 0.875rem !important; }

.fs-8 {
  font-size: 0.85rem !important; }

@media (min-width: 768px) {
  .col-80 {
    min-height: 80px; }
    .col-80 .custom-option-content:hover {
      box-shadow: none; } }
.answer_wrap.answered {
  background-color: #2cff5c24;
  border: 1px solid #28a745; }

.answer-sort-buttons {
  width: 85px;
  height: 30px; }

.answer-sort-button-up {
  display: inline-block;
  width: 30px; }

.answer-sort-button-up:hover {
  color: green; }

.answer-sort-button-down {
  display: inline-block;
  width: 30px; }

.answer-sort-button-down:hover {
  color: red; }

.answer-sort-text {
  max-width: calc(100% - 90px); }

.quiz-result-wrapper .percent {
  background: #ff08;
  font-weight: bold;
  border: 1px solid #8888;
  padding: 3px 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 10px;
  counter-reset: punkt; }

#page_index .image-main {
  position: absolute;
  top: 100px;
  left: calc(50% - 170px); }

#page_index .hand-left {
  position: absolute;
  left: calc(50% - 218px);
  top: 326px; }

#page_index .hand-right {
  position: absolute;
  left: calc(50% - -62px);
  top: 363px; }

#page_index .hand-center {
  position: absolute;
  left: calc(50% - 116px);
  top: 299px; }

#page_index .hand-right > a, #page_index .hand-left > a, #page_index .hand-center > a {
  background-color: var(--bs-body-bg);
  opacity: 0.9;
  font-size: 22px; }

#otp {
  padding-left: 12px;
  letter-spacing: 36px;
  border: 0;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 2px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 320px;
  min-width: 320px;
  outline: none;
  height: 50px;
  font-weight: bold;
  font-size: 24px; }

#otpInner {
  left: 0;
  position: sticky; }

#otpOuter {
  width: 290px;
  overflow: hidden;
  margin: 10px auto; }

#faq .faq-search-bg {
  background-image: url("/image/faq_header.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  padding: 100px 50px; }

.coupon_ask {
  text-align: center; }

#buy_checkout #submit {
  margin-top: 16px;
  padding: 10px 14px; }
#buy_checkout #message {
  margin-top: 12px;
  color: #d00;
  min-height: 1em; }

.strikethrough {
  position: relative;
  color: var(--bs-secondary) !important; }

.strikethrough:before {
  position: absolute;
  content: "";
  left: -15%;
  top: 50%;
  right: 0;
  width: 130%;
  border-top: 3px solid #e03d3d;
  transform: rotate(-15deg); }

#quiz_prepare h3.point {
  counter-increment: punkt; }
#quiz_prepare h3.point::before {
  content: counter(punkt) ". ";
  margin-right: 5px; }
#quiz_prepare .start-btn {
  position: absolute;
  display: inline-block;
  bottom: -25px;
  left: calc(50% - 125px);
  height: 50px; }
  #quiz_prepare .start-btn.w-px-400 {
    left: calc(50% - 200px); }

.accent {
  background-color: var(--color-accent);
  padding: 1.5rem 2.5rem;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 1.5rem; }

.bg-accent-0 {
  background-color: #e1f5e8; }

.bg-accent-1 {
  background-color: #dedbfd; }

.bg-accent-2 {
  background-color: #ffeecd; }

.text-normal {
  font-weight: normal !important; }

.checkout-description-image {
  height: 175px;
  width: 200px;
  float: left; }

.checkout-description-text {
  width: calc(100% - 240px);
  display: inline-block;
  float: left;
  margin-left: 35px; }
  .checkout-description-text > h3 {
    display: inline-block;
    width: 300px;
    margin-bottom: 3px; }
  .checkout-description-text > div {
    border-radius: 20px;
    padding: 15px 30px;
    display: inline-block;
    font-weight: bold;
    color: var(--color-secondary);
    font-size: 20px; }

.quiz-result-wrapper {
  counter-reset: punkt;
  line-height: 170%; }
  .quiz-result-wrapper .result-buttons .button-text {
    font-size: 12px; }
  .quiz-result-wrapper .page-columns-2 {
    column-count: 2;
    column-gap: 3rem; }
  .quiz-result-wrapper .result-page h3, .quiz-result-wrapper .result-page h4, .quiz-result-wrapper .result-page h5 {
    border-bottom: 2px solid #8882;
    padding-bottom: 8px;
    margin-bottom: 0; }
  .quiz-result-wrapper .result-page h5 {
    line-height: 1.375rem; }
  .quiz-result-wrapper .result-page h3::before {
    counter-increment: punkt;
    content: counter(punkt) ". ";
    margin-right: 5px; }
  .quiz-result-wrapper [class*="riasec-bg-"] {
    padding: 3px 15px;
    display: inline-block;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FFF;
    min-width: 200px; }
  .quiz-result-wrapper .riasec-bg-R {
    background-color: #008FFBbb; }
  .quiz-result-wrapper .riasec-bg-I {
    background-color: #009562bb; }
  .quiz-result-wrapper .riasec-bg-A {
    background-color: #FEB019bb; }
  .quiz-result-wrapper .riasec-bg-S {
    background-color: #FF4560bb; }
  .quiz-result-wrapper .riasec-bg-E {
    background-color: #775DD0bb; }
  .quiz-result-wrapper .riasec-bg-C {
    background-color: #3F51B5bb; }
  .quiz-result-wrapper .hexaco-bg {
    padding: 3px 15px;
    display: inline-block;
    border-radius: 20px;
    background-color: #003511BB;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 10px;
    min-width: 250px; }
  .quiz-result-wrapper .factor-row {
    display: flex;
    margin-bottom: 5px;
    border-radius: 25px;
    overflow: hidden;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 13px; }
  .quiz-result-wrapper .factor-col {
    flex: 1;
    padding: 0.3rem 1.75rem; }
  .quiz-result-wrapper .factor-left {
    background-color: #887ef2;
    text-align: left;
    padding-left: 2rem; }
  .quiz-result-wrapper .factor-middle {
    background-color: #b2b2b2;
    border-radius: 25px;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 1;
    font-size: 10px;
    text-transform: uppercase; }
  .quiz-result-wrapper .factor-right {
    background-color: #39b165;
    text-align: right;
    padding-right: 2rem; }
  .quiz-result-wrapper .aspect {
    margin: 10px 0;
    border-top: 2px solid #8882;
    padding-top: 20px; }
    .quiz-result-wrapper .aspect .aspect-name {
      margin-bottom: 10px;
      font-weight: bold; }
    .quiz-result-wrapper .aspect .aspect-progress {
      height: 40px;
      background-color: #8882;
      border-radius: 20px 0 0 20px;
      position: relative; }
      .quiz-result-wrapper .aspect .aspect-progress .aspect-bar {
        width: 93.5%;
        height: 40px;
        position: relative;
        background-color: var(--color-primary);
        border-radius: 20px; }
        .quiz-result-wrapper .aspect .aspect-progress .aspect-bar.aspect-worst {
          background-color: #ccc; }
      .quiz-result-wrapper .aspect .aspect-progress .aspect-text {
        position: absolute;
        color: #fff;
        height: 40px;
        top: 0;
        left: 0;
        line-height: 40px;
        padding-left: 20px;
        text-shadow: 2px 2px 0 var(--color-primary); }
        .quiz-result-wrapper .aspect .aspect-progress .aspect-text.aspect-worst {
          color: var(--bs-base-color);
          text-shadow: none; }
      .quiz-result-wrapper .aspect .aspect-progress .aspect-total {
        position: absolute;
        right: 20px;
        top: 0;
        height: 40px;
        color: var(--bs-base-color);
        line-height: 40px;
        text-shadow: 2px 2px 2px #8882; }
    .quiz-result-wrapper .aspect .aspect-dbs {
      margin: 10px 5px 0 5px;
      line-height: 12px; }
      .quiz-result-wrapper .aspect .aspect-dbs .aspect-db {
        font-size: 10px;
        margin-right: 10px; }
        .quiz-result-wrapper .aspect .aspect-dbs .aspect-db .aspect-db-percent {
          color: var(--bs-danger); }
  .quiz-result-wrapper .page-summary-free {
    position: relative;
    background-color: #e1f5e8;
    color: #8881;
    user-select: none; }
    .quiz-result-wrapper .page-summary-free .page-summary-free-info {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.star-rating {
  display: inline-flex;
  gap: 5px;
  margin: 10px 0; }
  .star-rating .star {
    font-size: 2rem;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s ease;
    user-select: none; }
    .star-rating .star:hover, .star-rating .star.active {
      color: #ffd700; }
    .star-rating .star.permanent {
      color: #ffd700;
      cursor: default; }
  .star-rating[data-current-rating]:not([data-current-rating="0"]) .star {
    cursor: default; }
    .star-rating[data-current-rating]:not([data-current-rating="0"]) .star:hover {
      color: inherit; }

#rating-message {
  font-size: 0.9rem;
  min-height: 1.2rem; }

.d-flex-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important; }

.soc-share-buttons .soc-share-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease; }
  .soc-share-buttons .soc-share-btn i {
    font-size: 16px; }
  .soc-share-buttons .soc-share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); }
  .soc-share-buttons .soc-share-btn[data-platform="facebook"]:hover {
    background-color: #1877f2;
    border-color: #1877f2;
    color: white !important; }
  .soc-share-buttons .soc-share-btn[data-platform="linkedin"]:hover {
    background-color: #0a66c2;
    border-color: #0a66c2;
    color: white !important; }
  .soc-share-buttons .soc-share-btn[data-platform="twitter"]:hover {
    background-color: #000000;
    border-color: #000000;
    color: white !important; }
  .soc-share-buttons .soc-share-btn[data-platform="whatsapp"]:hover {
    background-color: #25d366;
    border-color: #25d366;
    color: white !important; }
  .soc-share-buttons .soc-share-btn[data-platform="email"]:hover {
    background-color: #f39c12;
    border-color: #f39c12;
    color: white !important; }

@media (max-width: 768px) {
  .soc-share-buttons .soc-share-btn {
    width: 28px;
    height: 28px; }
    .soc-share-buttons .soc-share-btn i {
      font-size: 14px; } }

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