/* Sneat Theme Default */
.bg-primary    { background-color: #696cff !important; }
.text-primary  { color: #696cff !important; }
.border-primary{ border-color: #696cff !important; }
.btn-outline-primary { color: #696cff; border-color: #696cff; }
.btn-outline-primary:hover { background: #696cff; color: #fff; }

.bg-success    { background-color: #71dd37 !important; }
.text-success  { color: #71aa27 !important; }
.bg-warning    { background-color: #ffab00 !important; }
.text-warning  { color: #cc8800 !important; }
.bg-danger     { background-color: #ff3e1d !important; }
.text-danger   { color: #ff3e1d !important; }
.bg-info       { background-color: #03c3ec !important; }
.text-info     { color: #019ab5 !important; }

.form-control:focus, .form-select:focus {
  border-color: #696cff;
  box-shadow: 0 0 0 .2rem rgba(105,108,255,.25);
}

.bg-menu-theme {
  background: #fff;
  color: #566a7f;
}

.bg-navbar-theme {
  background: rgba(245,245,249,.9);
}

.bg-footer-theme {
  background: #fff;
}

/* Form Switch */
.form-check-input:checked {
  background-color: #696cff;
  border-color: #696cff;
}

/* Progress */
.progress { background-color: #e7e7e8; }

/* Alert */
.alert { border-radius: 0.5rem; border: none; }

/* Dropdown */
.dropdown-menu {
  border: none;
  box-shadow: 0 4px 24px rgba(0,0,0,.12);
  border-radius: 0.5rem;
  padding: .5rem;
}
.dropdown-item {
  border-radius: .375rem;
  padding: .5rem .75rem;
  font-size: .875rem;
}
.dropdown-item:hover { background: rgba(105,108,255,.08); }

/* Input group */
.input-group-text { border-color: #d9dee3; background: #fff; }
