.lock-container {
    z-index: 900;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    backdrop-filter: blur(2px);
}
