@font-face {
  font-family: 'Mairy Bold';
  src: url("../assets/fonts/Mairy Bold.eot");
  src: url("../assets/fonts/Mairy Bold.woff") format('woff'), url("../assets/fonts/Mairy Bold.ttf") format('truetype'), url("../assets/fonts/Mairy Bold.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mairy Book';
  src: url("../assets/fonts/Mairy Book.eot");
  src: url("../assets/fonts/Mairy Book.woff") format('woff'), url("../assets/fonts/Mairy Book.ttf") format('truetype'), url("../assets/fonts/Mairy Book.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mairy Light';
  src: url("../assets/fonts/Mairy Light.eot");
  src: url("../assets/fonts/Mairy Light.woff") format('woff'), url("../assets/fonts/Mairy Light.ttf") format('truetype'), url("../assets/fonts/Mairy Light.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  box-sizing: border-box;
  margin: 0;
}
body padding 0 {
  -webkit-font-smoothing: antialiased;
}
body {
  overflow-x: hidden;
  background-color: #1c7e77;
}
* {
  margin: 0;
  padding: 0;
  color: #fff;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-style: inherit;
  font-weight: normal;
}
.formError .formErrorContent {
  background: transparent;
  border: none;
  box-shadow: none;
}
.formError .formErrorContent position absolute {
  top: 100%;
  font-size: 14px;
  color: #ff1900 !important;
  font-family: 'Mairy Book';
  position: relative;
  padding: 0;
  letter-spacing: 0px !important;
}
.formErrorContent {
  color: #ff1900 !important;
  padding-left: 0 !important;
  letter-spacing: 0px !important;
}
.formError {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-top: 1px solid #ff1900;
  left: 0;
  top: 100% !important;
  margin-top: 0 !important;
}
.formErrorArrow {
  display: none;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
.wancho {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.first-div {
  margin-top: 73px;
}
input,
textarea,
select,
button {
  outline: 0;
  box-shadow: none;
  background: none;
  border: 0;
  -webkit-appearance: none;
  resize: none;
}
input,
textarea,
select {
  font-size: 32px;
  font-family: 'Mairy Book';
  color: #fff;
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(255,255,255,0.6);
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 200px #0eaba1 inset;
  -webkit-text-fill-color: #fff;
}
textarea {
  display: block;
}
figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  border: 0;
}
.formErrorContent {
  font-size: 20px;
}
.body-profile footer {
  position: relative;
}
@media screen and (min-width: 1270px) {
  .wancho {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .wancho {
    width: 87%;
  }
}
@media screen and (min-width: 1024px) {
  .wancho {
    width: 100%;
    max-width: 750px;
  }
  input,
  textarea,
  select {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .wancho {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .wancho {
    padding: 0 30px;
  }
}
.input-cnt {
  margin-top: 35px;
  position: relative;
}
.input-cnt.password {
  letter-spacing: 2px;
}
.input-cnt:first-child {
  margin-top: 0;
}
.g0-button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 296px;
  height: 50px;
  border-radius: 8px;
  box-shadow: 1px 2px 4px rgba(0,0,0,0.35);
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.g0-button span {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: 'Mairy Bold';
  text-transform: uppercase;
  padding-top: 2px;
  display: block;
}
.g0-button.blue {
  background-color: #009aef;
}
.g0-button.blue .load-cnt {
  background-color: #009aef;
}
.g0-button.skyblue {
  background-color: #15a0ed;
  box-shadow: none;
}
.g0-button.skyblue .load-cnt {
  background-color: #15a0ed;
}
.g0-button.skyblue span {
  font-size: 24px;
}
.g0-button.disabled {
  background-color: #ccc;
  pointer-events: none;
}
.g0-button.transparent {
  background-color: rgba(255,255,255,0.24);
  box-shadow: none;
}
.g0-button.none-background {
  background-color: transparent;
  box-shadow: none;
  margin-top: 20px;
}
.g0-button.none-background span {
  font-size: 28px;
  color: #009aef;
  font-family: 'Mairy Light';
  text-transform: capitalize;
}
.g0-button.facebook,
.g0-button.google {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.g0-button.facebook figure,
.g0-button.google figure,
.g0-button.facebook span,
.g0-button.google span {
  display: inline-block;
}
.g0-button.facebook figure,
.g0-button.google figure {
  margin-top: 4px;
}
.g0-button.facebook span,
.g0-button.google span {
  font-size: 23px;
  font-family: 'Mairy Book';
  text-transform: none;
  margin-left: 12px;
}
.g0-button.facebook {
  background-color: #507cc0;
  margin-bottom: 15px;
}
.g0-button.google {
  background-color: #df4930;
  margin-top: 17px !important;
}
#google-signin.active .abcRioButtonLightBlue {
  background-color: none !important;
}
#google-signin.active .abcRioButton {
  box-shadow: none !important;
}
#google-signin.active .abcRioButtonLightBlue {
  background-color: none !important;
}
.abcRioButtonLightBlue {
  background-color: none !important;
}
.g1-statusBar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  background-color: #e95656;
  position: relative;
}
.g1-statusBar a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.g1-statusBar h1 {
  font-family: 'Mairy Bold';
  font-size: 20px;
  text-align: center;
}
.g2-input-cnt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
.g2-input-cnt:first-child {
  margin-top: 0;
}
.g2-input-cnt input {
  height: 47px;
  border-bottom: 1px solid rgba(255,255,255,0.7);
  font-size: 32px;
  font-family: 'Mairy Book';
}
.load-cnt {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #e95656;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.load-cnt.active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.load-element {
  border: 3px solid #fff;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 25px;
  height: 25px;
  animation: spin 1.5s linear infinite;
}
.modal-cnt {
  background-color: #fff;
  height: 100%;
}
.modal-content {
  width: 100%;
  margin-top: 30px;
  padding: 0 20px;
}
.modal-content .img-cnt {
  width: 80px;
}
.modal-content h5,
.modal-content p {
  color: #009aef;
}
.modal-content h5 {
  font-family: 'Mairy Bold';
  font-size: 24px;
}
.modal-content p {
  font-size: 18px;
  font-family: 'Mairy Book';
}
.modal-background.credits .paragraph-cnt p {
  font-size: 18px;
}
.modal-background.rulers .paragraph-cnt p {
  font-size: 28px;
  max-width: 400px;
}
.modal-background {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1200;
  overflow-y: auto;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
}
.modal-background.message,
.modal-background.error,
.modal-background.alert,
.modal-background.active {
  opacity: 1;
  visibility: visible;
}
.modal-background.message .modal-cnt,
.modal-background.error .modal-cnt,
.modal-background.alert .modal-cnt,
.modal-background.active .modal-cnt {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.modal-background.message .img-cnt.message {
  display: block;
}
.modal-background.error .img-cnt.error {
  display: block;
}
.modal-background.alert .img-cnt.alert {
  display: block;
}
.modal-background .login-content {
  padding-bottom: 0;
}
.modal-background .login.recover .g0-button {
  margin-top: 0px;
}
.modal-background .img-cnt {
  display: none;
}
.modal-cnt {
  width: 100vw;
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
  transition-delay: 0.2s;
  padding-bottom: 110px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 50%);
  z-index: 1201;
  padding-top: 70px;
  overflow: auto;
}
.close-modal {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1202;
  padding: 0 40px;
}
.close-modal figure {
  padding: 10px;
  cursor: pointer;
}
.paragraph-cnt {
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 32px;
}
.paragraph-cnt h5 {
  font-size: 28px;
  font-family: 'Mairy Bold';
  line-height: 0.8;
  margin-bottom: 10px;
}
.paragraph-cnt p {
  width: 90%;
  max-width: 250px;
  font-family: 'Mairy Book';
  font-size: 20px;
  line-height: 1.1;
  margin: 0 auto;
}
.paragraph-cnt span {
  display: block;
  font-size: 18px;
  font-family: 'Mairy Light';
  color: #538cbb;
  margin-bottom: 9px;
}
.paragraph-cnt strong {
  color: #009aef;
  font-family: 'Mairy Bold';
  font-size: 28px;
  margin: 0 4px;
}
.current-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #013864;
  position: relative;
}
.current-bar.wancho {
  padding-top: 45px;
  padding-bottom: 16px;
}
.current-bar.transparent {
  background-color: transparent;
}
.current-bar h6,
.current-bar h5,
.current-bar strong {
  font-size: 28px;
  color: #fff;
  text-align: center;
}
.current-bar h6,
.current-bar strong {
  font-family: 'Mairy Book';
}
.current-bar h6 strong {
  display: inline-block;
  margin-left: 5px;
}
.current-bar h5 {
  font-family: 'Mairy Light';
}
.current-bar strong {
  font-family: 'Mairy Bold';
}
.avatar {
  position: absolute;
  right: 30px;
  top: 20px;
}
.avatar .badge {
  position: absolute;
  right: 0px;
  bottom: -8px;
}
.current-name {
  display: none;
}
.close-current-bar {
  position: absolute;
  left: 30px;
  top: 30px;
}
.close-current-bar img {
  margin: 0;
}
.result-points {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 296px;
  height: 72px;
  border: 2px solid #fff;
  background-color: #eb426b;
  box-shadow: 2px 2px 9px 0 rgba(0,0,0,0.5);
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 0 40px;
}
.result-points.category-pink {
  background-color: #eb426b;
}
.result-points.category-yellow {
  background-color: #ffc153;
}
.result-points.category-blue {
  background-color: #4aafe3;
}
.result-points.category-purple {
  background-color: #4869de;
}
.result-points.category-green {
  background-color: #acc649;
}
.result-points.category-green {
  background-color: #868fdc;
}
.result-points.skyblue {
  background-color: #16acff;
}
.result-points.blue {
  background-color: #016c93;
}
.result-points.orange {
  background-color: #e68134;
  margin-bottom: 20px;
}
.result-points span,
.result-points strong,
.result-points em {
  text-align: center;
}
.result-points span {
  display: block;
  font-size: 14px;
  font-family: 'Mairy Book';
}
.result-points strong,
.result-points small {
  font-size: 18px;
  font-family: 'Mairy Bold';
}
.result-points em {
  font-size: 32px;
  font-family: 'Mairy Bold';
  text-align: center;
}
.perfect-round .paragraph-cnt {
  margin-top: 34px;
}
.perfect-round .paragraph-cnt p {
  max-width: 310px;
}
.perfect-round .paragraph-cnt p,
.perfect-round .paragraph-cnt strong {
  font-size: 28px;
}
.perfect-round .paragraph-cnt h5 {
  font-size: 32px;
  margin-bottom: 18px;
}
.perfect-round .modal-cnt {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 90px;
}
.btn-quit-category {
  width: 100px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 8px;
}
.btn-quit-category span {
  font-size: 20px;
  font-family: 'Mairy Book';
}
.opponents-cnt {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.opponents-cnt .vs-cnt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.player-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 65px;
  padding: 0 5px;
  flex: 1;
}
.player-item h6,
.player-item small {
  font-size: 16px;
  font-family: 'Mairy Bold';
}
.player-item.one {
  background-color: rgba(0,0,0,0.2);
  padding-right: 25px;
}
.player-item.one h6,
.player-item.one small {
  margin-right: 10px;
}
.player-item.two {
  background-color: rgba(255,255,255,0.25);
  justify-content: flex-start;
  padding-left: 25px;
}
.player-item.two h6,
.player-item.two small {
  order: 2;
  margin-left: 10px;
}
.player-item.two figure {
  order: 1;
}
.view {
  position: relative;
}
.view:after {
  opacity: 0;
  visibility: hidden;
  content: '';
  width: 100%;
  min-height: 100vh;
  background-color: #1c7e77;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1399;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.view.opponents .opponents-cnt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.view.loading:after {
  opacity: 1;
  visibility: visible;
}
.view.loading .load2-cnt {
  opacity: 1;
  visibility: visible;
}
.switch {
  width: 83.75px;
  height: 40px;
  position: relative;
}
.switch input {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.switch label {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e95656;
  position: relative;
  border-radius: 30px 30px 30px 30px;
  transition: all 0.3s ease;
}
.switch input ~ label i {
  display: flex;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  border-radius: inherit;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.switch input:checked ~ label i {
  left: calc(100% - 40px);
  transition: all 0.3s ease;
}
.switch input:checked ~ label {
  background-color: #59b926;
}
.result-points.skyblue {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 12px 0;
  margin-top: 25px;
}
.row-result-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  margin-top: 2px;
}
.row-result-info.show {
  display: flex;
}
.row-result-info:first-child {
  margin-top: 6px;
}
.row-result-info p {
  font-size: 16;
  font-family: 'Mairy Light';
}
.row-result-info p strong {
  display: inline-block;
  margin-right: 6px;
  font-family: 'Mairy Bold';
}
.load2-cnt {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1400;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.load2-cnt svg path,
.load2-cnt svg rect {
  fill: #fff;
}
.btn-quit-session {
  margin-top: 13px;
}
.btn-quit-session button {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 24px;
  background-color: rgba(0,0,0,0.35);
  border-radius: 4px;
  cursor: pointer;
}
.btn-quit-session button span {
  display: block;
  font-family: 'Mairy Light';
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-bottom: 1px;
}
.body-loading.load-complete .load2-cnt {
  opacity: 0;
  visibility: hidden;
}
.body-loading .load2-cnt {
  opacity: 1;
  visibility: visible;
}
.view-loading {
  opacity: 0;
  visibility: hidden;
  left: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.view-loading.show {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.social-paragraph {
  margin-top: 42px;
  margin-bottom: 12px;
}
.social-paragraph p {
  font-size: 20px;
  font-family: 'Mairy Book';
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 560px) {
  .switch {
    width: 56px;
    height: 26px;
  }
  .switch input ~ label i {
    width: 26px;
    height: 26px;
  }
  .switch input:checked ~ label i {
    left: calc(100% - 26px);
  }
  .avatar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    background-color: rgba(255,255,255,0.2);
    border-radius: 8px;
    padding: 8px 15px 8px 60px;
    position: relative;
    order: 1;
    right: inherit;
    top: inherit;
  }
  .current-bar {
    padding-top: 13px;
    padding-bottom: 18px;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .current-bar h6 {
    width: 100%;
    order: 2;
    display: block;
    text-align: center;
    font-size: 36px;
    font-family: 'Mairy Bold';
    margin-top: 30px;
    text-transform: uppercase;
  }
  .current-bar h6 strong {
    font-size: 36px;
    margin-left: 10px;
  }
  .current-bar figure {
    width: 50px;
    height: 50px;
  }
  .current-bar figure img {
    width: 100%;
  }
  .current-bar.transparent-desktop {
    background-color: transparent;
  }
  .current-bar.transparent-desktop h6,
  .current-bar.transparent-desktop .close-current-bar {
    display: none;
  }
  .current-bar.transparent-desktop .current-name h4,
  .current-bar.transparent-desktop .current-name strong {
    color: #1f4767;
  }
  .current-name {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 13px;
  }
  .current-name h4 {
    font-size: 20px;
    font-family: 'Mairy Bold';
  }
  .current-name strong {
    font-size: 18px;
    font-family: 'Mairy Light';
  }
  .current-name h4,
  .current-name strong {
    display: block;
    text-align: right;
  }
  .player-item {
    height: 72px;
  }
  .player-item.one {
    padding-right: 45px;
  }
  .player-item.two {
    padding-left: 45px;
  }
  .player-item h6,
  .player-item small {
    font-size: 19px;
  }
  .player-item figure {
    width: 35px;
  }
  .player-item figure img {
    width: 100%;
  }
  .opponents-cnt .vs-cnt {
    width: 45px;
  }
  .opponents-cnt .vs-cnt img {
    width: 100%;
  }
  .g0-button span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .view.stripe-desktop .view-cnt {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .view.stripe-desktop {
    min-height: calc(100vh - 120px);
  }
  .view.stripe-desktop .view-cnt.wancho {
    padding: 0;
  }
  .g2-input-cnt input {
    font-size: 24px;
    height: 40px;
  }
  .g0-button {
    border-radius: 4px;
  }
  .g0-button span {
    font-size: 22px;
  }
  .load-element {
    width: 20px;
    height: 20px;
  }
  .g1-statusBar {
    height: auto;
    flex-flow: column wrap;
    align-items: flex-start;
    padding: 25px 30px 20px;
  }
  .g1-statusBar img {
    width: 18px;
    height: 32px;
  }
  .g1-statusBar a {
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
    left: inherit;
    top: inherit;
    transform: none;
  }
  .g1-statusBar h1 {
    display: block;
    width: 100%;
    font-size: 36px;
    margin-top: 40px;
  }
  .paragraph-cnt h5 {
    font-size: 36px;
  }
  .paragraph-cnt p {
    width: 100%;
    max-width: 100%;
    font-size: 24px;
  }
  .modal-cnt {
    min-height: auto;
    width: 450px;
    margin-top: 115px;
    padding: 34px 20px;
    border-radius: 8px;
  }
  .modal-content {
    margin-top: 0;
  }
  .modal-content .paragraph-cnt {
    margin-bottom: 35px !important;
    margin-top: 28px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-content .paragraph-cnt h5 {
    font-size: 24px;
  }
  .modal-content .paragraph-cnt p {
    font-size: 18px;
  }
  .modal-content .img-cnt {
    width: 64px;
  }
  .modal-content .img-cnt img {
    width: 100%;
  }
  .player-item.one {
    padding-right: 70px;
  }
  .player-item.one h6,
  .player-item.one small {
    margin-right: 18px;
  }
  .player-item.two {
    padding-left: 70px;
  }
  .player-item.two h6,
  .player-item.two small {
    margin-left: 18px;
  }
  .player-item h6,
  .player-item small {
    font-size: 20px;
  }
  .player-item figure {
    width: 40px;
  }
  .opponents-cnt .vs-cnt {
    width: 58px;
  }
}
@media screen and (min-height: 550px) {
  .modal-cnt {
    justify-content: center;
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
