html {
  scrollbar-width: thin;
  scrollbar-color: #ccc #fff;
  scrollbar-gutter: stable;
}

.apply__required__files__section {
  position: relative;
}

.apply__required__files__section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/small-logo.png);
  background-size: 150px 105px;
  background-position: center top;
  background-repeat: repeat;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

.min-text {
  font-size: 1.2rem !important;
}