iframe {
  height: 100%;
  width: 100%;
}

.zwavejs-frontend {
    height: calc(100vh - 187px);
    width: 100%;
}

div.step-title {
    cursor: default !important;
}

div.log-detail {
    display: block;
    position: relative;
    overflow: auto;
    max-height: 15rem;
}

.sweetalert-wide {
    width: 50em !important;
}

div.sweetalert-scroll {
    max-height: 20em;
    overflow-y: auto;
    width: 100%;
}
