.list__item span {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .list__item span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .sheet-tbl {
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    padding-bottom: 16px;
  }
}

.sheet-tbl table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sheet-tbl table {
    min-width: 760px;
  }
}

.sheet-tbl table thead {
  border: solid 1px #008EAE;
}

.sheet-tbl table thead tr th {
  padding: 14px;
  background: #008EAE;
  border-right: solid 1px #fefefe;
  border-bottom: solid 1px #fefefe;
  color: #fefefe;
}

.sheet-tbl table thead tr th span {
  display: inline-block;
  margin-right: 8px;
  width: 28px;
  height: 28px;
  background: #fefefe;
  border-radius: 50%;
  font-size: 2rem;
  color: #008EAE;
  line-height: 28px;
}

.sheet-tbl table tbody {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #C9C8C6;
}

.sheet-tbl table tbody tr:first-child td {
  vertical-align: middle;
}

.sheet-tbl table tbody tr th,
.sheet-tbl table tbody tr td {
  padding: 24px;
  border-right: solid 1px #C9C8C6;
  border-bottom: solid 1px #C9C8C6;
}

@media screen and (max-width: 1024px) {
  .sheet-tbl table tbody tr th,
  .sheet-tbl table tbody tr td {
    padding: 14px 8px 14px;
  }
}

.sheet-tbl table tbody tr th:last-child,
.sheet-tbl table tbody tr td:last-child {
  border-right: none;
}

.sheet-tbl table tbody tr th .sheet-item,
.sheet-tbl table tbody tr td .sheet-item {
  display: block;
}

.sheet-tbl table tbody tr th .sheet-item label,
.sheet-tbl table tbody tr td .sheet-item label {
  cursor: pointer;
}

.sheet-tbl table tbody tr th .sheet-item input[type="radio"],
.sheet-tbl table tbody tr td .sheet-item input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.sheet-tbl table tbody tr th .sheet-item .sheet-item-label,
.sheet-tbl table tbody tr td .sheet-item .sheet-item-label {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .sheet-tbl table tbody tr th .sheet-item .sheet-item-label,
  .sheet-tbl table tbody tr td .sheet-item .sheet-item-label {
    white-space: normal;
  }
}

.sheet-tbl table tbody tr th .sheet-item .sheet-item-label::before, .sheet-tbl table tbody tr th .sheet-item .sheet-item-label::after,
.sheet-tbl table tbody tr td .sheet-item .sheet-item-label::before,
.sheet-tbl table tbody tr td .sheet-item .sheet-item-label::after {
  content: "";
  position: absolute;
}

.sheet-tbl table tbody tr th .sheet-item .sheet-item-label::before,
.sheet-tbl table tbody tr td .sheet-item .sheet-item-label::before {
  border: solid 2px #eeeeee;
  background: #eeeeee;
  width: 22px;
  height: 22px;
  top: 1px;
  left: 0;
  border-radius: 50%;
}

.sheet-tbl table tbody tr th .sheet-item .sheet-item-label::after,
.sheet-tbl table tbody tr td .sheet-item .sheet-item-label::after {
  background: #008EAE;
  opacity: 0;
  width: 14px;
  height: 14px;
  top: 5px;
  left: 4px;
  border-radius: 50%;
}

.sheet-tbl table tbody tr th .sheet-item input[type="radio"]:checked + .sheet-item-label::before,
.sheet-tbl table tbody tr td .sheet-item input[type="radio"]:checked + .sheet-item-label::before {
  border-color: #008EAE;
}

.sheet-tbl table tbody tr th .sheet-item input[type="radio"]:checked + .sheet-item-label::after,
.sheet-tbl table tbody tr td .sheet-item input[type="radio"]:checked + .sheet-item-label::after {
  opacity: 1;
}

.sheet-tbl table tbody tr th .sheet-item input[type="radio"]:focus-visible + .sheet-item-label,
.sheet-tbl table tbody tr td .sheet-item input[type="radio"]:focus-visible + .sheet-item-label {
  outline: solid 2px #D97500;
}

.sheet-tbl table tbody tr th {
  width: 185px;
  vertical-align: middle;
  font-size: 1.6rem;
  letter-spacing: .003rem;
}

@media screen and (max-width: 960px) {
  .sheet-tbl table tbody tr th {
    width: 200px;
  }
}

.sheet-tbl table tbody tr th .sheet-item {
  margin: 10px 0;
}

.sheet-tbl table tbody tr td {
  width: 313px;
}

.sheet-tbl table tbody tr td .sheet-item {
  text-align: center;
}

.sheet-tbl table tbody tr td .sheet-item .sheet-item-label {
  padding: 26px 0 0;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .sheet-tbl table tbody tr td .sheet-item .sheet-item-label {
    font-size: 1.4rem;
  }
}

.sheet-tbl table tbody tr td .sheet-item .sheet-item-label::before {
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
  .sheet-tbl table tbody tr td .sheet-item .sheet-item-label::before {
    width: 20px;
    height: 20px;
  }
}

.sheet-tbl table tbody tr td .sheet-item .sheet-item-label::after {
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
  .sheet-tbl table tbody tr td .sheet-item .sheet-item-label::after {
    width: 12px;
    height: 12px;
  }
}

.sheet-tbl table tbody tr td .name {
  width: 100%;
  max-width: 250px;
  display: block;
  padding: 0;
  background: #eeeeee;
  text-align: left;
}

.sheet-tbl table tbody tr td .name input {
  width: 100%;
  padding: 15px;
}

.sheet-tbl table tbody tr td img {
  margin: 0 auto 16px;
}

@media screen and (max-width: 768px) {
  .sheet-tbl table tbody tr td img {
    max-width: 200px;
  }
}

.sheet-tbl table tbody tr td a {
  text-decoration: underline;
}

.sheet-tbl table tbody tr td a:hover {
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .sheet-tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #333333;
  }
}

.btn button {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 4px 16px 0;
  position: relative;
  width: 100%;
  max-width: 470px;
  height: 80px;
  background: #fefefe;
  border-radius: 2px 2px 5px 2px;
  color: #005aa6;
  font-size: 2rem;
  font-weight: bold;
  box-shadow: 0 0 6px rgba(1, 49, 90, 0.18);
  line-height: 1.4;
  overflow-wrap: break-word;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .btn button {
    max-width: 400px;
    height: 64px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .btn button {
    padding: 1px 16px 0;
    max-width: 320px;
    height: 56px;
    font-size: 1.4rem;
  }
}

.btn button::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  background-color: #005aa6;
  border-radius: 2px 0 2px 0;
}

@media screen and (max-width: 768px) {
  .btn button::before {
    width: 20px;
    height: 20px;
  }
}

.btn button::after {
  content: '';
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fce900;
}

@media screen and (max-width: 768px) {
  .btn button::after {
    right: 6px;
    bottom: 6px;
    border-width: 4px 0 4px 6px;
  }
}

.btn button:hover {
  background: #005aa6;
  color: #fefefe;
  transform: translate(4px, 4px);
  box-shadow: none;
}

.btn button:hover::before {
  background-color: #fce900;
}

.btn button:hover::after {
  background-color: #fce900;
  border-color: transparent transparent transparent #005aa6;
}

.btn button.bc-red {
  background: #D93200;
}

.btn button.bc-red:hover {
  background: #fefefe;
  color: #D93200;
}

.btn button.bc-aqu {
  background: #85C9D8;
}

.btn button.bc-aqu:hover {
  background: #fefefe;
  color: #85C9D8;
}

.btn button.bc-blu {
  background: #005aa6;
}

.btn button.bc-blu:hover {
  background: #fefefe;
  color: #005aa6;
}

.btn button.bc-nvy {
  background: #000080;
}

.btn button.bc-nvy:hover {
  background: #fefefe;
  color: #000080;
}

.btn button.bc-grn {
  background: #02A47F;
}

.btn button.bc-grn:hover {
  background: #fefefe;
  color: #02A47F;
}

.btn button.bc-yel {
  background: #fce900;
}

.btn button.bc-yel:hover {
  background: #fefefe;
  color: #fce900;
}

.btn button.bc-orn {
  background: #D97500;
}

.btn button.bc-orn:hover {
  background: #fefefe;
  color: #D97500;
}

.btn button.bc-beg {
  background: #f5f5dc;
}

.btn button.bc-beg:hover {
  background: #fefefe;
  color: #f5f5dc;
}

.btn button.bc-brn {
  background: #a52a2a;
}

.btn button.bc-brn:hover {
  background: #fefefe;
  color: #a52a2a;
}

.btn button.bc-pnk {
  background: #ffc0cb;
}

.btn button.bc-pnk:hover {
  background: #fefefe;
  color: #ffc0cb;
}

.btn button.bc-ppl {
  background: #c54ea0;
}

.btn button.bc-ppl:hover {
  background: #fefefe;
  color: #c54ea0;
}

.btn button.bc-vio {
  background: #704cbc;
}

.btn button.bc-vio:hover {
  background: #fefefe;
  color: #704cbc;
}

.btn button.bc-blk {
  background: #333333;
}

.btn button.bc-blk:hover {
  background: #fefefe;
  color: #333333;
}

.btn button.bc-wht {
  background: #fefefe;
}

.btn button.bc-wht:hover {
  background: #fefefe;
  color: #fefefe;
}

.btn button.bc-l-gry {
  background: #eeeeee;
}

.btn button.bc-l-gry:hover {
  background: #fefefe;
  color: #eeeeee;
}

.btn button.bc-gry {
  background: #F4F3F0;
}

.btn button.bc-gry:hover {
  background: #fefefe;
  color: #F4F3F0;
}

.btn button.bc-d-gry {
  background: #C9C8C6;
}

.btn button.bc-d-gry:hover {
  background: #fefefe;
  color: #C9C8C6;
}

/*# sourceMappingURL=../../../maps/general/pages/assessment.css.map */
