/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.wall-post-textarea {
	width: 100%;
}

.editor-icons {
	border: 1px solid var(--color-white-universal);
	display: flex;
	align-items: center;
	border-radius: 9px 9px 0 0;
}

.editor-icons .italic {
	font-style: italic;
}

.editor-icons .underline {
	text-decoration: underline;
}

.editor-icons .link img {
	width: 17px;
	height: 17px;
	margin-top: 7px;
}

.editor-icons button {
	background-color: inherit;
	border: none;
	color: var(--color-white-universal);
	font-weight: bold;
	font-size: 17px;
	padding: 8px 10px;
}

.wall-post-textarea .edit-input {
	width: 100%;
	min-height: 15rem;
	border: 1px solid var(--color-white-universal);
	margin-right: 10px;
	padding: 1rem;
	background: none;
	color: var(--color-white-universal);
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	border-radius: 0 0 9px 9px;
	overflow-wrap: anywhere;
}

.post-form-wall {
	display: flex;
	align-items: center;
	gap: 27px;
}

.wall-form {
	max-width: 1400px;
	margin: auto;
	margin-top: 34px;
	border-bottom: 1px solid gray;
	margin-bottom: 40px;
}

.wall-form .form-submit {
	display: flex;
	margin: auto;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 48px;
}

.form-submit #wall-submit {
	background-color: var(--color-new-red);
	color: #fff;
	border: none;
	padding: 0.5rem 33px;
	margin: 1rem 0;
	border-radius: 5px;
	cursor: pointer;
	width: auto;
}

.emoji-reactions {
	cursor: pointer;
	/* margin-top: 30px; */
	justify-content: left !important;
}

.popup-emoji-list {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid gray;
}

.wall-container .interaction-container {
	display: flex;
	gap: 30px;
	margin-top: 20px;
	flex-wrap: wrap;
	align-items: center;
}

.interaction-card {
	/* width: 24px; */
	cursor: pointer;
	display: flex;
	gap: 5px;
	align-items: center;
}

.wall-container {
	max-width: 1400px;
	margin: auto;
}

.title-wall-contain {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.feed-title {
	margin-right: 20px;
	font-family: var(--font-barlow);
	color: var(--color-white-universal);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 3px;
}

.emoji-count {
	padding-left: 5px;
}

/* .feed-title::after {
	border-bottom: 5px solid var(--color-blue-100);
	content: " ";
	width: 50px;
	display: block;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
} */

.popup-emoji-list .active-click {
	color: var(--color-new-lightblue-tab);
	border-bottom: 3px solid var(--color-new-lightblue-tab);
}

.wall-card {
	margin-bottom: 50px;
	background: linear-gradient(180deg, #0E465E 0%, rgba(56, 65, 113, 0.37) 100%);
	border: 1px solid #70FFF6;
	box-shadow: 0px 1px 6px 2px rgba(0, 27, 51, 0.57);
	border-radius: 7px;
	padding: 24px;
	cursor: pointer;
}

.wall-card img {
	max-width: 100%
}

.wall-card-body a {
	color: var(--color-new-cyan);
	text-decoration: none;
}

.wall-card-body a::after {
	content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJoLTYgdy02IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZT0iIzAwZmNmYyIgc3Ryb2tlLXdpZHRoPSIyIj4KICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xMCA2SDZhMiAyIDAgMDAtMiAydjEwYTIgMiAwIDAwMiAyaDEwYTIgMiAwIDAwMi0ydi00TTE0IDRoNm0wIDB2Nm0wLTZMMTAgMTQiIC8+Cjwvc3ZnPg==");
	display: inline-block;
	width: 20px;
	margin-top: 5px;
	cursor: pointer;
}

.wall-left {
	margin-left: 10px;
	margin-bottom: 26px;
}

.wall-card-body {
	margin-left: 100px;
}

.wall-name {
	position: relative;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	/* display: flex; */
	align-items: center;
	/* justify-content: space-between; */
	/* min-width: 182px; */
}

.wall-name svg:hover~.tooltip-time {
	visibility: visible;
}

.tooltip-time {
	visibility: hidden;
	position: absolute;
	width: auto;
	border: 1px solid var(--profile-color-gray-100);
	/* left: calc(50%); */
	transform: translateX(40%);
	text-align: initial;
	padding: 0.5rem;
	/* margin-top: 0.5rem; */
	background-color: var(--color-white-universal);
	z-index: 5;
	top: -6rem;
}

.tooltip-desc {
	font-size: 20px;
	color: black;
}

.arrow-wall-indicator {
	border: solid var(--color-white-100);
	position: absolute;
	border-width: 0 1px 1px 0px;
	display: inline-block;
	/* bottom: 122%; */
	z-index: 3;
	padding: 6px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-315deg);
	margin: auto;
	border-left: 1px solid var(--color-white-universal);
	background-color: var(--color-white-universal);
	left: 50%;
	top: 94%;
}

.wall-name svg {
	position: relative;
	width: 20px;
	margin-left: 5px;
	cursor: pointer;
}

.interaction-card svg {
	width: 24px;
}

.interaction-like-ico-container,
.interaction-dislike-ico-container {
	display: flex;
	align-items: center;
}

.top-wall-container {
	display: flex;
	align-items: center;
	padding: 0.4rem;
}

.wall-metadata-container {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.wall-mpxr {
	margin-top: -2px;
	margin-bottom: 5px;
	font-weight: 600;
}

.wall-upload-multi {
	margin-left: 100px;
	display: flex;
}

.wall-upload-multi>* {
	cursor: pointer;
	margin-right: 10px;
}

.filepond--drop-label {
	color: #4c4e53;
}

.filepond--label-action {
	text-decoration-color: #babdc0;
}

.filepond--panel-root {
	background-color: inherit !important;
	border: 1px solid white;
	/* border-radius: 0px !important; */
	margin-top: 2px !important;
	cursor: pointer !important;
}

.filepond--root {
	width: 20%;
	margin: 0 auto;
	margin-left: 100px;
	cursor: pointer;
}

.tooltip {
	display: inline-block;
	position: relative;
	/* border-bottom: 1px dotted #666; */
	/* text-align: left; */
}

.plyr {
	/* max-width: 655px !important;
	max-height: 422px; */
}

.tooltip .top {
	min-width: 235px;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
	padding: 10px 20px;
	color: #444444;
	background-color: #EEEEEE;
	font-weight: normal;
	font-size: 13px;
	border-radius: 8px;
	position: absolute;
	z-index: 99999999;
	box-sizing: border-box;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
	display: none;
	line-height: 30px;
}

.wall-image {
	width: 855px;
	height: 484px;
	object-fit: contain;
	margin-top: 10px;
}

.wall-card-content p {
	font-weight: 400;
	font-size: 24px;
	font-family: 'Noto Serif';

}

.social-feed-back {
	max-width: 10rem !important;
	padding-block: 4rem
}

#toolbar-container button svg .ql-stroke {
	stroke: #fff
}

#toolbar-container .ql-active svg .ql-stroke {
	stroke: cyan
}

.ql-snow .ql-tooltip {
	box-shadow: none !important;
	z-index: 100
}

.ql-container {
	min-height: 10rem;
	max-height: 20rem;
	height: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.ql-editor {
	height: 100%;
	flex: 1;
	overflow-y: auto;
	width: 100%;
}

.wall-card-content {
	font-family: 'Noto Serif';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
	overflow-wrap: anywhere;
}

@media screen and (min-width: 500px) {
	.wall-card-content {
		font-size: 24px;
		line-height: 38px;
	}
}

.tooltip:hover .top {
	display: block;
}

.tooltip .top i {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 12px;
	overflow: hidden;
}

.tooltip .top i::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: #EEEEEE;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width:1403px) {

	.wall-form,
	.wall-container {
		padding: 0 60px 0 60px;
	}
}

@media screen and (max-width:523px) {

	.wall-form,
	.wall-container {
		padding: 0 5px 0 5px;
	}

	.wall-card-body {
		margin-left: 0;
	}
}

@media screen and (max-width:1055px) {
	.wall-image {
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width:765px) {
	.post-form-wall {
		flex-direction: column;
	}

	.filepond--root {
		width: 100%;
		margin-left: 0;
		margin-top: 12px;
	}
}

.disabledContent {
	pointer-events: none;
	cursor: default;
	opacity: 0.4;
}

.post-rep {
	display: block !important;
	margin: 0.2rem 0;
	/* font-weight: 600; */
	/* font-size: 1.2rem; */
}

.wall-emoji-container {
	position: absolute;
	top: -61px;
	display: inline !important;
	flex-direction: column;
	padding: 0.5rem 1rem;
	display: flex;
	gap: 1rem;
	transform: scale(0);
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
	transform-origin: bottom center;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.wall-emoji-container span {
	display: inline !important
}

@media screen and (min-width:600px) {
	.wall-emoji-container {
		transform-origin: bottom right;
	}
}

.show-wall-emoji {
	transform: scale(1.5) translate(-50%, 0%);
	left: 50%;
	position: relative;
	;
}

@media screen and (min-width: 768px) {
	.show-wall-emoji {
		transform: scale(1.5);
		left: auto;
	}
}

.wall-reaction-header {
	margin-bottom: 15px;
}

.wall-interactors-lists {
	border-bottom: #444444;
}

.emoji-interactors {
	padding-block: 25px;
	overflow: auto;
	max-height: 600px;
}

.popup-wrapper {
	padding: 1rem 2.5rem !important;
}

.end-of-emoji {
	height: 10px;
}

.end-of-emoji img {
	width: 40px;
	height: 40px;
	position: relative;
	left: 45%;
}