.single-fliter-section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.list-single-card-left {
    width: 25%;
    display: none;
}
.single-fliter-section-left {
    position: sticky;
    width: 40px;
    min-width: 40px;
    z-index: 1;
    margin-right: 30px;
}
.single-fliter-section-content {
    width: calc(100% - 70px);
    padding: 20px 40px;
    border: 1px solid #eee;
}
.left-list-filter .single-fliter-section-content {
    width: calc(75% - 70px);
}
.fluid-box {
    background: #fff;
    box-shadow: 0 0 12px rgb(0 0 0/10%) !important;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    overflow: hidden;
}
.card-with-tab-left .nav-pills .fluid-author {
    display: flex;
    width: 120px;
    text-align: center;
    min-width: inherit;
    justify-content: center;
    flex-wrap: wrap;
}
.card-with-tab-right-top {
    display: flex;
    align-items: flex-start;
}
.card-with-tab-right .contentArea {
    width: 100%;
    padding-left: 10px;
}
.card-with-tab-left  .fluid-box-bottom{
    border: none;
    padding: 15px;
}
.left-list-filter .card-with-tab-right {
    width: calc(100% - 15px);
    margin-left: 15px;
    padding-right: 20px;
}
.card-with-tab-right-top .fluid-author {
    display: block;
    width: 100px;
    min-width: 100px;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 13px;
}
.card-with-tab-right .contentArea {
    min-width: calc(100% - 100px);
    padding-right: 20px;
}
.single-filter-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: sticky;
    top: 115px;
}
.single-filter-ul li {
    padding: 10px 0;
}
.single-filter-ul li a {
    font-size: 18px;
    color: #898a8d;
}
.single-filter-ul li a:hover, .single-filter-ul li a:focus,.single-filter-ul li a.highlight {
    color: #ffb71b;
}
.card-with-tab-right-top .fluid-author-avathar, .card-with-tab-right-top-replay-ul li .fluid-author-avathar {
    margin: 5px auto;
}
.card-with-tab-left .nav-pills .fluid-author{
    width: 80px;
}
.card-with-tab-right-top h4 span {
    font-size: 13px;
    font-weight: 400;
    margin-left: 20px;
    color: #898a8d;
    min-width: 100px;
    text-align: right;
}
.card-with-tab-right-top h4 a{
width: 100%;
    display: flex;
    justify-content: space-between;
}

.right-tab-content {
    font-size: 16px;
    padding-left: 15px;
    line-height: 1.4;
    width: 100%;
}
.listLeft .fluid-box-bottom-ul {
    margin: 0 -10px;
    padding: 0;
    font-size: 12px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.2;
    width: 55%;
    min-width: 55%;
    width: 100%;
    margin-top: 10px;
}
.card-with-tab-left li.active .fluid-box {
    background: #ffb71b;
    cursor: pointer;
}
.card-with-tab-left li.active .fluid-box, .card-with-tab-left li.active .fluid-author, .card-with-tab-left li.active .fluid-author strong,
.card-with-tab-left li.active .bbp-topic-permalink,.card-with-tab-left li.active .fluid-box-bottom-ul li a {
    color: #000;
}
.workspace-sec .my-grid .item{
    width: 23%!important;
}


.leftlist{
    width: 100%;
}
.workspace-sec .scrollbar-left {
    height: 500px;
    background: #f5f5f5;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* width */
.scrollbar-left::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scrollbar-left::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.scrollbar-left::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 10px;
}

/* Handle on hover */
.scrollbar-left::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.workspace-sec .fluid-box-header{
    justify-content: flex-start;
}
.workspace-sec  .fluid-box-bottom{
    margin-top: 0;
}

.workspace-sec .dropdown-menu {
  box-shadow: 0 0px 12px rgb(0 0 0 / 10%) !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 6px !important;
  padding: 16px!important;
}

.workspace-sec .form-check-input:checked {
  background-color: #ffb71b;
  border-color: #ffb71b;
}
.workspace-sec .dropdown-menu label{
    font-weight: 400;
    font-size: 16px;
    margin-left: 5px;
}

.workspace-sec  .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    border-radius: 3px;
}
.workspace-sec  .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.workspace-sec  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.workspace-sec  .community-box {
    margin: 5px !important;
}

/*Workspace Home*/
section.workspace-container {
    margin-top: 100px;
     font-family: 'Montserrat';
}
.workspace-title {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
}
.workspace-title-left img{
    width: 40px;
    margin-right: 10px;
    filter: invert(90%) sepia(21%) saturate(2309%) hue-rotate(330deg) brightness(95%) contrast(105%);
}
.workspace-title-right h4{
    margin: 0;
    font-family: 'Montserrat';
}
.workspace-container  a{
    font-family: 'Montserrat';
}
.workspace-block {
    width: 48.5%;
    background: #eee;
    padding: 20px;
    margin-bottom: 30px;
    padding-bottom: 70px;
    position: relative;
}
.workspace-title-right{
    margin-left: 20px;
}
.workspace-title-right a{
    padding: 0 !important;
    text-align: left;
    color: #1E6DDC !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
    height: auto !important;
    background-color: transparent !important;
    display: flex;
    align-items: center;
}
.workspace-title-right a svg{
    width: 30px;
    height: 20px;
    margin-left: 5px;
}
.workspace-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.workspace-list ul{
    list-style: none;
    padding: 0;
}
.workspace-list li{
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-start;
}
.workspace-list li img{
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
.workspace-block-fullwidth{
    width: 100%;
    background: #eee;
    padding: 20px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    
}
.workspace-block-fullwidth .credentials-list-items{
    padding-bottom: 60px;
    padding-left: 10px;
}
.badge-list{
    list-style: none;
    display: flex;
}
.workspace-block-km li img{
    filter: invert(90%) sepia(21%) saturate(2309%) hue-rotate(330deg) brightness(95%) contrast(105%);
}


button.simplefavorite-button {
    position: absolute;
    right: 25px;
    bottom: 26px;
    z-index: 99999;
    border: none;
    box-shadow: none;
    background: transparent;
}
button.simplefavorite-button i{
    font-size: 16px;
}

.favorites-list li{
    border: none;
    display: block;
    padding: 0;
}
.favorites-list li p{
    margin: 0;
}



.single-fliter-section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.single-fliter-section-left {
    position: sticky;
    width: 40px;
    min-width: 40px;
    z-index: 1;
    margin-right: 30px;
}
.single-filter-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: sticky;
    top: 115px;
}
.single-filter-ul li {
    padding: 10px 0;
}
.single-filter-ul li a {
    font-size: 18px;
    color: #898a8d;
}
.single-filter-ul li a:hover, .single-filter-ul li a:focus,.single-filter-ul li a.highlight {
    color: #ffb71b;
}
.single-fliter-section-content {
    width: calc(100% - 70px);
    padding: 20px 40px;
    border: 1px solid #eee;
}


.form-check-input-radio[type=radio] {
    border-radius: 50%;
    margin: 2px 0 0;
}
.form-check-radio .form-check-input-radio {
    float: left;
    margin-left: -1.5em;
}
.form-check-input-radio {
    --bs-form-check-bg: var(--bs-body-bg);
    width: 22px;
    height: 22px;
    margin-top: .25em;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #8b8b8b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.form-check-radio {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
    margin-right: 20px;
}
.form-check-input-radio:checked[type=radio] {
   background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input-radio:checked {
    background-color: #ffb71b;
    border-color: #ffb71b;
}
.form-check-input-radio[type=radio]:focus{
    outline: none;
}
.right-side-filter {
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.title-img{
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
}
.title-img img{
    width: 100%;
    padding: 10px;
    filter: invert(90%) sepia(21%) saturate(2309%) hue-rotate(330deg) brightness(95%) contrast(105%);
}
.title-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.title-inner  h2{
    margin: 0;
    margin-left: 20px;
    font-family: 'Montserrat';
    font-weight: 800;
}
section.my-workspace-main-title {
    margin: 100px 0;
}
.form-check-radio label{
    margin-left: 10px;
    font-family: 'Montserrat';
    color: #000;
}
.my-workspace-common-outer{
    margin: 100px 0;
}



.my-posts-out,
.in-progress-out,
.completed-out,
.my-saved-out {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.my-post{
     border: 1px solid #eee;
     border-radius: 5px;
     margin: 5px 0;
     width: 32.5%;
}
.my-post-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    
}
.my-post-bottom{
   display: flex;
    justify-content: space-between;
     
}
.my-post-bottom {
    padding: 10px;
   
    display: flex;
    background: #F2F2F2;
}
.list-view .my-post-bottom{
    margin-left: -10px;
    margin-right: -10px;
}
.my-post-left {
    display: flex;
    align-items: center;
}
.latest-comment-content {
    margin-left: 15px;
}
.my-post-bottom-left img{
    border-radius: 100%;
}
.my-reply-date{
    text-align: right;
}
.cat-icon img{
    width: 30px;
     filter: invert(90%) sepia(21%) saturate(2309%) hue-rotate(330deg) brightness(95%) contrast(105%);
}

.cat-icon {
  
    margin-right: 10px;
}
.my-post-right{
    margin-left: 20px;
}
.my-post-date{
font-size: 12px;
}
.my-post-title,.my-post-title a{
    font-family: 'Montserrat';color: #000;
font-weight: 500;
font-size: 14px;
}




/*wORKSPACE hOME NEW DESIGN*/
body .nav-sidebar .menu-item-31314 > .nav-link img {
    filter: invert(90%) sepia(21%) saturate(2309%) hue-rotate( 330deg) brightness(95%) contrast(105%);
}
aside.workspace-banner {
    margin-top: 4px;
    background-image: url(../../workspace/workspace-header-bg.png);
    background-size: cover;
    background-color: #000;
    color: #FFF;
    padding: 60px 0;
}
aside.workspace-banner h2{
    font-family: 'Montserrat';
font-weight: 500;
font-size: 2.25rem;
line-height: 44px;
    color: #FFF;
    margin: 0;
}
.workspace-banner h3{
    font-family: 'Montserrat';
font-weight: 400;
font-size: 2.25rem;
line-height: 44px;
    color: #FFF;
     margin: 0;
}
.workspace-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user-image img{
    border-radius: 50%;
}
.user-image{
    margin-right: 20px;
}
.workspace-new-out{
    padding: 100px;
    background-image: url(../../workspace/workspace-bg-new.png);
    background-size: cover;
    padding-top: 30px;
}

.workspace-new-out .workspace-block{
    background: #fff;
}
.workspace-banner-content-left {
    display: flex;
}
.workspace-title-left{
    display: flex;
    align-items: center;
}
.workspace-title-left h4 {
    margin: 0;
    font-family: 'Montserrat';
}
.workspace-new-out .workspace-title{
    justify-content: space-between;
}
.workspace-title-right ul{
    list-style: none;
    display: flex;
}
.workspace-title-right ul li{
    margin-left: 10px;
}
.workspace-title-right ul li a{
    display: flex;
    flex-direction: column;
    pointer-events: none;

}
.workspace-title-right ul li a i{
 color: #898A8D;
 font-size: 20px;
}

.workspace-title-right ul li a span{
    font-family: Source Sans Pro;
    font-size: 1rem;
     color: #898A8D;
}
a.workspace-btn{
    background: transparent linear-gradient(245deg, #FFB71B 0%, #C89211 100%) 0% 0% no-repeat padding-box;
  font-family: 'Montserrat';
font-weight: 600;
font-size: 1rem;
color: #000;
float: right;
line-height: 3rem;
padding: 0 20px;
position: absolute;
bottom: 30px;
left:20px;
}
a.workspace-btn:after {
    content: '\276F';
    font-size: 1.1em;
    font-weight: normal;
    padding-left: 5px;
    color: #000;
    border: none;
    text-decoration: none;
    display: inline-block;
}
a.workspace-btn:hover{
    background-color: #000;
    color: #fff;
}
a.workspace-btn:hover:after{
    color: #fff;
}
.workspace-new-out .workspace-block-fullwidth{
    background: #fff;
    margin-bottom: 30px;
}
.account-image img{
    width: 150px;
}
.account-btn{
    border: 1px solid #D9D8D6;
    border-radius: 5px;
    padding: 5px 10px;
     font-family: 'Montserrat';
font-weight: 400;
text-transform: uppercase;
}

.account-btn span {
    color: #fff;
    background: #27bb1f;
    margin: 0 7px;
    padding: 2px 6px;
    font-size: 12px;
}
.latest-comment-content p{
    font-size: 10px;
}
.latest-comment-content p{
    font-family: Source Sans Pro;
    font-size: 12px;
}



.my-workspace-tabs li a{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 1.375rem;
    color: #000000;
    padding: 10px 25px;
}
.my-workspace-tabs li a i{
    margin-right: 10px;
}
.my-workspace-tabs li.active{
background-color: #1E6DDC21;
}
.my-workspace-tabs li.active a,.my-workspace-tabs li.active a:hover,.my-workspace-tabs li.active a:active,.my-workspace-tabs li.active a:focus{
    color: #1E6DDC;
    
    background-color: #1E6DDC21;
}

.my-workspace-common-tab-outer .single-fliter-section-content{
    padding: 0;
}
.my-workspace-common-tab-outer .right-side-filter{
    display: block;
    border: none;
    padding-bottom: 0;
}

ul.fluid-box-bottom-ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
}
ul.fluid-box-bottom-ul li{
    margin: 0 10px;
}
ul.fluid-box-bottom-ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.workspace-new-out a:hover {
   color: #ffb71b;
}
.workspace-title-right ul {
    margin: auto;
  }
/*Anuja CSS*/
.my-comment-right ul.fluid-box-bottom-ul li a{
    flex-direction: row;

}
.my-comment-right ul.fluid-box-bottom-ul li{
    display: inline-flex;
    align-items: baseline;
}
.my-comment-right ul.fluid-box-bottom-ul span.my-comment-likes-count{
    padding-right: 5px;
}
.my-bookmarks-top{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 10px;
}
.my-comment-right ul.fluid-box-bottom-ul{
    justify-content: flex-end;
}


section.my-workspace-tabout,
section.my-workspace-common-outer .workspace-sec{
    display: none !important;
}
/*List View*/

#my-posts-list  ul.fluid-box-bottom-ul,
#my-comments-list  ul.fluid-box-bottom-ul,
#my-saved-list  ul.fluid-box-bottom-ul
{
    margin: 15px 0 0 auto;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 0px !important;
}
#my-posts-list .my-post-right,
#my-posts-list .my-post-right{
    padding-left: 0px; 
}
#my-posts-list .nav-link,
#my-comments-list .nav-link{
    padding: 0px !important;
}
.avatar img{
width: 30px;
height: 30px;
filter: none !important;
border-radius: 20px;
}
#my-posts-list .my-post-left-content .my-post-title,
#my-comments-list .my-post-left-content .my-post-title{
font-size: 15px;
}
/*nOW
#my-posts-list .fluid-author,
#my-comments-list .fluid-author
{
    display: flex;
/* justify-content: left; 
flex-direction: column;
text-align: center;
align-items: center;
margin-right: 10px;
width: 80px;
}
*//*
#my-posts-list .my-post-left,
#my-comments-list .my-post-left
{
    align-items: flex-start;

}*/
#my-posts-list .my-post-left-content,
#my-comments-list .my-post-left-content
{
    display: flex;
    flex-direction: column;
    align-items: start;
}
/* now
#my-posts-list .tab-content,
#my-comments-list .tab-content
{
    background: #fff;
    box-shadow: 0 0 12px rgb(0 0 0/10%) !important;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}*/

 /*
#my-posts-list li.nav-item.active .my-post-top,
#my-comments-list li.nav-item.active .my-post-top
{
background-color: #ffb71b;
border-radius: 6px;;
color: #000;
}
#my-posts-list li.nav-item.active .my-post-top a,
#my-comments-list li.nav-item.active .my-post-top a
{
    color: #000 !important;
}*/

.tab-pane .my-saved-post .my-post-title.font-large{
    font-size: 20px;
}

/*CSS For Articles*/

.title-icon-nobg {
    background-color: transparent;

}
.title-icon-nobg img {
    padding: 0px;
}

ul.my-workspace-tabs li.active img.tab-icon {

    filter: invert(46%) sepia(85%) saturate(4995%) hue-rotate(204deg) brightness(90%) contrast(91%);
}

ul.my-workspace-tabs li a img.tab-icon {
    width: 30px;
height: 30px;
}


.my-post-right-content {
    width: 80%;
}

#my-posts-list li.nav-item {
    width: 100%;
}

#trending-articles .grid-view li .my-post-top{
    justify-content: space-between;
}
#trending-articles .list-view .tab-pane .my-post-top .fluid-author,
#my-saved-articles .list-view .tab-pane .my-post-top .fluid-author{
width: 100px;
}
#trending-articles .list-view ul.fluid-box-bottom-ul,
#my-saved-articles .list-view ul.fluid-box-bottom-ul{
justify-content: end;
padding-top: 7px;
width: 100%;
}
#trending-list ul li a.nav-link .__mPS2id{
    padding: 0px;
    padding-top: 10px;

}
.page-template-workspace-my-articles .list-view ul li .my-post-top,
.page-template-workspace-my-forum .list-view ul li .my-post-top,
.tab-content-my-post-top-outer{
    padding: 12px;
    display: block;
    font-size: 14px;
   
    box-shadow: 0 0 12px rgb(0 0 0/10%);
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    margin-top:-1px;
}
.page-template-workspace-my-articles .list-view .my-post-top .my-post-title,
.page-template-workspace-my-forum .list-view .my-post-top .my-post-title{
font-size: 14px;
}

.tab-content-my-post-top-outer .my-post-top{
    box-shadow: none !important;
    border: none !important;
}
.page-template-workspace-my-articles .list-view ul li .my-post-top a,
.page-template-workspace-my-forum .list-view ul li .my-post-top a
{
    padding: 0px;
    
}
.my-post-right{
    display: flex;
    justify-content: end;
}
.page-template-workspace-my-articles .list-view ul li .fluid-author,
.page-template-workspace-my-forum .list-view ul li .fluid-author{
    display: block;
    width: 110px;
    text-align: center;
    min-width: inherit;
    color: #000;
}
.page-template-workspace-my-articles .list-view ul li .fluid-author .my-post-title,
.page-template-workspace-my-forum .list-view ul li .fluid-author .my-post-title{
    font-size: 15px;
}
.page-template-workspace-my-articles .list-view ul li .my-post-right-content,
.page-template-workspace-my-forum .list-view ul li .my-post-right-content{
    font-size: 16px;
    padding-left: 10px;
    line-height: 1.4;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.page-template-workspace-my-articles .list-view .my-post-top .my-post-left, 
.page-template-workspace-my-forum .list-view .my-post-top .my-post-left{

}
.page-template-workspace-my-articles .list-view ul li a.nav-link,
.page-template-workspace-my-forum .list-view ul li a.nav-link{
    padding: 0;
    
}
.page-template-workspace-my-articles .list-view ul li.active,
.page-template-workspace-my-forum .list-view ul li.active .my-post-top{
    background-color: #ffb71b;
    border-radius: 6px;
   
    color: #000;
}
.page-template-workspace-my-articles .list-view ul li.active .fluid-box-bottom-ul a,
.page-template-workspace-my-forum .list-view ul li.active .fluid-box-bottom-ul a{
    color: #000;
}
.page-template-workspace-my-articles .list-view ul li .my-post-top .my-post-right-content .my-post-right,
.page-template-workspace-my-forum .list-view ul li .my-post-top .my-post-right-content .my-post-right{
    margin-left: 0px;
}

.page-template-workspace-my-articles .list-view .tab-content .my-post-top,
.page-template-workspace-my-forum .list-view .tab-content .my-post-top{
background: #fff;
box-shadow: 0 0 12px rgb(0 0 0/10%) ;
border: 1px solid #d9d9d9;
border-radius: 6px;
overflow: hidden;
}
.page-template-workspace-my-articles .list-view .tab-content .my-post-top .my-post-left p,
.page-template-workspace-my-forum .list-view .tab-content .my-post-top .my-post-left p{
padding-top: 10px;
font-size: 16px;
}
.page-template-workspace-my-articles .list-view .tab-content .my-post-top .my-post-left,
.page-template-workspace-my-forum .list-view .tab-content .my-post-top .my-post-left{
display: flex;
    align-items: flex-start;
}
.page-template-workspace-my-articles .list-view .tab-content .my-post-top .my-post-left .fluid-author,
.page-template-workspace-my-forum .list-view .tab-content .my-post-top .my-post-left .fluid-author{
display: block;
    width: 15%;
    min-width: 100px;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
}
.page-template-workspace-my-forum .list-view .tab-content .my-post-top .my-post-left .fluid-author{
    margin-right: 10PX;
}
.page-template-workspace-my-articles .list-view .tab-content .my-post-top .my-post-left .fluid-author img,
.page-template-workspace-my-forum .list-view .tab-content .my-post-top .my-post-left .fluid-author img{
width: 40px;
height: 40px;
filter: none !important;
border-radius: 22px;
}
.page-template-workspace-my-articles .grid-view .article{
    width: 31%;
    margin: 5px;
}
.page-template-workspace-my-forum .grid-view .forum{
    width: 32%;
    margin: 5px;
}
.page-template-workspace-my-articles .my-post-top .my-post-left,
.page-template-workspace-my-forum .my-post-top .my-post-left{
    align-items: center;
}
.page-template-workspace-my-articles .list-view ul li,
.page-template-workspace-my-forum .list-view ul li{
width: 100%;
}
.page-template-workspace-my-articles .list-view ul#myTab,
.page-template-workspace-my-forum .list-view ul#myTab{
    margin-right: 0px;
    padding-right: 0px;
    border-bottom: none !important;
}
.list-view ul li.active a{
    border: none !important;
    transition: none !important;
    -webkit-transition: none !important;
}
.page-template-workspace-my-forum .my-workspace-common-tab-outer .single-fliter-section-content,
.page-template-workspace-my-articles .my-workspace-common-tab-outer .single-fliter-section-content{
    padding-bottom: 20px;
}
#trending-articles,
#my-saved-articles,
#my-posts,
#my-comments,
#my-bookmarks{
    padding: 20px;
}
.list-view .reply-bottom-list .avatar{
display: flex;
    flex-direction: column;
    align-items: center;
}

.list-view .reply-bottom-list{
justify-content: normal !important;
display: block;
background-color: #fff;
}
/*CSS FOR SUPPORT PAGE*/
.my-post.support{
width: 49%;
margin: 5px;
}
.cat-icon.no-filter img{
    filter: none;
    
}
.support .my-post-left{
    flex-basis: 330px;
}
.support .my-post-right{
    margin-left: 0px;
}
.support .my-post-right ul.fluid-box{
align-items: center;
}
.support .latest-comment-content{
    color: #000;
}
.support .latest-comment-content span{
    color: #7A7A7A;;
}
.support img.reply-icon{
    width: 50px;
}
.support .my-post-bottom{
    align-items: start;
}
.support .my-post-bottom .my-post-date{
    width: 30%;
}
.all ul.fluid-box-bottom-ul{
    align-items: baseline;
}
/*LIST VIEW SUPPORT*/
.page-template-workspace-my-support table{
    border: none !important;
}
#all-list th, #in-progress-list th, #completed-list th, 
#all-list td, #in-progress-list td, #completed-list td{
border: none !important;
}
#all table tbody tr,
#in-progress table tbody tr,
#completed table tbody tr{
    border-bottom: 1px solid #ccc !important;
    height: 49px;
}
#all table th,
#in-progress th,
#completed th{
font-family: 'Montserrat';

color: #828282;
padding: 10px;
text-align: center;
border: none;
border-bottom: 1px solid #ddd;
}
#all table td, #in-progress table td, #completed td
{
    color: #000;
    text-align: center;
}
#all table td.status a,
#in-progress td.status a,
#completed td.status a
{
    font-weight: 700;
    color: #1E6DDC;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Montserrat';
    transition: none !important;
}
#all table, #in-progress table, #completed table{
    margin: 20px;
    width: 95%;
}
#all .grid-view .fluid-box-bottom-ul,
#in-progress .grid-view .fluid-box-bottom-ul,
#completed .grid-view .fluid-box-bottom-ul{
align-items: center;

}
#all .grid-view .fluid-box-bottom-ul li{
    margin: 0px;
}
#all .grid-view .fluid-box-bottom-ul .my-post-date
{
    width: 100px;
}
#all .grid-view .fluid-box-bottom-ul .my-post-date,
#in-progress .grid-view .fluid-box-bottom-ul .my-post-date,
#completed .grid-view .fluid-box-bottom-ul .my-post-date{
    color: grey;
    font-size: 15px;
}
#all .list-view .my-post-date,
#in-progress .list-view .my-post-date,
#completed .list-view .my-post-date
{
    color: grey;
    font-size: 15px;
    font-weight: 600;
}
#in-progress .my-post-left,
#completed .my-post-left{
flex-basis: 420px;
}
.page-template-workspace-my-forum .cat-icon img,
.grid-view .cat-icon img
{
   filter: none;
   max-width: 30px;
    max-height: 30px;
    min-width: 30px;
 
    object-fit: inherit !important;
}
ul.my-workspace-tabs li a{
    font-weight: 700;
    font-size: 18px;
    padding: 8px 25px;
}
/*My Articles*/
#trending-articles .grid-view .latest-comment-content p,
#my-saved-articles .grid-view .latest-comment-content p{
    color: #000;
}
#trending-articles .grid-view .latest-comment-content p a,
#my-saved-articles .grid-view .latest-comment-content p a{
    color: #1E6DDC;
    text-decoration: underline;
}


.workspace-banner-title-inner{
    display: flex;
    align-items: center;
}
a.my-exp-btn {
    margin-left: 20px;
    display: flex;
    align-items: center;
    border-radius:20px;
    background-color: #FFFFFFC9;
    padding: 0 20px;
    line-height: 32px;
    height: 32px;
    font-family: Montserrat;
    font-size: 16px;
letter-spacing: -0.77px;
color: #373A36;
}
a.my-exp-btn img {
    width: 20px;
    margin-right: 10px;
}

.tooltip.bottom.in .tooltip-inner{
    background-color: #fff;
    color: #5B5B5B;
    font-size: 14px;
    font-family: Montserrat;
    text-transform: none;
}

  .workspace-menu li:last-child {
    float: none!important;
}
.workspace-title-right ul li img{
    width: 25px;
}
.ad-images {
    display: flex;
    justify-content: space-between;
}
.ad-image {
    width: 45%;
}
.workspace-new-out .workspace-block.ad-block {
    background: transparent;
    padding: 0;
}
.km-filter{
    min-width: 172px!important;
}
.km-filter a {
    font-size: 16px;
    background: #d9d8d6;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 5px;
    display: inline-block;
}
.km-filter a.active {
    background: #fff0cf;
    color: #ffb71b;
}
.my-post.forum .my-post-bottom{
    justify-content: flex-start;
}
.my-post.forum .my-post-bottom .my-post-bottom-left img{
    width: 40px;
}
.leftlist{
    width: 80%;
}

.progress {
    width: 40px;
    height: 40px;
    background: none;
    position: relative;
    margin-bottom: 0;
  }
  
  .progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  
  .progress .progress-left {
    left: 0;
  }
  
  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    border-color: #ffb71b;
    top: 0;
  }
  
  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  
  .progress .progress-right {
    right: 0;
  }
  
  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  
  .progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: center;
    align-items: center;
    line-height: 40px;
    font-size: 13px;
}
.reply-bottom-list-inner {
    display: flex;
    width: 100%;
    padding: 20px;
}
.reply-bottom-list-inner:nth-child(odd) {
    background: #f2f2f2;
}

#my-bookmarks  .grid-view .my-posts-out{
    width: 100%;
}
.my-post {
    -webkit-animation: anim 0.8s ease-in-out;
    animation: anim 0.8s ease-in-out;
}
.loader {
     display: none; 
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}.loader-out{
    opacity: .5;
    pointer-events: none;
}
.page-template-workspace-my-forum .cat-icon img{
    filter:invert(90%) sepia(21%) saturate(2309%) hue-rotate(330deg)
brightness(95%) contrast(105%);
}
.fluid-author-avathar {
    min-width: 40px;
}

.workspace-block-fullwidth .workspace-block{
    margin-bottom: 0;
}
.workspace-title-inner h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 16px;
    border-left: 5px solid #ffb71b;
    padding-left: 10px;
}
.workspace-block.block-2{
    position: relative;
}
.workspace-block.block-2:before {
    border-left: 1px solid #ddd;
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    left: 0;
}
.no-results-out {
    padding: 50px;
}
.no-results-out p {
    font-size: 18px;
}
.no-results-out p a{
    color:#ffb71b;
}
.workspace-sec .dropdown-menu{
    min-width: 180px;
}

.workspace-sec  .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.list-left {
    width: 80%;
}
.list-view .my-post-top {
    display: block;
    
}
