.mainCompoundIntPage {
  /* Custom Range Slider */
  /* Sidebar Styling */
  /* Content Section Styling */
  /* Additional Select Styling for Cross-browser Compatibility */
  /* Responsive Design */
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-label {
  color: #000000;
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-control {
  border: 1px solid #dbdfe6;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: border-color 0.2s;
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-control:focus {
  border-color: #1b63f3;
  box-shadow: 0 0 0 0.2rem rgba(27, 99, 243, 0.25);
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-select {
  border: 1px solid #dbdfe6;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: border-color 0.2s;
  background-color: #ffffff;
  color: #111318;
  height: auto;
  min-height: 3rem;
  display: block;
  width: 100%;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-select:focus {
  border-color: #1b63f3;
  box-shadow: 0 0 0 0.2rem rgba(27, 99, 243, 0.25);
  outline: none;
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-select:hover {
  border-color: #1b63f3;
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-select option {
  background-color: #ffffff;
  color: #111318;
  padding: 0.5rem;
}
.mainCompoundIntPage .compoundIntCalculatorSec .card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: transform 0.2s;
  animation: fadeIn 0.3s ease-out;
}
.mainCompoundIntPage .compoundIntCalculatorSec .card:hover {
  transform: translateY(-2px);
}
.mainCompoundIntPage .compoundIntCalculatorSec .card-title {
  color: #111318;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 0;
}
.mainCompoundIntPage .compoundIntCalculatorSec .progress {
  background-color: #f0f1f5;
  border-radius: 0.5rem;
  overflow: hidden;
}
.mainCompoundIntPage .compoundIntCalculatorSec .progress-bar {
  transition: width 0.3s ease;
}
.mainCompoundIntPage .compoundIntCalculatorSec .btn {
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
  transition: all 0.2s;
  max-width: 300px;
}
.mainCompoundIntPage .compoundIntCalculatorSec .btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.mainCompoundIntPage .compoundIntCalculatorSec .btn-primary {
  background-color: #1b63f3;
  border-color: #1b63f3;
}
.mainCompoundIntPage .compoundIntCalculatorSec .btn-primary:hover {
  background-color: #1557d6;
  border-color: #1557d6;
  transform: translateY(-1px);
}
.mainCompoundIntPage .compoundIntCalculatorSec .btn-light {
  background-color: #f0f1f5;
  border-color: #f0f1f5;
  color: #111318;
}
.mainCompoundIntPage .compoundIntCalculatorSec .btn-light:hover {
  background-color: #e4e6eb;
  border-color: #e4e6eb;
  color: #111318;
  transform: translateY(-1px);
}
.mainCompoundIntPage .compoundIntCalculatorSec .btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
}
.mainCompoundIntPage .compoundIntCalculatorSec .btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
  transform: translateY(-1px);
}
.mainCompoundIntPage .compoundIntCalculatorSec .text-success {
  color: #07883b !important;
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-range {
  height: 1.5rem;
  padding: 0;
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-range::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.5rem;
  background-color: #ffffff;
  border: 3px solid #fc7418;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-range::-moz-range-thumb {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #1b63f3;
  border: 0;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-range::-webkit-slider-runnable-track {
  height: 0.5rem;
  background-color: #dbdfe6;
  border-radius: 0.25rem;
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-range::-moz-range-track {
  height: 0.5rem;
  background-color: #dbdfe6;
  border-radius: 0.25rem;
}
.mainCompoundIntPage .compoundIntCalculatorSec #donutChart {
  margin: 0 auto;
}
.mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .card {
  overflow: hidden;
}
.mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.75rem 1.5rem;
  color: #111318;
  background-color: transparent;
}
.mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .nav-tabs .nav-link.active {
  color: #1b63f3;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .tab-content .tab-pane {
  padding: 1rem 0;
}
.mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .table {
  margin-bottom: 0;
}
.mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .table thead {
  background-color: #02126a;
}
.mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .table thead th {
  color: #ffffff;
  border: none;
  padding: 1rem;
  font-weight: 600;
}
.mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .table tbody td {
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  color: #111318;
}
.mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .table tbody tr:hover {
  background-color: #f0f1f5;
}
.mainCompoundIntPage .sidebar .sidebar-widget .list-group .list-group-item:last-child {
  border-bottom: none;
}
.mainCompoundIntPage .sidebar .sidebar-widget .list-group .list-group-item a {
  text-decoration: none;
  transition: color 0.2s;
}
.mainCompoundIntPage .sidebar .sidebar-widget .list-group .list-group-item a:hover {
  color: #1b63f3;
}
.mainCompoundIntPage .compoundIntContentSec h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.mainCompoundIntPage .compoundIntContentSec p {
  color: #111318;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.mainCompoundIntPage .compoundIntContentSec ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.mainCompoundIntPage .compoundIntContentSec ul li {
  color: #111318;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.mainCompoundIntPage .compoundIntContentSec table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.mainCompoundIntPage .compoundIntContentSec table td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  text-align: left;
}
.mainCompoundIntPage .compoundIntContentSec table tr:first-child {
  background-color: #f0f1f5;
  font-weight: 600;
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-select {
  /* Ensure visibility across all browsers */
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  z-index: 1;
  /* Firefox specific */
  /* IE specific */
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-select::-moz-focus-inner {
  border: 0;
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-select::-ms-expand {
  display: block;
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-group.compoundingFrequency .selectric {
  width: 100%;
  border: 1px solid #dbdfe6;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  transition: border-color 0.2s;
}
.mainCompoundIntPage .compoundIntCalculatorSec .form-group.compoundingFrequency .selectric span.label {
  color: #767988;
  margin: 0;
}
@media (max-width: 1200px) {
  .mainCompoundIntPage .compoundIntCalculatorSec .card {
    margin-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .mainCompoundIntPage .compoundIntCalculatorSec .col-md-7, .mainCompoundIntPage .compoundIntCalculatorSec .col-md-5 {
    margin-bottom: 2rem;
  }
  .mainCompoundIntPage .compoundIntCalculatorSec .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .mainCompoundIntPage .sidebar {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .mainCompoundIntPage .compoundIntCalculatorSec .card {
    margin-bottom: 1rem;
  }
  .mainCompoundIntPage .compoundIntCalculatorSec .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .mainCompoundIntPage .compoundIntCalculatorSec .form-check-inline {
    margin-right: 1rem;
  }
  .mainCompoundIntPage .compoundIntCalculatorSec .form-select {
    font-size: 16px; /* Prevents zoom on iOS */
    padding: 0.875rem 1rem;
    min-height: 3.5rem;
  }
  .mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .table-responsive {
    font-size: 0.875rem;
  }
  .mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .table-responsive .table thead th, .mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .table-responsive .table tbody td {
    padding: 0.5rem;
  }
  .mainCompoundIntPage .compoundIntContentSec {
    padding: 1.5rem;
  }
  .mainCompoundIntPage .compoundIntContentSec table {
    font-size: 0.875rem;
  }
  .mainCompoundIntPage .compoundIntContentSec table td {
    padding: 0.5rem;
  }
}
@media (max-width: 576px) {
  .mainCompoundIntPage .compoundIntCalculatorSec .form-group {
    margin-bottom: 1.5rem;
  }
  .mainCompoundIntPage .compoundIntCalculatorSec .card-title {
    font-size: 1.1rem;
  }
  .mainCompoundIntPage .compoundIntCalculatorSec .card-text {
    font-size: 1.5rem;
  }
  .mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  .mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .table-responsive {
    font-size: 0.75rem;
  }
  .mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .table-responsive .table thead th, .mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .table-responsive .table tbody td {
    padding: 0.25rem;
  }
  .mainCompoundIntPage .compoundIntContentSec {
    padding: 1rem;
  }
  .mainCompoundIntPage .compoundIntContentSec h3 {
    font-size: 1.25rem;
  }
  .mainCompoundIntPage .compoundIntContentSec table {
    font-size: 0.75rem;
  }
  .mainCompoundIntPage .compoundIntContentSec table td {
    padding: 0.25rem;
  }
  .mainCompoundIntPage .sidebar .sidebar-widget {
    padding: 1rem;
  }
  .mainCompoundIntPage .sidebar .sidebar-widget .title {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .mainCompoundIntPage .compoundIntCalculatorSec .form-check-inline {
    display: block;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .mainCompoundIntPage .compoundIntCalculatorSec .card-text {
    font-size: 1.25rem;
  }
  .mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .nav-tabs {
    flex-direction: column;
  }
  .mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .nav-tabs .nav-item {
    width: 100%;
  }
  .mainCompoundIntPage .compoundIntCalculatorSec #breakdownContainer .nav-tabs .nav-item .nav-link {
    border-radius: 0.5rem;
    margin-bottom: 0.25rem;
  }
}