.sap-shell-banner {
  height: 44px;
  background: #324a5f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  box-sizing: border-box;
}

.sap-shell-banner__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 23px;
  background: linear-gradient(135deg, #15b9f2 0%, #0895d3 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  transform: skew(-18deg);
}

.sap-shell-banner__logo span,
.sap-shell-banner__logo {
  font-family: Arial, Helvetica, sans-serif;
}

.sap-shell-banner__logo-text {
  display: inline-block;
  transform: skew(18deg);
}

.sap-shell-banner__user {
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 999px;
  background: #0d8a9f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  box-sizing: border-box;
}

body.vsr-portal .sap-shell-banner,
body.vp-portal .sap-shell-banner,
body.customers .sap-shell-banner,
body.login_admin .sap-shell-banner,
body.admin .sap-shell-banner {
  width: 100%;
}

@media (max-width: 640px) {
  .sap-shell-banner {
    padding: 0 12px;
  }

  .sap-shell-banner__user {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
