* {
  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;
}