.border {
  border: 2px solid red;
}

.space {
  height: 25px;
}

.title {
  padding: 10px 15px 0 15px;
}

.study-time {
  border: 2px solid rgb(180, 222, 234);
}

.subject-mgt-container {
  padding: 10px;
  display: flex;
}
.subject-mgt-container input {
  width: 75%;
  background-color: rgb(161, 226, 226);
  padding: 10px;
}
.subject-mgt-container button {
  width: 24%;
  padding-top: 5px;
}

#time-table-container .timeline-item {
  display: block;
}
#time-table-container .timeline-item .timeline-item-day {
  font-weight: bolder;
  font-size: large;
}

#read-subjects-container .timeline-item {
  display: block;
}
#read-subjects-container .timeline-item .timeline-item-day {
  font-weight: bolder;
  font-size: large;
}

.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;
}

.align-text-center {
  text-align: 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 */