img {
	max-width: 100%;
}

td {
	cursor: pointer;
}

.btn span {
	font-size: 11px;
	line-height: 11px;
	padding-top: 3px;
}

.btn i {
	font-size: 28px;
	line-height: 24px;
}

.mob-menu {
	display: none;
	z-index: 10000;
}

.file-preview {
	position: relative;
	overflow: hidden;
}

.file-preview .delete {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	color: #fff;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: .15s;
}

.file-preview:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;height: 100%;
	background: rgba(0,0,0,0.5);
	transition: .15s;
	opacity: 0;
	visibility: hidden;
}

.file-preview:hover:before,
.file-preview:hover .delete {
	opacity: 1;
	visibility: visible;
}

.file-preview .img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	margin: 0;
}

.files-container p {
	word-break: break-all;
}

.file-preview2 .img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	margin: 0;
}

.w-lg-auto {
	width: auto !important;
}

.delete-comment {
	cursor: pointer;
}

.filters-group {
	display: none;
}

.dt-layout-row:nth-of-type(1) {
	display: none!important;
}

.request-href {
	cursor: pointer;
}

.table-wrap {
	width: 100%;
	height: 100%;
	overflow-x: auto;
}

[name="h_color"] [value="crimson"] {background: crimson;color: white;}
[name="h_color"] [value="orange"] {background: orange;}
[name="h_color"] [value="yellow"] {background: yellow;}
[name="h_color"] [value="green"] {background: green;color: white;}
[name="h_color"] [value="deepskyblue"] {background: deepskyblue;}
[name="h_color"] [value="blue"] {background: blue;color: white;}
[name="h_color"] [value="violet"] {background: violet;}

.crimson td {background: #ffe4e9;}
.orange td {background: #ffe3b0;}
.yellow td {background: #ffffeb;}
.green td {background: #eaffea;}
.deepskyblue td {background: #b9edff;}
.blue td {background: #e0e0ff;}
.violet td {background: #f2d8ff;}

@media (max-width: 991px) {
	.w-lg-auto {
		width: 100% !important;
	}

	.file-preview .delete {
		background: #6c757d;
		border-bottom-left-radius: 10px;
		opacity: 1;
		visibility: visible;
	}

	.file-preview:before {
		content: '';
		background: transparent;
		opacity: 1;
		visibility: visible;
	}
}