h2 {
    margin: 15px 0 10px 0;
    line-height: 26px;
}
p { margin:0 }
h3 { margin:15px 0; }

.profile-section{
    margin: -3px 0 11px 0;
    padding:0;

}
.profile-section > li {
    display: inline-block;
    color:#aaa!important;
}
.profile-section * img {
    width:25px!important;height:25px!important;float:right!important;border-radius: 50%!important;margin:0px!important;box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px 0px!important;    margin: 0px 5px 0 8px!important;
}
.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: #ddd!important;
}
.social-buttons-big i,.social-buttons-small i{
    font-size: 22px;
    line-height: inherit;
}
h1,h2,h3,h4,h5,h6{
    line-height: normal!important;
}

.blogContent{
    border-bottom: 0!important;
    margin-bottom:0!important;
}
.blog-tags{
    text-align: right;
 }
.blog-tags > a{
    background-color: #e91e63;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin: 5px 3px 5px 0;
    cursor: pointer;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 12px;
}
.writer-avatar img{
    border-radius: 50%;
    height: 95px;
    width: 95px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.writer-follow{
    margin:25px 1px 0;
    padding:12px 20px;
    font-size: 12px;
}

@media (max-width: 450px){
    .writer-profile{
        text-align: center;
        padding-top:15px;
    }
}
.writer-profile .description{
    color: #eee;
    direction: rtl;
}
.section-comments{
    padding:50px 0;
 }
@media (max-width: 450px){
    .section-comments{
        padding: 30px 0;
    }
}
.section-comments .media{
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
 }
.section-comments .title{
    font-size: 24px;
    margin:20px 0;
    direction: ltr;
}
.float-right{
    float:right;
    padding: 10px;
}
.section-comments .avatar{
    margin: 0 auto!important;
    width: 64px!important;
    height: 64px!important;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 15px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2) !important;
}
.section-comments .avatar img{
    width: 100%;
}
.section-comments .media-footer{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.section-comments .media-footer i{
    margin-left:5px;
    top:2px;
}
.section-comments .media-footer button{
    padding: 12px 20px;
    font-size: 12px;
    margin-bottom: 20px;
}
.section-comments .media .media{
    margin-top:0;
}
@media (max-width: 450px) {
    .section-comments .media .media {
        margin-right: -50px;
        overflow: visible;
    }
}
.section-comments .media-body{
    overflow: visible!important;
    padding-left: 10px;
}
.section-comments .media-body .media-body{
    padding-left: 0px;
}
.section-comments .media-body textarea{
    margin-top: 15px;
    padding: 7px 0;
    height:115px;
}
.section-comments .media-body .media-body textarea{
    height: 95px;
}
.section-comments .write-ref{
    padding: 12px 20px;
    font-size: 12px;
    margin-bottom: 10px;
}
.section-comments .media-body .media-heading{
    font-size: 16px;
    font-weight: 500;
     margin: 10px 0;
    display: inline-block;
    color:#a1ec0a;
}
@media (max-width: 450px) {
    .section-comments .media-body .media-heading {
        font-size: 15px;
    }
}

.section-comments .media-body small{
    font-weight: 400;
    line-height: 1;
    color: #ccc;
    display: inline-block;
}
.section-comments .media-body p{
    color:#ddd;
}

.writing-blog-suggestion{
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    margin: 15px 0;
    padding: 80px 30px;
    /*background-image: url(/img/static-pages/blog/2.jpeg);*/
    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;
}


.card .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 5px;
    box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.swal2-modal{
    direction: rtl;
}
.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);
}
.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);
}
.category-info{
    color:#00bcd4!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-category i{
    top: 2px;
    margin-right: 5px;
    font-size: 16px;
}

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

.top-banner-marco{
    display: flex;
    justify-content: center;
    z-index: -1!important;
}
.top-banner-marco p{
    color: white;
    text-align: center;
    direction: rtl;
    background-color: #00ced1;
    position: absolute;
    top: -34px;
    width: 80%;
    border-radius: 50%;
    padding-top: 8px;
    font-size: 13px;
    padding-bottom: 70px;
    z-index: -1!important;
    box-shadow: 0 -13px 26px -12px rgba(0,206,209, 0.42), 0 -3px 23px 0px rgba(0,206,209, 0.12), 0 -2px 10px -5px rgba(0,206,209, 0.2);
}
@media (max-width:450px) {
    .card-blog.mm {
        margin-bottom: 25px;
    }
}

.loader {
    position: relative;
    width: 5em;
    height: 5em;
    background: linear-gradient(-225deg, #ff3cac 0%, #562b7c 52%, #2b86c5 100%);
    border-radius: 50%;
    animation: spin 0.5s linear infinite;

}
.loader span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: inherit;
}
.loader span:nth-child(1) {
    filter: blur(5px);
}
.loader span:nth-child(2) {
    filter: blur(10px);
}
.loader span:nth-child(3) {
    filter: blur(25px);
}
.loader span:nth-child(4) {
    filter: blur(50px);
}
.loader::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #222;
    border-radius: inherit;
}
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}


.slim-profile-card-container:nth-of-type(1) {
    margin-top: 20px;
}

.profile-recommend-slim {
    position: relative;
    display: inline-block;
    animation: rotation 3s linear infinite;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 230px;
    width: 100%;
    color: #000;
    text-align: left;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
    background: linear-gradient(49deg, rgba(255,255,255,.15) 50%, rgba(255,255,255,.12) 44%);
}

.profile-recommend-slim *,
.profile-recommend-slim:before,
.profile-recommend-slim:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.profile-recommend-slim img {
    max-width: 35%;
    margin-top: -15px;
    margin-right: 60%;
    height:80px;
    object-fit: cover;
    margin-bottom: 15px;
    backface-visibility: hidden;
    vertical-align: top;
    border-radius: 5px;
    float: right;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.25)!important;
}

.profile-recommend-slim figcaption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
}

.profile-recommend-slim h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 118px;
    text-align: right;
    direction: rtl;
    color:#ccc;
}

.profile-recommend-slim .img-label{
    border-radius: 12px!important;
    opacity: .85;
    height: 23px!important;
    line-height: 24px!important;
    padding: 0px 10px!important;
    font-size: 10px!important;
    margin-top: 10px;
    float: right;
}


body[class~="ltr"] {
    direction: ltr!important;
    /*text-align: left;*/
}

.profile-recommend .card-profile {
    box-shadow: unset;
    background: none;
    animation: rotation 3s linear infinite;
}
.owl-stage-outer{
    overflow: visible;
}
.profile-recommend .card .card-body {
    /*padding: .9375rem 1.875rem!important;*/
    padding: 0!important;
    overflow: hidden;
    position: absolute;
    top: 16px;
    left: 21px;
    z-index: 11;
}
.profile-recommend .card .card-header {
    overflow: hidden;
    margin-left:  -2px!important;
    margin-right:  -1px!important;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.25)!important;
}
.profile-recommend .card .card-header .inner-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top:  0!important;
    box-shadow:  inset 0px 0px 100px 0px rgba(0,0,0,0.45)!important;
    z-index: 10;
}
.card.card-profile-recommend .card-header{
    background:white;
}
.profile-recommend .card .card-header img{
    /*padding:5px;*/
    /*border-radius:42px;*/
}
.profile-recommend .card .card-header img{
    object-fit: cover;
    object-position: center;
}
.profile-recommend .card .card-body .img-label{
    /*right: 10px;*/
    border-radius: 12px!important;
    opacity: .85;
    height: 25px!important;
    line-height: 24px!important;
    padding: 0px 10px!important;
    font-size: 11px!important;
    margin-right: 5px;
}
.profile-recommend .card .card-footer {
    padding: .9375rem 1.875rem!important;
}
.profile-recommend .card .card-category {
    font-size: 16px;
}
.profile-recommend .toolbox.marco {
    display: flex;
    width: 100%;
    border-radius: 50px;
}
.profile-recommend .toolbox.marco .pwt-btn-submit {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    padding: 50px 8px 10px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    color: #000;
    font-size: 12px;
    font-weight: 500;
    margin-top: -40px;
}
#noMoreE,#noMoreP{
    display: none;
}
#noMoreE > p,#noMoreP > p{

    display: block;
    background-color: white;
    padding: 10px 15px;
    text-align: center;
    border-radius: 24px;
    box-shadow: 0 1px 4px 0 rgba(255,255,255, 0.74);
    margin: 0;
    font-weight: 500;
}
#showMore, #showMoreP{
    justify-content: center;align-items: center;display: flex;margin-bottom: 0px;
}
#profileRecommRow{
    background: #fff;
    border-radius: 42px;
    margin:0 -5px 0 -5px;
    transition: opacity 300ms linear;
    will-change: opacity;
    opacity: 1;
    padding: 0 0 30px 0;

}
.seperator-hr-parent{
    margin-bottom:25px;
}

.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;
    min-height: 220px;
    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 0 0;
    }
    .card-body.mains .container{
        padding: 0;
    }
}

input::placeholder{
    color:#aaa;
}
/*================= 9.2 BLOG DETAILS ==================*/
.blogContent {
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .blogContent {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
}

.blogContent .caption {
    padding: 0;
}

.blogContent .caption h1 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .blogContent .caption h1 {
        font-size: 28px;
    }
}

.blogContent .caption img {
    border-radius: 4px;
}

.blogContent .caption h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.blogContent .caption h4 a {
    color: #2196f3;
}

.blogContent .caption .socialLink {
    text-align: left;
    margin: 0;
}

.blogContent .caption .socialLink li a {
    color: #555;
    font-size: 13px;
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    text-align: center;
    line-height: 38px;
}

.blogContent .caption .socialLink li a:hover {
    color: #ffffff;
    background-color: #2196f3;
    border-color: #2196f3;
}

.blogContent .caption .socialLink li:first-child {
    padding-left: 0;
}

body[lang-dir="rtl"]  .blogContent{
    direction: rtl;
    text-align: right;
}
.blogContent h1,.blogContent h2,.blogContent h3,.blogContent h4{
    color: #ddd;
}
.blogContent p {
    color:#ccc;
}
 p a {
    color: #a1ec0a!important;
}
.blogContent h2{
    font-size: 22px;
    margin-bottom: 6px;
}
.blogContent h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.followBt{
    margin: 0 8px!important;
    padding: 5px 12px!important;
    border-radius: 25px!important;
    font-size: 11px!important;
    font-weight: 500!important;
}

body[lang-dir="rtl"] .profile-section{
    direction: ltr;
}
body[lang-dir="rtl"] .section-comments{
    direction: rtl;
}


body[lang-dir="rtl"] .card-profile{
    direction: rtl;
}

body[lang-dir="rtl"] .writer-profile{
    text-align: right;
}
.writer-profile{
    text-align: left;
}
.social-buttons-big{
    justify-content: right;
    display: flex;
}

@media (max-width: 450px) {
    .social-buttons-big {
        justify-content: center;
        margin-top: 10px;
    }
    .b-tags{
        justify-content: center!important;
        margin-bottom: 10px;
    }
}
.btn.btn-fab, .btn.btn-just-icon{
    margin: 0 2px;
    font-size: 20px;
    height: 34px;
    min-width: 34px;
    width: 34px;
    padding: 0;
    overflow: hidden;
    position: relative;
    line-height: 32px;
}
.b-tags{
    align-items: center;
    display: flex;
    justify-content: left;
    color: #ccc;
    direction: ltr;
}
.writer-follow{
    display: inline-block;
    margin: 0 5px;
    padding: 4px 10px;
    border-radius: 23px;
    font-size: 12px;
    line-height: 1.1;
    top: -1px;
    position: relative;
}
.section-comments h3{
    color:#ccc;
}

body[lang-dir="rtl"] .pro-e{
    direction: rtl;
}
body[lang-dir="rtl"] .blog-content{
    direction: rtl;    text-align: right;

}

body[lang-dir="rtl"] .card .card-description+.card-footer{
    direction: ltr;
}

body[lang-dir="rtl"] .section-comments .media-body{
    text-align: right;
}

.btn.btn-link{
    color: #ccc;
}

.glass-back-big .card-header{
    position: relative;
    z-index: 100;
}
.profile-section h4{
    margin-top:5px;
}