.card-header, .card-header.py3 {
     background-color: transparent; 
     border-bottom: none; 
}

.card-footer {
    background-color: transparent;
  /*  border-top: none;  */
}

.breadcrumb {
    background-color: transparent;
}


.btn{
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  font-size:14px;
  font-weight:700;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
}

