.nav-item {
  border-radius: 6px 6px 0 0;
}

.tab-content .tab-pane {
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  padding: 35px 30px 25px 30px;
}

/* استایل های دایره عدد کنار نام تب */

.nav-link .tabBadge {
  margin-right: 5px;
  background-color: #9f9f9f;
  width: 25px;
  height: 25px;
  display: inline-flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  box-shadow: 0 0 5px #8f8f8f;
  color: #d3d3d3;
}

.nav-link.active .tabBadge {
  background-color: #0d6efd;
  box-shadow: 0 0 5px #586cff;
  color: #ffffff;
}

/* پایان استایل های دایره عدد کنار نام تب */

