.customer-rescue-tab .panel-left .rescue-type-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.customer-rescue-tab .rescue-config-header {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 12px;
}

.customer-rescue-tab .rescue-config-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: calc(34px + 8px);
  bottom: 0;
  border-bottom: 2px solid #546472;
  pointer-events: none;
}

.customer-rescue-tab .rescue-config-title {
  flex: 1 1 auto;
  margin: 0;
  border-bottom: 0 !important;
  padding-bottom: 6px;
}

.customer-rescue-tab .rescue-config-toggle-btn {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #546472;
  color: #fff;
}

.customer-rescue-tab .rescue-config-toggle-btn:hover,
.customer-rescue-tab .rescue-config-toggle-btn:focus {
  background: #3f4e5a;
  color: #fff;
}

.customer-rescue-tab .panel-left .rescue-type-item {
  margin: 0;
  padding: 0;
}

.customer-rescue-tab .panel-left .rescue-type-link {
  display: block;
  width: 100%;
  border-left: 8px solid #939598;
  border-right: 1px solid transparent;
  border-radius: 0;
  background-color: #fff;
  color: #8191a1;
  margin: 0;
  padding: 8px 12px;
  text-decoration: none;
}

.customer-rescue-tab .panel-left .rescue-type-link:hover,
.customer-rescue-tab .panel-left .rescue-type-link:focus {
  color: #8191a1;
  text-decoration: none;
  background-color: #fff;
}

.customer-rescue-tab .panel-left .rescue-type-item-selected .rescue-type-link,
.customer-rescue-tab .panel-left .rescue-type-item-selected .rescue-type-link:hover,
.customer-rescue-tab .panel-left .rescue-type-item-selected .rescue-type-link:focus {
  background-color: #fff;
  color: #bdd248;
  border-top: 1px solid #bdd248;
  border-right: 1px solid #bdd248;
  border-bottom: 1px solid #bdd248;
  border-left: 8px solid #bdd248;
}

.customer-rescue-tab .rescue-type-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 22px;
}

.customer-rescue-tab .rescue-type-name {
  display: inline-block;
  line-height: 22px;
  font-weight: 500;
}

.customer-rescue-tab .rescue-inherited-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  margin-left: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 10px;
  border-radius: 10px;
  background-color: #90969d;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
}

.customer-rescue-tab .rescue-form-table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0;
}

.customer-rescue-tab .rescue-form-col-label {
  width: 280px;
}

.customer-rescue-tab .rescue-form-col-field {
  width: auto;
}

@media (max-width: 767px) {
  .customer-rescue-tab .rescue-form-table {
    table-layout: auto;
  }

  .customer-rescue-tab .rescue-form-col-label {
    width: 48%;
  }

  .customer-rescue-tab .rescue-form-label-cell {
    white-space: normal;
    padding-right: 12px;
  }
}
