
/* fbv */
input[type="checkbox"] {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 0;
}

.fbvactions .download-action {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.fbvactions .download-action {
    border: 2px solid #091F3E;
    border-radius: 5px;
    padding: 0 15px;
    float: right;
    margin-top: -55px;
}
a.dt-fbvdownload-all {
	font-size: 18px;
}
.dt-fbvdownload-all svg {
	width: 18px;
	vertical-align: sub;
}

.folder_items li {
	position: relative;
}
.folder_items .dt-fbvassets,
.folder-image .dt-fbvassets {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1000;
}

/* loader */
.dtloading:before {
	content: "";
    position: absolute;
    background: rgb(255, 255, 255);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0.5;
    cursor: wait;
}