@import "assets/scss/custom"; @import "~bootstrap/dist/css/bootstrap.min.css"; body { margin: 0; font-family: "IBM Plex Sans", sans-serif !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-overflow-scrolling: touch; overflow-y: scroll; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } .btn-primary.focus, .btn-primary:focus { color: #000; background-color: #f8f9fa; border-color: #0062cc; box-shadow: none; } .btn-primary { margin-bottom: 0.625rem; color: #000; background: #f6f8fa; font-size: 1.05rem; letter-spacing: 0; border-width: 0rem; line-height: 1.375rem; height: 2.25rem; border-radius: 0.5rem !important; text-align: left; transition: 0.2s background; -webkit-transition: 0.2s background; -moz-transition: 0.2s background; display: flex; width: 100%; justify-content: space-between; align-items: center; } .btn-primary.active, .btn-primary:active { color: #fff; background: #000 !important; font-weight: 500; text-align: left; border-width: 0rem; height: 2.25rem; line-height: 1.375rem; } .btn-primary:hover { background: #dee2e6; border-color: #fff; color: #000; } .modal-backdrop { z-index: 9000; }