/* your styles go here */
/*html {zoom: 90%;}*/

.client-logo{
	margin-bottom: 20%;
}
.manufacture-logo{
  margin-bottom: 30%;
}

.info{
	font-size: 12px;
}

/* SCROLLBAR */

#sidebar{
  max-height: 150vh; overflow-y: scroll;

}



/* Let's get this party started */
::-webkit-scrollbar {
    width: 9px;
}


/* Track */
::-webkit-scrollbar-track {
    background: #34373d;
    border: 4px solid transparent;
    background-clip: content-box;  
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #34373d;
    border: 1px solid #34373d;
}


.table .fa-check{
 color: green;
}

.table .fa-times{
  color: red;
}