.row {
  margin-left: 0 !important;
}

#score-chart-form-display {
  position: relative;
}

.score-chart-row-group {
  padding-top: 16px;
}

.score-chart-header {
  margin-top: 32px;
  border-bottom: 1px solid #A4A4A4;
}

.circumference-container-alternate {
  background-color: #F5F5F6;
}

.total-section {
  min-width: 78px;
  padding-left: auto;
  padding-right: auto;
}

.input-group-prepend.border-right {
  max-width: 90px;
}

.input-group.flex-nowrap.single-input {
  max-width: 180px;
}

.score-chart-header-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: none;
}

.score-chart-header-subtitle {
  font-family: "Inter", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
}

/* total table css for scorechart*/
.total-column {
  padding-left: 0;
  padding-right: 0;
}

.total-label-container {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #E3E3E3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: solid 1px #818181;
  border-left: 0px;
}

.score-chart-total-result {
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-top: 8px;
  padding-bottom: 8px;
  border-right: solid 1px #818181;
  border-bottom: solid 1px #818181;
}

.score-chart-total-border-left {
  border-left: solid 1px #818181;
}

.score-chart-total-result-label {
  color: var(--neutral-700, #525252);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-wrap: nowrap;
}

.difference-number {
  color: var(--neutral-900, #383838);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.center-totals-items {
  margin-right: 1.15rem;
  margin-left: 1.18rem;
}

.right-top-border-radius-4 {
  border-radius: 0 4px 0 0;
}

.right-bottom-border-radius-4 {
  border-radius: 0 0 4px 0;
}

.left-top-border-radius-4 {
  border-radius: 4px 0 0 0;
}

.left-border-solid-gray {
  border-left: 1px solid #818181;
}

.left-bottom-border-radius-4 {
  border-radius: 0 0 0 4px;
}

/*end total css for scorechart*/
/*score chart css*/
.animal-type, .awards, .all-time {
  background-color: #F3F7FC;
  padding: 16px;
}

#score-fields {
  font-size: 14px;
}

/*end score chart css*/
.group-trio {
  width: 33% !important;
}

.field-prefix {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.score-chart-primary-field {
  padding-right: 0.75rem;
}
.score-chart-primary-field[type=number] {
  background-color: transparent;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  margin-inline-end: 1px;
}

.score-chart-primary-field, .score-chart-suffix-field, .field-prefix {
  min-width: 4.75rem !important;
}

.score-chart-suffix-field select {
  text-align: center;
}

#score-chart-form .score-chart-suffix-field .form-select {
  background-position: right 0.5rem center !important;
  width: 76px !important;
}

/*Updated css to manipulate field suffixs for select elements*/
.input-group {
  border: 1px solid #818181;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
}

.input-group > .border-right {
  border-right: 1px solid #818181 !important;
}

.input-group > .border-left {
  border-left: 1px solid #818181 !important;
}

.input-group-append select {
  height: 38px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 2px;
  padding-right: 12px;
  background-color: #E3E3E3;
  border-radius: 0 0.375rem 0.375rem 0;
  border-left: none;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.input-group-append .form-select {
  background-position: right 0.1rem center;
}

/*end css for field suffix select elements*/
/*css for prepend elements*/
.input-group-prepend {
  flex-grow: 1;
}

.input-group-prepend span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 100%;
  background-color: #E3E3E3;
  border-radius: 0.375rem 0 0 0.375rem;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.input-group-prepend input {
  border-left: 1px solid #818181 !important;
}

.rounded-l-lg {
  border-radius: 0.5rem 0 0 0.5rem;
}

.rounded-r-lg {
  border-radius: 0 0.5rem 0.5rem 0;
}

.rounded-tr-lg {
  border-radius: 0 0.5rem 0 0;
}

.rounded-br-lg {
  border-radius: 0 0 0.5rem 0;
}

/*end css for prepend elements*/
/*css for img position*/
@media (max-width: 770px) {
  .score-chart-row-total {
    padding-top: 32px;
  }
  .score-chart-total-result {
    border: solid 1px #818181;
  }
}
@media (max-width: 1199px) {
  .score-chart-img {
    position: relative;
    width: 100%;
  }
  .score-chart-img img {
    width: 100%;
    height: auto;
  }
  .small-margin-bottom {
    margin-bottom: 16px;
  }
  .score-chart-row-total {
    padding-top: 32px;
  }
}
@media (min-width: 1200px) {
  .score-chart-img {
    position: sticky;
    height: fit-content;
    float: right;
    top: 134px;
    margin-right: 0px;
    width: 450px;
    margin-bottom: 15%;
  }
  .sm-score-chart-img {
    position: sticky;
    height: fit-content;
    float: right;
    margin-right: 0px;
    width: 440px;
  }
  .sm-score-chart-img img {
    margin-left: auto;
    margin-right: auto;
    max-height: 440px;
  }
  .score-chart-img img {
    margin-left: auto;
    margin-right: auto;
    max-height: 76vh;
  }
  .score-chart-row-total {
    padding-top: 32px;
  }
}
/*end css for img position*/
