.auth-page .logo-box a { color: #7168FC; font-weight: 700; }
.auth-page .logo-box img.logo-img { height: 40px; display: inline-block; }
.auth-page .btn-primary { background-color: #7168FC; border-color: #7168FC; }
.auth-page .btn-primary:hover { background-color: #5d54d6; border-color: #5d54d6; }
.auth-page.sign-in .auth-image { background: url(/assets/images/login.svg) center center no-repeat; background-size: 90% 70%; }

.store-actions,
.table-actions {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
  white-space: nowrap;
}

.store-actions form,
.table-actions form {
  margin: 0;
}

.td-actions {
  white-space: nowrap;
}

.table-actions .btn,
.store-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.table-actions .btn svg,
.store-actions .btn svg {
  width: 16px;
  height: 16px;
}

.table-actions .btn i,
.store-actions .btn i {
  font-size: 14px;
  line-height: 1;
}
