.border {
  border: 2px solid red;
}

.add-icon {
  border: 1px solid red;
}

.button-text {
  /*font-size: 23px;*/
  margin-bottom: 3px;
}

.cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pt {
  padding-top: 25px;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 5;
  width: 100%;
  background-color: white;
}

.form-class {
  padding: 15px;
  margin: 25px 0;
  border-radius: 15px;
}

/*
.admin-popup {
    div {
        display: flex;
        justify-content: center;
        align-items: center;
        .admin-form {
            text-align: left;
            border-radius: 15px;
            width: 350px;
        }
    }
}
*/
/*# sourceMappingURL=app.css.map */