.publco_publishmatic_admin_general {
	font-family: 'DM Sans', sans-serif;
}

.publco_publishmatic_admin_general .header {
	align-items: center;
	background-color: #6422b8;
	display: flex;
	height: 100px;
	justify-content: space-between;
}

.publco_publishmatic_admin_general .link {
	color: #6422b8;
	font-weight: 600;
}

.publco_publishmatic_admin_general .header .button {
	background-color: #ffd93b;
	border-radius: 3px;
	border-width: 0;
	box-shadow: rgb(204, 208, 225) -5px 5px 0px 0px;
	box-sizing: border-box;
	color: rgb(36, 38, 40);
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 27px;
	margin-right: 10px;
	padding: 17px 32px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
}

.publco_publishmatic_admin_general .header .button:hover {
	box-shadow: rgb(186, 190, 204) -10px 10px 0px 0px;
}

.publco_publishmatic_admin_general .content {
	background-color: #ffd93b;
	color: rgb(36, 38, 40);
	padding: 10px;
}

.publco_publishmatic_admin_general .text {
	font-weight: 600;
	font-size: 16px;
	line-height: 2;
}
