/* Account Type Page CSS */
/* Account Types */
.account-types-section {
  background: #f7f7f7;
  padding: 60px 0;
  color: black;
  border-radius: 5px;
}

/* Remove Bootstrap table white background */
.account-table,
.account-table th,
.account-table td {
  background-color: transparent !important;
}

/* Section title */
.section-title {
  color: #258c3f;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* Header styling */
.account-table thead th {
  color: #258c3f;
  font-size: 18px;
  border-bottom: 2px solid #258c3f;
}

/* Row bottom border (your requirement) */
.account-table tbody tr {
  border-bottom: 1px solid rgba(53, 48, 48, 0.15);
}

/* Cell spacing */
.account-table td,
.account-table th {
  padding: 16px 12px;
  /* color: #fff; */
}

/* Left column text */
.account-table td.text-left {
  text-align: left;
  font-weight: 500;
}

/* Buttons */
.invest-btn {
  background: transparent;
  color: #258c3f;
  border: 1px solid #258c3f;
  padding: 8px 22px;
  transition: 0.3s;
}

/* .invest-btn:hover,
.invest-btn.active {
  background: #e9ab3a;
  color: #000;
} */