

/* 	==========================================================================

	WordPress Admin Menu Adjustments

	========================================================================== */

	/* Hide First Submenu Item */
	#adminmenu .wp-submenu li.wp-first-item:has( a[href="admin.php?page=logtastic"] ) {
		display: none;
	}

	/* Style Settings Submenu Item - Add Divder Above */ 
	#adminmenu .wp-submenu li:not( :nth-child(3) ):has( a[href="admin.php?page=logtastic_settings"] ) {
		margin: 8px 12px 0;
		padding-top: 7px;
		border-top: 1px solid #70767c;
		border-top: 1px solid rgba(240, 246, 252, .35);
	}

	/* Style Settings Submenu Item - Adjust Link Margin */ 
	#adminmenu .wp-submenu  li:not( :nth-child(3) ) a[href="admin.php?page=logtastic_settings"] {
		margin-left: -12px;
		margin-right: -12px;
	}


/* 	==========================================================================

	WordPress Admin Page Layout - General

	========================================================================== */

	/* Plugin Admin Pages Layout Adjustments */

	.inspired-logtastic #wpcontent {
		padding: 0;
	}

	.inspired-logtastic .wrap {
		margin: .5rem 1.5rem 1.5rem 1.5rem;
	}	


	/* Loader Classes */

	.inspired-logtastic .loading {
		min-height: 200px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.inspired-logtastic .loading.complete {
		display: none;
	}

	.inspired-logtastic .loaded {
		display: none;
	}

	.inspired-logtastic .loaded.complete {
		display: block;
	}

	.inspired-logtastic .loading-icon {
		height: 20px;
		opacity: .5;
	}

	.inspired-logtastic .loading-icon.lg {
		height: 40px;
	}

	.inspired-logtastic .loading-icon.sm {
		height: 20px;
	}


	/* Plugin Admin Header */

	.inspired-logtastic .logtastic-admin-header {
		margin: 0 0 1rem;
		background: #fff;
		border-bottom: 1px solid #dcdcde;
	}

	.inspired-logtastic .logtastic-admin-header-top-row {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: .5rem;
	}

	.inspired-logtastic .logtastic-admin-header-title-section {
		padding: 1.25rem 1.5rem .5rem;
		display: flex;
		
	}

	.inspired-logtastic .logtastic-admin-header-title-section span.dashicons {
		display: block;
		font-size: 40px;
		height: auto;
		width: auto;
		position: relative;
		top: 7px;
		left: -2px;
		margin-right: 10px;
		color: #3582c4;
		text-shadow: rgba(211,211,211,.5) 3px 3px 0px;
	}

	.inspired-logtastic .logtastic-admin-header-title-section img.logtastic-logo {
		width: 55px;
		height: 55px;
		position: relative;
		left: -2px;
		margin-right: 15px;
	}

	.inspired-logtastic .logtastic-admin-header-brand-logo {
		padding: 1.5rem 1.5rem .5rem;
	}

	@media(max-width: 599px) {
		.inspired-logtastic .logtastic-admin-header-brand-logo {
			display: none;
		}
	}

	.inspired-logtastic .logtastic-admin-header img.inspired-logo-small {
		max-height: 36px;
	}

	.inspired-logtastic .logtastic-admin-header-nav-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.inspired-logtastic ul.logtastic-admin-header-nav {
		display: flex;
		flex-direction: row;
		margin: 0;
		padding: 0;
	}

	.inspired-logtastic ul.logtastic-admin-header-nav li {
		margin: 0;
		padding: 0;
	}

	.inspired-logtastic .logtastic-admin-header-nav-item {
		display: block;
		text-decoration: none;
		color: inherit;
		padding: .5rem 0 1rem;
		margin: 0 .25rem 0 1.5rem;
		transition: box-shadow .5s ease-in-out;
		font-size: 14px;
	}

	.inspired-logtastic ul.logtastic-admin-header-nav li:last-child .logtastic-admin-header-nav-item {
		margin: 0 1.5rem 0 1.5rem;
	}

	.inspired-logtastic .logtastic-admin-header-nav-item.active {
		box-shadow: inset 0 -3px #3582c4;
		font-weight: 600;
	}

	.inspired-logtastic .logtastic-admin-header-nav-item span.dashicons {
		width: auto;
		height: auto;
		font-size: 17px;
		text-align: center;
		opacity: .75;
		margin-left: 2px;
	}

	.inspired-logtastic .logtastic-admin-header-nav-wrapper #logtastic-admin-header-nav-toggle {
		margin: 0 .5rem;
		background: transparent;
    	border: none;
    	font-size: 22px;
		display: none;
		color: inherit;
	}

	.inspired-logtastic .logtastic-admin-header-nav-wrapper #logtastic-admin-header-nav-toggle::before {
		content: "\f329";
		font-family: dashicons;
	}

	/* Admin Header Nav Responsive */

	@media(max-width: 799px) {
		.inspired-logtastic .logtastic-admin-header-nav-item {
			display:none;
		}
		.inspired-logtastic .logtastic-admin-header-nav-item.active {
			display: block;
		}
		.inspired-logtastic .logtastic-admin-header-nav-wrapper {
			justify-content: flex-start;
			position: relative;
		}
		.inspired-logtastic .logtastic-admin-header-nav-wrapper #logtastic-admin-header-nav-toggle {
			display: block;
			position: absolute;
			right: 0;
			bottom: .5rem;
		}
		.inspired-logtastic .logtastic-admin-header-nav-wrapper.visible #logtastic-admin-header-nav-toggle {
			position: static;
		}
		.inspired-logtastic .logtastic-admin-header-nav-wrapper.visible {
			flex-direction: column;
			margin: 2em 0 0;
		}
		.inspired-logtastic .logtastic-admin-header-nav-wrapper.visible ul.logtastic-admin-header-nav {
			flex-direction: column;
			margin-bottom: 1.5em;
		}
		.inspired-logtastic .logtastic-admin-header-nav-wrapper.visible ul.logtastic-admin-header-nav li {
			margin: auto;
		}
		.inspired-logtastic .logtastic-admin-header-nav-wrapper.visible ul.logtastic-admin-header-nav li a {
			margin: .5em auto;
			padding: .5rem 0 .5rem;
		}
		.inspired-logtastic .logtastic-admin-header-nav-wrapper.visible .logtastic-admin-header-nav-item {
			display: block;
		}
	}


	/* Admin Page Headings */

	.inspired-logtastic h2.logtastic-admin-page-title {
		margin-bottom: 10px;
		margin-top: 25px;
	}

	.inspired-logtastic h3.logtastic-admin-section-title {
		margin-top: 2em;
	}


	/* Admin Page Tabs */

	.inspired-logtastic .nav-tab-wrapper {
		display: flex;
		flex-wrap: nowrap;
	}

	@media screen and (max-width: 600px) {
		.inspired-logtastic .nav-tab-wrapper {
			border-bottom: 1px solid #c3c4c7;
		}
	}

	.inspired-logtastic .nav-tab-wrapper.overflown::after {
		content: unset;
	}

	.inspired-logtastic .nav-tab-wrapper .nav-tab-group {
		display: flex;
		flex-wrap: nowrap;
	}

	.inspired-logtastic .nav-tab-wrapper .nav-tab-group.responsive-toggle {
		display:none;
	}

	.inspired-logtastic .nav-tab-wrapper.overflown .nav-tab-group.responsive-toggle {
		display:flex;
	}

	.inspired-logtastic .nav-tab-wrapper .nav-tab {
		margin-left: 0;
		margin-right: 0;
	}

	@media screen and (max-width: 600px) {
		.inspired-logtastic .nav-tab-wrapper .nav-tab {
			border-bottom: none;
		}
		.inspired-logtastic .nav-tab-wrapper .nav-tab-active {
	    	border-bottom: 1px solid #f0f0f1;
			margin-bottom: -1px;
		}
	}

	.inspired-logtastic .nav-tab-wrapper .nav-tab:first-child {
		border-top-left-radius: 3px;
	}

	.inspired-logtastic .nav-tab-wrapper .nav-tab:last-child {
		border-top-right-radius: 3px;
		margin-right: .75em;
	}

	.inspired-logtastic .nav-tab-wrapper .nav-tab:not(:last-child) {
		margin-right: .25em;
	}

	.inspired-logtastic .nav-tab-wrapper .log-settings-tabs .nav-tab {
		display: none;
	}

	.inspired-logtastic .nav-tab-wrapper .log-settings-tabs .nav-tab.enabled {
		display: block;
	}

	.inspired-logtastic .nav-tab-wrapper .log-settings-tabs .nav-tab:nth-child( 1 of .enabled ) {
		border-top-left-radius: 3px;
	}

	.inspired-logtastic .nav-tab-wrapper .log-settings-tabs .nav-tab:nth-last-child( 1 of .enabled ) {
		border-top-right-radius: 3px;
	}

	.inspired-logtastic .nav-tab-wrapper.overflown .nav-tab:not(.nav-tab-active),
	.inspired-logtastic .nav-tab-wrapper.overflown .log-settings-tabs .nav-tab.enabled:not(.nav-tab-active) {
		display: none;
	}

	.inspired-logtastic .nav-tab-wrapper.overflown .nav-tab.nav-tab-active {
		border-top-left-radius: 3px;
		border-top-right-radius: 0 !important;
	}

	.inspired-logtastic .nav-tab-wrapper.overflown .nav-tab#logtastic-admin-settings-nav-tabs-toggle { 
		display: block;
		color: inherit;
		margin-right: 0;
		border-top-left-radius: 0;
	}

	.inspired-logtastic .nav-tab-wrapper.overflown .nav-tab#logtastic-admin-settings-nav-tabs-toggle::before {
		content: "\f329";
		font-family: dashicons;
	}

	.inspired-logtastic .settings-tabs-responsive {
		display: flex;
		flex-direction: column;
		margin-top: -1px;
		background: #dcdcde;
		border: 1px solid #c3c4c7;
		margin-top: -1px;
		position: relative;
		z-index: 1;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.inspired-logtastic .settings-tabs-responsive .nav-tab {
		margin: 10px 0 0;
		border: none;
		border-bottom: 1px solid #c3c4c7;
		border-bottom: none;	
	}

	.inspired-logtastic .settings-tabs-responsive .nav-tab:last-child {
		border-bottom: none;
		margin-bottom: 10px;
	}

	.inspired-logtastic .settings-tabs-responsive hr {
	    height: 1px;
    	width: 100%;
    	background: #c3c4c7;
		border: 0;
		margin: 10px 0 0;
	}




	/* Toggle Switch */

	.inspired-logtastic .logtastic-toggle-switch {
		cursor: pointer;
		width: 36px;
		height: 22px;
		border: 2px solid lightgrey;
		background: lightgrey;
		display: block;
		border-radius: 100px;
		position: relative;
	}

	.inspired-logtastic .logtastic-toggle-switch:disabled {
		cursor: not-allowed;
		cursor: wait;
	}

	.inspired-logtastic .logtastic-toggle-switch.enabled {
		border-color: #3582c4;
		background: #3582c4;
	}

	.inspired-logtastic .logtastic-toggle-switch.disabled::before {
		content: "";
		background: white;
		width: 16px;
		height: 16px;
		/* background: lightgrey; */
		display: block;
		border-radius: 100px;
		position: absolute;
		left: 1px;
		top: 1px;
	}

	.inspired-logtastic .logtastic-toggle-switch.enabled::before {
		content: "";
		background: white;
		width: 16px;
		height: 16px;
		/* background: lightgrey; */
		display: block;
		border-radius: 100px;
		position: absolute;
		left: unset;
		right: 1px;
		top: 1px;
	}


	/* Help Tooltips */

	.inspired-logtastic .logtastic-admin-tooltip {
		position: relative;
		display: inline-flex;
		background: #3582c4;
		width: 20px;
		height: 20px;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: 1px solid white;
		color: white;
		opacity: .75;
		transition: opacity 0.3s;
	}

	.inspired-logtastic .logtastic-admin-tooltip.pro {
		width: auto;
		padding: 2px 8px;
		border-radius: 5px;
		font-size: 12px;
	}

	.inspired-logtastic .logtastic-admin-tooltip .logtastic-admin-tooltip-content {
		visibility: hidden;
		opacity: 0;
		width: 600px;
		background-color: #fff;
		color: #3c434a;
		text-align: left;
		border-radius: 6px;
		padding: 10px 15px;
		position: absolute;
		z-index: 1;
		left: 30px;
		opacity: 0;
		transition: opacity 0.3s;
		filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
	}

	.inspired-logtastic .logtastic-admin-tooltip.tooltip-small .logtastic-admin-tooltip-content {
		width: 150px;
	}

	.inspired-logtastic .logtastic-admin-tooltip.pro .logtastic-admin-tooltip-content {
		font-size: 14px;
		left: 45px;
	}

	.inspired-logtastic .logtastic-admin-tooltip .logtastic-admin-tooltip-content::after {
		content: "";
		position: absolute;
		top: 50%;
		left: -12px;
		margin-top: -8px;
		border-width: 6px;
		border-style: solid;
		border-color: transparent #fff transparent transparent;
	}

	.inspired-logtastic .logtastic-admin-tooltip.pro .logtastic-admin-tooltip-content::after {
		margin-top: -6px;
	}

	.inspired-logtastic .logtastic-admin-tooltip:hover {
		opacity: 1;
	}

	.inspired-logtastic .logtastic-admin-tooltip:hover .logtastic-admin-tooltip-content {
		visibility: visible;
		opacity: 1;
	}


	/* Labels Widths */

	.inspired-logtastic .logtastic-admin-settings-label-250 {
		min-width: 200px;
	}

	.inspired-logtastic .logtastic-admin-settings-label-225 {
		min-width: 225px;
	}

	.inspired-logtastic .logtastic-admin-settings-label-250 {
		min-width: 250px;
	}


	/* Sub Options */

	.inspired-logtastic .logtastic-admin-sub-options {
		margin-left: 23px;
	}

	@media(max-width: 782px) {
		.inspired-logtastic .logtastic-admin-sub-options {
			margin-left: 32px;
		}	
	}

	.inspired-logtastic .logtastic-admin-sub-options i {
		display: block;
		position: relative;
		top: 5px;
	}


	/* Settings Form Flex Layout */

	.inspired-logtastic .settings-form-flex {
		display: flex;
	}
	.inspired-logtastic .settings-form-flex div:first-child {
		margin-right: 5px;
	}
	.inspired-logtastic .settings-form-flex label {
		margin-top: -1px !important;
	}

	/* Settings Form Explanations */
	.inspired-logtastic .explanation {
		font-size: 13px;;
	}



/* 	==========================================================================

	WordPress Admin Page Layout - Settings Pages - General

	========================================================================== */

	/* Ignore List Table */

	.inspired-logtastic .settings-ignore-list-table-wrapper {
		max-height: 400px;
		overflow: scroll;
		border-radius: 3px;
		border: 1px solid #c3c4c7;
		box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	}


	.inspired-logtastic .view-log-table.settings-ignore-list-table {
		margin: 0;
		border: none;
		box-shadow: none;
	}

	.inspired-logtastic .view-log-table.settings-ignore-list-table thead th {
		top: 0;
	}

	.inspired-logtastic .view-log-table.settings-ignore-list-table thead th, 
	.inspired-logtastic .view-log-table.settings-ignore-list-table thead td {
		padding: 15px 10px;
		width: auto;
	}

	.inspired-logtastic .view-log-table.settings-ignore-list-table thead th:first-child, 
	.inspired-logtastic .view-log-table.settings-ignore-list-table thead td:first-child {
		padding-left: 20px;
	}

	.inspired-logtastic .view-log-table.settings-ignore-list-table thead th:last-child, 
	.inspired-logtastic .view-log-table.settings-ignore-list-table thead td:last-child {
		padding-right: 20px;
	}

	.inspired-logtastic .view-log-table.settings-ignore-list-table tbody th,
	.inspired-logtastic .view-log-table.settings-ignore-list-table tbody td {
		padding: 15px 10px;
	}

	.inspired-logtastic .view-log-table.settings-ignore-list-table tbody th:first-child,
	.inspired-logtastic .view-log-table.settings-ignore-list-table tbody td:first-child {
		padding-left: 20px;
	}

	.inspired-logtastic .view-log-table.settings-ignore-list-table tbody th:last-child, 
	.inspired-logtastic .view-log-table.settings-ignore-list-table tbody td:last-child {
		padding-right: 20px;
	}

	.inspired-logtastic .view-log-table.settings-ignore-list-table .unignore-success {
		display: block;
		text-align: center;
		color: green;
		/* border: 2px solid grey; */
		margin: auto;
		width: auto;
	}

	.inspired-logtastic .view-log-table.settings-ignore-list-table .unignore-success .dashicons {
		border: 2px solid rgba(0, 0, 0, 0.1);
			border-radius: 50%;
			padding: 5px;
			display: inline-flex;
			justify-content: center;
			align-items: center;
	}

	.inspired-logtastic .view-log-table.settings-ignore-list-table .unignore-error {
		display: block;
		font-size: 10px;
		text-align: center;
		margin-top: 10px;
		color: red;
	}

	@media(max-width: 782px) {
		.inspired-logtastic .view-log-table.settings-ignore-list-table tbody th:first-child,
		.inspired-logtastic .view-log-table.settings-ignore-list-table tbody td:first-child {
			padding-left: 10px;
		}
		.inspired-logtastic .view-log-table.settings-ignore-list-table tbody tr td.column-error-source {
			padding-bottom: 10px;
		}
		.inspired-logtastic .view-log-table.settings-ignore-list-table tbody td.column-error-stop-ignoring {
			order: 4;
		}
	}


/* 	==========================================================================

	WordPress Admin Page Layout - Settings Pages - Enable / Disable Logs Page

	========================================================================== */

	/* Enable / Disable Logs Table */

	.inspired-logtastic .logtastic-enable-disable-logs-table {
		border-collapse: separate;
		border-radius: 3px;
		position: relative;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table thead th {
		position: sticky;
		top: 32px;
		background: white;
		z-index: 10;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table thead th:first-child {
		border-top-left-radius: 3px;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table thead th:last-child {
		border-top-right-radius: 3px;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table tbody tr:last-child td:first-child {
		border-bottom-left-radius: 3px;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table tbody tr:last-child td:last-child {
		border-bottom-right-radius: 3px;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table th {
		padding-left: 10px;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table th.name {
		padding-left: 20px;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table th.status {
		padding-right: 30px;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table td {
		background: rgba(0,0,0,0);
		transition: .3s all;
		padding: 20px 10px;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table tbody tr:not(:last-child) td {
		border-bottom: 1px solid #e1e1e3;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table tr:hover td {
		background: rgba(0,0,0,.025);
		transition: .3s all;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table td.logo {
		padding-left: 20px;
		padding-right: 20px;
		width: 1%;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table td.name {
		width: 20%;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table td.status{
		width: 10%;
	}
	.inspired-logtastic .logtastic-enable-disable-logs-table td.action {
		padding-right: 20px;
		width: 1%;
		min-width: 100px;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table td.action a {
		display: none;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table tr.enabled td.action a {
		display: block;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table td.logo img {
		width: 40px;
		height: 40px;
		object-fit: contain;
		border-radius: 3px;
	}

	.inspired-logtastic .logtastic-enable-disable-logs-table td.name {
		font-weight: 600;
	}

	@media(max-width: 782px) {
		.inspired-logtastic .logtastic-enable-disable-logs-table thead {
			display: none;
		}
		.inspired-logtastic .logtastic-enable-disable-logs-table tbody tr {
			display: flex;
			flex-wrap: wrap;
		}
		.inspired-logtastic .logtastic-enable-disable-logs-table tbody tr td {
			display: flex;
		}
		.inspired-logtastic .logtastic-enable-disable-logs-table tbody tr td.logo {
			box-sizing: border-box;
			width: 100%;
			border-bottom: none;
		}
		.inspired-logtastic .logtastic-enable-disable-logs-table tbody tr td.name {
			box-sizing: border-box;
			width: 100%;
			border-bottom: none;
			padding: 0 20px;
		}
		.inspired-logtastic .logtastic-enable-disable-logs-table tbody tr td.description {
			box-sizing: border-box;
			width: 100%;
			border-bottom: none;
			padding: 10px 20px 0;
		}
		.inspired-logtastic .logtastic-enable-disable-logs-table tbody tr td.status {
			box-sizing: border-box;
			width: 50%;
			display: flex;
			justify-content: flex-start;
			align-items: center;
			padding-left: 20px;
		}
		.inspired-logtastic .logtastic-enable-disable-logs-table tbody tr td.status::before {
			content: attr(data-colname);
			font-weight: 500;
			margin-right: 10px;
		}
		.inspired-logtastic .logtastic-enable-disable-logs-table tbody tr td.action {
			box-sizing: border-box;
			width: 50%;
			display: flex;
			justify-content: flex-end;
			align-items: center;
		}
	}


/* 	==========================================================================

	WordPress Admin Page Layout - Log View Pages - General

	========================================================================== */

	/* View Log Table */

	.inspired-logtastic .view-log-table {
		border-collapse: separate;
		border-radius: 3px;
		position: relative;
		margin: 20px 0 15px;
	}

	.inspired-logtastic .view-log-table thead th,
	.inspired-logtastic .view-log-table thead td {
		position: sticky;
		top: 32px;
		background: white;
		z-index: 10;
		font-weight: 600;
		padding: 20px 10px;
	}

	.inspired-logtastic .view-log-table thead th:first-child,
	.inspired-logtastic .view-log-table thead td:first-child {
		border-top-left-radius: 3px;
	}

	.inspired-logtastic .view-log-table thead th:last-child,
	.inspired-logtastic .view-log-table thead td:last-child {
		border-top-right-radius: 3px;
	}

	.inspired-logtastic .view-log-table thead .sorting-indicators {
		position: relative;
		right: -3px;
	}

	.inspired-logtastic .view-log-table thead th:last-child,
	.inspired-logtastic .view-log-table tbody tr td:last-child {
		padding-right: 20px;
	}

	.inspired-logtastic .view-log-table tbody tr:last-child td:first-child,
	.inspired-logtastic .view-log-table tbody tr:last-child th:first-child {
		border-bottom-left-radius: 3px;
	}

	.inspired-logtastic .view-log-table tbody tr:last-child td:last-child {
		border-bottom-right-radius: 3px;
	}

	.inspired-logtastic .view-log-table tbody th,
	.inspired-logtastic .view-log-table tbody td {
		background: rgba(0,0,0,0);
		transition: .3s all;
		padding: 20px 10px;
	}

	.inspired-logtastic .view-log-table tbody th.check-column,
	.inspired-logtastic .view-log-table tbody td.check-column {
		padding-top: 21px;
	}

	.inspired-logtastic .view-log-table tbody th.has-label,
	.inspired-logtastic .view-log-table tbody td.has-label {
		padding-top: 16px;
	}

	.inspired-logtastic .view-log-table tbody tr:not(:last-child) th,
	.inspired-logtastic .view-log-table tbody tr:not(:last-child) td {
		border-bottom: 1px solid #e1e1e3;
	}

	.inspired-logtastic .view-log-table tbody tr:hover th,
	.inspired-logtastic .view-log-table tbody tr:hover td {
		background: rgba(0,0,0,.025);
		transition: .3s all;
	}

	.inspired-logtastic .view-log-table th.sortable, 
	.inspired-logtastic .view-log-table th.sorted {
		padding: 0 10px;
	}

	.inspired-logtastic .view-log-table th.sortable a, 
	.inspired-logtastic .view-log-table th.sorted a {
		display: flex;
		justify-content: space-between;
		white-space: nowrap;
		padding: 20px 0;
	}

	.inspired-logtastic .view-log-table th.align-right.sortable a, 
	.inspired-logtastic .view-log-table th.align-right.sorted a {
		justify-content: flex-end;
	}

	.inspired-logtastic .view-log-table td.no-errors {
		text-align: center;
		padding: 50px;
	} 

	.inspired-logtastic .align-right {
		text-align: right;
	}

	.inspired-logtastic .view-log-table .row-title {
		word-break: break-all;
	}

	.inspired-logtastic .view-log-table .row-actions {
		margin-top: 10px;
	}

	.inspired-logtastic .view-log-table .nowrap {
		white-space: nowrap;
	}

	/* Responsive Log Table Display Adjustments */
	@media(max-width: 782px) {
		.inspired-logtastic .view-log-table thead th,
		.inspired-logtastic .view-log-table thead td {
			position: static;
			padding: 15px 15px;
			display: none;
		}
		.inspired-logtastic .view-log-table thead th.column-error-detail {
			display: table-cell;
		}
		.inspired-logtastic .view-log-table tbody tr {
			display: flex;
			flex-direction: column;
		}
		.inspired-logtastic .view-log-table tbody th,
		.inspired-logtastic .view-log-table tbody td {
			padding: 20px 15px;
		}
		.inspired-logtastic .view-log-table tbody th.has-label, 
		.inspired-logtastic .view-log-table tbody td.has-label {
			padding-top: 20px;
		}
		.inspired-logtastic .view-log-table tbody tr th {
			position: absolute;
			top: 0;
			right: 0;
		}
		.inspired-logtastic .view-log-table tbody tr {
			border-bottom: 1px solid #e1e1e3;
			position: relative;
		}
		.inspired-logtastic .view-log-table tbody tr:not(:last-child) th,
		.inspired-logtastic .view-log-table tbody tr:not(:last-child) td {
			border-bottom: none;
		}
		.inspired-logtastic .view-log-table tbody tr td.column-error-level,
		.inspired-logtastic .view-log-table tbody tr td.column-error-type {
			order: 1;
			padding-bottom: 0;
		}
		.inspired-logtastic .view-log-table tbody tr td.column-error-detail {
			order: 2;
			padding-bottom: 10px;
		}
		.inspired-logtastic .view-log-table tbody tr td.column-error-detail .row-actions {
			position: absolute;
			left: 15px;
			bottom: 15px;
		}
		.inspired-logtastic .view-log-table tbody tr td.column-error-detail .row-actions .trash {
			display: none;
		}
		.inspired-logtastic .view-log-table tbody tr td.column-error-source {
			order: 3;
			padding-top: 0;
			padding-bottom: 60px;
		}
		.inspired-logtastic .view-log-table tbody tr td.column-error-source .source-label .source-icon {
			padding-left: 0;
		}
		.inspired-logtastic .view-log-table tbody tr td.column-error-count {
			display: none;
		}
		.inspired-logtastic .view-log-table tbody tr td.column-error-first-occurred {
			display: none;
		}
		.inspired-logtastic .view-log-table tbody tr td.column-error-last-occurred {
			display: none;
		}
	}


	/* Table Search */
	@media(max-width: 782px) {
		.inspired-logtastic p.search-box {
			margin-bottom: 30px;
		}
		.inspired-logtastic p.search-box input[type="search"] {
			flex-grow: 1;
		}
		.inspired-logtastic p.search-box button[type="submit"] {
			margin-bottom: 0;
			min-width: 40px;
		}
		.inspired-logtastic p.search-box button[type="submit"] span {
			display: none;
		}
		.inspired-logtastic p.search-box button[type="submit"]::before {
			content: "\f179";
			font-family: dashicons;
			text-indent: 0;
			vertical-align: middle;
			font-size: 18px;
			line-height: 1;
		}
	}


	/* Table Pagination */

	.inspired-logtastic .pagination-links form {
		display: inline;
	}


	/* Javascript Tabs */

	.inspired-logtastic [data-tab-id] {
		display: none;
	}

	.inspired-logtastic [data-tab-id].active {
		display: block;
	}


	/* Details Modal */

	.inspired-logtastic #adminmenuwrap {
		z-index: 10002;
	}

	.inspired-logtastic .details-modal {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		min-height: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
		display: none;
	}

	body.inspired-logtastic.show-details {
		overflow: hidden;
	}

	body.inspired-logtastic.show-details .details-modal {
		display: block;
	}

	.inspired-logtastic .details-modal .details-modal-background {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #f0f0f1;
		background: rgba(240, 240, 241, .9);
		z-index: 10000;
	}

	.inspired-logtastic .details-modal .details-modal-body {
		display: none;
		clear: both;
		position: fixed;
		top: 62px;
		left: 190px;
		right: 30px;
		bottom: 30px;
		max-width: 1450px;
    	margin: auto;
		background: #fff;
		box-shadow: 0 1px 20px 5px rgba(0,0,0,.1);
		z-index: 10000;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch
	}

	body.inspired-logtastic.folded .details-modal .details-modal-body {
		left: 70px
	}

	@media only screen and (max-width: 960px) {
		.inspired-logtastic .details-modal .details-modal-body {
			left:65px
		}
	}

	@media only screen and (max-width: 782px) {
		.inspired-logtastic .details-modal .details-modal-body,
		body.inspired-logtastic.folded .details-modal .details-modal-body {
			top:0;
			right: 0;
			bottom: 0;
			left: 0;
			padding: 70px 20px 20px;
			border: none;
			z-index: 100000;
			position: fixed
		}
	}

	.inspired-logtastic .details-modal .details-modal-body.active {
		display: block;
	}

	.inspired-logtastic .details-modal .details-modal-body-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 48px;
		border-bottom: 1px solid #dcdcde
	}

	.inspired-logtastic .details-modal .details-modal-body-header button {
		padding: 0
	}

	.inspired-logtastic .details-modal .details-modal-body-header .close {
		cursor: pointer;
		height: 48px;
		width: 50px;
		text-align: center;
		float: right;
		border: 0;
		border-left: 1px solid #dcdcde;
		background-color: transparent;
		transition: color .1s ease-in-out,background .1s ease-in-out
	}

	.inspired-logtastic .details-modal .details-modal-body-header .close:before {
		font: normal 22px/50px dashicons!important;
		color: #787c82;
		display: inline-block;
		content: "\f335";
		font-weight: 300
	}

	.inspired-logtastic .details-modal .details-modal-body-header .left,
	.inspired-logtastic .details-modal .details-modal-body-header .right {
		cursor: pointer;
		color: #787c82;
		background-color: transparent;
		height: 48px;
		width: 54px;
		float: left;
		text-align: center;
		border: 0;
		border-right: 1px solid #dcdcde;
		transition: color .1s ease-in-out,background .1s ease-in-out
	}

	.inspired-logtastic .details-modal .details-modal-body-header .close:focus,
	.inspired-logtastic .details-modal .details-modal-body-header .close:hover,
	.inspired-logtastic .details-modal .details-modal-body-header .left:focus,
	.inspired-logtastic .details-modal .details-modal-body-header .left:hover,
	.inspired-logtastic .details-modal .details-modal-body-header .right:focus,
	.inspired-logtastic .details-modal .details-modal-body-header .right:hover {
		background: #dcdcde;
		border-color: #c3c4c7;
		color: #000
	}

	.inspired-logtastic .details-modal .details-modal-body-header .close:focus:before,
	.inspired-logtastic .details-modal .details-modal-body-header .close:hover:before {
		color: #000
	}

	.inspired-logtastic .details-modal .details-modal-body-header .close:focus,
	.inspired-logtastic .details-modal .details-modal-body-header .left:focus,
	.inspired-logtastic .details-modal .details-modal-body-header .right:focus {
		box-shadow: none;
		outline: 0
	}

	.inspired-logtastic .details-modal .details-modal-body-header .left.disabled,
	.inspired-logtastic .details-modal .details-modal-body-header .left.disabled:hover,
	.inspired-logtastic .details-modal .details-modal-body-header .right.disabled,
	.inspired-logtastic .details-modal .details-modal-body-header .right.disabled:hover {
		color: #c3c4c7;
		background: inherit;
		cursor: inherit
	}

	.inspired-logtastic .details-modal .details-modal-body-header .left:before,
	.inspired-logtastic .details-modal .details-modal-body-header .right:before {
		font: normal 20px/50px dashicons!important;
		display: inline;
		font-weight: 300
	}

	.inspired-logtastic .details-modal .details-modal-body-header .left:before {
		content: "\f341"
	}

	.inspired-logtastic .details-modal .details-modal-body-header .right:before {
		content: "\f345"
	}

	.inspired-logtastic .details-modal .details-modal-body-content {
		position: absolute;
		top: 49px;
		bottom: 57px;
		left: 0;
		right: 0;
		overflow: auto;
		display: grid;
		grid-template-areas:
			"intro sidebar"
			"main sidebar";
		grid-template-columns: auto 300px;
		grid-template-rows: auto 1fr;
	}

	@media only screen and (max-width: 999px) {
		.inspired-logtastic .details-modal .details-modal-body-content {
			display: block;
		}
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-intro {
		grid-area: intro;
		padding: 50px 30px 30px;
		text-align: center;
		
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-intro .error-level-label,
	.inspired-logtastic .details-modal .details-modal-body-content .details-intro .response-status-label {
		margin-bottom: 15px;
		transform: scale(1.25);
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-intro .file,
	.inspired-logtastic .details-modal .details-modal-body-content .details-intro .line,
	.inspired-logtastic .details-modal .details-modal-body-content .details-intro .line-column {
		margin-top: 10px;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-intro .line-column div {
		display: inline;
		margin: 0 15px;
	}

	.inspired-logtastic .details-modal .details-modal-body-content ul.details-tabs {
		display: flex;
		position: relative;
		/*
		bottom: -50px;
		left: -30px;
		right: -30px;
		width: calc(100% + 60px);
		*/
		width: 100%;
		padding: 0;
		margin: 0 0 -1px 0;
		justify-content: center;
	}

	.inspired-logtastic .details-modal .details-modal-body-content ul.details-tabs li {
		padding: 0;
		margin: 0;
	}

	.inspired-logtastic .details-modal .details-modal-body-content ul.details-tabs li a {
		padding: 10px 15px;
		border: 1px solid #e6e6e8;
		border-left: none;
		display: block;
		text-decoration: none;
	}

	.inspired-logtastic .details-modal .details-modal-body-content ul.details-tabs li:first-child a {
		border-left: 1px solid #e6e6e8;
		border-top-left-radius: 3px;
	}

	.inspired-logtastic .details-modal .details-modal-body-content ul.details-tabs li:last-child a {
		border-top-right-radius: 3px;
	}

	.inspired-logtastic .details-modal .details-modal-body-content ul.details-tabs li a.active {
		border-bottom: 1px solid #fff;
		color: #3c434a;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main {
		grid-area: main;
		max-width: 100%;
		overflow: auto;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main .tabbed-content {
		border-top: 1px solid #e6e6e8;
		height: 100%;
		width: 100%;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main .tabbed-content .tab {
		height: 100%;
		width: 100%;
		padding: 30px;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main .tabbed-content .tab:not(.active) {
		display: none;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main {
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main h4 {
		display: none;
		margin-top: 0;
	}

	@media(max-width: 782px) {
		.inspired-logtastic .details-modal .details-modal-body-content .details-main {
			padding: 30px;	
			border-bottom: 1px solid #f0f0f1;
		}

		.inspired-logtastic .details-modal .details-modal-body-content .details-main h4 {
			display: block;
			font-size: 1.2em;
		}
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main .tablenav.occurrences-table-navigation {
		flex-shrink: 0;
		border-bottom: 1px solid #e6e6e8;
		padding: 15px;
		margin-bottom: 0;
	}

	@media(max-width: 782px) {
		.inspired-logtastic .details-modal .details-modal-body-content .details-main .tablenav.occurrences-table-navigation {
			border-bottom: none;
			margin-top: 0;
			padding: 5px;
		}
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main .occurrences-table-navigation .tablenav-pages {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	@media(max-width: 782px) {
		.inspired-logtastic .details-modal .details-modal-body-content .details-main .occurrences-table-navigation .tablenav-pages {
			flex-direction: column;
		}
		.inspired-logtastic .details-modal .details-modal-body-content .details-main .occurrences-table-navigation .tablenav-pages .displaying-num {
			display: block;
			width: 100%;
			text-align: left;
		}
		.inspired-logtastic .details-modal .details-modal-body-content .details-main .occurrences-table-navigation .tablenav-pages .pagination-links {
			margin-top: 30px;
		}
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main .occurrences-table-navigation .tablenav-pages button {
		position: relative;
		top: 1px;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main .occurrences-table-wrapper {
		overflow: auto;
		height: 100%;
		position: relative;
	}

	@media(max-width: 782px) {
		.inspired-logtastic .details-modal .details-modal-body-content .details-main .occurrences-table-wrapper {
			overflow: hidden;
		}
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main .occurrences-table-wrapper .loading {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255,255,255,.75);
		display: none;
		justify-content: center;
		align-items: center;
		z-index: 1;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main .occurrences-table-wrapper.loading .loading {
		display: flex;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main table {
		border-collapse: collapse;
		width: 100%;
		position: relative;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main table th,
	.inspired-logtastic .details-modal .details-modal-body-content .details-main table td {
		border: 1px solid #f1f1f1;
		text-align: left;
		padding: 10px 15px;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main table th:last-child,
	.inspired-logtastic .details-modal .details-modal-body-content .details-main table td:last-child {
		border-right: 0;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main table thead th {
		background: white;
		border-top: 0;
		box-shadow: inset 0 -1px #f1f1f1;
		border-bottom: 0;
		position: sticky; 
		top: 0;
		z-index: 1;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-main table tbody tr:first-child td {
		border-top: 0;
	}

	@media(max-width: 782px) {
		.inspired-logtastic .details-modal .details-modal-body-content .details-main table thead {
			display: none;
		}
		.inspired-logtastic .details-modal .details-modal-body-content .details-main table tbody tr {
		    display: flex;
    		flex-direction: column;
			margin-bottom: 20px;
			border: 1px solid #f1f1f1;
		}
		.inspired-logtastic .details-modal .details-modal-body-content .details-main table tbody tr td {
			border: none;
			display: flex;
			justify-content: space-between;
		}
		.inspired-logtastic .details-modal .details-modal-body-content .details-main table tbody tr td:first-child::after {
			content: "\f345";
			font-family: dashicons;
		}
		.inspired-logtastic .details-modal .details-modal-body-content .details-main table tbody tr td:first-child br {
			display: none;
		}
		.inspired-logtastic .details-modal .details-modal-body-content .details-main table tbody tr td:not(:first-child) {
		    display: none;
		}
		.inspired-logtastic .details-modal .details-modal-body-content .details-main table tbody tr.expanded td:first-child {
			background-color: #fdfdfd;
			font-weight: 600;
		}
		.inspired-logtastic .details-modal .details-modal-body-content .details-main table tbody tr.expanded td:first-child::after {
			content: "\f347";
			font-family: dashicons;
		}
		.inspired-logtastic .details-modal .details-modal-body-content .details-main table tbody tr.expanded td:not(:first-child) {
		    display: flex;
			justify-content: space-between;
		}
		.inspired-logtastic .details-modal .details-modal-body-content .details-main table tbody tr.expanded td:not(:first-child)::before {
			content: attr(data-colname);
			font-weight: 500;
		}
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-sidebar {
		grid-area: sidebar;
		box-sizing: border-box;
		flex-shrink: 0;
		border-left: 1px solid #e6e6e8;
		background: #fdfdfd;
	}

	@media(max-width: 782px) {
		.inspired-logtastic .details-modal .details-modal-body-content .details-sidebar {
			background: white;
		}
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-sidebar h4 {
		font-size: 1.1em;
	}

	@media(max-width: 782px) {
		.inspired-logtastic .details-modal .details-modal-body-content .details-sidebar h4 {
			font-size: 1.2em;
		}	
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-sidebar .sidebar-section {
		padding: 30px;	
		border-bottom: 1px solid #f0f0f1;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-sidebar .sidebar-section:last-child {
		border-bottom: none;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-sidebar .sidebar-section :first-child {
		margin-top: 0;	
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-sidebar .sidebar-section :last-child {
		margin-bottom: 0;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-sidebar .sidebar-section p.flex {
		display: flex;
		justify-content: space-between;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-sidebar .sidebar-section p.flex span {
		text-align: right;
	}

	.inspired-logtastic .details-modal .details-modal-body-content .details-sidebar .sidebar-section.occurrences .occurrences-chart .loading {
		height: 119px;
		width: 100%;
		/* display: flex; */
		align-items: center;
		justify-content: center;
	}

	.inspired-logtastic .details-modal .details-modal-body-footer {
		position: absolute;
		text-align: center;
		height: 57px;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px 25px 10px;
		background: #f6f7f7;
		z-index: 30;
		box-sizing: border-box;
		border-top: 1px solid #f0f0f1;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 5px;
	}

	.inspired-logtastic .details-modal .details-modal-body-footer .button {
		margin: auto 5px;
	}

	.inspired-logtastic .details-modal .details-modal-body-footer .button.button-delete {
		color: #b32d2e;
		border-color: #b32d2e;
	}

	.inspired-logtastic .details-modal .details-modal-body-footer .button:focus,
	.inspired-logtastic .details-modal .details-modal-body-footer .button:active {
		outline: none;
		box-shadow: none;
	}


	/* Share Error */

	.inspired-logtastic .share-error-input-group {
		display: flex;
		width: 100%;
	}

	.inspired-logtastic .share-error-input-group input {
		flex-grow: 1;
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
		margin-right: -1px;
	}

	.inspired-logtastic .share-error-input-group button.button.copy {
		margin-left: 0;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
	}

	.inspired-logtastic .share-error-input-group button.button.copy span.dashicons {
		font-size: 16px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.inspired-logtastic .share.responsive {
		display: none;
	}

	.inspired-logtastic .share.responsive h4 {
		font-size: 1.2em;
		margin-top: 0;
	}

	@media(max-width: 782px) {
		.inspired-logtastic .sidebar-section.share {
			display: none;
		}
		.inspired-logtastic .share.responsive {
			display: block;
			padding: 30px 30px 60px;
		}
	}


	/* Stack Trace Modal */

	.inspired-logtastic .stack-trace-modal {
		display: none;
	}

	.inspired-logtastic .stack-trace-modal.show {
		display: block;
	}

	.inspired-logtastic .stack-trace-modal {
		position: fixed;
		top: 32px;
		left: 160px;
		right: 0;
		bottom: 0;
		z-index: 10001;
	}

	body.inspired-logtastic.folded .stack-trace-modal {
		left: 36px;
	}

	@media only screen and (max-width: 960px) {
		.inspired-logtastic .stack-trace-modal {
			left: 36px;
		}
	}

	@media only screen and (max-width: 782px) {
		.inspired-logtastic .stack-trace-modal {
			top: 0;
			left: 0;
			z-index: 100001;
		}
	}

	.inspired-logtastic .stack-trace-modal .stack-trace-modal-background {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #f0f0f1;
		background: rgba(240, 240, 241, .9);
		z-index: 10001;
	}

	@media only screen and (max-width: 782px) {
		.inspired-logtastic .stack-trace-modal .stack-trace-modal-background {
			z-index: 100001;
		}
	}

	.inspired-logtastic .stack-trace-modal .stack-trace-modal-body {
		position: absolute;
		top: 20vh;
		left: 15vw;
		right: 15vw;
		bottom: 20vh;
		max-width: 1000px;
    	margin: auto;
		background: #fff;
		box-shadow: 0 1px 20px 5px rgba(0,0,0,.1);
		z-index: 10001;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch
	}

	@media only screen and (max-width: 782px) {
		.inspired-logtastic .stack-trace-modal .stack-trace-modal-body {
			top: 5vw;
			left: 5vw;
			right: 5vw;
			bottom: 5vw;
			z-index: 100001;
		}
	}

	.inspired-logtastic .stack-trace-modal .stack-trace-modal-body-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 48px;
		border-bottom: 1px solid #dcdcde;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.inspired-logtastic .stack-trace-modal .stack-trace-modal-body-header h3 {
		padding-left: 15px;
		margin: 0;
	}

	.inspired-logtastic .stack-trace-modal .stack-trace-modal-body-header button {
		padding: 0
	}

	.inspired-logtastic .stack-trace-modal .stack-trace-modal-body-header .close {
		cursor: pointer;
		height: 48px;
		width: 50px;
		text-align: center;
		border: 0;
		border-left: 1px solid #dcdcde;
		background-color: transparent;
		transition: color .1s ease-in-out,background .1s ease-in-out
	}

	.inspired-logtastic .stack-trace-modal .stack-trace-modal-body-header .close:before {
		font: normal 22px/50px dashicons!important;
		color: #787c82;
		display: inline-block;
		content: "\f335";
		font-weight: 300
	}


	.inspired-logtastic .stack-trace-modal .stack-trace-modal-body-header .close:focus,
	.inspired-logtastic .stack-trace-modal .stack-trace-modal-body-header .close:hover {
		background: #dcdcde;
		border-color: #c3c4c7;
		color: #000
	}

	.inspired-logtastic .stack-trace-modal .stack-trace-modal-body-header .close:focus:before,
	.inspired-logtastic .stack-trace-modal .stack-trace-modal-body-header .close:hover:before {
		color: #000
	}

	.inspired-logtastic .stack-trace-modal .stack-trace-modal-body-header .close:focus {
		box-shadow: none;
		outline: 0
	}

	.inspired-logtastic .stack-trace-modal.loading .stack-trace-body-loading {
		justify-content: center;
		align-items: center;
	}

	.inspired-logtastic .stack-trace-modal.loading .stack-trace-body-loading,
	.inspired-logtastic .stack-trace-modal.loaded .stack-trace-body-content {
		position: absolute;
		top: 49px;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: auto;
	}

	.inspired-logtastic .stack-trace-modal.loading .stack-trace-body-loading {
		display: flex;
	}

	.inspired-logtastic .stack-trace-modal.loading .stack-trace-body-content,
	.inspired-logtastic .stack-trace-modal.loaded .stack-trace-body-loading {
		display: none;
	}

	.inspired-logtastic .stack-trace-modal .stack-trace-body-content #stack-trace-body-content-switcher {
		position: sticky;
		top: 0;
		left: 0;
		width: 100%;
		background: white;
		padding: 15px;
		box-sizing: border-box;
		display: flex;
		z-index: 1;
	}

	.inspired-logtastic .stack-trace-modal .stack-trace-body-content #stack-trace-body-content-switcher a {
		display: none;
		margin-right: 15px;
	}

	.inspired-logtastic .stack-trace-modal .stack-trace-body-content #stack-trace-body-content-switcher a.active {
		color: black;
		text-decoration: none;
		font-weight: 500;
	}

	.inspired-logtastic .stack-trace-modal .stack-trace-body-content #stack-trace-body-content-switcher a.available {
		display: block;
	}

	.inspired-logtastic .stack-trace-modal #stack-trace-body-content-raw,
	.inspired-logtastic .stack-trace-modal #stack-trace-body-content-visual {
		display: none;
	}

	.inspired-logtastic .stack-trace-modal #stack-trace-body-content-raw.active,
	.inspired-logtastic .stack-trace-modal #stack-trace-body-content-visual.active {
		display: block;
	}

	.inspired-logtastic .stack-trace-modal #stack-trace-body-content-raw {
		padding: 0 10px;
	}

	.inspired-logtastic .stack-trace-modal #stack-trace-body-content-raw pre {
		word-break: break-word;
		white-space: pre-wrap;
	}

	.inspired-logtastic .stack-trace-modal #stack-trace-body-content-raw pre code {
		background: transparent;
		margin-bottom: 15px;
		display: block;
	}


	/* Additional Details Modal */

	.inspired-logtastic .additional-details-modal {
		display: none;
	}

	.inspired-logtastic .additional-details-modal.show {
		display: block;
	}

	.inspired-logtastic .additional-details-modal {
		position: fixed;
		top: 32px;
		left: 160px;
		right: 0;
		bottom: 0;
		z-index: 10001;

	}

	body.inspired-logtastic.folded .additional-details-modal {
		left: 36px;
	}

	@media only screen and (max-width: 960px) {
		.inspired-logtastic .additional-details-modal {
			left: 36px;
		}
	}

	@media only screen and (max-width: 782px) {
		.inspired-logtastic .additional-details-modal {
			top: 0;
			left: 0;
			z-index: 100001;
		}
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-background {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #f0f0f1;
		background: rgba(240, 240, 241, .9);
		z-index: 10001;
	}

	@media only screen and (max-width: 782px) {
		.inspired-logtastic .additional-details-modal .additional-details-modal-background {
			z-index: 100001;
		}
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-body {
		position: absolute;
		top: 30vh;
		left: 15vw;
		right: 15vw;
		bottom: 30vh;
		max-width: 1000px;
    	margin: auto;
		background: #fff;
		box-shadow: 0 1px 20px 5px rgba(0,0,0,.1);
		z-index: 10001;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
	}

	@media only screen and (max-width: 782px) {
		.inspired-logtastic .additional-details-modal .additional-details-modal-body {
			top: 5vw;
			left: 5vw;
			right: 5vw;
			bottom: 5vw;
			z-index: 100001;
		}
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 48px;
		border-bottom: 1px solid #dcdcde;
		display: flex;
		justify-content: space-between;
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header h3 {
		padding-left: 15px;
		margin-bottom: 0;
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header button {
		padding: 0
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .close {
		cursor: pointer;
		height: 48px;
		width: 50px;
		text-align: center;
		border: 0;
		border-left: 1px solid #dcdcde;
		background-color: transparent;
		transition: color .1s ease-in-out,background .1s ease-in-out
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .close:before {
		font: normal 22px/50px dashicons!important;
		color: #787c82;
		display: inline-block;
		content: "\f335";
		font-weight: 300
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .left,
	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .right {
		cursor: pointer;
		color: #787c82;
		background-color: transparent;
		height: 48px;
		width: 54px;
		float: left;
		text-align: center;
		border: 0;
		border-right: 1px solid #dcdcde;
		transition: color .1s ease-in-out,background .1s ease-in-out
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .close:focus,
	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .close:hover,
	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .left:focus,
	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .left:hover,
	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .right:focus,
	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .right:hover {
		background: #dcdcde;
		border-color: #c3c4c7;
		color: #000
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .close:focus:before,
	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .close:hover:before {
		color: #000
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .close:focus,
	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .left:focus,
	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .right:focus {
		box-shadow: none;
		outline: 0
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .left.disabled,
	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .left.disabled:hover,
	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .right.disabled,
	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .right.disabled:hover {
		color: #c3c4c7;
		background: inherit;
		cursor: inherit
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .left:before,
	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .right:before {
		font: normal 20px/50px dashicons!important;
		display: inline;
		font-weight: 300
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .left:before {
		content: "\f341"
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-body-header .right:before {
		content: "\f345"
	}

	.inspired-logtastic .additional-details-modal .additional-details-modal-body-loading,
	.inspired-logtastic .additional-details-modal .additional-details-modal-body-content {
		position: absolute;
		top: 49px;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: auto;
		padding: 15px 25px;
	}

	.inspired-logtastic .additional-details-modal.loading .additional-details-modal-body-loading {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.inspired-logtastic .additional-details-modal.loading .additional-details-modal-body-content,
	.inspired-logtastic .additional-details-modal.loaded .additional-details-modal-body-loading {
		display: none;
	}

	/* Error Level/Type Labels */
	.inspired-logtastic .error-level-label {
		display: inline-block;
		padding: 3px 12px 3px 4px;
		border-radius: 20px;
		border: 1px solid #f6f7f7;
	}
	.inspired-logtastic .error-level-label::before {
		font-family: dashicons;
		display: inline-block;
		line-height: 1;
		font-weight: 400;
		font-style: normal;
		speak: never;
		text-decoration: inherit;
		text-transform: none;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		width: 20px;
		height: 20px;
		font-size: 20px;
		vertical-align: top;
		text-align: center;
		transition: color .1s ease-in;
		margin-right: 2px;
	}

	/* Error Level Labels - Error */
	.inspired-logtastic .error-level-label.error-level-1,
	.inspired-logtastic .error-level-label.error-level-4,
	.inspired-logtastic .error-level-label.error-level-16,
	.inspired-logtastic .error-level-label.error-level-64,
	.inspired-logtastic .error-level-label.error-level-256,
	.inspired-logtastic .error-level-label.error-level-4096 {
		border-color: #d63638;
		background: #d63638;
		color: #fff;
	}
	.inspired-logtastic .error-level-label.error-level-1::before,
	.inspired-logtastic .error-level-label.error-level-4::before,
	.inspired-logtastic .error-level-label.error-level-16::before,
	.inspired-logtastic .error-level-label.error-level-64::before,
	.inspired-logtastic .error-level-label.error-level-256::before,
	.inspired-logtastic .error-level-label.error-level-4096::before {
		content: "\f534";
	}

	/* Error Level Labels - Warning */
	.inspired-logtastic .error-level-label.error-level-2,
	.inspired-logtastic .error-level-label.error-level-32,
	.inspired-logtastic .error-level-label.error-level-128,
	.inspired-logtastic .error-level-label.error-level-512 {
		border-color: #dba617;
		background: #dba617;
		color: #fff;

	}
	.inspired-logtastic .error-level-label.error-level-2::before,
	.inspired-logtastic .error-level-label.error-level-32::before,
	.inspired-logtastic .error-level-label.error-level-128::before,
	.inspired-logtastic .error-level-label.error-level-512::before {
		content: "\f227";
	}

	/* Error Level Labels - Notice */
	.inspired-logtastic .error-level-label.error-level-8,
	.inspired-logtastic .error-level-label.error-level-8192,
	.inspired-logtastic .error-level-label.error-level-1024,
	.inspired-logtastic .error-level-label.error-level-16384,
	.inspired-logtastic .error-level-label.error-level-2048 {
		border-color: #72aee6;
		background: #72aee6;
		color: #fff;
	}
	.inspired-logtastic .error-level-label.error-level-8::before,
	.inspired-logtastic .error-level-label.error-level-8192::before,
	.inspired-logtastic .error-level-label.error-level-1024::before,
	.inspired-logtastic .error-level-label.error-level-16384::before,
	.inspired-logtastic .error-level-label.error-level-2048::before {
		content: "\f348";
		content: "\f16d";
	}


	/* Source Label */
	.inspired-logtastic .source-label {
		display: flex;
		min-width: 150px;
	}
	.inspired-logtastic p.flex .source-label {
		justify-content: flex-end;
    	margin-top: -4px;
	}

	/* Source Icon */
	.inspired-logtastic .source-label .source-icon {
		display: inline-block;
		padding: 3px;
		border-radius: 20px;
		background: #f6f7f7;
		border: 1px solid #f6f7f7;
		margin-right: 8px;
	}

	.inspired-logtastic tr:hover .source-label .source-icon {
		background: white;
	}

	.inspired-logtastic .source-label .source-text {
		display: inline-block;
		padding-top: 4px;
	}

	/* Response Status Labels */
	.inspired-logtastic .response-status-label {
		display: inline-block;
		padding: 3px 12px 3px 4px;
		border-radius: 20px;
		border: 1px solid #f6f7f7;
	}
	.inspired-logtastic .response-status-label::before {
		font-family: dashicons;
		display: inline-block;
		line-height: 1;
		font-weight: 400;
		font-style: normal;
		speak: never;
		text-decoration: inherit;
		text-transform: none;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		width: 20px;
		height: 20px;
		font-size: 20px;
		vertical-align: top;
		text-align: center;
		transition: color .1s ease-in;
		margin-right: 2px;
	}

	/* Response Status Labels - 1xx */
	.inspired-logtastic .response-status-label.response-status-1xx {
		border-color: #72aee6;
		background: #72aee6;
		color: #fff;
	}
	.inspired-logtastic .response-status-label.response-status-1xx::before {
		content: "\f348";
	}

	/* Response Status Labels - 2xx */
	.inspired-logtastic .response-status-label.response-status-2xx {
		border-color: #00a32a;
		background: #00a32a;
		color: #fff;
	}
	.inspired-logtastic .response-status-label.response-status-2xx::before {
		content: "\f147";
	}

	/* Response Status Labels - 3xx */
	.inspired-logtastic .response-status-label.response-status-3xx {
		border-color: #dba617;
		background: #dba617;
		color: #fff;
	}
	.inspired-logtastic .response-status-label.response-status-3xx::before {
		content: "\f503";
	}

	/* Response Status Labels - 4xx */
	.inspired-logtastic .response-status-label.response-status-4xx {
		border-color: #d63638;
		background: #d63638;
		color: #fff;
	}
	.inspired-logtastic .response-status-label.response-status-4xx::before {
		content: "\f534";
	}

	/* Response Status Labels - 5xx */
	.inspired-logtastic .response-status-label.response-status-5xx {
		border-color: #d63638;
		background: #d63638;
		color: #fff;
	}
	.inspired-logtastic .response-status-label.response-status-5xx::before {
		content: "\f534";
	}


/* 	==========================================================================

	WordPress Admin Page Layout - Log View Pages - PHP Error Log

	========================================================================== */

	/* Log Table */

	.inspired-logtastic .view-log-table.view-log-table-php-errors tbody td.column-error-level,
	.inspired-logtastic .view-log-table.view-log-table-php-errors tbody td.column-error-count,
	.inspired-logtastic .view-log-table.view-log-table-php-errors tbody td.column-error-first-occurred,
	.inspired-logtastic .view-log-table.view-log-table-php-errors tbody td.column-error-last-occurred {
		white-space: nowrap;
	}

	.inspired-logtastic .view-log-table.view-log-table-php-errors .file,
	.inspired-logtastic .view-log-table.view-log-table-php-errors .line {
		display: block;
		font-size: 12px;
		margin-top: 10px;
		line-height: 1.3;
		display: flex;
	}
	.inspired-logtastic .view-log-table.view-log-table-php-errors .line {
		margin-top: 7px;
		margin-bottom: 10px;
	}
	.inspired-logtastic .view-log-table.view-log-table-php-errors .file strong,
	.inspired-logtastic .view-log-table.view-log-table-php-errors .line strong {
		min-width: 35px;
	}


	/* Stack Trace */

	.inspired-logtastic ul.stacktrace {
		margin-left: 26px;
		position: relative;
		margin: 20px 45px 45px;
		padding: 0;
	}

	@media(max-width: 782px) {
		.inspired-logtastic ul.stacktrace {
			margin: 20px 15px 45px;
		}
	}

	.inspired-logtastic ul.stacktrace::before {
		content: "";
		background: rgba(0, 0, 0, .05);
		position: absolute;
		left: 16px;
		top: 0;
		bottom: 0;
		width: 2px;
		
	}

	.inspired-logtastic ul.stacktrace li {
		position: relative;
		display: flex;
	}

	.inspired-logtastic ul.stacktrace li.file {
		align-items: center;
		margin-top: 25px;
	}

	.inspired-logtastic ul.stacktrace li.file strong.file {
		margin: auto 0;
	}

	.inspired-logtastic ul.stacktrace li.data {
		padding-left: 49px;
		position: relative;
		font-family: monospace;
		font-size: 11px;
		display: flex;
		flex-wrap: nowrap;
		margin-bottom: 15px;
	}

	.inspired-logtastic ul.stacktrace li.data .line {
		min-width: 40px;
		color: grey;
		display: block;
		margin-right: 5px;
	}

	.inspired-logtastic ul.stacktrace li.data .trace {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}

	.inspired-logtastic ul.stacktrace li.data .class {
		color: #a85f00;
	}

	.inspired-logtastic ul.stacktrace li.data .function {
		color: #b8236d;
	}

	.inspired-logtastic ul.stacktrace li.data .arg {
		display: flex;
		max-width: 90%;
		margin: 10px 5px 5px 44px;
	}

	.inspired-logtastic ul.stacktrace li.data .arg-break {
		flex-basis: 100%;
		height: 0;
	}

	.inspired-logtastic ul.stacktrace li.data .margin-bottom-10 {
		margin-bottom: 10px;
	}

	.inspired-logtastic ul.stacktrace li.data .margin-top-10 {
		margin-top: 10px;
	}

	.inspired-logtastic ul.stacktrace li.data .arg-type {
		display: inline-flex;
		flex-direction: column;
		background: #f4f4f4;
		padding: 5px 10px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		opacity: .75;
		font-size: 9px;
		align-items: flex-end;
		justify-content: center;
		min-width: 90px;
		text-align: right;
	}

	.inspired-logtastic ul.stacktrace li.data .arg-type.null {
		min-width: unset;
	}

	.inspired-logtastic ul.stacktrace li.data .arg-type-detail {
		font-size: 8px;
		opacity: .75;
	}

	.inspired-logtastic ul.stacktrace li.data .arg-content {
		display: inline-block;
		background: #E8E8E8;
		padding: 5px 10px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		white-space: pre-wrap;
		max-height: 200px;
		overflow: auto;
		position: relative;
	}

	.inspired-logtastic ul.stacktrace li.data .arg-content.expanded {
		max-height: unset;
		overflow: unset;
	}

	.inspired-logtastic ul.stacktrace li.data .arg-content div.expand-wrapper {
		position: sticky;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.inspired-logtastic ul.stacktrace li.data .arg-content a.expand {
		position: relative;
		bottom: -5px;
		left: -10px;
		right: 0;
		display: block;
		background: #D9D9D9; 
		padding: 5px;
		text-align: center;
		width: calc(100% + 10px);
		text-decoration: none;
		color: #3c434a;
	}

	.inspired-logtastic ul.stacktrace li.data .arg-content a.expand::before {
		font-family: dashicons;
		content: "\f347";
		position: absolute;
		left: 25%;
	}

	.inspired-logtastic ul.stacktrace li.data .arg-content a.expand::after {
		font-family: dashicons;
		content: "\f347";
		position: absolute;
		right: 25%;
	}

	.inspired-logtastic ul.stacktrace li.data .arg-content a.expand:hover {
		background: #D4D4D4;
	}

	.inspired-logtastic ul.stacktrace li.data .arg-content.expanded a.expand {
		display: none;
	}

	.inspired-logtastic ul.stacktrace li.data .punctuation,
	.inspired-logtastic ul.stacktrace li.data .type {
		color: #50575e;
		white-space: nowrap;
	}

	.inspired-logtastic ul.stacktrace li.data .string {
		color: #2271b1;
	}

	.inspired-logtastic ul.stacktrace li.data .boolean,
	.inspired-logtastic ul.stacktrace li.data .number {
		color: #101517;
	}

	.inspired-logtastic ul.stacktrace li.data .keyword {
		color: #135e96;
	}

	.inspired-logtastic .file-icon {
		font-family: Arial, Tahoma, sans-serif;
		font-weight: 300;
		display: inline-block;
		width: 34px;
		height: 44px;
		background: #E8E8E8;
		position: relative;
		border-radius: 2px;
		text-align: left;
		-webkit-font-smoothing: antialiased;
		font-size: 10px;
		display: inline-flex;
		align-items: flex-end;
		padding-left: 4px;
		box-sizing: border-box;
		margin-right: 15px;
		flex-shrink: 0;
	}

	.inspired-logtastic .file-icon::before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 0;
		height: 0;
		border-bottom-left-radius: 2px;
		border-width: 5px;
		border-style: solid;
		border-color: #fff #fff rgba(255, 255, 255, .35) rgba(255, 255, 255, .35);
	}

	.inspired-logtastic .internal-function-icon {
		font-family: Arial, Tahoma, sans-serif;
		font-weight: 400;
		width: 39px;
		height: 39px;
		background: #E8E8E8;
		position: relative;
		border-radius: 50%;
		text-align: left;
		-webkit-font-smoothing: antialiased;
		font-size: 9px;
		display: inline-flex;
		align-items: center;
		padding-left: 0;
		box-sizing: border-box;
		margin-right: 10px;
		justify-content: center;
		left: -3px;
		top: 1px;
	}

	.inspired-logtastic ul.stacktrace li.error {
		margin-top: 10px;
		margin-bottom: 25px;
		align-items: center;
	}

	.inspired-logtastic ul.stacktrace li.error strong.error-title {
		margin: auto 0;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		font-size: 13px;
		position: relative;
		background: #F4F4F4;
		padding: 8px 10px;
		border-radius: 3px;
		max-width: calc(90% - 18.2px);
		margin: 5px 5px 5px 44px;
	}

	.inspired-logtastic ul.stacktrace li.error strong.error-title::before {
		content: '';
		width: 10px;
		height: 10px;
		background: #F4F4F4;
		left: -5px;
		top: calc(50% - 5px);
		position: absolute;
		transform: rotate(-45deg);
	}

	.inspired-logtastic .error-icon {
		font-family: Arial, Tahoma, sans-serif;
		font-weight: 400;
		width: 29px;
		height: 29px;
		background: darkgrey;
		color: #FFF;
		border-radius: 50%;
		text-align: left;
		-webkit-font-smoothing: antialiased;
		font-size: 9px;
		display: inline-flex;
		align-items: center;
		padding-left: 0;
		box-sizing: border-box;
		margin-right: 10px;
		justify-content: center;
		position: absolute;
		top: calc(50% - 15px);
		left: 94px;
		flex-shrink: 0;
		transform: scale(1.15);
	}

	.inspired-logtastic .error-icon::before {
		font-family: dashicons;
		display: inline-block;
		line-height: 1;
		font-weight: 400;
		font-style: normal;
		speak: never;
		text-decoration: inherit;
		text-transform: none;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		width: 20px;
		font-size: 16px;
		vertical-align: top;
		text-align: center;
		transition: color .1s ease-in;
	}

	/* Error Level Labels - Error */
	.inspired-logtastic .error-icon.error-level-1,
	.inspired-logtastic .error-icon.error-level-4,
	.inspired-logtastic .error-icon.error-level-16,
	.inspired-logtastic .error-icon.error-level-64,
	.inspired-logtastic .error-icon.error-level-256,
	.inspired-logtastic .error-icon.error-level-4096 {
		background-color: #d63638;
	}
	.inspired-logtastic .error-icon.error-level-1::before,
	.inspired-logtastic .error-icon.error-level-4::before,
	.inspired-logtastic .error-icon.error-level-16::before,
	.inspired-logtastic .error-icon.error-level-64::before,
	.inspired-logtastic .error-icon.error-level-256::before,
	.inspired-logtastic .error-icon.error-level-4096::before {
		content: "\f534";
	}

	/* Error Level Labels - Warning */
	.inspired-logtastic .error-icon.error-level-2,
	.inspired-logtastic .error-icon.error-level-32,
	.inspired-logtastic .error-icon.error-level-128,
	.inspired-logtastic .error-icon.error-level-512 {
		background-color: #dba617;

	}
	.inspired-logtastic .error-icon.error-level-2::before,
	.inspired-logtastic .error-icon.error-level-32::before,
	.inspired-logtastic .error-icon.error-level-128::before,
	.inspired-logtastic .error-icon.error-level-512::before {
		content: "\f227";
	}

	/* Error Level Labels - Notice */
	.inspired-logtastic .error-icon.error-level-8,
	.inspired-logtastic .error-icon.error-level-8192,
	.inspired-logtastic .error-icon.error-level-1024,
	.inspired-logtastic .error-icon.error-level-16384,
	.inspired-logtastic .error-icon.error-level-2048 {
		background-color: #72aee6;
	}
	.inspired-logtastic .error-icon.error-level-8::before,
	.inspired-logtastic .error-icon.error-level-8192::before,
	.inspired-logtastic .error-icon.error-level-1024::before,
	.inspired-logtastic .error-icon.error-level-16384::before,
	.inspired-logtastic .error-icon.error-level-2048::before {
		content: "\f348";
		content: "\f16d";
	}


/* 	==========================================================================

	WordPress Admin Page Layout - Log View Pages - JavaScript Error Log

	========================================================================== */

	/* Log Table */

	.inspired-logtastic .view-log-table.view-log-table-js-errors tbody td.column-error-type,
	.inspired-logtastic .view-log-table.view-log-table-js-errors tbody td.column-error-count,
	.inspired-logtastic .view-log-table.view-log-table-js-errors tbody td.column-error-first-occurred,
	.inspired-logtastic .view-log-table.view-log-table-js-errors tbody td.column-error-last-occurred {
		white-space: nowrap;
	}

	.inspired-logtastic .view-log-table.view-log-table-js-errors .file,
	.inspired-logtastic .view-log-table.view-log-table-js-errors .line-column {
		display: block;
		font-size: 12px;
		margin-top: 10px;
		line-height: 1.3;
		display: flex;
	}
	.inspired-logtastic .view-log-table.view-log-table-js-errors .line-column {
		margin-top: 7px;
		margin-bottom: 10px;
	}
	.inspired-logtastic .view-log-table.view-log-table-js-errors .file strong,
	.inspired-logtastic .view-log-table.view-log-table-js-errors .line-column strong {
		min-width: 50px;
		margin-right: 5px;
	}
	.inspired-logtastic .view-log-table.view-log-table-js-errors .line-column span {
		min-width: 40px;
	}


/* 	==========================================================================

	WordPress Admin Page Layout - Help & Support

	========================================================================== */

	.inspired-logtastic .support-features {
		display: flex;
		justify-content: space-between;
		margin-top: 25px;
	}

	@media ( max-width: 960px) {
		.inspired-logtastic .support-features {
			flex-direction: column;
		}
	}

	.inspired-logtastic .support-features .support-feature {
		border-radius: 3px;
		background: #fff;
		border: 1px solid #c3c4c7;
    	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
		width: calc(33.33% - 15px);
		padding: 25px 75px 25px 25px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
		margin-bottom: 25px;
	}

	@media ( max-width: 960px) {
		.inspired-logtastic .support-features .support-feature {
			width: 100%;
		}
	}

	.inspired-logtastic .support-features .support-feature h3 {
		margin-top: 0;
	}

	.inspired-logtastic .support-features .support-feature:before {
		font-family: dashicons;
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		speak: never;
		text-decoration: inherit;
		text-rendering: auto;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		align-items: center;
    	color: rgba(0,0,0,.075);
    	display: inline-flex;
		height: 60px;
		justify-content: center;
		position: relative;
		position: absolute;
		text-align: center;
		top: 10px;
		width: 60px;
		right: 10px;
	}

	.inspired-logtastic .support-features .support-feature.faq:before {
	    content: "\f223";
    	font-size: 3.6rem;
	}

	.inspired-logtastic .support-features .support-feature.docs:before {
		content: "\f331";
		font-size: 2.85rem;
	}

	.inspired-logtastic .support-features .support-feature.contact:before {
		content: "\f468";
		font-size: 3.3rem;
	}

/* 	==========================================================================

	WordPress Admin Page Layout - Plugin Admin Home Page

	========================================================================== */

	.inspired-logtastic .enabled-logs {
		display: flex;
		justify-content: space-between;
		margin-top: 25px;
	}

	@media ( max-width: 960px) {
		.inspired-logtastic .enabled-logs {
			flex-direction: column;
		}
	}

	.inspired-logtastic .enabled-logs .log {
		border-radius: 3px;
		background: #fff;
		border: 1px solid #c3c4c7;
    	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
		width: calc(50% - 12px);
		padding: 25px;
		box-sizing: border-box;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		position: relative;
		margin-bottom: 25px;
	}

	@media ( max-width: 960px) {
		.inspired-logtastic .enabled-logs .log {
			width: 100%;
		}
	}

	.inspired-logtastic .enabled-logs .log .logo {
		width: 60px;
		padding-left: 25px;
	}

	.inspired-logtastic .enabled-logs .log .logo img {
		width: 60px;
		height: 60px;
		object-fit: contain;
		border-radius: 3px;
	}

	.inspired-logtastic .enabled-logs .log .details {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.inspired-logtastic .enabled-logs .log h3 {
		margin-top: 0;
	}

	.inspired-logtastic .plugin-home-links {
		display: flex;
		justify-content: space-between;
		margin-top: 25px;
	}

	@media ( max-width: 960px) {
		.inspired-logtastic .plugin-home-links {
			flex-direction: column;
		}
	}

	.inspired-logtastic .plugin-home-links a {
		border-radius: 3px;
		background: #f0f0f1;
		border: 1px solid #c3c4c7;
    	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
		padding: 25px 75px 25px 25px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
		text-decoration: none;
		color: rgba(0, 0, 0, .25);
		font-size: 1.3em;
		margin-bottom: 25px;
		flex-grow: 1;
		margin-right: 20px;
	}

	.inspired-logtastic .plugin-home-links a:last-child {
		margin-right: 0;
	}

	@media ( max-width: 960px) {
		.inspired-logtastic .plugin-home-links a {
			width: 100%;
		}
	}

	.inspired-logtastic .plugin-home-links a:hover {
		color: #1d2327;
	}

	.inspired-logtastic .plugin-home-links a:after {
		content: "\f344";
		font-family: dashicons;
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		speak: never;
		text-decoration: inherit;
		text-rendering: auto;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		align-items: center;
		
		display: inline-flex;
		justify-content: center;
		position: relative;
		position: absolute;
		text-align: center;
		top: 0;
		width: auto;
		right: 15px;
		font-size: 1.8em;
		height: 100%;
	}

	/* 	==========================================================================

	WordPress Admin Page Layout - Upsell Notices

	========================================================================== */

	.inspired-logtastic .pro-upgrade-banner {
		border-radius: 3px;
		background: #fff;
		border: 1px solid #c3c4c7;
    	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
		padding: 25px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
		margin-bottom: 25px;
		color: inherit;
		text-decoration: none;
		margin-top: 25px;
	}

	.inspired-logtastic .pro-upgrade-banner:hover {
		color: inherit;
	}

	.inspired-logtastic .pro-upgrade-banner h3 {
		margin-top: 0;
	}

	.inspired-logtastic .pro-upgrade-banner ul {
		margin-bottom: 0;
	}

	.inspired-logtastic .pro-upgrade-banner ul li {
		position: relative;
		padding-left: 25px; /* Space for the icon */
		margin-bottom: 6px;
	}

	.inspired-logtastic .pro-upgrade-banner ul li::before {
		content: "\f147"; /* Dashicons check icon */
		font-family: "Dashicons";
		position: absolute;
		left: -5px;
    	top: -2px;
		font-size: 24px;
		line-height: 1;
		color: #3582c4;
	}