.confirm_custom_modal {
  position: fixed;
  top: 20%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 7px 7px rgba(3, 98, 66, 0.3);
}
.confirm_custom_modal .modal-header {
  font-size: 40px;
  font-weight: 500;
  padding: 20px;
}
.confirm_custom_modal .modal-body .row-element label {
  text-align: left;
  width: 100%;
  display: block;
}

