/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /gh/ColonelParrot/feedbackplus@master/src/feedbackplus.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.feedbackplus.feedbackplus-modal {
	position: fixed;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2147483647;
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
}

.feedbackplus.feedbackplus-canvas-container {
	overflow: auto;
	width: 100%;
	height: calc(90vh - 102px);
	position: relative;
	scrollbar-width: thin;
}

.feedbackplus.feedbackplus-canvas-container::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.feedbackplus.feedbackplus-canvas-container::-webkit-scrollbar-thumb {
	background-color: rgb(0,0,0,.2);
}

.feedbackplus.feedbackplus-canvas-container::-webkit-scrollbar-thumb:hover {
	background-color: rgb(0,0,0,.3);
}

.feedbackplus.feedbackplus-canvas-container::-webkit-scrollbar-thumb:active {
	background-color: rgb(0,0,0,.4);
}

.feedbackplus.feedbackplus-highlight {
	position: absolute;
	border: 5px solid #da7029;
}

.feedbackplus.feedbackplus-highlight:hover {
	background-color: rgb(122,167,255,.1);
}

.feedbackplus.feedbackplus-hide {
	position: absolute;
	background-color: #000;
}

.feedbackplus.feedbackplus-hide:hover {
	background-color: rgb(0,0,0,.8);
}

.feedbackplus.feedbackplus-highlight .feedbackplus.feedbackplus-tool-close {
	top: -17px;
	right: -28px;
}

.feedbackplus.feedbackplus-hide .feedbackplus.feedbackplus-tool-close {
	top: -10px;
	right: -22px;
}

.feedbackplus.feedbackplus-tool-close {
	display: none;
	margin-right: 10px;
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #000;
	padding: 5px;
	cursor: pointer;
	height: 15px;
	width: 15px;
}

.feedbackplus.feedbackplus-hide:hover .feedbackplus.feedbackplus-tool-close,.feedbackplus.feedbackplus-highlight:hover .feedbackplus.feedbackplus-tool-close {
	display: block;
}

.feedbackplus.feedbackplus-footer,.feedbackplus.feedbackplus-header {
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.feedbackplus.feedbackplus-header {
	height: 50px;
	max-height: 50px;
}

.feedbackplus.feedbackplus-footer {
	max-height: 52px;
}

.feedbackplus.feedbackplus-header h2 {
	margin: 5px 20px;
	font-size: 16px;
	font-weight: 400;
}

.feedbackplus.feedbackplus-footer {
	padding: 20px 20px;
	padding-top: 0;
}

.feedbackplus.feedbackplus-finish-actions,.feedbackplus.feedbackplus-tools {
	margin-top: 10px;
}

.feedbackplus.feedbackplus-backdrop {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2147483646;
	background-color: rgb(0,0,0,.5);
}

.feedbackplus.feedbackplus-tools {
	display: flex;
}

.feedbackplus.feedbackplus-button {
	cursor: pointer;
	user-select: none;
	display: flex;
	align-items: center;
	
	
}

.feedbackplus.feedbackplus-button:hover {
	background-color:white;
	box-shadow:none;
	.feedbackplus.feedbackplus-tool-icon {
	margin-right: 7.6px;
	fill:#1700f4;;
}
}

.feedbackplus.feedbackplus-button:active {
	background-color: #ffffff;
	color: #1700f4;
	border-color: #1700f4;
	box-shadow:none;
	
}

.feedbackplus.feedbackplus-button.feedbackplus-active {
	border-color: #1700f4;
	background-color: #ffffff;
	color:#1700f4;
	box-shadow:none;
	
		.feedbackplus.feedbackplus-tool-icon {
	margin-right: 7.6px;
	fill:#1700f4;;
}
}

.feedbackplus.feedbackplus-tool-icon {
	margin-right: 7.6px;
	fill:white;
}

.feedbackplus.feedbackplus-finish-actions {
	display: flex;
}

.feedbackplus.feedbackplus-close {
	cursor: pointer;
}

@media only screen and (max-width:600px) {
	.feedbackplus.feedbackplus-modal {
		top: 0;
		left: 0;
		transform: none;
		height: 100%;
		width: 100%;
		border-radius: 0;
	}

	.feedbackplus.feedbackplus-canvas-container {
		height: calc(100% - 102px);
	}
}
/*# sourceMappingURL=/sm/44877736b554a23b63f2468a54084e7306d9c19970520b171344f8438ab7a646.map */