.overlay-protect {
    position: fixed;
    top: 50%;
    left: 50%;
  	width: 400px;
    height: auto;
    transform: translate(-50%, -50%);
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
    border-radius: 8px;
}

.input-protect {
    margin: 10px 0;
    margin-bottom: 20px !important;
    padding: 10px;
    width: 100%;
    height: 40px;
}

.title-protect{
  font-size: 14px;
}

.header-protect{
  margin-bottom: 30px;
}

.content-protect{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* .blur-protect {
    filter: blur(30px);
    pointer-events: none;
} */
