html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/*Manuall*/
body {
    background: #f5f6f8;
}

.table-toolbar {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .75rem;
}

#inputTable td, #inputTable th {
    white-space: nowrap;
    font-size: .875rem;
}

.money {
    text-align: right;
}

.badge-gst-y {
    background: #198754;
}

.badge-gst-n {
    background: #6c757d;
}

tr.filters th {
    padding: 4px 4px;
    background: #fff;
}

tr.filters .col-filter {
    font-size: .8rem;
    /*min-width: 70px;*/
}

.action-btns {
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

    .action-btns .btn {
        white-space: nowrap;
    }