.hidden {
  visibility: hidden;
}

body, html {
  max-height: 100%;
  height: 100%;
  overflow: hidden;
}
body p, html p {
  line-height: 1;
}

@media (max-width: 400px) {
  .col-xs-4 {
    padding: 0px;
  }
}

.body {
  background-color: #fff;
  color: #343434;
  font-family: Nunito;
}

#wrapper {
  height: 100%;
  right: 0;
  left: 0;
}

.page-wrapper, .container-fluid, ul {
  height: 100%;
  text-align: center;
}

@media (max-width: 480px) {
  .desktop-only {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .mobile-only {
    display: none;
  }
}

.buffer {
  margin-top: 5%;
}

.hide {
  display: none;
}

.row {
  margin: 0px;
}

.modal {
  height: 110%;
  z-index: 10000;
}

.page-wrapper {
  margin: 0 auto;
}

.page-wrapper, .game:not(.nav), .modal-group, .modal-wrap, .modal {
  height: 100%;
  width: 100%;
  max-width: 450px;
  position: fixed;
  overflow: hidden;
}

.game.nav {
  height: 0px;
  position: absolute;
  width: 100%;
  top: 60px;
}

.section, .subsection {
  display: none;
  position: absolute;
  margin-top: 20px;
  width: 100%;
  max-width: 450px;
  padding: 0px 10px;
}
.section.ACTIVE, .subsection.ACTIVE {
  display: block;
}
.section .section, .section .subsection, .subsection .section, .subsection .subsection {
  position: relative;
}

button.back {
  position: absolute;
  top: -55px;
  color: #1cd87d;
  border: 0px;
  background: transparent;
  box-shadow: none;
}
button.back.left {
  left: 20px;
}
button.back.right {
  right: 20px;
}

button.nav-bar {
  color: #CECAC1;
  border: 0px;
  background: transparent;
  box-shadow: none;
  position: absolute;
  top: -55px;
}
button.nav-bar[data-direction=left] {
  left: 20px;
  text-align: left;
}
button.nav-bar[data-direction=right] {
  text-align: right;
  right: 20px;
}
button.nav-bar.left-mid {
  left: 100px;
  text-align: left;
}
button.nav-bar.right-mid {
  text-align: right;
  right: 100px;
}
button.nav-bar.lower {
  top: -25px;
}
button.nav-bar[data-section=home] {
  border: 3px solid #343434;
  border-radius: 5px;
  height: 25px;
  width: 25px;
}
button.nav-bar[data-section=profile] {
  background-image: url("/images/profile-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
}
button.nav-bar[data-section=levels] {
  background-image: url("/images/playsvg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
}

.tinder-btn {
  background: linear-gradient(216deg, #ff8a40, #fd5068, #dc4588);
  color: white;
}

.minimal {
  border: 2px solid #1cd87d;
  border-radius: 2%;
  display: inline;
  padding: 0px 4px;
  margin: 0px 4px 0px 0px;
  color: #1cd87d;
  background-color: transparent;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

button:not(:disabled):focus, button:not(:disabled):active, .btn:not(:disabled):focus, .btn:not(:disabled):active, input:not(:disabled):focus, input:not(:disabled):active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0px !important;
}
button:not(:disabled).minimal:hover, button:not(:disabled).minimal:focus, .btn:not(:disabled).minimal:hover, .btn:not(:disabled).minimal:focus, input:not(:disabled).minimal:hover, input:not(:disabled).minimal:focus {
  background-color: white;
  color: rgb(10.4426229508, 80.5573770492, 46.618852459);
  border: 2px solid rgb(10.4426229508, 80.5573770492, 46.618852459);
}
button:disabled, .btn:disabled, input:disabled {
  color: rgb(109.8196721311, 236.1803278689, 175.0163934426);
  border: 2px solid rgb(109.8196721311, 236.1803278689, 175.0163934426);
}

.maximal {
  border: 0px;
  display: inline;
  padding: 8px;
  color: white;
  background-color: #1cd87d;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.maximal:hover, .maximal:focus {
  background-color: white;
  color: #1cd87d;
}

.left-slant {
  transform: rotate(-35deg);
}

.app-header {
  border-bottom: 0.5px solid #CECAC1;
  margin: 4px auto;
}
.app-header h2 {
  font-size: 24px;
  color: #1cd87d;
  margin-top: 0px;
  margin-bottom: 4px;
}

.header * {
  display: inline;
}

.admin #meta-csv {
  display: none;
  text-align: left;
  border: 2px solid #343434;
  padding: 8px 4px;
}
.admin #contents-scroll-wrap {
  display: none;
  overflow: hidden;
  height: 300px;
  border: 2px solid #343434;
}
.admin #contents-scroll-wrap #contents {
  height: 100%;
  list-style-type: none;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0px;
}
.admin #contents-scroll-wrap #contents li {
  padding: 4px;
  word-break: break-word;
}
.admin #contents-scroll-wrap #contents li.success-true {
  color: #1cd87d;
}
.admin #contents-scroll-wrap #contents li.success-false {
  color: #ff6a6a;
}

.modal {
  position: absolute;
  left: auto;
  right: auto;
  height: 100%;
  width: 100%;
}

#ready-timer {
  background: #343434;
  color: #fff;
  z-index: 500000;
  display: none;
  height: 100%;
  width: 100%;
}
#ready-timer .text {
  padding: 10px;
}
#ready-timer .text * {
  margin-top: 20px;
}
#ready-timer .text p {
  width: 70%;
  margin: 0px auto;
  margin-top: 20px;
}
#ready-timer .timer {
  height: 120px;
  width: 80px;
  line-height: 120px;
  margin: 10px auto;
  font-size: 46px;
}
#ready-timer #skip {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 50px);
  width: 100px;
}

.welcome p {
  width: 60%;
  margin: 0 auto;
}

#login {
  padding: 8px;
  margin: 16px auto;
  border: 1px #343434 solid;
  width: 240px;
}
#login p {
  margin: 0px;
  text-align: left;
}
#login input {
  width: 100%;
  margin-bottom: 10px;
}
#login input.btn:hover, #login input.btn:focus {
  color: #fff;
  background-color: #1cd87d;
  transition: all 0.2s ease-in-out;
}
#login .demo-menu {
  display: none;
}

.modal-inner {
  background: white;
  border: 3px black solid;
  width: 100%;
  height: 100%;
}

.modal {
  position: absolute;
  left: auto;
  right: auto;
}

.modal-wrap {
  position: fixed;
  top: 0px;
  z-index: 10000;
}

.modal-group {
  display: none;
  position: absolute;
  top: -110px;
}

.row.special-options {
  margin-bottom: 60px;
  height: 500px;
  overflow: hidden;
}
.row.special-options .special-scroll {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.close-special {
  position: absolute;
  bottom: 0px;
  width: 100px;
  left: calc(50% - 50px);
  margin: 5px;
}

.special {
  color: white;
  margin: 0 auto;
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.9);
}
.special .option-wrap {
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
}
.special .option-wrap .option {
  background-color: rgb(76.5, 76.5, 76.5);
  padding: 5px;
}
.special .option-wrap .option h3 {
  font-size: 20px;
}
.special .option-wrap .option img {
  height: 80px;
  width: 80px;
}
.special .option-wrap .option.selected {
  border: 1px white solid;
}
.special .option-wrap .option.open {
  margin: 0px auto;
  padding: 20px;
  height: 100%;
  width: 300px;
}
.special .option-wrap .option.open img {
  height: 180px;
  width: 180px;
}
.special .option-wrap .option-select {
  width: 100%;
  margin: 0 auto;
}
.special .option-wrap .option-select input {
  width: 100%;
  border-radius: 0px;
  margin: 0px;
  float: left;
}

.modal.alert {
  z-index: 1000000;
}

.modal.material-profile, .modal.match {
  color: white;
  background-color: rgba(52, 52, 52, 0.9);
}

.modal-inner.material-profile {
  height: 60%;
  width: 80%;
  margin: 20% auto;
  border: 10px solid #fff;
  border-radius: 3px;
  color: #343434;
}
.modal-inner.material-profile img {
  margin: 16px;
  border-radius: 50%;
  box-shadow: 2px #CECAC1;
  border: 2px white solid;
}

#rules-glide {
  height: 80%;
  border: 2px solid #343434;
}
#rules-glide .rule-image {
  width: 70%;
  margin: 0 auto;
}
#rules-glide p {
  margin: 20px auto;
  width: 70%;
  font-size: 16px;
}
#rules-glide .glide__bullets {
  bottom: 20px;
}
#rules-glide .glide__bullet {
  background-color: rgb(128.5, 128.5, 128.5);
}
#rules-glide .glide__bullet.active {
  background-color: #343434;
}
#rules-glide .glide__bullet.active:hover, #rules-glide .glide__bullet.active:focus {
  border: 2px solid transparent;
}
#rules-glide .glide__track {
  margin-bottom: 40px;
  padding: 0px;
}
#rules-glide .glide__arrows .glide__arrow {
  background-color: #1cd87d;
  color: #fff;
  border: 0px;
  transition: all 0.1s ease-in-out;
}
#rules-glide .glide__arrows .glide__arrow:not(.disabled):hover, #rules-glide .glide__arrows .glide__arrow:not(.disabled):focus {
  background-color: #1cd87d;
  color: #fff;
  border: 0px;
  transform-origin: 0 0;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1.2) translateY(-50%);
  -ms-transform: scale(1.2) translateY(-50%);
  transform: scale(1.2) translateY(-50%);
}

section.tinderslide {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: #fff;
  height: 100%;
}
section.tinderslide ul:not(.glide__track) {
  height: 100%;
  width: 100%;
  margin: 0;
  position: relative;
  display: block;
  height: 100%;
  padding: 0px;
  width: 450px;
  max-width: 100%;
}
section.tinderslide li:not(.glide__slide) {
  position: absolute;
  display: block;
  width: 90%;
  height: 100%;
  overflow: hidden;
  top: 0;
  z-index: 2;
  left: 5%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding: 10px 10px 10px 10px;
  background: #eee;
  font-size: 24px;
  color: #000;
  border: 1px solid #fff;
  border: 1px solid #dfdfdf;
  border: 1px solid rgba(96, 96, 96, 0.2);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.tinderslide li:not(.glide__slide) h2 {
  text-align: left;
  position: relative;
}
section.tinderslide .item {
  padding: 0px;
  border: 0px;
  background-position: center;
  max-width: 450px;
  text-align: left;
  color: #fff;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
section.tinderslide .item .btn-close {
  z-index: 10000;
  margin: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
}
section.tinderslide .item .item-info {
  padding: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.6);
}
section.tinderslide .item .material {
  font-size: 18px;
}
section.tinderslide .item h2 {
  font-size: 24px;
}
section.tinderslide .item p {
  font-size: 18px;
}
section.tinderslide .item.open {
  max-width: 100%;
  width: 100%;
  height: calc(100% - 120px) !important;
  max-height: 100%;
  left: 0px;
  top: -80px;
  z-index: 2500;
}
section.tinderslide .item .image-glider {
  height: 100%;
  position: absolute;
}
section.tinderslide .item .image-glider .glide__wrapper {
  height: 100%;
  position: relative;
}
section.tinderslide .item .image-glider .glide__slide {
  left: 0;
  width: 100%;
  height: 100%;
}
section.tinderslide .item .glide__arrows {
  position: absolute;
  z-index: 2;
  bottom: 50%;
  width: 100%;
}
section.tinderslide .item .glide__arrows .next {
  position: absolute;
  right: 0px;
}
section.tinderslide .item .glide__arrows .prev {
  position: absolute;
  left: 0px;
}
section.tinderslide .item.gone {
  right: 5%;
  left: 5%;
  top: 0;
  bottom: auto;
  opacity: 1;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
section.tinderslide .item.gone.trashed {
  left: -1000px;
  right: auto;
}
section.tinderslide .item.gone.recycled {
  right: -1000px;
  left: 1000px;
}
section.tinderslide .item.gone.composted {
  top: -1000px;
}
section.tinderslide .item.gone.specialPick {
  bottom: -1000px;
  top: 1000px;
}
section.tinderslide .item.gone.loss {
  display: none;
}

.end button {
  height: 40px;
  width: 100px;
  font-size: 16px;
  margin: 8px auto;
}
.end #back-btn {
  bottom: 20px;
  position: absolute;
  left: calc(50% - 100px);
  width: 200px;
  height: 40px;
  font-size: 24px;
  margin: 0 auto;
}
.end.match button {
  height: 30px;
  line-height: 26px;
}
.end.match #back-btn {
  bottom: 10px;
}
.end.match .match-list {
  visibility: hidden;
  height: calc(100% - 300px);
  overflow: hidden;
  margin: 10px auto;
  border: 1px solid #CECAC1;
  background: #CECAC1;
}
.end.match .match-list .match-scroll {
  height: calc(100% - 6px);
  padding: 0px 4px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.end.match .match-list .match-scroll .match-inner {
  height: 80px;
  width: 100%;
  display: table;
  margin: 5px auto;
  padding: 4px 8px;
  background: #565151;
}
.end.match .match-list .match-scroll .match-inner .match-choice {
  width: 100%;
  height: 30px;
  padding: 5px 0px;
  display: table-caption;
  border-bottom: 2px solid #fff;
}
.end.match .match-list .match-scroll .match-inner .match-choice.false {
  background-color: #ff6a6a;
}
.end.match .match-list .match-scroll .match-inner .match-choice.true {
  background-color: #1cd87d;
}
.end.match .match-list .match-scroll .match-inner *:not(.match-choice) {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.end.match .match-list .match-scroll .match-inner img {
  height: 60px;
  width: 60px;
  margin: 5px;
}
.end.match .match-list .match-scroll .match-inner p {
  line-height: 1;
}
.end.match h3 {
  font-size: 3em;
}
.end.match p {
  font-size: 1em;
  margin-top: 10px;
}

.alert {
  z-index: 3000;
  top: -40px;
  height: 110%;
  width: 100%;
  background-color: rgba(52, 52, 52, 0.9);
}
.alert .image {
  display: none;
  padding: 8px;
  position: absolute;
  background-color: white;
  height: calc(100% - 70px);
  width: 100%;
}
.alert .image img {
  position: relative;
  max-height: 160px;
}

.alert-inner {
  top: 20%;
  background-color: white;
  width: 250px;
  height: 300px;
  border-radius: 10%;
  overflow: hidden;
  margin: 40px auto;
  position: absolute;
  left: 0;
  right: 0;
}
.alert-inner .msg {
  padding: 8px;
  line-height: 1;
}
.alert-inner .msg h2 {
  margin-top: 20%;
}
.alert-inner .msg h3 {
  margin: 10px auto;
}
.alert-inner .msg p {
  font-size: 12px;
  line-height: 1;
}
.alert-inner p {
  line-height: 1;
}
.alert-inner img.img {
  width: 80%;
  position: relative;
  height: auto;
}
.alert-inner button {
  display: block;
  margin: 0px;
  position: absolute;
  bottom: 0px;
}
.alert-inner button.half {
  width: 50%;
}
.alert-inner button.full {
  width: 100%;
}
.alert-inner button.left {
  margin-left: -1px;
  left: 0px;
}
.alert-inner button.right {
  margin-right: -1px;
  right: 0px;
}

.match {
  width: 100%;
  color: white;
  background-color: rgba(52, 52, 52, 0.9);
}
.match h3 {
  font-size: 4em;
  font-family: "Calligraffitti", cursive;
}
.match img {
  margin: 16px;
  border-radius: 50%;
  box-shadow: 2px #CECAC1;
  border: 2px white solid;
}
.match p {
  margin: 16px;
  font-size: 1.5em;
  line-height: 1;
}
.match input {
  background: #3c3c3c;
  border: 1px white solid;
  border-radius: 4px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 50px);
  width: 100px;
  margin: 0 auto;
}

.level.header {
  margin-top: -20px;
  height: 100px;
}

.game-level {
  height: 100%;
}

#points-counter {
  font-size: 36px;
  height: 80px;
  background: #1cd87d;
  color: #fff;
  position: absolute;
  width: 50%;
  margin: 0px auto;
  margin-top: 20px;
  border: 0px;
  left: 25%;
}
#points-counter #points-tag {
  font-size: 18px;
  display: block;
  height: 24px;
  line-height: 32px;
}
#points-counter #points-text {
  display: block;
  height: 42px;
  line-height: 1.5;
}

.lives-wrap {
  height: auto;
  width: 10%;
  position: absolute;
  right: 40px;
  top: 10px;
}
.lives-wrap .life {
  background-image: url("/images/like.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  position: relative;
  display: block;
  width: 40px;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.lives-wrap .life.loss {
  filter: grayscale(100%);
}

.timer-wrap {
  background: url("/images/stopwatchPNG.png");
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center top;
  color: #1cd87d;
  height: 80px;
  width: 80px;
  display: inline-block;
  float: left;
  margin-top: 20px;
  margin-left: 5%;
}
.timer-wrap #time {
  line-height: 80px;
  font-size: 42px;
}

.buttons {
  max-width: 450px;
  position: absolute;
  bottom: 0px;
  z-index: 2000;
  width: 100%;
  text-align: center;
}
.buttons input {
  margin: 1rem 0;
  bottom: -15px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #343434;
  transition: scale 0.2s;
}
.buttons input:hover, .buttons input:focus {
  filter: saturate(1.6);
  scale: 1.05;
}
.buttons input:before {
  content: "";
  background-color: white;
}
.buttons input.large {
  height: 60px;
  width: 60px;
}
.buttons input.small {
  height: 40px;
  width: 40px;
}
.buttons input#recycle {
  color: green;
  background-image: url("/images/like.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.buttons input#trash {
  color: brown;
  background-image: url("/images/nope.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.buttons input#compost {
  color: blue;
  background-image: url("/images/super.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.buttons input#special {
  color: blue;
  background-image: url("/images/special.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section.profile h3 {
  text-align: center;
  margin: 2em auto;
}
@media (max-width: 400px) {
  .section.profile h3 {
    margin: 10px auto;
  }
}
.section.profile .update-info .row {
  margin: 10px 0px;
}
.section.profile .update-info * {
  width: 100%;
  border-radius: 0px;
}
.section.profile .update-info p {
  margin: 4px auto;
}
.section.profile .update-info .input {
  border: 1px solid black;
}
.section.profile .update-info .save-msg {
  position: relative;
  bottom: 0px;
  text-align: center;
  width: 50%;
  display: inline;
}
.section.profile .update-info input {
  color: #1cd87d;
  border: 2px solid #1cd87d;
}
.section.profile .update-info .select2 {
  width: 100% !important;
}
.section.profile .update-info .select2 * {
  width: 100% !important;
}
.section.profile .update-info .select2 *.select2-selection__arrow {
  width: 20px !important;
}
.section.profile .update-info .select2 *.select2-selection__arrow [role=presentation] {
  width: auto !important;
}
.section.profile .edit {
  margin-top: 40px;
  padding-bottom: 80px;
  border-top: 2px solid rgb(128.5, 128.5, 128.5);
}
.section.profile .edit #team {
  border: 1px solid #343434;
}
.section.profile .edit #username {
  border: 1px solid #343434;
}
.section.profile .edit img {
  height: 150px;
  width: 150px;
}
.section.profile .edit #btn-save-profile {
  width: 100%;
  position: relative;
  bottom: -40px;
}
.section.profile .edit .cloudinary-thumbnails {
  display: none;
}
.section.profile .edit .cloudinary-button {
  width: 150px;
  border: 2px solid #1cd87d;
  border-radius: 2%;
  display: inline;
  padding: 4px 8px;
  color: #1cd87d;
  background-color: #fff;
  background: #fff !important;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.section.profile .edit .cloudinary-button:focus, .section.profile .edit .cloudinary-button:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0px !important;
  background-color: white;
  color: rgb(10.4426229508, 80.5573770492, 46.618852459);
  border: 2px solid rgb(10.4426229508, 80.5573770492, 46.618852459);
}
.section.profile .edit .image_upload {
  margin: 10px;
}
.section.profile .edit .image_upload .save-msg {
  position: relative;
  bottom: 0px;
  text-align: center;
  width: 100%;
}
.section.profile .free-level {
  display: none;
  margin-top: 10px;
}
.section.profile .free-level.complete {
  display: block;
}
.section.profile .free-level.complete .grade {
  border-radius: 0px;
  background: transparent;
  border: 2px solid #1cd87d;
  color: #1cd87d;
  width: 70%;
  height: 60px;
  margin-top: 4px;
  padding-top: 0px;
}
.section.profile .free-level.complete .grade div {
  font-size: 16px;
  padding-top: 6px;
}
.section.profile .free-level.complete .grade button {
  font-size: 20px;
  padding-top: 6px;
  color: #1cd87d;
}
.section.profile .report.complete {
  width: 70%;
  margin: 0 auto;
}
.section.profile .report.complete h3 {
  font-size: 18px;
  margin: 2px auto;
}
.section.profile .col-sm-4 {
  margin: 20px auto;
}
.section.profile .col-xs-6 {
  padding: 0px;
}
.section.profile .grade {
  border: 3px solid #fff;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  color: #fff;
  background-color: #1cd87d;
  display: inline-block;
  padding: 2px;
}
.section.profile .grade.complete {
  height: 70px;
  width: 70px;
  padding: 2px 5%;
}
.section.profile .grade.complete div {
  font-size: 24px;
  padding-top: 4px;
}
.section.profile .grade.complete button.replay {
  font-size: 10px;
}
.section.profile .grade div {
  font-size: 36px;
  padding-top: 12px;
  display: block;
  line-height: 1;
}
.section.profile .grade button {
  padding: 0px;
  font-size: 18px;
  font-weight: bolder;
  background-color: transparent;
  color: #fff;
  border: 0px;
  box-shadow: none;
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: 1;
}
.section.profile .grade button.replay {
  font-size: 14px;
}
.section.profile .grade button.grade-empty {
  padding-top: 25px;
  font-size: 14px;
}
.section.profile .grade button.grade-empty.play {
  padding-top: 30px;
  font-size: 18px;
}

.level-group {
  text-align: center;
}
.level-group .minimal {
  width: 60%;
  height: 80px;
  font-size: 18px;
  line-height: 1;
  margin: 12px auto;
}
.level-group .minimal.complete {
  height: 50px;
  width: 40%;
  display: block;
}
.level-group .minimal.complete:nth-child(4) {
  margin-bottom: 40px;
}

.section.leaderboard #coming-soon {
  height: 80px;
  line-height: 64px;
  background: #1cd87d;
  color: white;
  margin-top: 120px;
  padding: 8px;
}
.section.leaderboard .leader-nav .btn {
  color: #CECAC1;
  background: white;
  box-shadow: none;
  border: 1px solid #CECAC1;
  border-bottom: 0px;
  border-radius: 0px;
  width: 100px;
}
.section.leaderboard .leader-nav .btn.active {
  color: #343434;
  border-color: #343434;
}
.section.leaderboard .board {
  height: 200px;
  overflow: hidden;
  border: 1px solid #343434;
  width: calc(100% - 40px);
  margin: 0px 20px;
  padding: 10px;
}
.section.leaderboard .board ul {
  padding: 0px;
  text-align: left;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  overflow: scroll;
}
.section.leaderboard .board li {
  list-style-type: none;
}
.section.leaderboard .board li * {
  display: inline-block;
}
.section.leaderboard .board li div {
  text-align: center;
}
.section.leaderboard ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.section.leaderboard ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.section.leaderboard .points {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #1cd87d;
}

@media (max-height: 680px) {
  h1, h2, h3, h4 {
    margin: 4px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  .row.special-options {
    height: 300px;
  }
  .row.special-options .profile-text p {
    line-height: 1;
  }
  .section.profile h3 {
    margin: 1em 0;
  }
  .section.profile .edit {
    margin-top: 20px;
  }
  .section.profile .edit p {
    line-height: 1.2;
  }
  .section.profile .edit #btn-save-profile {
    bottom: -20px;
  }
  .section.profile .edit .cloudinary-button {
    font-size: 12px;
    padding: 4px;
  }
  .section.profile .edit .image_upload {
    margin: 4px auto;
    width: 100px;
  }
  .section.profile .edit .profile-picture {
    height: 100px;
    width: 100px;
    margin-top: 20px;
  }
  .section.profile .edit .update-info {
    text-align: left;
  }
  .section.profile .edit .update-info .row {
    margin: 0px;
    margin-bottom: 4px;
  }
  .section.profile .edit .update-info * {
    width: 100%;
    border-radius: 0px;
  }
  .section.profile .edit .update-info p {
    margin: 4px auto;
  }
  .section.profile .edit .update-info .save-msg {
    bottom: -20px !important;
  }
  .match h3 {
    margin-top: 16px;
  }
  .match p {
    margin: 0px 16px;
    line-height: 1;
    font-size: 1.2em;
  }
}
@media (max-height: 480px) {
  .level-group .minimal {
    margin: 6px auto;
  }
  .section.leaderboard .board {
    height: 150px;
  }
  .section, .subsection {
    margin-top: 8px;
  }
  .section button.nav-bar, .subsection button.nav-bar {
    top: -42px;
  }
  .end.match .match-list {
    height: calc(100% - 240px);
  }
  .section.profile .edit {
    margin-top: 10px;
  }
  .section.profile .edit p {
    line-height: 1;
    font-size: 10px;
  }
  .section.profile .edit .update-info .save-msg {
    bottom: 0px !important;
  }
  .section.profile .edit #btn-save-profile {
    bottom: 0px !important;
    margin: 5px 0;
  }
  .section.profile .edit .image_upload {
    width: 80px;
    margin: 4px auto;
  }
  .section.profile .edit .image_upload .cloudinary-button {
    font-size: 10px;
  }
  .section.profile .edit .profile-picture {
    height: 80px;
    width: 80px;
    margin-top: 10px;
  }
  .section.profile .edit h3 {
    margin: 4px auto;
  }
  .match h3 {
    margin-top: 16px;
    font-size: 3em;
  }
  .match img {
    height: 100px;
  }
  .match p {
    margin: 0px 16px;
    line-height: 1;
    font-size: 1.2em;
  }
}
@media (max-height: 520px) {
  .section.profile h3 {
    margin: 0.5em 0;
  }
  .section.profile #btn-save-profile {
    bottom: -5px !important;
    margin: 5px 0;
  }
}
@media (max-width: 426px) {
  #points-counter {
    width: 40%;
    left: 30%;
  }
  .timer-wrap {
    margin-left: 0px;
    background-size: 60px;
    background-position: center 5px;
  }
}
@media (max-width: 768px) and (min-height: 681px) {
  .cloudinary-button {
    position: absolute;
    left: 10%;
  }
}
@media (width: 420px) and (min-height: 681px) {
  .cloudinary-button {
    position: absolute;
    left: 0%;
  }
}

/*# sourceMappingURL=core.css.map */
