#SS88_MediaLibraryFileSize,
.SS88_MediaLibraryFileSize {
	text-align: center;
	width: 90px !important;
}

.SS88_MediaLibraryFileSize small {
	display: block;
}


.ss88sizeinfo {
	margin-left: 5px;
	font-size: 12px;
	position: relative;
	cursor: help;
}

.ss88sizeinfo .tooltiptext {
	opacity: 0;
	width: 140px;
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: calc(100% + 10px);
	left: 50%;
	margin-left: -80px;
	padding: 10px;
	transition: all 0.3s ease-in-out;
	pointer-events: none;
	line-height: 1.3;
}

.ss88sizeinfo:hover .tooltiptext {
	opacity: 1;
}

.ss88sizeinfo .tooltiptext::after {
	content: " ";
	position: absolute;
	bottom: 100%;
	/* At the top of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent black transparent;
}


.ss88arrow {
	width: 100px;
	height: 25px;
	text-align: center;
	color: #fff;
	position: absolute;
	background: tomato;
	top: -1px;
	left: calc(100% + 30px);
	text-transform: uppercase;
	font-size: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ss88arrow::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	z-index: 10;
	border: 0;
	border-top: 12.5px solid transparent;
	border-bottom: 12.5px solid transparent;
	margin-top: -12.5px;
	top: 50%;
	border-right: 12.5px solid tomato;
	left: -12.5px;
}

.ss88arrow {
	animation: bounce 1s infinite;
}


.ss88MLFS_VV {
	font-size: 10px;
	font-size: 10px;
	background: transparent;
	border: 0;
	padding: 5px 0;
	cursor: pointer;
}

.ss88MLFS_VV_overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: 100%;
	transition: all 0.3s ease-in-out;
	z-index: 99999;
	background: rgb(0 0 0 / 50%);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.ss88MLFS_VV_modal {
	background: white;
	border-radius: 10px;
	padding: 30px;
	max-width: 700px;
	min-width: 100px;
	margin: 30px;
	box-shadow: 0 2px 4px rgb(157 161 164 / 19%);
	border: 1px solid #e2e2e2;
	gap: 30px;
	max-height: 70vh;
    overflow-y: auto;
	grid-template-columns: repeat(auto-fit, 100px);
    justify-content: space-between;
    grid-gap: 30px;
	display:grid;
}

.ss88MLFS_VV_box {
	max-width: 100px;
	min-width: 100px;
	font-size: 11px;
}

.ss88MLFS_VV_box .img {
	border-radius: 5px;
	width: 100px;
	height: 100px;
	object-fit: cover;
	box-shadow: 0 2px 4px rgb(157 161 164 / 19%);
	border: 1px solid #e2e2e2;
	transition: all 0.3s ease-in-out;
	color: white;
	font-size: 15px;
	text-align: center;
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-bottom: 15px;
	background:linear-gradient(135deg, #ff0079, #9E004B);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

.ss88MLFS_VV_box .img a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -500px;
}

.ss88MLFS_VV_box .img:hover {
	scale: 1.1;
}

.ss88MLFS_VV_box span {
	display: block;
	padding: 2px 0;
}

.ss88MLFS_VV_box span.name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
}
.ss88MLFS_VV_box span:last-child {
	padding-bottom:0;
}
.ss88MLFS_VV_box span.name2 {
	font-size:9px;
}

.ss88mlfs-lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 12px;
}

.ss88mlfs-lds-ellipsis div {
	position: absolute;
	top: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #ff0078;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.ss88mlfs-lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.ss88mlfs-lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.ss88mlfs-lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.ss88mlfs-lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

@media screen and (max-width:768px) {

	#SS88_MediaLibraryFileSize,
	.SS88_MediaLibraryFileSize {
		text-align: left;
	}

}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(24px, 0);
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}
@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateX(0);
	}

	40% {
		transform: translateX(-30px);
	}

	60% {
		transform: translateX(-15px);
	}
}