/*Forum*/
.feature_search{
    background: white;
}
.feater_search_container .d-flex>.input-group{
    width: 150%;
}

.forum-info {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    /*position: relative;*/
    width: 100%;
    background-color: #d1f1a9;
    margin-top: -1.25em;
    margin-bottom: -1.25em;
}

.forum-info div {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1c7430;
}

.forum-info div > img {
    width: 60%;
    height: auto;
}

.forum-info div:not(:last-child) {
    border-bottom: 1px solid #fdf6e3;

}
.answer-info {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    /*position: relative;*/
    width: 100%;
    /*background-color: #d1f1a9;*/
    margin-top: -1.25em;
    margin-bottom: -1.25em;
}
.answer-info div {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1c7430;
}
.answer-info div > img {
    width: 60%;
    height: 80px;
}

.forum-content {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -10px;
    margin-bottom: -1.25em;
    font-size: 16px;
    color: #0b3e6f;
}
.answer-content {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -10px;
    margin-bottom: -1.25em;
}

.img-comment {
    font-size: 50px;
    color: #d1f1a9;
}

.number-comment {
    text-align: center;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.number-comment span {
    color: #eb8f00;
    font-weight: 500;
}

.forum-date {
    position: absolute;
    bottom: 2px;
    font-style: italic;
    font-size: small;
    color: #546568;
}

.forum-ques p {
    font-size: 16px;
    color: #1c7430;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 30px;
}
.forum-answer{
    padding-bottom: 40px;
}
.forum-answer p {
    font-size: 16px;
    color: #1c7430;
    font-weight: 400;
    line-height: 1.5;
}
.forum-answer img{
    max-width: 100%;
}
.btn-curiculum{
    display: inline-block;
    background-color: #d1f1a9;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    width: auto;
}
.btn-curiculum i{
    font-size: 18px;
}
.btn-comment{
    display: none;
    color: white;
    background-color: #01a0e4;
    padding: 3px 5px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    border: 1px solid #01a0e4;
    width: auto;
}
.question-active:hover>div>div>.forum-info:last-child>div>button{
    display: inline-block;
}
.question-active{
    box-shadow: 1px 1px 5px #efe2b3;
    margin-bottom: 1px;
}
.card-answer{
    border-radius: 0;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.card-answer:not(:last-child){
    border-bottom: 1px solid #E0E2E4;
}
.card-answer:hover{
    background-color: rgba(186,238,155,0.37);
}
.btn-question-like, .btn-answer-like{
    cursor: pointer;
}
.btn-question-like:hover, .btn-answer-like:hover{
    color: #01a0e4;
    font-weight: 700;
}
.modal-question{
    padding: 10px;
    margin-bottom: 20px;
    background-color: #e0f3c9;
    color: #f65532;
    font-size: 16px;
}
.modal-question p{
    font-weight: 600;
    font-size: 16px;
    color: #0c5460;
}
/*********************************
8. Sidebar
*********************************/

.sidebar {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    box-shadow: 1px 2px 5px #888888;

}
.sidebar_section:not(:last-child) {
    padding-top: 10px;
    margin-bottom: 40px;
}

.sidebar_section_title {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 700;
    color: #384158;
    line-height: 0.75;
    padding-bottom: 10px;
    border-bottom: 3px solid #e5e5e5;
}

.sidebar_section_facebook {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 700;
    color: #384158;
    line-height: 0.75;
    padding-bottom: 20px;
}

.sidebar_categories {
    margin-top: 10px;
    height: 41vh;
}

/*.sidebar_categories ul li {*/
/*position: relative;*/
/*width: 100%;*/
/*height: 51px;*/
/*}*/

.sidebar_categories ul li:not(:last-of-type) {
    border-bottom: solid 1px #e5e5e5;
}

.category {
    /*display: block;*/
    position: relative;
    font-size: 18px;
    color: #00a23f;
    font-weight: 700;
    line-height: 51px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.sidebar_categories ul li a:focus {
    color: #FF6400;
}
.sidebar_categories ul li a:hover {
    color: #01a0e4;
}

.sidebar_categories ul li a::before {
    display: inline-block;
    position: relative;
    font-family: 'FontAwesome';
    /*content: '\f101';*/
    margin-right: 4px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

/*.sidebar_categories ul li:hover a,*/
/*.sidebar_categories ul li:hover a::before {*/
/*color: #14bdee;*/
/*}*/

.sidebar_latest {
    margin-top: 20px;
}

/*question hot*/
.question-hot-title {
    font-family: "Times New Roman";
    color: #FF6400;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 3px solid #FF6400;
}

.question-list {
    margin-top: 10px;
}

.question-list ul li {
    position: relative;
    width: 100%;
    padding: 5px;
}

.question-list ul li:not(:last-of-type) {
    border-bottom: solid 1px #e5e5e5;
}

.question-list ul li a>p {
    /*display: block;*/
    position: relative;
    font-size: 20px;
    color: #FF6400;
    font-weight: 500;
    line-height: 1.3;
    font-family: "Times New Roman";
    font-style: italic;
    text-align: justify;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.question-list ul li a>p:hover {
    color: #14bdee;
}

.forum-btn-container {
    padding-left: 0;
    padding-right: 0;
}

.pagination_row {
    margin-top: 11px;
}

.pagination_container {

}

.pagination_list li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: solid 1px #ebebeb;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.pagination_list li:not(:last-child) {
    margin-right: 5px;
}

.pagination_list li:hover,
.pagination_list li.active {
    background: #14bdee;
}

.pagination_list li a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #757686;
    line-height: 40px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.pagination_list li:hover a,
.pagination_list li.active a {
    color: #FFFFFF;
}

.modal-question-header {
    background-color: #d1f1a9;
    font-size: 20px;
    color: #1c7430;
    font-weight: 700;
}

.modal-question-header i {
    font-size: 20px;
    color: #FF6400;
}

.modal-body-label {
    font-size: 16px;
    font-weight: 700;
    color: #1c7430;
}

.modal-btn-send {
    background-color: #FF6400;
    color: #f5f3e5;
}

.modal-btn-send:hover {
    background-color: #E83737;
    color: #f5f3e5;
}

.option-topic {
    border: 1px solid #29a329;
    border-radius: 5px;
}

.topic-title {
    font-family: "arial-black";
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #29a329;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 7px;
}
.topic-title span{
    font-size: 12px;
}
.topic-title:first-child{
    margin-top: -10px;
}
.topic-title:not(:last-child) {
    border-bottom: 1px solid #d1f1a9;
}

.topic-title:hover a{
    color: #FF6400;
}

.badge-topic {
    color: #fff;
    background-color: #FF6400;
}

.count-answer{
    padding-top: 10px;
    font-size: 16px;
}