html {
  scroll-behavior: smooth;
}

label {
  user-select: none;
}

.dls-blue-bg {
    background: linear-gradient(to right, #00528e, #00497e); 
}

.dls-blue {
    color: #00528e;
}

.page-container {
  min-height: calc(100vh - 310px);
}
