/* *6.3-Upgrade* - To fix the issue with the Dialog Tabs when Dialog is maximised */
.coral-Dialog--fullscreen coral-dialog-content {
    padding: 65px 15px !important;
}

/* *6.3-Upgrade* - To fix the issue with the path browser back drop in full screen view */
.coral-Pathbrowser-picker-backdrop {
    z-index: 10050 !important;
}

@font-face {
    font-family: "dls-icons-2.1.0";
    font-weight: 400;
    font-display:block;src: url(https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.2.0/package/dist/iconfont/dls-icons.woff?v=2.1.0) format("woff"),url(https://www.aexp-static.com/cdaas/one/statics/axp-static-assets/2.2.0/package/dist/iconfont/dls-icons.woff2?v=2.1.0) format("woff2")
}

.rte-checklist {
    list-style-type: none;
    padding-left: 42px;
}

.rte-checklist li:before {
    font-family: "dls-icons-2.1.0";
    content: "\eaf2";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 8px;
    padding-left: 0px;
    margin-left: -21px;
}

button[data-action="checklist#checkList"] .coral-Icon--check:before {
    content:url('gem-common/resources/img/checklist.png');
}