No stocks found for the specified mutual fund.
/* SIP Calculator Styles */ .sip-calculator-container { max-width: 1200px; margin: 0 auto; padding: 20px; background: #f8f9fa; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } .sip-calculator-input { background: white; padding: 25px; border-radius: 8px; margin-bottom: 20px; } .sip-calculator-input h1 { color: #0080ff; text-align: center; margin-bottom: 30px; font-size: 22px; } .input-field { margin-bottom: 20px; } .input-field label { display: block; margin-bottom: 8px; font-weight: 600; color: #333; } .input-with-slider { display: flex; align-items: center; gap: 10px; } .input-with-slider input[type="number"] { flex: 1; padding: 10px; border: 1px solid #ddd; border-radius: 4px; font-size: 16px; } .input-with-slider input[type="range"] { flex: 2; height: 6px; -webkit-appearance: none; background: #e0e0e0; border-radius: 3px; outline: none; } .input-suffix { min-width: 40px; color: #666; } .required { color: #ff0000; } .info-icon { display: inline-block; width: 18px; height: 18px; background: #0080ff; color: white; border-radius: 50%; text-align: center; font-size: 12px; line-height: 18px; margin-left: 5px; cursor: help; } .error { background: #ffebee; color: #c62828; padding: 10px; border-radius: 4px; margin: 15px 0; display: none; } .form-actions { display: flex; gap: 10px; margin: 20px 0; } .calculate-btn, .reset-btn { flex: 1; padding: 12px; border: none; border-radius: 4px; font-size: 16px; font-weight: 600; cursor: pointer; } .calculate-btn { background: #0080ff; color: white; } .reset-btn { background: #f5f5f5; color: #333; border: 1px solid #ddd; } .note { color: #666; font-size: 14px; text-align: center; } /* Results Styles */ .sip-calculator-results { display: grid; grid-template-columns: 1fr; gap: 20px; } @media (min-width: 992px) { .sip-calculator-results { grid-template-columns: 2fr 1fr; } } .result-card { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); display: none; } .result-card h3 { color: #0080ff; margin-bottom: 20px; text-align: center; } .result-values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 20px; } .result-item { text-align: center; padding: 15px; background: #f8f9fa; border-radius: 6px; } .result-label { display: block; font-size: 14px; color: #666; margin-bottom: 5px; } .result-amount { display: block; font-size: 18px; font-weight: 600; color: #0080ff; } .chart-container { position: relative; height: 300px; margin: 20px 0; } .chart-legend { margin-top: 15px; text-align: center; font-size: 14px; color: #666; } /* Tabs Styles */ .sip-calculator-tabs { margin-bottom: 30px; } .sip-calculator-tabs ul { list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; } .sip-calculator-tabs li a { display: block; padding: 10px 20px; background: white; color: #0080ff; text-decoration: none; border-radius: 6px; border: 2px solid #0080ff; font-weight: 600; transition: all 0.3s ease; } .sip-calculator-tabs li a:hover { background: #0080ff; color: white; }
No stocks found for the specified mutual fund.