/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    outline: none;
}

/* Global  */
.width-controller{
	max-width: 1366px;
	padding-inline: 20px;
	margin:auto;
}
.backback-page{
	background: #F2F5F4E5;
	padding-bottom: 2em;
}
/* Side bar Related Styles  */
.backpack-sidebar{
	min-width: 30%;
	max-width: 30%;
}
.has-sidebar{
	display:flex;
	gap: 15px;
}
.has-sidebar > *{
	flex-grow: 1
}
/* Side Bar Widget  */
.backpack-sidebar-widget{
	background:white;
	padding: 20px;
	border-radius: 8px;
}
.bp-widget-header{
	display:flex;
	align-items:center;
	gap: 10px;
	border-bottom: 1px solid #19282166;
	margin-bottom: 15px;
}
.bp-single-author{
	display:flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}
.bp-widget-header h3{
	font-size: 16px;
}
/* Follow Unfollow Button */
button.follow-unfollow-btn{
	padding: 8px 24px;
	color: #192821;
	background: white;
	font-size: 15px;
	border-color: #192821;
	font-weight: 600;
}
button.follow-unfollow-btn:hover{
	background: #192821;
	color: white;
}

/* Login With Email Styling  */
.backpack-user-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}
.backpack-user-form input{
    text-align: center;
}
.backpack-user-form button{
    width: 100%;
}
.backpack-user-form-message{
    text-align: center;
}

/* User Menu CSS  */
.backpack-user-menu-wrap{
	position: relative;
	z-index: 10;
	display: flex;
}
.backpack-user-menu-wrap > img{
    --size: 44px;
	cursor:pointer;
    width: var(--size);
    height: var(--size);
    background: #eee;
    border-radius: 50%;
    min-height: var(--size);
    max-height: var(--size);
    min-width: var(--size);
    max-width: var(--size);
}
.backpack-user-menu-wrap .user-menu-wrap{
	position: absolute;
	top: 60px;
	border: 3px solid #eee;
	min-width: 250px;
	right: 15px;
	border-radius: 5px;
	max-height: 0;
	overflow:hidden;
	opacity: 0;
	transition: max-height 1s ease;
	background:white;
	border: 1px solid #396B53;
	box-shadow: 0px 0px 5px 0px #00000033;
}
.backpack-user-menu-wrap .user-menu-wrap.active{
	max-height: 999px;
	opacity: 1;
}
.backpack-user-menu-wrap .user-menu-wrap .user-menu-group{
	display: flex;
	flex-direction: column;
}
.backpack-user-menu-wrap .user-menu-wrap .user-menu-group a{
	display:flex;
	padding: 12px 16px;
	gap: 10px;
	color: #333;
	border-radius: 3px;
	position: relative;
	overflow:hidden;
	transition: 0.3s ease;
	border-bottom: 1px solid #eee;
}
.backpack-user-menu-wrap .user-menu-wrap .user-menu-group a:last-child{
	border:none;
}
.backpack-user-menu-wrap .user-menu-wrap .user-menu-group a:hover{
	background: #EDFFF7;
}
.backpack-user-menu-wrap .user-menu-wrap .user-menu-group a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
.backpack-user-menu-wrap .user-menu-wrap{
	
}
.backpack-user-menu-wrap .user-menu-wrap a{

}
.backpack-user-menu-wrap .user-menu-wrap a :is(img,svg){
	--size: 24px;
	width: var(--size) !important;
	height: var(--size) !important;
	min-width: var(--size) !important;
	min-height: var(--size) !important;
	max-width: var(--size);
	max-height: var(--size);
}
/* Reader Dashboard CSS  */
.taxonomies-slider{
	display:flex;
	align-items: center;
	justify-content:flex-start;
	gap: 11px;
	padding-block: 11px;
}
.taxonomies-slider span.taxonomy-filter label span{
	display:block;
	padding: 11px;
	background:white;
	border-radius: 8px;
	box-shadow: 0px 4px 3px 0px #0000000D;
	cursor:pointer;
}
.taxonomies-slider span.taxonomy-filter label input{
	width:0;
	height:0;
	position:absolute;
}
.taxonomies-slider span.taxonomy-filter label input:checked + span{
	background: var(--e-global-color-primary);
	color:white;
}
.taxonomies-slider span.taxonomy-filter label span:hover{
	background: var(--e-global-color-primary);
	color:white;
}
.taxonomies-slider {
    overflow-x: hidden;
    white-space: nowrap; 
    display: flex;
    scroll-behavior: smooth; 
	max-width: calc(100% - 160px);
}

.taxonomies-slider-wrapper button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    color: white;
    border: none;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
	height: 40px;
	width: 40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius: 5px;
}
.taxonomies-slider-wrapper button:hover{
	background: black;
	color:white;
}

.taxonomy-scroll-left {
    left: 20px;
}

.taxonomy-scroll-right {
    right: 20px;
}

/* Posts List */
.backpack-posts-list{
	display:flex;
	flex-direction:column;
	gap: 10px;
}
.backpack-posts-list > p{
	background: white;
	padding: 1em;
	border-radius: 8px;
	min-height: 150px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.loop-item-journal-entry-main{
	background:white;
	font-family: 'Inter';
	padding: 1em 1em 0 1em;
	border-radius: 8px;
	overflow:hidden;
}
/* Entry Header  */
.loop-item-journal-entry-header{
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.save-to-favorites{
	cursor:pointer;
}
.save-to-favorites.saved svg{
	fill: #000000E5;
}
.bp-author-box{
	display:flex;
	align-items:center;
	gap: 10px;
}
.bp-author-box img{
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.bp-author-box .bp-author-info .bp-author-name a{
	font-weight: 500;
	color: black;
	text-transform: capitalize;
}
.bp-author-box .bp-author-info  .bp-entry-time{
	font-size: 10px;
	color: rgba(0,0,0,.8)
}

/* Loop Item Content  */
.loop-item-content-wrap{
	display:flex;
	gap: 15px;
}
.loop-item-content{
	flex-grow: 1;
}
.loop-item-content-wrap h3 a{
	font-size: 24px;
	color:black;
	font-weight: 700;
}
.loop-item-content-wrap p{
	font-size: 12px;
	font-weight: 400;
}
.loop-item-content-wrap .loop-item-featured-image{
	max-width: 200px;
	min-width: 200px;
}
.loop-item-content-wrap .loop-item-featured-image img{
	max-height: 150px;
	width: 100%;
	object-fit:cover;
	border-radius: 10px;
	box-shadow: 0px 4px 4px 0px #00000040;
}
/* Entry Taxonomies  */
.entry-taxonomies{
	display:flex;
	align-items:center;
	align-items:center;
	padding: 5px;
}
.entry-taxonomies .tax-category{
	display:flex;
}
.entry-taxonomies span{
	background: #E9E19840;
	padding: 3px 10px;
	border-radius: 25px;
	font-weight: 600;
	font-size: 11px;
	color: #6B6639CC;
}

/* Feedback Count Wrapper CSS   */
.feedback-count-wrapper{
	display:flex;
	align-items:center;
	justify-content: space-between;
	padding: 8px 1.5em;
	border-block: 1px solid #F5F5F5;
	margin-left: -1em;
	margin-right: -1em;
	font-size: 12px;
	color: #000000B2;
}
.comments-count-wrap{
	display:flex;
	align-items:center;
	gap: 5px;
}
.user-feedback-wrapper{
	display:flex;
	align-items:center;
	justify-content: space-between;
	margin-left: -1em;
	margin-right: -1em;
}
.user-feedback-wrapper > div{
	padding: 8px;
	display:flex;
	align-items:center;
	gap: 8px;
	flex-grow: 1;
	justify-content:center;
	cursor:pointer;
}
.user-feedback-wrapper > div:hover{
	background: #eee;
}
.reaction-wrap{
	position: relative;
}
.post-reactions{
	position:absolute;
	left: 10%;
}
.all-reactions-wrap{
	display:flex;
	background:white;
	border: 1px solid #eee;
	border-radius: 25px;
	gap: 10px;
	padding: 10px 16px;
	transform: translateY(30px) scale(0);
	position: relative;
	bottom: 35px;
	transition: 0.3s ease;
}
.reaction-wrap:hover .all-reactions-wrap{
	transform: translateY(-20px) scale(1);
}
.single-reaction {
	position: relative;
	transition: 0.3s ease;
}
.single-reaction:hover{
	transform: scale(1.5);
}
.single-reaction svg{
	width: 38px;
	height: 38px;
}
.reaction-tooltip{
	position: absolute;
	left: 50%;
	transform: translate(0, -20px) scale(0);
	background: black;
	color:white;
	padding: 4px 8px;
	border-radius: 25px;
	font-size: 8px;
	transition: all 0.3s ease;
}
.single-reaction:hover .reaction-tooltip{
	transform: translate(-50%, -25px) scale(1);
}
.reaction-wrap, .comment-wrap, .share-wrap{
	position: relative;
}
:is(.reaction-wrap, .comment-wrap, .share-wrap):after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: transparent;
	top:0;
	left:0;
}
.reaction-wrap .default-reaction > :is(svg,img){
	width: 21px;
}
.default-reaction{
	display:flex;
	gap: 5px;
	align-items:center;
}
.reactions-count{
	display:flex;
	align-items:center;
	gap: 10px;
}
.reactions-count .reactions-images {
    display: flex;
    position: relative;
}

.reactions-count .reactions-images img {
    width: 25px;
    height: 25px;
    padding: 3px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
	box-shadow: -2px 0px 4px 0px #0000000D;
}

/* Ensure that images overlap and only 50% is visible */
.reactions-count .reactions-images img:nth-child(n+2) {
    margin-left: -11px;
}
.backpack-main-search-inner-wrapper{
	position:relative;
	
}
.backpack-main-search-inner-wrapper svg{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8px;
}
.backpack-main-search-inner-wrapper input{
	border: 1px solid #19282166 !important;
	border-radius: 25px !important;
	padding-left: 55px !important;
	padding-block: 0 !important;
	height: 44px;
}

/* Skeleton loader styles */
.skeleton-loader {
    display: block;
    width: 100%;
    height: 150px; /* Set an appropriate height for your posts */
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite ease-in-out;
    margin-bottom: 20px;
	border-radius: 8px;
}

/* Animation for the skeleton loader */
@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Optional: You can add styles for skeleton text as well */
.skeleton-text {
    display: block;
    height: 20px;
    background-color: #f0f0f0;
    margin: 5px 0;
}


/* Comments Panel CSS  */
.comment-panel{
	position: fixed;
	top:0;
	right:0;
	max-height: 100vh;
	min-height: 100vh;
	overflow:auto;
	background:white;
	max-width: 390px;
	min-width: 390px;
/* 	padding: 1em; */
	z-index: 10;
	border-left: 4px solid #eee;
	transform: translatex(390px);
	transition: 0.3s ease;
}
.admin-bar .comment-panel{
	top: 35px;
}
.comment-panel.active{
	transform: translatex(0);
}
.comment-panel .panel-header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding: 1em;
}
.comment-panel .panel-header h2{
	font-size: 18px;
}
.comment-panel .panel-header .close-panel-btn{
	padding: 0;
	color:black;
	background: transparent;
	border:none;
	font-size: 18px;
}
.comment-panel .comment-form{
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 8px;
	background: #eee;
	margin-inline: 1em;
}
.comment-panel .comment-form h3{
	font-size: 18px;
}
.comment-panel .comment-form textarea{
	border:none;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 8px;
}
.comment-panel .comment-form button{
	width: 100%;
	padding: 4px 12px;
	border-radius: 8px;
	background:black;
}
.comment-panel .comment-form button:hover{
	background: white;
}

.comment-panel .comment-list{
	margin-top: 20px;
	display:flex;
	flex-direction: column;
	gap: 20px;
}
.comment-panel .comment-author{
	display:flex;
	gap: 10px;
	align-items:center;
	margin-bottom: 8px;
}
.comment-panel .comment-author img{
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.comment-panel .author-details p{
	margin: 0;
	font-size: 12px;
}
.comment-panel .author-details p.author-name{
	font-weight: 600;
	font-size: 14px;
}
.comment-panel .comment-text{
	font-size: 14px;
}
.comment-panel .reply-btn{
	font-size: 14px;
	padding: 4px 14px;
	background:black;
	margin-bottom: 10px;
}
.comment-panel .replies{
	border-left: 2px solid #eee;
}
.comment-panel .replies .replies-header{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	font-size: 14px;
	cursor:pointer;
	padding: 10px;
	background: #eee;
}
.comment-panel .replies .replies-header .expand-text{
	font-weight: 500;
}
.comment-panel .replies .comment{
	padding-top: 10px;
}
.comment-panel .comment{
	padding-inline: 1em;
	padding-bottom: 2em;
}
.comment-panel .comment:not(.reply){
		border-bottom: 2px solid #eee;
}
.comment-panel .loading-wrap{
	display:none;
}
.comment-panel.loading .loading-wrap{
	display:block;
	position:absolute;
	width: 100%;
	height: 100%;
	background: white;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index: 1;
}
.comment-panel.loading .loading-wrap img{
	width: 60px;
}
.replies-list {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.replies-list.active {
    height: auto; /* Automatically adjusts to fit content */
}
.no-comments-message{
	padding : 1em;
	text-align:center;
	font-weight: 500;
	color: #888;
}
.comment-form{
	position: relative;
	overflow:hidden;
}
.comment-form .form-loading-wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	background: white;
	left:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	opacity: 0.5;
	display:none;
	cursor: pointer;
	z-index: 1;
}
.comment-form .form-loading-wrap img{
	width: 50px;
}
.comment-form.loading .form-loading-wrap{
	display:flex;
}
.comment-panel .reply-form {
	background: #eee;
	padding: 1em;
	border-radius: 8px;
	margin-bottom: 10px;
	position: relative;
}
.comment-panel .reply-form textarea{
	border: none;
	border-radius: 8px;
	margin-bottom: 8px;
}
.comment-panel .reply-form button{
	background: black;
	padding: 4px 12px;
	font-size: 14px;
}
.comment-panel .reply-form button:hover{
	background:white;
	color:black;
}
.reply-form .form-loading-wrapper{
	position: absolute;
	background: white !important;
	width: 100%;
	height: 100%;
	display:none;
	align-items:center;
	justify-content:center;
	left: 0;
	top:0;
	opacity: 0.5;
	overflow:hidden;
}
.reply-form .form-loading-wrapper img{
	width: 50px;
}
.reply-form.loading .form-loading-wrapper{
	display:flex;
}

/* Pagination  */
.pagination-container{
	display:flex;
	align-items:center;
	justify-content: center;
	padding: 8px;
	gap: 10px;
}
.pagination-container .page-numbers{
	background: black;
	color:white;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 35px;
	min-width: fit-content;
	min-height: 35px;
	padding: 5px;
	border-radius: 8px;
	border: 1px solid black;
}
.pagination-container .page-numbers:not(.current):hover{
	background:white;
	color:black;
}
.pagination-container .page-numbers:is(.next,.prev){
	padding: 5px 20px;
}
.pagination-container .page-numbers:is(.current){
	background: grey;
	border: 1px solid grey;
}

/* Share Popup  */
/* Backpack Share Popup Styles */
.backpack-share-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 400px;
    border-radius: 10px;
/*     overflow: hidden; */
}
.backpack-share-popup h3{
	font-size: 20px;
	line-height: 10px;
}

.backpack-share-popup-content {
    padding: 20px;
/*     text-align: center; */
    font-family: Arial, sans-serif;
}

.backpack-close-popup {
    position: absolute;
    top: -10px;
    right: -10px;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
	display:flex;
	justify-content:center;
	width: 35px !important;
	height: 35px !important;
	padding:0 !important;
	background: white !important;
	color: black !important;
	border: 1px solid #00000066 !important;
	line-height: 31px;
}
.backpack-close-popup:hover{
	background: black !important;
	color:white !important;
}

.backpack-share-icons {
    display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-block: 30px;
}
.backpack-share-icons a{
	display: flex;
	padding: 8px;
	background: var(--e-global-color-primary);
	align-items:center;
	justify-content:center;
	gap: 10px;
	border-radius: 5px;
	color:white !important;
	cursor:pointer;
	border: 1px solid var(--e-global-color-primary);
	transition: 0.3s ease;
}
.backpack-share-icons a:hover{
	color:var(--e-global-color-primary) !important;
	background:white;
}

.backpack-share-link {
	position: relative;
	display:flex;
	padding: 3px;
	border: 1px solid #19282166;
	border-radius: 5px;
}

.backpack-share-link input {
    border: none !important;
    background: none;
    width: 80%;
	flex-grow: 1
}

.backpack-copy-url {
    background: #396B5333 !important;
    color: #222222 !important;
    border: none !important;
    padding: 5px 10px !important;
    cursor: pointer;
    border-radius: 5px !important;
}
/* Fontawesome Loading Fix  */
.fa{
	font-family: 'Fontawesome' !important;
}


/* Single Post Page CSS  */
.single-post-page-wrapper{
	background: #F2F5F4B2;
	padding-block: 2em;
}
.single-journal-entry-main{
	max-width: 780px;
	margin: auto;
	background:white;
	border-radius: 16px;
	--inline-padding: 1em;
	padding-top: 1em;
	overflow:hidden;
}
.single-journal-entry-main :is(
.post-initial-content-wrap,
.loop-item-journal-entry-header,
){
	padding-inline: var(--inline-padding);
}
.single-post-main-content-wrap{
	padding-top: 3em;
	position: relative;
}
.single-post-main-content-wrap .single-post-featured-image-wrap img {
	width: 100%;
}
.single-post-main-content-wrap .single-post-main-content{
	padding: 1em;
}
.single-post-page-wrapper
.feedback-wrap
.reactions-wrapper{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* User Profile Page CSS  */
.single-author-wrapper{
	background: #F2F5F4B2;
	padding-block: 1em;
}
.author-content-area .author-cover-image img{
	min-height: 200px;
	max-height: 200px;
	width: 100%;
	object-fit:cover;
	border-radius: 8px;
}

.author-content-area .author-name{
	font-family: Inter;
font-size: 36px;
font-weight: 500;
text-align: left;
}

.single-author-wrapper .backpack-sidebar{
	background:white;
	padding: 1.5em;
	border-radius: 8px;
}
.profile-page-author-info{
	display:flex;
	flex-direction:column;
}
.profile-page-author-info img{
	width: 92px;
	height: 92px;
	border-radius: 50%;
	object-fit:cover;
}
.profile-page-author-info .author-name{
	font-size: 20px;
	font-weight: 500px;
}
.author-follow-unfollow-count-wrap{
	display:flex;
	gap: 10px;
	font-size: 12px;
	font-weight: 500;
	color: rgba(0,0,0,0.8);
	margin-bottom: 10px;
}
.author-about-wrap{
	margin-block: 40px;
	font-size: 14px;
	display:flex;
	flex-direction: column;
	gap: 10px;
}
.author-about-wrap h2, .author-following-wrap h2{
	font-size: 18px;
	margin: 0;
}
.author-following-wrap h2{
	margin-bottom: 10px;
}
/* Profile Edit Page CSS  */
.profile-edit-wrapper{
	display:flex;
	align-items:center;
	justify-content:center;
	background: #F2F5F4B2;
	padding: 2em;
	gap: 10px;
	flex-direction:column;
}
.profile-edit-wrapper form{
	max-width: 800px;
	background: white;
	padding: 2em;
	border-radius: 8px;
}
.profile-edit-wrapper form .cover-image-wrapper img{
	width: 100%;
	aspect-ratio: 4/1;
	background: #eee;
	border-radius: 5px;
	position:relative;
	object-fit:cover;
	object-position:center;
}
.profile-edit-wrapper form .cover-image-wrapper{
	position: relative;
}
.profile-edit-wrapper form .cover-image-wrapper input{
	position: absolute !important;
	bottom:0px;
	left:0px;
	border:none !important;
	width: 100%;
	background: rgba(255,255,255,0.8);
	display:block;
	padding: 18px !important;
}
.profile-edit-wrapper form .main-fields-wrap{
	display:flex;
	gap: 30px;
	margin-top: 30px;
	flex-grow: 1;
}
.profile-main-fields{
	flex-grow: 1;
}
.profile-edit-wrapper form .main-fields-wrap .profile-image-upload{
	max-width: 300px;
	position: relative;
	padding: 1em;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	border: 1px solid #eee;
}
.profile-edit-wrapper form .main-fields-wrap .profile-image-upload img{
	border-radius: 50%;
	width: 200px;
	height: 200px;
	object-fit:cover;
	background: #eee;
	padding: 2px;
	object-position:center;
}
.profile-edit-wrapper form .main-fields-wrap .profile-image-upload input{
	border:none;
	background: #eee;
	margin-top: 10px;
	border-radius: 8px;
	position: relative;
	width: 100%;
}
.profile-field input:not([type="file"]),.profile-field textarea{
	padding: 8px 12px !important;
	background: #F1F1F1 !important;
	border-radius: 8px !important;
	border:none !important;
	color: #333;
	font-weight: 400;
	width: 100% !important;
	max-width: 100%;
}
.profile-field label{
	color: #6F7482;
	font-size: 14px;
	margin-bottom: 9px;
}
.profile-field{
	margin-bottom: 10px;
}
.profile-save-button{
	margin-top: 20px;
	margin-left: auto;
	display:block;
	border-radius: 8px !important;
}

/* All Subscriptions Page CSS  */
.my-subscriptions-container, .my-orders-container{
	padding: 2em;
	background: #F2F5F4B2;
}
.my-subscriptions-container h2, .my-orders-container h2{
	font-size: 18px;
	max-width: 1000px;
	margin-inline: auto;
}
.backpack-table-wrap{
	border: 1px solid #D9DBDC !important;
	border-radius: 8px;
	overflow:hidden;
	background:white;
	max-width: 1000px;
	margin-inline: auto;
}
.backpack-table{
	margin: 0;
}
.backpack-table :is(tr,td,th){
	border:none;
}
.backpack-table th{
height: 44px;
padding: 12px 24px 12px 24px;
border: 0px 0px 1px 0px;
background: #FAFAFA;
border-bottom: 1px solid #D9DBDC;
border-top: none !important;
	
font-family: Inter;
font-size: 12px;
font-weight: 600;
line-height: 18px;
text-align: left;
}
.backpack-table tr:last-child td{
	border:none !important;
}
.backpack-table :is(tr,td){
	background:white !important;
}
.backpack-table td{
padding: 16px 24px 16px 24px;
border: 0px 0px 1px 0px;
opacity: 0px;
vertical-align:center;
	border-bottom: 1px solid #D9DBDC;
font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 20px;
text-align: left;
}
.backpack-table td.status span{
	padding: 2px 6px;
	border: 1px solid #D5D7DA !important;
	border-radius: 5px;
	position: relative;
	display:block;
	width: fit-content;
	padding-left: 22px;
	box-shadow: 0px 1px 2px 0px #0A0D120D;

}
.backpack-table td.status span:before{
	content: "";
	min-width: 8px;
	min-height: 8px;
	background: #17B26A;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.backpack-table td.status.cancelled span:before{
	background: #F63D68;
}
.backpack-table td a.action{
	color:black;
	font-weight: 500;
	padding: 3px 16px;
	border: 1px solid #D5D7DA !important;
	border-radius: 25px;
	position: relative;
	display:block;
	width: fit-content;
	box-shadow: 0px 1px 2px 0px #0A0D120D;
}
.my-subscriptions-container > p, .my-orders-container > p{
	background: white;
	padding: 3em;
	border-radius: 8px;
	color: #666;
	max-width: 1000px;
	margin-inline: auto;
}
.my-subscriptions-container, .my-orders-container{
	min-height: 100vh;
}
/* Sinlge Subscription CSS  */
.wps_sfw_details_wrap{
	padding: 2em;
	background: #F2F5F4B2;
}
.subscription-details-wrap{
/* 	background:white; */
	padding: 2em;
	border-radius: 10px;
	max-width: 600px;
	margin: auto;
}
.subscription-details-wrap h3{
	font-size: 18px;
}
.subscription-details-wrap .subscription-detail{
	border: 1px solid #eee;
	border-radius: 10px;
	overflow:hidden;
	background:white;
}
.subscription-details-wrap :is(table,tr,td){
	border:none !important;
	overflow:hidden !important;
}
.subscription-actions{
	display:flex;
	padding: 8px 0;
	justify-content:flex-end;
}
.subscription-actions a{
	background: red !important;
	border-color:red !important;
}
.subscription-actions a:hover{
	color:red !important;
	background:white !important;
}
.subscription-details-header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom: 10px;
}
.subscription-details-header h3{
	margin: 0;
}
.subscription-details-header a{
	color:black;
	font-size: 14px;
	display:block;
}
@media only screen and (max-width: 768px){
	.has-sidebar{
		flex-direction: column;
		
	}
	.backpack-sidebar{
		max-width: 100%;
	}
}
@media only screen and (max-width: 500px){
	.backpack-content .loop-item-journal-entry-main .loop-item-content-wrap{
		flex-direction: column;
	}
	.backpack-content .loop-item-journal-entry-main .loop-item-featured-image{
		max-width: 100%;
		width: 100%;
	}
	.backpack-content .loop-item-journal-entry-main .loop-item-featured-image a{
		display: block;
	}
	.loop-item-content-wrap .loop-item-featured-image img{
		max-height: 100%;
	}
	.all-reactions-wrap{
		min-width: 250px;
	}
}