.firstBox {
    background: #fff;
    padding-top: 3px;
    margin-top: 30px;
    padding-left: 20px;
    padding-bottom: 11px;
    border-radius: 4px;
    padding-right: 15px;
}
.innerBox{
    align-items: flex-start;
    margin-top: 20px;
}
/*.innerBox img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}*/
.UserName{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.innerBox textarea{
    width: 100%;
    border-radius: 60px;
    padding: 3px 0 0 20px;
    background-color: #f7f7f8;
    color: #939598;
}
.question-btn {
    float: right;
    position: relative;
    right: 160px;
    font-size: 13px;
}
.question-btn i{
   padding-right: 10px;
}
.question-btn button{
   outline: none;
   border: none;
   background: #fff;
}  
.questionBox {
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.Answer-post{
    position: relative;
    right: 200px;
}
.AnswerQues{
    display: block;
    outline: none;
    border: none;
    background: #fff;
    font-size: 13px;
    position: relative;
    left: 957px;
}
.AnsOpen{
    display: none;
}
.UpdownVote{
    display: block;
    margin-top: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 1, 0.03);
    width: fit-content;
    padding: 7px;
    border-radius: 8px;
}
.text-bold{
    font-size: 18px;
}
.AnswerQues-edited{
    display: inline;
    outline: none;
    border: none;
    background: #fff;
    font-size: 13px;
    position: relative;
}
.addFirstBox {
    background: #fff;
    padding-top: 3px;
    padding-left: 20px;
    padding-bottom: 11px;
    border-radius: 4px;
}
#add-question-height{
    min-height: 5em;
    resize: none;
}
.post-answer-btn button{
    outline: none;
    border: none;
}
.post-answer-btn {
    float: right;
    position: relative;
    right: 160px;
    font-size: 13px;
}
.more_button_allignment {
    margin-right: 50px;
}
