
        html {
            box-sizing: border-box;
            overflow: -moz-scrollbars-vertical;
            overflow-y: scroll;
        }

        *,
        *:before,
        *:after {
            box-sizing: inherit;
        }

        body {
            margin: 0;
            background: #fafafa;
        }

        .download-url-wrapper {
            display: none !important;
        }

        .information-container {
            display: none !important;
        }

        .auth-wrapper .btn {
            position: absolute;
            top: 12px;
            margin-left: 230px;
        }

        .servers,
        .servers-title {
            display: none !important;
        }

        button[class="btn modal-btn auth btn-done button"] {
            display: none !important;
        }

        .operation-filter-input {
            position: absolute;
            top: -10px;
            left: 26vw;
            width: 45vw !important;
        }
    