#customer-profile .customer-header {
  text-align: center;
  border-bottom: 1px solid var(--input-border-color);
  padding-bottom: 2em;
  margin-bottom: 3em;
}
#customer-profile .customer-header h1 {
  font-weight: 700;
}
#customer-profile .customer-header p {
  font-weight: 600;
}
#customer-profile .customer-header .icon-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2em;
  padding-bottom: 0.5em;
  gap: 1.5em;
}
#customer-profile #profile-home {
  text-align: center;
  max-width: 450px;
  margin: auto;
  padding-top: 1em;
  color: var(--input-border-color);
}
#customer-profile #profile-home h3 {
  font-weight: 700;
  opacity: 0.4;
}
#customer-profile .head-text {
  padding-bottom: 2em;
}
#customer-profile .head-text h4 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
#customer-profile .head-text .head-text {
  padding-bottom: 2em;
}
#customer-profile .schedule-scroller .item {
  padding-bottom: 3em;
}
#customer-profile .actions-box {
  display: flex;
  gap: 4em;
}
#customer-profile .actions-box .box-items {
  flex: 0.8;
  display: flex;
  gap: 2em;
}
#customer-profile .actions-box .box-actions {
  flex: 0.25;
  gap: 1em;
  display: flex;
  flex-direction: column;
}
#customer-profile .actions-box .box-actions .button {
  gap: 10px;
  justify-content: start;
}
#customer-profile .actions-box .box-actions .button i {
  height: 14px;
}
#customer-profile #points-box {
  background-color: var(--orange);
  color: #fff;
  padding: 1em;
  margin-top: -15px;
}
#customer-profile section:not(:first-child) {
  padding-top: 3em;
  margin-top: 4em;
  border-top: 1px solid #d3d3d3;
}
#customer-profile .inline-inputs {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
}
#customer-profile .inline-inputs > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.create-account label {
  min-width: 220px;
}
