::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
	background-color: white;
}

::-webkit-scrollbar {
	width: 3px;
	height: 0px;
	background-color: white;
}

::-webkit-scrollbar-thumb {
	background-color: #FF8483;
}


.body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0);
	background-color: white;
}

.body::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	background-color: white;
}

.body::-webkit-scrollbar-thumb {
	background-color: white;
}

#received{
	/* height: inherit; */
	height: calc(100vh - 260px);
	width: 100vw;
	position: absolute;
	top: 200px;
	z-index: 1;
}

.cards-box {
	font-family: "Roboto";
	position: relative;
	left: calc(50% - 300px);
}
.cards-box .card {
	width: 600px;
	background: white;
	border-radius: 14px;
	height: 400px;
}

@media only screen and (max-width: 620px)  {
	.cards-box .card {
		width: 94vw;
		left: 3vw;
		margin-left: 0px;
	}
	.cards-box {
		left: 0px;
	}
	.cards-box .card2 {
		width: 76vw !important;
		left: 12vw;
	}
}

.cards-box .card.hide {
	visibility: hidden;
}
.cards-box .card:not(.hide) {
	position: absolute;
	transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
	display: none;
}
.cards-box .card:not(.hide)[data-slide='0'] {
	-webkit-transform: translate(0px, 0px) scale(1);
	transform: translate(0px, 0px) scale(1);
	z-index: 6;
	opacity: 1;
	display: inherit;
}
.cards-box .card:not(.hide)[data-slide='1'] {
	-webkit-transform: translate(15px, 15px) scale(0.975);
	transform: translate(15px, 15px) scale(0.975);
	z-index: 5;
	opacity: 0.9;
	display: inherit;
}
.cards-box .card:not(.hide)[data-slide='2'] {
	-webkit-transform: translate(30px, 30px) scale(0.95);
	transform: translate(30px, 30px) scale(0.95);
	z-index: 4;
	opacity: 0.8;
	display: inherit;
}
.cards-box .card:not(.hide)[data-slide='3'] {
	-webkit-transform: translate(45px, 45px) scale(0.925);
	transform: translate(45px, 45px) scale(0.925);
	z-index: 3;
	opacity: 0.7;
	display: inherit;
}
/* .cards-box .card:not(.hide)[data-slide='4'] {
	-webkit-transform: translate(60px, 60px) scale(0.9);
	transform: translate(60px, 60px) scale(0.9);
	z-index: 2;
	opacity: 0.6;
	display: inherit;
}
.cards-box .card:not(.hide)[data-slide='5'] {
	-webkit-transform: translate(75px, 75px) scale(0.875);
	transform: translate(75px, 75px) scale(0.875);
	z-index: 1;
	opacity: 0.5;
	display: inherit;
} */


.cards-box .card:not(.hide)[data-slide='0'] {
	transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
}

.content-placeholder {
	padding: 14px 18px 20px;
}
.content-placeholder .row {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	/* margin-bottom: calc(.8rem + 0.4vw); */
	margin-bottom: 8px;
}
.content-placeholder .row .img {
	flex-shrink: 0;
	position: relative;
	margin-right: 12px;
	background: #FF8482;
	width: calc(30px);
	height: calc(30px);
	border-radius: 50%;
	font-size: 20px;
}
.content-placeholder .row .img::after {
	content: attr(data-letter);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: calc(30px + 1vw);
	font-weight: bold;
	color: white;
	font-size: 20px;
}
.content-placeholder .row .img-text {
	/* background: #a7f4e0; */
	/* width: 45%; */
	/* min-width: 145px; */
	/* margin-top: -20px; */
	/* border-radius: 10px; */
	height: 20px;
	color: #FF8482;
	font-size: 20px;
	line-height: 20px;
}
/* .content-placeholder .row .img-text::after {
content: "";
display: block;
width: 80%;
height: 10px;
margin-top: 30px;
background: #a7f4e0;
border-radius: 10px;
} */
.content-placeholder .text {
	height: 20px;
	color: #FF8482;
	font-size: 20px;
	line-height: 20px;
	/*
	background: #a7f4e0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	/* height: 2vh;
	min-height: 12px;
	max-height: 14px; */
}
/* .content-placeholder .text.text--m {
	width: 80%;
	margin-top: 2vh;
	height: 2vh;
	min-height: 12px;
}
.content-placeholder .text.text--s {
	width: 70%;
	margin-top: 2vh;
	height: 2vh;
	min-height: 12px;
} */


.content-placeholder .body_msg {
	overflow-y: auto;
	white-space: pre-line;
	overflow-wrap: break-word;
	background-color: white;
	font-size: 1rem;
	text-align: left;
	cursor: default;
	position: relative;
	color: #929292;
	padding-right: 10px;
	padding-left: 10px;
	height: 215px;
	margin-bottom: 18px;
}


.content-placeholder .next {
	height: 30px;
	background-color: #FF8482;
	border-radius: 30px;
	line-height: 30px;
	font-size: 1rem;
	color: white;
	cursor: pointer;
	position: absolute;
	bottom: 12px;
	right: 12px;
	padding-left: 12px;
	padding-right: 12px;
}

.content-placeholder .time {
	height: 30px;
	background-color: white;
	border-radius: 30px;
	line-height: 30px;
	font-size: 1rem;
	color: white;
	cursor: default;
	position: absolute;
	bottom: 12px;
	color: #929292;
	padding-left: 12px;
	padding-right: 12px;
}

/* .content-placeholder .attach {
	height: 36px;
	background-color: white;
	border-radius: 36px;
	line-height: 36px;
	font-size: 1rem;
	color: #FF8482;
	cursor: pointer;
	position: absolute;
	bottom: 53px;
	left: 30px;
} */

/* .content-placeholder .attach {
	height: 36px;
	background-color: white;
	border-radius: 36px;
	line-height: 36px;
	font-size: 1rem;
	color: #FF8482;
	bottom: 53px;
} */

.content-placeholder .label {
	background-color: white;
	line-height: 30px;
	font-size: 1rem;
	color: #FF8482;
	margin-left: 10px;
	display: inline;
}

.content-placeholder .body_attach {
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
	background-color: white;
	font-size: 1rem;
	text-align: left;
	cursor: default;
	position: absolute;
	padding-right: 8px;
	margin-left: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: calc(100% - 100px);
	display: inline;
	height: 34px;
	cursor: pointer;
}


.content-placeholder .downloadlink {
	background-color: #FF8482;
	font-size: 1rem;
	color: white;
	cursor: pointer;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	border-radius: 99px;
	margin-right: 10px;
	/* margin-bottom: 8px; */
	height: 25px;
	line-height: 25px;
	position: relative;

}

a:hover, a:visited, a:link, a:active { text-decoration: none; }

.cards-box .card.card2{
	height: auto;
	display: block;
	cursor: pointer;
}

.cards-box .card.card3{
	display: block;
}

#transmit{
	height: calc(100vh - 260px);
	width: 100vw;
	position: absolute;
	top: 200px;
	z-index: 1;
}

.card2 {
	display: block;
	margin-left: 125px;
}
