.app-loader{display:flex;flex-direction:column;justify-content:center;height:100vh;@media (max-width:999px){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);&:hover{& svg{opacity:.7}}& svg{display:block;margin:0 auto;transition:.3s ease;color:var(--color-white);path{stroke-width:1!important}}& .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;&.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%}.main-wrapper{@media (max-width:999px){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;display:flex;flex-direction:row;justify-content:space-between;transition:.3s ease;& .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;display:flex;flex-direction:column;justify-content:space-between;&.disabled{pointer-events:none;opacity:.5}& div{width:100%;text-align:center}& .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;&.small-font-size{font-size:10px}}&.active{color:var(--color-primary)}& svg{display:block;margin:0 auto 2px}}}.services-sheet{height:auto!important;padding-bottom:20px;& .services-list{padding:0 16px}& .services-header{color:var(--color-black);font-size:20px;font-weight:700;padding:16px 16px 26px;line-height:36px}& .service-link{margin-bottom:16px;color:var(--color-black);font-size:18px;line-height:1.4;display:block;&.disabled{pointer-events:none;color:var(--color-mono-3)}}}html{width:100vw;overflow-x:hidden}.sheet-modal-root{position:fixed;z-index:45}