// Override default variables before the import $font-family-base: "Open Sans", sans-serif; @import url(../../public/css/fonts.css); html, body { height: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: none; overscroll-behavior: none; } #root { min-height: 100%; position: relative; .pageLoader { position: fixed; inset-inline-start: calc(50% - 20px); top: 35%; } } .table-container_settings-checkbox { padding: 8px 16px; } .hide-filter-drop-down { padding: 16px !important; margin-top: 2px; } .styled-close-button { margin-inline-start: 7px; margin-top: -1px; } .styled-combobox { margin-top: -2px; } body { margin: 0; } body.loading * { cursor: wait !important; } body.drag-cursor * { cursor: url('data:image/svg+xml;utf8,') 6 6, auto !important; } body.desktop { user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; mozuserselect: none; } #snackbar { display: flex; justify-content: center; position: fixed; width: calc(100vw - 60px); padding: 30px; bottom: 15px; }