/* Font Awesome Brands */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"),
    url("../fonts/fa-brands-400.ttf") format("truetype");
}

/* Font Awesome Duotone */
@font-face {
  font-family: "Font Awesome 6 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-duotone-900.woff2") format("woff2"),
    url("../fonts/fa-duotone-900.ttf") format("truetype");
}

/* Font Awesome Light */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/fa-light-300.woff2") format("woff2"),
    url("../fonts/fa-light-300.ttf") format("truetype");
}

/* Font Awesome Regular */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"),
    url("../fonts/fa-regular-400.ttf") format("truetype");
}

/* Font Awesome Sharp Light */
@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/fa-sharp-light-300.woff2") format("woff2"),
    url("../fonts/fa-sharp-light-300.ttf") format("truetype");
}

/* Font Awesome Sharp Regular */
@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-sharp-regular-400.woff2") format("woff2"),
    url("../fonts/fa-sharp-regular-400.ttf") format("truetype");
}

/* Font Awesome Sharp Solid */
@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-sharp-solid-900.woff2") format("woff2"),
    url("../fonts/fa-sharp-solid-900.ttf") format("truetype");
}

/* Font Awesome Solid */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fa-solid-900.ttf") format("truetype");
}

/* Font Awesome Thin */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/fa-thin-100.woff2") format("woff2"),
    url("../fonts/fa-thin-100.ttf") format("truetype");
}

/* Font Awesome v4 Compatibility */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-v4compatibility.woff2") format("woff2"),
    url("../fonts/fa-v4compatibility.ttf") format("truetype");
}

:root {
  --Primary: #8d1cea;
  --Text---medium: #666666;
  --Text---strong: #2b2b2b;
  --BG-01: #f6f6f6;
  --BG-02: #e7e7e7;
  --Green: #00b100;
  --Red: #d93119;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none;
  color: #000;
}
body {
  font-family: "Open Sans", sans-serif !important;
}
.box-stock {
  max-width: 480px;
  margin: 0 auto;
  padding: 20px 0;
}
.box-stock .value.plus {
  color: var(--Green, #00b100);
}
.box-stock .value.minus {
  color: var(--Red, #ff0000);
}
.box-stock .wrapper-stock {
  background: #fff;
}
.box-stock .wrapper-stock .header-stock {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.box-stock .wrapper-stock .header-stock .tabs-stock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 75%;
  width: 100%;
  height: 43px;
  border-radius: 100px;
  line-height: 43px;
  background: #f5f4f9;
}
.box-stock .wrapper-stock .header-stock .tabs-stock .tab-item {
  max-width: 50%;
  width: 100%;
  text-align: center;
  display: table;
  line-height: 43px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 100px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 0.875rem;
  letter-spacing: 0%;
  color: var(--Text---medium, #666666);
  transition: all 0.3s ease;
}

.box-stock .wrapper-stock .header-stock .tabs-stock .tab-item:hover,
.box-stock .wrapper-stock .header-stock .tabs-stock .tab-item.active {
  background: var(--Primary, #8d1cea);
}
.box-stock .wrapper-stock .header-stock .tabs-stock .tab-item:hover,
.box-stock .wrapper-stock .header-stock .tabs-stock .tab-item.active {
  color: #fff;
}
.box-stock .wrapper-stock .header-stock .menu-icon {
  position: absolute;
  width: 1.125rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Open Sans", sans-serif !important;
}
.box-stock .wrapper-stock .header-stock .menu-icon .icon-bar {
  height: 2.5px;
  width: 100%;
  display: block;
  border-radius: 100px;
  transition: all 0.3s ease;
  background: var(--Text---strong, #2b2b2b);
}
.box-stock .wrapper-stock .header-stock .menu-icon .icon-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5px;
  background: var(--Text---strong, #2b2b2b);
  border-radius: 100px;
  transition: all 0.3s ease;
  transform: translateY(calc(-100% - 2.5px));
}

.box-stock .wrapper-stock .header-stock .menu-icon .icon-bar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 2.5px;
  background: var(--Text---strong, #2b2b2b);
  border-radius: 100px;
  transition: all 0.3s ease;
  transform: translateY(calc(100% + 2.5px));
}

.box-stock .wrapper-stock .tabs-content .group-asset {
  background: var(--BG-01, #f6f6f6);
  padding: 1rem 0.75rem;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 24px;
}
.box-stock .wrapper-stock .tabs-content .group-asset::before {
  content: url('data:image/svg+xml,<svg width="105" height="105" viewBox="0 0 105 105" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M105 105C91.2112 105 77.5574 102.284 64.8182 97.0074C52.079 91.7306 40.5039 83.9964 30.7538 74.2462C21.0036 64.496 13.2694 52.9209 7.99265 40.1817C2.7159 27.4426 -1.20545e-06 13.7888 0 -7.62939e-06H31.5C31.5 9.65215 33.4011 19.2098 37.0949 28.1272C40.7886 37.0447 46.2025 45.1472 53.0276 51.9724C59.8528 58.7975 67.9553 64.2114 76.8728 67.9052C85.7902 71.5989 95.3478 73.5 105 73.5L105 105Z" fill="url(%23paint0_linear_1_68)"/><defs><linearGradient id="paint0_linear_1_68" x1="17.5" y1="-4.82425e-06" x2="105" y2="105" gradientUnits="userSpaceOnUse"><stop stop-color="%23EAEAEA"/><stop offset="1" stop-color="%23EAEAEA" stop-opacity="0"/></linearGradient></defs></svg>');
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.box-stock .wrapper-stock .tabs-content .group-asset .top-asset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.box-stock .wrapper-stock .tabs-content .group-asset .top-asset .title-asset {
  color: var(--Text---medium, #666666);
  font-size: 0.75rem;
  line-height: 100%;
  flex: 1;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-asset
  .top-asset
  .title-asset
  .value {
  font-size: 1.125rem;
  line-height: 100%;
  color: #000000;
  margin-right: 2px;
  margin-left: 4px;
  font-weight: 700;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-asset
  .top-asset
  .title-asset
  .symbol {
  font-size: 0.75rem;
  line-height: 100%;
  color: var(--Text---medium, #666666);
}

.box-stock .wrapper-stock .tabs-content .group-asset .top-asset .asset-link a {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--Text---strong, #2b2b2b);
}

.box-stock .wrapper-stock .tabs-content .group-asset .list-asset {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  text-align: center;
  margin-bottom: 12px;
}
.box-stock .wrapper-stock .tabs-content .group-asset .list-asset .asset-item {
  font-size: 0.75rem;
  line-height: 100%;
  color: var(--Text---medium, #666666);
  border: 1px solid var(--BG-02, #e7e7e7);
  min-height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-asset
  .list-asset
  .asset-item
  .value {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 600;
}

.box-stock .wrapper-stock .tabs-content .group-asset .buttons-asset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-asset
  .buttons-asset
  .button-item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  width: 100%;
  gap: 4px;
  color: var(--Text---strong, #2b2b2b);
  border: 1px solid var(--Text---medium, #666666);
  padding: 6px;
  background: var(--White, #ffffff);
  transition: all 0.3s ease;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-asset
  .buttons-asset
  .button-item:hover {
  background: var(--Primary, #8d1cea);
  color: #fff;
  border-color: var(--Primary, #8d1cea);
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-asset
  .buttons-asset
  .button-item
  svg {
  vertical-align: middle;
  width: 16px;
  transition: all 0.3s ease;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-asset
  .buttons-asset
  .button-item
  svg
  path {
  transition: all 0.3s ease;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-asset
  .buttons-asset
  .button-item:nth-child(1):hover
  svg
  path {
  stroke: #fff;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-asset
  .buttons-asset
  .button-item:nth-child(2):hover
  svg
  path {
  fill: #fff;
}

.box-stock .wrapper-stock .tabs-content .group-market .top-market {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-market
  .top-market
  .title-market {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--Text---strong, #2b2b2b);
  margin-bottom: 0;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-market
  .top-market
  .market-link
  a {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--Text---strong, #2b2b2b);
}
.box-stock .wrapper-stock .tabs-content .group-market .list-market {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--BG-02, #e7e7e7) transparent;
  scrollbar-track-color: transparent;
  -ms-overflow-style: none;
  padding: 12px calc(var(--bs-gutter-x) * 0.5) 8px
    calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5 * -1);
}
.box-stock .wrapper-stock .tabs-content .tab-item {
  display: none;
}
.box-stock .wrapper-stock .tabs-content .tab-item.active {
  display: block;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-market
  .list-market
  .market-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 0 158px;
  max-width: 158px;
  width: 100%;
  border-radius: 8px;
  background: var(--White, #ffffff);
  box-shadow: 0px 0px 15px 0px #00000014;
  padding: 12px;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-market
  .list-market
  .market-item
  .left-market {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
  flex: 0 0 50px;
  max-width: 50px;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-market
  .list-market
  .market-item
  .left-market
  .code {
  font-style: Medium;
  font-size: 10px;
  line-height: 100%;
}

.box-stock
  .wrapper-stock
  .tabs-content
  .group-market
  .list-market
  .market-item
  .left-market
  .chart {
  width: 100%;
}

.box-stock
  .wrapper-stock
  .tabs-content
  .group-market
  .list-market
  .market-item
  .right-market {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-market
  .list-market
  .market-item
  .right-market
  .text {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  margin-bottom: 4px;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-market
  .list-market
  .market-item
  .right-market
  .value {
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-market
  .list-market
  .market-item
  .right-market
  .value.plus {
  color: var(--Green, #00b100);
}
.box-stock
  .wrapper-stock
  .tabs-content
  .group-market
  .list-market
  .market-item
  .right-market
  .value.minus {
  color: var(--Red, #d93119);
}

.box-stock .wrapper-stock .tabs-content .table-market {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  margin-top: 16px;
  min-height: 140px;
}

.box-stock .wrapper-stock .tabs-content .table-market .table-market-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--BG-01, #f6f6f6);
}
.box-stock
  .wrapper-stock
  .tabs-content
  .table-market
  .table-market-header
  > div {
  padding: 10px 12px;
  line-height: 1;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .table-market
  .table-market-header
  .item-left {
  flex: 0 0 106px;
  max-width: 106px;
  width: 100%;
  line-height: 1;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .table-market
  .table-market-header
  .item-left
  select {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  outline: none;
  appearance: none;
  padding-right: 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="M4.66666 6.66666L8.00054 9.71999L11.3333 6.66666" stroke="%230A090B" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    no-repeat right center;
  background-size: 16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .table-market
  .table-market-header
  .item-right
  .box-text {
  background: #e7e7e7;
  border-radius: 6px;
  padding: 4px 24px 4px 8px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  display: table;
  text-transform: uppercase;
  margin-left: auto;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .table-market
  .table-market-header
  .item-right
  .box-text
  span {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .table-market
  .table-market-header
  .item-right {
  flex: 1;
  border-left: 1px solid #d9d9d9;
}
.box-stock .wrapper-stock .tabs-content .table-market .table-market-body {
}
.box-stock
  .wrapper-stock
  .tabs-content
  .table-market
  .table-market-body
  .table-market-body-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  line-height: 1;
}

.box-stock
  .wrapper-stock
  .tabs-content
  .table-market
  .table-market-body
  .item-left {
  flex: 0 0 106px;
  max-width: 106px;
  width: 100%;
  line-height: 1;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .table-market
  .table-market-body
  .item-left
  .item-left-text {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-left: 12px;
  color: var(--Text---strong);
  position: relative;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .table-market
  .table-market-body
  .item-left
  .item-left-text::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: var(--Primary, #8d1cea);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.box-stock
  .wrapper-stock
  .tabs-content
  .table-market
  .table-market-body
  .item-right {
  flex: 1;
}

.box-stock
  .wrapper-stock
  .tabs-content
  .table-market
  .table-market-body
  .item-right {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--Text---strong);
  text-align: right;
}
.box-stock
  .wrapper-stock
  .tabs-content
  .table-market
  .table-market-body
  .item-right:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .box-stock .wrapper-stock .tabs-content .group-market .list-market {
    width: calc(100% + calc(var(--bs-gutter-x) * 0.5 * 2));
    scrollbar-width: none;
  }
}
