<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.anyelement-subtype-settings-shapes {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
}

fieldset.anyelement-subtype-settings-features {
    float: left;
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-top: 0 !important;
}

.anyelement-subtype-settings-features legend {
    padding-bottom: 5px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    color: black;
}

.anyelement-subtype-settings-features+* {
    clear: both;
    padding-top: 20px !important;
}

.anyelement-subtype-settings-shapes tr {
    background: none !important;
}

.anyelement-subtype-settings-shapes thead th {
    background: transparent !important;
    color: black !important;
    font-size: 14px !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.anyelement-subtype-settings-shapes .form-item {
    margin: 0 !important;
}

.anyelement-subtype-settings-shapes tr {
    border: none !important;
}

.anyelement-subtype-settings-shapes tbody td {
    vertical-align: middle;
    padding: 5px 0px;
}

div.anytype {
	margin-bottom: 10px;
}

div.anytype.error {
    border: 2px solid #dc2323;
}

div.anytype div.pages {

	border: 1px solid #b8b8b8;
    position: relative;

}

div.anytype .tabs .context .item {
    display: block;
    padding: 5px;
    cursor: pointer;
}

div.anytype .tabs .context .item:hover {
    background-color: #0071B8;
    color: white;
}

div.anytype .tabs .context {
    background-color: white;
    position: absolute;
    border: 1px solid #A0A0A0;
    right: 0;
    margin-top: 30px;
    z-index: 99;
}

div.anytype .tabs .context.hidden {
    display: none;
}

div.anytype .tabs {
	margin: 0;
    position: relative;
    background-color: #e8e8e8;
    border: 1px solid #b8b8b8;
    width: auto;
    border-radius: 0;
    border-bottom: 0;
    display: block;
    box-shadow: none;
    font-size: .889rem;
}

div.anytype .tabs span.more {
    float: right;
    cursor: pointer;
    background-image: url('images/add.svg');
    display: block;
    margin: 5px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}

div.anytype span.tab img {
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

div.anytype span.tab {

	background-color: #e8e8e8;
	color: #404040;
	border-bottom: none;
	display: inline-block;
	padding: 5px 10px;

}

div.anytype span.tab:hover {
    background-color: #d0d0d0;
}

div.anytype span.tab.active {

	background-color: #0071b8;
	color: white;
	cursor: default;

}

div.anytype span.tab.hidden:not(.active) {

    display: none;
}

div.anytype span.tab:not(.active) {

	cursor: pointer;

}

div.anytype div.page {

	display: none;
    padding: .05px 0;
    background-color: #f0f0f0;

}

div.anytype .form-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.anytype div.page&gt;div {
    margin: 10px;
}

div.anytype div.page&gt;div.form-type-checkbox+div.form-type-checkbox {

    margin-top: 0;
    padding-top: 0;

}

div.anytype div.page.active {

	display: block;

}

.anylink-clickable {

    position: relative;
    box-sizing: border-box;
    padding: 0.3em 0.4em 0.3em 0.5em;
    max-width: 100%;
    border: 1px solid #b8b8b8;
    border-top-color: #999;
    background: #fcfcfa;
    font-size: 1em;
}

.anylink-id {
    font-weight: bold;
    font-style: italic;
    margin-left: 5px;
    color: #c0c0c0;
}

.anylink-warn {
        color: red;
        font-weight: bold;
}

.anylink-info {
        color: green;
        font-weight: normal;
        font-style: italic;
}

</pre></body></html>