/* Module Custom Styles */
.qr-code {
    max-width: 100%;
    border-top-right-radius: .3rem;
    border-top-left-radius: .3rem;
    border: 1px solid darkgrey;
    cursor: pointer
}

.download {
    cursor: pointer;
}

.copied {
    z-index: -1;
}

    .copied.show {
        z-index: 1070;
    }
