* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  color: #424242;
  background-color: white;
  font-size: initial;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Taviraj-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-tap-highlight-color: transparent; }

body.is-spin {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  body.is-spin::after {
    position: fixed;
    content: '';
    left: 0;
    right: 0;
    z-index: 200000000;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2); }

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

.container {
  position: relative;
  margin-left: 15px;
  margin-right: 15px; }
  .container * {
    border-color: #ebebeb; }
  .container.bg-colour * {
    border-color: rgba(235, 235, 235, 0.3); }
  .container p {
    color: inherit; }
  .container a {
    color: inherit; }
    .container a:hover, .container a:focus {
      text-decoration: none; }
  .container .color-light {
    color: #9f9f9f; }
  .container .color-coin {
    color: #ffcc00; }
  .container .color-red {
    color: #fc5755; }
  .container .color-blue {
    color: #2691e1; }
  .container .font-large {
    font-size: 1.1428rem; }
  .container .font-small {
    font-size: .8751rem; }
  .container form.input-group .input-row > label {
    line-height: 2;
    color: #9f9f9f; }
  .container form.input-group .input-row > input,
  .container form.input-group .input-row > textarea {
    margin: 0;
    border: 1px solid #f1f1f1;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .container form.input-group .input-row + .input-row {
    margin-top: 10px; }
  .container .btn {
    display: inline-block;
    height: 40px;
    border-radius: 20px;
    color: white;
    outline: 0;
    background-color: #fc5755;
    border-color: transparent; }
    .container .btn.btn-ghost {
      color: #fc5755;
      background-color: white;
      border-color: #fc5755; }
  .container .triangle-right {
    position: relative; }
    .container .triangle-right:after {
      content: '';
      position: absolute;
      right: 5px;
      top: 50%;
      height: 18px;
      width: 12px;
      margin-top: -9px;
      background: url(../img/go.png) center no-repeat;
      background-size: 60%; }
  .container .coin-info {
    color: white;
    font-size: initial;
    margin: 0 -15px 1.3rem;
    background-color: #fc5755;
    padding: 20px 0 15px; }
    .container .coin-info .money-wrap {
      margin-bottom: 10px; }
      .container .coin-info .money-wrap .money-num {
        font-size: 40px;
        margin: 0 10px; }
    .container .coin-info .coin-modify {
      margin-top: 6px;
      font-size: .8rem; }
    .container .coin-info .coin-num {
      position: relative;
      font-size: 2rem;
      line-height: 1;
      color: #ffcc00; }
    .container .coin-info .unit {
      font-size: .8rem;
      line-height: 1;
      color: white;
      padding-left: 10px; }
  .container .bottom-info {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 100%;
    font-size: 10px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }
  .container.bg-colour {
    color: white;
    background-color: #fc5755; }
    .container.bg-colour .btn.btn-colour {
      font-size: initial;
      color: #fc5755;
      background-color: #fefad9;
      border-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .container .popover-text {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    opacity: 1;
    text-align: center; }
    .container .popover-text .inner-text {
      display: inline-block;
      color: white;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.8);
      padding: 10px 20px;
      max-width: 88%;
      margin: 0 auto;
      border-radius: 5px;
      line-height: 1.5; }
    .container .popover-text.hide {
      opacity: .3; }

.mui-popover {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .mui-popover .mui-popover-arrow {
    display: none !important; }
  .mui-popover .content {
    position: relative;
    background: url(../img/bg_popover.png) center no-repeat;
    background-size: contain;
    height: 25rem; }
  .mui-popover .warn-info {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #be8185; }
  .mui-popover .warn-btn {
    color: white;
    font-weight: bold;
    position: absolute;
    padding: 1rem 1.5rem;
    bottom: 14%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }
  .mui-popover .pop-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../img/icon_pop_close.png) center no-repeat;
    background-size: 30px 30px; }

.mui-backdrop {
  background-color: rgba(0, 0, 0, 0.6); }

.loading-block {
  background: -webkit-gradient(linear, left top, right top, from(rgba(207, 216, 220, 0.3)), color-stop(rgba(207, 216, 220, 0.6)), to(rgba(207, 216, 220, 0.3)));
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.3), rgba(207, 216, 220, 0.6), rgba(207, 216, 220, 0.3));
  -webkit-animation: card-loading 1.4s ease infinite;
  animation: card-loading 1.4s ease infinite;
  background-size: 600% 600%; }

@-webkit-keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; } }

@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; } }

.page-join_group .red {
  font-size: 22px;
  font-weight: bold;
  color: #fa2d2d; }

.page-join_group .btn-join {
  margin: 30px auto;
  width: 60%;
  color: #fff;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  background-color: #fa2d2d;
  border-radius: 4px; }
  .page-join_group .btn-join:active {
    background-color: #fc5755; }

/*# sourceMappingURL=../maps/join_group.css.map */
