.rowContainer {
  background-color: #f5f5f5;
  border-radius: 0.5rem;
}
.optionsDivIdentity {
  height: fit-content;
}

.card-body {
  border-radius: 0.5rem;
}
.contentCardHeader {
  font: 500 18px / normal "Kalpurush";
  color: #000;
}

.sectionCard {
  font: 500 17px / normal "Kalpurush";
  color: rgb(0, 0, 255);
  background-color: #fff !important;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 12px 0px #888888;
}
