.overflow-hidden {
	overflow: hidden;
}

.bg-black {
	background-color: rgb(0, 0, 0);
}

.w-full {
	width: 100%;
}

.h-full {
	height: 100%;
}

.w-screen {
	width: 100vw;
}

.h-screen {
	height: 100vh;
}

.z-\[1040\] {
	z-index: 1040;
}

.z-\[1041\] {
	z-index: 1041;
}

.z-\[10000\] {
	z-index: 10000;
}

.fixed {
	position: fixed;
}

.relative {
	position: relative;
}

.top-0 {
	top: 0;
}

.left-0 {
	left: 0;
}

.transform-none {
	transform: none;
}

.flex {
	display: flex;
}

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

.opacity-50 {
	opacity: 0.5;
}

@media (min-width: 576px) {
	.sm\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.sm\:my-10 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}

	.sm\:max-h-\[calc\(100\%-5rem\)\] {
		max-height: calc(100% - 5rem);
	}

	.sm\:min-h-\[calc\(100\%-5rem\)\] {
		min-height: calc(100% - 5rem);
	}

	.sm\:max-w-\[486px\] {
		max-width: 486px;
	}

	.sm\:grow-0 {
		flex-grow: 0;
	}

	.sm\:p-4 {
		padding: 1rem;
	}
}

*,
:after,
:before {
	box-sizing: border-box;
	border: 0 solid #e5e7eb;
}
