body.boostbox_popups_page_settings {
    background: #FFFFFF;
}

body.boostbox_popups_page_settings #wpcontent,
body.boostbox_popups_page_analytics #wpcontent {
    padding-left: 0;
}

body.boostbox_popups_page_settings ul#adminmenu a.wp-has-current-submenu:after,
body.boostbox_popups_page_analytics ul#adminmenu>li.current>a.current:after {
    display: none;
}

.boostbox-field .select2-container {
    width: 100% !important;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after { clear: both }

.clearfix { zoom: 1 }

.boostbox * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.toplevel_page_boostbox_settings #wpcontent,
.toplevel_page_analytics #wpcontent {
	padding-left: 0;
}

.boostbox {
	overflow: hidden;
	margin: 0;
}

img.icon {
	width: 20px;
	height: auto;
}

.boostbox .panel-right .theme-image {
	background: #64717E;
	padding: 2% 2% 0 2%;
	display: inline-block;
	width: 100%;
	width: 23%;
}

.boostbox .panels {
	margin: 0 0 0 0;
}

.boostbox .panel {
	display: inline-block;
	width: 100%;
	padding: 4%;
	background: #fff;
	font-size: 16px;
	animation: smoothFade .3s;
    -moz-animation: smoothFade .3s;
    -webkit-animation: smoothFade .3s;
    -o-animation: smoothFade .3s;
}

@keyframes smoothFade {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-moz-keyframes smoothFade {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-webkit-keyframes smoothFade {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.boostbox .panel-left.visible {
	display: inline-block;
	animation: smoothFade .3s;
    -moz-animation: smoothFade .3s;
    -webkit-animation: smoothFade .3s;
    -o-animation: smoothFade .3s;
}

.boostbox .panel-right p {
	font-size: 16px;
	line-height: 1.6;
}

.boostbox .panel a {
	text-decoration: none;
}

.boostbox .panel hr {
	height: 1px;
    margin: 2em 0;

    border: 0;
    border-top: solid 2px #E6EAED;
}

.boostbox .panel-left ul, .boostbox .panel-left ol {
	margin: 0 0 5% 0;
	background: #f5f4f6;
	padding: 5% 5% 5% 8%;
	list-style-type: square;
	font-size: 19px;
	line-height: 1.8;
}
.boostbox .panel-left ul li, .boostbox .panel-left ol li {
	border-bottom: dotted 1px #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.boostbox .panel-left ul li:last-child, .boostbox .panel-left ol li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.boostbox .panel-left .toc li ul {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 3%;
}

.boostbox .panel-left .toc li ul li {
    list-style: square;
}

.boostbox .panel-left {
	display: inline-block;
	display: none;
	width: 63%;
}

.boostbox .panel-left img {
	max-width: 100%;
	height: auto;
}

.boostbox .panel-left h3 {
	display: inline-block;
}

.boostbox .panel-left h3,
.boostbox .panel-right h3,
.boostbox .panel-right p:first-child {
	margin-top: 0;
}

.boostbox .panel-right img {
	max-width: 100%;
}

.boostbox .panel-left ul.anchor-nav {
	padding: 5%;
}

.boostbox .anchor-nav li {
	list-style: none;
}

.boostbox .back-to-top {
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
	position: absolute;
	right: 0;
	top: 8px;
}

.boostbox .panels h3 {
	width: 100%;
	position: relative;
	padding-right: 90px;
}

.boostbox h3 .back-to-top {
	float: right;
}

.boostbox .panel-right {
	width: 32%;
	float: right;
	vertical-align: top;
}

.boostbox .panel-aside {
	margin-bottom: 40px;
	background: #f5f4f6;
}

.boostbox .panel-aside:last-child {
	margin-bottom: 0;
}

.boostbox .panel-club {
	padding: 0;
}

.boostbox .panel-club .panel-club-inside {
	padding: 30px 40px;
}

.boostbox .panel-club img {
	padding-bottom: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.boostbox .panel-plugin img {
	padding: 0;
}

.boostbox .panel-aside .club-button {
	width: 100%;
	text-align: center;
	line-height: 46px;
    height: 48px;
    margin-top: 10px;
    font-size: 15px;
}

.boostbox .panel-aside h4 {
	margin-top: 0;
	font-size: 1.1em;
	line-height: 1.4;
}

.boostbox .panel-aside ul {
	margin-bottom: 25px;
}

.boostbox .panel-aside li {
	list-style-type: square;
	margin-left: 18px;
}

#wpbody-content .boostbox .updated,
#wpbody-content .boostbox .error {
	margin-top: 2%;
}

.boostbox .updated + .intro-wrap,
.boostbox .error + .intro-wrap {
	padding-top: 2%;
}

.boostbox .intro-wrap {
	padding:  4% 0 0 0;
	background: #333 url('../images/background.jpg') no-repeat bottom center;
	background-size: cover;
	background-attachment: fixed;
}

.boostbox .intro {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 50px;
	margin-bottom: 4.5%;
}

.boostbox .intro h3 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 300;
	margin: 0;
	color: #FFF;
	display: inline-block;
}

.boostbox .devio-digital-logo {
	max-width: 245px;
	float: right;
	margin-top: 2px;
	transition: .3s ease;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

@media only screen and (max-width:800px) {
	.boostbox .devio-digital-logo {
		float: none;
		margin-bottom: 6%;
	}
}

.boostbox .devio-digital-logo:hover {
	transform: scale(1.03);
}

.boostbox .devio-digital-logo:active {
	transform: scale(1);
}

.boostbox .intro h4 {
	color: #868B96;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
}

.boostbox .inline-list {
	display: inline-block;
	width: 100%;
	margin: 0;
	background: transparent;
	padding: 0 50px;
}

.boostbox .inline-list li {
	display: inline-block;
	margin: 0 0 0 0;
}

.boostbox .inline-list li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.boostbox .inline-list li a {
	font-size: 18px;
	text-decoration: none;
	padding: 25px 30px;
	display: inline-block;
	color: #fff;
}

.boostbox .inline-list li a:active,
.boostbox .inline-list li a::-moz-focus-inner,
.boostbox ul.inline-list a:focus {
	outline: none;
	border: 0;
	box-shadow: none;
}

.boostbox ul.toc {
	padding-left: 5%;
}

.boostbox .toc li {
	list-style-type: none;
}

.boostbox .inline-list li.current a {
	background: #fff;
	outline: none;
	border: none;
	box-shadow: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	color: #76bd43;
}

.boostbox .inline-list li a i {
	font-size: 16px;
	margin-right: 5px;
}

.boostbox #changelog {
	display: none;
}

.boostbox #install-video {
	display: none;
}

.boostbox .arrayvideo {
	padding: 3% 0;
}

.boostbox #updates-panel ul {
	border-bottom: 1px dotted #ddd;
	padding: 1% 0 5% 3%;
	list-style-position: inside;
	background: transparent;
}

.boostbox #updates-panel li {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
}

.boostbox #updates-panel h4 {
	font-size: 1.1em;
	margin: .5em 0;
}

.boostbox #themes.visible + .panel-right {
	display: none;
}

.boostbox #themes.visible {
	width: 100%;
}

.boostbox .theme-intro {
	margin-bottom: 4.5%;
    background: #f5f4f6;
    padding: 2%;
}

@media only screen and (max-width:800px) {
    .boostbox .theme-intro {
        padding: 5%;
        margin-bottom: 5%;
    }
}

.boostbox .theme-intro-left {
	max-width: 60%;
	display: inline-block;
}

@media only screen and (max-width:1110px) {
	.boostbox .theme-intro-left {
		max-width: 54%;
	}
}

@media only screen and (max-width:800px) {
	.boostbox .theme-intro-left,
	.boostbox .theme-intro-right {
		max-width: 100%;
		width: 100%;
	}

	.boostbox .theme-intro-right {
		margin-bottom: 5%;
	}
}

.boostbox .theme-intro-left p {
	font-size: 20px;
	margin-top: 0;
    margin-bottom: 0;
}

.boostbox .theme-intro-right {
	float: right;
	margin-top: 12px;
}

@media only screen and (max-width:800px) {
    .boostbox .theme-intro-right {
        margin-bottom: 0;
    }
}

.boostbox .theme-intro-right .button-primary {
	line-height: 56px;
    height: auto;
    font-size: 20px;
    padding: 10px 20px;
}

@media only screen and (max-width:800px) {
    .boostbox .theme-intro-right .button-primary {
        width: 100%;
        text-align: center;
    }
}

.boostbox .array-theme {
	display: inline-block;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 3%;
	vertical-align: top;
}

.boostbox .theme-list .array-theme:nth-child(3n+3) {
	margin-right: 0;
}

@media only screen and (max-width:1100px) {
	.boostbox .theme-list .array-theme {
		width: 47%;
	}

	.boostbox .theme-list .array-theme:nth-child(2n+2) {
		margin-right: 0;
	}

	.boostbox .theme-list .array-theme:nth-child(3n+3) {
		margin-right: 5%;
	}
}

@media only screen and (max-width:768px) {
	.boostbox .theme-list .array-theme {
		width: 100%;
	}

	.boostbox .theme-list .array-theme:nth-child(2n+2) {
		margin-right: 0;
	}

	.boostbox .theme-list .array-theme:nth-child(3n+3) {
		margin-right: 0;
	}
}

.boostbox .array-theme .theme-image {
	max-height: 265px;
	overflow: hidden;
	width: 100%;
}

.boostbox #themes .array-theme h3 {
	margin-bottom: 0;
	padding-right: 0;
	margin-top: 1em;
}

.boostbox h4 .button {
	float: right;
	background: #5AC779;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	padding: 3px 6px;
	vertical-align: middle;
    margin-top: -5px !important;
}

@media only screen and (max-width:768px) {
	.boostbox .intro,
	.boostbox .theme-image,
	.boostbox .panel-left,
	.boostbox .panel-right {
		width: 100%;
		float: none;
	}

	.boostbox .intro {
		padding: 0 20px;
		margin-top: 3%;
		margin-bottom: 8%;
	}

	.boostbox .intro h2 {
		font-size: 34px;
	}

	.boostbox .intro h3 {
		margin-bottom: 0;
	}

	.boostbox .inline-list {
		margin-bottom: 5%;
		padding: 0 20px;
	}

	.boostbox .inline-list li {
		width: 100%;
	}

	.boostbox .inline-list li a {
		width: 100%;
		display: block;
	}

	.boostbox .panel-right .theme-image {
		width: 100%;
		margin-bottom: 15px;
		padding: 6% 6% 0 6%;
	}

	.boostbox .enter-license .submit {
		width: 100%;
	}

	.boostbox .activate {
		width: 100%;
		float: none;
		text-align: left;
		margin-bottom: 20px;
	}
}

.clear:before, .clear:after {
	content: '';
	display: table;
}

.clear:after {
	clear: both;
}

.boostbox .panel-plugin .panel-club-inside {
	padding: 0;
}

.boostbox .panel-plugin ul {
	margin: 0;
}

.boostbox .panel-plugin .cell {
	padding: 30px 40px;
	border-bottom: solid 1px #e3e3e4;
	margin: 0;
	list-style: none;
}

.boostbox .panel-plugin .cell:last-child {
	border-bottom-width: 2px;
}

.quick-start ul i {
	color: #59bb31;
}

.boostbox .step-complete .button-primary {
	pointer-events: none;
}

.boostbox .panel-title.cell {
	background: #3e446d;
	padding: 20px 40px;
	text-align: center;
}

.boostbox .panel-title h3 {
	margin: 0;
    color: #fff;
	padding: 0;
}

.boostbox .panel-title h3 i {
	margin-right: 6px;
}

.boostbox h2 {
    margin-top: 0;
}

.boostbox .form-table th {
    padding-left: 0;
}

.boostbox p.wp-caption-text {
	font-size: 16px;
    margin-top: .5em;
    text-align: center;
}

.boostbox div[id^='attachment'] {
	max-width: 100% !important;
}

.theme-image {
	max-height: 290px;
	overflow: hidden;
	border: solid 1px #ddd;
	border-radius: 5px;
	display: block;
}

.footer-wrap {
	margin-top: 6%;
}

@media only screen and (max-width:768px) {
	.footer-wrap {
		padding: 5%;
	}
}

.block-footer {
	margin-top: 5%;
	margin-bottom: 3%;
}

.block-footer-column {
	width: 32.8%;
    display: inline-block;
    text-align: center;
	border-right: solid 3px #eceaee;
	padding: 0 3%;
}

@media (max-width: 600px) {
	.block-footer-column {
		width: 100%;
		padding: 0;
		border: none;
		margin-bottom: 40px;
	}
}

.block-footer-column:last-child {
	border-right: none;
}

.block-footer-column i {
	color: #444;
	font-size: 40px;
	margin-bottom: 10px;
}

.boostbox .block-footer-column h3 {
	padding-right: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 22px;
}

.boostbox .block-footer-column p {
	font-size: 17px;
	margin-bottom: 1.5em;
}

.block-footer .button-primary {
	font-size: 18px;
	border-radius: 100px;
	padding: 10px 15px;
    height: auto;
    font-size: 16px;
}

.block-footer .button-primary:active {
	vertical-align: initial !important;
	border-top-width: 1px !important;
	color: #fff;
	background: #76bd43;
}

.visit-title {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 0;
}

.footer {
	text-align: center;
	margin-top: 8%;
}

.footer-links a {
	margin: 0 8px;
	position: relative;
}

.footer a:hover {
	border-bottom: dotted 1px;
	color: #24282d;
}

.footer-links a:after {
	content: "\22C5";
	position: absolute;
	right: -14px;
}

.footer-links a:last-child:after {
	display: none;
}

.block-feature-wrap {
	margin: 0;
}

@media (max-width: 875px) {
	.block-feature-wrap {
		padding-bottom: 5%;
	}
}

.block-feature-wrap h2 {
	margin-bottom: 0 !important;
}

.block-feature-wrap p {
	margin-top: 1%;
    margin-bottom: 5%;
}

@media (max-width: 875px) {
	.block-feature-wrap p {
		margin-top: 3%;
	}
}

.block-feature-wrap i {
	color: #c5c0da;
	font-size: 20px;
}

.block-feature {
	background: #fff;
	padding: 4% 3% 3% 3%;
	box-shadow: 0 2px rgba(38, 30, 65, 0.1);
	border-radius: 5px;
	width: 30.6%;
	vertical-align: top;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
	transition: .3s ease;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#themes .block-feature {
	background: none;
	padding: 0;
	box-shadow: none;
	margin-bottom: 2%;
}

@media (max-width: 600px) {
	.block-feature {
		padding: 8% 4% 3% 4%;
	}
}

.block-feature:nth-child(3n+1) {
	clear: both;
}

@media only screen and (min-width: 600px) {
	.block-feature:nth-child(3n+3) {
		margin-right: 0;
	}

	.block-feature:nth-child(3n+1):nth-last-child(-n+3),
	.block-feature:nth-child(3n+1):nth-last-child(-n+3) ~ .post {
		margin-bottom: 0;
	}
}

@media (max-width: 600px) {
	.block-feature {
		width: 100%;
		margin-right: 0;
		margin-bottom: 8%;
	}
	.block-feature:last-child {
		margin-bottom: 0;
	}
}

.block-feature .block-feature-text,
.block-feature .block-feature-icon {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.block-feature .block-feature-text {
	text-align: center;
}

.block-feature .block-feature-text h3 {
	font-weight: 700;
	margin-bottom: 15px;
	padding-right: 0;
}

@media (min-width: 1000px) {
	.block-feature .block-feature-text h3 {
		font-size: 22px;
	}
}

.block-feature .block-feature-text p {
	font-size: 16px;
}

.block-feature .block-feature-icon {
	text-align: center;
	margin-bottom: 6%;
}

.block-feature .block-feature-icon img {
	max-height: 110px;
	border: none;
}

.block-split-left,
.block-split-right {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

@media (max-width: 600px) {
	.block-split-left,
	.block-split-right {
		width: 100%;
	}
}

.block-split-left {
	padding-right: 4%;
	padding-top: 4%;
	padding-bottom: 5%;
}

.block-split-right {
	background-size: 1400px;
	padding: 0 2%;
	float: right;
}

.block-theme img {
	border: none !important;
	display: block;
}

#boostbox-panel.visible + .panel-left + .panel-left + .panel-right,
#boostbox-panel.visible + .panel-left + .panel-right {
	display: none;
}

#boostbox-panel,
#boostbox-analytics-panel {
	width: 100%;
}

.gutenberg-notice {
	background: #f1f0ff;
	border-radius: 5px;
	padding: 15px 20px 20px 20px;
	border: solid 1px #dbd9f7;
	margin-bottom: 5%;
}

.panel .gutenberg-notice p {
    font-size: 17px;
    color: #493c8c;
	line-height: 1.4;
	display: inline;
}

.panel .gutenberg-notice .button-primary {
	margin-left: 15px;


}

.panel .gutenberg-notice .button-primary:active {
	vertical-align: baseline;
	border-top-width: 1px;
}

@media (max-width: 600px) {
	.panel .gutenberg-notice p {
		display: block;
	}
	.panel .gutenberg-notice .button-primary {
		margin-left: 0;
	}
}

.boostbox-charts,
.boostbox-analytics-charts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 100%;
    width: 100%;
    position: relative;
}

/** Settings - Screen viewport CSS */

.viewport-main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 100%;
    margin: 24px 0;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
}

.viewport-main.two {
    flex-basis: 48%;
}

.viewport-main.three {
    flex-basis: 31.333%;
}

@media (max-width: 768px) {
    .viewport-main.two,
    .viewport-main.three {
        flex-basis: 100%;
    }
}

.viewport-top {
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    height: 30px;
    position: relative;
}

.viewport-top-dot {
    border-radius: 50%;
    position: absolute;
    height: 9px;
    width: 9px;
    top: 11px;
}

.viewport-top-dot:first-child {
    background-color: #ff006d;
    left: 10px;
}

.viewport-top-dot:nth-child(2) {
    background-color: #ffca50;
    left: 26px;
}

.viewport-top-dot:nth-child(3) {
    background-color: #57ffd1;
    left: 42px;
}

.viewport-top span.title {
    position: absolute;
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.viewport-body {
    background: linear-gradient(180deg,#f7f7f7 0,#fff 19%,#fff);
    border: 0;
    padding: 15px;
}

/** Settings - Section Title */

.section-title {
    flex-basis: 100%;
}

.section-title h2 {
    margin: 1em 0 !important;
}

/** Metabox - Popup Settings */

.boostbox-field {
	padding: 12px 0;
}

.edit-post-meta-boxes-area #boostbox_display_settings .inside .boostbox-field.hidden {
    display: none;
}

.edit-post-meta-boxes-area #boostbox_display_settings .inside .boostbox-field.active {
    display: block;
}

.boostbox-field select {
    box-sizing: border-box;
    display: block;
    margin: 0;
    width: 100%;
}

/** BoostBox Post Type Settings - Metabox */

.edit-post-meta-boxes-area #boostbox_display_settings .inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
    margin-top: 0;
}

.edit-post-meta-boxes-area #boostbox_display_settings .inside .boostbox-field {
    flex-basis: 23%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    box-sizing: border-box;
}

.edit-post-meta-boxes-area #boostbox_display_settings .inside .boostbox-field p {
    font-weight: 600;
}

@media screen and (max-width:782px) {
    .edit-post-meta-boxes-area #boostbox_display_settings .inside {
        flex-direction: column;
    }
}

/** Metabox - Display Settings */

.edit-post-meta-boxes-area #boostbox_display_settings .inside .radio-tabs {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #ddd;
}

.edit-post-meta-boxes-area #boostbox_display_settings .inside .radio-tabs .state {
    position: absolute;
    left: -10000px;
}
.edit-post-meta-boxes-area #boostbox_display_settings .inside #radio1:focus ~ .tabs #first-tab,
.edit-post-meta-boxes-area #boostbox_display_settings .inside #radio2:focus ~ .tabs #second-tab,
.edit-post-meta-boxes-area #boostbox_display_settings .inside #radio3:focus ~ .tabs #third-tab,
.edit-post-meta-boxes-area #boostbox_display_settings .inside #radio4:focus ~ .tabs #fourth-tab,
.edit-post-meta-boxes-area #boostbox_display_settings .inside #radio5:focus ~ .tabs #fifth-tab  {
}

/* Tab button container */
.edit-post-meta-boxes-area #boostbox_display_settings .inside .tabs {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-self: flex-start;
    text-align: left;
    min-width: 200px;
}

@media (max-width: 620px) {
    .edit-post-meta-boxes-area #boostbox_display_settings .inside .tabs {
        min-width: auto;
    }
}

/* Tab button */
.edit-post-meta-boxes-area #boostbox_display_settings .inside .radio-tabs .tab {
    flex: none;
    display: flex;
    flex-flow: column;
    padding: 0 12px;
    background-color: transparent;
    cursor: hand;
    cursor: pointer;
}
.edit-post-meta-boxes-area #boostbox_display_settings .inside .radio-tabs .tab:hover {
    background-color: #f0f0f0;
}
.edit-post-meta-boxes-area #boostbox_display_settings .inside #radio1:checked ~ .tabs #first-tab,
.edit-post-meta-boxes-area #boostbox_display_settings .inside #radio2:checked ~ .tabs #second-tab,
.edit-post-meta-boxes-area #boostbox_display_settings .inside #radio3:checked ~ .tabs #third-tab,
.edit-post-meta-boxes-area #boostbox_display_settings .inside #radio4:checked ~ .tabs #fourth-tab,
.edit-post-meta-boxes-area #boostbox_display_settings .inside #radio5:checked ~ .tabs #fifth-tab {
    background-color: #007cba;
    color: #fff;
    cursor: default;
}

.edit-post-meta-boxes-area #boostbox_display_settings .inside .tab-label {
    font-size: 14px;
    line-height: 1.4rem;
    padding: 12px;
    font-weight: 600;
}

/** Metabox - Display Settings - Panels */

.edit-post-meta-boxes-area #boostbox_display_settings .inside .radio-tabs .panels {
    flex: 1;
    border-left: 1px solid #ddd;
}
.edit-post-meta-boxes-area #boostbox_display_settings .inside .radio-tabs .panel {
    display: none;
    margin: 0 24px;
    padding: 12px 0;
}
.edit-post-meta-boxes-area #boostbox_display_settings .inside #radio1:checked ~ .panels #first-panel,
.edit-post-meta-boxes-area #boostbox_display_settings .inside #radio2:checked ~ .panels #second-panel,
.edit-post-meta-boxes-area #boostbox_display_settings .inside #radio3:checked ~ .panels #third-panel,
.edit-post-meta-boxes-area #boostbox_display_settings .inside #radio4:checked ~ .panels #fourth-panel,
.edit-post-meta-boxes-area #boostbox_display_settings .inside #radio5:checked ~ .panels #fifth-panel {
    display: block;
}

.edit-post-meta-boxes-area #boostbox_display_settings .inside .left {
  text-align: left;
}

.edit-post-meta-boxes-area #boostbox_display_settings .inside .slide-item {

}

/** Hide metabox content when user clicks to close the metabox */

#boostbox_display_settings.closed .inside {
    display: none;
}

/** Metabox - Metrics */

.boostbox-metrics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ddd;
}

button#reset-metrics {
    margin-top: 6px;
}