.card-container {
	position: relative;
	height: 220px;
    padding: 24px 0 0 0;
	overflow-x: scroll;
}

.card-item {
    position: absolute;
    width: 100px;
    height: 170px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    transition: .15s top ease-out;
    cursor: pointer;
	display: inline-block;
	/* pointer-events: none; */
}

.card-item:hover {
    top: 2px;
}

.card-item.chosen {
    transition: .5s all ease-out;
    z-index: 1;
    transform: scale(5) translate(0,-20%);
    right: 50%!important;
    top: 50%;
    opacity: 0
}

.mc-fncbtn {
	width: 7.8rem;
	text-align: left;
}
@media screen and  (max-width: 840px) {
	.mc-fncbtn {
		width: 2.2rem;
	}
	.mc-fncbtn-text {
		display: none;
	}
}

#cardTable {
	height: 310px;
}

.navbar-toggler{
    background-color:var(--bs-gray);
}

#cardTableIcon {
	background-image: none!important;
}

.deck-cover-available {
    width: 135px;
    height: 230px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    transition: .15s top ease-out;
    cursor: pointer;
	display: inline-block;
}

.deck-cover {
    width: 135px;
    height: 230px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    transition: .15s top ease-out;
	display: inline-block;
	/* pointer-events: none; */
}

.card-selection-item {
	border: 3px solid var(--bs-body-bg);
}
.card-selection-item.selected {
	border: 3px solid var(--bs-primary);
}

.card-edit-item img {
	object-fit: contain;
}

.thumbnail {
	max-width: 175px;
	width: 175px;
}

.thumbnail img {
	height: 240px !important;
	max-width: 170px;
	max-height: 240px;
	object-fit: contain;
}

.list-group-item {
	cursor: pointer;
}

@media screen and  (max-width: 430px) {
	.thumbnail {
		max-width: 140px;
		width: 140px;
	}
	.thumbnail img {
		max-width: 130px;
	}
}

#dropzone {
	border: 2px dashed #cccccc;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}

@media all and (display-mode: fullscreen) {
	.standalone-none {
		display: none;
	}
}

@media all and (display-mode: standalone) {
	.standalone-none {
		display: none;
	}
}

@media screen and  (min-width: 1200px) {
	.col-lg-2 {
		width: 14.66666667%;
	}
	.col-lg-10 {
		width: 85.33333333%;
	}
}

@media screen and  (min-width: 1400px) {
	.col-xxl-1 {
		width: 12.33333333%;
	}
	.col-xxl-11 {
		width: 87.66666667%;
	}
}
@media screen and  (min-width: 1600px) {
	.col-xxl-1 {
		width: 10.33333333%;
	}
	.col-xxl-11 {
		width: 89.66666667%;
	}
}

@media screen and  (min-width: 1900px) {
	.col-xxl-1 {
		width: 9.33333333%;
	}
	.col-xxl-11 {
		width: 90.66666667%;
	}
}
@media screen and  (min-width: 2100px) {
	.col-xxl-1 {
		width: 8.33333333%;
	}
	.col-xxl-11 {
		width: 91.66666667%;
	}
}