@charset "UTF-8";
@font-face {
  font-family: "Frutiger";
  src: url("/home/fonts/FrutigerforUBSWeb-Lt.eot");
  src: url("/home/fonts/FrutigerforUBSWeb-Lt.eot?#iefix") format("embedded-opentype"), url("/home/fonts/FrutigerforUBSWeb-Lt.woff2") format("woff2"), url("/home/fonts/FrutigerforUBSWeb-Lt.woff") format("woff"), url("/home/fonts/FrutigerforUBSWeb-Lt.ttf") format("truetype"), url("/home/fonts/FrutigerforUBSWeb-Lt.svg#FrutigerforUBSWeb-Lt") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Frutiger";
  src: url("/home/fonts/FrutigerforUBSWeb-Md.eot");
  src: url("/home/fonts/FrutigerforUBSWeb-Md.eot?#iefix") format("embedded-opentype"), url("/home/fonts/FrutigerforUBSWeb-Md.woff2") format("woff2"), url("/home/fonts/FrutigerforUBSWeb-Md.woff") format("woff"), url("/home/fonts/FrutigerforUBSWeb-Md.ttf") format("truetype"), url("/home/fonts/FrutigerforUBSWeb-Md.svg#FrutigerforUBSWeb-Md") format("svg");
  font-weight: 500;
  font-style: normal;
}
body {
  color: #1c1c1c;
  background: #fff;
}
body.tc {
  font-size: 15px;
  font-family: "DFHeiHK", "DFPHeiStd", "Microsoft JhengHei", "微軟正黑體修正", "微軟正黑體", "Microsoft Yahei", "微软雅黑", "Heiti TC", STXihei, "华文细黑", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
body.en {
  font-family: "Frutiger", "Microsoft JhengHei", "Microsoft Yahei", "Heiti TC", STXihei, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 200;
}
body.en .navbar-nav > li > a {
  font-weight: 400;
}
body .direct-btn {
  opacity: 0;
}
body.animate_start .direct-btn {
  opacity: 1;
}

.total {
  margin-left: 10px;
}

.container {
  max-width: 1200px;
}

.mobile-br {
  display: none;
}

h2 {
  margin-bottom: 30px;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: #1c1c1c;
}

h5 {
  font-size: 1rem;
  font-weight: 600;
}

p {
  font-size: 15px;
}

td.focus > span {
  margin-right: 5px;
}
td.highlight {
  font-weight: bold;
}

.mobile-only {
  display: none;
}

.text-right {
  text-align: right;
}

.tl {
  font-weight: 600;
}

.call, .rise, .bull, .itm, .up, .long {
  color: #90a723;
}

.last-time {
  margin-bottom: 5px;
  font-size: 13px;
}

.small-remark {
  font-size: 13px;
}

.home-page .last-time {
  margin-bottom: 5px;
  font-size: 12px;
}
.home-page .small-remark {
  font-size: 12px;
}

.logo > a {
  display: inline-block;
}

.tooltip-icon {
  margin-top: 15px;
  margin-left: 10px;
}
.tooltip-icon h5 {
  color: #fff;
}

.rise {
  color: #90a723 !important;
  position: relative;
}

.put, .fall, .bear, .otm, .down, .short {
  color: #ba0000;
}

.fall {
  color: #ba0000 !important;
  position: relative;
}

.menu {
  --bs-navbar-padding-y:0;
}
.menu .tool-part {
  margin-top: -20px;
}

.table {
  margin-bottom: 0;
}
.table thead th {
  background: #f2f2f2;
  border-left: none;
  border-right: none;
}
.table tbody td {
  border-left: none;
  border-right: none;
  min-width: 50px;
}

input {
  border-width: 1px;
}

.btn-light {
  --bs-btn-border-color: #1c1c1c;
}

input,
select,
.select2-selection--single,
.select2-container,
.form-select,
.form-control {
  border-color: #1c1c1c;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input:hover,
select:hover,
.select2-selection--single:hover,
.select2-container:hover,
.form-select:hover,
.form-control:hover {
  border-color: #1c1c1c !important;
  box-shadow: inset 0 0 0 1px #1c1c1c !important;
}
input:focus,
select:focus,
.select2-selection--single:focus,
.select2-container:focus,
.form-select:focus,
.form-control:focus {
  border-color: #1c1c1c;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(157, 157, 157, 0.2509803922);
}

.form-check-input, select {
  cursor: pointer;
}
.form-check-input:focus, select:focus {
  border-color: #1c1c1c;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(157, 157, 157, 0.2509803922);
}

.legend_list {
  display: flex;
  margin-top: 20px;
}
.legend_list .legend {
  padding-left: 20px;
  margin-right: 20px;
  position: relative;
}
.legend_list .legend:before {
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
}

.legend:before {
  content: "";
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
}

.light_green:before {
  background-color: #707b43 !important;
}

.light_red:before {
  background-color: #b50002 !important;
}

.light_bear:before {
  background-color: #ba0000 !important;
}

.light_bull:before {
  background-color: #90a723 !important;
}

.light_call:before {
  background-color: #90a723 !important;
}

.light_put:before {
  background-color: #ba0000 !important;
}

.light_yellow:before {
  background-color: #AF8626 !important;
}

.light_brown:before {
  background-color: #654d16 !important;
}

.light_blue:before {
  background-color: #0f80aa !important;
}

.light_color01:before {
  background-color: #98d3cd !important;
}

.light_color02:before {
  background-color: #00898c !important;
}

.light_color03:before {
  background-color: #f2d88e !important;
}

.light_color04:before {
  background-color: #e4b01c !important;
}

.light_color05:before {
  background-color: #d6ad37 !important;
}

.light_color06:before {
  background-color: #90a723 !important;
}

.light_color07:before {
  background-color: #d6ad37 !important;
}

.light_color08:before {
  background-color: #9a3d36 !important;
}

.light_color09:before {
  background-color: #646464 !important;
}

.light_color10:before {
  background-color: #654d16 !important;
}

.light_gray:before {
  background-color: #919191 !important;
}

.light_black:before {
  background-color: #000 !important;
}

.legend.color_one:before {
  background-color: #654d16 !important;
}
.legend.color_two:before {
  background-color: #4972ac !important;
}
.legend.color_three:before {
  background-color: #e5b01c !important;
}
.legend.color_four:before {
  background-color: #cdd760 !important;
}
.legend.bear-os-1:before {
  background-color: #e5eaaf !important;
}
.legend.bear-os-2:before {
  background-color: #ccd761 !important;
}
.legend.bear-os-3:before {
  background-color: #90a522 !important;
}
.legend.bear-os-4:before {
  background-color: #526d04 !important;
}

td.dot-gray {
  background: #646464 !important;
}

.option-iv-range .irs--round .irs-line {
  top: 11px;
}
.option-iv-range .irs--round .irs-bar {
  top: 18px;
}
.option-iv-range .irs--round .irs-handle {
  top: 8px;
}

.sortable {
  cursor: pointer;
}

.last-close-info {
  vertical-align: middle;
}

#pager {
  overflow: hidden;
}

.pagination {
  float: right;
}
.pagination a {
  font-size: 12px;
}
.pagination .prev span, .pagination .previous span {
  content: "";
  border: solid #646464;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-223deg);
  -webkit-transform: rotate(-223deg);
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}
.pagination .next span {
  content: "";
  border: solid #646464;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}
.pagination .pgLast, .pagination .pgFirst {
  display: none;
}

ul {
  list-style: none;
  padding-left: 0;
}

.btn img {
  width: 20px;
}

button {
  background-color: #e60000;
  color: #fff;
}
button:hover {
  background: #d10000;
}

.form-control, .form-select {
  font-size: 15px;
}

.header {
  padding-top: 30px;
  padding-bottom: 20px;
}
.header .warning {
  color: #e60000;
}
.header a[href*="mailto:ol-hkwarrants@ubs.com"] {
  margin-left: 20px;
}

.navbar-nav a.active {
  background-size: 0 2px, 100% 2px;
}

.headerSearch {
  background-color: #e60000;
  margin-right: 20px;
}
.headerSearch:before {
  content: "";
  background: url(../images/icon-search.svg) no-repeat;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: text-top;
  display: inline-block;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 20px;
  width: 20px;
}

.page-link {
  --bs-border-width: 0;
  border: none;
}

.live_stream_link {
  position: fixed;
  left: 0;
  background: #e60000;
  color: #fff;
  width: 40px;
  padding: 10px;
  line-height: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  display: block;
  z-index: 10;
}

.settle-search label {
  margin-top: 8px;
  margin-right: 15px;
}
.settle-search .select2, .settle-search select {
  width: 180px;
  display: inline-block;
}
.settle-search .input-group-text {
  color: #fff;
  background: url(/home/images/home-search.png) no-repeat center right;
  padding: 0.375rem 2.5rem 0.375rem 1.75rem;
  font-size: 15px;
  border: none;
  margin-right: 0;
}
.settle-search .input-group-text:hover {
  opacity: 0.7;
}
.settle-search .btn-graphic {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 17px;
  border-color: transparent transparent transparent #e60000;
}

.navbar-nav .nav-link:hover {
  color: #1c1c1c;
  background-size: 0 2px, 100% 2px;
}
.navbar-nav > li > a {
  font-weight: bold;
}
.navbar-nav a {
  display: block;
  padding: 11px 0 !important;
  margin: 0 9px;
  text-align: left;
  text-decoration: none;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#bd000c, #bd000c);
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.2s cubic-bezier(1, 0, 0.3, 1);
}
.navbar-nav .home-icon {
  background: url(../images/icon-home.svg) no-repeat;
  background-position-y: 13px;
  text-indent: -9999px;
  width: 13px;
  --bs-navbar-nav-link-padding-x: 0;
  margin-left: 0;
  margin-right: 0.75rem;
  background-size: auto;
}
.navbar-nav .home-icon.active, .navbar-nav .home-icon:hover {
  background-position-x: -26px;
  border-bottom: 0 !important;
  background-size: auto !important;
}
.navbar-nav .submenu {
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  visibility: hidden;
  z-index: 1;
  box-shadow: 0 4px 6px rgba(139, 139, 139, 0.3), 0 15px 15px #eee;
  margin-top: 1px;
  transition: all 0.25s ease;
  background: #fff;
  z-index: 10;
}
.navbar-nav .submenu .container {
  max-width: 1150px;
}
.navbar-nav .submenu a {
  padding-left: 7px;
  padding-bottom: 0 !important;
  margin-bottom: 0;
  background: none;
  display: inline-block;
  border-bottom: 2px solid #ffffff;
}
.navbar-nav .submenu a.sub-tl {
  cursor: inherit;
}
.navbar-nav .submenu a.sub-tl:hover {
  border-bottom: 2px solid #ffffff;
}
.navbar-nav .submenu a:hover {
  border-bottom: 2px solid #bd000c;
}
.navbar-nav .submenu ul.third-list {
  list-style: disc;
  padding-left: 35px;
}
.navbar-nav .submenu ul.third-list a {
  padding-left: 0;
  margin-left: 0;
}
.navbar-nav .submenu ul.row {
  margin-bottom: 10px;
}
.navbar-nav li:hover .submenu {
  padding-left: 0;
  opacity: 1;
  visibility: visible;
}
.navbar-nav li:hover > a {
  background-size: 0 2px, 100% 2px;
}
.navbar-nav li:hover .home-icon {
  background-position-x: -26px;
  border-bottom: 0 !important;
  background-size: auto !important;
}

.breadcrumb {
  display: none;
}

.moneyflow-top-chart-remark {
  font-size: 13px;
}
.moneyflow-top-chart-remark.float-right {
  float: right;
}

.moneyflow-bottom-remark {
  font-size: 13px;
}

.mm-panels {
  height: calc(100% - 50px);
}

a.more {
  font-size: 16px;
  padding-right: 10px;
}
a.more .icon-go {
  font-weight: 300;
  color: #e60000;
  position: relative;
  display: inline-block;
}
a.more .icon-go:after {
  content: "";
  border: solid #e60000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  text-transform: none;
  vertical-align: baseline;
  display: inline-block;
  position: absolute;
  top: -11px;
  right: -8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.btn-back {
  font-size: 16px;
  padding-left: 18px;
  display: block;
}
a.btn-back .icon-go {
  font-weight: 300;
  color: #1c1c1c;
  position: relative;
  display: inline-block;
}
a.btn-back .icon-go:after {
  content: "";
  border: solid #1c1c1c;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  text-transform: none;
  vertical-align: baseline;
  display: inline-block;
  position: absolute;
  top: -11px;
  left: -15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-tabs {
  padding: 0;
}

h2::after {
  content: "";
  border: 2px solid #e60000;
  display: block;
  width: 62px;
  margin-top: 10px;
}

.title {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}
.title h1 {
  float: left;
  font-weight: inherit;
  --impulse-line-line-margin: 0.9375rem;
  --impulse-line-align: center;
  background: linear-gradient(#e60000, #e60000) no-repeat left var(--impulse-line-align);
  padding-left: 20px;
  background-size: 4px calc(100% - var(--impulse-line-line-margin));
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-size: 2.75rem;
  line-height: 3.5rem;
}
.title .btn-outline-dark {
  font-size: 22px;
  font-weight: 600;
  float: right;
  padding-left: 30px;
  padding-right: 45px;
}
.title .btn-outline-dark:hover {
  text-decoration: none;
}
.title .btn-outline-dark .icon-go {
  font-weight: 300;
  color: #e60000;
  position: relative;
  display: inline-block;
}
.title .btn-outline-dark .icon-go:after {
  content: "";
  border: solid #e60000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  text-transform: none;
  vertical-align: baseline;
  display: inline-block;
  position: absolute;
  top: -15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title .btn-outline-dark:hover {
  color: var(--bs-link-hover-color-rgb);
  background-color: #fff;
  box-shadow: 0 0 0 1px #1c1c1c inset;
}
.title .btn-outline-dark:hover .icon-go::after {
  right: -15px;
}
.title .btn-secondary {
  --bs-btn-padding-x: 1rem;
}
.title .btn-secondary img {
  margin-right: 0;
}
.title .download-btn, .title #download-btn {
  position: absolute;
  right: 65px;
}
.title #print-btn {
  position: absolute;
  right: 0;
}

.area-bottom .btn, .area-bottom #print-btn {
  position: inherit;
}

#underlying_result .underlying_name, #warrant_info .underlying_name, #cbbc_info .underlying_name {
  font-size: 16px;
}
#underlying_result .underlying_price, #underlying_result .warrant_name, #underlying_result .cbbc_name, #warrant_info .underlying_price, #warrant_info .warrant_name, #warrant_info .cbbc_name, #cbbc_info .underlying_price, #cbbc_info .warrant_name, #cbbc_info .cbbc_name {
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
}
#underlying_result #rt_last, #warrant_info #rt_last, #cbbc_info #rt_last {
  font-size: 22px;
}
#underlying_result .have-dropdown, #warrant_info .have-dropdown, #cbbc_info .have-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#underlying_result .have-dropdown img, #warrant_info .have-dropdown img, #cbbc_info .have-dropdown img {
  width: 130px;
}

.underlying_change {
  font-size: 16px;
  display: inline-block;
}
.underlying_change .rise:first-child {
  background: url(../images/icon_rise.svg) no-repeat center left;
  background-size: 12px;
  padding-left: 15px;
}
.underlying_change .fall:first-child {
  background: url(../images/icon_fall.svg) no-repeat center left;
  background-size: 12px;
  padding-left: 15px;
}

#search-product-table th, #search-product-table td {
  padding: 0.5rem 0.25rem;
}
#search-product-table tbody tr td:first-child {
  white-space: nowrap;
}
#search-product-table tbody tr .nowrap {
  white-space: nowrap;
}

#warrant_info .warrant_type, #warrant_info .cbbc_type, #cbbc_info .warrant_type, #cbbc_info .cbbc_type {
  font-size: 36px;
}
#warrant_info #product_code, #cbbc_info #product_code {
  margin-top: 10px;
}

.data-detail {
  border-top: 2px solid #1f1f1f;
  margin-top: 10px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.data-detail ul li {
  display: flex;
}
.data-detail ul li div {
  width: 50%;
  margin-bottom: 5px;
}
.data-detail ul li div:last-child {
  text-align: left;
}
.data-detail .col-lg-4:last-child li {
  border: none;
}

.economic-calendar .description li, .result-announcements .description li {
  margin-right: 10px;
  width: auto;
  margin-bottom: 10px;
}
.economic-calendar .description li img, .result-announcements .description li img {
  margin-right: 5px;
}
.economic-calendar #calendar-event-box .event-name-side-item, .result-announcements #calendar-event-box .event-name-side-item {
  margin-bottom: 10px;
}
.economic-calendar .col-lg-3 .eventboard, .result-announcements .col-lg-3 .eventboard {
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
  max-height: 680px;
  overflow-y: auto;
}
.economic-calendar .col-lg-3 .description, .result-announcements .col-lg-3 .description {
  margin-bottom: 0;
}
.economic-calendar .fc .fc-scrollgrid, .result-announcements .fc .fc-scrollgrid {
  border-collapse: collapse;
}
.economic-calendar .fc .fc-header-toolbar, .result-announcements .fc .fc-header-toolbar {
  background-color: #f5f5f5;
  padding-top: 5px;
  padding-bottom: 5px;
}
.economic-calendar .fc .fc-button-primary, .result-announcements .fc .fc-button-primary {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #1f1f1f;
}
.economic-calendar .fc .fc-button-primary:not(:disabled).fc-button-active,
.economic-calendar .fc .fc-button-primary:not(:disabled):active, .result-announcements .fc .fc-button-primary:not(:disabled).fc-button-active,
.result-announcements .fc .fc-button-primary:not(:disabled):active {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  color: #1f1f1f;
}
.economic-calendar .fc .fc-h-event, .result-announcements .fc .fc-h-event {
  border: none;
  cursor: pointer;
}
.economic-calendar .fc .fc-h-event.ipo-icon, .result-announcements .fc .fc-h-event.ipo-icon {
  background: url(../images/calendar-icon03.png) no-repeat 5px 2px;
}
.economic-calendar .fc .fc-h-event.performance-icon, .result-announcements .fc .fc-h-event.performance-icon {
  background: url(../images/calendar-icon01.png) no-repeat 5px 2px;
}
.economic-calendar .fc .fc-h-event.ex-date-icon, .result-announcements .fc .fc-h-event.ex-date-icon {
  background: url(../images/calendar-icon02.png) no-repeat 5px 2px;
}
.economic-calendar .fc .fc-h-event .fc-event-main, .result-announcements .fc .fc-h-event .fc-event-main {
  color: #1f1f1f;
  padding-left: 23px;
}
.economic-calendar .fc .fc-h-event.hk-icon, .result-announcements .fc .fc-h-event.hk-icon {
  border-radius: 30px;
  border: 1px solid #e90100;
  padding: 0 5px;
  background: none;
  font-weight: 1000;
  margin-right: 5px;
  font-size: 11px;
  width: 32px;
  line-height: 1.3;
  margin-left: 8px;
  text-align: center;
}
.economic-calendar .fc .fc-h-event.hk-icon .fc-event-main, .result-announcements .fc .fc-h-event.hk-icon .fc-event-main {
  color: #e90100;
  padding-left: 0;
}
.economic-calendar .fc .fc-h-event.us-icon, .result-announcements .fc .fc-h-event.us-icon {
  border-radius: 30px;
  border: 1px solid #0097cc;
  background: #0097cc;
  padding: 0 5px;
  font-weight: 1000;
  margin-right: 5px;
  font-size: 11px;
  width: 32px;
  line-height: 1.3;
  margin-left: 8px;
  text-align: center;
}
.economic-calendar .fc .fc-h-event.us-icon .fc-event-main, .result-announcements .fc .fc-h-event.us-icon .fc-event-main {
  color: #fff;
  padding-left: 0;
}
.economic-calendar .fc .fc-h-event.cn-icon, .result-announcements .fc .fc-h-event.cn-icon {
  border-radius: 30px;
  border: 1px solid #e90100;
  background: #e90100;
  padding: 0 5px;
  font-weight: 1000;
  margin-right: 5px;
  font-size: 11px;
  width: 32px;
  line-height: 1.3;
  margin-left: 8px;
  text-align: center;
}
.economic-calendar .fc .fc-h-event.cn-icon .fc-event-main, .result-announcements .fc .fc-h-event.cn-icon .fc-event-main {
  color: #fff;
  padding-left: 0;
}
.economic-calendar .fc-theme-standard td, .result-announcements .fc-theme-standard td {
  background: #f5f5f5;
  border: 2px solid #fff;
}
.economic-calendar .fc-theme-standard th, .result-announcements .fc-theme-standard th {
  border: 2px solid #fff;
}
.economic-calendar .fc-theme-standard .fc-col-header-cell, .result-announcements .fc-theme-standard .fc-col-header-cell {
  border-bottom: 2px solid #000;
}
.economic-calendar .selecteddate, .result-announcements .selecteddate {
  font-size: 20px;
  margin-bottom: 20px;
}
.economic-calendar .hk-icon, .economic-calendar .us-icon, .economic-calendar .cn-icon, .result-announcements .hk-icon, .result-announcements .us-icon, .result-announcements .cn-icon {
  padding: 0 8px;
  background: none;
  font-weight: 1000;
  margin-right: 5px;
  font-size: 12px;
  border-radius: 30px;
}
.economic-calendar .hk-icon, .result-announcements .hk-icon {
  color: #e90100;
  border: 1px solid #e90100;
}
.economic-calendar .us-icon, .result-announcements .us-icon {
  color: #fff;
  border: 1px solid #0097cc;
  background: #0097cc;
}
.economic-calendar .cn-icon, .result-announcements .cn-icon {
  color: #fff;
  background: #e90100;
}

.calendar-ubspick {
  margin-right: 5px;
  display: inline-block;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
}

.compare-to-average {
  border-left: 1px solid #000;
  padding-left: 45px;
}

.education-video-cover {
  display: block;
  border: 1px solid #ccc;
  cursor: pointer;
}

#mf_chart th {
  font-size: 14px;
  word-break: keep-all;
}

.select2-container {
  border-radius: 0;
}
.select2-container .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #1c1c1c;
  border-radius: 0;
  height: 38px;
  line-height: 22px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container .select2-selection--multiple:hover {
  border-color: #1c1c1c !important;
  box-shadow: inset 0 0 0 1px #1c1c1c !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 35px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #1c1c1c;
  border-radius: 0;
  height: 38px;
  min-width: 100px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: solid #343a40;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-315deg);
  -webkit-transform: rotate(-315deg);
  height: 0;
  left: 50%;
  margin-left: -14px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: solid #343a40;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-315deg);
  -webkit-transform: rotate(-315deg);
  height: 0;
  left: 50%;
  margin-left: -14px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  height: 38px;
}

#moneyflow-tabs .ui-tabs-panel, .mf-chart-location .ui-tabs-panel {
  padding: 0;
  border: none;
}
#moneyflow-tabs .ui-widget-header, .mf-chart-location .ui-widget-header {
  background-color: #fff;
  border: 1px solid #aaaaaa;
}
#moneyflow-tabs .ui-tabs-nav, .mf-chart-location .ui-tabs-nav {
  width: auto;
  display: inline-block;
}
#moneyflow-tabs .ui-tabs-nav li, .mf-chart-location .ui-tabs-nav li {
  padding: 3px;
}
#moneyflow-tabs .ui-tabs-nav li.ui-tabs-active, .mf-chart-location .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
}
#moneyflow-tabs .ui-tabs-nav li.ui-tabs-active a, #moneyflow-tabs .ui-tabs-nav li.ui-tabs-active button, .mf-chart-location .ui-tabs-nav li.ui-tabs-active a, .mf-chart-location .ui-tabs-nav li.ui-tabs-active button {
  color: #fff;
  background: #646464;
  border-radius: 5px;
}
#moneyflow-tabs .ui-tabs-nav li a, #moneyflow-tabs .ui-tabs-nav li button, .mf-chart-location .ui-tabs-nav li a, .mf-chart-location .ui-tabs-nav li button {
  width: 175px;
  text-align: center;
}
#moneyflow-tabs .ui-tabs-nav li:last-child, .mf-chart-location .ui-tabs-nav li:last-child {
  margin-right: 0;
}

.fc-toolbar-title::after {
  border: none;
  margin-top: 0;
}

#economic-tabs .ui-tabs-panel {
  padding: 0;
  border: none;
}
#economic-tabs .ui-widget-header {
  background-color: #fff;
}
#economic-tabs .ui-tabs-nav {
  border-bottom: 1px solid #dedede;
}
#economic-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
}
#economic-tabs .ui-tabs-nav li.ui-tabs-active a, #economic-tabs .ui-tabs-nav li.ui-tabs-active button {
  color: #1f1f1f;
  font-weight: bold;
  border-bottom: 2px solid #e60000;
}
#economic-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover {
  background: none;
  border-bottom: none;
}
#economic-tabs .ui-tabs-nav li.ui-state-hover {
  background: none;
  border-bottom: 2px solid #e60000;
}
#economic-tabs .ui-tabs-nav li a, #economic-tabs .ui-tabs-nav li button {
  text-align: center;
  font-size: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
}

.underlying-warrant-flow .col-lg-3 {
  display: flex;
}
.underlying-warrant-flow .col-lg-3 .day-label {
  background-color: #e6ebb0;
  font-size: 25px;
  font-weight: bold;
  width: 70px;
  height: 70px;
  text-align: center;
  margin-right: 10px;
  padding-top: 16px;
}
.underlying-warrant-flow .col-lg-3 li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.underlying-warrant-flow ul {
  margin-bottom: 0;
}

.result-date ul li {
  display: flex;
}
.result-date ul li div {
  width: 50%;
  margin-bottom: 5px;
}

.calculation-results {
  border-bottom: 2px solid #1f1f1f;
}
.calculation-results ul {
  margin-bottom: 0;
}
.calculation-results ul li {
  display: flex;
}
.calculation-results ul div {
  width: 50%;
  margin-bottom: 5px;
}
.calculation-results ul div:last-child {
  text-align: left;
}

#pager_box_set, #pager_box_set2, #pager_box_set3 {
  padding: 0.275rem 2.25rem 0.275rem 0.75rem;
  font-size: 12px;
  width: 150px;
  margin-bottom: 1rem;
}

.footer_topline {
  text-align: right;
  padding-bottom: 10px;
}
.footer_topline .backtotop_link {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #1c1c1c;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.footer_topline .backtotop_link:after {
  content: "";
  border: solid #1c1c1c;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  vertical-align: baseline;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.chart-link {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}

.sortable.asc .table__arrow {
  background: url(../images/icon_sorting_arrow_up_on.svg) no-repeat;
}
.sortable.desc .table__arrow {
  background: url(../images/icon_sorting_arrow_down_on.svg) no-repeat;
}

.table__arrow {
  background: url(../images/icon_sorting_arrow_down.svg) no-repeat;
  display: inline-block;
  height: 12px;
  width: 20px;
}

.charttooltip {
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px #c7c7c7;
}
.charttooltip .cbbc-quick-search-chart-code {
  font-weight: 400;
  font-size: 16px !important;
}

.icon-right {
  content: "";
  border: solid #e60000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  text-transform: none;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}

.chart-setting, .setting-box {
  background: #f2e6e1;
  padding: 10px;
}
.chart-setting .form-check, .setting-box .form-check {
  display: inline-block;
  margin-right: 20px;
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
}
.chart-setting .chart-input-setting, .setting-box .chart-input-setting {
  display: flex;
}
.chart-setting .chart-input-setting label, .setting-box .chart-input-setting label {
  margin-right: 10px;
  margin-left: 10px;
}
.chart-setting .chart-input-setting select, .setting-box .chart-input-setting select {
  margin-left: 10px;
}

.download-doc {
  font-size: 16px;
  margin-bottom: 30px;
}

.total {
  font-size: 15px;
}

.table-responsive {
  position: relative;
}

.table-lasttime-header {
  position: relative;
}
.table-lasttime-header .last-time {
  display: inline-block;
}
.table-lasttime-header .setting_btn {
  cursor: pointer;
}
.table-lasttime-header .setting_btn .e-table__colvis-btn {
  margin-top: 0;
}

.home-seach-box {
  border: 1px solid #ddd;
}
.home-seach-box .bg-info {
  padding: 10px;
}
.home-seach-box .remark {
  font-size: 13px;
  display: flex;
}
.home-seach-box .remark > div {
  width: 25%;
}
.home-seach-box .remark span {
  display: block;
}
.home-seach-box .range-slider #search_box_inout_short {
  float: left;
}
.home-seach-box .range-slider #search_box_inout_long {
  float: right;
}

#mid-tab-area {
  margin-bottom: 3rem;
}
#mid-tab-area .legend_list {
  margin-left: 10px;
}
#mid-tab-area .legend_list .legend {
  font-size: 12px;
  padding-left: 18px;
  margin-right: 10px;
}
#mid-tab-area .legend_list .legend:last-child {
  margin-right: 0;
}
#mid-tab-area .legend_list .legend:before {
  width: 12px;
  height: 12px;
}
#mid-tab-area .ui-tabs .ui-tabs-panel {
  padding: 0;
}
#mid-tab-area .result-date {
  display: flex;
}
#mid-tab-area .result-date .home_quick_search_left_col {
  width: 50%;
  margin-right: 10px;
  margin-left: 0;
}
#mid-tab-area .result-date .quick_focus_side {
  width: 50%;
  margin-left: 10px;
}
#mid-tab-area .no_intraday_chart {
  width: 278px;
  height: 135px;
  text-align: center;
  padding-top: 50px;
  border-bottom: 1px solid #000;
}
#mid-tab-area.streaming .col-lg-6 {
  width: 50%;
}
#mid-tab-area.streaming .col-lg-6:last-child {
  display: block;
}
#mid-tab-area.streaming .result-date {
  display: block;
}
#mid-tab-area.streaming .result-date .home_quick_search_left_col {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
#mid-tab-area.streaming .result-date .quick_focus_side {
  width: 100%;
  margin-left: 0;
}

#resulttable .setting_btn .e-table__colvis-btn {
  margin-top: -25px;
}

#warrants-list.table-responsive {
  margin-top: -20px;
}

button.setting_btn {
  background: #fff;
  border: none;
  float: right;
}

.setting_btn {
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 5px;
  color: #1c1c1c;
}
.setting_btn .e-table__colvis-btn {
  background: url(../images/icon-more.svg) no-repeat right;
  background-size: 3px;
  padding-right: 13px;
  text-align: right;
  font-size: 15px;
  margin-top: -25px;
}

.constituent-underlying label {
  width: 65px;
}
.constituent-underlying .form-select {
  width: calc(100% - 70px);
}

.doc-search,
.calculation-results,
.settlement-search,
.calculation-search,
.iv-option {
  padding: 30px;
  padding-top: 25px;
}

.settlement-search .btn {
  margin-top: 36px;
  margin-right: 20px;
  --bs-btn-padding-x: 2.375rem;
  --bs-btn-padding-y: 0.355rem;
}
.settlement-search .btn:last-child {
  margin-right: 0;
}

.bg-info {
  background-color: #f2e6e1 !important;
}

.bg-gray {
  background-color: #f5f5f5 !important;
}

.bg-black {
  background-color: #646464 !important;
}

.bg-green {
  background-color: #e6ebb0 !important;
}

.bg-red {
  background-color: #f6e1df !important;
}

.rounded-pill {
  background-color: #879420 !important;
}

.table-option-btn.setting_btn {
  position: absolute;
  right: 0;
  top: 0;
}
.table-option-btn.setting_btn .e-table__setup {
  width: 290px;
  background-color: #fff;
  font-size: 14px;
  padding: 10px;
  box-shadow: 0 0 5px #b9b9b9;
}
.table-option-btn.setting_btn .e-table__btn {
  background: url(../images/icon-bg-gray.svg) no-repeat center right;
  background-size: 16px;
  line-height: 1.75;
}
.table-option-btn.setting_btn .e-table__btn.active {
  background: url(../images/icon-active.svg) no-repeat center right;
  background-size: 16px;
}

.table-label {
  margin-bottom: 5px;
  display: flex;
  margin-top: 25px;
}
.table-label .rounded-area .rounded {
  display: inline-block;
}

#resulttable.table-responsive {
  margin-top: -25px;
}
#resulttable.table-responsive th.text-center {
  text-align: center;
}

.rounded {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  margin-right: 20px;
}
.rounded .badge {
  margin-top: -3px;
}

.delay-time {
  color: #879420;
  border: 1px solid #879420;
  background-color: #fff !important;
}

.iv-option .slider-chart .strike-slider {
  display: flex;
}
.iv-option .slider-chart .strike-slider .form-control {
  width: 120px;
}
.iv-option .slider-chart .strike-slider .ui-slider {
  width: 325px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
}

.iv-table .table tr th {
  text-align: center;
  border-left: none;
  border-right: none;
}
.iv-table .table tr td:nth-child(1) {
  text-align: center;
}
.iv-table .table tr td:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
}
.iv-table .table tr td:nth-child(3) {
  text-align: center;
}
.iv-table .table tr td:nth-child(4) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
}
.iv-table .table tr td:nth-child(5) {
  text-align: center;
}

.loading {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdfdfd;
  border: 1px solid #f2f2f2;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.loader {
  margin: auto;
  border: 8px solid #EAF0F6;
  border-radius: 50%;
  border-top: 8px solid #e60000;
  width: 80px;
  height: 80px;
  animation: spinner 3s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.calculation-search label {
  font-size: 15px;
  width: 50%;
}
.calculation-search .form-control {
  width: 50%;
}
.calculation-search .btn {
  width: 120px;
  margin-top: 60px;
}

.new-product .underlying-analyzer, .product-item .underlying-analyzer {
  font-size: 16px;
  line-height: 1.2;
}
.new-product .underlying-name, .product-item .underlying-name {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}
.new-product .code, .product-item .code {
  font-size: 32px;
  background: url(../images/bg-code-02.svg) no-repeat -20px 0;
  padding: 5px 10px;
}
.new-product:nth-child(even) .code, .product-item:nth-child(even) .code {
  background: url(../images/bg-code-02.svg) no-repeat -20px 0;
}
.new-product ul li, .product-item ul li {
  display: flex;
}
.new-product ul .tl, .product-item ul .tl {
  margin-right: 5px;
  font-weight: 400;
}

.value {
  position: absolute;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 50px;
  text-align: center;
  display: block;
  /* optional */
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

.price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 26px;
}

.price-range-both {
  display: none;
}

.slider-chart {
  position: relative;
}
.slider-chart img {
  position: absolute;
  bottom: 0;
}

.value i {
  font-style: normal;
}

.ui-widget-header {
  background: #fff;
}

.ui-widget-header {
  background: #505050;
}

.ui-slider-handle {
  border: 1px solid #454545;
}

.ui-widget-content .ui-state-default {
  border-bottom: 1px solid #454545;
}

.ui-slider {
  margin-top: 30px;
}
.ui-slider .ui-slider-handle {
  width: 1.7em;
  height: 1.7em;
  border-radius: 30px;
}

.ui-slider-horizontal {
  height: 0.5em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.7em;
}

.footer {
  line-height: 1.7;
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .row {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer ul li ul {
  padding-left: 15px;
}
.footer .border-bottom {
  border-bottom: 1px solid #e60000 !important;
}
.footer .footer-lang a, .footer .footer_linksList a {
  margin-right: 30px;
}
.footer .footer_disclaimer .col-lg-8 a {
  text-decoration: underline;
}
.footer .follow {
  text-align: right;
}
.footer .follow a {
  margin-left: 10px;
}
.footer a {
  color: #5a5d5c;
  line-height: 2;
}
.footer a:hover {
  text-decoration: none;
  color: #1c1c1c;
  border-bottom: 1px solid #e50000;
}
.footer .footer_disclaimer a:hover {
  border: none;
}

* {
  box-sizing: border-box;
}

#mobile-menu {
  opacity: 0;
  display: none;
}

#mobile-header {
  display: none;
  position: absolute;
  height: 50px;
  top: 15px;
  right: 0;
  font-size: 16px;
  font-weight: bold;
  color: #1f1f1f;
  line-height: 44px;
  text-align: center;
  z-index: 4;
  background: #fff;
}
#mobile-header a {
  display: block;
  width: 65px;
  height: 45px;
  padding: 13px 18px;
}
#mobile-header a span {
  background: #1c1c1c;
  display: block;
  height: 2px;
  margin: 7px 0;
}
#mobile-header a:before, #mobile-header a:after {
  content: "";
  display: block;
  background: #1c1c1c;
  height: 2px;
}

#hsi-and-constituent-stocks-table tr td:nth-child(8), #hscei-and-constituent-stocks-table tr td:nth-child(8), #constituent-stocks-table tr td:nth-child(8) {
  border-right: 1px solid #1f1f1f !important;
}

.bar_td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bar_td.border-right {
  border-right: 1px solid #cfcfcf !important;
  text-align: right;
}
.bar_td span {
  padding-left: 5px;
  padding-right: 5px;
}
.bar_td .bar {
  height: 20px;
}
.bar_td.rise {
  padding-left: 0;
}
.bar_td.rise .bar {
  background-color: #90a723;
  float: left;
}
.bar_td.fall {
  padding-right: 0;
}
.bar_td.fall .bar {
  background-color: #ba0000;
  float: right;
}
.bar_td .rise {
  text-align: right;
}
.bar_td .flat {
  color: #1f1f1f;
}

#five-moneyflow-inflows .bar-area .bar, #five-moneyflow-outflows .bar-area .bar, #moneyflow-all .bar-area .bar {
  height: 20px;
}
#five-moneyflow-inflows .bar-area .bar.bull, #five-moneyflow-outflows .bar-area .bar.bull, #moneyflow-all .bar-area .bar.bull {
  background: #90a723;
}
#five-moneyflow-inflows .bar-area .bar.bear, #five-moneyflow-outflows .bar-area .bar.bear, #moneyflow-all .bar-area .bar.bear {
  background: #ba0000;
}

td .ubs-pick {
  display: inline-block;
  margin-right: 10px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.banner-bottom {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
}

.home-index .home-index-item {
  padding: 5px;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-left: 3px solid #cfcfcf;
  min-height: 69px;
}
.home-index .home-index-item ul {
  margin-bottom: 0;
  justify-content: space-between;
}
.home-index .home-index-item ul li > div {
  white-space: nowrap;
}
.home-index .swiper-slide {
  height: 160px;
}
.home-index .up-box {
  color: #90a723;
  border-left-color: #90a723;
}
.home-index .down-box {
  color: #ba0000;
  border-left-color: #ba0000;
}
.home-index .flat-box {
  color: #1c1c1c;
  border-right: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  border-left-color: #1c1c1c;
}
.home-index .data-price {
  color: #1f1f1f;
}
.home-index .left-col {
  text-align: left;
  width: 50%;
}
.home-index .left-col .rise .pchng {
  background: url(../images/icon_rise.svg) no-repeat left 10px;
  background-size: 12px;
  padding-left: 15px;
}
.home-index .left-col .fall .pchng {
  background: url(../images/icon_fall.svg) no-repeat left 10px;
  background-size: 12px;
  padding-left: 15px;
}
.home-index .data-title {
  font-size: 20px;
  font-weight: 700;
  color: #1c1c1c;
}
.home-index .data-price .last {
  font-size: 18px;
  font-weight: 700;
}
.home-index .pchng {
  font-size: 18px;
  font-weight: 700;
}
.home-index .rigth-col {
  width: 49%;
  pointer-events: none;
}

.home-page .box {
  box-shadow: 0 0 5px #b5b5b5;
  padding: 20px 40px;
}
.home-page .ui-widget-header {
  background: #ffffff;
  margin-bottom: -1px;
}
.home-page .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-page .cbbc-outstanding {
  padding: 10px 0;
}
.home-page .moneyflow-table table tbody {
  border-left: none;
}
.home-page .terms-chart-location .setting-box label {
  width: 65px;
}
.home-page .terms-chart-location .setting-box select {
  width: calc(100% - 70px);
}
.home-page .cbbc-quicksearch-table label {
  width: 65px;
}
.home-page .cbbc-quicksearch-table select {
  width: calc(100% - 70px);
}

.search-code-area {
  border-bottom: 1px solid #1f1f1f;
  margin-bottom: 20px;
}
.search-code-area label {
  width: 100px;
}

.result-date .col-lg-6 .left-col, .result-date .col-lg-6 .right-col {
  width: 50%;
}

.home-real-quote .stock-name, .home-real-quote .cbbc-code, .home-real-quote .quote-price {
  font-size: 24px;
  font-weight: bold;
}
.home-real-quote .quote-price {
  padding-left: 0;
}
.home-real-quote .quote-price .pchng {
  font-weight: 100;
  font-size: 18px;
}
.home-real-quote .quote-price .fall.pchng {
  background: url(../images/icon_fall.svg) no-repeat center left;
  background-size: 12px;
  padding-left: 15px;
}
.home-real-quote .quote-price .rise.pchng {
  background: url(../images/icon_rise.svg) no-repeat center left;
  background-size: 12px;
  padding-left: 15px;
}
.home-real-quote .relate-highlight {
  padding: 10px 0;
}
.home-real-quote .relate-highlight h5 {
  padding-left: 30px;
}
.home-real-quote .relate-highlight #quick_recomm {
  padding: 10px 0;
  display: flex;
}
.home-real-quote .relate-highlight .left-col {
  width: 50%;
  padding-left: 30px;
}
.home-real-quote .relate-highlight .left-col ul {
  border-right: 1px solid #1f1f1f;
}
.home-real-quote .relate-highlight .right-col {
  width: 50%;
  padding-left: 30px;
}
.home-real-quote .search-code-area {
  display: flex;
  padding-bottom: 20px;
}
.home-real-quote .search-code-area .form-control {
  width: 380px;
  margin-left: 20px;
}
.home-real-quote .home_quick_search_data .left-col, .home-real-quote .home_quick_search_data .right-col {
  width: 50%;
}
.home-real-quote .last-time {
  text-align: right;
}
.home-real-quote .ui-state-default,
.home-real-quote .ui-widget-content .ui-state-default,
.home-real-quote .ui-widget-header .ui-state-default,
.home-real-quote .ui-button,
.home-real-quote .ui-button.ui-state-disabled:hover,
.home-real-quote .ui-button.ui-state-disabled:active {
  background: none;
}

.video_area .live-left {
  font-weight: inherit;
  --impulse-line-line-margin: 0.6rem;
  --impulse-line-align: center;
  background: linear-gradient(#e60000, #e60000) no-repeat left var(--impulse-line-align);
  padding-left: 20px;
  background-size: 4px calc(100% - var(--impulse-line-line-margin));
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.video_area .live-left .date {
  color: #e60000;
}
.video_area .live-left h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
.video_area .live-left h2::after {
  content: "";
  border: none;
}
.video_area .live-right .talker ul {
  display: flex;
}
.video_area .live-right .talker ul li {
  width: 50%;
}
.video_area .live-right .talker ul li .photo {
  float: left;
  margin-right: 10px;
}
.video_area .live-right .talker ul li .title {
  margin-top: 0;
}

.article-title {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.article-title::after {
  content: "";
  border: 2px solid #e60000;
  display: block;
  width: 62px;
  margin-top: 10px;
}

h1 span.title {
  font-weight: inherit;
  --impulse-line-line-margin: 0.9375rem;
  --impulse-line-align: center;
  background: linear-gradient(#e60000, #e60000) no-repeat left var(--impulse-line-align);
  padding-left: 20px;
  background-size: 4px calc(100% - var(--impulse-line-line-margin));
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-size: 2.75rem;
  line-height: 3.5rem;
}

.sector-recommend > .mySectors > ul {
  max-width: 100%;
  width: auto;
  white-space: nowrap;
  overflow-x: hidden;
}

.sector-recommend > .mySectors > ul > li {
  display: inline-block;
}

.tabs-ctn .ui-tabs-nav li {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#bd000c, #bd000c);
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.2s cubic-bezier(1, 0, 0.3, 1);
}
.tabs-ctn .ui-tabs-nav li.ui-state-hover {
  background-size: 0 2px, 100% 2px;
}
.tabs-ctn .direct-btn {
  position: absolute;
  right: -5px;
  top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.tabs-ctn .direct-btn:hover {
  background: #fff;
}
.tabs-ctn .direct-btn[data-direct=prev] {
  right: auto;
  left: -5px;
  z-index: 10;
  background: #fff;
}
.tabs-ctn .mySectors {
  padding-right: 30px;
}

.product-sectors .row:first-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.range-slider {
  position: relative;
}
.range-slider .barcontainer {
  margin: 0px;
  height: 60px;
  display: block;
}
.range-slider .barcontainer .bar {
  /*width: 7px;*/
  display: inline-block;
  background-color: #bebebf;
  vertical-align: bottom;
  margin-top: -19px;
}
.range-slider.hv-from-to-inputs .barcontainer {
  position: absolute;
  width: 100%;
  bottom: 12px;
}
.range-slider.hv-from-to-inputs .barcontainer .bar {
  margin-top: -19px;
}

.item.no-range .range-slider {
  padding-top: 5px;
  padding-top: 0;
}

.daily-info h3 img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.daily-info .bg-info {
  height: 220px;
}
.daily-info .bg-info button, .daily-info .bg-info a {
  width: 180px;
}

thead .th-white {
  border-width: 0 !important;
}
thead .th-white th {
  background-color: #fff;
  border: none !important;
  text-align: center;
}

#inflow_table-clone.table th:first-child, #inflow_table-clone.table th:nth-child(2),
#outflow_table-clone.table th:first-child,
#outflow_table-clone.table th:nth-child(2) {
  width: 5%;
}
#inflow_table-clone.table th:nth-child(3),
#outflow_table-clone.table th:nth-child(3) {
  width: 25%;
}
#inflow_table-clone.table th:nth-child(4),
#outflow_table-clone.table th:nth-child(4) {
  width: 20%;
}

#five-moneyflow-inflows-clone.table th:first-child, #five-moneyflow-inflows-clone.table th:nth-child(2), #five-moneyflow-outflows-clone.table th:first-child, #five-moneyflow-outflows-clone.table th:nth-child(2) {
  width: 5%;
}
#five-moneyflow-inflows-clone.table th:nth-child(3), #five-moneyflow-outflows-clone.table th:nth-child(3) {
  width: 25%;
}
#five-moneyflow-inflows-clone.table th:nth-child(4), #five-moneyflow-outflows-clone.table th:nth-child(4) {
  width: 20%;
}

.southbound-moneyflow .table .southbound-total {
  border-top: 2px solid #000;
  --bs-border-width: 1px;
}
.southbound-moneyflow .table .southbound-total td {
  background-color: #ebdecd;
}
.southbound-moneyflow .table td.highlight {
  font-weight: bold;
}
.southbound-moneyflow .table td.highlight a {
  font-weight: bold;
  display: block;
}
.southbound-moneyflow #inflow_table.table th:first-child, .southbound-moneyflow #inflow_table.table th:nth-child(2),
.southbound-moneyflow #outflow_table.table th:first-child,
.southbound-moneyflow #outflow_table.table th:nth-child(2) {
  width: 5%;
}
.southbound-moneyflow #inflow_table.table th:nth-child(3),
.southbound-moneyflow #outflow_table.table th:nth-child(3) {
  width: 25%;
}
.southbound-moneyflow #inflow_table.table th:nth-child(4),
.southbound-moneyflow #outflow_table.table th:nth-child(4) {
  width: 20%;
}
.southbound-moneyflow #five-moneyflow-inflows.table th:first-child, .southbound-moneyflow #five-moneyflow-inflows.table th:nth-child(2), .southbound-moneyflow #five-moneyflow-outflows.table th:first-child, .southbound-moneyflow #five-moneyflow-outflows.table th:nth-child(2) {
  width: 5%;
}
.southbound-moneyflow #five-moneyflow-inflows.table th:nth-child(3), .southbound-moneyflow #five-moneyflow-outflows.table th:nth-child(3) {
  width: 25%;
}
.southbound-moneyflow #five-moneyflow-inflows.table th:nth-child(4), .southbound-moneyflow #five-moneyflow-outflows.table th:nth-child(4) {
  width: 20%;
}
.southbound-moneyflow .southbound-table thead tr th:first-child, .southbound-moneyflow .southbound-table thead tr th:nth-child(3) {
  border-right: 1px solid #000;
}
.southbound-moneyflow .southbound-table tbody tr td:first-child {
  border-right: 1px solid #000;
  font-weight: bold;
}
.southbound-moneyflow .southbound-table tbody tr td:nth-child(3) {
  border-right: 1px solid #000;
}
.southbound-moneyflow h2 .last-update {
  float: right;
  margin-top: 25px;
}

.last-update {
  font-size: 14px;
}

.southbound-list, .subtab-list {
  align-items: center;
  display: flex;
  border-bottom: 1px solid #dedede;
}
.southbound-list li:first-child, .subtab-list li:first-child {
  padding-left: 0;
}
.southbound-list li:last-child, .subtab-list li:last-child {
  border-right: none;
}
.southbound-list a, .subtab-list a {
  font-size: 22px;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  margin-right: 3px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  padding-bottom: 10px;
}
.southbound-list a:hover, .subtab-list a:hover {
  text-decoration: none;
  border-bottom: 2px solid #e50000;
}
.southbound-list .active, .subtab-list .active {
  border: none;
  border-bottom: 2px solid #e50000;
  font-weight: 400;
  padding-bottom: 10px;
  font-weight: 700;
}

.subtab-list a {
  font-size: 22px;
  color: rgba(33, 37, 41, 0.75);
}
.subtab-list .active {
  color: #1c1c1c;
  font-weight: 700;
}

.moneyflow-number {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.moneyflow-date label {
  width: 65px;
  display: inline-block;
}
.moneyflow-date select {
  width: calc(100% - 70px) !important;
  display: inline-block;
}

.etfs-chart {
  border-top: 1px solid #1f1f1f;
  margin-top: 20px;
  padding-top: 20px;
}
.etfs-chart img {
  width: 100%;
}

.form-check-input:checked {
  background-color: #646464;
  border-color: #646464;
}

.ui-widget-content {
  background: none;
}

.cbbc-quicksearch-table {
  position: relative;
}
.cbbc-quicksearch-table .point-btn {
  cursor: pointer;
}
.cbbc-quicksearch-table .point-btn:hover {
  text-decoration: underline;
}
.cbbc-quicksearch-table .last-time .float-right {
  float: right;
}
.cbbc-quicksearch-table .last-close-info {
  text-align: left !important;
  cursor: pointer;
}
.cbbc-quicksearch-table .last-close-info .price {
  font-size: 24px;
}
.cbbc-quicksearch-table .last-close-info > div {
  border: 2px solid #1f1f1f;
  width: 155px;
  position: absolute;
  left: 10px;
}
.cbbc-quicksearch-table .last-close-info > div::after {
  content: "";
  margin-right: 5px;
  width: 15px;
  height: 3px;
  background: #646464;
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 50%;
}
.cbbc-quicksearch-table .underlying-info {
  cursor: pointer;
}
.cbbc-quicksearch-table .underlying-info:hover {
  box-shadow: inset 0 0 0 1px #1c1c1c !important;
  transition: box-shadow 0.15s ease-in-out;
}
.cbbc-quicksearch-table .sma-bar td {
  padding: 0;
}
.cbbc-quicksearch-table .sma-bar .sma-bar-value {
  font-size: 14px;
}
.cbbc-quicksearch-table .sma-bar .sma-bar-td {
  font-size: 13px;
}
.cbbc-quicksearch-table .sma-bar .sma-bar-td div {
  display: inline-block;
  background: #fff;
  padding: 2px 5px;
}
.cbbc-quicksearch-table .sma-bar .sma-bar-td div:before {
  content: "";
  margin-right: 5px;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.cbbc-quicksearch-table .sma-10-td {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#0097cc, #0097cc);
  background-position: 100% 100%, 0 50%;
  background-size: 0 2px, 100% 2px;
  background-repeat: no-repeat;
}
.cbbc-quicksearch-table .sma-10-td div:before {
  background-color: #0097cc;
  border-radius: 30px;
}
.cbbc-quicksearch-table .sma-10 {
  border-right: none;
}
.cbbc-quicksearch-table .sma-10 .sma-bar-value {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#0097cc, #0097cc);
  background-position: 0 50%, 100%;
  background-size: 0 2px, 25% 2px;
  background-repeat: no-repeat;
}
.cbbc-quicksearch-table .sma-20-td {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#e5b01c, #e5b01c);
  background-position: 100% 100%, 0 50%;
  background-size: 0 2px, 100% 2px;
  background-repeat: no-repeat;
}
.cbbc-quicksearch-table .sma-20-td div:before {
  background-color: #e5b01c;
  border-radius: 30px;
}
.cbbc-quicksearch-table .sma-20 {
  border-right: none;
}
.cbbc-quicksearch-table .sma-20 .sma-bar-value {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#e5b01c, #e5b01c);
  background-position: 0 50%, 100%;
  background-size: 0 2px, 25% 2px;
  background-repeat: no-repeat;
}
.cbbc-quicksearch-table .sma-50-td {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#45999c, #45999c);
  background-position: 100% 100%, 0 50%;
  background-size: 0 2px, 100% 2px;
  background-repeat: no-repeat;
}
.cbbc-quicksearch-table .sma-50-td div:before {
  background-color: #45999c;
  border-radius: 30px;
}
.cbbc-quicksearch-table .sma-50 {
  border-right: none;
}
.cbbc-quicksearch-table .sma-50 .sma-bar-value {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#45999c, #45999c);
  background-position: 0 50%, 100%;
  background-size: 0 2px, 25% 2px;
  background-repeat: no-repeat;
}
.cbbc-quicksearch-table .sma-100-td {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#cdd760, #cdd760);
  background-position: 100% 100%, 0 50%;
  background-size: 0 2px, 100% 2px;
  background-repeat: no-repeat;
}
.cbbc-quicksearch-table .sma-100-td div:before {
  background-color: #cdd760;
  border-radius: 30px;
}
.cbbc-quicksearch-table .sma-100 {
  border-right: none;
}
.cbbc-quicksearch-table .sma-100 .sma-bar-value {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#cdd760, #cdd760);
  background-position: 0 50%, 100%;
  background-size: 0 2px, 25% 2px;
  background-repeat: no-repeat;
}
.cbbc-quicksearch-table .sma-250-td {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#785e4a, #785e4a);
  background-position: 100% 100%, 0 50%;
  background-size: 0 2px, 100% 2px;
  background-repeat: no-repeat;
}
.cbbc-quicksearch-table .sma-250-td div:before {
  background-color: #785e4a;
  border-radius: 30px;
}
.cbbc-quicksearch-table .sma-250 {
  border-right: none;
}
.cbbc-quicksearch-table .sma-250 .sma-bar-value {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#785e4a, #785e4a);
  background-position: 0 50%, 100%;
  background-size: 0 2px, 25% 2px;
  background-repeat: no-repeat;
}
.cbbc-quicksearch-table .ulast-bar-title {
  background-color: #646464 !important;
  color: #fff;
}
.cbbc-quicksearch-table .ulast-bar {
  background-color: #646464 !important;
  color: #fff;
}
.cbbc-quicksearch-table .sma-btn ul {
  margin-bottom: 0;
}
.cbbc-quicksearch-table .sma-btn ul li {
  display: inline-block;
}
.cbbc-quicksearch-table .sma-btn ul li span {
  margin-right: 5px;
  border-radius: 30px;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.cbbc-quicksearch-table .sma-btn ul li span.ten-color {
  background-color: #0097cc;
}
.cbbc-quicksearch-table .sma-btn ul li span.twenty-color {
  background-color: #e5b01c;
}
.cbbc-quicksearch-table .sma-btn ul li span.half-color {
  background-color: #45999c;
}
.cbbc-quicksearch-table .sma-btn ul li span.hundred-color {
  background-color: #cdd760;
}
.cbbc-quicksearch-table .sma-btn ul li span.two-hundred-fifty-color {
  background-color: #785e4a;
}
.cbbc-quicksearch-table .sma-btn ul li a {
  margin-left: 10px;
}
.cbbc-quicksearch-table table thead th {
  text-align: center;
}
.cbbc-quicksearch-table table thead th:nth-child(1) {
  width: 180px;
}
.cbbc-quicksearch-table table thead th:nth-child(2) {
  width: 175px;
}
.cbbc-quicksearch-table table thead th:nth-child(3) {
  width: 180px;
}
.cbbc-quicksearch-table table thead th:nth-child(4) {
  width: 165px;
}
.cbbc-quicksearch-table table thead th:nth-child(5) {
  width: 150px;
}
.cbbc-quicksearch-table table thead th:nth-child(6) {
  width: 110px;
}
.cbbc-quicksearch-table table thead th:last-child {
  width: 17px;
}
.cbbc-quicksearch-table .scrolling {
  height: 800px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.cbbc-quicksearch-table .scrolling table td {
  text-align: center;
  padding-right: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
}
.cbbc-quicksearch-table .scrolling table td.dot-red {
  min-width: 7px;
  max-width: 7px;
  width: 7px;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #d70000;
  border-top: 1px solid #d70000;
}
.cbbc-quicksearch-table .scrolling table td.dot-red .circle {
  background-color: #d70000;
  border-left: none;
  border-right: none;
  width: 7px;
  height: 30px;
}
.cbbc-quicksearch-table .scrolling table td.dot-green {
  min-width: 7px;
  width: 7px;
  max-width: 7px;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #90a723;
  border-top: 1px solid #90a723;
}
.cbbc-quicksearch-table .scrolling table td.dot-green .circle {
  background-color: #90a723;
  border-left: none;
  border-right: none;
  width: 7px;
  height: 30px;
}
.cbbc-quicksearch-table .scrolling table td.dot-gray {
  min-width: 7px;
  width: 7px;
  max-width: 7px;
  padding: 0;
}
.cbbc-quicksearch-table .scrolling table td.bg-gray {
  background-color: #f2f2f2 !important;
  box-shadow: none;
  border: none;
}
.cbbc-quicksearch-table .scrolling table td:nth-child(3) {
  width: 165px;
}
.cbbc-quicksearch-table .scrolling table td:nth-child(4) {
  width: 184px;
}
.cbbc-quicksearch-table .scrolling table td:nth-child(5) {
  width: 172px;
}
.cbbc-quicksearch-table .scrolling table tr:nth-child(1) td:nth-child(1) {
  width: 15% !important;
}
.cbbc-quicksearch-table .scrolling .last-day-close {
  text-align: left;
  padding-left: 70px;
}
.cbbc-quicksearch-table .table-striped > tbody > tr:nth-of-type(even) > .bg-green {
  --bs-table-color-type: #1c1c1c;
  --bs-table-bg-type: #e6ebb0;
}
.cbbc-quicksearch-table .table-striped > tbody > tr > .bg-green {
  --bs-table-color-type: #1c1c1c;
  --bs-table-bg-type: #e6ebb0;
}
.cbbc-quicksearch-table .table-striped > tbody > tr > .bg-red {
  --bs-table-color-type: #1c1c1c;
  --bs-table-bg-type: #f6e1df;
}
.cbbc-quicksearch-table .table-striped > tbody > tr:nth-of-type(even) > .bg-red {
  --bs-table-color-type: #1c1c1c;
  --bs-table-bg-type: #f6e1df;
}
.cbbc-quicksearch-table .distribution-area {
  position: absolute;
  right: -55px;
  top: 30%;
  background-color: #fff;
  padding: 10px 5px;
  border-radius: 5px;
  text-align: center;
}
.cbbc-quicksearch-table .distribution-area ul {
  margin-bottom: 0;
}
.cbbc-quicksearch-table .distribution-area ul li {
  border-bottom: 1px solid #cfcfcf;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mf-chart-underlying-side {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mf-chart-underlying-side #mfc-ulast {
  font-size: 24px;
  font-weight: bold;
}

.country-select label {
  width: 80px;
  display: inline-block;
}
.country-select .form-select, .country-select .select2 {
  width: calc(100% - 85px) !important;
  display: inline-block;
}

.home-page .cbbc-quicksearch-table .sma-btn {
  margin-top: 10px;
}
.home-page .cbbc-quicksearch-table .sma-btn li.tl {
  display: block;
}
.home-page .cbbc-quicksearch-table .sma-100 .sma-bar-value, .home-page .cbbc-quicksearch-table .sma-10 .sma-bar-value, .home-page .cbbc-quicksearch-table .sma-20 .sma-bar-value, .home-page .cbbc-quicksearch-table .sma-50 .sma-bar-value, .home-page .cbbc-quicksearch-table .sma-250 .sma-bar-value {
  background-size: 0 2px, 7% 2px;
}
.home-page .cbbc-quicksearch-table .ulast-bar {
  opacity: 1;
  position: inherit;
}
.home-page .cbbc-quicksearch-table .ulast-bar .ulast-bar-value {
  background-color: #646464 !important;
  color: #fff;
}
.home-page .cbbc-quicksearch-table .last-close-info > div {
  width: 170px;
}
.home-page .cbbc-quicksearch-table .floating-ubox.ontop, .home-page .cbbc-quicksearch-table .floating-ubox.onbot {
  top: 105px;
}
.home-page .cbbc-quicksearch-table table thead tr {
  padding-right: 16px;
}
.home-page .cbbc-quicksearch-table table thead th {
  padding-right: 0;
  text-align: center;
}
.home-page .cbbc-quicksearch-table table thead th:nth-child(1) {
  width: 8px;
  min-width: 8px;
  padding: 0;
}
.home-page .cbbc-quicksearch-table table thead th:nth-child(2) {
  width: 90px;
}
.home-page .cbbc-quicksearch-table table thead th:nth-child(3) {
  width: 130px;
}
.home-page .cbbc-quicksearch-table table thead th:nth-child(4) {
  width: 136px;
}
.home-page .cbbc-quicksearch-table table thead th:nth-child(5) {
  width: 150px;
}
.home-page .cbbc-quicksearch-table table thead th:nth-child(6) {
  width: 110px;
}
.home-page .cbbc-quicksearch-table table thead th:nth-child(7) {
  width: 212px;
}
.home-page .cbbc-quicksearch-table table td:nth-child(2) {
  width: 105px;
}
.home-page .cbbc-quicksearch-table table td:nth-child(4) {
  width: 200px;
}
.home-page .cbbc-quicksearch-table table td:nth-child(5) {
  width: 180px;
}
.home-page .cbbc-quicksearch-table .scrolling table tr:nth-child(1) td:nth-child(1) {
  width: 0 !important;
}
.home-page .os-dist-info {
  padding-left: 10px;
  padding-right: 10px;
}
.home-page .moneyflow-table table {
  margin-bottom: 0;
}
.home-page #chart-sub-data .me-3 {
  margin-right: 0.5rem !important;
}
.home-page #chart-main-data .legend_list .legend {
  font-size: 14px;
}
.home-page .price-inline .price {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.home-page .price-inline .chng {
  display: inline-block;
}
.home-page .price-inline .chng.drop {
  background: url(../images/icon_fall.svg) no-repeat center left;
  background-size: 12px;
  padding-left: 15px;
  color: #ba0000 !important;
}
.home-page .price-inline .chng.rise {
  background: url(../images/icon_rise.svg) no-repeat center left;
  background-size: 12px;
  padding-left: 15px;
  color: #90a723 !important;
}

.last-close-info {
  position: relative;
}

table .underlying-info {
  position: absolute;
  top: -35px;
  right: 0;
  width: calc(100% - 1rem);
}
table .underlying-info .price {
  font-size: 24px;
}

.no-bear-product table .underlying-info {
  top: 10px;
}

.scroll-control {
  cursor: pointer;
}

.floating-ubox {
  position: absolute;
  margin-left: 10px;
  border: 2px solid #1f1f1f;
}
.floating-ubox .price {
  font-size: 24px;
}

.floating-ubox.ontop {
  top: 95px;
  box-shadow: 0 0 5px #e3e3e3;
}

.floating-ubox.onbot {
  top: 95px;
  box-shadow: 0 0 5px #e3e3e3;
}

.cbbc-quicksearch-table .scrolling {
  height: auto;
  max-height: 600px;
  min-height: 500px;
  overflow-y: auto;
}
.cbbc-quicksearch-table .distribution-area {
  top: 50%;
  transform: translateY(-50%);
}

#search-product-table-clone thead th {
  padding: 0.5rem 0.25rem;
}

#search-product-table-fixbox .table td {
  padding: 0.5rem 0.25rem;
}

#inflow_table-fixbox .table td.highlight a,
#outflow_table-fixbox .table td.highlight a,
#moneyflow-all-fixbox .table td.highlight a,
#five-moneyflow-inflows-fixbox .table td.highlight a,
#five-moneyflow-outflows-fixbox .table td.highlight a {
  font-weight: bold;
  display: block;
}

.highcharts-tooltip {
  pointer-events: auto !important;
  z-index: 99999;
}

.cbbc-quick-search-chart {
  cursor: pointer;
}
.cbbc-quick-search-chart .charttooltip {
  width: auto;
  height: auto;
}
.cbbc-quick-search-chart .charttooltip div {
  font-size: 14px;
}
.cbbc-quick-search-chart .charttooltip .cbbc-quick-search-chart-code,
.cbbc-quick-search-chart .charttooltip .value,
.cbbc-quick-search-chart .charttooltip .product-name,
.cbbc-quick-search-chart .charttooltip .product-last,
.cbbc-quick-search-chart .charttooltip .product-calllv {
  font-size: 15px;
  font-weight: bold;
}
.cbbc-quick-search-chart .highcharts-axis.highcharts-xaxis .highcharts-axis-line {
  display: none;
}
.cbbc-quick-search-chart .highcharts-axis-labels span {
  width: 60px !important;
}
.cbbc-quick-search-chart .op0 {
  opacity: 0 !important;
}
.cbbc-quick-search-chart #chart-sub-data {
  width: 100%;
}
.cbbc-quick-search-chart .charttooltip.hv-star {
  background: #fff3db !important;
}

#cbbc-chart-tooltip-area .value {
  position: inherit;
  top: auto;
  left: auto;
  margin: 0;
  display: inline-block;
  width: auto;
}

.chart-loading #terms_chart_container {
  opacity: 0 !important;
}

.product-chart-star {
  display: inline-block;
  vertical-align: 0px;
}

.hide-long .td-type-long, .hide-short .td-type-short, .hide-call .td-type-call, .hide-put .td-type-put, .hide-bull .td-type-bull, .hide-bear .td-type-bear {
  display: none !important;
}

.mf-table-bot-bar {
  position: relative;
  width: 70px;
  height: 36px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.mf-bar {
  width: 11%;
  bottom: 0;
}

.bar-negative {
  background-color: #ba0000;
  transform: translateY(50%);
}

.bar-positive {
  background-color: #91a623;
  transform: translateY(-50%);
}

.mf-table-bot-bar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  top: calc(50% - 0.5px);
}

.mf-table-bot-bar.all-positive.mf-table-bot-bar::after {
  top: 100%;
}

.mf-table-bot-bar.all-negative.mf-table-bot-bar::after {
  top: 0%;
}

.mf-table-bot-bar.all-positive {
  align-items: flex-end;
}

.mf-table-bot-bar.all-positive .bar-negative, .mf-table-bot-bar.all-positive .bar-positive,
.mf-table-bot-bar.all-negative .bar-negative, .mf-table-bot-bar.all-negative .bar-positive {
  transform: translateY(0%);
}

.mf-table-bot-bar.all-negative {
  align-items: flex-start;
}

.bar-td {
  vertical-align: middle;
}

.mf-table-bot-bar.no-data {
  display: none;
}

#mf-option .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: none !important;
  border: none;
  display: inline;
  margin-left: 0;
  margin-top: 0;
  padding: 0 0 0 10px;
  padding-left: 0;
  line-height: 36px;
  text-overflow: unset;
  flex: none;
  overflow: hidden;
}

#mf-option .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

#mf-option .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 5px;
  padding-right: 0;
}

#mf-option .select2-container--default .select2-selection--multiple .select2-selection__choice__display:after {
  content: ",";
  margin-left: 0;
  margin-right: 0;
}

#mf-option .select2-selection__rendered li.select2-selection__choice:last-child .select2-selection__choice__display:after {
  display: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  list-style: none;
  padding: 0;
  text-overflow: ellipsis;
  overflow: visible;
  justify-content: flex-start;
}

.hide_asset .asset-td, .hide_top .top-td {
  display: none !important;
}

#btn_adv_search {
  background: url(../images/icon-edu02.svg) no-repeat left center;
  background-size: 16px;
  padding-left: 20px;
}

.performance-tl {
  font-weight: 700;
  border-bottom: 1px solid #1f1f1f;
  margin-bottom: 0;
}
.performance-tl li {
  padding-bottom: 10px;
}
.performance-tl li:first-child {
  width: 15%;
  text-align: center;
}
.performance-tl li:nth-child(2) {
  width: 50%;
  padding-left: 5px;
}
.performance-tl li:nth-child(3) {
  width: 15%;
}

.sector-performance .bar-chart {
  display: flex;
  padding-right: 5px;
}
.sector-performance .bar-chart .bar.drop {
  text-align: right;
  background: #ba0000;
  color: #fff !important;
  padding-right: 10px;
}
.sector-performance .bar-chart .bar.level {
  text-align: center;
  background: #fff;
}
.sector-performance .bar-chart .bar.rise {
  background: #90a723;
  color: #fff !important;
  text-align: left;
  padding-left: 10px;
}

#accordion .ui-icon-triangle-1-e {
  background-position: 0;
}
#accordion .ui-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  position: absolute;
  right: 10px;
  top: 15px;
}
#accordion .ui-state-active {
  border: none;
}
#accordion .ui-state-active .ui-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
#accordion .ui-state-active .ui-icon-triangle-1-s {
  background-position: 0;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
#accordion .accordion-head {
  background: #f5f5f5;
  padding: 10px;
}
#accordion .accordion-head ul {
  display: flex;
  margin-bottom: 0;
}
#accordion .accordion-head ul li:first-child {
  width: 5%;
  text-align: center;
}
#accordion .accordion-head ul li:nth-child(2) {
  width: 10%;
}
#accordion .accordion-head ul li:nth-child(3) {
  width: 50%;
}
#accordion .accordion-head ul li:nth-child(4) {
  width: 15%;
}
#accordion .accordion-head ul li:nth-child(5) {
  width: 15%;
}
#accordion .ui-state-hover {
  background-color: #f1f1f1;
  border: none;
}
#accordion .ui-accordion-content {
  padding: 0;
}
#accordion .ui-accordion-content table {
  margin-bottom: 0;
}
#accordion .ui-accordion-content table th {
  background-color: #e5e5e5;
}
#accordion ul {
  padding-left: 30px;
}
#accordion ul.point {
  list-style: disc;
}
#accordion ul.point li {
  margin-bottom: 20px;
}

.outstanding-quantity .first-tr td {
  background: #e6ebb0;
  border-bottom: 2px solid #000;
}
.outstanding-quantity .table-responsive {
  height: 500px;
  overflow-y: auto;
}
.outstanding-quantity th:first-child, .outstanding-quantity th:last-child {
  width: 50px;
}
.outstanding-quantity th:last-child {
  padding-left: 0;
}
.outstanding-quantity th:first-child {
  padding-right: 0;
}
.outstanding-quantity th:nth-child(2) {
  width: 15%;
}
.outstanding-quantity th:nth-child(3) {
  width: 15%;
}
.outstanding-quantity th:nth-child(4) {
  width: 15%;
}
.outstanding-quantity th:nth-child(5) {
  width: 15%;
}
.outstanding-quantity th:nth-child(6) {
  width: 15%;
}
.outstanding-quantity td:first-child, .outstanding-quantity td:last-child {
  width: 50px;
}
.outstanding-quantity td:nth-child(2) {
  width: 16%;
}
.outstanding-quantity td:nth-child(3) {
  width: 15%;
}
.outstanding-quantity td:nth-child(4) {
  width: 15%;
}
.outstanding-quantity td:nth-child(5) {
  width: 15%;
}
.outstanding-quantity td:nth-child(6) {
  width: 15%;
}

.cbbc-outstanding select {
  width: auto;
}
.cbbc-outstanding .past-chart-select {
  display: flex;
}
.cbbc-outstanding .past-chart-select label {
  margin-top: 10px;
}
.cbbc-outstanding .past-chart-select select {
  margin-left: 10px;
}
.cbbc-outstanding .chart-input-setting .mid_remark {
  font-size: 14px;
  margin-left: 10px;
  line-height: 1.4;
}
.cbbc-outstanding .past-chart-select {
  font-size: 14px;
}
.cbbc-outstanding .past-chart-select select {
  font-size: 14px;
}
.cbbc-outstanding .last-area {
  text-align: right;
  font-size: 14px;
}
.cbbc-outstanding .os-dist-info {
  font-size: 13px;
}
.cbbc-outstanding .os-dist-info label {
  font-size: 13px;
}
.cbbc-outstanding .legend_list.flex-right {
  flex-direction: row-reverse;
}

.hsi-cbbc-os {
  position: relative;
  margin-bottom: 30px;
  --bs-table-bg: #fff0;
  border-bottom: 1px solid #000;
}
.hsi-cbbc-os .bar {
  display: inline-block;
  height: 15px;
}
.hsi-cbbc-os .bar.bear {
  background: #ba0000;
  position: relative;
}
.hsi-cbbc-os .bar.bull {
  background: #90a723;
  position: relative;
}
.hsi-cbbc-os .bar .dead {
  background-color: #919191 !important;
  position: absolute;
  height: 15px;
  right: 0;
}
.hsi-cbbc-os .bull-os-1, .hsi-cbbc-os .bear-os-1 {
  background-color: #e5eaaf;
}
.hsi-cbbc-os .bull-os-2, .hsi-cbbc-os .bear-os-2 {
  background-color: #ccd761;
}
.hsi-cbbc-os .bull-os-3, .hsi-cbbc-os .bear-os-3 {
  background-color: #90a522;
}
.hsi-cbbc-os .bull-os-4, .hsi-cbbc-os .bear-os-4 {
  background-color: #526d04;
  color: #fff;
}
.hsi-cbbc-os .bull-os-5, .hsi-cbbc-os .bear-os-5 {
  background-color: #919191;
  color: #fff;
}
.hsi-cbbc-os thead th {
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  border-top: 1px solid #cfcfcf;
}
.hsi-cbbc-os thead th:nth-child(2) {
  text-align: center;
}
.hsi-cbbc-os tbody td {
  font-size: 13px;
  --bs-table-bg: #fff0;
  border-color: #cfcfcf;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
  border-left: 1px solid #fff;
}
.hsi-cbbc-os tbody td.range {
  width: 105px;
  background-color: #f2f2f2;
  border-left: none;
}
.hsi-cbbc-os tbody td.bar-area {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  border-bottom: none;
  border-top: none;
}
.hsi-cbbc-os tbody td:first-child, .hsi-cbbc-os tbody td.bg-gray {
  border-bottom: none;
  border-top: none;
}
.hsi-cbbc-os tbody td.focus {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: none;
  text-align: center;
}
.hsi-cbbc-os tbody td.focus a {
  font-weight: bold;
  white-space: nowrap;
}
.hsi-cbbc-os tbody td.data {
  border: none;
  --bs-table-bg-type: #fff !important;
}
.hsi-cbbc-os tbody td.bear-bg {
  --bs-table-bg-type: #f6e1df !important;
  border-right: 1px solid #fff;
  border-color: #fff;
}
.hsi-cbbc-os tbody td.bear-bg:last-child {
  border-right: none;
}
.hsi-cbbc-os tbody td.bull-bg {
  --bs-table-bg-type: #e6ebb0 !important;
  border-right: 1px solid #fff;
  border-color: #fff;
}
.hsi-cbbc-os tbody td.bull-bg:last-child {
  border-right: none;
}
.hsi-cbbc-os tbody tr:nth-of-type(even) td.bar-area {
  --bs-table-bg-type: #fff0 !important;
}
.hsi-cbbc-os tbody tr:nth-of-type(even) td:first-child, .hsi-cbbc-os tbody tr:nth-of-type(even) td.bg-gray {
  --bs-table-bg-type: #f2f2f2;
}
.hsi-cbbc-os tbody tr:nth-of-type(even) td.callback-price, .hsi-cbbc-os tbody tr:nth-of-type(even) td.distance-recovery {
  background-color: #f2f2f2;
}
.hsi-cbbc-os tbody tr.last-close td {
  --bs-table-bg-type: #fff !important;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  vertical-align: middle;
}
.hsi-cbbc-os .last-close td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.hsi-cbbc-os .last-close .middle-bar {
  display: flex;
  color: #fff;
  position: relative;
}
.hsi-cbbc-os .last-close .middle-bar .green-bar {
  background: #90a723;
  padding: 8px;
  font-weight: bold;
  height: 48px;
}
.hsi-cbbc-os .last-close .middle-bar .green-bar .position-a {
  position: absolute;
  left: 5px;
}
.hsi-cbbc-os .last-close .middle-bar .red-bar {
  background: #ba0000;
  padding: 8px;
  text-align: right;
  font-weight: bold;
  height: 48px;
}
.hsi-cbbc-os .last-close .middle-bar .red-bar .position-a {
  position: absolute;
  right: 5px;
}
.hsi-cbbc-os .last-close .middle-bar .hedging-futures {
  font-size: 22px;
}
.hsi-cbbc-os .last-close .cbbc_ratio, .hsi-cbbc-os .last-close .cbbc_ratio2, .hsi-cbbc-os .last-close #os-closing {
  font-size: 18px;
  font-weight: bold;
}
.hsi-cbbc-os .bg-line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 14px;
}
.hsi-cbbc-os .bg-line ul {
  height: 100%;
  display: flex;
  width: 25%;
  margin-left: 125px;
  margin-right: auto;
}
.hsi-cbbc-os .bg-line ul li {
  width: 25%;
}
.hsi-cbbc-os .bg-line ul li .line {
  border-left: 1px solid #cfcfcf;
  height: 100%;
}
.hsi-cbbc-os .bg-line ul li .line.white {
  border-left: 1px solid #fff;
}

.terms-structure {
  border-top: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
}
.terms-structure #realtime_terms, .terms-structure .terms-info {
  display: flex;
}
.terms-structure #realtime_terms ul, .terms-structure .terms-info ul {
  width: 50%;
}
.terms-structure #realtime_terms ul li, .terms-structure .terms-info ul li {
  display: flex;
  margin-bottom: 10px;
}
.terms-structure #realtime_terms ul li div, .terms-structure .terms-info ul li div {
  width: 50%;
}
.terms-structure .bg-gray ul {
  padding: 20px 0;
}
.terms-structure .bg-gray ul li {
  width: 25%;
  border-right: 1px solid #1f1f1f;
  padding: 0 20px;
}
.terms-structure .bg-gray ul li:last-child {
  border-right: none;
}
.terms-structure .bg-gray ul li .tl {
  margin-bottom: 5px;
}
.terms-structure .bg-gray ul li span {
  font-size: 24px;
}

.intraday-chart {
  margin-top: -40px;
}
.intraday-chart .stock-info ul li {
  display: flex;
  padding: 5px 15px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.intraday-chart .stock-info ul li:nth-child(odd) {
  background: #f5f5f5;
}
.intraday-chart .stock-info ul li div {
  width: 50%;
}
.intraday-chart .stock-info ul li.underlying-price {
  display: block;
  font-size: 20px;
}
.intraday-chart .stock-info ul li.underlying-price div {
  width: auto;
}
.intraday-chart .price {
  padding-left: 0;
}
.intraday-chart .price span {
  font-weight: inherit;
  font-size: 15px;
}
.intraday-chart .price span.real-time {
  font-size: 11px;
}
.intraday-chart .price span.rise {
  background: url(../images/icon_rise.svg) no-repeat center left;
  background-size: 12px;
  padding-left: 15px;
}
.intraday-chart .price span.rise::before {
  content: "";
}
.intraday-chart .price span.fall {
  background: url(../images/icon_fall.svg) no-repeat center left;
  background-size: 12px;
  padding-left: 15px;
}
.intraday-chart .price span.fall::before {
  content: "";
}

#mf-date {
  font-size: 22px;
  font-weight: bold;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #1f1f1f;
}

#mf-inflow, #mf-outflow, #mf-last {
  font-size: 22px;
  min-width: 150px;
}

#mf-bot-table th, #mf-bot-table td, #mf-bot-table-clone th, #mf-bot-table-clone td {
  padding: 0.5rem 0.25rem;
}
#mf-bot-table th[order="12"], #mf-bot-table-clone th[order="12"] {
  width: 72px;
}
#mf-bot-table th[order="13"], #mf-bot-table-clone th[order="13"] {
  width: 50px;
}

#sma_setting ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#sma_setting ul li {
  margin-left: 10px;
  padding-top: 7px;
}
#sma_setting ul li:first-child {
  margin-left: 0;
}
#sma_setting ul li span {
  margin-right: 2px;
  border-radius: 30px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
#sma_setting ul li span.ten-color {
  background-color: #0097cc;
}
#sma_setting ul li span.twenty-color {
  background-color: #cc707a;
}
#sma_setting ul li span.half-color {
  background-color: #8489db;
}
#sma_setting ul li span.hundred-color {
  background-color: #cdd760;
}
#sma_setting ul li span.two-hundred-fifty-color {
  background-color: #07476f;
}

#chart-screen .chart-row .sma-fixed-tooltip-span span {
  margin-right: 2px;
  border-radius: 30px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
#chart-screen .chart-row .sma-fixed-tooltip-span span.ten-color {
  background-color: #0097cc;
}
#chart-screen .chart-row .sma-fixed-tooltip-span span.twenty-color {
  background-color: #cc707a;
}
#chart-screen .chart-row .sma-fixed-tooltip-span span.fifty-color {
  background-color: #8489db;
}
#chart-screen .chart-row .sma-fixed-tooltip-span span.hundred-color {
  background-color: #cdd760;
}
#chart-screen .chart-row .sma-fixed-tooltip-span span.two-hundred-fifty-color {
  background-color: #07476f;
}

.os-dist-comment {
  background: #fff;
  display: inline-block;
  margin-bottom: 0;
}
.os-dist-comment label {
  font-weight: bold;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 3px 5px;
  margin-top: -10px;
}

.highcharts-head-row {
  border-bottom: 2px solid #1c1c1c;
}
.highcharts-head-row ul {
  display: flex;
  padding: 10px 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.highcharts-head-row ul li:first-child {
  margin-right: 15px;
}
.highcharts-head-row ul li:last-child {
  margin-right: 0;
}
.highcharts-head-row ul li #chart-vol-data {
  margin-top: 5px;
}

.iv-comparison .chart {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.iv-comparison label {
  display: inline-block;
  width: 75px;
}
.iv-comparison select {
  display: inline-block;
  width: calc(100% - 80px) !important;
  font-size: 15px;
}
.iv-comparison .legend_list {
  float: left;
  margin-top: 5px;
}
.iv-comparison .legend_list .legend {
  margin-right: 5px;
}
.iv-comparison .chart-head-label {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}
.iv-comparison .tooltip-icon {
  vertical-align: super;
  margin-left: 5px;
}
.iv-comparison ul.have-border li {
  padding-left: 0;
  padding-bottom: 10px;
}
.iv-comparison ul.have-border li:last-child {
  border-left: none;
  padding-right: 0;
}
.iv-comparison ul.have-border li:first-child {
  padding-left: 0;
  border-left: none;
}
.iv-comparison .last-time {
  float: right;
}

.date-to-from {
  display: inline-block;
}

#result_range th {
  text-align: center;
}
#result_range th:first-child {
  white-space: nowrap;
  vertical-align: middle;
}
#result_range td {
  width: 15%;
  text-align: center;
}
#result_range td.price {
  background: #e6ebb0;
  font-weight: bold;
}

#os-quantity-table th {
  position: sticky;
  top: 0px;
  z-index: 9;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#os-quantity-table td {
  border-bottom: 1px solid #ccc;
}
#os-quantity-table .chart-link {
  cursor: pointer;
}
#os-quantity-table .first-tr td {
  border-bottom: 1px solid #000000;
}

table#os-quantity-table {
  caption-side: bottom;
  border-collapse: separate;
  border-spacing: 0;
}

.table-scroller {
  max-height: 500px;
  overflow-y: auto;
  position: relative;
}

.outstanding-quantity .legend_list .legend {
  min-width: 130px;
  cursor: pointer;
}

.calculator-search-code label {
  width: 75px;
}
.calculator-search-code .form-control {
  width: calc(100% - 161px);
  display: inline-block;
}
.calculator-search-code .bg-gray {
  padding: 20px;
}
.calculator-search-code #search-btn {
  font-size: 15px;
  margin-top: -4px;
}

#realtime_stime {
  background: url(../images/realtime-btn.png) no-repeat center;
  height: 23px;
  width: 23px;
  border: none;
  vertical-align: bottom;
}

.tool_area li {
  cursor: pointer;
}
.tool_area .sp-dd {
  display: none;
}
.tool_area .sp-preview {
  margin-right: 0 !important;
  width: 20px;
}

#warrant_info, #cbbc_info {
  align-items: center;
}

#warrant_info .price, #underlying_info .price, #cbbc_info .price {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding-left: 0;
}
#warrant_info .price span, #underlying_info .price span, #cbbc_info .price span {
  font-weight: inherit;
  font-size: 15px;
  min-width: 48px;
}
#warrant_info .price span.real-time, #underlying_info .price span.real-time, #cbbc_info .price span.real-time {
  font-size: 11px;
}
#warrant_info .price span.rise, #underlying_info .price span.rise, #cbbc_info .price span.rise {
  background: url(../images/icon_rise.svg) no-repeat center left;
  background-size: 12px;
  padding-left: 15px;
}
#warrant_info .price span.rise::before, #underlying_info .price span.rise::before, #cbbc_info .price span.rise::before {
  content: "";
}
#warrant_info .price span.fall, #underlying_info .price span.fall, #cbbc_info .price span.fall {
  background: url(../images/icon_fall.svg) no-repeat center left;
  background-size: 12px;
  padding-left: 15px;
}
#warrant_info .price span.fall::before, #underlying_info .price span.fall::before, #cbbc_info .price span.fall::before {
  content: "";
}

#underlying_info .underlying_name {
  font-size: 36px;
  font-weight: 700;
}
#underlying_info #rt_last {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding-left: 0;
}

.share-btn {
  background: url(../images/share-btn.png) no-repeat center;
  height: 23px;
  width: 23px;
  display: block;
  float: right;
}

.last-day-close-tr {
  display: none;
}

.ulast-bar-value {
  color: #fff !important;
}

.terms-chart-location #terms-chart-area {
  border-bottom: 2px solid #1f1f1f;
}
.terms-chart-location .setting-box label {
  display: inline-block;
  margin-right: 0;
  width: 134px;
}
.terms-chart-location .setting-box .form-select {
  display: inline-block;
  width: calc(100% - 138px);
  font-size: 14px;
}
.terms-chart-location .setting-box .form-select#chart-underlying-part {
  width: calc(100% - 990px);
}
.terms-chart-location .setting-box .form-select#change-type {
  width: calc(100% - 138px);
}
.terms-chart-location .setting-box #rsi_setting, .terms-chart-location .setting-box #uturnover_setting, .terms-chart-location .setting-box #macd_setting {
  display: inline-block;
}
.terms-chart-location .setting-box .support-setting label {
  width: 125px;
}
.terms-chart-location .setting-box .support-setting.auxiliary-charts label {
  width: 120px;
}
.terms-chart-location .setting-box .support-setting.auxiliary-charts .form-select {
  width: calc(100% - 206px);
}
.terms-chart-location .setting-box li label {
  width: auto;
  display: inline-block;
}
.terms-chart-location .setting-box li .form-control {
  display: inline-block;
  font-size: 14px;
  width: auto;
  margin-right: 5px;
}
.terms-chart-location .setting-box .btn {
  --bs-btn-padding-y: 0.3rem;
}
.terms-chart-location .setting-box #bol_setting li label {
  display: inline-block;
}
.terms-chart-location .setting-box #bol_setting li input {
  width: 80px;
  display: inline-block;
  margin-right: 5px;
}
.terms-chart-location #macd_setting input {
  width: 147px;
  display: inline-block;
  margin-right: 5px;
}
.terms-chart-location .tool_area {
  background-color: #f5f5f5;
  margin-top: 4px;
  padding: 10px;
  margin-top: 0;
}
.terms-chart-location .tool_area .tl {
  font-size: 13px;
  text-align: center;
  margin: 14px 0;
}
.terms-chart-location .tool_area li {
  margin-bottom: 10px;
  width: 28px;
  height: 28px;
}
.terms-chart-location .tool_area li .chart_colorpicker {
  width: 28px;
  height: 28px;
}
.terms-chart-location .tool_area li.image1 {
  background: url(../images/icon-tool1.jpg) no-repeat center;
  text-indent: -999px;
}
.terms-chart-location .tool_area li.image1.active {
  background: url(../images/icon-tool1-on.jpg) no-repeat center;
}
.terms-chart-location .tool_area li.image2 {
  background: url(../images/icon-tool2.jpg) no-repeat center;
  text-indent: -999px;
}
.terms-chart-location .tool_area li.image2.active {
  background: url(../images/icon-tool2-on.jpg) no-repeat center;
}
.terms-chart-location .tool_area li.image3 {
  background: url(../images/icon-tool3.jpg) no-repeat center;
  text-indent: -999px;
}
.terms-chart-location .tool_area li.image3.active {
  background: url(../images/icon-tool3-on.jpg) no-repeat center;
}
.terms-chart-location .tool_area li.image4 {
  background: url(../images/icon-tool4.jpg) no-repeat center;
  text-indent: -999px;
}
.terms-chart-location .tool_area li.image4.active {
  background: url(../images/icon-tool4-on.jpg) no-repeat center;
}
.terms-chart-location .tool_area li.image5 {
  background: url(../images/icon-tool5.jpg) no-repeat center;
  text-indent: -999px;
}
.terms-chart-location .tool_area li.image5.active {
  background: url(../images/icon-tool5-on.jpg) no-repeat center;
}
.terms-chart-location .tool_area li.image6 {
  background: url(../images/icon-tool6.jpg) no-repeat center;
  text-indent: -999px;
}
.terms-chart-location .tool_area li.image6.active {
  background: url(../images/icon-tool6-on.jpg) no-repeat center;
}
.terms-chart-location .tool_area li.image7 {
  background: url(../images/icon-tool7.jpg) no-repeat center;
  text-indent: -999px;
}
.terms-chart-location .tool_area li.image7.active {
  background: url(../images/icon-tool7-on.jpg) no-repeat center;
}
.terms-chart-location .tool_area li.image10 {
  background: url(../images/icon-tool10.jpg) no-repeat center;
  text-indent: -999px;
}
.terms-chart-location .tool_area li.image10.active {
  background: url(../images/icon-tool10-on.jpg) no-repeat center;
}
.terms-chart-location .tool_area li.image13 {
  background: url(../images/icon-tool13.jpg) no-repeat center;
  text-indent: -999px;
}
.terms-chart-location .tool_area li.image13.active {
  background: url(../images/icon-tool13-on.jpg) no-repeat center;
}
.terms-chart-location .tool_area li.image14 {
  background: url(../images/icon-tool14.jpg) no-repeat center;
  text-indent: -999px;
}
.terms-chart-location .tool_area li.image14.active {
  background: url(../images/icon-tool14-on.jpg) no-repeat center;
}
.terms-chart-location .tool_area li.image15 {
  background: url(../images/icon-tool15.jpg) no-repeat center;
  text-indent: -999px;
}
.terms-chart-location .tool_area li.image16 {
  background: url(../images/icon-tool16.jpg) no-repeat center;
  text-indent: -999px;
}
.terms-chart-location .tool_area li.removelast {
  background: url(../images/icon-removelast.jpg) no-repeat center;
  text-indent: -999px;
}
.terms-chart-location .tool_area li.clearAll {
  background: url(../images/icon-clearAll.jpg) no-repeat center;
  text-indent: -999px;
}
.terms-chart-location .tool_area li.chart-download {
  background: url(../images/icon-chart-download.jpg) no-repeat center;
  text-indent: -999px;
}
.terms-chart-location .chart-title-box #chart-date {
  font-size: 20px;
  font-weight: bold;
}
.terms-chart-location .chart-title-box #chart-main-data .legend_list {
  margin-top: 5px;
}
.terms-chart-location .chart-title-box #chart-main-data .legend_list .legend {
  margin-right: 0;
}
.terms-chart-location .chart-title-box #chart-main-data .legend_list .terms-tooltip-value {
  margin-right: 15px;
  font-weight: bold;
}
.terms-chart-location .chart-title-box #mfc-uchng .fall {
  background: url(/home/images/icon_fall.svg) no-repeat center left;
  background-size: 12px;
  padding-left: 15px;
}
.terms-chart-location .chart-title-box #mfc-uchng .rise {
  background: url(/home/images/icon_rise.svg) no-repeat center left;
  background-size: 12px;
  padding-left: 15px;
}
.terms-chart-location .chart-title-box #chart-sub-data {
  margin-top: 5px;
  flex-wrap: wrap;
}
.terms-chart-location .volume .terms-tooltip-value {
  font-size: 20px;
  font-weight: bold;
}

.inner-term-page .chart-row,
.inner-term-page .chart-title-values {
  display: flex;
}
.inner-term-page.analyzer-performance .terms-chart-location #terms-chart-area .highcharts-axis-title {
  left: 0 !important;
}
.inner-term-page.analyzer-performance .terms-chart-location #terms-chart-area .highcharts-yaxis,
.inner-term-page.analyzer-performance .terms-chart-location #terms-chart-area .highcharts-axis-title {
  width: 100% !important;
}
.inner-term-page.analyzer-performance .terms-chart-location #terms-chart-area #terms_chart_container {
  transition: opacity 0.5s;
  opacity: 1;
}
.inner-term-page.analyzer-performance .terms-chart-location #terms-chart-area #terms_chart_container.loading {
  opacity: 0;
}
.inner-term-page .chart-title-value {
  display: flex;
  gap: 20px;
}
.inner-term-page .chart-title-row {
  display: flex;
  justify-content: space-between;
}
.inner-term-page .preclose__line {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: #646464;
}
.inner-term-page .highcharts-yaxis-grid path:first-child {
  stroke-dasharray: 5, 0 !important;
}
.inner-term-page .preclose__label {
  position: absolute;
  top: 22.6666666667px;
  right: 0;
  width: 44px;
  background: #646464;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  padding: 0;
  font-size: 13px;
}
.inner-term-page #intraday_chart_container {
  width: 100%;
}

.underlying-analyzer .terms-chart-location .setting-box .support-setting .form-select {
  width: auto;
}
.underlying-analyzer .terms-chart-location .setting-box .support-setting input {
  width: 60px;
  display: inline-block;
}
.underlying-analyzer .terms-tooltip-value {
  margin-right: 5px;
}

#chart-sub-data {
  font-size: 13px;
}

.chart-area-border {
  border-bottom: 2px solid #1c1c1c;
}

#underlying_chart {
  border-bottom: 2px solid #1f1f1f;
  margin-top: 20px;
}

.inner-term-comparison #warrant_info, .inner-term-comparison #cbbc_info {
  border-bottom: 2px solid #1f1f1f;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.inner-term-comparison h2 small {
  font-size: 18px;
}
.inner-term-comparison .table tr td, .inner-term-comparison .table tr th {
  width: 15%;
}
.inner-term-comparison .comparison-result tr th:first-child {
  width: 10%;
}
.inner-term-comparison .comparison-result tr td {
  border-left: 1px solid #1f1f1f;
}
.inner-term-comparison .scrolling {
  height: 400px;
  overflow-y: scroll;
}

.stockcbbc-label ul li {
  margin-right: 10px;
  padding-right: 10px;
  display: inline-block;
}
.stockcbbc-label ul li img {
  margin-right: 5px;
}
.stockcbbc-label ul li:first-child {
  border-right: 1px solid #ddd;
}
.stockcbbc-label ul li:last-child {
  float: right;
}

table.freeze-header {
  border-collapse: collapse;
}

table.freeze-header th {
  vertical-align: bottom;
}

table.freeze-header thead {
  position: sticky;
  z-index: 2;
}

.stockcbbc-table .product-over {
  display: none;
}
.stockcbbc-table tr.active .product-over {
  display: block;
}
.stockcbbc-table .showhide {
  display: none;
}
.stockcbbc-table thead {
  position: sticky;
  top: -1px;
  z-index: 1;
}
.stockcbbc-table thead tr td {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
  padding-bottom: 0;
  padding-top: 0;
}
.stockcbbc-table thead tr .select2-container {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
.stockcbbc-table thead tr th {
  border: none;
  text-align: center;
  vertical-align: middle;
}
.stockcbbc-table thead tr th.bull {
  color: #fff;
  background: #9da75f;
}
.stockcbbc-table thead tr th.bear {
  color: #fff;
  background: #ba0000;
}
.stockcbbc-table thead tr th.stock-dir {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}
.stockcbbc-table tr.active .showhide {
  display: block;
}
.stockcbbc-table tr.active .ui-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.stockcbbc-table tr td {
  width: 14.28%;
  position: relative;
  text-align: center;
}
.stockcbbc-table tr td .rise, .stockcbbc-table tr td .fall {
  padding-left: 0;
}
.stockcbbc-table tr td.have-border, .stockcbbc-table tr td.stock-dir {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}
.stockcbbc-table tr td.bull-bg-20 {
  background-color: #e7e7e7;
}
.stockcbbc-table tr td.bull-bg-15 {
  background-color: #bebebe;
}
.stockcbbc-table tr td.bull-bg-10 {
  background-color: #919191;
}
.stockcbbc-table tr td.bull-bg-5 {
  background-color: #646464;
  color: #fff;
}
.stockcbbc-table tr td.bear-bg-10 {
  background-color: #646464;
  color: #fff;
}
.stockcbbc-table tr td.bear-bg-20 {
  background-color: #bebebe;
}
.stockcbbc-table .cbbc-code {
  margin-bottom: 10px;
}
.stockcbbc-table .cbbc-code a {
  font-size: 15px;
  font-weight: bold;
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
}
.stockcbbc-table .cbbc-code a img {
  position: absolute;
  top: 3px;
  right: 0;
}
.stockcbbc-table .cbbc-code a img[src="/home/images/icon_star.png"] {
  left: 0;
}
.stockcbbc-table .ui-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
.stockcbbc-table .underlying-stock-code a {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.stockcbbc-table .underlying-stock-code a.name {
  display: block;
}

.adr-page h4.mt-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adr-page h4.mt-3 .remark {
  font-size: 0.95rem;
}
.adr-page .bg-gray {
  height: 195px;
}
.adr-page .adr-hsi {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}
.adr-page .adr-hsi span {
  float: right;
  font-size: 18px;
  margin-top: 10px;
}
.adr-page .adr-stock {
  font-size: 20px;
  margin-top: 10px;
}
.adr-page .adr-stock div {
  display: inline-block;
}
.adr-page .adr-stock div .code {
  font-weight: 500;
}
.adr-page .adr-stock > span {
  float: right;
}

.closing-auctionm-page .table-striped > tbody > tr:nth-of-type(even) > td {
  --bs-table-color-type: var(--bs-table-color-type);
  --bs-table-bg-type: var(--bs-table-bg);
}
.closing-auctionm-page .table-hover > tbody > tr:hover > td {
  --bs-table-color-state: var(--bs-table-color-type);
  --bs-table-bg-state: var(--bs-table-bg);
}

.closing-auctionm-page .index-label {
  overflow: hidden;
}
.closing-auctionm-page .index-label ul {
  display: flex;
}
.closing-auctionm-page .index-label ul li {
  width: 9%;
  text-align: center;
}
.closing-auctionm-page .less-one {
  background-color: #f2f2f2 !important;
  --bs-table-bg-type:#f2f2f2 !important;
  --bs-table-bg-state: #f2f2f2 !important;
  text-align: center;
  color: #1f1f1f;
}
.closing-auctionm-page .off-five {
  background-color: #ba0001 !important;
  --bs-table-bg-type:#ba0001 !important;
  --bs-table-bg-state: #ba0001 !important;
  text-align: center;
  color: #fff;
}
.closing-auctionm-page .off-four {
  background-color: #a53726 !important;
  --bs-table-bg-type:#a53726 !important;
  --bs-table-bg-state: #a53726 !important;
  text-align: center;
  color: #fff;
}
.closing-auctionm-page .off-third {
  background-color: #c17156 !important;
  --bs-table-bg-type:#c17156 !important;
  --bs-table-bg-state: #c17156 !important;
  text-align: center;
  color: #fff;
}
.closing-auctionm-page .off-sec {
  background-color: #e6b5a4 !important;
  --bs-table-bg-type:#e6b5a4 !important;
  --bs-table-bg-state: #e6b5a4 !important;
  text-align: center;
  color: #1f1f1f;
}
.closing-auctionm-page .off-first {
  background-color: #f6e1df !important;
  --bs-table-bg-type:#f6e1df !important;
  --bs-table-bg-state: #f6e1df !important;
  text-align: center;
  color: #1f1f1f;
}
.closing-auctionm-page .add-first {
  background-color: #e6ecb0 !important;
  --bs-table-bg-type:#e6ecb0 !important;
  --bs-table-bg-state: #e6ecb0 !important;
  text-align: center;
  color: #1f1f1f;
}
.closing-auctionm-page .add-sec {
  background-color: #ced760 !important;
  --bs-table-bg-type:#ced760 !important;
  --bs-table-bg-state: #ced760 !important;
  text-align: center;
  color: #1f1f1f;
}
.closing-auctionm-page .add-third {
  background-color: #90a723 !important;
  --bs-table-bg-type:#90a723 !important;
  --bs-table-bg-state: #90a723 !important;
  text-align: center;
  color: #ffffff;
}
.closing-auctionm-page .add-four {
  background-color: #677d00 !important;
  --bs-table-bg-type:#677d00 !important;
  --bs-table-bg-state: #677d00 !important;
  text-align: center;
  color: #ffffff;
}
.closing-auctionm-page .add-five {
  background-color: #526d04 !important;
  --bs-table-bg-type:#526d04 !important;
  --bs-table-bg-state: #526d04 !important;
  text-align: center;
  color: #ffffff;
}
.closing-auctionm-page .table tr td:first-child {
  width: 20%;
}

.moneyflow-chart-select {
  display: inline-flex;
  float: right;
}
.moneyflow-chart-select .chart-sector-option .select2 {
  max-width: 146px;
}

.moneyflow-table {
  position: relative;
}
.moneyflow-table table {
  margin-bottom: 30px;
}
.moneyflow-table table thead {
  border-bottom: 1px solid #1f1f1f;
}
.moneyflow-table table thead th {
  background: #fff;
}
.moneyflow-table table thead th:first-child {
  width: 32%;
}
.moneyflow-table table thead th:nth-child(2) {
  width: 19%;
  text-align: center;
}
.moneyflow-table table thead th:nth-child(3) {
  text-align: right;
  width: 32%;
}
.moneyflow-table table thead th:nth-child(4) {
  width: 7%;
}
.moneyflow-table table tbody {
  border-bottom: 1px solid #1f1f1f;
  border-left: 1px solid #ededed;
}
.moneyflow-table table tbody td {
  font-size: 14px;
  padding: 0.3rem 0.3rem;
  border-left: 1px solid #ddd;
  background: none;
  border-bottom: none;
  border-top: none;
  vertical-align: middle;
  line-height: 1.2;
}
.moneyflow-table table tbody td .comment {
  float: left;
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;
}
.moneyflow-table table tbody td:first-child {
  min-width: 30px;
  border-left: none;
}
.moneyflow-table table tbody td:first-child .comment {
  float: right;
}
.moneyflow-table table tbody td:nth-child(2) {
  text-align: center;
  border-top: 1px solid #ddd;
}
.moneyflow-table table tbody td.vlr {
  writing-mode: vertical-lr;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
  vertical-align: middle;
  text-align: center;
}
.moneyflow-table table tbody td.code-name {
  width: 17%;
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-body-bg);
}
.moneyflow-table table tbody td:last-child {
  border-left: 1px solid #ededed;
}
.moneyflow-table table tbody td.bar_td {
  border-right: 1px solid #cfcfcf;
  overflow: hidden;
}
.moneyflow-table table tbody td.bar_td span.fall {
  float: right;
}
.moneyflow-table table tbody td.bar_td .bar {
  min-width: 5px;
  overflow: hidden;
  position: relative;
}
.moneyflow-table table tbody td.bar_td.fall .bar {
  background-color: #ba0000;
}
.moneyflow-table table tbody td.bar_td.fall span.position-a {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: auto;
  color: #fff !important;
}
.moneyflow-table table tbody td.bar_td.fall span.rise {
  float: right;
}
.moneyflow-table table tbody td.bar_td.rise {
  border-right: none;
}
.moneyflow-table table tbody td.bar_td.rise .bar {
  background-color: #91a623;
}
.moneyflow-table table tbody td.bar_td.rise span.position-a {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 0;
  color: #fff !important;
}
.moneyflow-table table tbody td.bar_td.rise span.fall {
  float: left;
}
.moneyflow-table table tbody td .bar {
  width: calc(100% - 68px);
}
.moneyflow-table .moneyflow-chart-number {
  border-top: 1px solid #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 14px;
  padding-top: 40px;
}
.moneyflow-table .moneyflow-chart-number ul {
  height: 100%;
  float: left;
  width: 50%;
  display: flex;
  font-size: 12px;
  margin: 0 auto;
  padding-right: 160px;
}
.moneyflow-table .moneyflow-chart-number ul:last-child {
  padding-left: 69px;
  padding-right: 7%;
}
.moneyflow-table .moneyflow-chart-number ul:last-child li .line {
  background: #ededed;
  width: 1px;
  margin: 0 auto;
  height: 100%;
}
.moneyflow-table .moneyflow-chart-number ul:last-child li .line.line-none {
  background: none;
}
.moneyflow-table .moneyflow-chart-number ul li {
  width: 16%;
  text-align: center;
}
.moneyflow-table .moneyflow-chart-number ul li .line {
  background: #ededed;
  width: 1px;
  margin: 0 auto;
  height: 100%;
}
.moneyflow-table .moneyflow-chart-number ul li .line.line-none {
  background: none;
}
.moneyflow-table .moneyflow-chart-number ul li:first-child .line, .moneyflow-table .moneyflow-chart-number ul li:last-child .line {
  background: none;
}

.money_flow_no_result {
  margin-bottom: 40px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 18px;
  border-bottom: 1px solid #cfcfcf;
}

.tooltip-inner {
  text-align: left;
  box-shadow: 0 0 5px #ddd;
}
.tooltip-inner .fall, .tooltip-inner .put, .tooltip-inner .bear {
  color: #ff6d63 !important;
}
.tooltip-inner .call, .tooltip-inner .rise, .tooltip-inner .bull {
  color: #a8d725 !important;
}

.moneyflow-table .moneyflow-chart-number ul {
  justify-content: space-between;
}
.moneyflow-table .moneyflow-chart-number ul li {
  width: 20px;
}
.moneyflow-table .moneyflow-chart-number ul li.negative {
  transform: translate(-50%, 0px);
}
.moneyflow-table .moneyflow-chart-number ul li.positive {
  transform: translate(50%, 0px);
}

.edu-page h5 {
  font-size: 22px;
  margin-bottom: 0;
}
.edu-page h3 {
  font-size: 24px;
  margin-top: 20px;
}
.edu-page p {
  margin-top: 10px;
}
.edu-page .section h2::after {
  content: "";
  border: 2px solid #ffffff;
}
.edu-page .article-select label {
  width: 60px;
  display: inline-block;
}
.edu-page .article-select select {
  display: inline-block;
}
.edu-page .article-select .select2 {
  width: calc(100% - 65px) !important;
  display: inline-block;
  margin-bottom: 5px;
}

.edu-page ul {
  padding-left: 40px;
}
.edu-page ul.point {
  list-style: disc;
}
.edu-page ul.point li {
  margin-bottom: 20px;
}
.edu-page ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid #ddd;
}
.edu-page #edu-tabs h5 {
  cursor: pointer;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-top: 1px solid #ddd;
  position: relative;
  transition-duration: 0.1s;
  margin-bottom: 0;
}
.edu-page #edu-tabs h5:hover {
  background-color: #f3f3f3;
}
.edu-page #edu-tabs h5 .ui-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
  transition-duration: 0.5s;
}
.edu-page #edu-tabs h5.active .ui-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.edu-page #edu-tabs h5.edu-icon-01 {
  background: url(../images/icon-edu01.svg) no-repeat left center;
  background-size: 20px;
}
.edu-page #edu-tabs h5.edu-icon-02 {
  background: url(../images/icon-edu02.svg) no-repeat left center;
  background-size: 20px;
}
.edu-page #edu-tabs h5.edu-icon-03 {
  background: url(../images/icon-edu03.svg) no-repeat left center;
  background-size: 20px;
}
.edu-page #edu-tabs h5.edu-icon-04 {
  background: url(../images/icon-edu04.svg) no-repeat left center;
  background-size: 20px;
}
.edu-page #edu-tabs h5.edu-icon-05 {
  background: url(../images/icon-edu05.svg) no-repeat left center;
  background-size: 20px;
}
.edu-page #edu-tabs h5.edu-icon-06 {
  background: url(../images/icon-edu06.svg) no-repeat left center;
  background-size: 20px;
}
.edu-page #edu-tabs h5.edu-icon-07 {
  background: url(../images/icon-edu07.svg) no-repeat left center;
  background-size: 20px;
}
.edu-page #edu-tabs .detail-content {
  height: 0;
  overflow: hidden;
  transition: height 0.8s;
}
.edu-page #edu-tabs .detail-content.active.warrant-tutor-01 {
  height: 363px;
}
.edu-page #edu-tabs .detail-content.active.warrant-tutor-02 {
  height: 350px;
}
.edu-page #edu-tabs .detail-content.active.warrant-tutor-03 {
  height: 95px;
}
.edu-page #edu-tabs .detail-content.active.warrant-tutor-04 {
  height: 363px;
}
.edu-page #edu-tabs .detail-content.active.warrant-tutor-05 {
  height: 95px;
}
.edu-page #edu-tabs .detail-content.active.warrant-tutor-07 {
  height: 390px;
}
.edu-page #edu-tabs .detail-content.active.cbbc-tutor-01 {
  height: 400px;
}
.edu-page #edu-tabs .detail-content.active.cbbc-tutor-03 {
  height: 350px;
}
.edu-page #edu-tabs .detail-content.active.cbbc-tutor-04 {
  height: 350px;
}
.edu-page #edu-tabs .detail-content.active.cbbc-tutor-05 {
  height: 350px;
}
.edu-page #edu-tabs .detail-content.active.cbbc-tutor-06 {
  height: 350px;
}
.edu-page #edu-tabs .detail-content a.active {
  color: #e60000;
}
.edu-page #edu-tabs .detail-content li:last-child a {
  border-bottom: none;
}
.edu-page .edu-content > div {
  display: none;
}
.edu-page .edu-content > div.active {
  display: block;
}
.edu-page .edu-content a {
  display: contents;
}

.edu-page .new-product ul {
  padding-left: 0;
}
.edu-page #first_video .pic-img {
  width: 100%;
}
.edu-page #first_video .date {
  color: #e60000;
}
.edu-page .archive_area .date {
  color: #e60000;
}
.edu-page .talker .photo {
  display: inline-block;
  margin-right: 10px;
}
.edu-page .talker .name {
  font-size: 28px;
}
.edu-page .talker .left {
  display: flex;
  margin-bottom: 20px;
}
.edu-page .talker .title {
  margin-top: 0;
}
.edu-page .video-frame iframe {
  width: 100%;
}
.edu-page #video-option label {
  display: inline-block;
  margin-right: 0;
  font-size: 14px;
  width: 35px;
}
.edu-page #video-option .form-select {
  display: inline-block;
  width: calc(100% - 40px);
  font-size: 14px;
}

.follow {
  display: none;
}

.article-video-area h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

.carousel button.carousel-control-next:hover, .carousel button.carousel-control-prev:hover {
  background: none;
}

.sector-page .sector-data-row {
  cursor: pointer;
}
.sector-page #accordion .accordion-head {
  position: relative;
}
.sector-page #accordion .accordion-head ul li:nth-child(2) {
  width: 15%;
}
.sector-page #accordion .ui-icon-triangle-1-s {
  background-position: 0;
}
.sector-page .performance-tl li:first-child {
  width: 20%;
  text-align: left;
  padding-left: 32px;
}
.sector-page .sector-type-select {
  cursor: pointer;
}
.sector-page .sector-performance .bar-chart .bar {
  min-width: 27px;
}

.ucode-hide-yr .uyrrange,
.ucode-hide-uhighlow .urange,
.ucode-hide-open .uopen,
.ucode-hide-uturnover .uturnover,
.ucode-hide-uvol .uvol,
.ucode-us-stock .u-toggle-visible,
.ucode-hide-all {
  display: none !important;
}

.ui-datepicker {
  padding: 0;
}

#ui-datepicker-div {
  box-shadow: 0 4px 5px #717171;
  background-color: #fff;
}
#ui-datepicker-div .ui-widget-header {
  background-color: #dedede;
}
#ui-datepicker-div .ui-state-default {
  border: 1px solid #ffffff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #f2e6e1;
  color: #646464;
}

.turnover-info {
  overflow: hidden;
}
.turnover-info div {
  float: left;
}
.turnover-info .last-time {
  float: right;
}

.select2-results__option[id*=search_issuer_box],
.select2-results__option[id*=product_status],
.select2-results__option[id*=table-ptype] {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option[id*=search_issuer_box]:before,
.select2-results__option[id*=product_status]:before,
.select2-results__option[id*=table-ptype]:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid #1c1c1c;
  border-radius: 0;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}

.select2-results__option[id*=search_issuer_box][aria-selected=true]:before,
.select2-results__option[id*=product_status][aria-selected=true]:before,
.select2-results__option[id*=table-ptype][aria-selected=true]:before,
.select2-container--default .select2-results__option--selected[id*=product_status]:before,
.select2-container--default .select2-results__option--selected[id*=search_issuer_box]:before,
.select2-container--default .select2-results__option--selected[id*=table-ptype]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #1c1c1c;
  background-color: #fff;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}

.select2-container--default .select2-results__option--highlighted[id*=search_issuer_box][aria-selected],
.select2-container--default .select2-results__option--highlighted[id*=product_status][aria-selected],
.select2-container--default .select2-results__option--highlighted[id*=table-ptype][aria-selected],
.select2-container--default .select2-results__option--selected[id*=product_status],
.select2-container--default .select2-results__option--selected[id*=search_issuer_box],
.select2-container--default .select2-results__option--selected[id*=table-ptype] {
  background-color: #eaeaeb;
  color: #272727;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple[aria-owns*=search_issuer_box],
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple[aria-owns*=product_status],
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple[aria-owns*=table-ptype] {
  border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple[aria-owns*=search_issuer_box],
.select2-container--default.select2-container--focus .select2-selection--multiple[aria-owns*=product_status],
.select2-container--default.select2-container--focus .select2-selection--multiple[aria-owns*=table-ptype] {
  border-color: #1c1c1c;
  border-width: 1px;
}
.select2-container--default .select2-selection--multiple {
  cursor: pointer;
}
.select2-container--default .select2-selection--multiple[aria-owns*=search_issuer_box], .select2-container--default .select2-selection--multiple[aria-owns*=product_status], .select2-container--default .select2-selection--multiple[aria-owns*=table-ptype] {
  border-width: 1px;
}

.select2-selection .select2-selection--multiple[aria-owns*=search_issuer_box]:after,
.select2-selection .select2-selection--multiple[aria-owns*=product_status]:after,
.select2-selection .select2-selection--multiple[aria-owns*=table-ptype]:after {
  content: "hhghgh";
}

#select2-search_issuer_box-container {
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.select2-selection select2-selection--multiple[aria-owns*=search_issuer_box] .select2-search,
.select2-selection select2-selection--multiple[aria-owns*=product_status] .select2-search,
.select2-selection select2-selection--multiple[aria-owns*=table-ptype] .select2-search {
  display: none;
}

.select2-search.select2-search--inline {
  display: none;
}

#searchform .select2-selection__rendered li {
  margin: 6px 4px 4px;
}
#searchform ul#select2-search_issuer_box-container, #searchform ul#select2-product_status-container, #searchform ul#select2-table-ptype-container {
  padding-right: 30px !important;
  padding-top: 1px;
}
#searchform ul#select2-search_issuer_box-container:after, #searchform ul#select2-product_status-container:after, #searchform ul#select2-table-ptype-container:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  border: solid #343a40;
  border-width: 0 1px 1px 0;
  transform: rotate(-315deg);
  -webkit-transform: rotate(-315deg);
  width: 7px;
  height: 7px;
  margin-top: -5px;
  margin-right: 6px;
}
#searchform .select2-container--default .select2-selection--multiple ul#select2-search_issuer_box-container li, #searchform .select2-container--default .select2-selection--multiple ul#select2-product_status-container li {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
}
#searchform .select2-container--default .select2-selection--multiple ul#select2-search_issuer_box-container .select2-selection__choice, #searchform .select2-container--default .select2-selection--multiple ul#select2-product_status-container .select2-selection__choice {
  background-color: unset;
  border: none;
  padding-left: 5px;
}
#searchform .select2-container--default .select2-selection--multiple ul#select2-search_issuer_box-container .select2-selection__choice button, #searchform .select2-container--default .select2-selection--multiple ul#select2-product_status-container .select2-selection__choice button {
  display: none;
}
#searchform .inout_mark {
  display: block;
  position: absolute;
  top: 42px;
  padding: 1px 3px;
  border-radius: 3px;
  color: #000;
  margin-left: -16px;
  font-size: 11px;
}
#searchform .inout_mark:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  border: solid #000;
  border-width: 0 1px 0 0;
  width: 7px;
  height: 7px;
  margin-top: -14px;
  margin-right: 0px;
}

.contact-page {
  width: 625px;
}
.contact-page select {
  cursor: pointer;
  padding: 20px;
}
.contact-page select:focus {
  box-shadow: inset 0 0 0 1px #1c1c1c;
  border-color: #1c1c1c;
}
.contact-page select.form-select {
  background-size: 30px 19px;
}
.contact-page input, .contact-page textarea, .contact-page select {
  border: 1px solid #646464;
  color: #1c1c1c;
}
.contact-page input:hover, .contact-page textarea:hover, .contact-page select:hover {
  box-shadow: inset 0 0 0 1px #1c1c1c;
  border-color: #1c1c1c;
}
.contact-page input[type=text], .contact-page textarea {
  box-sizing: border-box;
  width: 100%;
  height: calc(3em + 2px);
  margin: 0 0 1em;
  padding: 40px 20px 20px 20px;
  background: #fff;
  resize: none;
  outline: none;
}
.contact-page input[type=text][required]:focus, .contact-page textarea[required]:focus {
  box-shadow: inset 0 0 0 1px #1c1c1c;
  border-color: #1c1c1c;
}
.contact-page input[type=text][required]:focus + label:before, .contact-page textarea[required]:focus + label:before {
  color: #1c1c1c;
}
.contact-page input[type=text]:focus + label:before,
.contact-page input[type=text]:valid + label:before {
  transition-duration: 0.2s;
  transform: translate(0, -1.1em) scale(0.9, 0.9);
}
.contact-page textarea[required]:focus + label:before,
.contact-page textarea[required]:valid + label:before {
  transition-duration: 0.2s;
  transform: translate(0, -1.7em) scale(0.9, 0.9);
}
.contact-page input[type=text]:invalid + label[alt]:before, .contact-page textarea[required]:invalid + label[alt]:before {
  content: attr(alt);
}
.contact-page input[type=text] + label {
  display: block;
  pointer-events: none;
  line-height: 1.25em;
  margin-top: -54px;
  margin-bottom: calc(2em + 2px);
}
.contact-page textarea[required] + label {
  display: block;
  pointer-events: none;
  line-height: 1.25em;
  margin-top: -82px;
  margin-bottom: calc(75px - 1em + 2px);
}
.contact-page input[type=text] + label:before,
.contact-page textarea[required] + label:before {
  content: attr(placeholder);
  display: inline-block;
  margin: 0 calc(1em + 2px);
  padding: 0 2px;
  color: #898989;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-page textarea {
  height: 100px;
}
.contact-page .captcha_image img {
  width: 100%;
}
.contact-page .captcha-img-area {
  position: relative;
}
.contact-page .captcha-img-area .captcha_reload {
  position: absolute;
  margin-top: -22px;
  right: 12px;
}

#email-subscibe-disclaimer .captcha_image img {
  width: 100%;
}
#email-subscibe-disclaimer .captcha-img-area {
  position: relative;
}
#email-subscibe-disclaimer .captcha-img-area .captcha_reload {
  position: absolute;
  margin-top: -19px;
  right: 12px;
}
#email-subscibe-disclaimer input[type=text], #email-subscibe-disclaimer textarea {
  box-sizing: border-box;
  width: 100%;
  height: calc(2em + 2px);
  margin: 0 0 1em;
  padding: 20px 20px 20px 15px;
  background: #fff;
  resize: none;
  outline: none;
}
#email-subscibe-disclaimer input {
  border: 1px solid #646464;
  color: #1c1c1c;
}
#email-subscibe-disclaimer .col-sm-9 label {
  display: block;
  pointer-events: none;
  line-height: 1.25em;
  margin-top: -54px;
  margin-bottom: calc(2em + 2px);
}
#email-subscibe-disclaimer .invalidate {
  border: 1px solid #e60000;
}
#email-subscibe-disclaimer a {
  border-bottom: 1px solid #1c1c1c;
  text-decoration: none;
}
#email-subscibe-disclaimer a:hover {
  border-bottom: 1px solid #e50000;
}
#email-subscibe-disclaimer .icon_refresh {
  border-bottom: none;
}
#email-subscibe-disclaimer .icon_refresh:hover {
  border-bottom: none;
}
#email-subscibe-disclaimer #agree-subscribe-disclaimer.invalidate + label {
  color: #e50000;
}

.close.close-subcibe-modal {
  padding: 0;
}
.close.close-subcibe-modal span {
  font-size: 38px;
  line-height: 0.3;
}

.home-page .title h2 {
  float: left;
  font-weight: inherit;
  --impulse-line-line-margin: 0.9375rem;
  --impulse-line-align: center;
  background: linear-gradient(#e60000, #e60000) no-repeat left var(--impulse-line-align);
  font-size: 2rem;
  line-height: 2.7rem;
  padding-left: 15px;
  background-size: 4px calc(100% - var(--impulse-line-line-margin));
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.home-page .title h2::after {
  content: "";
  border: none;
  display: block;
  width: auto;
  margin-top: 0;
}
.home-page .title h3 {
  font-size: 2rem;
  margin-bottom: 30px;
}
.home-page .title h3::after {
  content: "";
  border: 2px solid #e60000;
  display: block;
  width: 62px;
  margin-top: 10px;
}
.home-page #accordion .accordion-head {
  background: #ffffff;
  border-bottom: none;
  display: flex;
  justify-content: center;
}
.home-page #accordion .accordion-head .ui-icon {
  right: -20px;
  top: 7px;
}
.home-page .home-index-item .rise {
  background: url(../images/icon_rise.svg) no-repeat center left;
  background-size: 12px;
  padding-left: 15px;
}
.home-page .home-index-item .fall {
  background: url(../images/icon_fall.svg) no-repeat center left;
  background-size: 12px;
  padding-left: 15px;
}
.home-page .doc-search {
  padding: 15px;
}
.home-page .search-box-radio ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-page .search-label {
  width: 78px;
  margin-top: 10px;
}
.home-page #search_box .no-result, .home-page #search_box .link-red {
  color: #e60000;
}
.home-page #search_box .table th, .home-page #search_box .table td {
  text-align: center;
  padding: 0.5rem 0.2rem;
}
.home-page #search_box_underlying {
  width: calc(100% - 60px);
}
.home-page .container {
  max-width: 1320px;
}
.home-page .cbbc-quick-search-uinfo-box {
  display: block;
}
.home-page #tabs li {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#bd000c, #bd000c);
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.2s cubic-bezier(1, 0, 0.3, 1);
}
.home-page #tabs .ui-state-hover {
  background-size: 0 2px, 100% 2px;
}
.home-page .hsi-cbbc-os .last-close .middle-bar .hedging-futures {
  font-size: 13px;
}
.home-page .hsi-cbbc-os .last-close .middle-bar .green-bar, .home-page .hsi-cbbc-os .last-close .middle-bar .red-bar {
  height: 40px;
}
.home-page .hsi-cbbc-os .last-close .cbbc_ratio2 {
  display: block;
  font-size: 16px;
}
.home-page .hsi-cbbc-os .last-close #os-closing {
  font-size: 16px;
}
.home-page .hsi-cbbc-os .bg-line {
  display: none;
}
.home-page .hsi-cbbc-os .bg-line ul {
  width: 32%;
  margin-left: 105px;
}
.home-page .hsi-cbbc-os tbody td.bar-area {
  width: 15%;
}
.home-page .cbbc-quicksearch-table .sma-btn ul li a {
  margin-left: 5px;
}
.home-page .moneyflow-table .moneyflow-chart-number ul {
  display: none;
}

a {
  position: relative;
}
a svg.arrow-icon {
  transition: right 0.3s;
  position: absolute;
  right: 20px;
}
a svg.arrow-icon .arrow-icon--arrow {
  opacity: 1;
  transition: opacity 0.3s;
}
a svg.arrow-icon .arrow-icon-hover {
  opacity: 0;
  transition: opacity 0.3s;
}
a:hover svg {
  right: 10px;
}
a:hover svg .arrow-icon--arrow {
  opacity: 0;
}
a:hover svg .arrow-icon-hover {
  opacity: 1;
}

.webcast-detail .talker ul {
  display: flex;
  padding-left: 0;
}
.webcast-detail .talker ul .center {
  display: flex;
  margin-left: 20px;
}

#compare-list-table th {
  position: sticky;
  top: -1px;
  border: 0 !important;
}
#compare-list-table thead tr {
  border: 0 !important;
}

.inner-term-comparison .scrolling {
  overflow-y: auto;
  position: relative;
  border-top: 1px solid #cfcfcf;
  height: auto;
}

#mf-option select {
  width: calc(100% - 65px);
  display: inline-block;
  height: 38px;
  vertical-align: middle;
}
#mf-option .ucode-option {
  display: inline-block;
}
#mf-option .ucode-option select {
  width: 200px;
}
#mf-option .ucode-option select#table-type, #mf-option .ucode-option select#date_range {
  width: auto;
}
#mf-option .ucode-option select#ucode, #mf-option .ucode-option select#table-sector {
  width: 135px;
}
#mf-option .ucode-option label {
  margin: 0 5px;
}
#mf-option .ucode-option label:first-child {
  margin-left: 0;
}

#mf-table-section table .focus {
  font-weight: bold;
}

.ubs_pick {
  font-weight: bold;
}

#compare-result.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-color-type: var(--bs-table-color);
  --bs-table-bg-type: var(--bs-table-bg);
}
#compare-result.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

#ul-mid-tab-ctn, #ul-Warrant-ctn, #ul-CBBC-ctn {
  display: flex;
  margin-bottom: 0;
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow-x: hidden;
}

#site-disclaimer, #external-disclaimer {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7098039216);
}
#site-disclaimer .wrapper, #external-disclaimer .wrapper {
  width: 700px;
  margin: 100px auto;
  background: #fff;
  border: 1px solid #1f1f1f;
  padding: 40px;
}
#site-disclaimer .disclaimer-lang, #external-disclaimer .disclaimer-lang {
  float: right;
}
#site-disclaimer h3, #external-disclaimer h3 {
  color: #e60000;
  margin-bottom: 20px;
}
#site-disclaimer a, #external-disclaimer a {
  text-decoration: underline;
}
#site-disclaimer a:hover, #external-disclaimer a:hover {
  text-decoration: none;
}
#site-disclaimer .text-box div, #external-disclaimer .text-box div {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.sitemap-page li {
  margin-bottom: 10px;
}
.sitemap-page div.border-bottom {
  margin-bottom: 20px;
}

.error-page {
  text-align: center;
  padding: 100px;
}
.error-page .tl {
  font-size: 28px;
}
.error-page a {
  font-size: 21px;
}
.error-page .link a {
  padding-left: 0;
  padding-right: 45px;
  position: relative;
  display: inline-block;
}

#heroBanner {
  max-width: 1296px;
  margin: 0 auto;
}
#heroBanner .carousel-control-next {
  right: -120px;
}
#heroBanner .carousel-control-next .carousel-control-next-icon {
  opacity: 0.3;
}
#heroBanner .carousel-control-prev {
  left: -120px;
}
#heroBanner .carousel-control-prev .carousel-control-prev-icon {
  opacity: 0.3;
}

.home-page .ui-state-active a {
  font-size: 16px;
}
.home-page .ui-state-active a:link, .home-page .ui-state-active a:visited {
  font-size: 16px;
}
.home-page .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-size: 16px;
  padding: 0.6rem 0.4rem;
}

#mf_chart .mf-vis-mobile {
  display: none !important;
}

body.isUSUnderlying .terms-structure, body.banList .terms-structure {
  border-top: none;
}

.index_constituent_ranking {
  border-top: 1px solid #1f1f1f;
}
.index_constituent_ranking .constituent_mid {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.index_constituent_ranking td {
  padding: 5px;
  text-align: center;
}

.index_constituent_ranking th {
  padding: 5px;
  text-align: center;
}

.constituent_mid {
  text-align: center;
}

.index_constituent_ranking_table td {
  position: relative;
}

.index_constituent_ranking_table .bar {
  display: block;
  height: 20px;
}

.index_constituent_ranking_table .rise-bar {
  display: flex;
  justify-content: flex-start;
}

.index_constituent_ranking_table .rise-bar .bar {
  background: #90a723;
}

.index_constituent_ranking_table .fall-bar {
  display: flex;
  justify-content: flex-end;
}

.index_constituent_ranking_table .fall-bar .bar {
  background: #ba0000;
}

.drop_txt.right-side {
  text-align: left;
}

.drop_txt.left-side {
  text-align: right;
}

.us-index-title {
  margin-top: 40px;
  margin-bottom: -15px;
}/*# sourceMappingURL=main.css.map */