.Zu {
  color: #fdfdfd;
  font-weight: 550;
}

.Yu {
  align-items: center;
  background: #222;
  border: none;
  border-radius: 3px;
  display: flex;
  height: 40px;
  justify-content: flex-start;
  padding: 12px 15px;
  text-align: left;
  width: 100%;
}

.Vu {
  background: #222;
  border-radius: 7px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 45px;
  transition: .3s;
  width: 223px;
  z-index: 1000;
}

.Vu.show {
  height: auto;
  opacity: 1;
}

.Tu button {
  background: none;
  color: #fdfdfd;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
}

.Tu a {
  /*background: none;*/
  color: #fdfdfd;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
}

.Tu {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.Yu span {
  margin-left: 10px;
}

.Xu span {
  margin-left: 10px;
}

.Xu {
  align-items: center;
  background: transparent;
  border: 1px solid #222;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  z-index: 999;
}

.Yu.Wu {
  background: #181818;
}

