.fixed-topbar {
  position: fixed;
  top: 0;
  left: 320px;
  right: 0;
  padding: 30px 70px;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.fixed-topbar--content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px 20px;
}

.fixed-topbar--content-wrapper h6 {
  font-weight: 400 !important;
  font-size: 18px;
  margin-bottom: 0;
}

.fixed-topbar--content-wrapper h6 .leader-name {
  font-family: 'gilroy-medium';
}

.fixed-topbar--content-wrapper h6 .link-view {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
}

.fixed-topbar--content-wrapper h6 .link-view i {
  margin-left: 5px;
  font-size: 12px;
}

.fixed-topbar--content-wrapper h6 .link-view:hover {
  text-decoration: none;
  color: #212529;
}

.left-sidebar .header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 25px;
}

.left-sidebar .header-logo img {
  max-height: 50px;
}

.summary-card {
  position: relative;
}

.dashboard-wrapper .content-wrapper .summary-card h6 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.dashboard-wrapper .content-wrapper .summary-card .amount {
  font-size: 34px;
  font-weight: 600;
  text-align: left;
}

.summary-card i {
  position: absolute;
  font-size: 150px;
  z-index: 1;
  width: 50px;
  height: 50px;
  right: 40px;
  top: 0;
  opacity: .1;
  color: #c3912e;
  transform: rotate(-24deg);
}

.dashboard-wrapper .content-wrapper .summary-card--body p {
  margin-bottom: 0;
}

.dashboard-wrapper .content-wrapper .summary-card--body p strong {
  font-family: 'gilroy-bold';
}

.dashboard-wrapper .content-wrapper .summary-card--body p + p {
  margin-top: 5px;
}

.dashboard-wrapper .content-wrapper .summary-card--footer {
  margin-top: 20px;
}

.dashboard-wrapper .content-wrapper .summary-card--footer p {
  margin-bottom: 0;
}

.campaign-table .invested-percentage,
.campaign-table .teams-statistics .text-gray {
  color: #555;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.campaign-table .invested-percentage span {
  color: #212529;
  font-weight: 600;
  font-size: 15px;
}

.teams-statistics strong {
  display: block;
  font-size: 14px;
  line-height: 1;
}

.dashboard-wrapper.leader-dashboard .table thead th {
  white-space: nowrap;
}

.dashboard-wrapper.leader-dashboard .btn-grp-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 1199px) {
  .fixed-topbar {
    padding: 15px 40px;
  }
  .fixed-topbar--content-wrapper h6 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .fixed-topbar {
    left: 280px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .fixed-topbar--content-wrapper {
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .leader-dashboard .account-info-wrapper {
    gap: 28px;
    padding: 10px 20px;
  }
  .leader-dashboard .account-info-wrapper .account-info-box h3 {
    font-size: 16px;
  }
  .leader-dashboard .account-info-wrapper .account-info-box p {
    font-size: 12px;
  }
  .leader-dashboard .account-info-wrapper .account-info-box:nth-child(1)::before, 
  .leader-dashboard .account-info-wrapper .account-info-box:nth-child(2)::before {
    bottom: -14px;
  }
  .leader-dashboard .account-info-wrapper .account-info-box:not(:last-child):after {
    right: -14px;
  }
}

@media (max-width: 767px) {
  .fixed-topbar {
    position: relative;
    left: 0;
    padding: 0;
    border: 0;
  }
  .fixed-topbar--content-wrapper h6 .link-view {
    margin-left: 0;
  }
  .dashboard-wrapper.leader-dashboard .btn-grp-wrapper {
    justify-content: center;
  }
}