/* D for dahboard */
.d-plan{
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.d-plan-top{
  background-color: #32A067 !important;
  padding: 15px 30px 15px 30px;
}

.d-plan-title{
  color:white !important;
  text-align: center;
}

.d-plan-middle{
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-plan-circle{
  color: #fff;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  background: #32a067;
  margin: 20px;
  aspect-ratio: 1;
  border-radius: 92px;
  padding: 19px;
  align-items: center;
}

.d-plan-bottom{
  padding: 0 30px 15px;
}
.d-plan-features{
  margin-left: -15px;
}

.d-plan-img-container{
  display: flex;
  justify-content: center;
}