.shadow_gloss {
  position: relative;
  overflow: hidden;
}
.shadow_gloss:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #000;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.23s;
  font-family: LilitaOne;
  background-color: #084c82;
  border-radius: 10px;
  float: left;
}
.button img {
  height: 20px;
}
.button_icon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.button_icon img {
  width: 40px;
  height: 40px;
}
button.button_icon {
  border: 0;
}
.by {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.bb {
  border-bottom: 1px solid #FFF;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
/*# sourceMappingURL=utils.css.map */