body.nashaat_page_nashaat-settings {
	h1 {
		padding-bottom: 0.8em;
		margin-bottom: 0.8em;
		border-bottom: 1px dashed lightgray;
		font-weight: normal;
	}
	.number-input-wrapper {
		span {
			margin-left: 0.5em;
		}
	}
	.switch-input-wrapper {
		input[type='checkbox'] {
			display: none;

			&:checked + span {
				border: 1px solid #4682b4;
				&::before {
					left: calc(50% + 3px);
					background-color: #4682b4;
				}
			}

			+ span {
				border-radius: 10px;
				width: 30px;
				height: 15px;
				background-color: white;
				position: relative;
				border: 1px solid #adadad;
				display: block;
				transition: all 0.2s;
				&::before {
					top: 50%;
					position: absolute;
					left: 3px;
					border-radius: 50%;
					height: 10px;
					width: 10px;
					transform: translateY(-50%);
					content: '';
					background-color: #adadad;
					transition: all 0.2s;
				}
			}
		}
	}

	#purge_logs {
		.button {
			position: relative;
			background: #8e1616;
			border-color: #4a0c0c;
		}
	}
}
