.pnfpb_ic_push_settings_table_row {
	height:70px;
}

.pnfpb_ic_push_settings_table_label_checkbox {
	padding-left:0px;
	padding-right:10px;
}

.pnfpb_ic_push_settings_table_column {
	border:1px solid #ccc;
}


.pnfpb_ic_push_settings_table_value_column {
	width:80%;
}

.pnfpb_ic_push_settings_table_value_column_input_field {
	width:82%;
}

.pnfpb_ic_push_settings_header {
	line-height:1.25em;
}

.pnfpb_ic_push_settings_header2 {
	line-height:1.0em;
}

.pnfpb_ic_push_settings_upload_icon {
    width:80%;
    white-space:normal;
    word-wrap:break-word;
}

.pnfpb_unsubscribe_button {
    color:#ffffff;
    background:#000000;
	display:none;
}

.pnfpb_subscribe_button {
    color:#ffffff;
    background:#000000;
    display:none;
}

.pnfpb-subscribe-notifications {
	text-align:center;
}


.pnfpb-unsubscribe-notifications {
	text-align:center;
	max-width:80px;
	margin: 0 auto;
	max-height: 50px;
}


.pnfpb-pwa-dialog-confirm {

    display:none;	
    
}

.pnfpb-push-notification-blocked {

  display:none;

}

.pnfpb-pwa-dialog-app-installed {
    display:none;	
}

.pnfpb-pwa-dialog-app-installed_description {
    display:none;	
}


.pnfpb_subscribe_dialog_confirm {
    display:none;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
}

.pnfpb_unsubscribe_dialog_confirm {
    display:none;
}

.pnfpb_group_users_subscribe_dialog_confirm {
	display:none;	
}

.subscribegroupbutton {
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px !important;
	font-size: 14px !important;
	font-weight: 100 !important; 
}

.subscribe-notification-group {
	margin-left: 1px;
	margin-right: 5px;
	padding: .3em .5em !important;
	/* font-size: 14px !important;
	font-weight: 100 !important; */
}

.unsubscribe-notification-group {
	margin-top:1px;
	margin-left: 1px;
	margin-right: 5px;
	padding: .3em .5em !important;
	/*  font-size: 14px !important;
	font-weight: 100!important; */
}

.buddypress-wrap .grid.bp-list>li .action .subscribegroupbutton {
	width: auto !important;
}

.buddypress-wrap .grid.bp-list>li .action .unsubscribegroupbutton {
	width: auto !important;
}

.subscribe-display-on {
	display:inline-block;
}

.subscribe-display-off {
	display:none !important;
}

.subscribe-init-display-off {
	display:none !important;
}

.ui-dialog[aria-describedby~=pnfpb_group_users_unsubscribe_dialog_confirm] {
	width: 100% !important;
	max-width: 350px !important;
}

.ui-dialog[aria-describedby~=pnfpb_group_users_subscribe_dialog_confirm] {
	width: 100% !important;
	max-width: 350px !important;
}

.ui-dialog[aria-describedby~=pnfpb_subscribe_dialog_confirm] {
	width: 100% !important;
	max-width: 350px !important;
}

.ui-dialog-buttonpane[aria-describedby~=pnfpb_subscribe_dialog_confirm] {
    float: left !important;
    width: 100% !important;
	max-width: 350px !important;
}

.ui-dialog-buttonset button[aria-describedby~=pnfpb_subscribe_dialog_confirm] {
	padding: 3px !important;
	height: unset;
}



.ui-dialog[aria-describedby~=pnfpb_unsubscribe_dialog_confirm] {
	width: 350px !important;
}

.ui-dialog-buttonpane[aria-describedby~=pnfpb_unsubscribe_dialog_confirm] {
    float: left !important;
    width: 100% !important;
	max-width: 350px !important;
}

.ui-dialog-buttonset button[aria-describedby~=pnfpb_unsubscribe_dialog_confirm] {
	padding: 3px !important;
	height: unset;
}

.devicetokens .wp-list-table .column-id { width: 7%; }
.devicetokens .wp-list-table .column-userid { width: 15%; }


/* The snackbar - position it at the bottom and in the middle of the screen */
#pnfpbsnackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#pnfpbsnackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.pnfpbclose {
  height: 32px;
  opacity: 0.7;
}
.pnfpbclose:hover {
  opacity: 1;
}
.pnfpbclose:before {
	position: absolute;
    top: 2px;
	right:10px;
    content: ' ';
    height: 15px;
    width: 2px;
    color: #fff;
    background-color: #fff;
}
.pnfpbclose.pnfpbclosebefore:before {
	position: absolute;
    top: 2px;
	right:10px;
    content: ' ';
    height: 15px;
    width: 2px;
    color: #fff;
    background-color: #fff;
}
.pnfpbclose:after {
	position: absolute;
    top: 2px;
	right:10px;
    content: ' ';
    height: 15px;
    width: 2px;
    color: #fff;
    background-color: #fff;
}
.pnfpbclose.pnfpbcloseafter:after {
	position: absolute;
    top: 2px;
	right:10px;
    content: ' ';
    height: 15px;
    width: 2px;
    color: #fff;
    background-color: #fff;
}
.pnfpbclose:before {
  transform: rotate(45deg);
}
.pnfpbclose:after {
  transform: rotate(-45deg);
}
.pnfpb_pwa_shortcode_box {
	text-align:center;
	display:none;
}

.pnfpb_ic_push_settings_table_row {
	height:70px;
}

.pnfpb_ic_push_settings_table_label_checkbox {
	padding-left:0px;
	padding-right:10px;
}

.pnfpb_ic_push_settings_table_column {
	border:1px solid #ccc;
}

.pnfpb_ic_push_settings_table_label_column {
	width:60% !important;
	display: inline-block;
}

.pnfpb_ic_push_settings_table_ondemand_label_column {
	width:50% !important;
	display:inline-block;
}


.pnfpb_ic_push_settings_table_value_column {
	width:80% !important;
}

.pnfpb_ic_push_settings_table_value_column_input_field {
	width:82% !important;
}



.pnfpb_ic_push_settings_header {
	line-height:1.25em;
}

.pnfpb_ic_push_settings_header2 {
	line-height:1.0em;
}

.pnfpb_ic_push_settings_upload_icon {
	width:100%;
    white-space:normal;
    word-wrap:break-word;
  	background-color: #135e96 !important; 
  	border: none !important;
  	color: white !important;
  	padding: 10px !important;
  	text-align: center !important;
  	text-decoration: none !important;
  	display: inline-block !important;
  	font-size: 16px !important;
  	margin: 4px 2px !important;
  	cursor: pointer !important;
  	border-radius: 8px !important;	
}
.devicetokens .column-id { width: 15%; }
.devicetokens .column-device_id { width: 45% !important; }
.devicetokens .column-userid { width: 20%; }
.devicetokens .column-device_id { width: 20%; }
.pnfpb_column_1000 .wrap #poststuff #post-body.columns-2 {
    margin-right: 0px;
}
.pnfpb_ic_red_color_text { color: red;}
.pnfpb_switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-left: 4px;
  margin-right: 5px;
}

.pnfpb_switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.pnfpb_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.pnfpb_slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .pnfpb_slider {
  background-color: #135e96;
}

input:focus + .pnfpb_slider {
  box-shadow: 0 0 1px #135e96;
}

input:checked + .pnfpb_slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.pnfpb_slider.round {
  border-radius: 20px;
}

.pnfpb_slider.round:before {
  border-radius: 50%;
}

.pnfpb_ic_push_settings_table_label_checkbox {
	padding-left: 0px;
	padding-right: 0px;
	font-weight:500;
	margin: 0px !important;
}

/* Float four columns side by side */
.pnfpb_column {
  float: left;
  padding: 0 10px;
  margin-bottom: 10px;
}

.pnfpb_column_400 {
  float: left;
  padding: 0 10px;
  margin-bottom: 10px;
}

/* Remove extra left and right margins, due to padding */
.pnfpb_row {margin: 0 -5px;}

/* Clear floats after the columns */
.pnfpb_row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.pnfpb_card {
  padding: 10px;
  text-align: left;
  background-color: #dcdcdeb5;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.pnfpb_container {
  display: inline;
  position: relative;
  padding-left: 35px;
  padding-right: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.pnfpb_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.pnfpb_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.pnfpb_container:hover input ~ .pnfpb_checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.pnfpb_container input:checked ~ .pnfpb_checkmark {
  background-color: #135e96;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.pnfpb_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.pnfpb_container input:checked ~ .pnfpb_checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.pnfpb_container .pnfpb_checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .pnfpb_column {
    width: 25%;
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .pnfpb_container {
  	display: block;
   }
}

.pnfpb_activity_form_button, .pnfpb_post_type_content_button, .pnfpb_comments_content_button, .pnfpb_private_message_button, .pnfpb_ic_push_configuration_button, .pnfpb_avatar_change_button, .pnfpb_friendship_request_button, .pnfpb_new_member_button, .pnfpb_cover_image_change_button, .pnfpb_friendship_accept_button {
	background-color: #135e96 !important;
    border: none !important;
    color: white !important;
    padding: 5px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 14px !important;
    margin: 4px 2px !important;
    cursor: pointer !important;
    border-radius: 8px !important;
	max-width: 76px;
}

.pnfpb_ic_push_save_configuration_button {
	background-color: #135e96 !important;
    border: none !important;
    color: white !important;
    padding: 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 16px !important;
    margin: 4px 2px !important;
    cursor: pointer !important;
    border-radius: 8px !important;
}

.pnfpb_ic_firebase_configuration_button, .pnfpb_ic_firebase_configuration_help_button {
	background-color: #135e96 !important;
    border: none !important;
    color: white !important;
    padding: 5px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 14px !important;
    margin: 4px 2px !important;
    cursor: pointer !important;
    border-radius: 8px !important;
}

.pnfpb_ic_private_message_form {
	display: none;
}

.pnfpb_ic_new_member_form {
	display: none;
}

.pnfpb_ic_friendship_request_form {
	display: none;
}

.pnfpb_ic_friendship_accept_form {
	display: none;
}

.pnfpb_ic_avatar_change_form {
	display: none;
}

.pnfpb_ic_cover_image_change_form {
	display: none;
}

.pnfpb_ic_activity_content_form {
	display: none;
}

.pnfpb_ic_comments_content_form {
	display: none;
}

.pnfpb_ic_post_type_content_form {
	display: none;
}

.pnfpb_ic_firebase_configuration_help {
	display: none;
	width: 100%;
}

.pnfpb_ic_firebase_configuration {
	display: block;
}

table.pnfpb_ic_push_settings_table {
	border: 0px solid #000000;
}

table.pnfpb_ic_push_notification_settings_table {
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
}

table.pnfpb_ic_push_firebase_settings_table {
	border: 0px solid #000000;
}

td.pnfpb_ic_push_settings_table_label_column {
	border-left: 0px solid #000000;
}


.pnfpb_column_full p.submit {
	text-align: center;
}

.pnfpb_column_full_ondemand p.submit {
	text-align: left;
}

.pnfpb_column_400 p.submit {
	margin-top: 0px;
}

.pnfpb_column_full {
	width: 100%;
}

.pnfpb_column_1000 {
	max-width: 1000px;
	margin: 0 auto;
}

.pnfpb_column_buddypress_functions {
	width: 40%;
}

@media screen and (max-width: 600px) {
	.pnfpb_column_buddypress_functions {
		width: unset;
	}
}

.pnfpb_ic_push_settings_table {
	margin-top: 10px;
}

.pnfpb_max_width_236 {
	max-width: 236px;
}

.pnfpb_max_width_40 {
	max-width: 40px;
}

.pnfpb_width_60 {
	width: 60%;
}

.pnfpb_width_15 {
	width: 15%;
}

.pnfpb_width_20 {
	width: 20%;
}

.pnfpb_float_right {
	float: right;
}

.pnfpb_float_left {
	float: left;
}

.pnfpb_padding_top_8 {
	padding-top: 8px;
}

.pnfpb_flex_grow_1 {
	flex-grow: 1;
}

.pnfpb_flex_grow_3 {
	flex-grow: 3;
}

.pnfpb_flex_grow_6 {
	flex-grow: 6;
}

.pnfpb_margin_top_8 {
	margin-top: 8px;
}

.pnfpb_margin_top_6 {
	margin-top: 6px;
}

.pnfpb_margin_left_4 {
	margin-left: 4px;
}

.pnfpb_margin_left_12 {
	margin-left: 12px;
}

.pnfpb_padding_left_4 {
	padding-left: 4px;
}

.pnfpb_ic_fcm_post_timeschedule_seconds_radio_block {
	display: none;
}

.pnfpb_ic_fcm_post_timeschedule_seconds_block {
	width:100px;
	margin-right:10px;
	display: none;
}

#pnfpb_ic_fcm_post_timeschedule_seconds_block {
	background-color: #fff;
	color: #000;
}

.pnfpb_ic_fcm_buddypressactivities_timeschedule_seconds_radio_block {
	display:none;
}

.pnfpb_ic_fcm_buddypressactivities_timeschedule_seconds_block {
	width:100px;
	margin-right:10px;
	display:none;
}
#pnfpb_ic_fcm_buddypressactivities_timeschedule_seconds_block {
	background-color: #fff;
	color: #000;
}

.pnfpb_ic_fcm_buddypresscomments_timeschedule_seconds_radio_block {
	display:none;
}

.pnfpb_ic_fcm_buddypresscomments_timeschedule_seconds_block {
	width:100px;
	margin-right:10px;
	display:none;
}
#pnfpb_ic_fcm_buddypresscomments_timeschedule_seconds_block {
	background-color: #fff;
	color: #000;
}

.pnfpb_switch {
    position: relative;
    display: inline-block;
    width: 40px !important;
    height: 24px;
	margin-left: 5px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-top: 3px !important;	
}

.pnfpb_ic_push_settings_table_label_checkbox {
    padding-left: 0px !important;
    padding-right: 0px !important;
	font-size: 16px !important;
    font-weight: 400 !important;
    /* font-weight: 500; */
}

.pnfpb_ic_front_push_notification_settings_messages {
	display: none !important;
}

.pnfpb_ic_subscription_input {
	width: 100%;
	background-color: unset;
}

.pnfpb_ic_subscription_input input {
    width: 15px;
    margin-top: 8px;	
}

.pnfpb_ic_subscription_checkbox {
	width: unset;
}


.pnfpb_ic_subscription_menu {
	float:left;
	width:100%;
	padding:5px;
	margin:5px;
	padding-bottom:0px;
}

.pnfpb_subscribe_dialog_confirm .ui-dialog-content {
    height: 300px !important;
}

.pnfpb-pwa-dialog-container, .pnfpb-pwa-dialog-ios-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right:0;
  display: none;
  z-index: 100000;
}

.pnfpb-pwa-dialog-ios-container {
  max-width: 650px;
  margin: 0 auto;
}

@media only screen and (max-width: 370px) {
	.pnfpb-pwa-dialog-container, .pnfpb-pwa-dialog-ios-container {
  		position: fixed;
  		bottom: 0;
  		left: 0;
  		right:0;
  		display: none;
		  max-width: 370px;
  		z-index: 100000;
	}
}

.pnfpb-push-dialog-box, .pnfpb-push-dialog-ios-box {
  display: flex;
  background: white;
  padding: 6px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;	
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-around;
  font-size: 16px;
  width: 500px;

}

@media only screen and (max-width: 370px) {
  .pnfpb-push-dialog-box, .pnfpb-push-dialog-ios-box {
	max-width: 370px;
	flex-wrap: wrap;
  }
}

@media only screen and (min-width: 370px) and (max-width: 425px) {
  .pnfpb-push-dialog-box, .pnfpb-push-dialog-ios-box {
	max-width: 425px;
	flex-wrap: wrap;
  }
}

.pnfpb-pwa-dialog-container, .pnfpb-pwa-dialog-ios-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right:0;
  display: none;
  z-index: 100000;
}

@media only screen and (max-width: 370px) {
	.pnfpb-pwa-dialog-container, .pnfpb-pwa-dialog-ios-container {
  		position: fixed;
  		bottom: 0;
  		left: 0;
  		right:0;
  		display: none;
		  max-width: 370px;
  		z-index: 100000;
	}
}

.pnfpb-pwa-dialog-box, .pnfpb-push-dialog-ios-box {
  display: flex;
  background: white;
  padding: 6px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;	
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-around;
  font-size: 16px;
  max-width: 650px;

}

.pnfpb-pwa-dialog-ios-buttons, .pnfpb-pwa-dialog-ios-title {
	text-align: center;
  display: flex;
}

@media only screen and (max-width: 370px) {
  .pnfpb-pwa-dialog-box, .pnfpb-push-dialog-ios-box {
	max-width: 370px;
	flex-wrap: wrap;
  }
}

@media only screen and (min-width: 370px) and (max-width: 425px) {
  .pnfpb-pwa-dialog-box, .pnfpb-push-dialog-ios-box {
	max-width: 425px;
	flex-wrap: wrap;
  }
}

.pnfpb-top-left {
  position: fixed;
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  display: none;
  z-index: 999999991;	
}


.pnfpb-top-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;	
  display: none;
  z-index: 999999991;	
}

.pnfpb-bottom-left {
  position: fixed;
  top: unset;
  left: 0;
  bottom: 0;
  right: unset;	
  display: none;
  z-index: 999999991;	
}

.pnfpb-bottom-right {
  position: fixed;
  bottom: 0;
  right: 0;
  top: unset;
  left: unset;	
  display: none;
  z-index: 999999991;	
}

@media only screen and (max-width: 370px) {
	.pnfpb-top-left {
  		position: fixed;
  		top: 0;
  		left:0;
  		bottom: unset;
  		right: unset;		
  		display: none;
		  max-width: 370px;
  		z-index: 999999991;
	}
}

@media only screen and (max-width: 370px) {
	.pnfpb-top-right {
  		position: fixed;
  		top: 0;
  		right:0;
  		bottom: unset;
  		left: unset;		
  		display: none;
		  max-width: 370px;
  		z-index: 999999991;
	}
}

@media only screen and (max-width: 370px) {
	.pnfpb-bottom-left {
  		position: fixed;
  		bottom: 0;
  		left: 0;
		  top: unset;
		  right: unset;
  		display: none;
		  max-width: 370px;
  		z-index: 999999991;
	}
}

@media only screen and (max-width: 370px) {
	.pnfpb-bottom-right {
  		position: fixed;
  		bottom: 0;
  		right:0;
		  top: unset;
		  left: unset;
  		display: none;
		  max-width: 370px;
  		z-index: 999999991;
	}
}
#pnfpb-pwa-dialog-cancel, #pnfpb-pwa-dialog-subscribe, #pnfpb-push-dialog-subscribe, #pnfpb-push-dialog-cancel {
	border-radius: 5px;	
}

.pnfpb-push-dialog-container {
  position: 'absolute';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: 'flex';
  justify-content: 'center';
  align-items: center;
  z-index: 100;
  display: none;
}

.pnfpb-push-dialog-box {
  padding: 40px;
  background-color: '#fff';
  border-radius: 10px;
  margin: 20px;
  max-width: 400px;
  box-shadow: '0px 0px 20px 0px rgba(0, 0, 0, 0.2)';
  z-index: 100;
  cursor: 'default';
  transition: '40ms';
  transform: scale(0.9);
  display: none;
}

.pnfpb-push-subscribe-icon {
  width: 49px;
  height: 49px;
  position: fixed;
  bottom: 50px;
  right: 0;
  top: unset;
  left: unset;
  z-index: 999999991;
  border: 0px;
  background:transparent;
  display: none;
}

.pnfpb-push-subscribe-icon-shortcode {
  width: 32px;
  height: 32px;
  border: 0px;
  background:transparent;
  display: block;
  margin: 0 auto;
}

.pnfpb-push-subscribe-icon img {
  max-width: unset;
}

.pnfpb-bell-icon-header, .pnfpb-bell-icon-header-shortcode {
  box-sizing: border-box;
  border-top: 1px solid rgba(11, 5, 5, 0.1);
  padding: 0.15em 0em;
  box-shadow: none;
  border-radius: 4px;
  font-weight: 600;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  letter-spacing: .65px;
  cursor: pointer;
  width:100%;
  height:30px;
  background: #ffffff;
  color: #000000;
  text-align: center;
}

.pnfpb_shortcode_popup_close {
	font-size: 30px;
}


.pnfpb-push-subscribe-options-button-container, .pnfpb-push-subscribe-options-button-container-shortcode {
  color: #090101;
  width: 100%;
}

.pnfpb-push-subscribe-button-options, .pnfpb-push-subscribe-button-options-shortcode {
  box-sizing: border-box;
  border: 1px solid transparent;
  padding: 0.625em 1em;
  box-shadow: none;
  border-radius: 4px;
  font-weight: 400;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 12px;
  letter-spacing: .65px;
  cursor: pointer;
  width:100%;
  height:30px;
  background: #ccc;
  color: #fff;
}

.pnfpb-push-subscribe-button-container, .pnfpb-push-subscribe-button-container-shortcode {
  color: #090101;
  width: 100%;
}

.pnfpb-push-subscribe-button, .pnfpb-push-subscribe-button-shortcode {
  box-sizing: border-box;
  border: 1px solid transparent;
  padding: 0.625em 1em;
  box-shadow: none;
  border-radius: 4px;
  font-weight: 400;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 12px;
  letter-spacing: .65px;
  cursor: pointer;
  width:100%;
  height:40px;
  background: #e54b4d;
  color: #fff;
}

.pnfpb-push-subscribe-options-button-container, .pnfpb-push-subscribe-options-button-container-shortcode {
  	color: #090101;
  	width: 100%;
  	display:none;
	max-height: 197px;
}


.pnfpb-push-subscribe-options-button, .pnfpb-push-subscribe-options-button-shortcode {
  box-sizing: border-box;
  border: 1px solid transparent;
  padding: 0.625em 1em;
  box-shadow: none;
  border-radius: 4px;
  font-weight: 400;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 12px;
  letter-spacing: .65px;
  cursor: pointer;
  width:100%;
  height:40px;
  background: #e54b4d;
  color: #fff;
}

.pnfpb-pwa-ios-message-container {
  color: #090101;
  width: 100%;
  display:none;
}

.pnfpb-pwa-ios-message-layout  {
    cursor: pointer;
    position: fixed;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(11, 5, 5, 0.1);
    width: 300px;
  	transform: scale(1) translateZ(0);
  	opacity: 1;	
    transition: transform 175ms ease-in-out,opacity 175ms ease-in-out;
    z-index: 999999999999;
    bottom: 95px;
    right: 0;
    transform-origin: right bottom;
    padding: 0.3em 0.8em 0.6em;
    color: #333;
    display:none;
}

.pnfpb-push-subscribe-button-layout {
    cursor: pointer;
    position: fixed;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(11, 5, 5, 0.1);
    opacity: 0;
    width: 300px;
    transform: scale(0) translateZ(0);
    transition: transform 175ms ease-in-out,opacity 175ms ease-in-out;
    z-index: 999999999999;
    bottom: 95px;
    right: 0;
    transform-origin: right bottom;
    padding: 0.3em 0.8em 0.6em;
    color: #333;
    display:none;
}

.pnfpb-push-subscribe-button-layout-shortcode-options  {
	cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(11, 5, 5, 0.1);
    opacity: 1;
    width: 300px;
    transform: translate(0%, 50%);
    z-index: 99999999;
    bottom: 500px;
    right: 300px;
    color: #333;
    display: none;
	max-height:387px;
}

.pnfpb-push-subscribe-button-layout-shortcode-nooptions  {
	cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(11, 5, 5, 0.1);
    opacity: 1;
    width: 300px;
    transform: translate(0%, 50%);
    z-index: 99999999;
    bottom: 300px;
    right: 300px;
    color: #333;
    display: none;
	max-height:387px;
}

.pnfpb-push-subscribe-button-layout-shortcode-right-options  {
	cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(11, 5, 5, 0.1);
    opacity: 1;
    width: 300px;
    transform: translate(0%, 50%);
    z-index: 99999999;
    bottom: 500px;
    left: 70px;
    color: #333;
    display: none;
	max-height:387px;
}

.pnfpb-push-subscribe-button-layout-shortcode-right-nooptions  {
	cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(11, 5, 5, 0.1);
    opacity: 1;
    width: 300px;
    transform: translate(0%, 50%);
    z-index: 99999999;
    bottom: 300px;
    left: 70px;
    color: #333;
    display: none;
	max-height:387px;
}

.pnfpb-push-subscribe-button-layout-shortcode-top-options  {
	cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(11, 5, 5, 0.1);
    opacity: 1;
    width: 300px;
    transform: translate(0%, 50%);
    z-index: 99999999;
    bottom: 648px;
    left: -100px;
    color: #333;
    display: none;
	max-height:387px;
}

.pnfpb-push-subscribe-button-layout-shortcode-top-nooptions  {
	cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(11, 5, 5, 0.1);
    opacity: 1;
    width: 300px;
    transform: translate(0%, 50%);
    z-index: 99999999;
    bottom: 335px;
    left: -100px;
    color: #333;
    display: none;
	max-height:387px;
}


.pnfpb-push-subscribe-button-layout-shortcode-bottom-options  {
	cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(11, 5, 5, 0.1);
    opacity: 1;
    width: 300px;
    transform: translate(0%, 50%);
    z-index: 99999999;
    bottom: 180px;
    left: -100px;
    color: #333;
    display: none;
	max-height:387px;
}

.pnfpb-push-subscribe-button-layout-shortcode-bottom-nooptions  {
	cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(11, 5, 5, 0.1);
    opacity: 1;
    width: 300px;
    transform: translate(0%, 50%);
    z-index: 99999999;
    bottom: 80px;
    left: -100px;
    color: #333;
    display: none;
	max-height:387px;
}

.pnfpb-push-subscribe-button-layout-shortcode-center-options  {
	cursor: pointer;
    position: fixed;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(11, 5, 5, 0.1);
    opacity: 1;
    width: 300px;
    transform: translate(0%, 50%);
    z-index: 99999999;
  	top: calc(50% - 194px);
  	left: calc(50% - 150px); 
    color: #333;
    display: none;
	max-height:387px;
}

.pnfpb-push-subscribe-button-layout-shortcode-center-nooptions  {
	cursor: pointer;
    position: fixed;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(11, 5, 5, 0.1);
    opacity: 1;
    width: 300px;
    transform: translate(0%, 50%);
    z-index: 99999999;
  	top: calc(50% - 194px);
  	left: calc(50% - 150px);
    color: #333;
    display: none;
	max-height:387px;
}



.pnfpb-push-subscribe-button-layout-opened, .pnfpb-push-pwa-button-ios-layout-opened {
  transform: scale(1) translateZ(0);
  opacity: 1;
}

.pnfpb-push-msg-container {
    display: flex;
    max-width: 330px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    background: hsla(0,0%,98%,.5);
    overflow: auto;
    margin: 0.5em 0;
	flex-wrap: wrap;
}

.pnfpb-push-msg-container-shortcode {
    display: flex;
    max-width: 330px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    background: hsla(0, 0%, 98%, .5);
    overflow: hidden;
    margin: 0.5em 0;
	flex-wrap: wrap;
	max-height: 89px;
}

.pnfpb-push-icon {
    width: 50px;
    height: 50px;
    margin: 6px;
    margin-right: 3px;
    border-radius: 2px;
}

.pnfpb-push-msg-text-layout {
    margin: 6px;
    margin-left: 3px;
    -ms-flex: 1;
    flex: 1;
}

.pnfpb-push-msg-text-line {
    width: 85%;
    height: 5px;
    background: #e3e4e5;
    margin: 5px 0;
    border-radius: 1px;    
}

.pnfpb-push-msg-text-long-line {
    height: 5px;
    width: 100%;
    background: #e3e4e5;
    margin: 5px 0;
    border-radius: 1px;
}

.pnfpb-push-status-text {
  position: unset;
  color: #fff;
  background: #000;
  cursor: pointer;
  border-radius: 5px;
  transform: translateY(-50%) scaleX(0) translateZ(0);
  opacity: 0;
  pointer-events: none;
  transition: transform 175ms ease-in-out,opacity 175ms ease-in-out;
  bottom: unset;
  z-index: unset;
  transform-origin: right center;
  padding: 0px;
  right: unset;
  flex: 1;
}

.pnfpb-push-status-text-shortcode {
  position: unset;
  color: #fff;
  background: #000;
  cursor: pointer;
  border-radius: 5px;
  transform: translateY(-50%) scaleX(0) translateZ(0);
  opacity: 0;
  pointer-events: none;
  transition: transform 175ms ease-in-out,opacity 175ms ease-in-out;
  bottom:unset;
  z-index: unset;
  transform-origin: right center;
  padding: 0px;
  right: unset;
  flex: 1;
}
.pnfpb-flex-break {
	flex-basis: 100%;
  	height: 0;
}

.pnfpb-push-status-text-opened,.pnfpb-push-status-text-opened-shortcode {
  	transform: translateY(-50%) scaleX(1) translateZ(0);
  	opacity: 1;
  	pointer-events: auto;
  	padding: 2.4px;
  	width: 300px;
  	right: 300px;
    font-size: 16px;	
}

.pnfpb_subscribe_dialog_confirm_heading_notoken, .pnfpb_subscribe_dialog_confirm_heading_token {
	font-size: 14px !important;
	padding: 20px;
}

.pnfpbloader {
  text-align: center;
  margin: 0 auto;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  -webkit-animation: pnfpbspinsaf 2s linear infinite; /* Safari */
  animation: pnfpbspin 2s linear infinite;
}

.pnfpb-popup-customprompt-container {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px; 
  position: fixed;
  z-index: 2258594000;
  top: 0;
  left: 0;
  right: 0;
  -webkit-font-smoothing: initial;
  display:none;
}

.pnfpb-popup-customprompt-container-dialog {
  width: 500px;
  -webkit-animation-name: pnfpbslideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-name: pnfpbslideDown;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 6px rgba(5,27,44,.06),0 2px 32px rgba(5,27,44,.16)!important;
  background: #fff!important;
  color: #051b2c;
  padding: 1.5em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;  
}

.pnfpb-popup-customprompt-container-dialog-slideDown {
  width: 500px;
  float: left;
  -webkit-animation-name: pnfpbslideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-name: pnfpbslideDown;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 6px rgba(5,27,44,.06),0 2px 32px rgba(5,27,44,.16)!important;
  background: #fff!important;
  color: #051b2c;
  padding: 1.5em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;  
}

.pnfpb-popup-customprompt-container-dialog-slideDownOut {
  width: 500px;
  -webkit-animation-name: pnfpbslideDownOut;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-name: pnfpbslideDownOut;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 6px rgba(5,27,44,.06),0 2px 32px rgba(5,27,44,.16)!important;
  background: #fff!important;
  color: #051b2c;
  padding: 1.5em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;  
}

.pnfpb-popup-customprompt-container-dialog-slideUp {
  width: 500px;
  -webkit-animation-name: pnfpbslideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-name: pnfpbslideUp;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 6px rgba(5,27,44,.06),0 2px 32px rgba(5,27,44,.16)!important;
  background: #fff!important;
  color: #051b2c;
  padding: 1.5em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;  
}

.pnfpb-popup-customprompt-container-dialog-slideUpOut {
  width: 500px;
  -webkit-animation-name: pnfpbslideUpOut;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-name: pnfpbslideUpOut;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 6px rgba(5,27,44,.06),0 2px 32px rgba(5,27,44,.16)!important;
  background: #fff!important;
  color: #051b2c;
  padding: 1.5em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;  
}

.pnfpb-popup-customprompt-transistion-body-icon {
  box-sizing: border-box;
  float: left;
  width: 80px;
  height: 80px;
  position: relative;
}

.pnfpb-popup-customprompt-transistion-body-message {
  box-sizing: border-box;
  padding: 0 0 0 1em;
  font-weight: 400;
  float: left;
  width: calc(100% - 80px);
  line-height: 1.45em;
  -o-user-select: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  color: #051B2C !important; 
}


.pnfpb-popup-customprompt-transistion-cancel-button { 
    margin-right: 0.714em;
    box-shadow: none;
    background: #fff!important;
    color: #0078d1!important;
    float: right;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.8rem 1rem;
    font-size: .9625em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-family: inherit;
    letter-spacing: .05em;
    transition: background-color 75ms ease;
    margin: 0;  
}

.pnfpb-popup-customprompt-transistion-close-button, .pnfpb-popup-customprompt-transistion-allow-button {
  box-sizing: border-box;
  display: inline-block;
  padding: 0.375rem 1rem;
  font-size: .9625em;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-family: inherit;
  letter-spacing: .05em;
  transition: background-color 75ms ease;
  margin: 0;  
  background: #0078d1;
  color: #fff!important;
  transition: 75ms linear;
  padding: 0.75em 1.5em;
  font-size: 1em;
  border-radius: 0.25em;
  font-weight: 400;
  box-shadow: unset;
  display: -ms-flexbox;
  display: flex;
  float: right;
}

.pnfpb-popup-customprompt-transistion-footer {
  position: relative;
}

.pnfpb-popup-customprompt-transistion-body {
  box-sizing: border-box;
  margin: 0;
}

.pnfpb-popup-customprompt-container .pnfpb-popup-customprompt-container-dialog .clearfix {
  display: block;
  -webkit-backface-visibility: initial!important;
  backface-visibility: initial!important;
}

.pnfpb-popup-customprompt-transistion-confirmation {
  display: none;
}

.pnfpb-popup-customprompt-vertical-container {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px; 
  position: fixed;
  z-index: 2258594000;
  top: 0;
  left: 0;
  right: 0;
  -webkit-font-smoothing: initial;
  display:none;
}

.pnfpb-popup-customprompt-vertical-container-dialog {
  width: 300px;
  -webkit-animation-name: pnfpbslideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-name: pnfpbslideDown;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 6px rgba(5,27,44,.06),0 2px 32px rgba(5,27,44,.16)!important;
  background: #fff!important;
  color: #051b2c;
  padding: 1.5em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;  
}

.pnfpb-popup-customprompt-vertical-container-dialog-slideDown {
  width: 300px;
  -webkit-animation-name: pnfpbslideDown;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-name: pnfpbslideDown;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 6px rgba(5,27,44,.06),0 2px 32px rgba(5,27,44,.16)!important;
  background: #fff!important;
  color: #051b2c;
  padding: 1.5em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;  
}

.pnfpb-popup-customprompt-vertical-container-dialog-slideDownOut {
  width: 300px;
  -webkit-animation-name: pnfpbslideDownOut;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-name: pnfpbslideDownOut;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 6px rgba(5,27,44,.06),0 2px 32px rgba(5,27,44,.16)!important;
  background: #fff!important;
  color: #051b2c;
  padding: 1.5em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;  
}

.pnfpb-popup-customprompt-vertical-container-dialog-slideUp {
  width: 300px;
  -webkit-animation-name: pnfpbslideUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-name: pnfpbslideUp;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 6px rgba(5,27,44,.06),0 2px 32px rgba(5,27,44,.16)!important;
  background: #fff!important;
  color: #051b2c;
  padding: 1.5em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;  
}

.pnfpb-popup-customprompt-vertical-container-dialog-slideUpOut {
  width: 300px;
  -webkit-animation-name: pnfpbslideUpOut;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-name: pnfpbslideUpOut;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 6px rgba(5,27,44,.06),0 2px 32px rgba(5,27,44,.16)!important;
  background: #fff!important;
  color: #051b2c;
  padding: 1.5em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;  
}

.pnfpb-popup-customprompt-vertical-transistion-body-icon {
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align:center;
}

.pnfpb-popup-customprompt-vertical-transistion-body-icon > img {
  margin: 0 auto;
}

.pnfpb-popup-customprompt-vertical-transistion-body-message {
  box-sizing: border-box;
  padding: 0 0 0 1em;
  font-weight: 400;
  width: 100%;
  line-height: 1.45em;
  -o-user-select: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  color: #051B2C !important;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}


.pnfpb-popup-customprompt-vertical-transistion-cancel-button { 
    margin-right: 0.714em;
    box-shadow: none;
    background: #fff!important;
    color: #0078d1!important;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.8rem 1rem;
    font-size: .9625em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-family: inherit;
    letter-spacing: .05em;
    transition: background-color 75ms ease;
    margin: 0;
    width:100%;
    text-align: center;
    margin-bottom: 10px;    
}

.pnfpb-popup-customprompt-vertical-transistion-close-button, .pnfpb-popup-customprompt-vertical-transistion-allow-button {
  box-sizing: border-box;
  display: inline-block;
  padding: 0.375rem 1rem;
  font-size: .9625em;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-family: inherit;
  letter-spacing: .05em;
  transition: background-color 75ms ease;
  margin: 0;  
  background: #0078d1;
  color: #fff!important;
  transition: 75ms linear;
  padding: 0.75em 1.5em;
  font-size: 1em;
  border-radius: 0.25em;
  font-weight: 400;
  box-shadow: unset;
  width:100%;
  text-align: center;
  margin-bottom: 10px;
}

.pnfpb-popup-customprompt-vertical-transistion-footer {
  position: relative;
}

.pnfpb-popup-customprompt-vertical-transistion-body {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.pnfpb-popup-customprompt-vertical-container .pnfpb-popup-customprompt-vertical-container-dialog .clearfix {
  display: block;
  -webkit-backface-visibility: initial!important;
  backface-visibility: initial!important;
}

.pnfpb-popup-customprompt-vertical-transistion-confirmation {
  display: none;
}

.pnfpb_custom_prompt_loader, .pnfpb_custom_prompt_loader_frontend {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: pnfpb_custom_prompt_spin 2s linear infinite;
  display: none;
  margin: 0 auto;
}

.pnfpb_frontend_subscriptions_options_menu_all {
  display: block;
}

.pnfpb_bell_icon_custom_prompt_loader, .pnfpb_bell_icon_custom_prompt_loader_frontend, .pnfpb_bell_icon_custom_prompt_loader_webview,.pnfpb_bell_icon_custom_prompt_loader_shortcode {
  border: 16px solid #f3f3f3;
  border-radius: 50% !important;
  border-top: 16px solid #3498db;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: pnfpb_custom_prompt_spin 2s linear infinite;
  display: none;
  margin: 0 auto;
}

.pnfpb_bell_icon_custom_prompt_loader_frontend {
  display: none;
}

/* Safari */
@-webkit-keyframes pnfpb_custom_prompt_spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes pnfpb_custom_prompt_spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pnfpbslideDown {
  0% {
    transform: translateY(-150%); }
  100% {
    transform: translateY(0); } }

@keyframes pnfpbslideDownOut {
  0% {
    transform: translateY(0%); }
  100% {
   transform: translateY(-150%); } }
    
@keyframes pnfpbslideUp {
  0% {
    transform: translateY(150%); }
  100% {
    transform: translateY(0); } }
    
@keyframes pnfpbslideUpOut {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(150%); } }


/* Safari */
@-webkit-keyframes pnfpbspinsaf {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}


@keyframes pnfpbspin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.pnfpb_bell_icon_subscription_options_container, .pnfpb_bell_icon_prompt_subscription_options_container, .pnfpb_bell_icon_prompt_subscription_options_container_shortcode {
	max-width: 330px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    background: none;
    overflow-y: auto;
	min-height:150px;
	max-height:150px;
	height:auto;
    margin: 0.5em 0;
}

.pnfpb_customprompt_subscription_options_container, .pnfpb_customprompt_vertical_subscription_options_container {
	  max-width: 330px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    background: none;
    overflow-y: auto;
	  max-height: 100px;
	  min-height:40px;
	  height:auto;
    margin: 0.5em 0;
	  scrollbar-width: thin;
}

.pnfpb_bell_icon_subscription_container, .pnfpb_bell_icon_subscription_container_shortcode {
    max-width: 330px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
    background: hsla(0,0%,98%,.5);
    overflow: auto;
    margin: 0.3em 0;
}

.pnfpb-notice-dismiss:before {
  background: 0 0;
  color: #fafafa;
  content: "\f153";
  display: block;
  font: normal 16px / 20px dashicons;
  speak: never;
  height: 20px;
  text-align: center;
  width: 20px;
  -webkit-font-smoothing: antialiased;

}


.pnfpb-notice-dismiss {
  top: 0;
  right: 1px;
  border: none;
  margin: 0;
  padding: 9px;
  background: 0 0;
  color: #fafafa;
  cursor: pointer;
  background-color: #333333;
}

.pnfpb-apple-share-icon {

  background:#fff;
  margin:10px;
  padding:10px;
  width: 50px;
  height:50px;
}

.pnfpb-notice.is-dismissible {
  padding-right: 38px;
  position: relative;
}

.pnfpb-screen-reader-text, .pnfpb-screen-reader-text span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.pnfpb-notice p {
  margin: .5em 0;
  padding: 5px;
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
}

.pnfpb-push-subscribe-panel-shortcode {
	max-width: 100px;
	margin: 0 auto;
}

.pnfpb-push-icon-shortcode img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.pnfpb-push-icon img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.pnfpb-push-shortcode-label {
	text-align: center;
}

