.entry-content li {
  margin: 5px 5px 0 0 !important;
}
.dog-name-container h7 {
  display: block;
  margin-bottom: 10px;
}
.dog-name-container {
  width: 100%;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}

.dog-name-container .dog-name-controls {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.category-select,
.letter-select {
  width: 100%;
  height: 53px !important;
}
.select-container {
  display: none;
}
.select-container.custom_show {
  display: block;
}
.select2-container {
  /* display: none; */
}
.select2-selection__rendered {
  height: 43px;
}
.select2-container.custom_show {
  display: block;
}
.category-select.custom_show {
  display: block;
}
.select2-selection__rendered {
  line-height: 36px !important;
}
.select2-container .select2-selection--single {
  height: 53px !important;
}
.select2-selection__arrow {
  height: 52px !important;
}
.select2-dropdown--below {
  top: 32px; /*your input height*/
}
.dog-name-controls .row {
  padding: 10px 0;
}

.dog-name-container .nice-select ul.list {
  width: 100%;
  z-index: 9999;
}

.nice-select.open .list {
  width: 100%;
}

.nice-select .option {
  font-size: 1rem;
}

.nice-select span.current {
  font-size: 1rem;
}
.dog-name-container .dog-select input {
  width: 100%;
}

.calc-input input {
  border-radius: 5px;
  border: solid 1px #e8e8e8;
}

.calc-input label,
.calc-select label,
.calc-dog-toggle label,
.meals-per-day-toggle label,
.adult-meals-per-day-toggle label {
  font-size: 12px;
}

.dog-name-header {
  width: 100%;
  height: 250px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.dog-name-header .size-toggle {
  background: #d1a642;
  border: 2px solid #222;
  flex-basis: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.dog-name-header .size-btn:first-child {
  border-left: 0;
}

.dog-name-header .size-btn:last-child {
  border-right: 0;
}
.dog-name-header .size-btn {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #222;
  border-top: 0;
  border-bottom: 0;
  width: 25%;
}

.dog-name-header .size-btn.active {
  background: #ffd36d;
}

.size-btn.small img {
  height: 40% !important;
}

.size-btn.medium img {
  height: 50% !important;
}
.size-btn.large img {
  height: 55% !important;
}
.dog-name-header .size-toggle .size-btn img {
  width: auto;
  height: 60%;
  max-height: 100px;
  padding: 10px;
  text-align: center;
}
.dog-name-header .size-toggle .size-btn h4 {
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  color: #222;
  margin: 0;
}
.dog-name-header .size-toggle .size-btn h7 {
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  color: #222;
}
.dog-name-header .measure-toggle {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
  /* height: 35px; */
  justify-content: flex-end;
}

.dog-name-header .measure-inner {
  border-radius: 10px;
  min-width: 150px;
}

.dog-name-header .measure:first-child {
  border-radius: 10px 0px 0px 10px;
}

.dog-name-header .measure:last-child {
  border-radius: 0px 10px 10px 0px;
}

.dog-name-header .measure {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  height: 35px;
  float: left;
  padding: 5px;
}

.dog-name-header .measure.toggled {
  background: #222;
}

.measure span {
  color: #222;
}

.measure.toggled span {
  color: #fff;
}

.dog-gender-inner {
  height: 53px;
}
.pick-label {
  display: block;
  text-align: center;
  font-size: 20px;
}
.mini-size-toggle {
  width: 100%;
  border: 2px solid #222;
  margin-bottom: 15px;
  border-radius: 20px;
}
.mini-size-toggle-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.mini-size-btn {
  background: #d1a642;
  border: 2px solid #222;
  border-top: 0;
  border-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  padding: 5px;
  flex-basis: 25%;
  font-size: 16px;
}

.mini-size-toggle-inner .mini-size-btn.active {
  background: #ffd36d;
}

.dog-gender:first-child {
  border-radius: 8px 0 0 8px;
}
.dog-gender:last-child {
  border-radius: 0 8px 8px 0;
}

.mini-size-btn:first-child {
  border-right: 0;
  border-left: 0;
  border-radius: 20px 0 0 20px;
}
.mini-size-btn:nth-child(2) {
  border-right: 0;
}
.mini-size-btn:last-child {
  border-left: 0;
  border-right: 0;
  border-radius: 0 20px 20px 0;
}

.dog-gender-inner .dog-gender,
.metric-inner .meals-btn {
  width: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  height: 53px;
  float: left;
  padding: 5px;
}

.adult-meals-per-day-toggle .metric-inner .meals-btn {
  width: 100%;
  border-right: 0px none !important;
  background: #d1a642 !important;
  color: #222;
}

.dog-gender-inner .dog-gender:first-child,
.metric-inner .meals-btn:first-child {
  border-right: 2px solid #ccc;
}

.dog-gender-inner .dog-gender.toggled,
.metric-inner .meals-btn.toggled {
  background: #d1a642;
}

.dog-gender-inner .dog-gender span,
.mini-size-toggle-inner .mini-size-btn span,
.metric-inner .meals-btn.toggled span {
  color: #222;
}

.dog-name-controls .controls-footer {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.calc-btn {
  width: 250px;
  padding: 10px 5px;
  margin: 0 auto;
  background: #d1a642;
  color: #222;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.dog-name-results {
  border-radius: 5px;
  min-height: 400px;
  position: relative;
  background: #222;
}

.dog-name-results .inner {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  text-align: center;
  background: #111;
  z-index: 99;
  align-items: stretch;
  flex-direction: column;
  padding: 0px;
}

.inner .output-section {
  border-top: 0px none !important;
}

.inner .name-board {
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  background: #222;
  z-index: 100;
}

.inner .footer-board {
  background: #d1a642;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  bottom: 0;
  z-index: 999;
}

.inner .output-container {
  width: 100%;
  height: 100%;
  max-height: 500px;
  position: relative;
  overflow-y: auto;
  background: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}

.frenchie-watermark {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  min-height: 200px;
  background: #222;
  padding: 0 25px;
}

.frenchie-watermark.custom_show {
  display: flex;
}

.frenchie-watermark img {
  width: auto;
  height: 150px;
}

.frenchie-watermark h7 {
  font-size: 24px !important;
  color: #d1a642;
  font-weight: 600px;
  text-align: center;
}

.output-container .name-item {
  margin: 10px;
  flex-basis: 100%;
  background: #d1a642;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.output-container .name-item span {
  color: #222;
  font-size: 20px;
  text-align: center;
}

.card {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1%;
  background: #d1a642;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%) translateY(-50%);
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

.card.inactive {
  transform: translateX(-48%) translateY(-48%);
}

.card-img {
  background: url(/custom/dog-name-generator/pawprint.webp);
  background-size: 100%;
  width: 100px;
  height: 100px;
}

.card-title {
  padding: 10px;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #222;
}

.card-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #d1a642;
}

.card-btn img {
  padding: 20px;
  width: 100%;
  height: auto;
}
.like-btn.card-btn {
  right: 30px;
}
.dislike-btn.card-btn {
  left: 30px;
}

.inner .input-age {
  font-size: 60px;
  color: #d1a642;
  text-align: center;
  margin: 0;
}

.inner .output-age {
  color: #d1a642;
  font-size: 60px;
  text-align: center;
  margin: 0;
}

.inner h7.label {
  font-size: 24px !important;
  color: #d1a642;
  text-align: center;
  border-bottom: 2px solid #d1a642;
  max-width: 70%;
  padding: 5px;
  margin: 0 auto;
}

.progress-container {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.progress-anim {
  width: 100%;
  height: 200px;
}

.progress-text h7 {
  text-align: center;
  color: #d1a642 !important;
  font-size: 30px;
  letter-spacing: 1.5px;
}

.progress-text .progress-output {
  min-width: 80px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
}

.dog-name-results .instructions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  background: #111;
  border: 4px solid #d1a642;
  z-index: 101;
  align-items: center;
  padding: 20px;
  flex-direction: column;
}

.instructions h7 {
  font-size: 24px !important;
  color: #d1a642;
}

.board-instructions {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  z-index: 999;
}

.board-animation {
  width: 100%;
  height: 100px;
}

.board-instructions h7 {
  text-align: center;
  font-size: 24px !important;
  color: #d1a642;
  margin: 0;
}

.start-btn {
  background: #d1a642;
  border-radius: 8px;
  width: 180px;
  height: 53px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.footer-btn.custom_show {
  display: flex;
}

.finish-btn,
.back-btn2,
.restart-btn {
  cursor: pointer;
  background: #222;
  border-radius: 8px;
  width: 180px;
  height: 53px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.back-btn2 {
  flex-direction: column;
}
.footer-btn {
  display: none;
}
.finish-btn span,
.back-btn2 span,
.restart-btn span {
  font-size: 18px;
  color: #d1a642;
  text-align: center;
}

.back-btn2 span {
  font-size: 16px;
}

.back-btn2 span.smaller {
  font-size: 11px !important;
  color: #fff;
}
.start-btn span {
  font-size: 18px;
  color: #222;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 480px) {
  .progress-text h7 {
    font-size: 24px !important;
  }
  .board-instructions h7 {
    font-size: 16px !important;
  }
  .back-btn2,
  .restart-btn {
    width: 140px;
  }
  .back-btn2 span,
  .restart-btn span {
    font-size: 14px !important;
  }

  .name-board {
    min-height: 550px !important;
  }
  .output-container .name-item {
    margin: 15px;
  }
  .name-item span {
    font-size: 18px !important;
  }
  .card {
    display: flex;
    width: 200px;
    height: 200px;
  }

  .card-btn {
    display: none;
  }

  .card-img {
    width: 50px;
    height: 50px;
  }

  .card-title {
    font-size: 20px;
  }
  .pick-label {
    color: #fff;
  }
  .dog-name-header {
    height: 150px;
  }

  .size-btn img {
    padding: 5px;
  }
  .dog-name-header .size-toggle .size-btn h4 {
    font-size: 16px;
    padding: 5px 0;
  }
  .dog-name-header .size-toggle .size-btn h7 {
    font-size: 12px;
    padding: 0 0 5px 0;
    flex-basis: 10%;
  }
  #disputo-main-inner p {
    color: #fff;
  }

  .calc-input label,
  .calc-select label,
  .calc-dog-toggle label,
  .calc-metric-toggle label,
  .meals-per-day-toggle label,
  .adult-meals-per-day-toggle label {
    color: #fff;
  }
}
