/* post-details-page-main-container starts */
.post-details-page-main-container {
    margin-top: 20px;
}
.post-details-page-main-container .card.parent-card {
    border: unset;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    min-height: 500px;
    margin-top: 10px;
}
.post-details-page-main-container .card.parent-card .card-header.parent-card-header {
	background-color: transparent;
	border: unset;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body {
    /*padding: 5px;*/
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .filter-row {
	margin-bottom: 15px;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card {
	border: unset;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-header {
	background-color: transparent;
	border: unset;
	padding: 0px;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-header .title-text {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .5px;
	font-weight: 600;
	color: #020202;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body {
	padding: 0px;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-image {
	width: 150px;
	height: 150px;
	border-radius: 15px;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-title {
	font-size: 30px;
	line-height: 36px;
	letter-spacing: .5px;
	font-weight: 600;
	color: #212529;
	margin-bottom: 5px;
	margin-left: -15px;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-sub-title {
	font-size: 20px;
    line-height: 26px;
    letter-spacing: .5px;
    color: #212529;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: -15px;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-author-name {
	font-size: 14px;
    line-height: 18px;
    letter-spacing: .5px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 5px;
    margin-left: -15px;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-author-name img {
    width: 25px;
	height: 25px;
	margin-right: 5px;
	border-radius: 50%;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-date {
	font-size: 12px;
    line-height: 18px;
    letter-spacing: .5px;
    color: #6c757d;
    font-weight: 600;
    margin-top: -8px;
    margin-bottom: 5px;
    margin-left: 15px;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-view-count {
	font-size: 14px;
    letter-spacing: .5px;
    color: #6c757d;
    font-weight: 400;
    margin-top: 0px;
    margin-left: -15px;
    margin-bottom: 20px;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-view-count span {
	font-weight: 600;
	font-size: 18px;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list hr.seperator {
	margin-left: -15px;
	margin-right: -15px;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .post-details-description-div {
	font-size: 14px;
	letter-spacing: .5px;
    color: #212529;
    font-weight: 400;
    margin-bottom: 0px;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .post-details-description-div img {
	max-width: 685px;
	height: auto!important;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .post-details-description-div .hljs {
    width: min-content;
    padding: 15px;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .action-buttons {
	text-align: right;
}
.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-footer {
	background-color: transparent;
	border: unset;
}
.post-details-page-main-container .card.parent-card .card-footer.parent-card-footer {
	background-color: transparent;
	border: unset;
}

@media (max-width: 767px) {
    .post-details-page-main-container {
        margin-top: -10px;
        padding: 2px;
    }
    .post-details-page-main-container .card.parent-card {
        border: unset;
        box-shadow: unset;
        margin-top: 0px;
    }
	.post-details-page-main-container .card.parent-card .card-body.parent-card-body {
	    padding: 1.25rem;
	}
	.post-details-page-main-container .card.parent-card .card-body.parent-card-body .other-post-categories-div .title-text {
		font-size: 14px;
		line-height: 18px;
	}
	.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-image {
		width: 80px;
		height: 80px;
	}
	.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-title {
		font-size: 14px;
		line-height: 18px;
		margin-left: -20px;
	}
	.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-sub-title {
		font-size: 12px;
	    line-height: 18px;
	    margin-left: -20px;
	    margin-bottom: 5px;
	}
	.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-author-name {
		font-size: 12px;
	    line-height: 18px;
	    margin-left: -20px;
	}
	.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-author-name img {
        width: 20px;
		height: 20px;
	}
	.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-date {
		font-size: 10px;
	    line-height: 14px;
	    margin-left: 5px;
	}
	.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-view-count {
		font-size: 12px;
	    margin-left: -20px;
	    margin-bottom: 5px;
	}
	.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .post-details-description-div {
		font-size: 12px;
		line-height: 16px;
	}
	.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .post-details-description-div img {
		max-width: 330px;
		height: auto!important;
	}
	.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .post-view-count span {
		font-weight: 600;
		font-size: 16px;
	}
	.post-details-page-main-container .card.parent-card .card-body.parent-card-body .child-card .child-card-body .demo-post-list .action-buttons {
		text-align: center;
	}
}
/* post-details-page-main-container ends */


/* post-comment-list-row css starts */
.post-details-page-main-container .post-comment-list-row {
    margin-top: 18px;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-header.parent-card-header .comment-count {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .5px;
	font-weight: 600;
	color: #212529;
	margin-bottom: 0px;
	margin-top: 5px;
	text-transform: uppercase;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .no-comment-emozi {
    font-size: 30px;
    text-align: center;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .no-comment-text {
    font-size: 14px;
    text-align: center;
    color: #212529;
    font-weight: 600;
    text-transform: uppercase;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card {
    border: unset;
    /*border-bottom: 1px solid #e8e8e8;*/
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card.reply-comment {
    margin-left: 50px;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-header.comment-card-header {
    background-color: #fff;
    border: unset;
    padding-left: 0px;
    padding-right: 0px;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-header.comment-card-header .user-name {
    font-size: 14px;
    letter-spacing: .5px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 0px;
    margin-left: -10px;
    cursor: pointer;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-header.comment-card-header .comment-date {
    font-size: 12px;
    letter-spacing: .5px;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 0px;
    margin-left: -10px;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-header.comment-card-header img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-body.comment-card-body {
    padding-left: 50px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-right: 0px;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-body.comment-card-body .comment-text {
    font-size: 14px;
    letter-spacing: .5px;
    color: #212529;
    font-weight: 400;
    margin-bottom: 0px;
    white-space: pre-wrap;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-footer.comment-card-footer {
    padding-left: 50px;
    /*padding-top: 5px;*/
    padding-right: 0px;
    /*padding-bottom: 10px;*/
    background-color: #fff;
    border: unset;
    text-align: right;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-footer.comment-card-footer .comment-footer-ul-action-buttons {
    margin-left: -40px;
    margin-bottom: 0px;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-footer.comment-card-footer .comment-footer-ul-action-buttons li {
    display: inline;
    list-style-type: disc;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: .5px;
    color: #6c757d;
    font-weight: 600;
    cursor: pointer;
    margin-left: 15px;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-footer.comment-card-footer .comment-footer-ul-action-buttons li:hover {
	color: #a0303a;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-footer.comment-card-footer .comment-footer-ul-action-buttons li.comment-liked {
    color: #a0303a;
}
/*.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-footer.comment-card-footer .comment-footer-ul-action-buttons li span.fa-trash {
    color: #ff0000;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-footer.comment-card-footer .comment-footer-ul-action-buttons li span.fa-pencil-alt {
    color: #0a9cfb;
}
*/
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card.reply-comment .card-header.comment-card-header .user-name {
    margin-left: -6px;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card.reply-comment .card-header.comment-card-header .comment-date {
    margin-left: -6px;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card.reply-comment .card-body.comment-card-body .replied-to-text {
    background-color: #3598DB;
    color: #fff;
    font-size: 12px;
    letter-spacing: .5px;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 5px;
    line-height: 18px;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card.reply-comment .card-body.comment-card-body .replied-to-text a {
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    color: #fff;
}
.post-details-page-main-container .post-comment-list-row .card.parent-card .card-footer.parent-card-footer button {
	margin-bottom: 35px;
}

@media (max-width: 767px) {
    .post-details-page-main-container .post-comment-list-row {
        margin-top: -20px;
    }
    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-header.parent-card-header .comment-count {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0px;
    }
    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .no-comment-text {
        font-size: 12px;
    }
    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-header.comment-card-header {
        padding-bottom: 5px;
    }
    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-header.comment-card-header .user-name {
        font-size: 12px;
        margin-left: -38px;
    }
    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-header.comment-card-header .comment-date {
        font-size: 10px;
        margin-left: -38px;
    }
    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-header.comment-card-header img {
        width: 30px;
        height: 30px;
    }
    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-body.comment-card-body {
        padding-left: 34px;
    }
    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-body.comment-card-body audio {
        width: 270px;
    }
    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-body.comment-card-body .comment-text {
        font-size: 12px;
        line-height: 18px;
    }
    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-footer.comment-card-footer {
        padding-left: 15px;
        text-align: right;
    }
    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-footer.comment-card-footer .comment-footer-ul-action-buttons {
        margin-left: -60px;
    }
    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card .card-footer.comment-card-footer .comment-footer-ul-action-buttons li {
        font-size: 12px;
        margin-left: 5px;
    }

    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card.reply-comment {
        margin-left: 30px;
    }
    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card.reply-comment .card-header.comment-card-header .user-name {
        margin-left: -32px;
    }
    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card.reply-comment .card-header.comment-card-header .comment-date {
        margin-left: -32px;
    }
    .post-details-page-main-container .post-comment-list-row .card.parent-card .card-body.parent-card-body .post-details-page-comment-list-data-div .card.comment-card.reply-comment .card-body.comment-card-body .replied-to-text {
        font-size: 10px;
        line-height: 14px;
    }
}
/* post-comment-list-row css ends */

/* create-reply-post-comment-modal-overlay starts */
#create-reply-post-comment-modal-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1030;
    cursor: pointer;
    transition: 0.5s;
}
#create-reply-post-comment-modal-overlay .main-row {
    /*margin-left: 320px;
    margin-right: 340px;*/
    width: 650px;
    margin: auto;
}
#create-reply-post-comment-modal-overlay .card {
    min-height: 200px;
    margin-top: 20%;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
    border: unset;
    border-radius: 5px;
}
#create-reply-post-comment-modal-overlay .card .card-header {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border: unset;
    background-color: #fff;
    color: #fff;

}
#create-reply-post-comment-modal-overlay .card .card-header .card-title {
    margin-bottom: 0px;
    font-size: 18px;
    letter-spacing: .5px;
    color: #212529;
    font-weight: 600;
    /*float: left;*/
    text-align: left;
}
#create-reply-post-comment-modal-overlay .card .card-header .close {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    /*margin-top: -30px;*/
    margin-right: -10px;
    color: #212529;
}
#create-reply-post-comment-modal-overlay .card .card-body {
}
#create-reply-post-comment-modal-overlay .card .card-body .create-reply-post-comment-form label {
    font-size: 14px;
}
#create-reply-post-comment-modal-overlay .card .card-body .create-reply-post-comment-form button {
    margin-top: 15px;
}

@media only screen and (max-width: 767px){
    #create-reply-post-comment-modal-overlay {
        overflow-y: scroll;
    }
    #create-reply-post-comment-modal-overlay .main-row {
        /*margin-left: 0px;*/
        /*margin-right: 0px;*/
        width: auto;
        margin: auto;
    }
    #create-reply-post-comment-modal-overlay .card {
        margin-top: 0%;
    }
    #create-reply-post-comment-modal-overlay .card .card-header .card-title {
        font-size: 14px;
    }
    #create-reply-post-comment-modal-overlay .card .card-header .close {
        /*margin-top: -25px;*/
        margin-right: -10px;
    }
    #create-reply-post-comment-modal-overlay .card .card-body .create-reply-post-comment-form .form-group {
        margin-bottom: .5rem;
    }
    #create-reply-post-comment-modal-overlay .card .card-body .create-reply-post-comment-form label {
        font-size: 12px;
    }

}
/* create-reply-post-comment-modal-overlay ends */