
i{
    color: var(--main-color);
    margin-right: 6px;
}

.btn i{color:#fff};

button:focus {
    outline: none;
}

.dropdown .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
    
}

.answer-action {
    border-radius: 4px 4px 0px 0px;
    background: #fdf3f3;
    box-shadow: 0px 0px 12px 0px rgb(4 73 89 / 17%);
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #0072b5;
    border-left: none;
}
.answer-action .action-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-basis: 100%;
    width: 100%;
}
.action-button-container {
    display: flex;
    justify-content: flex-end;
}
.answer-action .btn-ans {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    box-shadow: none;
    border: 1px solid #10b3d6;
    transition: all 0.3s ease-in-out;
}
.action_btn {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 20px 30px 0 rgb(12 118 142 / 24%);
    border-radius: 4px;
    background: #10b3d6;
    display: inline-block;
    padding: 14px 28px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
}
.answer-action .action-content .image-wrap {
    margin-right: 30px;
}
.answer-action .action-content .ans-title {
    font-size: 22px;
    color: #1d2746;
    font-weight: 500;
    margin-bottom: 10px;
}
.answer-action .action-content p {
    margin: 0;
}

.forums-header {
    padding: 10px 15px;
    display: flex;
    background: rgba(76, 76, 241, 0.05);
    border: 1px solid #eaeeef;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: bold;
    
}
.header-content
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-basis: 100%;
}

.header-counts {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    font-weight: bold;
    color: #515290;
    flex-grow: 1;
    flex-direction: column;
}

.header-counts li{
   background-color: #f6f6fe;
    padding: 2px 8px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    margin: 5px 8px;
    text-align: center;
    border-right: 1px solid #0c3b60;  
}
.forums-header .header-counts li{
    border:none;
    margin: 0px;
}

.topics .forum-titles {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    flex-basis: 100%;
    padding-left: 0px;
}

.forum-titles .header {
    background-color: #eee9f3;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #c5bed4;
}
.forum-titles .posts{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-basis: 100%;
    text-align: left;
}

.forum-titles .posts span{text-align: right;}

.item_text .forum-titles li a {
    flex-grow: 1;
    font-size: 18px;
}

.bb-radius {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 6px 0 rgb(4 73 89 / 6%);
}

.community-post.style-two:hover {
    background: #f7f9fa;
    transform: translateX(0);
    box-shadow: none;
    border-color: #f7f9fa;
}
.community-post.style-two:not(:last-child) {
    border-bottom: 1px solid #f2f3f4;
}
.community-post.style-two {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}
.community-post.forum-item {
    padding: 0px;
}
.community-post {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(2 47 57 / 10%);
    padding: 23px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.community-post-header{
    display: flex;
    align-items: center;
    padding: 10px 5px;
    border-left: 1px solid #435199;
    border-top: 1px solid #a398cb;
}
.community-post .post-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.community-post .post-content .forum-icon {
    padding-right:10px;
}
.community-post .post-content .entry-content {
    flex: 1;
    padding: 0px 8px;
}
.community-post.style-two .post-content .entry-content .post-title {
    display: inline-block;
    margin-right: 10px;
}
.community-post.style-two .entry-content .post-title {
    font-size: 16px;
}
.community-post .post-content .entry-content .post-title {
    font-size: 18px;
    font-weight: 500;
    color: #1d2746;
    margin-bottom: 0;
    line-height: 1.7;
}

.community-post.style-two .meta {
    margin: 0;
    padding: 0;
    list-style: none;
}
.community-post.style-two .meta li {
    display: inline-block;
    margin-right: 15px;
    color: #838793;
    font-size: 16px;
}

.community-post.style-two .meta li i, .community-post.style-two .meta li img {
    margin-right: 10px;
    font-size: 14px;
}
.community-post.style-two .meta li img {
    display: inline-block;
    vertical-align: -2px;
}

.community-post.style-two .meta li a {
    font-size: 14px;
    color: #838793;
}

.community-post.style-two .meta li i, .community-post.style-two .meta li img {
    margin-right: 10px;
    font-size: 14px;
}
.community-post .post-meta-wrapper{
    flex-grow: 1;
}

.community-post .post-meta-wrapper .post-meta-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.community-post.style-two .post-meta-wrapper .post-meta-info li:not(:last-child) {
    margin-right: 30px;
}
.community-post .post-meta-wrapper .post-meta-info li:not(:last-child) {
    margin-right: 50px;
}
.community-post .post-meta-wrapper .post-meta-info li {
    display: inline-block;
}
.community-post .post-meta-wrapper .post-meta-info li a {
    display: block;
    color: #868b99;
}

.community-post.style-two .post-meta-wrapper .post-meta-info li i {
    transition: all 0.3s ease-in-out;
}

.community-post.style-two .post-content .cat-wrap {
    display: inline-block;
    vertical-align: 3px;
}
a.badge:focus, a.badge:hover {
    text-decoration: none;
}
.badge:hover {
    color: #fff;
}
.badge {
    font-size: 12px;
    background: #8152e0;
    padding: 2px 5px 0;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    line-height: 1.45;
    border-bottom: 1px solid #6030c0;
    vertical-align: middle;
    font-weight: 500;
    height: 22px;
}


.community-post.style-two .post-meta-wrapper .post-meta-info li i {
    transition: all 0.3s ease-in-out;
}
.community-post .post-meta-wrapper .post-meta-info li a i {
    margin-right: 10px;
}

.community-post.style-two .post-content .com-featured {
    position: absolute;
    right: 0;
    top: -2px;
    height: 30px;
    width: 30px;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 0 15px;
}
.community-post.style-two .post-content .com-featured i {
    z-index: 22;
    position: relative;
    font-size: 14px;
}
.community-post.style-two .post-content .com-featured:after {
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-top: 30px solid #00ae69;
    z-index: 1;
}

.post-header {
    display: flex;
    justify-content: flex-end;
    background: #f7f8f9;
    padding: 17px 30px;
    border: 1px solid #eaeeef;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.post-header .support-total-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-header .support-total-info li:not(:last-child) {
    margin-right: 20px;
}
.post-header .support-total-info li.open-ticket {
    color: #1d2746;
    font-weight: 500;
}
.post-header .support-total-info li {
    display: inline-block;
    font-size: 14px;
}
.post-header .support-total-info li:nth-child(1) i {
    color: #f06292;
}
.post-header .support-total-info li i {
    color: #00ae69;
    margin-right: 10px;
    vertical-align: -2px;
}
.post-header .support-total-info li.close-ticket a {
    color: #6b707f;
}
.post-header .support-total-info li a {
    font-size: 14px;
    font-weight: 500;
}

.post-header .category-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-header .category-menu li:not(:last-child) {
    margin-right: 10px;
}
.post-header .category-menu li {
    display: inline-block;
}
.post-header .category-menu .dropdown-toggle {
    position: relative;
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #6b707f;
    padding: 0 15px;
    font-size: 14px;
}
.post-header .category-menu .dropdown-toggle:after {
    content: "3";
    font-family: eleganticons;
    border: 0;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-58%);
}
.post-header .category-menu li .dropdown-menu {
    top: 12px !important;
    transform: translate3d(0, 23px, 0) !important;
}
.post-header .category-menu .dropdown-menu {
    border: 1px solid #e6eeef;
    background: #fff;
    box-shadow: 0 30px 40px 0 rgb(4 73 89 / 10%);
    padding: 0;
    width: 260px;
    animation: slideDown 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;
}.post-header .category-menu .title {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    background: #f7f8f9;
    border-bottom: 1px solid #e6eeef;
    padding: 14px 20px 11px;
    line-height: 1;
    color: #6b707f;
    position: relative;
}
.post-header .category-menu .cate-search-form {
    padding: 0 20px;
    margin-top: 10px;
}
.post-header .category-menu .cate-search-form input {
    width: 100%;
    background: #fbfcfc;
    border: 2px solid #e2e7e8;
    border-radius: 4px;
    padding: 6px 20px;
    font-size: 14px;
}
.post-header .category-menu .all-users {
    font-size: 14px;
    padding: 12px 22px;
    border-bottom: 1px solid #e6eeef;
    font-weight: 500;
    color: #6b707f;
}
.post-header .category-menu .all-users a:not(:last-child) {
    border-bottom: 1px solid #e6eeef;
}
.post-header .category-menu .all-users a {
    padding: 7px 0;
    color: #838793;
}
.post-header .category-menu .all-users a img {
    width: 20px;
    margin-right: 10px;
    display: inline-block;
}
.post-header .category-menu .all-users a span {
    border-radius: 4px;
    width: 16px;
    height: 16px;
    background: #27b2da;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -3px;
}
.post-header .category-menu .all-users a span.color-yellow {
    background: #fad05a;
}
.post-header .category-menu .short-by {
    padding: 10px 20px;
}
.post-header .category-menu .short-by a.active-short {
    color: #1d2746;
}
.post-header .category-menu .short-by a {
    padding: 7px 0 7px 20px;
    position: relative;
    color: #838793;
    font-size: 14px;
}
.post-header .category-menu .short-by a.active-short:before {
    content: "N";
    position: absolute;
    font-family: eleganticons;
    left: 0;
    top: 7px;
    color: #0abe76;
    font-size: 14px;
}

.post-header .category-menu .btn-secondary:not(:disabled):not(.disabled).active, 
.post-header .category-menu .btn-secondary:not(:disabled):not(.disabled):active, 
.post-header .category-menu .show > .btn-secondary.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #6b707f;
    box-shadow: none;
}
/*.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
} */

.icon i.fa {
    margin: 0;
    padding: 8px;
    border-radius: 50%;
    /* border: 1px solid #2e3177; */
}

.unread {
    animation: UnreadPulse 1.4s infinite;
    border: 1px solid #84bd00 !important;
    color: #84bd00 !important;
}

.read{
    border: 1px solid rgb(0 0 0 / 48%);
    color: rgb(0 0 0 / 42%);
}

span.zxz {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px;
}
.zxz div {
    padding: 2px 8px;
    border: 1px solid #e1dada;
    border-radius: 15px;
    margin-left: 10px;
    background-color: #f1f5f9;
}

@keyframes UnreadPulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(132,189,0,0.4);
      box-shadow: 0 0 0 0 rgba(132,189,0,0.4);
      -webkit-box-shadow: 0 0 0 0 rgba(132,189,0,0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 8px rgba(132,189,0,0);
        box-shadow: 0 0 0 8px rgba(132,189,0, 0);
        -webkit-box-shadow: 0 0 0 8px rgba(132,189,0,0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(132,189,0,0);
        box-shadow: 0 0 0 0 rgba(132,189,0,0);
        -webkit-box-shadow: 0 0 0 0 rgba(132,189,0,0);
    }
}

@media (min-width: 680px){
    
    .header-counts
    {
        flex-direction: row;
    }
    
    .forum-titles .posts{
        flex-basis: initial;
    }
}