.bill-heading {
  color: #008D78;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Jost", sans-serif;
}

.other-way-heading {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.payment-options-container a {
  color: #0056b3;
  /* Bootstrap link color */
}

.payment-options-container a:hover {
  text-decoration: underline;
  /* Underline on hover */
}

.help-section {
  background-color: #D4FFF9;
  /* Light teal background */
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  /* margin-left: 10%; */
}

.help-section-patient-service {
  background-color: #008D78;
  color: white;
  /* Light teal background */
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  /* margin-left: 10%; */
}

.btn-custom {
  background-color: #008D78;
  /* Teal button */
  color: white;
  text-transform: none;
}

.contact-card {
  border: 1px solid #4caf50;
  /* Light green border */
  padding: 50px 30px;
  border-radius: 4px;
  /* margin: 10px; */
}

.contact-button {
  background-color: #008D78;
  color: #FFF !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: none;
  text-decoration: none;
}

.text-container {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.menu-box {
  border: 1px solid #008d78;
  min-width: 312px;
  max-width: 100%;
  padding: 10px;
  border-radius: 2px;
  /* Rounded corners */
}

.menu-header {
  color: #4caf50;
  /* Light green text */
  font-size: 1.25rem;
  /* Larger font size */
  margin-bottom: 10px;
  /* Spacing between header and item */
}

.menu-item {
  color: black;
  /* Standard text color for item */
  padding: 5px;
  /* Padding for touchability */
  display: block;
  /* Ensure it takes the full width */
}

.menu-item:hover {
  background-color: #e0f2f1;
  /* Light teal background on hover */
}

.other-title {
  color: #008D78;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.5px;
  margin-bottom: 20px;
  margin-top: 40px;
  /* 141.667% */
  /* text-decoration-line: underline; */
}

.other-content {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.need-help {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.5px;
  /* 141.667% */
}

.sidebar-container {
  border: 1px solid #ccc;
  /* Adds a border around the sidebar */
  margin-top: 20px;
  /* Space above the sidebar */
  background-color: #fff;
  /* White background for the sidebar */
}

.list-group-item {
  border: none;
  /* Removes default border */
  border-bottom: 1px solid #ccc;
  /* Adds a bottom border to each item */
}

.list-group-item:last-child {
  border-bottom: 0;
  /* Removes bottom border from the last item */
}

.list-group-item.active {
  border-left: 4px solid #28a745;
  border-top: 1px solid #ccc;
  border-bottom-color: #28a745;
  /* Adds a green left border to the active item */
  background-color: #f8f9fa;
  color: #000;
  /* Light grey background for the active item */
  font-weight: bold;
  /* Makes font bold */
}

.billing-heading-main {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  /* 100% */
}

.billing-heading-main-white {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  /* 100% */
}

.billing-heading-main-white-small {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.text-underline {
  text-decoration: underline;
  cursor: pointer;
  color: #008D78;
}

.bill-pay-heading {
  color: #008D78;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 25px;
}

.ul-adj {
  line-height: 30px;
  color: #000;
}

.ul-adj li {
  margin-top: 10px;
}

.document-container {
  margin-top: 20px;
  background-color: #f8f9fa;
  padding: 20px;
}

.document-container-patient-service {
  margin-top: 20px;
  background-color: #008D78;
  padding: 20px;
}

.document-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  background-color: #EFF5FF;
  border-radius: 5px;
  padding: 10px;
}

.document-icon {
  font-size: 24px;
  color: #E94848;
  margin-right: 10px;
}

.document-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.document-download {
  color: #28a745;
  /* Adjust the color to match your theme */
  margin-left: 10px;
}

.financial-heading {
  color: #008D78;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #EFF5FF;
}

.theade-bill {
  background-color: #008D78;
  color: #FFFFFF;
}

.card-header {
  cursor: pointer;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  color: #008D78;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.card-body {
  background-color: #ffffff;
}

.accordion-icon {
  float: right;
  color: #333;
}

.mb-0 > a {
  text-decoration: none;
  /* Prevent default anchor styling */
  color: inherit;
  /* Inherit text color from parent */
}

p {
  color: #000;
}

/*# sourceMappingURL=billing.css.map */
