*,
blockquote {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  line-height: 1;
  size-adjust: 100%;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  height: 0;
}

ul,
ol {
  padding: 0;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
}

ul li,
ol li {
  margin-left: 18px;
}

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

a:active::-webkit-outer-spin-button,
a:active::-webkit-inner-spin-button,
a:focus::-webkit-outer-spin-button,
a:focus::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
input:active::-webkit-outer-spin-button,
input:active::-webkit-inner-spin-button,
textarea:active::-webkit-outer-spin-button,
textarea:active::-webkit-inner-spin-button,
:active::-webkit-outer-spin-button,
:active::-webkit-inner-spin-button,
:focus::-webkit-outer-spin-button,
:focus::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
  resize: vertical;
  resize: horizontal;
}

button {
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  margin: 0;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

nav,
header,
footer,
aside {
  display: block;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

a {
  color: unset;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Roboto.woff2') format('woff2'),
    url('../fonts/Roboto.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Robotobold.woff2') format('woff2'),
    url('../fonts/Robotobold.woff') format('woff');
}

body.lock {
  overflow: hidden;
  font-family: 'Roboto';
  font-weight: 400;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 700;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
}

body.smx-lock {
  height: 100vh;
  overflow-y: hidden;
  padding-right: 15px;
}

.smx-popup-result-interview {
  position: relative;
  counter-reset: questions;
  padding: 32px 32px 32px 32px;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 #fff;
}

.smx-popup-result-interview::-webkit-scrollbar {
  width: 20px;
}

.smx-popup-result-interview::-webkit-scrollbar-track {
  background: #fff;
}

.smx-popup-result-interview::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 2px;
  border: 1px solid #fff;
}

.smx-popup-result-interview__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.smx-popup-result-interview__title {
  word-break: break-word;
  word-wrap: break-word;
  max-width: 90%;
  font-size: 1.5rem;
  line-height: 116.6666666667%;
  margin-bottom: 25px;
}

.smx-popup-result-interview__chk-container {
  position: fixed;
  right: 32px;
  top: 32px;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 100;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.smx-popup-result-interview__el {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.smx-popup-result-interview__el:not(:last-child) {
  margin-bottom: 16px;
}

.smx-popup-result-interview__chk {
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 32px;
  border: 1px solid #adadad;
  border-radius: 16px;
  margin-left: 8px;
  transition: border-color 0.3s linear;
}

.smx-popup-result-interview__chk::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);

  width: 8px;
  height: 8px;
  border-radius: 50%;

  background-color: #adadad;
  transition: all 0.3s linear;
}

.smx-popup-result-interview__chk.active {
  border-color: #00b060;
}

.smx-popup-result-interview__chk.active::before {
  transform: translate(14px, -50%);
  background-color: #00b060;
}

.smx-popup-result-interview__block {
  max-width: 90%;
}

.smx-popup-result-interview__value {
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
  margin-bottom: 20px;
}

.smx-popup-result-interview__value p {
  margin-bottom: 5px;
  display: block;
}

.smx-popup-result-interview__value p:last-child {
  margin-bottom: 0;
}

.smx-popup-result-interview__question {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}

.smx-popup-result-interview__question:last-child {
  margin-bottom: 0;
}

.smx-popup-result-interview__question:last-child
  .smx-popup-result-interview__block {
  margin-bottom: 0;
}

.smx-popup-result-interview__question .smx-popup-result-interview__block {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.smx-popup-result-interview__question .smx-question-title {
  counter-increment: questions;
}

.smx-popup-result-interview__question .smx-question-title:before {
  width: 20px;
  display: inline-block;
  content: counter(questions) '.';
  font-weight: 700;
  margin-right: 5px;
}

.smx-popup-result-interview__name {
  word-break: break-word;
  word-wrap: break-word;
  max-width: 90%;
  font-size: 1rem;
  line-height: 118.75%;
}

.smx-popup-result-interview__name--handler {
  position: relative;
  cursor: pointer;
}

.smx-popup-result-interview__name--handler::after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: 110px;

  transform: translateY(-50%) rotate(-135deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid #00b060;
  border-top: 1px solid #00b060;
}

.smx-popup-result-interview__block--answers.active
  .smx-popup-result-interview__name--handler::after {
  transform: translate(0) rotate(45deg);
}

.smx-popup-result-interview__block--answers .smx-popup-result-interview__value {
  display: none;
}

.smx-popup-result-interview__block--answers.active
  .smx-popup-result-interview__value {
  display: block;
}

.smx-popup-result-interview__grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.smx-popup-result-interview__grade p {
  margin-left: 2px;
}

.smx-popup-result-interview__footer {
  padding: 25px 32px 32px 32px;
}

.smx-button-green {
  font-size: 1rem;
  line-height: 118.75%;
  border: 1px solid #00b060;
  border-radius: 5px;
  color: #00b060;
  font-weight: 700;
  padding: 18px 32px;
}

@media (max-width: 991px) {
  .smx-popup-result-interview__title {
    max-width: 100%;
    font-size: 1.125rem;
    line-height: 133.3333333333%;
    margin-bottom: 15px;
  }

  .smx-popup-result-interview__block {
    max-width: 100%;
  }

  .smx-popup-result-interview__name {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .smx-popup-result-interview {
    padding: 15px 15px 0px 15px;
  }

  .smx-popup-result-interview::-webkit-scrollbar {
    width: 10px;
  }

  .smx-popup-result-interview__value {
    margin-bottom: 15px;
  }

  .smx-popup-result-interview__question {
    margin-bottom: 15px;
  }

  .smx-popup-result-interview__question .smx-popup-result-interview__block {
    margin-bottom: 16px;
    padding-left: 8px;
  }

  .smx-popup-result-interview__footer {
    padding: 15px;
  }

  .smx-button-green {
    padding: 14px 25px;
  }
}

@media (max-height: 720px) {
  .smx-popup-result-interview {
    max-height: 400px;
  }
}

@media print {
  #sm_result_wrapper {
    width: 100%;
    height: 98%;
  }

  #sm_result_wrapper .img-canvas {
    max-width: 750px;
    height: 100%;
  }

  #sm_result_wrapper img {
    max-width: 100%;
    height: 100%;
  }

  .smx-popup-result-interview__chk-container,
  .smx-popup-result-interview__block--answers:not(.active) {
    display: none;
  }
}

.smx-popup-result-interview__dl {
  max-width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  row-gap: 12px;
  margin-bottom: 25px;
}

.smx-popup-result-interview__time-result {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.symbio-chart--hide {
  display: none;
}

.smx-popup-result-interview__answers-count {
  display: flex;
  align-items: center;
  gap: 32px;
}

.smx-popup-result-interview__answers-count a {
  color: #00b060;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sm-answers__container {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}

.sm-answers__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.sm-answers__title {
  font-size: 24px;
  line-height: 1;
}

.sm-answers__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.25rem;
}

.answer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

.answer__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.answer__subtitle {
  font-size: 16px;
  line-height: 1;
}

.answer__rate,
.answer__duration {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

.answer__answer-text {
  font-size: 16px;
  line-height: 1;
}

.answer__button {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #00b060;
  transition: all 0.2s ease-in-out;
}

.answer__button:hover {
  color: #008248;
}

.answer__chart {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-message {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: rgba(250, 66, 25, 0.785);
}

.loader {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
  color: #008248;
  animation: smokeOut 1s ease-in-out infinite alternate;
  text-shadow: 0 0 1px white;
}

.loader:before {
  content: 'SymbioMark';
}

@keyframes smokeOut {
  100% {
    opacity: 0.08;
    filter: blur(5px);
    letter-spacing: 4px;
  }
}
