:root {
	--duration: 275ms;
	--ease: 275ms;
	--bounce: 275ms;
}

.copy-click {
	position: relative;
	padding-bottom: 2px;
	text-decoration: none;
	min-width: 60px;
	cursor: copy;
	color: #484848;
	transition: background-color calc(var(--duration) * 2) var(--ease);
	border-width: 1px;
	border-style: solid;
	border-color: #c3c3c3;
	/*display: -webkit-box;*/
	margin: auto;
	border-radius: 5px;
}

.copy-click.is-copied {
	background-color: #ffad45;
	color: white;
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #c3c3c3;
}

.copy-click.is-copied:before {
	position: absolute;
	content: attr(data-tooltip-text-copied);
	/* Prints the value of the attribute */
	top: 1;
	left: 0;
	color: white;
	overflow: hidden;
	transition: width 275ms ease;
	width: 100%;
	height: 100%;
}

.page-wrap {
	max-width: 1170px;
	margin: auto;
}

.listing {
	border-radius: 20px;
	position: relative;
	z-index: 9;
	background: transparent;
}

.code-table {
	padding-bottom: 0;
}

.code-tab {
	/* position: fixed;
	bottom: 0;
	z-index: 999; */
	width: 100%;
	border-bottom: 1px solid #CCA957;
}

.tab.container {
	padding-bottom: 0;
}

.code-table .code {
	color: #07bc0a;
	text-align: center;
	padding-right: 0px;
}

.code-tab .tab-btn {
	margin: 0;
}

.code-table .wrapper .page {
	background: url("../img/Rolling-1s-200px.svg") no-repeat;
	min-height: 600px;
	background-position: center center;
	background-size: 100px 100px;
}

.code-tab .slick-current .wrapper .page {
	background: none;
}

.code-tab .slick-current #game h3 {
	/* background: #ea0065 !important;
	background: -webkit-linear-gradient(78deg, #3866fa, #7c7ff8) !important; */
	border-bottom: 3px solid transparent;
	border-image: linear-gradient(78deg, #C69340, #C69340);
	border-image-slice: 1;
	width: 100%;
}

.code-tab .slick-current #game h3 img {
	background: url("../img/btn_game.png") no-repeat;
	background-size: 90% auto;
	background-position: center center;
}

.code-tab .slick-current #prize h3 {
	/* background: #00d0bc !important;
	background: -webkit-linear-gradient(78deg, #3866fa, #7c7ff8) !important; */
	border-bottom: 3px solid transparent;
	border-image: linear-gradient(78deg, #C69340, #C69340);
	border-image-slice: 1;
	width: 100%;
}

.code-tab .slick-current #prize h3 img {
	background: url("../img/btn_prize.png") no-repeat;
	background-size: 100% auto ;
	background-position: center center;
	width: 150px;
}

.code-tab .slick-current #ranking h3 {
	background: #00d0bc !important;
	background: -webkit-linear-gradient(78deg, #C69340, #C69340) !important;
}
.code-tab .slick-current #ranking h3 img {
	background: url("../img/rank.png") no-repeat;
	background-size: 90% auto;
	background-position: center center;
}

.code-tab .slick-current #result h3 {
	/* background: #000 !important;
	background: -webkit-linear-gradient(78deg, #3866fa, #7c7ff8) !important; */
	border-bottom: 3px solid transparent;
	border-image: linear-gradient(78deg, #C69340, #C69340);
	border-image-slice: 1;
	width: 100%;
}

.code-tab .slick-current #result h3 img {
	background: url("../img/btn_result.png") no-repeat;
	background-size: 90% auto;
	background-position: center center;
}

.code-tab #game h3 img {
	background: url("../img/btn_game-nor.png") no-repeat;
	background-position: center center;
	 width: 150px;
}

.code-tab #ranking h3 img {
	background: url("../img/rank-nor.png") no-repeat;
	background-position: center center;
}

.code-tab #prize h3 img {
	background: url("../img/btn_prize-nor.png") no-repeat;
	background-position: center center;
	width: 150px;
}

.code-tab #result h3 img {
	background: url("../img/btn_result-nor.png") no-repeat;
	background-position: center center;
}

.code-tab h3 {
	/*background: #fffbd6;*/
	margin: 0;
	position: relative;
	text-align: center;
}

.code-tab h3 img {
	display: block;
	margin: auto;
	padding: 0;
	height: 74px;
}

@media (min-width: 321px) {
	.code-tab h3 img {
		background-size: 100% auto !important;
	}
}

@media (max-width: 320px) {
	.code-tab h3 img {
		background-size: 60% auto !important;
	}
}

.code-tab h3 .hide {
	opacity: 0;
	position: absolute;
}

.code-table .tab-content .table {
	width: 100%;
}

.code-table .tab-content .table .th {
	display: table;
	width: 100%;
	background: #ededed;
}

.code-table .tab-content .table .th .td {
	color: #1c1c1c;
	font-weight: 500;
}

.code-table .tab-content .table .tr {
	display: table;
	width: 100%;
}

.code-table .tab-content .table .tr .td {
	color: #787878;
}

.code-table .tab-content .table > div:nth-child(1n + 0) {
	background: #ededed;
}

.code-table .tab-content .table > div:nth-child(2n + 0) {
	background: #ffffff;
}

.code-table .tab-content .table .td {
	display: table-cell;
	width: 33.3%;
	padding: 20px 10px;
	font-size: 16px;
	vertical-align: middle;
}

@media (max-width: 320px) {
	.code-table .tab-content .table .td {
		font-size: 90% !important;
		word-break: break-all;
	}
}

@media only screen and (min-width: 375px) and (max-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
	.code-table .tab-content .table .td {
		word-break: break-all;
	}
}

.code-table .tab-content .table .td .highlight {
	color: #07bc0a;
	display: block;
}

.code-table .tab-content .table .td .small {
	font-size: 11px;
}

.code-table .tab-content .table .td:last-child {
	text-align: center;
	vertical-align: middle;
}

.tab {
	display: flex;
}
.tab > .tab-btn {
	width: 25%;
}
