.buttonContainer {
  height: 100%;
  width: 100%;
}

.button {
  height: 100%;
  width: 100%;
  padding: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.label {
  font-size: 14px;
  color: #4f5051;
  text-align: center;
}

.labelBottom {
  padding-top: 8px;
}

.buttonIcon {
  padding: 25%;
}
