@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
:root {
  --whites: #fff;
  --blacks: #141414;
  --grays: #888888;
  --grays2: #eaeaea;
  --grays3: #f5f5f5;
  --grays4: #d0d0d0;
  --orange: #ff6900;
  --q0: #3ec36f;
  --q1: #48dc7f;
  --q2: #6bec4b;
  --q3: #98fc7c;
  --q4: #ffe600;
  --q5: #f2dc18;
  --q6: #fdc910;
  --q7: #ecb800;
  --q8: #f2a000;
  --q9: #e29703;
  --q10: #dd1f1f;
  --line: #00b900;
  --bg: #f9f9f9;
  --orange-fade: rgba(255, 105, 0, 0.1);
}

.mobile-nav .box-menu a:hover,
.mobile-nav .box-menu a,
.mobile-nav,
.hamburger .bar,
.hamburger::after,
.hamburger::before,
.btn-orange-outline:hover,
.btn-orange-outline,
.btn-back-outline-small:hover,
.btn-back-outline-small,
.btn-grays-outline:hover,
.btn-grays-outline,
.btn-grays:hover,
.btn-grays,
.btn-nextpage.disabled:hover,
.btn-nextpage.disabled,
.btn-nextpage:hover,
.btn-nextpage,
.btn-orange:hover,
.btn-orange {
  transition: all 0.3s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "IBM Plex Sans", "IBM Plex Sans Thai" !important;
  background-color: var(--bg) !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

a {
  text-decoration: none !important;
}

.box-index .box-banner {
  text-align: center;
}
.box-index .title-logo {
  text-align: center;
  font-weight: 800;
  color: var(--orange);
  font-size: 3.5rem;
}
.box-index .title-welcome {
  text-align: center;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 1.25rem;
  color: var(--grays);
}
.box-index .title-logosmall {
  text-align: center;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--orange);
}
.box-index .sub-welcome {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--grays);
}
.box-index .box-titlebg {
  text-align: center;
}
.box-index .box-titlebg .title-box {
  padding: 0.5rem 1rem;
  background-color: var(--orange);
  display: inline-block;
  border-radius: 5px;
  color: var(--whites);
  font-weight: 800;
  font-size: 1.25rem;
  font-style: Italic;
}
.box-index .box-button {
  margin-top: 2rem;
  text-align: center;
}
.box-index .box-button .btn-line {
  background-color: var(--line);
  color: var(--whites);
  display: inline-block;
  width: 100%;
  font-size: 1.15rem;
}

p {
  font-weight: 500;
  margin-bottom: 10px !important;
}

.container-center {
  padding: 15px 30px;
  margin: 0 auto;
}

.mobile-size {
  overflow: hidden;
  height: 100%;
  position: relative;
}

#content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  margin: 0 auto;
  max-width: 470px;
}

.btn-outline-primary {
  border: 1px solid #dee2e6 !important;
  color: var(--blacks) !important;
  width: 49%;
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--whites) !important;
  background-color: var(--orange) !important;
  border: 1px solid var(--orange) !important;
}

.btn-custom,
.btn {
  text-decoration: none !important;
  padding: 10px 2rem !important;
  border-radius: 5px !important;
  border: 1px solid transparent;
  font-weight: 600 !important;
}

.btn-orange {
  background-color: var(--orange);
  width: 100%;
  color: var(--whites);
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  text-align: center;
}
.btn-orange:hover {
  background-color: transparent;
  color: var(--orange);
  border: 1px solid var(--orange);
}

.btn-nextpage {
  background-color: var(--orange) !important;
  width: 100% !important;
  color: var(--whites) !important;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: inline-block !important;
  text-align: center !important;
  border: 1px solid transparent !important;
}
.btn-nextpage:hover {
  background-color: transparent !important;
  color: var(--orange) !important;
  border: 1px solid var(--orange) !important;
}

.btn-nextpage.disabled {
  background-color: var(--grays3) !important;
  width: 100% !important;
  color: var(--blacks) !important;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: inline-block !important;
  text-align: center !important;
}
.btn-nextpage.disabled:hover {
  background-color: transparent !important;
  color: var(--blacks) !important;
  border: 1px solid var(--grays3) !important;
}

.btn-grays {
  background-color: var(--grays3);
  width: 100%;
  color: var(--blacks);
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  text-align: center;
}
.btn-grays:hover {
  background-color: transparent;
  color: var(--blacks);
  border: 1px solid var(--grays3);
}

.btn-grays-outline {
  background-color: var(--whites) !important;
  width: 100%;
  color: var(--blacks) !important;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid var(--grays2) !important;
  display: inline-block;
  text-align: center;
}
.btn-grays-outline:hover {
  background-color: var(--grays2) !important;
  color: var(--blacks) !important;
  border: 1px solid var(--grays2) !important;
}

.btn-back-outline-small {
  background-color: var(--whites) !important;
  width: 100%;
  color: var(--blacks) !important;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid var(--grays2) !important;
  display: inline-block;
  text-align: center;
  padding: 5px;
}
.btn-back-outline-small:hover {
  background-color: var(--grays2) !important;
  color: var(--blacks) !important;
  border: 1px solid var(--grays2) !important;
}

.btn-orange-outline {
  background-color: var(--whites) !important;
  width: 100%;
  color: var(--orange) !important;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--orange) !important;
}
.btn-orange-outline:hover {
  background-color: var(--orange) !important;
  color: var(--whites) !important;
  border: 1px solid var(--orange) !important;
}

.form-label {
  font-weight: 600;
  margin-top: 0.5rem;
}

.form-control:focus {
  border-color: var(--orange) !important;
  box-shadow: none !important;
}

.form-control::-moz-placeholder {
  font-size: 0.95rem;
}

.form-control::placeholder {
  font-size: 0.95rem;
}

#errorMessage,
#successMessage {
  display: none;
}

.text-card-error {
  color: red;
}

.text-card-success {
  color: var(--line);
}

hr {
  margin-top: 1.5rem !important;
  border: 1px solid var(--grays) !important;
}

.header {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
.header .logo-navbar {
  font-weight: 800;
  font-size: 1.6rem;
}
.header .logo-navbar a {
  color: var(--orange) !important;
}

.hamburger {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  outline: none;
  border: none;
}
.hamburger .bar,
.hamburger::after,
.hamburger::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--blacks);
  margin: 6px 0px;
}

.hamburger.is-active:before {
  transform: rotate(-45deg) translate(-7px, 6px);
}

.hamburger.is-active:after {
  transform: rotate(45deg) translate(-6px, -6px);
}

.hamburger.is-active .bar {
  opacity: 0;
}

.mobile-nav {
  position: absolute;
  top: 0;
  left: 110%;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 98;
  padding: 5rem 15px;
  background-color: var(--whites);
}

.mobile-nav.is-active {
  left: 0;
}

.mobile-nav a {
  color: var(--blacks);
  font-weight: 600;
  font-size: 1.15rem;
}
.mobile-nav a .box-profile {
  display: flex;
}
.mobile-nav a .box-profile .img-profile {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}
.mobile-nav a .box-profile .box-detail {
  margin-left: 15px;
}
.mobile-nav a .box-profile .box-detail .name-profile {
  color: var(--blacks);
  font-weight: 600;
}
.mobile-nav a .box-profile .box-detail .id-profile {
  font-size: 0.9rem;
  color: var(--grays);
}
.mobile-nav .nav-header {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--blacks);
  display: block;
}
.mobile-nav .box-menu a:hover {
  background-color: var(--orange-fade);
}
.mobile-nav .box-menu .box-icon {
  background-color: var(--orange-fade);
  width: 40px;
  height: 40px;
  padding: 5px;
  margin-bottom: 0.5rem;
  border-radius: 50px;
  display: block;
  text-align: center;
}
.mobile-nav .box-menu .box-icon svg {
  color: var(--orange);
}
.mobile-nav .box-menu .menu-item {
  background: var(--whites);
  box-shadow: 2px 2px 4px rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  padding: 2rem 1rem 1rem 1rem;
  width: 100%;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.pd-15 {
  padding: 15px;
}

.box-heading {
  padding: 1.5rem;
  text-align: center;
  background-color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-heading .name-heading {
  color: var(--whites);
  font-weight: 600;
  font-size: 1.45rem;
  margin-left: 1rem;
  margin-bottom: 0 !important;
}

.progress-bar {
  background-color: var(--blacks) !important;
}

.register {
  background-color: var(--whites);
  border-radius: 10px;
}
.register .box-title {
  text-align: center;
}
.register .box-title .title-logo {
  font-weight: 800;
  color: var(--orange);
}
.register .box-title .title-welcome {
  font-size: 1.25rem;
  font-weight: 800;
}
.register .title-form {
  font-size: 1.25rem;
  font-weight: 800;
  margin-top: 2rem;
}
.register .sub-titleform {
  color: var(--grays);
}

.home .box-profilepage {
  padding: 1.5rem;
  text-align: center;
  background-color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .box-profilepage .box-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .box-profilepage .name-profile {
  color: var(--whites);
  font-weight: 800;
  font-size: 1.45rem;
  margin-left: 1rem;
}
.home .box-detail-profile {
  background-color: var(--whites);
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.home .box-detail-profile h5 {
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.home .box-detail-profile .item-detail .detail-left img {
  position: relative;
  top: -2px;
}
.home .box-detail-profile .item-detail .detail-right {
  text-align: right;
}
.home .box-graph {
  margin-top: 1rem;
  background-color: var(--whites);
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.home .box-graph h4 {
  font-weight: 600;
}
.home .box-graph .box-flexstar {
  display: flex;
  justify-content: space-around;
  margin-top: 2px;
}
.home .box-graph .box-flexstar svg {
  color: var(--grays2);
}
.home .box-graph .box-flexstar .active-star svg {
  color: var(--q8) !important;
}
.home .box-graph .box-resultgraph {
  background: var(--whites);
  box-shadow: 2px 2px 4px rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  padding: 2rem 1rem 1rem 1rem;
  width: 100%;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 6rem;
}
.home .box-graph .box-resultgraph h5 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.home .box-graph .box-resultgraph .box-textresult {
  text-align: center;
}
.home .box-graph .box-resultgraph .box-textresult .result-data {
  font-size: 1.15rem;
}
.home .box-graph .box-resultgraph .box-textresult .result-data span {
  color: var(--orange);
}
.home .box-graph .box-resultgraph .box-textresult .text-count {
  text-align: right;
  margin-top: 0.5rem;
  font-weight: 800;
}

.box-logout {
  margin-top: 12rem;
}

.profile {
  background-color: var(--whites);
  border-radius: 10px;
  width: 100%;
}

footer {
  margin-top: 2rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: var(--whites);
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 16px 16px 0px 0px;
  text-align: center;
  padding: 1rem;
}
footer p {
  margin-top: 0.5rem;
}
footer .active-footer {
  color: var(--orange) !important;
  font-weight: 800;
}
footer .menu-footer {
  color: var(--grays);
}

.history {
  width: 100%;
}
.history .box-resultgraph {
  background: var(--whites);
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.history .box-history {
  background: var(--whites);
  padding: 1rem 2rem;
  margin-bottom: 8rem;
}
.history .box-history h5 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
.history .box-history .box-itemhistory {
  background: var(--whites);
  box-shadow: 2px 2px 4px rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 5px;
  border-right: 8px solid var(--orange);
}
.history .box-history .box-itemhistory .box-circle {
  margin-top: 0.2rem;
  display: inline-block;
  text-align: center;
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: var(--orange-fade);
}
.history .box-history .box-itemhistory .title-history {
  color: var(--blacks);
  margin-bottom: 0 !important;
  font-weight: 600;
}
.history .box-history .box-itemhistory .date-history {
  color: var(--grays);
}

.tool {
  cursor: pointer;
  background-color: var(--blacks);
  padding: 15px;
}
.tool .text-time {
  color: var(--whites);
}
.tool .text-date {
  color: var(--grays3) !important;
  opacity: 0.5;
}
.tool .btn-view {
  color: var(--whites);
  text-decoration: underline !important;
}

.tool2 {
  cursor: pointer;
  background-color: var(--blacks);
  padding: 15px;
  text-align: left;
}
.tool2 .text-time {
  color: var(--whites);
}
.tool2 .text-date {
  color: var(--grays3) !important;
  opacity: 0.5;
}
.tool2 .btn-view {
  color: var(--whites);
  text-decoration: underline !important;
}
.tool2 .text-value {
  font-weight: 800;
  font-size: 1.25rem;
}

.history-detail .box-history-detail .box-history-top {
  background: var(--whites);
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.history-detail .box-history-detail h5 {
  font-weight: 600;
}
.history-detail .box-history-detail .date-history {
  color: var(--grays);
}
.history-detail .box-history-detail #chart {
  margin-top: 1rem;
}
.history-detail .box-history-detail .result-item {
  margin-top: 1rem;
}
.history-detail .box-history-detail .result-item span {
  font-weight: 800;
}
.history-detail .box-detail-result-score {
  background: var(--whites);
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.history-detail .box-detail-result-score .box-bigScore {
  margin-top: 1rem;
}
.history-detail .box-detail-result-score .box-bigScore .text-big {
  display: inline-block;
  font-weight: 800;
}
.history-detail .box-detail-result-score .box-bigScore .text-small {
  color: var(--grays);
  font-weight: 600;
}
.history-detail .box-detailchart {
  text-align: center;
}
.history-detail .box-detailchart .icon-chart {
  width: 10px;
  height: 10px;
  background: var(--orange);
  display: inline-block;
  border-radius: 2px;
}
.history-detail .box-detailchart span {
  font-weight: 800;
}
.history-detail .box-resultscore {
  background: var(--whites);
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.history-detail .box-resultscore h5 {
  font-weight: 600;
}
.history-detail .box-resultscore .item-score {
  margin-top: 1.5rem;
}
.history-detail .box-resultscore .item-score .text-left {
  font-weight: 400 !important;
}
.history-detail .box-resultscore .item-score .text-right {
  font-weight: 800 !important;
  text-align: right;
}
.history-detail .box-resultscore .item-score .text-resultleft {
  font-weight: 800 !important;
  color: var(--orange);
}
.history-detail .box-resultscore .item-score .text-resultright {
  color: var(--orange);
  font-weight: 800 !important;
  text-align: right;
}
.history-detail .box-detail-profile {
  background: var(--whites);
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.history-detail .box-detail-profile h5 {
  margin-bottom: 2rem;
  font-weight: 600;
}
.history-detail .box-detail-profile .item-detail .detail-left img {
  position: relative;
  top: -2px;
}
.history-detail .box-detail-profile .item-detail .detail-right {
  text-align: right;
}

.history-detail .box-history-detail .box-history-top {
  background: var(--whites);
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.history-detail .box-history-detail h5 {
  font-weight: 600;
}
.history-detail .box-history-detail .date-history {
  color: var(--grays);
}
.history-detail .box-history-detail #chart {
  margin-top: 1rem;
}
.history-detail .box-history-detail .result-item {
  margin-top: 1rem;
}
.history-detail .box-history-detail .result-item span {
  font-weight: 800;
}
.history-detail .box-detail-result-score .box-bigScore {
  margin-top: 1rem;
}
.history-detail .box-detail-result-score .box-bigScore .text-big {
  display: inline-block;
  font-weight: 800;
}
.history-detail .box-detail-result-score .box-bigScore .text-small {
  color: var(--grays);
  font-weight: 600;
}
.history-detail .box-detailchart {
  text-align: center;
}
.history-detail .box-detailchart .icon-chart {
  width: 10px;
  height: 10px;
  background: var(--orange);
  display: inline-block;
  border-radius: 2px;
}
.history-detail .box-detailchart span {
  font-weight: 800;
}
.history-detail .box-detailcharttop {
  display: flex;
  justify-content: space-around;
}
.history-detail .box-detailcharttop .item-group1 .icon-chart1 {
  width: 10px;
  height: 10px;
  background: #ff5050;
  display: inline-block;
  border-radius: 2px;
}
.history-detail .box-detailcharttop .item-group1 .text-title {
  font-weight: 800;
}
.history-detail .box-detailcharttop .item-group1 span {
  margin-left: 0.5rem;
}
.history-detail .box-detailcharttop .item-group2 .icon-chart2 {
  width: 10px;
  height: 10px;
  background: #0084ff;
  display: inline-block;
  border-radius: 2px;
}
.history-detail .box-detailcharttop .item-group2 .text-title {
  font-weight: 800;
}
.history-detail .box-detailcharttop .item-group2 span {
  margin-left: 0.5rem;
}
.history-detail .box-detail-profile {
  background: var(--whites);
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.history-detail .box-detail-profile h5 {
  margin-bottom: 2rem;
  font-weight: 600;
}
.history-detail .box-detail-profile .item-detail .detail-left img {
  position: relative;
  top: -2px;
}
.history-detail .box-detail-profile .item-detail .detail-right {
  text-align: right;
}

.questionnaire {
  background-color: var(--whites);
  border-radius: 10px;
  width: 100%;
}
.questionnaire .box-question {
  margin-bottom: 2rem;
}
.questionnaire .box-question .topic-question-head {
  font-weight: 800;
  margin-bottom: 0 !important;
}
.questionnaire .box-question .topic-question {
  font-weight: 800;
}
.questionnaire .box-question .progress-bar {
  background: var(--orange) !important;
}
.questionnaire .box-question .title-question-sub {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 800;
  font-size: 1.15rem;
}
.questionnaire .box-itemselect .img-iconquestion {
  width: 30px;
  margin-right: 5px;
}
.questionnaire .box-itemselect .box-color {
  padding: 5px;
  text-align: center;
  width: 100%;
  font-weight: 800;
  padding: 1rem;
  margin-bottom: 1rem;
}
.questionnaire .box-itemselect .color-style-0 {
  background-color: var(--q0);
}
.questionnaire .box-itemselect .color-style-1 {
  background-color: var(--q1);
}
.questionnaire .box-itemselect .color-style-2 {
  background-color: var(--q2);
}
.questionnaire .box-itemselect .color-style-3 {
  background-color: var(--q3);
}
.questionnaire .box-itemselect .color-style-4 {
  background-color: var(--q4);
}
.questionnaire .box-itemselect .color-style-5 {
  background-color: var(--q5);
}
.questionnaire .box-itemselect .color-style-6 {
  background-color: var(--q6);
}
.questionnaire .box-itemselect .color-style-7 {
  background-color: var(--q7);
}
.questionnaire .box-itemselect .color-style-8 {
  background-color: var(--q8);
}
.questionnaire .box-itemselect .color-style-9 {
  background-color: var(--q9);
}
.questionnaire .box-itemselect .color-style-10 {
  background-color: var(--q10);
}
.questionnaire .box-itemselect .btn-questionaire {
  width: 100%;
  text-align: left;
  padding: 0.7rem;
  margin-bottom: 1.2rem;
}
.questionnaire .box-itemselect .item-select .btn-check:checked + .btn,
.questionnaire .box-itemselect .item-select :not(.btn-check) + .btn:active,
.questionnaire .box-itemselect .item-select .btn:first-child:active,
.questionnaire .box-itemselect .item-select .btn.active,
.questionnaire .box-itemselect .item-select .btn.show {
  background-color: transparent !important;
  color: var(--blacks) !important;
  border: 1px solid var(--orange) !important;
}
.questionnaire .box-itemselect .item-select .btn-check:checked + .btn .circle-border,
.questionnaire .box-itemselect .item-select :not(.btn-check) + .btn:active .circle-border,
.questionnaire .box-itemselect .item-select .btn:first-child:active .circle-border,
.questionnaire .box-itemselect .item-select .btn.active .circle-border,
.questionnaire .box-itemselect .item-select .btn.show .circle-border {
  background-color: var(--q0);
  border: 1px solid var(--q0);
}
.questionnaire .box-itemselect .item-select .btn-check:checked + .btn .circle-border svg,
.questionnaire .box-itemselect .item-select :not(.btn-check) + .btn:active .circle-border svg,
.questionnaire .box-itemselect .item-select .btn:first-child:active .circle-border svg,
.questionnaire .box-itemselect .item-select .btn.active .circle-border svg,
.questionnaire .box-itemselect .item-select .btn.show .circle-border svg {
  display: block;
}
.questionnaire .box-itemselect .item-select .circle-border {
  width: 20px;
  display: inline-block;
  margin-top: 0.3rem;
  height: 20px;
  border-radius: 50px;
  border: 1px solid var(--grays4);
}
.questionnaire .box-itemselect .item-select .circle-border svg {
  text-align: center;
  position: relative;
  top: 1px;
  left: 2px;
  color: var(--whites) !important;
  display: none;
}
.questionnaire .box-resultcheck .text-result {
  margin-top: 1rem;
}

.result-score {
  width: 100%;
}
.result-score .box-heading {
  padding: 2rem;
  flex-direction: column;
}
.result-score .box-heading .name-heading {
  font-size: 3rem;
  font-weight: 800;
}
.result-score .box-heading .sub-heading {
  color: var(--whites);
  font-weight: 600;
  font-size: 1.25rem;
}
.result-score .box-result-score {
  background: var(--whites);
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.result-score .box-result-score .title-questionnaire {
  font-weight: 800;
}
.result-score .box-result-score .title-date {
  color: var(--grays);
}
.result-score .box-result-score .box-score .title-score {
  font-size: 2rem;
  font-weight: 800;
}
.result-score .box-result-score .box-score .title-unit {
  color: var(--grays);
  font-size: 1.25rem;
}
.result-score .box-result-score .box-score-detail .title-detail {
  margin-bottom: 1rem;
}
.result-score .box-result-score .box-score-detail .detail-score {
  text-align: right;
  color: var(--orange);
}

.success {
  text-align: center;
  height: 100%;
}
.success .title-sucess {
  font-weight: 800;
  margin-top: 2rem;
  color: var(--orange);
}
.performance {
  width: 100%;
  background-color: var(--whites);
}
.performance .box-performance {
  margin-bottom: 2rem;
}
.performance .box-performance h5 {
  font-weight: 800;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.performance .box-performance img {
  margin: 2rem;
}
.performance .box-performance .title-score {
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--orange);
}

.swal2-container.swal2-center {
  zoom: 175%;
}
