.shz-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border: 2px solid #333;
    z-index: 9999;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    text-align: center;
    direction: rtl;
    display: block !important;
    min-width: 300px;
    opacity: 1;
    visibility: visible;
}
.shz-popup h3 {
    margin: 0 0 10px;
}
.shz-popup p {
    margin: 0 0 10px;
}
.shz-popup button {
    margin: 5px;
    padding: 10px 20px;
    cursor: pointer;
    background: #007cba;
    color: white;
    border: none;
    border-radius: 5px;
}
.shz-popup button:hover {
    background: #005a87;
}

.shz-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}
