.border-color-primary{
    --bs-border-opacity:0.5;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.lock{
    filter: blur(5px);
    overflow:hidden
  }
  .lock-container{
    position: absolute;
    z-index: 24;
    height: 100%;
    width: 100%;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lock-background{
    
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 30%);
    border-radius: 100px;

  }