.subscription-inner .nav-item {
    text-align: center;
    border: 1px solid #1ba6e5;
}

.subscription-inner .nav-pills .nav-link {
    border-radius: 0 !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 50px;
}

.subscription-inner .nav-link.active {
    background-color: #1ba6e5 !important;
    border-radius: 0;
}

.subscription-box {
    border: 1px solid #1ba6e5;
    border-radius: 5px;
    padding: 25px;
    position: relative;
    min-height: 400px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
}

.subscription-top-txt {
    position: absolute;
    top: 0;
    left: 0;
    background: #1ba6e5 !important;
    color: #fff;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.subscription-benefit li {
    list-style-type: none;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #6B7989;
    padding: 6px 0;
}

.subscription-btn {
    text-align: center;
    margin-top: -20px;
    position: relative;
    z-index: 1;

}

.upload-image-box {
    width: 100%;
    height: 200px;
    border: 1px solid #ced4da;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.upload-img-inner-txt {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
}

.upload-image-box .image-icon {
    font-size: 20px;
}

textarea.h-50 {
    height: 130px !important;
}

.upload-img-inner-txt .form-control {
    height: 45px;
    border-radius: 6px;
    border-color: #eee;
    background-color: #fff;
    font-size: 14px;
    color: #898989;
}

.upload-img-inner-txt .form-label {
    font-size: 14px;
    font-weight: 500 !important;
}

.upload-img-inner-txt .form-check-label {
    font-size: 14px;
}

.form-control:focus {
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #1ba6e5;
    border-color: #1ba6e5;
}

.form-check-input:focus {
    border-color: #1ba6e5;
    box-shadow: none;
}


/***My Post End***/


/***My Profile Page Start***/
.profile-lft-card {
    position: sticky;
    top: 20px;
}

.profile-lft-card .dashboard-widget {
    padding: 40px 25px;
}

.my-profile-inner-box {
    background-color: white;
    border-radius: 0 0 5px 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.my-profile-inner-box .profile-cover-image {
    position: relative;
}

.my-profile-inner-box .profile-cover-image a img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.my-profile-inner-box .profile-cover-image .edit-cover-btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: inline-block;
    background-color: white;
    color: #3644D9;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}

.my-profile-inner-box .profile-info-box {
    padding: 15px 30px 15px;
    position: relative;
}

.my-profile-inner-box .profile-info-box .inner-info-box .info-image {
    margin-top: -100px;
    position: relative;
    width: 200px;
}

.my-profile-inner-box .profile-info-box .inner-info-box .info-image a {
    display: block;
}

.my-profile-inner-box .profile-info-box .inner-info-box .info-image a img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 10px solid #fff;
}
.my-profile-inner-box .profile-info-box .inner-info-box .info-image .icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.my-profile-inner-box .profile-info-box .inner-info-box .info-image .icon a i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    font-size: 14px;
    transition: all .5s ease-in-out;
}

.my-profile-inner-box .profile-info-box .inner-info-box .info-text {
    max-width: 700px;
}

.my-profile-inner-box .profile-info-box .inner-info-box .info-text h3 {
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: 700;
}

.my-profile-inner-box .profile-info-box .inner-info-box .info-text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #6B7C8F;
    line-height: 24px;
}

.my-profile-inner-box .profile-info-box .inner-info-box .info-text h3 a {
    color: #000;
}

.my-profile-inner-box .profile-info-box .inner-info-box .info-text span {
    font-size: 13px;
    display: inline-block;
    margin-top: 10px;
    color: #6B7C8F;
}

.my-profile-inner-box .profile-info-box .inner-info-box .statistics {
    padding: 0;
    margin-bottom: 0;
    text-align: right;
}

.my-profile-inner-box .profile-info-box .inner-info-box .statistics li {
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    text-align: center;
}

.my-profile-inner-box .profile-info-box .inner-info-box .statistics li:last-child {
    margin-right: 0px;
}

.my-profile-inner-box .profile-info-box .inner-info-box .statistics li:last-child::before {
    display: none;
}

.my-profile-inner-box .profile-info-box .inner-info-box .statistics li::before {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    width: 1px;
    height: 100%;
    background-color: #707070;
    opacity: 25%;
}

.my-profile-inner-box .profile-info-box .inner-info-box .statistics li .item-number {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.my-profile-inner-box .profile-info-box .inner-info-box .statistics li .item-text {
    font-size: 15px;
    color: #6B7C8F;
    display: block;
    margin-top: 2px;
}

/***My Profile Page End***/



/***My Post Start***/
 .my-post-card .news-feed-post {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.my-post-card .news-feed-post .post-header {
	margin-bottom: 20px;
}
.my-post-card .news-feed-post .post-header .image a img {
	max-width: 60px;
}
.my-post-card .news-feed-post .post-header .info .name {
	font-size: 20px;
	font-weight: 600;
}
.my-post-card .news-feed-post .post-header .info .small-text {
	display: block;
	font-size: 13px;
	color: #6B7C8F;
	margin-top: 4px;
}

.my-post-card .news-feed-post .post-body p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #6B7C8F;
}
.my-post-card .news-feed-post .post-header .dropdown .dropdown-toggle:hover {
    color: #1ba6e5f0;
}
.my-post-card .news-feed-post .post-header .dropdown .dropdown-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05);
    background-color: #fff;
    border: none;
    border-radius: 5px;
    margin-top: 35px !important;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: unset !important;
    left: auto !important;
    right: 0 !important;
    padding: 0;
    margin-bottom: 0;
}
.my-post-card .news-feed-post .post-header .dropdown .dropdown-menu.show {
    margin-top: 25px;
    opacity: 1;
    visibility: visible;
}
.my-post-card .news-feed-post .post-header .dropdown .dropdown-menu li .dropdown-item {
    color: var(--black-color);
    padding: 8px 15px 8px 40px;
    position: relative;
    font-size: 15px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.my-post-card .news-feed-post .post-header .dropdown .dropdown-menu li .dropdown-item i {
    color: #6B7C8F;
    transition: all .5s ease-in-out;
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: var(--font-size);
    transition: all .5s ease-in-out;
}
.my-post-card .news-feed-post .post-header .dropdown .dropdown-menu li .dropdown-item.active,  .news-feed-post .post-header .dropdown .dropdown-menu li .dropdown-item:active {
    color: #fff;
    background-color: #1ba6e5f0;
}
.my-post-card .news-feed-post .post-header .dropdown .dropdown-menu li .dropdown-item.active i,  .news-feed-post .post-header .dropdown .dropdown-menu li .dropdown-item:active i {
    color: #fff;
}
.my-post-card .news-feed-post .post-header .dropdown .dropdown-menu li .dropdown-item:hover {
    background-color: #1ba6e5f0;
    color: #fff;
}
.my-post-card .news-feed-post .post-header .dropdown .dropdown-menu li .dropdown-item:hover i {
    color: #fff;
}
.my-post-card .news-feed-post .post-body p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #4A4A4A;
}

.news-feed-post .post-body .post-image img {
    border-radius: 5px;
}

.news-feed-post .post-body .post-meta-wrap {
    margin-top: 25px;
    padding: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap li {
    list-style-type: none;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-react {
    position: relative;
    transition: all .5s ease-in-out;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-react a {
    color: #6B7C8F;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-react i {
    font-size: 15px;
    color: #1ba6e5f0;
    position: relative;
    top: 2px;
    margin-right: 8px;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-react span {
	color: #000;
	font-size: 14px;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-react .number {
    color: #6B7C8F;
    margin-left: 10px;
    border-left: 1px solid #e1e1e1;
    padding-left: 12px;
    font-size: 14px;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-react .react-list {
    background-color: #fff;
    box-shadow: 0 8px 10px 0 rgba(183, 192, 206, .10);
    padding: 15px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    width: 295px;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-react .react-list li {
    display: inline-block;
    list-style-type: none;
    margin: 0 5px;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-react .react-list li:last-child {
    margin-right: 0;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-react:hover .react-list {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-comment a {
    color: #6B7C8F;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-comment i {
    font-size: 15px;
    color: #1ba6e5f0;
    position: relative;
    top: 3px;
    margin-right: 8px;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-comment span {
	color: #000;
	font-size: 14px;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-comment .number {
    color: #6B7C8F;
    margin-left: 10px;
    border-left: 1px solid #e1e1e1;
    padding-left: 12px;
    font-size: 14px;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-share a {
    color: #6B7C8F;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-share i {
    font-size: 15px;
    color: #1ba6e5f0;
    position: relative;
    top: 3px;
    margin-right: 8px;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-share span {
	color: #000;
	font-size: 14px;
}
.my-post-card .news-feed-post .post-body .post-meta-wrap .post-share .number {
    color: #6B7C8F;
    margin-left: 10px;
    border-left: 1px solid #e1e1e1;
    padding-left: 12px;
    font-size: 14px;
}
.my-post-card .news-feed-post .post-body .post-comment-list {
    margin-top: 25px;
}
.my-post-card .news-feed-post .post-body .post-comment-list .comment-list {
    position: relative;
    margin-bottom: 25px;
}
.my-post-card .news-feed-post .post-body .post-comment-list .comment-list .comment-image {
    position: absolute;
    left: 0;
    top: 0;
}
.my-post-card .news-feed-post .post-body .post-comment-list .comment-list .comment-image img {
	max-width: 50px;
}
.my-post-card .news-feed-post .post-body .post-comment-list .comment-list .comment-info {
	padding-left: 65px;
}
.my-post-card .news-feed-post .post-body .post-comment-list .comment-list .comment-info h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.my-post-card .news-feed-post .post-body .post-comment-list .comment-list .comment-info span {
	color: #6B7C8F;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 13px;
}
.my-post-card .news-feed-post .post-body .post-comment-list .comment-list .comment-info p {
	margin-bottom: 0;
	font-size: 14px;
}
.my-post-card .news-feed-post .post-body .post-comment-list .comment-list .comment-info .comment-react {
    padding: 0;
    margin-bottom: 0;
    margin-top: 12px;
}
.my-post-card .news-feed-post .post-body .post-comment-list .comment-list .comment-info .comment-react li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}
.my-post-card .news-feed-post .post-body .post-comment-list .comment-list .comment-info .comment-react li:last-child {
    margin-right: 0;
}
.my-post-card .news-feed-post .post-body .post-comment-list .comment-list .comment-info .comment-react li .like {
    color: #1ba6e5f0;
}
.my-post-card .news-feed-post .post-body .post-comment-list .comment-list .comment-info .comment-react li a {
    color: #6B7C8F;
}
.my-post-card .news-feed-post .post-body .post-comment-list .more-comments {
    text-align: center;
}
.my-post-card .news-feed-post .post-body .post-comment-list .more-comments a {
	font-size: 16px;
	color: #1ba6e5f0;
}
.my-post-card .news-feed-post .post-body .post-footer {
    position: relative;
    margin-top: 25px;
}
.my-post-card .news-feed-post .post-body .post-footer .footer-image {
    position: absolute;
    left: 0;
    top: 0;
}
.my-post-card .news-feed-post .post-body .post-footer .footer-image a img {
    max-width: 60px;
}
.my-post-card .news-feed-post .post-body .post-footer .form-group {
    position: relative;
    padding-left: 75px;
}
.my-post-card .news-feed-post .post-body .post-footer .form-group .form-control {
    background-color: #f4f7fc;
    border: 1px solid #f4f7fc;
    padding: 15px 25px;
    color: #6B7C8F;
    height: 60px;
    font-size: 13px;
}
.my-post-card .news-feed-post .post-body .post-footer .form-group .form-control::placeholder {
    color: #6B7C8F;
    transition: all .5s ease-in-out;
}
.my-post-card .news-feed-post .post-body .post-footer .form-group .form-control:focus {
    box-shadow: unset;
}
.my-post-card .news-feed-post .post-body .post-footer .form-group .form-control:focus::placeholder {
    color: transparent;
}
.my-post-card .news-feed-post .post-body .post-footer .form-group label {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.my-post-card .news-feed-post .post-body .post-footer .form-group label a i {
    font-size: 18px;
    color: #6B7C8F;
}
.my-post-card .news-feed-post .post-header .dropdown .dropdown-menu li .dropdown-item:hover {
	background-color: #1ba6e5f0;
	color: #fff;
}
.my-post-card .news-feed-post .post-body .post-image img {
	border-radius: 5px;
    width: 100%;
}
.my-post-card .news-feed-post .post-header .dropdown .dropdown-toggle {
	padding: 0;
	border: none;
	background-color: transparent;
	color: #6B7C8F;
	font-size: 22px;
	line-height: 15px;
	transition: all .5s ease-in-out;
}
.my-post-card .news-feed-post .post-header .dropdown .dropdown-toggle::after{
    display: none;
}

/***My Post End***/

.info-badge {
	heigh: 80px;
	width: 80px;
}

.info-badge img {
	object-fit: cover;
	border-radius: 50%;
}

.notify.badge {
    width: 18px;
    font-size: 10px;
    height: 18px;
    position: absolute;
    top: -5px;
}