.mce-content-body, #tinymce, .table-editor .editor .table__column--content {
    direction: rtl;
    text-align: right;
}

    p.attention-box::before {
        content: url('../../style/images/sharedicons/attention.svg');
        display: inline-block;
        position: relative;
        top: 3px;
        margin-inline-end: 5px;
    }

/**umb_name:Line-List-Type*/
ul.line-type {
}

/**umb_name:Bullet-list-type*/
ul.bullet-type {
}

/**umb_name:Divider*/
div.divider {
}

/**umb_name:Excel*/
.excel {
	font-family: heebo;
}

/**umb_name:PDF*/
.pdf {
	font-family: heebo;
}

/**umb_name:Attention-Box*/
p.attention-box {
}

/**umb_name:Term*/
.term {
	color: black;
}

/**umb_name:H2*/
h2 {
	zoom: 1;
}

/**umb_name:H3*/
h3 {
	zoom: 1;
}

/**umb_name:H4*/
h4 {
	zoom: 1;
}

/**umb_name:H5*/
h5 {
	zoom: 1;
}

/**umb_name:Tag*/
.tag {
	color: inherit;
}


.mce-content-body .tag {
    color: red !important;
}