/* Generated by script */
@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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: #3000ba;
  padding: 24px;
  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: #3000ba;
}
.next {
  font-family: Vazirmatn !important;
  border-radius: 14px;
  border: none;
  background: #3000ba;
  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 10px 0;
  text-align: right;
  font-size: 17px;
  min-width: 96%;
  font-family: Vazirmatn !important;
  background-color: #f8f7f7;
  border-radius: 14px;
  border: 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: 14px;
  border: none;
  background: #3000ba;
  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: 14px;
  background: linear-gradient(90deg, #3000ba 0%, #cab7ff 100%);
  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 {
  align-self: center;
  height: 400px;
}
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: 14px;
  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;
}
