/**
BEM(Block Element Modifier)

 */
.mt50 {margin-top: 50px}


.input-error {
  font-size: 16px;
  color: #ff0000;
  padding: 5px;
}

.absolute-center {  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);}

.display-none {display: none}
.display-block {display: block}

.macrogenGoEventDetailView {
  position: absolute; bottom: 20px; left: 40px; background: #7064E7; padding: 20px; color: #fff;
}

@media (max-width: 750px) {
  .macrogenGoEventDetailView {
    left: 20px; background: #7064E7; padding: 10px; color: #fff;
  }
}
