/* Atalho admin: visível sem o CSS do overlay (mdsEnsureRoletaCss). */
.roleta-admin-launch {
  position: fixed;
  left: 22px;
  bottom: 136px;
  z-index: 99998;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #413aa0;
  color: #2bc591;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  line-height: 0;
  cursor: pointer;
}

.roleta-admin-launch:hover {
  background: #332e80;
}

.roleta-admin-launch .mds-trevo {
  width: 18px;
  height: 20px;
}
