/*===================================================*/
/* Popup (Query Dialog) */
/*===================================================*/

body .pausAR-UI-popupContainerDialog {/*!important;*/
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 99999999 !important;

    direction: ltr !important;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 12pt !important;
    color: black !important;
}
body .pausAR-UI-popupContainerDialog * {
    
    direction: ltr !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    color :black !important;

}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent h4 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 14pt !important;
    font-weight: bold !important;
    text-align: center !important;
    margin: 0px 0px 6px 0px !important;
    color: black !important;
    direction: ltr !important;
    
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupContainerBackdrop {
    background-color: rgba(0, 0, 0, .5) !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow {
    position: absolute !important;
    background-color: white !important;
    transform: translate(-50%, -50%) !important;
    padding: 32px 0px 20px 0px !important;
    width: calc(100% - 30px) !important;
    height: max-content !important;
    min-width: calc(120px - 40px) !important;
    max-width: calc(520px - 40px) !important;
    max-height: calc(80% - 72px) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    top: 50% !important;
    left: 50% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupCloseButton {
    background-color: transparent !important;
    width: 26px !important;
    height: 26px !important;
    position: absolute !important;
    top: 6px !important;
    left: 6px !important;
    border-radius: 50% !important;
    border: none !important;
    padding: 0px !important;
    box-shadow: none !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg style='height:50%25;left:50%25;margin:0px;padding:0px;position:absolute;top:50%25;transform:translate(-50%25, -50%25);width:50%25' version='1.1' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(.49995 0 0 .49995 6.5006 6.5008)'%3E%3Cpath d='M 2.7159,0 0,2.7154 10.285,13.0004 0,23.2854 2.7159,26.0008 12.9999,15.7158 23.2849,26.0008 26,23.2854 15.716,13.0004 26,2.7154 23.2849,0 12.9999,10.285 Z' fill='%23191919'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    direction: ltr  !important;
}
body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupCloseButton:hover {
    background-color: rgba(0,0,0,0.2) !important;
    cursor: pointer;
}
body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupCloseButton:active {
    background-color: rgba(0,0,0,0.4) !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox {
    width: 100% !important;
    overflow: hidden auto !important;
    direction: ltr !important;
}


body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent {
    
    position: relative !important;
    /*background-color: lightgray;*/
    /*padding: 10px 20px;*/
    /*width: calc(100% - 40px);*/
    
    margin: 2px 20px !important;
    width: calc(100% - 40px) !important;
    height: max-content !important;
    min-height: 64px !important;
    /*overflow: hidden auto;*/
    direction: ltr !important;
}

/* Popup Contents */

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent hr {
    border-top: 1px solid black !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    margin: 8px 0px 16px !important;
    direction: ltr !important;
}
/**/
body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent span {
    margin: 8px 0px !important;
    text-align: center !important;
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    text-align: center !important;
    color: black !important;
    direction: ltr !important;
}
body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent span:before,
body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent span:after {
    background-color: #000 !important;
    content: "" !important;
    display: inline-block !important;
    height: 1px !important;
    position: relative !important;
    vertical-align: middle !important;
    width: 50% !important;
}
body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent span:before {
    right: 0.5em !important;
    margin-left: -50% !important;
}
body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent span:after {
    left: 0.5em !important;
    margin-right: -50% !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent p {
    text-align: center !important;
    margin: 6px 0 !important;
    color: black !important;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent b {
    color: black !important;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-popupTextBox {
    background-color: rgba(0, 0, 0, 0.1) !important;
    /*width: calc(100% - 24px);*/
    width: 100% !important;
    padding: 12px 0 !important;
    text-align: left !important;
    margin-top: 8px !important;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-popupTextBox p {
    margin-top: 0px !important;
    text-align: left !important;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-popupTextBox .pausAR-UI-popupTextboxWrapper {
    margin: 0 12px !important;
    width: calc(100% - 24px) !important;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-copyWrapper {
    width: calc(100% - 2px) !important;
    height: max-content !important;
    background-color: white !important;
    border: 1px solid darkgray !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    margin-top: 12px !important;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-copyWrapper .pausAR-UI-copyButtonWrapper .pausAR-UI-copyButton {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
    /*background-color: rgba(0,0,0,0.2);*/
    background-color: transparent !important;
    transform: translate(-50%,-50%) !important;
    top: 50% !important;
    left: 50% !important;
    position: absolute !important;
    width: 80% !important;
    height: 80% !important;
    border-radius: 8px !important;
    border: none !important;
    box-shadow: none !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(.65385 0 0 .65385 4.5 4.5)' fill='none' opacity='.75' stroke='%23000' stroke-linejoin='round' stroke-width='2.75'%3E%3Crect x='1.375' y='8.3644' width='16.261' height='16.261' stroke-linecap='round'/%3E%3Cpath d='m8.3644 5.3125v-3.9375h16.261v16.261h-3.9375'/%3E%3Cpath d='m14.584 17.636h-6.2193l-1.1e-6 -6.2193'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
    margin: auto 0 !important;
    padding: 1px 6px !important;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-copyWrapper .pausAR-UI-copyButtonWrapper .pausAR-UI-copyButton:hover {
    cursor: pointer !important;
    background-color: rgba(0,0,0,0.2) !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-copyWrapper .pausAR-UI-copyButtonWrapper .pausAR-UI-copyButton:active {
    background-color: rgba(0,0,0,0.4) !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-copyWrapper .pausAR-UI-copyTextfield {    
    vertical-align: middle !important;
    padding: 8px !important;
    width: 100% !important;
    height: min-content !important;
    overflow-x: auto !important;
    display: inline-block !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    -ms-overflow-style: none !important;  /* IE and Edge */
    scrollbar-width: none !important;  /* Firefox */
    border: none !important;
    color: black !important;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-copyWrapper .pausAR-UI-copyTextfield::-webkit-scrollbar {
    display: none !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-copyWrapper .pausAR-UI-copyTextfield::-webkit-scrollbar {
    display: none !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-copyWrapper .pausAR-UI-copyButtonWrapper {
    width: 60px !important;
    flex-shrink: 0 !important;
    position: relative;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-popupQRCode {
    position: relative !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 66.66% !important;
    display: block !important;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-popupQRCode svg {
    margin: 0 !important;
    padding: 0 !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-popupTextBox .pausAR-UI-popupButtonFlexbox {
    display: flex !important;
    flex-wrap: nowrap !important;
    margin-top: 12px !important;
    width: 100% !important;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-popupTextBox .pausAR-UI-popupButtonFlexbox button {
    background-color: dodgerblue !important;
    margin: 0px !important;
    width: 100% !important;
    margin: 0px 6px !important;
    left: 0px !important;
    /*border: solid 2px dodgerblue !important;*/
    border: none 0px transparent !important;
    padding: 6px !important;
    color: black !important;
    border-radius: 4px !important;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-popupTextBox .pausAR-UI-popupButtonFlexbox button:hover {
    opacity: .75 !important;
    cursor: pointer !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-popupTextBox .pausAR-UI-popupButtonFlexbox button:active {
    opacity: .75 !important;
    cursor: pointer !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-popupTextBox .pausAR-UI-popupButtonFlexbox button:first-child {
    margin: 0 6px 0 0 !important;
}
body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-popupTextBox .pausAR-UI-popupButtonFlexbox button:last-child {
    margin: 0 0 0 6px !important;
}
body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-popupTextBox .pausAR-UI-popupButtonFlexbox button:only-child {
    margin: 0 !important;
}

body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent .pausAR-UI-popupTextBox .pausAR-UI-popupButtonFlexbox button.pausAR-UI-popupMainButton {
    
}

@media screen and (max-width: 460px) {
    body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent h4 {
        font-size: 14pt !important;
        margin: 0px 0px 8px 0px !important;
    }
}

@media screen and (max-height: 720px) {
    body .pausAR-UI-popupContainerDialog .pausAR-UI-popupWindow {
        transform: translate(-50%, 0%) !important;
        top: 15px !important;
        max-height: calc(85% - 72px) !important;
    }
}


/* == Fullscreen Mode == */

body .pausAR-UI-popupContainerDialog.pausAR-UI-popupFullscreen .pausAR-UI-popupWindow {
    width: 100% !important;
    max-width: unset !important;
    min-width: unset !important;
    border-radius: 0 !important;
    transform: unset !important;
    top: 0 !important;
    left: 0 !important;
    max-height: unset !important;
    height: 100% !important;
    min-height: unset !important;
    border: solid 1px rgba(0,0,0,.25) !important;
    box-sizing: border-box !important;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog.pausAR-UI-popupFullscreen .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent h4 {
    margin: 0px 0px 6px 0px !important;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog.pausAR-UI-popupFullscreen .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent p {
    margin: 6px 0px !important;
    direction: ltr !important;
}

/*Hide scrollbar of iframe*/
body:has(.pausAR-UI-popupContainerDialog.pausAR-UI-popupFullscreen) {
    overflow-y: hidden !important;
    direction: ltr !important;
}

body .pausAR-UI-popupContainerDialog.pausAR-UI-popupFullscreen .pausAR-UI-popupWindow .pausAR-UI-popupQRCode {
    max-width: 320px !important;
    direction: ltr !important;
}

@media screen and (max-height: 480px) {
    body .pausAR-UI-popupContainerDialog.pausAR-UI-popupFullscreen .pausAR-UI-popupWindow .pausAR-UI-popupQRCode {
        max-width: 200px !important;
    }

    body .pausAR-UI-popupContainerDialog.pausAR-UI-popupFullscreen .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent h4 {
        margin: 0px 0px 2px 0px !important;
    }
    
    body .pausAR-UI-popupContainerDialog.pausAR-UI-popupFullscreen .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent p {
        margin: 2px 0px !important;
    }

    body .pausAR-UI-popupContainerDialog.pausAR-UI-popupFullscreen .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent hr, body .pausAR-UI-popupContainerDialog.pausAR-UI-popupFullscreen .pausAR-UI-popupWindow .pausAR-UI-popupScrollbox .pausAR-UI-popupContent span {
        margin: 0px !important;
    }
}

@media screen and (max-height: 400px) {
    body .pausAR-UI-popupContainerDialog.pausAR-UI-popupFullscreen .pausAR-UI-popupWindow .pausAR-UI-popupQRCode {
        max-width: 160px !important;
    }
}