
.bot_comp {
    background: white;
}


.wrap_but_m_s {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.bot_menu_shows {
  background: #620BDC;
  width: 50px;
  padding: 0px;
  height: 50px;
  border-radius: 50px;
  margin: 0;
  fill: #1DD694;
  margin-bottom: 5px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
      align-items: center;
}

.bot_menu_shows:hover {
  background: #1DD694;
  fill: #ffffff;
}

.bot_menu_shows svg {
    width: 14px;
    height: auto;
}


