
.link{
    text-decoration: none;
}

.error{
    color: tomato;
}

*{
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Ubuntu', sans-serif; */
}

th{
    font-weight: 100 !important;
    padding: 6px 16px !important;
    color:white;
    background-color: #0084C4;
}
tr{
    /* font-weight: 100 !important; */
    padding: 6px 16px !important;
}

body{
    color: #444 !important;
}

.dropdown-menu{
    padding: 0px !important;
}

.dropdown-item{
    font-size: 14px !important;
    padding: 5px 9px !important;
    border-bottom: 1px solid #ebebeb !important;
}

.alert{
    padding: 8px 16px !important;
}

option{
    font-size:14px;
}

.dataTables_filter{
    display: none;
    padding: 10px !important;
}
 
.infoicon {
  position: relative;
  display: inline-block;
}

.infoicon .infoicontext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the infoicon */
  position: absolute;
  z-index: 1;
}

.infoicon:hover .infoicontext {
  visibility: visible;
}