.owl-dots {
  text-align: center;
  margin-top: 32px;
}
.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #DBDEE8;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.2s ease;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span {
  background: #0197F6;
  width: 30px;
}
.video-list {
  margin-bottom: 1.25rem;
}
.video-list__caption {
  margin-bottom: 1.25rem;
  font-size: 20px;
  color: #2F3742;
}
.video-list__items {
  display: flex;
  padding: 21px;
  margin: -21px;
  overflow: hidden;
}
.video-list__items .owl-carousel {
  display: flex;
}
.video-list__items .owl-carousel .owl-stage-outer {
  padding: 18px;
  margin: -18px;
}
.video-list__items .owl-carousel .owl-nav .owl-prev, .video-list__items .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 38px;
  height: 38px !important;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: #717C8B;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #dee2e6;
  line-height: 1px;
}
.video-list__items .owl-carousel .owl-nav .owl-next {
  left: -22px;
}
.video-list__items .owl-carousel .owl-nav .owl-prev {
  right: -18px;
}
.video-list__items .owl-carousel .owl-nav .disabled {
  display: none;
}
.video-list__items--show-all {
  display: flex;
  flex-wrap: wrap;
  margin-left: -23px;
}
.empty-message {
  margin-bottom: 3.75rem;
}
.empty-message .card:hover {
  box-shadow: 0 3px 4.75px 0.25px rgba(24, 23, 24, 0.03) !important;
}
.empty-message__main-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 120px;
  width: 50%;
  margin: 0 auto 1.25rem;
  border: 1px solid #dee2e6;
}
.empty-message__main-text > div:first-of-type {
  font-size: 16px;
}
.empty-message__main-text > div:last-of-type {
  font-size: 12px;
}
.empty-message__filters-list {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: 0.625rem auto 1.25rem;
}
.empty-message__filters-list .filter-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  height: 35px;
  margin: 0 0 0.625rem 0.625rem;
  padding: 0 10px;
  border: 1px solid #dee2e6;
  cursor: pointer;
  font-size: 12px;
}
.empty-message__filters-list i {
  display: flex;
  margin-right: 5px;
  color: #4E5C6E;
  font-size: 16px;
}
