*,
:root {
	--ms-ring-color: #5bbad5 !important;
	--ms-option-bg-selected-pointed: #5bbad5 !important;
	--ms-option-bg-selected: #5bbad5 !important;
	--tw-ring-color: #5bbad5 !important;
	--primary-color: #5bbad5;
	--secondary-color: #000000;
	--ms-tag-bg: #5bbad5;
}

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
	border-color: var(--primary-color) !important;
}

.bg-primary {
	background-color: var(--primary-color) !important;
}

.primary-color {
	color: var(--primary-color) !important;
}

.text-primary {
	color: var(--primary-color) !important;
}

.hide-scroll-bar::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scroll-bar {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}