#dplr-crud {
	font-family: $text-family-rg;

	#dplr-form-list-crud {
		label {
			display: block;
			font-weight: 700;
		}
		.tbl {
			margin-top: 30px;
		}
		input[type="text"] {
			max-width: 240px;
			font-weight: normal;
		}
	}

	.dplr-loading {
		display: none;
	}

	#dplr-tbl-lists {
		a {
			cursor: pointer;
		}
		tr {
			&.deleting {
				pointer-events: none;
				opacity: 0.6;
				a {
					visibility: hidden;
					&:after {
						@include circle-loading-gif;
					}
				}
			}
		}
	}

	&.loading {
		form {
			button,
			input {
				pointer-events: none;
			}
		}
		.dplr-loading {
			display: block;
		}
		#dplr-tbl-lists {
			display: none;
		}
	}
}
