#vibe_bp_login.loading-security .inside h3::after {
	background: url('/wp-content/themes/wplms/assets/images/loader-dark.svg') center center / 28px 28px no-repeat transparent;
	content: '';
	display: inline-block;
	height: 26px;
	width: 26px;
	margin: -1px -1px -1px 10px;
	vertical-align: middle;
}

.unitattachments li {
	display: flex;
	align-items: center;
}
.unitattachments li a {
    text-transform: capitalize!important;
    font-size: 14px!important;
    margin-right: 10px!important;
}

.unitattachments li a:last-child::after {
	content:'DOWNLOAD';
	float: right;
}
.unitattachments li a::after {
	margin-top: 5px;
	color:#78c8ce;
	font-size:11px;
	text-transform:uppercase;
	font-weight:600
}
.unitattachments .attachment-preview {
	display: block;
	background-color: #eee;
}
.unitattachments .attachment-title {
	flex: 1 1 auto;
}
.unitattachments .attachment-preview.is-icon {
	width: 150px;
	height: 150px;
	position: relative;
}
.unitattachments .attachment-preview.is-icon img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
