/* /Components/Layout/Card.razor.rz.scp.css */
:root[b-5siutwqjhw] {
	/* Button tokens */
	--card-btn-bg: #0057B7; /* semi-transparent */
	--card-btn-bg-hover: rgba(225, 253, 6, 1); /* fully opaque */
	--card-btn-color: #332E2B;
	--card-btn-transition: 180ms ease;
	--card-btn-radius: 6px;
}

.card-box[b-5siutwqjhw] {
	display: grid;
	height: auto;
	height: auto;
	width: auto;
	margin: 4px;
	justify-self: center;
	align-content: center;
	justify-content: center;
	background-color: transparent;
	padding: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	display: grid;
	grid-gap: 2px;
	grid-template-rows: auto auto;
	grid-template-columns: auto auto;
}

.card_img[b-5siutwqjhw] {
	object-fit: contain;
	display: block;
	max-height: 300px;
	max-width: 300px;
	min-height: 200px;
	min-width: 200px;
	/*	border-radius: 8px;*/
	grid-row: 1 / span 2;
	grid-column: 1 / span 2;
}

/* Shared baseline for action buttons used by this component.
   Keep the selectors so existing .details_btn and .flip_btn inherit these rules. */
.card-action-btn[b-5siutwqjhw],
.details_btn[b-5siutwqjhw],
.flip_btn[b-5siutwqjhw] {
	box-sizing: border-box;
	background: var(--card-btn-bg);
	color: var(--card-btn-color);
/*	font-family: "segoe ui", sans-serif;*/
	font-size: 10px;
	font-weight: bold;
	justify-content: center;
	padding: 8px 12px;
	margin: 8px 4px 0px 4px;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	border: none;
/*	border-radius: var(--card-btn-radius);*/
	transition: background var(--card-btn-transition), box-shadow var(--card-btn-transition), transform 120ms ease;
	/* Use background alpha for semi-transparency so text remains fully legible */
	opacity: 1;
}

/* Grid placement specific rules */
.details_btn[b-5siutwqjhw] {
	grid-row: 2;
	grid-column: 1;
	margin-right: 0px;
}

.flip_btn[b-5siutwqjhw] {
	grid-row: 2;
	grid-column: 2;
	margin-left: 0px;
}

/* Hover / focus states to move from semi-transparent to fully opaque */
.details_btn:hover[b-5siutwqjhw],
.flip_btn:hover[b-5siutwqjhw],
.details_btn:focus-visible[b-5siutwqjhw],
.flip_btn:focus-visible[b-5siutwqjhw],
.card-action-btn:hover[b-5siutwqjhw],
.card-action-btn:focus-visible[b-5siutwqjhw] {
	background: var(--card-btn-bg-hover);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
	outline: none;
}

/* Active press feedback */
.details_btn:active[b-5siutwqjhw],
.flip_btn:active[b-5siutwqjhw],
.card-action-btn:active[b-5siutwqjhw] {
	transform: translateY(1px) scale(0.995);
}

/* Keyboard visible focus ring for accessibility */
.details_btn:focus-visible[b-5siutwqjhw],
.flip_btn:focus-visible[b-5siutwqjhw],
.card-action-btn:focus-visible[b-5siutwqjhw] {
	box-shadow: 0 0 0 3px rgba(34, 150, 243, 0.18);
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
	.card-action-btn[b-5siutwqjhw],
	.details_btn[b-5siutwqjhw],
	.flip_btn[b-5siutwqjhw] {
		transition: none;
	}
}

.overlay-container[b-5siutwqjhw] { background-color:red;
	position: relative;
	display: inline-block;
}

.overlay-image[b-5siutwqjhw] {
	display: block;
	width: 100%;
	height: auto;
/*	border-radius: 8px;*/
}

.overlay-button[b-5siutwqjhw] {
	display: block;
	position: relative;
	bottom: 2px;
	right: 2px;
	padding: 2px;
	border: none;
	background: #0057B7; /* semi-transparent */
	color: white;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
	opacity: 0.15; /* initial transparency */
}

	.overlay-button:hover[b-5siutwqjhw],
	.overlay-button:focus-visible[b-5siutwqjhw] {
		background: #0057B7; /* fully opaque neon */
		opacity: 1;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
	}
/* /Components/Layout/CardList.razor.rz.scp.css */

*[b-krkrr1ffp8] {
	box-sizing: border-box;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.card-list-player[b-krkrr1ffp8] {
	height: auto;
	width: auto;
	margin: 8px;
	font-size: 80px;
	font-weight: bolder;
	color: #E1FD06;
	font-family: "segoe ui", sans-serif;
	background-color: transparent;
	text-shadow: 2px 2px 5px #2b2c33;
}

.container[b-krkrr1ffp8] {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	padding: 0px;
	background: #E4E4E4;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	row-gap: 10px;
	column-gap: 10px;
}

.card-tile[b-krkrr1ffp8] {
	margin: 12px;
	width: auto;
	max-width: 200px;
	height: auto;
	padding: 0px;
	font-size: 24px;
	color: whitesmoke;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.60);
	display: grid;
	grid-gap: 0px;
	grid-template-rows: auto auto;
	grid-template-columns: auto auto;
	border: 8px solid #2b2c33;
	align-self: center;
	justify-self: center;
	background-color: #2b2c33;
}

.card-tile-title[b-krkrr1ffp8] {
	align-content: start;
	text-align: start;
	font-weight: bold;
	color: #E4E4E4;
	grid-row: 1;
	grid-column: 1;
	font-size: 12px;
	text-align: start;
	padding: 0px 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #2b2c33;
}

.card-tile-year[b-krkrr1ffp8] {
	grid-row: 1;
	grid-column: 2;
	font-size: 28px;
	font-weight: bolder;
	padding: 8px;
	align-content: center;
	text-align: center;
	justify-content:center;
	background-color: #2b2c33;
}


.card-tile-inner-box[b-krkrr1ffp8] {
	grid-column: 1/span 2;
	grid-row: 2;
	margin-left: 0px;
	margin-right: 0px;
}

	.card-tile:hover[b-krkrr1ffp8] {
		 box-shadow: 5px 5px 10px deeppink; 
		 box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.60); 
		transform: translate(0px,0px);
	}

	.card-tile:active[b-krkrr1ffp8] {
		 box-shadow: 5px 5px 10px deeppink; 
		transform: translate(5px,5px);
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.60);
	}

*[b-krkrr1ffp8] {
	box-sizing: border-box;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.card-box[b-krkrr1ffp8] {
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: auto auto;
	height: auto;
	max-width: 100%;
	min-width: 200px;
	margin: 0px;
	justify-self: center;
	background-color: #332E2B;
	padding: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

.card_img[b-krkrr1ffp8] {
	object-fit: cover;
	max-height: 600px;
	max-width: 300px;
}

.details_btn[b-krkrr1ffp8] {
	grid-row: 2;
	grid-column: 1;
	box-sizing: border-box;
	background-color: #E1FD06;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	color: #332E2B;
	font-family: "segoe ui", sans-serif;
	font-size: 18px;
	font-weight: bold;
	justify-content: center;
	padding: 8px 12px;
	margin: 8px 4px 0px 0px;
	text-align: center;
	touch-action: manipulation;
}

.flip_btn[b-krkrr1ffp8] {
	grid-row: 2;
	grid-column: 2;
	box-sizing: border-box;
	background-color: #E1FD06;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	color: #332E2B;
	font-family: "segoe ui", sans-serif;
	font-size: 18px;
	font-weight: bold;
	justify-content: center;
	padding: 8px 12px;
	margin: 8px 0px 0px 4px;
	text-align: center;
	touch-action: manipulation;
}

/* Scoped gallery styles (migrated from shared theme) */
.gallery-grid[b-krkrr1ffp8] {
	display: flex;
	flex-wrap: wrap;
	background-color: transparent;
	justify-content: center;
	gap: 10px 10px; 
}

.gallery-grid img:hover[b-krkrr1ffp8]{ box-shadow: inset 0 0 20px 5px rgba(0,255,255,0.6), inset 0 0 40px 10px rgba(0,255,255,0.3); }
/* /Components/Layout/ImgWithLoadedEvent.razor.rz.scp.css */

.card_img[b-s2ne6gu4ve] {
    object-fit: cover;
    max-height: 600px;
    max-width: 325px;
}
/* /Components/Layout/Popup.razor.rz.scp.css */
/*textarea {
    width: auto;
    height: auto;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
    margin: 4px;
    display: inline-block;
}

.toaster {
    min-width: 10%;
    top: 100px;
    left: 100px;
    right: 100px;
    position: absolute;
}

.toast {
    min-width: 10%;
    top: 100px;
    left: 100px;
    right: 100px;
    position: absolute;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr auto;
    display: grid;
}

.options-item {
    margin: 8px;
    background-color: whitesmoke;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-right: 12px;
    padding-left: 12px;
    border: 4px;
    border-color: whitesmoke;
    border-style: solid;
    color: #332E2B;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 18px;
    position: relative;
    text-align: left;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.60);
}

    .options-item:hover {
        color: #E1FD06;
    }

    .options-item:active {
        color: yellow;
    }
*/
/* /Components/Layout/ProgressBar.razor.rz.scp.css */
/* /Components/Pages/Cards.razor.rz.scp.css */

/** {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}*/

.inner-box[b-3vydpszhne] {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    padding: 0px;
/*    background-image: linear-gradient(to top, #E4E4E4, #E4E4E4 98%, rgb(51, 46, 43, .6));*/
background-color: transparent;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.inner-header[b-3vydpszhne] {
    height: auto;
    width: auto;
    /*font-size: 50px;*/
    font-weight: bolder;
    color: #E1FD06;
    font-family: 'segoe ui', sans-serif;
    background-color: #332E2B;
    text-align: left;
    padding: 0px 24px;
    margin: 0px;
    grid-column: 1;
    grid-row: 1;
}
.frosted[b-3vydpszhne] {
    background: rgba(255, 255, 255, 0.1); /* translucent tint */
    backdrop-filter: blur(5px); /* frosted blur */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 8px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.35), 0 0 0 1px rgba(0, 255, 200, 0.25) inset, 0 0 16px rgba(0, 255, 200, 0.22);

    height: auto;
    width: auto;
    color: #E1FD06;
    text-align: left;
    grid-column: 1;
    grid-row: 1;
}

.inner-footer[b-3vydpszhne] {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    background-color: #332E2B;
    border-bottom: 2px solid rgba(0,0,0,.4);
    font-family: "segoe ui", sans-serif;
    text-align: left;
    padding: 12px;
    margin: 0px;
    grid-column: 1;
    grid-row: 3;
    display: flex;
    flex-direction: row;
}

.inner-content[b-3vydpszhne] {
    background-color: transparent;
    text-align: center;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr 1fr;
    padding: 0px;
    margin: 0px;
    grid-column: 1;
    grid-row: 2;
    align-items: flex-start;
    align-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    justify-content: start;
    align-items: start;
    align-content: start;
    height: 100%;
    width: 100%;
}

.inner-progress[b-3vydpszhne] {
    background-color: transparent;
    text-align: center;
    display: flex;
    padding: 12px;
    margin: 0px;
    grid-column: 1;
    grid-row: 2;
    align-items: center;
    align-content: center;
    overflow-x: hidden;
    overflow-y: hidden;
    justify-content: center;
}

.player-name-text-box[b-3vydpszhne] {
    background-color: transparent;
    text-align: start;
    font-size: 18px;
        padding: 4px 8px;
    color: #332E2B;
    font-weight: bold;
}

.player-name-box[b-3vydpszhne] {
    margin: 8px;
    padding: 0px 0px 0px 8px;
    font-size: 36px;
    background-color: var(--blue-neon-dark);
}
.player-name-text-box[b-3vydpszhne] {
	background-color: #332E2B;
	text-align: center;
	padding: 8px 12px;
	color: whitesmoke;
	font-weight: bold;
}
.player-name-box[b-3vydpszhne] {
	margin: 12px;
	padding: 8px;
	font-size: 36px;
	background-color: lightgray;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.60);
	font-family: "segoe ui", sans-serif;
	display: block;
	border: 8px solid #332E2B;
}
/*.player-name-box:hover {
    /* box-shadow: 5px 5px 10px deeppink; */
    /* box-shadow: 0 4px 8px 0 #E1FD06, 0 6px 20px 0 #E1FD06; */
    /*}

	.player-name-box:active {*/
    /* box-shadow: 5px 5px 10px deeppink; */
    /*transform: translate(5px,5px);
		box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
	}

	.player-name-box:hover player-name-text-box {
		color: #E1FD06;
	};
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.60);
    font-family: "segoe ui", sans-serif;
    display: block;
        border: 8px solid #332E2B;
}

    .player-name-box:hover {
         box-shadow: 5px 5px 10px deeppink; 
         box-shadow: 0 4px 8px 0 #E1FD06, 0 6px 20px 0 #E1FD06; 
    }

    .player-name-box:active {
         box-shadow: 5px 5px 10px deeppink; 
        transform: translate(5px,5px);
        box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
    }

    .player-name-box:hover player-name-text-box {
        color: #E1FD06;
    }

.inner-content-box {
    height: 160px;
    width: 180px;
    background-color: lightgray;
    color: #332E2B;
    font-family: "segoe ui", sans-serif;
    font-size: 1em;
    margin: 8px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.60);
    border-top: 12px solid #332E2B;
     border-left: 2px solid #332E2B; 
     border-right: 2px solid #332E2B; 
    display: grid;
    grid-template-rows: 1fr auto;
}

    .inner-content-box:hover {
         box-shadow: 5px 5px 10px deeppink; 
         box-shadow: 0 4px 8px 0 #E1FD06, 0 6px 20px 0 #E1FD06; 
    }

    .inner-content-box:active {
         box-shadow: 5px 5px 10px deeppink; 
        transform: translate(5px,5px);
        box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
    }

    .inner-content-box:hover .inner-content-text-box {
        color: #E1FD06;
    }

.inner-content-text-box {
    grid-row: 2;
    grid-column: 1;
    background-color: #332E2B;
    align-content: start;
    text-align: start;
    padding: 4px 8px;
    height: 80px;
    margin-left: 0px;
    margin-right: 0px;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: whitesmoke;
    font-weight: bold;
     text-shadow: 2px 2px 5px #E1FD06; 
}

.inner-content-image-box {
    grid-row: 1;
    grid-column: 1;
     background-image: linear-gradient(to top, rgba(195, 191, 202,.3) 10%, whitesmoke); 
    background-image: radial-gradient(ellipse, whitesmoke, rgba(51,46,43, .25));
    display: flex;
    flex-direction: column;
    text-align: start;
    align-items: flex-start;
    align-content: flex-start;
    margin-left: 0px;
    margin-right: 0px;
    padding: 4px;
    overflow-x: hidden;
    overflow-y: auto;
}

.filter-text {
    color: whitesmoke;
    display: inline-flex;
    font-family: 'segoe ui',sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 8px 25px 0px 0px;
}

.filter-button {
    align-items: center;
    background-color: #F7501E;
    border: 2px solid #F7501E;
    box-sizing: border-box;
    color: whitesmoke;
    display: inline-flex;
    font-family: "segoe ui", sans-serif;
    font-size: 18px;
    align-self:center;
    justify-self: center;
    font-weight: bold;
    justify-content: center;
    padding: 4px 12px;
    margin: 4px;
    text-align: center;
    touch-action: manipulation;
}

    .filter-button:focus {
        background-color: #45AA2A;
        border-color: #45AA2A;
    }

    .filter-button:hover {
        background-color: #45AA2A;
        border-color: #45AA2A;
    }

    .filter-button:active {
        background-color: #45AA2A;
        border-color: #45AA2A;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    bottom: 100%;  Position above the button 
    background-color: whitesmoke;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content button {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        margin-left: 0px;
        margin-right: 0px;
        width: 200px;
        border: 0px solid transparent;
        display: block;
        align-content: start;
        text-align: start;
    }

.dropdown button:hover {
    background-color: #45AA2A;
}

.show {
    display: block;
}


/* If the container is larger than 300px */
    @media (min-width: 300px) {
        .inner-header[b-3vydpszhne] {
            font-size: 24px;
            padding: 4px 12px 4px 12px;
        }

        .filter-text[b-3vydpszhne] {
            font-size: 16px;
        }

        .filter-button[b-3vydpszhne] {
            font-size: 14px;
        }

        .player-name-box[b-3vydpszhne] {
            font-size: 20px;
        }
    }
    /* If the container is larger than 700px */
    @media (min-width: 700px) {
        .inner-header[b-3vydpszhne] {
            font-size: 36px;
        }

        .filter-text[b-3vydpszhne] {
            font-size: 18px;
        }

        .filter-button[b-3vydpszhne] {
            font-size: 18px;
        }

        .player-name-box[b-3vydpszhne] {
            font-size: 24px;
        }
    }
    /* If the container is larger than 1000px */
    @media (min-width: 1000px) {
        .inner-header[b-3vydpszhne] {
            font-size: 42px;
        }

        .filter-text[b-3vydpszhne] {
            font-size: 24px;
        }

        .filter-button[b-3vydpszhne] {
            font-size: 22px;
        }

        .player-name-box[b-3vydpszhne] {
            font-size: 28px;
        }
    }
/* /Components/Pages/Sets.razor.rz.scp.css */
/** {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.inner-box {
	display: grid;
	grid-gap: 0px;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr auto;
	padding: 0px;
	background-image: linear-gradient(to top, #E4E4E4, #E4E4E4 98%, rgb(51, 46, 43, .6));
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.inner-header {
	font-size: 24px;
	width: auto;
	font-weight: bold;
	background-color: #332E2B;
	color: whitesmoke;
	font-family: "segoe ui", sans-serif;
	text-align: left;
	padding: 0px 24px;
	margin: 0px;
	grid-column: 1;
	grid-row: 1;
}

.inner-footer {
	width: auto;
	font-size: 18px;
	font-weight: bold;
	background-color: #332E2B;
	border-bottom: 2px solid rgba(0,0,0,.4);
	font-family: "segoe ui", sans-serif;
	text-align: left;
	padding: 12px;
	margin: 0px;
	grid-column: 1;
	grid-row: 3;
	display: flex;
	flex-direction: row;
}

.inner-content {
	background-color: transparent;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0px;
	grid-column: 1;
	grid-row: 2;
	align-items: flex-start;
	align-content: flex-start;
	overflow-x: hidden;
	overflow-y: auto;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.inner-progress {
	background-color: transparent;
	text-align: center;
	display: flex;
	padding: 12px;
	margin: 0px;
	grid-column: 1;
	grid-row: 2;
	align-items: center;
	align-content: center;
	overflow-x: hidden;
	overflow-y: hidden;
	justify-content: center;
}

.player-name-text-box {
	background-color: #332E2B;
	text-align: center;
	padding: 8px 12px;
	color: whitesmoke;
	font-weight: bold;
}

.player-name-box {
	margin: 12px;
	padding: 8px;
	font-size: 36px;
	background-color: lightgray;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.60);
	font-family: "segoe ui", sans-serif;
	display: block;
	border: 8px solid #332E2B;
}

	.player-name-box:hover {*/
		/* box-shadow: 5px 5px 10px deeppink; */
		/* box-shadow: 0 4px 8px 0 #E1FD06, 0 6px 20px 0 #E1FD06; */
	/*}

	.player-name-box:active {*/
		/* box-shadow: 5px 5px 10px deeppink; */
		/*transform: translate(5px,5px);
		box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
	}

	.player-name-box:hover player-name-text-box {
		color: #E1FD06;
	}

.inner-content-box {
	height: 160px;
	width: 180px;
	background-color: lightgray;
	color: #332E2B;
	font-family: "segoe ui", sans-serif;
	font-size: 1em;
	margin: 8px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.60);
	border-top: 12px solid #332E2B;*/
	/* border-left: 2px solid #332E2B; */
	/* border-right: 2px solid #332E2B; */
	/*display: grid;
	grid-template-rows: 1fr auto;
}

	.inner-content-box:hover {*/
		/* box-shadow: 5px 5px 10px deeppink; */
		/* box-shadow: 0 4px 8px 0 #E1FD06, 0 6px 20px 0 #E1FD06; */
	/*}

	.inner-content-box:active {*/
		/* box-shadow: 5px 5px 10px deeppink; */
		/*transform: translate(5px,5px);
		box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
	}

	.inner-content-box:hover .inner-content-text-box {
		color: #E1FD06;
	}

.inner-content-text-box {
	grid-row: 2;
	grid-column: 1;
	background-color: #332E2B;
	align-content: start;
	text-align: start;
	padding: 4px 8px;
	height: 80px;
	margin-left: 0px;
	margin-right: 0px;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: whitesmoke;
	font-weight: bold;*/
	/* text-shadow: 2px 2px 5px #E1FD06; */
/*}

.inner-content-image-box {
	grid-row: 1;
	grid-column: 1;*/
	/* background-image: linear-gradient(to top, rgba(195, 191, 202,.3) 10%, whitesmoke); */
	/*background-image: radial-gradient(ellipse, whitesmoke, rgba(51,46,43, .25));
	display: flex;
	flex-direction: column;
	text-align: start;
	align-items: flex-start;
	align-content: flex-start;
	margin-left: 0px;
	margin-right: 0px;
	padding: 4px;
	overflow-x: hidden;
	overflow-y: auto;
}

.filter-button {
	align-items: center;
	background-color: #F7501E;
	border: 2px solid #F7501E;
	box-sizing: border-box;
	color: whitesmoke;
	display: inline-flex;
	font-family: "segoe ui", sans-serif;
	font-size: 18px;
	font-weight: bold;
	justify-content: center;
	padding: 8px 24px;
	margin: 8px;
	text-align: center;
	touch-action: manipulation;
}

	.filter-button:focus {
		background-color: #45AA2A;
		border-color: #45AA2A;
	}

	.filter-button:hover {
		background-color: #45AA2A;
		border-color: #45AA2A;
	}

	.filter-button:active {
		background-color: #45AA2A;
		border-color: #45AA2A;
	}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	bottom: 100%;*/ /* Position above the button */
	/*background-color: whitesmoke;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

	.dropdown-content button {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		margin-left: 0px;
		margin-right: 0px;
		width: 200px;
		border: 0px solid transparent;
		display: block;
		align-content: start;
		text-align: start;
	}

.dropdown button:hover {
	background-color: #45AA2A;
}

.show {
	display: block;
}*/
