body {
  background-color: #158467 !important; }

.modal-root {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  z-index: 2; }
  .modal-root .modal-container {
    width: 70%;
    height: 80%;
    border: 2px solid #aaa;
    background: #eeeded;
    margin-top: 40px;
    display: inline-block;
    z-index: 2; }
    .modal-root .modal-container .modal-image {
      object-fit: contain;
      display: block;
      margin: auto; }

.modal-overlay {
  width: 100%;
  height: 120%;
  background: rgba(94, 94, 94, 0.89);
  top: 0;
  left: 0;
  z-index: 1;
  position: fixed; }

.point-box {
  display: flex;
  justify-content: space-between; }
  .point-box .point-item {
    width: 150px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0; }

.result-board {
  background-color: white;
  width: 78px;
  height: 70px; }
  .result-board .strike {
    color: #ffc93c; }
  .result-board .out {
    color: #f55c47; }

.moved-item-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; }

.item-center {
  text-align: center; }

.text-shortten {
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis; }

.pointer {
  cursor: pointer; }
