#gameArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

#gameArea::-webkit-scrollbar {
   width: 10px;
}

#gameArea::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#gameArea::-webkit-scrollbar-thumb {
  background: green;
  border-radius: 5px;
}

#chrwBtn{
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: white;
  height: 80px;
  width: 80px;
  border: none;
  box-shadow: inset 0 0 0 2px #666;
  border-radius: 40px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
}

#chrwBtn img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}

#chrwTopics{
  position: fixed;
  top: 10px !important;
  right: 10px !important;
  width: 80px;
  cursor: pointer;
  z-index: 2147483647;
  display: none;
}

#chrwTopics ul{
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}

#chrwTopics li{
  padding: 8px 0px 8px 5px;
  list-style-type: none;
  color: #fff;
  font-size: 13px;
  margin: 0px;
}

#chrwTopics li.current{
  background: #fff;
  color: #000;
}

#chrwMagic{
  width: 40px;
  height: 40px;
  margin: 0px 0px 10px 5px;
}

#chrwEdit{
  width: 40px;
  height: 40px;
  margin: 0px 0px 10px 5px;
  display: none;
}

#chrwConfetti{
  width: 40px;
  height: 40px;
  margin: 0px 0px 10px 5px;
}

#chrwEditBox{
  position: fixed;
  text-align: center;
  top: 5px;
  height: 30px;
  width: 200px;
  z-index: 2147483647;
  right: 10px;
  display: none;
}

#chrwEditBox #bgoptLabel{
  margin-left: 5px; 
  color: white; 
  cursor: default;
  font-size: 14px;
  background-color: transparent;
}

#chrwEditBox > * {
    display: inline-block;
    vertical-align: middle;
  }

#chrwEditInput{
  width: 120px;
  height: 36px;
  padding-inline-start: 0px;
  padding-inline-end: 0px;
  padding: 0px 10px;
  border-radius: 8px 0px 0px 8px;
  outline: none; 
  box-shadow: none; 
  border-right: none;
  font-size: 14px;
  font-family: Roboto, Arial, sans-serif;
  border: 1px solid green;
  border-right: none;
  background: transparent;
  color: #fff;
}

#chrwEditInput::placeholder {
  color: #999;
}

#chrwEditSubmit{
  width: 80px;
  height: 36px;
  padding: 0px 5px;
  background: green;
  color: #ffffff;
  border: 1px solid green;
  border-left: none;
  border-radius: 0px 5px 5px 0px;
  font-size: 14px;
  font-family: Roboto, Arial, sans-serif;
  outline: none; 
  box-shadow: none; 
  cursor: pointer;
}

#chrwEditInfo{
  margin-left: 10px;
  font-size: 14px;
  color: #EE4B2B;
}

#chrwCircleContainer, #chrwTopicContainer{
  z-index: 2147483646;
}

#chrwCircleContainer img, #chrwTopicContainer img{
  width: 100%;
  height: 100%;
  background: none !important
}

#chrwCircleContainer .chrwld-main{
  width: 300px;
  height: 300px;
  background-size: cover;
  position: absolute;
}

#chrwCircleContainer .chrwld-sub{
  width: 100px;
  height: 100px;
  background-size: cover;
  position: absolute;
}

#chrwTopicContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: calc(100% - 100px);
    margin-left: 0;
    margin-right: 100px;
}

#chrwCircleContainer {
    position: fixed;
    top: calc(50% - 30px);
    left: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#chrwTopicContainer .chrw-circle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
}

#chrwTopicContainer .letter-container {
    margin: 50px;
    box-sizing: border-box;
    position: relative;
}

  #chrmGoBack {
    z-index: 214748364 !important;
    background: #000;
  }

.leftbtm, .footer{
    display: none;
}
