body {
  overflow-x: hidden;
}
.container {
  margin-top: 0.5rem;
  max-width: 1600px;
  padding: 0;
}
.svgs {
  cursor: pointer;  
}
.bisvg {
  position: absolute;
  left: 30%;
  top: 30%;
}
.main {
  padding: 0;
}
.emoji-status {
  max-width: 500px;
  padding: 1rem;
}
.emojiName {
  position: relative;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  float: left;
}
.emojiText {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0.75rem;
}
canvas { 
  background: #eee; 
  display: block; 
  margin: 0 auto; 
  -webkit-box-shadow: inset 0px 0px 8px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0px 0px 8px 2px rgba(0,0,0,0.15);
  box-shadow: inset 0px 0px 8px 2px rgba(0,0,0,0.15);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(193, 193, 193);
}
.navMenu {
  max-width: 600px; 
}
.navMenu > p > span {
  cursor: pointer;
}
.card-header {
  padding: 1em 0.2em;
}
.settingCard {
  padding: 0.5rem;
  margin: 0.25rem;
}
.scenario {
  margin-bottom: 10px;
}
.preAbout {
  max-width: 800px; 
  margin: 0 auto; 
  padding: 10px 0 1rem 0; 
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: rgb(193, 193, 193);
}

.border-between > [class*='col-']:before {
  background: rgba(222, 222, 222, 0.85);
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  width: 2px;
  top: 0;
}

.border-between > [class*='col-']:first-child:before {
  display: none;
}

.lang {
  top: 0.3rem;
  right: 1rem;
  font-size: 0.85rem;
  position: absolute;
}
.country {
  margin-top: 0.3em;
  margin-bottom: 0;
}
@media only screen and (max-width: 870px) {
  h1 {
    padding-top: 25px;
  }
  .emojiText {
    left: 85%;
  }
}

@media only screen and (max-width: 991px) {
  .situations {
    order: 1;
    margin: auto;
    max-width: 500px;
  }
  .aboutUp {
    display: none;
  }
  .aboutDown {
    display: block;
  }
  .settings {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 991px) {
  .card {
    margin: 2px;
  }
  .settingCard {
    padding: 5px;
  }
}

@media only screen and (min-width: 991px) {
  .collapses {
    float: right!important;
  }
  .aboutUp {
    display: block;
  }
  .aboutDown {
    display: none;
  }
  .navMenu {
    display: none;
  }
  .settings {
    padding: 0 0 0 4rem;
  }
}
@media only screen and (min-width: 500px) {
  .navMenu {
    margin: auto;
  }
}

#overlay {
  position: absolute;
  padding: 1rem;
  width: 5rem !important;
  height: 5.5rem !important;
  display: none;
  z-index: 9998;
  background-color: rgb(193, 193, 193, 0.75);
  top: 175px;
  left: 43.5%;
  border-radius: 1rem;
}

#overlayPlay {
  position: absolute;
  padding: 1rem;
  width: 5rem !important;
  height: 5rem !important;
  z-index: 9998;
  background-color: rgb(193, 193, 193, 0.75);
  top: 175px;
  left: 43.5%;
  border-radius: 1rem;
}