@charset "UTF-8";
[v-cloak] {
  display: none;
}
:root {
  --vz-primary: #60b7cc;
  --vz-primary-text-emphasis: #2d5a6b;
  --vz-topnav-item-active-color: #0a253c;
  --vz-topnav-item-color: #333;
}
.dp__theme_light {
  --dp-primary-color: #60b7cc !important;
  --dp-action-button-height: auto !important;
}
[data-layout=horizontal] .navbar-menu {
  padding: 0.25rem calc(1.5rem* .5) !important;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0;
  }
  .my-video-dimensions {
    max-width: 100vw;
    height: auto !important;
  }
  [data-layout=horizontal] .navbar-menu {
    display: block;
  }
  a.nav-link.menu-link {
    padding: 0.5rem !important;
  }
}
ul.navbar-nav {
  left: 14% !important;
  position: relative;
}
@media (max-width: 767.98px) {
  ul.navbar-nav {
    left: 0 !important;
    justify-content: flex-end;
  }
}
[data-layout=horizontal] .navbar-menu .navbar-nav > li:nth-of-type(2) > .nav-link.menu-link {
  padding-left: 1.5rem !important;
}
.nav-wrap {
  margin-left: 3rem;
}
.nav-wrap .menu-dropdown {
  display: block;
  position: relative;
  left: 1rem;
  box-shadow: unset;
  background-color: unset;
  background-clip: unset;
  border: 0;
  border-radius: unset;
}
.nav-wrap > li {
  margin-top: 0.5rem;
}
.nav-wrap a.nav-link:hover {
  text-decoration: underline;
}
a.btn-expand {
  position: absolute;
  top: 0;
  cursor: pointer;
}
body.login div#auth-particles {
  background-image: url("https://quiz.mn1.net/assets/images/qq_001.png") !important;
}
body.login h5.text-primary {
  color: #607777 !important;
  font-size: 1.2rem;
}
body.login .bg-overlay {
  background: #000 !important;
  opacity: 0.42 !important;
}
body.login p.mt-3.fs-22.fw-medium {
  display: none;
}
body.login .mt-sm-5 {
  margin-top: 7rem !important;
}
body .modal-container {
  min-height: 66vh;
}
body .ext-group label.grid {
  margin-bottom: 0;
}
body .ext-group label.grid > div.grid-block {
  height: 10vh;
}
body .expand .ext-group label.grid > div.grid-block {
  height: 21vh;
}
body .form-check {
  padding-left: 2.6rem;
}
body [class*="_pic-wrap"].col-12 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.25rem;
}
body .d-flex.ext-group {
  row-gap: 1rem;
}
body .main-content {
  display: block;
  width: 100%;
  min-height: 92vh;
}
body .main-content .left-menu {
  margin-top: 3.8rem !important;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: #59666d;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .main-content .left-menu .nav-wrap {
  color: #f5f5f3;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
body .main-content .left-menu .nav-wrap > li.nav-item > a {
  font-size: 1rem;
  font-weight: 500;
}
body .main-content .left-menu .nav-wrap .nav-item {
  margin-bottom: 0.5rem;
  color: #f5f5f3;
}
body .main-content .left-menu .nav-wrap .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 0.8rem 1rem;
  color: #333;
  text-decoration: none;
  border-radius: 0.3rem;
  color: #d6d9d3;
}
body .main-content .left-menu .nav-wrap .nav-item .nav-link:hover {
  background-color: #e2e6ea;
  color: #273139;
}
body .main-content .left-menu .nav-wrap .nav-item .nav-link.active {
  background-color: #007bff;
  color: #ffffff;
}
body .main-content .left-menu .nav-wrap .nav-item .nav-link span {
  display: block;
}
body select.select-input {
  min-width: 4rem;
  border-color: lightgray;
  margin-left: 0.5rem;
}
body select#status {
  width: unset;
  height: unset;
  position: unset;
  left: unset;
  top: unset;
  margin: unset;
}
body span.field-process_step, body span.field-process_json {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
body .process_step-wrap, body .process_json-wrap {
  align-items: center;
  display: inline-flex;
}
body ul.process-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2%;
}
body ul.process-wrap li.process-step {
  display: flex;
  flex-direction: column;
  border: 2px dashed #666;
  border-radius: 4px;
  border-collapse: separate;
  width: 8rem;
}
body ul.process-wrap li.process-step.av {
  cursor: pointer;
}
body ul.process-wrap li.process-step.av:hover {
  background: #9f9;
}
body ul.process-wrap li.process-step.on {
  cursor: unset !Important;
}
body ul.process-wrap li.process-step.on:hover {
  background: unset !important;
}
body ul.process-wrap li.process-step.on i.mdi.mdi-fingerprint {
  color: #db3700;
}
body ul.process-wrap li.process-step span {
  text-align: center;
  padding-top: 0.3rem;
}
body ul.process-wrap li.process-step span.full-name, body ul.process-wrap li.process-step span.stamp {
  border-bottom: 1px dotted #333;
}
body ul.process-wrap li.process-step span.full-name, body ul.process-wrap li.process-step span.name {
  height: 2rem;
  align-items: center;
}
body ul.process-wrap li.process-step span.stamp {
  height: 6rem;
  font-size: 3.5rem;
}
body .modal-extra .contents {
  margin-top: 0.5rem;
  overflow-y: scroll;
  max-height: 75vh;
}
body .sel-range-tab {
  position: absolute;
  margin-top: 2.7rem;
  right: 0;
}
body .input-group.has-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
body .input-group.has-range .btn-light {
  background: #a2cdd6;
  color: #fff;
}
body:not(.login) [class*="label-wrap"] {
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  font-weight: 500;
  height: 100%;
}
body:not(.login) [class*="tmp-label-wrap"] {
  display: none;
}
body button.dp__btn.dp__button {
  display: none;
}
body .list-wrap {
  top: 1rem;
}
body .app-menu.navbar-menu {
  margin-top: 0 !important;
  /*  background: #d9d8d1;*/
  background: linear-gradient(to bottom, rgba(217, 216, 209, 0.9), rgba(217, 216, 209, 0.1));
}
body .logo-txt {
  position: absolute;
  font-size: 2rem;
  cursor: pointer;
  left: 3.3%;
}
body .logo-txt b {
  display: inline-block;
  background: linear-gradient(45deg, #1a5e8c, #3a8ee0, #70b1e8, #a0d4ef, #ecf0f1, #70b1e8, #3a8ee0, #1a5e8c);
  -webkit-background-clip: text;
  color: transparent;
  background-size: 800%;
  animation: gradient-animation 20s ease infinite;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body div.main-content > div.page-content {
  padding: 0 !important;
  margin-top: 3.5rem !important;
}
[data-layout=horizontal] .navbar-menu {
  margin-top: 0 !important;
}
@media (min-width: 1024.1px) {
  [data-layout=horizontal] .container-fluid, [data-layout=horizontal] .layout-width {
    max-width: 70%;
    margin: 0 auto;
  }
}
.modal-footer.v-modal-footer {
  gap: 0.5rem;
}
.modal-footer.v-modal-footer a.btn.btn-link.link-success.fw-medium {
  background: slategray;
  color: #fff !important;
}
body .dp__menu_inner {
  min-height: 10rem;
}
@media (min-width: 1024.1px) {
  body #layout-wrapper .container-fluid, body #layout-wrapper .layout-width {
    max-width: 90%;
    margin: 0 auto;
  }
}
body #modal .ck.ck-content {
  height: 40vh;
}
body .field-wrap.row {
  min-height: 2rem;
}
body .separator {
  margin-top: 2rem;
}
body .footer {
  display: none;
}
body .search-panel {
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #edeeeb;
  position: relative;
  top: 0.5rem;
}
body .search-panel .search-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
body .search-panel .search-wrap .col-3 {
  display: flex;
  flex: 1 1 23%;
  align-items: center;
  margin-bottom: 1rem;
}
body .search-panel .search-wrap .col-3 .search-label {
  font-weight: bold;
  font-size: 1rem;
  color: #333;
}
body .search-panel .search-wrap .col-3 .search-box {
  flex: 1;
}
body .search-panel .search-wrap .col-3 .search-box input.form-control, body .search-panel .search-wrap .col-3 .search-box select.form-select {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
body .search-panel .btn-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1rem;
}
body .search-panel .btn-wrap .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
body .search-panel .btn-wrap .btn:hover {
  background-color: #0056b3;
}
body .search-panel .btn-wrap .btn.btn-primary:last-child {
  background-color: #6c757d;
}
body .search-panel .btn-wrap .btn.btn-primary:last-child:hover {
  background-color: #5a6268;
}
body .table.table-nowrap {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  text-align: left;
}
body .table.table-nowrap thead {
  background-color: #f5f5f5;
  font-weight: bold;
}
body .table.table-nowrap thead th {
  padding: 0.75rem 1rem;
  border-bottom: 2px solid #ddd;
  position: relative;
}
body .table.table-nowrap thead th .sort-wrap {
  display: inline-flex;
  flex-direction: column;
  margin-left: 0.5rem;
  font-size: 0.8rem;
}
body .table.table-nowrap thead th .sort-wrap .ic-up, body .table.table-nowrap thead th .sort-wrap .ic-down {
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}
body .table.table-nowrap thead th .sort-wrap .ic-up:hover, body .table.table-nowrap thead th .sort-wrap .ic-down:hover {
  color: #555;
}
body .table.table-nowrap tbody tr {
  border-bottom: 1px solid #eee;
}
body .table.table-nowrap tbody tr:hover {
  background-color: #fafafa;
}
body .table.table-nowrap tbody tr td {
  padding: 0.75rem 1rem;
  white-space: nowrap;
}
body .table.table-nowrap tbody tr td.id, body .table.table-nowrap tbody tr td.age, body .table.table-nowrap tbody tr td.gender {
  text-align: center;
}
body .table.table-nowrap tbody tr td.status {
  font-weight: bold;
  color: #007bff;
}
body .table.table-nowrap tbody tr td.reception_btn, body .table.table-nowrap tbody tr td.op_btn {
  text-align: center;
}
body .table.table-nowrap tbody tr td.reception_btn a, body .table.table-nowrap tbody tr td.op_btn a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  color: #fff;
  background-color: #007bff;
  border-radius: 4px;
  text-decoration: none;
}
body .table.table-nowrap tbody tr td.reception_btn a:hover, body .table.table-nowrap tbody tr td.op_btn a:hover {
  background-color: #0056b3;
}
body .table.table-nowrap tbody tr td a {
  color: #007bff;
  text-decoration: none;
}
body .table.table-nowrap tbody tr td a:hover {
  text-decoration: underline;
}
body .table.table-nowrap colgroup col {
  width: auto;
}
body .modal-extra.left-panel, body .modal-extra.right-panel {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
body .modal-extra.left-panel .header, body .modal-extra.right-panel .header {
  padding: 0.5rem 1rem;
  background: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
}
body .modal-extra.left-panel .header .extra-title, body .modal-extra.right-panel .header .extra-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}
body .modal-extra.left-panel .header .btn-close, body .modal-extra.right-panel .header .btn-close {
  padding: 0;
  border: none;
  background: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
body .modal-extra.left-panel .header .btn-close:hover, body .modal-extra.right-panel .header .btn-close:hover {
  color: #333;
}
body .modal-extra.left-panel .btn-box, body .modal-extra.right-panel .btn-box {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
}
body .modal-extra.left-panel .btn-box .form-control, body .modal-extra.right-panel .btn-box .form-control {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.4rem 0.6rem;
  color: #333;
}
body .modal-extra.left-panel .btn-box .btn, body .modal-extra.right-panel .btn-box .btn {
  padding: 0.3rem 0.8rem;
  font-size: 0.9rem;
  border-radius: 4px;
}
body .modal-extra.left-panel .btn-box .btn.btn-success, body .modal-extra.right-panel .btn-box .btn.btn-success {
  background-color: #60b7cc;
  border-color: #60b7cc;
  color: #fff;
}
body .modal-extra.left-panel .btn-box .btn.btn-success:hover, body .modal-extra.right-panel .btn-box .btn.btn-success:hover {
  background-color: #4da4b8;
}
body .modal-extra.left-panel .contents, body .modal-extra.right-panel .contents {
  margin-top: 0.5rem;
  padding: 0 1rem;
}
body .modal-extra.left-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main, body .modal-extra.right-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
body .modal-extra.left-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main table, body .modal-extra.right-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main table {
  width: 100%;
  border-collapse: collapse;
}
body .modal-extra.left-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main table thead, body .modal-extra.right-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main table thead {
  background-color: #f1f1f1;
}
body .modal-extra.left-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main table thead th, body .modal-extra.right-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main table thead th {
  font-weight: bold;
  color: #333;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
body .modal-extra.left-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main table thead th .header-text, body .modal-extra.right-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main table thead th .header-text {
  font-size: 0.9rem;
}
body .modal-extra.left-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main table tbody tr:nth-child(even), body .modal-extra.right-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
body .modal-extra.left-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main table tbody tr:hover, body .modal-extra.right-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main table tbody tr:hover {
  background-color: #f0f8ff;
}
body .modal-extra.left-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main table tbody tr td, body .modal-extra.right-panel .contents .vue3-easy-data-table .vue3-easy-data-table__main table tbody tr td {
  padding: 0.5rem;
  color: #666;
}
body .modal-extra.left-panel .contents .vue3-easy-data-table .vue3-easy-data-table__footer, body .modal-extra.right-panel .contents .vue3-easy-data-table .vue3-easy-data-table__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  font-size: 0.85rem;
  color: #333;
}
body .modal-extra.left-panel .contents .vue3-easy-data-table .vue3-easy-data-table__footer .pagination__items-index, body .modal-extra.right-panel .contents .vue3-easy-data-table .vue3-easy-data-table__footer .pagination__items-index {
  margin-left: 1rem;
}
body .modal-extra.left-panel .contents .vue3-easy-data-table .vue3-easy-data-table__footer .btn.btn-sm, body .modal-extra.right-panel .contents .vue3-easy-data-table .vue3-easy-data-table__footer .btn.btn-sm {
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
}
body .modal-extra.left-panel .contents .vue3-easy-data-table .vue3-easy-data-table__footer .btn.btn-success, body .modal-extra.right-panel .contents .vue3-easy-data-table .vue3-easy-data-table__footer .btn.btn-success {
  background-color: #60b7cc;
  border-color: #60b7cc;
  color: #fff;
}
body .modal-extra.left-panel .contents .vue3-easy-data-table .vue3-easy-data-table__footer .btn.btn-success:hover, body .modal-extra.right-panel .contents .vue3-easy-data-table .vue3-easy-data-table__footer .btn.btn-success:hover {
  background-color: #4da4b8;
}
body .modal-extra.left-panel .contents .vue3-easy-data-table .vue3-easy-data-table__footer .btn.btn-success:disabled, body .modal-extra.right-panel .contents .vue3-easy-data-table .vue3-easy-data-table__footer .btn.btn-success:disabled {
  background-color: #e0e0e0;
  color: #999;
  cursor: not-allowed;
}
body.qbank.list .field-answer_info {
  min-height: 30vh;
}
body.qbank.list .field-answer_info .label-wrap {
  height: 2.8rem;
}
body.qbank.list .field-answer_info .input-wrap {
  height: 100%;
}
body.qbank.list ul.answers {
  display: flex;
  gap: 0.25rem;
}
body.qbank.list ul.answers li {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
body.qbank.list .input-wrap textarea {
  height: 8.8rem;
}
body.qbank.ai_add span.def-cat {
  position: absolute;
  right: 2rem;
}
body.qbank.ai_add .sel_cat {
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}
body.acts .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 767.98px) {
  body.acts .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    column-gap: 1rem;
    padding: 0 1rem;
  }
}
body.acts .items .grid {
  border: 1px solid #ddd;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
body.acts .items .grid .test_name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
body.acts .items .grid .test_name a {
  text-decoration: none;
  color: #333;
}
body.acts .items .grid .test_name a:hover {
  color: #007bff;
}
body.acts .items .grid .cnt_total {
  font-size: 0.9rem;
  color: #666;
}
body.acts span.info {
  position: relative;
  left: calc(100% - 6rem);
}
body.acts li.course_name a {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
body.testing .tab-content, body.c_testing .tab-content {
  display: none;
}
body.testing .tab-content.active, body.c_testing .tab-content.active {
  display: block;
}
body.testing li.question, body.c_testing li.question {
  margin-bottom: 0.25rem;
  font-weight: 600;
}
body.testing li.answer, body.c_testing li.answer {
  display: flex;
  column-gap: 2.5rem;
  row-gap: 0.25rem;
  flex-wrap: wrap;
}
body.testing li.answer .ar, body.c_testing li.answer .ar {
  display: flex;
  gap: 0.25rem;
  border-bottom: 2px solid transparent;
}
body.testing li.answer .ar.checked, body.c_testing li.answer .ar.checked {
  border-bottom: 2px solid #000;
}
body.testing li.answer .ar:hover, body.c_testing li.answer .ar:hover {
  cursor: pointer;
  border-bottom: 2px solid #000;
}
body.testing .left-bottom, body.c_testing .left-bottom {
  display: inline-flex;
  width: auto;
  gap: 1rem;
  position: relative;
  align-items: center;
}
@media (min-width: 768px) {
  body.testing .left-bottom, body.c_testing .left-bottom {
    left: 20%;
  }
}
@media (max-width: 767.98px) {
  body.testing .left-bottom, body.c_testing .left-bottom {
    flex-direction: column-reverse;
    gap: 0.2rem;
  }
}
body.testing .mark-status, body.c_testing .mark-status {
  width: 10rem;
  flex: 1;
}
body.testing select.exam_selector, body.c_testing select.exam_selector {
  max-width: 14.2rem;
  position: relative;
}
body.results .items {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  body.results .items {
    grid-template-columns: repeat(4, 1fr);
  }
}
body.results .items .grid {
  border: 1px solid #ddd;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
body.results .items .grid .test_name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
body.results .items .grid .test_name a {
  text-decoration: none;
  color: #333;
}
body.results .items .grid .test_name a:hover {
  color: #007bff;
}
body.results .items .grid .cnt_total {
  font-size: 0.9rem;
  color: #666;
}
body.results .results-tests-modal .modal-container, body.results .results-courses-modal .modal-container {
  height: 99vh;
  width: 99vw;
}
body.results .results-tests-modal .modal-container .ext-group, body.results .results-courses-modal .modal-container .ext-group {
  max-height: 80vh;
}
body.results .qa-list.agg-mode-20 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(10, auto);
  gap: 1rem;
}
body.results .qa-list.agg-mode-20 > ul.left-column {
  grid-column: 1;
}
body.results .qa-list.agg-mode-20 > ul.right-column {
  grid-column: 2;
}
body.results .qa-list.agg-mode-20 > ul.left-column:nth-child(1) {
  grid-row: 1;
}
body.results .qa-list.agg-mode-20 > ul.right-column:nth-child(1) {
  grid-row: 1;
}
body.results .qa-list.agg-mode-20 > ul.left-column:nth-child(2) {
  grid-row: 2;
}
body.results .qa-list.agg-mode-20 > ul.right-column:nth-child(2) {
  grid-row: 2;
}
body.results .qa-list.agg-mode-20 > ul.left-column:nth-child(3) {
  grid-row: 3;
}
body.results .qa-list.agg-mode-20 > ul.right-column:nth-child(3) {
  grid-row: 3;
}
body.results .qa-list.agg-mode-20 > ul.left-column:nth-child(4) {
  grid-row: 4;
}
body.results .qa-list.agg-mode-20 > ul.right-column:nth-child(4) {
  grid-row: 4;
}
body.results .qa-list.agg-mode-20 > ul.left-column:nth-child(5) {
  grid-row: 5;
}
body.results .qa-list.agg-mode-20 > ul.right-column:nth-child(5) {
  grid-row: 5;
}
body.results .qa-list.agg-mode-20 > ul.left-column:nth-child(6) {
  grid-row: 6;
}
body.results .qa-list.agg-mode-20 > ul.right-column:nth-child(6) {
  grid-row: 6;
}
body.results .qa-list.agg-mode-20 > ul.left-column:nth-child(7) {
  grid-row: 7;
}
body.results .qa-list.agg-mode-20 > ul.right-column:nth-child(7) {
  grid-row: 7;
}
body.results .qa-list.agg-mode-20 > ul.left-column:nth-child(8) {
  grid-row: 8;
}
body.results .qa-list.agg-mode-20 > ul.right-column:nth-child(8) {
  grid-row: 8;
}
body.results .qa-list.agg-mode-20 > ul.left-column:nth-child(9) {
  grid-row: 9;
}
body.results .qa-list.agg-mode-20 > ul.right-column:nth-child(9) {
  grid-row: 9;
}
body.results .qa-list.agg-mode-20 > ul.left-column:nth-child(10) {
  grid-row: 10;
}
body.results .qa-list.agg-mode-20 > ul.right-column:nth-child(10) {
  grid-row: 10;
}
body.results .qa-list.agg-mode-30 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(15, auto);
  gap: 1rem;
}
body.results .qa-list.agg-mode-30 > ul.left-column {
  grid-column: 1;
}
body.results .qa-list.agg-mode-30 > ul.right-column {
  grid-column: 2;
}
body.results .qa-list.agg-mode-30 > ul.left-column:nth-child(1) {
  grid-row: 1;
}
body.results .qa-list.agg-mode-30 > ul.right-column:nth-child(1) {
  grid-row: 1;
}
body.results .qa-list.agg-mode-30 > ul.left-column:nth-child(2) {
  grid-row: 2;
}
body.results .qa-list.agg-mode-30 > ul.right-column:nth-child(2) {
  grid-row: 2;
}
body.results .qa-list.agg-mode-30 > ul.left-column:nth-child(3) {
  grid-row: 3;
}
body.results .qa-list.agg-mode-30 > ul.right-column:nth-child(3) {
  grid-row: 3;
}
body.results .qa-list.agg-mode-30 > ul.left-column:nth-child(4) {
  grid-row: 4;
}
body.results .qa-list.agg-mode-30 > ul.right-column:nth-child(4) {
  grid-row: 4;
}
body.results .qa-list.agg-mode-30 > ul.left-column:nth-child(5) {
  grid-row: 5;
}
body.results .qa-list.agg-mode-30 > ul.right-column:nth-child(5) {
  grid-row: 5;
}
body.results .qa-list.agg-mode-30 > ul.left-column:nth-child(6) {
  grid-row: 6;
}
body.results .qa-list.agg-mode-30 > ul.right-column:nth-child(6) {
  grid-row: 6;
}
body.results .qa-list.agg-mode-30 > ul.left-column:nth-child(7) {
  grid-row: 7;
}
body.results .qa-list.agg-mode-30 > ul.right-column:nth-child(7) {
  grid-row: 7;
}
body.results .qa-list.agg-mode-30 > ul.left-column:nth-child(8) {
  grid-row: 8;
}
body.results .qa-list.agg-mode-30 > ul.right-column:nth-child(8) {
  grid-row: 8;
}
body.results .qa-list.agg-mode-30 > ul.left-column:nth-child(9) {
  grid-row: 9;
}
body.results .qa-list.agg-mode-30 > ul.right-column:nth-child(9) {
  grid-row: 9;
}
body.results .qa-list.agg-mode-30 > ul.left-column:nth-child(10) {
  grid-row: 10;
}
body.results .qa-list.agg-mode-30 > ul.right-column:nth-child(10) {
  grid-row: 10;
}
body.results .qa-list.agg-mode-30 > ul.left-column:nth-child(11) {
  grid-row: 11;
}
body.results .qa-list.agg-mode-30 > ul.right-column:nth-child(11) {
  grid-row: 11;
}
body.results .qa-list.agg-mode-30 > ul.left-column:nth-child(12) {
  grid-row: 12;
}
body.results .qa-list.agg-mode-30 > ul.right-column:nth-child(12) {
  grid-row: 12;
}
body.results .qa-list.agg-mode-30 > ul.left-column:nth-child(13) {
  grid-row: 13;
}
body.results .qa-list.agg-mode-30 > ul.right-column:nth-child(13) {
  grid-row: 13;
}
body.results .qa-list.agg-mode-30 > ul.left-column:nth-child(14) {
  grid-row: 14;
}
body.results .qa-list.agg-mode-30 > ul.right-column:nth-child(14) {
  grid-row: 14;
}
body.results .qa-list.agg-mode-30 > ul.left-column:nth-child(15) {
  grid-row: 15;
}
body.results .qa-list.agg-mode-30 > ul.right-column:nth-child(15) {
  grid-row: 15;
}
body.results li.question {
  margin-bottom: 0.25rem;
  font-weight: 600;
}
body.results li.answer {
  display: flex;
  column-gap: 2.5rem;
  row-gap: 0.25rem;
  flex-wrap: wrap;
}
body.results li.answer .ar {
  display: flex;
  gap: 0.25rem;
  border-bottom: 2px solid transparent;
  align-items: center;
}
body.results li.answer .ar.checked {
  border-bottom: 2px solid #000;
}
body.results li.answer .ar:hover {
  cursor: pointer;
  border-bottom: 2px solid #000;
}
body.results li.answer .ar span.a {
  position: relative;
  top: 0.1rem;
}
body.results li.answer .ar span.n {
  position: relative;
  top: 0.1rem;
}
body.results li.answer .ar.user_checked span.n {
  background-color: #f44336;
  color: white;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
body.results li.answer .ar.correct span.n {
  background-color: #9e9e9e;
  color: white;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
body.results li.answer .ar.correct.user_checked span.n {
  color: white;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  position: relative;
}
body.results li.answer .ar.correct.user_checked span.n::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  width: 30px;
  height: 30px;
  background-color: #4caf50;
  border-radius: 50%;
}
body.results span.cert {
  position: relative;
  left: calc(100% - 9rem);
}
body.course.list td.test_ids {
  max-width: 22vw;
  overflow: hidden;
}
body.index .item.intro {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
}
body.index .group.pos-0 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  padding-top: 2rem;
}
body.index .item.qc1 canvas {
  min-height: 18rem;
}
body.index .main-logo {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #60b7cc;
  border-radius: 50%;
}
body.index .main-logo .cross {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
}
body.index .main-logo .cross::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
}
body.index .main-logo .cross::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 30%;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
}
body.index .overview {
  display: grid;
  grid-template-columns: 30% 30% 37%;
  gap: 20px;
  padding: 20px;
  background-color: #f0f0ec;
  border-radius: 8px;
}
@media (max-width: 767px) {
  body.index .overview {
    display: flex;
    flex-direction: column;
  }
}
body.index .overview .user-stats, body.index .overview .database-stats {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.index .overview .user-stats .tit, body.index .overview .database-stats .tit {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
body.index .overview .user-stats .item, body.index .overview .database-stats .item {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  gap: 10px;
  width: 100%;
}
body.index .overview .user-stats .item li, body.index .overview .database-stats .item li {
  display: grid;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #fbfbf9;
  border-radius: 6px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
body.index .overview .user-stats .item li .label, body.index .overview .database-stats .item li .label {
  font-size: 0.9rem;
  margin: 0.3rem 0;
  color: #666;
  grid-column: 1 / 3;
}
body.index .overview .user-stats .item li .value, body.index .overview .database-stats .item li .value {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
}
body.index .overview .user-stats .item li .value .total, body.index .overview .database-stats .item li .value .total {
  font-size: 1.2rem;
  color: #333;
  font-family: "Tahoma", sans-serif;
  margin-right: 5px;
}
body.index .overview .user-stats .item li .value .delta, body.index .overview .database-stats .item li .value .delta {
  font-size: 1.2rem;
  color: #60b7cc;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 40%;
  background-color: rgba(96, 183, 204, 0.2);
  font-family: "Tahoma", sans-serif;
}
body.index .overview .user-stats .item li .value .delta.empty, body.index .overview .database-stats .item li .value .delta.empty {
  display: none;
}
body.index .overview .user-stats .item li .unit, body.index .overview .database-stats .item li .unit {
  font-size: 0.9rem;
  color: #999;
}
body.index .today_stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}
body.index .today_stats .today-msg {
  background-color: #e6f4ff;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 1.1rem;
  color: #0078d7;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
}
body.index .today_stats .today-msg .txt {
  margin: 0;
}
body.index .today_stats .stats-wrap .stats {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
body.index .today_stats .stats-wrap .stats li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background-color: #fbfbf9;
  border-radius: 6px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
body.index .today_stats .stats-wrap .stats li:hover {
  background-color: #f0f8ff;
  transform: translateY(-2px);
  cursor: pointer;
}
body.index .today_stats .stats-wrap .stats li .label {
  font-size: 0.95rem;
  color: #555;
  font-weight: 500;
}
body.index .today_stats .stats-wrap .stats li .value {
  display: flex;
  align-items: baseline;
}
body.index .today_stats .stats-wrap .stats li .value .number {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-right: 5px;
}
body.index .today_stats .stats-wrap .stats li .value .unit, body.index .today_stats .stats-wrap .stats li .value .divider {
  font-size: 0.9rem;
  color: #888;
}
body.index .today_stats .stats-wrap .stats .finished .label {
  color: #28a745;
}
body.index .today_stats .stats-wrap .stats .finished .number {
  color: #28a745;
}
body.index .today_stats .stats-wrap .stats .waiting .label {
  color: #ffc107;
}
body.index .today_stats .stats-wrap .stats .waiting .number {
  color: #ffc107;
}
body.index .today_stats .stats-wrap .stats .current-room .label {
  color: #17a2b8;
}
body.index .today_stats .stats-wrap .stats .current-room .number {
  color: #17a2b8;
}
body.index .today_stats .stats-wrap .stats .today-scheduled .label {
  color: #007bff;
}
body.index .today_stats .stats-wrap .stats .today-scheduled .number {
  color: #007bff;
}
@media (max-width: 767px) {
  body.index .group.pos-0 {
    justify-content: space-around;
  }
  body.index .group.pos-0.auto > div.col-6 {
    width: 100%;
  }
  body.index .group.pos-0.auto > div.col-3 {
    width: 47%;
  }
  body.index .today_stats .stats-wrap .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .menu-dropdown.show {
    display: block;
  }
}
