.nav-pills-bg-soft {
	background-color: rgba(6, 106, 201, 0.1);
	padding: 0.625rem 0;
	border-radius: 0.625rem;
}
@media (min-width: 576px) {
    .justify-content-sm-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
  }
  @media (min-width: 576px) {
    .me-sm-5 {
      margin-right: 3rem !important;
    }
  }
/*
  .bg-primary {
    background-color: rgba(6, 106, 201, 0.1) !important;
  }
*/
  .text-bg-white {
    color: #000 !important;
    background-color: RGBA(255, 255, 255, 1) !important;
  }

  .bg-dark {
    background-color: rgba(36, 41, 45, 0.4) !important;
  }

  /*
  .card, .overflow-hidden {
	will-change: transform;
}
*/

.bg-overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.card-img, .card-img-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .opacity-4 {
    opacity: .4 !important;
  }

  .card .card-img-overlay {
    z-index: 2;
  }

  .card-title, .card-title a{
    color: rgb(36, 41, 45);
  }

  .gap-2 {
    gap: .5rem !important;
  }

  .hstack {
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.fw-bold {
	font-weight: 700 !important;
}

.rounded-1 {
	border-radius: 0.2rem !important;
}

#course-pills-tabContent .nav-pills-bg-soft .nav-link {
	color: rgb(6, 106, 201) !important;
}
#course-pills-tabContent .nav-pills .nav-link.active, #course-pills-tabContent .nav-pills .show > .nav-link {
	color: #fff !important;
	background-color: rgb(6, 106, 201) !important;
}

@media (min-width: 1200px) {
    .fs-2 {
      font-size: 2.34375rem !important;
    }
  }