.design.design-div {
    border: 1px dashed rgba(0, 0, 0, 0.137);
    min-height: 10px;
}

*[disabled] {
    pointer-events: none;
    opacity: 0.8;
    cursor: not-allowed;
}


/* center svg image in buttons and others */
svg {
    margin-top: -0.125em;
}

/* center dialog messages */
.dialog {
    position: fixed;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    margin: 0;
    max-height: 100vh;
    overflow: auto;
    z-index: 1055;
    /* same botstrap */
    border-width: 2px;
    border-color: #615f5f94;
    box-shadow: 0 4px 5px 2px rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(8, 8, 8, 0.4);
    border-radius: .5rem;
}


header.dialog-header {
    background: #8888882b;
}

.dialog-title {
    font-size: 2rem;
    text-align: center;
}

.dialog-footer {
    text-align: center;
    padding-top: 1rem;
}

.dialog-button {
    border-radius: .3rem;
    border-width: 1px;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .14), 0px 5px 8px -5px rgb(8 8 8 / 40%);
    margin: 3px;
    border-color: #88888869;
}



.status-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
}

