.shadow-sm {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow,
.shadow-sm {
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.rounded-md {
	border-radius: 0.375rem;
}

.rounded-full {
	border-radius: 9999px;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-gray-700 {
	opacity: 1;
	color: rgba(55, 65, 81, 1);
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.w-1\/2 {
	width: 48%;
}

.bg-green-600 {
	background-color: rgba(5, 150, 105, 1);
}

.text-gray-700 {
	color: rgba(55, 65, 81, 1);
}

.text-gray-500 {
	color: rgba(107, 114, 128, 1);
}

.p-3 {
	padding: 0.75rem;
}

.bg-opacity-75 {
	opacity: 0.75;
}

.h-6 {
	height: 32px;
}

.w-6 {
	width: 32px;
}

.shadow-lg {
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

.bg-gray-100 {
	background: #f3f4f6;
}

.mr-2 {
	margin-right: 10px;
}

.mb-2 {
	margin-bottom: 5%;
}

@media only screen and (min-width: 768px) {
	.md\:w-1\/4 {
		width: 32%;
	}
}

@media only screen and (min-width: 1024px) {
	.md\:w-1\/4 {
		width: 23%;
	}
}

@media only screen and (min-width: 1280px) {
	.xl\:w-1\/3 {
		width: 33.333333%;
	}
}
@media print {
	.pagebreak {
		clear: both;
		page-break-after: always;
	}
}

.ant-tabs {
	overflow: inherit;
}

.ant-table-wrapper.is-table-strike-select tr.ant-table-row-selected > td {
	text-decoration: line-through;
}
