#peepso-wrap .pso-page--members .ps-alert, .ps-activity__container .ps-posts__empty,.ps-groups .ps-alert,.ps-followers .ps-alert,.pso-page--friends .ps-alert {display: none!important;}

.ps-posts__empty,.ps-alert {color: #000!important;}
.pso-member .ps-js-friend-send-request i{color: #fff!important;}

.ps-focus__menu-item--active .ps-focus__menu-item-inner:after {background-color: var(--hw--href-color)!important;}

.pso-members--grid {grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}

#ps-profile .pso-dropdown__item span {color: #000!important;}

.pso-notif__toggle {color: #000!important;}

.pso-members .pso-member__body .pso-member__data {height:45px!important;}
.pso-members .pso-member__body .pso-member__data a{display:none!important;}

.ps-postbox__input-beautifier .ps-tag
{
    --bg: var(--hw--href-color)!important;
    --text: var(--c-ps-hashtag-postbox-color);
    display: inline;
    font-size: var(--PS-BEAUTIFIER-FONT-SIZE);
    line-height: var(--PS-BEAUTIFIER-LINE-HEIGHT);
    color: var(--text);
    background-color: var(--hw--href-color)!important;
    border-radius: var(--BORDER-RADIUS--SM);
    box-shadow: 0 0 0 2px var(--hw--href-color)!important;
}
#dashboardNMain .community-wrapper .ps-photos__actions .ps-btn--action,#dashboardNMain .community-wrapper .ps-groups__actions .ps-btn--action{width: 40px!important;color:#fff!important;padding: 8px 8px!important;}

#customTabWrapper {}
#customTabWrapper a.pso-posts-filter__toggle .filter-item-name.select{font-family: var(--hw-font-primary-bold) !important;}
#customTabWrapper a.pso-posts-filter__toggle .filter-item-name{white-space: nowrap;}

#customTab {
    --bg: #fff;
    --radius: calc(6px * 2);
    --shadow: var(--BOX-SHADOW--HARD);
    display: block;
    flex-direction: column;
    align-items: stretch;
    gap: calc(10px + 5px);
    margin-bottom: calc(10px + 5px);
    padding: calc(10px * 2);
    background-color: #fff;
    border-radius: calc(6px * 2);
    box-shadow: var(--shadow);
	overflow:hidden;
}

#customTabWrapper .ps-focus__menu-item .las,
#ps-profile .ps-focus__menu-item .las,
.ps-profile .ps-focus__menu-item .las,
.ps-followers .ps-focus__menu-item .las,
.pso-page--friends .ps-focus__menu-item .las,
.ps-photos .ps-focus__menu-item .las,
.ps-media__page .ps-focus__menu-item .las{font-size: 21px;}

#customTab .swiper {padding: 0 0!important;}
#customTab .swiper-style-four .style-four-inner .style-four-desc .color-white .elementor-heading-title,#customTab .style-four-desc-wrapper .color-white a,
#customTab .swiper-style-four .style-four-inner .style-four-desc small,
#customTab .swiper-style-four .style-four-inner .badges{color: var(--hw--primary-color)!important;}
/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard View */
#overlayDashboardLoader{position: fixed;top: 0px;left: 0;right: 0;width: 100%;bottom: 0;height: 100%;background-color: #fff;z-index: 9999999;display: flex;justify-content: center;align-items: center;}
#overlayDashboardLoader .loader-image {width: 64px;height: 64px;animation: rotateLoader 2s linear infinite;}
#overlay {position: fixed;top: 70px;left: 0;width: 100%;height: calc(100% - 70px);background-color: rgba(0, 0, 0, 0.5);opacity: 0;visibility: hidden;transition: opacity 0.3s ease;z-index: 90;}
#overlay.active {opacity: 1;visibility: visible;}
@keyframes rotateLoader {0% {transform: rotate(0deg); }100% {transform: rotate(360deg);}}

#navLeftButton,#navRightButton{position: absolute;top: -100px;padding: 0px 20px;font-size: 30px;cursor: pointer;}
#navLeftButton{left: 0px;}
#navRightButton{right: 15px;}
#navLeftButton.hamburger {width: 24px;height: 24px;position: fixed;cursor: pointer;z-index: 999999;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 5px;margin-left:7px;}
#navLeftButton.hamburger span {display: block;width: 16px;height: 2px;background-color: #000;border-radius: 1px;transition: all 0.3s ease;transform-origin: center;}
#navLeftButton.hamburger.active span:nth-child(1) {transform: rotate(45deg);position: absolute;}
#navLeftButton.hamburger.active span:nth-child(2) {opacity: 0;}
#navLeftButton.hamburger.active span:nth-child(3) {transform: rotate(-45deg);position: absolute;}
#navRightButton.hamburger-i {width: 32px;height: 32px;cursor: pointer;display: flex;align-items: center;justify-content: center;position: fixed;cursor: pointer;z-index: 999999;top:20px;}
#navRightButton .icon {position: absolute;transition: opacity 0.3s ease;}
#navRightButton .info-icon {width: 23px;height: 23px;}
#navRightButton .close-icon {opacity: 0;pointer-events: none;width: 24px;height: 24px;}
#navRightButton.hamburger-i.active .info-icon {opacity: 0;pointer-events: none;}
#navRightButton.hamburger-i.active .close-icon {opacity: 1;pointer-events: auto;}

#dashboardNHeader {display:none;}
#dashboardNMain {display: flex;flex-direction: row;position: absolute;left: 0;right: 0;bottom: 0;top: 70px;font-size: 16px!important;}
#dashboardNMain a{color: var(--hw--href-color)!important;}
#dashboardNMain a:hover{color: var(--hw-body-color)!important;}
#dashboardNLeft {width: 300px;background-color: #fff;padding: 0px;box-sizing: border-box;flex-shrink: 0;border-right: 1px solid var(--hw-gray-seven) !important;position:fixed;top:70px;bottom:0;}
#dashboardNRightContentWrapper {display: flex;flex-direction: row;flex: 1;min-width: 0;background-color: #F9FBF8;height: min-content;margin-left:300px;}
#dashboardNRight,#dashboardNContent {padding: 0px;box-sizing: border-box;}
#dashboardNRight {width: 400px;flex-shrink: 0;padding:20px 20px 0 0;}
#dashboardNContent {flex: 1;min-width: 0;}

#dashboardNLeft li a {display: block;width: 100%;}
#dashboardNLeft .dashboard-nav-title{position:relative;cursor:pointer}
#dashboardNLeft .dashboard-nav-title i{position:absolute;right:0;}
#dashboardNLeft [id^="tab-"] {display: none;}
#dashboardNLeft .tab-active {display: block;}
#dashboardNLeft .dashboard-nav-title .rotated {transform: rotate(90deg);transition: transform 0.3s ease;}
#dashboardNLeft .dashboard-nav-title i {transition: transform 0.3s ease;}

#dashboardNMain .form-label {color: var(--hw-body-color)!important;}
/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Header */
header#masthead.site-header {position: fixed !important;z-index: 9999;height: 70px;background-color: #fff !important;border-bottom: 1px solid var(--hw-gray-seven) !important;}
header#masthead .inside-header {padding: 20px 20px !important;margin-left: 0!important;}
header#masthead.sticky {height: 70px !important;padding: 0px 0px!important;}
header#masthead.sticky .header-image {width: 180px !important;}
header#masthead.sticky .inside-header {padding: 20px 20px !important;margin-left: 0!important;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Navigation */
#dashboardNLeft ul li.dboard-chart a i,#dashboardNLeft ul li.dboard-community a i,#dashboardNLeft ul li.dboard-nachrichten a i,#dashboardNLeft ul li.dboard-einstellungen a i,
#dashboardNLeft ul li.dboard-benachrichtigungen a i,
#dashboardNLeft ul li.dboard-profil a i,
#dashboardNLeft ul li.dboard-galerie a i,
#dashboardNLeft ul li.dboard-home a i,
#dashboardNLeft ul li.dboard-membership a i,
#dashboardNLeft ul li.dboard-mitglieder a i,
#dashboardNLeft ul li.dboard-einstellungen a i,
#dashboardNLeft ul li.dboard-payment a i,
#dashboardNLeft ul li.dboard-logout a i,
#dashboardNLeft ul li.dboard-onboarding a i,
#dashboardNLeft ul li.dboard-deals a i{font-size: 24px;}
#dashboardNLeft ul li.dboard-gruppen a i{font-size: 28px;}

#dashboardNLeft ul li a i{position: absolute;}
#dashboardNLeft ul li a span{margin-left: 30px;}


#dashboardNLeft ul{list-style-type: none;margin: 20px !important;}
#dashboardNLeft ul li a{color: var(--hw-body-color) !important;}
#dashboardNLeft ul li{font-family: var(--hw-font-primary-medium);border-radius: var(--hw-radius-button) !important;-webkit-border-radius: var(--hw-radius-button) !important;-moz-border-radius: var(--hw-radius-button) !important;-o-border-radius: var(--hw-radius-button) !important;padding:10px 20px 10px 5px;position:relative}
#dashboardNLeft ul li:hover,#dashboardNLeft ul li.active{background: #eaf4ef !important;}

#dashboardNLeft .info{position:absolute;z-index:2;right: 10px;top: 12px;background:var(--hw--href-color);border-radius: 10px !important;-webkit-border-radius: 10px !important;-moz-border-radius: 10px !important;-o-border-radius: 10px !important;font-size: 10px;padding: 3px 0 0 0;}
#dashboardNLeft .info div{padding: 0 8px 0px 8px;position: relative;z-index: 999999;top: -2px;}

#dashboardNLeft .divider-separator{margin:10px 0px;}
#dashboardNLeft .divider-separator {border-top: 1px solid var(--hw-gray-seven) !important;}

#navRightContentWrapperOuter .modal-help-button-center {margin-top:0px!important;margin-bottom: 0!important;}
/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Content */
#dashboardNContent .border-wrapper.half-wrapper{display: inline-flex !important; width:calc(50% - 40px) !important;}
#dashboardNContent .border-wrapper{margin:20px;}

#dashboardNMain button,#dashboardNMain input,#dashboardNMain select,#dashboardNMain textarea {font-size: 16px !important;}
/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Erweiterungen */
#dashboardNRight .border-wrapper .empfehlungen{padding:10px 0 0 0;}
#dashboardNRight .border-wrapper .empfehlungen .empfehlungen-item{padding:0 0 0 0; position: relative;}
#dashboardNRight .border-wrapper .empfehlungen .empfehlungen-item .empfehlungen-item-icon,#dashboardNRight .border-wrapper .empfehlungen .empfehlungen-item .empfehlungen-item-title,#dashboardNRight .border-wrapper .empfehlungen .empfehlungen-item .empfehlungen-item-info{display:inline-table}
#dashboardNRight .border-wrapper .empfehlungen .empfehlungen-item .empfehlungen-item-icon{margin:4px 20px 0 0;padding:0 0 10px 0px;}
#dashboardNRight .border-wrapper .empfehlungen .empfehlungen-item .empfehlungen-item-icon img{width:24px;}
#dashboardNRight .border-wrapper .empfehlungen .empfehlungen-item .empfehlungen-item-title{width:calc(100% - 50px);font-size:14px;position:relative;top:0px;}
#dashboardNRight .border-wrapper .empfehlungen .empfehlungen-item .empfehlungen-item-info{width:20px;position: relative;top: -10px;padding-left: 10px;}

#dashboardNRight .border-wrapper .termine-slider-no-slides{padding: 10px 0 0 0;font-size:14px;}
#dashboardNRight .empfehlungen-item-title span{font-family: var(--hw-font-primary-semi-bold);font-size:var(--hw--font-size--xs) !important}
#dashboardNRight .empfehlungen-item-title small{font-size:12px !important}
#dashboardNRight .empfehlungen-wrapper,#dashboardNRight .termine-wrapper,#dashboardNRight .wichtig-z-w-wrapper,#dashboardNRight .statistik-info-wrapper,#dashboardNRight .statistik-wrapper{position:relative}
#dashboardNRight .border-wrapper{margin-bottom:20px;}

#dashboardNRight .form-create-info-button {display:none;color:#fff;width: 39px;height: 45px;border-radius: 9px 0 0 9px;position: absolute;top: 30px;left: -40px;padding: 0px 5px 5px 5px;cursor: pointer;background: var(--hw-body-color);}

#mobileAsideButton{display:none!important;}

#dashboardNRight .add-post-btn{width: -webkit-fill-available;text-align: center;}
/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Content,Dashboard Erweiterungen */
#dashboardNContent .border-wrapper,#dashboardNRight .empfehlungen-wrapper,#dashboardNRight .empfehlungen-wichtig-z-w-wrapper,#dashboardNRight .statistik-info-wrapper,#dashboardNRight .statistik-wrapper{padding:20px;}
#dashboardNContent .border-wrapper,#dashboardNRight .border-wrapper{border:1px solid var(--hw-gray-seven) !important;position: relative;box-shadow: 0 3px 6px rgba(0,0,0,.03);}
#dashboardNContent .border-wrapper .title,#dashboardNRight .border-wrapper .title{padding: 0;font-family: var(--hw-font-primary-semi-bold);font-size:var(--hw--font-size--xs) !important;font-weight: normal!important;}
/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Modal */
#dashboardEintragDeleteModalWindow .modal-body{padding-top:40px}
#dashboardEintragDeleteModalWindow .modal-content{margin-top:100px}
#dashboardEintragDeleteModalWindow .delete-button-wrapper{display:flex;margin-top:10px}
#dashboardEintragDeleteModalWindow .delete-button-wrapper .delete-button-wrapper-left,
#dashboardEintragDeleteModalWindow .delete-button-wrapper .delete-button-wrapper-right,
#dashboardEintragDeleteModalWindow .delete-button-wrapper .elementor-widget-button{display:inline-block}
#dashboardEintragDeleteModalWindow .delete-button-wrapper .delete-button-wrapper-left,
#dashboardEintragDeleteModalWindow .delete-button-wrapper .delete-button-wrapper-right{width:50%}
#dashboardEintragDeleteModalWindow .delete-button-wrapper .delete-button-wrapper-left{padding-right:10px}
#dashboardEintragDeleteModalWindow .delete-button-wrapper .delete-button-wrapper-right{padding-left:10px}

#dashboardEintragDeleteModalWindow .modal-content a {color: #fff!important;}
#dashboardEintragDeleteModalWindow .modal-content a:hover {color: var(--hw--success-button-color)!important;}
/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Info Screen New */
#dashboardInfoScreenWrapper{}
#dashboardInfoScreenWrapper .info-screen-desc{width:50%;position:absolute!important;z-index:1;padding:40px;top: 220px;left: 50%;transform: translate(-50%, -50%);-webkit-box-shadow: var(--hw-box-shadow-three)!important;-moz-box-shadow: var(--hw-box-shadow-three)!important;box-shadow: var(--hw-box-shadow-three)!important;}
#dashboardInfoScreenWrapper .info-screen-img{position:relative!important;padding:10px;}
#dashboardInfoScreenWrapper .info-screen-img img{opacity:0.5;}
#dashboardInfoScreenWrapper .elementor-widget-button a{color: #fff!important;}
#dashboardInfoScreenWrapper .elementor-widget-button a:hover,#dashboardInfoScreenWrapper .elementor-widget-button a:focus,#dashboardInfoScreenWrapper .elementor-widget-button a:active{color: var(--hw-body-color)!important;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- Statistik, Chart */
#chart, .chart-box {padding: 0px 10px 0px 0px;background: transparent;border: 0px solid #ddd;box-shadow: 0 22px 35px -16px rgba(0,0,0, 0);}
select.flat-select {-moz-appearance: none;-webkit-appearance: none;appearance: none;background: #008FFB url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'60px\' height=\'60px\'><polyline fill=\'white\' points=\'46.139,15.518 25.166,36.49 4.193,15.519\'/></svg>") no-repeat scroll right 2px top 9px / 16px 16px;border: 0 none;border-radius: 3px;color: #fff;font-family: arial,tahoma;font-size: 26px;font-weight: bold;outline: 0 none;height: 33px;padding: 5px 20px 5px 10px;text-align: center;text-indent: 0.01px;text-overflow: "";text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);transition: all 0.3s ease 0s;width: auto;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;-ms-transition: 0.3s ease all;-o-transition: 0.3s ease all;transition: 0.3s ease all;}
select.flat-select:focus, select.flat-select:hover {border: 0;outline: 0;}
.apexcharts-canvas {margin: 0 auto;}
.apexcharts-toolbar{display:none !important}
#chart {max-width: 1920px !important;width:100% !important;margin: 0 !important;}
#chart .toolbar{padding:0 20px;text-align:right;position: absolute;top: 20px;right: 0;}
#chart .toolbar span{font-weight: var(--hw--font-weight-semi-bold) !important;}
#chart .toolbar button{font-size: var(--hw--font-size--content-small) !important;background-color: transparent!important;padding: 0px!important;border: 0px solid red!important;}
#chart .toolbar button.active{font-family: var(--hw-font-primary-semi-bold)!important;}
.button-diagramm{margin-top: 10px !important;}
.button-diagramm .toolbar {top: 0px !important;}
#statistikTmp{position:relative}
#statistikTmp .popup{position:absolute;z-index:2;width:560px;padding:40px;top: 80px;left: 50%;transform: translate(-50%, -10%);}
#statistikTmp .popup .title {font-family: var(--hw-font-primary-semi-bold);font-size: var(--hw--font-size--xs) !important;margin-bottom:20px;}
#statistikTmp .popup .desc {margin-bottom:30px;}
#statistikTmp .border-wrapper{position:relative;z-index:1;opacity:0.4}
#statistikTmp ul {margin: 0 0 0 20px!important;}

#profilTmp img,#messagesTmp img,#communityTmp img{border-radius: var(--hw-radius-images) !important;-webkit-border-radius: var(--hw-radius-images) !important;-moz-border-radius: var(--hw-radius-images) !important;-o-border-radius: var(--hw-radius-images) !important;}
#messagesTmp img,#communityTmp img{filter: blur(3px);}

#eintraegeTmp{border-radius: var(--hw-radius-images) !important;-webkit-border-radius: var(--hw-radius-images) !important;-moz-border-radius: var(--hw-radius-images) !important;-o-border-radius: var(--hw-radius-images) !important;background-image: url(../../../wp-content/uploads/eintraege.jpg);height:700px;}

#statistikViewsTmp,#statistikButtonTmp,#galerieTmp{margin:20px;}

.apexcharts-xaxistooltip {display: none !important;}

#dashboardNContent .dashboard-content-statistik-select-wrapper{padding:20px 0;}
#dashboardNContent .dashboard-content-statistik-select-wrapper{height:68px!important;}
#dashboardNContent .dashboard-content-statistik-select-wrapper form{position:relative;top:-20px;}
#dashboardNContent .dashboard-content-statistik-select-wrapper select {height: 48px!important;outline: none;border-radius: 8px!important;border: 1px #e0e0e0 solid;font-size: 14px;}

#dashboardNContent .select-items div, #dashboardNContent .select-selected {font-weight: normal !important;}
#dashboardNContent .dashboard-content-statistik-select-wrapper .select-items .custom-select-inner {max-height: 227px;}

#statistikViews{padding-top:0px;}
/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Einträge */
#dashboardNContent .result-items-wrapper{padding: 20px 0 0 0;}
#dashboardNContent .result-items-wrapper .result-item {width: 16.66% !important}
#dashboardNContent .result-items-wrapper .result-item.swiper-style-one{padding: 0px 10px 20px 10px !important;}
#dashboardNContent .result-items-wrapper .result-item .result-title {font-family: var(--hw-font-primary-semi-bold) !important;}
#dashboardNContent .result-items-wrapper .result-item .result-new {position:absolute;top:0;bottom:0px;left:10px;right:10px;display: flex;align-items: center;justify-content: center;position:absolute;}

#dashboardNContent .content-inner .result-items-wrapper-one{margin-top:0px;padding: 20px;}

#dashboardNContent .swiper-style-one .style-one-inner .style-one-ort {right: 0px!important;}
/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Gallery */
#dashboardNContent .gallery-section-container.v-padding-10 {padding: 0 0!important;}
#dashboardNContent .gallery-sections h2 {color: var(--hw--primary-color) !important;font-family: var(--hw-font-primary-semi-bold) !important;font-weight: bold!important;font-size: var(--hw--font-size--xs) !important;line-height: var(--hw--font-height--medium) !important;padding-bottom:10px!important;}
#dashboardNContent .gallery-sections h2, #dashboardContent .gallery-sections p {text-align:left!important;}
#dashboardNContent .gallery .gallery-info h3 {color: #fff!important;}
#dashboardNContent .galleries {margin-bottom: 40px !important;}
#dashboardNContent .galleries:last-child {margin-bottom: 0px !important;}
/*#dashboardNContent .galleries > * {width: calc(24.8% - 14px)!important;}*/
#dashboardNContent .picflow-gallery.gallery-padding {margin: 0px!important;}

#dashboardNContent .gallery-section-content{max-width: 2500px!important;width: 100%!important;}
#dashboardNContent .galleries{justify-content: left!important;}

#dashboardNContent .result-items-wrapper-one{padding: 20px 0 0 0!important;}


/* ── Hintergrund ───────────────────────────────────────── */
.picflow-gallery-container,
.picflow-gallery-section-container {
  background-color: transparent !important; /* oder deine Farbe */
}

.picflow-gallery-section-container.top-spacing {margin-top: -60px!important;}

/* ── Breite der Galerie ─────────────────────────────────── */
.picflow-gallery-section-content {
  max-width: 100% !important; /* Picflow setzt 1280px inline */
  padding: 0 !important;
}

/* ── Abstand zwischen Sektionen ─────────────────────────── */
.picflow-gallery-section-container.v-padding-10 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* ── Überschriften (h2 hat alles inline gesetzt) ─────────── */
.embedded-text-section {padding:0px!important;}
.embedded-text-section h2 {
  font-family: var(--hw-font-primary-semi-bold)!important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #000 !important;
  text-align: left !important;
  letter-spacing: 0em !important;
  text-transform: none !important;
	padding-bottom: 0px !important;
	margin-top:40px!important;
	margin-bottom:20px!important;
}

/* ── Gallery-Karten ─────────────────────────────────────── */
.gallery {
  border-radius: 8px;
  overflow: hidden;
	margin-bottom:0 !important;
}
.gallery .meta{font-family: var(--hw-font-primary) !important;}

/* Hover-Effekt */
.gallery:hover .asset-container img {
  transform: scale(1.04);
  transition: transform 0.3s ease;
}
.gallery .asset-container {
  overflow: hidden;
}

/* ── Grid-Layout (Standard: auto-fill) ──────────────────── */
.galleries {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
	padding:0!important;
}

.galleries > a {
  flex: 1 1 calc(20% - 20px) !important;
  min-width: 0 !important;
  max-width: calc(20% - 20px) !important;
  box-sizing: border-box !important;
}

/* ── Titel-Overlay auf den Karten ───────────────────────── */
.gallery-info h3 {
  font-family: var(--hw-font-primary-semi-bold)!important;
  font-size: 0.9rem;
  font-weight: 500;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard - Community */
#dashboardNMain .community-wrapper a,#dashboardNLeft a{color: var(--hw-body-color)!important;}
#dashboardNMain .community-wrapper a:hover,#dashboardNLeft a:hover{color: var(--hw--href-color)!important;}

#dashboardNMain .dashboard-back-button{
	font-family: var(--hw-font-primary-semi-bold) !important;
font-size: var(--hw--button-size--medium) !important;
font-weight: var(--hw--font-weight-normal) !important;
font-style: normal !important;
text-decoration: none !important;
text-transform: none !important;
color: var(--hw--white-color)!important;
background: var(--hw--success-button-color) !important;
background-color: var(--hw--success-button-color) !important;
border: 2px solid var(--hw--success-button-color) !important;
border-radius: var(--hw-radius-button) !important;
-webkit-border-radius: var(--hw-radius-button) !important;
-moz-border-radius: var(--hw-radius-button) !important;
-o-border-radius: var(--hw-radius-button) !important;
margin: 0 18px 20px 18px !important;
box-shadow: var(--hw-box-shadow-one) !important;
padding: 0px!important;
	text-align:center;
	margin-top:20px!important
}
#dashboardNMain .dashboard-back-button a {color: #fff !important;display: block;padding: 11px 18px !important;}

#dashboardNMain .community-wrapper{padding: 20px!important;max-width: 1845px!important;}
#dashboardNMain .community-wrapper .ps-focus{border:1px solid var(--hw-gray-seven) !important;box-shadow: 0px!important;}

#dashboardNMain .community-wrapper .ps-members,#dashboardNMain .community-wrapper .ps-groups__list {grid-template-columns: repeat(4, 1fr)!important;}

#dashboardNMain .ps-groups__actions a,#dashboardNMain a.ps-focus__options-toggle, #dashboardNMain a.ps-js-friend-send-request,#dashboardNMain a.ps-js-cover-upload,#dashboardNMain a.ps-js-cover-reposition,#dashboardNMain a.ps-js-cover-rotate-left,#dashboardNMain a.ps-js-cover-rotate-right,#dashboardNMain a.ps-js-cover-remove,#dashboardNMain a.ps-focus__reposition-action,#dashboardNMain a.ps-js-cover-reposition:hover,#dashboardNMain a.ps-js-cover-rotate-left:hover,#dashboardNMain a.ps-js-cover-rotate-right:hover,#dashboardNMain a.ps-js-cover-remove:hover,#dashboardNMain .ps-groups__actions a:hover,#dashboardNMain .ps-focus__cover-inner a,#dashboardNMain .ps-focus__cover-inner a:hover,#dashboardNMain a.ps-focus__options-toggle:hover, #dashboardNMain a.ps-js-friend-send-request:hover,#dashboardNMain a.ps-js-cover-upload:hover,#dashboardNMain a.ps-focus__reposition-action:hover{color: #fff !important;}


#dashboardNMain .ps-focus__cover-actions a{color: #fff !important;}
#dashboardNMain .ps-focus__cover-actions .ps-dropdown a,#dashboardNMain .ps-focus__cover-actions .ps-dropdown a:hover{color: #000!important;}

#dashboardNMain .ps-focus__menu-item--active:after, #dashboardNMain .pso-messages-list__item:before {background-color: var(--hw--href-color)!important;}
#dashboardNMain .ps-chat__message--me .ps-chat__message-content {background-color: var(--hw--href-color)!important;}

#dashboardNMain .pso-btn--primary,#dashboardNMain a.ps-js-friend-send-request {background:var(--hw-body-color)!important;color: #fff!important;}

#dashboardNMain .ps-notification--unread,.header-widget .ps-notification--unread{background:#eaf4ef!important;}

#dashboardNMain .pso-active.pso-btn>i {color: #fff!important;}
#dashboardNMain .pso-tip.pso-active{background: var(--hw--primary-color)!important;}
#dashboardNMain .ps-checkbox__input:checked+.ps-checkbox__label:before {background-color: var(--hw--primary-color)!important;}

#dashboardNMain .ps-tabs__item--active i {color: var(--hw--href-color)!important;}

#dashboardNMain .ps-checkbox--switch .ps-checkbox__input:checked+.ps-checkbox__label:after {border: 2px solid var(--hw--primary-color)!important;}

#dashboardNMain .pso-messages--focus {z-index: 999999!important;}

#dashboardNMain .ps-focus{box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;}
/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Onboarding Service */
#dashboardNContent{max-width: 1845px!important;}

#dashboardNContent .onboarding-service-wrapper-outer{display: flex;flex-wrap:wrap;margin:10px;}
#dashboardNContent .onboarding-service-wrapper-outer .onboarding-service-wrapper {width: calc(33.33% - 20px);border: 1px solid var(--hw-gray-seven) !important;padding: 20px;height: fit-content;margin:10px!important;}

#dashboardNContent .onboarding-service-service{background-image:url('../../../../wp-content/uploads/onboarding-bg.jpg');background-size: cover;position: relative;}
#dashboardNContent .onboarding-service-creation{background-image:url('../../../../wp-content/uploads/content-creation-bg.jpg');background-size: cover;position: relative;}
#dashboardNContent .onboarding-service-posting{background-image:url('../../../../wp-content/uploads/insta-posting-bg.jpg');background-size: cover;position: relative;}

#dashboardNContent .onboarding-service-left .onboarding-service-service{padding:70px 20px;margin-bottom:20px;}
#dashboardNContent .onboarding-service-middle .onboarding-service-service,#dashboardNContent .onboarding-service-middle .onboarding-service-creation,#dashboardNContent .onboarding-service-middle .onboarding-service-posting{padding:40px 20px;margin-bottom:20px;}
#dashboardNContent .onboarding-service-right .onboarding-service-creation{padding:70px 20px;margin-bottom:20px;}

#dashboardNContent .onboarding-service-title{font-size: 32px!important}
#dashboardNContent .onboarding-service-subtitle{font-size: 24px!important}

#dashboardNContent .onboarding-service-text{padding:0 20px 0 20px;font-size:16px;}
#dashboardNContent .onboarding-service .onboarding-service-text .underline{text-decoration:underline !important;}
#dashboardNContent .onboarding-service .onboarding-service-text ul {margin: 0 0 0 20px;}

#dashboardNContent .onboarding-service-button{background:#000;padding:20px;margin:40px 0 20px 0;}
#dashboardNContent .onboarding-service-text a{color:#fff!important;}

#dashboardContent .bg-check{position: absolute;top: 10px;right: 15px;}

#onbardingSwitch{margin-top:40px;}
#onbardingSwitch .elementor-widget-button{display: inline-block !important;width: auto !important;margin:0 5px;cursor: pointer;}
#onbardingSwitch .elementor-widget-button a.elementor-button.active{background-color: transparent !important;color: var(--hw--success-button-color) !important;}
#onbardingSwitch .collapse-wrapper{margin-top:0px;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Gutschein Codes */
#dashboardNContent .rabattcode-item-wrapper{}
#dashboardNContent .rabattcode-item{display:flex;border: 1px solid var(--hw-gray-seven) !important;border-radius: var(--hw-radius-button) !important;-webkit-border-radius: var(--hw-radius-button) !important;-moz-border-radius: var(--hw-radius-button) !important;-o-border-radius: var(--hw-radius-button) !important;margin-top:20px;}
#dashboardNContent .rabattcode-item .rabattcode-item-img{width:300px;height:150px;background-size: cover;background-repeat: no-repeat;background-position: center;border-radius: 8px 0 0 8px;}
#dashboardNContent .rabattcode-item .rabattcode-item-content{width:calc(100% - 600px);padding:20px;}
#dashboardNContent .rabattcode-item .rabattcode-item-content a {color: var(--hw--success-button-color) !important;}
#dashboardNContent .rabattcode-item .rabattcode-item-button{width:300px;padding:20px;}
#dashboardNContent .rabattcode-item .rabattcode-item-button a {display: block;text-align: center;color: #fff !important;position: relative;z-index: 2;padding: 12px 18px!important;}
#dashboardNContent .rabattcode-item .rabattcode-item-button a:hover{color:var(--hw--success-button-color) !important;}
/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Membership */
#dashboardNMain .mp_wrapper .mepr-account-change-password{display:none;}
#dashboardNMain .mepr-account-container {display: block!important;}

#dashboardNMain .mepr-account-container .mp_wrapper .mepr-account-form,
#dashboardNMain .mepr-account-container .mp_wrapper.mp-no-subs,
#passwortReset,#accountClose{padding: 0px;border: 1px solid var(--hw-gray-seven) !important;position: relative;box-shadow: 0 3px 6px rgba(0, 0, 0, .03);background: var(--hw--white-color) !important;border-radius: var(--hw-radius-images) !important;-webkit-border-radius: var(--hw-radius-images) !important;-moz-border-radius: var(--hw-radius-images) !important;-o-border-radius: var(--hw-radius-images) !important;}

#dashboardNMain .mepr-account-container .mp_wrapper .mepr-account-form{margin:20px 10px 20px 20px;}
#passwortReset,#accountClose{margin:20px 20px 20px 10px;}
#mepr-account-nav{display:none!important;}

#dashboardNMain .mepr-account-container table th{padding: 10px!important;}
#dashboardNMain .mepr-account-container table td {padding: 10px 10px 0 10px!important;}

#dashboardNMain .mepr-account-container .mp_wrapper .mepr-pro-account-table {border-collapse: separate!important;border-spacing: 0 10px!important;}
#dashboardNMain .mepr-account-container .mp_wrapper .mepr-pro-account-table td p {margin-bottom: 0px!important;}
#dashboardNMain .mepr-account-container .mp_wrapper .mepr-pro-account-table thead th {border-bottom: 1px solid var(--hw-gray-seven)!important;color: var(--hw-body-color)!important;font-weight: normal!important;}
#dashboardNMain .mepr-account-container .mp_wrapper .mepr-pro-account-table__subscr,
#dashboardNMain .mepr-account-container .mp_wrapper .mepr-pro-account-table__rebill {color: #6b6f7b!important;font-size: 14px!important;}
#dashboardNMain .mepr-account-container .mp_wrapper .mepr-pro-account-table__product,
#dashboardNMain .mepr-account-container .mp_wrapper .mepr-pro-account-table__created_at {font-family: var(--hw-font-primary-bold);font-weight: normal!important;}
#dashboardNMain .mepr-account-container .mp_wrapper table, #dashboardNMain .mepr-account-container .mp_wrapper th, #dashboardNMain .mepr-account-container .mp_wrapper td {border-width: 0 0 0 0!important;}

#dashboardNMain .mepr-account-container .mepr-button.btn-outline,.mepr-submit,.mepr-white-popup .mepr-btn {background-color: var(--hw--success-button-color) !important;border: 2px solid var(--hw--success-button-color) !important;color: var(--hw--white-color) !important;font-size: var(--hw--button-size--medium) !important;font-style: normal;text-decoration: none;border-radius: var(--hw-radius-button) !important;-webkit-border-radius: var(--hw-radius-button) !important;-ms-border-radius: var(--hw-radius-button) !important;-moz-border-radius: var(--hw-radius-button) !important;-o-border-radius: var(--hw-radius-button) !important;text-transform: none;padding: 11px 18px !important;font-weight: normal !important;font-family: var(--hw-font-primary-semi-bold) !important;height:50px!important;}

#dashboardNMain .mp_wrapper .btn {text-transform: none!important;box-shadow: 0 0 0 0 rgba(0,0,0,0)!important;font-size: 12px!important;}

#dashboardNMain .mepr-pro-account-table__badge.--is-active, #dashboardNMain .mepr-pro-account-table__badge.--is-complete {background-color: rgb(220, 252, 231)!important;color: rgb(22, 101, 52)!important;border-radius:15px!important;padding: 0.375rem 0.75rem!important;}
#dashboardNMain .mepr-pro-account-table__badge.--is-canceled, #dashboardNMain .mepr-pro-account-table__badge.--is-refunded {background-color: rgb(254, 226, 226)!important;color: rgb(153, 27, 27)!important;border-radius:15px!important;padding: 0.375rem 0.75rem!important;}

#dashboardNMain .mp_wrapper textarea,#dashboardNMain .mp_wrapper select,#dashboardNMain .mp_wrapper input[type=text],#dashboardNMain .mp_wrapper input[type=url],#dashboardNMain .mp_wrapper input[type=email],#dashboardNMain .mp_wrapper input[type=tel],#dashboardNMain .mp_wrapper input[type=number],#dashboardNMain .mp_wrapper input[type=password],#confirm_password,#new_password,#current_password {
    --font-size: var(--PS-FONT-SIZE);
    --line-height: var(--PS-LINE-HEIGHT);
    --height: auto;
    --input-padd: var(--PADD);
    --radius: var(--BORDER-RADIUS--MD);
    position: relative;
    z-index: 1;
    width: 100%;
    height: var(--height);
    margin: 0;
    padding: var(--input-padd);
    font-family: var(--PS-FONT-FAMILY);
    font-size: max(16px, var(--font-size));
    line-height: var(--line-height);
    color: var(--PS-COLOR--TEXT);
    background-clip: padding-box;
    background-color: #eee!important;
    border: 1px solid var(--DIVIDER--LIGHT);
    border-radius: var(--radius);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
    outline: none;
    vertical-align: middle;
    transition: box-shadow .2s ease;
    max-width: unset;
    --height: 40px;
    --max-height: 250px;
    --font-size: var(--PS-BEAUTIFIER-FONT-SIZE);
    --line-height: var(--PS-BEAUTIFIER-LINE-HEIGHT);
    --input-bg: transparent;
    --input-bg--focus: transparent;
    position: static;
    width: 100%;
    min-width: 0;
    min-height: var(--height);
    resize: none;
    overflow: hidden;
    background-color: var(--input-bg);
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: none;
    border: none !important;
    padding: var(--input-padd) !important;
    font-size: var(--PS-BEAUTIFIER-FONT-SIZE) !important;
}

#passwortReset,#accountClose{padding: 20px;}
#passwortReset .toggle-password {position: absolute;top: 32px;right: 10px;outline: none;border: 0px;margin-top: 5px;margin-right: -5px;}
#passwortReset .toggle-password i {color: rgb(145, 145, 157);}
#passwortReset ul,#ajax-response-account ul {margin: 0 0 0 20px;}
#passwortReset .progress {border-radius: .25rem !important;}

#dashboardNMain .mepr_page_header,#dashboardNMain .mepr-account-meta{display: none!important;}
#mepr-profile-details,.mepr-payments-wrapper,.mepr-subscriptions-wrapper {background: #fff!important;border: 1px solid var(--hw-gray-seven)!important;box-shadow: 0 3px 6px rgba(0, 0, 0, .03)!important;border-radius: var(--hw-radius-images) !important;-webkit-border-radius: var(--hw-radius-images) !important;-moz-border-radius: var(--hw-radius-images) !important;-o-border-radius: var(--hw-radius-images) !important;padding: 0 20px 0 20px!important;margin: 20px!important;}
#dashboardNMain .mepr-payments-wrapper button.mepr-pro-account-table__badge, .mepr-subscriptions-wrapper button.mepr-pro-account-table__badge {font-weight: normal!important;pointer-events: none!important;font-size:14px!important;}

#dashboardNMain .mepr-tooltip-content {border-radius: 0px!important;border: 0px solid rgba(0, 0, 0, 0.15)!important;display: block!important;padding: 0!important;margin: 0!important;}
#mepr-upgrade-txn-14,#dashboardNMain .mepr-tooltip-trigger,#dashboardNMain .mepr-account-container .mepr-white-popup {display: none!important;}

#dashboard-einstellungen-wrapper{display: flex;}
#dashboard-einstellungen-wrapper .wrapper-item {flex: 1;}
#dashboard-einstellungen-wrapper .mepr-account-form {padding: 20px!important;}

#dashboard-einstellungen-wrapper .mepr_updated,#dashboard-einstellungen-wrapper .mepr_error {margin: 20px!important;width: calc(100% - 40px)!important;border-radius: 8px!important;text-align: center!important;}
#dashboard-einstellungen-wrapper .mepr_updated {background-color: #def4c5 !important;border: 1px solid var(--hw-success-color)!important;}
#dashboard-einstellungen-wrapper .mepr_error {background-color: #feb9bb !important;border: 1px solid var(--hw-alert-color)!important;}
#dashboard-einstellungen-wrapper .mepr-field-error { border: 1px solid var(--hw-alert-color)!important; }
#dashboard-einstellungen-wrapper .cc-error,#dashboard-einstellungen-wrapper .mepr-form-has-errors{display: none!important; }

#dashboard-einstellungen-wrapper .text-danger,#dashboard-einstellungen-wrapper .bg-danger {color: var(--hw-alert-color)!important;}

#dashboardNContent .mepr-no-active-subscriptions,#dashboardNContent .mp-no-subs{margin: 20px;padding: 20px;text-align: center;border: 1px solid var(--hw-gray-seven) !important;position: relative;box-shadow: 0 3px 6px rgba(0, 0, 0, .03);background: var(--hw--white-color) !important;border-radius: var(--hw-radius-images) !important;-webkit-border-radius: var(--hw-radius-images) !important;-moz-border-radius: var(--hw-radius-images) !important;-o-border-radius: var(--hw-radius-images) !important;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Startseite */
.dashboard-start-title{margin:20px;}

.grid-4{display: flex;flex-wrap: wrap;gap: 20px;align-items: stretch;justify-content: space-between;box-sizing: border-box;margin:20px;}
.grid-4 .grid-item{border: 1px solid var(--hw-gray-seven) !important;position: relative;box-shadow: 0 3px 6px rgba(0, 0, 0, .03);flex: 1 1 calc(20% - 20px);max-width: calc(20% - 20px);background: #fff;padding: 20px;border: 1px solid #e5e5e5;border-radius: 16px;display: flex;justify-content: center;align-items: center;gap: 10px;}
.grid-4 .grid-item .left-box {flex: 0 0 calc(100% - 70px);max-width: calc(100% - 70px);padding: 0px;box-sizing: border-box;}
.grid-4 .grid-item .left-box .left-box-count,.dashboard-start-title,.grid-4 .grid-item .middle-box .middle-box-count{font-family: var(--hw-font-primary-bold);font-weight: normal !important;font-size: var(--hw--font-size--medium) !important;line-height: var(--hw--font-height--medium) !important;}
.grid-4 .grid-item .right-box {flex: 0 0 70px;max-width: 70px;padding: 0px;box-sizing: border-box;text-align: center;}
.grid-4 .grid-item .right-box i{font-size:50px;}
.grid-4 .grid-item .middle-box.dashboard-kurz-erklaert{padding:80px 0;}


#createWrapper.grid-4 a.color-green-two,#countWrapper.grid-4 a.color-green-two{color: var(--hw--href-color) !important;}
#createWrapper.grid-4 a.color-lila-one,#countWrapper.grid-4 a.color-lila-one{color: var(--hw--lila-one)!important;}
#createWrapper.grid-4 a.color-white{color: #fff!important;}
#countWrapper.grid-4 a.color-blue-one{color: var(--hw--blue-one)!important;}
#countWrapper.grid-4 a.color-orange-one{color: var(--hw--orange-one)!important;}

#countWrapper .count-info-plus.color-green-two{fill: var(--hw--href-color)!important;stroke: var(--hw--href-color)!important;}
#countWrapper .count-info-plus.color-lila-one{fill: var(--hw--lila-one)!important;stroke: var(--hw--lila-one)!important;}
#countWrapper .count-info-plus.color-blue-one{fill: var(--hw--blue-one)!important;stroke: var(--hw--blue-one)!important;}
#countWrapper .count-info-plus.color-orange-one{fill: var(--hw--orange-one)!important;stroke: var(--hw--orange-one)!important;}
#countWrapper .count-info-plus.color-red{fill: var(--hw-alert-color)!important;stroke: var(--hw-alert-color)!important;}

#mitgliedschaftInfoTitle.middle-box-count{font-size: 20px!important;}

.grid-2 {display: flex;flex-wrap: wrap;gap: 20px;align-items: stretch;justify-content: space-between;box-sizing: border-box;margin: 20px;}
.grid-2 .grid-item {flex: 1 1 calc(50% - 10px);max-width: calc(50% - 10px);background: #fff;padding: 20px;border: 1px solid var(--hw-gray-seven);border-radius: 16px;box-shadow: 0 3px 6px rgba(0, 0, 0, .03);position: relative;}

.grid-1 {display: flex;flex-wrap: wrap;gap: 20px;align-items: stretch;justify-content: space-between;box-sizing: border-box;margin: 20px;}
.grid-1 .grid-item {flex: 1 1 calc(100% - 0px);max-width: calc(100% - 0px);background: #fff;padding: 20px;border: 1px solid var(--hw-gray-seven);border-radius: 16px;box-shadow: 0 3px 6px rgba(0, 0, 0, .03);position: relative;}

#dashboardStartCommunityNotifications .ps-notifications-page__nav-wrapper{display:none;}
#dashboardStartCommunityNotifications .ps-notifications-page__list {background-color: #fff!important;padding: 0!important;}
#dashboardStartCommunityNotifications .ps-notifications-page .ps-notification__wrapper .ps-notification--unread{background: #fff!important;border: 0px solid var(--bg)!important;}
#dashboardStartCommunityNotifications .ps-notifications-page .ps-notification__wrapper .ps-notification__avatar {padding: 10px 0 10px!important;}

#dashboardStartCommunityNotifications .ps-notifications-page .ps-notification__wrapper .ps-notification {border: 0px solid var(--DIVIDER--LIGHTEN)!important;}

.mobile-hide{display:inline-block!important}

.count-info-plus{position: relative;top: -10px;left: 5px;}
.count-info-plus small{font-family: var(--hw-font-primary) !important;font-size: 10px!important;}
.count-info-plus svg{margin-right:2px;}





























/*
.mepr-pro-template #primary > .mepr-account-container {background: #F9FBF8!important;}

#mepr-account-nav {border-right: 1px solid var(--hw-gray-seven) !important;}

.mepr-payments-wrapper,.mepr-subscriptions-wrapper {padding:20px!important;}
.mepr-account-container .mepr-account-meta {padding: 0 0!important;}

.profile-menu__dropdown.dropdown{position: absolute!important;}

#mepr-profile-details {width: 100%!important;max-width: 656px!important;}

.mepr-account-container a{color: var(--hw--href-color)!important;}
#mepr-account-nav a{color: var(--hw-body-color)!important;}
#dashboardEintragDeleteModalWindow .elementor-button-wrapper a,#onbardingSwitch .elementor-button-wrapper a{color: #fff!important;}

#dashboardEintragDeleteModalWindow .elementor-button-wrapper a:hover,#onbardingSwitch .elementor-button-wrapper a:hover{color: var(--hw--success-button-color)!important;}

#mepr-account-nav .mepr-nav-item.--active a, #mepr-account-nav .mepr-nav-item.mepr-active-nav-tab a{background-color: rgba(235, 236, 233, .5) !important;}
*/

.page-id-10 .site-header{position:relative!important;border-bottom: 1px solid var(--hw-gray-seven) !important;}

#dashboardContent b, #dashboardContent strong {font-family: var(--hw-font-primary-semi-bold) !important;font-weight: normal!important;}

.add-post-btn{color: var(--hw--primary-color) !important;padding: 10px 20px !important;display: inline-block;    border: 2px solid var(--hw--primary-color) !important;border-radius: var(--hw-radius-button) !important;-webkit-border-radius: var(--hw-radius-button) !important;-moz-border-radius: var(--hw-radius-button) !important;-o-border-radius: var(--hw-radius-button) !important;font-weight: normal !important;font-family: var(--hw-font-primary-semi-bold) !important;cursor:pointer !important;background: transparent !important;}
.add-post-btn:hover{color: #fff !important;background: var(--hw--primary-color) !important;}
#blogDesktopNav .searchandfilter li.sf-level-0.sf-option-active .add-post-btn{color: #fff !important;background: var(--hw--primary-color) !important;}

/*
#mepr-account-nav .mepr-nav-item:nth-child(7) {
  display: none !important;
}
#mepr-account-nav .mepr-nav-item:nth-child(4),#mepr-account-nav .mepr-nav-item:nth-child(8) {
  border-top: 1px solid #000;
}
#mepr-account-nav .mepr-nav-item:nth-child(4) a:before,#mepr-account-nav .mepr-nav-item:nth-child(5) a:before,#mepr-account-nav .mepr-nav-item:nth-child(6) a:before {
	font-family: 'Line Awesome Free'!important;
    font-weight: 900;
	font-style: normal !important;
    font-size: 22px;
}
#mepr-account-nav .mepr-nav-item:nth-child(4) a:before{content: "\f0fe";}
#mepr-account-nav .mepr-nav-item:nth-child(5) a:before {content: "\f080";}
#mepr-account-nav .mepr-nav-item:nth-child(6) a:before {content: "\f03e";}
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------ Dashboard */
#dashboardWrapper{display:flex !important}
#dashboardContent{width:calc(100% - 400px)!important;padding-right:40px;}
#dashboardErweiterungen{width:400px!important;}

#dashboardContent .settings-wrapper{display: flex !important;}
#dashboardContent .border-wrapper-new{border:0px solid var(--hw-gray-seven) !important;margin:0px;position: relative;box-shadow: 0 3px 6px rgba(0,0,0,.0);}
#dashboardContent .border-wrapper-new.border-wrapper-100{flex: 0 0 100% !important;}

#dashboardContent .border-wrapper-new.half-wrapper{display: flex !important; width:calc(50% - 0px) !important;}
#dashboardContent .border-wrapper-new.half-wrapper.border-right{border-right:1px solid var(--hw-gray-seven) !important;}

#dashboardContent .border-wrapper .subtitle{font-family: var(--hw-font-primary-semi-bold);font-size: 14px!important;padding-left:20px;}

#dashboardContent .button-diagramm {display: inline-block!important;width: 50%!important;}

#dashboardInfo .info-wrapper{margin-top:5px;padding-right:20px !important;font-family: var(--hw-font-primary-semi-bold) !important;}
#dashboardInfo .border-wrapper{border:1px solid var(--hw-gray-seven) !important;margin:10px 20px 8px 20px;display:inline-block !important;white-space: nowrap;text-overflow: ellipsis;width:fit-content!important;height:46px!important;padding:2px 15px 2px 2px;border-radius: 50px !important;-webkit-border-radius: 50px !important;-moz-border-radius: 50px !important;-o-border-radius: 50px !important;}
#dashboardInfo .border-wrapper img{width:40px !important;height:40px !important;margin-right:10px;border-radius: 50% !important;-webkit-border-radius: 50% !important;-moz-border-radius: 50% !important;-o-border-radius: 50% !important;}
#dashboardInfo .border-wrapper img.no-avatar{background:#eaf4ef !important;}
#dashboardInfo .border-wrapper img.avatar{}
#dashboardInfo .new-entry-button{display:inline-block !important;}
#dashboardInfo .message-wrapper{position:relative;display:inline-block;width:40px;}
#dashboardInfo a .border-wrapper{color: var(--hw-body-color) !important;}
#dashboardInfo .message-wrapper .info{position:absolute;z-index:2;left:12px;top:-8px;padding:0 2px 0px 2px;background:var(--hw--href-color);border-radius: 10px !important;-webkit-border-radius: 10px !important;-moz-border-radius: 10px !important;-o-border-radius: 10px !important;height:24px;border: 2px solid white;}
#dashboardInfo .message-wrapper .info small{font-size:12px !important;position:relative;top:-5px;padding: 0 3px;}
#dashboardInfo .message-wrapper .image{position:relative;z-index:1}

#dashboardInfo .info-wrapper .avatar-wrapper{display:inline-flex!important;justify-content: center;align-items: center;}

#mastheadDashboard{padding:22px 20px 20px 34px;}
#dashboardLogo .site-branding-container .site-logo {margin-right: 10px;}

.beta-version .white-logo::after,.beta-version .black-logo::after{position: absolute!important;width: 30px;margin-left: 10px;}
.beta-version .white-logo::after {content: url('../../../wp-content/uploads/logo-beta-white.svg')!important;}
.beta-version .black-logo::after {content: url('../../../wp-content/uploads/logo-beta-black.svg')!important;}

#dashboardLogo img{width:180px;position:relative;top:-1px;}

#dashboardContent .content-inner {overflow:scroll;display: block;}
#dashboardContent .content-inner::-webkit-scrollbar {display: none!important;}

#dashboardContent .divider-separator{border-top: 1px solid var(--hw-gray-seven) !important;}
#dashboardContent .divider-separator{margin:10px 20px;}

#dashboardContent .content-inner-spacing{padding-bottom:80px}

#dashboardContent .content-inner .membership-current-plan-info{padding: 20px;}
#dashboardContent .content-inner .membership-current-plan-info a{text-decoration: underline!important;}
#dashboardContent .content-inner .membership-current-plan-info .plan-title{display: inline-block;color: #fff;background: #000;padding: 5px 10px;font-size: 14px;border-radius: 5px;}
#dashboardContent .content-inner .membership-current-plan-info .plan-wrapper{display: flex;align-items: self-start;justify-content: center;}
#dashboardContent .content-inner .membership-current-plan-info .plan-wrapper .left-wrapper{position:relative;top:-10px;}
#dashboardContent .content-inner .membership-current-plan-info .plan-wrapper .left-wrapper .plan-name{position:relative;top:-10px;}
#dashboardContent .content-inner .membership-current-plan-info .plan-wrapper .left-wrapper .plan-name,#dashboardContent .content-inner .membership-current-plan-info .plan-wrapper .right-wrapper .plan-name-info{font-size: 18px !important;font-weight: bold;color: #56a87f !important;}
#dashboardContent .content-inner .membership-current-plan-info .plan-wrapper .left-wrapper .arm_module_plan_price{font-family: var(--hw-font-primary-bold) !important;color: #56a87f !important;font-weight: normal;font-size: 24px !important;padding:0 20px;}

#dashboardContent .content-inner .membership-current-plan-info .plan-wrapper .right-wrapper{}
#dashboardContent .arm_setup_form_container .arm_current_user_plan_info{display:none}

#mobilNavBtn{display:none;position:absolute;color:#fff;background:var(--hw-body-color)!important;padding:8px 8px 5px 8px;cursor:pointer}
#mobilNavBtn.content-left{left:301px;top:1px;}
#mobilNavBtn.content-right-one,#mobilNavBtn.content-right-two,#mobilNavBtn.content-right-three{left:-40px;margin-top:20px;}
#mobilNavBtn i{font-size:24px;}

#mobileBG{background:rgba(0,0,0,.5);position:absolute!important;z-index:99;top:0;bottom:0;left:0;right:0;backdrop-filter: blur(10px) !important;}
#mobileBG.closed{display:none}

#dashboardContent .content-inner .result-items-wrapper .eintrag-delete-button{cursor:pointer}

#dashboardContent .settings-container .tabs-container .tabs .tab .tab-title .tab-title-left{position: relative;top: -3px;left: 10px;}
#dashboardContent .settings-container .tabs-container .tabs .tab .tab-title .tab-title-right{top: 0px;right: -5px;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Select */
#veranstaltungenNavigationWrapper,#CalendarButtonNew,#CalendarButton {display:inline-block;}
#blogNavigationWrapperMobile .custom-select-new,#veranstaltungenNavigationWrapper .custom-select-new {position: relative;display: inline-block;}

#veranstaltungenNavigationWrapper.dashboard-statistik{margin:20px 0;}
#veranstaltungenNavigationWrapper.dashboard-statistik,
#veranstaltungenNavigationWrapper.dashboard-statistik .custom-select-new {display:block!important;padding:0 10px;}
#veranstaltungenNavigationWrapper.dashboard-statistik .select-items-new {max-height: 220px!important;left:10px;right:10px;width: calc(100% - 20px);}
#veranstaltungenNavigationWrapper.dashboard-statistik .select-items-new .inner {max-height: 200px!important;overflow: auto!important;}
#veranstaltungenNavigationWrapper.dashboard-statistik .filter-active{background-color: rgba(235, 236, 233, .5) !important;}
#veranstaltungenNavigationWrapper.dashboard-statistik a{color:var(--hw-body-color)!important;display:block!important}
#veranstaltungenNavigationWrapper.dashboard-statistik .select-selected-new {font-family: var(--hw-font-primary) !important;border-radius: var(--hw-radius-button)!important;-webkit-border-radius: var(--hw-radius-button)!important;-moz-border-radius: var(--hw-radius-button)!important;-o-border-radius: var(--hw-radius-button)!important;border: 1px solid var(--hw-gray-seven) !important;box-shadow: 0 3px 6px rgba(0,0,0,.03);}

#blogNavigationWrapperMobile .custom-select-new {min-width:230px;}
#veranstaltungenNavigationWrapper .custom-select-new {min-width:150px;bottom:1px;}

#blogNavigationWrapperMobile .select-selected-new,#veranstaltungenNavigationWrapper .select-selected-new {background: #fff;border: 2px solid var(--hw--primary-color) !important;font-weight: normal !important;font-family: var(--hw-font-primary-semi-bold) !important;padding: 11px 40px 10px 20px;cursor: pointer;display: flex;justify-content: space-between;align-items: center;}
#blogNavigationWrapperMobile .select-selected-new:after,#veranstaltungenNavigationWrapper .select-selected-new:after {content: "";position: absolute;top: 20px;right: 20px;width: 0;height: 0;border: 6px solid transparent;border-color: #000 transparent transparent transparent;}
#blogNavigationWrapperMobile .select-selected-new.select-arrow-active-new:after,#veranstaltungenNavigationWrapper .select-selected-new.select-arrow-active-new:after {transform: rotate(180deg);top:14px;}
#blogNavigationWrapperMobile .select-items-new,#veranstaltungenNavigationWrapper .select-items-new {position: absolute;top:55px;background-color: #fff;border: 0px solid #ccc;z-index: 99;width: 100%;-webkit-box-shadow: 0px 0px 22px rgb(0 0 0 / 20%) !important;-moz-box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.2) !important;box-shadow: 0px 0px 22px rgb(0 0 0 / 20%) !important;font-size: 14px !important;padding: 10px 10px 10px 5px !important;color: #544352 !important;border-radius: 10px !important;}
#blogNavigationWrapperMobile .select-items-new .select-item,#veranstaltungenNavigationWrapper .select-items-new .select-item {padding: 6px 0 6px 20px;cursor: pointer;text-align: left;background:#fff;font-family: var(--hw-font-primary-semi-bold) !important;}
#blogNavigationWrapperMobile .select-items-new .select-item:hover,#blogNavigationWrapperMobile .select-items-new .select-item.active,#veranstaltungenNavigationWrapper .select-items-new .select-item:hover,#veranstaltungenNavigationWrapper .select-items-new .select-item.active {background-color: rgba(235, 236, 233, .5) !important;}
#blogNavigationWrapperMobile .select-hide-new,#veranstaltungenNavigationWrapper .select-hide-new {display: none;}
/*------------------------------------------------------------------------------------------------------------------------------------ swiper slider styles */
#dashboardContent .swiper-style-one .style-one-inner .style-one-ort{position:relative;bottom: 47px;left:0;right: 0px;height: 32px;}
#dashboardContent .swiper-style-one .style-one-inner .style-one-ort .tag-style-three{margin: 0px 0px 0px 0px!important;}
#dashboardContent .swiper-style-one .style-one-inner .style-one-ort .tag-style-three i,#dashboardErweiterungen i{font-style: normal!important;}

.site-header .site-branding__logo{height: 30px;}
.site-header .profile-menu__button:hover {background: transparent;}

@media screen and (max-width: 839px){
	.site-header .profile-menu__hamburger {color: var(--hw--primary-color);}
	#mepr-profile-details {max-width: 1024px!important;}
	
}























@media (max-width: 2100px) and (min-width: 1901px) {
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Einträge */
	#dashboardNContent .result-items-wrapper .result-item {width: 20% !important}
}
@media (max-width: 2030px){
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Startseite */
	.grid-4 .grid-item{flex: 1 1 calc(25% - 15px);max-width: calc(25% - 15px);}
}
@media (max-width: 2000px) {
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard - Community */
	#dashboardNMain .community-wrapper .ps-members,#dashboardNMain .community-wrapper .ps-groups__list {grid-template-columns: repeat(3, 1fr)!important;}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Onboarding Service */
	#dashboardNContent .onboarding-service-wrapper-outer .onboarding-service-wrapper {width: calc(50% - 20px);}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard gallery */
	#dashboardNContent .galleries > a {flex: 1 1 calc(25% - 20px) !important;max-width: calc(25% - 20px) !important;}
}
@media (max-width: 1900px) and (min-width: 1601px) {
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Einträge */
	#dashboardNContent .result-items-wrapper .result-item {width: 25% !important}
	
}
@media (max-width: 1760px){
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Startseite */
	.grid-4 .grid-item{flex: 1 1 calc(33.33% - 15px);max-width: calc(33.33% - 15px);}
}
@media (max-width: 1660px) {
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Gallery */
	#dashboardNContent .galleries > a {flex: 1 1 calc(33.33% - 20px) !important;max-width: calc(33.33% - 20px) !important;}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Gutschein Codes */
	#dashboardNContent .rabattcode-item-wrapper{width: calc(100% + 20px);margin-left: -10px;display:flex;}
	#dashboardNContent .rabattcode-item {display: inline-block!important;width:calc(50% - 20px);margin:20px 10px 0px 10px;}
	#dashboardNContent .rabattcode-item .rabattcode-item-img{width:100%;height:150px;border-radius: 8px 8px 0 0;}
	#dashboardNContent .rabattcode-item .rabattcode-item-content{width:100%;padding:20px 20px 0 20px;}
	#dashboardNContent .rabattcode-item .rabattcode-item-button{width:100%;margin:0;}
}
@media (max-width: 1600px) and (min-width: 1401px) {
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Einträge */
	#dashboardNContent .result-items-wrapper .result-item {width: 33.33% !important}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard - Community */
	#dashboardNMain .community-wrapper .ps-members,#dashboardNMain .community-wrapper .ps-groups__list {grid-template-columns: repeat(2, 1fr)!important;}
}
@media (max-width: 1500px){
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Startseite */
	.grid-4 .grid-item{flex: 1 1 calc(50% - 15px);max-width: calc(50% - 15px);}
	.grid-2 .grid-item {flex: 1 1 calc(100% - 0px);max-width: calc(100% - 0px);}
	#createWrapper.grid-4 .grid-item:last-child {flex: 1 1 calc(100% - 0px);max-width: calc(100% - 0px);}
}
@media (max-width: 1440px) {
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Gallery */
	#dashboardNContent .galleries > a {flex: 1 1 calc(50% - 20px) !important;max-width: calc(50% - 20px) !important;}
}
@media (max-width: 1400px) and (min-width: 851px) {
	/* ----------------------------------------------------------------------------------------------------------- Dashboard View */
  	#dashboardNMain {flex-direction: row;}
  	#dashboardNRightContentWrapper {flex-direction: column;width: calc(100% - 400px);}
  	#dashboardNRight,#dashboardNContent {width: 100%;}
  	#dashboardNRight {order: 1;}
  	#dashboardNContent {order: 2;}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Erweiterungen */
	#dashboardNRight .border-wrapper {margin-left: 20px;}
	#dashboardNRight .empfehlungen-wrapper, #dashboardNRight .termine-wrapper, #dashboardNRight .wichtig-z-w-wrapper, #dashboardNRight .statistik-info-wrapper, #dashboardNRight .statistik-wrapper {margin-left: 20px;display: inline-grid;width: calc(33.33% - 20px);}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Einträge */
	#dashboardNContent .result-items-wrapper .result-item {width: 25% !important}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Gallery */
	
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Membership */
	#dashboardNMain .mepr-account-container .mp_wrapper .mepr-account-form{margin:0px 10px 20px 20px;}
	#passwortReset{margin:0px 20px 20px 10px;}
	#dashboardNContent .mepr-no-active-subscriptions, #dashboardNContent .mp-no-subs {margin: 0 20px 20px 20px;}
}
@media (max-width: 1250px){
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Info Screen New */
	#dashboardInfoScreenWrapper .info-screen-desc{width:75%;}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Einträge */
	#dashboardNContent .result-items-wrapper .result-item {width: 33.33% !important}
}
@media (max-width: 1100px){
	#dashboardNRight .empfehlungen-wrapper, #dashboardNRight .termine-wrapper, #dashboardNRight .wichtig-z-w-wrapper, #dashboardNRight .statistik-info-wrapper, #dashboardNRight .statistik-wrapper {width: calc(50% - 20px);}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Einträge */
	#dashboardNContent .result-items-wrapper .result-item {width: 50% !important}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Gallery */
	
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard - Community */
	#dashboardNMain .community-wrapper .ps-members,#dashboardNMain .community-wrapper .ps-groups__list {grid-template-columns: repeat(2, 1fr)!important;}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Onboarding Service */
	#dashboardNContent .onboarding-service-wrapper-outer .onboarding-service-wrapper {width: calc(100% - 20px);}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Membership */
	#dashboard-einstellungen-wrapper{display: block;}
	#dashboard-einstellungen-wrapper .wrapper-item {flex: 1;}
	#dashboardNMain .mepr-account-container .mp_wrapper .mepr-account-form{margin:0px 20px 0px 20px;}
	#passwortReset{margin:0px 20px 20px 20px;}
}
@media (max-width: 979px) {
	#dashboardNMain .ps-focus__cover-inner a{color:var(--hw-body-color)!important;}
}
@media (max-width: 920px) {
	.icon-search-mobile,#aside{display:none!important;}
}


@media (max-width: 850px) {
	#customTab{padding: 5px 10px 0 10px!important;}
	
	.has-inline-mobile-toggle .inside-header {text-align: center!important;display:block!important;}
	.inside-header {padding: 20px 0px!important;}
	/* ----------------------------------------------------------------------------------------------------------- Dashboard Header */
	.header-widget {top: 17px!important;margin-top: 0!important;position: absolute;z-index: 9999!important;background: #fff!important;}
	.psw-userbar {background: #fff!important;}
	.ps-notif__box {width: calc(100% - 33px)!important;right:-58px!important;}
	
	.header-widget .psw-userbar--mobile .psw-userbar__user-profile,.mobile-profile-style {border-right: 1px solid #fff!important;border-top: 1px solid #fff!important;border-bottom: 1px solid #fff!important;}
.header-widget .psw-userbar--mobile .psw-userbar__user,.mobile-user-style {border-left: 1px solid #fff!important;border-top: 1px solid #fff!important;border-bottom: 1px solid #fff!important;}
	/* ----------------------------------------------------------------------------------------------------------- Dashboard Erweiterungen */
	#dashboardNRight .form-create-info-button {display:block!important;}

	/* ----------------------------------------------------------------------------------------------------------- Dashboard View */
	#dashboardNHeader {display:block;}
	#navLeftButton{top: 26px;}
	#navRightButton{top: 26px;}
	#dashboardNMain {flex-direction: column;}
	#dashboardNLeft {position: fixed;top: 70px;width: 90vw;height: calc(100% - 70px);z-index: 100;transition: transform 0.3s ease;transform: translateX(-100%);}
	#dashboardNLeft.show {transform: translateX(0%);}
	#dashboardNRight {position: fixed;top: 70px;right: 0px;width: 90vw;height: calc(100% - 70px);z-index: 100;transition: transform 0.3s ease;transform: translateX(100%);background-color: #fff;border-left: 1px solid var(--hw-gray-seven) !important;padding-right: 40px;}
	#dashboardNRight.show {transform: translateX(20px);}
	#dashboardNRightContentWrapper {margin: 0;flex-direction: column;width: 100%;}
	#dashboardNContent {width: 100%;height: calc(100% - 70px);overflow: auto;box-sizing: border-box;margin-top: 0px;}
	
	#dashboardNRight .empfehlungen-wrapper, #dashboardNRight .termine-wrapper, #dashboardNRight .wichtig-z-w-wrapper, #dashboardNRight .statistik-info-wrapper, #dashboardNRight .statistik-wrapper {width: calc(100% - 20px);margin-left: 20px;}
	
	#dashboardNContent .border-wrapper{padding: 10px;}
	#dashboardNContent .border-wrapper .title{padding: 10px 0 0 10px;}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Statistik, Chart */
	#chart .toolbar {margin: 20px 0;width: 100%;text-align:left;}
	#chart-timeline{margin-top: 20px;}
	
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Gallery */
	#dashboardNContent .result-items-wrapper-one{padding: 10px!important;}
	#dashboardNContent .galleries > a {flex: 1 1 calc(100% - 20px) !important;max-width: calc(100% - 20px) !important;}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Gutschein Codes */
	#dashboardNContent .rabattcode-item-wrapper {width: 100%;margin-left:0;padding:0 10px;display:block;}
	#dashboardNContent .rabattcode-item {display: block !important;width: 100%;margin: 20px 0px;}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Membership */
	#dashboardNMain .mepr-account-container .mp_wrapper .mepr-account-form{margin:20px 20px 0px 20px;}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Info Screen New */
	#dashboardInfoScreenWrapper .info-screen-desc{width: calc(100% - 20px);left: calc(50% - 20px);top: 250px;padding: 20px!important;}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Startseite */
	.grid-4 .grid-item {flex-direction: column;flex: 1 1 calc(50% - 10px);max-width: calc(50% - 10px);}
	.grid-4 .grid-item .left-box,.grid-4 .grid-item .right-box {max-width: 100%;text-align:center;flex: none;}
	.grid-4 .grid-item .right-box {order: -1;}
	.grid-4 .grid-item .left-box{order: 1;font-size:14px!important;}
	.grid-4 .grid-item .middle-box {font-size:14px!important;}
	.grid-4 .grid-item .right-box i {font-size: 50px;}

	.grid-4 .grid-item .middle-box.dashboard-kurz-erklaert{font-size:16px!important;padding:40px 0;}

	.mobile-hide{display:none!important}
}
@media (max-width: 768px){
	#dashboard-community-profil-entdeckungen .no-found-info,#dashboard-community-profil-veranstaltungen .no-found-info{padding:20px;}
	
	#customTab .swiper {padding: 0 30px 0 0px!important;}
	
	.gallery {margin-bottom: 20px!important;}
}
@media (max-width: 600px){
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Einträge */
	#dashboardNContent .result-items-wrapper .result-item {width: 100% !important}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Gallery */
	#dashboardNContent .galleries > * {width: calc(100% - 0px)!important;}
	#dashboardNContent .galleries {gap: 0px!important;}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard - Community */
	#dashboardNMain .community-wrapper .ps-members,#dashboardNMain .community-wrapper .ps-groups__list {grid-template-columns: repeat(1, 1fr)!important;}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- Dashboard Membership */
	#dashboardNMain .mepr-tooltip-content > * {display: inline-block!important;padding: 0 0 20px 0!important;}
	#dashboardNMain .mepr-account-container table tr {margin-bottom: 25px!important;display: block!important;border-bottom: 1px solid var(--hw-gray-seven)!important;}
}