#lock-info-container {
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 120;
    border-style: none;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 0;
    margin: 0;
    background-color: rgba(23,22,26,.8705882352941177);
    backdrop-filter: blur(1px);
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-family:Quicksand,sans-serif;font-weight:400;
}

/* When fullscreen overlay is active */
#lock-info-container.overlay-mode {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(23,22,26,.8705882352941177);
    border-radius: 0;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    z-index: 999;
}

/* Overlay box inside */
#pro-overlay {
    position: absolute;
    right: 0;
    bottom: 4vh;
    display: none;
    max-width: 480px;
    width: 90%;
    background-color: rgba(23, 22, 26, 0.24);
    backdrop-filter: blur(1px);
    padding: 20px;
    border-radius: 15px;
    border: 1px solid white;
    color: #fff;
    z-index: 1000;
    box-sizing: border-box;
    text-align: center; /* Center text content */
}
.delayed-show{
    display:flex;
}
/* Container for content to center text and button only */
.pro-overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#pro-overlay h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}


#pro-overlay ul {
    margin-top:12px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
    text-align: center;
}

#pro-overlay ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    justify-content: center;
}

.check-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

#pro-overlay p {
    max-width: 400px;
    margin-bottom: 15px;
}

#pro-overlay .close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    float: right;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
}

.upgrade-btn {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #72B8A4;
    color: white;
    font-size: .9rem;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.upgrade-btn:hover{
    color:black;
    background-color: white;
}
.operator-popup-locker {
    position: absolute;
    bottom:5%;               /* changed */
    left: 2.5%;              /* changed */
    width: 95%;          /* cover entire parent */
    height: 70%;         /* cover entire parent */
    color: white;
    border-radius: 15px;
    border: 1px solid white;
    z-index: 10; /* Make sure it's above other children */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blur-bg{
    background-color: rgba(23, 22, 26, 0.24);
    backdrop-filter: blur(1px);
}

.operator-popup-locker {
    pointer-events: auto;
}

#adresse-popup > div:not(.operator-popup-locker) {
    pointer-events: none;
}
