
        #splash {
            display: none;
        }

        html, body {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;

            touch-action: auto;
            background-color: #336699;
            background-size: 100% 100%;
        }

        .center {
          margin: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
        }

        .error {
          height: 100vh;
          text-align: center;
          color: white;
        }

        body {
            font-family: 'ABeeZee', sans-serif;
        }

        .error-message {
            position: fixed;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            max-width: 960px;
            width: calc(100% - 40px);
            background-color: white;
            border-radius: 20px;
            line-height: 130%;
            padding: 15px 20px;
            display: flex;
            flex-direction: row;
            align-items: center;
            box-sizing: border-box;
            z-index: 1000;
        }

        .error-icon {
            width: 30px;
            height: 30px;
            margin-right: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
        }

        .error-text {
            color: #a22f20;
            font-size: 14px;
            flex: 1;
        }

        .rive-container {
          position: fixed;
          left: 50%;
          bottom: 54px;
          transform: translateX(-50%);
          width: 40px;
          height: 40px;
          font-family: 'ABeeZee', sans-serif;
        }
        .loading-text {
          position: fixed;
          left: 50%;
          bottom: 30px;
          transform: translateX(-50%);
          font-family: 'ABeeZee', sans-serif;
          font-size: 14px;
          color: white;
          text-align: center;
          display: none;
        }
