html, body{
    height: 100%;
    overflow: hidden;
  }
  .container{
    background: #191b1f;
    height: 100%;
    text-align: center;
    position:relative;
  }
  .tooltip {
  position: absolute;
  padding: 0px 10px;
  width: fit-content;
  text-align: left;
  display: none;
  border: 1px solid #000;
  background: rgb(0 0 0 / 90%);
  color:#fff;
  }
  .tooltip{
      padding-top: 10;
      padding-bottom: 10;
  }
  .tooltip .ticker-info{
    width: 100%;
    margin-bottom:6px;
  }
  .tooltip .ticker{
    width: 100%;
    display: block;
    margin-bottom:10px;
    font-weight: bold;
  }
  .tooltip .description{
    width: 100%;
    display: block;
  }
  .tooltip .factors{
    width: 100%;
    display: block;
    margin-bottom: 18px;
  }
  .tooltip .cluster-info{
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .tooltip .top-topics{
    width: 100%;
    display: block;
    margin-top:20;
  }
  .tooltip .top-topics p{
    margin:6px 8px;
  }
  .search-container{margin:auto;max-width:600px;position: absolute;z-index: 1;}
  .search-container input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
  }

  #resetZoom{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    width: 107px;
    background: #b2b2b2;
    float: left;
    position: relative;
    z-index: 1;
    height: 28px;
    padding-top: 10px;
  }
  #resetZoom i{
    font-size: 15px;
    margin-top: 11px;
  }

  /*the container must be positioned relative:*/
  .custom-select {
    position: relative;
    font-family: Arial;
    width: 175px;
    float: right;
    margin-left: 5px;
    text-align: left;
    float: left;
    z-index: 1;
  }

  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }

  .select-selected {
    background-color: #b2b2b2;
  }

  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 19px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }

  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }

  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: #ffffff;
    padding: 9px 6px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
  }

  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #b2b2b2;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }

  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }

  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .loader{
      position: absolute;
      top: 0;
      left: 36%;
      color: #fff;
      z-index: 1;
      background: #009794;
      width: fit-content;
      padding: 9px 60px;
      min-width: 400px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
      display: none;
      z-index: 10;
  }

  .autocomplete-wrapper {
      float: right;
      position: absolute;
      right: 40px;
      /* top: 0; */
  }
  .autocomplete-wrapper input {
      height: 36px;
      width: 230px;
      background: #1e2329;
      border: 1px solid #b2b2b2;
      color: #fff;
      padding-left: 10px;
      border-right: 0px;
      outline:none;
  }
  .top-filters-container{
  //	padding: 10px 20px;
    position: absolute; 
    width: 100%;
    z-index: 1;
  }
  #chart-container{
    width:100%;
    height:100%;
    overflow:hidden;
  }
  svg {
    overflow:visible;
  }
  .search-btn{
      width: 33px;
      background: #b2b2b2;
      height: 40px;
      display: inline-block;
      vertical-align: top;
      margin-left: -4px;
      border-right: 1px solid #000;
  }
  .clear-search-btn{
      width: 33px;
      background: #b2b2b2;
      height: 40px;
      display: inline-block;
      vertical-align: top;
      margin-left: -4px;
      border-right: 1px solid #000;
  }
  #resetZoom:hover, .clear-search-btn:hover, .search-btn:hover{
    background: #02a9d2;
  }
  .autocomplete-wrapper{z-index: 1;}
  .autocomplete-wrapper i{color: #fff;margin-top: 10px;z-index: 1;}
  .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    background: rgb(0 0 0 / 90%);
    color:#fff;
    z-index: 1;
  }
  .popup .popup-heading hr{
    width: 34px;
    display: inline-block;
    border: 1px solid #000;
    vertical-align: bottom;
    margin-left: 3px;
    margin-right: 3px;
  }

  .popup-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: 20px; */
    border: 1px solid #000;
    background: #fafafa;
    color:#000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 700px;
    /* min-height: 450px; */
  }

  .close {
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 20px;
    cursor: pointer;
  }
  .popup-body{
    text-align: left;
    min-height: 300px;
    overflow: hidden;
    margin-top: 10px;
  }
  .popup-heading{
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    background: #b2b2b2;
    height: 31px;
    padding-top: 8px;
    padding-left: 8px;
    
  }
  .tweets-container-scroll{max-height: 400px; overflow: auto;}
  /* .popup-heading .link-nodes{margin-left:20px;} */
  .tooltip-ponting-arrow{padding:0 10px;}
  .related-node{
    font-size: 7px;
    outline: 2px solid #ec9d00;
    border-radius: 50%;
  }
  .highlight-cluster{
    display: inline-block;
    float: left;
    width: 160px;
    color:#fff;
    display:none;
    height:auto;
  }
  .highlight-cluster .switch_box{
    float: right;
    margin-right: 10px;
    margin-bottom: -10px;
  }
  .highlight-cluster input[type="checkbox"] {
    display: none;
  }
  .highlight-cluster .custom-checkbox {
      display: inline-block;
      width: 25px;
      height: 25px;
      background-color: #eee;
      border: 1px solid #ccc; 
      cursor: pointer;
      margin-left: 7px;
      box-shadow: inset 0 0 3px #1d1d1d;
      margin-top: 7px;
  }
  .highlight-cluster .switch_box span {
    color: #fff;
    float: left;
    margin-right: 0px;
    margin-top: 12px;
    font-size: 14px;
  }
  .highlight-cluster input[type="checkbox"]:checked + .custom-checkbox {
    background-color: #b2b2b2;
    border-color: #d0caca;
  }
  .highlight-cluster .custom-checkbox::after {
    content: '\2713';
    font-size: 21px;
    color: white;
    display: none;
    padding-left: 3px;
  }
  .highlight-cluster input[type="checkbox"]:checked + .custom-checkbox::after {
      display: block;
  }
  .info{
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    float: left;
    margin: 5px 12px;
  }
  .help-popup-header{
    background: lightgrey;
    height: 37px;
    border-bottom: 1px solid #9e9e9e;
  }
  .close-btn{
    height: 28px;
    display: inline-block;
    float: right;
    margin: 5px;
  }
  .help-container{
    /* padding: 5px 20px; */
    background: #000;
    overflow: auto;
    height: calc(100% - 38px);
    width: 100%;
    overflow: auto;
  }
  .help-container p{
    text-align: justify;
    font-size: 12px;
    color: #fff;
    font-family: "Calibri", sans-serif;
  }
  .help-container p img{
    width:100%;
    height:auto;
  }
  .help-container p.img-container{
    width:400px;

  }
  .img-txt-wrapper{
    text-align: -webkit-center;
  }
  .body-text{
    padding: 0 18px;
  }