nav.navbar{
    padding-left: 2rem;
    padding-right: 2rem;
}

.bg-dark {
    background-color: #000000!important;
}

.outerwrapper{
    margin-top: 70px;
}

#login-container{
    width: 300px;
    margin: 100px auto;
}

.table td, .table th{
    font-size: 13px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.table td input, .table td select {
    font-size: 13px;
}


.time-to-live-wrapper{

}

.header-icon{
  color:#1cc88a;
}

.text-primary {
  color: #555555 !important
}

.sidebar{
  background-color: #000000;
}

.sidebar-dark .sidebar-brand {
  color: #4d4d4d;
}

/* .sidebar {
    height: calc(100vh - 54px); 
} */

/* .form-control:focus{
    outline: none;
    box-shadow: none;
} */

.slider {
    margin-top: 11px;
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }

  .slider:focus{
    border-color: #ced4da;
    box-shadow: none;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #000000;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
  }

  #keyword-search-input-flexdatalist-results.flexdatalist-results li.active{
    background: #4e73df;
  }