div.d-comment .com-list {
	
}

div.d-comment .com-list-head {
	text-align: center;
	font-size: 1.5rem;
}

div.d-comment .com-list-empty-head {
	text-align: center;
	font-size: 1.5rem;
}

div.d-comment .com-item, div.d-comment .com-editor {
	background-color: ivory;
	border-radius: 3px;
	border: thin solid ivory;
	margin-top: 0.5rem;
	padding: 0.25rem 0.25rem 0 0.25rem;
}

div.d-comment .com-header {
	
}

div.d-comment .author-box {
	display: grid;
	grid-template-columns: 32px auto auto;
	align-items: center;
	margin-bottom: 0.25rem;
}

div.d-comment .avatar {
	width: 32px;
	padding: 1px;
	background-color: #fff;
	border-radius: 5px;
	border: thin solid #c3c3c3;
}

div.d-comment .pseudo {	
	font-size: 80%;
	margin-left: 0.25rem;
}

div.d-comment .com-cre-date {
	font-size: 80%;
	margin-right: 0.25rem;
	text-align: right;
}

div.d-comment .com-text {
	border-radius: 3px;
	border: thin solid ivory;
	margin-bottom: 0.25rem;
	padding: 8px 8px 0;
	overflow-x: auto;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

div.d-comment .com-photos {
	text-align: center;
	border-radius: 3px;
}

div.d-comment .com-photos .com-photo {
	background-color: black;
	padding: 1rem 1rem 0.35rem 1rem;
	margin-bottom: 0.25rem;
	border-radius: 5px;
	border: thin solid #c3c3c3;
}

div.d-comment .com-photos img {
	border: thin solid white;
	border-radius: 3px;
}

div.d-comment .com-photos label {
	color: wheat;
	font-size: 90%;
    display: block;
	min-height: 0.5rem;
	margin-top: .15rem;
	margin-bottom: 0;
}

div.d-comment .com-form {
}

div.d-comment .com-form .com-text-group {
	border: 1px dashed lightgray;
	background-color: ivory;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

div.d-comment .com-form .com-text-group h6 {
	margin: 0 0.5rem;
	padding-bottom: 0.25rem;
	border-bottom: thin solid lightgray;
}

div.d-comment .com-form .com-text-group .sun-editor {
	border: none;
}

div.d-comment .com-form .com-photos-group {
}

div.d-comment .com-form .com-photos-group .drop-area {
	border-left: 1px dashed lightgray;
	border-right: 1px dashed lightgray;
	border-bottom: 1px dashed lightgray;
	text-align: center;
	padding: 0.5rem;
	background-color: ivory;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
	font-size: 14px;
}

div.d-comment .com-form .com-photos-group .drop-area.active {
	border-style: solid;
}

div.d-comment .com-form .com-photos-group .drop-area ul.imgs-previews {
	padding: 0.25rem;
	background-color: black;
	margin-bottom: 0;
	margin-top: 0.5rem;
	list-style: none;
	display: flex;
	flex-direction: column;
	border-radius: 3px;
}

div.d-comment .com-form .com-photos-group .drop-area li.img-preview {
	display: flex;
	flex-direction: row;
	margin-bottom: 1rem;
}

div.d-comment .com-form .com-photos-group .drop-area li.img-preview .img-col {
	margin-right: 0.5rem;
}

div.d-comment .com-form .com-photos-group .drop-area img.ip-img {
	width: 96px;
	height: 96px;
	margin-bottom: 0.5rem;
	padding: 0.1rem;
	background-color: #fff;
	border-radius: 5px;
	display: block;
}

div.d-comment .com-form .com-photos-group .drop-area li.img-preview .info-col {
	text-align: left;
	color: white;
	flex-grow: 1;
	overflow: hidden;
}

div.d-comment .com-form .com-photos-group .drop-area li.img-preview .info-col .fnstat {
	font-size: 90%;
	margin-bottom: 0.25rem;
}

div.d-comment .com-form .com-photos-group .drop-area li.img-preview .info-col .filename {
}

div.d-comment .com-form .com-photos-group .drop-area li.img-preview .info-col .status {
	margin-left: 0.25rem;
	color: yellow;
	float: right;
	margin-right: .25rem;
}

div.d-comment .com-form .com-photos-group .drop-area li.img-preview .info-col .progress {
	height: 1.5rem;
}

div.d-comment .com-form .com-submit {
	
}
