body {
  background-color: #DA291C;
}
.computer {
  margin: 0 100px;
  position: relative;
}
.computer:after {
  content: "";
  width: 100%;
  height: 20px;
  background: #d7d7d7;
  position: absolute;
  bottom: 0;
  width: 110%;
  left: -5%;
  border-radius: 0 0  20px 20px;
}
.computer:before {
  content: "";
  width: 120px;
  height: 6px;
  background: #fff;
  position: absolute;
  bottom: 13px;
  border-radius: 0 0 20px 20px;
  z-index: 1;
  margin: 0 0 0 -60px;
  left: 50%;
}
.computer .computer-display {
  background-color: #33495f;
  padding: 20px;
  border-radius: 20px 20px 0 0 ;
}
.computer .computer-display .computer-content {
  background-color: #2c3d50;
  position: relative;
  height: calc(100vh - 230px);
  overflow: auto;
  border: 1px solid #fff;
  background-image: url(../img/bg-grid.png);
  background-size: cover;
  background-position: center 60%;
}
.text-right {
  text-align: right!important;
}
.color-light-blue {
  color: #6ea5e0;
}
.btn-light-blue {
  background-color: #6ea5e0;
}
.navbar-sticky-top,
.navbar-sticky-bottom {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.computer-header {
  display: flex;
  height: 80px;
}
.computer-header .btn-connect-wallet {
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  border-width: 2px;
  padding: 0 20px;
  color: #fff;
  margin-top: 15px;
  margin-right: 20px;
}
.computer-header .btn-connect-wallet .icon-wallet {
  color: #fff;
  vertical-align: -3px;
}
.computer-header .btn-connect-wallet:hover {
  background-color: #fff;
  color: #f00;
}
.computer-header .btn-connect-wallet:hover .icon-wallet {
  color: #f00;
}
.header-icons {
  margin-top: 22px;
  margin-right: 20px;
}
.header-icons a {
  margin: 0 5px;
}
.computer .computer-display .computer-content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
.computer .computer-display .computer-content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #000;
}
.computer .computer-display .computer-content::-webkit-scrollbar-thumb:hover {
  background-color: #f8f8f8;
}
.computer .computer-display .computer-content::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: #2c3d50;
}
img {
  filter: none;
}
.walletconnect-modal__mobile__toggle a {
  color: #000;
}
.page-header {
  background-color: #80b4ed;
}
.text-center {
  text-align: center!important;
}
#SelfPortrait #controls {
  clear: both;
  margin: 20px 40px;
}
#SelfPortrait #controls button {
  width: 440px;
  font-size: 1.5em;
  margin: auto;
}
#SelfPortrait svg rect {
  stroke: black;
  fill: transparent;
}
#SelfPortrait svg rect.alive {
  fill: green;
}
.lifedao-loading svg rect {
  stroke: none!important;
  fill: transparent;
}
.btn-custom {
  border: 1px solid #ddd;
  padding: 10px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
}
.btn-custom:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.btn-share {
  height: auto;
  padding: 4px 20px;
  border-radius: 20px;
  min-width: 300px;
  margin: 0 20px;
}
.btn-share i {
  font-size: 28px;
}
.btn-custom-blue {
  color: #6ea5e0;
}
.btn-custom-blue i {
  color: #6ea5e0 !important;
}
.btn-custom-blue:hover {
  color: #6ea5e0;
}
.btn-custom-yellow {
  color: #d19c6e;
}
.btn-custom-yellow i {
  color: #d19c6e !important;
}
.btn-custom-yellow:hover {
  color: #d19c6e;
}
.game-info-show {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 10px;
  justify-content: center;
}
.game-info-show li {
  flex: 1;
  border: 1px solid #ddd;
  margin: 4px;
  min-width: 30%;
  margin-bottom: 20px;
}
.game-info-show .gis-stake li {
  border: none;
  text-align: center;
  position: relative;
  width: 150px;
}
.game-info-show .gis-stake li img {
  border: 1px solid #ddd;
}
.game-info-show .gis-stake li .lnk {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 150px;
  cursor: pointer;
  z-index: 100;
}
.game-info-show .gis-stake li .checked {
  display: none;
}
.game-info-show .gis-stake li.checked img {
  border-color: #19af5d;
}
.game-info-show .gis-stake li.checked .checked {
  display: block;
  position: absolute;
  z-index: 99;
  left: 50%;
  margin-left: -18px;
  top: 0;
  color: #19af5d;
  font-size: 36px;
  background: #fff;
  border-radius: 100%;
}
.text-lightblue {
  color: #6ea5e0;
}
.stake-item {
  padding: 15px;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb26 {
  margin-bottom: 26px!important;
}
.mb4 {
  margin-bottom: 4px!important;
}
.btn-disabled {
  cursor: not-allowed;
  background-color: #555;
  color: #fff;
  opacity: 0.5;
}
h4 {
  color: #9d7de0;
}
.footer {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.home-main-content {
  display: flex;
}
.home-main-content .hmc-side-a {
  width: 50%;
  text-align: center;
}
.home-main-content .hmc-side-b {
  width: 50%;
  padding-left: 30px;
  padding-top: 100px;
}
.home-main-content .hmc-svg {
  height: 100%;
  width: 100%;
  max-width: 640px;
  max-height: 640px;
  margin: 0 auto;
}
.home-main-content .hmc-side-b-content {
  font-size: 24px;
  line-height: 1.2;
}
.navbar-container {
  padding: 12px;
  position: relative;
}
.navbar-container .navbar-icons {
  position: absolute;
  right: 10px;
  top: 10px;
}
.navbar-container .navbar-title {
  color: #7e4c00;
  display: block;
  float: left;
  padding: 0px 10px;
  margin-left: -10px;
  font-size: 18px;
}
.home-logo {
  height: 40px;
  margin-top: 15px;
  margin-left: 26px;
  padding-right: 20px;
}
.gis-claim li {
  max-width: 32.888%;
}
@media (max-width: 979px) {
  body {
    padding: 0;
  }
  .computer {
    margin: 0;
  }
  .computer .computer-display {
    background: none;
    padding: 0;
    border-radius: 0;
  }
  .computer .computer-display .computer-content {
    height: auto;
  }
  .computer-header {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    height: auto;
  }
  .footer {
    margin-bottom: 20px;
  }
  .home-main-content {
    display: block;
  }
  .home-main-content .hmc-side-a {
    width: auto;
    height: auto;
  }
  .home-main-content .hmc-side-b {
    width: auto;
    padding-left: 0;
    margin-top: 20px;
    padding-top: 0;
  }
  .navbar-container {
    padding: 0;
    padding-top: 11px;
  }
  .navbar-container {
    padding: 12px;
    position: relative;
    min-height: 36px;
  }
  .navbar-container .navbar-icons {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .navbar-container .navbar-title {
    position: absolute;
    left: 60px;
    top: 7px;
  }
  .navbar .btn-navbar {
    position: absolute;
    left: 0;
    top: 12px;
  }
  .computer:before,
  .computer:after {
    content: '';
    display: none;
  }
  .nav-collapse {
    margin-top: 40px;
  }
  .home-logo {
    margin: 15px 0 0;
  }
  .game-info-show {
    display: block;
  }
  .game-info-show {
    text-align: center;
  }
  .game-info-show .gis-stake li {
    display: inline-block;
  }
  .gis-claim li {
    max-width: initial;
  }
  .my-stepper {
    display: none;
  }
}
.v-alert.error--text {
  color: #f00 !important;
}
.walletconnect-modal__base__row__h3:after,
.walletconnect-modal__base__row__h3:before {
  display: none;
}
.my-container {
  max-width: 1185px;
  margin: 0 auto;
}
.computer .computer-display #computerContent,
.computer .computer-display .computer-content {
  will-change: background-position;
  transition: background-position 0.5s;
}
.bg-boxes > div {
  will-change: transform;
  transition: transform 0.5s;
}
.bg-boxes .bg-box-1 {
  background: url(../img/blur-box-1.png);
  width: 173px;
  height: 152px;
  position: fixed;
  right: -150px;
  top: 20%;
}
.bg-boxes .bg-box-2 {
  background: url(../img/blur-box-2.png);
  width: 85px;
  height: 65px;
  position: fixed;
  left: 0;
  top: 70%;
}
.bg-boxes .bg-box-3 {
  background: url(../img/bg-box.png);
  width: 53px;
  height: 52px;
  position: fixed;
  left: 60%;
  top: 80%;
}
.btn-red {
  background-color: #da291c;
  color: #fff;
}
.btn-red:hover {
  background-color: #c70e00;
}
.my-stepper .v-stepper__step__step.primary {
  background: #da291c;
}
.my-stepper .v-sheet.v-stepper:not(.v-sheet--outlined),
.my-stepper .theme--light.v-stepper {
  background: none;
  box-shadow: none;
}
.my-stepper .theme--light.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step {
  background: #6e6e6e;
}
.my-stepper .theme--light.v-stepper .v-stepper__label {
  color: #6e6e6e;
}
.my-stepper .theme--light.v-stepper .v-stepper__step--active .v-stepper__label {
  color: #fff;
}
.my-stepper .v-stepper--alt-labels .v-stepper__step {
  flex-basis: auto;
}
.my-stepper .theme--light.v-stepper .v-stepper__header .v-divider {
  border-color: #6e6e6e;
}
.my-stepper .v-stepper__step__step {
  border-radius: 5px;
}
