.dc-md-tab {
  position: relative;
  width: 100%;
  height: 100%;
}

.dc-md-tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  margin-bottom: 20px;
  width: 1100px;
}

.dc-md-tab-header .dc-md-tab-header-item {
  margin-right: 10px;
  flex: 1 1 auto;
}

.dc-md-tab-header .dc-md-tab-header-item:last-child {
  margin-right: 0;
}

.dc-md-tab-header .dc-md-tab-header-item:first-child {
  margin-left: 2px;
}

.dc-md-tab-header .dc-md-tab-header-item a {
  border: none;
  text-align: center;
  padding: 3px 20px;
  color: #38c0ff;
}

.dc-md-tab-header .dc-md-tab-header-item:focus,
.dc-md-tab-header .dc-md-tab-header-item:focus-visible {
  border: none;
  background: none;
}

.dc-md-tab-header .dc-md-tab-header-item.active a,
.dc-md-tab-header .dc-md-tab-header-item a:hover,
.dc-md-tab-header .dc-md-tab-header-item a:focus {
  background-color: #227399;
  border-radius: 10px;
  box-shadow: 2px 2px 10px -2px #00000061;
  border: none;
}

.dc-md-tab-header .dc-md-tab-header-item a span {
  color: #38c0ff;
  text-shadow: 1px 1px 3px #000;
  font: 700 17px dinpro;
  line-height: 23px;
  position: relative;
  left: -3px;
}

.dc-md-tab-header .dc-md-tab-header-item.active a span,
.dc-md-tab-header .dc-md-tab-header-item a:hover span,
.dc-md-tab-header .dc-md-tab-header-item a:focus span {
  color: #fef2b5;
}

.dc-md-tab-content {
  position: relative;
  height: 415px;
  width: 1100px;
}

.dc-md-tab-content-item-container {
  display: flex !important;
  opacity: 0;
  transition: ease-in-out 0.2s;
  flex-wrap: wrap;
  position: absolute;
}

.dc-md-tab-content-item-container.hide {
  display: none !important;
}

.dc-md-tab-content-item-container.active {
  opacity: 1;
}

.dc-md-qrcode {
  position: relative;
  height: 162px;
  width: 182px;
}

.dc-md-qrcode .dc-md-qrcode-content {
  background: url('/_static/footer/downloadbar/img/v2/dc-empty-2.png') no-repeat top center;
  width: 182px;
  height: 162px;
  display: grid;
  align-items: center;
  grid-template-rows: 5px 40px 28px 50px;
  grid-template-columns: 100%;
}

.dc-md-qrcode .dc-md-qrcode-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 69%;
  position: relative;
  left: 10px;
  align-self: center;
  justify-self: center;
  grid-row: 4;
}

.dc-md-qrcode .dc-md-qrcode-img {
  height: 80px;
  width: 80px;
  background: linear-gradient(#1A5A79, #206B8F);
  padding: 6px;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px #0e3548;
}
.dc-md-qrcode .dc-md-qrcode-title {
  color: #fff;
  text-align: center;
  font: 600 15px dinpro;    
  padding: 10px 5px 6px;
  position: relative;
  right: 6px;
  display: flex;
  align-self: center;
  justify-self: center;
  grid-row: 2;
}

.dc-md-tab.km-kh .dc-md-qrcode-title,
.dc-md-tab.km-kh .dc-md-tab-header-item span {
  font-family: Tahoma, Arial, Helvetica, simsun, sans-serif;
  font-weight: normal;
}
.dc-md-tab.ko-kr .dc-md-qrcode-title,
.dc-md-tab.ko-kr .dc-md-tab-header-item span {
  font-family: Tahoma, Malgun Gothic, Dotum, sans-serif;
  font-weight: normal;
}
.dc-md-tab.th-th .dc-md-qrcode-title,
.dc-md-tab.th-th .dc-md-tab-header-item span {
  font-family: Tahoma,Arial, Helvetica,sans-serif;
  font-weight: normal;
}
.dc-md-tab.vi-vn .dc-md-qrcode-title,
.dc-md-tab.vi-vn .dc-md-tab-header-item span {
  font-family: Tahoma,Arial,sans-serif;
  font-weight: normal;
}
.dc-md-tab.zh-cn .dc-md-qrcode-title,
.dc-md-tab.zh-cn .dc-md-tab-header-item span {
  font-family: "Microsoft YaHei",SimHei,Tahoma;
  font-weight: normal;
}
.dc-md-tab.es-mx .dc-md-qrcode-title {
  padding: 10px 2px 6px 4px;
}
.dc-md-tab.es-mx .dc-md-qrcode .dc-md-qrcode-img {
  height: 75px;
  width: 75px;
}