body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.custom-z-index,
.mdui-tooltip,
.mdui-overlay {
    z-index: 10023;
}
