/* CSS Document */

#results {}


.results-header {
	overflow: hidden;
	margin: 10px 0;
	color: black;
}

.small-win .result-item {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
	float:none;
}
.result-item {
	width: 32%;
	min-height: 231px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: #f2f4f4;
	border-radius: 10px;
	border: 1px solid #fafbfc	;
	float: right;
    margin: 0px 5px 10px 0px;
}


.result-item-top {
	width: 100%;
	height: 40px;

	/*e8e8e8*/
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.result-item-mid {
	width: 100%;


	/*e8e8e8*/

	/*d35e8c*/

	/*ffffff*/
}
.small-win .result-item-mid {
	min-height: 158px;
	background:#e8e8e842;
	border-top: 4px solid #fff;
	border-bottom: 1px solid #ffffff;
}
.result-item-mid img {
	max-width: 100%;
	border-radius: 5px;
	border: 1px solid #555;
}
.result-item-mid img.img {
	height:250px;
}

.result-item-mid a {
	display: block;
	margin: 10px auto;
	text-align: center;
}

.result-item-mid table {
	margin: 0 auto;
	color: #fff;
	min-height:23px;
}

.result-item-mid .act-tbl .act-lable {
	display: none;
}

.small-win .result-item-mid .act-tbl .act-lable {
	display: table-cell;
}

.result-item-bot {
	width: 100%;
	/* height: 36px; */
	background: #e8e8e86e;
	/*e8e8e8*/
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	m10px;
}

.result-item-bot table {
	width: 100%;
}

.result-right {
	width: 108px;
	padding-top: 10px;
	text-align: center;
	float: right;
}

.result-left {
	width: 500px;
	float: left;
}

.result-bot {
	clear: both;
}

.result-head {
	padding: 5px 5px;
	font: bold 16px Open Sans Hebrew;
	color: #fff;
	text-align: center;
	background-color: #e5e5e5;
	border-radius: 8px 8px 0 0;
	height: 40px;
}

.result-head h4 {float: none; padding-top: 3px;}

.result-head h4 a {
	color: #bb1e35;
	/*601f3a*/
	text-align: center;
	text-decoration: none;
	font: bold 18px 'Open Sans Hebrew';
}

.head-panel td {
	text-align: center;
}

.head-panel a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.result-bold {
	color: #707375;
	font-weight:bold;
	margin-bottom:7px;
}

.result-desc {
	overflow: hidden;
	min-height: 45px;
	width: 90%;
	margin: 0 auto;
	color: #707375;
	text-align: right;
}

.res-icons td {
	padding: 0 3px 3px 3px;
	text-align: center;
}

.user-options {
	/* width: 180px; */
	/* padding-top: 7px; */
}
.user-options b {
	color:black;	
}
.result-btn {
	text-align: left;
	float: right;
	padding: 3px 5px;
}

.result-btn a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.results-filters {
	height: 33px;
	width: 100%;
	margin: 0 auto;

	/*454545*/
	margin-bottom: 10px;
}

.list-time {
	padding-top: 5px;
}



.results-filters ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.results-filters ul li {
	/* width:87px; */
	padding: 0 13px;
	height: 33px;
	display: block;
	float: right;

	/*898989*/

	/*898989*/
	text-align: center;
	line-height: 33px;
	cursor: pointer;
	background: #1c1c1c;
}

.results-filters ul li:first-child {
	border-right: none;
	border-radius: 0 10px 10px 0px;
}

.results-filters ul li:last-child {
	border-left: none;
	border-radius: 10px 0px 0px 10px;
}

.results-filters ul li a {
	color: #ffffff;
	text-decoration: none;
	font: bold 16px 'Open Sans Hebrew';
	line-height: 33px;
	display:block;
}

.results-filters ul li img {
	display: none;
}

.results-filters ul li:hover {
	background: #d5093b;
	/*d35e8c*/
}

.results-filters ul li:hover img {
	display: inline;
}

#current {
	background: #d5093b;
	/*d35e8c*/
}

#current img {
	display: inline;
}

.result-title {
	display: block;
	width: 100%;
	margin: 5px auto;
	text-align: center;
}

@media only screen and (max-width: 480px) {
	.all_messages {
		min-height: 350px !important;
    	max-height: 350px !important;
	}
	.result-item {
		width:98% !important;	
	}
	.result-head h4 {
		width:100% !important;	
		float: right;
		white-space: nowrap;
	}
	.result-item-mid img {
		width: 100%;
		border-radius: 0px 0px 5px 5px;
		height: auto;
	}
	.result-item-mid img.img {
		height:293px;
	}
	.message_title{
		font-size: 16pt !important;
	}
	.txt p img {
		height: 25px;
		width: auto;	
	}
	.comment_turn {
		left: 8px !important;	
	    top: 24px !important;	
		font-size: 14px !important;	
	}
}
@media only screen and (max-width: 375px) {
	.all_messages {
		min-height: 250px !important;
    	max-height: 250px !important;
	}
}









.midd_header {
    display: flex;
	align-items: center;
	width: 100%;
    position: relative;
}

.mail_col {
    font-size: 15pt;
    color: #000;
    font-weight: 400;
	margin-left: 20px;
}
.mail_col img, .inner_docu img, .inner_docu_edit img, .message_title  img, .comment_icon img{
	margin-left: 10px; 
}
.inner_docu {
    background-color: #bb1e35;
    padding: 0px 20px;
    height: 36px;
    border-radius: 12px;
	line-height: 35px;
    text-align: center;
	font-size: 15pt;
}
.inner_docu_edit{
    background-color: #000000;
    padding: 0px 20px;
    height: 36px;
    border-radius: 12px;
	line-height: 35px;
    text-align: center;
	font-size: 15pt;
}
.docu {
    margin: 0px 5px;
}
.float-left{
	position: absolute;
    left: 0;
	top: 15%;
}
.message_title {
    font-size: 24pt;
    color: #bb1e35;
    font-weight: bold;
}
.message_title:before {
    content: '.';
    font-size: 50px;
    color: green;
    line-height: 0px;
    position: absolute;
}
.messge_inner{
	padding: 15px 15px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.write_comment {
    background-color: #f9e1e4;
    border-radius: 20px;
    padding: 15px 15px 2px;
	position: relative;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,11%);
	border: 2px solid #e7ecef;
	margin: 0px 0px 15px 0px;
	position:relative;
}
.write_comment p{
    font-size: 16pt;
    font-weight: bold;
}
.read_comment p {
    font-size: 16pt;
}
.write_comment p.number, .read_comment p.number  {
    font-size: 14pt;
	color: #838383;
}
.read_comment2 span.imageread  {
	color: #DBDBDB;
}
.write_comment2 span.imageread  {
	color: #838383;
}

.read_comment{
	background-color: #f4f4f4;
    border-radius: 20px;
    padding: 15px 15px 2px;
	position: relative;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,11%);
	border: 2px solid #e7ecef;
	margin: 0px 0px 20px 0px;
	text-align: left;
	clear:both;
	position:relative;	
}

.all_messages {
    min-height: 450px;
	max-height: 450px;
    overflow: auto;
	overflow-x:hidden;
    padding: 18px;
}
.space{height: 45px;}

.secondary_menu{
	background-color: #000;
	border-radius: 8px;
	margin-bottom: 30px;
}
.secondary_menu ul {
    padding: 0;
    margin: 0;
	display: flex;
}
.secondary_menu ul li {
    list-style: none;
    padding: 10px 20px;
}
.secondary_menu ul li a{
	font-size: 16pt;
    font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.secondary_menu ul li.active {
    background-color: #bb1e35;
	position: relative;
}
.secondary_menu ul li:first-child{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.online_icon {
    position: absolute;
    color: green;
    font-size: 50px;
    line-height: 0;
	top:10%;
}
.pink_bg{
	background-color: #f9e1e4 !important;
}
.person_msg {
    background-color: #f4f4f4;
    padding: 10px 15px;
    border-radius: 10px;
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-bottom: 14px;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,11%);
	border: 2px solid #e7ecef;
}
.show_comment {
    margin-left: 15px;
	margin-top: 8px;
}
.txt h5 {
    font-size: 18pt;
    font-weight: bold;
    color: #bb1e35;
    letter-spacing: 0;
}
.txt p {
    font-size: 16pt;
    font-weight: bold;
    color: #000;
    letter-spacing: 0;
}
.comment_turn{
	position: absolute;
    left: 7px;
    top: 30px;
	background: #bb1f35;
	border-radius:20px;
    font-size: 16px;
	color:white;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 1px 10px;
}
.comment_turn::before {
  content: url('/images/icon2/your_turn_icon.png');
  display: inline-block;
  width: 20px;
  height: 20px;
}
.comment_turn span {
	margin:0px 5px;
}
.comment_date{
	position: absolute;
    left: -5px;
    top: 8px;
	color: #838383;
    font-size: 14px;
    letter-spacing: 0;
}
.comment_date span {
    margin-left: 15px;
}
.comment_read{
	position: absolute;
    left: 2%;
    bottom: 8%;
	color: #838383;
    font-size: 14pt;
    letter-spacing: 0;
}
.comment_read i.read {
	color:#06F;	
}
.option_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
	margin: 20px 0px 40px;
}
.read_btn {
    background-color: #bb1e35;
    padding: 8px 10px;
	border-radius: 8px;
}
.read_btn a, .delete_btn a{
	text-decoration: none;
	color: #fff;
	font-size: 15.04pt;
}
.delete_btn {
    background-color: #b3b3b3;
    padding: 8px 20px;
	border-radius: 8px;
	margin-right:10px;
}
.delete_btn:hover{
	background-color: #bb1e35;
}
.read_btn:hover{
	background-color: #b3b3b3;
}
.msg_title {
    margin: 30px 0px 15px;
}


/*********RESULTS-UPDATE PAGE************************/
.full_content {
    width: 100%;
    margin-bottom: 40px;
}
.full_content .results-filters{
	background-color: #000;
	border-radius: 10px;
}
.full_content .results-filters ul li{
	border-left: 1px solid #fff;
	position: relative;
}
.full_content .result-item{
	width: 32.8%;
}
.full_content .results-filters {
margin-bottom: 25px;
}
.full_content li#current::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #d5093b;
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.full_content .results-filters ul li:last-child{
    border-radius: 0px;
}
.full_content .results_head{
	display: flex;
	justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
}
.results-header-left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.results-header-left img {
    margin-right: 10px;
}
.results-header-left p {
    margin: 0;
    font-size: 14px;
}
.results_filters_div {
    display: flex;
    justify-content: space-between;
 	flex-wrap: wrap;
	clear: both;
}
.img_results {
    min-width: 32.5%;
    margin-bottom: 12px;
        position: relative;
}
.img_results a > img {
    /*width: 100%;*/
	border-radius: 20px;
}
.p_top {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
}
.p_top img {
    width: auto;
}
.p_match {
    position: absolute;
    top: 0px;
	right:0px;
	padding: 10px;
	z-index: 1;
}
.img_results > img {
    width: 100%;
    border-radius: 8px;
}
.p_top {
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0 );
	border-radius: 20px 20px 0px 0px;
	
}
.p_top p {
    color: #fff;
    font-size: 15px;
    margin: 0 7px;	
}
.p_bottom {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    padding: 10px;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );
	border-radius: 0px 0px 20px 20px;
}
.p_bottom p{margin: 0px;}
.p_bottom a { color:#fff; }
.s_right h2 {
    font-weight: bold;
	font-size:14px;
	color:white;
}
.s_right p:first-child {
    font-weight: bold;
}
.grid-view-filter {
  flex-flow: row wrap;
}

.list-view-filter {
    flex-direction: column;
    flex-wrap: nowrap;
}
.mob_r_sec{
	margin-right: 20px;
}
.mob_r_sec a:first-child:after {
    content: '|';
    position: absolute;
    left: -15px;
    top: 0;
}
.mob_r_sec a:first-child {
    position: relative;
}
.modal_for_profile:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    /* margin-right: -4px; */
}
.modal_for_profile .modal-dialog{
	display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal_for_profile{text-align: center;}

/*****MAIL*********/
.bg_color{
    background-color: #ebebeb;
}
.main_div {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.inner_content {
    background-color: #fff;
    width: 80%;
}
.top_logo {
    text-align: center;
    margin-bottom: 20px;
}
.content_type {
    border: 1px solid #e1e1e1;
    padding: 30px;
    margin-bottom: 25px;
}
.content_type h2 {
    font-size: 18px;
    color: #bb1e35;
    line-height: 20px;
    font-weight: bold;    
    margin-bottom: 15px;
}
.content_type p {
    font-size: 14px;
    color: #000;
}
.light_pink {
    background-color: #efdee1;
    padding: 10px;
    text-align: center;
    margin-bottom: 25px;
}
.light_pink p {
    margin: 0;
    font-size: 18px;
}
.email_verfy {
    background-color: #bb1e35;
    text-align: center;
    border-radius: 20px;
    padding: 10px;
}
.email_verfy a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.t_center{text-align: center;}
.bold{font-weight: bold;}
.email-text {
    padding: 30px 50px;
}
.footer_black {
    background-color: #000;
    padding: 10px;
}
.footer_black p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 14px;
}
.bottom_t p {
    color: #a6a6a6;
    margin: 0;
}
.bottom_t {
    text-align: center;
    padding: 30px;
}
.for_menu .results-filters{
	display: block;
}
.filter-menu{display: none;    position: relative;}
.for_menu .results-filters.show{
display: block;
}
.for_menu {
    background-color: #000;
    color: #fff;
    border-radius: 8px;
}
.filter-menu h3 {
    text-align: right;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 22px;
    font-size: 18px;
}
.filter-menu h3 i{
	position: absolute;
    left: 14px;
}
/*******MAIL1 PAGE******************/
.mail1 {
    padding: 0;
}
.profile_div {
    display: flex;
    align-items: center;
}
.profile_text {
    padding: 10px 30px 10px 10px;
}
.profile_text p.bold {
    font-size: 16px;
}
.profile_text p {
    font-size: 14px;
}
.top_logo h3 {
    font-size: 16px;
    color: #bb1e35;
    margin-top: 25px;
}
.top_logo h2 {
    font-size: 18px;
    color: #bb1e35;
    font-weight: bold;
}
.profile_div img {
    border-left: 1px solid #e1e1e1;
}
/*******MOBILE VIEW CHAT SECTION*******************/
.msgbox-bg{
	background-color: #f5f5f5;
}
.box-shad{
    margin-bottom: 12px;
    box-shadow: 0px 7px 10px 0px #a8a1a1;
    -webkit-box-shadow: 0px 7px 10px 0px #a8a1a1;
    -moz-box-shadow: 0px 7px 10px 0px #a8a1a1;
}

.read_comment2:before{
	content: "";
    background-image: url(/images/white-triangle2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 36px;
    position: absolute;
    left: -24px;	
}
.read_comment2 p.check {
	position: absolute;
    right: 2%;
    bottom: 2%;
    color: #838383;
    font-size: 12pt;
    letter-spacing: 0;	
}
.write_comment2:before {
    content: "";
	background-image: url(/images/pink-triangle.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 36px;
    position: absolute;
    right: -24px;
}
.write_comment2 p.check {
	position: absolute;
    left: 2%;
    bottom: 2%;
    color: #838383;
    font-size: 12pt;
    letter-spacing: 0;	
}
.write_comment2 p.check i.read, .read_comment2 p.check i.read  {
	color:#06F;
}
.msgbox-bg .read_comment{
	background-color: #fff;
}
.all_messages.msgbox-bg{
	    padding: 18px 40px;
}
.bottom_comment{
	background-color: #fff;
	position: relative;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
	box-shadow: 0 -20px 16px -15px #a8a1a1;
}
.alert_comment2 {
    background-color: #bb1e35;
    border-radius: 10px;
    padding: 2px 15px;
    position: relative;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 11%);
    border: 2px solid #e7ecef;
    margin: 0px 0px 20px 0px;
    text-align: left;
    clear: both;
    text-align: center;
}
.alert_comment2 a{
	color:white;
	font-size:15pt;
	text-decoration:none !important;
}
.alert_comment2 a:hover{
	color:black;	
}
.button_comment2{
	background-color: #000;
    border-radius: 10px;
    padding: 2px 15px;
    position: relative;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 11%);
    border: 2px solid #e7ecef;
    margin: 0px 0px 10px 0px;
    text-align: left;
    clear: both;
	text-align:center;
}
.button_comment2 a{
	color:white;
	font-size:15pt;
	text-decoration:none !important;
}
.emoji_icons_setion div.inner_emoji {
    width: 60px;
	height: 60px;
    padding: 4px;
    display: flex;
    align-items: center;
	cursor: pointer;
}
.emoji_icons_setion div img {
    width: 100%;
}
.emoji_icons_setion {
    position: absolute;
    width: 100%;
    display: none;
    background-color: #fff;
    padding: 35px 10px 10px;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    background-repeat: no-repeat;
    bottom: 100%;
    background-size: contain;
    box-shadow: 0px 2px 7px -2px rgb(0 0 0 / 20%);
    border-radius: 8px;
    border: 1px solid #e7ecef;
    right: 0px;
	margin: 0 auto;
	opacity: 0;
	overflow:hidden;
   /* transform: translateY(500%);*/
    transition: all cubic-bezier(0.4, 0, 1, 1) 0.3s;
}
.emoji_icons_setion.open {
	display:flex;
	opacity:1;
	overflow:visible;	
}
.sentences_setion {
    position: absolute;
    width: 50%;
    display: none;
    background-color: #fff;
    padding: 35px 10px 10px;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    background-repeat: no-repeat;
    bottom: 100%;
    background-size: contain;
    box-shadow: 0px 2px 7px -2px rgb(0 0 0 / 20%);
    border-radius: 8px;
    border: 1px solid #e7ecef;
    left: 0px;
	margin: 0 auto;
	opacity: 0;
	overflow:hidden;
   /* transform: translateY(500%);*/
    transition: all cubic-bezier(0.4, 0, 1, 1) 0.3s;
}
.sentences_setion.open {
	display:flex;
	opacity:1;
	overflow:visible;	
}
.sentences_setion .triangle-arow {
    left: 30px;
	right:auto;
    bottom: -14px;
}
.sentences_setion a {
    display: block;
    width: 100%;
    padding: 5px;
    background: #dae0e4;
    border-radius: 5px;
    margin: 2px 0px;
	font-weight:bold;
}
.sentences_setion a:hover {
	text-decoration:none;	
}
.bottom_comment .emoji{
	overflow: hidden;
}
.triangle-arow {
    position: absolute;
    right: 30px;
    bottom: -14px;
}
img.close_emoji {
    position: absolute;
    top: 15px;
    left: 15px;
	cursor: pointer;
}
.emoji_align{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: wrap;
	/*height: 240px;*/
    overflow-y: auto;
}
.emoji_align{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: wrap;
	/*height: 240px;*/
    overflow-y: auto;
}
.place_color input:placeholder{ 
	color: #161616;
	font-size: 24px;
}

.snd_comment.place_color input{
	font-size: 24px;
		color: #161616;
}
.bottom_comment .snd_btn{
	margin-right: 0px;
}
.msgbox-bg .read_comment:before{
	left: -24px;
}

	.all_messages.msgbox-bg {
		min-height: 55vh !important;
    	max-height: 55vh !important;
	}
	.messge_inner.box-shad img {
    border-radius: 5px;
}
.write_comment2{
	background-color: #f9e1e4;
    border-radius: 10px;
    padding: 15px 15px 2px;
    position: relative;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 11%);
    border: 2px solid #e7ecef;
    margin: 0px 0px 15px 0px;
}
.read_comment2{
	background-color: #fff;
    border-radius: 10px;
    padding: 15px 15px 2px;
    position: relative;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 11%);
    border: 2px solid #e7ecef;
    margin: 0px 0px 20px 0px;
    text-align: left;
    clear: both;
}
.write_comment2 p.number, .read_comment2 p.number {
    font-size: 11pt;
    color: #838383;
}
.write_comment2 p, .read_comment2 p {
    font-size: 15pt;
	word-break: break-word;
}
.write_comment2 p.number, .read_comment2 p.number {
	word-break: normal;
    word-spacing: normal;
}
.bottom_comment .comment_type{
	    padding: 15px 10px 10px;
}
@media only screen and (max-width: 1279px) {
.all_messages.msgbox-bg {
	min-height: 65vh !important;
	max-height: 65vh !important;
}
}
@media only screen and (max-width: 767px) {
.sentences_setion {
	width: 100%;
}
.img_results a > img {
	width:100%;	
}
}