@font-face {
  font-family: "btpcli72";
  src: url("/pageResources/typography/72Brand-Regular.woff2") format("woff2")
}

@font-face {
  font-family: "btpcli72mono";
  src: url("/pageResources/typography/72Mono-Regular-full.woff2") format("woff2")
}

@font-face {
  font-family: "btpcliSAPicons";
  src: url("/pageResources/typography/SAP-icons.woff2") format("woff2")
}

code {
  font-family: "btpcli72mono"
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

html {
  font-family: "btpcli72";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: #0064D9;
  text-decoration: inherit;
}

a:hover {
  text-decoration: underline;
}

body {
  background-color: #F5F6F7;
  margin: 0px;
}

.FrameHeader {
  display: flex;
  gap: 12px;
  position: fixed;
  top: 24px;
}

.FrameHeader .logo {
  margin-left: 48px;
  height: 2rem;
}

.FrameHeader .title {
  font-size: 2rem;
  line-height: 2rem;
}

.title, .subtitle {
  color: #1D2D3E;
}

.Message {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  width: 60%;
  /* Magic number: must be wide enough to accommodate the login hint on the welcome page */
  max-width: 550px;
  z-index: 1000;
}

.Message.center {
  text-align: center;
}

.Message .title {
  font-size: 18px;
  line-height: 20.7px;
}

.Message .illustrationTitle {
  font-size: 32px;
}

.Message .title.bold,
.FrameHeader .title.bold {
  font-weight: 700;
}

.Message .subtitle {
  font-size: 14px;
  line-height: 16.1px;
}

.Message .subtitle > code {
  user-select: all;
} 

.Message .subtitleseparator {
  margin-top: 12px;
}

.Message .illustrationsubtitleseparator {
  margin-top: 16px;
}

.Message .dialog {
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);

  border-style: none;
  display: flex;
  flex-direction: column;
  text-align: start;
  padding: 0px;
  /* Shadow / Level 3 */
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.3), 0px 0px 0px 1px rgba(0, 0, 0, 0.42);
  border-radius: 6px;
  font-size: 14px;
  line-height: 16.1px;
}

.Message .dialog .header {
  /* Auto layout */
  padding: 11px 16px;
  gap: 10px;
  /* Shadow / Header */
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15), inset 0px -1px 0px #D9D9D9;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 18px;
}

.Message .dialog .header .sapLogo {
  width: 48px;
}

.Message .dialog .body {
  padding: 11px 16px;
  border-bottom: solid 1px #D9D9D9;
}

.Message .dialog .messageStrip {
  margin-top: 30px;
  display: flex;
  padding: 8px 12px;
  gap: 8px;
  background: #E1F4FF;
  border: 1px solid #7BCFFF;
  border-radius: 4px;
}

.Message .dialog .messageStrip .icon {
  font-family: btpcliSAPicons;
  font-size: 16px;
  line-height: 16px;
  color: #0070F2;
  width: 40px;
}

.Message .dialog .buttons {
  margin: 12px 16px;
  margin-left: auto;
  font-weight: 700;
}

.Message .buttonLink {
  border-radius: 4px;
  color: #FFFFFF;
  background: #0064D9;
  padding: 5px 8px;
  margin-right: 8px;
}

.Message .buttonLink.buttonInMessage {
  position: relative;
  top: 20px;
}

.Message .icon {
  font-family: btpcliSAPicons;
  line-height: 16px;
  color: #0064D9;
  width: 40px;
  margin-right: 5px;
}

.Message div .inline {
  display: inline;
}

.Message .dialog .buttons .cancelLink {
  padding: 3px 5px;
}
.FrameFooter {
  position:fixed;
  bottom: 24px;
  width: 100%;
  display: flex;
}

.FrameFooter .legalLinks {
  margin-left: auto;
  margin-right: 48px;
  white-space: nowrap;
  overflow-x: auto;
  line-height: 32px;
}

.FrameFooter .legalLinks a {
  margin-right: 16px;
}

.FrameFooter .legalLinks a:last-child {
  margin-right: 0px;
}

.backgroundImage {
  max-width: 250px;
}

.backgroundIcon {
  max-width: 100px;
}

.feedback-container {
  background: white;
  border-radius: 15px;
  border: 4px #07838F solid;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.feedback-icon {
  font-family: 'btpcliSAPicons';
  font-size: xxx-large;
  color: #07838F;
  border-radius: 10px;
  background-color: #C2FCF0;
  padding: 4px 8px;
}

.feedback-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}

.feedback-text .feedback-title {
  color: #02414C;
  word-break: break-word;
  overflow-wrap: break-word;
}

.feedback-text {
  word-break: break-word;
  overflow-wrap: break-word;
  color: #07838F;
}

.feedback-text .feedback-url a {
  color: #0070F2;
}

.feedback-separator {
  margin-top: 70px;
}