#dmconnect-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .7;
    height: 100vh;
    width: 100%;
    z-index: 100;
}

#dmconnect-modal {
    display: block;
    background-color: #FFF;
    width: 80vw;
    height: 80vh;
    z-index: 200;
    position: absolute;
    left: 10vw;
    top: 10vh;
    border-radius: 6px;
}

#dmconnect-frame {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 6px;
}

.dmconnect-hidden {
    display: none;
}

.dmconnect-visible {
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.dmconnect-trigger-hidden {
    display: none;
}

.dmconnect-trigger-visible {
    visibility: visible;
}
