main .container {
  max-width: 1316px;
}

.btn-outline-primary {
  color: #FF5500;
  border-color: #FF5500;
}

.btn.btn-xl {
  height: 64px;
  line-height: 64px;
}

@media (min-width: 992px) {
  .btn.btn-xl {
    height: 72px;
    line-height: 72px;
  }
}
.accordion .accordion-button:not(.collapsed)::before,
.accordion .accordion-button:hover::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 .25C4.615.25.25 4.615.25 10s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75A9.769 9.769 0 0 0 10 .25z" fill="%23F50"/><path d="M10 13.75A1.125 1.125 0 1 1 10 16a1.125 1.125 0 0 1 0-2.25zm-.252-8.99a3.376 3.376 0 0 1 1.002 6.656v.084a.75.75 0 0 1-1.5 0v-.75A.75.75 0 0 1 10 10a1.875 1.875 0 1 0-1.875-1.875.75.75 0 0 1-1.5 0A3.375 3.375 0 0 1 9.748 4.76z" fill="%23fff"/></svg>') !important;
}

body,
html {
  overflow: initial;
}

.sec1 {
  padding: 116px 0 60px;
  background: linear-gradient(0.07deg, rgba(255, 255, 255, 0) 0.06%, #FFECE3 99.94%);
}

@media (min-width: 992px) {
  .sec1 {
    padding: 140px 0 120px;
  }
}
.sec1 .lead {
  max-width: 960px;
}

.sec1 .h1-title {
  font-size: 32px;
}

@media (min-width: 992px) {
  .sec1 .h1-title {
    font-size: 56px;
  }
}
.sec1 .form-container {
  padding: 16px 12px;
  background: white;
  border-radius: 1rem;
  box-shadow: 0px 4px 12px 0px rgba(255, 233, 222, 0.8);
}

.sec1 .form-container h2 {
  font-size: 24px;
}

@media (min-width: 992px) {
  .sec1 .form-container {
    padding: 40px;
    border-radius: 2rem;
  }
  .sec1 .form-container h2 {
    font-size: 40px;
  }
}
.sec1 .lft {
  width: 100%;
}

@media (min-width: 992px) {
  .sec1 .lft {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .sec1 .lft {
    width: 57.8333%;
  }
}
.sec1 .lft .inputText {
  width: 100%;
  height: 48px;
  border: 1px solid #D9D9DF;
  border-radius: 8px;
  outline: none;
  padding-left: 16px;
}

.sec1 .lft .inputText:focus {
  border-color: #FF5500;
}

.sec1 .lft input[type=number]::-webkit-outer-spin-button,
.sec1 .lft input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sec1 .lft input[type=number] {
  -moz-appearance: textfield;
}

.sec1 .lft #pokemonSelectionDropdown::after,
.sec1 .lft #sandSelectionDropdown::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 4l6.624 7.57a.5.5 0 0 0 .752 0L15 4" stroke="%23000" stroke-width="2" stroke-linecap="round"/></svg>');
  transition: 0.5s all;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.sec1 .lft #pokemonSelectionDropdown.show::after,
.sec1 .lft #sandSelectionDropdown.show::after {
  transform: translateY(-50%) rotate(-180deg);
}

.sec1 .lft .required {
  color: #ff0004;
}

.sec1 .lft .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  margin-top: 4px !important;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border: 0;
  max-height: 400px;
  overflow-y: auto;
}

.sec1 .lft .dropdown-menu.show {
  display: block;
}

.sec1 .lft .dropdown-menu .dropdown-item {
  cursor: pointer;
}

.sec1 .lft .dropdown-menu .dropdown-item:hover {
  background: rgba(255, 236, 227, 0.3019607843);
}

.sec1 .lft .pokemon-icon {
  width: 20px;
}

.sec1 .lft .toggle-group .toggle-item {
  display: inline-block;
  flex: 1;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  background-color: rgb(238, 238, 240);
  color: rgb(87, 88, 102);
  border: 0.5px solid transparent;
  line-height: 16px;
}

.sec1 .lft .toggle-group .toggle-item.active {
  background-color: #FFECE3;
  border: 0.5px solid #FF5500;
  color: #FF5500;
}

.sec1 .lft .btn-group .btn {
  min-width: 182px;
}

@media (min-width: 992px) {
  .sec1 .lft .btn-group .btn {
    min-width: auto;
  }
}
.sec1 .rgt {
  width: 100%;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .sec1 .rgt {
    width: 45%;
    margin-top: 34px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .sec1 .rgt {
    width: 38.8333%;
  }
}
.sec1 .rgt .pokemon-visualization {
  width: 310px;
  height: 302px;
  border-radius: 16px;
  position: relative;
  background: linear-gradient(0.07deg, #FFFFFF 0.06%, #FFECE3 99.94%);
}

@media (min-width: 992px) {
  .sec1 .rgt .pokemon-visualization {
    width: 466px;
    height: 454px;
    border-radius: 24px;
  }
}
.sec1 .rgt .pokemon-container {
  width: 100%;
  height: 100%;
}

.sec1 .rgt .pokemon-container.active .pokemon-image {
  width: 320px;
  height: 320px;
}

.sec2 {
  padding: 0px 0 40px;
}

.sec2 .content {
  background: linear-gradient(91.67deg, #FFECE3 0.91%, #FFC6AA 100%);
  border-radius: 24px;
}

.sec2 .pokemon-image {
  border-radius: 16px;
  width: 100px;
}

@media (min-width: 992px) {
  .sec2 .pokemon-image {
    width: 130px;
  }
}
.sec2 .text h2 {
  font-size: 24px;
}

@media (min-width: 992px) {
  .sec2 .text h2 {
    font-size: 32px;
  }
}
.sec2 .text p {
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .sec2 .text p {
    font-size: 24px;
  }
}
.sec2 .text p span {
  color: #8A8A8A;
  display: inline-block;
  margin-right: 8px;
  font-weight: 400;
}

.sec2 .text p .cp,
.sec2 .text p .hp {
  font-weight: 600;
  color: #191928;
}

.sec3 {
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .sec3 {
    padding-bottom: 80px;
  }
}
.sec3 .container {
  padding: 8px 0 72px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .sec3 .container {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
    padding-bottom: 88px;
  }
}
.sec3 .box-wrapper {
  background: #F3FBFE;
  border-radius: 24px;
}

.sec3 .background-image {
  font-size: 18px;
  line-height: 1.4;
  background: #F3FBFE;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  cursor: pointer;
}

.sec3 .background-image .iv-label {
  padding: 12px 0;
  color: white;
  background: #FF681C;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 24px;
  font-size: 20px;
  font-weight: 600;
}

.sec3 .background-image .iv-label.active {
  padding: 20px 0 12px;
  margin-top: -8px;
  color: #FF5500;
  background: #F3FBFE;
  border-top-left-radius: 24px;
  border-top-right-radius: 28px;
}

.sec3 .background-image .iv-label.active span {
  position: relative;
}

.sec3 .background-image .iv-label.active span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #FF5500;
  left: 0;
  bottom: 0px;
  border-radius: 4px;
}

.sec3 .background-image .pvp-label {
  padding: 12px 0;
  color: white;
  background: #FF681C;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 24px;
  font-size: 20px;
  font-weight: 600;
}

.sec3 .background-image .pvp-label.active {
  padding: 20px 0 12px;
  margin-top: -8px;
  color: #FF5500;
  background: #F3FBFE;
  border-top-right-radius: 24px;
  border-top-left-radius: 28px;
}

.sec3 .background-image .pvp-label.active span {
  position: relative;
}

.sec3 .background-image .pvp-label.active span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #FF5500;
  left: 0;
  bottom: 0px;
  border-radius: 4px;
}

.sec3 .content-wrapper {
  padding: 20px;
  position: relative;
}

.sec3 .content-wrapper.more > div {
  max-height: 546px;
  overflow: hidden;
}

.sec3 .content-wrapper.more::after {
  display: block;
  content: "";
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec3 .content-wrapper.more .more_btn {
  transform: rotate(0deg);
}

.sec3 .content-wrapper .more_btn {
  position: absolute;
  left: 50%;
  bottom: -48px;
  transform: translate(-50%, 0);
  z-index: 1;
  cursor: pointer;
  transform: rotate(-180deg);
}

@media (min-width: 992px) {
  .sec3 .content-wrapper {
    padding: 16px 40px 24px;
  }
}
.sec3 .content-wrapper .tabs-container {
  height: 42px;
  padding: 3px;
  background-color: #FFD9C6;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eeeef0;
}

.sec3 .content-wrapper .tabs-container .tab-item {
  flex: 1;
  padding: 4px 24px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .sec3 .content-wrapper .tabs-container .tab-item {
    font-size: 16px;
  }
}
.sec3 .content-wrapper .tabs-container .tab-item.active {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sec3 .content-wrapper .rank-info-header {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .sec3 .content-wrapper .rank-info-header {
    font-size: 16px;
  }
}
.sec3 .content-wrapper .table-card {
  box-shadow: 0px 0px 4px 0px rgba(149, 174, 213, 0.1882352941);
}

.sec3 .content-wrapper .table-card .rankings-table {
  width: 100%;
  border-collapse: collapse;
}

.sec3 .content-wrapper .table-card .rankings-table .table-header {
  padding: 10px 0;
  width: 100%;
  background-color: #FFECE3;
  border-radius: 8px 8px 0 0;
}

.sec3 .content-wrapper .table-card .rankings-table .table-header .header-cell {
  flex: 1;
  text-align: center;
  line-height: 24px;
  padding: 0;
  font-size: 14px;
}

@media (min-width: 992px) {
  .sec3 .content-wrapper .table-card .rankings-table .table-header .header-cell {
    font-size: 16px;
  }
}
.sec3 .content-wrapper .table-card .table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px;
  width: 100%;
  border-top: 1px solid #dfedff;
  background: white;
}

.sec3 .content-wrapper .table-card .table-row:last-child {
  border-radius: 0 0 8px 8px;
}

.sec3 .content-wrapper .table-card .table-row.highlighted {
  background: linear-gradient(271.82deg, #FF5500 -2.09%, #FFCF1B 106.17%);
}

.sec3 .content-wrapper .table-card .table-row.highlighted .table-cell {
  color: white;
}

.sec3 .content-wrapper .table-card .table-row.bg-light-yellow {
  background: #FFFEF8;
}

.sec3 .content-wrapper .table-card .table-row.bg-light-blue {
  background: linear-gradient(90deg, #F8FCFF 0%, #FFFFFF 100%);
}

.sec3 .content-wrapper .table-card .table-row.bg-light-orange {
  background: linear-gradient(90deg, #FFF8F5 0%, #FFFFFF 100%);
}

.sec3 .content-wrapper .table-card .table-cell {
  flex: 1;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.sec3 .content-wrapper .table-card .rank-with-icon {
  position: relative;
  height: 24px;
  z-index: 1;
}

.sec3 .content-wrapper .table-card .rank-with-icon .icon-bg {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 50%;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sec3 .content-wrapper .table-card .rank-with-icon .rank-text {
  color: white;
}

.sec3 .content-wrapper .tabs-container .tab-icon {
  width: 28px;
  height: 28px;
}

.sec3 #nav1 .table-cell:last-child {
  color: #FF5500;
}

.sec3 #nav2 .tab-pane.more {
  max-height: 546px;
  overflow: hidden;
}

.sec3 #nav2 .tab-pane.more::after {
  display: block;
  content: "";
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec3 #nav2 .tab-pane.more .more_btn {
  transform: rotate(0deg);
}

.sec3 #nav2 .tab-pane .more_btn {
  position: absolute;
  left: 50%;
  bottom: -48px;
  transform: translate(-50%, 0);
  z-index: 1;
  cursor: pointer;
  transform: rotate(-180deg);
}

.sec4 {
  padding: 80px 0;
  background: #FFF2EC;
}

@media (min-width: 992px) {
  .sec4 {
    padding: 60px 0;
  }
}
.sec4 .h2-title {
  padding-bottom: 24px;
  max-width: 960px;
  font-size: 24px;
}

@media (min-width: 992px) {
  .sec4 .h2-title {
    padding-bottom: 40px;
    font-size: 40px;
  }
}
.sec4 .step {
  gap: 24px;
}

.sec4 .step .item {
  flex: 1 1 100%;
  padding: 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5019607843);
  font-weight: 600;
  color: #2B2B58;
  line-height: 1.5;
  font-size: 16px;
}

@media (min-width: 992px) {
  .sec4 .step .item {
    flex: 1 1 30%;
    font-size: 18px;
  }
}
.sec4 .text {
  max-width: 1000px;
  color: #2B2B58;
}

#errorToast {
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #dc3545;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.recommend-product {
  width: 95%;
  position: fixed;
  left: 50%;
  bottom: 10px;
  z-index: 10;
  transform: translateX(-50%);
  display: none;
}

.recommend-product.is-visible {
  display: block;
}

.recommend-product .download_recommend {
  width: 128px;
  height: 48px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .recommend-product {
    width: 654px;
    height: 103px;
    bottom: 50px;
  }
}/*# sourceMappingURL=ts-iv-calculator.css.map */