@charset "UTF-8";
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .float-sm-right {
    float: right !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-none {
    float: none !important;
  }
  .float-md-right {
    float: right !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .float-lg-right {
    float: right !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .float-xl-right {
    float: right !important;
  }
}
@media (min-width: 576px) {
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
}
:root {
  --watchListWidth: 342px;
  --tradinglWidth: 360px;
  --layoutDuration: .2s;
  --headerHeight: 3.125rem;
}

.wrapper::-webkit-scrollbar {
  width: 8px;
}
.wrapper::-webkit-scrollbar-track {
  background-color: var(--t10);
}
.wrapper::-webkit-scrollbar-thumb {
  background-color: var(--t30);
}

.card-header {
  border: none;
}

.custom-control + .custom-control {
  margin: 0px;
}

a:hover, .custom-checkbox:hover {
  cursor: pointer;
}

.s-scrollbar::-webkit-scrollbar:horizontal {
  height: 8px;
}

.title-box__text {
  font-size: 1.25rem;
}

.news-box {
  grid-template-columns: 290px 1fr;
  grid-template-areas: "image title" "image text" "image btns";
  margin-bottom: 25px;
}
.news-box__image {
  grid-area: image;
  padding-right: 25px;
}
.news-box__title {
  grid-area: title;
}
.news-box__title h5, .news-box__title .h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
}
.news-box__text {
  grid-area: text;
  font-size: 1rem;
  line-height: 1.5rem;
}
.news-box__btns {
  grid-area: btns;
}

.pagination .page-item {
  margin-right: 8px;
}

.watchlist-box-body__sort {
  margin-top: -30px;
}
.watchlist-box-body__sort > ol {
  padding-top: 30px;
}

.modal-watchlist-content__sort {
  margin-top: -30px;
}
.modal-watchlist-content__sort > ol {
  padding-top: 30px;
}

.notice-bulletin__close {
  background-color: var(--t30);
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}
.row.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1,
.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.collection-card__stocks {
  font-size: 0.875rem;
}

.youtube-video {
  width: 100%;
  aspect-ratio: 16/9;
}

@media (min-width: 768px) {
  .px-md-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
}
.dropdown-menu .dropdown-watchlist-box {
  max-height: 350px;
  min-width: 175px;
  overflow-y: auto;
}
.dropdown-menu .dropdown-watchlist-box .dropdown-item .custom-control-label::after {
  top: 0px;
}

.snackbar {
  width: 350px;
}
.snackbar.is-remind {
  top: 55px;
  right: 10px;
  bottom: initial;
  left: initial;
  transform: translateY(-110%);
}
.snackbar.is-remind.with-remind-bar {
  top: 84px;
}
.snackbar.is-remind.show {
  transform: translateY(0%);
}
.snackbar .snackbar-body, .snackbar .snackbar-btn {
  padding: 17px 12px;
}
.snackbar .snackbar-btn:active {
  background-color: #262626;
}

.is-trading .snackbar.is-remind {
  right: 365px;
}

.nav-tabs .nav-item {
  user-select: none;
}

.nav-tabs .nav-item .nav-link:active, .tool-btn:active {
  background-color: var(--tTouch);
}

.card-news a:not([href]):hover {
  color: var(--link);
}

.table.table-hover tbody tr:hover, table.table-hover tbody tr:hover {
  background-color: #fff;
}

.stock-card {
  padding: 16px 8px 16px 8px;
  border-right: 1px solid var(--t25);
  background-color: #fff;
}

.card-grid {
  display: grid;
  position: relative;
  word-wrap: break-word;
  border-radius: 2px;
  background-color: #fff;
  grid-auto-rows: 35px auto;
  grid-template-columns: auto auto auto 1fr auto 38px 38px;
  grid-template-areas: "title tip ctrl title-gutter switch-btn compress-btn remove-btn" "body body body body body body body";
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.card-grid__title {
  grid-area: title;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: var(--t50);
  padding-left: 1rem;
  white-space: nowrap;
  overflow: hidden;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.card-grid__tip {
  grid-area: tip;
  display: flex;
  margin-top: 7px;
}
.card-grid__ctrl {
  grid-area: ctrl;
  display: flex;
}
.card-grid__title-gutter {
  grid-area: title-gutter;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.card-grid__body {
  grid-area: body;
  position: relative;
  padding: 0rem 1rem;
  padding-bottom: 5px;
  min-height: 170px;
  width: 100%;
  overflow: hidden;
}
.card-grid__body.is-table .card-body__chart {
  display: none;
}
.card-grid__body.is-chart .card-body__table {
  display: none;
}
.card-grid__body.is-table.is-chart .card-body__chart, .card-grid__body.is-table.is-chart .card-body__table {
  display: block;
}
.card-grid__body__chart {
  position: relative;
  overflow: hidden;
}
.card-grid__header-btn {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 30px;
  height: 35px;
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem;
  padding: 7px;
  color: var(--f40) !important;
}
.card-grid__header-btn:active, .card-grid__header-btn:active {
  background-color: rgba(84, 84, 84, 0.1);
}
.card-grid__header-btn.is-switch, .card-grid__header-btn.is-trading-view {
  grid-area: switch-btn;
}
.card-grid__header-btn.is-compress {
  grid-area: compress-btn;
}
.card-grid__header-btn.is-remove {
  grid-area: remove-btn;
}
.card-grid__header-btn .dropdown-menu {
  width: fit-content !important;
}

.card-grid__ctrl {
  min-width: 170px;
}
.card-grid__ctrl .nav-tabs {
  box-shadow: none;
}
.card-grid__ctrl .nav-tabs .nav-link {
  font-size: 0.875rem;
  padding: 5px 7px;
  min-height: auto;
  opacity: 1;
  color: var(--f40);
}
.card-grid__ctrl .nav-tabs .nav-link:before {
  top: 0px;
}
.card-grid__ctrl .nav-tabs .nav-link:active {
  background-color: rgba(84, 84, 84, 0.1);
}
.card-grid__ctrl .nav-tabs .nav-link.active {
  color: var(--f);
}

.card-grid__header-btn.is-switch {
  padding: 0px;
  position: relative;
}
.card-grid__header-btn.is-switch .btn, .card-grid__header-btn.is-switch .dropdown-btn {
  color: var(--f40) !important;
  background-color: transparent !important;
}
.card-grid__header-btn.is-switch .btn:hover, .card-grid__header-btn.is-switch .btn:active, .card-grid__header-btn.is-switch .dropdown-btn:hover, .card-grid__header-btn.is-switch .dropdown-btn:active {
  background-color: transparent !important;
}
.card-grid__header-btn.is-switch .is-chart, .card-grid__header-btn.is-switch .is-table, .card-grid__header-btn.is-switch .icon-chart-table {
  height: 40px;
  width: 40px;
}
.card-grid__header-btn.is-switch .icon-chart, .card-grid__header-btn.is-switch .icon-table, .card-grid__header-btn.is-switch .icon-chart-table {
  width: 38px;
}
.card-grid__header-btn.is-switch .icon-chart, .card-grid__header-btn.is-switch .icon-chart-table {
  padding: 7px;
  width: 38px;
}
.card-grid__header-btn.is-switch .icon-table {
  padding: 6.5px;
}
.card-grid__header-btn.is-switch .icon-table .material-icons, .card-grid__header-btn.is-switch .icon-table .material-icons-outlined {
  font-size: 19px;
}
.card-grid__header-btn.is-switch .md-icon-chart {
  position: absolute;
  font-size: 18px;
  margin-left: -16px;
  margin-top: 3px;
}
.card-grid__header-btn.is-switch .md-icon-table {
  position: absolute;
  font-size: 15px;
  margin-top: 10px;
  margin-left: -6px;
}
.card-grid__header-btn.is-switch .dropdown .btn {
  color: var(--f40);
  box-shadow: none;
}
.card-grid__header-btn.is-switch .dropdown .btn:hover {
  background-image: none;
}

.is-show-chart .card-grid__header-btn.is-switch .icon-chart {
  display: block;
}
.is-show-chart .card-grid__header-btn.is-switch .icon-table, .is-show-chart .card-grid__header-btn.is-switch .icon-chart-table {
  display: none;
}

.is-show-table .card-grid__header-btn.is-switch .icon-table {
  display: block;
}
.is-show-table .card-grid__header-btn.is-switch .icon-chart, .is-show-table .card-grid__header-btn.is-switch .icon-chart-table {
  display: none;
}

.card-grid.is-show-chart.is-show-table .card-grid__header-btn.is-switch .icon-chart-table {
  display: block;
}
.card-grid.is-show-chart.is-show-table .card-grid__header-btn.is-switch .icon-chart, .card-grid.is-show-chart.is-show-table .card-grid__header-btn.is-switch .icon-table {
  display: none;
}
.card-grid.is-show-chart.is-show-table .table-height {
  height: 171px;
}

.stock-dividend-card.card-grid.is-show-chart.is-show-table .table-height {
  height: 191px;
}

.stack-chart-card.card-grid.is-show-chart.is-show-table .table-height {
  height: 218px;
}
.stack-chart-card.card-grid.is-show-table .table-height {
  height: 314px;
}

.card-grid.is-show-table .table-height {
  height: 337px;
}
.card-grid.is-show-table .table-height__block {
  height: 395px;
}
.card-grid.is-show-table .table-height__block.is-half {
  height: 164px;
}

.table-height {
  overflow: auto;
}
.table-height.is-full-table {
  height: 385px;
}

.card-height {
  height: 164px;
  overflow: auto;
}
.card-height.is-full-height {
  height: 383px;
}

.news-card__content.is-card-height {
  height: 100%;
  overflow: auto;
}

@media (min-width: 1384px) {
  .is-trading.is-watchlist .is-combination .card-grid__title .card-name {
    display: none;
  }
}
@media (min-width: 1440px) {
  .is-trading.is-watchlist .card-grid__tip {
    display: none;
  }
  .is-trading.is-watchlist .card-grid__ctrl .nav-tabs .nav-link {
    padding: 5px 3px;
  }
}
@media (min-width: 1680px) {
  .is-trading.is-watchlist .card-grid__tip {
    display: flex;
  }
  .is-trading.is-watchlist .card-grid__title .card-name {
    display: block;
  }
  .is-trading.is-watchlist .card-grid__ctrl .nav-tabs .nav-link {
    padding: 5px 7px;
  }
  .is-trading.is-watchlist .is-combination .card-grid__title .card-name {
    display: block;
  }
  .card-grid {
    grid-template-columns: auto auto auto 1fr auto 38px 38px;
  }
  .card-grid__header-btn {
    min-width: 38px;
  }
}
.card-grid__header-btn .dropdown .dropdown-menu {
  margin-left: -54px;
}

.dropdown-menu {
  padding: 0px;
}
.dropdown-menu:before {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.08), 0 3px 14px 3px rgba(0, 0, 0, 0.06), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
}
.dropdown-menu__scroll-content {
  display: flex;
  max-height: 500px;
  overflow-y: scroll;
}
.dropdown-menu__scroll-content .dropdown-item {
  flex: 0 0 auto;
  min-width: 100px;
  font-size: 0.925rem;
}
.dropdown-menu .dropdown-title {
  color: var(--f40);
  border-bottom: 1px solid #efefef;
  background-color: #fff;
  padding: 0.25rem 1rem;
  font-size: 80%;
  position: sticky;
  top: 0px;
  z-index: 1;
  word-break: keep-all;
  margin-right: 5px;
}
.dropdown-menu .dropdown-content-with-scroll {
  max-height: 90vh;
  overflow-y: auto;
}

.dropdown-item {
  display: flex;
  padding: 0.5rem 1rem;
}
.dropdown-item.banner {
  padding: 0.25rem 0.5rem;
}
.dropdown-item img {
  width: 100%;
}

.dropdown-menu.dropdown-menu-sm {
  padding: 5px 0px;
  width: 100%;
}
.dropdown-menu.dropdown-menu-sm .dropdown-item {
  padding: 2px 10px;
  font-size: 80%;
}

.dropdown-btn.active {
  background-color: var(--t20) !important;
}

.is-header-dropdown {
  min-width: 140px;
  margin-left: -40px;
  margin-top: 10px;
}

.is-bulletin-dropdown {
  width: 255px;
  margin-left: -100px;
}

.is-page-mode .is-bulletin-dropdown {
  margin-left: -110px;
}

.dropdown-menu.is-add-stock-dropdown {
  min-width: 170px;
  margin-left: -126px;
}
.dropdown-menu.is-add-stock-dropdown .search-bar .search-bar__search-btn {
  top: 7px;
}
.dropdown-menu.is-add-stock-dropdown .search-bar .search-bar__clear-btn {
  display: none;
}

.dropdown-secondary .dropdown-item {
  color: #fff !important;
  padding: 0.5rem 1rem;
}
.dropdown-secondary .dropdown-item:hover, .dropdown-secondary .dropdown-item:focus, .dropdown-secondary .dropdown-item:active, .dropdown-secondary .dropdown-item.active {
  background-color: var(--s60);
}
.dropdown-secondary .dropdown-menu::before {
  background-color: var(--s);
}

@media (min-width: 1200px) {
  .is-header-dropdown {
    margin-left: -41px;
  }
}
@media (min-width: 1440px) {
  .is-header-dropdown {
    margin-left: -56px;
  }
}
.modal-lg {
  max-width: 66.5rem;
}

.setting-layout-modal {
  padding: 0px;
  background-color: var(--t20);
}

.modal-body {
  font-size: 16px;
}
.modal-body .modal-watchlist-content {
  max-height: 300px;
  overflow-y: auto;
}
.modal-body .modal-watchlist-content .modal-watchlist-content__sort .watchlist-group-li__name .form-control {
  padding: 8px 8px;
}
.modal-body .modal-watchlist-content .modal-watchlist-content__sort .watchlist-group-li__grab, .modal-body .modal-watchlist-content .modal-watchlist-content__sort .watchlist-group-li__delete {
  opacity: 0;
}
.modal-body .modal-watchlist-content .modal-watchlist-content__sort .attempt-box__content:hover .watchlist-group-li__grab, .modal-body .modal-watchlist-content .modal-watchlist-content__sort .attempt-box__content:hover .watchlist-group-li__delete {
  opacity: 1;
}

.modal-header {
  position: relative;
}
.modal-header .modal-close {
  position: absolute;
  right: -16px;
  top: -12px;
  z-index: 10;
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.modal-header.h4 {
  font-size: 20px;
}

.selector {
  display: flex;
  position: relative;
  color: var(--f);
  padding: 20px 5px;
  border-bottom: 1px solid var(--t25);
}
.selector:hover, .selector:active, .selector:focus, .selector.active {
  color: var(--f);
  background-color: var(--t25);
  text-decoration: none;
}
.selector.has-arrow:before {
  position: absolute;
  right: 15px;
  top: 0px;
  height: 100%;
  width: 20px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(208,208,208,1)' d='M5.88 4.12L13.76 12l-7.88 7.88L8 22l10-10L8 2z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");
}

.attempt-box {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  transition: all 0.65s cubic-bezier(0, 1, 0.5, 1);
  transform: translate3d(0px, 0, 0);
}
.attempt-box__content {
  position: relative;
  display: flex;
  width: 100%;
  transition: all 0.65s cubic-bezier(0, 1, 0.5, 1);
  transform: translate3d(0px, 0, 0);
}
.attempt-box__btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 100%;
  color: #fff;
  background-color: var(--red);
  transition: all 0.65s cubic-bezier(0, 1, 0.5, 1);
  transform: translate3d(55px, 0, 0);
}
.attempt-box__btn:active {
  box-shadow: inset 100px 100px 100px rgba(0, 0, 0, 0.15);
}
.attempt-box.active .attempt-box__content.is-move-content {
  transform: translate3d(-20px, 0, 0);
}
.attempt-box.active .attempt-box__btn {
  transform: translate3d(0px, 0, 0);
}

.input-group {
  display: flex;
  position: relative;
  width: 100%;
}
.input-group .input-group-label {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid var(--t30);
  border-right: none;
}
.input-group .input-group-label ~ .form-control {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group .form-control {
  flex: 1 1 auto;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.input-group .input-group-btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  min-width: 50px;
  border: 1px solid var(--t30);
  border-left: none;
  white-space: nowrap;
}
.input-group.input-group-sm .form-control {
  padding: 2px;
}
.input-group.input-group-sm .input-group-btn {
  font-size: 0.9rem;
  min-width: 40px;
  padding: 0px;
}

.fugle-trade-box {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.fugle-trade-box__body {
  padding: 20px 0px;
  text-align: center;
  font-size: 0.9rem;
}

.distribution-card .range-box {
  height: 375px;
}
.distribution-card .range-box__bar {
  height: 365px;
}
.distribution-card .range-box__slider {
  width: 365px;
  left: -171px;
  top: 191px;
}

.per-rank-card .table-height {
  height: 174px;
}

.note-card .note-textarea__content {
  margin-top: -16px;
}
.note-card .card-height {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.note-card .card-height.is-full-height {
  height: 336px;
}
.note-card .note-textarea__content, .note-card textarea {
  padding: 0;
  font-size: 0.875rem;
}
.note-card .note-textarea {
  height: calc(100% - 15px);
}

.bubble-section {
  display: flex;
  position: relative;
  height: 550px;
}
.bubble-section-chart {
  position: relative;
  width: calc(100% - 160px);
  border-right: 1px solid var(--t20);
  padding: 1rem;
}
.bubble-section-menu {
  position: relative;
  width: 160px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bubble-section-menu__footer {
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  border-top: 1px solid var(--t20);
}
.bubble-section-menu__box {
  padding: 0.5rem 1rem;
  height: 100%;
  overflow-y: auto;
}
.bubble-section .menu__item {
  display: flex;
  cursor: pointer;
  margin-bottom: 0.125rem;
}
.bubble-section .menu__item.disabled .green, .bubble-section .menu__item.disabled .red {
  color: var(--f40) !important;
}
.bubble-section .bubble-chart .red {
  fill: var(--red) !important;
}
.bubble-section .bubble-chart .green {
  fill: var(--green) !important;
}
.bubble-section .bubble-chart .x.axis text, .bubble-section .bubble-chart .y.axis text {
  font-size: 0.875rem;
}
.bubble-section .bubble-icon-0, .bubble-section .bubble-icon-1, .bubble-section .bubble-icon-2 {
  opacity: 0.4;
}
.bubble-section .bubble-icon-3, .bubble-section .bubble-icon-4, .bubble-section .bubble-icon-5 {
  opacity: 0.6;
}
.bubble-section .bubble-icon-6, .bubble-section .bubble-icon-7, .bubble-section .bubble-icon-8 {
  opacity: 0.8;
}
.bubble-section .bubble-icon-9, .bubble-section .bubble-icon-10 {
  opacity: 1;
}
.bubble-section .chart-range {
  position: relative;
  width: 100%;
}
.bubble-section .chart-range input[type=range] {
  width: calc(100% - 10px) !important;
}
.bubble-section .chart-range__date-box {
  background: var(--p);
  color: #fff;
  padding: 0.2rem;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  top: 28px;
  transform: translateX(-30px);
  font-size: 80%;
  white-space: nowrap;
}
.bubble-section .chart-range__date-box .arrow {
  position: absolute;
  background: transparent;
  top: -5px;
  left: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 5px 10px;
  border-color: transparent transparent var(--p) transparent;
}
.bubble-section .chart-info {
  position: absolute;
  display: flex;
  right: 10px;
  top: 10px;
  width: 285px;
}
.bubble-section .chart-info .chart-info-color, .bubble-section .chart-info .chart-info-size {
  display: flex;
  flex-direction: column;
}
.bubble-section .chart-info .chart-info-color__box {
  display: flex;
}
.bubble-section .chart-info .chart-info-color__box div:first-child .color__box-item {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.bubble-section .chart-info .chart-info-color__box div:last-child .color__box-item {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bubble-section .chart-info .chart-info-color__box .color__box-item {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.bubble-section .chart-info .chart-info-size {
  display: flex;
  flex-direction: column;
}
.bubble-section .chart-info .chart-info-size .chart-info-size__box {
  display: flex;
  align-items: center;
}
.bubble-section .chart-info .chart-info-size .size__box-item {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--f);
}
.bubble-section .chart-info .chart-info-size .size__box-item.is-lg {
  width: 24px;
  height: 24px;
}
.bubble-section .chart-info .chart-info-size .size__box-item.is-sm {
  width: 12px;
  height: 12px;
}
.bubble-section .chart-info .chart-info-size .size__box-item.active {
  background-color: var(--t40);
}

.animate-circle {
  transition: all 1000ms ease;
  transition-property: cx, cy, r, opacity, fill, stroke;
}

.animate-text {
  fill: var(--f);
  transition: all 1000ms ease;
  transition-property: transform;
  -moz-transition: all 1000ms ease;
}

.bubble-selector-height {
  height: 300px;
  overflow: auto;
}

.industry-map {
  display: flex;
  width: 100%;
}
.industry-map__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
  white-space: nowrap;
}
.industry-map__chain {
  padding: 0 0.5rem;
}
.industry-map__arrow {
  display: block;
  margin-right: 10px;
  border-right: 1px solid var(--t30);
}
.industry-map.is-single-chain .industry-map__arrow {
  background-size: cover;
}

.nps-box {
  --nps-box-width: 370px;
  position: fixed;
  right: calc(var(--nps-box-width) * -1 - 12px);
  bottom: 36px;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.125);
  transition: all 0.425s cubic-bezier(0.4, 0.6, 0.2, 1);
}
.nps-box.active {
  right: 36px;
}

.nps-box-body {
  height: 240px;
}

.is-trading .nps-box.active {
  right: calc(var(--tradinglWidth) + 36px);
}

.body.dark-theme .nps-box {
  background-color: var(--t60);
}
.body.dark-theme .score-slider__items {
  background-color: var(--t40);
}

.homepage-grid__container {
  container-type: inline-size;
}

.market-rank-card {
  font-size: 1rem;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  min-height: 230px;
  color: var(--f);
  text-decoration: none;
  padding: 16px 0px 8px 0px;
}
.market-rank-card .table thead tr, .market-rank-card .table tbody tr {
  display: grid;
  grid-template-columns: 168px 1fr 1fr 1fr 128px 0.02px;
}
.market-rank-card .table thead td, .market-rank-card .table tbody td {
  align-self: center;
  padding-right: 0px;
}
.market-rank-card .table thead tr {
  padding: 0 16px 0 8px;
  border-bottom: 1px solid var(--t30);
}
.market-rank-card .table thead td {
  height: 26px;
  border: none;
  transform: translateY(1px);
}
.market-rank-card .table thead td.with-sort {
  border-bottom: 1px solid var(--t50);
}
.market-rank-card .table thead td:not(.with-sort) {
  color: var(--t40);
}
.market-rank-card .table tbody {
  transform: translateY(8px);
}
.market-rank-card .table tbody tr {
  height: 52px;
  padding: 0 16px 0 8px;
}
.market-rank-card .table tbody td {
  border: none !important;
}
.market-rank-card .table tbody td.market-rank__trade-btn {
  height: 52px;
  position: absolute;
  right: 0;
}
.market-rank-card .star-btn {
  color: var(--t30);
}
.market-rank-card .star-btn.active {
  padding: unset;
}
.market-rank-card .market-rank-bar-chart .bar-bottom-text {
  font-size: 10px;
}

@container (inline-size >= 984px) {
  .market-rank-card .table thead tr, .market-rank-card .table tbody tr {
    grid-template-columns: 119px 113px 96px 108px 0px 0.02px;
  }
  .market-rank-card .table thead .market-rank__line-chart, .market-rank-card .table tbody .market-rank__line-chart {
    display: none;
  }
}
.market-rank-bar-chart.has-selected .bar-group {
  opacity: 0.3;
}
.market-rank-bar-chart.has-selected .bar-group.active {
  opacity: 1;
}
.market-rank-bar-chart.has-hover .bar-overlay {
  cursor: pointer;
}
.market-rank-bar-chart.has-hover .bar-group:hover {
  opacity: 1;
}
.market-rank-bar-chart.has-hover .bar-group:hover.red .bar-top-text, .market-rank-bar-chart.has-hover .bar-group:hover.red .bar-rect {
  fill: var(--red60) !important;
}
.market-rank-bar-chart.has-hover .bar-group:hover.green .bar-top-text, .market-rank-bar-chart.has-hover .bar-group:hover.green .bar-rect {
  fill: var(--green60) !important;
}
.market-rank-bar-chart.has-hover .bar-group:hover .bar-top-text, .market-rank-bar-chart.has-hover .bar-group:hover .bar-rect {
  fill: var(--t50) !important;
}
.market-rank-bar-chart .bar-group.red .bar-top-text, .market-rank-bar-chart .bar-group.red .bar-rect {
  fill: var(--red) !important;
}
.market-rank-bar-chart .bar-group.green .bar-top-text, .market-rank-bar-chart .bar-group.green .bar-rect {
  fill: var(--green) !important;
}
.market-rank-bar-chart .bar-group .bar-overlay {
  pointer-events: auto;
  fill: transparent;
}
.market-rank-bar-chart .bar-group .bar-bottom-text, .market-rank-bar-chart .bar-group .bar-top-text {
  text-anchor: middle;
  fill: var(--text40);
}
.market-rank-bar-chart .bar-group .bar-rect {
  text-anchor: middle;
  fill: var(--t40);
}
.market-rank-bar-chart .percentage-bar {
  fill: var(--t40);
}
.market-rank-bar-chart .percentage-bar.red {
  fill: var(--red) !important;
}
.market-rank-bar-chart .percentage-bar.green {
  fill: var(--green) !important;
}
.market-rank-bar-chart .percentage-text {
  font-size: 14px;
  transform: translateY(4px);
}
.market-rank-bar-chart .percentage-text.green {
  fill: var(--green);
}
.market-rank-bar-chart .percentage-text.red {
  fill: var(--red);
}

.hover-trade__wrapper {
  position: relative;
  height: 100%;
}
.hover-trade__btn {
  display: none;
  max-width: none;
  height: 100%;
  width: 56px;
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
}
.hover-trade__icon {
  width: 24px;
}

.collection-stock:hover .hover-trade__btn, .etf-topic:hover .hover-trade__btn, .market-rank:hover .hover-trade__btn {
  display: block;
}

.order-onboarding .modal-dialog {
  min-width: 1024px;
  max-width: 1064px;
  width: 75%;
}
.order-onboarding-section {
  display: flex;
  flex-direction: column;
  height: 551px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA2NCIgaGVpZ2h0PSI1NTEiIHZpZXdCb3g9IjAgMCAxMDY0IDU1MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ4M185MjYzNikiPgo8bWFzayBpZD0ibWFzazBfNDgzXzkyNjM2IiBzdHlsZT0ibWFzay10eXBlOmx1bWluYW5jZSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwNjQiIGhlaWdodD0iNTUxIj4KPHBhdGggZD0iTTEwNjQgMEgwVjU1MUgxMDY0VjBaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfNDgzXzkyNjM2KSI+CjxwYXRoIGQ9Ik0xMDY0IDBIMFY1NTFIMTA2NFYwWiIgZmlsbD0iI0ZBRkFGQSIvPgo8cGF0aCBkPSJNMTA5LjY0MSAxODUuMDMxQzE3OC43NTQgMTQ1LjEyOSAyMDIuNDM0IDU2Ljc1NCAxNjIuNTMxIC0xMi4zNTkzQzEyMi42MjkgLTgxLjQ3MjYgMzQuMjU0IC0xMDUuMTUzIC0zNC44NTkzIC02NS4yNUMtMTAzLjk3MyAtMjUuMzQ3NCAtMTI3LjY1MyA2My4wMjc0IC04Ny43NSAxMzIuMTQxQy00Ny44NDc0IDIwMS4yNTQgNDAuNTI3NCAyMjQuOTM0IDEwOS42NDEgMTg1LjAzMVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl80ODNfOTI2MzYpIi8+CjxwYXRoIGQ9Ik05NDcuNzczIDM0My4yMzlDODY1Ljg0MSAzNzYuMzQxIDgyNi4yNTggNDY5LjU5NCA4NTkuMzYgNTUxLjUyNUM4OTIuNDYzIDYzMy40NTYgOTg1LjcxNiA2NzMuMDQgMTA2Ny42NSA2MzkuOTM4QzExNDkuNTggNjA2LjgzNSAxMTg5LjE2IDUxMy41ODIgMTE1Ni4wNiA0MzEuNjUxQzExMjIuOTYgMzQ5LjcyIDEwMjkuNyAzMTAuMTM2IDk0Ny43NzMgMzQzLjIzOVoiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl80ODNfOTI2MzYpIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzQ4M185MjYzNiIgeDE9IjM0LjUwMDciIHkxPSI1NC44ODUiIHgyPSIxNDUuODQ1IiB5Mj0iMTQ0LjY2MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBvZmZzZXQ9IjAuMDA0NTQ1NDMiIHN0b3AtY29sb3I9IiNBNUE1QTUiIHN0b3Atb3BhY2l0eT0iMC4xOSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGNEY0RjQiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfNDgzXzkyNjM2IiB4MT0iMTAxMC4xMSIgeTE9IjQ5Ny41MjIiIHgyPSI4NjguNjciIHkyPSIzODAuNjg0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIG9mZnNldD0iMC4wMDQ1NDU0MyIgc3RvcC1jb2xvcj0iI0E1QTVBNSIgc3RvcC1vcGFjaXR5PSIwLjE5Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0Y0RjRGNCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDgzXzkyNjM2Ij4KPHJlY3Qgd2lkdGg9IjEwNjQiIGhlaWdodD0iNTUxIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
}
.order-onboarding-section .close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}
.order-onboarding-section .content-box {
  width: 100%;
  height: 100%;
}
.order-onboarding-section .content-box .left-content .right-fixed-image {
  position: absolute;
  height: 425px;
  left: 0px;
  bottom: 0px;
}
.order-onboarding-section .content-box .left-content .middle-fixed-image {
  position: absolute;
  width: 100%;
  min-width: 532px;
  padding-left: 76px;
  padding-top: 50px;
}
.order-onboarding-section .content-box .left-content .gradient-show {
  position: absolute;
  width: 534px;
  height: 50%;
  bottom: 0px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
}
.order-onboarding-section .content-box .left-content .animation-block {
  width: 100%;
  height: 100%;
}
.order-onboarding-section .content-box .left-content .animation-block .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.order-onboarding-section .content-box .left-content .animation-block .center-fixed-anime {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  transform: translateX(5px);
  justify-content: center;
  align-items: center;
}
.order-onboarding-section .content-box .right-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order-onboarding-section .content-box .right-content .description-content {
  position: absolute;
  right: 76px;
  left: 120px;
  top: 180px;
}
.order-onboarding-section .content-box .right-content .description-content .description-text {
  font-size: 16px;
}
.order-onboarding-section .content-box .right-content .button-content {
  margin-left: 120px;
  margin-right: 76px;
  margin-top: 150px;
}
.order-onboarding-section .navigation-dots {
  display: flex;
  position: absolute;
  height: 10px;
  bottom: 24px;
}
.order-onboarding-section .navigation-dots .dots {
  margin-right: 8px;
  width: 10px;
  border-radius: 5px;
  padding: 0px;
}
.order-onboarding .fade-item {
  opacity: 0;
  transition: opacity 0.425s;
}
.order-onboarding .fade-item.active {
  opacity: 1;
}

.dark-theme .order-onboarding-section {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA2NCIgaGVpZ2h0PSI1NTEiIHZpZXdCb3g9IjAgMCAxMDY0IDU1MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI4NDczXzY5MTk0OCkiPgo8bWFzayBpZD0ibWFzazBfMjg0NzNfNjkxOTQ4IiBzdHlsZT0ibWFzay10eXBlOmx1bWluYW5jZSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwNjQiIGhlaWdodD0iNTUxIj4KPHBhdGggZD0iTTEwNjQgMEgwVjU1MUgxMDY0VjBaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMjg0NzNfNjkxOTQ4KSI+CjxtYXNrIGlkPSJtYXNrMV8yODQ3M182OTE5NDgiIHN0eWxlPSJtYXNrLXR5cGU6bHVtaW5hbmNlIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTA2NCIgaGVpZ2h0PSI1NTEiPgo8cGF0aCBkPSJNMTA2NCAwSDBWNTUxSDEwNjRWMFoiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMV8yODQ3M182OTE5NDgpIj4KPHBhdGggZD0iTTEwNjQgMEgwVjU1MUgxMDY0VjBaIiBmaWxsPSIjNDA0NDUxIi8+CjxwYXRoIG9wYWNpdHk9IjAuNyIgZD0iTTEwMDggNjUxQzEwOTYuMzcgNjUxIDExNjggNTc5LjM2NiAxMTY4IDQ5MUMxMTY4IDQwMi42MzQgMTA5Ni4zNyAzMzEgMTAwOCAzMzFDOTE5LjYzNCAzMzEgODQ4IDQwMi42MzQgODQ4IDQ5MUM4NDggNTc5LjM2NiA5MTkuNjM0IDY1MSAxMDA4IDY1MVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8yODQ3M182OTE5NDgpIi8+CjxwYXRoIG9wYWNpdHk9IjAuNyIgZD0iTS02My42MjA1IDE2My43MkMtNi41MjUyIDIxOS40NzggODQuOTYwNyAyMTguMzk0IDE0MC43MTkgMTYxLjI5OUMxOTYuNDc3IDEwNC4yMDMgMTk1LjM5NCAxMi43MTc0IDEzOC4yOTggLTQzLjA0MDhDODEuMjAyNyAtOTguNzk5MSAtMTAuMjgzMiAtOTcuNzE1MiAtNjYuMDQxNSAtNDAuNjE5OUMtMTIxLjggMTYuNDc1NSAtMTIwLjcxNiAxMDcuOTYyIC02My42MjA1IDE2My43MloiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl8yODQ3M182OTE5NDgpIi8+CjwvZz4KPC9nPgo8L2c+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMjg0NzNfNjkxOTQ4IiB4MT0iMTA1MS41IiB5MT0iNTU1IiB4Mj0iODc2IiB5Mj0iMzYyLjUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzU0NTQ1NCIgc3RvcC1vcGFjaXR5PSIwLjI5Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMC4wMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMjg0NzNfNjkxOTQ4IiB4MT0iLTM1LjUwMDIiIHkxPSItMjEuMDAwMSIgeDI9IjE4Ni41IiB5Mj0iMjEyLjUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMC4yNiIvPgo8c3RvcCBvZmZzZXQ9IjAuNzgwMTg0IiBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjg0NzNfNjkxOTQ4Ij4KPHJlY3Qgd2lkdGg9IjEwNjQiIGhlaWdodD0iNTUxIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
}
.dark-theme .order-onboarding .gradient-show {
  background-image: linear-gradient(rgba(64, 68, 81, 0), rgb(64, 68, 81)) !important;
}

.realtime-price .nav-tabs .nav-link.realtime-price__select-btn {
  position: relative;
  padding: 5px 2px;
}
.realtime-price .nav-tabs .nav-link .simple-select.form-control {
  padding-right: 13px;
}
.realtime-price .nav-tabs .nav-link .simple-select.form-control.lg-select {
  padding-right: 22px;
}
.realtime-price__dot {
  background-color: var(--red);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 5px;
  right: 4px;
}
.realtime-price .invisible_div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.instructions-dialog .modal-header {
  font-size: 16px;
}
.instructions-dialog .modal-body {
  height: 473px;
}
.instructions-dialog .modal-body h2 {
  font-size: 12px;
  color: var(--t40);
  margin-bottom: 8px;
}
.instructions-dialog .modal-body .segmented-ctrl {
  border-radius: 8px;
  height: 32px;
  background-color: var(--t30);
}
.instructions-dialog .modal-body .segmented-ctrl .segmented-ctrl__active {
  padding: 0 2px;
}
.instructions-dialog .modal-body .segmented-ctrl .segmented-ctrl__active-box {
  border-radius: 8px;
  height: 28px;
}
.instructions-dialog .modal-body .segmented-ctrl .segmented-ctrl__label {
  font-size: 14px;
}
.instructions-dialog .modal-body .segmented-ctrl.active-1 .segmented-ctrl__label:nth-of-type(3) {
  color: var(--t40);
}
.instructions-dialog .modal-body .segmented-ctrl.active-2 .segmented-ctrl__label:nth-of-type(2) {
  color: var(--t40);
}
.instructions-dialog .modal-body .sub-switcher {
  width: 150px;
  height: 30px;
}
.instructions-dialog .modal-body .sub-switcher button {
  width: 50%;
  height: 100%;
  background-color: var(--t20);
  font-size: 14px;
}
.instructions-dialog .modal-body .sub-switcher button:first-of-type {
  border-radius: 4px 0 0 4px;
}
.instructions-dialog .modal-body .sub-switcher button:last-of-type {
  margin-left: 1px;
  border-radius: 0 4px 4px 0;
}
.instructions-dialog .modal-body .sub-switcher button.active-btn {
  font-weight: 700;
}
.instructions-dialog .modal-body .stock-timeline__wrapper {
  width: 100%;
  display: flex;
  padding: 24px 0 47px;
}
.instructions-dialog .modal-body .stock-timeline__item {
  height: 8px;
  margin-left: 1px;
  position: relative;
}
.instructions-dialog .modal-body .stock-timeline__item:first-child {
  margin-left: 0;
  border-radius: 2px 0 0 2px;
}
.instructions-dialog .modal-body .stock-timeline__item:last-child {
  border-radius: 0 2px 2px 0;
}
.instructions-dialog .modal-body .stock-timeline__item__time {
  font-size: 12px;
  position: absolute;
  top: 12px;
  left: -16px;
  color: var(--t40);
}
.instructions-dialog .modal-body .stock-timeline__illustrate + .stock-timeline__illustrate {
  margin-left: 12px;
}
.instructions-dialog .modal-body .stock-timeline__illustrate__icon {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}
.instructions-dialog .modal-body .stock-timeline__illustrate__text {
  font-size: 12px;
  margin-left: 4px;
}
.instructions-dialog .modal-body .stock-timeline__timezone {
  font-size: 12px;
  color: var(--t40);
}
.instructions-dialog .modal-body .stock-label__block + .stock-label__block {
  margin-top: 8px;
}
.instructions-dialog .modal-body .stock-label__subblock {
  margin-right: 14px;
}
.instructions-dialog .modal-body .stock-label img {
  width: 14px;
}
.instructions-dialog .modal-body .stock-label__icon {
  font-size: 10px;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0 2px;
}
.instructions-dialog .modal-body .stock-label__text {
  font-size: 14px;
  color: var(--t50);
}
.instructions-dialog .modal-body .stock-description__block {
  font-size: 14px;
}
.instructions-dialog .modal-body .stock-description__block + .stock-description__block {
  margin-top: 8px;
}
.instructions-dialog .modal-body .stock-description__link {
  font-size: 14px;
  margin-left: 12px;
}
.instructions-dialog__content-box + .instructions-dialog__content-box {
  margin-top: 16px;
  border-top: 1px solid var(--t20);
  padding-top: 16px;
}

.body.dark-theme .instructions-dialog .modal-body h2 {
  color: #919191;
}
.body.dark-theme .instructions-dialog .modal-body .sub-switcher button {
  color: var(--t10);
  background-color: var(--t60);
}
.body.dark-theme .instructions-dialog .segmented-ctrl {
  background-color: var(--t50);
}
.body.dark-theme .instructions-dialog .segmented-ctrl.active-1 .segmented-ctrl__label:nth-of-type(3) {
  color: var(--f40);
}
.body.dark-theme .instructions-dialog .segmented-ctrl.active-2 .segmented-ctrl__label:nth-of-type(2) {
  color: var(--f40);
}
.body.dark-theme .instructions-dialog .stock-timeline__item__time {
  color: #919191;
}
.body.dark-theme .instructions-dialog .stock-timeline__timezone {
  color: var(--f40);
}
.body.dark-theme .instructions-dialog .stock-label__text {
  color: var(--t10);
}
.body.dark-theme .instructions-dialog .stock-description__block {
  color: var(--t10);
}
.body.dark-theme .instructions-dialog__content-box {
  color: #919191;
}
.body.dark-theme .instructions-dialog__content-box + .instructions-dialog__content-box {
  border-top-color: var(--t60);
}

.candle-chart .card-grid__ctrl {
  min-width: 120px;
}
.candle-chart .nav-tabs .nav-link.candle-chart__select-btn {
  position: relative;
  padding: 5px 2px;
}
.candle-chart .nav-tabs .nav-link.candle-chart__select-btn .simple-select.form-control {
  padding-right: 13px;
}
.candle-chart .nav-tabs .nav-link.candle-chart__select-btn .simple-select.form-control.lg-select {
  padding-right: 22px;
}
.candle-chart .nav-tabs .nav-link.candle-chart__light-select-btn__filter, .candle-chart .nav-tabs .nav-link.candle-chart__light-select-btn__highlight {
  position: relative;
  padding: 5px 0 5px 2px;
}
.candle-chart .nav-tabs .nav-link.candle-chart__light-select-btn__filter .simple-select.form-control {
  padding-right: 5px;
}
.candle-chart .nav-tabs .nav-link.candle-chart__light-select-btn__filter .simple-select.form-control.is-guest {
  padding-right: 24px;
}
.candle-chart .nav-tabs .nav-link.candle-chart__light-select-btn__filter .simple-select.form-control.md-select {
  padding-right: 13px;
}
.candle-chart .nav-tabs .nav-link.candle-chart__light-select-btn__filter .simple-select.form-control.lg-select {
  padding-right: 22px;
}
.candle-chart .nav-tabs .nav-link.candle-chart__light-select-btn__highlight .simple-select.form-control {
  padding-right: 20px;
}
.candle-chart .nav-tabs .nav-link.candle-chart__light-select-btn__highlight .simple-select.form-control.lg-select {
  padding-right: 22px;
}
.candle-chart .invisible_div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.candle-chart .legend-ma {
  display: flex;
  flex-wrap: wrap;
}
.candle-chart .legend-ma__settings {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: var(--t40);
}
.candle-chart .legend-ma .icon-settings {
  font-size: 12px;
  margin-right: 4px;
}
.candle-chart__dot, .candle-chart__dot--lite {
  position: absolute;
  top: -6px;
  right: 4px;
  font-size: 10px;
  color: #ffffff;
  background-color: var(--red);
  padding: 2px 4px;
  border-radius: 100px;
  height: fit-content;
}
.candle-chart__dot--lite, .candle-chart__dot--lite--lite {
  right: -2px;
}
.candle-chart .adjusted-price-btn {
  height: 24px;
}

.body.dark-theme .candle-chart .legend-ma__settings {
  color: var(--f40);
}

.candle-chart-ma__header {
  font-size: 16px;
}
.candle-chart-ma__divider {
  border-top: 1px solid var(--t20);
  padding-top: 18px;
  margin-top: 16px;
}
.candle-chart-ma__drop-off-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.candle-chart-ma__drop-off-value.is-hide {
  visibility: hidden;
  opacity: 0;
}
.candle-chart-ma__drop-off-value .is-ios {
  margin-right: 22px;
}
.candle-chart-ma__drop-off-value + .candle-chart-ma__drop-off-value {
  margin-top: 12px;
}

#app-dialog .candle-chart-ma__input {
  padding-right: 4px;
}

.body.dark-theme .candle-chart-ma__divider {
  border-top-color: var(--t50);
}

.index-news-section .col {
  flex: 0 0 100%;
  max-width: 100%;
}

.index-collection-row .col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.collection-row .col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.homepage-grid__container {
  container-type: inline-size;
}

.homepage-grid {
  display: grid;
  position: relative;
  width: calc(100% - 16px);
  grid-gap: 16px;
  grid-template-areas: "hot-stock" "market-rank" "event-info" "hot-topic" "hot-etf";
  grid-template-columns: 100%;
  -webkit-grid-gap: 16px;
  -webkit-grid-template-areas: "hot-stock" "market-rank" "event-info" "hot-topic" "hot-etf";
  -webkit-grid-template-columns: 100%;
}
.homepage-grid__hot-stock__contents, .homepage-grid__hot-topic__contents {
  position: relative;
}
.homepage-grid__hot-stock__arrows, .homepage-grid__hot-topic__arrows {
  display: flex;
  width: 100%;
  position: absolute;
  top: 50%;
}
.homepage-grid__hot-stock__arrow-left, .homepage-grid__hot-stock__arrow-right, .homepage-grid__hot-topic__arrow-left, .homepage-grid__hot-topic__arrow-right {
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  margin: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
.homepage-grid__hot-stock__arrow-left, .homepage-grid__hot-topic__arrow-left {
  left: 0;
}
.homepage-grid__hot-stock__arrow-right, .homepage-grid__hot-topic__arrow-right {
  right: 0;
}
.homepage-grid__hot-stock__mask, .homepage-grid__hot-topic__mask {
  position: absolute;
  top: 0;
}
.homepage-grid__hot-stock__mask-left, .homepage-grid__hot-topic__mask-left {
  left: 0;
  right: unset;
  background: linear-gradient(90deg, #F5F5F5 20.52%, rgba(245, 245, 245, 0) 100%);
}
.homepage-grid__hot-stock__mask-right, .homepage-grid__hot-topic__mask-right {
  right: 0;
  left: unset;
  background: linear-gradient(270deg, #F5F5F5 20.52%, rgba(245, 245, 245, 0) 100%);
}
.homepage-grid__hot-stock {
  grid-area: hot-stock;
  display: flex;
  flex-direction: column;
}
.homepage-grid__hot-stock__contents {
  margin: 8px 0 0 -8px;
}
.homepage-grid__hot-stock__cards {
  overflow: hidden;
  display: flex;
  width: 100%;
}
.homepage-grid__hot-stock__cards .stock-card {
  width: 180px;
}
.homepage-grid__hot-stock__cards .col-lg-3 {
  max-width: unset;
  padding: 0 16px 0 0;
}
.homepage-grid__hot-stock__cards .col-lg-3:last-child {
  padding-right: 0;
}
.homepage-grid__hot-stock__mask {
  width: 112px;
  height: 100%;
}
.homepage-grid__hot-topic {
  grid-area: hot-topic;
  display: flex;
  flex-direction: column;
}
.homepage-grid__hot-topic__contents {
  overflow: hidden;
}
.homepage-grid__hot-topic .index-collection-row .col {
  width: 50%;
}
.homepage-grid__hot-topic .title-box {
  display: flex;
  justify-content: space-between;
}
.homepage-grid__hot-topic__mask {
  width: 76px;
  height: calc(100% - 16px);
  top: 8px;
  display: none;
}
.homepage-grid__hot-topic__arrows {
  display: none;
}
.homepage-grid__market-rank {
  grid-area: market-rank;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.homepage-grid__market-rank .title-box {
  display: flex;
  justify-content: space-between;
}
.homepage-grid__event-info {
  grid-area: event-info;
  display: flex;
  flex-direction: column;
}
.homepage-grid__event-info__content {
  padding: 0 8px;
  position: relative;
  overflow: hidden;
}
.homepage-grid__hot-etf {
  grid-area: hot-etf;
  display: flex;
  flex-direction: column;
}

@container (inline-size >= 624px) {
  .homepage-grid__hot-stock__cards {
    overflow: unset;
  }
  .homepage-grid__hot-stock__cards .col-lg-3 {
    max-width: 25%;
  }
  .homepage-grid__hot-stock__cards .stock-card {
    width: auto;
  }
  .homepage-grid__hot-stock__arrows, .homepage-grid__hot-stock__mask {
    display: none;
  }
}
@container (inline-size >= 984px) {
  .homepage-grid {
    grid-template-areas: "hot-stock event-info" "hot-topic market-rank" "hot-etf market-rank";
    grid-template-columns: calc(100% - 476px) 460px;
    -webkit-grid-template-areas: "hot-stock event-info" "hot-topic market-rank" "hot-etf market-rank";
    -webkit-grid-template-columns: calc(100% - 476px) 460px;
  }
  .homepage-grid:not(:has(> .homepage-grid__event-info)) {
    grid-template-areas: "hot-stock market-rank" "hot-topic market-rank" "hot-etf hot-etf";
    -webkit-grid-template-areas: "hot-stock market-rank" "hot-topic market-rank" "hot-etf hot-etf";
  }
  .homepage-grid:not(:has(> .homepage-grid__market-rank)) {
    grid-template-areas: "hot-stock event-info" "hot-topic hot-etf";
    -webkit-grid-template-areas: "hot-stock event-info" "hot-topic hot-etf";
  }
  .homepage-grid:not(:has(> .homepage-grid__market-rank)):not(:has(> .homepage-grid__event-info)) {
    grid-template-areas: "hot-stock hot-etf" "hot-topic hot-etf";
    -webkit-grid-template-areas: "hot-stock hot-etf" "hot-topic hot-etf";
  }
  .homepage-grid__hot-stock__cards {
    overflow: hidden;
  }
  .homepage-grid__hot-stock__cards .col-lg-3 {
    max-width: unset;
  }
  .homepage-grid__hot-stock__cards .stock-card {
    width: 180px;
  }
  .homepage-grid__hot-stock__arrows {
    display: flex;
  }
  .homepage-grid__hot-stock__mask {
    display: block;
  }
  .homepage-grid__hot-topic__contents.nowrap-cards .homepage-grid__hot-topic__cards {
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .homepage-grid__hot-topic__contents.nowrap-cards .homepage-grid__hot-topic__cards .col {
    min-width: 244px;
    flex: unset;
    max-width: unset;
  }
  .homepage-grid__hot-topic__contents.nowrap-cards .homepage-grid__hot-topic__arrows {
    display: flex;
  }
  .homepage-grid__hot-topic__contents.nowrap-cards .homepage-grid__hot-topic__mask {
    display: block;
  }
}
@container (inline-size >= 1252px) {
  .homepage-grid__hot-stock__cards {
    overflow: unset;
  }
  .homepage-grid__hot-stock__cards .col-lg-3 {
    max-width: 25%;
  }
  .homepage-grid__hot-stock__cards .stock-card {
    width: auto;
  }
  .homepage-grid__hot-stock__arrows, .homepage-grid__hot-stock__mask {
    display: none;
  }
}
.dark-theme .homepage-grid__hot-stock__arrow-left, .dark-theme .homepage-grid__hot-stock__arrow-right, .dark-theme .homepage-grid__hot-topic__arrow-left, .dark-theme .homepage-grid__hot-topic__arrow-right {
  background-color: var(--t50);
  box-shadow: 0px 0px 15px 0px rgba(216, 216, 216, 0.1);
  color: #CCCCCC;
}
.dark-theme .homepage-grid__hot-stock__mask-left, .dark-theme .homepage-grid__hot-topic__mask-left {
  background: linear-gradient(90deg, #1D1D1D 20.52%, rgba(35, 35, 35, 0) 100%);
}
.dark-theme .homepage-grid__hot-stock__mask-right, .dark-theme .homepage-grid__hot-topic__mask-right {
  background: linear-gradient(270deg, #1D1D1D 20.52%, rgba(35, 35, 35, 0) 100%);
}

html, body, .body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

body > div.ember-view {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.wrapper {
  scroll-behavior: smooth;
  padding-top: var(--headerHeight);
  padding-left: 234px;
  padding-right: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: transform var(--layoutDuration) cubic-bezier(0.4, 0.6, 0.2, 1);
}
.wrapper.show-banner {
  padding-top: calc(var(--headerHeight) + 34px);
}
.wrapper .container {
  max-width: 1508px;
}
.wrapper .container.is-trading-view {
  max-width: initial;
}

.grid-layout {
  height: 800px;
  width: 100%;
}

footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--t25);
}
footer a, footer a:hover, footer a:active {
  color: var(--f);
  text-decoration: none;
}
footer .footer-info {
  display: flex;
  flex-direction: row;
  padding: 1rem;
}
footer .footer-info__logo {
  min-width: 200px;
}
footer .footer-info__col {
  width: 33.33333%;
}
footer .footer-company {
  display: flex;
  font-size: 80%;
  padding: 0.5rem;
  background-color: var(--t28);
}
footer .img-partner {
  width: 75px;
}
footer .logo-img {
  width: 140px;
}
footer .img-box {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
footer .img-fugle-support {
  width: 134px;
  height: 45px;
  background-image: url("../images/social/img_fugle_support_light.png");
}
footer .img-fugle-bot {
  width: 134px;
  height: 45px;
  background-image: url("../images/social/img_fugle_bot_light.png");
}
footer .img-fugle-api {
  width: 135px;
  height: 45px;
  background-image: url("../images/social/img_fugle_api_light.png");
}
footer .img-fb {
  width: 24px;
  height: 24px;
  background-size: 10px;
  background-image: url("../images/social/img_fb_light.png");
}
footer .img-ig {
  width: 24px;
  height: 24px;
  background-size: 17px;
  background-image: url("../images/social/img_ig_light.png");
}
footer .img-yt {
  width: 24px;
  height: 24px;
  background-image: url("../images/social/img_yt_light.png");
}
footer .img-line {
  width: 24px;
  height: 24px;
  background-image: url("../images/social/img_line_light.png");
}

.ui-draggable-dragging .card {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}

#chatra.chatra--pos-right {
  transition: all 0.1s ease;
}

.watchlist-group-content .twitter-typeahead .tt-dropdown-menu {
  width: 185px;
}

.tt-dropdown-menu, .add-stock-section .tt-dropdown-menu {
  position: absolute !important;
  top: 100% !important;
}

.is-trading .wrapper.market-box .container {
  padding-left: 0px;
}

.collection-section__fullbox {
  min-height: 500px;
}

.card-link {
  box-shadow: none;
}
.card-link__body {
  min-height: 180px;
  padding: 1rem;
  line-height: 1.6;
  color: var(--f);
  text-decoration: none;
}
.card-link__btn {
  padding: 1rem;
  border-top: 1px solid var(--t20);
  color: var(--link);
  text-align: center;
  cursor: pointer;
}
.card-link:hover, .card-link:focus, .card-link:active {
  text-decoration: none;
  outline: none;
}

@media (min-width: 1280px) {
  .is-trading .wrapper {
    padding-right: calc(var(--tradinglWidth) - 8px);
  }
  .is-watchlist .wrapper {
    padding-left: var(--watchListWidth);
  }
}
@media (min-width: 1440px) {
  .is-trading .header {
    padding-right: var(--tradinglWidth);
  }
  .is-trading .modal, .is-trading .modal-backdrop {
    width: calc(100% - var(--tradinglWidth));
  }
  .is-watchlist.is-trading footer .footer-info__logo {
    min-width: auto;
  }
}
@media (min-width: 1680px) {
  footer .footer-info__logo {
    min-width: 300px;
  }
}
.is-page-mode.is-trading .modal {
  width: 100%;
}
.is-page-mode .wrapper {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.is-page-mode .watchlist, .is-page-mode .market-box, .is-page-mode .trading-section {
  display: none !important;
}
.is-page-mode .header {
  padding-right: 0px !important;
}
.is-page-mode .header__search, .is-page-mode .header__market {
  display: none;
}
.is-page-mode .header__user {
  border-bottom: none;
}
.is-page-mode .header__user-btn {
  color: var(--f) !important;
}
.is-page-mode .header__user-btn:focus, .is-page-mode .header__user-btn:hover, .is-page-mode .header__user-btn:active {
  color: var(--f) !important;
  background-color: var(--t28);
}
.is-page-mode .header__user-btn svg, .is-page-mode .header__user-btn path {
  fill: var(--f);
}
.is-page-mode .header__user-btn__text {
  color: var(--f) !important;
}
.is-page-mode .header__user-btn__text:focus, .is-page-mode .header__user-btn__text:hover, .is-page-mode .header__user-btn__text:active {
  color: var(--f) !important;
}
.is-page-mode .header__logo {
  background-color: #ffffff;
}
.is-page-mode .header .is-header-dropdown {
  margin-left: -95px;
}

.is-full-mode .header {
  padding-right: 0px !important;
  background-color: transparent;
  border-bottom: unset;
}
.is-full-mode .header__search, .is-full-mode .header__market, .is-full-mode .header__user {
  display: none;
}
.is-full-mode .header__logo {
  border-bottom: none !important;
  background-color: transparent;
}
.is-full-mode .wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0px !important;
}
.is-full-mode .watchlist, .is-full-mode .market-box, .is-full-mode .trading-section {
  display: none !important;
}
.is-full-mode .modal {
  width: 100%;
}

.setting-section {
  margin-bottom: 10px;
}
.setting-section .container {
  padding-left: 70px;
  font-size: 1rem;
}
.setting-section .setting-header {
  height: 5rem;
  border-bottom: 1px solid var(--t28);
  padding-top: 20px;
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: var(--t10);
}
.setting-section .setting-header.setting-header-lg {
  height: 6rem;
}
.setting-section .setting-layout-box {
  max-height: initial;
}
.setting-section .step-bar {
  margin-right: 130px;
  margin-top: -10px;
}
.setting-section .custom-radio .custom-control-description {
  font-size: 1rem;
}
.setting-section .custom-control-description {
  font-size: 1rem;
}

.setting-layout-box {
  max-height: initial;
  overflow: auto;
}
.setting-layout-box .card .tool-btn {
  height: 54px;
  line-height: 2.5;
}
.setting-layout-box .setting-layout-group {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.setting-layout-box .setting-layout-group .grid-layout {
  width: 100%;
}

.setting-layout-modal .setting-layout-box .modal-header {
  border-bottom: 1px solid var(--t28);
}

.side-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: var(--headerHeight);
  left: 0px;
  width: 50px;
  height: calc(100% - var(--headerHeight));
  background-color: var(--t10);
  border-right: 1px solid var(--t28);
  z-index: 4;
}
.side-menu__profile {
  display: flex;
  padding: 10px;
  height: calc(5rem - 1px);
  color: var(--f) !important;
}
.side-menu__profile-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
}
.side-menu__profile-info {
  display: none;
}
.side-menu__profile.active, .side-menu__profile:active, .side-menu__profile:hover, .side-menu__profile:focus {
  background-color: #eaeaea;
  text-decoration: none;
}
.side-menu__body {
  height: calc(100% - 5rem);
}
.side-menu__item {
  position: relative;
  display: flex;
  font-size: 1rem;
  color: var(--t45);
  padding: 10px 0px;
}
.side-menu__item-text {
  display: none;
}
.side-menu__item::before, .side-menu__item::after {
  position: absolute;
  width: 100%;
  content: "";
}
.side-menu__item::before {
  top: 0px;
  border-top: 1px solid #fff;
}
.side-menu__item::after {
  top: -1px;
  border-top: 1px solid var(--t28);
}
.side-menu__item:last-child::before {
  bottom: -1px;
  border-bottom: 1px solid #fff;
}
.side-menu__item:last-child::after {
  bottom: 0px;
  border-bottom: 1px solid var(--t28);
}
.side-menu__item.active, .side-menu__item:active, .side-menu__item:hover, .side-menu__item:focus {
  background-color: var(--t20);
  color: var(--t60);
  text-decoration: none;
}

.fugle-trade-box {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.fugle-trade-box__body {
  padding: 20px 0px;
  text-align: center;
  font-size: 0.9rem;
}

.form-control-tappay {
  position: relative;
  height: 40px;
}

.credit-card-box {
  position: absolute;
  right: 0px;
  top: 4px;
  display: flex;
}
.credit-card-box .credit-img {
  height: 30px;
  width: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 6px;
  opacity: 0.3;
}
.credit-card-box .credit-img.is-visa {
  background-image: url("../images/img_visa.png");
}
.credit-card-box .credit-img.is-mastercard {
  background-image: url("../images/img_mastercard.png");
}
.credit-card-box .credit-img.is-jcb {
  background-image: url("../images/img_jcb.png");
}
.credit-card-box .credit-img.active {
  opacity: 1;
}

#app-dialog .delete-account .modal-body {
  font-size: 14px;
}
#app-dialog .delete-account .modal-body li {
  line-height: 21px;
}
#app-dialog .delete-account .modal-body input {
  padding: 8px 16px;
}
#app-dialog .delete-account__hint {
  display: flex;
}
#app-dialog .delete-account__hint svg {
  fill: var(--red);
  margin-right: 4px;
  position: relative;
  top: 3px;
}
#app-dialog .delete-account__highlight {
  color: var(--red);
  font-weight: 700;
}

@media (min-height: 768px) {
  .setting-layout-box {
    max-height: 580px;
    overflow: auto;
  }
}
@media (min-height: 900px) {
  .setting-layout-box {
    max-height: 730px;
  }
}
@media (min-height: 1024px) {
  .setting-layout-box {
    max-height: 830px;
  }
}
@media (min-width: 1200px) {
  .setting-section .container {
    padding-left: 280px;
    font-size: 1rem;
  }
  .setting-section .border-right {
    border-right-width: 1px !important;
  }
  .side-menu {
    width: 260px;
  }
  .side-menu__profile-img {
    width: 60px;
    height: 60px;
  }
  .side-menu__item-text {
    display: flex;
  }
  .side-menu__profile-img {
    margin-right: 10px;
    margin-left: initial;
  }
  .side-menu__profile-info {
    display: block;
  }
}
.header {
  position: fixed;
  display: flex;
  top: 0px;
  width: 100%;
  height: var(--headerHeight);
  background: #ffffff;
  border-bottom: 1px solid var(--t20);
  z-index: 335;
  transition: all 0.2s cubic-bezier(0.4, 0.6, 0.2, 1);
}
.header__logo, .header__search, .header__market, .header__user {
  height: 50px;
  border-bottom: 1px solid var(--t20);
}
.header__logo {
  display: flex;
  min-width: 60px;
  height: var(--headerHeight);
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--t20);
}
.header__logo-img {
  width: 30px;
  height: 30px;
}
.header__search {
  display: flex;
  max-width: 164px;
  padding: 10px 0 10px 8px;
}
.header__search input {
  font-size: 1.2rem;
}
.header__market {
  display: flex;
  padding: 8px 0 8px 16px;
  flex: 1 1 auto;
  line-height: 1.125rem;
}
.header__market svg {
  display: none;
}
.header__market__switcher-btn {
  display: flex;
  align-items: center;
  width: 40px;
  height: 28px;
  border-radius: 4px;
}
.header__market__switcher-btn:hover {
  background-color: var(--t20);
}
.header__market__switcher-btn i {
  font-size: 16px;
  position: relative;
  left: -1px;
  color: var(--t40);
}
.header__market__switcher-img {
  width: 20px;
  height: 20px;
}
.header__market .dropdown {
  transform: translateY(1px);
  border-radius: 4px;
}
.header__market .dropdown-menu {
  transform: translateY(6px);
}
.header__market__dropdown {
  padding: 4px;
}
.header__market__dropdown-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 112px;
  height: 36px;
  border-radius: 4px;
  font-size: 14px;
}
.header__market__dropdown-btn:hover {
  background-color: var(--t20);
}
.header__market__dropdown-btn img {
  width: 16px;
  margin-right: 8px;
}
.header__market__dropdown-btn i {
  font-size: 16px;
  color: var(--p);
}
.header__market__update {
  align-items: flex-end;
  color: var(--t40);
  font-size: 12px;
  margin-right: 12px;
}
.header__market__info, .header__market__change {
  align-items: flex-start;
  font-size: 12px;
}
.header__market__info {
  margin-right: 4px;
}
.header__market__info-price {
  font-size: 14px;
  font-weight: 700;
}
.header__market__change {
  padding-right: 4px;
  display: none;
  flex-direction: column;
}
.header__market__change-box {
  display: inline-flex;
}
.header__market__change-box i {
  position: relative;
  left: 2px;
  align-content: center;
}
.header__user {
  position: relative;
  display: flex;
  margin-left: auto;
  text-align: right;
}
.header__user-btn {
  display: flex;
  position: relative;
  min-width: 40px;
  color: var(--f);
  justify-content: center;
  align-items: center;
  padding: 0px 6px;
  cursor: pointer;
}
.header__user-btn .dropdown-menu {
  color: var(--f);
  cursor: auto;
}
.header__user-btn:focus, .header__user-btn:hover, .header__user-btn:active {
  color: var(--f) !important;
  text-decoration: none;
  background-color: #e2e2e2;
}
.header__user-btn:hover .header__user-btn__text {
  position: absolute;
  display: block;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 5px;
  transform: translateY(50px);
}
.header__user-btn:hover .header__user-btn__text::before {
  display: block;
  top: -7px;
}
.header__user-btn__box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--p);
  padding: 8px;
  border-radius: 4px;
}
.header__user-btn__dot {
  position: absolute;
  top: 0px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--red);
}
.header__user-btn__fugle_coin {
  position: absolute;
  top: -7px;
  left: -10px;
}
.header__user-btn__fugle_coin img {
  width: 20px;
  height: 20px;
}
.header__user-btn__fugle_coin.animation {
  position: absolute;
  top: -9px;
  left: -16px;
}
.header__user-btn__fugle_coin.animation img {
  width: 30px;
  height: 30px;
}
.header__user-btn__new {
  position: absolute;
  top: 9px;
  left: -6px;
  font-size: 8px;
  font-weight: bold;
  padding: 1px 4px;
  border-radius: 20px;
  color: #fff !important;
  background-color: var(--red);
  transform: scale(0.8);
}
.header__user-btn__trigger {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.header__user-btn__trigger .header__user-btn__dot {
  right: 6px;
  left: inherit;
}
.header__user-btn__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}
.header__user-btn__icon.is-user {
  width: 30px;
  height: 30px;
  margin-right: 3px;
  background-color: #fff;
  background-size: contain;
}
.header__user-btn__icon .icon-trade {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}
.header__user-btn__text {
  display: none;
  font-size: 0.875rem;
  white-space: nowrap;
}
.header__user-btn__text::before {
  content: "";
  position: absolute;
  top: -17px;
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 7px 7.5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}
.header__user-btn.is-trade, .header__user-btn.is-trade:hover, .header__user-btn.is-trade:active {
  background-color: #ffffff;
}
.header__user-btn.is-trade .header__user-btn__box {
  background-color: var(--p);
}
.header__user-btn.is-trade svg, .header__user-btn.is-trade path {
  fill: #fff !important;
  width: 100%;
  padding: 6px;
}
.header__user-btn.is-trade .header__user-btn__dot {
  right: 6px;
  left: inherit;
}
.header__user-btn.is-trade, .header__user-btn.is-trade .header__user-btn__text {
  color: #fff !important;
}
.header__user-btn svg, .header__user-btn path {
  fill: var(--f);
}
.header__user-btn .icon-hot {
  font-size: 1.3rem;
}
.header__user-btn .prefix-notice {
  margin-top: -2px;
  margin-right: 0.25rem;
}
.header__banner {
  width: calc(100% - 234px - 17px);
  height: 34px;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #ffffff;
  border-top: 2px solid var(--t20);
  border-bottom: 2px solid var(--t20);
  z-index: -1;
  overflow: hidden;
}
.header .login-btn, .header .login-btn:active, .header .login-btn:hover, .header .login-btn:focus {
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.header .btn {
  padding: 9px;
}
.header .user-box {
  width: 80px;
  height: 80px;
  margin: 10px auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  background-size: contain;
  background-image: url("../images/default_user.svg");
}
.header .is-cta {
  height: 38px;
  color: #fff !important;
  background-color: var(--p) !important;
  margin-top: 6px;
}

.is-watchlist .header__search {
  max-width: calc(var(--watchListWidth) - 60px);
}
.is-watchlist .header__banner {
  width: calc(100% - var(--watchListWidth) - 17px);
}

.is-trading .header__banner {
  right: var(--tradinglWidth);
  width: calc(100% - 234px - var(--tradinglWidth) - 17px);
}

.is-watchlist.is-trading .header__banner {
  width: calc(100% - var(--watchListWidth) - var(--tradinglWidth) - 17px);
}

.get-contract-error-dialog .modal-header, .get-contract-error-dialog .modal-body, .get-contract-error-dialog .modal-footer > button, .sign-contract-error-dialog .modal-header, .sign-contract-error-dialog .modal-body, .sign-contract-error-dialog .modal-footer > button, .sign-contract-dialog .modal-header, .sign-contract-dialog .modal-body, .sign-contract-dialog .modal-footer > button {
  font-size: 16px;
}

.sign-contract-dialog .indent {
  padding-left: 16px;
}

@media (min-width: 992px) {
  .header {
    z-index: 330;
  }
}
@media (min-width: 1024px) {
  .header__market__change {
    display: flex;
  }
  .is-watchlist .us-market .header__market__change {
    display: none;
  }
  .header__market svg {
    display: block;
  }
  .is-watchlist .header__market svg {
    display: none;
  }
}
@media (min-width: 1440px) {
  .header__market svg {
    display: block;
  }
  .is-watchlist .us-market .header__market__change {
    display: flex;
  }
  .is-watchlist.is-trading .us-market .header__market__change {
    display: none;
  }
  .header__user-btn {
    display: flex;
  }
  .header__user-btn__text {
    display: block;
  }
  .header__user-btn:hover .header__user-btn__text {
    display: block;
    position: relative;
    color: var(--f) !important;
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
    transform: translateY(0px);
  }
  .header__user-btn:hover .header__user-btn__text::before {
    display: none;
  }
  .header__user-btn.is-trade:not(.is-trade-active):hover .header__user-btn__text {
    color: #fff !important;
  }
  .header__user-btn .icon-hot {
    margin-right: 5px;
  }
  .is-watchlist .header__market svg {
    display: block;
  }
  .is-watchlist .header__user-btn, .is-trading .header__user-btn {
    margin-right: 0px;
  }
  .is-watchlist .header__user-btn__text, .is-trading .header__user-btn__text {
    display: none;
  }
  .is-watchlist .header__user-btn:hover .header__user-btn__text, .is-trading .header__user-btn:hover .header__user-btn__text {
    position: absolute;
    display: block;
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    padding: 5px;
    transform: translateY(50px);
  }
  .is-watchlist .header__user-btn:hover .header__user-btn__text::before, .is-trading .header__user-btn:hover .header__user-btn__text::before {
    display: block;
    top: -7px;
  }
  .is-watchlist .header__user-btn .icon-hot, .is-trading .header__user-btn .icon-hot {
    margin-right: 0px;
  }
  .is-watchlist.is-trading .header__market svg {
    display: none;
  }
}
@media (min-width: 1800px) {
  .header__user-btn {
    padding: 0px 6px;
  }
  .is-watchlist .header__market svg, .is-trading .header__market svg {
    display: block;
  }
  .is-watchlist .header__user-btn, .is-trading .header__user-btn {
    margin-right: 0px;
  }
  .is-watchlist .header__user-btn__text, .is-trading .header__user-btn__text {
    display: block;
  }
  .is-watchlist .header__user-btn:hover .header__user-btn__text, .is-trading .header__user-btn:hover .header__user-btn__text {
    display: block;
    position: relative;
    color: var(--f) !important;
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
    transform: translateY(0px);
  }
  .is-watchlist .header__user-btn:hover .header__user-btn__text::before, .is-trading .header__user-btn:hover .header__user-btn__text::before {
    display: none;
  }
  .is-watchlist .header__user-btn.is-trade:not(.is-trade-active):hover .header__user-btn__text, .is-trading .header__user-btn.is-trade:not(.is-trade-active):hover .header__user-btn__text {
    color: #fff !important;
  }
  .is-watchlist .header__user-btn .icon-hot, .is-trading .header__user-btn .icon-hot {
    margin-right: 5px;
  }
  .is-watchlist .header__user-btn .header__market__change, .is-trading .header__user-btn .header__market__change {
    display: flex;
  }
  .is-watchlist.is-trading .header__market svg {
    display: block;
  }
  .is-watchlist.is-trading .us-market .header__market__change {
    display: flex;
  }
  .is-trading .header__user-btn .header__user-btn__box, .is-trading .header__user-btn .header__user-btn__box .header__user-btn__text {
    color: var(--f) !important;
  }
}
.body.is-trading .header__user-btn__box, .body.is-trading .header__user-btn__box:hover {
  background-color: var(--t20);
}

.search-bar__clear-btn {
  display: block;
  right: 16px;
  top: 7px;
}
.search-bar__search-btn, .search-bar__recognition-btn, .search-bar__clear-btn {
  font-size: 0.825rem;
}
.search-bar .dropdown-item__icon {
  font-size: 0.725rem;
}
.search-bar .form-control {
  border: 0px;
}

.header .search-bar__dropdown {
  display: none;
  padding: 1px;
  top: calc(100% - 1px);
}
.header .search-bar__dropdown::before {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border: 1px solid var(--t30);
}
.header .search-bar__dropdown-item {
  padding: 0.6rem 0rem;
}
.header .search-bar__clear-btn {
  display: none;
}
.header .search-bar__input {
  height: 32px;
  width: 164px;
  border-radius: 4px;
  background-color: var(--t20);
  transition: all 0.2s cubic-bezier(0.4, 0.6, 0.2, 1);
  padding: 0px 0px 0px 5px;
  font-size: 16px;
}
.header .search-bar__input:hover {
  box-shadow: none;
}
.header .search-bar__input::placeholder {
  color: var(--f40);
}
.header .search-bar__search-btn {
  left: 12px;
  display: none;
  font-size: 12px;
  top: 2px;
  left: 8px;
}
.header .search-bar.is-recognition .search-bar__recognition-btn {
  display: none;
  font-size: 12px;
  right: 8px;
  top: 2px;
}
.header .search-bar.active .search-bar__input {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.header .search-bar .search-bar__dropdown {
  display: block;
}
.header .search-bar .dropdown-item__icon {
  display: none;
}

.header.is-watchlist .search-bar:hover .search-bar__input {
  padding-left: 38px;
}
.header.is-watchlist .search-bar .search-bar__input {
  width: calc(var(--watchListWidth) - 60px - 8px);
  padding-left: 38px;
}
.header.is-watchlist .search-bar .search-bar__search-btn, .header.is-watchlist .search-bar .search-bar__recognition-btn, .header.is-watchlist .search-bar .dropdown-item__icon {
  display: block;
}

.card-group {
  display: block;
  min-height: 500px;
  width: calc(100% + 66px);
  margin-left: -18px;
}
.card-group::-webkit-scrollbar {
  display: none;
}
.card-group .card {
  padding-bottom: 10px;
}
.card-group .trading-view-container {
  height: calc(100vh - 75px);
}

.card-group-header {
  position: sticky;
  display: flex;
  flex-direction: column;
  z-index: 10;
  top: 0px;
  background: linear-gradient(180deg, #FFF 24%, #F5F5F5 100%);
  width: calc(100% + 40px);
  transform: translateX(-20px);
  min-width: 578px;
}
.card-group-header__container {
  display: flex;
  border-bottom: 1px solid var(--t20);
  z-index: 1;
  container-type: inline-size;
  width: 100%;
}
.card-group-header__container .horizontal-line {
  width: calc(100% - 20px);
  height: 0;
  background-color: var(--t20);
  position: absolute;
}
.card-group-header__container:has(.is-second-line) .horizontal-line {
  height: 1px;
  top: 64px;
  width: calc(100% + 20px);
}
.card-group-header__upper-left {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0 20px;
}
.card-group-header__upper-left .dropdown {
  transform: translateY(10px);
}
.card-group-header__upper-left.is-combination {
  width: 100%;
  overflow: auto;
  padding-top: 6px;
}
.card-group-header__upper-left.is-combination::-webkit-scrollbar {
  display: none;
}
.card-group-header__upper-left:has(.card-group-header__volume-and-time.is-second-line) .card-group-header__important-date.is-second-line {
  transform: translateX(-16px);
}
.card-group-header__upper-left:has(.card-group-header__volume-and-time.is-second-line) .card-group-header__price .card-group-header__divider {
  visibility: hidden;
}
.card-group-header__upper-left:has(.card-group-header__important-date.is-second-line) .card-group-header__volume-and-time .card-group-header__divider, .card-group-header__upper-left:not(:has(.card-group-header__important-date)) .card-group-header__volume-and-time .card-group-header__divider {
  visibility: hidden;
}
.card-group-header__upper-right {
  width: fit-content;
  margin-left: auto;
  display: flex;
}
.card-group-header__upper-right:has(.card-group-header__volume-and-time.is-second-line) {
  position: absolute;
  top: 16px;
  right: 0;
}
.card-group-header__divider {
  width: 1px;
  height: 20px;
  background-color: var(--t20);
  margin: 0 16px;
}
.card-group-header__info {
  display: flex;
  align-items: center;
}
.card-group-header__info__wrapper {
  margin-left: 12px;
}
.card-group-header__info__top {
  font-size: 20px;
  line-height: 24px;
}
.card-group-header__info__top .tooltip-content {
  position: absolute;
  top: 38px;
  text-wrap: wrap;
  max-width: 390px;
  opacity: 0;
  background-color: var(--fs-tooltip-bg);
  color: white;
  word-break: break-word;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 21px;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  z-index: -1;
}
.card-group-header__info__top.is-truncated .stock-name {
  cursor: pointer;
}
.card-group-header__info__top.is-truncated:hover .tooltip-content {
  opacity: 1;
  z-index: 1;
}
.card-group-header__info__bottom {
  display: flex;
  align-items: center;
  margin-top: 1px;
}
.card-group-header__info__category {
  font-size: 10px;
  border-radius: 2px;
  width: 20px;
  height: 16px;
  align-content: center;
  text-align: center;
}
.card-group-header__info__symbol, .card-group-header__info__market {
  font-size: 13px;
  color: var(--t40);
}
.card-group-header__info__status {
  position: relative;
  top: -1px;
  font-size: 10px;
  margin-right: 4px;
}
.card-group-header__info__item:nth-child(2)::before, .card-group-header__info__item:not(:last-child)::after {
  content: "•";
  margin: auto 2px;
  color: var(--t30);
  font-size: 8px;
  position: relative;
  top: -2px;
}
.card-group-header__price {
  display: flex;
  align-items: center;
}
.card-group-header__price__trial {
  margin-right: 12px;
  color: var(--t40);
}
.card-group-header__price__price {
  font-size: 34px;
  line-height: 34px;
}
.card-group-header__price .stock-rate {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}
.card-group-header__price .stock-rate span {
  font-size: 16px;
  line-height: 16px;
}
.card-group-header__price .stock-rate span:last-child {
  margin-top: 4px;
}
.card-group-header__price .is-non-realtime {
  margin-left: 4px;
}
.card-group-header__price__non-realtime {
  margin-left: 4px;
  align-self: flex-end;
  display: flex;
  position: relative;
  align-items: center;
  top: -2px;
}
.card-group-header__price__non-realtime-text {
  font-size: 12px;
  color: var(--t40);
  margin-left: 2px;
}
.card-group-header__volume-and-time {
  display: flex;
  align-items: center;
}
.card-group-header__volume-and-time-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-group-header__volume-and-time.is-second-line {
  display: flex;
  flex-direction: row;
}
.card-group-header__volume-and-time.is-second-line .card-group-header__volume-and-time-box {
  flex-direction: row;
}
.card-group-header__volume-and-time.is-second-line .card-group-header__time {
  margin-left: 16px;
}
.card-group-header__volume, .card-group-header__time {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.card-group-header__volume span:first-child, .card-group-header__time span:first-child {
  color: var(--t40);
  margin-right: 12px;
}
.card-group-header__important-date {
  display: flex;
}
.card-group-header__important-date__icon {
  margin-right: 4px;
  position: relative;
  top: -1px;
  height: 14px;
}
.card-group-header__important-date__icon i {
  font-size: 13px;
  color: var(--t40);
}
.card-group-header__important-date-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 42px;
  font-size: 13px;
  justify-content: center;
}
.card-group-header__important-date .important-date-info__content {
  min-height: 18px;
  margin-right: 12px;
}
.card-group-header__important-date.is-second-line .card-group-header__important-date {
  align-items: center;
}
.card-group-header__important-date.is-second-line .card-group-header__important-date__icon {
  top: -4px;
}
.card-group-header__important-date.is-second-line .card-group-header__important-date-box {
  flex-direction: row;
  align-items: center;
  height: unset;
}
.card-group-header__trading-view .fs-tooltip-inner, .card-group-header__versus .fs-tooltip-inner {
  min-width: 184px;
}
.card-group-header__trading-view .fs-tooltip-inner .trading-view__content--unauthenticated, .card-group-header__versus .fs-tooltip-inner .trading-view__content--unauthenticated {
  width: 200px;
}
.card-group-header__trading-view .fs-tooltip-inner .trading-view__content__title, .card-group-header__versus .fs-tooltip-inner .trading-view__content__title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 8px 0;
}
.card-group-header__trading-view .fs-tooltip-inner .trading-view__content__description, .card-group-header__versus .fs-tooltip-inner .trading-view__content__description {
  text-align: center;
  margin-bottom: 16px;
}
.card-group-header__trading-view .trading-view-tooltip, .card-group-header__trading-view .versus-tooltip, .card-group-header__versus .trading-view-tooltip, .card-group-header__versus .versus-tooltip {
  border-left: 1px solid var(--t20);
}
.card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner {
  width: 280px;
}
.card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .fs-tooltip-inner-content, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .fs-tooltip-inner-content, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .fs-tooltip-inner-content, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .fs-tooltip-inner-content {
  padding: 12px;
}
.card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint, .card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint {
  display: flex;
  flex-direction: column;
  cursor: auto;
}
.card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__title, .card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint__title, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__title, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint__title, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__title, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint__title, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__title, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__content, .card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint__content, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__content, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint__content, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__content, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint__content, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__content, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint__content {
  margin: 12px 0;
}
.card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__footer, .card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint__footer, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__footer, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint__footer, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__footer, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint__footer, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__footer, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint__footer {
  width: 100%;
}
.card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__footer button, .card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint__footer button, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__footer button, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint__footer button, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__footer button, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint__footer button, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__footer button, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint__footer button {
  border-radius: 4px;
}
.card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__title, .card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__content, .card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint__title, .card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint__content, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__title, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__content, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint__title, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint__content, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__title, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__content, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint__title, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint__content, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__title, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint__content, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint__title, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint__content {
  color: var(--t10);
}
.card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint .close-btn, .card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint .close-btn, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint .close-btn, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint .close-btn, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint .close-btn, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint .close-btn, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint .close-btn, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint .close-btn {
  position: absolute;
  top: 19px;
  right: 6px;
}
.card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint .close-btn i, .card-group-header__trading-view .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint .close-btn i, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint .close-btn i, .card-group-header__trading-view .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint .close-btn i, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .trading-view-hint .close-btn i, .card-group-header__versus .trading-view-tooltip.show-hint .fs-tooltip-inner .versus-hint .close-btn i, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .trading-view-hint .close-btn i, .card-group-header__versus .versus-tooltip.show-hint .fs-tooltip-inner .versus-hint .close-btn i {
  color: #cccccc;
  font-size: 18px;
}
.card-group-header__versus .fs-tooltip-inner {
  min-width: 100px;
}
.card-group-header__versus .versus-tooltip {
  border-left: 1px solid var(--t20);
}
.card-group-header__versus .versus-tooltip.is-dropdown .fs-tooltip-inner {
  opacity: 0;
}
.card-group-header__versus .versus-icon {
  border-radius: 4px;
  width: 24px;
  height: 24px;
  background-color: #eaeaea;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
}
.card-group-header__trading-view .trading-view-btn, .card-group-header__trading-view .versus-btn, .card-group-header__versus .trading-view-btn, .card-group-header__versus .versus-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 64px;
  padding: 0px !important;
  margin: 0px !important;
  background-color: transparent;
  transition: height 0.3s;
}
.card-group-header__trading-view .trading-view-btn:hover, .card-group-header__trading-view .versus-btn:hover, .card-group-header__versus .trading-view-btn:hover, .card-group-header__versus .versus-btn:hover {
  background-color: var(--t20);
}
.card-group-header__info, .card-group-header__price, .card-group-header__volume-and-time, .card-group-header__important-date {
  padding-bottom: 10px;
}
.card-group-header .is-second-line {
  padding-top: 12px;
}
.card-group-header .is-second-line .card-group-header__divider {
  height: 1px;
  background-color: transparent;
}
.card-group-header .combination-group-info__divider {
  width: 1px;
  height: 32px;
  background-color: #eaeaea;
  margin: auto 12px;
}
.card-group-header .combination-group-info__item {
  display: flex;
  align-items: center;
}
.card-group-header .combination-group-info__info {
  margin-left: 12px;
}
.card-group-header .combination-group-info__info .stock-name {
  font-size: 20px;
  line-height: 20px;
}
.card-group-header .combination-group-info__info .stock-info {
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.card-group-header .combination-group-info__price {
  margin-left: 8px;
}
.card-group-header .combination-group-info__price .stock-price {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 3px;
}
.card-group-header .combination-group-info__trial {
  margin-left: 10px;
  line-height: 21px;
  color: var(--t40);
  align-self: flex-start;
  position: relative;
  top: 5px;
}
.card-group-header .combination-group-info__close-btn {
  margin-left: 6px;
  align-self: flex-start;
  position: relative;
  top: -4px;
  font-size: 16px;
}
.card-group-header .combination-group-info .dropdown {
  position: fixed !important;
  z-index: 1;
}
.card-group-header .combination-group-info .fs-tooltip-inner-content {
  position: fixed;
  max-width: 300px;
  text-wrap: wrap;
}
.card-group-header.fixed .card-group-header__info__bottom, .card-group-header.fixed .card-group-header__volume-and-time, .card-group-header.fixed .card-group-header__important-date {
  display: none;
}
.card-group-header.fixed .card-group-header__info, .card-group-header.fixed .card-group-header__price, .card-group-header.fixed .card-group-header__volume-and-time, .card-group-header.fixed .card-group-header__important-date {
  padding-bottom: 6px;
}
.card-group-header.fixed .card-group-header__upper-left {
  padding-top: 6px;
}
.card-group-header.fixed .card-group-header__upper-left.is-combination {
  padding-top: 0;
}
.card-group-header.fixed .card-group-header__price__price {
  font-size: 24px;
  line-height: 24px;
}
.card-group-header.fixed .card-group-header__price__non-realtime {
  align-self: unset;
  top: 3px;
}
.card-group-header.fixed .card-group-header__price .stock-rate {
  flex-direction: row;
  position: relative;
  top: 3px;
}
.card-group-header.fixed .card-group-header__price .stock-rate span {
  font-size: 16px;
}
.card-group-header.fixed .card-group-header__price .stock-rate span:last-child {
  margin: 0 0 0 8px;
}
.card-group-header.fixed .card-group-header__price .card-group-header__divider {
  display: none;
}
.card-group-header.fixed .card-group-header__trading-view .trading-view-btn, .card-group-header.fixed .card-group-header__trading-view .versus-btn, .card-group-header.fixed .card-group-header__versus .trading-view-btn, .card-group-header.fixed .card-group-header__versus .versus-btn {
  height: 48px;
}
.card-group-header.fixed .combination-group-info {
  margin-top: 0;
}
.card-group-header.fixed .combination-group-info .stock-info, .card-group-header.fixed .combination-group-info .stock-change-price {
  display: none;
}
.card-group-header.fixed .combination-group-info .stock-price {
  margin-bottom: 0;
}
.card-group-header.fixed .combination-group-info__trial {
  align-self: center;
  top: 0;
}
.card-group-header.fixed .combination-group-info__close-btn {
  top: 0;
}

.card-item {
  margin: 0px 0.5rem;
}
.card-item .modal, .card-item .modal-backdrop {
  width: calc(100% - 17px) !important;
}
.card-item .modal-backdrop {
  right: 9px;
  bottom: 15px;
  left: 8px;
}

.recommend-cards-box {
  display: flex;
  padding: 12px 20px 8px;
}
.recommend-cards-box .research-report-link__btn {
  display: flex;
  align-items: center;
}
.recommend-cards-box .research-report-link__icon {
  font-size: 14px;
  margin-right: 4px;
}
.recommend-cards-box .research-report-link__divider {
  width: 1px;
  height: 16px;
  background-color: #eaeaea;
  margin: auto 12px;
}
.recommend-cards-box .recommend-card {
  margin-right: 8px;
}
.recommend-cards-box .input-combobox .dropdown {
  position: initial;
}
.recommend-cards-box .input-combobox {
  position: initial;
  max-width: 100px;
}
.recommend-cards-box .input-combobox input {
  color: var(--f);
  border: none;
  width: 100%;
  outline: none;
  padding: 8px 18px 8px 12px;
}
.recommend-cards-box .input-combobox__arrow {
  position: absolute;
  top: 13px;
  right: 4px;
  pointer-events: none;
}
.recommend-cards-box .dropdown .layout-block {
  display: flex;
  align-items: center;
}
.recommend-cards-box .dropdown .layout-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  height: 36px;
}
.recommend-cards-box .dropdown .layout-icon {
  font-size: 14px;
  margin-right: 4px;
}
.recommend-cards-box .dropdown .dropdown-icon {
  margin-left: 6px;
}
.recommend-cards-box .dropdown .dropdown-item .material-icons {
  position: relative;
  top: -2px;
}
.recommend-cards-box .dropdown-item, .recommend-cards-box .dropdown-item .material-icons {
  font-size: 16px;
}
.recommend-cards-box .research-report-link__btn, .recommend-cards-box .recommend-card, .recommend-cards-box .input-combobox input {
  height: 36px;
  border-radius: 4px;
}

@container (inline-size > 868px) {
  .card-group-header__trading-view .trading-view-btn, .card-group-header__trading-view .versus-btn, .card-group-header__versus .trading-view-btn, .card-group-header__versus .versus-btn {
    width: 64px;
  }
}
.body.dark-theme .card-group-header {
  background: linear-gradient(180deg, #0B0B0B 22.63%, #1D1D1D 100%);
}
.body.dark-theme .card-group-header__container {
  border-bottom: 1px solid var(--t60);
}
.body.dark-theme .card-group-header__container .horizontal-line {
  background-color: var(--t60);
}
.body.dark-theme .card-group-header__divider {
  background-color: var(--t60);
}
.body.dark-theme .card-group-header__info__symbol, .body.dark-theme .card-group-header__info__market {
  color: var(--t20);
}
.body.dark-theme .card-group-header__price__trial, .body.dark-theme .card-group-header__price__non-realtime-text {
  color: var(--t20);
}
.body.dark-theme .card-group-header__volume span:first-child, .body.dark-theme .card-group-header__time span:first-child {
  color: var(--t20);
}
.body.dark-theme .card-group-header__important-date__icon i {
  color: var(--t20);
}
.body.dark-theme .card-group-header__trading-view .trading-view-tooltip, .body.dark-theme .card-group-header__trading-view .versus-tooltip, .body.dark-theme .card-group-header__versus .trading-view-tooltip, .body.dark-theme .card-group-header__versus .versus-tooltip {
  border-left: 1px solid var(--t60);
}
.body.dark-theme .card-group-header__trading-view .trading-view-btn, .body.dark-theme .card-group-header__trading-view .versus-btn, .body.dark-theme .card-group-header__versus .trading-view-btn, .body.dark-theme .card-group-header__versus .versus-btn {
  background-color: transparent;
}
.body.dark-theme .card-group-header__trading-view .trading-view-btn:hover, .body.dark-theme .card-group-header__trading-view .versus-btn:hover, .body.dark-theme .card-group-header__versus .trading-view-btn:hover, .body.dark-theme .card-group-header__versus .versus-btn:hover {
  background-color: var(--t70);
}
.body.dark-theme .card-group-header__trading-view .versus-icon, .body.dark-theme .card-group-header__versus .versus-icon {
  background-color: var(--t40);
  color: var(--f);
}
.body.dark-theme .card-group-header .combination-group-info__divider {
  background-color: var(--t70);
}
.body.dark-theme .card-group-header .combination-group-info__trial {
  color: var(--t20);
}
.body.dark-theme .recommend-cards-box .research-report-link__divider {
  background-color: var(--t60);
}

.watchlist {
  position: fixed;
  display: flex;
  top: var(--headerHeight);
  left: 0px;
  height: calc(100% - var(--headerHeight));
  width: 234px;
  z-index: 300;
  background-color: var(--t10);
  transition: width var(--layoutDuration) cubic-bezier(0.4, 0.6, 0.2, 1);
  border-top: 1px solid var(--t20);
}
.watchlist.is-not-login.open {
  width: var(--watchListWidth);
}
.watchlist.is-not-login.open .watchlist-box {
  width: 100%;
}
.watchlist.is-not-login .watchlist-box {
  width: var(--watchListWidth);
}
.watchlist.open {
  width: var(--watchListWidth);
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14), 0 8px 9px 0 rgba(0, 0, 0, 0.12);
}
.watchlist.open .watchlist-box {
  width: calc(var(--watchListWidth) - 67px);
}
.watchlist.open .watchlist-box-body.stop-scrolling {
  overflow-y: hidden;
}
.watchlist.open .watchlist-tool-box {
  padding-left: 8px;
}
.watchlist.open .watchlist-tool-box.with-label {
  padding-left: 20px;
}
.watchlist.open .watchlist-tool-box.fix-double-line-height {
  display: flex;
  justify-content: space-between;
  height: 28px;
}
.watchlist.open .watchlist-tool-box-left {
  margin-right: 40px;
}
.watchlist.open .watchlist-tool-box-right {
  padding: 0 4px;
}
.watchlist.open .btn-tool-icon.is-arrow {
  width: initial;
}
.watchlist.open .btn-tool-icon.is-arrow .icon-arrow {
  transform: rotate(0deg);
}
.watchlist.open .watchlist-notification {
  width: calc(var(--watchListWidth) - 74px);
  opacity: 1;
  transition-property: width, opacity;
  transition-duration: var(--layoutDuration);
  transition-timing-function: cubic-bezier(0.4, 0.6, 0.2, 1);
}
.watchlist-group {
  width: 70px;
  color: var(--t40);
  background-color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 3px solid var(--t20);
}
.watchlist-group::-webkit-scrollbar {
  width: 0px;
}
.watchlist-group__item {
  font-size: 80%;
  position: relative;
  display: flex;
  cursor: pointer;
  min-height: 45px;
  padding: 6px 4px 6px 12px;
  user-select: none;
  align-items: center;
  word-break: break-word;
  justify-content: flex-start;
  font-size: 12px;
  color: var(--f);
}
.watchlist-group__item:first-child {
  border-top: none;
}
.watchlist-group__item:hover {
  background-color: var(--t10);
  color: var(--f);
}
.watchlist-group__item.active {
  color: var(--p60);
  border-left: 3px solid var(--p);
  background: linear-gradient(90deg, rgba(244, 175, 28, 0.11) 7.41%, rgba(244, 175, 28, 0) 100.93%);
  padding-left: 9px;
  font-weight: 700;
}
.watchlist-group__item.is-add {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
  color: var(--f);
}
.watchlist-group__item.is-add:hover:before, .watchlist-group__item.is-add.active:before {
  background-color: transparent;
}
.watchlist-box {
  display: flex;
  flex-direction: column;
  width: 164px;
  height: 100%;
  transition: width var(--layoutDuration) cubic-bezier(0.4, 0.6, 0.2, 1);
  background-color: #ffffff;
  overflow: auto;
}
.watchlist-box-body {
  height: 100%;
  overflow-y: auto;
}
.watchlist-box-body.s-scrollbar::-webkit-scrollbar {
  width: 0px;
}
.watchlist-notification {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 8px 8px;
  width: 0;
  opacity: 0;
  height: 36px;
  position: fixed;
  bottom: 0;
  background-color: #ffffff;
  border-top: 1px solid var(--t20);
  font-size: 12px;
  transition: width var(--layoutDuration) cubic-bezier(0.4, 0.6, 0.2, 1);
}
.watchlist-notification__left {
  display: flex;
  align-items: center;
}
.watchlist-notification__left p {
  margin: 0 4px;
}
.watchlist-notification__btn {
  height: 36px;
  color: var(--t40);
}
.watchlist-notification__setting {
  position: absolute;
  right: -161px;
  bottom: 0;
  width: 202px;
  background-color: #ffffff;
  padding: 4px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.watchlist-notification__setting-top, .watchlist-notification__setting-bottom {
  padding: 8px;
  display: flex;
  font-size: 14px;
  margin: 0;
}
.watchlist-notification__setting-top {
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: var(--f);
}
.watchlist-notification__setting-bottom {
  flex-direction: column;
  font-size: 12px;
  border-top: 1px solid var(--t20);
}
.watchlist-notification__switch {
  padding-left: 2.5rem;
}
.watchlist-add-box {
  position: relative;
  height: 48px;
  border-bottom: 1px solid var(--t20);
  margin-bottom: 36px;
}
.watchlist-add-box .search-bar.active .search-bar__clear-btn {
  display: block;
  opacity: 0.6;
}
.watchlist-add-box .search-bar .search-bar__dropdown::before {
  border-radius: 0px;
}
.watchlist-add-box .search-bar .search-bar__input {
  border: none;
  font-size: 1rem;
  padding: 12px;
  background-color: transparent;
}
.watchlist-add-box .search-bar .search-bar__input::placeholder {
  color: var(--t40);
  font-size: 14px;
}
.watchlist-add-box .search-bar .search-bar__search-btn {
  display: none;
}
.watchlist-add-box .search-bar .search-bar__clear-btn {
  display: none;
  top: 10px;
}
.watchlist-add-box .search-bar .search-bar__dropdown {
  left: 1px;
}
.watchlist-add-box .search-bar .dropdown-item {
  padding-left: 8px;
}
.watchlist-tool-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 34px;
  padding-left: 8px;
  border-bottom: 1px solid var(--t20);
  font-weight: 700;
  border-top-right-radius: 4px;
}
.watchlist-tool-box-left {
  align-items: center;
  justify-content: space-between;
  margin-right: 4px;
}
.watchlist-tool-box-right {
  padding-left: 4px;
}
.watchlist-tool-box.fix-double-line-height {
  display: block;
  height: 48px;
  padding: 8px;
}
.watchlist-tool-box__category {
  font-size: 12px;
  color: var(--t40);
  display: flex;
}
.watchlist-tool-box__category button {
  padding: 0;
  position: relative;
  top: -2px;
  margin-left: 2px;
}
.watchlist-tool-box__category i {
  color: var(--t40);
  font-size: 12px;
  cursor: pointer;
}
.watchlist-tool-box__notification-icon {
  position: relative;
  top: -2px;
  left: -2px;
}
.watchlist-accordion-box {
  position: absolute;
  top: 0;
  right: -16px;
  width: 16px;
  height: 34px;
  background-color: #ffffff;
  border: 1px solid var(--t20);
  border-radius: 0 4px 4px 0;
  transform: translateY(-1px);
}
.watchlist-accordion-box button {
  width: 100% !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.watchlist-accordion-box button i {
  font-size: 18px;
}
.watchlist-accordion-box button:hover {
  background-color: #eaeaea;
  border-color: #eaeaea;
  border-radius: 0 4px 4px 0;
}
.watchlist .btn-stock-add {
  box-shadow: none;
  padding: 0.5rem;
  background-color: transparent;
}
.watchlist .btn-tool-icon {
  color: var(--t40);
  box-shadow: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.watchlist .btn-tool-icon.is-arrow {
  text-align: center;
}
.watchlist .btn-tool-icon.is-arrow .icon-arrow {
  width: 20px;
  transform: rotate(180deg);
}
.watchlist .btn-tool-icon.is-settings .icon-settings {
  font-size: 14px;
  vertical-align: -0.125rem;
  width: 24px;
}
.watchlist .btn-tool-icon__notice {
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--red);
  border-radius: 50%;
}
.watchlist-accordion-box .btn-tool-icon__notice {
  top: 0;
  right: -2px;
}
.watchlist .stock-drag {
  opacity: 0;
}

.demo-watchlist-add-btn {
  color: var(--t40);
}
.demo-watchlist-add-btn:hover {
  color: var(--t40);
  text-decoration: none;
}

.btn-symbol-remove-confirm {
  padding-top: 3px;
}

.sortable-item {
  transition-property: none;
}

.sortable-item.is-dragging {
  position: relative;
  transition-duration: 0s;
  z-index: 1000;
  background-color: #ececec;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}

.default-important-date-dialog .modal-header {
  font-size: 16px;
  line-height: 1;
}
.default-important-date-dialog .default-important-date__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 46px 24px;
}
.default-important-date-dialog .default-important-date__cover {
  width: 240px;
}
.default-important-date-dialog .default-important-date__title {
  font-size: 24px;
  font-weight: 700;
  margin: 16px 0;
}
.default-important-date-dialog .default-important-date__content {
  font-size: 16px;
}

.important-date-dialog .modal-header {
  font-size: 16px;
}
.important-date-dialog .modal-body .watchlist-stock__box {
  border-radius: 8px;
  background-color: var(--t20);
}
.important-date-dialog .modal-footer button {
  font-size: 16px;
  margin: 0;
  min-width: unset;
}
.important-date-dialog .modal-footer button:last-child {
  margin-right: 8px;
}

.default-important-date-dialog h2, .important-date-dialog h2 {
  font-size: 14px;
  color: var(--t40);
}
.default-important-date-dialog .line, .important-date-dialog .line {
  border-top: 1px solid var(--t20);
  margin: 0;
}
.default-important-date-dialog .new-feature-label, .important-date-dialog .new-feature-label {
  font-size: 10px;
  color: #ffffff;
  background-color: var(--red);
  padding: 1px 5px;
  border-radius: 100px;
  height: fit-content;
  margin-left: 4px;
}
.default-important-date-dialog .choice-chip, .important-date-dialog .choice-chip {
  background-color: var(--t10);
  border-radius: 4px;
  flex: 1 1 256px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--t10);
}
.default-important-date-dialog .choice-chip + .choice-chip, .important-date-dialog .choice-chip + .choice-chip {
  margin-left: 16px;
}
.default-important-date-dialog .choice-chip.important-date-btn, .important-date-dialog .choice-chip.important-date-btn {
  padding: 11px;
}
.default-important-date-dialog .choice-chip.market-label-btn, .important-date-dialog .choice-chip.market-label-btn {
  padding: 12px 20px;
  font-size: 14px;
}
.default-important-date-dialog .choice-chip.market-label-btn.non-label, .important-date-dialog .choice-chip.market-label-btn.non-label {
  padding-left: 8px;
}
.default-important-date-dialog .choice-chip.important-date-btn:hover, .default-important-date-dialog .choice-chip.market-label-btn:hover, .important-date-dialog .choice-chip.important-date-btn:hover, .important-date-dialog .choice-chip.market-label-btn:hover {
  border-color: var(--p);
}
.default-important-date-dialog .choice-chip.selected, .important-date-dialog .choice-chip.selected {
  border-color: var(--p);
}
.default-important-date-dialog .choice-chip__option, .important-date-dialog .choice-chip__option {
  font-size: 14px;
  color: var(--f);
}
.default-important-date-dialog .choice-chip__note, .important-date-dialog .choice-chip__note {
  font-size: 12px;
  color: var(--t40);
  margin-left: 4px;
}
.default-important-date-dialog .choice-chip .badge, .important-date-dialog .choice-chip .badge {
  font-size: 10px;
  color: #878787;
  margin-top: 11px;
}
.default-important-date-dialog .important-date-block, .default-important-date-dialog .important-date-error, .important-date-dialog .important-date-block, .important-date-dialog .important-date-error {
  height: 50px;
}
.default-important-date-dialog .important-date-block i, .important-date-dialog .important-date-block i {
  transform: translateY(-2px);
}
.default-important-date-dialog .important-date-error__hint, .important-date-dialog .important-date-error__hint {
  font-size: 14px;
}
.default-important-date-dialog .btn, .important-date-dialog .btn {
  min-width: unset;
  margin-left: 0;
}

@media (min-width: 1280px) {
  .watchlist.open {
    box-shadow: none;
  }
}
.watchlist-stock {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 55px;
  overflow: hidden;
  border-bottom: 1px solid var(--t20);
}
.watchlist-stock:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.watchlist-stock:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.watchlist-stock .drag {
  cursor: move !important;
  cursor: grab !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important;
}
.watchlist-stock__edit {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  width: 26px;
  height: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
  opacity: 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.04);
  padding: unset;
}
.watchlist-stock__edit-icon-box {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.watchlist-stock__edit i {
  background-color: transparent;
  color: var(--t50);
  font-size: 14px;
}
.watchlist-stock__edit:hover .watchlist-stock__edit-icon-box {
  background-color: var(--t40);
}
.watchlist-stock__edit:hover i {
  font-size: 14px;
  color: #ffffff;
}
.watchlist-stock__edit-box {
  background-color: #ffffff;
  position: fixed;
  width: 172px;
  border-radius: 4px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 4px;
  font-size: 14px;
  transform: translateX(0px);
}
.watchlist-stock__edit-box > div + div {
  border-top: 1px solid var(--t20);
}
.watchlist-stock__edit-move > button, .watchlist-stock__edit-add > button, .watchlist-stock__edit-remove > button {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 8px;
  border-radius: 4px;
}
.watchlist-stock__edit-move > button p, .watchlist-stock__edit-move > button i, .watchlist-stock__edit-add > button p, .watchlist-stock__edit-add > button i, .watchlist-stock__edit-remove > button p, .watchlist-stock__edit-remove > button i {
  margin: 0 0 0 8px;
  color: var(--f);
}
.watchlist-stock__edit-move > button:hover, .watchlist-stock__edit-add > button:hover, .watchlist-stock__edit-remove > button:hover {
  background-color: var(--t20);
}
.watchlist-stock__edit-add__list-box {
  position: fixed;
  right: 999px;
  background-color: #ffffff;
  width: 200px;
  transform: translateY(-50px);
  padding: 4px 4px 12px;
  border-radius: 4px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
.watchlist-stock__edit-add__list-box-upper {
  max-height: 358px;
  overflow-y: auto;
}
.watchlist-stock__edit-add__list-box-upper button {
  padding: 8px 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-radius: 4px;
}
.watchlist-stock__edit-add__list-box-upper button:hover {
  background-color: var(--t20);
}
.watchlist-stock__edit-add__list-box-upper button .custom-checkbox {
  padding: 0 0 0 24px;
  min-height: 12px;
}
.watchlist-stock__edit-add__list-box-upper button .custom-control-label::after {
  font-size: 18px;
}
.watchlist-stock__edit-add__list-box__input {
  padding: 6px 12px;
}
.watchlist-stock__edit-add .watchlist-stock__edit-btn {
  justify-content: space-between;
}
.watchlist-stock__edit-add:hover .watchlist-stock__edit-add__list-box {
  right: -196px;
}
.watchlist-stock__edit-remove > button i, .watchlist-stock__edit-remove > button p {
  color: var(--red);
}
.watchlist-stock__box {
  width: 100%;
  padding: 8px;
}
.watchlist-stock__box:active, .watchlist-stock__box:hover, .watchlist-stock__box:focus {
  text-decoration: none;
}
.watchlist-stock__box-tooltip .fs-tooltip-inner {
  min-width: 222px;
}
.watchlist-stock__box-info {
  color: var(--f);
  width: 100%;
  user-select: none;
  display: flex;
  position: relative;
}
.watchlist-stock__box-info__left, .watchlist-stock__box-info__right {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.watchlist-stock__box-info__left {
  margin-right: 4px;
  overflow: hidden;
}
.watchlist-stock__box-info__left .watchlist-stock__box-info__bottom {
  font-size: 14px;
  padding-top: 3px;
}
.watchlist-stock__box-info__left .watchlist-stock__box-info__bottom span {
  color: var(--t40);
}
.watchlist-stock__box-info__right {
  margin-left: auto;
  align-items: end;
}
.watchlist-stock__box-info__right .is-trial {
  font-size: 10px;
  color: var(--t40);
  border: 1px solid var(--t20);
  border-radius: 2px;
  padding: 0 2px;
}
.watchlist-stock__box-info__right .is-non-realtime {
  width: 10px;
  height: 10px;
  position: relative;
  top: -2px;
}
.watchlist-stock__box-info__right .watchlist-stock__box-info__bottom {
  padding-top: 5px;
}
.watchlist-stock__box-info__right .watchlist-stock__box-info__bottom span {
  height: 14px;
  line-height: 14px;
}
.watchlist-stock__box-info__right .watchlist-stock__box-info__bottom span:last-child {
  margin-left: 6px;
}
.watchlist-stock__box-info__top .fs-tooltip-inner {
  min-width: unset;
  max-height: 24px;
}
.watchlist-stock__box-info__top .fs-tooltip-inner-content {
  transform: translateX(-22px) translateY(-2px);
  padding: 2px 8px;
}
.watchlist-stock__box-info__top .fs-tooltip-inner-content span {
  font-size: 12px;
  line-height: 12px;
}
.watchlist-stock__box-info__top .fs-tooltip-inner-content::before {
  transform: rotate(180deg) translateX(-19px) translateY(8px);
}
.watchlist-stock__box-info__top, .watchlist-stock__box-info__bottom {
  display: flex;
  align-items: center;
}
.watchlist-stock__box-info__category {
  font-size: 8px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  min-width: 16px;
  height: 14px;
  align-content: center;
  text-align: center;
  position: absolute;
  left: -20px;
  top: 3px;
}
.watchlist-stock__box-line {
  display: none;
  width: 70px;
  padding: 0px 6px;
}
.watchlist-stock:hover .watchlist-stock__drag, .watchlist-stock:hover .watchlist-stock__edit {
  opacity: 1;
}
.watchlist-stock .badge {
  font-size: 10px;
}

.watchlist.open .watchlist-stock__box-line, .watchlist.open .watchlist-stock__drag, .watchlist.open .watchlist-stock__edit {
  display: flex;
}
.watchlist.open .watchlist-stock__box {
  width: 100%;
  padding: 8px 0 9px 8px;
}
.watchlist.open .watchlist-stock__box.with-label {
  padding-left: 20px;
}
.watchlist.open .watchlist-stock__box-info {
  width: calc(100% - 70px);
}
.watchlist.open.is-realtime .watchlist-stock__box-info {
  width: calc(100% - 70px);
}

#app-dialog .display-hint {
  font-size: 13px;
  color: var(--f);
}
#app-dialog input {
  background-color: transparent;
  padding-right: 38px;
}

.load-content-bg {
  display: flex;
  width: 100%;
  height: 100%;
}

.watchlist-content-mask {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
.watchlist-content-mask > div {
  position: relative;
}
.watchlist-content-mask .mask-bg {
  background-color: var(--t20);
}
.watchlist-content-mask .mask {
  position: absolute;
  background-color: var(--t20);
}
.watchlist-content-mask .top-line-right {
  top: 0px;
  height: 15px;
  right: 0px;
  width: 35px;
}
.watchlist-content-mask .top-line-left {
  top: 0px;
  height: 15px;
  left: 0px;
  width: 30px;
}
.watchlist-content-mask .center-line-mask {
  top: 13px;
  height: 9px;
  width: 100%;
}

.watchlist-stock:hover .watchlist-content-mask .mask, .watchlist-stock:hover .mask-bg {
  background-color: rgb(235, 235, 235);
}

iframe.trading-section.open {
  transform: translate3d(0px, 0px, 0px);
}

iframe.trading-section {
  position: fixed;
  width: var(--tradinglWidth);
  height: calc(100% - var(--headerHeight));
  top: var(--headerHeight);
  right: 0px;
  z-index: 320;
  border: none;
  border-left: 1px solid var(--t30);
  transform: translate3d(var(--tradinglWidth), 0px, 0px);
  transition: transform var(--layoutDuration) cubic-bezier(0.4, 0.6, 0.2, 1);
}

@media (min-width: 1440px) {
  iframe.trading-section {
    top: 0px;
    height: 100%;
    z-index: 330;
  }
}
.star-btn {
  color: var(--f);
  width: 20px;
  height: 40px;
  padding: 4px 2px 4px 2px;
  margin-top: 0px;
  margin-right: 6px;
  cursor: pointer;
  border-radius: 4px;
}
.star-btn.star-btn-big {
  padding: 0.28rem 0.2rem;
  border-radius: 2px;
  cursor: pointer;
  height: auto;
  width: auto;
}
.star-btn.active {
  color: #fff;
  background-color: var(--p) !important;
}

.table .star-btn {
  width: 1.563rem;
  height: 1.563rem;
  padding: 0px 2px 4px 2px;
  background-color: transparent;
  font-size: 0.7rem;
}
.table .star-btn .star-btn__text {
  display: none;
}

.star-button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 50%;
}
.star-button .star-icon {
  fill: var(--t40);
}
.star-button.with-background {
  background-color: var(--t20);
}
.star-button.with-background:hover {
  background-color: #eaeaea;
}
.star-button.with-background:hover .star-icon {
  fill: var(--t50);
}
.star-button.with-background.active {
  background-color: var(--p);
}
.star-button.with-background.active .star-icon {
  fill: #fff;
}

.body.dark-theme .star-button .star-icon {
  fill: var(--t40);
}
.body.dark-theme .star-button.with-background {
  background-color: var(--t70);
}
.body.dark-theme .star-button.with-background:hover {
  background-color: var(--t50);
}
.body.dark-theme .star-button.with-background:hover .star-icon {
  fill: var(--t20);
}
.body.dark-theme .star-button.with-background.active {
  background-color: var(--p);
}
.body.dark-theme .star-button.with-background.active .star-icon {
  fill: #fff;
}

.notes-box {
  display: flex;
  flex-direction: row;
  height: calc(100vh - 145px);
  min-height: 500px;
  margin-bottom: 30px;
}
.notes-box__menu {
  position: relative;
  width: 180px;
  border-right: 1px solid var(--t20);
  overflow-y: auto;
  overflow-x: hidden;
}
.notes-box__menu .menu-sort-btn {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  cursor: pointer;
  padding: 10px 5px;
  border-bottom: 1px solid var(--t20);
  background-color: #fff;
  font-size: 80%;
}
.notes-box__menu .menu-item {
  cursor: pointer;
  padding: 10px 5px;
  border-bottom: 1px solid var(--t20);
  white-space: nowrap;
}
.notes-box__menu .menu-item.active {
  background-color: var(--t10);
}
.notes-box__content {
  width: calc(100% - 180px);
  display: flex;
  flex-direction: column;
}
.notes-box__content .content-header {
  display: flex;
  height: 4.188rem;
  padding: 0.57rem 1rem;
  border-bottom: 1px solid var(--t20);
}
.notes-box__content .content-body {
  display: flex;
  height: calc(100% - 4.188rem);
  flex-direction: column;
}
.notes-box__content .content-body__textarea {
  height: calc(100% - 118px);
}
.notes-box__content .content-body .nav-link {
  padding: 0.75rem;
}
.notes-box__content .content-body .note-text-section, .notes-box__content .content-body .note-text-content, .notes-box__content .content-body .note-textarea {
  font-size: 1rem;
  height: 100%;
}
.notes-box__content .content-body .note-textarea {
  border: none !important;
  background-color: transparent !important;
}
.notes-box__content .content-body .note-textarea__content {
  margin-top: -23px;
}
.notes-box__content .content-body .nav-tabs-scrollable {
  height: 58px;
}

.is-trading.is-watchlist .notes-box .notes-box__menu {
  width: 135px;
}
.is-trading.is-watchlist .notes-box .notes-box__content {
  width: calc(100% - 135px);
}

@media (min-width: 1440px) {
  .is-trading.is-watchlist .notes-box .notes-box__menu {
    width: 180px;
  }
  .is-trading.is-watchlist .notes-box .notes-box__content {
    width: calc(100% - 180px);
  }
}
.heatmap {
  --rwd-add-height: 45px;
  height: calc(100vh - (210px + var(--rwd-add-height)));
}
.heatmap.is-fugle-trade {
  height: calc(100vh - (195px + var(--rwd-add-height)));
}

.heatmap-tooltips {
  position: absolute;
  right: 34px;
  bottom: 10px;
}

.heatmap-button-group .btn:last-child {
  margin-right: 0px !important;
}

@media (min-width: 1200px) {
  .heatmap {
    --rwd-add-height: 0px;
  }
}
.video-item .small {
  font-size: 0.875rem;
}

.video-index-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1%;
}
.video-index-row .video-item {
  max-width: 200px;
}
.video-index-row .video-index-row__more {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 200px;
}
.video-index-row .video-index-row__more:hover, .video-index-row .video-index-row__more:active {
  text-decoration: none !important;
}
.video-index-row .video-index-row__more-text {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 200px;
  justify-content: center;
  align-items: center;
  color: var(--t10);
  font-size: 1.25rem;
  border-radius: 4px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.video-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row;
  gap: 24px;
}
.video-row .video-item:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.video-row .video-item:first-child .video-item__body-title {
  font-size: 1.5rem;
  height: 3.75rem;
}
.video-row .video-item:first-child .small {
  font-size: 1rem;
}

@media (min-width: 1280px) {
  .is-trading.is-watchlist .video-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  .video-row {
    grid-template-columns: repeat(5, 1fr);
  }
  .is-watchlist.is-trading .video-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1680px) {
  .is-watchlist.is-trading .video-row {
    grid-template-columns: repeat(5, 1fr);
  }
}
.floating-layer {
  position: fixed;
  pointer-events: none;
  background-color: transparent;
  z-index: 400;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.auto-fetch-checkbox .custom-control-label::after {
  top: 1px;
}

.bar-chart-section {
  position: relative;
}

.market-rank-tooptip.fs-tooltip {
  position: absolute;
  left: 465px;
  top: 80px;
}
.market-rank-tooptip.fs-tooltip .fs-tooltip-inner {
  min-width: 160px;
}

.filter-button {
  padding: 0px 8px;
}
.filter-button .close-icon {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid var(--text40);
}

.profile__table__container {
  flex: 2 1;
  margin-left: -20px;
}
.profile__table__padding {
  flex: 1 2;
}
.profile__table__row {
  display: flex;
  border-bottom: 1px solid var(--t30);
  padding: 16px 0 16px 16px;
}
.profile__table__title {
  flex: 6 6;
  display: flex;
  position: relative;
}
.profile__table__content {
  flex: 11 11;
  display: flex;
  align-items: center;
}
.profile__table__content-checked {
  display: flex;
  margin: 0 2px 0 12px;
}
.profile__table__content--verified, .profile__table__content--unverified {
  font-size: 12px;
}
.profile__table__content--verified {
  color: var(--green);
}
.profile__table__content--unverified {
  color: var(--red);
}
.profile__table__action {
  width: 114px;
}
.profile__table__action-text {
  padding: unset;
  margin: 0;
  color: var(--link);
}
.profile__table__action-icon {
  padding: 0 4px 0 0;
  width: 34px;
  color: var(--t40);
}
.profile__table__action-block {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: unset;
}
.profile__table__action-block.no-icon {
  position: relative;
  right: 34px;
}
.profile__table__action-block.no-icon > .profile__table__action-icon {
  display: none;
}
.profile__table__action-block:disabled {
  cursor: auto;
}
.profile__table__tooltip {
  position: relative;
  top: -2px;
  text-decoration: none;
  margin-left: 4px;
}
.profile__table__tooltip .fs-tooltip-inner {
  transform: translateX(-4px);
}
.profile__table__third-party-block {
  display: flex;
  align-items: center;
}
.profile__table__third-party-block__is-bound {
  margin-left: 12px;
}
.profile__table__third-party-block__icon:not(.is-bound) {
  opacity: 0.3;
}
.profile__table__third-party-block + .profile__table__third-party-block {
  margin-top: 23px;
}

.dark-theme .profile__table__row {
  border-bottom: 1px solid var(--t60);
}
.dark-theme .profile__table__content--verified {
  color: #6FDA1A;
}
.dark-theme .profile__table__content--unverified {
  color: #FF3737;
}

.change-email-mobile__wrapper {
  height: 100vh;
}
.change-email-mobile__wrapper > .container {
  padding-left: 50px;
}
@media (min-width: 1200px) {
  .change-email-mobile__wrapper > .container {
    padding-left: 260px;
  }
}
.change-email-mobile__blocks {
  font-size: 16px;
  line-height: 24px;
  width: 800px;
}
.change-email-mobile__block {
  width: 100%;
  padding: 20px 20px 36px;
  border-bottom: 1px solid var(--t30);
}
.change-email-mobile__block.unverified {
  padding-left: 48px;
}
.change-email-mobile__block .get-otp-btn, .change-email-mobile__block .otp-send-btn {
  margin-top: 24px;
  padding: 8px 16px;
  border-radius: 4px;
  width: fit-content;
  align-self: flex-end;
}
.change-email-mobile__block .otp-get-btn {
  background: unset;
  font-size: 16px;
  padding: 0;
  color: var(--link);
}
.change-email-mobile__block .otp-get-btn:disabled {
  cursor: unset;
  opacity: 0.5;
}
.change-email-mobile__block .otp-send-btn {
  margin-top: 0;
}
.change-email-mobile__title {
  font-weight: 700;
  margin-bottom: 8px;
}
.change-email-mobile__description {
  margin-bottom: 34px;
}
.change-email-mobile__input-block {
  display: flex;
  width: 388px;
  flex-direction: column;
  padding-top: 8px;
}
.change-email-mobile__input-block input {
  background-color: transparent;
  width: 388px;
  height: 40px;
  padding: 6px 38px 6px 12px;
}
.change-email-mobile__input-block .form-control:focus ~ label,
.change-email-mobile__input-block .form-control:not(:placeholder-shown) ~ label {
  background-color: var(--t20);
}
.change-email-mobile__notice-msg {
  font-size: 14px;
  margin-top: 12px;
}
.change-email-mobile__otp-input {
  width: 358px;
}
.change-email-mobile__otp-btn-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 358px;
  margin-top: 30px;
}
.change-email-mobile__radio {
  position: relative;
  left: -28px;
}
.change-email-mobile__radio-text {
  position: relative;
  top: -6px;
  color: var(--f);
  cursor: pointer;
}
.change-email-mobile__radio-text.bold {
  font-weight: 700;
}
.change-email-mobile__unverified-current-email__btn-block {
  display: flex;
  justify-content: flex-end;
  width: 388px;
}
.change-email-mobile__back-to-profile {
  margin-top: 13px;
  margin-left: 16px;
}
.change-email-mobile__back-to-profile i {
  position: relative;
  top: -2px;
}

.collections__container {
  container-type: inline-size;
}
.collections__container .collection-row .col {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

@container (inline-size >= 760px) {
  .collections__container .collection-row .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@container (inline-size >= 960px) {
  .collections__container .collection-row .col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.body.dark-theme {
  background-color: var(--t70);
}
.body.dark-theme .wrapper::-webkit-scrollbar-track {
  background-color: var(--t80);
}
.body.dark-theme .form-control {
  background-color: transparent;
}
.body.dark-theme .nav-tabs .nav-item .nav-link:active, .body.dark-theme .tool-btn:active {
  background-color: var(--tTouch);
}
.body.dark-theme .table-hover tbody tr:hover {
  background-color: var(--t70);
}
.body.dark-theme .stock-card {
  border: 1px solid var(--t60);
  background-color: var(--t60);
}
.body.dark-theme .input-group-label {
  border-color: var(--t30);
}
.body.dark-theme .card-grid__ctrl .nav-tabs .nav-link:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.body.dark-theme .fugle-trade-box {
  background-color: var(--t50);
}
.body.dark-theme .dropdown-menu .dropdown-title {
  border-color: var(--t40);
  background-color: var(--t50);
}
.body.dark-theme .bubble-section .bubble-section-chart {
  border-color: var(--t50);
}
.body.dark-theme .bubble-section .bubble-section-menu__footer {
  border-color: var(--t50);
}
.body.dark-theme .bubble-section .animate-text {
  fill: #fff;
  text-shadow: -1px 0 var(--t70), 0 1px var(--t70), 1px 0 var(--t70), 0 -1px var(--t70);
}
.body.dark-theme .modal-header .modal-close {
  background-color: transparent;
}

.body.dark-theme.is-trading, .body.dark-theme.is-trading .header__user-btn__text {
  color: var(--t10) !important;
}
.body.dark-theme.is-trading .header__user-btn__box, .body.dark-theme.is-trading .header__user-btn__box:hover {
  background-color: var(--t40);
}
.body.dark-theme.is-page-mode .header {
  background-color: var(--t80);
}
.body.dark-theme.is-page-mode .header__logo, .body.dark-theme.is-page-mode .header__search, .body.dark-theme.is-page-mode .header__market, .body.dark-theme.is-page-mode .header__user {
  border-color: var(--t60);
}
.body.dark-theme.is-page-mode .header__logo {
  border-right: none;
  background-color: var(--t80);
}
.body.dark-theme.is-page-mode .header__user {
  width: 100%;
  justify-content: flex-end;
}
.body.dark-theme.is-page-mode .header__user-btn svg, .body.dark-theme.is-page-mode .header__user-btn path {
  fill: var(--f);
}
.body.dark-theme.is-full-mode .header__logo {
  background-color: transparent !important;
  border-right: none !important;
}
.body.dark-theme.not-login .header__logo {
  background-color: var(--t80);
}
.body.dark-theme .header {
  background-color: var(--t80);
  border-bottom: 1px solid var(--t70);
}
.body.dark-theme .header__market__switcher-btn:hover {
  background-color: var(--t60);
}
.body.dark-theme .header__market__switcher-btn i {
  color: #919191;
}
.body.dark-theme .header__market__dropdown {
  border-radius: 4px;
}
.body.dark-theme .header__market__dropdown-btn {
  color: var(--f);
}
.body.dark-theme .header__market__dropdown-btn:hover {
  background-color: var(--t60);
}
.body.dark-theme .header__market__change {
  color: var(--f);
}
.body.dark-theme .header__market__update {
  color: var(--f40);
}
.body.dark-theme .header__market__info {
  color: var(--f);
}
.body.dark-theme .header__search, .body.dark-theme .header__market, .body.dark-theme .header__user {
  border-bottom: 1px solid var(--t70);
}
.body.dark-theme .header__logo {
  border-bottom: 1px solid var(--t60);
}
.body.dark-theme .header__user-btn:focus, .body.dark-theme .header__user-btn:hover, .body.dark-theme .header__user-btn:active {
  background-color: var(--t60);
}
.body.dark-theme .header__user-btn.is-trade, .body.dark-theme .header__user-btn.is-trade:focus, .body.dark-theme .header__user-btn.is-trade:hover, .body.dark-theme .header__user-btn.is-trade:active {
  background-color: var(--t80);
}
.body.dark-theme .header__banner {
  background-color: var(--t80);
  border-color: var(--t70);
}
.body.dark-theme iframe.trading-section {
  border-left-color: var(--t80);
}
.body.dark-theme .sortable-item.is-dragging {
  background-color: var(--t50);
}
.body.dark-theme .input-combobox input {
  background-color: var(--t50);
}
.body.dark-theme .snackbar .snackbar-btn:active {
  background-color: var(--t50);
}
.body.dark-theme .setting-layout-modal {
  background-color: var(--t50);
}
.body.dark-theme .dropdown-menu .dropdown-watchlist-box.s-scrollbar::-webkit-scrollbar-track, .body.dark-theme .dropdown-menu .dropdown-watchlist-box.s-scrollbar::-webkit-scrollbar-track:horizontal {
  background-color: var(--t40);
}
.body.dark-theme .dropdown-menu .dropdown-watchlist-box.s-scrollbar::-webkit-scrollbar-thumb, .body.dark-theme .dropdown-menu .dropdown-watchlist-box.s-scrollbar::-webkit-scrollbar-thumb:horizontal {
  background-color: var(--t30);
}
.body.dark-theme .dropdown-menu__scroll-content.s-scrollbar::-webkit-scrollbar-track, .body.dark-theme .dropdown-menu__scroll-content.s-scrollbar::-webkit-scrollbar-track:horizontal {
  background-color: var(--t40);
}
.body.dark-theme .dropdown-menu__scroll-content.s-scrollbar::-webkit-scrollbar-thumb, .body.dark-theme .dropdown-menu__scroll-content.s-scrollbar::-webkit-scrollbar-thumb:horizontal {
  background-color: var(--t30);
}
.body.dark-theme .setting-layout-box .border-right {
  border-color: var(--t40);
}
.body.dark-theme .setting-layout-box .card {
  background-color: var(--t60);
}
.body.dark-theme .setting-section .segmented-ctrl {
  background-color: var(--t60);
}
.body.dark-theme .notes-box__menu {
  border-color: var(--t70);
}
.body.dark-theme .notes-box__menu .menu-sort-btn {
  border-color: var(--t70);
  background-color: var(--t80);
}
.body.dark-theme .notes-box__menu .menu-item {
  border-color: var(--t70);
}
.body.dark-theme .notes-box__menu .menu-item.active {
  background-color: var(--t60);
}
.body.dark-theme .notes-box .content-header {
  border-color: var(--t70);
}
.body.dark-theme footer {
  background-color: #252525;
}
.body.dark-theme footer .footer-company {
  background-color: var(--t50);
}
.body.dark-theme .img-fugle-support {
  background-image: url("../images/social/img_fugle_support_dark.png");
}
.body.dark-theme .img-fugle-bot {
  background-image: url("../images/social/img_fugle_bot_dark.png");
}
.body.dark-theme .img-fugle-api {
  background-image: url("../images/social/img_fugle_api_dark.png");
}
.body.dark-theme .img-fb {
  background-image: url("../images/social/img_fb_dark.png");
}
.body.dark-theme .img-ig {
  background-image: url("../images/social/img_ig_dark.png");
}
.body.dark-theme .img-yt {
  background-image: url("../images/social/img_yt_dark.png");
}
.body.dark-theme .img-line {
  background-image: url("../images/social/img_line_dark.png");
}
.body.dark-theme .card-link {
  background-color: var(--t60);
}
.body.dark-theme .card-link__btn {
  border-color: var(--t70);
}
.body.dark-theme .industry-map__arrow {
  border-color: var(--t60);
}
.body.dark-theme .heatmap-button-group .btn {
  background-color: transparent;
}
.body.dark-theme .heatmap-button-group .btn.active {
  background-color: var(--t30);
}

.body.dark-theme .watchlist {
  background-color: var(--t80);
  border-top-color: var(--t70);
}
.body.dark-theme .watchlist-box, .body.dark-theme .watchlist-tool-box {
  background-color: var(--t80);
}
.body.dark-theme .watchlist-tool-box, .body.dark-theme .watchlist-add-box {
  border-bottom-color: var(--t70);
}
.body.dark-theme .watchlist-add-box .search-bar input::placeholder {
  color: var(--f40);
}
.body.dark-theme .watchlist-tool-box__category, .body.dark-theme .watchlist-tool-box__category i {
  color: #919191;
}
.body.dark-theme .watchlist-group {
  background-color: var(--t80);
  color: var(--f40);
  border-right-color: var(--t70);
}
.body.dark-theme .watchlist-group__item {
  color: var(--f40);
}
.body.dark-theme .watchlist-group__item:hover {
  background-color: var(--t70);
  color: var(--f);
}
.body.dark-theme .watchlist-group__item.active {
  color: var(--p);
}
.body.dark-theme .watchlist .btn-tool-icon {
  color: var(--t20);
}
.body.dark-theme .watchlist-accordion-box {
  background-color: var(--t80);
  border-color: var(--t70);
}
.body.dark-theme .watchlist-accordion-box button:hover {
  background-color: var(--t50);
  border-color: var(--t50);
}
.body.dark-theme .watchlist-notification {
  background-color: var(--t80);
  border-top: 1px solid var(--t60);
}
.body.dark-theme .watchlist-notification__btn {
  color: var(--t20);
}
.body.dark-theme .watchlist-notification__setting {
  background-color: var(--t70);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
}
.body.dark-theme .watchlist-notification__setting-bottom {
  border-top-color: var(--t60);
}
.body.dark-theme .watchlist-stock {
  border-bottom-color: var(--t70);
}
.body.dark-theme .watchlist-stock__edit {
  background-color: rgba(0, 0, 0, 0.45);
}
.body.dark-theme .watchlist-stock__edit-icon-box {
  background-color: var(--t40);
}
.body.dark-theme .watchlist-stock__edit i {
  color: var(--f);
}
.body.dark-theme .watchlist-stock__edit:hover .watchlist-stock__edit-icon-box {
  background-color: var(--t30);
}
.body.dark-theme .watchlist-stock__edit:hover i {
  color: #ffffff;
}
.body.dark-theme .watchlist-stock__edit-box {
  background-color: var(--t70);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
}
.body.dark-theme .watchlist-stock__edit-box > div + div {
  border-color: var(--t60);
}
.body.dark-theme .watchlist-stock__edit-add__list-box {
  background-color: var(--t70);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
}
.body.dark-theme .watchlist-stock__edit-add__list-box-upper > button:hover {
  background-color: var(--t60);
}
.body.dark-theme .watchlist-stock__edit-move > button:hover, .body.dark-theme .watchlist-stock__edit-add > button:hover, .body.dark-theme .watchlist-stock__edit-remove > button:hover {
  background-color: var(--t60);
}
.body.dark-theme .watchlist-stock__box-info__top .is-trial {
  color: var(--t20);
  border-color: var(--t50);
}
.body.dark-theme .watchlist-stock__box-info__left .watchlist-stock__box-info__bottom span {
  color: var(--f40);
}
.body.dark-theme .watchlist-stock:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.body.dark-theme .watchlist-stock:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.body.dark-theme .watchlist-stock:hover .watchlist-content-mask .mask, .body.dark-theme .watchlist-stock:hover .mask-bg {
  background-color: var(--t70);
}
.body.dark-theme .watchlist .load-content-bg .mask-bg, .body.dark-theme .watchlist .load-content-bg .mask {
  background-color: var(--t70);
}
.body.dark-theme .important-date-dialog .modal-body .watchlist-stock__box {
  background-color: var(--t70);
}
.body.dark-theme .default-important-date-dialog h2, .body.dark-theme .important-date-dialog h2 {
  color: var(--t20);
}
.body.dark-theme .default-important-date-dialog .line, .body.dark-theme .important-date-dialog .line {
  border-color: var(--t60);
}
.body.dark-theme .default-important-date-dialog .choice-chip, .body.dark-theme .important-date-dialog .choice-chip {
  background-color: var(--t70);
  border-color: var(--t70);
}
.body.dark-theme .default-important-date-dialog .choice-chip.important-date-btn:hover, .body.dark-theme .default-important-date-dialog .choice-chip.market-label-btn:hover, .body.dark-theme .important-date-dialog .choice-chip.important-date-btn:hover, .body.dark-theme .important-date-dialog .choice-chip.market-label-btn:hover {
  border-color: var(--p);
}
.body.dark-theme .default-important-date-dialog .choice-chip.selected, .body.dark-theme .important-date-dialog .choice-chip.selected {
  border-color: var(--p);
}
.body.dark-theme .default-important-date-dialog .choice-chip__note, .body.dark-theme .important-date-dialog .choice-chip__note {
  color: var(--f40);
}

.body.dark-theme .setting-section .setting-header {
  border-bottom: 1px solid var(--t60);
  background-color: var(--t70);
}
.body.dark-theme .setting-section .side-menu {
  background-color: var(--t70);
  border-right-color: var(--t60);
}
.body.dark-theme .setting-section .side-menu__profile.active, .body.dark-theme .setting-section .side-menu__profile:active, .body.dark-theme .setting-section .side-menu__profile:hover, .body.dark-theme .setting-section .side-menu__profile:focus {
  background-color: var(--t80);
}
.body.dark-theme .setting-section .side-menu__item {
  color: var(--t20);
}
.body.dark-theme .setting-section .side-menu__item.active, .body.dark-theme .setting-section .side-menu__item:active, .body.dark-theme .setting-section .side-menu__item:hover, .body.dark-theme .setting-section .side-menu__item:focus {
  color: var(--t10);
  background-color: var(--t60);
}
.body.dark-theme .setting-section .side-menu__item::before {
  border-top: 1px solid var(--t60);
}
.body.dark-theme .setting-section .side-menu__item::after {
  border-top: 1px solid var(--t80);
}
.body.dark-theme .setting-section .side-menu__item:last-child::before {
  border-bottom: 1px solid var(--t60);
}
.body.dark-theme .setting-section .side-menu__item:last-child::after {
  border-bottom: 1px solid var(--t80);
}
.body.dark-theme .setting-section .card hr {
  background-color: var(--t60);
}
.body.dark-theme .fugle-coin-box {
  border-color: var(--t60);
  background-color: var(--t60);
}
.body.dark-theme .fugle-coin-box__header {
  border-bottom: 1px solid var(--t60);
}
.body.dark-theme .fugle-trade-box {
  background-color: var(--t60);
}

.body.dark-theme .selector {
  border-bottom: 1px solid var(--t70);
}
.body.dark-theme .selector:hover, .body.dark-theme .selector:active, .body.dark-theme .selector:focus, .body.dark-theme .selector.active {
  background-color: var(--t50);
}
.body.dark-theme .selector.has-arrow:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(74,74,74,1)' d='M5.88 4.12L13.76 12l-7.88 7.88L8 22l10-10L8 2z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");
}

.body.dark-theme .header .search-bar {
  border-color: #454545;
}
.body.dark-theme .header .search-bar .search-bar__dropdown::before {
  border-color: var(--t30);
  background-color: var(--t80);
}
.body.dark-theme .header .search-bar .dropdown-item {
  background-color: transparent;
}
.body.dark-theme .header .search-bar .dropdown-item:hover, .body.dark-theme .header .search-bar .dropdown-item.active {
  background-color: var(--t40);
}
.body.dark-theme .header .search-bar .search-bar__input {
  background-color: var(--t50);
}
.body.dark-theme .is-add-stock-dropdown .search-bar__input {
  background-color: var(--t50);
}

.body.dark-theme .market-rank-card {
  background-color: var(--t60);
}
.body.dark-theme .market-rank-card .table thead tr {
  border-bottom: 1px solid var(--t50);
}
.body.dark-theme .market-rank-card .table thead td.with-sort {
  border-bottom: 1px solid var(--t10);
  color: var(--text);
}
.body.dark-theme .market-rank-card .table thead td:not(.with-sort) {
  color: var(--text40);
}
.body.dark-theme .market-rank-card .star-btn:not(.active) {
  color: var(--t20);
}

.body.dark-theme .market-rank-bar-chart .bar-group .bar-rect {
  fill: var(--t10);
}
.body.dark-theme .market-rank-bar-chart.has-hover .bar-group:hover.red .bar-top-text, .body.dark-theme .market-rank-bar-chart.has-hover .bar-group:hover.red .bar-rect {
  fill: var(--red40) !important;
}
.body.dark-theme .market-rank-bar-chart.has-hover .bar-group:hover.green .bar-top-text, .body.dark-theme .market-rank-bar-chart.has-hover .bar-group:hover.green .bar-rect {
  fill: var(--green40) !important;
}
.body.dark-theme .market-rank-bar-chart.has-hover .bar-group:hover .bar-rect {
  fill: #F2F2F2 !important;
}
.body.dark-theme .market-rank-bar-chart.has-hover .bar-group:hover .bar-top-text {
  fill: var(--t20) !important;
}
.body.dark-theme .market-rank-bar-chart .percentage-bar {
  fill: var(--t10);
}