#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 2000;
}
#loading p {
  font-size: 16px;
  margin-top: 16px;
  margin-left: 16px;
}

#loading-image {
  z-index: 2001;
}

.navbar-user .navbar-role {
  float: left;
  margin-right: 12px;
}
.navbar-user .navbar-role #navbar-name {
  display: block;
}
.navbar-user .navbar-role #navbar-role-name {
  display: block;
  font-size: 13px;
}
.navbar-user .navbar-image {
  width: 46px;
  height: 46px;
  float: left;
  background: #f4f6f9;
  border-radius: 50px;
}
.navbar-user .navbar-image i {
  font-size: 30px;
  padding-left: 9px;
  padding-top: 9px;
}

.btn-tbl {
  font-size: 12px;
  font-weight: 900 !important;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px !important;
  border-radius: 6px !important;
  padding: 0 !important;
  transition: all 0.15s ease-in-out;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.btn-tbl:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.table-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.card-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 2px solid #dee2e6;
}

.card-header .card-title {
  font-weight: 600;
  font-size: 1.05rem;
}

.card-header .card-title i {
  margin-right: 8px;
  opacity: 0.7;
}

.template-checkbox, #select-all {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#table-product th:first-child,
#table-product td:first-child {
  text-align: center;
  vertical-align: middle;
}

#table-product td:last-child {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.btn-delete-selected {
  transition: all 0.2s ease;
}
.btn-delete-selected .badge {
  font-size: 11px;
  padding: 3px 7px;
  margin-left: 4px;
}

.card2-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.table-footer-total th {
  background-color: #f4f6f9;
  font-size: 1rem;
  padding: 10px 12px !important;
}

#table-trx thead th {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  font-size: 0.85rem;
  white-space: nowrap;
  vertical-align: middle;
}

.modal-header-danger {
  background-color: #dc3545;
  color: #fff;
}
.modal-header-danger .close {
  color: #fff;
  text-shadow: none;
  opacity: 0.8;
}
.modal-header-danger .close:hover {
  opacity: 1;
}

.inline-block {
  display: inline-block;
}

.card-body {
  overflow: auto;
}

.td-edit {
  background-color: rgba(255, 220, 40, 0.15);
  border-color: #f4f6f9 !important;
}

.numeric {
  text-align: right;
}

.pad0 {
  padding: 8px 12px !important;
}

.numericpad0 {
  text-align: right;
  padding: 8px 12px !important;
}

.numericpad0leftBold {
  text-align: right;
  padding: 8px 12px !important;
  border-left: 3px solid !important;
}

.bgred {
  background-color: red;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
}

.bggreen {
  background-color: green;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
}

.numericTablePrint {
  text-align: right;
  height: 18px;
}

.centerTablePrint {
  text-align: center;
  height: 18px;
}

.numericTablePrintBorderBot {
  text-align: right;
  height: 18px;
  font-size: 10pt;
  border-bottom: solid thin;
  padding-right: 4px;
}

.centerTablePrintBorderBot {
  text-align: center;
  height: 18px;
  font-size: 10pt;
  border-bottom: solid thin;
}

.leftTablePrint {
  text-align: left;
  height: 18px;
}

.rightTablePrint {
  text-align: right;
  height: 18px;
}

/*# sourceMappingURL=main.css.map */
