.app-loader{display:flex;flex-direction:column;justify-content:center;height:100vh}@media (max-width:999px){.app-loader{height:100%}}.app-loader svg{display:block;margin:0 auto}.chat-button-wrapper{position:fixed;bottom:30px;right:30px;z-index:50}.chat-button{width:50px;height:50px;box-sizing:border-box;position:relative;border-radius:50%;display:flex;flex-direction:column;justify-content:center;cursor:pointer;box-shadow:none;outline:none;padding:0;border:none;background:var(--color-black);box-shadow:0 8px 20px 0 rgba(0,0,0,.2)}.chat-button:hover svg{opacity:.7}.chat-button svg{display:block;margin:0 auto;transition:.3s ease;color:var(--color-white)}.chat-button svg path{stroke-width:1!important}.chat-button .message-count{position:absolute;width:21px;height:21px;border-radius:50%;background:var(--color-red);color:var(--color-white);top:-4px;right:-4px;text-align:center;display:flex;flex-direction:column;justify-content:center;font-size:14px;font-weight:600;line-height:1.4}.chat-button .message-count.small-font-size{font-size:10px}.header-wrapper{position:relative}.debug-mode{background:var(--color-red);color:#fff;padding:0 5px;text-align:center;font-weight:700;text-transform:uppercase}.expire-popup{z-index:50!important;position:fixed}.expire-token-popup{position:fixed;z-index:90}.main-content,.main-wrapper{display:flex;flex-direction:column;justify-content:flex-start;height:100%}@media (max-width:999px){.main-wrapper{overflow-x:hidden;transition:.3s ease}}.tap-bar{position:fixed;width:100%;bottom:0;left:0;z-index:30;border-top:1px solid #eaeaea;background:#fbfbfb;box-sizing:border-box;height:68px;padding:10px 16px;flex-direction:row;transition:.3s ease}.tap-bar,.tap-bar .tap-bar-link{display:flex;justify-content:space-between}.tap-bar .tap-bar-link{width:20%;color:var(--color-mono-4);text-align:center;font-size:13px;font-style:normal;font-weight:500;line-height:1.2;position:relative;flex-direction:column}.tap-bar .tap-bar-link.disabled{pointer-events:none;opacity:.5}.tap-bar .tap-bar-link div{width:100%;text-align:center}.tap-bar .tap-bar-link .message-count{position:absolute;width:21px;height:21px;border-radius:50%;background:var(--color-red);color:var(--color-white);top:-7px;right:20px;text-align:center;display:flex;flex-direction:column;justify-content:center;font-size:14px;font-weight:600;line-height:1.4}.tap-bar .tap-bar-link .message-count.small-font-size{font-size:10px}.tap-bar .tap-bar-link.active{color:var(--color-primary)}.tap-bar .tap-bar-link svg{display:block;margin:0 auto 2px}.services-sheet{height:auto!important;padding-bottom:20px}.services-sheet .services-list{padding:0 16px}.services-sheet .services-header{color:var(--color-black);font-size:20px;font-weight:700;padding:16px 16px 26px;line-height:36px}.services-sheet .service-link{margin-bottom:16px;color:var(--color-black);font-size:18px;line-height:1.4;display:block}.services-sheet .service-link.disabled{pointer-events:none;color:var(--color-mono-3)}html{width:100vw;overflow-x:hidden}.sheet-modal-root{position:fixed;z-index:45}