/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2026 | 12:48:12 */
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wdth,wght@100,500&display=swap');
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 1160px !important;
}
.n2_admin_editor__content_inner {
    background-color: #777 !important;
}
.n2_slide_editor_slider__editor_inner {
    background-color: #999 !important;
}
.twf-admin-posts-navigation-buttons {
	display: flex;
	justify-content: space-between;
}
.twf-admin-posts-navigation-container {
	padding: 0;
	border: 0;
	background-color: initial;
}
.twf-admin-posts-navigation-header,
.twf-admin-posts-navigation-info,
table#tribe-virtual-events,
table#event_url,
table#event_cost,
span#account_display_name_description,
#benutzer_titel_field .optional
{ display: none; }
input#ticket_name {
	width: 100% !important;
}

.benutzer-psifit #adminmenu li.psifit,
.tec-tickets-plus-waitlist-metabox__warnings,
label.tribe_soft_note, 
textarea[name=ticket_description], 
label[for=ticket_description], 
.benutzer-psifit #ticket_bottom_right .tribe-ticket-move-link, 
.benutzer-psifit #event_tickets #settings_form_toggle,
.benutzer-psifit #event_tickets #rsvp_form_toggle,
.benutzer-psifit span.inline.move-ticket,
.benutzer-psifit div.notice.notice-error,
.benutzer-psifit div.ian-client,
.benutzer-psifit .tec-duplicate-action__container,
.benutzer-psifit #delete-action,
.benutzer-psifit #wp-content-media-buttons,
.benutzer-psifit #edit-slug-box #edit-slug-buttons,
.benutzer-psifit #eventDetails #google_map_toggle,
.benutzer-psifit #eventDetails .tribe-allday,
.benutzer-psifit #eventDetails tr.event-dynamic-helper,
.benutzer-psifit #eventDetails .edit-linked-post-link,
.benutzer-psifit #eventDetails .tribe-change-timezone,
.benutzer-psifit #wp-admin-bar-root-default #wp-admin-bar-event-tickets-attendees,
.benutzer-psifit .page-title-action.tec-admin-manager__link,
.benutzer-psifit #wp-admin-bar-updraft_admin_node,
.benutzer-psifit #wp-admin-bar-smart_slider_3,
.benutzer-psifit.page #wp-admin-bar-edit,
.benutzer-psifit #wp-admin-bar-vc_inline-admin-bar-link,
.benutzer-psifit #elementor-switch-mode,
.benutzer-psifit .aus
{ display: none !important; }

div#ticket_bottom_right {
	color: #fff;
}
table#event-meta input[type=text] {
	width: 50%;
}

.dashboard-buttons img {
	margin:20px;
	object-fit: cover;
	width: 200px;
	height: 150px;
	box-shadow: 0px 15px 20px -12px rgba(0,0,0,0.6);
}

body[data-form-submit=regular] .container-wrap button[type=submit] {
	font-size: 15px;
	font-weight: 600;
}
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');

.CodeMirror-linenumber, .CodeMirror-gutter-elt {
	font-family: "JetBrains Mono", monospace !important;
	font-size: 0.9rem !important;
	line-height: 1.5 !important;
}

.CodeMirror pre.CodeMirror-line {
	font-family: "JetBrains Mono", monospace;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.5 !important;
}

table.table-view-list.posts .row-title,
table.table-view-list.pages .row-title {
	color: #222;
}
tr.status-publish th {
	border-left: 5px solid #50a064;
}
tr.status-publish .row-title {
	font-weight: bold;
}
tr.post-password-required th, 
tr.status-private th,
tr.post-password-protected th,
tr.status-draft th {
	border-left: 5px solid #eee;
}
table.table-view-list.posts,
table.table-view-list.pages {
	border-spacing: 0 0;
}
tr.status-publish {
	background: linear-gradient(#fff, #fff);
}
table.wp-list-table th,
table.wp-list-table td {
	border-bottom: 1px solid #ccc;
}
.post-type-page .post-type-tribe_events tr.post-password-required, 
.post-type-page .post-type-tribe_events tr.status-private,
.post-type-page .post-type-tribe_events tr.post-password-protected,
.post-type-page .post-type-tribe_events tr.status-draft {
	background: linear-gradient(#eee, #eee);
	opacity: 0.6;
}

.wp-list-table td .rank-math-column-display {
	display: inline-block;
	margin-right: 15px;
}
table.wp-list-table .rank-math-link-count {
	display:none;
}
span.switch_to_user {
	display:block;
	width: 100%;
}
span.switch_to_user a {
	font-weight: bold;
}