#yith_woocommerce_points_and_rewards_shortcodes,
#yith_woocommerce_points_and_rewards_bulk{

	h2:first-child{
		border: none;
		padding: 30px 0 0 0;
	}

	table{
		margin-bottom: 30px;
	}

	table.form-table{
		border: none;
	}

	.inner-option.ywpar-bulk-trigger{
		margin-bottom: 20px;
	}

	p.description{
		padding: 15px 0;
	}

	.shortcode_label{
		width: 350px;
		font-weight: 600;
	}

	#ywpar_bulk_add_points{
		width: 100px;
	}

	.ywpar-bulk-progress{
		font-size: small;
		padding-top: 5px;
		margin-bottom: 8px;
		margin-left: 10px;
		display: inline-block;
	}


}

.ywpar-modal-bulk-actions-wrapper{

	.loading{
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.5);
		z-index: 10;

		img{
			left: calc( 50% - 32px );
			top: calc( 50% - 32px );
			z-index: 15;
			position: absolute;
		}
	}

	.responseWrapper{
		text-align: center;
		width: auto !important;
		padding: 40px 100px;
		display: none;

		svg{
			color: #007630;
			width: 100px;
		}

		.message{
			color: #000;
			font-size: 17px;
			margin: 15px 0 30px 0;
		}
	}

	.ywpar-bulk-progress{
		display: inline-block;
		margin-left: 15px;
		margin-top: 5px;
	}
}