:root { --s: .8px; } @media (min-width: 1920px) { :root { --s: calc(100vw/1920); } } @media (max-width: 1520px) { :root { --s: calc(100vw/1520); } } @media (max-width: 991px) { :root { --s: calc(100vw/768); } } @media (max-width: 767px) { :root { --s: calc(100vw/480); } } .brxe-button { cursor: pointer; } main { overflow-x: hidden !important; overflow-y: auto !important; padding-bottom: 20rem; } .brx-popup-backdrop { backdrop-filter: blur(20rem); } .error-message { font-size: 14rem !important; } input[type="date"] { max-width: 100% !important; }