/*===================
FONTS=====================*/
body .delete-stock .ui.red.button {
  background-color: #000;
}
body .delete-stock .ui.green.button {
  background-color: #FFC701;
  color: #000;
}
body .delete-stock .actions {
  text-align: center !important;
}

body .logo .pageTitle {
  font-family: "Inter", sans-serif;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  top: 7px;
  position: relative;
}

body .btnCustom {
  font-family: "Inter", sans-serif;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 0 !important;
  color: #070707;
}
body .Calendar__headerCustom {
  position: relative;
  padding: 1rem 2rem;
}
body .Calendar__headerCustom .closeIcon {
  position: absolute;
  top: 1rem;
  cursor: pointer;
  right: 2rem;
}
body .Calendar__headerCustom h5 {
  font-family: "Inter", sans-serif;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
body .Calendar__headerCustom--block {
  display: flex;
  justify-content: space-between;
}
body .Calendar__headerCustom .blockHeader span {
  display: block;
}
body .Calendar__headerCustom .blockHeader span:first-child {
  font-family: "Inter", sans-serif;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  padding-bottom: 5px;
}
body .Calendar__headerCustom .blockHeader span:last-child {
  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.2;
  color: #6D6565;
}

#chi-bao-ddc-article {
  padding-top: 30px;
  margin-bottom: 40px;
}
#chi-bao-ddc-article .more-info-btn {
  background: #EEE;
  border-radius: 50px;
  font-size: 16px;
  line-height: 19px;
  color: #1E1E1E;
  padding: 10.5px 38px;
  display: inline-block;
}
#chi-bao-ddc-article .more-info-btn:hover {
  filter: brightness(0.9);
}
#chi-bao-ddc-article .chartCustom {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 30px;
}
#chi-bao-ddc-article .chartCustom .needle {
  position: absolute;
  top: 43%;
  height: 38%;
  transform-origin: bottom;
  transform: rotate(-100deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#chi-bao-ddc-article .chartCustom img {
  max-width: 220px;
}
#chi-bao-ddc-article .chart-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#chi-bao-ddc-article .chart-1-right {
  border-radius: 10px;
  border: 1px solid #eee;
  width: 100%;
  padding: 16px;
}
#chi-bao-ddc-article .chart-1-right .rowWarning {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#chi-bao-ddc-article .chart-1-right .rowWarning:not(:last-child) {
  margin-bottom: 23px;
}
#chi-bao-ddc-article .chart-1-right .rowWarning:last-child {
  margin-bottom: 0;
}
#chi-bao-ddc-article .chart-1-right .rowWarning:last-child .round {
  background: #178F27;
}
#chi-bao-ddc-article .chart-1-right .rowWarning:nth-child(2) .round {
  background: #FFC701;
}
#chi-bao-ddc-article .chart-1-right .rowWarning p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
#chi-bao-ddc-article .chart-1-right .rowWarning .round {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #E20D0D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 550;
  font-size: 16px;
  line-height: 19px;
}
#chi-bao-ddc-article .timeUpdate {
  text-align: center;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 14px;
}
#chi-bao-ddc-article .updateFrom {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
}
#chi-bao-ddc-article .chart-value {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-top: 10px;
  text-transform: uppercase;
}
#chi-bao-ddc-article .text-value {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 6px;
}
.tab-content.day .tab-content--inner {
  overflow: initial;
}
.tab-content.day .horizontal-bar-chart-wrap {
  flex-grow: 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 52px;
}
.tab-content.day .horizontal-bar-chart-wrap .industry-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
  cursor: default;
}
.tab-content.day .horizontal-bar-chart-wrap .industry-item:hover {
  background: #fff7d9;
  border-radius: 50px;
}
.tab-content.day .horizontal-bar-chart-wrap .industry-item .name {
  width: 104px;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 18px;
  margin-right: 38px;
}
.tab-content.day .horizontal-bar-chart-wrap .industry-item .left-flex {
  flex-basis: 65%;
}
.tab-content.day .horizontal-bar-chart-wrap .fixed-labels {
  width: 100%;
  height: 10px;
  display: flex;
}
.tab-content.day .horizontal-bar-chart-wrap .fixed-labels .flex-left {
  flex-basis: 65%;
  display: flex;
}
.tab-content.day .horizontal-bar-chart-wrap .fixed-labels .flex-right {
  flex-basis: 35%;
  flex-grow: 1;
  padding-left: 36px;
}
.tab-content.day .horizontal-bar-chart-wrap .fixed-labels .flex-right .chart-label-wrap {
  position: relative;
}
.tab-content.day .horizontal-bar-chart-wrap .fixed-labels .flex-right .chart-label {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  width: max-content;
}
.tab-content.day .horizontal-bar-chart-wrap .fixed-labels .flow-ticks {
  position: relative;
  flex-grow: 1;
  font-size: 14px;
  line-height: 16px;
  margin: 0 6px;
}
.tab-content.day .horizontal-bar-chart-wrap .fixed-labels .flow-ticks .chart-label {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
.tab-content.day .horizontal-bar-chart-wrap .fixed-labels .flow-ticks .tick-item {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
}
.tab-content.day .horizontal-bar-chart-wrap .fixed-labels .flow-ticks .tick-item0 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tab-content.day .horizontal-bar-chart-wrap .fixed-labels .flow-ticks .tick-item1 {
  left: 0;
}
.tab-content.day .horizontal-bar-chart-wrap .fixed-labels .flow-ticks .tick-item2 {
  left: 16.666%;
}
.tab-content.day .horizontal-bar-chart-wrap .fixed-labels .flow-ticks .tick-item3 {
  left: 33.333%;
}
.tab-content.day .horizontal-bar-chart-wrap .fixed-labels .flow-ticks .tick-item4 {
  left: 66.666%;
}
.tab-content.day .horizontal-bar-chart-wrap .fixed-labels .flow-ticks .tick-item5 {
  left: 83.333%;
}
.tab-content.day .horizontal-bar-chart-wrap .fixed-labels .flow-ticks .tick-item6 {
  left: 100%;
}
.tab-content.day .horizontal-bar-chart-wrap .price-bars-outer {
  flex-basis: 35%;
  flex-grow: 1;
  padding-left: 60px;
}
.tab-content.day .horizontal-bar-chart-wrap .price-bars {
  height: 16px;
  position: relative;
}
.tab-content.day .horizontal-bar-chart-wrap .price-bars .v-center {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 50%;
  border-left: 1px solid #BDC2C6;
}
.tab-content.day .horizontal-bar-chart-wrap .flow-bars-wrap {
  height: 16px;
  position: relative;
  flex-grow: 1;
}
.tab-content.day .horizontal-bar-chart-wrap .flow-bars-wrap .v-line {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 0;
  border-left: 1px dashed rgba(189, 194, 198, 0.5);
}
.tab-content.day .horizontal-bar-chart-wrap .flow-bars-wrap .v-line1 {
  left: 0;
}
.tab-content.day .horizontal-bar-chart-wrap .flow-bars-wrap .v-line2 {
  left: 16.666%;
}
.tab-content.day .horizontal-bar-chart-wrap .flow-bars-wrap .v-line3 {
  left: 33.333%;
}
.tab-content.day .horizontal-bar-chart-wrap .flow-bars-wrap .v-line4 {
  left: 66.666%;
}
.tab-content.day .horizontal-bar-chart-wrap .flow-bars-wrap .v-line5 {
  left: 83.333%;
}
.tab-content.day .horizontal-bar-chart-wrap .flow-bars-wrap .v-line6 {
  left: 100%;
}
.tab-content.day .horizontal-bar-chart-wrap .flow-bars-wrap .v-center {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 50%;
  border-left: 1px solid #BDC2C6;
}
.tab-content.day .horizontal-bar-chart-wrap .price-bar-item {
  height: 16px;
  position: absolute;
  left: 50%;
  border-radius: 0 50px 50px 0;
  padding-left: 5px;
}
.tab-content.day .horizontal-bar-chart-wrap .price-bar-item .change-price {
  font-weight: 550;
  font-size: 11px;
  line-height: 17px;
  color: white;
  color: #161C23;
}
.tab-content.day .horizontal-bar-chart-wrap .price-bar-item.-negative {
  transform: rotate(180deg);
  transform-origin: left;
  background: #e797a4;
}
.tab-content.day .horizontal-bar-chart-wrap .price-bar-item.-negative .change-price {
  transform: rotate(180deg);
  transform-origin: center;
  padding-left: 4px;
}
.tab-content.day .horizontal-bar-chart-wrap .price-bar-item.-positive {
  background: #97dac3;
}
.tab-content.day .horizontal-bar-chart-wrap .bar-item {
  height: 16px;
  position: absolute;
  left: 50%;
  border-radius: 0 50px 50px 0;
}
.tab-content.day .horizontal-bar-chart-wrap .bar-item.-negative {
  transform: rotate(180deg);
  transform-origin: left;
  background: #CCCCCC;
}
.tab-content.day .horizontal-bar-chart-wrap .bar-item.-positive {
  background: #FFC601;
}
.tab-content.day .horizontal-bar-chart-wrap .charts-inner-wrap {
  height: 100%;
  overflow: auto;
  padding-right: 8px;
  margin-bottom: 12px;
}
.tab-content.day .horizontal-bar-chart-wrap .money-flow-legend,
.tab-content.day .horizontal-bar-chart-wrap .price-change-legend {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}
.tab-content.day .horizontal-bar-chart-wrap .charts-container {
  display: flex;
}
.tab-content.day .horizontal-bar-chart-wrap .charts-container .money-flow-chart {
  height: 100%;
  position: relative;
  flex-basis: 65%;
}
.tab-content.day .horizontal-bar-chart-wrap .charts-container .price-change-chart {
  flex-basis: 35%;
  margin-left: -2px;
}

.bar-item-tooltip {
  padding: 5px 10px !important;
  border-radius: 4px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.12);
  opacity: 1 !important;
}
.bar-item-tooltip .name {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #707A83;
}
.bar-item-tooltip .value {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #434D56;
  text-align: center;
}
