.account_template .user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.account_template .user svg {
  width: 37px;
  height: 37px;
}

.account_template .btn {
  height: 35px;
}

.account_template .panel-heading .btn {
  height: auto;
  min-width: auto;
}

.account_template #account-menu .btn {
  display: flex;
  gap: 16px;
  padding: 9px 20px;
  background-color: var(--color-light);
  margin: 0;
}

.account_template #account-menu .btn:hover {
  opacity: .8;
}

.account_template .form-group input.form-control {
  height: 37px;
}

.account_template #account-menu .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: auto;
  border-radius: 5px;
  background-color: var(--sm-btn-color);
  color: #fff;
  font-size: 14px;
}

.account-info-col {
  margin-top: 40px;
}

.account-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.account-actions .btn-default {
  background-color: #999;
  font-size: 16px;
  padding: 8px 16px;
}

[data-page-name="account_edit"] #account-menu a[href^="account_edit"],
[data-page-name="account_password"] #account-menu a[href^="account_password"],
[data-page-name="account_history"] #account-menu a[href^="account_history"] {
  background-color: var(--color-grey-light);
  color: #fff;
}

[data-page-name="account_edit"] #account-menu a[href^="account_edit"] svg path,
[data-page-name="account_password"] #account-menu a[href^="account_password"] svg path,
[data-page-name="account_history"] #account-menu a[href^="account_history"] svg path {
  stroke: #fff;
}

.account_template td.main > b {
  margin-right: 5px;
}

