  input.form-control {
    outline: none;
    box-shadow: none !important
  }

  #emoji-counts {
    margin-left: -18px;
  }

  #searchInput {
    padding-left: 5px;
  }
  .navbar a{
    color:white;
    font-weight:bolder;
  }

  .navbar a:hover{
    color:orange;
    
  }
  .emoji {
        font-size: 24px; 
        position: relative; 
    }
.tooltip-inner {
    background-color: #2f4fff;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #2f4fff !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #2f4fff !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #2f4fff !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #2f4fff !important;
}
#searchResults {
    position: absolute;
    background-color: white;
    color: darkslategray;
    width: 100%;
    z-index: 2;
    border: 1px solid #a2a9b1;
    border-top: 0;
}
#searchResults a {
    color: darkslategray;
    margin: 8px;
    text-decoration:none;
}
.mega-content.px-4 a{
    color:black;
}
.icon-demo .flag-icon{
  width:10rem;
}
