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

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

@media screen and (max-width: 768px) {
  .sheet-tbl table thead {
    display: none;
  }
}

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

@media screen and (max-width: 960px) {
  .sheet-tbl table thead tr th {
    padding: 14px 8px;
  }
}

.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;
}

@media screen and (max-width: 768px) {
  .sheet-tbl table tbody {
    border-width: 0 0 1px;
    display: block;
  }
}

.sheet-tbl table tbody tr:nth-child(3), .sheet-tbl table tbody tr:nth-child(10), .sheet-tbl table tbody tr:nth-child(15), .sheet-tbl table tbody tr:nth-child(20), .sheet-tbl table tbody tr:nth-child(26) {
  display: none;
}

@media screen and (max-width: 768px) {
  .sheet-tbl table tbody tr:nth-child(3), .sheet-tbl table tbody tr:nth-child(10), .sheet-tbl table tbody tr:nth-child(15), .sheet-tbl table tbody tr:nth-child(20), .sheet-tbl table tbody tr:nth-child(26) {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .sheet-tbl table tbody tr {
    display: flex;
  }
  .sheet-tbl table tbody tr:first-child td {
    border-left: solid 1px #C9C8C6;
  }
  .sheet-tbl table tbody tr:not(:last-child) {
    border-bottom: solid 1px #C9C8C6;
  }
  .sheet-tbl table tbody tr:nth-child(2) td, .sheet-tbl table tbody tr:nth-child(9) td, .sheet-tbl table tbody tr:nth-child(9) td, .sheet-tbl table tbody tr:nth-child(14) td, .sheet-tbl table tbody tr:nth-child(19) td, .sheet-tbl table tbody tr:nth-child(25) td {
    display: none;
  }
  .sheet-tbl table tbody tr:nth-child(1), .sheet-tbl table tbody tr:nth-child(2), .sheet-tbl table tbody tr:nth-child(9), .sheet-tbl table tbody tr:nth-child(14), .sheet-tbl table tbody tr:nth-child(19), .sheet-tbl table tbody tr:nth-child(25) {
    display: block;
  }
  .sheet-tbl table tbody tr:nth-child(1) th, .sheet-tbl table tbody tr:nth-child(2) th, .sheet-tbl table tbody tr:nth-child(9) th, .sheet-tbl table tbody tr:nth-child(14) th, .sheet-tbl table tbody tr:nth-child(19) th, .sheet-tbl table tbody tr:nth-child(25) th {
    width: 100%;
    display: block;
    border-right: none;
  }
  .sheet-tbl table tbody tr:nth-child(2) td:nth-child(2), .sheet-tbl table tbody tr:nth-child(9) td:nth-child(2), .sheet-tbl table tbody tr:nth-child(14) td:nth-child(2), .sheet-tbl table tbody tr:nth-child(19) td:nth-child(2), .sheet-tbl table tbody tr:nth-child(25) td:nth-child(2) {
    max-width: 48px;
    border-left: solid 1px #C9C8C6;
  }
  .sheet-tbl table tbody tr:nth-child(2) td:nth-child(3), .sheet-tbl table tbody tr:nth-child(9) td:nth-child(3), .sheet-tbl table tbody tr:nth-child(14) td:nth-child(3), .sheet-tbl table tbody tr:nth-child(19) td:nth-child(3), .sheet-tbl table tbody tr:nth-child(25) td:nth-child(3) {
    width: calc( 100% - 52px);
  }
}

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

@media screen and (max-width: 768px) {
  .sheet-tbl table tbody tr th,
  .sheet-tbl table tbody tr td {
    padding: 10px;
    border-bottom: none;
  }
}

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

@media screen and (max-width: 768px) {
  .sheet-tbl table tbody tr th:last-child,
  .sheet-tbl table tbody tr td:last-child {
    border-right: solid 1px #C9C8C6;
  }
}

.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="checkbox"],
.sheet-tbl table tbody tr td .sheet-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

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

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

.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: "";
  display: block;
  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 3px #eeeeee;
  background: #eeeeee;
  width: 22px;
  height: 22px;
  top: -17px;
  left: 1px;
}

@media screen and (max-width: 960px) {
  .sheet-tbl table tbody tr th .sheet-item .sheet-item-label::before,
  .sheet-tbl table tbody tr td .sheet-item .sheet-item-label::before {
    top: -16px;
    left: 2px;
  }
}

.sheet-tbl table tbody tr th .sheet-item .sheet-item-label::after,
.sheet-tbl table tbody tr td .sheet-item .sheet-item-label::after {
  border-bottom: 3px solid #008EAE;
  border-left: 3px solid #008EAE;
  opacity: 0;
  height: 7px;
  width: 12px;
  transform: rotate(-45deg);
  top: -11px;
  left: 6px;
}

@media screen and (max-width: 960px) {
  .sheet-tbl table tbody tr th .sheet-item .sheet-item-label::after,
  .sheet-tbl table tbody tr td .sheet-item .sheet-item-label::after {
    top: -10px;
    left: 7px;
  }
}

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

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

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

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

@media screen and (max-width: 768px) {
  .sheet-tbl table tbody tr th {
    color: #fefefe;
    background-color: #008EAE;
  }
}

.sheet-tbl table tbody tr td {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .sheet-tbl table tbody tr td {
    display: inline-block;
    width: 100%;
  }
}

.sheet-tbl table tbody tr td:nth-child(1) {
  width: 56px;
}

@media screen and (max-width: 768px) {
  .sheet-tbl table tbody tr td:nth-child(1) {
    max-width: 48px;
    border-left: solid 1px #C9C8C6;
  }
}

.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;
}

.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 a {
  text-align: center;
  font-size: 1.8rem;
}

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

@media screen and (max-width: 768px) {
  .btn a {
    max-width: 340px;
    font-size: 1.4rem;
    height: 72px;
  }
}

.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: 1.8rem;
  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: 340px;
    height: 72px;
    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/chart.css.map */
