body, html {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#wrapper {
    grid-template-rows: 1fr auto;
}

* {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

body.android {
    background: transparent !important;
    background-color: transparent !important;
}

.android {

    body, html {
        background: transparent !important;
        background-color: transparent !important;
    }

    .actualBackdropHolderItem{
        display: none !important;
    }

    #wrapper {
        background-color: transparent !important;
        background: transparent !important;
    }

    .adl-backdrop {
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }
}

#mainArea {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#mainCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

#toolbarHolder {
    position: fixed;
    top: 0px;
    right: 0px;
}