.video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

#myVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    transform: translateX(-50%) translateY(-50%);
}

.container, .navbar {
    position: relative;
}

video::-webkit-media-controls {
    display: none;
  }

video {
  pointer-events: none;
}

.progress-bar {
  transition: width 0.5s ease;
}

.dashboard-card {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}

.dashboard-wrapper {
    background-color: #fff;
}
