.text-color-white{
color:white !important;
}
.text-color-black{
color:black !important;
}
.bg-color-grey{
    color:grey !important;
}
.text-color-grey{
    color:#7e7e7e !important;
}
.bg-color-white{
    background-color:#fff !important;
}
.bg-color-black{
    background-color:black !important;
}
.bg-rgb-white{
    background-color: rgb(245, 245, 245) !important;
}
.bg-rgb-white-text-field{
    background-color: rgb(245, 245, 245) !important;
    border-color: rgb(245, 245, 245) !important;
    outline: none !important;
}