.multicollab_body_class {
	.cf-plugin-dashboard-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.84);
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 9999;
	}
	.cf-plugin-dashboard-popup {
		background-color: #fff;
		max-width: 600px;
		width: 100%;
		max-height: 80vh;
		overflow-y: auto;
		border-radius: 5px;
		position: relative;
		.cf_plugin_btncls {
			position: absolute;
			top: 10px;
			right: 10px;
			width: 30px;
			height: 30px;
			background-size: cover;
			cursor: pointer;
		}
		.cf-plugin-dashboard-popup-section-heading {
			background-color: #4b1bce;
			padding: 20px;
			.cf-plugin-dashboard-popup-heading {
				color: #ffffff;
				margin: 0;
			}
		}
		.cf-plugin-dashboard-popup-section-content {
			padding: 20px;
			ul {
				list-style-type: disc;
				li {
					margin-left: 30px;
				}
			}
		}
	}
}
