.tx-ak-forum .breadcrumb {
    background: #2c3e50;
    margin-top:1rem;
}
.tx-ak-forum .breadcrumb a {
    color: white;
}
.tx-ak-forum .posts {
    margin-top:1rem;
}
.tx-ak-forum .posts .container_pinned {
    background: lightgreen;
    padding: 0.5rem 1rem;
}
.tx-ak-forum .posts .container_other {
    background: #2c3e50;
    padding: 0.5rem 1rem;
    color:white;
    margin-bottom: 0;
}
.tx-ak-forum .posts .posts_wrapper{
    border:1px solid #2c3e50;
}
.tx-ak-forum .posts .container_featured {
    background: #EDFFD2;
    padding: 0.5rem 1rem;
}
.tx-ak-forum table .post_reply {
    display: flex;
}
.tx-ak-forum table .post_reply span,
.tx-ak-forum table .post_title span{
    font-size: .7rem;
}
.tx-ak-forum table .post_reply img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-right: 1rem;
}
.tx-ak-forum table .post_title img {
    margin-right: 0.163rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    padding: 0.363rem;
}
.tx-ak-forum table .post_title img.pinned_icon {
    background: green;
}
.tx-ak-forum table .post_title img.featured_icon {
    background: lightcoral;
}
.tx-ak-forum .accordion .card .card-header {
    background: #2c3e50;
}
.tx-ak-forum .accordion .card .card-header a,
.tx-ak-forum .accordion .card .card-header button{
    color: white;
}
.tx-ak-forum .topic_wrapper {
    border: 0.063rem solid #2c3e50;
}
.tx-ak-forum .topic_wrapper ul {
    list-style: none;
    padding: 1rem;
}
.tx-ak-forum .topic_wrapper .header {
    display: flex;
    background: #2c3e50;
    color: white;
    padding: 1rem;
}
.tx-ak-forum .topic_wrapper .header .image_wrapper img {
    margin-top: 1rem;
}
.tx-ak-forum .topic_wrapper .header .image_wrapper img,
.tx-ak-forum .accordion .card .card-header img {
    width:2rem;
    height: 2rem;
    margin-right: 1rem;
}
.tx-ak-forum .accordion .card div[id^="collapse"] .card-body ul {
    list-style: none;
    padding-left: 0;
}
.tx-ak-forum .topic_wrapper ul li,
.tx-ak-forum .accordion .card div[id^="collapse"] .card-body ul li {
    padding: 1rem 1rem 1rem 0;
    display: flex;
}
.tx-ak-forum .topic_wrapper ul .image_wrapper img,
.tx-ak-forum .accordion .card div[id^="collapse"] .card-body ul img {
    width:2rem;
    height: 2rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
}
.tx-ak-forum .reply_info,
.tx-ak-forum .post_info {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.tx-ak-forum iframe {
    width: 100%;
}
.tx-ak-forum .reply_info .reply_main,
.tx-ak-forum .post_info .post_main  {
    display: flex;
    justify-content: space-between;
}
.tx-ak-forum .reply_info .reply_body,
.tx-ak-forum .post_info .post_main .post_body{
    flex-grow: 1;
    margin-right: 5rem;
}
.tx-ak-forum .reply_footer .reactions ul,
.tx-ak-forum .post_footer .reactions ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.tx-ak-forum .reply_footer .reactions ul li,
.tx-ak-forum .post_footer .reactions ul li{
   margin-bottom: 0.5rem;
}
.tx-ak-forum .reply_footer,
.tx-ak-forum .post_footer {
    margin-top: auto;
    border-top: 1px solid black;
    padding: 1rem 0;
}
.tx-ak-forum .reply_footer .reactions ul li,
.tx-ak-forum .post_footer .reactions ul li {
    margin-right: 1rem;
}
.tx-ak-forum .reply_footer .reactions ul li .wrapper,
.tx-ak-forum .post_footer .reactions ul li .wrapper{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.tx-ak-forum .reply_footer .reactions ul li .wrapper .count_reactions .counter,
.tx-ak-forum .post_footer .reactions ul li .wrapper .count_reactions .counter{
    display: block;
    background: lightgray;
    padding: 0.3rem 0.6rem;
    height: 100%;
    margin-right: 0.2rem;
    border-radius: 3px;
}
.tx-ak-forum .reply_footer .reactions ul li .wrapper .count_reactions .counter.chosen,
.tx-ak-forum .post_footer .reactions ul li .wrapper .count_reactions .counter.chosen{
    background: lightgreen;
}
.tx-ak-forum .reply_footer .reactions ul li .wrapper .count_reactions span,
.tx-ak-forum .post_footer .reactions ul li .wrapper .count_reactions span {
    font-size: 0.8rem;
}
.tx-ak-forum .reply_footer .reactions ul li img,
.tx-ak-forum .post_footer .reactions ul li img {
    width: 2rem;
    height: 2rem;
}
.reply_feed_wrapper,
.post_feed_wrapper {
    border: 1px solid #2c3e50;
    margin-top: 1rem;
}
.awards img {
    width: 3rem;
    height: 3rem;
}
.reply_feed_wrapper h3,
.post_feed_wrapper h3 {
    background: #2c3e50;
    color: white;
    padding: .75rem .5rem;
    font-size: 1rem;
}
.reply_feed_wrapper ul,
.post_feed_wrapper ul {
    list-style: none;
    padding:0;
    margin-bottom:0;
}
.reply_feed_wrapper ul li,
.post_feed_wrapper ul li {
    display: flex;
    border-bottom: 1px solid #2c3e50;
    padding: .5rem;
}
.reply_feed_wrapper ul li:last-child,
.post_feed_wrapper ul li:last-child {
    border-bottom: none;
}
.reply_feed_wrapper ul img,
.post_feed_wrapper ul img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin-right: .3rem;
}
.reply_feed_wrapper ul p,
.post_feed_wrapper ul p {
    font-size: .7rem;
    margin-bottom:0;
}
.quote_wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: fixed;
    bottom: 3rem;
    right: 11rem;
    width: 10rem;
    z-index: 5;
}
.quote_wrapper a {
    color: white;
}
.quote_wrapper .remove_quotes {
    background: red;
    padding: 0.1rem 0.6rem;
}
blockquote {
    border-radius: 3px;
    border: 1px solid lightgrey;
    line-height: 1.6;
    position: relative;
    background: #fafafa;
}
blockquote .citation {
    background: rgba(217,217,217,0.25);
    padding: 0.5rem 1rem;
}
blockquote .citation p {
    margin-bottom: 0;
}
ul.pagination  {
    list-style: none;
    display: flex;
    background-color: #2c3e50;
    margin: 0;
    padding: 0.5rem;
}
.pagination li {
    font-weight: 500;
    text-decoration: none;
}
.pagination li.active {
    color: white;
    margin:0.2rem 1rem 0 0.8rem;
}
.pagination li a {
    background: rgba(255,255,255,0.2);
    color: white;
    padding: .5rem 1rem;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-right: 0.2rem;
    text-transform: uppercase;
    font-size: 0.8rem;
}
.modal .modal-dialog .modal-content .modal-footer {
    display: flex;
    justify-content: space-between;
}
.modal .modal-dialog .modal-content .reaction-content nav {
    background: #2e4461;
}
.modal .modal-dialog .modal-content .reaction-content nav .nav-tabs {
    width: 100%;
    border-top: 1px solid #2e4461;
}
.modal .modal-dialog .modal-content .reaction-content nav .nav-tabs a {
    color: white;
    border-radius: 0;
    border: none;
    padding: 1rem;
}
.modal .modal-dialog .modal-content .reaction-content nav .nav-tabs a img {
    width: 1.5rem;
    height: 1.5rem;
}
.modal .modal-dialog .modal-content .reaction-content nav .nav-tabs a span {
    font-size: 0.8rem;
}
.modal .modal-dialog .modal-content .reaction-content nav .nav-tabs a.active {
    color: black;
    background: white;
}
.modal .modal-dialog .modal-content .reaction-content nav .nav-tabs a.disabled {
    background: rgba(255,255,255,0.5);
}
.modal .modal-dialog .modal-content .reaction-content nav .nav-tabs a.disabled:hover {
    cursor: not-allowed;
}
.modal .modal-dialog .modal-content .reaction-content .users_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.modal .modal-dialog .modal-content .reaction-content .users_wrapper .user {
    flex: 0 50%;
    display: flex;
    padding: 1rem;
}
.modal .modal-dialog .modal-content .reaction-content .users_wrapper .user .user_image {
    margin-right: 1rem;
}
.modal .modal-dialog .modal-content .reaction-content .users_wrapper .user .user_image img{
    width: 3rem;
    height: 3rem;
}
.modal .modal-dialog .modal-content .reaction-content .users_wrapper .user .user_info h4{
    font-size: 1.2rem;
    margin-bottom:0;
}
.modal .modal-dialog .modal-content .reaction-content .users_wrapper .user .user_info span img{
    width: 1rem;
    height: 1rem;
}
.modal .modal-dialog .modal-content .reaction-content .users_wrapper .user .user_info span .date {
    font-size: 0.8rem;
}
.votes {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.votes .vote {
    border-radius: 50%;
}
.votes .voted {
    background: indianred;
}
.votes p {
    margin-bottom: 0;
}
.votes img {
    width: 3rem;
    height: 3rem;
}
blockquote .quoted_content {
    padding: 0.5rem 1rem 0;
}

.tx-ak-forum .user_activity img {
    width: 30px;
    height: 30px;
}
.tx-ak-forum .user_activity h6 {
    background: #E8E8E8;
    padding: 0.5rem;
    border: 1px solid lightgrey;
    border-radius: 10px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1600px;
    }
    .modal-dialog {
        max-width: 850px;
    }
}