.mainCompoundIntPage .compoundIntSec .form-label {
  font-weight: 600;
}
.mainCompoundIntPage .compoundIntSec input.form-control, .mainCompoundIntPage .compoundIntSec .form-select {
  border-color: #dae7e7;
  border-radius: 1rem;
  height: 3.5rem;
  padding: 0.75rem 1rem;
}
.mainCompoundIntPage .compoundIntSec .btn-calc {
  background: #2563eb;
  color: #fff;
  border-radius: 50px;
  height: 2.5rem;
}
.mainCompoundIntPage .compoundIntSec .btn-clear {
  background: #f0f5f5;
  color: #101818;
  border-radius: 50px;
  height: 2.5rem;
}
.mainCompoundIntPage .compoundIntSec .result-card {
  border: 1px solid #dae7e7;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
}
.mainCompoundIntPage .compoundIntSec .result-card .badge-pill {
  background: #f0f5f5;
  color: #101818;
  border-radius: 50px;
  padding: 0.25rem 1rem;
  margin: 7px 0;
  border: 1px solid #dae7e7;
}
.mainCompoundIntPage .compoundIntSec .highlight {
  font-weight: bold;
  font-size: 1.25rem;
}
.mainCompoundIntPage .compoundIntSec .tabs {
  margin-bottom: 1rem;
}
.mainCompoundIntPage .compoundIntSec .tabs .nav-tabs button.nav-link {
  padding: 15px 50px;
  color: #101818;
}
.mainCompoundIntPage .compoundIntSec .tabs .nav-tabs button.nav-link.active {
  background: #f0f5f5;
  border-color: #dee2e6;
}
.mainCompoundIntPage .compoundIntSec .tab-content .table-scroll-wrapper table {
  width: 100%;
}
.mainCompoundIntPage .compoundIntSec .tab-content .table-scroll-wrapper table th,
.mainCompoundIntPage .compoundIntSec .tab-content .table-scroll-wrapper table td {
  padding: 15px 30px;
}
.mainCompoundIntPage .compoundIntSec .bg-primary-custom {
  background-color: #2563eb;
  color: #ffffff;
}
.mainCompoundIntPage .compoundIntSec img.dummyPlaceholder {
  max-width: 550px;
  margin: auto 100px;
}