body {
  overflow-x: hidden;
}

#smm-seat {
  overflow: hidden;
  touch-action: none;
}

#smm-seat iframe {
  touch-action: none;
}

.simulator-content-content {
  position: relative;
}

.simulator-loader {
  position: absolute;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  color: #ccc;
  font-size: 2rem;
  pointer-events: none;
}

.simulator-header,
.simulator-footer {
  display: block;
  width: 100%;
}

.simulator-body {
  margin: 0;
  background-color: #fefefe;
  overflow-y: scroll;
}

.simulator-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
}

.simulator-console {
  text-align: center;
}

.simulator-form {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.simulator-base64preview {
  width: 400px;
  height: 400px;
  object-fit: contain;
  outline: 1px solid red;
}
