.doc__file_path_title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical; }

.user-form .caption {
  color: blue;
  font-weight: bold; }

.user-greeting {
  font-weight: bold; }

.content__body__main__time {
  background-color: #fff8eb;
  border-radius: 8px;
  margin: 20px 0 16px 0;
  overflow: hidden; }

.content__body__main__time__title {
  height: 46px;
  background-color: #f4e6c0;
  display: flex;
  align-items: center; }

.content__body__main__time__title__icon {
  padding: 20px; }

.content__body__main__time__title__text {
  color: #966b36; }

.content__body__main__time__body {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.content__body__main__time__body__detail {
  text-align: center;
  padding: 20px; }

.content__body__main__time__body__detail__hour {
  color: #966b36;
  font-size: 20px;
  font-weight: 600; }

.content__body__main__time__body__detail__day {
  color: #966b36; }

.content__body__main__session__time {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px; }

.set-font-size * {
  font-size: 15px !important; }