.flex {
	display: flex;
}

.items-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.text-center {
	text-align: center;
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.rounded {
	border-radius: 0.25rem;
}

.p-4 {
	padding: 1rem;
}

.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-custom {
	width: 100%;
	padding: 8px 16px;
	margin: 4px 0;
	display: inline-block;
	border: 1.5px solid #ccc;
	border-radius: 0.25rem;
	box-sizing: border-box;
}

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus\:border-blue-400:focus {
	border-color: rgba(96, 165, 250, 1);
}

.btn-custom {
	width: 100%;
	background-color: #e54e24;
	color: white;
	padding: 10px 10px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.link {
	color: rgba(96, 165, 250, 1);
	text-decoration: none;
}
