/* html {
  font-size: 14px;
} */

body,
html {
    /* font-family: Poppins, Helvetica, "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", Helvetica, "Microsoft JhengHei", Arial, sans-serif; */
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", Helvetica, "Microsoft JhengHei", Arial, sans-serif;
    font-size: 14px !important;
    /* font-size: 1rem !important; */
    /* letter-spacing: 0.1em; */
}
/**edede9*/
@media (min-width: 992px) {
  .aside.aside-light {
      background-color: rgba(255, 255, 255, .75);
  }
  [data-kt-aside-minimize=on] .aside.aside-light.aside-hoverable:hover {
      background-color: rgba(255, 255, 255, 1);
  }
  #kt_header {
      background-color: #0077b6;
  }
  .toolbar {
      background-color: rgba(255, 255, 255, .95);
  }
  #kt_content{
    background-color: #edede9;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
body {
  font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", Helvetica, "Microsoft JhengHei", Arial, sans-serif;
}

/* breadcrumb */

.breadcrumb {
  font-family: sans-serif;
}

.breadcrumb-line .breadcrumb-item:after {
  content: "-";
  font-weight: 100;
  font-family: sans-serif;
  font-size: 1rem;
}

.logo-text {
  color: #000;
  position: absolute;
  top: 40px;
  left: 70px;
  font-size: 1.3rem;
  font-weight: 600;
}

.form-label {
  color: #5e6278;
  font-weight: 600;
  font-size: 1rem;
}

.date-month .table-condensed thead tr:nth-child(2),
.date-month .table-condensed tbody {
  display: none;
}
.date-month .ranges {
  display: none;
}
.date-month .calendar-table {
  width: 250px;
}