#bb_onesignal_settings_section .hidden-header > th {
	opacity: 0;
	visibility: hidden;
	padding: 0;
	margin: 0;
}

#bb_onesignal_settings_section .hidden-header > td {
	padding: 0;
	margin: 0;
}

#bb_onesignal_settings_section input[type="text"],
#bb_onesignal_settings_section input[type="email"],
#bb_onesignal_settings_section input[type="password"] {
	width: 50%;
}

@media (max-width: 782px) {
	#bb_onesignal_settings_section input[type="text"],
	#bb_onesignal_settings_section input[type="email"],
	#bb_onesignal_settings_section input[type="password"] {
		width: 100%;
	}
}

#bb_onesignal_settings_section #bb-onesignal-create-new-app,
#bb_onesignal_settings_section #bb-onesignal-connected-app {
	margin-left: 10px;
}

#bb_onesignal_settings_section .bb-onesignal-new-app-wrap {
	margin-top: 15px;
}

#bb_onesignal_settings_section .bb-onesignal-new-app-wrap #bb-onesignal-create-new-app:before {
	content: "\eef9";
	font-family: "bb-icons";
	/* stylelint-disable-line */
	margin-left: 10px;
	display: inline-block;
}

#bb_onesignal_settings_section .bb-onesignal-new-app-wrap #bb-onesignal-create-new-app.loading {
	color: #a7aaad !important;
	border-color: #dcdcde !important;
	background: #f6f7f7 !important;
	box-shadow: none !important;
	cursor: default;
	transform: none !important;
	pointer-events: none;
}

#bb_onesignal_settings_section .bb-onesignal-new-app-wrap #bb-onesignal-create-new-app.loading:before {
	content: "\ef31";
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
}

#bb_onesignal_settings_section .bbpro-onesignal-status {
	margin-right: 15px;
}

#bb_onesignal_settings_section .bbpro-onesignal-app-link {
	margin-top: 0;
}

@media (max-width: 782px) {
	#bb_onesignal_settings_section #bb-onesignal-connected-app {
		margin-bottom: 10px;
	}
}

#bp_web_push_notification_settings .bp-hide {
	display: none !important;
}

#bp_web_push_notification_settings .soft_prompt_label_header {
	color: #3c434a;
	margin-bottom: 10px;
}

#bp_web_push_notification_settings .prompt-box-preview-title {
	font-weight: 600;
}

#bp_web_push_notification_settings .soft-prompt-box-wrapper-preview {
	background-color: #fff;
	width: 100%;
	max-width: 600px;
	border: 1px solid #ccd0d4;
	padding: 15px;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: flex-start;
	box-sizing: border-box;
}

#bp_web_push_notification_settings .soft-prompt-box-wrapper-preview .soft-prompt-image {
	width: 100px;
}

#bp_web_push_notification_settings .soft-prompt-box-wrapper-preview .soft-prompt-image img {
	max-width: 100%;
	height: auto;
}

#bp_web_push_notification_settings .soft-prompt-box-wrapper-preview .soft-prompt-text {
	width: calc(100% - 120px);
	padding-right: 20px;
	box-sizing: border-box;
}

#bp_web_push_notification_settings .soft-prompt-box-wrapper-preview .soft-prompt-btn {
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	align-items: center;
}

#bp_web_push_notification_settings .soft-prompt-box-wrapper-preview .soft-prompt-btn .cancel-soft-prompt-button {
	margin: 0 15px;
}

#bp_web_push_notification_settings #bb-onesignal-enable-soft-prompt-image-file {
	border: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

#bp_web_push_notification_settings label.soft-prompt-uploader-label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}

#bp_web_push_notification_settings .bb-soft-prompt-img-remove-button {
	border-color: #d33;
	color: #d33;
	margin-right: 5px;
}

#bp_web_push_notification_settings .bbpro-attachment-status {
	clear: both;
	margin: 1em 0;
}

#bp_web_push_notification_settings .bbpro-attachment-status p.updated {
	display: block;
	padding: 10px 15px;
}

#bp_web_push_notification_settings .bbpro-attachment-status p.success {
	background-color: #efc;
	border: 1px solid #591;
	color: #250;
}

#bp_web_push_notification_settings .bbpro-attachment-status p.error {
	background-color: #fdc;
	border: 1px solid #a00;
	color: #800;
}

#bp_web_push_notification_settings #bb-onesignal-enable-soft-prompt-message {
	padding: 10px;
}

#bp_web_push_notification_settings .bb-onesignal-default-notification-icon.group-field td,
#bp_web_push_notification_settings .bb-onesignal-enable-soft-prompt-extra-fields.group-field td {
	padding-bottom: 0;
}

#bp_web_push_notification_settings .bb-onesignal-default-notification-icon.group-field td .button-wrap,
#bp_web_push_notification_settings .bb-onesignal-enable-soft-prompt-extra-fields.group-field td .button-wrap {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	margin-left: 15px;
}

#bp_web_push_notification_settings .bb-onesignal-default-notification-icon .bbpro-attachment-upload-container > img,
#bp_web_push_notification_settings .bb-onesignal-enable-soft-prompt-extra-fields .bbpro-attachment-upload-container > img {
	width: 150px;
	margin-bottom: 10px;
}

#bp_web_push_notification_settings .bb-onesignal-default-notification-icon .bb-img-button-wrap .bbpro-img-remove-button,
#bp_web_push_notification_settings .bb-onesignal-enable-soft-prompt-extra-fields .bb-img-button-wrap .bbpro-img-remove-button {
	border-color: #e68787;
	color: #ce1110;
	margin-right: 5px;
}

.hidden-header .full-with-content {
	margin-right: -210px;
	word-break: break-word;
}

#bb_onesignal_settings_section .password-toggle {
	position: relative;
	display: inline-block;
	width: 50%;
}

#bb_onesignal_settings_section .password-toggle > input {
	min-width: 50%;
}

@media (max-width: 782px) {
	#bb_onesignal_settings_section .password-toggle {
		width: 100%;
	}
}

#bb_onesignal_settings_section .password-toggle .bb-hide-pw {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 30px;
	border: 0;
	padding: 0;
	background: none;
	box-shadow: none;
}

#bb_onesignal_settings_section .password-toggle .bb-hide-pw .bb-icon {
	font-size: 16px;
	line-height: 1;
}

#bb_onesignal_settings_section .password-toggle input[type="text"],
#bb_onesignal_settings_section .password-toggle input[type="password"] {
	padding-left: 30px;
	width: 100%;
	min-width: 50%;
}

#bb_onesignal_settings_section .password-toggle input[type="text"] + .bb-hide-pw .bb-icon::before {
	content: "\ee6a";
}

#bb_onesignal_settings_section .full-with-content {
	margin-bottom: 15px;
}

#bb_onesignal_settings_section .full-with-content + .bbpro-onesignal-warning,
#bb_onesignal_settings_section .full-with-content + .bbpro-onesignal-errors {
	margin-bottom: 10px;
}

@-moz-keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-359deg);
	}
}

@-o-keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-359deg);
	}
}

@-ms-keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-359deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-359deg);
	}
}

@media (max-width: 782px) {
	.hidden-header .full-with-content {
		margin-right: 0;
	}
}
