/* Filters */
.filter p{
	color: white;
}
.filter i{
	color: white;
}

/* fa symbols styles */

.fan-display-none{
	display: none;
}

.fan-display-block{
	display: block;
}

.fan-display-grid{
	display: grid;
}

.fan-yellow {
	color: yellow;
}

.fan-red {
	color: red;
}

.fan-white {
	color: white;
}

.fan-green {
	color: green;
}

.fan-back-white {
	background-color: white;
	padding: .2rem;
}

.fan-back-green {
	background-color: green;
	padding: .2rem;
}

.fan-back-red {
	background-color: red;
	padding: .2rem;
}

.fan-circle {
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
}

.fan-circle2 {
	background-color: #fff;
	border-radius: 50%;
}

.fa-icon-svg {
	width: 1rem;
	height: auto;
}

.fan-bold {
	font-weight: bold;
}

.fan-text-center {
	text-align: center;
}

.fan-text-italic {
	text-decoration: italic;
}

.fan-text-underline {
	text-decoration: underline;
}

.float-right{
	float: right:
}

.flex-centered {
	display: flex;
	justify-content: center;
}

.fusion-icon {
	display:flex;
	align-items: center;
	justify-content: center;
}

/* Card Template Tickets */

/* For information in the upper right side */
.typo {
	font-size: 13px;
	color: #ffffff;
	background: #3d3d3d;
	display: inline-block;
	padding: 2px 12px;
	border-radius: 4px;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0.8;
}

/* An additional ticket in the bottom right side */
.drops {
	font-size: 13px;
	color: #ffffff;
	background: #3d3d3d;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 4px;
	position: absolute;
	left: 10px;
	bottom: 35px;
}

/* Padding Section */

.padding-lat {
	padding: 0 .5rem;
}

.padding-lat-5 {
	padding: 0 5rem;
}


.padding-tb {
	padding: .5rem 0;
}

.padding-tb-5 {
	padding: 5rem 0;
}

.padding-top {
	padding-top: .5rem;
}

.pad-top-5 {
	padding-top: 5rem;
}

/* For PocketStation Section*/

.pocket-tr {
	vertical-align: middle;
}

.pocket-td {
	width: 20%;
	vertical-align: middle;
}

.pocket-card {
	position: relative;
}

.pocket-card img {
	margin: 0;
}

.pocket-number {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 13px;
	color: #ffffff;
	background: #e53637;
	display: inline-block;
	padding: 2px 12px;
	border-radius: 4px;
}

.lottery-number {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 13px;
	color: #ffffff;
	background: #e53637;
	display: inline-block;
	padding: 2px 12px;
	border-radius: 4px;
}

.lottery-code {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 13px;
	color: #ffffff;
	background: #3d3d3d;
	display: inline-block;
	padding: 2px 12px;
	border-radius: 4px;
}

/* For fusion cards */

.card-fusion{
	display: relative;
}
.card-fusion-title {
	position: absolute;
	bottom: 2rem;
}

/* Button format for DIVs */
.button {
	font-size: 13px;
	color: #ffffff;
	background: #e53637;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 14px 20px;
	border-radius: 4px 4px 4px 4px;
	margin-right: 1px;
	cursor:pointer;
}
		
.button a {
	color: #ffffff;
	text-decoration: none;
}
		
/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}


/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}
	
/* Character Image */
.char_img {
	max-height: 250px;
	min-height: 200px;
	width: auto;
}

/* Card Image */
.card_img {
	max-height: 450px;
	min-height: 350px;
	width: auto;
}

/* Not owned card */
.set-bg-dark{
	/*filter: brightness(50%);*/
	filter: grayscale(100%);
}

.product__page__content {
	padding-bottom: 2rem;
}
	
/* pic2 for fusion cards*/
.product__item__pic2 {
	height: 170px;
	position: relative;
	border-radius: 5px;
}
	
.product__item__pic2 .ep {
	font-size: 13px;
	color: #ffffff;
	background: #e53637;
	display: inline-block;
	padding: 2px 12px;
	border-radius: 4px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.product__item__pic2 .comment {
	font-size: 13px;
	color: #ffffff;
	background: #3d3d3d;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 4px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.product__item__pic2 .view {
	font-size: 13px;
	color: #ffffff;
	background: #3d3d3d;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 4px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
		
/* pic3 for ritual cards*/
.product__item__pic3 {
	height: 230px;
	position: relative;
	border-radius: 5px;
}

.product__item__pic3 .ep {
	font-size: 13px;
	color: #ffffff;
	background: #e53637;
	display: inline-block;
	padding: 2px 12px;
	border-radius: 4px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.product__item__pic3 .comment {
	font-size: 13px;
	color: #ffffff;
	background: #3d3d3d;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 4px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.product__item__pic3 .view {
	font-size: 13px;
	color: #ffffff;
	background: #3d3d3d;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 4px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.fusion-material-card {
	width: 8rem;
}

.fusion-material-card-sma {
	width: 5rem;
}

.star-level {
	background-color: red;
	padding: 0.2rem;
	border-radius: 50%;
}


/* Account Card Pop */
.card-add-account{
	position: fixed;
	top: 10vh;
	left: 10vw;
	width: 80vw;
	height: 80vh;
	background-color: green;
	z-index: 2;
	grid-template-columns: 1fr 2fr 2fr;
	grid-template-rows: 1fr 1fr 1fr 2fr 1fr 1fr;
	color: #fff;
}

.card-add-account .closeIcon{
	position: absolute;
	top: 1px;
	right: 1px;
	color: red;
	cursor: pointer;
	font-size: 2rem;
}

.card-add-account .card-img {
	padding: 1rem;
	background-color: black;
	border: 3px solid grey;
	grid-column: 1/2;
	grid-row: 1/5;
}

.card-add-account .card-typ {
	padding: 1rem;
	background-color: black;
	border: 3px solid grey;
	grid-column: 2/3;
	grid-row: 1/2;
}

.card-add-account .card-grs {
	padding: 1rem;
	background-color: black;
	border: 3px solid grey;
	grid-column: 2/3;
	grid-row: 2/4;
}

.card-add-account .card-grs p{
	color: #fff;
}

.card-add-account .card-des {
	padding: 1rem;
	background-color: black;
	border: 3px solid grey;
	grid-column: 2/3;
	grid-row: 4/5;
}

.card-add-account .card-num {
	padding: 0 1rem;
	background-color: black;
	border: 3px solid grey;
	grid-column: 1/3;
	grid-row: 5/6;
}

.card-add-account .card-nam {
	padding: 1rem;
	background-color: black;
	border: 3px solid grey;
	grid-column: 1/3;
	grid-row: 6/7;
}

.card-add-account .card-add {
	padding: 1rem;
	background-color: black;
	border: 3px solid grey;
	grid-column: 3/4;
	grid-row: 1/3;
}

.card-add-account .card-log {
	padding: 1rem;
	background-color: black;
	border: 3px solid grey;
	grid-column: 3/4;
	grid-row: 3/7;
}
		
.cards {
	/* User input values */
	--grid-layout-gap: 1rem;
	--grid-column-count: 10; /* This gets overridden by an inline style. */
	--grid-item--min-width: 40px; /* This gets overridden by an inline style. */
  
	/* Calculated values */
	--gap-count: calc(var(--grid-column-count) - 1);
	--total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
	--grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
	grid-gap: var(--grid-layout-gap);
	place-items: center;
}

.card-ind {
	position: relative;
	max-width: 40px;
	cursor: pointer;
}

.card-ind-empty {
	position: relative;
	max-width: 40px;
}

.collection-symbol {
	position: absolute;
	bottom: 1px;
	right: 1px;
	text-shadow: 1px 1px 5px #000;
}

.collection-add{
	padding: 0 1rem 1rem 1rem;
	position: flex;
	justify-content: space-between;
}

.card-data{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16rem;
	margin-left: -32rem;
	background: green;
	height: 32rem;
	width: 64rem;
	z-index: 2;
}

.select2ygo p {
	color: #fff;
}

/*********************************************************************/

@media only screen and (min-width: 992px) and (max-width: 1215px) {
	.product__item__pic3 {
		height: 160px;
		border-radius: 2px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product__item__pic2 {
		height: 270px;
		border-radius: 2px;
	}
	.product__item__pic3 {
		height: 120px;
		border-radius: 2px;
	}
}
@media only screen and (max-width: 767px) {
	.product__item__pic2 {
		height: 240px;
		border-radius: 2px;
	}
	.product__item__pic3 {
		height: 200px;
		border-radius: 2px;
	}
}
@media only screen and (max-width: 479px) {
	.product__item__pic2 {
		height: 200px;
		border-radius: 2px;
	}
	.product__item__pic3 {
		height: 100px;
		border-radius: 2px;
	}
}