body {
  margin: 0;
  background-color: #212121;
}
.pd_style_config {
  position: relative;
  left: 0;
  width: 40%;
  padding-left: 16px;
}
.pd_style_config p {
  color: white;
}
.config_row {
  display: flex;
  flex-direction: row;
  padding: 8px 0px;
  align-items: center;
}
.config_row input {
  margin-left: 8px;
  color: white;
}
.preview_area {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  padding-top: 44px;
  background-color: #424242;
  align-items: center;
  justify-content: center;
}
.preview_configs {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  padding: 0px 16px;
  background-color: #616161;
  align-items: center;
}
.preview_configs p {
  color: white;
}
#select_device {
  height: 32px;
  margin-left: 8px;
}
#preview_container {
  position: relative;
  display: flex;
  border: 0.5px solid #616161;
  overflow: hidden;
  justify-content: center;
}
#back_arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 12px;
  left: 0px;
}
#activity_rules {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0px;
  align-items: flex-end;
}
#activity_rules span {
  font-size: 13px;
  color: white;
}
#terms_and_conditions {
  display: flex;
  height: 24px;
  border-radius: 12px 0px 0px 12px;
  padding-left: 10px;
  padding-right: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
}
#activity_rule_button {
  display: flex;
  flex-direction: column;
  padding: 7px;
  align-items: center;
}
#bg_image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
#machine_image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#banner {
  position: absolute;
  display: relative;
}
#banner_image {
  width: 100%;
  height: 100%;
}
#remain_time {
  position: absolute;
}
#remain_time p {
  margin: 0px;
  color: #13815F;
}
#draw_chances_container {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#draw_chances {
  background-color: #08462DAB;
  border-radius: 2px;
  justify-content: center;
  margin-right: 6px;
}
#draw_chances p {
  margin: 0px;
  color: white;
}
#box_wall {
  position: absolute;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
.box_row {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#bottom_info {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#chance_info {
  flex: 1;
  margin-top: 2px;
}
#chance_info p {
  color: #095335;
}
#task_info {
  position: absolute;
  display: flex;
  flex-direction: row;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
#switch_arrow {
  position: absolute;
}