/* line 85, ../scss/index.scss */
* {
  box-sizing: border-box;
}

/* line 89, ../scss/index.scss */
html, body {
  margin: 0;
  overflow-x: hidden;
}

/* line 94, ../scss/index.scss */
body {
  font-family: 'Londrina Solid';
  font-size: 25px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: #fff;
  background: #ffc943;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
}

/* line 109, ../scss/index.scss */
h1, h2, h4, h3, h4, h5 {
  margin: 0;
  line-height: 120%;
}

/* line 114, ../scss/index.scss */
h1 {
  font-family: 'GothamBold';
  font-size: 26px;
  text-align: center;
}

/* line 120, ../scss/index.scss */
h2, h4 {
  font-family: 'Funnier';
  font-size: 20px;
  text-align: center;
}

/* line 126, ../scss/index.scss */
h3 {
  font-family: 'Londrina Solid';
  font-size: 16px;
  text-align: left;
}

/* line 132, ../scss/index.scss */
h4 {
  font-size: 12px;
}

/* line 138, ../scss/index.scss */
p {
  font-family: 'Quicksand Book';
  font-size: 20px;
}

@media (min-width: 991px) {
  /* line 146, ../scss/index.scss */
  .container {
    width: 100%;
    height: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
  }

  /* line 164, ../scss/index.scss */
  .img-title {
    margin: 90px 0 10px 0;
  }

  /* line 168, ../scss/index.scss */
  #img-title {
    content: url(../images/big-title.png);
  }

  /* line 172, ../scss/index.scss */
  #tim-jitu {
    width: 96px;
    height: auto;
  }

  /* line 177, ../scss/index.scss */
  .top-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 15px auto;
    height: auto;
    width: 100%;
  }
  /* line 186, ../scss/index.scss */
  .top-header .burger-menu {
    display: none;
  }
  /* line 190, ../scss/index.scss */
  .top-header .bubble {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
    display: block;
    z-index: 2;
  }
  /* line 199, ../scss/index.scss */
  .top-header #top-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  /* line 204, ../scss/index.scss */
  .top-header #top-menu li {
    list-style-type: none;
    display: inline;
  }
  /* line 208, ../scss/index.scss */
  .top-header #top-menu li a {
    color: #0b83be;
    padding: 6px 60px;
  }
  /* line 212, ../scss/index.scss */
  .top-header #top-menu li a:hover {
    background: #ff852b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
  }

  /* line 223, ../scss/index.scss */
  .button-wrapper {
    position: relative;
    width: 445px;
    height: auto;
    left: 0;
    right: 0;
    margin: 40px auto;
    padding: 10px 0;
  }

  /* line 233, ../scss/index.scss */
  a {
    text-decoration: none;
  }
  /* line 236, ../scss/index.scss */
  a:hover {
    text-decoration: none;
  }

  /* line 241, ../scss/index.scss */
  .button {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2px 0;
    color: #fff;
    background: #ff852b;
    display: inline-block;
    border: none;
    cursor: pointer;
    outline: none;
    width: 165px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-box-shadow: 0 5px 0 #f06022;
    -moz-box-shadow: 0 5px 0 #f06022;
    -ms-box-shadow: 0 5px 0 #f06022;
    box-shadow: 0 5px 0 #f06022;
  }

  /* line 268, ../scss/index.scss */
  #btn-register {
    display: block;
    left: -100px;
  }

  /* line 273, ../scss/index.scss */
  #btn-login {
    top: -39px;
    left: 100px;
  }

  /* line 278, ../scss/index.scss */
  .btn-fb-connect {
    background: #0072bc;
    -webkit-box-shadow: 0 5px 0 #004a80;
    -moz-box-shadow: 0 5px 0 #004a80;
    -ms-box-shadow: 0 5px 0 #004a80;
    box-shadow: 0 5px 0 #004a80;
    margin-bottom: 50px;
  }
  /* line 283, ../scss/index.scss */
  .btn-fb-connect:after {
    content: url(../images/separator.png);
    display: block;
    position: absolute;
    top: 45px;
  }

  /* line 306, ../scss/index.scss */
  #logo-fb {
    position: relative;
    display: inline-block;
    top: -3px;
    left: -6px;
  }

  /* line 314, ../scss/index.scss */
  .top-header-orange {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 15px auto;
    width: 100%;
    height: 60px;
    margin-bottom: 35px;
    background: #ff852b;
    margin-top: 0;
  }
  /* line 328, ../scss/index.scss */
  .top-header-orange .burger-menu {
    display: none;
  }
  /* line 332, ../scss/index.scss */
  .top-header-orange .bubble {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
    display: block;
    z-index: 2;
  }
  /* line 341, ../scss/index.scss */
  .top-header-orange #top-menu {
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
  }
  /* line 346, ../scss/index.scss */
  .top-header-orange #top-menu li {
    list-style-type: none;
    display: inline;
  }
  /* line 350, ../scss/index.scss */
  .top-header-orange #top-menu li a {
    color: #fff;
    padding: 6px 60px;
  }
  /* line 354, ../scss/index.scss */
  .top-header-orange #top-menu li a:hover {
    background: #f06022;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
  }

  /* line 366, ../scss/index.scss */
  .image-upload {
    width: 100%;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
  }
  /* line 375, ../scss/index.scss */
  .image-upload .icon-upload {
    cursor: pointer;
    width: 79px;
  }
  /* line 380, ../scss/index.scss */
  .image-upload > input {
    display: none;
  }
  /* line 384, ../scss/index.scss */
  .image-upload .text-photo {
    font-size: 13px;
    color: #0b83be;
  }

  /* line 390, ../scss/index.scss */
  .mini-title {
    position: absolute;
    width: 96px;
    height: 50px;
    left: 150px;
    margin: auto;
    top: 5px;
    z-index: 3;
  }

  /* line 400, ../scss/index.scss */
  .logo-decolgen {
    position: absolute;
    top: 10px;
    right: 150px;
    z-index: 3;
  }
  /* line 406, ../scss/index.scss */
  .logo-decolgen .img-decolgen {
    width: 70px;
    height: auto;
  }

  /* line 413, ../scss/index.scss */
  .white-box {
    background: rgba(255, 230, 173, 0.7);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 445px;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 100px;
  }
  /* line 423, ../scss/index.scss */
  .white-box:after {
    content: url(../images/big-decoration.png);
    display: block;
    position: absolute;
    opacity: 1;
    top: 250px;
    left: 10px;
    right: 0px;
    margin: auto;
    z-index: -1;
  }

  /* line 438, ../scss/index.scss */
  #login-page .white-box:after {
    top: 120px;
    left: 50px;
  }

  /* line 446, ../scss/index.scss */
  #confirmation-letter .white-box {
    width: 380px;
  }
  /* line 449, ../scss/index.scss */
  #confirmation-letter .white-box:after {
    top: 112px;
    left: 50px;
  }

  /* line 456, ../scss/index.scss */
  .form-register {
    text-align: left;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 25px 30px 30px;
    z-index: 4;
  }

  /* line 472, ../scss/index.scss */
  #register-page .white-box,
  #login-page .white-box,
  #forgot-pass-page .white-box,
  #reset-pass-page .white-box,
  #landing-create-team .white-box,
  #landing-setting .white-box {
    margin-top: 50px;
  }
  /* line 476, ../scss/index.scss */
  #register-page .button-wrapper,
  #login-page .button-wrapper,
  #forgot-pass-page .button-wrapper,
  #reset-pass-page .button-wrapper,
  #landing-create-team .button-wrapper,
  #landing-setting .button-wrapper {
    width: 100%;
    margin: 0 auto;
    position: absolute;
  }
  /* line 482, ../scss/index.scss */
  #register-page .button,
  #login-page .button,
  #forgot-pass-page .button,
  #reset-pass-page .button,
  #landing-create-team .button,
  #landing-setting .button {
    position: absolute;
    top: 60px;
  }

  /* line 492, ../scss/index.scss */
  #login-page .white-box,
  #forgot-pass-page .white-box,
  #reset-pass-page .white-box {
    margin-top: 100px;
  }

  /* line 498, ../scss/index.scss */
  #landing-join-team .button-wrapper {
    width: 100%;
  }

  /* line 504, ../scss/index.scss */
  .label-text {
    font-size: 20px;
    color: #0b83be;
    margin: 0 7px;
    display: block;
  }

  /* line 513, ../scss/index.scss */
  input[type=text],
  input[type=email],
  input[type=password] {
    width: 100%;
    display: block;
    border-radius: 8px;
    box-sizing: border-box;
    color: #000;
    height: 30px;
    font-size: 16px;
    outline: none;
    padding: 0 10px;
    border: none;
    margin-bottom: 5px;
  }

  /* line 530, ../scss/index.scss */
  .form-code input[type=text] {
    display: inline-block;
    font-family: 'GothamBold';
    font-size: 18px;
    color: #ff852b;
    text-align: center;
  }
  /* line 538, ../scss/index.scss */
  .form-code ::-webkit-input-placeholder {
    color: #7c858a;
    font-family: 'Quicksand Book';
    font-size: 11px;
    font-style: italic;
  }
  /* line 544, ../scss/index.scss */
  .form-code :-moz-placeholder {
    color: #7c858a;
    font-family: 'Quicksand Book';
    font-size: 11px;
    font-style: italic;
  }
  /* line 550, ../scss/index.scss */
  .form-code ::-moz-placeholder {
    color: #7c858a;
    font-family: 'Quicksand Book';
    font-size: 11px;
    font-style: italic;
  }
  /* line 556, ../scss/index.scss */
  .form-code :-ms-input-placeholder {
    color: #7c858a;
    font-family: 'Quicksand Book';
    font-size: 11px;
    font-style: italic;
  }
  /* line 562, ../scss/index.scss */
  .form-code ::-ms-input-placeholder {
    color: #7c858a;
    font-family: 'Quicksand Book';
    font-size: 11px;
    font-style: italic;
  }

  /* line 570, ../scss/index.scss */
  .font16 {
    font-size: 16px !important;
    text-align: left !important;
    display: inline-block !important;
    padding: 0 10px;
  }

  /* line 577, ../scss/index.scss */
  .options {
    height: 60px;
    margin-bottom: 5px;
  }

  /* line 582, ../scss/index.scss */
  .options > label > input {
    display: none;
  }

  /* line 586, ../scss/index.scss */
  .options > label {
    padding: 0;
    height: auto;
    display: inline;
  }
  /* line 591, ../scss/index.scss */
  .options > label > img {
    display: inline-block;
    padding: 0px;
    height: 20px;
    width: 20px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-color: #fff;
    outline: none;
  }
  /* line 602, ../scss/index.scss */
  .options > label > input:checked + img {
    background: url(../images/selected.png) white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 10px;
  }

  /* line 611, ../scss/index.scss */
  #lb-female,
  #lb-male {
    position: relative;
    top: -10px;
  }

  /* line 616, ../scss/index.scss */
  .text-thankyou {
    color: #0b83be;
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
  }

  /* line 623, ../scss/index.scss */
  .p-reminder-konfirmasi {
    color: #ff852b;
    font-size: 16px;
    margin-top: 10px;
    padding: 0 40px 20px 40px;
    font-weight: 600;
  }

  /* line 631, ../scss/index.scss */
  .p-reminder {
    font-size: 12px;
    color: #ff852b;
    margin-top: 0px;
  }

  /* line 639, ../scss/index.scss */
  #landing-game .box-avatar {
    margin: 95px 0 55px 0;
  }

  /* line 645, ../scss/index.scss */
  #text-forgot-pass:hover {
    text-decoration: underline;
  }

  /* line 651, ../scss/index.scss */
  #forgot-pass-page .button {
    width: 185px;
  }
  /* line 656, ../scss/index.scss */
  #forgot-pass-page .white-box:after {
    top: 110px;
    left: 60px;
  }

  /* line 665, ../scss/index.scss */
  #confirmation-letter-reset .white-box:after {
    top: 110px;
    left: 60px;
  }
  /* line 671, ../scss/index.scss */
  #confirmation-letter-reset .text-thankyou {
    padding: 20px 10px 0;
  }

  /* line 678, ../scss/index.scss */
  #reset-pass-page .white-box:after {
    top: 110px;
    left: 60px;
  }

  /* line 686, ../scss/index.scss */
  #page-result .box {
    width: 320px;
    height: 320px;
  }

  /* line 694, ../scss/index.scss */
  .box-avatar {
    position: relative;
    width: 100%;
    height: 205px;
    margin-bottom: 25px;
  }
  /* line 700, ../scss/index.scss */
  .box-avatar:after {
    content: url(../images/big-decoration2.png);
    display: block;
    position: absolute;
    left: 65px;
    top: -20px;
    z-index: -1;
  }
  /* line 709, ../scss/index.scss */
  .box-avatar .oval {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
  }
  /* line 718, ../scss/index.scss */
  .box-avatar .avatar {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
  }
  /* line 727, ../scss/index.scss */
  .box-avatar .avatar-fb {
    top: 42px;
    left: -4px;
    width: 175px !important;
    -webkit-border-radius: 177px 166px 180px 190px;
    -moz-border-radius: 177px 166px 180px 190px;
    -ms-border-radius: 177px 166px 180px 190px;
    border-radius: 177px 166px 180px 190px;
  }
  /* line 734, ../scss/index.scss */
  .box-avatar .ribbon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 175px;
    width: 230px;
  }

  /* line 744, ../scss/index.scss */
  .avatar-fb {
    width: 125px !important;
    -webkit-border-radius: 74px 68px 82px 70px;
    -moz-border-radius: 74px 68px 82px 70px;
    -ms-border-radius: 74px 68px 82px 70px;
    border-radius: 74px 68px 82px 70px;
    top: 9px !important;
  }

  /* line 754, ../scss/index.scss */
  #btn-create-team,
  #btn-copy,
  #btn-tentang,
  #btn-cara-main,
  #btn-tentang2 {
    left: -20px;
  }

  /* line 758, ../scss/index.scss */
  #btn-save-setting {
    left: -200px;
  }

  /* line 766, ../scss/index.scss */
  #btn-gabung-team,
  #btn-next,
  #btn-start-game2,
  #btn-start-game3,
  #btn-start-game4 {
    left: 20px;
  }

  /* line 770, ../scss/index.scss */
  #btn-delete {
    left: 200px;
  }

  /* line 780, ../scss/index.scss */
  .btn-gabung-team,
  .btn-copy,
  .btn-leaderboard,
  .btn-play-again,
  .btn-delete,
  .btn-kode-unik {
    background: #0593c5;
    -webkit-box-shadow: 0 5px 0 #05688b;
    -moz-box-shadow: 0 5px 0 #05688b;
    -ms-box-shadow: 0 5px 0 #05688b;
    box-shadow: 0 5px 0 #05688b;
  }

  /* line 789, ../scss/index.scss */
  .text-player {
    top: 156px;
    position: relative;
  }
  /* line 793, ../scss/index.scss */
  .text-player .p-player1 {
    font-size: 18px;
  }

  /* line 800, ../scss/index.scss */
  #landing-create-team .white-box,
  #landing-setting .white-box {
    margin-top: 0;
  }
  /* line 803, ../scss/index.scss */
  #landing-create-team .white-box:after,
  #landing-setting .white-box:after {
    top: 140px;
    left: 30px;
  }

  /* line 812, ../scss/index.scss */
  #page-unique-code .box,
  #landing-join-team .box {
    margin-top: 90px;
  }

  /* line 817, ../scss/index.scss */
  .box {
    position: relative;
    background: #ffe6ad;
    -webkit-border-radius: 50%/15%;
    -moz-border-radius: 50%/15%;
    -ms-border-radius: 50%/15%;
    border-radius: 50%/15%;
    width: 300px;
    height: 320px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 20px;
  }
  /* line 831, ../scss/index.scss */
  .box:after {
    content: url(../images/big-decoration.png);
    display: block;
    position: absolute;
    left: -265px;
    top: -40px;
    z-index: -1;
  }
  /* line 840, ../scss/index.scss */
  .box:before {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: -5%;
    left: -5%;
    background: inherit;
    -webkit-border-radius: 8%/50%;
    -moz-border-radius: 8%/50%;
    -ms-border-radius: 8%/50%;
    border-radius: 8%/50%;
    z-index: -1;
  }
  /* line 855, ../scss/index.scss */
  .box .code-title {
    color: #0b83be;
    padding: 40px 0;
  }
  /* line 860, ../scss/index.scss */
  .box .unique-code {
    color: #ff852b;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border-radius: 20px;
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 871, ../scss/index.scss */
  .box .code-description {
    font-size: 13px;
    color: #0b83be;
    padding: 40px 20px;
    width: 180px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 600;
  }

  /* line 883, ../scss/index.scss */
  .good-title {
    margin-bottom: 10px;
  }

  /* line 887, ../scss/index.scss */
  .img-thumb {
    margin-top: 32px;
  }

  /* line 891, ../scss/index.scss */
  .text-result {
    font-size: 29px;
    color: #f06022;
    text-align: center;
  }

  /* line 897, ../scss/index.scss */
  .text-level {
    font-size: 29px;
    color: #0593c5;
    margin-top: 20px;
  }

  /* line 903, ../scss/index.scss */
  .text-time {
    color: #f06022;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
  }

  /* line 917, ../scss/index.scss */
  .form-code {
    position: relative;
    text-align: center;
    z-index: 4;
  }

  /* line 923, ../scss/index.scss */
  .kode-unik {
    width: 150px !important;
  }

  /* line 927, ../scss/index.scss */
  .btn-leaderboardd {
    top: 0px;
    left: 120px;
  }

  /* line 932, ../scss/index.scss */
  #btn-start-game {
    top: -89px;
    display: inline-block;
    left: -120px;
  }

  /* line 938, ../scss/index.scss */
  .button-home {
    background: #ff852b;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 0 #f06022;
    -moz-box-shadow: 0 5px 0 #f06022;
    -ms-box-shadow: 0 5px 0 #f06022;
    box-shadow: 0 5px 0 #f06022;
    padding: 22px;
    position: relative;
    top: 0px;
    left: 95px;
    z-index: 3;
  }
  /* line 950, ../scss/index.scss */
  .button-home:after {
    position: absolute;
    content: url(../images/home.png);
    display: block;
    top: 8px;
    left: 0;
    right: 0;
  }

  /* line 960, ../scss/index.scss */
  .button-reload {
    background: #ff852b;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 0 #f06022;
    -moz-box-shadow: 0 5px 0 #f06022;
    -ms-box-shadow: 0 5px 0 #f06022;
    box-shadow: 0 5px 0 #f06022;
    padding: 22px;
    position: relative;
    display: inline-block;
    top: -43px;
    left: 40px;
    z-index: 3;
  }
  /* line 984, ../scss/index.scss */
  .button-reload:after {
    position: absolute;
    content: url(../images/reload.png);
    display: block;
    top: 8px;
    left: 0;
    right: 0;
  }

  /* line 994, ../scss/index.scss */
  .title-leaderboard {
    color: #0b83be;
    width: 250px;
    font-size: 25px;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    margin-bottom: 10px;
    margin-top: 60px;
  }
  /* line 1005, ../scss/index.scss */
  .title-leaderboard:after {
    content: url(../images/left-star.png);
    position: absolute;
    top: 8px;
    left: -10px;
    display: block;
  }
  /* line 1013, ../scss/index.scss */
  .title-leaderboard:before {
    content: url(../images/right-star.png);
    position: absolute;
    top: 0px;
    right: -10px;
    display: block;
  }

  /* line 1022, ../scss/index.scss */
  .title-good {
    color: #0b83be;
    width: 120px;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
    margin-top: 60px;
    font-size: 27px;
  }
  /* line 1039, ../scss/index.scss */
  .title-good:after {
    content: url(../images/left-star.png);
    position: absolute;
    top: 8px;
    left: -10px;
    display: block;
  }
  /* line 1047, ../scss/index.scss */
  .title-good:before {
    content: url(../images/right-star.png);
    position: absolute;
    top: 0px;
    right: -10px;
    display: block;
  }

  /* line 1056, ../scss/index.scss */
  .title-hello {
    font-size: 31px;
    color: #0b83be;
    position: relative;
    top: -15px;
  }

  /* line 1063, ../scss/index.scss */
  .code-titlee {
    color: #0b83be;
    padding: 20px 0;
    margin-top: 100px;
  }

  /* line 1069, ../scss/index.scss */
  .table-wrapper {
    width: 350px;
    height: 370px;
    left: 0;
    right: 0;
    margin: 35px auto;
    position: relative;
    background: #ffe6ad;
    -webkit-border-radius: 50%/15%;
    -moz-border-radius: 50%/15%;
    -ms-border-radius: 50%/15%;
    border-radius: 50%/15%;
    padding: 50px 0;
  }
  /* line 1085, ../scss/index.scss */
  .table-wrapper:before {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: -5%;
    left: -5%;
    background: inherit;
    -webkit-border-radius: 8%/50%;
    -moz-border-radius: 8%/50%;
    -ms-border-radius: 8%/50%;
    border-radius: 8%/50%;
    z-index: -1;
  }

  /* line 1101, ../scss/index.scss */
  .mCSB_scrollTools .mCSB_draggerContainer {
    height: 250px !important;
    margin: auto !important;
    left: -10px !important;
  }

  /* line 1107, ../scss/index.scss */
  .mCSB_inside > .mCSB_container {
    margin-right: 10px !important;
  }

  /* line 1111, ../scss/index.scss */
  .mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px !important;
    z-index: 1;
  }

  /* line 1118, ../scss/index.scss */
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0b83be !important;
  }

  /* line 1122, ../scss/index.scss */
  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ffb368 !important;
  }

  /* line 1127, ../scss/index.scss */
  .big-wrapper {
    width: 100%;
    height: auto;
  }
  /* line 1131, ../scss/index.scss */
  .big-wrapper:before {
    content: url(../images/big-decoration.png);
    left: 0px;
    right: 0;
    top: 130px;
    position: absolute;
    display: block;
    z-index: -1;
  }

  /* line 1142, ../scss/index.scss */
  .wrapper {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 250px;
    overflow: hidden;
    width: 500px;
    left: 0;
    right: 0;
    margin: auto;
  }

  /* line 1154, ../scss/index.scss */
  .left-box {
    position: relative;
    width: 50%;
    height: auto;
    float: left;
    padding: 0 10px;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  /* line 1164, ../scss/index.scss */
  .right-box {
    position: relative;
    width: 50%;
    height: auto;
    float: right;
    padding: 0 10px;
    margin-top: 40px;
    margin-bottom: 30px;
    display: inline-block;
  }

  /* line 1179, ../scss/index.scss */
  .img-oval {
    width: 170px;
  }

  /* line 1183, ../scss/index.scss */
  .online-indicator {
    background: #39b54a;
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    top: 0;
    left: 50px;
  }

  /* line 1194, ../scss/index.scss */
  .offline-indicator {
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    top: 0;
    left: 50px;
    background: #f26522;
  }

  /* line 1210, ../scss/index.scss */
  .offline-person {
    font-size: 40px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }

  /* line 1219, ../scss/index.scss */
  .img-avatar {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 0;
    margin: auto;
    width: 60px;
    height: auto;
  }

  /* line 1229, ../scss/index.scss */
  .offline-avatar {
    width: 50px;
    top: 30px;
  }

  /* line 1234, ../scss/index.scss */
  .img-ribbon {
    position: absolute;
    width: 180px;
    top: 110px;
    left: 15px;
    right: 0;
    margin: auto;
    z-index: 1;
  }

  /* line 1244, ../scss/index.scss */
  .text-player1 {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
  }

  /* line 1253, ../scss/index.scss */
  .box-status {
    width: 280px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 30px;
    height: auto;
    background: rgba(255, 230, 173, 0.7);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  /* line 1265, ../scss/index.scss */
  .box-status:before {
    content: 'Status';
    position: relative;
    background: #ff852b;
    top: -30px;
    left: -70px;
    padding: 5px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
  }
  /* line 1275, ../scss/index.scss */
  .box-status:after {
    content: '';
    position: relative;
    top: -147px;
    left: -70px;
    padding: 0px 48px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-border: 2px dashed white;
    -moz-border: 2px dashed white;
    -ms-border: 2px dashed white;
    border: 2px dashed white;
  }

  /* line 1287, ../scss/index.scss */
  .font13 {
    font-size: 13px !important;
  }

  /* line 1291, ../scss/index.scss */
  .btn-setting {
    width: 130px;
    left: -3px;
  }

  /* line 1296, ../scss/index.scss */
  .btn-kode-unik {
    width: 120px;
    left: 3px;
  }

  /* line 1302, ../scss/index.scss */
  #landing-start-game .box-status {
    width: 350px;
  }
  /* line 1305, ../scss/index.scss */
  #landing-start-game .box-status:before {
    left: -100px;
  }
  /* line 1309, ../scss/index.scss */
  #landing-start-game .box-status:after {
    left: -100px;
    top: -148px;
  }
  /* line 1316, ../scss/index.scss */
  #landing-start-game .btn-wrapper-decor:after {
    bottom: -30px;
  }

  /* line 1323, ../scss/index.scss */
  .btn-wrapper-decor:after {
    content: url(../images/separator.png);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
    display: block;
  }

  /* line 1334, ../scss/index.scss */
  .overlay {
    position: absolute;
    background: url(../images/overlay.png) no-repeat;
    background-size: contain;
    width: 170px;
    height: 170px;
    top: 0;
    left: 40px;
    z-index: 1;
    display: block;
  }

  /* line 1346, ../scss/index.scss */
  .set-text-off {
    top: 35px;
    left: 60px;
    position: absolute;
  }

  /* line 1352, ../scss/index.scss */
  .text-left {
    text-align: left !important;
  }

  /* line 1356, ../scss/index.scss */
  .text-right {
    text-align: right!important;
  }

  /* line 1360, ../scss/index.scss */
  .title-status {
    font-family: 'Quicksand Book';
    font-weight: 700;
    font-size: 15px;
    color: #0b83be;
    text-align: left;
  }

  /* line 1368, ../scss/index.scss */
  .record-status {
    font-family: 'Londrina Solid';
    color: #0b83be;
    font-size: 20px;
    padding-left: 50px;
  }

  /* line 1375, ../scss/index.scss */
  .orange {
    color: #f27234;
  }

  /* line 1380, ../scss/index.scss */
  .text-number,
  .text-time-board {
    font-size: 15px;
    color: #0b83be;
    padding-bottom: 20px;
  }

  /* line 1386, ../scss/index.scss */
  .text-number {
    padding-right: 10px;
  }

  /* line 1390, ../scss/index.scss */
  .text-tim {
    font-size: 15px;
    font-family: 'Quicksand Book';
    font-weight: 700;
    color: #0b83be;
    padding-bottom: 20px;
  }

  /* line 1398, ../scss/index.scss */
  .text-level-board {
    font-family: 'Funnier';
    font-size: 10px;
    color: #f27234;
    padding: 0 8px 0 20px;
    padding-bottom: 20px;
  }

  /* line 1406, ../scss/index.scss */
  .table-leaderboard {
    left: 0;
    right: 0;
    margin: auto;
    padding: 30px 0;
  }

  /* line 1415, ../scss/index.scss */
  .game-wrapper {
    position: relative;
    width: 615px;
    height: auto;
    padding: 0 20px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 60px;
  }

  /* line 1426, ../scss/index.scss */
  .text-level-game {
    font-size: 22px;
    text-align: left;
    color: #f06022;
  }
  /* line 1431, ../scss/index.scss */
  .text-level-game:before {
    content: url(../images/orange-star.png);
    position: absolute;
    top: 0px;
    left: 125px;
    display: block;
  }

  /* line 1440, ../scss/index.scss */
  .countdown-timer {
    font-size: 30px;
    color: #0b83be;
    position: absolute;
    top: -6px;
    right: 0;
  }

  /* line 1448, ../scss/index.scss */
  #progressTimer {
    width: 100%;
    height: 10px;
    margin-top: 20px;
  }

  /* line 1454, ../scss/index.scss */
  .progress-bar-info {
    background-color: #8cd9ff;
  }

  /* line 1458, ../scss/index.scss */
  .blue-text {
    color: #0b83be;
    text-align: center;
    font-size: 20px;
  }

  /* line 1464, ../scss/index.scss */
  #sentence {
    color: #0e7498;
    font-size: 30px;
    margin: 20px 30px;
    text-transform: uppercase;
  }

  /* line 1471, ../scss/index.scss */
  #typing-area {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 38px;
    resize: none;
    font-size: 18px;
    line-height: 29px;
    outline: none;
    border-radius: 50px;
    color: #000;
  }

  /* line 1502, ../scss/index.scss */
  .p1-turn {
    color: #0e7498;
  }

  /* line 1506, ../scss/index.scss */
  .p2-turn {
    color: #f06022;
  }

  /* line 1510, ../scss/index.scss */
  .title-howto {
    color: #0b83be;
    margin-bottom: 15px;
    margin-top: 60px;
    font-size: 25px;
  }
  /* line 1516, ../scss/index.scss */
  .title-howto:after {
    content: url(../images/separator.png);
    left: 0px;
    right: 0;
    top: 0px;
    position: relative;
    display: block;
  }

  /* line 1529, ../scss/index.scss */
  #howto-page .white-box,
  #page-about .white-box,
  #tnc-page .white-box {
    margin-top: 20px;
    width: 744px;
  }
  /* line 1533, ../scss/index.scss */
  #howto-page .white-box:after,
  #page-about .white-box:after,
  #tnc-page .white-box:after {
    top: 240px;
    z-index: -1;
  }

  /* line 1540, ../scss/index.scss */
  .howto-play {
    list-style-type: none;
    padding-right: 20px;
    font-size: 16px;
    text-align: left;
    color: #0b83be;
    font-family: 'Quicksand Book';
  }
  /* line 1549, ../scss/index.scss */
  .howto-play li {
    line-height: 1.5em;
  }
  /* line 1553, ../scss/index.scss */
  .howto-play .img-howto1 {
    width: 200px;
    height: auto;
    margin: 20px 240px;
  }
  /* line 1559, ../scss/index.scss */
  .howto-play .img-howto2 {
    width: 96px;
    height: auto;
    margin: 20px 280px;
  }
  /* line 1565, ../scss/index.scss */
  .howto-play .img-howto3 {
    width: 417px;
    height: auto;
    margin: 20px 150px;
  }
  /* line 1571, ../scss/index.scss */
  .howto-play .img-howto4 {
    width: 217px;
    height: auto;
    margin: 20px 230px;
  }
  /* line 1577, ../scss/index.scss */
  .howto-play .number {
    color: #fff;
    font-family: 'Londrina Solid';
    z-index: 2;
    display: inline;
    position: relative;
  }
  /* line 1585, ../scss/index.scss */
  .howto-play .number:before {
    content: '';
    left: -7px;
    top: -3px;
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    z-index: 2;
    border: 1px dashed #fff;
  }
  /* line 1598, ../scss/index.scss */
  .howto-play .number:after {
    content: '';
    left: -20px;
    top: 10px;
    position: relative;
    display: inline-block;
    background: #ff852b;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    z-index: -1;
  }
  /* line 1612, ../scss/index.scss */
  .howto-play li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  /* line 1616, ../scss/index.scss */
  .howto-play li:nth-child(1) {
    padding-top: 20px;
  }

  /* line 1629, ../scss/index.scss */
  .title-howto {
    color: #0b83be;
    margin-bottom: 15px;
    margin-top: 35px;
  }
  /* line 1634, ../scss/index.scss */
  .title-howto:after {
    content: url(../images/separator.png);
    left: 0px;
    right: 0;
    top: 0px;
    position: relative;
    display: block;
  }

  /* line 1645, ../scss/index.scss */
  #howto-page .white-box, #page-about .white-box {
    margin-top: 0;
  }
  /* line 1648, ../scss/index.scss */
  #howto-page .white-box:after, #page-about .white-box:after {
    z-index: -1;
  }

  /* line 1656, ../scss/index.scss */
  .p-description {
    font-size: 16px;
    color: #0b83be;
    padding: 20px;
  }

  /* line 1662, ../scss/index.scss */
  .img-winner {
    position: relative;
    margin: 20px auto 30px;
  }

  /* line 1667, ../scss/index.scss */
  #img-winner1 {
    top: -22px;
  }

  /* line 1671, ../scss/index.scss */
  .win-thailand {
    font-size: 16px;
    color: #1f88bc;
    position: relative;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: -85px;
    left: 75px;
  }

  /* line 1680, ../scss/index.scss */
  .win-singapore {
    font-size: 16px;
    color: #1f88bc;
    position: relative;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: -60px;
    left: 70px;
  }

  /* line 1690, ../scss/index.scss */
  .win-bali {
    font-size: 16px;
    color: #1f88bc;
    position: relative;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: -60px;
    left: 70px;
  }

  /* line 1700, ../scss/index.scss */
  .image-wrapper {
    position: relative;
    width: 744px;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 35px;
  }

  /* line 1710, ../scss/index.scss */
  .judul {
    text-align: left;
    font-size: 16px;
    padding: 22px 22px 0;
    font-weight: bolder;
  }

  /* line 1717, ../scss/index.scss */
  .list-tnc {
    text-align: left;
    font-family: 'Quicksand Book';
    font-size: 15px;
    padding: 0 30px 0 40px;
  }
  /* line 1723, ../scss/index.scss */
  .list-tnc li {
    padding-left: 30px;
  }

  /* line 1728, ../scss/index.scss */
  .padding-bottom22 {
    padding-bottom: 22px;
  }

  /* line 1732, ../scss/index.scss */
  .footer-row {
    display: inline-block;
    position: relative;
    bottom: -70px;
    width: 1024px;
    margin-bottom: 20px;
  }

  /* line 1741, ../scss/index.scss */
  .footer-tnc {
    float: left;
    color: #ff852b;
  }
  /* line 1745, ../scss/index.scss */
  .footer-tnc a {
    color: #ff852b;
  }
  /* line 1748, ../scss/index.scss */
  .footer-tnc a:hover {
    text-decoration: underline;
  }

  /* line 1754, ../scss/index.scss */
  .footer-fb {
    float: right;
    color: #ff852b;
  }
  /* line 1758, ../scss/index.scss */
  .footer-fb a {
    color: #ff852b;
  }
  /* line 1761, ../scss/index.scss */
  .footer-fb a:hover {
    text-decoration: underline;
  }
  /* line 1766, ../scss/index.scss */
  .footer-fb:before {
    content: url(../images/icon-fb-orange.png);
    position: absolute;
    top: 0px;
    right: 150px;
    display: block;
  }

  /* line 1778, ../scss/index.scss */
  .top-header #top-menu .a-tnc,
  .top-header #top-menu .a-fb {
    display: none;
  }

  /* line 1787, ../scss/index.scss */
  .top-header-orange #top-menu .a-tnc,
  .top-header-orange #top-menu .a-fb {
    display: none;
  }

  /* line 1796, ../scss/index.scss */
  a #btn-connect:hover {
    box-shadow: 0 4px #004a80;
    top: 1px;
  }

  /* line 1820, ../scss/index.scss */
  a #btn-play:hover,
  a #btn-howto:hover,
  a #btn-register:hover,
  a #btn-back-reset:hover,
  a #btn-back:hover,
  a #btn-create-team:hover,
  a #btn-next:hover,
  a #btn-submit-code:hover,
  a #btn-setting:hover,
  a #btn-start-game3:hover,
  a #btn-start-game2:hover,
  a #btn-start-game4:hover {
    box-shadow: 0 4px #f06022;
    top: 2px;
  }

  /* line 1834, ../scss/index.scss */
  #register-page .button:hover,
  #login-page .button:hover,
  #forgot-pass-page .button:hover,
  #reset-pass-page .button:hover,
  #landing-create-team .button:hover,
  #landing-setting .button:hover {
    box-shadow: 0 4px #f06022;
    top: 62px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  /* line 1844, ../scss/index.scss */
  #landing-setting .btn-delete:hover {
    box-shadow: 0 4px #0e5f75;
    top: 62px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  /* line 1855, ../scss/index.scss */
  a #btn-login:hover {
    box-shadow: 0 4px #f06022;
    top: -37px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  /* line 1865, ../scss/index.scss */
  a #btn-start-game:hover {
    box-shadow: 0 4px #f06022;
    top: -87px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  /* line 1875, ../scss/index.scss */
  a #btn-gabung-team:hover {
    box-shadow: 0 4px #05688b;
    top: 2px;
  }

  /* line 1884, ../scss/index.scss */
  a #btn-kode-unik:hover {
    box-shadow: 0 4px #05688b;
    top: 2px;
  }

  /* line 1894, ../scss/index.scss */
  a #btn-leaderboard:hover {
    box-shadow: 0 4px #05688b;
    top: 2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  /* line 1909, ../scss/index.scss */
  #btn-copy:hover,
  #btn-delete:hover,
  #btn-leaderboard-result:hover,
  #btn-cara-main:hover,
  #btn-tentang:hover,
  #btn-tentang2:hover,
  #btn-game-start:hover {
    box-shadow: 0 4px #05688b;
    top: 2px;
  }

  /* line 1916, ../scss/index.scss */
  #btn-save-setting:hover {
    box-shadow: 0 4px #f06022;
    top: 2px;
  }

  /* line 1924, ../scss/index.scss */
  #landing-game-waiting .btn-wrapper-decor:after {
    bottom: -30px;
  }

  /* line 1930, ../scss/index.scss */
  .set-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 990px) {
  /* line 1948, ../scss/index.scss */
  .container {
    width: 100%;
    height: 100%;
    max-width: 866px;
    margin: 0 auto;
    padding: 0 10px;
  }

  /* line 1957, ../scss/index.scss */
  .pc-container {
    display: none;
  }

  /* line 1961, ../scss/index.scss */
  #img-title {
    content: url(../images/title.png);
  }

  /* line 1965, ../scss/index.scss */
  .top-header {
    position: relative;
    top: 0;
    left: 0;
    height: 36px;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1973, ../scss/index.scss */
  .top-header .burger-menu {
    display: block;
    position: relative;
    width: 50px;
    height: 35px;
    cursor: pointer;
    margin-top: 5px;
  }
  /* line 1982, ../scss/index.scss */
  .top-header .bubble {
    position: absolute;
    width: 90%;
    height: auto;
    padding: 0px;
    background: #f06022;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto;
    top: 45px;
    display: none;
  }
  /* line 1998, ../scss/index.scss */
  .top-header .bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 18px;
    border-color: #f06022 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -5px;
    left: 0px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  /* line 2014, ../scss/index.scss */
  .top-header #top-menu {
    padding: 0;
    margin-top: 10px;
    display: inline-block;
  }
  /* line 2019, ../scss/index.scss */
  .top-header #top-menu li {
    list-style-type: none;
  }
  /* line 2023, ../scss/index.scss */
  .top-header #top-menu li a {
    color: #fff;
  }
  /* line 2026, ../scss/index.scss */
  .top-header #top-menu li a:hover {
    background: #ff852b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 3px 12px;
  }

  /* line 2037, ../scss/index.scss */
  .burger {
    position: absolute;
    background: #f06022;
    width: 30px;
    height: 5px;
    top: 50%;
    margin-left: 0px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
  }
  /* line 2048, ../scss/index.scss */
  .burger:before {
    position: absolute;
    background: #f06022;
    width: 30px;
    height: 5px;
    top: 10px;
    content: "";
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
  }
  /* line 2059, ../scss/index.scss */
  .burger:after {
    position: absolute;
    background: #f06022;
    width: 30px;
    height: 5px;
    bottom: 10px;
    content: "";
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
  }
  /* line 2071, ../scss/index.scss */
  .burger:after, .burger:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 2076, ../scss/index.scss */
  .burger-menu.menu-on .burger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0px;
  }

  /* line 2081, ../scss/index.scss */
  .burger-menu.menu-on .burger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }

  /* line 2086, ../scss/index.scss */
  .burger-menu.menu-on .burger {
    background: rgba(240, 96, 34, 0);
  }

  /* line 2090, ../scss/index.scss */
  .img-title {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }

  /* line 2096, ../scss/index.scss */
  .button-wrapper {
    position: relative;
    width: 165px;
    height: auto;
    left: 0;
    right: 0;
    margin: 20px auto;
    padding: 10px 0;
  }

  /* line 2106, ../scss/index.scss */
  a {
    text-decoration: none;
  }
  /* line 2109, ../scss/index.scss */
  a:hover {
    text-decoration: none;
  }

  /* line 2114, ../scss/index.scss */
  .button {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2px 0;
    color: #fff;
    background: #ff852b;
    display: block;
    border: none;
    cursor: pointer;
    outline: none;
    width: 165px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-box-shadow: 0 5px 0 #f06022;
    -moz-box-shadow: 0 5px 0 #f06022;
    -ms-box-shadow: 0 5px 0 #f06022;
    box-shadow: 0 5px 0 #f06022;
  }

  /* line 2138, ../scss/index.scss */
  .btn-play,
  .btn-register,
  .btn-create-team,
  .btn-copy,
  .btn-save,
  .btn-start-game {
    margin-bottom: 30px;
  }

  /* line 2142, ../scss/index.scss */
  .btn-fb-connect {
    background: #0072bc;
    -webkit-box-shadow: 0 5px 0 #004a80;
    -moz-box-shadow: 0 5px 0 #004a80;
    -ms-box-shadow: 0 5px 0 #004a80;
    box-shadow: 0 5px 0 #004a80;
    margin-bottom: 50px;
  }
  /* line 2147, ../scss/index.scss */
  .btn-fb-connect:after {
    content: url(../images/separator.png);
    display: block;
    position: absolute;
    top: 45px;
  }

  /* line 2170, ../scss/index.scss */
  #logo-fb {
    width: 12px;
    top: -2px;
    left: -5px;
    position: relative;
  }

  /* line 2177, ../scss/index.scss */
  .top-header-orange {
    position: relative;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    margin-bottom: 35px;
    background: #ff852b;
  }
  /* line 2191, ../scss/index.scss */
  .top-header-orange .burger-menu {
    display: block;
    position: relative;
    width: 50px;
    height: 35px;
    cursor: pointer;
    margin-top: 5px;
  }
  /* line 2200, ../scss/index.scss */
  .top-header-orange .bubble {
    position: absolute;
    width: 90%;
    height: auto;
    padding: 0px;
    background: #f06022;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto;
    top: 45px;
    display: none;
  }
  /* line 2216, ../scss/index.scss */
  .top-header-orange .bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 18px;
    border-color: #f06022 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -5px;
    left: 0px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  /* line 2232, ../scss/index.scss */
  .top-header-orange #top-menu {
    padding: 0;
    margin-top: 10px;
    display: inline-block;
  }
  /* line 2237, ../scss/index.scss */
  .top-header-orange #top-menu li {
    list-style-type: none;
  }
  /* line 2241, ../scss/index.scss */
  .top-header-orange #top-menu li a {
    color: #fff;
  }
  /* line 2244, ../scss/index.scss */
  .top-header-orange #top-menu li a:hover {
    background: #ff852b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 3px 12px;
  }

  /* line 2254, ../scss/index.scss */
  .burger-menu-white {
    height: 50px;
    margin-top: 0;
  }

  /* line 2259, ../scss/index.scss */
  .burger-white {
    background: #fff;
  }
  /* line 2263, ../scss/index.scss */
  .burger-white:before, .burger-white:after {
    background: #fff;
  }

  /* line 2268, ../scss/index.scss */
  .mini-title {
    position: absolute;
    width: 96px;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
  }

  /* line 2278, ../scss/index.scss */
  .logo-decolgen {
    position: absolute;
    top: 5px;
    right: 10px;
  }
  /* line 2283, ../scss/index.scss */
  .logo-decolgen .img-decolgen {
    width: 58px;
    height: 30px;
  }

  /* line 2289, ../scss/index.scss */
  .white-box {
    background: rgba(255, 230, 173, 0.7);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin: auto;
    width: 280px;
    left: 0;
    right: 0;
  }
  /* line 2298, ../scss/index.scss */
  .white-box:after {
    content: url(../images/decoration.png);
    display: block;
    position: absolute;
    opacity: 1;
    top: 83px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }

  /* line 2311, ../scss/index.scss */
  .form-register {
    text-align: left;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 230px;
    height: auto;
    margin-bottom: 20px;
    padding: 30px 0;
    z-index: 4;
  }

  /* line 2331, ../scss/index.scss */
  #register-page .white-box,
  #login-page .white-box,
  #forgot-pass-page .white-box,
  #reset-pass-page .white-box,
  #landing-create-team .white-box,
  #landing-setting .white-box {
    margin-top: 10px;
  }
  /* line 2335, ../scss/index.scss */
  #register-page .button-wrapper,
  #login-page .button-wrapper,
  #forgot-pass-page .button-wrapper,
  #reset-pass-page .button-wrapper,
  #landing-create-team .button-wrapper,
  #landing-setting .button-wrapper {
    width: 100%;
    margin: 0 auto;
    position: absolute;
  }
  /* line 2341, ../scss/index.scss */
  #register-page .button,
  #login-page .button,
  #forgot-pass-page .button,
  #reset-pass-page .button,
  #landing-create-team .button,
  #landing-setting .button {
    position: absolute;
    top: 60px;
  }

  /* line 2348, ../scss/index.scss */
  #register-page .button {
    margin-bottom: 50px;
  }

  /* line 2354, ../scss/index.scss */
  #landing-setting .button {
    position: relative;
  }

  /* line 2362, ../scss/index.scss */
  #forgot-pass-page .white-box,
  #reset-pass-page .white-box {
    margin-top: 100px;
  }

  /* line 2368, ../scss/index.scss */
  #landing-join-team .button-wrapper {
    width: 100%;
  }

  /* line 2373, ../scss/index.scss */
  .padding10 {
    padding: 10px 0;
  }

  /* line 2377, ../scss/index.scss */
  .image-upload {
    width: 100%;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
  }
  /* line 2387, ../scss/index.scss */
  .image-upload .icon-upload {
    cursor: pointer;
    width: 50px;
  }
  /* line 2392, ../scss/index.scss */
  .image-upload > input {
    display: none;
  }
  /* line 2396, ../scss/index.scss */
  .image-upload .text-photo {
    font-size: 13px;
    color: #0b83be;
  }

  /* line 2402, ../scss/index.scss */
  #tim-jitu {
    width: 96px;
    height: auto;
  }

  /* line 2408, ../scss/index.scss */
  .label-text {
    font-size: 16px;
    color: #0b83be;
    margin: 0 7px;
    display: block;
  }

  /* line 2417, ../scss/index.scss */
  input[type=text],
  input[type=email],
  input[type=password] {
    width: 100%;
    display: block;
    border-radius: 8px;
    box-sizing: border-box;
    color: #000;
    height: 30px;
    font-size: 16px;
    outline: none;
    padding: 0 10px;
    border: none;
    margin-bottom: 5px;
  }

  /* line 2433, ../scss/index.scss */
  .form-code input[type=text] {
    display: inline-block;
    font-family: 'GothamBold';
    font-size: 18px;
    color: #ff852b;
    text-align: center;
  }
  /* line 2441, ../scss/index.scss */
  .form-code ::-webkit-input-placeholder {
    color: #7c858a;
    font-family: 'Quicksand Book';
    font-size: 11px;
    font-style: italic;
  }
  /* line 2447, ../scss/index.scss */
  .form-code :-moz-placeholder {
    color: #7c858a;
    font-family: 'Quicksand Book';
    font-size: 11px;
    font-style: italic;
  }
  /* line 2453, ../scss/index.scss */
  .form-code ::-moz-placeholder {
    color: #7c858a;
    font-family: 'Quicksand Book';
    font-size: 11px;
    font-style: italic;
  }
  /* line 2459, ../scss/index.scss */
  .form-code :-ms-input-placeholder {
    color: #7c858a;
    font-family: 'Quicksand Book';
    font-size: 11px;
    font-style: italic;
  }
  /* line 2465, ../scss/index.scss */
  .form-code ::-ms-input-placeholder {
    color: #7c858a;
    font-family: 'Quicksand Book';
    font-size: 11px;
    font-style: italic;
  }

  /* line 2473, ../scss/index.scss */
  .font16 {
    font-size: 16px !important;
    text-align: left !important;
    display: inline-block !important;
    padding: 0 10px;
  }

  /* line 2480, ../scss/index.scss */
  .options {
    height: 60px;
    margin-bottom: 5px;
  }

  /* line 2485, ../scss/index.scss */
  .options > label > input {
    display: none;
  }

  /* line 2489, ../scss/index.scss */
  .options > label {
    padding: 0;
    height: auto;
    display: inline;
  }
  /* line 2495, ../scss/index.scss */
  .options > label > img {
    display: inline-block;
    padding: 0px;
    height: 20px;
    width: 20px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-color: #fff;
    outline: none;
  }
  /* line 2506, ../scss/index.scss */
  .options > label > input:checked + img {
    background: url(../images/selected.png) white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 10px;
  }

  /* line 2515, ../scss/index.scss */
  #lb-female,
  #lb-male {
    position: relative;
    top: -10px;
  }

  /* line 2520, ../scss/index.scss */
  .text-thankyou {
    color: #0b83be;
    font-size: 25px;
    text-align: center;
    padding-top: 20px;
  }

  /* line 2527, ../scss/index.scss */
  .p-reminder-konfirmasi {
    color: #ff852b;
    font-size: 14px;
    margin-top: 10px;
    padding: 0 40px 20px 40px;
    font-weight: 600;
  }

  /* line 2535, ../scss/index.scss */
  .p-reminder {
    font-size: 10px;
    color: #ff852b;
    margin-top: 0px;
  }

  /* line 2541, ../scss/index.scss */
  .box-avatar {
    position: relative;
    width: 100%;
    height: 205px;
    margin-bottom: 25px;
  }
  /* line 2547, ../scss/index.scss */
  .box-avatar:after {
    content: url(../images/decoration2.png);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: -1;
  }
  /* line 2558, ../scss/index.scss */
  .box-avatar .oval {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 2566, ../scss/index.scss */
  .box-avatar .avatar {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    margin: auto;
    width: 68px;
  }
  /* line 2575, ../scss/index.scss */
  .box-avatar .avatar-fb {
    width: 146px !important;
    top: 37px;
    left: -5px;
    -webkit-border-radius: 177px 153px 169px 182px;
    -moz-border-radius: 177px 153px 169px 182px;
    -ms-border-radius: 177px 153px 169px 182px;
    border-radius: 177px 153px 169px 182px;
  }
  /* line 2582, ../scss/index.scss */
  .box-avatar .ribbon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 165px;
  }

  /* line 2591, ../scss/index.scss */
  .avatar-fb {
    width: 100px !important;
    -webkit-border-radius: 177px 135px 175px 175px;
    -moz-border-radius: 177px 135px 175px 175px;
    -ms-border-radius: 177px 135px 175px 175px;
    border-radius: 177px 135px 175px 175px;
    top: 5px !important;
    left: 10px !important;
  }

  /* line 2603, ../scss/index.scss */
  .btn-gabung-team,
  .btn-copy,
  .btn-leaderboard,
  .btn-play-again,
  .btn-delete,
  .btn-kode-unik {
    background: #0593c5;
    -webkit-box-shadow: 0 5px 0 #05688b;
    -moz-box-shadow: 0 5px 0 #05688b;
    -ms-box-shadow: 0 5px 0 #05688b;
    box-shadow: 0 5px 0 #05688b;
  }

  /* line 2612, ../scss/index.scss */
  .text-player {
    top: 150px;
    position: relative;
  }

  /* line 2617, ../scss/index.scss */
  .box {
    position: relative;
    height: 300px;
    background: #ffe6ad;
    -webkit-border-radius: 50%/15%;
    -moz-border-radius: 50%/15%;
    -ms-border-radius: 50%/15%;
    border-radius: 50%/15%;
    width: 280px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 20px;
  }
  /* line 2631, ../scss/index.scss */
  .box:after {
    content: url(../images/decoration.png);
    display: block;
    position: absolute;
    left: -65px;
    right: 0;
    margin: auto;
    top: 0;
    z-index: -1;
  }
  /* line 2642, ../scss/index.scss */
  .box:before {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: -5%;
    left: -5%;
    background: inherit;
    -webkit-border-radius: 8%/50%;
    -moz-border-radius: 8%/50%;
    -ms-border-radius: 8%/50%;
    border-radius: 8%/50%;
    z-index: -1;
  }
  /* line 2657, ../scss/index.scss */
  .box .code-title {
    color: #0b83be;
    padding: 40px 0;
  }
  /* line 2662, ../scss/index.scss */
  .box .unique-code {
    color: #ff852b;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border-radius: 20px;
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 2673, ../scss/index.scss */
  .box .code-description {
    font-size: 12px;
    color: #0b83be;
    padding: 40px 20px;
    width: 170px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 600;
  }

  /* line 2685, ../scss/index.scss */
  .good-title {
    margin-bottom: 10px;
  }

  /* line 2689, ../scss/index.scss */
  .img-thumb {
    margin-top: 12px;
  }

  /* line 2693, ../scss/index.scss */
  .text-result {
    font-size: 21px;
    color: #f06022;
    text-align: center;
  }

  /* line 2699, ../scss/index.scss */
  .text-level {
    font-size: 21px;
    color: #0593c5;
    margin-top: 20px;
  }

  /* line 2705, ../scss/index.scss */
  .text-time {
    font-size: 30px;
    color: #f06022;
    text-align: center;
    margin-bottom: 20px;
  }

  /* line 2716, ../scss/index.scss */
  .form-code {
    position: relative;
    text-align: center;
    z-index: 4;
  }

  /* line 2722, ../scss/index.scss */
  .kode-unik {
    width: 150px !important;
  }

  /* line 2726, ../scss/index.scss */
  .btn-leaderboardd {
    top: 70px;
    left: 0px;
  }

  /* line 2731, ../scss/index.scss */
  #btn-start-game {
    top: -70px;
  }

  /* line 2740, ../scss/index.scss */
  .set-top8 {
    top: -8px !important;
  }

  /* line 2744, ../scss/index.scss */
  .button-home {
    background: #ff852b;
    width: 23px;
    height: 23px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 0 #f06022;
    -moz-box-shadow: 0 5px 0 #f06022;
    -ms-box-shadow: 0 5px 0 #f06022;
    box-shadow: 0 5px 0 #f06022;
    padding: 16px;
    position: relative;
    top: 0;
    left: 95px;
    z-index: 3;
  }
  /* line 2757, ../scss/index.scss */
  .button-home:after {
    position: absolute;
    content: url(../images/home.png);
    display: block;
    top: 4px;
    left: 0;
    right: 0;
  }

  /* line 2767, ../scss/index.scss */
  .button-reload {
    background: #ff852b;
    width: 23px;
    height: 23px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 0 #f06022;
    -moz-box-shadow: 0 5px 0 #f06022;
    -ms-box-shadow: 0 5px 0 #f06022;
    box-shadow: 0 5px 0 #f06022;
    padding: 16px;
    position: relative;
    display: inline-block;
    top: -31px;
    left: 25px;
    z-index: 3;
  }
  /* line 2792, ../scss/index.scss */
  .button-reload:after {
    position: absolute;
    content: url(../images/reload.png);
    display: block;
    top: 4px;
    left: 0;
    right: 0;
  }

  /* line 2802, ../scss/index.scss */
  .title-leaderboard {
    color: #0b83be;
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    margin-bottom: 10px;
  }
  /* line 2811, ../scss/index.scss */
  .title-leaderboard:after {
    content: url(../images/left-star.png);
    position: absolute;
    top: 8px;
    left: -10px;
    display: block;
  }
  /* line 2819, ../scss/index.scss */
  .title-leaderboard:before {
    content: url(../images/right-star.png);
    position: absolute;
    top: 0px;
    right: -10px;
    display: block;
  }

  /* line 2828, ../scss/index.scss */
  .title-good {
    color: #0b83be;
    width: 200px;
    left: 0;
    right: 0;
    width: 120px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
  }
  /* line 2842, ../scss/index.scss */
  .title-good:after {
    content: url(../images/left-star.png);
    position: absolute;
    top: 8px;
    left: -10px;
    display: block;
  }
  /* line 2850, ../scss/index.scss */
  .title-good:before {
    content: url(../images/right-star.png);
    position: absolute;
    top: 0px;
    right: -10px;
    display: block;
  }

  /* line 2859, ../scss/index.scss */
  .title-hello {
    font-size: 26px;
    color: #0b83be;
  }

  /* line 2864, ../scss/index.scss */
  .code-titlee {
    color: #0b83be;
    padding: 20px 0;
  }

  /* line 2869, ../scss/index.scss */
  .table-wrapper {
    width: 300px;
    height: 370px;
    left: 0;
    right: 0;
    margin: 20px auto;
    position: relative;
    background: #ffe6ad;
    -webkit-border-radius: 50%/15%;
    -moz-border-radius: 50%/15%;
    -ms-border-radius: 50%/15%;
    border-radius: 50%/15%;
    padding: 50px 0;
  }
  /* line 2883, ../scss/index.scss */
  .table-wrapper:before {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: -5%;
    left: -5%;
    background: inherit;
    -webkit-border-radius: 8%/50%;
    -moz-border-radius: 8%/50%;
    -ms-border-radius: 8%/50%;
    border-radius: 8%/50%;
    z-index: -1;
  }

  /* line 2900, ../scss/index.scss */
  .mCSB_scrollTools .mCSB_draggerContainer {
    height: 250px !important;
    margin: auto !important;
    left: 0px !important;
  }

  /* line 2906, ../scss/index.scss */
  .mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px !important;
    z-index: 1;
  }

  /* line 2913, ../scss/index.scss */
  .mCSB_inside > .mCSB_container {
    margin-right: 20px !important;
  }

  /* line 2917, ../scss/index.scss */
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0b83be !important;
  }

  /* line 2921, ../scss/index.scss */
  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ffb368 !important;
  }

  /* line 2926, ../scss/index.scss */
  .wrapper {
    width: 300px;
    left: 0;
    right: 0;
    margin: 20px auto;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    background: none;
    overflow: hidden;
    height: 220px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }

  /* line 2947, ../scss/index.scss */
  .left-box {
    position: relative;
    width: 50%;
    height: auto;
    float: left;
    padding: 0 10px;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  /* line 2957, ../scss/index.scss */
  .right-box {
    position: relative;
    width: 50%;
    height: auto;
    float: right;
    padding: 0 10px;
    margin-top: 40px;
    margin-bottom: 30px;
    display: inline-block;
  }

  /* line 2972, ../scss/index.scss */
  .img-oval {
    width: 130px;
  }

  /* line 2976, ../scss/index.scss */
  .online-indicator {
    background: #39b54a;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    top: 0;
    left: 20px;
  }

  /* line 2987, ../scss/index.scss */
  .offline-indicator {
    background: #f26522;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    top: 0;
    left: 20px;
  }

  /* line 3003, ../scss/index.scss */
  .offline-person {
    font-size: 40px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }

  /* line 3012, ../scss/index.scss */
  .img-avatar {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 0;
    margin: auto;
    width: 50px;
    height: auto;
  }

  /* line 3022, ../scss/index.scss */
  .offline-avatar {
    width: 40px;
    top: 20px;
  }

  /* line 3028, ../scss/index.scss */
  .img-ribbon {
    position: absolute;
    width: 130px;
    top: 85px;
    left: 15px;
    right: 0;
    margin: auto;
    z-index: 1;
  }

  /* line 3038, ../scss/index.scss */
  .text-player1 {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
  }

  /* line 3047, ../scss/index.scss */
  .box-status {
    width: 280px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 30px;
    height: auto;
    background: rgba(255, 230, 173, 0.7);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  /* line 3058, ../scss/index.scss */
  .box-status:before {
    content: 'Status';
    position: relative;
    background: #ff852b;
    top: -30px;
    left: -70px;
    padding: 5px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
  }
  /* line 3068, ../scss/index.scss */
  .box-status:after {
    content: '';
    position: relative;
    top: -147px;
    left: -70px;
    padding: 0px 48px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-border: 2px dashed white;
    -moz-border: 2px dashed white;
    -ms-border: 2px dashed white;
    border: 2px dashed white;
  }

  /* line 3081, ../scss/index.scss */
  #landing-start-game .box-status:after {
    top: -190px;
  }

  /* line 3087, ../scss/index.scss */
  .font13 {
    font-size: 13px !important;
  }

  /* line 3091, ../scss/index.scss */
  .btn-setting {
    width: 120px;
    left: -70px;
  }

  /* line 3096, ../scss/index.scss */
  .btn-kode-unik {
    width: 120px;
    top: -40px;
    left: 70px;
  }

  /* line 3103, ../scss/index.scss */
  .btn-wrapper-decor:after {
    content: url(../images/separator.png);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
    display: block;
  }

  /* line 3116, ../scss/index.scss */
  #landing-start-game .btn-wrapper-decor:after {
    content: url(../images/separator.png);
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px !important;
    position: absolute;
    display: block;
  }

  /* line 3128, ../scss/index.scss */
  .overlay {
    position: absolute;
    background: url(../images/overlay.png) no-repeat;
    background-size: contain;
    width: 130px;
    height: 130px;
    top: 0;
    left: 10px;
    z-index: 1;
    display: block;
  }

  /* line 3140, ../scss/index.scss */
  .set-text-off {
    top: 35px;
    left: 50px;
    position: absolute;
    font-size: 18px;
  }

  /* line 3147, ../scss/index.scss */
  .text-left {
    text-align: left !important;
  }

  /* line 3151, ../scss/index.scss */
  .text-right {
    text-align: right!important;
  }

  /* line 3155, ../scss/index.scss */
  .title-status {
    font-family: 'Quicksand Book';
    font-weight: 700;
    font-size: 15px;
    color: #0b83be;
    text-align: left;
  }

  /* line 3163, ../scss/index.scss */
  .record-status {
    font-family: 'Londrina Solid';
    color: #0b83be;
    font-size: 20px;
    padding-left: 50px;
  }

  /* line 3170, ../scss/index.scss */
  .orange {
    color: #f27234;
  }

  /* line 3175, ../scss/index.scss */
  .text-number,
  .text-time-board {
    font-size: 13px;
    color: #0b83be;
    padding-bottom: 20px;
  }

  /* line 3182, ../scss/index.scss */
  .text-number {
    padding-right: 10px;
  }

  /* line 3186, ../scss/index.scss */
  .text-tim {
    font-size: 14px;
    font-family: 'Quicksand Book';
    font-weight: 700;
    color: #0b83be;
    padding-bottom: 20px;
  }

  /* line 3194, ../scss/index.scss */
  .text-level-board {
    font-family: 'Funnier';
    font-size: 10px;
    color: #f27234;
    padding: 0 8px 0 20px;
    padding-bottom: 20px;
  }

  /* line 3202, ../scss/index.scss */
  .table-leaderboard {
    left: 0;
    right: 0;
    margin: auto;
    padding: 30px 0;
  }

  /* line 3211, ../scss/index.scss */
  .game-wrapper {
    width: 100%;
    padding: 0 20px;
  }

  /* line 3216, ../scss/index.scss */
  .text-level-game {
    font-size: 18px;
    text-align: left;
    color: #f06022;
  }
  /* line 3221, ../scss/index.scss */
  .text-level-game:before {
    content: url(../images/orange-star.png);
    position: absolute;
    top: 80px;
    left: 115px;
    display: block;
  }

  /* line 3230, ../scss/index.scss */
  .countdown-timer {
    font-size: 22px;
    color: #0b83be;
    position: absolute;
    top: 80px;
    right: 30px;
  }

  /* line 3238, ../scss/index.scss */
  #progressTimer {
    width: 100%;
    height: 10px;
    margin-top: 20px;
  }

  /* line 3244, ../scss/index.scss */
  .progress-bar-info {
    background-color: #8cd9ff;
  }

  /* line 3248, ../scss/index.scss */
  .blue-text {
    color: #0b83be;
    text-align: center;
    font-size: 20px;
  }

  /* line 3254, ../scss/index.scss */
  #sentence {
    color: #0e7498;
    font-size: 16px;
    margin: 20px 0;
    text-transform: uppercase;
  }

  /* line 3261, ../scss/index.scss */
  #typing-area {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 38px;
    resize: none;
    font-size: 18px;
    line-height: 29px;
    outline: none;
    border-radius: 50px;
    color: #000;
  }

  /* line 3291, ../scss/index.scss */
  .m-big-wrapper {
    width: 100%;
    height: auto;
  }
  /* line 3295, ../scss/index.scss */
  .m-big-wrapper:before {
    content: url(../images/decoration.png);
    left: 0px;
    right: 0;
    top: 130px;
    position: absolute;
    display: block;
    z-index: -1;
  }

  /* line 3307, ../scss/index.scss */
  #forgot-pass-page .button {
    width: 185px;
  }

  /* line 3313, ../scss/index.scss */
  #confirmation-letter-reset .text-thankyou {
    padding: 20px 10px 0;
  }

  /* line 3318, ../scss/index.scss */
  .p1-turn {
    color: #0e7498;
  }

  /* line 3322, ../scss/index.scss */
  .p2-turn {
    color: #f06022;
  }

  /* line 3326, ../scss/index.scss */
  .title-howto {
    color: #0b83be;
    margin-bottom: 15px;
    margin-top: 35px;
  }
  /* line 3331, ../scss/index.scss */
  .title-howto:after {
    content: url(../images/separator.png);
    left: 0px;
    right: 0;
    top: 0px;
    position: relative;
    display: block;
  }

  /* line 3343, ../scss/index.scss */
  #howto-page .white-box:after, #page-about .white-box:after {
    z-index: -1;
  }

  /* line 3351, ../scss/index.scss */
  .howto-play {
    list-style-type: none;
    padding-right: 20px;
    font-size: 14px;
    text-align: left;
    color: #0b83be;
    font-family: 'Quicksand Book';
  }
  /* line 3360, ../scss/index.scss */
  .howto-play counter-reset:li
  li {
    line-height: 1.5em;
  }
  /* line 3364, ../scss/index.scss */
  .howto-play .img-howto1 {
    width: 200px;
    height: auto;
    margin: 20px auto;
  }
  /* line 3370, ../scss/index.scss */
  .howto-play .img-howto2 {
    width: 96px;
    height: auto;
    margin: 20px 50px;
  }
  /* line 3376, ../scss/index.scss */
  .howto-play .img-howto3 {
    width: 250px;
    height: auto;
    margin: 20px -20px;
  }
  /* line 3382, ../scss/index.scss */
  .howto-play .img-howto4 {
    width: 200px;
    height: auto;
    margin: 20px auto;
  }
  /* line 3388, ../scss/index.scss */
  .howto-play .number {
    color: #fff;
    font-family: 'Londrina Solid';
    z-index: 2;
    display: inline;
    position: relative;
  }
  /* line 3395, ../scss/index.scss */
  .howto-play .number:before {
    content: '';
    left: -8px;
    top: -4px;
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    z-index: 2;
    border: 1px dashed #fff;
  }
  /* line 3408, ../scss/index.scss */
  .howto-play .number:after {
    content: '';
    left: -20px;
    top: 10px;
    position: relative;
    display: inline-block;
    background: #ff852b;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    z-index: -1;
  }
  /* line 3422, ../scss/index.scss */
  .howto-play li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  /* line 3426, ../scss/index.scss */
  .howto-play li:nth-child(1) {
    padding-top: 20px;
  }

  /* line 3434, ../scss/index.scss */
  #btn-tentang,
  #btn-cara-main,
  #btn-tentang2 {
    margin-bottom: 15px;
  }

  /* line 3438, ../scss/index.scss */
  .p-description {
    font-size: 14px;
    color: #0b83be;
    padding: 20px;
  }

  /* line 3444, ../scss/index.scss */
  .img-winner {
    position: relative;
    margin: 20px auto 30px;
  }

  /* line 3449, ../scss/index.scss */
  .win-thailand {
    font-size: 16px;
    color: #1f88bc;
    position: relative;
    top: -60px;
    left: 70px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }

  /* line 3458, ../scss/index.scss */
  .win-singapore {
    font-size: 16px;
    color: #1f88bc;
    position: relative;
    top: -60px;
    left: 70px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }

  /* line 3468, ../scss/index.scss */
  .win-bali {
    font-size: 16px;
    color: #1f88bc;
    position: relative;
    top: -60px;
    left: 70px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }

  /* line 3478, ../scss/index.scss */
  .judul {
    text-align: left;
    font-size: 15px;
    padding: 22px 22px 0;
    font-weight: bolder;
  }

  /* line 3485, ../scss/index.scss */
  .list-tnc {
    text-align: left;
    font-family: 'Quicksand Book';
    font-size: 14px;
    padding: 0 13px 0 25px;
  }
  /* line 3491, ../scss/index.scss */
  .list-tnc li {
    padding-left: 0px;
  }

  /* line 3496, ../scss/index.scss */
  .padding-bottom22 {
    padding-bottom: 22px;
  }

  /* line 3501, ../scss/index.scss */
  .footer-row {
    display: none;
  }

  /* line 3505, ../scss/index.scss */
  .a-tnc:before {
    content: url(../images/separator-white.png);
    position: relative;
    top: 0px;
    left: 0px;
    right: 0;
    margin: auto;
    display: block;
  }

  /* line 3515, ../scss/index.scss */
  #icon-fb-white {
    display: inline-block;
    position: relative;
    top: -3px;
    left: 0;
    width: 20px;
  }

  /* line 3523, ../scss/index.scss */
  #icon-logout {
    display: inline-block;
    position: relative;
    top: -3px;
    right: -5px;
  }

  /* line 3530, ../scss/index.scss */
  #img-title {
    width: 300px;
  }

  /* line 3535, ../scss/index.scss */
  #page-result .box {
    height: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  /* line 3543, ../scss/index.scss */
  .mini-title {
    left: 50px;
  }

  /* line 3546, ../scss/index.scss */
  .logo-decolgen {
    right: 50px;
  }
}
@media (min-width: 767px) and (max-width: 801px) {
  /* line 3555, ../scss/index.scss */
  #howto-page .white-box,
  #page-about .white-box,
  #tnc-page .white-box {
    width: 455px;
  }

  /* line 3561, ../scss/index.scss */
  .howto-play .img-howto1 {
    width: 200px;
    height: auto;
    margin: 20px 100px;
  }
  /* line 3567, ../scss/index.scss */
  .howto-play .img-howto2 {
    width: 96px;
    height: auto;
    margin: 20px 150px;
  }
  /* line 3573, ../scss/index.scss */
  .howto-play .img-howto3 {
    width: 400px;
    height: auto;
    margin: 20px 0;
  }
  /* line 3579, ../scss/index.scss */
  .howto-play .img-howto4 {
    width: 217px;
    height: auto;
    margin: 20px 100px;
  }
}
/* line 3587, ../scss/index.scss */
.li-active {
  background: #f06022;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  padding: 6px 0px;
}

/* line 3595, ../scss/index.scss */
.thumb-image {
  width: 100px;
  height: auto;
  position: relative;
}

/* line 3602, ../scss/index.scss */
.invalid input:required:invalid {
  background: #BE4C54;
}

/* line 3606, ../scss/index.scss */
.invalid input:required:valid {
  background: #17D654;
}

/* line 3610, ../scss/index.scss */
input {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  /* line 3620, ../scss/index.scss */
  .top-header-orange #top-menu li a {
    padding: 6px 40px;
  }
}
@media screen and (min-width: 1899px) {
  /* line 3629, ../scss/index.scss */
  #img-title {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }

  /* line 3633, ../scss/index.scss */
  .img-title {
    margin: 200px 0 80px 0;
  }

  /* line 3637, ../scss/index.scss */
  .top-header {
    margin: 30px auto;
  }

  /* line 3641, ../scss/index.scss */
  #login-page .footer-row {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 1024px;
    left: 0;
    right: 0;
    padding-bottom: 20px;
    margin: auto;
  }

  /* line 3652, ../scss/index.scss */
  .set-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 20px;
  }

  /* line 3666, ../scss/index.scss */
  #login-page .white-box,
  #forgot-pass-page .white-box,
  #confirmation-letter-reset .white-box,
  #reset-pass-page .white-box,
  #confirmation-letter .white-box {
    margin-top: 200px;
  }
  /* line 3669, ../scss/index.scss */
  #login-page .white-box:after,
  #forgot-pass-page .white-box:after,
  #confirmation-letter-reset .white-box:after,
  #reset-pass-page .white-box:after,
  #confirmation-letter .white-box:after {
    top: 220px;
  }

  /* line 3676, ../scss/index.scss */
  #landing-game .box-avatar {
    margin: 200px 0 55px 0;
  }

  /* line 3683, ../scss/index.scss */
  #landing-create-team .code-titlee,
  #landing-setting .code-titlee {
    margin-top: 200px;
  }
  /* line 3688, ../scss/index.scss */
  #landing-create-team .white-box:after,
  #landing-setting .white-box:after {
    top: 280px;
  }

  /* line 3696, ../scss/index.scss */
  #landing-join-team .box,
  #page-unique-code .box {
    margin-top: 200px;
  }

  /* line 3703, ../scss/index.scss */
  #landing-game-waiting .big-wrapper,
  #landing-start-game .big-wrapper {
    margin-top: 100px;
  }

  /* line 3710, ../scss/index.scss */
  #landing-start-game .box-status:after {
    top: -148px;
    left: -100px;
  }

  /* line 3718, ../scss/index.scss */
  #page-result .title-good {
    margin-top: 150px;
  }

  /* line 3724, ../scss/index.scss */
  #typing-game .game-wrapper {
    margin-top: 200px;
  }

  /* line 3730, ../scss/index.scss */
  #howto-page .title-howto {
    margin-top: 100px;
  }

  /* line 3736, ../scss/index.scss */
  #leaderboard .title-leaderboard {
    margin-top: 100px;
    font-size: 25px;
  }
  /* line 3742, ../scss/index.scss */
  #leaderboard .big-wrapper:before {
    top: 170px;
  }
  /* line 3747, ../scss/index.scss */
  #leaderboard .table-wrapper {
    width: 500px;
    height: 350px;
  }
  /* line 3753, ../scss/index.scss */
  #leaderboard .text-number,
  #leaderboard .text-time-board {
    font-size: 16px;
  }
  /* line 3757, ../scss/index.scss */
  #leaderboard .text-tim {
    font-size: 18px;
  }
  /* line 3761, ../scss/index.scss */
  #leaderboard .text-level-board {
    font-size: 12px;
  }
}
@media screen and (min-height: 767px) {
  /* line 3769, ../scss/index.scss */
  .set-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 20px;
  }
}
@-moz-document url-prefix() {
  /* line 3782, ../scss/index.scss */
  .box-status:after {
    top: -150px;
  }
}

@media (max-width: 320px) {
  /* line 3789, ../scss/index.scss */
  .box-status:after {
    display: none;
  }

  /* line 3792, ../scss/index.scss */
  .table-wrapper {
    width: 280px;
  }
}
