﻿.dnnForm.NarrowFeedbackForm {
	min-width: 10px;
}

/* For DNN 6 */
.dnnForm.FeedbackForm .dnnFormItem .dnnTooltip,
.dnnForm.FeedbackForm .dnnFormItem.Feedback_CharCount LABEL {
	width: 15%;
	margin-left: 2px;
}

/* For DNN 7 */
.dnnForm.FeedbackForm .dnnFormItem .dnnLabel {
	width: 15%;
	padding: 0;
	margin-left: 2px;
}

/* For DNN 6  & 7*/
.dnnForm.NarrowFeedbackForm .dnnFormItem LABEL,
.dnnForm.NarrowFeedbackForm .dnnFormItem .dnnLabel {
	Float: none;
	Text-Align: right;
	Width: Auto;
	display: block;
}

.dnnForm.FeedbackForm .CaptchaTextBox,
.dnnForm.NarrowFeedbackForm .CaptchaTextBox {
	margin-bottom: 3px;
}

.dnnForm.NarrowFeedbackForm .CaptchaTextBox {
	display: block;
}

.dnnForm.FeedbackForm .dnnFormItem INPUT,
.dnnForm.FeedbackForm .dnnFormItem TEXTAREA,
.dnnForm.FeedbackForm .dnnFormItem SELECT {
	width: 60%;
}

.dnnForm.NarrowFeedbackForm .dnnFormItem INPUT,
.dnnForm.NarrowFeedbackForm .dnnFormItem TEXTAREA,
.dnnForm.NarrowFeedbackForm .dnnFormItem SELECT {
	width: 100%;
}

.dnnForm.FeedbackForm .dnnFormItem INPUT[type=checkbox],
.dnnForm.NarrowFeedbackForm .dnnFormItem INPUT[type=checkbox] {
	width: auto;
}

.dnnForm.FeedbackForm .dnnFormItem SPAN.dnnFormError.dnnFormMessage {
	max-width: 100%;
	right: auto;
}

.dnnFormMessage {
	max-width: 100% !important;
}

.FeedbackLists.dnnForm .fbListType .dnnTooltip {
	width: auto;
}

table.Feedback_Moderation {
	width: 100%;
	border: none 0 black;
}

td.Feedback_Moderation_Grid {
	vertical-align: top;
	width: 100%;
}

table.Feedback_Comments {
	width: 100%;
	border: none 0 black;
}

.Feedback_Lists img {
	border-width: 0;
}

div.FeedbackForm a>img {
	display: none;
}

.dnnForm.FeedbackForm .dnnFormItem .RadCaptcha LABEL,
.dnnForm.NarrowFeedbackForm .dnnFormItem .RadCaptcha LABEL {
	width: inherit;
	float: right;
}

.dnnForm.FeedbackForm .dnnFormItem .divCaptcha,
.dnnForm.FeedbackForm .dnnFormItem .divCaptcha {
	float: right;
}

.dnnForm.FeedbackForm .dnnFormItem .RadCaptcha.RadCaptcha_Default {
	width: 80%;
}

.dnnForm.FeedbackSettings .NumberBox {
	min-width: 1px;
}

.dnnForm.FeedbackLists .Listcolumn {
	min-width: 30px;
}

.dnnForm .dnnFormItem.Feedback_CharCount {
	padding-top: 0;
	line-height: 1;
}

.dnnForm .dnnFormItem.Feedback_CharCount label {
	margin-top: 0;
}

/* ===========   dnnsoftware.ir   =========== */
.dnnForm.FeedbackForm h3 {
	font-size: 18px;
}

.dnnForm.FeedbackForm .dnnFormItem .dnnTooltip,
.dnnForm.FeedbackForm .dnnFormItem.Feedback_CharCount LABEL {
	width: 20%;
	text-align: right;
}

.dnnForm.FeedbackForm h3 {
	display: none;
}

.dnnForm.FeedbackForm .dnnFormItem .dnnLabel {
	display: none;
}

.feedback-holder fieldset {
	margin-bottom: 0 !important;
}

.field-holder .Feedback_Field {
	position: relative;
	width: 100%;
	padding: 14px 32px 8px 32px;
	border-radius: 8px;
	text-align: left;
	border: 1px solid var(--accent-color);
	box-shadow: rgb(157, 157, 157) 0px 0px 9px -4px;
	background-color: var(--light-3) !important;
}

.field-holder {
	margin-bottom: 33px;
}

.field-holder .dnnFormItem {
	position: static;
	min-height: 100%;
}

.dnnForm.FeedbackForm .Feedback_Field .NormalTextBox {
	max-width: 100%;
	background: #fff;
	border: 1px solid #e6e6e6;
	width: 98%;
	margin: 5px 0;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0) !important;
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0) !important;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.dnnForm.FeedbackForm .dnnPrimaryAction {
	background: #358eea;
	padding: 8px 25px;
	font-size: 13px;
	text-decoration: none;
	border: none;
	color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0) !important;
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0) !important;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.dnnForm.FeedbackForm .dnnPrimaryAction:hover {
	background: #666;
}

.feedback-holder {
	padding: 0;
	border-radius: 5px;
	border: solid 1px var(--lightGray);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.feedback-holder .sec-title {
	font-size: 1.4rem;
}

.feedback-holder .faq-btn {
	padding: 0.5rem 1.2rem;
	background: rgba(215, 25, 33, 0.1);
	border-radius: 0.4rem;
	color: #000 !important;
}

.feedback-holder .feedback-form {
	width: 1248px;
	max-width: 90%;
	margin: auto;
	padding: 50px 10%;
	background: var(--light-3);
	border-radius: 20px;
	z-index: 1;
	position: relative;
}

.feedback-holder .feedback-form .field-holder .dnnLabel {
	position: absolute;
	top: -14px;
	right: 32px;
	padding: 0px 8px;
	margin: 0;
	z-index: 1;
	font-size: 14px;
	font-weight: bold;
	color: var(--dark-5);
	background-color: var(--light-3) !important;
}

.feedback-holder .feedback-form .field-holder .dnnLabel span {
	font-size: 1rem;
}

.feedback-holder .feedback-form .field-holder .dnnLabel span:after {
	font-size: 12px;
	color: var(--accent-color2);
}

.feedback-holder .feedback-form .field-holder input,
.feedback-holder .feedback-form .field-holder textarea,
.feedback-holder .feedback-form .field-holder select {
	width: 100% !important;
	min-height: 42px;
	max-width: 100% !important;
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	font-size: 14px;
	outline: none;
}

.feedback-holder .feedback-form .field-holder input:-internal-autofill-selected,
.feedback-holder .feedback-form .field-holder textarea:-internal-autofill-selected,
.feedback-holder .feedback-form .field-holder select:-internal-autofill-selected {
	border-width: medium !important;
	border-style: none !important;
	border-color: currentcolor !important;
	border-image: initial !important;
	background: none !important;
	outline: none !important;
	box-shadow: var(--light-3) 0px 0px 0px 50px inset !important;
}

.feedback-holder .dnnActions li {
	float: left;
}

.feedback-holder .submit-btn {
	background-color: var(--accent-color2) !important;
	border: solid 1px var(--accent-color2) !important;
	text-shadow: none !important;
	box-shadow: none !important;
	color: #fff !important;
	padding: 10px 30px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}

.feedback-holder .dnnFormItem span.dnnFormMessage.dnnFormError {
	bottom: auto;
	right: auto;
	top: 0;
	left: 0;
	width: max-content;
	border-radius: 4px;
}

.feedback-holder .banner-box {
    width: 100%;
    height: 180px;
    border-radius: 20px;
    overflow: hidden;
    transform: translateY(-50%);
    z-index: 0;
    position: relative;
}

.feedback-holder .banner-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
