.v-input__append-inner .v-input__icon.v-input__icon--clear {
    margin-bottom: 0.5rem;
}

.v-input__icon.v-input__icon--append {
    cursor: pointer;
}

.required-indicator {
    color: var(--tertiary-color);
    margin-left: 2px;
}

.justify-left {
    justify-content: left !important;
}

.search-result-container {
    max-height: 4rem;
}

.no-pad-top {
    padding-top: 0 !important;
}

.no-pad-bottom {
    padding-bottom: 0 !important;
}

.text-black {
    color: black !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.v-label {
    font-size: 15px !important;
    color: black !important;
}

.v-card__title.subheading {
    word-break: break-word;
}

.v-input--radio-group--row legend {
    font-weight: normal;
    font-size: 14px !important;
    letter-spacing: 1px;
}

.v-dialog > .v-card > .v-card__title {
    padding: 16px 24px 10px 1rem !important;
}

.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
    
}

.v-item-group {
    margin-bottom: 1rem;
}

.v-list-item--dense.v-list-item--two-line,
.v-list--dense .v-list-item.v-list-item--two-line {
    min-height: 2.5rem !important;
}

.v-card__text.tighter {
    padding: 5px;
}

.forgot-pwd-link {
	font-size: 10px !important;
	margin: 0;
}

.cannot-automate > td:last-of-type {
	border-right: solid var(--tertiary-color) !important;
}