.user-stats.fi-wi-stats-overview-stat {
  padding: 1.1rem 1.2rem;
}

.user-stats .fi-wi-stats-overview-stat-value {
  font-size: 1.5rem !important;
}

.user-stats.user-created-at-stats .fi-wi-stats-overview-stat-value {
  font-size: 1.16rem !important;
}

.user-stats .fi-wi-stats-overview-stat-description {
  font-size: 0.76rem !important;
}

.user-stats > div.grid {
  row-gap: 0.1rem;
}

.user-dropdown {
  max-width: 300px;
}

/* Admin */

body.fi-body {
  background-color: rgb(17, 17, 17) !important;
  color: white !important;
}

.fi-topbar > nav,
.fi-sidebar,
.fi-sidebar-header {
  background-color: rgb(22, 22, 22) !important;
  color: white !important;
}

.fi-sidebar-nav {
  border-right: 1px solid #ffffff1a !important;
}

.fi-simple-main,
.fi-ta-ctn,
.fi-tabs,
.fi-modal-window,
.fi-wi-stats-overview-stat,
.fi-section:not(.fi-aside),
.fi-section.fi-aside .fi-section-content-ctn {
  background-color: rgb(26, 26, 26) !important;
}

.fi-tabs,
.fi-tabs-item {
  border-radius: 100px !important;
  padding: .5rem 0.7rem !important;
}


.fi-btn.fi-btn-color-gray {
  background-color: #333333;
  color: white !important;
}

.fi-dropdown-list:has(.fi-theme-switcher) {
  display: none !important;
}

.fi-sidebar-item-button {
  padding: .62rem 0.8rem !important;
}

@media (max-width: 620px) {
  .btn-open-site {
    display: none !important;
  }
}

.items-center {
  justify-content: center;
}