//@import "../../../abstracts/abstracts";

.dbq-application-rumm .dbq-form div[data-element-type="Header"] h2 {
	padding: 10px !important;
}

.dbq-application-tsn .classlist-dashboard div[data-element-type="Text"],
.dbq-application-tkc .classlist-dashboard div[data-element-type="Text"] {
	border-radius: $border-radius-default;
}

.dbq-application-tsn .classlist-dashboard div[data-element-type="Header"],
.dbq-application-tkc .classlist-dashboard div[data-element-type="Header"] {
	border-radius: $border-radius-default;
}

.dbq-application-tsn .classlist-dashboard div[data-element-type="Text"],
.dbq-application-tkc .classlist-dashboard div[data-element-type="Text"] {
	/* .dbq-application-tsn div[data-element-type="Text"] */
	background: color(default-background);
	margin: 0 10px 10px 10px !important;
	width: calc(100% - 20px) !important;
}

.dbq-application-tsn .classlist-dashboard div[data-element-type="Header"],
.dbq-application-tkc .classlist-dashboard div[data-element-type="Header"] {
	/* .dbq-application-tsn div[data-element-type="Header"], <-- before, AND -> Tokcel needs this to.. so this needs to be in custom styling.. */
	background: color(default-background);
	margin: 10px 10px 0 10px !important;
	width: calc(100% - 20px) !important;
}

// Custom class used by TileProject document in Cirdax.
// Since we use this for all Cirdax projects it doesn't seem feasible to
// add this class to each Cirdax project custom theme CSS.
.dbq-mils-project-icon {
	width: min-content;
	height: 24px;
}