.card-subtitle {
  font-weight: 300;
  margin-bottom: 15px;
  color: #99abb4;
}
.kanban-column {
  min-height: 500px;
  overflow-y: auto;
}
.task-board {
  /* flex: 1; */
  flex-direction: row;
  justify-content: space-around;
  align-content: space-around;
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch; */
  /* align-items: center; */
  /* stretch */
}
.task-item {
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 2px;
  background-color: #f2f2f2;
  padding: 10px;
}
.sprint {
  background-color: rgba(0, 0, 0, 0.03);
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 5px 0;
}
.r-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.avatar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* padding-left: 12px; */
}
.avatar-group .avatar-group-item {
  margin-left: -14px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.avatar-group .avatar-group-item a:hover img {
  margin-top: -3px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: scale(1.3);
}
.d-inline-block {
  display: inline-block !important;
}
.avatar-lg {
  height: 6rem;
  width: 6rem;
}
.avatar-xl {
  height: 4rem;
  width: 4rem;
}
.avatar-sm {
  height: 2rem;
  width: 2rem;
}
.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}
.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #038edc;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.rounded-circle {
  border-radius: 50% !important;
}
img,
svg {
  vertical-align: middle;
}
.bx {
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1;
}
.tasks {
  margin-left: 2px;
}
.attachments {
  margin-left: 2px;
}
.messages {
  margin-left: 2px;
}
.comments {
  margin-left: 2px;
}
.me-2 {
  margin-right: 10px;
}
.font-size-10 {
  font-size: 10px !important;
}
.font-size-11 {
  font-size: 11px !important;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-13 {
  font-size: 13px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-15 {
  font-size: 15px !important;
}
.fw-medium {
  font-weight: 500;
}
.animated-progess {
  position: relative;
}
.animated-progess .progress-bar {
  position: relative;
  border-radius: 30px;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
}

.badge-soft-primary {
  color: #038edc;
  background-color: rgba(3, 142, 220, 0.1);
}
.badge-soft-purple {
  color: #564ab1;
  background-color: rgba(86, 74, 177, 0.1);
}
.badge-soft-warning {
  color: #f7cc53;
  background-color: rgba(247, 204, 83, 0.1);
}
.badge-soft-success {
  color: #51d28c;
  background-color: rgba(81, 210, 140, 0.1);
}
.badge-soft-danger {
  color: #f34e4e;
  background-color: rgba(243, 78, 78, 0.1);
}
.badge-soft-dark {
  ccolor: #564ab1;
  background-color: rgba(86, 74, 177, 0.1);
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-item {
  font-size: 85%;
  font-weight: normal;
  padding: 5px 15px !important;
}

.stats {
  background: #f2f5f8 !important;
  color: #000 !important;
}
.articles,
.followers,
.rating {
  font-size: 10px;
  color: #455a64;
}
.number1,
.number2,
.number3 {
  font-weight: 500;
  color: #000 !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.border-dashed {
  border-style: dashed !important;
  border-color: var(--bs-border-dashed-color);
}
.red {
  background-color: red !important;
}
