:root {
  --bankIconRadius: 0.5rem;
}

.bankList.sapUiLayoutCSSGridS.sapFGridList
  > .sapMListUl
  > .sapMLIB:not(.sapMGHLI):not(.sapFGLI) {
  border-radius: 0;
}

.bankIcon,
.bankIcon .sapMObjLIconDiv > .sapMImg {
  border-radius: var(--bankIconRadius);
}

.bankIcon .sapMObjLIconDiv > .sapMImg {
  margin: 0;
}

/* Card component styles */
.cardScroll .sapSuiteUiCommonsTimelineContentWrapper,
.cardScroll .sapSuiteUiCommonsTimeline,
.cardScroll .sapFCardTimelineContent.sapFCardBaseContent {
  height: 100%;
}

.cardScroll .sapUiScrollDelegate {
  overflow: auto !important;
}

/* user menu */
.dashboard-menu-profile .sapMTitle {
  margin-top: 15px !important;
}

.dashboard-menu-profile .sapMLIB .sapMSLITitleOnly {
  font-size: 13px !important;
  color: var(--dashboardcolor) !important;
}

.dashboard-menu-profile .sapMLIB .sapMSLIImgIcon {
  size: 10px !important;
  position: relative;
  top: -2px;
  color: var(--dashboardcolor) !important;
}

.dashboard-menu-profile.sapMPopover {
  padding: 0.5rem;
}

.dashboard-menu-profile h5 {
  padding-bottom: 20px;
}

.sapUshellPopoverList {
  padding: 0.5rem;
}

.horizontal-scroll .sapMNav {
  overflow-x: auto;
}
