.blank-section {
  position: relative;
  padding: 30px 0 10px 0;
}

.sec-title-less {
  position: relative;
  margin-bottom: 20px;
}

ol li {
    list-style: decimal;
    padding: 0px;
    margin: 10px 0px 0px 15px;
}

.sec-title-less h1.tealGreen { color: #036C5F; }

.checkout-form input[type="text"]{ border-radius: 25px; padding: 30px 30px; margin-bottom: 20px; background-color: #E7E1D8; font-weight: bold; }
.checkout-form select{ border-radius: 25px; margin-bottom: 20px; background-color: #E7E1D8; font-weight: bold; }

.checkout-form .form-group .field-label { padding: 0px; }

.hs-input[type=checkbox] {
  width: 1.875rem !important;
  min-height: 1.875rem !important;
  height: 1.875rem !important;
  margin-right: 0.5rem !important;
  border-radius: 0.375rem !important;
  background-color: #E7E1D8 !important;
  color: #A6A4A4 !important;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.hs-input {
  color: var(--dark-blue);
  letter-spacing: .08rem;
  text-transform: uppercase;
  background-color: #E7E1D8;
  border: 1px solid #1428504d;
  border-radius: 1.875em;
  width: 100%;
  min-height: 3.2rem;
  margin: 0;
  padding: .625rem 1.25rem;
  font-family: Haffer, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}

.multi-container {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid
;
}

.inputs-list {
  padding-left: 0;
  list-style-type: none;
}

.hs-form-checkbox>label {
  font-weight: 400 !important;
}
.hs-form-checkbox-display {
  align-items: center;
  display: flex
;
}
label {
  margin-bottom: 5px;
  display: block;
}

.hs-form-checkbox>label {
  font-weight: 400 !important;
}

.hs-form-booleancheckbox-display {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.hs-button {
  border: .125rem solid #036C5F;
  background-color: #036C5F;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8rem;
  width: 100%;
  margin-top: 1.25rem;
  padding: .85rem .625rem;
  font-family: Haffer, sans-serif;
  font-size: .98rem;
  font-weight: 600;
  transition: all .3s;
}

.checkout-form input[type="password"] {
  border-radius: 25px;
  padding: 30px 30px;
  margin-bottom: 20px;
  background-color: #E7E1D8;
  font-weight: bold;
}

.custom-table {
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin: 0px 0;
  font-size: 16px;
  color: #333;
}

.custom-table th {
  background-color: #036C5F; /* Light gray background for the header */
  color: #ffffff; /* Dark text */
  text-align: left;
  padding: 6px 8px;
  border: 1px solid #dee2e6; /* Border color */
}

.custom-table td {
  padding: 6px 8px;
  border: 1px solid #dee2e6; /* Matches the header */
  vertical-align: middle;
}

.custom-table tbody tr:nth-child(even) {
  background-color: #f9f9f9; /* Alternating light row color */
}

.custom-table tbody tr:nth-child(odd) {
  background-color: #ffffff; /* Alternating white row color */
}

.custom-table tbody tr:hover {
  background-color: #e9ecef; /* Highlight color for hovered rows */
  cursor: pointer;
}

#addNewCard, #add_payment {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  background-color: #17b9a6;
  color: #000;
}

.hs-button-medium {
  border: .125rem solid #036C5F;
  background-color: #036C5F;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2rem;
  width: 100%;
  margin-top: 0.1rem;
  padding: .45rem .325rem;
  font-family: Haffer, sans-serif;
  font-size: .98rem;
  font-weight: 600;
  transition: all .3s;
}

/** Message */
.app-main { transition: margin .3s ease; display: flex; margin: 50px 0; }
.app-toolbar { display: flex; align-items: stretch; background-color: transparent; box-shadow: none;
border-top: 0; border-bottom: 0; height: auto; }