/* src/styles.scss */
body {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.background-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}
.overlay-video-container {
  position: absolute;
  top: 20%;
  left: 40%;
  width: 20%;
  height: auto;
  object-fit: cover;
  z-index: 2;
  will-change: transform;
}
.application-contents {
  position: relative;
  z-index: 3;
}
.scrollbar-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  overflow-y: scroll;
  padding-right: 10px;
  z-index: 4;
}
.scrollbar {
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 5px;
  transition: height 0.3s;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-Z7ZOEIXK.css.map */
