﻿.document-preview {
    position: fixed !important;
    right: -27px !important;
    height: 100% !important;
    width: 900px !important;
    max-width: unset !important;
    border-radius: 0;
}

    .document-preview.bank-accounts .dxbl-modal-body {
        padding-top: 0;
        overflow-y: scroll;
        height: calc(100vh - 40px);
    }
    .document-preview .dxbl-modal-body {
        padding-top: 0;
    }

.dxbl-fl.preview-content {
    overflow: auto;
    height: calc(100vmin - 120px);
}

.dxbl-fl.study-preview-content {
    overflow: auto;
    height: calc(100vmin - 55px);
    width: 870px;
}

.document-preview.bank-accounts .input-label {
    font-weight: bold;
    font-size: 14px;
}
