
.menu-bottomleft {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.menu-bottomright {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.menu-topright {
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}
.menu-topright .menubtn-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
  color: white;
  position: relative;
}
.menu-topright .menubtn-avatar .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 24px;
}
.menu-topright .menubtn-avatar .icon .avatar-box {
  background-color: rgba(0, 0, 0, 0.8);
  width: 90%;
  height: 90%;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.menu-topright .menubtn-avatar .icon .avatar-box img {
  width: 100%;
}
.menu-topright .menubtn-avatar .text {
  margin-top: 10px;
}

.menu-bottom {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 12px;
  display: flex;
}
.menu-bottom .btn {
  text-align: center;
}
.menu-bottom .btn .btn-icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  margin-bottom: 10px;
  cursor: pointer;
}
.menu-bottom .btn .btn-icon img {
  width: 100%;
}
.menu-bottom .btn.btn1 .btn-icon {
  background: url("../assets/images/Group 11@2x.012d941d4bdc0b2cba3bc3e92279f038.png") no-repeat;
  background-size: cover;
}
.menu-bottom .btn.btn1 .btn-icon img {
  width: 34%;
}
.menu-bottom .btn.btn2 {
  margin-left: 20px;
}
.menu-bottom .btn.btn2 .btn-icon {
  background-size: cover;
}

.bottomBtnGroup {
  position: absolute;
  bottom: 22px;
  left: 50%;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translate(-50%, 0);
}
.bottomBtnGroup .btn1 {
  cursor: pointer;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bottomBtnGroup .btn1 .image {
  width: 100%;
}
.bottomBtnGroup .btn1 .text {
  margin-top: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
}
.bottomBtnGroup .btn2 {
  cursor: pointer;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 10px;
}
.bottomBtnGroup .btn2 .image {
  width: 100%;
}
.bottomBtnGroup .btn2 .text {
  margin-top: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
}
.bottomRightBtnGroup {
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 48px;
  border-radius: 16px;
  position: fixed;
  bottom: 95px;
  right: 78px;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.8);
}
.bottomRightBtnGroup .btnBox {
  width: 100%;
}
.bottomRightBtnGroup .btnBox .btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #0000;
  line-height: 14px;
  padding: 10px 0 10px;
  width: 100%;
}
.bottomRightBtnGroup .btnBox .btn1:hover {
  background: rgba(255, 255, 255, 0.3);
}
.bottomRightBtnGroup .btnBox .btn1 .imageBox {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
.bottomRightBtnGroup .btnBox .btn1 .imageBox .image {
  width: 24px;
}
.bottomRightBtnGroup .btnBox .btn1 .text {
  margin-top: 5px;
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
}

