<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bayretail {
  position: absolute;
  top: 0;
}

.iphone-container {
  width: 330px;
  height: 600px;
  background-size: cover;
  position: relative;
  padding-bottom: 30px;
}

.homepage {
  padding: 15px;
}

.iphone-screen {
  width: 100%;
  height: 100%;
  overflow: hidden scroll;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
}

.iphone-screen::-webkit-scrollbar {
  width: 32px;
  height: 8px;
  background-color: #000;
}

.iphone-screen::-webkit-scrollbar-track {
  background-color: #000;
  border-radius: 15px;
}

.iphone-screen::-webkit-scrollbar-thumb {
  background-color: #BF2020;
  border-radius: 15px;
  /* border: 1px solid red; */
}

.divider {
  width: 100%;
  margin-left: 5px;
  height: 5rem;
  display: table;
  background: repeating-linear-gradient(-50deg, #BF2020, #BF2020 45px, #E41D11 3px, #E41D11 70px);
}

.text-divider {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first-element-margin {
  margin-left: -11px !important;
  margin-right: -14px !important;
  margin-top: -12px !important;
}

.bayretail-setting-page {
  background-color: lightgray;
}
</pre></body></html>