#desktop .layout-content{width:100%;min-height:calc(100vh - 310px);background-color:#f8f8f8;position:relative}#desktop .only-mobile{display:none}#mobile .layout-content{min-height:600px;background-color:#f8f8f8}#mobile .only-desktop{display:none}#mobile #notification{max-width:100%}#mobile #notification .popup{width:90%;min-width:0}#loader{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;background-color:hsla(0,0%,50%,.5);z-index:100000}#loader svg{color:#fff}