.flex-grow-2
{
	flex-grow: 2 !important;
}

.display-none
{
	display: none !important;
}

.table thead {
	position:sticky;
	top: 0;
}

.table tr[display-none] {
	display: none;
}
.table tr:not([display-none]):nth-of-type(2n) {
	background-color: rgba(0,0,50,.02);
}
.table tr:hover, .table tr.hover {
	backdrop-filter: contrast(0.5);
}

#playlist_text {
	display: block;
	width: 100%;
	height: 50vh;
}

input[type="file"] {
	margin-left: 0.5rem;
}

.header.item img {
	margin-right: 0.5rem !important;
}

.not-persistent {
	display: flex;
    align-items: center;
    flex-direction: column;
}

.not-persistent div {
	position: relative;
}

.not-persistent div h1 {
	margin: 0;
}
.not-persistent div h4 {
	margin: 0;
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
