/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
@media (max-width: 767px) {
  .mbl-header-bottom .sidebar-left-toggle-btn {
    display: none;
  }
  .page-header .header-inner div.mobile-header-top .logo-wrap {
    display: flex;
  }
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.dashboard-view .dashboard-panel.panel-network {
  flex-grow: 1;
}
.dashboard-view .dashboard-panel.panel-network .inner {
  height: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.dashboard-view .dashboard-panel.panel-network .network-list-items {
  gap: 10px;
}
.dashboard-view .dashboard-panel.panel-network .network-list-items .network-list-item {
  width: calc(50% - 10px);
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 643px) {
  .dashboard-view .dashboard-panel.panel-network .network-list-items .network-list-item {
    width: 100%;
  }
}
.dashboard-view .dashboard-panel.panel-network .network-list-items .network-list-item > a {
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
  padding: 10px;
  background-color: #212121;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #ededed !important;
}
.dashboard-view .dashboard-panel.panel-network .network-list-items .network-list-item > a * {
  position: relative;
  z-index: 1;
}
.dashboard-view .dashboard-panel.panel-network .network-list-items .network-list-item > a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, var(--overlay85) 0%, var(--overlay0) 100%);
  transition: --overlay85 0.2s, --overlay0 0.2s;
}
.dashboard-view .dashboard-panel.panel-network .network-list-items .network-list-item > a:hover:after {
  --overlay0: var(--overlay30);
}
.dashboard-view .dashboard-panel.panel-network .network-list-items .network-list-item .avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.dashboard-view .dashboard-panel.panel-network .network-list-items .network-list-item .item-name {
  font-weight: 700;
  font-size: 12px;
}
.dashboard-view .dashboard-panel.panel-network .network-list-items .network-list-item .member-count {
  font-weight: normal;
}
.dashboard-view .dashboard-panel.panel-network .network-list-item-header {
  margin: 0 0 15px 0;
  display: block;
  width: 100%;
}
.dashboard-view .dashboard-panel.panel-network .network-list-item-header + .network-list-items {
  margin-bottom: 20px;
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.dashboard-view .dashboard-panel.panel-connections {
  flex-grow: 1;
}
.dashboard-view .dashboard-panel.panel-connections .inner {
  height: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.dashboard-view .dashboard-panel.panel-connections .user-list-items .user-list-item {
  margin: 0 0 10px 0;
}
.dashboard-view .dashboard-panel.panel-connections .user-list-items .user-list-item .user-list-item-inner {
  border-radius: 7px;
  overflow: hidden;
  padding: 10px;
  background-color: #212121;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #ededed !important;
}
.dashboard-view .dashboard-panel.panel-connections .user-list-items .user-list-item .user-list-item-inner .user-list-name,
.dashboard-view .dashboard-panel.panel-connections .user-list-items .user-list-item .user-list-item-inner .multi-avatars,
.dashboard-view .dashboard-panel.panel-connections .user-list-items .user-list-item .user-list-item-inner .avatar {
  position: relative;
  z-index: 1;
}
.dashboard-view .dashboard-panel.panel-connections .user-list-items .user-list-item .user-list-item-inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, var(--overlay85) 0%, var(--overlay0) 100%);
  transition: --overlay85 0.2s, --overlay0 0.2s;
}
.dashboard-view .dashboard-panel.panel-connections .user-list-items .user-list-item .user-list-item-inner:hover:after {
  --overlay0: var(--overlay30);
}
.dashboard-view .dashboard-panel.panel-connections .user-list-items .user-list-item .avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.dashboard-view .dashboard-panel.panel-connections .user-list-items .user-list-item .user-list-name {
  font-weight: 700;
  font-size: 12px;
  flex-grow: 1;
}
.dashboard-view .dashboard-panel.panel-connections .user-list-items .user-list-item .user-links {
  padding-right: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 5;
}
.dashboard-view .dashboard-panel.panel-connections .user-list-items .user-list-item .user-links * {
  font-size: 12px;
  color: #ededed;
}
.dashboard-view .dashboard-panel.panel-connections .user-list-items .user-list-item .user-links i {
  width: auto;
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.dashboard-view .dashboard-panel.panel-follows {
  flex-grow: 1;
}
.dashboard-view .dashboard-panel.panel-follows .inner {
  height: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.dashboard-view .dashboard-panel.panel-follows .follow-entries {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 10px 0;
}
.dashboard-view .dashboard-panel.panel-follows .follow-entry {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  gap: 15px;
  padding: 12px 15px;
  background: #212121;
  border: 1px solid #333;
  border-radius: 8px;
  transition: all 0.2s ease 0.2s linear;
}
.dashboard-view .dashboard-panel.panel-follows .follow-entry:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-color: #444;
}
.dashboard-view .dashboard-panel.panel-follows .follow-user-info {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  min-width: 200px;
}
.dashboard-view .dashboard-panel.panel-follows .follow-user-info .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  display: block;
  border: 2px solid #333;
  transition: border-color 0.2s ease 0.2s linear;
}
.dashboard-view .dashboard-panel.panel-follows .follow-user-info .avatar:hover {
  border-color: #EB212E;
}
.dashboard-view .dashboard-panel.panel-follows .follow-user-info .follow-username {
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
  transition: color 0.2s ease 0.2s linear;
}
.dashboard-view .dashboard-panel.panel-follows .follow-user-info .follow-username:hover {
  color: #EB212E;
}
.dashboard-view .dashboard-panel.panel-follows .follow-actions {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.dashboard-view .dashboard-panel.panel-follows .follow-actions a,
.dashboard-view .dashboard-panel.panel-follows .follow-actions .btn-link {
  width: 36px;
  height: 36px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 6px;
  background: #333;
  color: #FFF;
  text-decoration: none;
  transition: all 0.2s ease 0.2s linear;
}
.dashboard-view .dashboard-panel.panel-follows .follow-actions a:hover,
.dashboard-view .dashboard-panel.panel-follows .follow-actions .btn-link:hover {
  background: #EB212E;
  color: #FFF;
}
.dashboard-view .dashboard-panel.panel-follows .follow-actions a i,
.dashboard-view .dashboard-panel.panel-follows .follow-actions .btn-link i {
  font-size: 16px;
}
.dashboard-view .dashboard-panel.panel-follows .follow-sites {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.dashboard-view .dashboard-panel.panel-follows .follow-sites .follow-site {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #333;
  background: #1a1a1a;
  color: #999;
  transition: all 0.2s ease 0.2s linear;
  cursor: pointer;
}
.dashboard-view .dashboard-panel.panel-follows .follow-sites .follow-site i {
  font-size: 12px;
}
.dashboard-view .dashboard-panel.panel-follows .follow-sites .follow-site.active {
  border-color: #4caf50;
  color: #4caf50;
}
.dashboard-view .dashboard-panel.panel-follows .follow-sites .follow-site.active i {
  color: #4caf50;
}
.dashboard-view .dashboard-panel.panel-follows .follow-sites .follow-site:not(.active):hover {
  background: #2a1a1a;
  border-color: #EB212E;
  color: #EB212E;
}
@media (max-width: 767px) {
  .dashboard-view .dashboard-panel.panel-follows .follow-entry {
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    gap: 12px;
  }
  .dashboard-view .dashboard-panel.panel-follows .follow-user-info {
    width: 100%;
    min-width: auto;
  }
  .dashboard-view .dashboard-panel.panel-follows .follow-actions {
    width: 100%;
    margin-left: 0;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .dashboard-view .dashboard-panel.panel-follows .follow-sites {
    width: 100%;
  }
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.dashboard-view .dashboard-panel.consumer-panel {
  flex-grow: 1;
}
.dashboard-view .dashboard-panel.consumer-panel .inner {
  height: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.dashboard-view .dashboard-panel.consumer-panel .tab-bar {
  gap: 24px;
}
.dashboard-view .dashboard-panel.consumer-panel .tab-bar .tab {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  display: inline-block;
  padding-bottom: 4px;
  color: #C8C8C8;
  margin-bottom: 24px;
}
.dashboard-view .dashboard-panel.consumer-panel .tab-bar .tab.active {
  border-bottom-color: #FFF;
  color: #FFF;
}
.dashboard-view .dashboard-panel.consumer-panel .tab-body {
  color: #C8C8C8;
  font-size: 16px;
  font-weight: 400;
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dashboard-view .dashboard-panel.consumer-panel .tab-body hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid #C8C8C8;
}
.dashboard-view .dashboard-panel.consumer-panel .tab-body .event-heading {
  font-size: 18px;
  margin-bottom: 16px;
  color: #FFF;
}
.dashboard-view .dashboard-panel.consumer-panel .tab-body ul li {
  margin-bottom: 16px;
}
.dashboard-view .dashboard-panel.consumer-panel .tab-body ul li:last-of-type {
  margin-bottom: 0;
}
.dashboard-view .dashboard-panel.consumer-panel .tab-body ul li a:not(.btn) {
  color: #C8C8C8;
  display: -ms-flex;
  display: flex;
  gap: 8px;
}
.dashboard-view .dashboard-panel.consumer-panel .tab-body ul li a:not(.btn) i {
  font-size: 20px;
  vertical-align: bottom;
  width: 18px;
  text-align: left;
}
@media (max-width: 1024px) {
  .dashboard-view .dashboard-panel.consumer-panel .tab-body {
    max-height: 60vh;
  }
}
@media (max-width: 450px) {
  .dashboard-view .dashboard-panel.consumer-panel .tab-bar .tab {
    font-size: 18px;
  }
}


/*# sourceMappingURL=funapp-styles-7.css.map*/