#social {
	background: #FFF;
	height: 100%;
	position: fixed;
	width: 100vw;
}

#social .back-button {
	color: #000;
}

#social .refresh-button {
	color: #000;
}

#social #tabs {
	position: absolute;
	text-align: center;
	top: 70px;
	width: 100vw;
}

#social .tabs-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#social .tabs-li {
	display: inline-block;
	font-family: "RubikMedium";
	font-size: 5vw;
	line-height: 30px;
	padding: 0 3% 0px 3%;
	transition: color 0.2s;
}

#social .tabs-li-active {
	color: #FFE800;
}

#social .tabs-content {
	display: none;
	height: calc(100% - 120px);
	position: absolute;
	top: 120px;
	width: 100%;
}

#social .tabs-content-active {
	display: block;
}

#social #public-window {
	-webkit-overflow-scrolling: touch;
	height: calc(100% - 0px);
	overflow-y: auto;
	padding: 0 10px 0 10px;
	width: 100vw;
}

#social #public-message-container,
#social #chat-message-container {
	font-size: 18px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100vw;
}

#social #public-no-internet-connection,
#social #chat-no-internet-connection {
	margin-bottom: 20px;
}

/* Chat Messages! */

#social .chatBaseEmitter {
	float: right;
	margin-top: 15px;
	width: 100%;
}

#social .chatEmitterImg {
	border-radius: 50%;
	float: right;
	height: 33px;
	margin-left: 10px;
	margin-right: 20px;
	width: 33px;
}

#social .chatBaseEmitterEntry {
	float: right;
	width: 80%;
}

#social .chatBaseEmitterFirstEntry {
	float: right;
	width: 100%;
}

#social .chatBaseEmitterAnotherEntry {
	float: right;
	margin-top: 5px;
	width: 100%;
}

#social .chatEmitterEntry {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	background: linear-gradient(to left, #FFE800, #FFF8B2);
	border-radius: 8px;
	float: right;
	font-family: "RubikMedium";
	font-size: 14px;
	hyphens: auto;
	overflow-wrap: break-word;
	padding: 8px;
	text-align: right;
	word-break: keep-all;
	word-wrap: break-word;
}

#social .chatBaseEmitterDate {
	color: #404040;
	float: right;
	font-size: 12px;
	margin-top: 5px;
	width: 100%;
}

#social .chatEmitterDate {
	margin-right: 63px;
	text-align: right;
}

#social .chatImgViewMsg {
	margin-left: 5px;
	width: 10px;
}

#social .chatBaseReceiver {
	float: left;
	margin-top: 15px;
	width: 100%;
}

#social .chatReceiverImg {
	border-radius: 50%;
	float: left;
	height: 33px;
	margin-left: 20px;
	margin-right: 10px;
	width: 33px;
}

#social .chatBaseReceiverEntry {
	float: left;
	width: 80%;
}

#social .chatBaseReceiverFirstEntry {
	float: left;
	width: 100%;
}

#social .chatBaseReceiverAnotherEntry {
	float: left;
	margin-top: 5px;
	width: 100%;
}

#social .chatReceiverEntry {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	background: #EAEAEA;
	border-radius: 8px;
	float: left;
	font-family: "RubikMedium";
	font-size: 14px;
	hyphens: auto;
	overflow-wrap: break-word;
	padding: 8px;
	text-align: left;
	word-break: keep-all;
	word-wrap: break-word;
}

#social .chatBaseReceiverDate {
	color: #404040;
	float: left;
	font-size: 9px;
	margin-top: 5px;
	width: 100%;
}

#social .chatReceiverDate {
	margin-left: 35px;
}

/* Chat Window! */

#social #chat-window {
	height: 100%;
	position: absolute;
}

#social #chat-messages {
	-webkit-overflow-scrolling: touch;
	height: calc(100% - 55px);
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	width: 100vw;
}

#social #chat-input-field {
	background: linear-gradient(to right, #FFE800, #FFF8B2);
	border-radius: 8px;
	border: none;
	bottom: 10px;
	color: #000;
	font-family: "RubikMedium";
	height: 35px;
	left: 10px;
	padding: 0 10px 0 10px;
	position: fixed;
	text-decoration-color: transparent;
	text-decoration: none;
	transition: 0.5s;
	width: calc(100% - 73px);
}

#social #chat-input-field::placeholder {
	background: transparent;
	text-decoration-color: transparent;
	text-decoration: none;
}

#social #chat-send-button {
	bottom: 10px;
	color: #4C4C4C;
	font-size: 25px;
	height: 35px;
	line-height: unset;
	position: fixed;
	right: 10px;
	text-align: center;
	width: 53px;
}

#social #chatWritingAnimation {
	float: left;
	height: 25px;
	margin-left: 42px;
	width: 25px;
}

@media (orientation: landscape) {
	#social #tabs {
		top: 60px;
	}

	#social .tabs-li {
		font-size: 4vw;
	}

	#social .tabs-content {
		height: calc(100% - 100px);
		top: 100px;
	}

	#social #public-window {
		height: calc(100% - 0px);
		top: 100px;
	}
}
