.highlight {
  color: #ffde59 !important;
}

.bar {
  width: 120px;
  height: 10px;
}

.is-sliced-bottom {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0 100%);
}

.is-sliced-top {
  clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
  margin-top: -30px;
}


.card-footer:last-child, .card-content:last-child, .card-header:last-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.slider-navigation-next, .slider-navigation-previous {
  background: #f2c50a center center no-repeat !important;
}
