#lead-sarthi-push-subscribe-request-message-box{
    width: 400px;
    max-width: 80%;
    position: fixed;
    background-color: #fff;
    padding: 5px;
    border:1px solid red;
    border-radius: 5px;
    box-shadow:0 0 10px rgba(0,0,0,0.1); 
    z-index:9999;
    transform: translateY(-100%);
    transition: transform 1s ease-out;
    display: none;
}
#lead-sarthi-push-subscribe-request-message-box p{
    text-align: center;
}
#lead-sarthi-push-subscribe-request-message-box div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}
#lead-sarthi-push-subscribe-request-message-box button{
    cursor: pointer;
}
.lead-sarthi-push-plugin-prompt-location-center{
    top: 50%;
    left: 50%;
    /* Move the element back by half its own width and height */
    transform: translate(-50%, -50%) !important;
}
#lead-sarthi-push-request-message-box-close-btn{
    margin-left: 50px;
}
.lead-sarthi-push-plugin-prompt-location-top-left{
    left:50px;
    top:50px;
}
.lead-sarthi-push-plugin-prompt-location-top-center{
    left: 50%;          
    transform: translateX(-50%) !important;
    top:50px;
}
.lead-sarthi-push-plugin-prompt-location-top-right{
    right:50px;
    top:50px;
}
.lead-sarthi-push-plugin-prompt-location-bottom-left{
    left:50px;
    bottom:50px;
}
.lead-sarthi-push-plugin-prompt-location-bottom-center{
    bottom:50px;
    left: 50%;         
    transform: translateX(-50%);
}
.lead-sarthi-push-plugin-prompt-location-bottom-right{
    right: 50px;
    bottom: 50px;
}