.root {
  width: 750px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wrapper {
  width: 750px;
  flex: 1;
}

.bg-default {
  background-color: #ffffff;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-light-grey {
  background-color: #F3F3F3;
}

.bg-whitesmoke {
  background-color: #f0f0f0;
}

.bg-primary {
  background-image: linear-gradient(to bottom right, rgba(36, 198, 220, 1), rgba(81, 74, 157, 1));
}
.iphonex-bottom-fixed {
  height: 66px;
  width: 750px;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(220, 220, 220, 1);
}
.iphonex-bottom-padding {
  height: 66px;
  width: 750px;
}
