.mcs-datamartFilterSelect {
  margin-bottom: 0;
  min-width: 0;
  max-width: 100%;
}
.mcs-datamartFilterSelect .ant-form-item-row {
  flex-wrap: nowrap;
}
.mcs-datamartFilterSelect .ant-form-item-control {
  overflow: hidden;
  min-width: 0;
}
.mcs-datamartFilterSelect .ant-form-item-label {
  overflow: visible;
  flex: none;
}
.mcs-datamartFilterSelect_label {
  font-weight: 600;
  font-size: 12px;
}
.mcs-datamartFilterSelect_input {
  width: 100%;
}
.mcs-datamartFilterSelect_input .ant-select-selection-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mcs-tableFooter .mcs-tableFooter_collapseHeader {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.85);
}
.mcs-tableFooter .mcs-tableFooter_collapseHeader a {
  color: #003056;
}
.mcs-tableFooter .mcs-tableFooter_collapseHeader a:hover {
  text-decoration: underline;
}
.mcs-tableFooter .mcs-tableFooter_pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: -8px;
}
.mcs-tableFooter .mcs-tableFooter_pills .mcs-tableFooter_pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  line-height: 1.5;
  cursor: default;
  color: rgba(0, 0, 0, 0.65);
}

.mcs-feedPresetCard .ant-card-meta {
  align-items: center;
}
.mcs-feedPresetCard .ant-avatar img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mcs-usageOverview {
  padding: 20px;
}
.mcs-usageOverview_loader {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
.mcs-usageOverview_scopeNote {
  margin-bottom: 20px;
}
.mcs-usageOverview_scopeNote_tooltip {
  margin-left: 6px;
  color: #bfbfbf;
  font-size: 14px;
}
.mcs-usageOverview_topRow {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 2fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .mcs-usageOverview_topRow {
    grid-template-columns: 1fr;
  }
}
.mcs-usageOverview_widgets {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.mcs-usageOverview_chartCard {
  width: 100%;
  border-radius: 6px;
  box-shadow: none;
}
.mcs-usageOverview_chartCard .ant-card-head-title {
  font-size: 14px;
  font-family: 'LLCircularWeb-Medium', sans-serif;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
}
.mcs-usageOverview_creationControls {
  display: flex;
  gap: 12px;
  align-items: center;
}
.mcs-usageOverview_widget {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  box-shadow: none;
}
.mcs-usageOverview_widget .ant-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mcs-usageOverview_widget_title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-family: 'LLCircularWeb-Medium', sans-serif;
  color: rgba(0, 0, 0, 0.65);
}
.mcs-usageOverview_widget_tooltip {
  color: #bfbfbf;
  font-size: 14px;
}
.mcs-usageOverview_widget_value {
  margin-top: 56px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1;
  color: #1a1a1a;
}
.mcs-usageOverview_widget_gauge {
  margin-top: 48px;
}
.mcs-usageOverview_widget_figures {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 8px;
}
.mcs-usageOverview_widget_figures .mcs-usageOverview_widget_value {
  margin-top: 0;
}
.mcs-usageOverview_widget_limit {
  font-size: 14px;
  color: #8c8c8c;
}

