@charset "UTF-8";
.hidden {
  display: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

:focus-visible {
  outline: none;
}

input:focus {
  --tw-ring-color: none !important;
}

button,
a {
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

input:focus {
  --tw-ring-color: transparent;
}

main.main {
  margin-top: 7rem;
  padding-bottom: 8rem;
}
main.main ::-webkit-scrollbar {
  width: 0.8rem;
  height: 1rem;
  background-color: #f9f9fa;
}
main.main ::-webkit-scrollbar-thumb {
  background-color: #d9ddde;
  border-radius: 2.4rem;
  min-height: 4rem;
}
main.main ::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

.del-badge {
  border: none;
  border-radius: 0.6rem;
  background: #eef0f1;
  color: #2b3e4f;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.6rem 1rem;
}
.del-badge::after {
  content: "일반배송";
}
.del-badge.rocket {
  background-color: #ebf7fb;
  color: #009ccb;
}
.del-badge.rocket::after {
  content: "로켓배송";
}
.del-badge.install::after {
  content: "로켓설치";
}
.del-badge.merchant {
  background-color: #fff4eb;
  color: #f97000;
}
.del-badge.merchant::after {
  content: "판매자로켓";
}
.del-badge.ovs {
  background-color: #f8f1fe;
  color: #a855f7;
}
.del-badge.ovs::after {
  content: "해외배송";
}
.del-badge.global {
  background-color: #f8f1fe;
  color: #9c27b0;
}
.del-badge.global::after {
  content: "로켓직구";
}
.del-badge.fresh {
  background-color: #ebf7eb;
  color: #009900;
}
.del-badge.fresh::after {
  content: "로켓프레쉬";
}

.wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  flex-direction: column;
  max-width: 120rem;
  margin: 0 auto;
}
.wrap .search-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
}
.wrap .search-section .sellerlife-title {
  background: -webkit-linear-gradient(180deg, rgb(13, 172, 255) 50%, rgb(112, 73, 242) 100%);
  color: #3868eb;
  font-size: 5rem;
  line-height: 5rem;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 3.5rem;
  font-weight: 900;
  display: inline-block;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 4rem;
}
.wrap .search-section .search-input-container {
  width: 75.4rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 2px solid transparent;
  border-radius: 3.5rem;
  background: linear-gradient(90deg, rgb(120, 67, 240) 0%, rgb(0, 195, 255) 100%);
  background-clip: padding-box;
  padding: 0.2rem;
  margin: 0 auto;
  position: relative;
}
.wrap .search-section .search-input-container .search-input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 3.5rem;
  background: #fff;
  color: #1e2229;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: auto;
  text-align: center;
  padding: 0 8rem 0 4rem;
}
.wrap .search-section .search-input-container .search-input:focus {
  outline: none;
  box-shadow: none;
}
.wrap .search-section .search-input-container .search-input:focus::-moz-placeholder {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: auto;
}
.wrap .search-section .search-input-container .search-input:focus::placeholder {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: auto;
}
.wrap .search-section .search-input-container .search-input::-moz-placeholder {
  color: #d4d4d4;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: auto;
  opacity: 1;
}
.wrap .search-section .search-input-container .search-input::placeholder {
  color: #d4d4d4;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: auto;
  opacity: 1;
}
.wrap .search-section .search-input-container input::-ms-clear,
.wrap .search-section .search-input-container input::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}
.wrap .search-section .search-input-container input::-webkit-search-decoration,
.wrap .search-section .search-input-container input::-webkit-search-cancel-button,
.wrap .search-section .search-input-container input::-webkit-search-results-button,
.wrap .search-section .search-input-container input::-webkit-search-results-decoration {
  display: none;
}
.wrap .search-section .search-input-container .search-icon {
  width: 3.6rem;
  height: 3.6rem;
  background-image: url("/sellerlife/gra-search-icon.svg");
  background-size: 3.2rem 3.2rem;
  background-position: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translate(-50%, -50%);
  transition: ease 0.2s;
  cursor: pointer;
}
.wrap .search-section .search-input-container .search-input {
  padding-right: 11rem;
}
.wrap .search-section .search-input-container .search-button {
  border: none;
  border-radius: 2.5rem;
  background: #3868eb;
  width: 10rem;
  height: 4.6rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 0.4rem;
  position: absolute;
  right: 1rem;
}
.wrap .search-section .search-input-container .search-button::before {
  content: "+";
  font-size: 2.8rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0.6rem;
}
.wrap .search-section .search-input-container .search-button:disabled {
  background-color: #ddd;
}
.wrap .search-section .search-input-container .search-button:hover {
  background-color: #2d53bc;
}
.wrap .search-section .usage-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 1rem;
}
.wrap .search-section .usage-section .usage-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  gap: 0.6rem;
}
.wrap .search-section .usage-section .usage-block .usage-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 0.2rem;
}
.wrap .search-section .usage-section .usage-block .usage-cnt .usable-cnt {
  color: #3868eb;
  font-weight: 600;
}
.wrap .search-section .usage-section .usage-block .usage-cnt .total-usage {
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
}
.wrap .info-section {
  width: 100%;
}
.wrap .info-section .update-info {
  border: none;
  border-radius: 1.6rem;
  background: #f8fafc;
  color: #3868eb;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 1.4rem;
}
.wrap .result-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
}
.wrap .result-section:has(.card-block[data-rank-product-id="0"]:only-child) .card-block[data-rank-product-id="0"] {
  display: flex;
}
.wrap .result-section .skeleton-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  min-width: 120rem;
}
.wrap .result-section .skeleton-block div {
  width: 100%;
  height: 40rem;
  border: none;
  border-radius: 1.6rem;
  background: #d8dde7;
  background: linear-gradient(90deg, #f2f4f7 0%, #e4e7ec 50%, #f2f4f7 100%);
  background-size: 200% 100%;
  animation: skeleton 2.5s linear infinite;
}
.wrap .result-section .card-block {
  border: 1px solid #d8dde7;
  border-radius: 1.6rem;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  padding: 3rem;
}
.wrap .result-section .card-block[data-rank-product-id="0"] {
  display: none;
}
.wrap .result-section .card-block .top-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.wrap .result-section .card-block .top-block .info-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  width: 95%;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .img-block {
  width: 10rem;
  height: 10rem;
  border: 1px solid #e4e8e8;
  border-radius: 0.8rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .img-block img {
  -o-object-fit: contain;
     object-fit: contain;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  flex-direction: column;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .goods-title {
  color: #1e2229;
  font-size: 2.2rem;
  font-weight: 600;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 80rem;
  text-align: start;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .goods-title:hover {
  text-decoration: underline;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .bottom-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .bottom-block .price {
  color: #1e2229;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .bottom-block .review-block {
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .bottom-block .review-block::before {
  content: "\f005";
  font-family: "FontAwesome";
  color: #ffb222;
  margin-right: 0.2rem;
}
.wrap .result-section .card-block .top-block .info-wrap .del {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0;
  color: #8d939f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
  width: 5%;
}
.wrap .result-section .card-block .top-block .info-wrap .del:hover {
  color: #1e2229;
}
.wrap .result-section .card-block .top-block .add-keyword-wrap {
  border: none;
  border-radius: 0.8rem;
  background: #f8fafc;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  width: 100%;
}
.wrap .result-section .card-block .top-block .add-keyword-wrap input {
  border: 1px solid #e4e8e8;
  border-radius: 0.8rem;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem 2rem;
  height: 4.8rem;
  width: 99rem;
}
.wrap .result-section .card-block .top-block .add-keyword-wrap input:focus {
  border-color: #8d939f;
}
.wrap .result-section .card-block .top-block .add-keyword-wrap .add-keyword {
  border: none;
  border-radius: 0.8rem;
  background: #2b3e4f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 2rem;
  height: 4.8rem;
  word-break: keep-all;
}
.wrap .result-section .card-block .top-block .add-keyword-wrap .add-keyword:hover {
  background-color: #1e2229;
}
.wrap .result-section .card-block .top-block .table-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
  flex-direction: column;
  width: 114rem;
  border-radius: 0.8rem;
  overflow-x: auto;
  position: relative;
}
.wrap .result-section .card-block .top-block .table-wrap::-webkit-scrollbar {
  width: 0.8rem;
  height: 1rem;
  background-color: #fff;
}
.wrap .result-section .card-block .top-block .table-wrap::-webkit-scrollbar-thumb {
  background-color: #d9dce3;
  border-radius: 2.4rem;
  min-height: 4rem;
}
.wrap .result-section .card-block .top-block .table-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head,
.wrap .result-section .card-block .top-block .table-wrap .table-data {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li,
.wrap .result-section .card-block .top-block .table-wrap .table-data li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #8d939f;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem;
  border-bottom: 1px solid #d8dde7;
  min-width: 15rem;
  width: 100%;
  height: 4.6rem;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li[data-td=keyword],
.wrap .result-section .card-block .top-block .table-wrap .table-data li[data-td=keyword] {
  min-width: 20rem;
  max-width: 20rem;
  width: 100%;
  position: sticky;
  left: 0;
  top: auto;
  z-index: 10;
  background-color: #f8fafc;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li .keyword,
.wrap .result-section .card-block .top-block .table-wrap .table-data li .keyword {
  width: -moz-fit-content;
  width: fit-content;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li .del-keyword,
.wrap .result-section .card-block .top-block .table-wrap .table-data li .del-keyword {
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 0.4rem;
  background: #edeff2;
  cursor: pointer;
  z-index: 9;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li .del-keyword::after,
.wrap .result-section .card-block .top-block .table-wrap .table-data li .del-keyword::after {
  content: "\f00d";
  color: #77859c;
  font-family: "fontAwesome";
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li .del-keyword:hover,
.wrap .result-section .card-block .top-block .table-wrap .table-data li .del-keyword:hover {
  background-color: #d0d4dd;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head:has(> li:nth-child(1):last-child) > li[data-td=keyword] {
  width: 100%;
  text-align: center;
  max-width: 120rem;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li {
  background-color: #f8fafc;
  flex-direction: column;
  height: 6rem;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li .review-block::before {
  content: "\f005";
  font-family: "FontAwesome";
  color: #8d939f;
  margin-right: 0.2rem;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li[data-td=keyword] {
  background-color: #f8fafc;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data {
  position: relative;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  position: relative;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul.dragging {
  background-color: rgba(56, 104, 235, 0.2509803922);
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul:hover {
  background-color: #eff6ff;
  cursor: default;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul:hover li {
  background-color: #eff6ff;
  color: #3868eb;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul:hover li[data-td=keyword] {
  background-color: #eff6ff;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul:last-child li {
  border-bottom: none;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul:has(> li:nth-child(1):last-child)::after {
  content: "데이터 수집 후 표기됩니다";
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
  width: calc(100% - 20rem);
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  left: 20rem;
  text-align: center;
  position: absolute;
  border-bottom: 1px solid #d8dde7;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 0.6rem;
  border-right: 1px dashed #e4e8e8;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li[data-td=keyword] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  background-color: #f8fafc;
  cursor: pointer;
  padding-left: 4.5rem;
  position: relative;
  color: #1e2229;
  position: sticky;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li[data-td=keyword]::before {
  content: "\f0c9";
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  font-weight: 900;
  background: linear-gradient(to bottom, #a7abb0, #d8dde7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: ease 0.2s;
  cursor: pointer;
  position: absolute;
  left: 1.6rem;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li[data-td=keyword] .keyword:hover {
  text-decoration: underline;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li:last-child {
  border-right: none;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .rank-change {
  color: #1e2229;
  font-size: 1.4rem;
  font-weight: 600;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .change-badge {
  color: #959fb1;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  border-radius: 0.6rem;
  background: #eff6ff;
  padding: 0 0.6rem;
  gap: 0.2rem;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .change-badge.down {
  background-color: #eff6ff;
  color: #3868eb;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .change-badge.down::before {
  content: "\f0d7";
  color: #3868eb;
  font-family: "fontAwesome";
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .change-badge.up {
  background-color: #fff0f1;
  color: #ee0412;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .change-badge.up::before {
  content: "\f0d8";
  font-family: "fontAwesome";
  color: #ee0412;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .change-badge.stay::before {
  content: "-";
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .cur-page {
  color: #1e2229;
  font-size: 1.4rem;
  font-weight: 600;
}
.wrap .result-section .card-block .chart-access-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  border-radius: 0.6rem;
  background: #f8fafc;
  color: #8d939f;
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
  padding: 0.6rem;
  margin-top: -1rem;
}
.wrap .result-section .card-block .top20-change-chart {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  flex-direction: column;
  width: 100%;
}
.wrap .result-section .card-block .top20-change-chart .chart-title-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.2rem;
  flex-direction: column;
}
.wrap .result-section .card-block .top20-change-chart .chart-title-block .chart-title {
  color: #1e2229;
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 1rem;
}
.wrap .result-section .card-block .top20-change-chart .chart-title-block .chart-title strong {
  color: #3868eb;
  font-size: 2.2rem;
  font-weight: 700;
}
.wrap .result-section .card-block .top20-change-chart .chart-title-block .chart-desc {
  color: #495364;
  font-size: 1.6rem;
  font-weight: 500;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 37rem;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap canvas {
  width: 100%;
  height: 100%;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip {
  width: 29rem;
  height: auto;
  box-shadow: 0 10px 20px 0 rgba(141, 147, 159, 0.6);
  border: none;
  border-radius: 0.8rem;
  background: #fff;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip .tooltip-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 1rem;
  gap: 2rem;
  overflow: hidden;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip .img-wrapper {
  width: 6rem;
  height: 6rem;
  border: none;
  border-radius: 0.8rem;
  overflow: hidden;
  min-width: 6rem;
  min-height: 6rem;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 6rem;
  min-height: 6rem;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip .tooltip-info {
  color: #1e2229;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8rem;
  flex-direction: column;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip .tooltip-info .tooltip-title {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 18rem;
  word-break: keep-all;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip .tooltip-info .tooltip-del-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@keyframes skeleton {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}