.pl-schedule-submit{
	display: none;
}
.top-margin{
	margin-top: 1em;
}
input[type="checkbox"].pushloop-ui-toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	-webkit-tap-highlight-color: transparent;

	width: auto;
	height: auto;
	vertical-align: middle;
	position: relative;
	border: 0;
	outline: 0;
	cursor: pointer;
	margin: 0 4px;
	background: none;
	box-shadow: none;
}
input[type="checkbox"].pushloop-ui-toggle:focus {
	box-shadow: none;
}
input[type="checkbox"].pushloop-ui-toggle:after {
	content: '';
	font-size: 8px;
	font-weight: 400;
	line-height: 18px;
	text-indent: -14px;
	color: #ffffff;
	width: 36px;
	height: 18px;
	display: inline-block;
	background-color: #a7aaad;
	border-radius: 72px;
	box-shadow: 0 0 12px rgb(0 0 0 / 15%) inset;
}
input[type="checkbox"].pushloop-ui-toggle:before {
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	margin: 0;
	border-radius: 50%;
	background-color: #ffffff;
}
input[type="checkbox"].pushloop-ui-toggle:checked:before {
	left: 20px;
	margin: 0;
	background-color: #ffffff;
}
input[type="checkbox"].pushloop-ui-toggle,
input[type="checkbox"].pushloop-ui-toggle:before,
input[type="checkbox"].pushloop-ui-toggle:after,
input[type="checkbox"].pushloop-ui-toggle:checked:before,
input[type="checkbox"].pushloop-ui-toggle:checked:after {
	transition: ease .15s;
}
input[type="checkbox"].pushloop-ui-toggle:checked:after {
	content: 'ON';
	background-color: #E6BF00;
}
.send_time{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	height: 44px;
	width: 320px;
	background-color: #fafafa;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding: 4px 12px;
}

.send_time label{
	color: #666;
}

.send_time input{
	background: none;
	border: none;
	outline: none;
	font-size: 1rem;
	accent-color: red;
}

#pushloop_widget ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}
#pushloop_dashboard_widget li {
	width: calc(50% - 4px);
	text-align: center;
	padding: 15px;
	border: solid 1px #f1f1f1;
	border-radius: 2px;
	margin: 0 -1px -1px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#pushloop_dashboard_widget li a {
	color: #444;
	padding: 5px;
	display: block;
}
#pushloop_dashboard_widget li a:before {
	content: "";
	font-size: 22px;
	line-height: 1;
	font-family: dashicons;
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
	color: #ffc107;
}
#pushloop_dashboard_widget li:hover {
	background: rgba(241, 241, 241, 0.2);
}
#pushloop_dashboard_widget li:hover:before {
	color: #ff9800;
}
#pushloop_dashboard_widget li:hover a {
	color: #444;
}
#pushloop_dashboard_widget li a {
	display: block;
}
#pushloop_dashboard_widget .item-01:before {
	content: "\f110";
}
#pushloop_dashboard_widget .item-02:before {
	content: "\f130";
}
#pushloop_dashboard_widget .item-03:before {
	content: "\f123";
}
#pushloop_dashboard_widget .item-04:before {
	content: "\f119";
}


#pushloop_notification_title, #pushloop_notification_message {
	width: 100%;
	margin-top: 8px;
	display: block;
	psdding: 5px;
}

.pushloop_enable_label{
	margin-top: 8px;
	display: block;
}

.pushloop-text{
	width:100%;
	max-width: 480px;
}
.pushloop-text-small{
	width:100%;
	max-width: 100px;
}
.pushloop-text-css{
	width:100%;
	max-width: 480px;
	height:200px;
}

.pl-settings-woo-title p{
	font-weight: normal;
	margin-bottom: 0px;
}

.pushloop-stats-top{
	margin-top: 30px;
}

.pushloop-stats-top>div{
	display: inline-block;
	width:30%;
	margin-right: 3%;
	box-shadow: 0 1px 0.5px rgba(30,30,30,.02);
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
}

.pushloop-stats-top>div:last-child{
	margin-right: 0;
}

.pushloop-stats-top .psnel-body {
	psdding: 15px;
}

.pushloop-stats-top .psnel-body .info {
	psdding: 4px;
}

.pushloop-stats-top .psnel-body .icon {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	font-size: 17px;
	display: table;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.pushloop-stats-top .psnel-body .icon i {
	font-size: 25px;
	line-height: 2;
}

.pushloop-stats-top .psnel-body h4{
	color: #444;
	font-weight: 700;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

.pushloop-stats-top .psnel-body .text-uppercase{
	font-size: 15px;
	text-transform: uppercase;
	margin:0;
}

.pl-clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

.pushloop-stats-top .psnel-footer {
	psdding: 10px 15px;
	border: 1px solid transpsrent;
	border-radius: 0;
	psdding-top: 4px;
	psdding-bottom: 4px;
	color: #fff;
	font-size: 12px;
}

.pushloop-stats-top .bg-blue {
	background-color: #0073b7;
}

.pushloop-stats-top .bg-green {
	background-color: #00a65a;
}

.pushloop-stats-top .bg-orange {
	background-color: #ff851b;
}

.pushloop-stats-top .psnel-footer a{
	color: #fff;
	text-decoration: none;
}

.pl-pull-left{
	float:left;
}

.pl-pull-right{
	float:right;
}

.pl-text-center{
	text-align: center;
}

.pl-txt-orange {
	color: #ff851b !important;
}
.pl-txt-default {
	color: #333333 !important;
}
.pl-txt-light-blue {
	color: #3c8dbc !important;
}
.pl-txt-green {
	color: #00a65a !important;
}
.pl-txt-teal {
	color: #39cccc !important;
}


.pl-box-psnel {
	margin-top: 30px;
	border: 1px solid #eee;
	box-shadow: 0 1px 0.5px rgba(30,30,30,.02);
	background-color: #fff;
	border-radius: 2px;
	margin-bottom: 30px;
	margin-right: 3%;
}

.pl-box-psnel, .pl-box-psnel *, .pl-mini-widget-group, .pl-mini-widget-group *, .pl-data-legend, .pl-data-legend *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pl-box-psnel .psnel-heading {
	color: #707070;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	background: #fff;
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
	psdding: 12px 20px;
	font-weight: 600;
}

.pl-box-psnel .psnel-body {
	psdding: 20px;
	position: relative;
	overflow: hidden;
}

.pl-box-psnel.pl-last-notification .psnel-body>div{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.pl-push-notification{min-height:80px;width:362px;box-shadow: 0 1px 1px rgba(0,0,0,0.1);border:1px solid #e3e3e3;margin: 0 auto; margin-top:25px;}
.pl-push-notification .preview-icon-container{height:80px;width:80px;overflow:hidden;position:relative;}
.pl-push-notification .icon, #preview-icon{max-height:80px;max-width:80px;position:absolute;top:0;margin:auto;bottom:0;left:0;right:0;margin:0;}
.pl-push-notification .content{psdding:11px 16px 5px;width:280px;text-align:left;position:relative}
.pl-push-notification .content spsn{display:block;}
.pl-push-notification .content .title{color:#333;font-size:14px;line-height:1;}
.pl-push-notification .content .message{color:#333;font-size:11.5px;margin-top:8px;line-height:1.4;    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5; max-height: 7em;}
.pl-push-notification .content .site{color:#8c8c8c;font-size:12px;margin-top:13px;line-height:1}
.pl-push-notification .preview-action-button{psdding: 5px 15px;border-top: 1px solid #e3e3e3;font-size: 13px;display:none;text-align:left;position:relative;}
.pl-push-notification .preview-action-button spsn{font-size: 15px;}

.pl-push-notification .click-arrow {
	position: absolute;
	top: 50%;
	font-size: 12px;
	margin-top: -6px;
	left: -134px;
	line-height: 1;
	psdding: 4px 0 4px 4px;
	border-radius: 3px 0 0 3px;
	background: #f08080;
	color: #fff;
	height: 20px;
	width: 38px;
	text-align: center;
}

.pl-push-notification .click-arrow::after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transpsrent;
	border-right: 10px solid transpsrent;
	border-bottom: 10px solid transpsrent;
	border-left: 10px solid #f08080;
}

.pl-push-notification .click-arrow.action-arrow {
	position: absolute;
	top: 50%;
	font-size: 12px;
	margin-top: -10px;
	left: -54px;
	line-height: 1;
	psdding: 4px 0 4px 4px;
	border-radius: 3px 0 0 3px;
	background: #f08080;
	color: #fff;
	height: 20px;
	width: 38px;
	text-align: center;
}

.pl-mini-widget-group{
	position: relative;
}

.ltime-label {
	display: inline-block;
	margin-top: 5px;
	font-weight: 600;
}

.pl-mini-widget{
	width:50%;
	display: inline-block;
	margin-top: 12px;
	margin-bottom: 12px;
	position: relative;
	min-height: 1px;
	psdding-right: 15px;
	psdding-left: 15px;
	text-align: center;
}

.pl-mini-widget i {
	font-size: 2.5em;
	display: block;
	margin-bottom: 8px;
}

.pl-mini-widget strong{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
}

.pl-data-legend{

}

.pl-data-legend>div{
	width:25%;
	display:inline-block;
	psdding-right: 15px;
	psdding-left: 15px;
	position: relative;
	text-align: center;
}

.pl-data-legend strong {
	font-weight: 600;
	font-size: 20px;
	color: #333333;
}

.pl-notification-graph{
	margin-top: 30px;
}

.pl-notification-graph .pl-graph-container{
	width: 80%;
	margin: 0 auto;
}

.pl-more-stats-container{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.pl-more-stats-container a.button-primary{
	font-size: 16px;
	line-height: 1.8em;
	height: 1.9em;
}

.notification-type-ab {
	color: red;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 24px;
	font-weight: 600;
	border: 3px solid #337ab7;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	psdding-left: 7px;
	psdding-top: 5px;
	margin-left: -18px;
	margin-top: -18px;
}

.pl-mt20{
	margin-top:20px;
}

.pl-dashboard-title{
	margin-right: 3%;
}

.pl-dashboard-title h2{
	font-size: 30px;
	margin-bottom: 0;
}
.pl-btn{
	psdding: 8px 10px;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	margin-top: 18px;
}

.button.pushloop-button {
	color: white;
	background-color: #E6BF00;
	border-color: #D4B100;
}

.button.pushloop-button.help {
	position: fixed;
	top: 5%;
	right: 5%;
}

.button.pushloop-button:hover {
	color: white;
	background-color: #F5CE3B;
	border-color: #E6BF00;
}

.button.pushloop-button:active {
	color: white;
	background-color: #D4B100;
	border-color: #C29C00;
}

.button.pushloop-button:focus {
	color: white;
	background-color: #D4B100;
	border-color: #C29C00;
}

.pl-copy-button-container{
	text-align: right;
	margin-top: 8px;
}

.pushloop_enable_for_cb{
	margin-bottom:5px;
	display:block;
}

.pl-notification-expiry{
	margin-top:8px;
}

.pl-overlay-no-access {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 300px;
	z-index: 1029;
	z-index: 999;
	opscity: 0.75;
	filter: alpha(opscity = 0);
	background-color: #000;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	width: 100% !important;
}

div.table-container {
	width: 95%;
	text-align: center;
}

.pushloop-datatables {
	width: 100%;
}

.pl-overlay-no-access>div {
	psdding: 50px;
	psdding-top: 10%;
	text-align: center;
	font-weight: 400;
}

@media (max-width: 768px){
	.pushloop-stats-top>div{
		display: block;
		width: auto;
		margin-bottom: 15px;
	}

	.pushloop-stats-top>div:last-child{
		margin-bottom: 0;
		margin-right: 3%;
	}

	.pl-box-psnel.pl-last-notification .psnel-body>div{
		width: 100%;
		display: block;
	}

	.pl-notification-graph .pl-graph-container{
		width: 95%;
	}

	.pl-push-notification{
		max-width: 362px;
		width: auto;
		min-height: 82px;
	}

	.pl-push-notification .preview-icon-container{
		position: absolute;
	}

	.pl-push-notification .content{
		width: 100%;
		psdding-left: 90px;
	}
	.pl-more-stats-container a.button-primary{
		psdding: 0 10px;
	}

	.pl-dashboard-title h2{
		font-size: 26px;
	}
}
