.btn-1 {
  font-weight: bold;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c9c9c9;
  max-width: 144px;
  width: 100%;
  height: 55px;
}

.btn-2 {
  font-weight: bold;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c9c9c9;
  max-width: 130px;
  width: 100%;
  height: 40px;
}

.btn-drop {
  color: red;
  border-color: red;
}

.btn-drop-cancel {
  color: black;
  border-color: black;
}

.btn-drop-confirm {
  background-color: red;
  color: white;
  border-color: red;
}

.btn-modify {
  color: #04a5b4;
  border-color: #04a5b4;
}

.btn-modify-confirm {
  background-color: #04a5b4;
  color: white;
  border-color: #04a5b4;
}

.btn-cancel {
  color: black;
  border-color: black;
}

.hover-title {
  font-size: large;
  font-weight: bold;
}

.hover-content {
  font-size: large;
  margin-bottom: 20px;
}

.hover-content-last {
  font-size: large;
}

.color-enter {
  color: #00a3b1;
}

.color-leave {
  color: #f06161;
}

.color-complete {
  color: #f9d968;
}

.color-drop {
  color: #c4c4c4;
}

.bg-color-enter {
  background-color: #00a3b1;
}

.bg-color-leave {
  background-color: #f06161;
}

.bg-color-complete {
  background-color: #f9d968;
}

.bg-color-drop {
  background-color: #c4c4c4;
}

.bg-color-audio {
  background-color: #eff1f2;
}

.color-audio {
  color: orange;
}

.text-h7 {
  font-size: 16px;
}

.q-tab__label {
  font-size: 18px;
}

.patient-info-calendar {
  max-width: 180px;
  max-height: 1px;
}

.patient-info-input {
  max-width: 80px;
  max-height: 1px;
}

.social-style {
  background-color: white;
  color: black;
  font-size: 13px;
}

.circle {
  width: 15px;
  height: 15px;
  border-radius: 75px;
  text-align: center;
  margin-right: 10px;
  font-size: 12px;
  vertical-align: middle;
  line-height: 150px;
}

.my-sticky-header-table {
  /* height or max-height is important */
  height: 310px;
  /* this is when the loading indicator appears */
  /* prevent scrolling behind sticky top row on focus */
}
.my-sticky-header-table .q-table__top,
.my-sticky-header-table .q-table__bottom,
.my-sticky-header-table thead tr:first-child th {
  /* bg color is important for th; just specify one */
  background-color: #ffffffff;
}
.my-sticky-header-table thead tr th {
  position: sticky;
  z-index: 1;
}
.my-sticky-header-table thead tr:first-child th {
  top: 0;
}
.my-sticky-header-table.q-table--loading thead tr:last-child th {
  /* height of all previous header rows */
  top: 48px;
}
.my-sticky-header-table tbody {
  /* height of all previous header rows */
  scroll-margin-top: 48px;
}

.enroll-1 {
  background-color: #F4F4F4;
}

.enroll-border {
  border-top-color: #E0E0E0;
  border-top-width: 1px;
  border-top-style: solid;
}

.enroll-border-last {
  border-bottom-color: #E0E0E0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/*# sourceMappingURL=app.11509ea9.css.map*/