.top-left {
  top: 0;
  left: 0; }

.top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0 !important; }

.top-right {
  top: 0;
  right: 0; }

.center-left {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: 0 !important; }

.center {
  left: 50%;
  top: 50%;
  margin: 0 !important;
  transform: translate(-50%, -50%); }

.center-right {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-top: 0 !important; }

.bottom-left {
  bottom: 0;
  left: 0; }

.bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0 !important; }

.bottom-right {
  bottom: 0;
  right: 0; }

/*# sourceMappingURL=positions.css.map */
