/* ============================================================
   tc-sosanhdutoanqhqd-portlet — scope riêng, không đụng portlet khác
   ============================================================ */
.portlet-boundary_tc_sosanhquyettoanqhqd_portlet_TCSoSanhQuyetToanQHQDPortlet_ .line-budget-portlet-card {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.portlet-boundary_tc_sosanhquyettoanqhqd_portlet_TCSoSanhQuyetToanQHQDPortlet_ .budget-header {
  background-color: rgba(206, 216, 238, 0.5);
  color: #394e79;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.portlet-boundary_tc_sosanhquyettoanqhqd_portlet_TCSoSanhQuyetToanQHQDPortlet_ .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.portlet-boundary_tc_sosanhquyettoanqhqd_portlet_TCSoSanhQuyetToanQHQDPortlet_ .legend-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.portlet-boundary_tc_sosanhquyettoanqhqd_portlet_TCSoSanhQuyetToanQHQDPortlet_ .legend-item {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
}

.portlet-boundary_tc_sosanhquyettoanqhqd_portlet_TCSoSanhQuyetToanQHQDPortlet_ .legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
}

.portlet-boundary_tc_sosanhquyettoanqhqd_portlet_TCSoSanhQuyetToanQHQDPortlet_ .chart-wrapper-line {
  position: relative;
  height: auto;
  width: 100%;
}

.portlet-boundary_tc_sosanhquyettoanqhqd_portlet_TCSoSanhQuyetToanQHQDPortlet_ .unit-note {
  text-align: right;
  color: #3b5998;
  font-weight: 600;
  margin-top: 15px;
  font-size: 0.95rem;
}

.portlet-boundary_tc_sosanhquyettoanqhqd_portlet_TCSoSanhQuyetToanQHQDPortlet_ .bg-red {
  background-color: #ed2f35;
}

.portlet-boundary_tc_sosanhquyettoanqhqd_portlet_TCSoSanhQuyetToanQHQDPortlet_ .bg-green {
  background-color: #00b862;
}

.portlet-boundary_tc_sosanhquyettoanqhqd_portlet_TCSoSanhQuyetToanQHQDPortlet_ .bg-yellow {
  background-color: #fdd835;
}

.portlet-boundary_tc_sosanhquyettoanqhqd_portlet_TCSoSanhQuyetToanQHQDPortlet_ .footer-btn-container {
  text-align: center;
  margin-top: auto;
  padding-top: 25px;
}

.portlet-boundary_tc_sosanhquyettoanqhqd_portlet_TCSoSanhQuyetToanQHQDPortlet_ .btn-detail {
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #3b5284;
  background-color: white;
  border: 1px solid #3b5284;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.portlet-boundary_tc_sosanhquyettoanqhqd_portlet_TCSoSanhQuyetToanQHQDPortlet_ .btn-detail:hover {
  background-color: #3b5284;
  color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}