html {
  height: 100%
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #3E4F74;
  background-size: 100% 100%;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contain {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stretch {
  display: block;
  width: 100%;
  height: 100%;
}

.cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bottomLeft {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bottomRight {
  position: absolute;
  bottom: 0;
  right: 0;
}

iframe {
  overflow-x: hidden;
  overflow-Y: hidden;
  overflow: hidden;
}

.main_container {
  position: relative;
  width: 100%;
  height: 100%;
  /* background: blue; */
}

.flutter_app_div {
  /* background: red; */
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  height: calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  min-height: calc(100% - 100px);
  min-height: -moz-calc(100% - 100px);
  min-height: -webkit-calc(100% - 100px);
}

.flutter_ads {
  display: none;
  /* Hidden on web */
  min-height: 100px;
  height: 100px;
  width: 100%;
  background-color: beige;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
}
