:root{
  --incisolve-blue:#0d6efd;
}
.brand-logo{
  height:32px;
  width:auto;
  background:#fff;
  padding:4px;
  border-radius:6px;
}
.card{
  border-radius:14px;
}
.btn{
  border-radius:12px;
}
.form-control, .form-select{
  border-radius:12px;
}
.menu-grid .btn{
  text-align:left;
  padding:14px 14px;
  font-weight:600;
}
.menu-grid .icon{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(13,110,253,.12);
  color:var(--incisolve-blue);
  border-radius:10px;
  margin-right:10px;
}
