body {
  background-image: url(../media/snow.png);
  background-color: #07051a;
  min-height: 100vh;
}
.card_dash {
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid #33323d;
  background: #1b192c;
}
.card_dash_tit {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.card_dash_txt {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.btn_dash_ligth {
  border-radius: 2px;
  background: #ffdf76;
  box-shadow: 0px 8px 32px 0px rgba(255, 209, 58, 0.32),
    0px 2px 0px 0px rgba(255, 255, 255, 0.32) inset,
    0px -2px 2px 0px #957712 inset;
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  outline: none;
  width: 100%;
}

.qoiz_txt {
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.select_st {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.btn_dash_dark {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  outline: none;
  width: 100%;
}

.tit_mobile {
  color: var(--White, #fff);
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.txt_mobile {
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.min_txt_mobile {
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
}
.form_input p {
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.form_input_typ {
  border-radius: 4px;
  border: 1px solid #646370;
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.form_input_typ input {
  background-color: transparent;
  border: none;
  width: 100%;
  direction: rtl;
  outline: none;
  color: #92919a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.change_number {
  color: #ffdf76 !important;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.timer_mobile span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pointer_net {
  pointer-events: none;
}
/* ===================== */
/* ==================== */
.radio-wrapper {
  display: inline-block;
}
.radio-wrapper input[type="radio"] {
  display: none;
}
.radio-wrapper input[type="radio"] + label {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.radio-wrapper input[type="radio"] + label > span.outer {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -1px 4px 0 0;
  border: 2px solid #5f5e6c;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #2d2b3d;
}
.radio-wrapper input[type="radio"] + label span.inner {
  display: block;
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: grey;
}
.radio-wrapper input[type="radio"]:checked + label span.inner {
  background-color: #ffdf76;
  display: block;
}

.ugc_crd {
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  gap: 20px;
  border-radius: 4px;
  border: 1px solid #33323d;
  background: #1b192c;
}
.tit_ugc {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.text_ugc {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
}
.min_tit_ugc {
  color: var(--White, #fff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.min_tit_ugc {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.min_txt_ugc {
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.link_item {
  border-radius: 4px;
  border: 1px solid #646370;
  display: flex;
  padding: 8px;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.txt_ref {
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

@media only screen and (max-width: 992px) {
  .ord1 {
    order: 1;
  }
  .ord2 {
    order: 2;
  }
}
