
.cg-40 {
    column-gap: 2.5rem;
}

.single-comment-block {
	padding: 10px;
	background: #f7ffe6;
}

.postCommentReplyList .single-comment-block {
	background: #fff;
}

.single-comment-block .reply-btn {
    text-decoration: underline;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.6);
}
.single-comment-block .comment-meta {
	border-bottom: 1px solid #dbeabd;
}
.single-comment-block .comment-meta span {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.6);
}

.postLikeBlock {
	border-color: #dbeabd;
}

aside {
    border-radius: .75rem;
    box-shadow: 0 .3125rem 1rem -.1875rem #0003;
    padding-bottom: 1.5rem;
}

.container-shrink {
    border-radius: .75rem;
    box-shadow: 0 .3125rem 1rem -.1875rem #0003;
    padding: 1.5rem;
}

.paymentItem-btn {
    border: none;
    background: transparent;
}

.bd-ddd {
    border-color: #ddd;
}

.primary-form-group-wrap label.position-absolute {
    top: -20px;
    left: 20px;
    z-index: 9;
}