.text-dark {
	color: #000000 !important;
}
.text-light {
	color: #ffffff !important;
}
@font-face {
    font-family: helveticabold;
    src: url('fonts/HelveticaNeue-CondensedBold.ttf');
}

.f_helvetica{
    font-family: helveticabold !important;
}
@font-face {
    font-family: helveticanormal;
    src: url('fonts/HelveticaNeue-Condensed.ttf');
}

.f_helveticas{
    font-family: helveticanormal !important;
}

.max-text {
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gradient1 {
  background: rgb(192,201,203);
background: linear-gradient(0deg, rgba(192,201,203,1) 3%, rgba(255,255,255,1) 99%);
}
.gradient2 {
  background: rgb(153,153,153);
background: linear-gradient(90deg, rgba(153,153,153,1) 0%, rgba(255,255,255,1) 45%);
}
