.pointer {
    cursor: pointer;
}
.v-application .col .green{
    background-color: #51A879 !important;
}
.v-application  .col .green--text{
    color: #51A879 !important
}
.v-application  .col  .blue{
    background-color: #4C7E96 !important
}
.v-application   .col .blue--text{
    color: #4C7E96 !important
}
.v-application  .col  .red{
    background-color: #ED8E72 !important
}
.v-application  .col .red--text{
    color: #ED8E72 !important
}
.v-application  .col .yellow{
    background-color: #EDB572 !important
}
.v-application  .col .yellow--text{
    color: #EDB572 !important
}