body {
  margin: 0px;
  padding: 0px;
  font-family: "Assistant", Sans-serif;
  font-size: 15px;
}

.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  padding-top: 50px;
}

.left_column {
  height: 100%;
  width: 20%;
}
.right_column {
  height: 100%;
  width: 70%;
  padding-top: 5px;
}
.slot_section {
  margin-bottom: 10px;
}
.slot_section > input {
  display: none;
}
.search_section {
  width: 100%;
  height: 100px;

  padding-top: 5px;
  display: flex;
  justify-content: center;
}
.search_section > input {
  padding: 5px;
  padding-left: 40px;
  width: 70%;
  height: 45px;
  border: 0px;
  outline: none;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 1px grey;
}
.search_section > button {
  outline: none;
  border-radius: 20px;
  border: none;
  background-color: #00ade5;
  color: white;
  padding: 5px;
  height: 45px;
  width: 120px;
  margin: 0px 5px;
  cursor: pointer;
}
.titlebar {
  width: 100%;
  background-color: #e9f7f9;
  display: flex;
  justify-content: space-between;
  height: auto;
  /* flex-direction:row-reverse; */
  padding:0% 2% 0% 2%;
  margin-bottom:10px;
}
.leftSide {
  display: flex;
  justify-content:space-evenly;
  font-weight:bold;
  color:#3AA7CD;
  padding-top:15px;
}
@media screen and (max-width: 600px) {
	.titlebar{
		flex-direction:column;
		height:auto;
		padding-top:2%;
	}
	.leftSide{
		padding-top:0px;
	}
}
.timeStamp {
  display:flex;
  color:#FF984F;
  /* margin-left:10px; */
  font-weight:bold;
  padding-right:10px;
}
.timeStamp :nth-child(2) {
  padding: 0px 5px 0px 1px;
  /* border-left: 2px solid #22a8cb; */
}
.timeStamp :nth-child(1) {
  padding: 0px 1px 0px 5px;
  border-left: 2px solid #18588C;
}
.commentIcon {
  display: flex;
  object-fit: contain;
  padding-right:10px;
}
.commentIcon p{
	margin-bottom:4px;
	color:#3AA7CD;
}
.commentIcon :nth-child(1) {
  padding: 0px 2px;
  color: #2a7e9c;
}
.commentIcon :nth-child(2) {
  padding: 0px 5px;
}

.expertIcon {
  display: flex;
}
.expertIcon :nth-child(1) {
  padding: 0px 2px;
  color: #2a7e9c;
}
.expertIcon :nth-child(2) {
  /* padding: 0px 2px; */
}
.rightSide {
  display: flex;
  font-weight:bold;
  /* flex-direction:row-reverse; */ 
  align-self: center;
  color:#18588C;
  font-size:18px;
}
.labIns{
 line-height:unset;
 vertical-align:unset;
 cursor:pointer;
}
.pIns{
 padding-right:10px;
}
/*
.rightSide :nth-child(1) {
  margin-right: 2px;
  margin-top: 15px;
}
*/
.rightSide :nth-child(2) {
  margin: 0px 0px;
}
.rightSide :nth-child(2):hover {
  cursor: pointer;
}

@media screen and (max-width: 600px) {
	.rightSide{
/*
		justify-content: flex-end;
		align-self: end; */
		align-self:	start;
	}
}
.accord:checked ~ .collapse {
  display: block;
}
.accord:checked ~ .descriptionSection {
  display: flex;
}

.accord:checked ~ .titlebar .rightSide label{
  transform:rotate(180deg);
}
.descriptionSection {
  background-color: #F7931E1A;
  height: auto;
  width: 100%;
  display: flex;
  /*flex-direction: row-reverse;*/
  margin-bottom:10px;
  padding:.5% 6%;
}
.descriptionSection div img, .user_id-public img{
 border-radius:50px;
}
.descriptionSectionInner{
  background-color: #F7931E1A;
  height: auto;
  width: 100%;
  display: flex;
  /*flex-direction: row-reverse;*/
  padding:.5% 2%;
}
.descriptionSectionComment{
  height: auto;
  width: 100%;
  display: flex;
  /*flex-direction: row-reverse;*/
  padding:1% 2%;
}
.des_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: flex-end;*/
  padding: 5px;
  width: 90%;
  font-size:19px;
  font-weight:600;
  line-height:1.4em;
}
.descriptionSectionComment > .userIcon{
	width:10%;
	justify-content: flex-start;
}
.userIcon {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
  margin: 5px;
  object-fit: contain;
}

@media screen and (max-width: 600px) {
.userIcon{
  text-align:center;
	}
}
.userIcon img{
	border-radius:50%;
	border:2px solid #3AA7CD;
}
.noicon img{
	border-radius:50%;
	border:2px solid #3AA7CD;
}
.descriptionSectionInner > .userIcon img{
	border-radius:50%;
	border:2px solid #FF984F;
}
.userIcon span{
	color: #FF984F;
	font-size:8px;
	font-weight:bold;
	line-height:1em;
}
.des_wrapper > h4 {
  margin: 0px;
  text-align: right;
  margin-bottom: 5px;
  color: #18588C;
  font-size: 100%;
  font-weight:bold;
}
.des_wrapper > p {
  margin: 0px;
  text-align: right;
}
.collapse {
  width: 100%;
  padding-bottom:10px;
  /*margin-top: 10px;*/
  /*background-color: #fdf4ee;*/
  display: none;
}
.user_wrapper {
  width: 100%;
  height: auto;
}
.comment_wrapper {
  padding:0% 8%;
  height: auto;
  background-color:#F7931E1A;
}
.comment_wrapper > h4 {
  margin:0px;
  padding-top:10px;
  text-align: right;
  color: #18588C;
  font-weight:bold;
  font-size:18px;
}
.add_comment {
  display: flex;
  /*justify-content: flex-end;*/
  border-bottom: 1px solid #999999;
}
.comments-area{
	background-color:#F7931E1A;
}
.exp-add-comment-js{
	margin:0% 8%;	
}
.exp-comment-form{
	background-color:#FFF;
}
.comments-area p{
	font-weight:bold;
}
.comment {
  width: 100%;
  border-bottom: 1px solid #999999;
}
.comment:last-of-type{
 border-bottom: 0px;
}
.public_comment {
  width: 100%;
}
.pagination {
  display: flex;
  justify-content: center;
}
.search_section i {
  position: relative;
}
.icon {
  min-width: 40px;
  text-align: left;
  top: 10;
  left: 50;
  font-size: 20px;
  color: #2a7e9c;
}
.input-field {
  width: 100%;
  padding-left: 10px;
  text-align: left;
}
.pagination > a {
  text-decoration: none;
  margin: 5px;
}

@media screen and (max-width: 600px) {
  .des_wrapper > h4 {
    font-size: 14px;
    font-weight:600;
    line-height:1.2em;
  }
  p {
    font-size: 16px;
    font-weight:600;
    line-height:1.2;
  }
  .form_wrapper label.new-question {
    font-size: 2vw;
  }  
  .credential > input {
    width: 2vw;
  }
  .form_footer > p {
    font-size: 2vw;
  }
  .footer_btn > label {
    font-size: 2vw;
  }
	.expertIcon{
	padding-left:5px;
	}
	.expertIcon :nth-child(1){
	padding: 0px 3px;
  }
	.expertIcon p, .commentIcon p, .timeStamp p{
		font-size:14px !important;	
	}
}
.form_wrapper {
  width: 100%;
  height:auto;
  background-color:#FFF;
  box-shadow:0px 0px 5px 1px #18588C8C;
  margin-bottom:10px;
}
.fw_usr {
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 0px 6px 0px rgb(112 46 1 / 50%);
}
.form_wrapper label.new-question {
  display:block;
  text-align:right;
  font-size:18px;
  font-weight:bold;
  padding-right:15px;
  color:white;
  background-color:#18588C;
  cursor:pointer;
  padding:10px;
}
.form_wrapper label.new-question_nq_usr{
  display:block;
  text-align:right;
  font-size:18px;
  font-weight:bold;
  padding-right:15px;
  color:white;
  background-color: #F7931E;
  cursor:pointer;
  padding:10px;
  border-radius:0px 0px 15px 15px;
}
.lb1 {
  margin-top: 10px;
  font-weight: 600;
  padding-right: 15px;
  text-align: right;
  display: block;
  color: #2a7e9c;
}
.lb2 {
  margin:10px 10px 0px 0px;
  font-weight: bold;
  text-align: right;
  display: block;
  color: #FF974F;
}
.lb2 span{
	padding-right:10px;
}
.preCred{
  display:flex;
  justify-content:space-evenly
}

.credential {
	display: flex;
	flex-direction:column;
	width:25%;
	padding:0px 10px 10px 10px;
}
.clUsr {
	flex-direction:row-reverse;
	width:100%;
}
.credential > input{
  margin: 10px 0px;
  outline: none;
  width: 100%;
  padding: 7px;
  background-color: white;
  color:#3AA7CD;
  border: 1px solid #3AA7CD;
  text-align: right;
  border-radius:0px;
}
.clUsr > input[type="text"]:last-of-type{
	color:red;
}
.clUsr > input {
  margin: 10px 5px 0px 5px;
}
.credential > input[type="text"]{
  color:#3AA7CD;
  opacity:1;
}
.credential > input[type="text"]::placeholder{
  color:#3AA7CD;
  opacity:1;
}
.preP{
	width:52%;
}
.preTextArea{
 padding:10px;
 width:75%
}
.clUsrT{
 width:100%
}
.preTextArea textarea::placeholder { 
 font-weight:500;
 color:#3AA7CD;
 opacity:1;
}
.credTextArea{
  width: 100%;
  align-self: center;
  text-align: right;
  background-color: white;
  color:#3AA7CD;
  border: 1px solid #3AA7CD;
  outline: none;
  padding: 10px;
  height:100px;
  border-radius:0px;
}
.form_body > textarea {
  width: 100%;
  height: 130px;
  align-self: center;
  text-align: right;
  background-color: white;
  color:#3AA7CD;
  border: 1px solid #3AA7CD;
  outline:none;
  padding:10px;
}
.form_body {
  display: flex;
  flex-direction: column;
}
.form_footer {
  background-color: white;
  display: flex;
  justify-content:space-between;
  padding:10px;
  border-radius:0px 0px 15px 15px;
}
.footer_btn > button {
  margin-right:20px;
  padding: 10px 20px;
  background-color:#18588C;
  border: none;
  outline:none;
  cursor:pointer;
  color:white;
  font-weight:bold;
  border-radius:0px;
}

.fb_usr{
  background-color:#F7931E !important;
}

.preP p{
	line-height:1em;
}
.preFbtn{
	display:flex;
	display:row;
	align-items:center;
}
.preFC{
	color: #2a7e9c;
}
.des_wrapper span{
	color:#FF984F;
}
@media screen and (max-width: 600px) {
.preCred{
  flex-direction:column;
}
.credential {
  width:100%;
}
.clUsr{
  flex-direction:column;
}
.clUsr > input {
 margin:10px 0px 0px 0px;
	}
.preP{
  width:100%;
}
.form_footer {
  flex-direction:column;
}
.preTextArea{
 width:100%;
 padding-top:0px;
}
.preFbtn{
 justify-content:flex-end;
 flex-direction:column;
 align-items:unset;
}
.preFC{
 margin-bottom:10px;
}
.des_wrapper span{
 display:block;
}
}
.footer_btn {
 text-align:center;
}
.footer_btn > label {
  font-size: 16px;
  font-weight:bold;
  color: #3d7e9c;
}
.footer_btn > label > span > input {
  width: 2vw;
  height: 2vh;
}
.form_footer > p {
  width: 50%;
  padding-right: 15px;
  margin: 0px;
  margin-top: 5px;
  font-size: 10px;
}
.add_comment_form textarea{
background-color: #fff;
}

.question-pagination {
    text-align: center;
}
span.current{
	color:#3AA7CD!important;
	font-weight:bold;
	text-decoration:none!important;
}
.question-pagination ul .page-numbers a,
.question-pagination a.page-numbers,
.question-pagination span.page-numbers,
.question-pagination .page-links span,
.question-pagination .page-links a>span {
    display: inline-block !important;
    color: #18588C;
	text-decoration:underline;
	padding:4px 2px;
}

.add_comment_form{
	padding-bottom: 10px;
	background-color: #fdf4ee;
}
.exp-comment-form{
  box-shadow:0px 0px 5px 1px #18588C8C;
	z-index:9999;
	margin-bottom:4px;
	margin-top:-1px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}
label.new-comment{
  display:block;
  text-align:right;
  font-size:18px;
  font-weight:bold;
  padding-right:15px;
  color:white;
  background-color:#18588C;
  cursor:pointer;
  padding:10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.exp-comment-form .form-group{
	display:flex;
    /* flex-direction:column; */
	flex-wrap: wrap;
	padding:2% 4%;
	justify-content:flex-end;
}

.exp-comment-form .form-group textarea{
	border: 1px solid #3AA7CD;
    border-radius:0px;
	color:#3AA7CD;
	font-weight:500;
}

.exp-comment-form .form-group textarea::placeholder { 
	font-weight:500;
  	color:#3AA7CD;
	opacity:1;
}

.exp-comment-form .form-group .btn-primary{
	margin-top:2%;
    padding:10px 20px;
    background-color:#18588C;
    border:none;
    outline:none;
    cursor:pointer;
    color:white;
    font-weight: bold;
	border-radius:0px;
}
.usrEnd{
	flex-direction:column;
}
.form-group > input[type="text"]::placeholder{
    color:#3AA7CD;
    opacity:1;
}
.add_comment_form textarea, .add_comment_form input[type=text]{
	border: 1px solid #3AA7CD;
    border-radius: 0px;
    font-weight: 500;
    color:#3AA7CD;
}
.tFrst{
	padding-bottom:0px!important;
}