@font-face {
	font-family: "Chronic";
	src: url("../../font/33B6F7_0_0.woff2") format("woff2"), url("../../font/33B6F7_0_0.woff") format("woff"), url("../../font/33B6F7_0_0.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: "Open Sans Condensed";
	src: url("../../embed/fonts/open-sans-condensed/OpenSans-CondBold.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 800;
}

.title-h1 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h1);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h1);
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: -2px;
}

.title-h2 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h2);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h2);
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: -2px;
}

.title-h3 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h3);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h3);
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: -2px;
}

.title-h4 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h4);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h4);
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: -2px;
}

.tabs-nav .link {
	margin-top: 0;
}

.p-tables {
	text-align: center;
	color: var(--grey);
}

.p-tables .no-codes-message {
	margin: 2.5rem auto;
	font-weight: bold;
}

.p-tables.upload-history {
	padding-bottom: 2.5rem;
	padding-top: 3.75rem;
}

.p-tables.upload-history .table tbody tr td:nth-child(even) {
	font-family: var(--font-family-text);
	color: var(--color-text);
	font-weight: normal;
	font-size: 1rem;
}

.p-tables.upload-history .table tbody tr td.bold {
	font-weight: bold;
}

.p-tables.upload-history .table tbody tr td a {
	color: var(--orange);
	font-weight: bold;
	text-decoration: underline;
}

.p-tables.code-history {
	padding-bottom: 2.5rem;
	padding-top: 3.75rem;
}

.p-tables.code-history .table tbody tr td:nth-child(even) {
	font-family: var(--font-family-text);
	color: var(--color-text);
	font-weight: normal;
	font-size: 1rem;
}

.p-tables.code-history .table tbody tr td.bold {
	font-weight: bold;
}

.p-tables.code-history .link {
	margin-top: 0;
}

.p-tables .title {
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	text-align: center;
	font-family: var(--font-family-title);
	margin: 0 auto 16px;
}

.p-tables .tabs-content .tab-pane {
	display: none;
}

.p-tables .tabs-content .tab-pane.is-active {
	display: block;
}

.p-tables .tabs-nav li {
	display: inline-block;
	margin-right: 1rem;
}

.p-tables .tabs-nav a {
	cursor: pointer;
	font-size: 1.13rem;
	font-weight: 700;
	color: #FFF;
	font-family: var(--font-family-text);
}

.p-tables .tabs-nav a.is-active {
	background-color: var(--blue);
}

.p-tables .table {
	border-radius: 1.88rem;
	border: 4px solid var(--blue);
	overflow: hidden;
}

.p-tables .tablefield {
	width: 100%;
	text-align: left;
}

html[dir=rtl] .p-tables .tablefield {
	text-align: right;
}

.p-tables .tablefield caption {
	display: none;
}

.p-tables .tablefield thead {
	background-color: var(--blue);
	color: #FFF;
}

.p-tables .tablefield thead th {
	font-family: var(--font-family-title);
	font-size: 1.88rem;
	font-weight: 400;
}

.p-tables .tablefield tbody tr {
	border-bottom: 1px solid var(--blue);
}

.p-tables .tablefield tbody tr td:nth-child(even) {
	font-family: var(--font-family-title);
	color: var(--orange);
	font-size: 1.38rem;
	font-weight: 400;
}

.p-tables .tablefield td,
.p-tables .tablefield th {
	padding: 1.88rem 2.5rem;
}

@media (max-width: 1023px) {

.p-tables.upload-history {
	padding-top: var(--padding-top-mobile);
}

.p-tables.code-history {
	padding-top: var(--padding-top-mobile);
}

.p-tables .tabs-nav {
	overflow: auto;
}

.p-tables .tabs-nav ul {
	display: -ms-flexbox;
	display: flex;
	width: auto;
}

.p-tables .tabs-nav li {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.p-tables .tablefield thead th {
	font-size: 20px;
}

.p-tables .tablefield tbody tr td {
	font-size: 14px;
}

.p-tables .tablefield tbody tr td:nth-child(even) {
	font-size: 18px;
}

.p-tables .tablefield td,
.p-tables .tablefield th {
	padding: 20px 16px;
}

}

