@charset "UTF-8";
/*
/ Blyp
/ coded with love
*/
html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

#main {
  opacity: 0;
  transition: 0.3s all ease-in-out; }

.load-complete #main {
  opacity: 1; }

body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  background: #000000 url("../images/bg.jpg") 0 0 no-repeat;
  background-size: cover;
  height: 100vh; }

.btn {
  display: inline-block;
  width: auto;
  padding: 11px 17px;
  width: 100px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: none;
  color: #ffffff;
  border: 1px solid transparent;
  -webkit-transition: 500ms all linear;
  -khtml-transition: 500ms all linear;
  -moz-transition: 500ms all linear;
  -ms-transition: 500ms all linear;
  -o-transition: 500ms all linear;
  transition: 500ms all linear;
  margin: 20px 20px 20px 0;
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300; }
  .btn:last-of-type {
    margin-right: 0; }
  .btn.btn-text {
    margin: 10px;
    color: #B826D6;
    padding: 0; }
  .btn.btn-action {
    border: 1px solid #6B31CB;
    font-size: 20px;
    color: #ffffff;
    background-color: #6A0BA0 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6A0BA0 0%), to(#5838B1 100%));
    background-image: -webkit-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
    background-image: -moz-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
    background-image: -ms-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
    background-image: -o-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
    background-image: linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6A0BA0 0%', endColorStr='#5838B1 100%');
    opacity: 1;
    overflow: hidden; }
  .btn.xboxInvite {
    background: #03BBE1; }
  .btn.btn-ghost {
    border: 1px solid #FFFFFF; }
  .btn.btn-ghost--purple {
    border: 1px solid #B826D6;
    color: #B826D6;
    width: auto;
    max-width: 400px;
    margin: 0 auto; }
    .btn.btn-ghost--purple:hover {
      color: #B826D6; }
  .btn.btn-block {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .btn.btn-block {
        width: 50%;
        margin: 20px auto; } }
  .btn.btn-rmv, .btn.btn-cancel {
    display: block;
    border: 1px solid #03BBE1;
    color: #03BBE1; }
    .btn.btn-rmv + a, .btn.btn-cancel + a {
      margin-left: 5px !important; }
  .btn.btn-small {
    font-size: 10px;
    padding: 5px 8px;
    width: auto;
    display: inline-block; }
  .btn.btn-check {
    width: 27px;
    padding: 12px 8px;
    display: inline-block;
    background: none;
    background-position: 50% 50%; }
  .btn.checked {
    width: 27px;
    background: url(../images/check.png) 50% 50% no-repeat;
    background-size: 50%;
    cursor: default; }
  .btn:hover {
    color: #ffffff;
    opacity: 0.7; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
  border: 0;
  outline: 0;
  background: 0;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #67809F;
  padding: 7px 10px;
  font-size: 18px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  color: #ffffff;
  border-radius: 0; }

::-webkit-inner-spin-button {
  -webkit-appearance: none; }

::-webkit-outer-spin-button {
  -webkit-appearance: none; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    border: 1px solid #6B31CB;
    background: none;
    color: #ffffff;
    -webkit-transition: 500ms all linear;
    -khtml-transition: 500ms all linear;
    -moz-transition: 500ms all linear;
    -ms-transition: 500ms all linear;
    -o-transition: 500ms all linear;
    transition: 500ms all linear;
    height: 27px;
    width: 27px;
    padding: 12px 8px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background-position: 50% 50%; }
  input[type="checkbox"]:checked + label {
    background: url(../images/check.png) 50% 50% no-repeat;
    background-size: 50%;
    cursor: default; }

input[type="email"] {
  padding-left: 50px;
  background: url("../images/icon-email.png") 0 50% no-repeat;
  background-size: 28px; }

input[type="password"] {
  padding-left: 50px;
  background: url("../images/icon-password.png") 3px 50% no-repeat;
  background-size: 22px; }

input.gamertag {
  padding-left: 50px;
  background: url("../images/icon-joystick--single.png") 0 50% no-repeat;
  background-size: 28px; }

input.dob {
  padding-left: 50px;
  background: url("../images/icon-dob.png") 0 50% no-repeat;
  background-size: 28px; }

input[type="submit"] {
  width: 100%;
  outline: 0 !important; }

.select,
.select2-container {
  height: 50px;
  outline: 0;
  min-width: 80%;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .select,
    .select2-container {
      min-width: 10%; } }
  .select *,
  .select input,
  .select2-container *,
  .select2-container input {
    outline: 0 !important; }
  .select .select2-container--default .select2-selection--single,
  .select2-container .select2-container--default .select2-selection--single {
    padding: 10px;
    height: 50px;
    color: #67809F;
    border-color: #67809F;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    background: none; }
  .select .select2-selection--single .select2-selection__rendered,
  .select2-container .select2-selection--single .select2-selection__rendered {
    color: #67809F;
    text-align: left;
    padding-right: 30px; }
  .select .select2-selection__arrow,
  .select2-container .select2-selection__arrow {
    background: url(../images/arrow-down.png) 50% 50% no-repeat;
    width: 30px;
    height: 30px;
    background-size: 20px;
    margin: -15px 0 0 -15px;
    right: 20px !important;
    top: 55% !important; }
    .select .select2-selection__arrow b,
    .select2-container .select2-selection__arrow b {
      display: none; }
  .select.select2-container--open,
  .select2-container.select2-container--open {
    background: #150407;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px; }
    .select.select2-container--open .select2-selection__arrow,
    .select2-container.select2-container--open .select2-selection__arrow {
      -webkit-transform: rotate(180deg);
      -khtml-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .select .select2-dropdown,
  .select2-container .select2-dropdown {
    background: #150407;
    border-color: #67809F; }
  .select .select2-search--dropdown,
  .select2-container .select2-search--dropdown {
    padding: 10px; }
    .select .select2-search--dropdown .select2-search__field,
    .select2-container .select2-search--dropdown .select2-search__field {
      background: none;
      border: 0;
      padding: 3px;
      border-bottom: 1px solid #ffffff;
      color: #ffffff; }
  .select .select2-results__option,
  .select2-container .select2-results__option {
    color: #ffffff;
    padding: 10px; }
  .select .select2-results__option--highlighted[aria-selected],
  .select2-container .select2-results__option--highlighted[aria-selected] {
    background: #B826D6;
    color: #ffffff; }
  .select .select2-results__option[aria-selected=true],
  .select2-container .select2-results__option[aria-selected=true] {
    background: #1F1F22;
    color: #ffffff; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #67809F;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #67809F;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #67809F;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #67809F;
  opacity: 1; }

a {
  font-size: 15px;
  color: #B826D6; }
  a:hover {
    color: #B826D6;
    text-decoration: underline; }

.footer {
  height: 80px;
  width: 100%;
  padding: 0 10px;
  position: fixed;
  bottom: 0;
  background: #1F1F22; }
  .footer:before {
    position: absolute;
    content: '';
    background-color: #6A0BA0 0%;
    background-image: -webkit-gradient(linear, left top, right top, from(#6A0BA0 0%), to(#00FFF5 100%));
    background-image: -webkit-linear-gradient(left, #6A0BA0 0%, #00FFF5 100%);
    background-image: -moz-linear-gradient(left, #6A0BA0 0%, #00FFF5 100%);
    background-image: -ms-linear-gradient(left, #6A0BA0 0%, #00FFF5 100%);
    background-image: -o-linear-gradient(left, #6A0BA0 0%, #00FFF5 100%);
    background-image: linear-gradient(left, #6A0BA0 0%, #00FFF5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6A0BA0 0%', endColorStr='#00FFF5 100%', gradientType='1');
    width: 100%;
    height: 1px;
    top: -1px;
    left: 0; }
  .footer > a {
    width: 20%;
    float: left;
    height: 100%;
    display: block;
    position: relative; }
    .footer > a span {
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 100%;
      text-align: center;
      color: #ffffff;
      font-size: 13px; }
      @media only screen and (min-width: 768px) {
        .footer > a span {
          font-size: 16px; } }
    .footer > a:hover span, .footer > a.active span {
      color: #B826D6; }
    .footer > a.group {
      background: url("../images/icon-group.png") no-repeat;
      background-size: 50px;
      background-position: 50% 12px; }
      .footer > a.group:hover, .footer > a.group.active {
        background-position: 50% -195px; }
    .footer > a.wallet {
      background: url("../images/icon-wallet.png") no-repeat;
      background-size: 30px;
      background-position: 50% 12px; }
      .footer > a.wallet:hover, .footer > a.wallet.active {
        background-position: 50% -171px; }
    .footer > a.matches {
      background: url("../images/icon-joystick.png") no-repeat;
      background-size: 35px;
      background-position: 50% 12px; }
      .footer > a.matches:hover, .footer > a.matches.active {
        background-position: 50% -150px; }
    .footer > a.history {
      background: url("../images/icon-calendar.png") no-repeat;
      background-size: 31px;
      background-position: 50% 12px; }
      .footer > a.history:hover, .footer > a.history.active {
        background-position: 50% -157px; }
    .footer > a.settings {
      background: url("../images/icon-settings.png") no-repeat;
      background-size: 33px;
      background-position: 50% 12px; }
      .footer > a.settings:hover, .footer > a.settings.active {
        background-position: 50% -156px; }

.scroll-active .header {
  background: rgba(0, 0, 0, 0.8); }

#page {
  padding-top: 52px; }
  #page .header {
    display: table;
    height: 51px;
    width: 100%;
    padding: 10px;
    top: 0;
    z-index: 2;
    background-size: 100%;
    position: fixed;
    transition: all 0.3s ease-in-out; }
    #page .header .header-title {
      font-weight: 500;
      font-size: 14px;
      color: #ffffff;
      text-transform: uppercase;
      position: absolute;
      width: 100%;
      text-align: center;
      left: 0;
      z-index: -1;
      margin: 7px 0 0 0; }
    #page .header .header-close {
      float: right;
      background: url("../images/icon-close--purple.png") 0 0 no-repeat;
      background-size: 12px;
      width: 12px;
      height: 12px;
      margin-top: 8px;
      cursor: pointer; }
    #page .header .header-link-left {
      font-weight: 500;
      font-size: 12px;
      color: #ffffff;
      position: relative;
      width: 40%;
      padding-left: 5px; }
      #page .header .header-link-left:before {
        content: '';
        float: left;
        margin-right: 10px;
        height: 15px;
        width: 1px;
        left: 0;
        background: #B826D6; }
      #page .header .header-link-left .notification {
        position: absolute;
        color: #ffffff;
        background-color: #6A0BA0 0%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#6A0BA0 0%), to(#5838B1 100%));
        background-image: -webkit-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
        background-image: -moz-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
        background-image: -ms-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
        background-image: -o-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
        background-image: linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6A0BA0 0%', endColorStr='#5838B1 100%');
        left: 80px;
        top: 2px;
        padding: 1px;
        text-align: center;
        width: 15px;
        height: 15px;
        line-height: 13px;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        font-weight: bold;
        font-size: 7.19px; }
    #page .header .header-link-right {
      font-weight: 500;
      font-size: 12px;
      color: #ffffff;
      position: relative;
      width: 40%;
      text-align: right; }
      #page .header .header-link-right span {
        float: right; }
      #page .header .header-link-right:before {
        content: '';
        float: right;
        margin-left: 10px;
        height: 15px;
        width: 1px;
        left: 0;
        background: #B826D6; }
    #page .header .header-logo {
      width: 20%;
      text-align: center; }
    #page .header > a {
      display: table-cell;
      vertical-align: middle;
      text-decoration: none; }
      #page .header > a span {
        display: inline-block; }
  #page .view-content > div.row {
    display: table;
    height: 100vh;
    padding-bottom: 80px;
    width: 100%;
    margin: 0; }
    #page .view-content > div.row h1 {
      font-weight: 900;
      font-size: 18px;
      color: #ffffff;
      letter-spacing: 6px;
      margin-top: 30px;
      margin-bottom: 36px; }

.tutorial #page h1 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  margin: 30px 0; }

.tutorial #page .logo {
  margin: 20px 0;
  text-align: center; }

.tutorial #page .tutorial-steps {
  margin: 0 auto; }
  .tutorial #page .tutorial-steps .tutorial-step {
    overflow-y: auto;
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    height: 63vh;
    display: block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box; }
    @media only screen and (min-width: 992px) {
      .tutorial #page .tutorial-steps .tutorial-step {
        height: 70vh; } }
    .tutorial #page .tutorial-steps .tutorial-step h2 {
      margin-top: 0;
      text-align: center;
      font-size: 17px;
      font-family: "Roboto Condensed", Arial, sans-serif;
      font-weight: bold; }
      @media only screen and (min-width: 768px) {
        .tutorial #page .tutorial-steps .tutorial-step h2 {
          font-size: 24px; } }
    .tutorial #page .tutorial-steps .tutorial-step p {
      margin-bottom: 0; }
    .tutorial #page .tutorial-steps .tutorial-step p, .tutorial #page .tutorial-steps .tutorial-step li {
      font-size: 12px; }
      @media only screen and (min-width: 768px) {
        .tutorial #page .tutorial-steps .tutorial-step p, .tutorial #page .tutorial-steps .tutorial-step li {
          font-size: 14px; } }
    .tutorial #page .tutorial-steps .tutorial-step .tutorial-step--image {
      display: block;
      padding: 0 20px;
      max-width: 90%;
      margin: 0 auto; }
      @media only screen and (min-width: 600px) {
        .tutorial #page .tutorial-steps .tutorial-step .tutorial-step--image {
          max-width: 50%; } }
    .tutorial #page .tutorial-steps .tutorial-step .more {
      display: none; }
    .tutorial #page .tutorial-steps .tutorial-step .btn {
      display: block;
      margin: 0 auto;
      width: 90px;
      font-size: 13px;
      padding: 7px 10px;
      cursor: pointer; }
    .tutorial #page .tutorial-steps .tutorial-step .tutorial-step--description {
      height: 20%;
      display: block;
      text-align: center; }
      .tutorial #page .tutorial-steps .tutorial-step .tutorial-step--description span {
        padding: 10px 20px;
        font-size: 16px;
        color: #6F6F6F;
        display: block;
        position: relative; }
        .tutorial #page .tutorial-steps .tutorial-step .tutorial-step--description span:before {
          content: '';
          position: absolute;
          width: 30%;
          top: 0;
          left: 50%;
          margin-left: -15%;
          background: #6F6F6F;
          height: 1px; }

.tutorial #page .tutorial-btns {
  text-align: center; }

.login #page {
  overflow: hidden;
  height: 100vh;
  min-height: 600px; }
  .login #page input[type="email"],
  .login #page input[type="password"] {
    color: #67809F; }
  .login #page .logo {
    margin: 20% auto 5%;
    height: 30vh; }
    @media only screen and (min-width: 600px) {
      .login #page .logo {
        margin: 80px auto 80px;
        height: 17vh; } }
  .login #page .login-form {
    position: relative;
    background: #fff;
    height: 65vh; }
    @media only screen and (min-width: 600px) {
      .login #page .login-form {
        background: none; } }
    .login #page .login-form:before {
      content: '';
      width: 200%;
      height: 200%;
      background: #ffffff;
      position: absolute;
      top: -15%;
      left: -50%;
      z-index: 0;
      -webkit-transform: skewY(-10deg);
      -khtml-transform: skewY(-10deg);
      -moz-transform: skewY(-10deg);
      -ms-transform: skewY(-10deg);
      -o-transform: skewY(-10deg);
      transform: skewY(-10deg);
      outline: 1px solid transparent; }
    .login #page .login-form .login-form--wrap {
      position: relative;
      z-index: 1;
      padding-top: 6%;
      padding-bottom: 50px;
      padding-left: 20px;
      padding-right: 20px; }
      .login #page .login-form .login-form--wrap a {
        text-align: center;
        display: block; }

.login--signup #page {
  overflow: visible;
  max-height: 0;
  height: auto;
  min-height: 580px; }
  .login--signup #page .logo {
    height: auto;
    margin: 0 auto 0px; }
    .login--signup #page .logo img {
      max-width: 50px; }
  .login--signup #page .popup-terms {
    width: 100%;
    height: 100%;
    background: url("../images/settings-bg.png") 0 0 no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none; }
    .login--signup #page .popup-terms .popup__content {
      margin-top: 50px;
      max-height: 80vh;
      overflow: auto;
      padding: 20px; }
      .login--signup #page .popup-terms .popup__content p {
        color: #ffffff;
        padding-right: 15px;
        font-size: 12px; }
  .login--signup #page .login-form {
    background: #ffffff;
    padding: 10px 0 60px;
    height: auto; }
    .login--signup #page .login-form:before {
      display: none; }
    .login--signup #page .login-form .login-form--wrap {
      padding-bottom: 0; }
      .login--signup #page .login-form .login-form--wrap .platform {
        display: block;
        margin: 20px 0;
        padding: 10px;
        cursor: pointer;
        border: 2px solid transparent;
        -webkit-transition: 250ms all ease;
        -khtml-transition: 250ms all ease;
        -moz-transition: 250ms all ease;
        -ms-transition: 250ms all ease;
        -o-transition: 250ms all ease;
        transition: 250ms all ease; }
        .login--signup #page .login-form .login-form--wrap .platform img {
          max-width: 100%; }
          @media only screen and (min-width: 768px) {
            .login--signup #page .login-form .login-form--wrap .platform img {
              max-width: 50%; } }
        .login--signup #page .login-form .login-form--wrap .platform.selected {
          border: 2px solid #B826D6;
          border-radius: 25px; }
      .login--signup #page .login-form .login-form--wrap label {
        color: #67809F;
        width: 100%;
        position: relative;
        border: 0;
        height: auto;
        display: block;
        font-weight: 400;
        font-size: 12px;
        padding: 0;
        margin: 5px 0 30px;
        padding-left: 50px; }
        .login--signup #page .login-form .login-form--wrap label a {
          color: #B826D6;
          display: inline-block;
          text-align: left;
          font-size: 12px; }
        .login--signup #page .login-form .login-form--wrap label:not(.error):before {
          content: '';
          border: 1px solid #B826D6;
          background: none;
          color: #ffffff;
          height: 27px;
          width: 27px;
          padding: 12px 8px;
          -webkit-border-radius: 20px;
          -khtml-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          border-radius: 20px;
          background-position: 50% 50%;
          left: 3px;
          top: -2px;
          position: absolute; }
      .login--signup #page .login-form .login-form--wrap input[type="text"],
      .login--signup #page .login-form .login-form--wrap input[type="number"] {
        color: #1F1F22; }
      .login--signup #page .login-form .login-form--wrap input[type="checkbox"] + label,
      .login--signup #page .login-form .login-form--wrap input[type="checkbox"] + label a {
        font-size: 18px;
        line-height: 1.1; }
      .login--signup #page .login-form .login-form--wrap input[type="checkbox"] + label:before {
        margin-top: 6px; }
        @media only screen and (min-width: 321px) {
          .login--signup #page .login-form .login-form--wrap input[type="checkbox"] + label:before {
            margin-top: 0; } }
      .login--signup #page .login-form .login-form--wrap input[type="checkbox"]:checked + label:before {
        background: url("../images/check--purple.png") 50% 50% no-repeat;
        background-size: 16px; }
      .login--signup #page .login-form .login-form--wrap input[type="submit"] {
        max-width: 400px; }
      .login--signup #page .login-form .login-form--wrap .already {
        border-top: 1px solid #1F1F22;
        padding-top: 20px; }
      .login--signup #page .login-form .login-form--wrap .no-js {
        display: none; }

.login--signup .select,
.login--signup .select2-container {
  min-width: 100%; }
  @media only screen and (min-width: 768px) {
    .login--signup .select,
    .login--signup .select2-container {
      min-width: 400px;
      max-width: 400px;
      margin-right: auto;
      margin-left: auto; } }

.splash #page {
  overflow: hidden;
  height: 100vh; }
  .splash #page .splash-logo {
    height: 100vh;
    display: table; }
    .splash #page .splash-logo > div {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }

.create #page .view-content > .row > div {
  display: table-cell;
  vertical-align: middle;
  float: none; }
  .create #page .view-content > .row > div .btn-create {
    width: 117px;
    height: 117px;
    display: block;
    background-color: #6A0BA0 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6A0BA0 0%), to(#5838B1 100%));
    background-image: -webkit-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
    background-image: -moz-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
    background-image: -ms-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
    background-image: -o-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
    background-image: linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6A0BA0 0%', endColorStr='#5838B1 100%');
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    position: relative;
    outline: none; }
    .create #page .view-content > .row > div .btn-create:before {
      content: '';
      width: 158px;
      height: 158px;
      position: absolute;
      top: 0;
      left: 0;
      margin: -20.5px 0 0 -20.5px;
      background: none;
      z-index: 0;
      border: 2px solid #5838B1;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .create #page .view-content > .row > div .btn-create:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../images/icon-plus.png") 50% 50% no-repeat;
      background-size: 37px; }
    .create #page .view-content > .row > div .btn-create span {
      position: absolute;
      display: block;
      bottom: -55px;
      left: 0;
      width: 100%;
      text-align: center;
      color: #ffffff;
      font-weight: 300;
      font-size: 18px; }

.create-game-view > div .btn-create {
  width: 117px;
  height: 117px;
  display: block;
  background-color: #6A0BA0 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6A0BA0 0%), to(#5838B1 100%));
  background-image: -webkit-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
  background-image: -moz-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
  background-image: -ms-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
  background-image: -o-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
  background-image: linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6A0BA0 0%', endColorStr='#5838B1 100%');
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  outline: none; }
  .create-game-view > div .btn-create:before {
    content: '';
    width: 158px;
    height: 158px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -20.5px 0 0 -20.5px;
    background: none;
    z-index: 0;
    border: 2px solid #5838B1;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .create-game-view > div .btn-create:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/icon-plus.png") 50% 50% no-repeat;
    background-size: 37px; }
  .create-game-view > div .btn-create span {
    position: absolute;
    display: block;
    bottom: -55px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px; }

.review-invite #page {
  position: relative;
  overflow: hidden; }
  .review-invite #page .header {
    position: absolute; }
  .review-invite #page:before {
    z-index: -1;
    background: #1F1F22;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 150px;
    left: 0;
    content: ''; }
  .review-invite #page .view-content {
    padding: 0;
    width: 100%;
    margin: 0; }
    .review-invite #page .view-content > .row {
      padding: 0;
      margin: 0; }
      .review-invite #page .view-content > .row h1 {
        margin: 10px 0 24px; }
      .review-invite #page .view-content > .row .summary-table {
        background: #1F1F22;
        width: 100%;
        clear: both;
        position: relative; }
        .review-invite #page .view-content > .row .summary-table:before {
          content: '';
          position: absolute;
          top: -1px;
          width: 100%;
          height: 1px;
          background-color: #6A0BA0 0%;
          background-image: -webkit-gradient(linear, left top, right top, from(#6A0BA0 0%), to(#00FFF5 100%));
          background-image: -webkit-linear-gradient(left, #6A0BA0 0%, #00FFF5 100%);
          background-image: -moz-linear-gradient(left, #6A0BA0 0%, #00FFF5 100%);
          background-image: -ms-linear-gradient(left, #6A0BA0 0%, #00FFF5 100%);
          background-image: -o-linear-gradient(left, #6A0BA0 0%, #00FFF5 100%);
          background-image: linear-gradient(left, #6A0BA0 0%, #00FFF5 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6A0BA0 0%', endColorStr='#00FFF5 100%', gradientType='1'); }
        .review-invite #page .view-content > .row .summary-table:after {
          content: '';
          position: absolute;
          bottom: -1px;
          width: 100%;
          height: 1px;
          z-index: 1;
          background-color: #6A0BA0 0%;
          background-image: -webkit-gradient(linear, left top, right top, from(#6A0BA0 0%), to(#00FFF5 100%));
          background-image: -webkit-linear-gradient(left, #6A0BA0 0%, #00FFF5 100%);
          background-image: -moz-linear-gradient(left, #6A0BA0 0%, #00FFF5 100%);
          background-image: -ms-linear-gradient(left, #6A0BA0 0%, #00FFF5 100%);
          background-image: -o-linear-gradient(left, #6A0BA0 0%, #00FFF5 100%);
          background-image: linear-gradient(left, #6A0BA0 0%, #00FFF5 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6A0BA0 0%', endColorStr='#00FFF5 100%', gradientType='1'); }
        .review-invite #page .view-content > .row .summary-table > div {
          margin: 0;
          border-bottom: 1px solid #000000; }
          .review-invite #page .view-content > .row .summary-table > div:last-of-type {
            border: 0; }
          .review-invite #page .view-content > .row .summary-table > div.accepted > div {
            opacity: 1; }
          .review-invite #page .view-content > .row .summary-table > div.accepted .monies:before {
            display: none; }
          .review-invite #page .view-content > .row .summary-table > div > div {
            display: table;
            height: 80px;
            opacity: 0.6;
            padding: 0; }
            .review-invite #page .view-content > .row .summary-table > div > div > div {
              display: table-cell;
              vertical-align: middle;
              padding: 0 10px; }
            .review-invite #page .view-content > .row .summary-table > div > div img {
              float: left; }
            .review-invite #page .view-content > .row .summary-table > div > div span {
              float: left;
              line-height: 50px;
              margin-left: 20px;
              color: #ffffff; }
            .review-invite #page .view-content > .row .summary-table > div > div.monies {
              position: relative; }
              .review-invite #page .view-content > .row .summary-table > div > div.monies > div {
                color: #ffffff; }
              .review-invite #page .view-content > .row .summary-table > div > div.monies:before {
                width: 100%;
                height: 100%;
                content: '';
                position: absolute;
                background: url("../images/icon-timer.png") 50% 50% no-repeat;
                background-size: 33px;
                top: 0;
                left: 0; }
      .review-invite #page .view-content > .row .money-table {
        background: #1F1F22;
        width: 100%;
        clear: both;
        position: relative; }
        .review-invite #page .view-content > .row .money-table > div {
          margin: 0; }
          .review-invite #page .view-content > .row .money-table > div > div {
            padding: 20px 0;
            text-align: center;
            color: #ffffff;
            position: relative; }
            .review-invite #page .view-content > .row .money-table > div > div:first-of-type:after {
              content: '';
              position: absolute;
              top: 0;
              right: 0;
              height: 80%;
              margin-top: 10px;
              width: 1px;
              background: #ffffff;
              background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, transparent 60%);
              background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(60%, transparent));
              background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, transparent 60%);
              background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, transparent 60%);
              background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, transparent 60%);
              background: radial-gradient(ellipse at center, #ffffff 0%, transparent 60%); }
            .review-invite #page .view-content > .row .money-table > div > div dd {
              font-weight: 500;
              font-size: 14px; }
            .review-invite #page .view-content > .row .money-table > div > div dt {
              font-weight: 500;
              font-size: 33px; }
      .review-invite #page .view-content > .row .actions {
        background: #1F1F22;
        width: 100%;
        padding: 20px;
        margin-top: -30px; }
        @media only screen and (min-width: 768px) {
          .review-invite #page .view-content > .row .actions .btn {
            width: 50%;
            margin: 20px auto 20px; } }

.confirmation #page .view-content > .row {
  padding: 10px 0 10px;
  margin: 0; }
  .confirmation #page .view-content > .row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    color: #ffffff;
    text-align: center; }
    .confirmation #page .view-content > .row > div span {
      display: block;
      font-size: 19px;
      font-size: 19.2px;
      margin: 25px 0; }
    .confirmation #page .view-content > .row > div p {
      font-weight: 300;
      margin-bottom: 25px; }
    .confirmation #page .view-content > .row > div .btn {
      margin-top: 40px; }

.match {
  height: 100vh; }
  .match #page > .container {
    padding: 0; }
  .match #page .view-content > .row {
    display: block;
    height: auto;
    padding-bottom: 0; }
    .match #page .view-content > .row h1 {
      margin-bottom: -10px; }
      @media screen and (min-height: 600px) {
        .match #page .view-content > .row h1 {
          margin-bottom: 6%; } }
      @media screen and (min-height: 650px) {
        .match #page .view-content > .row h1 {
          margin-bottom: 10%; } }
      @media screen and (min-height: 650px) and (min-width: 769px) {
        .match #page .view-content > .row h1 {
          margin-bottom: 30px; } }
    .match #page .view-content > .row .match-wrapper {
      display: none;
      clear: both;
      width: 100%; }
      .match #page .view-content > .row .match-wrapper.slick-initialized {
        display: block; }
      .match #page .view-content > .row .match-wrapper .slick-dots {
        bottom: -50px; }
        .match #page .view-content > .row .match-wrapper .slick-dots li {
          list-style: none;
          margin: 0; }
          .match #page .view-content > .row .match-wrapper .slick-dots li button {
            width: 8px;
            height: 8px;
            background: #ffffff;
            margin: 0;
            padding: 0;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; }
            .match #page .view-content > .row .match-wrapper .slick-dots li button:before {
              display: none; }
          .match #page .view-content > .row .match-wrapper .slick-dots li.slick-active {
            margin-right: 3px; }
            .match #page .view-content > .row .match-wrapper .slick-dots li.slick-active button {
              width: 13px;
              height: 13px;
              background: none;
              border: 1px solid #FFFFFF;
              box-shadow: 0px 2px 12px 6px #9013FE; }
      .match #page .view-content > .row .match-wrapper .match {
        position: relative;
        height: 395px;
        width: 320px;
        outline: 0; }
        .match #page .view-content > .row .match-wrapper .match .main-circle {
          position: absolute;
          width: 141px;
          height: 141px;
          bottom: 50px;
          left: 50%;
          margin: -70.5px 0 0 -70.5px; }
          .match #page .view-content > .row .match-wrapper .match .main-circle:before {
            content: '';
            width: 159px;
            height: 159px;
            position: absolute;
            top: 0;
            left: 0;
            margin: -9px 0 0 -9px;
            background: none;
            z-index: 0;
            border: 2px solid #5838B1;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; }
          .match #page .view-content > .row .match-wrapper .match .main-circle > span {
            font-weight: bold;
            font-size: 21px;
            color: #ffffff;
            display: block;
            margin-top: 20px;
            text-align: center; }
          .match #page .view-content > .row .match-wrapper .match .main-circle > img {
            max-width: 100%; }
          .match #page .view-content > .row .match-wrapper .match .main-circle .circle {
            position: absolute;
            margin: -75px 0 0 0;
            width: 80px;
            height: 116px;
            text-align: center; }
            .match #page .view-content > .row .match-wrapper .match .main-circle .circle dt {
              display: block;
              color: #ffffff;
              font-weight: bold;
              font-size: 11px; }
              @media only screen and (min-width: 768px) {
                .match #page .view-content > .row .match-wrapper .match .main-circle .circle dt {
                  font-size: 13px; } }
            .match #page .view-content > .row .match-wrapper .match .main-circle .circle span {
              display: block;
              font-size: 10px;
              color: #ffffff; }
              @media only screen and (min-width: 768px) {
                .match #page .view-content > .row .match-wrapper .match .main-circle .circle span {
                  font-size: 12px; } }
            .match #page .view-content > .row .match-wrapper .match .main-circle .circle .avatar {
              width: 45px;
              height: 45px;
              position: relative;
              margin: 7px auto 7px; }
              @media only screen and (min-width: 768px) {
                .match #page .view-content > .row .match-wrapper .match .main-circle .circle .avatar {
                  width: 55px;
                  height: 55px; } }
              .match #page .view-content > .row .match-wrapper .match .main-circle .circle .avatar img {
                max-width: 100%; }
              .match #page .view-content > .row .match-wrapper .match .main-circle .circle .avatar:before {
                content: '';
                width: 55px;
                height: 55px;
                position: absolute;
                top: 0;
                left: 0;
                margin: -5px 0 0 -5px;
                background: none;
                z-index: 0;
                border: 1px solid #5838B1;
                -webkit-border-radius: 50%;
                -khtml-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%; }
                @media only screen and (min-width: 768px) {
                  .match #page .view-content > .row .match-wrapper .match .main-circle .circle .avatar:before {
                    width: 65px;
                    height: 65px; } }
            .match #page .view-content > .row .match-wrapper .match .main-circle .circle-1 {
              left: -85px;
              top: 170px; }
              @media only screen and (min-width: 768px) {
                .match #page .view-content > .row .match-wrapper .match .main-circle .circle-1 {
                  top: 165px;
                  left: -100px; } }
            .match #page .view-content > .row .match-wrapper .match .main-circle .circle-2 {
              left: -90px;
              top: 65px; }
              @media only screen and (min-width: 768px) {
                .match #page .view-content > .row .match-wrapper .match .main-circle .circle-2 {
                  top: 50px;
                  left: -130px; } }
            .match #page .view-content > .row .match-wrapper .match .main-circle .circle-3 {
              left: -55px;
              top: -30px; }
              @media only screen and (min-width: 768px) {
                .match #page .view-content > .row .match-wrapper .match .main-circle .circle-3 {
                  top: -55px;
                  left: -75px; } }
            .match #page .view-content > .row .match-wrapper .match .main-circle .circle-4 {
              right: 30px;
              top: -50px; }
              @media only screen and (min-width: 768px) {
                .match #page .view-content > .row .match-wrapper .match .main-circle .circle-4 {
                  top: -75px;
                  right: 30px; } }
            .match #page .view-content > .row .match-wrapper .match .main-circle .circle-5 {
              right: -55px;
              top: -30px; }
              @media only screen and (min-width: 768px) {
                .match #page .view-content > .row .match-wrapper .match .main-circle .circle-5 {
                  top: -55px;
                  right: -75px; } }
            .match #page .view-content > .row .match-wrapper .match .main-circle .circle-6 {
              right: -90px;
              top: 65px; }
              @media only screen and (min-width: 768px) {
                .match #page .view-content > .row .match-wrapper .match .main-circle .circle-6 {
                  top: 50px;
                  right: -130px; } }
            .match #page .view-content > .row .match-wrapper .match .main-circle .circle-7 {
              right: -85px;
              top: 170px; }
              @media only screen and (min-width: 768px) {
                .match #page .view-content > .row .match-wrapper .match .main-circle .circle-7 {
                  top: 165px;
                  right: -100px; } }
          .match #page .view-content > .row .match-wrapper .match .main-circle .left-circle {
            position: absolute;
            left: -90px;
            top: 50%;
            margin: -75px 0 0 0;
            width: 80px;
            height: 116px;
            text-align: center; }
            @media only screen and (min-width: 400px) {
              .match #page .view-content > .row .match-wrapper .match .main-circle .left-circle {
                left: -110px; } }
            .match #page .view-content > .row .match-wrapper .match .main-circle .left-circle dt {
              display: block;
              color: #ffffff;
              font-weight: bold;
              font-size: 14px; }
            .match #page .view-content > .row .match-wrapper .match .main-circle .left-circle span {
              display: block;
              font-size: 14px;
              color: #ffffff; }
            .match #page .view-content > .row .match-wrapper .match .main-circle .left-circle .avatar {
              width: 55px;
              height: 55px;
              position: relative;
              margin: 10px auto; }
              .match #page .view-content > .row .match-wrapper .match .main-circle .left-circle .avatar img {
                max-width: 100%; }
              .match #page .view-content > .row .match-wrapper .match .main-circle .left-circle .avatar:before {
                content: '';
                width: 65px;
                height: 65px;
                position: absolute;
                top: 0;
                left: 0;
                margin: -5px 0 0 -5px;
                background: none;
                z-index: 0;
                border: 1px solid #5838B1;
                -webkit-border-radius: 50%;
                -khtml-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%; }
          .match #page .view-content > .row .match-wrapper .match .main-circle .right-circle {
            position: absolute;
            right: -90px;
            top: 50%;
            margin: -75px 0 0 0;
            width: 80px;
            height: 116px;
            text-align: center; }
            @media only screen and (min-width: 400px) {
              .match #page .view-content > .row .match-wrapper .match .main-circle .right-circle {
                right: -110px; } }
            .match #page .view-content > .row .match-wrapper .match .main-circle .right-circle dt {
              display: block;
              color: #ffffff;
              font-weight: bold;
              font-size: 14px; }
            .match #page .view-content > .row .match-wrapper .match .main-circle .right-circle span {
              display: block;
              font-size: 14px;
              color: #ffffff; }
            .match #page .view-content > .row .match-wrapper .match .main-circle .right-circle .avatar {
              width: 55px;
              height: 55px;
              position: relative;
              margin: 10px auto; }
              .match #page .view-content > .row .match-wrapper .match .main-circle .right-circle .avatar img {
                max-width: 100%; }
              .match #page .view-content > .row .match-wrapper .match .main-circle .right-circle .avatar:before {
                content: '';
                width: 65px;
                height: 65px;
                position: absolute;
                top: 0;
                left: 0;
                margin: -5px 0 0 -5px;
                background: none;
                z-index: 0;
                border: 1px solid #5838B1;
                -webkit-border-radius: 50%;
                -khtml-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%; }
          .match #page .view-content > .row .match-wrapper .match .main-circle .top-circle {
            position: absolute;
            top: 0;
            left: 50%;
            margin: -130px 0 0 -40px;
            width: 80px;
            height: 116px;
            text-align: center; }
            @media only screen and (min-width: 400px) {
              .match #page .view-content > .row .match-wrapper .match .main-circle .top-circle {
                margin-top: -150px; } }
            .match #page .view-content > .row .match-wrapper .match .main-circle .top-circle dt {
              display: block;
              color: #ffffff;
              font-weight: bold;
              font-size: 14px; }
            .match #page .view-content > .row .match-wrapper .match .main-circle .top-circle span {
              display: block;
              font-size: 14px;
              color: #ffffff; }
            .match #page .view-content > .row .match-wrapper .match .main-circle .top-circle .avatar {
              width: 55px;
              height: 55px;
              position: relative;
              margin: 10px auto; }
              .match #page .view-content > .row .match-wrapper .match .main-circle .top-circle .avatar img {
                max-width: 100%; }
              .match #page .view-content > .row .match-wrapper .match .main-circle .top-circle .avatar:before {
                content: '';
                width: 65px;
                height: 65px;
                position: absolute;
                top: 0;
                left: 0;
                margin: -5px 0 0 -5px;
                background: none;
                z-index: 0;
                border: 1px solid #5838B1;
                -webkit-border-radius: 50%;
                -khtml-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%; }

.notification #page .view-content {
  margin: 0;
  padding: 0;
  width: 100%; }
  .notification #page .view-content > .row {
    margin: 0;
    padding-left: 0;
    padding-right: 0; }
    .notification #page .view-content > .row .notifications {
      width: 100%;
      margin-top: 20px; }
      .notification #page .view-content > .row .notifications .notification {
        height: 88px;
        display: table;
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        margin-bottom: 2px; }
        .notification #page .view-content > .row .notifications .notification:hover {
          text-decoration: none; }
          .notification #page .view-content > .row .notifications .notification:hover > div:after {
            -webkit-transform: scale(1.3);
            -khtml-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            transform: scale(1.3); }
        .notification #page .view-content > .row .notifications .notification > div {
          display: table-cell;
          vertical-align: middle;
          position: relative;
          padding-left: 20px;
          padding-right: 20px;
          width: 100%; }
          .notification #page .view-content > .row .notifications .notification > div:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 15px;
            top: 50%;
            right: 20px;
            background: url("../images/icon-notification-arrow.png") 0 0 no-repeat;
            background-size: 100%;
            margin-top: -7.5px;
            -webkit-transition: 250ms all linear;
            -khtml-transition: 250ms all linear;
            -moz-transition: 250ms all linear;
            -ms-transition: 250ms all linear;
            -o-transition: 250ms all linear;
            transition: 250ms all linear; }
          .notification #page .view-content > .row .notifications .notification > div span {
            display: block;
            font-weight: 300;
            font-size: 18px;
            color: #ffffff;
            line-height: 21px; }
          .notification #page .view-content > .row .notifications .notification > div div.date {
            font-weight: 300;
            font-size: 12px;
            color: #67809F;
            line-height: 20.39px;
            padding-left: 20px;
            background: url("../images/icon-calendar--purple.png") 0 35% no-repeat;
            background-size: 13px;
            margin-top: 3px; }

.notification-detail #page .view-content > .row .notification-detail-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff; }
  .notification-detail #page .view-content > .row .notification-detail-text span {
    font-size: 19.2px;
    line-height: 24px;
    display: block;
    margin: 0 0 25px;
    padding-top: 50px; }
    .notification-detail #page .view-content > .row .notification-detail-text span.message {
      background: url("../images/icon-message--purple.png") 50% 0 no-repeat;
      background-size: 48px; }
  .notification-detail #page .view-content > .row .notification-detail-text p {
    min-height: 80px; }

.history #page,
.wallet #page {
  position: relative;
  overflow: hidden; }
  .history #page:before,
  .wallet #page:before {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 165px;
    left: 0;
    content: ''; }
  .history #page .view-content,
  .wallet #page .view-content {
    margin: 0;
    width: 100%;
    padding: 0; }
    .history #page .view-content > .row,
    .wallet #page .view-content > .row {
      padding-bottom: 50px;
      padding-left: 0;
      padding-right: 0;
      margin: 0; }
      @media only screen and (min-width: 321px) {
        .history #page .view-content > .row,
        .wallet #page .view-content > .row {
          padding: 0; } }
      .history #page .view-content > .row .tabs,
      .wallet #page .view-content > .row .tabs {
        width: 90%;
        margin: 20px auto 40px; }
        .history #page .view-content > .row .tabs .tab,
        .wallet #page .view-content > .row .tabs .tab {
          float: left;
          width: 50%;
          text-align: center;
          padding: 10px;
          border: 1px solid #03BBE1;
          border-top-left-radius: 25px;
          border-bottom-left-radius: 25px;
          color: #03BBE1;
          cursor: pointer;
          font-size: 18px;
          text-decoration: none; }
          .history #page .view-content > .row .tabs .tab.active, .history #page .view-content > .row .tabs .tab:hover,
          .wallet #page .view-content > .row .tabs .tab.active,
          .wallet #page .view-content > .row .tabs .tab:hover {
            background: #03BBE1;
            color: #ffffff; }
          .history #page .view-content > .row .tabs .tab.tab-1,
          .wallet #page .view-content > .row .tabs .tab.tab-1 {
            border-radius: 0;
            border-top-right-radius: 25px;
            border-bottom-right-radius: 25px; }
      .history #page .view-content > .row .history-table,
      .wallet #page .view-content > .row .history-table {
        background: #1F1F22;
        width: 100%;
        clear: both;
        position: relative;
        display: none;
        opacity: 0;
        -webkit-transition: 250ms opacity linear;
        -khtml-transition: 250ms opacity linear;
        -moz-transition: 250ms opacity linear;
        -ms-transition: 250ms opacity linear;
        -o-transition: 250ms opacity linear;
        transition: 250ms opacity linear; }
        .history #page .view-content > .row .history-table.visible,
        .wallet #page .view-content > .row .history-table.visible {
          display: block;
          opacity: 1; }
        .history #page .view-content > .row .history-table:before,
        .wallet #page .view-content > .row .history-table:before {
          content: '';
          position: absolute;
          top: -1px;
          width: 100%;
          height: 1px;
          background-color: #6A0BA0 60%;
          background-image: -webkit-gradient(linear, left top, right top, from(#6A0BA0 60%), to(#00FFF5 100%));
          background-image: -webkit-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
          background-image: -moz-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
          background-image: -ms-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
          background-image: -o-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
          background-image: linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6A0BA0 60%', endColorStr='#00FFF5 100%', gradientType='1'); }
        .history #page .view-content > .row .history-table:after,
        .wallet #page .view-content > .row .history-table:after {
          content: '';
          position: absolute;
          bottom: -1px;
          width: 100%;
          height: 1px;
          z-index: 1;
          background-color: #6A0BA0 60%;
          background-image: -webkit-gradient(linear, left top, right top, from(#6A0BA0 60%), to(#00FFF5 100%));
          background-image: -webkit-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
          background-image: -moz-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
          background-image: -ms-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
          background-image: -o-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
          background-image: linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6A0BA0 60%', endColorStr='#00FFF5 100%', gradientType='1'); }
        .history #page .view-content > .row .history-table .match-players,
        .wallet #page .view-content > .row .history-table .match-players {
          font-size: 0.8em;
          color: #ccc;
          margin: 0; }
        .history #page .view-content > .row .history-table .win,
        .wallet #page .view-content > .row .history-table .win {
          color: #386d38; }
        .history #page .view-content > .row .history-table .loss,
        .wallet #page .view-content > .row .history-table .loss {
          color: #9c3636; }
        .history #page .view-content > .row .history-table .loss-amount,
        .wallet #page .view-content > .row .history-table .loss-amount {
          color: #67809F; }
        .history #page .view-content > .row .history-table .history-table-header,
        .wallet #page .view-content > .row .history-table .history-table-header {
          text-transform: uppercase; }
          .history #page .view-content > .row .history-table .history-table-header > div > div,
          .wallet #page .view-content > .row .history-table .history-table-header > div > div {
            font-size: 10px; }
            @media only screen and (min-width: 321px) {
              .history #page .view-content > .row .history-table .history-table-header > div > div,
              .wallet #page .view-content > .row .history-table .history-table-header > div > div {
                font-size: 11px; } }
  @media only screen and (min-width: 321px) and (min-width: 768px) {
    .history #page .view-content > .row .history-table .history-table-header > div > div,
    .wallet #page .view-content > .row .history-table .history-table-header > div > div {
      font-size: 16px; } }
        .history #page .view-content > .row .history-table .payment-in > div:last-of-type > div,
        .wallet #page .view-content > .row .history-table .payment-in > div:last-of-type > div {
          color: rgba(184, 38, 214, 0.7);
          font-weight: 900; }
        .history #page .view-content > .row .history-table .withdrawal > div:last-of-type > div,
        .wallet #page .view-content > .row .history-table .withdrawal > div:last-of-type > div {
          color: rgba(0, 255, 245, 0.7); }
        .history #page .view-content > .row .history-table .transfer > div:last-of-type > div,
        .wallet #page .view-content > .row .history-table .transfer > div:last-of-type > div {
          color: #67809F; }
        .history #page .view-content > .row .history-table .action .btn,
        .wallet #page .view-content > .row .history-table .action .btn {
          width: 80%;
          margin: 20px auto; }
        .history #page .view-content > .row .history-table > div > div,
        .wallet #page .view-content > .row .history-table > div > div {
          text-align: left;
          height: 50px; }
          @media screen and (max-height: 600px) {
            .history #page .view-content > .row .history-table > div > div,
            .wallet #page .view-content > .row .history-table > div > div {
              height: 36px; } }
          .history #page .view-content > .row .history-table > div > div > div,
          .wallet #page .view-content > .row .history-table > div > div > div {
            padding: 0 3px 0 10px;
            font-size: 12px; }
            @media only screen and (min-width: 768px) {
              .history #page .view-content > .row .history-table > div > div > div,
              .wallet #page .view-content > .row .history-table > div > div > div {
                font-size: 16px; } }
        .history #page .view-content > .row .history-table > div,
        .wallet #page .view-content > .row .history-table > div {
          border-bottom: 1px solid #000000; }
          .history #page .view-content > .row .history-table > div.action .btn,
          .wallet #page .view-content > .row .history-table > div.action .btn {
            width: 80%;
            margin: 20px auto; }
        .history #page .view-content > .row .history-table > div > div,
        .wallet #page .view-content > .row .history-table > div > div {
          color: #ffffff;
          height: 80px;
          display: table; }
          .history #page .view-content > .row .history-table > div > div.no-padding,
          .wallet #page .view-content > .row .history-table > div > div.no-padding {
            padding: 0; }
          .history #page .view-content > .row .history-table > div > div.gray-bg,
          .wallet #page .view-content > .row .history-table > div > div.gray-bg {
            background: #16171B; }
            .history #page .view-content > .row .history-table > div > div.gray-bg > div,
            .wallet #page .view-content > .row .history-table > div > div.gray-bg > div {
              font-weight: 400;
              padding: 0; }
          .history #page .view-content > .row .history-table > div > div .marketName,
          .wallet #page .view-content > .row .history-table > div > div .marketName {
            display: block;
            font-size: 0.8em;
            color: #ccc;
            margin: 0; }
          .history #page .view-content > .row .history-table > div > div .date,
          .wallet #page .view-content > .row .history-table > div > div .date {
            float: right;
            font-weight: 400;
            color: #fff;
            line-height: 32px; }
            @media only screen and (min-width: 768px) {
              .history #page .view-content > .row .history-table > div > div .date,
              .wallet #page .view-content > .row .history-table > div > div .date {
                line-height: 44px; } }
          .history #page .view-content > .row .history-table > div > div .text-center,
          .wallet #page .view-content > .row .history-table > div > div .text-center {
            text-align: center; }
          .history #page .view-content > .row .history-table > div > div > div,
          .wallet #page .view-content > .row .history-table > div > div > div {
            display: table-cell;
            vertical-align: middle;
            font-weight: 500;
            font-size: 13px;
            padding-left: 10px;
            text-align: left; }
            @media only screen and (min-width: 480px) {
              .history #page .view-content > .row .history-table > div > div > div,
              .wallet #page .view-content > .row .history-table > div > div > div {
                font-size: 14px; } }
            @media only screen and (min-width: 768px) {
              .history #page .view-content > .row .history-table > div > div > div,
              .wallet #page .view-content > .row .history-table > div > div > div {
                font-size: 18px; } }
            .history #page .view-content > .row .history-table > div > div > div.won:before,
            .wallet #page .view-content > .row .history-table > div > div > div.won:before {
              content: '+'; }
            .history #page .view-content > .row .history-table > div > div > div.loss-amount:before,
            .wallet #page .view-content > .row .history-table > div > div > div.loss-amount:before {
              content: '-'; }

.history #page .view-content > .row .history-table > div > div {
  height: 53px; }

.table {
  background: #1F1F22;
  width: 100%;
  clear: both;
  position: relative;
  display: none;
  opacity: 0;
  -webkit-transition: 250ms opacity linear;
  -khtml-transition: 250ms opacity linear;
  -moz-transition: 250ms opacity linear;
  -ms-transition: 250ms opacity linear;
  -o-transition: 250ms opacity linear;
  transition: 250ms opacity linear; }
  .table.visible {
    display: block;
    opacity: 1; }
  .table:before {
    content: '';
    position: absolute;
    top: -1px;
    width: 100%;
    height: 1px;
    background-color: #6A0BA0 60%;
    background-image: -webkit-gradient(linear, left top, right top, from(#6A0BA0 60%), to(#00FFF5 100%));
    background-image: -webkit-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
    background-image: -moz-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
    background-image: -ms-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
    background-image: -o-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
    background-image: linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6A0BA0 60%', endColorStr='#00FFF5 100%', gradientType='1'); }
  .table:after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    z-index: 1;
    background-color: #6A0BA0 60%;
    background-image: -webkit-gradient(linear, left top, right top, from(#6A0BA0 60%), to(#00FFF5 100%));
    background-image: -webkit-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
    background-image: -moz-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
    background-image: -ms-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
    background-image: -o-linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
    background-image: linear-gradient(left, #6A0BA0 60%, #00FFF5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6A0BA0 60%', endColorStr='#00FFF5 100%', gradientType='1'); }
  .table > div {
    border-bottom: 1px solid #000000; }
  .table > div > div {
    color: #ffffff;
    height: 80px;
    display: table; }
    .table > div > div.gray-bg {
      background: #16171B; }
      .table > div > div.gray-bg > div {
        font-weight: 400; }
    .table > div > div > div {
      display: table-cell;
      vertical-align: middle;
      font-weight: 500;
      font-size: 18px; }

.friends #page:before {
  top: 165px !important; }

.friends #page,
.create-game #page {
  position: relative;
  overflow: hidden; }
  .friends #page:before,
  .create-game #page:before {
    z-index: -1;
    background: #1F1F22;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 363px;
    left: 0;
    content: ''; }
  .friends #page .view-content,
  .create-game #page .view-content {
    margin: 0;
    width: 100%;
    padding: 0; }
    .friends #page .view-content > .row,
    .create-game #page .view-content > .row {
      padding-left: 0;
      padding-right: 0;
      margin: 0;
      padding-bottom: 20px; }
      .friends #page .view-content > .row .actions,
      .create-game #page .view-content > .row .actions {
        background: #1F1F22;
        width: 100%;
        padding: 20px;
        margin-top: -30px; }
      .friends #page .view-content > .row .create-game-select,
      .create-game #page .view-content > .row .create-game-select {
        margin-top: 10px;
        margin-bottom: 0; }
        @media only screen and (min-width: 768px) {
          .friends #page .view-content > .row .create-game-select,
          .create-game #page .view-content > .row .create-game-select {
            width: 40%;
            margin-left: 30%; } }
        .friends #page .view-content > .row .create-game-select .select2,
        .create-game #page .view-content > .row .create-game-select .select2 {
          display: none !important; }
        .friends #page .view-content > .row .create-game-select .create-game__single,
        .create-game #page .view-content > .row .create-game-select .create-game__single {
          float: left;
          width: 40%;
          margin: 0 5%;
          cursor: pointer;
          -webkit-transition: 500ms border ease;
          -khtml-transition: 500ms border ease;
          -moz-transition: 500ms border ease;
          -ms-transition: 500ms border ease;
          -o-transition: 500ms border ease;
          transition: 500ms border ease;
          border: 2px solid transparent;
          border-radius: 15px;
          padding: 10px; }
          .friends #page .view-content > .row .create-game-select .create-game__single.selected,
          .create-game #page .view-content > .row .create-game-select .create-game__single.selected {
            border: 2px solid #03BBE1;
            border-radius: 15px; }
          .friends #page .view-content > .row .create-game-select .create-game__single img,
          .create-game #page .view-content > .row .create-game-select .create-game__single img {
            max-width: 90%; }
      .friends #page .view-content > .row .inputs,
      .create-game #page .view-content > .row .inputs {
        width: 90%;
        margin: 30px auto -10px; }
        @media only screen and (min-width: 768px) {
          .friends #page .view-content > .row .inputs,
          .create-game #page .view-content > .row .inputs {
            width: 40%; } }
        .friends #page .view-content > .row .inputs input[type="text"],
        .create-game #page .view-content > .row .inputs input[type="text"] {
          padding-left: 45px;
          background: url("../images/icon-joystick.png") 5px -105px no-repeat;
          background-size: 24px;
          padding-bottom: 10px;
          font-weight: 400; }
        .friends #page .view-content > .row .inputs input[type="number"],
        .create-game #page .view-content > .row .inputs input[type="number"] {
          padding-left: 59px;
          background: url("../images/icon-wallet.png") 5px -140px no-repeat;
          background-size: 24px;
          padding-bottom: 10px; }
        .friends #page .view-content > .row .inputs input.group-icon,
        .create-game #page .view-content > .row .inputs input.group-icon {
          background: url("../images/icon-group.png") 5px -122px no-repeat;
          background-size: 32px; }
        .friends #page .view-content > .row .inputs .dollar,
        .create-game #page .view-content > .row .inputs .dollar {
          position: relative; }
          .friends #page .view-content > .row .inputs .dollar:before,
          .create-game #page .view-content > .row .inputs .dollar:before {
            content: '$';
            position: absolute;
            top: 7px;
            left: 45px;
            color: #4c4c4c;
            display: block;
            z-index: 0; }
        .friends #page .view-content > .row .inputs .btn,
        .create-game #page .view-content > .row .inputs .btn {
          margin: 0 auto 30px; }
        .friends #page .view-content > .row .inputs--single,
        .create-game #page .view-content > .row .inputs--single {
          width: 100%;
          margin: 0 0 5px;
          max-width: 100%; }
          .friends #page .view-content > .row .inputs--single input[type="text"],
          .create-game #page .view-content > .row .inputs--single input[type="text"] {
            font-size: 10px;
            background-size: 15px;
            padding: 7px 6px 2px 23px;
            background-position: 2px -60px;
            margin: 0;
            line-height: 20px;
            width: calc(100% - 75px); }
          .friends #page .view-content > .row .inputs--single .btn,
          .create-game #page .view-content > .row .inputs--single .btn {
            margin: 0; }
      .friends #page .view-content > .row .tabs,
      .create-game #page .view-content > .row .tabs {
        width: 90%;
        margin: 20px auto 40px; }
        .friends #page .view-content > .row .tabs .tab,
        .create-game #page .view-content > .row .tabs .tab {
          float: left;
          width: 50%;
          text-align: center;
          padding: 10px;
          border: 1px solid #03BBE1;
          border-top-left-radius: 25px;
          border-bottom-left-radius: 25px;
          color: #03BBE1;
          cursor: pointer; }
          .friends #page .view-content > .row .tabs .tab.active, .friends #page .view-content > .row .tabs .tab:hover,
          .create-game #page .view-content > .row .tabs .tab.active,
          .create-game #page .view-content > .row .tabs .tab:hover {
            background: #03BBE1;
            color: #ffffff; }
          .friends #page .view-content > .row .tabs .tab.tab-1,
          .create-game #page .view-content > .row .tabs .tab.tab-1 {
            border-radius: 0;
            border-top-right-radius: 25px;
            border-bottom-right-radius: 25px; }
      .friends #page .view-content > .row .table > div,
      .create-game #page .view-content > .row .table > div {
        margin: 0; }
        .friends #page .view-content > .row .table > div > div,
        .create-game #page .view-content > .row .table > div > div {
          height: 50px;
          padding: 0; }
          .friends #page .view-content > .row .table > div > div.player-row,
          .create-game #page .view-content > .row .table > div > div.player-row {
            height: 30px; }
            .friends #page .view-content > .row .table > div > div.player-row > div,
            .create-game #page .view-content > .row .table > div > div.player-row > div {
              float: left;
              color: #67809F;
              padding-left: 25px; }
              .friends #page .view-content > .row .table > div > div.player-row > div:last-of-type,
              .create-game #page .view-content > .row .table > div > div.player-row > div:last-of-type {
                margin-bottom: 10px; }
            .friends #page .view-content > .row .table > div > div.player-row span,
            .create-game #page .view-content > .row .table > div > div.player-row span {
              margin-left: -15px;
              position: absolute;
              color: rgba(184, 38, 214, 0.5); }
          .friends #page .view-content > .row .table > div > div.hideOnMob,
          .create-game #page .view-content > .row .table > div > div.hideOnMob {
            display: none; }
            @media only screen and (min-width: 768px) {
              .friends #page .view-content > .row .table > div > div.hideOnMob,
              .create-game #page .view-content > .row .table > div > div.hideOnMob {
                display: table; } }
          .friends #page .view-content > .row .table > div > div > div,
          .create-game #page .view-content > .row .table > div > div > div {
            font-size: 14px;
            padding: 0 10px; }
            @media only screen and (min-width: 768px) {
              .friends #page .view-content > .row .table > div > div > div,
              .create-game #page .view-content > .row .table > div > div > div {
                font-size: 16px; } }
            .friends #page .view-content > .row .table > div > div > div a,
            .create-game #page .view-content > .row .table > div > div > div a {
              margin: 0; }
      .friends #page .view-content > .row .table .table-header > div > div,
      .create-game #page .view-content > .row .table .table-header > div > div {
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase; }

.settings #page .view-content {
  width: 100%; }
  .settings #page .view-content > .row {
    margin: 0 0 0 -15px; }

.settings #page,
.wallet #page {
  overflow: hidden; }
  .settings #page .view-content,
  .wallet #page .view-content {
    width: 100%; }
    .settings #page .view-content > .row .popup,
    .wallet #page .view-content > .row .popup {
      width: 100%;
      height: 100%;
      background: url("../images/settings-bg.png") 0 0 no-repeat;
      background-size: cover;
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      display: none; }
      .settings #page .view-content > .row .popup .popup__content,
      .wallet #page .view-content > .row .popup .popup__content {
        margin-top: 50px;
        max-height: 80vh;
        overflow: auto;
        padding: 20px; }
        .settings #page .view-content > .row .popup .popup__content p,
        .wallet #page .view-content > .row .popup .popup__content p {
          color: #ffffff;
          padding-right: 15px;
          font-size: 12px; }
    .settings #page .view-content > .row .settings-wrapper,
    .wallet #page .view-content > .row .settings-wrapper {
      width: 100vw;
      clear: both; }
      .settings #page .view-content > .row .settings-wrapper .slick-dots,
      .wallet #page .view-content > .row .settings-wrapper .slick-dots {
        bottom: -30px; }
        .settings #page .view-content > .row .settings-wrapper .slick-dots span,
        .wallet #page .view-content > .row .settings-wrapper .slick-dots span {
          position: absolute;
          opacity: 0.52;
          font-size: 10px;
          color: #FFFFFF;
          letter-spacing: 0.75px;
          text-shadow: 0px 0px 7px #6A2AD5;
          display: block;
          width: 100%;
          margin: -40px 0 0;
          padding-right: 20px; }
          .settings #page .view-content > .row .settings-wrapper .slick-dots span:after,
          .wallet #page .view-content > .row .settings-wrapper .slick-dots span:after {
            content: '';
            width: 20px;
            height: 20px;
            position: absolute;
            top: -3.5px;
            margin-left: 4px;
            background: url("../images/slide.png") 50% 50% no-repeat;
            background-size: 20px; }
        .settings #page .view-content > .row .settings-wrapper .slick-dots li,
        .wallet #page .view-content > .row .settings-wrapper .slick-dots li {
          list-style: none;
          margin: 0; }
          .settings #page .view-content > .row .settings-wrapper .slick-dots li button,
          .wallet #page .view-content > .row .settings-wrapper .slick-dots li button {
            width: 8px;
            height: 8px;
            background: #ffffff;
            margin: 0;
            padding: 0;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; }
            .settings #page .view-content > .row .settings-wrapper .slick-dots li button:before,
            .wallet #page .view-content > .row .settings-wrapper .slick-dots li button:before {
              display: none; }
          .settings #page .view-content > .row .settings-wrapper .slick-dots li.slick-active,
          .wallet #page .view-content > .row .settings-wrapper .slick-dots li.slick-active {
            margin-right: 3px; }
            .settings #page .view-content > .row .settings-wrapper .slick-dots li.slick-active button,
            .wallet #page .view-content > .row .settings-wrapper .slick-dots li.slick-active button {
              width: 13px;
              height: 13px;
              background: none;
              border: 1px solid #FFFFFF;
              box-shadow: 0px 2px 12px 6px #9013FE; }
      .settings #page .view-content > .row .settings-wrapper .setting,
      .wallet #page .view-content > .row .settings-wrapper .setting {
        position: relative;
        height: auto;
        outline: 0;
        height: auto; }
        .settings #page .view-content > .row .settings-wrapper .setting .setting__header,
        .wallet #page .view-content > .row .settings-wrapper .setting .setting__header {
          text-align: center; }
          .settings #page .view-content > .row .settings-wrapper .setting .setting__header h2,
          .wallet #page .view-content > .row .settings-wrapper .setting .setting__header h2 {
            color: #ffffff;
            font-weight: 500;
            font-size: 14px;
            text-transform: uppercase;
            margin-bottom: 0px; }
          .settings #page .view-content > .row .settings-wrapper .setting .setting__header span,
          .wallet #page .view-content > .row .settings-wrapper .setting .setting__header span {
            font-weight: 500;
            font-size: 33px;
            color: #ffffff;
            display: block; }
        .settings #page .view-content > .row .settings-wrapper .setting .setting__content,
        .wallet #page .view-content > .row .settings-wrapper .setting .setting__content {
          max-height: 90%;
          overflow: auto; }
          @media only screen and (min-width: 768px) {
            .settings #page .view-content > .row .settings-wrapper .setting .setting__content,
            .wallet #page .view-content > .row .settings-wrapper .setting .setting__content {
              padding: 0 20%; } }
          @media only screen and (min-width: 992px) {
            .settings #page .view-content > .row .settings-wrapper .setting .setting__content,
            .wallet #page .view-content > .row .settings-wrapper .setting .setting__content {
              padding: 0 30%; } }
          .settings #page .view-content > .row .settings-wrapper .setting .setting__content span,
          .wallet #page .view-content > .row .settings-wrapper .setting .setting__content span {
            font-weight: 500;
            font-size: 18px;
            color: #ffffff;
            display: block;
            margin: 20px 0 20px;
            text-align: center;
            text-transform: uppercase; }
          .settings #page .view-content > .row .settings-wrapper .setting .setting__content form,
          .wallet #page .view-content > .row .settings-wrapper .setting .setting__content form {
            padding: 0 30px;
            position: relative;
            margin-bottom: 5px; }
            .settings #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="number"],
            .wallet #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="number"] {
              border: 1px solid #6B31CB;
              -webkit-border-radius: 25px;
              -khtml-border-radius: 25px;
              -moz-border-radius: 25px;
              -ms-border-radius: 25px;
              -o-border-radius: 25px;
              border-radius: 25px;
              padding: 10px 90px 10px 20px;
              background: rgba(31, 31, 34, 0.7);
              color: #67809F; }
            .settings #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="submit"],
            .wallet #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="submit"] {
              padding: 10px 10px 9px;
              font-size: 18px;
              outline: 0;
              margin: 15px 0 15px; }
            .settings #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="text"],
            .settings #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="number"],
            .wallet #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="text"],
            .wallet #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="number"] {
              margin-bottom: 12px; }
            .settings #page .view-content > .row .settings-wrapper .setting .setting__content form #setLimit,
            .wallet #page .view-content > .row .settings-wrapper .setting .setting__content form #setLimit {
              padding-left: 0 !important;
              padding-right: 0;
              text-align: center; }
            .settings #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="text"],
            .wallet #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="text"] {
              padding: 3px 10px;
              font-size: 18px;
              line-height: 1.4; }
              @media only screen and (min-width: 768px) {
                .settings #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="text"],
                .wallet #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="text"] {
                  font-size: 16px;
                  padding: 7px 10px; } }
            .settings #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="checkbox"],
            .wallet #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="checkbox"] {
              display: none; }
              .settings #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="checkbox"] + label,
              .wallet #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="checkbox"] + label {
                position: relative;
                display: block;
                width: 100%;
                padding-left: 40px;
                margin-bottom: 25px;
                color: #ffffff;
                font-weight: 300;
                font-size: 12px;
                border: 0; }
                .settings #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="checkbox"] + label:before,
                .wallet #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="checkbox"] + label:before {
                  content: '';
                  position: absolute;
                  left: 0;
                  top: 50%;
                  margin: -9px 0 0 0;
                  width: 30px;
                  height: 30px;
                  -webkit-border-radius: 5px;
                  -khtml-border-radius: 5px;
                  -moz-border-radius: 5px;
                  -ms-border-radius: 5px;
                  -o-border-radius: 5px;
                  border-radius: 5px;
                  border: 1px solid #B826D6; }
                .settings #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="checkbox"] + label:last-of-type,
                .wallet #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="checkbox"] + label:last-of-type {
                  margin-bottom: 10px; }
              .settings #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="checkbox"]:checked + label,
              .wallet #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="checkbox"]:checked + label {
                background: none; }
                .settings #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="checkbox"]:checked + label:before,
                .wallet #page .view-content > .row .settings-wrapper .setting .setting__content form input[type="checkbox"]:checked + label:before {
                  background: url("../images/check.png") 50% 50% no-repeat;
                  background-size: 20px; }
          .settings #page .view-content > .row .settings-wrapper .setting .setting__content .popups,
          .wallet #page .view-content > .row .settings-wrapper .setting .setting__content .popups {
            border-top: 1px solid #B826D6;
            margin-top: 20px;
            padding-top: 20px; }
            .settings #page .view-content > .row .settings-wrapper .setting .setting__content .popups .btn,
            .wallet #page .view-content > .row .settings-wrapper .setting .setting__content .popups .btn {
              display: block;
              margin: 0 auto 0;
              width: 200px;
              font-size: 14px;
              font-weight: 600;
              padding: 0;
              outline: 0; }
              @media only screen and (min-width: 768px) {
                .settings #page .view-content > .row .settings-wrapper .setting .setting__content .popups .btn,
                .wallet #page .view-content > .row .settings-wrapper .setting .setting__content .popups .btn {
                  font-size: 16px;
                  padding: 5px; } }
        .settings #page .view-content > .row .settings-wrapper .setting.funding .setting__header,
        .wallet #page .view-content > .row .settings-wrapper .setting.funding .setting__header {
          margin-top: 60px; }
        .settings #page .view-content > .row .settings-wrapper .setting.funding form input[type="number"],
        .wallet #page .view-content > .row .settings-wrapper .setting.funding form input[type="number"] {
          margin-bottom: 15px; }
          @media only screen and (min-width: 768px) {
            .settings #page .view-content > .row .settings-wrapper .setting.funding form input[type="number"],
            .wallet #page .view-content > .row .settings-wrapper .setting.funding form input[type="number"] {
              margin-bottom: 20px; } }
        .settings #page .view-content > .row .settings-wrapper .setting.funding form input[type="submit"],
        .wallet #page .view-content > .row .settings-wrapper .setting.funding form input[type="submit"] {
          position: absolute;
          width: 130px;
          right: 30px;
          z-index: 1;
          top: 0;
          margin: 0; }

@media (max-height: 570px) {
  .settings {
    padding-bottom: 70px;
    background: #000000 url(../images/bg.jpg) 0 0 no-repeat;
    background-size: cover; } }

.opacity-03 {
  opacity: 0.3; }

.faq-content h4 {
  color: #fff;
  margin-top: 30px; }
  .faq-content h4:first-of-type {
    margin-top: 0; }

.smaller {
  font-size: 0.9em; }

.btn-logout {
  width: 100% !important;
  margin-top: 0 !important;
  outline: none !important; }

@media only screen and (min-width: 768px) {
  #create-bet-form input[type=submit].btn-block {
    width: 50% !important; } }

#create-bet-form .game-details {
  margin-bottom: 30px; }

#create-bet-form input[type=submit].btn-block {
  width: 100%; }

#create-bet-form label.error,
#add-friend-form label.error,
#login-form label.error,
#requestPasswordReset-form label.error,
#reset-form label.error,
#add-funds-form label.error,
#withdraw-funds-form label.error,
#daily-limit-form label.error,
#change-password-form label.error,
#address-form label.error,
#signup-form label.error {
  font-weight: 300 !important;
  color: #afa2a2 !important;
  display: block !important;
  margin: 0 0 10px 0 !important;
  text-align: center !important;
  padding-left: 0 !important;
  font-size: 16px !important; }

#signup-form label.error,
#requestPasswordReset-form label.error,
#reset-form label.error {
  color: #696969 !important; }

#add-funds-form label.error,
#withdraw-funds-form label.error,
#daily-limit-form label.error {
  margin-bottom: 25px !important; }

#signup-form label.error {
  margin: -5px 0 15px 0 !important; }

.input-with-dollar-sign {
  position: relative; }
  .input-with-dollar-sign:before {
    content: '$';
    position: absolute;
    top: 11px;
    left: 15px;
    color: #4c4c4c;
    display: block;
    z-index: 0; }
  .input-with-dollar-sign input {
    padding-left: 30px !important; }

.my-confirmation-dialog {
  display: inline-block;
  position: fixed;
  z-index: 1031;
  top: calc(40% - 15px);
  left: 20px;
  right: 20px;
  padding: 20px;
  margin: 0 auto;
  max-width: 450px;
  background-color: #e2faff; }
  .my-confirmation-dialog .my-confirmation-dialog-buttons {
    float: right; }
    .my-confirmation-dialog .my-confirmation-dialog-buttons .my-confirmation-dialog-button-cancel,
    .my-confirmation-dialog .my-confirmation-dialog-buttons .my-confirmation-dialog-button-ok {
      display: inline-block;
      padding: 10px 20px;
      margin-left: 7px;
      color: #fff;
      border-radius: 15px;
      margin-top: 15px;
      cursor: pointer; }
      .my-confirmation-dialog .my-confirmation-dialog-buttons .my-confirmation-dialog-button-cancel:hover,
      .my-confirmation-dialog .my-confirmation-dialog-buttons .my-confirmation-dialog-button-ok:hover {
        text-decoration: none;
        opacity: 0.8; }
    .my-confirmation-dialog .my-confirmation-dialog-buttons .my-confirmation-dialog-button-cancel {
      background-color: #1f1f22; }
    .my-confirmation-dialog .my-confirmation-dialog-buttons .my-confirmation-dialog-button-ok {
      background-color: #6A0BA0 0%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#6A0BA0 0%), to(#5838B1 100%));
      background-image: -webkit-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
      background-image: -moz-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
      background-image: -ms-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
      background-image: -o-linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
      background-image: linear-gradient(top, #6A0BA0 0%, #5838B1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6A0BA0 0%', endColorStr='#5838B1 100%'); }

.create-game .tabs {
  margin-bottom: 15px !important; }

.create-game .remove-player {
  margin-left: 5px !important;
  color: #848484 !important; }

.create-game .remove-player,
.create-game .remove-player a {
  color: #d81bff;
  font-size: 14px; }

.table--friends:before,
.table--groups:before {
  display: none; }

.tutorial #page {
  padding-top: 0; }

.freebet-balance {
  color: #fff;
  padding: 0 10px;
  font-size: 0.9em;
  text-align: right; }

.settings #page .view-content > div.row,
.wallet #page .view-content > div.row {
  padding-bottom: 0;
  height: calc(100vh - 80px); }

.platform-select .error {
  top: -15px; }

.create-game-select .select2 {
  min-width: 60%; }

.header-link-messages {
  visibility: visible; }

.matches-slick-create-game-slide {
  display: table !important; }
  .matches-slick-create-game-slide .create-game-view {
    display: table-cell !important;
    vertical-align: middle; }

.btn-remove {
  display: inline-block;
  cursor: pointer;
  background-color: #03BBE1;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 100%;
  padding: 0 5px; }
  .btn-remove:before {
    content: '×'; }
  .btn-remove:hover {
    text-decoration: none;
    background-color: #0291af;
    color: #fff; }

.text-right {
  text-align: right !important; }

#create-bet-form .create-game-select label.error {
  margin-top: -25px !important;
  margin-left: 17px !important;
  display: block !important; }

.btn-disabled {
  cursor: default !important;
  background-image: none !important;
  background-color: #696969 !important;
  color: #c1c1c1 !important;
  border-color: #333 !important; }
