.nice-box { margin-top: 20px; text-align: center; }
.nice-main-btn { background: #0073aa; color: #fff; padding: 15px 40px; border: none; border-radius: 50px; cursor: pointer; font-weight: bold; font-family: tahoma; transition: 0.3s; }
.nice-main-btn:hover { background: #005177; transform: scale(1.05); }

.nice-modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); z-index: 10000; align-items: center; justify-content: center; }
.nice-modal-content { background: #fff; padding: 40px; border-radius: 20px; text-align: center; width: 90%; max-width: 500px; direction: rtl; }

.nice-circle-timer { width: 80px; height: 80px; line-height: 80px; border: 5px solid #0073aa; border-radius: 50%; margin: 0 auto 20px; font-size: 30px; font-weight: bold; color: #0073aa; }
.nice-ads { margin: 20px 0; border: 1px solid #eee; padding: 10px; border-radius: 10px; }
.nice-final-btn { display: inline-block; background: #28a745; color: #fff; padding: 12px 30px; border-radius: 5px; text-decoration: none; }

.nice-dl-container {
    border: 2px dashed #ddd;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin: 20px 0;
    background: #f9f9f9;
}
.nice-dl-title { font-weight: bold; margin-bottom: 15px; font-size: 1.1em; display: block; }
.nice-main-btn { 
    color: #fff; border: none; padding: 12px 30px; border-radius: 6px; 
    cursor: pointer; font-family: tahoma; font-size: 16px; transition: 0.3s;
}
.nice-main-btn:hover { opacity: 0.9; transform: translateY(-2px); }
.nice-timer-display { font-size: 24px; font-weight: bold; margin: 10px 0; display: none; }
.nice-ad-box { margin-top: 15px; display: none; border-top: 1px solid #eee; padding-top: 10px; }