body .post-details {
    background-color: #fff;
    -webkit-box-shadow: 0 0 28px -17px #aaa;
    box-shadow: 0 0 28px -17px #aaa;
    padding: 20px 30px;
    border-radius: 15px;
}

body .post-details .breadcamp {
    padding-inline-start: 0px;
}

body .post-details .breadcamp li {
    display: inline-block;
    font-size: 12px;
    margin-left: 7px;
    list-style: none;
}

body .post-details .breadcamp li a {
    color: #a8adbd;
    font-weight: 500;
}

body .post-details .breadcamp .dark-blue {
    color: #13273f;
}

body .post-details hr {
    background-color: #a8a8a8;
}

body .post-details .title h1 {
    font-size: 20px;
    margin-top: 7px;
}

body .post-details .title .btn-like {
    background: #fff;
    border: 2px solid #ff4343;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
}

body .post-details .title .active-btn-like {
    background: #e63d3d !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding-top: 3px;
}

body .post-details .title .active-btn-like[disabled],
body .post-details .title .btn-save[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
}

body .post-details .title .btn-like svg {
    width: 20px;
}

body .post-details .title .active-btn-like svg {
    width: 18px;
}

body .post-details .title .btn-like svg path {
    fill: #ff4343;
}
body .post-details .title .active-btn-like svg path {
    fill: #fff;
}

body .post-details .title .btn-save {
    background: #13273f;
    color: #fff;
    border-radius: 30px;
    margin-right: 8px;
}
body .post-details .title .btn-save svg {
    margin-left: 7px;
}

body .post-details .main-post-img {
    border-radius: 15px;
}

body .post-details img {
    max-width: 100%;
}

body .post-details .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
body .post-details .details span {
    color: #6b7074;
}
body .post-details .details span svg {
    width: 20px;
    height: auto;
    margin-left: 7px;
    vertical-align: bottom;
}
body .post-details .details img {
    width: 76px;
    border-radius: 50%;
    position: relative;
    top: -36px;
    margin-bottom: -39px;
    border: 5px solid #ffffff85;
    margin-right: auto;
    margin-left: auto;
}

body .related-posts {
    background-color: #fff;
    -webkit-box-shadow: 0 0 28px -17px #aaa;
    box-shadow: 0 0 28px -17px #aaa;
    padding: 20px 0;
    border-radius: 15px;
    margin-bottom: 15px;
}

.carousel-control-next, .carousel-control-prev {
    border: 0;
    background: transparent;
    cursor: pointer;
}

span.carousel-control-prev-icon, span.carousel-control-next-icon {
    background-color: black;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

body .related-posts .carousel p a {
    display: block;
    color: #000;
    margin-top: 7px;
    font-size: 14px;
}

body .related-posts h4 {
    font-size: 20px;
}

body .related-posts article {
    padding: 7px;
    margin: 7px;
    border-bottom: 1px solid #dfdfdf;
}

body .related-posts article .img-box-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding: 5px;
    border-radius: 50%;
}
body .related-posts article img {
    height: 100%;
    width: unset;
}
body .related-posts article p {
    color: #6b7074;
    position: relative;
    right: -14px;
    font-size: 14px;
    line-height: 27px;
}

body .related-posts article .time {
    font-size: 13px;
}

body .related-posts article span {
    color: #383b3f;
}
body .related-posts article .time svg {
    width: 14px;
    vertical-align: bottom;
    margin-left: 7px;
}
body .related-posts article .img-box-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    pad: 10px;
    margin: 0 auto;
}

.page {
    padding-top: 5rem !important;
    padding-BOTTOM: 4rem !important;
}

body .related-posts article:last-child {
    border-bottom: none;
}

.indicator {
    background: #f4f7fa;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0;
}

.indicator ul {
    padding-inline-start: 30px;
}

.indicator ul li a {
    color: #6b7074;
    font-size: 14px;
}
.indicator ul li a:hover {
    text-decoration: none;
    color: #444;
}

.post-article h2, .post-article h3 {
    font-size: 1.3rem !important;
    padding: 11px 0 5px 0 !important;
}

body .post-details img {
    max-width: 100%;
}

body .post-details p {
    color: #282828;
}

.post-article, .post-article p, .post-article font {
    font-size: 16px;
    line-height: 38px;
    text-align: justify;
}

body .post-details .b-box h6 {
    font-size: 17px;
}

body .post-details .b-box ul li {
    margin: 15px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    list-style: none;
}

body .post-details .b-box ul li:hover svg {
    margin-left: 15px;
}

body .post-details .b-box ul li a {
    color: #000;
    line-height: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
}

body .post-details .b-box ul li a:hover {
    text-decoration: none;
}

body .post-details .b-box ul li a svg {
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tags {
    text-align: center;
}
.tag {
    display: inline-block;
    margin-right: 0;
    margin-left: 1rem;
    margin-bottom: 5px;
}
.tag:hover {
    color: #ddd;
    text-decoration: none;
    background-color: #46556a;
}

body .post-details .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body .post-details .detail-icons {
    margin: 20px 0;
}
body .post-details .detail-icons div {
    margin-left: 10px;
}
body .post-details .detail-icons span {
    display: block;
    color: #aaaaaa;
    margin-top: 10px;
}

body .post-details .useful ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #a8adbd;
    color: #fff;
    margin: 21px 5px;
    padding-top: 15px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 15px;
}
body .post-details .useful ul li:first-child {
    background-color: #7e37a9;
}
body .post-details .useful ul li:hover {
    background-color: #a93ceb;
}











body .comment-post {
    background-color: #fff;
    -webkit-box-shadow: 0 0 27px -17px #aaa;
    box-shadow: 0 0 27px -17px #aaa;
    border-radius: 15px;
    padding: 30px 40px;
}
body .comment-post .btn-submit {
    position: absolute;
    left: 25px;
    bottom: 10px;
    z-index: 1;
}
body .comment-post .btn-success {
    padding: 7px 14px;
}
body .comment-post .comment-content {
    margin-top: 20px;
}





@media screen and (max-width: 1200px) {
    body section .post-details .title h1 {
        font-size: 17px;
    }
}
@media screen and (max-width: 768px) {
    body section .post-details .title .like-save {
        position: absolute;
        left: 10px;
        bottom: -75px;
    }
    body section .post-details .title {
        position: relative;
    }
    body section .post-details .main-post-img {
        margin-top: 1rem !important;
    }
    body section .post-details {
        margin-top: 35px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 20px 0px;
    }
    body {
        background-color: #fff !important;
    }
    body section .comment-post.mt-4 {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: 1px solid #dedede;
        border-radius: 0;
        padding: 0;
        padding-top: 20px;
        margin-top: -8px !important;
    }
    body aside .related-posts {
        display: none;
    }
    .indicator h5 {
        font-size: 18px;
    }
    .post-article h2, .post-article h3 {
        font-size: 1.1rem !important;
    }
    body .post-details .b-box ul li a {
        font-size: 14px;
    }
    body .post-details .details span svg {
        display: none;
    }
    body .post-details .details {
        font-size: 13px;
    }
    .details > .text-center {
        width: 110px;
    }
    body .post-details .title .btn-save {
        font-size: 15px;
    }
}
@media screen and (max-width: 550px) {
    body section .post-details .main-post-img {
        border-radius: 0;
    }
}


.modal .modal-content .modal-body .social-btn {
    background-color: #fff;
    position: relative;
    display: block;
    color: #000;
    padding: 6px 13px;
    text-align: right !important;
    margin-top: 34px;
    margin-left: 24px;
    border-radius: 13px;
    border: 1px solid #e7e7e7;
}

.modal .modal-content .modal-body .social-btn:hover {
    background-color: #f6f6f6;
}

.modal .modal-content .btn-gray-footer {
    padding: 0 !important;
}

.modal .modal-content .btn-gray {
    background-color: #707070;
    color: #fff;
}

.modal .modal-content .btn-gray-footer .btn {
    padding: 11px;
    width: 100%;
    margin: 0 !important;
    border-radius: 0 !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.modal .modal-content .btn-gray:hover {
    background-color: #636262;
}


body .post-details .d-box .social {
    text-align: center;
}
body .post-details .d-box .social li {
    display: inline-block;
    margin: 10px 7px;
}
body .post-details .d-box .social li a {
    position: relative;
    top: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
body .post-details .d-box .social li a svg {
    width: 40px;
    height: auto;
}
body .post-details .d-box .social li a:hover {
    top: -5px;
}
body .post-details .d-box .btn-dark-blue {
    color: #fff;
    background-color: #13273f;
    border-radius: 20px;
}
body .post-details .d-box .btn-dark-blue:hover {
    background-color: #505b69;
}
body .post-details .d-box {
    display: none;
    -webkit-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s;
}