.falcon-stencil {
  display: flex;
  box-sizing: border-box;
  position: relative;
  width: 400px;
  height: 740px;
  margin: 20px;
}
.falcon-stencil__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  bottom: 36px;
  left: 36px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.falcon-stencil__footer-container {
  margin-top: auto;
  background: #fff;
  width: 100%;
}
.falcon-stencil__footer-img {
  width: 70%;
  max-width: 400px;
}
.falcon-stencil__footer-text {
  text-decoration: none;
  font-size: 9px;
  margin: 5px 0 0;
  color: #d9dbdd;
}
.falcon-stencil__body {
  align-items: center;
  background: #f6f8fb;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 40px 20px 20px 20px;
  box-sizing: border-box;
  z-index: 1;
}
.falcon-stencil__content {
  background: #f6f8fb;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.25), -10px -10px 25px rgba(255,255,255,0.25);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: inherit;
  overflow: auto;
  box-sizing: border-box;
  z-index: 1;
}
.falcon-minimized-content {
  height: 100%;
}
.falcon-stencil-and-top-tabs {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.falcon-minimized-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  height: 80%;
  width: 100%;
}
.falcon-minimized-content::-webkit-scrollbar {
  width: 5px;
}
.falcon-minimized-content::-webkit-scrollbar-track {
  border-radius: 5px;
}
.falcon-minimized-content::-webkit-scrollbar-thumb {
  background: #a1b2bf;
  border-radius: 5px;
}
