@smartPortrait: ~"only screen and (max-width: 926px) and (orientation: portrait)";
@smartLandscape: ~"only screen and (max-width: 926px) and (orientation: landscape)";

.dialogue .overlay {
  background-color: rgba(20, 23, 48, 0.95);
}

.dialogue .INFO {
  margin: 0;
}

.payouts {
  font-family: robotobold, Roboto, Arial, Helvetica, sans-serif;
  color: #fcfcfc;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;

  .tier {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    .payout {
      justify-content: center;
      align-items: center;
      margin: 1.5vmin 2vmin 1.5vmin 2vmin;
      @media @smartPortrait {
        width:45%;
        flex-wrap: wrap;
      }
      .symbol-image {
        margin: auto;
        text-align: center;
      }

      .winValues {
        text-align: left;
        padding-bottom: 3.0vmin;

        @media @smartPortrait {
          text-align: center;
          width:100%;
          padding-left:0;
        }

        .combo {
          justify-content: space-between;

          font-size: 1.6em;

          .separator {
            margin: 0 2vmin 0 1vmin;
          }

          .value {
            width: 100%;
            text-align: center;
          }
        }

        .combo_long {
          justify-content: space-between;
          font-size: 1.1em;

          .separator {
            margin: 0 2vmin 0 1vmin;
          }

          .value {
            width: 100%;
            text-align: center;
          }
        }
      }

      .firstTextH1, .firstTextL5 {
        color: #ffffff;
        width: 100%;
        text-shadow:
          -0.02em -0.02em 0 #e934f7,
          0 -0.02em 0 #e934f7,
          0.02em -0.02em 0 #e934f7,
          0.02em 0 0 #e934f7,
          0.02em 0.02em 0 #e934f7,
          0 0.02em 0 #e934f7,
          -0.02em 0.02em 0 #e934f7,
          -0.02em 0 0 #e934f7;
      }
      .firstTextH2, .firstTextL6 {
        color: #ffffff;
        width: 100%;
        text-shadow:
          -0.07em -0.07em 0 #7d0202,
          0 -0.07em 0 #7d0202,
          0.07em -0.07em 0 #7d0202,
          0.07em 0 0 #7d0202,
          0.07em 0.07em 0 #7d0202,
          0 0.07em 0 #7d0202,
          -0.07em 0.07em 0 #7d0202,
          -0.07em 0 0 #7d0202;
      }
      .firstTextH3, .firstTextL7 {
        color: #fffceb;
        width: 100%;
        text-shadow:
          -0.04em -0.04em 0 #c16e10,
          0 -0.04em 0 #c16e10,
          0.04em -0.04em 0 #c16e10,
          0.04em 0 0 #c16e10,
          0.04em 0.04em 0 #c16e10,
          0 0.04em 0 #c16e10,
          -0.04em 0.04em 0 #c16e10,
          -0.04em 0 0 #c16e10;
      }
      .firstTextH4, .firstTextL8 {
        color: #ebf6ff;
        width: 100%;
        text-shadow:
          -0.04em -0.04em 0 #0f79db,
          0 -0.04em 0 #0f79db,
          0.04em -0.04em 0 #0f79db,
          0.04em 0 0 #0f79db,
          0.04em 0.04em 0 #0f79db,
          0 0.04em 0 #0f79db,
          -0.04em 0.04em 0 #0f79db,
          -0.04em 0 0 #0f79db;
      }
      .firstTextL9 {
        color: #fcffeb;
        width: 100%;
        text-shadow:
          -0.04em -0.04em 0 #4ec110,
          0 -0.04em 0 #4ec110,
          0.04em -0.04em 0 #4ec110,
          0.04em 0 0 #4ec110,
          0.04em 0.04em 0 #4ec110,
          0 0.04em 0 #4ec110,
          -0.04em 0.04em 0 #4ec110,
          -0.04em 0 0 #4ec110;
      }
    }
  }

  h3 {
    font-size: 1.5em;
    text-align: center;
  }
}

.setting-img-disable {
  margin-left: 10px;
  opacity: 1
}
.setting-img-active {
  margin-left: 10px;
  opacity: 0.35
}

.flex-container {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: stretch;
  width: 100%;
}

.paylines {
  .flex-container {
    width: 80px;
    margin: 20px;
  }
  .number {
    position: relative;
    line-height: 200%;
    text-align: center;
    width: 100%;
    user-select: none;
    font-family: robotobold, Roboto, Helvetica, sans-serif;
    font-weight: bold;
  }

  .square {
    width: 16px;
    height: 16px;
    background-color: #545250;
    border: 1px solid black;

    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    &.colored {
      background-color: #fcb101;
    }
  }
}
