#paths {
  display: flex;
  justify-content: center;
}

.paths-dark#paths .shadow-light {
  box-shadow: none;
}

.paths-dark#paths .card {
  border: none;
  color: #4a4d51;
}

.paths-dark .slick-dots .slick-active button {
  background-color: #515c72;
}

.cursor-pointer {
  cursor: pointer;
}

.dark {
  background: #1d2538;
}

.dark h5 {
  color: #f9f1f1;
}

.dark p,
.dark div {
  color: #aaa;
}

.dark p.small {
  font-size: 14px;
}

.dark > div {
  background: #384258;
  border-radius: 3px;
}

.thm-progress-bar {
  height: 8px;
  overflow: hidden;
  border-radius: 8px;
}

.thm-progress-bar .inner {
  height: 8px;
  border-radius: 8px;
  background: var(--hacker-green);
}

#paths .card {
  flex: 0 0 auto;
  width: 20em;
  min-width: 20em;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
}

#path-career-card {
  display: none;
}

.path-recommend-btn {
  color: #fff;
  background-color: #317dc8;
  transition: background-color 0.2s;
  min-height: 47px;
  font-size: 20px;
}

.path-recommend-btn:hover {
  background-color: #27639f;
  color: #fff;
}

.path-recommend-btn:focus,
.path-recommend-btn:active {
  outline: 0;
  box-shadow: none;
}

.path-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #212c42;
  opacity: 0.8;
}

.path-image-card {
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 0px;
}

.path-enroll-link {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.card-img-top:hover .path-enroll-link {
  opacity: 1;
  filter: brightness(100%);
  z-index: 100;
}

.carousel-hover:hover i {
  color: #eee;
}

.path-options {
  text-align: center;
}

.path-options button {
  font-size: 18px;
}

.path-image-large {
  width: 100%;
  height: 270px;
  /* border-radius: 5px; */
  object-fit: cover;
  filter: brightness(55%);
}

.path-floating-label,
.path-floating-label-full {
  position: absolute;
  z-index: 8;
  bottom: 0;
  background: #2f82fb; /* e74c3c 689e0b */
  padding: 10px 15px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Ubuntu Mono';
  border-top-right-radius: 5px;
  font-size: 20px;
}

.path-floating-label.large {
  font-size: 200%;
  border-top-left-radius: 5px;
}

.path-preview,
.path-preview > .card-img-top,
.path-preview > .card-img-top > .card-img {
  border-radius: 5px;
}

.card-img-top {
  position: relative;
  display: inline-block;
  height: 200px;
  margin: auto;
  vertical-align: middle;
  text-align: center;
}

.card-img {
  margin: auto;
  /* width: 50%; */
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.path-body > ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.path-body > ul > li::before {
  content: '• ';
  color: var(--hacker-green); /* or whatever color you prefer */
  filter: brightness(90%);
  margin-right: 6px;
}

.path-body > ul > li {
  margin-top: 0.2em;
}

.path-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-flow: row wrap;
  justify-content: center;
  font-size: 14px;
  height: 30px;
}

.path-footer div {
  padding: 4px 20px;
}

.path-footer-time {
  background-color: #e6e6e6ad;
  color: #6d6d6d;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 10px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 3px;
}

.path-footer-difficulty {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 10px;
  border-top-left-radius: 5px;
}

.web {
  background-color: #1c7892;
}

.networking {
  background-color: #4c607b;
}

.networking > img {
  width: 50%;
}

.web > img {
  width: 40%;
  left: -10px;
}

.windows {
  background-color: #43395b;
}

.increase-margin {
  margin: 1em;
  /* margin-bottom: .6em; */
}

.path-preview .card-img-top:hover > .card-img,
.card-img-top:hover > .path-floating-label-full {
  animation: color_change 0.7s forwards;
}

@keyframes color_change {
  from {
  }
  to {
    filter: brightness(55%);
  }
}

#path-banner {
  position: relative;
  background: #161e2d;
  color: white;
}

#path-into-stats {
  display: none;
}

.path-card {
  border-radius: 7px;
}

.path-header {
  padding: 10px 32px 10px 16px;
  cursor: pointer;
  background: transparent;
  border: none;
}

.path-header-title {
  position: relative;
  display: grid;
  grid-template-columns: 55px 85% 20px;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: auto;
  align-items: center !important;
}

.path-section-rooms a:last-child > .path-tasks-grid {
  margin-bottom: 0;
}

.path-progress {
  height: 9px;
}

.path-section-img {
  display: inline-block;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 18px;
}

.path-section-intro p:last-child,
.path-section-intro ul:last-child {
  margin-bottom: 0;
}

#path-cert-download {
  position: absolute;
  right: 17px;
  top: 17px;
  font-size: 12px;
  padding: 6px 7px;
}

.path-card .badge-card {
  width: auto;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.path-card .badge-image {
  width: 80px;
  filter: none;
  margin-bottom: 0;
}

.prereq-link {
  color: var(--hacker-green);
  opacity: 1;
}

.introjs-tooltip-header {
  display: none;
}

.path-gradient {
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0px;
  background: linear-gradient(180deg, rgba(33, 37, 41, 0) 50%, #212529 100%);
  border-radius: 5px;
  display: none;
}

.path-card-progress {
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 200px;
  color: white;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  padding: 0px 12px 12px 12px;
}

.path-img-container {
  position: relative;
  margin-right: 16px;
}

.path-checkmark {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
}

.path-completed {
  filter: invert(88%) sepia(18%) saturate(6760%) hue-rotate(31deg) brightness(95%) contrast(84%); /* #89CC15 */
}

.path-outline-text {
  font-size: 20px;
  margin-top: 23px;
}

.learning-scheduler .equals span {
  border-radius: 50%;
  background: gray;
  width: 64px;
  height: 64px;
}

.learning-scheduler .date {
  font-size: 20px;
  color: #f9f1f1;
}

.learning-scheduler input {
  background: none;
  border: none;
  outline: none;
  width: 40px;
  text-align: center;
  height: 100%;
  color: #f9f1f1;
  font-size: 20px;
}

.learning-scheduler button {
  background: #384258;
  color: #ccc;
  border: 2px solid #aaa;

  transition: color 0.2s, border 0.2s, transform 0.2s;
}

.learning-scheduler button:hover {
  border: 2px solid var(--hacker-green);
  color: var(--hacker-green);
  transform: translateY(-3px);
}
.learning-scheduler button .fa-check {
  /*color: #6e9a23*/
  color: var(--hacker-green);
}

/* Chrome, Safari, Edge, Opera */
.learning-scheduler input::-webkit-outer-spin-button,
.learning-scheduler input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.learning-scheduler input[type='number'] {
  -moz-appearance: textfield;
}
