.fcr-pc-full-screen-error {
  width: 100%;
  height: 100vh;
  background-color: var(--fcr_ui_scene_inverse);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fcr-pc-full-screen-error-content {
  width: 272px;
  height: 415px;
  display: flex;
  flex-direction: column;
}

.fcr-pc-full-screen-error-content-img {
  width: 200px;
  height: 200px;
  align-self: center;
}

.fcr-pc-full-screen-close-btn {
  width: 140px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fcr-pc-full-screen-error-content-title {
  color: var(--fcr_ui_scene_inverse2);
  font-size: 28px;
  font-weight: 800;
  align-self: center;
  margin-top: 26px;
}

.fcr-pc-full-screen-error-content-desc {
  color: var(--fcr_ui_scene_inverse2);
  font-size: 16px;
  font-weight: 400;
  align-self: center;
  margin-top: 24px;
  margin-bottom: 46px;
}

.fcr-pc-full-screen-close-btn {
  min-width: 56px;
  height: 50px;
  border-radius: var(--fcr_cornerradius_round);
  background-color: var(--fcr_ui_scene_inverse2);
  color: var(--fcr_ui_scene_inverse);
  text-align: center;
  line-height: 50px;
  align-self: center;
  cursor: pointer;
}

.fcr-pc-full-screen-close-btn:active {
  transform: scale(0.94);
}
