.multicollab_body_class {
	.cf-feedback-dashboard {
		.cf-feedback-post-wrap__outer {
			z-index: 9;
			position: fixed;
			top: 90%;
			width: 50px;
			display: flex;
			justify-content: flex-end;
			margin-left: auto;
			height: 40px;
			z-index: 9999;
			right: 16px;
		}
	}
	.cf-feedback-post-wrap__outer {
		position: fixed;
		bottom: 0;
		right: 0;
		.cf-feedback-post-wrap__button {
			background-color: unset;
			outline: none;
			border: none;
			cursor: pointer;
			font-size: 14px;
			font-weight: 500;
			line-height: 21px;
			display: flex;
			align-items: center;
			padding: 0;
			img {
				border-radius: 50%;
				&:hover {
					background-color: rgb(239, 239, 238);
					transition: opacity 700ms ease 0s, color 700ms ease 0s, transform 200ms ease 0s;
					opacity: 1;
				}
			}
		}
	}
	.cf-feedback-post-wrap {
		&__outer {
			min-width: 296px;
			text-align: center;
			@media screen and (max-width:781px) {
				min-width: 100%;
			}
		}
		
	}
	.cf-multicollab-sidebar-panel {
		.cf-feedback-post-wrap__outer {
			margin-top: 60px;
			position: static;
		}
		.cf-feedback-post-wrap__inner {
			position: fixed;
			bottom: 0;
			right: 20px;
			z-index: 9;
			margin-bottom: 45px;
			@media screen and (max-width:782px) {
				margin-bottom: 20px;
			}
		}
	}
	.cf_feedback_layout {
		position: fixed;
		bottom: 20px;
		right: 20px;
		z-index: 9;
			.cf_feedback_btncls {
				z-index: 9;
				width: 30px;
				height: 30px;
				line-height: 30px;
				background-size: 40px;
				background-repeat: no-repeat;
				top: 9px;
				right: 9px;
				background-position: center;
			}
	}
	.cf_feedback_inneralyout {
		max-height: 555px;
		margin-top: 58px;
		position: relative;
		box-shadow: 0 10px 40px 0 rgb(111, 137, 163, 0.4);
		background-color: #fff;
		border-radius: 20px 20px 0 0;
		@media screen and (max-height: 660px){
			max-height: 490px;
		}
	}
	.cf_feedback_wrapper {
		background-color: #FFFFFF;
		max-width: 375px;
		border-radius: 20px 20px 0 0;
		-webkit-border-radius: 20px 20px 0 0;
		-moz-border-radius: 20px 20px 0 0;
		-ms-border-radius: 20px 20px 0 0;
		-o-border-radius: 20px 20px 0 0;
		p {
			font-size: 14px;
			margin: 0;
			line-height: 20px;
		}
		@media screen and (max-width:480px) {
			max-width: 280px;
		}
	}
	.cf_feedback_bodywrapper {
		padding: 30px;
		overflow-x: hidden;
		overflow-y: auto;
		@media screen and (max-height: 660px) {
			padding: 25px 25px 90px !important;
		}
		@media screen and (max-width:480px) {
			padding: 25px;
		}
		span {
			b {
				font-size: 14px;
				color: #000000;
				margin-bottom: 9px;
				display: block;
			}
		}
		p {
			color: #2C2A31;
		}
	}
	.cf_feedback_titlewrapper {
		background-color: #4B1CCE;
		color: #fff;
		padding: 30px;
		position: relative;
		border-radius: 20px 20px 0 0;
		-webkit-border-radius: 20px 20px 0 0;
		-moz-border-radius: 20px 20px 0 0;
		-ms-border-radius: 20px 20px 0 0;
		-o-border-radius: 20px 20px 0 0;
		p {
			color: #fff;
			position: relative;
			max-width: 220px;
		}
		&::before {
			content: "";
			position: absolute;
			top: 0;
			right: 0;
			background-image: url('../images/feedback-bg.png');
			width: 145px;
			height: 130px;
			background-position: 10px 15px;
			background-repeat: no-repeat;
		}
	}
	.feedback-author-name {
		padding-left: 5px;
		text-transform: capitalize;
		display: inline-block;
	}
	span {
		&.cf_feedback_title {
			max-width: 220px;
			font-size: 16px;
			font-weight: 500;
			position: relative;
			margin-bottom: 8px;
			display: block;
			text-transform: capitalize;
		}
	}
	.cf_feedback_msg {
		.cf_feedback_message {
			display: block;
			padding: 12px 20px;
			outline: none;
			box-shadow: none;
			border: 1px solid #C6C6C6;
			border-radius: 6px;
			height: 98px;
			width: 100%;
			margin-bottom: 10px;
			color: #2C2A31;
			&::placeholder {
				color: #989898;
			}
		}
		.cf_fbbtn-wrap {
			background-color: #F4F1FC;
			border: 1px dashed #D3C5F8;
			font-size: 12px;
			border-radius: 6px;
			font-weight: 500;
			line-height: normal;
			width: 100%;
			text-align: center;
			margin-bottom: 20px;
			min-height: 36px;
			color: #000000;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			-ms-border-radius: 6px;
			-o-border-radius: 6px;
			word-break: break-word;
			padding: 7px 5px;
			display: flex;
			align-items: center;
			justify-content: center;
			@media screen and (max-width:782px) {
				min-height: 36px;
			}
			&:hover {
				background-color: #F4F1FC;
				border: 1px dashed #D3C5F8;
				color: #000000;
			}
		}
		a {
			&.button {
				&.rudr-upload {
					span {
						font-size: 10px;
						margin: 0 4px;
					}
					em {
						font-style: italic;
						font-size: 10px;
						line-height: 20px;
					}
					svg {
						width: 6px;
						margin-right: 4px;
						position: relative;
						top: 1px;
					}
				}
			}
		}
	}
	.cf_feedback_attachment_link {
		span {
			&.rudr-remove {
				font-size: 14px;
				line-height: 18px;
				margin-left: 5px;
				cursor: pointer;
				color: #007cba;
			}
		}
		&.cf_fbbtn-wrap {
			margin-bottom: 10px;
		}
	}
	button {
		&.cf-feedback-post-wrap__button_submit {
			background-color: #4B1BCE;
			color: #fff;
			text-align: center;
			display: block;
			border-radius: 5px;
			outline: none;
			border: none;
			margin: 0 auto;
			padding: 8px 10px;
			font-size: 14px;
			font-weight: 500;
			line-height: 20px;
			cursor: pointer;
			margin-bottom: 18px;
		}
	}
	.cf_feedback_extra_details {
		margin-top: 28px;
		display: none;
		&.is-visible {
			display: block;
			padding-bottom: 10px;
		}
		table {
			@media screen and (max-width:480px) {
				overflow-x: auto;
				display: block;
				width: 100%;
			}
			td {
				color: #878898;
				font-size: 12px;
				line-height: 18px;
				font-weight: 400;
				min-width: 120px;
				height: 35px;
			}
			tr {
				td {
					&:last-child {
						max-width: 150px;
						word-break: break-word;
					}
				}
			}
		}
	}
	a {
		&.cf_open_extradetails {
			box-shadow: none;
		}
	}
	.cf_feedbacks_alertmsg {
		text-align: center;
		font-size: 14px;
		border-radius: 6px;
		margin-bottom: 30px;
		svg {
			margin-bottom: 5px;
		}
		p {
			font-size: 14px;
			line-height: 18px;
			b {
				font-size: 16px;
				margin-bottom: 12px;
				display: block;
			}
		}
	}
	.cf-feedback-post-wrap__inner {
		position: relative;
		max-width: 175.55px;
	}
	.cf_feedback_btncls {
		position: absolute;
		top: -12px;
		right: 8px;
		cursor: pointer;
	}
	.cf-feedback-post-wrap__list {
		position: fixed;
		top: 82%;
    	right: 58px;
		z-index: 99999;
		display: flex;
		flex-direction: column;
		background-color: #fff;
		padding: 20px;
		border-radius: 8px;
		box-shadow: rgba(15, 15, 15, .05) 0 0 0 1px, rgba(15, 15, 15, .1) 0 3px 6px, rgba(15, 15, 15, .2) 0 9px 24px;
		padding: 10px 5px;
		min-width: 160px;
		max-width: calc(100vw - 24px);
		a {
			padding: 5px;
			text-decoration: none;
			color: #4b1bce;
			cursor: pointer;
			&:hover {
				background-color: #ebebeb;
			}
		}
	}
}
.cf_feedbackbtn_space {
	padding-bottom: 70px;
}
.cf_feedback_msg {
	.cf_fbbtn-wrap {
		&:active {
			background-color: #F4F1FC;
			border: 1px dashed #D3C5F8;
			color: #000000;
		}
	}
}
