

.action-button > .icon-onlyoffice-new-docx:after,
.action-button > .icon-onlyoffice-new-xlsx:after,
.action-button > .icon-onlyoffice-new-pptx:after {
    display: block;
    margin-top: 5px;
}

.action-button > .icon-onlyoffice-new-docx,
.action-button > .icon-onlyoffice-new-xlsx,
.action-button > .icon-onlyoffice-new-pptx {
    display: flex;
    justify-content: center;
}

.action-button > .icon-onlyoffice-new-docx:after {
    content: url("../img/new-docx.svg");
}

.action-button > .icon-onlyoffice-new-xlsx:after {
    content: url("../img/new-xlsx.svg");
}

.action-button > .icon-onlyoffice-new-pptx:after {
    content: url("../img/new-pptx.svg");
}

.action-button > .icon-onlyoffice-new-pdf {
    background-size: 20px !important;
    background-position: 12px !important;
    background-image: url("../img/new-pdf.svg");
}

a.menuitem > .icon-onlyoffice-new-docx {
    background-image: url("../img/new-docx.svg");
}

a.menuitem > .icon-onlyoffice-new-xlsx {
    background-image: url("../img/new-xlsx.svg");
}

a.menuitem > .icon-onlyoffice-new-pptx {
    background-image: url("../img/new-pptx.svg");
}

a.menuitem > .icon-onlyoffice-new-pdf {
    background-image: url("../img/new-pdf.svg");
}