/* v-select and v-textarea styling in fill-in-form */
.v-input.subnav-action-selection.v-text-field fieldset, .v-text-field .v-input__control {
    caret-color: #62bb46 !important;
    color: #62bb46 !important;
}
  
label.v-label.v-label--active.theme--dark.primary--text {
    color: #62bb46 !important;
}

i.v-icon.notranslate.mdi.mdi-menu-down.theme--dark.primary--text {
    color: #62bb46 !important;
}

.v-list-item.primary--text.v-list-item--active.v-list-item--link.theme--dark .v-list-item__title {
    color: #62bb46 !important;
}



.v-dialog > .v-card > .v-card__title {
    word-break: break-word;
}


/* toggle button tasks */
.v-btn-toggle > .v-btn.v-btn--active {
    background-color: #62bb46 !important;
}