@charset "utf-8";

.large-file-uploader .dx-fileuploader-input-wrapper {
	border-color: #ddd;
}

.large-file-uploader:not(.dx-fileuploader-dragover) .dx-fileuploader-input-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.large-file-uploader:not(.dx-fileuploader-dragover) .dx-fileuploader-input-wrapper::before,
.large-file-uploader:not(.dx-fileuploader-dragover) .dx-fileuploader-input-wrapper::after {
	display: none;
}

.large-file-uploader:not(.dx-fileuploader-dragover) .dx-fileuploader-input-wrapper .dx-button {
	float: none;
}

.large-file-uploader:not(.dx-fileuploader-dragover) .dx-fileuploader-input-container {
	display: block;
	width: auto;
	flex: 0 0 auto;
}

.large-file-uploader:not(.dx-fileuploader-dragover) .dx-fileuploader-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.large-file-uploader:not(.dx-fileuploader-dragover) .dx-fileuploader-input-label {
	position: relative;
	display: block;
	height: auto;
	width: auto;
}

.large-file-uploader.dx-fileuploader-dragover .dx-fileuploader-input-wrapper {
	border: none;
}

.large-file-manager-header {
	display: flex;
	align-items: center;
	min-height: 38px;
	margin-top: 20px;
}

.large-file-manager-header-first {
	margin-top: 0;
}

.large-file-manager-table {
	margin-bottom: 0;
}

.large-file-manager-table th,
.large-file-manager-table td {
	vertical-align: middle;
}

.large-file-manager-name {
	word-break: break-all;
}

.large-file-manager-size {
	width: 120px;
}

.large-file-manager-count {
	width: 140px;
}

.large-file-manager-action {
	width: 150px;
}

.large-file-manager-buttons {
	white-space: nowrap;
}

.large-file-manager-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 16px;
}

.large-file-manager-pager[hidden] {
	display: none;
}

.large-file-manager-page {
	min-width: 48px;
	text-align: center;
}

.large-file-manager-meta {
	display: none;
	margin-top: 4px;
	color: #6c757d;
}

.large-file-manager-compact .large-file-manager-meta {
	display: block;
}

.large-file-manager-compact .large-file-manager-size,
.large-file-manager-compact .large-file-manager-count {
	display: none;
}

.large-file-manager-compact .large-file-manager-action {
	width: 150px;
}

.large-file-modal-fullscreen {
	width: 100vw;
	height: 100vh;
	max-width: 100vw;
	margin: 0;
	padding: 10px 30px 0;
}

.large-file-modal-fullscreen .modal-content {
	height: 100vh;
	border-radius: 0;
}

.large-file-modal-settings,
.large-file-modal-content {
	padding: 20px;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	background-color: #fff;
}

.large-file-modal-settings {
	margin-bottom: 20px;
	background-color: #f8f9fa;
}

.large-file-modal-settings .form-group {
	margin-bottom: 0;
}
