html.dck-loading body {
    overflow: hidden;
}

#dck-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
