::-webkit-scrollbar {
	width: 8px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background: #ffffff;
}

::-webkit-scrollbar-thumb {
	background-color: #e4eaec;
	border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #d3d9db;
}

a {
	text-decoration: none !important;
	color: inherit !important;
	cursor: pointer !important;
}

.auth-input {
	width: 45px;
	height: 45px;
	padding: 0;
	font-size: 24px;
	text-align: center;
	margin-right: 12px;
	text-transform: uppercase;
	color: #494949;
	font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
		sans-serif;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	background: #fff;
	background-clip: padding-box;
}

.auth-input:focus {
	appearance: none;
	outline: 0;
	box-shadow: 0 0 0 3px rgb(131 192 253 / 50%);
}

.table-row-margin {
	margin-left: 16px;
}

.statement-collapse-enter {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
}

.statement-collapse-enter-active {
	max-height: 300px;
	opacity: 1;
	transition: max-height 250ms ease-out;
}

.statement-collapse-exit {
	max-height: 300px;
	opacity: 1;
}

.statement-collapse-exit-active {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 250ms ease-in;
}
