:root {
  --maxCounterWidth: 410px;

}

body {
  color: white;
}



.counter-wrapper {
  max-width: var(--maxCounterWidth);
  margin: auto;

}

.counter-grid {
  display: grid;
  grid-template-columns: 2fr 10fr 2fr;
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  width: 95%;
  margin: 0 auto !important;
  float: center;
  padding: 7px 0 10px 0;
  justify-content: center;

}

.accordion-wrapper {
  width: 100%;
  max-width: 100%;
  height: fit-content;
}

.cargo-checkbox {
  display: flex;
  justify-content: center;
}

.counter-grid>input[type=button] {
  text-align: center;
  color: var(--hoverGreen);
  background: var(--extraDark);
  border: 1px solid var(--hoverGreen);
  border-radius: 50%;
  font-size: 20;
  font-weight: bold;
}

.counter-grid>input[type=button]:focus {
  background: var(--hoverGreen);
  color: white;
}


.counter-grid>input[type=number] {
  background: var(--hoverGreen);
  height: fit-content;
  width: 50px;
  margin: auto !important;
  text-align: center;
}

.non-zero {
  background-color: whitesmoke !important;
  background: whitesmoke;
}

.image-button {
  height: 50px;
}

.counter-grid .minus,
.counter-grid .plus {
  padding: 0px;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

.counter-grid .minus {
  border-right: 0;
}

.counter-grid .plus {
  border-left: 0;
}

.counter-grid .minus:focus,
.counter-grid .plus:focus {
  outline: none;
}

.counter-label {
  line-height: 1;
  padding: 15px 0 0 0;
  text-align: left;
  /* max-width: 40vw; */
  height: fit-content;
  float: center;
  margin: 0;
  margin-top: 10px;
  padding: 0 8px;
  font-size: 18px;
  max-width: var(--maxCounterWidth);

  @media (max-width:400px) {
    font-size: 17px;
  }

  @media (max-width:350px) {
    font-size: 16px;
  }
}

.counter-label-specifier {
  font-style: italic;
  font-size: 15px;
  opacity: .8;
  padding-top: 6px;
  line-height: 1.5;
}

gmp-place-autocomplete {
  box-sizing: border-box;
  display: flex;
  justify-self: center;
  width: 100%;
  max-width: 90vw;
  min-height: 42px;

  border: 1px solid #ced4da;
  border-radius: .375rem;
  background-color: #fff;

  padding: 0;
  margin-top: 15px;
  color-scheme: none !important;
  text-align: center;
}

.category-note {
  font-size: 16px;
  line-height: 1.45;
  text-align: left;
  opacity: 0.9;
  width: 100%;
  margin: 3px 3px 18px;
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.category-note p {
  margin: 0;
  width: 100%;
  max-width: 500px;
  text-align: left;
  margin: auto;
  padding: 0 3px;

}

.category-note strong {
  font-weight: 700;
  opacity: 1;
}

.multiline-text {
  white-space: break-spaces;
  margin: 10px;
}


.estimate-section-label {
  font-size: clamp(30px, 6vw, 45px);
  font-weight: normal;
  display: flex;
  text-align: center;
  justify-content: center;

}




.estimate-form {
  position: relative;
  /* margin: auto !important; */
  margin: 0;
  padding: 5px;

  color: white;
  max-width: 100vw;
  min-width: 100%;

  opacity: .95;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background:
    radial-gradient(ellipse at center,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0.02) 25%,
      rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg,
      #062e37 0%,
      #0b3f4b 35%,
      #135363 70%,
      #1e6f84 100%);

  background-position: top center;

  @media (max-width: 600px) {
    box-sizing: border-box;
    margin: auto;
    padding: 0;
  }
}


.estimate-form h2,
.estimate-form label {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);

}

.estimate-form fieldset {
  /* border: 1px solid white; */
  border: 1px solid var(--hoverGreen);
  /* border: none; */
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* background-color: #094659; */

  width: 100%;
  margin: 0;
  padding: 8px;
  max-width: 500px;
  border-radius: 2px;


  @media (min-width:700px) {
    max-width: 90vw;
  }
}



.estimate-form select {
  width: max-content;
  float: center;
  padding: 5px;
  margin: 5px;
}


.estimate-cb-wrap-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px auto 5px;
}

.estimate-cb-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;

  @media (min-width: 700px) {
    gap: 55px;
    flex-direction: row;
    min-width: 600px;
    gap: auto;
  }
}

.estimate-cb-group-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px auto 5px;

  @media (min-width:700px) {
    flex-direction: row;
    gap: 50px;

  }
}

.estimate-cb-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  width: 250px;

  @media (min-width:700px) {
    width: fit-content;
  }
}


.estimate-cb-wrap label,
.estimate-cb-group label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 12px;
  min-height: 40px;
  margin-top: 0 !important;
  cursor: pointer;
  font-size: 18px;

  @media (min-width:700px) {
    width: fit-content;
    padding: 8px;
  }
}




.estimate-form input[type=text],
.estimate-form input[type=tel] {
  width: max-content;
  max-width: 90vw;
}

.short-input {
  width: 100%;
  margin: 0;
  padding: 0;
}

.short-input input {
  width: 6em;
}

.input-wrap {
  display: flex;
  flex-direction: row;
  width: fit-content;
}


.input-wrap-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.estimate-input-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  margin: 20px 5px 0;
  align-items: center;
}




.estimate-input-grid label {
  text-align: right;
}


.estimate-input-grid-wrap {
  display: flex;
  gap: 5px;

  @media (max-width:575px) {
    flex-direction: column;
    gap: 0;
  }

}

.estimate-instructions {
  font-style: italic;
  font-weight: 500;
  font-size: 90%;
  line-height: 1;
  color: var(--lighterGreen);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.estimate-instructions p {
  max-width: 700px;
}

.estimate-multi-select {
  width: 100%;
  background-color: aqua;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.estimate-multi-select label {
  background-color: red;
}

.formline {
  display: grid;
  margin: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
  float: center;
  padding: 0px;
  justify-content: center;
  width: 100%;
}

.formline-inline {
  display: grid;
  margin: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
  justify-content: center;
  width: 100%;
  grid-template-columns: auto auto;
  gap: 5px 5px;
}

.top-margin {
  margin-top: 15px;
}

.estimate-long-date {
  margin: 0 5px 15px;
  padding: 0;
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 600;
  line-height: 1.2;
}

.estimate-move-date-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin-top: 10px;
  gap: 20px;

  @media (min-width:700px) {
    max-width: 700px;
    display: grid;
    grid-template-columns: 2fr 2.5fr;
    gap: 0;
  }
}

.estimate-move-date-wrap label {
  align-items: center;
}

input[type=date] {
  width: fit-content;
  min-width: 0;

}

.date-input-wrap {
  align-items: end;
  text-align: center;
}



.estimate-time-input-grid {
  grid-template-columns: 1fr 1fr;
  margin: 0;
  text-align: right;
  display: grid;
  gap: 10px;
  align-items: center;

  @media (max-width:400px) {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}

.drop-section-content {
  margin: 15px 0;

}