.profile-section{
    margin-bottom: 15px;
    line-height: 26px;
}
.profile-section > li {
    display: inline-block;
}
.profile-section * img {
    width:25px;height:25px;float:right;border-radius: 50%;margin:0px;box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px 0px;    margin: 0px 5px 0 8px;
}
.profile-section li:last-child{
    margin-left: 5px;
}
.profile-section li:first-child{
    font-size: 12px;font-weight: 600;
}
.profile-section li:first-child a{
    color: #555!important;
}
.blog-content{
    padding-top: 5PX;direction: ltr;
}
body[lang-dir="rtl"] .blog-content{
    direction: rtl;
}
body[lang-dir="rtl"]  .card .card-title{
    text-align: right;
}
body[lang-dir="rtl"] .blog-content .category-info{
    text-align: right;
}
.category-info{
    color:#a1ec0a!important;
}
.category-danger{
    color:#f44336!important;
}
.category-success{
    color:#4caf50!important;
}
.category-rose{
    color: #e91e63!important;
}
.card .card-title{
    margin:10px 0 12px 0!important;
    font-size: 20px;
}
.card-description a{
    color:#9c27b0;
}
.blogs-container{
    /*background: #f2f2f2;*/
    /*border-radius: 42px;*/
    /*transition: transform .3s linear;*/
    /*will-change: transform;*/
    /*padding: 15px;*/
    /*box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);*/
}
@media (max-width: 450px) {
    .blogs-container{
        padding:10px;
        margin-bottom: 30px;
    }
}
.card .card-description+.card-footer{
    padding: 5px 0 10px 0px;
    border: 0;
    border-radius: 6px;
    direction: rtl;
    font-size: 12px;
    position: relative;;
}
.blogs-container div:first-child{
    margin-top:0;
}


.card-blog:nth-child(even) .blog-content{
    padding-right: 30px;
}
@media (max-width: 450px) {

    .card-blog .blog-content{
        padding-right: 15px!important;
        padding-left: 15px;
    }
}
.card-blog div:first-child{
    padding:0;
}
/*}*/



#search-modal{
    margin: 0;
    left: 0px;
    right: 0px;
    position: relative;
    outline: none;
    border-radius: 50px;
    border: 1px solid #777;
}
#search-modal > button ,#search-tmp-bt {
    border-radius: 20px;
    position:absolute;
    right: 5px;top: 5px;
    height: 40px;
    width: 40px;
    border: none;
    background: #a1ec01;
    color: black;
    outline: none;
    box-shadow: rgba(161 ,236 ,10, 0.3) 0px 2px 4px 0px;
}
#search-modal > button > i {
    padding-top: 4px;
    pointer-events:  none;
}
#search-modal > input {
    text-align: left;
    padding-left: 30px;
    border-radius: 50px;
    height: 50px!important;
    width:100%;
    border: none;
    outline: none;
    direction: ltr;
    background-color: rgba(255,255,255,.1);
}
#search-modal > input::placeholder{
    font-size: 14px;
    font-weight: 500;
}
.card.sidebarInner{
    background-color: transparent;
    border-radius: 30px;
    padding: 5px;
}
.sidebarInner .card-body{
    padding:15px 30px 10px 30px;
}
.sidebarInner .card-body:last-child .card-blog{
    margin-bottom:10px;
}
.sidebarInner .card-blog{
    text-align: right;
    margin:15px 0;
    border-radius: 16px;
}

.sidebarInner .card-title{
    font-size: 18px!important;
}
.sidebarInner .card .card-footer{
    position: relative;

}
.sidebarInner .card .card-footer .stats{
    position: relative;
    right: 15px;
}
.sidebarInner .card .card-footer .author{
    float: left;
}
.sidebarInner .card .card-footer{
    padding-bottom: 30px;
}

.card .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom:0;
    box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.card-category i{
    top: 2px;
    margin-left: 5px;
    font-size: 16px;
}

.pagination{
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}
.pagination > .page-item > a {
    border: 0;
    border-radius: 30px !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0px 11px;
    margin: 0 3px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ddd;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
    text-align: center;
}

.pagination > .page-item.active > a{
    background-color: #a1ec0a;
    border-color: #a1ec0a;
    box-shadow: 0 4px 5px 0 rgba(161, 236, 10, 0.14), 0 1px 10px 0 rgba(161, 236, 10, 0.12), 0 2px 4px -1px rgba(161, 236, 10, 0.2);
    color: black;
}
.writing-blog-suggestion{
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    margin: 15px 0;
    padding: 80px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 2px 25px 0 rgba(0,0,0,.45);
}

.header-filter {
    position: relative;
}

.writing-blog-suggestion div:first-child{
    text-align: center;
    z-index: 10;
}
.writing-blog-suggestion button{
    padding: 15px 25px;
    border-radius: 28px;
    opacity: .95;
}
.writing-blog-suggestion h4{
    color: white;
    line-height: normal;
}

.header-filter:before, .header-filter:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.header-filter::after {
    background-color: rgba(0, 0, 0, 0.7);
}

.header-filter .container {
    z-index: 2;
    position: relative;
}

#noMoreE>p {
    background-color: transparent;
    padding: 15px 15px;
    text-align: center;
    border-radius: 24px;
    margin: 0;
    font-weight: 500;
    color: white;
    border: 1px solid #fff;
}
.swal2-modal{
    direction: rtl;
    border-radius: 25px;
}
.swal2-content{
    font-size:14px!important;
}
.swal2-styled.swal2-confirm{
    background-color: #00ced1!important;
    box-shadow: 0 2px 2px 0 rgba(0,206,209, 0.14), 0 3px 1px -2px rgba(0,206,209, 0.2), 0 1px 5px 0 rgba(0,206,209, 0.12);
    border-radius: 25px;
}
.swal2-image{
    object-fit: cover;
    box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-blog [class*="col-"] .card-header-image img {
    width: 100%;
    height:245px;
    object-fit: cover;
    object-position: center;
    border-radius: 42px!important;
}
.card-blog {
    margin-top: 0px;
    margin-bottom: 15px;
    background-color: white;
    border-radius: 42px;
    min-height: 265px;
    border-bottom: 0;
    background-color: transparent;
    /*border: 1px solid #a1ec01;*/
}
.card-blog > .row{
    margin: 0;
    padding: 10px!important;
}
.card .card-title a{
    color:#ddd!important;;
}
.blogs-container .author{
    direction: ltr;
}
.card-footer .stats{

    position: absolute;
    color: #ccc;
    top: 11px;
    font-size: 11px;
    direction: ltr;

}
.card .card-footer .stats i{
    top:1px!important;
}
.card .card-header.card-header-image img {
    width: 100%;
    border-radius: 15px;
    pointer-events: none;
    box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 450px){
    .card-body.mains{
        padding: 30px 0;
    }
    .card-body.mains .container{
        padding: 0;
    }
}

input::placeholder{
    color:#aaa;
}

.card-description{
    text-align: justify;
}