:root {
  font-size: 14px;
}

.datepicker {
  padding: 0.375rem 0.75rem !important;
}

.formfield-uppercase {
  text-transform: uppercase;
}

body {
  font-family: "HarmonyOS Sans";
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "HarmonyOS Sans";
}

.fontts {
  font-family: "HarmonyOS Sans" !important;
}

.card-header {
  font-weight: bold;
  font-family: "HarmonyOS Sans";
}

th {
  font-family: "HarmonyOS Sans";
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.highcharts-menu hr {
  margin: 5px 0;
  border-top: 1px;
}

.notie-container {
  font-size: 1rem !important;
  z-index: 9999;
}

.btn {
  line-height: 1.4;
}

.form-select-custom,
.form-control,
.form-select,
.btn {
  font-size: 1rem;
  /* 0.95rem */
}

.btn-sm,
.input-group-text {
  font-size: 0.85rem !important;
}

.card-header-button {
  padding: 0.125rem 0.5rem;
  font-size: 12px;
  border-radius: 0.2rem;
}

.dropdown-toggle::after {
  vertical-align: 0.05em;
}

.form-label,
label {
  font-family: "HarmonyOS Sans";
  font-weight: 500;
  font-size: 1rem;
  /* 0.95rem */
}

.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.dropdown-menu {
  font-size: 1rem;
  /* 0.95rem */
}

.form-error {
  color: red;
}

.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
  background-color: #3498db;
  color: white;
}

.btn-sq {
  width: 180px !important;
  height: 90px !important;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-top: 1rem;
}

.fa-3x {
  font-size: 25px !important;
  margin-bottom: 5px;
}

a {
  text-decoration: none !important;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl,
.offcanvas-xxxl {
  --bs-offcanvas-width: 500px !important;
}