/*
 * App-specific styles. The overall look (colours, chrome, typography) comes
 * from kingadmin-skin.css, which is loaded after this file.
 */

.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%;
}

.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;
}

/* Order form floating box counter */
.floating-total {
  position: fixed;
  right: 0;
  bottom: 120px;
  background: #555;
  color: #fff;
  padding: 16px 20px;
  font-size: 18px;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
