@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@1,300..900&display=swap");
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
  color: var(--cl-white);
  line-height: 1.8;
  background-color: var(--body-bg);
}
p {
  font-size: 14px;
}
@font-face {
  font-family: "annapolis";
  src: url("../fonts/annapolis.woff") format("woff");
}
@font-face {
  font-family: "conthrax";
  src: url("../fonts/Conthrax-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "roboto-mono";
  src: url("../fonts/RobotoMono-Medium.woff") format("woff");
}
@font-face {
  font-family: "roboto-mono-italic";
  src: url("../fonts/RobotoMono-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "roboto-mono-reg";
  src: url("../fonts/RobotoMono-Regular.woff") format("woff");
}
@font-face {
  font-family: "roboto-mono-semi";
  src: url("../fonts/RobotoMono-SemiBold.woff") format("woff");
}
:root {
  --body-bg: #0b0b0b;
  --cl-white: #fff;
  --cl-border: #31313b;
  --cl-description: #ebebeb;
  --theme-green: #00cc0a;
  --theme-blue: #0075ff;
  --conthrax: "conthrax" !important;
  --roboto-mono: "roboto-mono-reg" !important;
  --roboto-mono-italic: "roboto-mono-italic" !important;
  --border-col: #333333;
  --link-col: #3ec745;
  --para-col: #737373 !important;
  --link-col: #3ec745;
}
.blue {
  background-color: #131313db;
}
.status-heads {
  font-size: 16px;
}
/* post images  */
.blog-post-content .content-ss {
      width: 400px;
      margin: 40px 0;
}
.banner-img-res img{  
  width: 100%;
  margin: 20px 0;
}
.blog-post-content .sec-imgs{
  width: 70%;
}
/* end  */
header {
  border-bottom: 1px solid #2e2e2e;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: transparent;
  padding: 15px 30px 15px !important;
  background-color: #0b0b0b !important;
}
header .header-row-main {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
p {
  font-size: 14px;
  font-weight: 300;
  color: #8D8D8D;
  font-family: var(--roboto-mono) !important;
}
.col-fff{
  color: var(--cl-white) ;
}
header .hamburger-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 2;
  margin: 25px;
  display: none;
}
header .hamburger-icon .bar {
  transition: 0.4s;
  margin: 25px;
}
header .hamburger-icon .bar-1 {
  display: block;
  width: 25px;
  border-top: 2px solid var(--cl-white);
  padding-top: 5px;
  cursor: pointer;
  transition: 0.4s;
}
header .hamburger-icon .bar-2 {
  display: block;
  width: 20px;
  border-top: 2px solid var(--cl-white);
  padding-top: 5px;
  transition: 0.4s;
}
header .hamburger-icon .bar-3 {
  display: block;
  width: 14px;
  border-top: 2px solid var(--cl-white);
  padding-top: 5px;
  transition: 0.4s;
}
header .hamburger-icon .change .bar-1 {
  transform: rotate(-45deg) translate(-4px, 8px);
  width: 26px;
}
header .hamburger-icon .change .bar-2 {
  opacity: 1;
  transform: rotate(45deg) translate(1px, 1.5px);
  width: 26px;
}
header .hamburger-icon .change .bar-3 {
  transform: rotate(45deg) translate(-14px, -9.8px);
  display: none;
}
header .menu-items {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: end;
  border-radius: 40px;
  position: relative;
}
header .menu-items li {
  list-style-type: none;
  /* position: relative; */
}
header .menu-items li a {
  text-decoration: none;
  padding: 0px 17px;
  font-weight: 400;
  font-size: 17px;
  color: var(--cl-white);
  cursor: pointer;
  align-items: center;
}
header .menu-items .menu-parent-list:hover a {
  color: #01ea0d;
}
header .menu-items .menu-parent-list:hover .toggle-arrow-white {
  filter: brightness(0) saturate(100%) invert(58%) sepia(20%) saturate(7120%)
    hue-rotate(88deg) brightness(118%) contrast(122%);
  transform: rotate(-90deg);
  transition: transform 0.5s;
}
.header-menus-list {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "inter";
}
.menus-header {
  margin-top: 9px;
  color: #ebebeb;
  font-family: "inter";
}
a {
  text-decoration: none;
}
.blog-wrapper img {
  width: 100%;
   transition: transform 0.4s ease;
   z-index: 9;
   position: relative;
}

.logo-content img {
  width: 170px;
  margin-top: 5px;
}

.blog-wrapper .inner-box {
    background-color: #111111;
    min-height: 100%;
   transition: transform 0.4s ease;
    border: 1px solid #282828;
    overflow: hidden;
}
/* .blog-wrapper .inner-box:hover{
    transform: scale(1.01);
} */
.blog-wrapper {
  padding: 20px;
}
.copy-rights {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--body-bg);
  padding: 22px;
}
.copy-rights p {
  margin: 0;
  font-weight: 100;
  font-size: 13px;
  opacity: 0.9;
}
.copy-rights a {
  color: white;
  text-decoration: none;
}
.blog-wrapper .bl-description {
  margin-bottom: 60px;
}
.blog-wrapper h4 {
     font-family: var(--conthrax);
     text-transform: uppercase;
     margin-bottom: 15px;
     font-size: 1.2rem;
     line-height: 1.6;
}
.read-more-btn{
    color: #000;
    background-color: #fff;
    padding: 8px 8px;
    font-weight: bolder;
    font-size: 14px;
    display: inline-block;
    width: max-content;
    white-space: nowrap;
    text-align: center;
    margin-top: 20px;
    z-index: 2;
    position: absolute;
    right: 0;
    left: 20px;
    bottom: 18px;
    min-width: 150px;
}
.read-more-btn:hover{
  background: #3ec745 !important;
}


.blog-wrapper .bl-date-time {
      display: flex;
    justify-content: space-between;
    padding: 5px 0px;
    width: 90%;
    margin: 8px auto 0px;
}
.bl-date-time p {
  margin-bottom: 0;
}
.col-dark-green {
  color: #3ec745 !important;
}
.bl-inside {
  padding: 10px 20px 20px;
  position: relative;
}
.blog-wrapper .bl-img {
  display: inline-block;
  overflow: hidden;
}
.hero-blog-main {
  /* background: url(../img/dotted-bg.png); */
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 30px 0px 30px; */
  position: relative;
}
.search-field {
  display: flex;
  gap: 5px;
  position: relative;
  gap: 10px;
}
#searchInput {
      outline: none;
    font-size: 14px;
   padding: 7px 40px 7px 15px;
    outline: unset;
    border: unset;
    background-color: #1A1A1A;
    color: #ebebeb;
    font-family: var(--roboto-mono);  
    min-width: 330px;
    height: 40px;
}
.search-icon{
        position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto 0;
    cursor: pointer;
}
.search-field button {
 background-color: #000;
    border: 1px solid #8d8d8dbb;
    /* color: #ebebeb; */
    padding: 7px 15px;
    font-size: 14px;
    cursor: pointer;
    background: #fff;
    height: 40px;
}
.categories {
     background-color: var(--body-bg);
    outline: unset;
    border: 1px solid #444444;
    margin: 0 10px;
    color: #ebebeb;
    font-size: 13px;
    text-transform: capitalize;
    padding: 8px 11px;
    font-family: var(--roboto-mono);
    cursor: pointer;
    position: relative;
    min-width: 110px;
    align-items: center;
    text-align: center;
    height: 40px;
    text-transform: uppercase;
}
.dropdown-sugg {
  position: absolute;
  border: 1px solid #444444;
  padding: 8px 13px;
  top: 45px;
  display: none;
  font-size: 14px;
  background-color: var(--body-bg);
  min-width: 330px;
  font-family: var(--boboto-mono);
}

.dropdown-sugg div {
 padding: 8px;
    cursor: pointer;
    color: #737373;
    text-align: left;
    font-family: var(--roboto-mono);
    text-transform: capitalize;
}
.bl-post-banner {
  width: 100%;
  border: 1px solid #282828;
  margin-bottom: 15px;
}
.blog-post h1 {
  font-family: var(--conthrax);
  text-transform: uppercase;
  margin: 0px 0px 20px;
  font-size: 30px;
}
.blog-post h4 {
  margin: 0px 0px 10px;
  font-size: 18px;
  padding-block-start: 20px;
}
.bl-tag {
  display: flex;
  gap: 8px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.bl-tag p {
  color: #acacac !important;
  border: 1px solid #acacac;
  font-size: 13px;
  padding: 0px 11px;
  margin: 0;
  text-transform: capitalize;
}
.bl-key-nav {
  /* border: 1px solid #444444; */
  /* padding: 8px 20px 10px; */
  font-size: 14px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.jump-to-head {
  font-size: 16px;
  font-family: var(--roboto-mono);
}
a {
  font-family: var(--roboto-mono);
}
.post-article .bl-key-nav a {
  padding: 10px 0;
  color: var(--para-col);
  display: block;
  text-transform: capitalize;
}
.post-article {
  padding: 30px 0 50px;
}
.bl-key-nav a:hover {
  color: #fff;
  cursor: pointer;
}
/* .post-article a {
  color: var(--link-col);
} */
.bl-footer {
  border-top: 1px solid #222222;
}
.post-head {
  font-size: 25px;
}
/* .bl-header {
  border-bottom: 1px solid #2e2e2e;
  position: unset;
  top: 0;
  z-index: 100;
  width: 100%;
  background: transparent;
  padding: 15px 30px 15px !important;
  background-color: #0b0b0b !important;
} */
 .bl-header-post{
  border-bottom: 1px solid #2e2e2e;
  position: unset;
  top: 0;
  z-index: 100;
  width: 100%;
  background: transparent;
  padding: 15px 30px 15px !important;
  background-color: #0b0b0b !important;
 }
.tag-filter {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.tag-filter p {
  margin: 0px 8px 0px 0px;
}
.tag-filter button {
  background-color: var(--body-bg);
  outline: unset;
  margin-right: 8px;
  font-size: 14px;
  text-transform: capitalize;
  padding: 2px 14px;
  font-family: var(--roboto-mono);
  color: #acacac !important;
  border: 1px solid #acacac;
}
.blog-main-section{
  margin-top: 70px;
}
/* .post-main-section{
  padding-top: 70px;
} */
.categories img {
  width: 13px;
  margin-top: -3px;
}

.cate-drp {
     position: absolute;
    width: 248px;
    text-align: left;
    background-color: var(--body-bg);
    border: 1px solid #444444;
    /* padding: 20px; */
    z-index: 2;
    top: 3.2rem;
    display: none;
    right: 0%;
    padding: 10px 5px;
    text-transform: capitalize !important;
}
.cate-drp li {
  list-style-type: none;
  font-size: 14px;
  color: var(--para-col);
  padding: 8px 15px;
  cursor: pointer;
  color: #acacac;
  border: unset !important;
}
.cate-drp li:hover {
  color: #cecbcb;
}
.categories {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.blog-item.hover-effect img {
    transform: scale(1.06);
    transition: transform 0.4s ease;
}
.blog-item.hover-effect .read-more-btn {
    background: #3ec745 !important;
    transition: background 0.4s ease;
}
.categories.open .categories-dropdown {
  display: block;
}
.blog-item {
  position: relative;
}
.bl-backBtn {
  background-color: var(--body-bg);
  outline: unset;
  border: 1px solid #8d8d8dbb;
  margin-right: 8px;
  margin-top: 8px;
  color: #ebebeb;
  font-size: 14px;
  text-transform: capitalize;
  padding: 5px 11px;
  display: inline-block;
  margin-top: 20px;
  font-family: var(--roboto-mono);
}
.btob-arrow {
  transform: rotate(90deg);
  margin-top: -3px;
}
.inner-date-time p {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}
.blpost-tim-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.blog-post-section {
  padding-right: 40px;
}
.beldex-blog-main {
  padding: 30px 0px 30px;
}
.blog-post-content h4 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.pagination-bl {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  justify-content: center;
}

.pagination-bl button {
  padding: 3px 12px;
  background: var(--body-bg);
  cursor: pointer;
  font-size: 14px;
  color: #737373;
  font-family: var(--roboto-mono);
  outline: unset;
  border: unset;
}

.pagination-bl button.active {
  background: #fff;
  color: #000;
}

.pagination-bl button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.anno-date-tag {
  display: flex;
  padding: 20px 0;
}
.announce-wrapper {
  margin: 50px 0 30px;
  background: url(../img/Dotted_BG_with_black.png);
  background-repeat: no-repeat;
  background-size: 100% 102%;
  background-position: center;
  position: relative;
}
.announce-inside {
  padding: 30px;
}
.date-announce {
  background-color: #ebebeb !important;
  border: 1px solid #444444;
  color: #000 !important;
  padding: 9px 10px;
  font-size: 13px;
}
.tag-announce {
  background-color: #000 !important;
  border: 1px solid #444444;
  color: #ebebeb !important;
  padding: 9px 10px;
  font-size: 13px;
}
.announce-head {
  padding: 20px 0;
}
.owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 15px;
  position: absolute;
  bottom: 1rem;
  left: 2rem;
}
.owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #000;
  display: block;
  border: 1px solid #ebebeb;
}

.owl-dot.active span {
  background: #ccc;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item img {
  place-self: end;
  display: block;
  width: 92%;
}

.blog-wrapper {
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  overflow: hidden;
}

/* Hidden blog */
.blog-wrapper.hide {
  opacity: 0;
  transform: translateY(10px);
  height: 0;
  margin-bottom: 0;
  padding: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}

/* Visible blog */
.blog-wrapper.show {
  opacity: 1;
  transform: translateY(0px);
  height: auto;
  margin-bottom: 16px;
  visibility: visible;
  pointer-events: auto;
}

.announce-wrapper.show-announcement {
  display: block;
}
h2 {
  font-family: var(--conthrax);
  font-size: 30px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
h4 {
  font-family: var(--conthrax);
}
h5 {
  font-family: var(--conthrax);
}
.post-tags p {
  background-color: var(--body-bg);
  outline: unset;
  border: 1px solid #8d8d8dbb;
  margin-right: 8px;
  color: #ACACAC;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0px 11px;
  display: inline-block;
  font-family: var(--roboto-mono);
}
.post-tags {
  display: flex;
  margin: 20px 0 10px;
  flex-wrap: wrap;
}
.post-prevnxt {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  font-size: 14px;
}
.post-prevnxt .bl-btn-prev {
  display: inline-block;
  background-color: var(--body-bg);
  outline: unset;
  border: 1px solid #8d8d8dbb;
  margin-right: 8px;
  margin-top: 8px;
  color: #ebebeb;
  font-size: 14px;
  text-transform: capitalize;
  padding: 4px 11px;
  font-family: var(--roboto-mono);
   min-width: 155px;
    text-align: center;
    cursor: pointer;
}
.arrow-rev{
  transform: rotate(-90deg);
}
.blog-post-content a{
  font-size: 14px;
}
/* .twitter-tweet{
  margin: 0 auto;
} */
.col-dark-green a{
  color: #3ec745 ;
}
.social_icons_header img{
  width: 30px;
}
.share-article{
  display: inline;
  color: #fff;
}
.blog-post-content li{
  color: #8D8D8D;
  font-size: 14px;
  font-family: var(--roboto-mono);
  font-weight: 300;
}
.blog-post-content a , .bl-description a{
  color: #3ec745;
}
.bl-description b{
  color: #d3d3d3;
}
.blog-post-content h5{
  font-size: 18px;
  font-family: var(--roboto-mono);
}

.blog-post-content br{
  line-height: 1.6;
}
.blog-post-content video{
    backdrop-filter: blur(1px);
}
.bc-tags a{
  color: #8D8D8D;
}
.def-font-head{
  font-size: 25px;
}
[data-tag].active {
  color: #fff !important;
  border: 1px solid #fff ;
}
 .overlay {
  position: absolute;
  pointer-events: none;
  user-select: none;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  filter: blur(60px);
  background-color: #3ec745;
  opacity: 0.5 !important;
  visibility: hidden;
}

.overlay-wrapper {
      position: relative;
    }

.overlay-wrapper:hover .overlay {
      visibility: visible;
    }
.bl-inside .bl-tag .active-tags{
    border:1px solid #3ec745;
    color: #3ec745 !important;
   }
   .blog-post-content b{
    color: #d3d3d3;

   }
    
::selection {
  background: #fff;
  color: black;
}
::-moz-selection {
  background: #fff;
  color: black;
}
.blog-post-content a{
  word-break: break-all;
}
.blog-post-content iframe{
  width: 100%;
  height: 500px;
}
i{
  font-family: var(--roboto-mono-italic);
    font-size: 14px;
    color: #c4c4c4;
    margin-bottom: 10px;
    display: inline-block;
}
h3{
  font-family: var(--conthrax);
  text-transform: uppercase;
}
   h5{
    margin-bottom: 1rem;
   }
   blockquote{
  font-family: var(--roboto-mono-italic);
  font-size: 14px;
  color: #c4c4c4;
  margin-bottom: 1rem;
  display: inline-block;
}
.table{
  width:100%; 
  border-collapse:collapse;
   min-width:600px;
}
.table-wrapper-bl{
  width:100%;
   overflow-x:auto;
}
.table-wrapper-bl th ,.table-wrapper-bl td{
  border:1px solid #acabab;
   padding:8px; 
   text-align:left;
   color: #8D8D8D;
   font-family: var(--roboto-mono);
   font-size: 14px;
}
th{
  color: #ffffffb9 !important;
}
#paginationBl {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  align-items: center;
}
.pagination-bl button:first-child{
  position: absolute;
  left: 0;
}
.pagination-bl button:last-child{
  position: absolute;
  right: 0;
}
.pagination-bl .nav-btn{
  padding:0 30px;
}
.pagination-bl .nav-btn img{
  width: 10px;
}
.dots {
  padding: 6px 10px;
  color: #888;
}
.control-btn {
    border: none;
    font-size: 15px;
    place-items: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: unset;
    margin-top: 5px;

}
.control-btn p{
  margin: 0;
}

.control-btn p{
  color: #c4c4c4;

}


 #timeline {
  width: 100%;
}
.range {
  appearance: none;
  width: 100%;
  background: #444444;
  border-radius: 12px;
}

.range::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    #ff0000 var(--range-progress),
    #ffffff34 var(--range-progress)
  );
  border-radius: 1rem;
}

.range::-webkit-slider-thumb {
  appearance: none;
  border: 1px solid #171720;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  border-radius: 50%;
  background: #14bd18;
  cursor: pointer;
  height: 15px;
  width: 15px;
  transform: translateY(calc(-95% + 8px));
}

input[type="range"]::-moz-range-thumb {
  appearance: none;
  border: 0.25rem solid #04ba2f;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  height: 22px;
  width: 22px;
  transform: translateY(calc(-30% + 8px));
}
.jump-to-heads {
    border: 1px solid #444444;
    padding: 8px 20px 10px;
}  
.timeline-container{
     width: auto;
    flex-grow: 1;
    padding: 0px 10px;
    display: flex;
    align-items: center;
}
#timeDisplay {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-family: var(--roboto-mono);
    color: #8D8D8D;
    display: flex;
    align-items: center;
  }
.speech-text-right{
 padding: 20px 20px 20px;
border: 1px solid #444444;
margin-top: 20px;
}
.audio-wrapper{
    border: 1px solid #444444;
    background-color: #1A1A1A;
    padding: 15px;
}
.media-links{
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}
.hear-text{
  margin-bottom: 10px;
  width: 100%;
}
.controls{
      display: flex;
    align-items: center;
    justify-content: center;
    gap:20px ;
    margin-top: 10px;
}
#icon{
transition: 0.2s ease;
    /* height: 40px; */
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    /* width: 40px; */
    border-radius: 100px;
    color: white;
    display: inline-block;
    padding: 7px;
    user-select: none;
}

.controls-inside{
 cursor: pointer;
    font-size: 14px;
    user-select: none;
    padding: 0px 5px;
    background: #444444;
    color: #acacac;
    height: 33px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--roboto-mono);
}
.audio-image{
  width: 17px;
}
.code-container {
  position: relative;
  border-radius: 0px;
  margin: 20px 0;
  border: 1px solid #444444;
}
pre {
 margin: 0;
    padding: 0px 20px 0px;
overflow-x: auto;
color: #eee;
}
.copy-btn {
  position: absolute;
    top: 10px;
    right: 10px;
     border: 1px solid #444444;
background-color: #0b0b0b;
    padding: 2px 12px;
    color: #fff;
    cursor: pointer;
    border-radius: 0px;
    font-size: 11px;
}
.copy-btn{
  font-family: var(--roboto-mono);
}
pre::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

pre::-webkit-scrollbar-track {
  background: #171a20;
}

pre::-webkit-scrollbar-thumb {
  background: #14bd18;
  border-radius: 10px;
}

pre::-webkit-scrollbar-thumb:hover {
  background: #418041;
}
.controls-inside p{
  color: #acacac;
}
.dropdown-sugg {
    position: absolute;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    display: none;
    z-index: 999;
  }

  .sugg-item {
    padding: 8px 10px;
    cursor: pointer;
  }

  .no-result {
    padding: 8px 10px;
    color: #888;
  }

  .highlight {
    background: yellow;
    color: black;
    padding: 0 2px;
  }