body {
  font-family: Vazirmatn !important;
}
.container {
  margin: 8px;
  /* padding: 16px; */
  /* border-radius: 16px; */
  border: 1px solid rgba(128, 128, 128, 0.127);
  display: flex;
  flex-direction: row;
  min-height: 400px;
  align-items: center;
  border-radius: 16px;
}
.right {
  flex: 2;
  /* background: linear-gradient(164deg, #3e88c1 49.7%, #273b4e 103.83%); */
  background-color: #011c2b;
  padding: 24px 24px 24px 0px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 16px 16px 0;
}
.left {
  flex: 4;
}
.form {
  text-align: right;
  padding: 30px;
}
.step {
  display: none;
}
.question {
  border-radius: 20px;
  margin-top: 20px;
  /* border-radius: 30.538px;
  border: 5.09px solid #28574e;
  background: rgba(26, 188, 156, 0.05);
  backdrop-filter: blur(25.448572158813477px); */
}
.radio-container {
  display: inline-block;
  position: relative;
}
.square-radio {
  opacity: 0;
  position: absolute;
}
.radio-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border: 1px solid #000;
  cursor: pointer;
}
.square-radio:checked + .radio-label::before {
  background-color: #011c2a;
}
.next {
  font-family: Vazirmatn !important;
  border-radius: 5px;
  border: none;
  background: #011c2a;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  padding: 10px 30px;
  min-width: 40%;
  margin-top: 20px;
}
.input {
  padding: 10px 10px;
  margin: 10px 0 40px 0;
  text-align: right;
  font-size: 17px;
  min-width: 96%;
  font-family: Vazirmatn !important;
  /* background-color: #f8f7f7; */
  /* border-radius: 14px; */
  border: none;
  border-bottom: 1px solid #ccc;

  /* box-shadow: 0px 2px 2px 2px rgba(204, 204, 204, 0.1); */
}
input::placeholder {
  color: #cccccc;
  text-align: right;
  font-family: Vazirmatn;
  /* font-weight: lighter; */
  font-size: 18px;
  line-height: 26px;
}

form label {
  text-align: right;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0;
}

.form__submit {
  font-family: Vazirmatn !important;
  border-radius: 5px;
  border: none;
  background: #011c2a;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  padding: 10px 30px;
  min-width: 100%;
}
h2 {
  font-size: 22px;
  color: #000;
}

.btns {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.btn {
  border: none;
  background-color: #94aaa6;
  color: white;
  border-radius: 100%;
  padding: 4px 12px;
  font-size: 24px;
}
.hrs {
  background-color: #94aaa6;
  flex-grow: 1;
  height: 4px;
}

.btn.active {
  background-color: #28574e;
}

.hrs.active {
  background-color: #28574e;
}
.closebtn {
  border-radius: 5px;
  background: #011c2a;
  box-shadow: 0px 2px 2px 2px rgba(204, 204, 204, 0.1);
  font-family: Vazirmatn !important;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  padding: 10px;
  min-width: 80%;
  margin-top: 30px;
}
.items {
  display: inline-block;
  transform: translateY(-5px);
}
.right__h3 {
  color: white;
  font-size: 30px;
  font-weight: 600;
}

.right__p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.image {
  height: 200px;
  margin-top: 100px;
}
a {
  text-decoration: none;
  display: inline-block;
  min-width: 50%;
}

@media (max-width: 600px) {
  .right {
    display: none;
  }
}
.container-tks {
  margin: 8px;
  padding: 16px;
  border-radius: 5px;
  border: 1px solid rgba(128, 128, 128, 0.127);
  display: flex;
  flex-direction: column;
  min-height: 400px;
  align-items: center;
}

.icon_flex {
  display: flex;
  gap: 16px;
}
