.filtr-item {
  padding-top: 30px;
}

.filtr-controls span {
  cursor: pointer;
}

.filtr-controls span:after {
  content: ' ';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: transparent;
  transition: all .6s ease;
}

.filtr-controls span.active:after {
  width: 100%;
  left: 0;
  background: #000;
}

.filtr-loading {
  border: 5px solid #333;
  position: relative;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: 80px 0;
  opacity: 0;
  top: 0;
  width: 40px;
  z-index: 2;
  animation: pulsate 1s ease-out infinite;
}

@keyframes pulsate {
}

*::-webkit-scrollbar-track {
  background: #191919;
}

*::-webkit-scrollbar {
  width: 13px;
}

scrollbar-width: thin; scrollbar-color: #121212 #303030; {
}

*::-webkit-scrollbar-thumb {
  background-color: #121212;
  border-radius: 10px;
  /*border: 0px solid #ffffff;*/
}

.titlee {
  font-size: 40px !important;
  margin-bottom: -20px;
  font-family: 'Edit Undo BRK' !important;
  text-shadow: 0px 0px 20px rgba(255,255,255,0) !important;
}

.card-header {
  height: auto;
}

.card-video {
  height: 100% !important;
}

.size-codeblocks {
  /*font-size: 40px !important;*/
  margin-bottom: 0.4rem !important;
  font-family: basis33 !important;
  /*margin-top: 7rem !important;*/
  font-size: 30px !important;
}

.title-tag {
  margin-bottom: 0.6rem !important;
  font-family: inter !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-top: -4.6rem !important;
  padding: 5.7px;
  padding-top: 5.7px;
  padding-bottom: 5.7px;
  padding-right: 14.7px;
  padding-left: 13.7px;
}

