.wrapper_questions {
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: #eee 0 0 5px;
            box-shadow: #eee 0 0 5px
}

.questions_box{
    border-top: 1px solid rgba(0,0,0,0.1) ;
    padding: 10px;
}

.wrapper_questions h1{
    padding:10px ;
}
.questions_user{

    padding: 0 10px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.questions_user{
    font-weight: 600;
}
.questions_userinfo a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 100;
}
.questions_userinfo a:hover{
    text-decoration: underline;
}

.questions_userinfo img{
    width: 30px;
    height: 30px;
    padding: 2px;
    background-color: #eee;
    border-radius: 50%;
    margin-right: 5px;
}

.questions_btnclose{
  font-weight: 600;
  cursor: pointer;
}
.questions_btnclose:hover{
    color: salmon;
}
.questions_body{
    padding: 5px;
    font-weight: 600;
}
.questions_body_stat{
    padding: 5px;
    font-size: small;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dot{
    font-size: 4px;
    padding: 4px;
}
.date_s{
    font-size: 12px;
    font-weight: 500;
    color: #888;
}
.btnviewanswers{
   font-weight: 600;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
    color: #555;
}
.btnviewanswers:hover{
    text-decoration: underline;
    color: #333;
}
.questions_actionbar{
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.reaction_bar button{
background-color: transparent;
border: none;
outline: none;
color: #999;
font-weight: 600;
font-size: 0.8rem;
padding: 0 10px;
}
.reaction_bar button:hover{
color: #555;
color: salmon;

}
.reaction_bar button i{
padding-right: 5px;
}

.btnshare{
position: relative;
font-size: 0.8rem;
}

.share_s{
position: absolute;
bottom: top;
right: 0;
display: none;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
width: 100px;
background-color: #fff;
border-radius: 10px;
z-index: 2;
-webkit-box-shadow: #eee 0 0 10px;
        box-shadow: #eee 0 0 10px;

}

.share_s::before{
position: absolute;
right: 0;
top: 0;
content: "";
background-color: #ddd;
width: 10px;
height: 10px;
margin-top: -5px;
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
margin-right: 10px;
z-index: -1;
}

.share_s span{
width: 100%;
border-bottom: 1px solid rgba(0,0,0,0.1);
padding: 10px 0px;
color: royalblue;
border-radius: 10px 10px 0 0;
background-color: #ddd;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.share_s span:hover{
background-color: #eee;
}
.share_s span:last-child{
border: none;
border-radius: 0px 0px 10px 10px;
}
.btnshare:hover .share_s{
display: -webkit-box;
display: -ms-flexbox;
display: flex; 
}

.txtanswer{
width: 96%;
padding: 10px;
}
.btnsubmit{
display: none;
}
.editor{
padding-top: 10px;
display: none;
}
.submitpnl{
text-align: right;
padding-top: 5px;
}

.isliked{
color: royalblue !important;
}

.isdisliked{
color: royalblue !important; 
}
.right_top{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;

}
.share{
padding-right: 5px;
border-right: 1px solid rgba(0,0,0,0.1);
margin-right: 10px;
}
.share button{
background-color: transparent;
color: #666;
font-weight: 600;
}
.q a{
    font-size:18px;
}
.q a:hover{
    color:#444;
    text-decoration:underline;
}