
/* block.css */
div.notice-box {
	border: 1px LightSkyBlue solid;
	border-left-width: 5px;
	padding: 10px 15px;
	margin: 30px;
}

div.notice-box.notice-success {
	border-color: MediumSpringGreen;
}

div.notice-box.notice-danger {
	border-color: LightCoral;
}

div.notice-box h4 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

div.notice-box p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

.wp-statistics-widget {
	background-color: #fff;
	border: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
	border-radius: 2px;
	margin-bottom: 3rem;
}

.wp-statistics-widget__main {
	padding: 10px 15px 15px;
}

.wp-statistics-widget__table {
	overflow-x: auto;
	width: 100%;
}

.wp-statistics-widget table {
	font-size: 16px;
	border: 0;
	border-collapse: collapse;
	margin: 0;
}

.wp-statistics-widget table th {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	border: none;
	word-break: keep-all;
}

.wp-statistics-widget table td {
	font-size: 16px;
	font-weight: 400;
	padding: 8px 10px;
	border: none;
	word-break: keep-all;
	background-color: #fff;
}

.wp-statistics-widget table tr:nth-child(even) td, .wp-statistics-widget table tr:nth-child(even) th {
	background-color: #fbfbfb;
}

.wp-statistics-widget table tr:nth-child(odd) td {
	background-color: #fff;
}

.wp-statistics-widget table tr:nth-child(odd) th {
	background-color: #fff;
}

.wp-statistics-widget table thead tr:nth-child(odd) th {
	background-color: #fbfbfb;
}

.wp-statistics-widget--online-users p {
	font-size: 18px;
}

.wp-statistics-widget img {
	width: auto;
	display: inline-block;
}

.wp-statistics-widget {
	background-color: #fff;
	border: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
	border-radius: 2px;
}

.wp-statistics-widget .wp-statistics-widget__title {
	margin: 0 0 8px;
	line-height: 1.5;
	padding: 12px 15px;
	font-size: 16px;
	border-bottom: 1px solid #e7e7e7;
	font-weight: 600;
}

.wp-statistics-widget .wp-statistics-widget__main {
	padding: 10px 15px;
}

.wp-statistics-widget label {
	font-size: 14px;
}

.wp-statistics-widget select {
	height: 32px !important;
	min-height: 32px !important;
}

.wp-statistics-widget--hit-chart .components-checkbox-control:nth-child(2) {
	margin-bottom: 20px;
}

.wp-statistics-widget-inspector {
	padding: 15px;
}

.components-checkbox-control__input[type="checkbox"]:checked, .components-checkbox-control__input[type="checkbox"]:indeterminate {
	background: #404bf2;
	border-color: #404bf2;
}

.components-checkbox-control__input[type="checkbox"]:focus {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #404bf2;
	outline: 2px solid transparent;
}
