/* Overlay assessment preview: removes the outline from scrollable*/
#overlay_sheet_frame .overlay-scope > .border { border-width: 0 !important; }
#overlay_sheet_frame .overlay-scope > .border-outline { border-color: transparent !important; }
#overlay_sheet_frame .overlay-scope > .shadow,
#overlay_sheet_frame .overlay-scope > .shadow-lg,
#overlay_sheet_frame .overlay-scope > .shadow-xl { box-shadow: none !important; }
#overlay_sheet_frame .overlay-scope > .mr-2 { margin-right: 0 !important; }
#overlay_sheet_frame .overlay-scope > .mb-2 { margin-bottom: 0 !important; }
#overlay_sheet_frame .overlay-scope > .rounded-md { border-radius: 0 !important; }
