body {
    margin:0px;
    padding:0px;
}
.frame {
    position: absolute;
    filter:drop-shadow(5px 5px 15px rgb(245,247,248));
}

.mobile-frame {
    top: 150px;
    left:50px;

}

.desktop-frame {
    top: 60px;
    left:290px;
}
iframe {
    border:none;
    position:absolute;
}
iframe.phone {
    top:90px;
    left:65px;
    width:300px;
    height:680px;
    border-radius:20px;
    border-bottom-left-radius:30px;
    border-bottom-right-radius:30px;
    overflow:hidden;
    transform:scale(0.95);
}
iframe.desktop {
    top:77px;
    left:391px;
    border-radius:10px;
    width:1030px;
    height:666px;
}
.trm-laptop-preview-newspaper-logo {
    position:absolute;
    background-size:contain;
    background-position: center center;
    background-repeat:no-repeat;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    --logoHeight:60px;
    --logoHeightMobile:45px;
}
.trm-laptop-preview-script-tag-container {
    position:absolute;
}

#qrcode {
    position:absolute;
    box-sizing: content-box;
    width:128px;
    height:128px;
    padding:25px;
    left: calc(1395px - 28px);
    top: 800px;
    margin-bottom:50px;
}
body {
    width:100%;
    height:100%;
}
.trm-device-container {
    position: absolute;
    top: 0%;
    width: 1545px;
    height: 978px;
    margin-top: -45px;
}

@media only screen and (min-width:1545px) {
    .trm-device-container {
        transform: translateX(-50%);
        left: 50%;
    }
}


.button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    position: absolute;
    width: fit-content;
    height: 38px;
    left: calc(1037px - 28px);
    top: calc(858px + 14px);
}
.button-label-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;

    width: fit-content;
    height: 38px;

    background: #2565A2;
    border-radius: 8px;
}

.button-label {
    width: fit-content;
    height: 22px;

    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    display: flex;
    align-items: center;

    color: #FFFFFF;
}

.argument-container.hide {
    display:none !important;
}

.TRM-RPA-image {
    position:relative;
}