.feed-header h1{
    color:#000;
    font-size: 28px;
    text-align: left;
}
.feedback .nav-link.active{
  border-bottom: 2px solid #00509E !important;  
  padding: 12px 0px !important;
  color: #4F4F4F !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}
.feedback .nav-link{
    color:#4F4F4F !important;
    text-transform: none !important;
    padding: 12px 0px !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    margin-right:45px !important;
}

.feedback-button {
	height: 40px;
	border: solid 3px #cccccc;
	background: #94c746;
	width: 100px;
	line-height: 32px;
	-webkit-transform: rotate(-90deg);
	font-weight: 600;
	color: white;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	text-align: center;
	font-size: 17px;
	position: fixed;
	right:-30px;
	top: 45%;
	font-family: "Roboto", helvetica, arial, sans-serif;
	z-index: 999;
}

#feedback-main {
	padding-top: 0px;
}

#feedback-div {
	background-color: greenyellow;
	width: 100%;
	margin-top: 30px;
}

.feedback-input {
	color: #3c3c3c;
	font-family: "Roboto", helvetica, arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid rgba(0, 0, 0, 0);
}

.feedback-input:focus {
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
	padding: 13px 13px 13px 54px;
}

/* Icons ---------------------------------- */
#feedback-name {
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#feedback-name:focus {
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#feedback-email {
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#feedback-email:focus {
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#feedback-comment {
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#feedback-comment {
	width: 100%;
	height: 150px;
	line-height: 150%;
	resize: vertical;
}

input:hover,
#feedback-comment:hover,
input:focus,
#feedback-comment:focus {
	background-color: white;
}

#feedback-button-blue {
	font-family: "Roboto", helvetica, arial, sans-serif;
	float: left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor: pointer;
	background-color: #3498db;
	color: white;
	font-size: 24px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: -4px;
	font-weight: 700;
}

#feedback-button-blue:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #0493bd;
}

.feedback-button-blue:hover {
	color: #3498db;
}

.feedback-ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

.feedback-submit:hover .feedback-ease {
	width: 100%;
	background-color: white;
}

@media only screen and (max-width: 580px) {
	#feedback-div {
	}
}

:root {
	--bg-color: hsl(230, 58%, 93%);
	--primary-color: hsl(230, 58%, 30%);
	--secondary-color: hsl(232, 47%, 50%);
	--accent-color-1: hsl(230, 58%, 75%);
	--accent-color-2: hsl(210, 66.7%, 98.8%);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

.feedbackDiv .content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.feedbackDiv .content header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: var(--bg-color);
}
.feedbackDiv .content header h1 {
	margin: 2em 1em;
	font-size: 250%;
}
.feedbackDiv .content header img {
	height: auto;
	max-width: 30em;
	margin-bottom: 2em;
}

[mv-app] {
	padding: 2em 0em;
}
[mv-app] h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--secondary-color);
}
[mv-app].mv-highlight-unsaved .mv-unsaved-changes {
	box-shadow: none !important;
}

.tickmarks {
	display: grid;
	grid-template-columns: repeat(11, 1fr);
	gap: 1.25em;
	justify-items: center;
	margin-top: 2.5em;
	color: var(--accent-color-1);
	font-size: 90%;
	font-weight: bold;
}
.tickmarks .highlight {
	color: var(--primary-color);
}
.tickmarks span {
	cursor: pointer;
}

[property="score"] {
	display: block;
	margin: 1em 0 1.5em 0;
	width: 100%;
	cursor: pointer;
	-webkit-appearance: none;
}
[property="score"]:focus {
	outline: none;
	box-shadow: 0 0 3px 3px var(--accent-color-1);
}
[property="score"]::-webkit-slider-thumb {
	--thumb-size: 1em;
	margin-top: calc(var(--thumb-size) * -1 / 3);
	height: var(--thumb-size);
	width: var(--thumb-size);
	background-color: var(--primary-color);
	border-radius: 50%;
	box-shadow: 0 0 0 5px var(--bg-color);
	-webkit-appearance: none;
}
[property="score"]::-webkit-slider-runnable-track {
	height: 0.5em;
	border-radius: 0.3em;
	background-color: var(--bg-color);
	background-image: linear-gradient(
		to right,
		var(--primary-color) var(--score, 0%),
		transparent var(--score, 0%)
	);
}
[property="score"]::-moz-range-thumb {
	background-color: var(--primary-color);
	border-radius: 50%;
	border-color: var(--bg-color);
	border-width: 5px;
}
[property="score"]::-moz-range-track {
	height: 0.5em;
	border-radius: 0.3em;
	background-color: var(--bg-color);
	background-image: linear-gradient(
		to right,
		var(--primary-color) var(--score, 0%),
		transparent var(--score, 0%)
	);
}

.legend {
	display: flex;
	justify-content: space-between;
	margin: -0.2em 0 0;
	font-size: 80%;
	color: var(--accent-color-1);
}
.legend span {
	cursor: pointer;
}

[property="comment"] {
	resize: none;
	width: 100%;
	height: 7em;
	/*margin: 3em 0 2.5em;*/
	padding: 1em;
	border: none;
	border-radius: 0.3em;
	color: var(--secondary-color);
	background-color: var(--bg-color);
}
[property="comment"]::placeholder {
	font-size: 110%;
	color: var(--primary-color);
	filter: opacity(45%);
}
[property="comment"]:focus {
	outline: none;
	box-shadow: 0 0 3px 3px var(--accent-color-1);
}

[property="startDate"] {
	display: grid;
	grid-template-columns: 3fr 1fr 1fr;
	gap: 0.3em;
	align-items: center;
	margin: 1.5em 0;
	padding: 0;
	border: none;
	color: var(--secondary-color);
}
[property="startDate"] p {
	font-size: 80%;
}
[property="startDate"] select {
	display: block;
	padding: 0.3em 0.4em;
	background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%234454C3" d="M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z"/></svg>');
	background-position: center right;
	background-size: 2em 2em;
	background-repeat: no-repeat;
	border-radius: 0.5em;
	border: 1px solid var(--bg-color);
	appearance: none;
	color: inherit;
	cursor: pointer;
	transition: background-color 100ms ease;
}
[property="startDate"] select:hover {
	background-color: var(--bg-color);
}
[property="startDate"] select:focus {
	outline: none;
	box-shadow: 0 0 3px 3px var(--accent-color-1);
}

button.mv-save {
	width: 100%;
	margin: 2em 0 1em;
	padding: 0.7em 1em;
	border: none;
	border-radius: 0.5em;
	color: var(--accent-color-2);
	background-color: var(--primary-color);
	font-size: 90%;
	font-weight: 200;
	transition: background-color 300ms ease;
}
button.mv-save:disabled {
	color: var(--accent-color-1);
	background-color: var(--bg-color);
}
button.mv-save:not(:disabled):hover {
	background-color: var(--secondary-color);
	cursor: pointer;
}
button.mv-save:not(:disabled):focus {
	outline: none;
	box-shadow: 0 0 5px 5px var(--accent-color-1);
}

[property="feedback"]:first-of-type:nth-last-of-type(n + 2)
	~ [property="feedback"] {
	display: none;
}

pre {
	tab-size: 2;
	-moz-tab-size: 2;
}
pre:empty::after {
	content: "No feedback yet 😔";
}

::-moz-focus-inner {
	border: 0;
}


