body {
      margin: 10px;
      font-family: Arial, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      }
      .container {
        text-align: center;
        width: 100%;
        max-width: 600px;
        background: #fff;
        padding: 20px;
      }
      .question {
        display: none;
      }
      .question.active {
        display: block;
      }
      .progress-bar {
        width: 100%;
        height: 10px;
        background: #e0e0e0;
        border-radius: 5px;
        margin-bottom: 20px;
        overflow: hidden;
      }
      .progress-bar div {
        height: 100%;
        background: #fcb61a;
        width: 0;
        transition: width 0.3s ease;
      }
      h2 {
        font-size: 1.8em;
        color: #333;
        margin-bottom: 10px;
      }
      p {
        font-size: 24px;
        color: #555;
        margin-bottom: 20px;
      }
      .button {
        background: #0071ce;
        color: #fff;
        padding: 18px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin: 10px 0 15px 0;
        width: 100%;
        transition: background 0.3s ease;
        font-size: 20px;
      }
      .button:hover {
        background: #0562ae;
      }
      .loading,
      .final {
        display: none;
      }
      .spinner {
        margin: 20px auto;
        width: 50px;
        height: 50px;
        border: 5px solid #e0e0e0;
        border-top: 5px solid #fcb61a;
        border-radius: 50%;
        animation: spin 1s linear infinite;
      }
      @keyframes spin {
        from {
          transform: rotate(0deg);
        }
        to {
          transform: rotate(360deg);
        }
      }
      .loading-text {
        font-size: 18px;
        color: #555;
      }
      .img-fluid {
        max-width: 100%;
        height: auto;
      }
      .logo {
        margin: 0 0 15px 0;
      }
      .timer {
        font-weight: bold;
      }
      p.reserved {
        background-color: #ff4d4d;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        padding: 10px 20px;
        border-radius: 5px;
        margin-bottom: 20px;
      }
      .pop {
        background-color: #ffe49b;
        border-radius: 5px;
        line-height: 24px;
        font-size: 18px;
        padding: 10px;
      }</style><style data-id="immersive-translate-input-injected-css">.immersive-translate-input {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 2147483647;
      display: flex;
      justify-content: center;
      align-items: center;
      }
      .immersive-translate-attach-loading::after {
        content: " ";
        --loading-color: #f78fb6;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        display: block;
        margin: 12px auto;
        position: relative;
        color: white;
        left: -100px;
        box-sizing: border-box;
        animation: immersiveTranslateShadowRolling 1.5s linear infinite;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-2000%, -50%);
        z-index: 100;
      }
      .immersive-translate-loading-spinner {
        vertical-align: middle !important;
        width: 10px !important;
        height: 10px !important;
        display: inline-block !important;
        margin: 0 4px !important;
        border: 2px rgba(221, 244, 255, 0.6) solid !important;
        border-top: 2px rgba(0, 0, 0, 0.375) solid !important;
        border-left: 2px rgba(0, 0, 0, 0.375) solid !important;
        border-radius: 50% !important;
        padding: 0 !important;
        -webkit-animation: immersive-translate-loading-animation 0.6s infinite linear !important;
        animation: immersive-translate-loading-animation 0.6s infinite linear !important;
      }
      @-webkit-keyframes immersive-translate-loading-animation {
        from {
          -webkit-transform: rotate(0deg);
        }
        to {
          -webkit-transform: rotate(359deg);
        }
      }
      @keyframes immersive-translate-loading-animation {
        from {
          transform: rotate(0deg);
        }
        to {
          transform: rotate(359deg);
        }
      }
      .immersive-translate-input-loading {
        --loading-color: #f78fb6;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        display: block;
        margin: 12px auto;
        position: relative;
        color: white;
        left: -100px;
        box-sizing: border-box;
        animation: immersiveTranslateShadowRolling 1.5s linear infinite;
      }
      @keyframes immersiveTranslateShadowRolling {
        0% {
          box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
        }
        12% {
          box-shadow: 100px 0 var(--loading-color), 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
        }
        25% {
          box-shadow: 110px 0 var(--loading-color), 100px 0 var(--loading-color),
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
        }
        36% {
          box-shadow: 120px 0 var(--loading-color), 110px 0 var(--loading-color),
            100px 0 var(--loading-color), 0px 0 rgba(255, 255, 255, 0);
        }
        50% {
          box-shadow: 130px 0 var(--loading-color), 120px 0 var(--loading-color),
            110px 0 var(--loading-color), 100px 0 var(--loading-color);
        }
        62% {
          box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--loading-color),
            120px 0 var(--loading-color), 110px 0 var(--loading-color);
        }
        75% {
          box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            130px 0 var(--loading-color), 120px 0 var(--loading-color);
        }
        87% {
          box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0), 130px 0 var(--loading-color);
        }
        100% {
          box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
        }
      }
      .immersive-translate-toast {
        display: flex;
        position: fixed;
        z-index: 2147483647;
        left: 0;
        right: 0;
        top: 1%;
        width: fit-content;
        padding: 12px 20px;
        margin: auto;
        overflow: auto;
        background: #fef6f9;
        box-shadow: 0px 4px 10px 0px rgba(0, 10, 30, 0.06);
        font-size: 15px;
        border-radius: 8px;
        color: #333;
      }
      .immersive-translate-toast-content {
        display: flex;
        flex-direction: row;
        align-items: center;
      }
      .immersive-translate-toast-hidden {
        margin: 0 20px 0 72px;
        text-decoration: underline;
        cursor: pointer;
      }
      .immersive-translate-toast-close {
        color: #666666;
        font-size: 20px;
        font-weight: bold;
        padding: 0 10px;
        cursor: pointer;
      }
      @media screen and (max-width: 768px) {
        .immersive-translate-toast {
          top: 0;
          padding: 12px 0px 0 10px;
        }
        .immersive-translate-toast-content {
          flex-direction: column;
          text-align: center;
        }
        .immersive-translate-toast-hidden {
          margin: 10px auto;
        }
      }
      .immersive-translate-modal {
        display: none;
        position: fixed;
        z-index: 2147483647;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        font-size: 15px;
      }
      .immersive-translate-modal-content {
        background-color: #fefefe;
        margin: 10% auto;
        padding: 40px 24px 24px;
        border-radius: 12px;
        width: 350px;
        font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu",
          "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
          "Segoe UI Symbol", "Noto Color Emoji";
        position: relative;
      }
      @media screen and (max-width: 768px) {
        .immersive-translate-modal-content {
          margin: 50% auto !important;
        }
      }
      .immersive-translate-modal .immersive-translate-modal-content-in-input {
        max-width: 500px;
      }
      .immersive-translate-modal-content-in-input .immersive-translate-modal-body {
        text-align: left;
        max-height: unset;
      }
      .immersive-translate-modal-title {
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #333333;
      }
      .immersive-translate-modal-body {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        word-break: break-all;
        margin-top: 24px;
      }
      @media screen and (max-width: 768px) {
        .immersive-translate-modal-body {
          max-height: 250px;
          overflow-y: auto;
        }
      }
      .immersive-translate-close {
        color: #666666;
        position: absolute;
        right: 16px;
        top: 16px;
        font-size: 20px;
        font-weight: bold;
      }
      .immersive-translate-close:hover,
      .immersive-translate-close:focus {
        text-decoration: none;
        cursor: pointer;
      }
      .immersive-translate-modal-footer {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 24px;
      }
      .immersive-translate-btn {
        width: fit-content;
        color: #fff;
        background-color: #ea4c89;
        border: none;
        font-size: 14px;
        margin: 0 8px;
        padding: 9px 30px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.3s ease;
      }
      .immersive-translate-btn:hover {
        background-color: #f082ac;
      }
      .immersive-translate-btn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
      }
      .immersive-translate-btn:disabled:hover {
        background-color: #ea4c89;
      }
      .immersive-translate-cancel-btn {
        /* gray color */
        background-color: rgb(89, 107, 120);
      }
      .immersive-translate-cancel-btn:hover {
        background-color: hsl(205, 20%, 32%);
      }
      .immersive-translate-action-btn {
        background-color: transparent;
        color: #ea4c89;
        border: 1px solid #ea4c89;
      }
      .immersive-translate-btn svg {
        margin-right: 5px;
      }
      .immersive-translate-link {
        cursor: pointer;
        user-select: none;
        -webkit-user-drag: none;
        text-decoration: none;
        color: #007bff;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
      }
      .immersive-translate-primary-link {
        cursor: pointer;
        user-select: none;
        -webkit-user-drag: none;
        text-decoration: none;
        color: #ea4c89;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
      }
      .immersive-translate-modal input[type="radio"] {
        margin: 0 6px;
        cursor: pointer;
      }
      .immersive-translate-modal label {
        cursor: pointer;
      }
      .immersive-translate-close-action {
        position: absolute;
        top: 2px;
        right: 0px;
        cursor: pointer;
      }
      .imt-image-status {
        background-color: rgba(0, 0, 0, 0.5) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 16px !important;
      }
      .imt-image-status img,
      .imt-image-status svg,
      .imt-img-loading {
        width: 28px !important;
        height: 28px !important;
        margin: 0 0 8px 0 !important;
        min-height: 28px !important;
        min-width: 28px !important;
        position: relative !important;
      }
      .imt-img-loading {
        background-image: url("https://www.mmajoes.com/three-questions-about-wal-mart/7ec640fe-839a-414c-b32b-f45c7e5384a7.png");
        background-size: 28px 28px;
        animation: image-loading-rotate 1s linear infinite !important;
      }
      .imt-image-status span {
        color: var(--bg-2, #fff) !important;
        font-size: 14px !important;
        line-height: 14px !important;
        font-weight: 500 !important;
        font-family: "PingFang SC", Arial, sans-serif !important;
      }
      @keyframes image-loading-rotate {
        from {
          transform: rotate(360deg);
        }
        to {
          transform: rotate(0deg);
        }
      }