/*===================
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;
}
