.border {
  border: 2px solid red;
}

.standalone-container {
  display: flex;
  justify-content: space-around;
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  padding: 2px;
  background-color: rgba(255, 255, 255, 0.7803921569);
}
.standalone-container #bubble-container {
  border: 1px solid grey;
  width: 80%;
}
.standalone-container #send-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid black;
}

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

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

.cc {
  display: flex;
  justify-content: 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;
}

form textarea {
  height: 125px;
  border: 1px solid grey;
  padding: 5px;
}
form .delimiter {
  display: flex;
  justify-content: space-between;
}

/*
.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 */