.smsshowwrap{
	width: 45%; 
	margin:auto;
	display:flex;
	flex-direction: column;
	Border-radius: 60px;
	border: 5px solid var(--nv-y);
	background: var(--nvbglines);
}

.smsshowhead{
	background-color: var(--nv-y);
	width: 98%;
	padding: 0px 1%;
	height: 130px;
	display: flex;
	flex-direction: row; 
	border-radius: 50px 50px 0px 0;
	color: var(--nv-bg);
	font-family: var(--nv-head);
	font-size: 25px;
	letter-spacing: 2px;
	justify-content: space-between;
    align-content: center;
    align-items: center;
	margin-bottom: 30px;
}

.smsheadleft{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.smsheadright{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
	font-size: 35px;
}

.smspic{
	width: 80px;
	height: 80px;
	Border-radius: 50%;
	outline: 3px solid var(--nv-m);
	outline-offset: 3px;
}

.smsshowpost{
	height: 600px;
		overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--nv-y) var(--nv-bgtrans);
}

.smsshowend{
    width: 98%;
    padding: 0px 1%;
    height: 80px;
    display: flex;
    flex-direction: row;
    border-radius: 0px 0px 50px 50px;
    color: var(--nv-bg);
    font-family: var(--nv-head);
    font-size: 17px;
    letter-spacing: 2px;
justify-content: center;
    align-content: center;
    align-items: center;
	    margin-top: 30px;
}

.smsshowanswer{
    background: var(--nv-y);
    width: 85%;
    border-radius: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    height: 36px;

}

.smspostleft1{
	width: 130px;
    /* margin-right: 8px; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.smspostright2{width: 500px;}

.smspostleft2{
    width: 130px;
    margin-left: 12px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.smspostright1{width: 500px;}

.smsposttextarea{    width: 92.4%;
    min-height: 52px;
    display: flex;
    flex-direction: column;
    padding: 5%;
    border-radius: 35px 35px 35px 0px;
    text-align: left;
    font-family: var(--nv-main);
    font-size: var(--nv-txt-size);
    line-height: 1.7em;
    color: var(--nv-txt);}

.normpostbitwrapper2{
    display: flex;
    flex-direction: row;
    width: 100%;
    border-radius: 5px;
    margin: 40px auto 20px auto;
    justify-content: flex-end;
}

.smsposttextarea2{    width: 92.4%;
    min-height: 52px;
    display: flex;
    flex-direction: column;
    padding: 5%;
    border-radius: 35px 35px 0px 35px;
    text-align: right;
    font-family: var(--nv-main);
    font-size: var(--nv-txt-size);
    line-height: 1.7em;
    color: var(--nv-txt);}

.normpostbitwrapper1{
	display: flex;
    flex-direction: row;
    width: 100%;
    border-radius: 5px;
    margin: 40px auto 20px auto;
	justify-content: flex-start;
}