.error-summary,
.help-block-error {
  color: #e63331;
}
.alert-danger.in,
.alert-success.in,
.alert-warning.in {
  opacity: 1;
  margin-top: 90px;
}
.articleContent img {
  height: auto;
}
.hidden {
  display: none;
}
.bottom10 {
  margin-bottom: 10px;
}
.top10 {
  margin-top: 10px;
}
.bottom25 {
  margin-bottom: 25px;
}
.top25 {
  margin-top: 25px;
}
.inline-block {
  display: inline-block;
}
.position-relative {
  position: relative;
}
.page-item.disabled {
  display: none;
}
/* ================= TYPOGRAFIA GLOBALNA — URBANIST ================= */
body {
  font-family: 'Urbanist', sans-serif;
  font-weight: 400;
  color: #111;
}
/* nagłówki – lekko lżejsze, eleganckie */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 500;
}
/* UI elements */
.btn,
.form-control,
label,
input,
textarea,
select {
  font-family: 'Urbanist', sans-serif;
  font-weight: 400;
}
/* tabela wallet */
#page_account_index .kv-table-header th {
  font-size: 16px;
}
#page_account_index .kv-table-header th a {
  color: black;
}
/* ikony expand/collapse */
.glyphicon-expand:before {
  content: "\25bc";
}
.glyphicon-collapse-down:before {
  content: "\25b2";
}
/* artykuły */
#page_article_view img {
  max-width: 100%;
  height: auto;
}
/* ====== NOWOCZESNY LOOK: ACCOUNT (wallet) ====== */
/* ogólny rytm pionowy między sekcjami */
#page_account_index .account-wrap {
  max-width: 1100px !important;
}
#page_account_index .account-card {
  margin-bottom: 34px;
  /* było ~20px */
}
/* mocniejsze, ale nadal eleganckie "karty" */
#page_account_index .account-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  padding: 26px 26px 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
/* nagłówki sekcji (np. Send request / Transactions history) – cieńsze i nowocześniejsze */
#page_account_index .account-card h4,
#page_account_index .account-card h3 {
  font-weight: 600 !important;
  letter-spacing: -0.02em;
}
/* tytuły w małych kartach (My wallet number / Granted tokens) – subtelniejsze */
#page_account_index .wallet-box-title,
#page_account_index .tokens-box-title {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
}
/* wartości (adres / tokeny) – czytelne, ale bez przesadnej grubości */
#page_account_index .wallet-box-value,
#page_account_index .tokens-box-value {
  font-weight: 600;
  font-size: 18px;
  color: #111;
}
/* labelki w formularzu – subtelne */
#page_account_index .account-form label,
#page_account_index .account-form .control-label {
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: .01em;
}
/* inputy – nowocześniejsze */
#page_account_index .account-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.18) !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  box-shadow: none !important;
}
#page_account_index .account-form .form-control:focus {
  border-color: rgba(0, 0, 0, 0.45) !important;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08) !important;
}
/* przycisk – bardziej premium */
#page_account_index .btn.btn-primary {
  border-radius: 12px;
  padding: 12px 22px;
  font-weight: 600;
  letter-spacing: .02em;
}
/* tabela historii – czytelniej i "lżej" */
#page_account_index .kv-grid-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
#page_account_index .kv-grid-table thead th {
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-weight: 700;
  font-size: 13px;
}
#page_account_index .kv-grid-table td {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
