#yorumlar-container {
	background: black;
	min-height: 100vh;
	color: #ffffff;

}

#yorumlar-header {
	padding-top: clamp(40px, 100px, 120px);
}

#yorum_yap_container {
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff8c07", endColorstr="#fc2a00", GradientType=1);
	border: 3px solid rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 2px 2px #292930;
	-moz-box-shadow: 2px 2px #292930;
	box-shadow: 2px 2px #292930;
	text-shadow: 1px 1px #292930;
	background: -moz-linear-gradient(180deg,
			rgba(255, 140, 7, 1) 0%,
			rgba(232, 73, 29, 1) 50%,
			rgba(252, 42, 0, 1) 100%);
	background: -webkit-linear-gradient(180deg,
			rgba(255, 140, 7, 1) 0%,
			rgba(232, 73, 29, 1) 50%,
			rgba(252, 42, 0, 1) 100%);
	background: linear-gradient(180deg,
			rgba(255, 140, 7, 1) 0%,
			rgba(232, 73, 29, 1) 50%,
			rgba(252, 42, 0, 1) 100%);

}

.comments-form-container {
	padding: 1em;
	margin: 0.5em;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #ffffff;
	color: black;
	box-shadow: inset -5px -5px 10px #002266, inset 5px 5px 10px #969696;
	border: 1px solid rgba(232, 73, 28, 1);
	/* width: 90%; */
	display: grid;
	grid-template-columns: 1fr;
	place-content: center;
	max-width: 90%;
	margin: 5% auto;
	font-family: 'Text', Times, serif;

	/* background: #0055ff;
	box-shadow: inset -5px -5px 10px #002266, inset 5px 5px 10px #0088ff;
	border: 1px solid royalblue; */
}

.yorum-inputs {
	padding: 1em;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	box-shadow: 5px 5px 5px 0 rgba(31, 38, 135, 0.37);
	/* background-image: linear-gradient(155deg, rgba(255, 255, 255, 0.69), rgba(255, 255, 255, 0)); */
	border-radius: 5%;
	border: 2px solid rgba(0, 0, 0, 0.50);


}

.btn-send {
	display: grid;
	place-content: center;
	margin-top: 1em;
}

.comments-form-container button {
	padding: 1em;
	border-radius: 10px;
	/* background-color: coral; */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff8c07", endColorstr="#fc2a00", GradientType=1);
	border: black 3px solid;
	-webkit-box-shadow: 2px 2px #292930;
	-moz-box-shadow: 2px 2px #292930;
	box-shadow: 2px 2px #292930;
	text-shadow: 2px 2px #292930;
	background: -moz-linear-gradient(180deg,
			rgba(255, 140, 7, 1) 0%,
			rgba(232, 73, 29, 1) 50%,
			rgba(252, 42, 0, 1) 100%);
	background: -webkit-linear-gradient(180deg,
			rgba(255, 140, 7, 1) 0%,
			rgba(232, 73, 29, 1) 50%,
			rgba(252, 42, 0, 1) 100%);
	background: linear-gradient(180deg,
			rgba(255, 140, 7, 1) 0%,
			rgba(232, 73, 29, 1) 50%,
			rgba(252, 42, 0, 1) 100%);
	/* background: rgba(255, 255, 255, 0.4); */
	/* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	/* border: 3px solid rgba(255, 255, 255, 0.18); */
	transition: all 0.3s;
	color: #ffffff;
	font-weight: bold;
}

/* @media (min-width: 700px) {
	.comments-form-container {
		margin: 0.5em calc(100vw - 80vw);
	}
} */

#comments-form {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 1em;
	place-content: center;
}

#comments-form label {
	margin-top: 1em;
	color: #ffffff;
}

/* #comments-form input {
	padding: 1em;
} */

::placeholder {
	text-align: center;
	font-size: 1rem;
}

.yorumlar-header {
	border-bottom: 1px solid var(--white);
}

#comments h4 {
	margin-top: min(1em, 5em);
}

hr {
	display: block;
	border: 0;
	height: 1px;
	border-top: 6px solid rgba(232, 73, 28, 1);
	margin: 0.5em 0;
}

.user {
	display: flex;
	justify-content: space-between;
	padding-block: min(1em, 2vh);
	color: #58585c;
	margin-top: 5%;

}

.userName {
	margin-left: 2% !important;
}

.time {
	margin-right: 4% !important;
}

.userComment {
	line-height: 1.6;
	padding: 0 min(5%, 2vw);
	font-size: var(--h4);
}

#numCommentsC {
	font-size: var(--h4);
	font-weight: bold;
	color: orangered;
}

.cevapEf {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(7.6px) saturate(180%);
	-webkit-backdrop-filter: blur(7.6px) saturate(180%);
	/* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
	border-radius: 8px;
	padding: 0.5em;
	margin-top: 1em;
	font-size: var(--p-small);
	margin-bottom: 2%;
}

.CevapEfFinans {
	color: rgba(232, 73, 28, 1);
}

#Cevap {
	padding-left: min(5%, 2vw);
}