﻿.report-post-wrapper {
	margin: 20px 0;
	text-align: right;
}

.report-post-link {
}

.report-post-link1 {
	color: #c00;
	font-size: 0.9em;
	text-decoration: underline;
}

.report-post-link:hover {
	color: #900;
}

.report-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0,0,0,0.6);
	backdrop-filter: blur(20px);
}

body .report-modal.report-modal-open {
    overflow: hidden!important; 
    position: fixed;
    width: 100%;
}

.report-modal-content {
	background: #fff;
	margin: 10% auto;
	padding: 20px;
	width: 90%;
	max-width: 500px;
	border-radius: 8px;
	position: relative;
}
 
.dark-mode .report-modal-content {
  background-color: rgba(47, 50, 53, 1);
}

html.light-mode #report-modal label {
  color: #474c52;
}

html.dark-mode #report-modal label {
  color: #fff;
}

#report-modal label {
  color: #474c52;
  font-size: 14px;
  margin: 10px 0px;
  font-weight: 700;
}

.report-close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 28px;
	cursor: pointer;
}

#report-form label {
	display: block;
	margin: 10px 0 5px;
	font-weight: bold;
}

#report-form input[type=text], #report-form input[type=email], #report-form select, #report-form textarea {
	width: 100%;
	padding: 8px;
}

#report-message {
	margin-top: 10px;
	font-weight: bold;
}