#div_row{
  width: 100%;
  /* display:none; */
}
#div_row .col{
  justify-content: center;
  display: flex;
}

.b_table{
  color: #626262;
}

.fa{
  font-size: 15px;
}

.cards{
  background-color: rgba(255, 255, 255, 1);
  border-radius: 24px;
  width:389px;padding:16px;
}
.cards h2{
  font-weight: 500;font-size: 24px;line-height: 32px;
  align-items: center;color: rgba(19, 44, 70, 1);
}
.cards p{
  font-weight: 500;font-size: 12px;line-height: 20px;
  align-items: left;
  color: rgba(19, 44, 70, 1);
}
.cards span{
  font-weight: 400;font-size: 12px;line-height: 20px;align-items: right;
  color:rgba(212, 160, 0, 1) !important;font-family: Montserrat-Arabic !important;
}
.cards label {
  font-weight: 400;font-size: 10px;line-height: 20px;align-items: right;
  color:rgba(19, 44, 70, 1) !important;font-family: Montserrat-Arabic !important;
}
.col .col-md-4 input{
  background-color: rgba(228, 231, 236, 1);border-radius: 12px !important;
  color: rgba(19, 44, 70, 1) !important;height: 52px;
  font-weight: 400;font-size: 12px;line-height: 20px;align-items: right;
}
.col .col-md-4 input::placeholder{
  line-height: 20px;
  color:rgba(176, 185, 193, 1);
  height: 52px;
  font-weight: 400;font-size: 12px;align-items: right;
}
textarea {

  height: 140px;width: 357px;border-radius: 12px !important;padding: 16px;
}
.form-control{
  background-color: rgba(249, 250, 251, 1);
}
.row .text{
  background-color: #FFC000 !important;
  font-weight: 400;color: rgba(19, 44, 70, 1);
  line-height: 24px;font-size: 16px;
  border-radius: 16px;
  }
.cards .row .text-rafd {
      color: rgba(170, 128, 0, 1) ;  border: 1px solid rgba(170, 128, 0, 1) !important;

      line-height: 24px;font-size: 16px;    border-radius: 16px;
      background-color: white !important;  font-weight: 400;
}
.row .text-rafd .fa-solid{
  width: 25px;height: 26px;
  border-radius: 100px;
}
.header i{
  color: rgba(19, 44, 70, 1); width: 8px;height: 8px;
}
.valid p{
  color:rgba(98, 114, 132, 1);line-height: 20px;font-size: 12px;
  font-weight: 400;
}

