		.image_preview {
			background-color: #d43f8d;
			/* Green */
			border: none;
			color: white;
			padding: 5px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 12px;
			cursor: pointer;
			width: 100%;
		}

		.image_preview:hover {
			background-color: #B11F6A;
		}

		.image_preview:disabled {
			opacity: 0.6;
			cursor: not-allowed;
		}


		.image_remove {
			background-color: #623AA2;
			/* Green */
			border: none;
			color: white;
			padding: 5px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 12px;
			cursor: pointer;
			width: 100%;
		}

		.image_remove:hover {
			background-color: #4e12b6 !important;
		}

		.image_remove:disabled {
			opacity: 0.6;
			cursor: not-allowed;
		}

		@media (min-width: 568px) and (max-width: 767px) {
			#card_pelayanan {
				min-height: 30px !important;
			}
		}

		@media (max-width: 567px) {
			#card_pelayanan {
				min-height: 405px !important;
			}
		}

		.satu-baris {
			overflow: hidden;
			text-overflow: ellipsis;
			line-height: inherit;
			display: -webkit-box !important;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
		}
	
		.dua-baris {
			overflow: hidden;
			text-overflow: ellipsis;
			line-height: inherit;
			display: -webkit-box !important;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}
	
		.tiga-baris {
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box !important;
			-webkit-line-clamp: 3;
			line-height: inherit;
			-webkit-box-orient: vertical;
		}