* {
  font-family: "Roboto", sans-serif;
}

label {
  font-weight: 600;
}

.shawdow-box-he {
  box-shadow: 0 4px 15px rgba(0, 0, 0, .1) !important;
}
.megamenu-list li {
  position: relative;
  padding: 8px 0;
}
.text-lg {
  font-size: 18px;
}
.text-xl {
  font-size: 20px;
}
.text-2xl {
  font-size: 22px;
}
.text-42px {
  font-size: 42px;
}

/* css popup flash */
#flash-overlay-modal .modal-title {
  position: absolute;
  left: 10px;
}

/* Hide 'Focus' button of Table boostrap */
.focus-btn-group {
  visibility: hidden;
}

.form-error {
  font-size: 0.875em;
  margin-top: 4px;
  display: block;
}

.baocao-layout {
  max-width: 95%;
  margin: 0 auto;
}

.table-responsive thead th {
  position: sticky;
  top: -1;  
  background: #dee2e6;
  z-index: 10;          
} 

/* Ẩn nút display bootstrap table */
.table-wrapper > .btn-toolbar {
  display: none !important;
}

.table-wrapper > .sticky-table-header {
  height: 0px !important;
}