a.clickable-parent::after {
	content: "";
	position: absolute;
	inset: 0;
	cursor: pointer !important;
}

.text-alt {
	color: #435b79;
}
.smaller-text {
	font-size: 14px;
}

.relative {
	position: relative;
}

.disable-scrollbar {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
.disable-scrollbar::-webkit-scrollbar {
	display: none; /* Chrome Safari Opera */
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
	.disable-scrollbar {
		overflow-x: hidden;
	}
}
