.notice {
  display: none !important;
}

.save_changes {
  width: 40%;
}
.checkoutchamp-form-table {
  width: 100%;
}
/* .checkoutchamp-form-table > tbody > tr {
  display: flex;

  margin-bottom: 10px;
  width: --webkit-fill-available;
} */

.checkout-champ-advanced > thead > tr {
  text-align: left;
}

/* add space between thead and tody*/

.checkout-champ-advanced > tbody > tr > td > input[type="text"] {
  width: 600px;
}

.checkoutchamp-form-table > tbody > tr > td {
  display: flex;
  margin-bottom: 10px;
  width: -webkit-fill-available;
}

.forminp {
  width: 400px;
  margin: 0;
  padding: 6px;
  box-sizing: border-box;
  vertical-align: top;
}
.checkoutchamp-form-table-td {
  vertical-align: top;
  text-align: left;
  padding: 20px 10px 20px 0;
  width: 200px;
  line-height: 1.3;
  font-weight: 600;
}
.checkout-champ-settings {
  margin-bottom: 9px;
  padding: 15px 10px;
  line-height: 1.3;
  vertical-align: middle;
}
.CCR_img {
  width: -webkit-fill-available;
  max-width: 854px;
  object-fit: contain;
  aspect-ratio: 854/165;
}

.checkout-champ-nav {
  width: -webkit-fill-available;
  margin: 1.5em 0 1em;
  border-bottom: 1px solid #c3c4c7;
  margin: 0;
  padding-top: 9px;
  padding-bottom: 0;
  line-height: inherit;
}
.checkout-champ-nav-active {
  border-bottom: 1px solid #f0f0f1 !important;
  background-color: #f0f0f1 !important;
  margin-bottom: -1px;
  color: #000 !important;
}
.checkout-champ-nav-tab {
  float: left;
  border: 1px solid #c3c4c7;
  border-bottom: none;
  margin-left: 0.5em;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: 600;
  background: #dcdcde;
  color: #50575e;
  text-decoration: none;
  white-space: nowrap;
}

.checkout-champ-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 50px 0 80px 0;
}

.checkout-champ-step-logo {
  align-self: flex-start;
}

.input_button {
  width: 400px;
  text-align: justify;
  cursor: pointer;
  text-align: center;
  position: relative;
  color: #8f8f8f;
  height: fit-content;
  padding: 0.375rem 0.75rem;
  margin: 15px 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.label {
  margin: 5px;
}

.row {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
}

.column {
  width: -webkit-fill-available;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.green {
  background: green;
  color: white;
}

.red {
  background: red;
  color: white;
}

.blue {
  background: #010140;
  color: white;
}

.orange {
  background: #e0862f;
  color: white;
}
