.v-btn-text:hover {
    background-color: #0061AA !important;
}

/* VDP Link color change */
footer ul li a {
  color: #003ea9 !important;
}

.max-icon-size {
    --v-icon-primary:  #003ea9 !important;
    --v-icon-secondary: #003ea9 !important;
 }
 .image-span:before {
    background-color: #003ea9 !important;
}

.register-link {
  color:  #0052e1 !important;
}
/* VDP Link color change */
.iam-container {
    background-color: #f1f1f2 !important;
    min-height: calc(100vh - 200px) !important;
}

/* .v-text--brandline {
    font-size: 21px !important;
    color: white !important;
} */

/* VDS Upgrade to Angular 15 bug fix */ 

/* .v-footer-links li {
    color : #003ea9 !important;
    padding-inline-end: 0.5rem !important;
    padding-inline: 0rem;
}

.v-footer-links li:first-of-type {
    padding-inline: 0.5rem;
} */

header .v-tabs .v-tab a {
    color: #FFF !important;
    gap: 0px;
}

header .v-tabs .v-tab a .v-icon {
    --v-icon-primary: #fff !important;
    --v-icon-secondary: #fff !important;
    height: 1rem;
}

.footer-main-column {
    flex-basis: calc(30% - 32px) !important;
    padding-top: 1rem !important;
}
.footer-main-column .disclaimer {
    width: 80% !important;
}


.footer-link-column {
    flex-basis: calc(70% - 32px) !important;
    padding-left: 0 !important;
}

/* START GENAI */
.viam-link {
    text-decoration: none !important;
}

.viam-link:hover,
.viam-link:focus {
    text-decoration: underline !important;
}
/* END GENAI */

