

  .pageTitle {
        text-align: center;
        background-color:#0A4E50;	      
        box-shadow: 0 8px 32px 0 rgba( 255, 186, 0, 0.37 );    
        backdrop-filter: blur( 4px );
        -webkit-backdrop-filter: blur( 4px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 186, 0, 0.18 );    
        font-weight: bold;  
        max-width: 320px;  
        width: 90%;
        margin: 0 auto;
    }
    .templateLoading {
        display: none;
    }
@media (max-width: 800px) {
    .header-container {
      margin-top: 4rem;
    }
  }

/* Go for Gold Popup Styles - COPIED FROM home-pro.css */
.go-for-gold-popup {
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(212, 161, 77, 0.3) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7) !important;
    text-align: center !important;
}

.go-for-gold-title {
    color: #d4a14d !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}

.go-for-gold-content {
    padding: 15px !important;
}

/* Make Upgrade Now button have black text */
.go-for-gold-popup .swal2-confirm {
    color: #000000 !important;
    font-weight: 600 !important;
}

/* More specific selector to override inline styles */
.swal2-container .go-for-gold-popup .swal2-confirm,
.swal2-container .swal2-popup.go-for-gold-popup .swal2-confirm {
    color: #000000 !important;
    font-weight: 600 !important;
}

/* Custom confirm button class */
.go-for-gold-confirm-btn,
.swal2-confirm.go-for-gold-confirm-btn {
    color: #000000 !important;
    font-weight: 600 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Remove grey border from main dashboard popup button */
.go-for-gold-popup .swal2-confirm.swal2-styled,
.go-for-gold-popup .swal2-confirm.swal2-default-outline {
    border: none !important;
    outline: none !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
}