.modal, .toast {
    position: fixed;
    width: 100%;
    /* height: 100%; */
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(14, 17, 24, 0.50);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 7;
}

.modal-base, .toast-base {
    width: 479px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.30);
    padding: 60px 30px;
}

.qr-code {
    width: 181px;
    height: 181px;
}

@media (max-width: 700px) {

    .modal-base {
        width: 100% !important;
        margin: 0 !important;
        height: 100vh;
        border-radius: 0 !important;
        justify-content: center;
    }

    .toast-base {
        margin: 4em;
    }

}

@media (max-width: 600px) {

    .add-artwork-modal .modal-content {
        width: 100%;
        margin: 0 18px;
        padding: 25px;
    }

    .add-artwork-modal .modal-content {
        margin: 0;
        padding: 0;
    }

}
