body {
	font-family: Inter !important;
}
.justify-center {
	justify-content: center;
}
.v-card__title {
	font-weight: 700 !important;
	font-size: 32px !important;
	color: #071110;
}
.v-card__subtitle {
	font-size: 17px !important;
	color: #7d8fab;
}
.v-card__title + .v-card__subtitle {
	margin-top: 0 !important;
}
.button {
	width: 100% !important;
	border-radius: 12px !important;
}
.theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) {
	color: #ffffff !important;
	opacity: 0.5;
}
.theme--light.v-input {
	color: #ccd3db !important;
}
.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)
	> .v-input__control
	> .v-input__slot
	fieldset {
	color: #ccd3db !important;
	border-radius: 16px !important;
}

.v-text-field--outlined fieldset {
	border: 1px solid #ccd3db !important;
	border-radius: 16px !important;
}
.v-otp-input .v-input {
	padding: 7px !important;
}

.modalLabel {
	color: #071110;
	font-size: 14px;
	line-height: 17px;
}

h2 {
	color: black !important;
}
.modalButton {
	width: 113px !important;
}
.v-dialog {
	border-radius: 12px !important;
}
.authCard {
	margin-top: 40px;
}
.goal--card {
	border: 1px solid #ccd3db !important;
	border-radius: 12px !important;
	box-shadow: none !important;
}
.breadcrumb h1 {
	font-size: 40px !important;
}
.breadcrumb--label {
	color: #047857 !important;
}
.breadcrumb--bg {
	background-color: rgba(4, 120, 87, 0.05);
}
.primary--text {
	color: #047857 !important;
	font-weight: 700 !important;
}
.btns {
	padding: 0 30px !important;
}
.v-btn--outlined {
	border: 1px solid #ccd3db !important;
}
.v-tabs-bar {
	border-radius: 12px !important;
}
.theme--dark.v-icon {
	color: black !important;
}

.v-sheet.v-toolbar {
	box-shadow: none !important;
	height: auto !important;
}
.sub-header--text {
	color: #7d8fab;
}
.v-toolbar__content {
	height: auto !important;
}
.header--border {
	border-top: 1px solid #e3e5ed;
	border-bottom: 1px solid #e3e5ed;
}
.menu_rounded {
	border-radius: 40px !important;
}
.theme--dark.v-btn.v-btn--icon {
	color: black !important;
}
.v-btn--icon.v-size--default {
	height: 0 !important;
}

