
.blurred-content {
  position: relative;
  filter: blur(5px);
  pointer-events: none; /* disable interactions */
  user-select: none;
}
/* .locked-overlay{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #999;
  font-family: Arial, sans-serif;

} */
 

.lock-cover {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #666;
  font-size: 16px;
  z-index: 10;
}



.locked-section {
  position: relative;
  width: 100%;
  height: 300px; /* adjust as needed */
  background-color: #f5f5f5; /* light background */
  border: 1px solid #ccc;
}

.lock-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #999;
  font-family: Arial, sans-serif;
}
.prelogin-model-btn{
    font-size: 16px;
}
.prelogin-login{
    margin-top: 6px; color:  black !important;
     background-color: #43d9ca !important;
     color: white !important;
     display: inline-block; @media screen and (min-width: 768px) and (max-width: 996px) { width: 200px; }
}
/* .lock-icon {
  font-size: 48px;
  margin-bottom: 10px;
  color: #999;
} */

/* .lock-text {
  font-size: 20px;
  font-weight: bold;
  color: rgb(83, 81, 81);
} */