#wpcontent {
	padding-left: 0;
}

.notice {
	display: none;
}

.notification-container-bottom-left{
	bottom: 30px !important;
}

.notification-container-mobile-bottom{
	bottom: 60px !important;
}

#belm-setting-root {
	.belm-setting-header {
		padding: 20px 10px;
		background-color: white;
		box-shadow: 0px 1px 0px rgba(213, 213, 213, 0.5), 0px 1px 2px #eee;
		text-align: center;
		.belm-setting-title {
			margin: 0px auto;
			max-width: 750px;
			h1 {
				margin-top: 5px;
			}
		}
		p:last-of-type {
			margin-bottom: 0;
		}
	}
	.belm-setting-container {
		max-width: 750px;
		margin: auto;
		margin-top: 30px;
	
		.components-panel__row {
			margin-top: 0px;
			display: block;
		}
	}
	.belm-select-options-container {
		height: 40px;
		padding: 10px;
		display: flex;
		align-items: center;
	
		.belm-select-options-container-checkbox {
			width: 50px;
			text-align: center;
	
			input[type=checkbox] {
				margin: 0;
			}
		}
	
		.belm-select-options-container-select {
			width: 17%;
		}
	
		.belm-select-options-container-button {
			width: 15%;
	
			button {
				background-color: inherit;
				margin: 0;
			}
		}
	
		.belm-select-options-container-search {
			flex: 1;
			text-align: right;
		}
	}
	.belm-setting-list {
		margin: 0;
	
		.belm-setting-list-item {
			padding: 10px;
			height: 40px;
			display: flex;
			align-items: center;
			border-bottom: 1px solid #e2e4e7;
			border-top: 1px solid #e2e4e7;
			margin-bottom: 0;
	
			input[type=checkbox] {
				margin: 0;
			}
	
			h4 {
				margin: 0;
				font-size: 15px;
			}
	
			.belm-setting-list-item-container-checkbox {
				width: 50px;
				text-align: center;
			}
	
			.belm-setting-list-item-container-title {
				width: 70%;
			}
	
			.belm-setting-list-item-container-button {
				text-align: center;
	
				.belm-setting-list-button {
					border: none;
					background-color: inherit;
					padding: 10px;
					color: #499bc8;
					width: 100px;
				}
	
				.belm-setting-list-button:hover {
					cursor: pointer;
				}
			}
		}
	}
	.belm-empty-search {
		text-align: center;
		border-top: 1px solid #e2e4e7;
	
		p {
			font-size: 30px;
		}
	}
	ul {
		list-style: none;
	}
	li {
		&.activate {
			border-left: 4px solid #f1f1f1;
		}
		&.deactivate {
			border-left: 4px solid #499bc8;
			background-color: aliceblue;
		
			.belm-setting-list-button {
				color: #497e99 !important;
				font-weight: 700;
			}
		}
	}
	button:hover {
		cursor: pointer;
	}
	.components-placeholder {
		background: transparent;
		box-shadow: none;
		margin-top: 25vh;
		margin-bottom: 25vh;
	}
	.components-placeholder__fieldset {
		justify-content: center;
	}
	.components-spinner {
		width: 80px;
		height: 80px;
	}
}

@media screen and (max-width: 782px) {
	.auto-fold #wpcontent {
		padding-left: 0;
	}

	#belm-setting-root {
		.belm-select-options-container {
			display: block;
			height: auto;

			.belm-select-options-container-checkbox{
				display: inline-block;
			}

			.belm-select-options-container-select{
				width: auto;
				display: inline-block;
			}

			.belm-select-options-container-button{
				display: inline-block;
				width: auto;
				margin-left: 10px;
			}

			.belm-select-options-container-search{
				text-align: left;
				margin-left: 50px;
				margin-top: 10px;
			}
		}
	}
}
