@media (pointer: coarse) {
    .only-desktop {
        display: none !important;
    }

    .only-mobile {
        display: flex;
    }

    .dev-header-row {
        flex-direction: column !important;
        align-items: center;
        height: 100% !important;
    }

    .mobile-padding {
        padding-top: 15px !important;
    }
}

@media (pointer: fine), (pointer: none) {
    #only-desktop {
        display: flex;
    }

    .only-mobile {
        display: none;
    }
}

body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    background: #dbd9d9;
}

#dev-environment {
    width: 100vw;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    font-family: IBM Plex, Arial, Helvetica, sans-serif;
    margin: 0;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

#dev-header {
    background: #dbd9d9;
    color: #000000;
    max-width: 100%;
}

#szkb {
    display: none;
}

#tenant-info {
    display: none;
}

#dev-header > * > * > * {
    border-color: #000000;
    color: #000000;
    background: #dbd9d9;
}

.dev-header-column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.dev-header-column-mobile {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 400px;
    width: 100%;
}

.dev-header-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 100%;
}

.user-select-label {
    min-width: 75px;
    display: flex;
    align-items: center;
}

.user-select-input {
    max-width: 280px;
    border-radius: 2px;
}

.expendable-space {
    flex-grow: 2;
}

.content-expendable-space {
    flex-grow: 2;
    background-color: #dbd9d9;
}

#divo-container {
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #dbd9d9;
}

.m-r-1 {
    margin-right: 5px;
}

.m-r-2 {
    margin-right: 15px;
}

#content {
    display: flex;
}

#dev-footer {
    background: #dbd9d9;
    color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 20px;
}

#divo-debug-event-area {
    margin: 20px auto;
    width: 375px;
    display: block
}
