* {
  font-family: "vazir";
  direction: rtl;
}
.card {
  box-shadow: 0 15px 16.8px rgba(0, 0, 0, 0.031), 0 100px 134px rgba(0, 0, 0, 0.05);
  background-color: white;
  border-radius: 15px;
  padding: 35px;
}
.top {
  padding-bottom: 25px;
  min-width: 250px;
  text-align: center;
  border-bottom: dashed #dfe4f3 2px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 0.18em dashed #fff;
  position: relative;
}
.top:before {
  background-color: #fafcff;
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  bottom: 0;
  right: -10px;
  margin-bottom: -10px;
}
svg {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}
h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}
span {
  color: #676767;
  font-size: 12px;
}
.bottom {
  text-align: center;
  margin-top: 16px;
}

.key-value-success {
  display: flex;
  justify-content: space-between;
}
.key-value-failed {
  display: flex;
  justify-content: center;
}
a,button{
  padding: 8px 85px;
  text-decoration: none;
  color: white;
  border-radius: 8px;
  font-size: 14px;
  margin-top: 20px;
  display: block;
}
.outer-container {
  background-color: #fafcff;
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.inner-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.centered-content {
  display: inline-block;
  text-align: left;
  background: #fff;
  margin-top: 10px;
}
.payment-method .step {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background-color: #636363;
  display: inline-block;
  opacity: 0.4;
}
.payment-method .step-text {
  border: none;
  text-align: inherit;
  color: #363636;
}
.payment-method fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.payment-method legend {
  font-size: 1.5rem;
  padding: 0.7rem 1.5rem 1.5rem;
  font-weight: 700;
}
.payment-method p {
  text-align: left;
  margin: 0;
  border-top: #c7c6c6 1px solid;
  color: #2b2b2b;
}
.payment-method label {
  padding: 1.2rem 1.2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  cursor: pointer;
}
.payment-method p:hover:not(.step-text) {
  background-color: #deeaff;
}
.payment-method input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.payment-method input:checked + label:after {
  content: url('https://res.cloudinary.com/du2vvjrb5/image/upload/v1581191001/frontloops/l1s2-paymeth/check_fjt7xp.svg');
  margin-right: 5px;
  margin-top: 6px;
}
.payment-method input:checked + label {
  padding: 1.2rem 1.2rem;
  background: #fff;
  color: #000;
  font-weight: 700;
}
.payment-method .btn {
  font-size: 14px;
  font-family: "vazir";
  color: #fff;
  background: var(--colour-blue);
  display: block;
  width: 100%;
  padding: -1rem;
  border: none;
  cursor: pointer;
}