.lc-selectLabel {
  position: static;
  width: 55px;
  height: 18px;
  left: 0px;
  top: 0px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  line-height: 150%;
  font-size: 12px;
  line-height: 150%;
  margin: 3px 0px;
}

.lc-fixedFilter {
  align-items: center;
  margin-left: 15px;
  margin-top: 10px;
  width: 100%;
  top: 110px;
  background-color: #fafafa;
  overflow-x: hidden;
  overflow-y: auto;
  display: inline-block;
  position: fixed;
  z-index: 99;
}

.echarts-for-react text[fill="#2B304F"] {
  font-feature-settings: "tnum" on, "lnum" on;
  letter-spacing: -0.05em;
}

.lc-title {
/*  display: table-cell;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #8b90a3;
  width: 300px;*/
}

.lc-segment-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-height: 27px;
}

.tooltip-custom {
  max-width: 300px;
  word-break: break-word;
}
.lc-group-header-segments-button-icon {
  width: 12px;
  /* height: 10px; */
  left: 1px;
  top: 0px;
  /* Textos / Claros */

  background: #8b90a3;
  transform: matrix(0, 1, 1, 0, 0, 0);
}

.lc-group-header-segments .chevron-visible {
  transform: rotate(0deg);
}

.lc-group-header-segments .chevron-nonvisible {
  transform: rotate(-90deg);
}

.bodyGroup.collapsed {
  max-height: 0;
  display: none;
  min-width: calc(30vw);
}

.bodyGroup>div {
  width: calc(100% - 4px);
}

.bodyGroup.scroll>div {
  width: calc(100% + 4px);
}

.bodyGroup.scroll>div::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background-color: #eee;
  z-index: 99;
}

.bodyGroup.scroll>div::-webkit-scrollbar-thumb {
  background: #cccccf;
  border-radius: 0.25rem;
}

.bodyGroup.scroll>div::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.bodyGroup.scroll>div::-webkit-scrollbar-track {
  border-radius: 0.25rem;
}

.bodyGroup {
  min-width: calc(30vw);
}

.lc-group-header-segments-button {
  /* Frame 129 */

  width: 12px;
  left: 4px;
  top: 9px;
  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 6px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.lc-group-header-segments-money {
  /* 0,00 */
  width: 100px;
  height: 22px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */

  text-align: right;
  letter-spacing: -0.05em;
  font-feature-settings: "tnum" on, "lnum" on;
  /* Textos / Padr�o */

  color: #525252;
  /* Inside auto layout */

  flex: none;
  order: 2;
  flex-grow: 0;
  margin: 0px 6px;
}

.lc-group-header-segments-title {
  /* Texto */
  max-width: calc(100vw - 620px);
  height: 22px;
  /* Texto/Padr�o - 14pt/Semibold */

  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  /* Link */

  color: var(--text-default);
  /* Inside auto layout */

  margin: 0px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lc-group-header-segments {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 4px;
  width: 100%;
  height: 30px;
  background: #ebebeb;
  border-radius: 6px;
  margin: 4px 0px;
}

.lc-segment-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-height: 27px;
}

.lc-title {
  display: table-cell;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #8b90a3;
}

.lc-segment-title-filter {
  display: "flex";
  justify-content: "flex-end";
}

.lc-group-body {
  width: 65%;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
  top: 75px;
}

.lc-group-row {
  /* Item de piv� */
  padding-left: 32px;
  padding-right: 3px;
  border-bottom: 1px solid #ebeff8;
  width: 100%;
  height: 30px;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0;
  max-width: inherit;
}

.lc-group-row-inner-text {
  max-width: calc(100vw - 600px);
  height: 22px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: var(--text-default);
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lc-group-row-inner-text-sidemodal {
  max-width: calc(100vw - 600px);
  height: 22px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: var(--text-default);
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lc-group-row-inner-money {
  width: 100px;
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: right;
  font-feature-settings: "tnum" on, "lnum" on;
  color: var(--text-default);
  margin: 0 2px 0 10px;
}

.lc-group-row-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: inherit;
  height: 22px;
  justify-content: space-between;
}

.lc-group-row-inner>.row>.lc-iconlink.small {
  visibility: hidden;
}

.lc-group-row-inner:hover>.row>.lc-iconlink.small {
  visibility: visible;
}

.lc-group-header-segments>.row>.lc-iconlink.small {
  visibility: hidden;
}

.lc-group-header-segments:hover>.row>.lc-iconlink.small {
  visibility: visible;
}

.lc-selectLabel {
  position: static;
  height: 18px;
  left: 0px;
  top: 0px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  line-height: 150%;
  font-size: 12px;
  line-height: 150%;
  margin: 3px 0px;
}

.lc-group-row>.lc-group-row-inner>.pp-tooltip {
  width: 80%;
  overflow: hidden;
}

.finops-row {
  padding: 4px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  margin-left: 12px;
}

.finops-row:nth-child(odd) {
  background-color: #fdfdfd;
}

.striped .finops-row:nth-child(odd) {
  background-color: #fdfdfd;
}

.finops-row.link {
  margin-left: 0;

}

.finops-row .ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
}

.finops-row:hover {
  background-color: #ddd !important;
}
/* ── Gestão de Demandas FinOps — grid, células e badges ───────────────────── */

.demand-grid-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Estado de erro da listagem (403/500/rede) — distinto de "sem dados" */
.demand-list-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 100%;
    padding: 24px;
    text-align: center;
}

.demand-list-error p {
    margin: 0;
    max-width: 420px;
    font-size: 0.85rem;
    opacity: 0.8;
}

.demand-list-error__retry {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border: 1px solid #8C40E3;
    border-radius: 6px;
    background: transparent;
    color: #8C40E3;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.demand-list-error__retry:hover {
    background: #8C40E3;
    color: #fff;
}

/* Selo de status (compartilhado entre grid e modal) */
.demand-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.demand-status-badge.compact {
    padding: 2px 8px;
    font-size: 11px;
}

.demand-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex: 0 0 auto;
}

/* Célula em duas linhas (título + subtítulo) */
.demand-cell-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.25;
    min-width: 0;
}

.demand-cell-stack-top {
    font-size: 12px;
    color: #2d3748;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.demand-cell-stack-sub {
    font-size: 11px;
    color: #718096;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.demand-provider-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 6px;
}

.demand-cell-right {
    text-align: right;
    justify-content: flex-end;
}

.demand-savings {
    font-weight: 600;
    color: #2f855a;
}

/* Pílula de votos no grid */
.demand-vote-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #4a5568;
}

.demand-destructive-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #c05621;
    background: #fffaf0;
    border: 1px solid #f6ad55;
    border-radius: 8px;
    padding: 1px 6px;
    margin-left: 6px;
}

/* ── Painel lateral de filtros ────────────────────────────────────────────── */

.demand-filter-panel {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 4px;
}

.demand-filter-label {
    font-size: 12px;
    font-weight: 600;
    color: #4a5568;
    margin-top: 8px;
}

.demand-filter-input {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 8px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 12px;
    color: #2d3748;
    background: #fff;
}

.demand-filter-check {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #4a5568;
    cursor: pointer;
}

.demand-filter-clear {
    margin-top: 14px;
    padding: 7px 10px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    background: #f7fafc;
    color: #4a5568;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.demand-filter-clear:hover {
    background: #edf2f7;
}

/* ── Demand details SideModal ─────────────────────────────────────────────── */

.dd-header {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.dd-header-icon {
    display: inline-flex;
    align-items: center;
}

.dd-header-title {
    font-weight: 600;
    font-size: 14px;
    color: #2d3748;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 280px;
}

.dd-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 4px 2px 24px;
}

.dd-section {
    border: 1px solid #edf2f7;
    border-radius: 8px;
    padding: 10px 12px;
}

.dd-section-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.dd-row {
    display: flex;
    gap: 8px;
    padding: 3px 0;
    font-size: 13px;
}

.dd-row-label {
    flex: 0 0 130px;
    color: #718096;
}

.dd-row-value {
    flex: 1 1;
    color: #2d3748;
    word-break: break-word;
}

.dd-code {
    font-family: 'Cascadia Code', Consolas, monospace;
    font-size: 11px;
    background: #f7fafc;
    padding: 1px 5px;
    border-radius: 4px;
    color: #4a5568;
}

.dd-muted {
    color: #a0aec0;
    font-size: 12px;
}

.dd-ok-text { color: #2f855a; font-weight: 600; }
.dd-err-text { color: #c53030; font-weight: 600; }

.dd-destructive-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #c05621;
    background: #fffaf0;
    border: 1px solid #f6ad55;
    border-radius: 8px;
    padding: 1px 6px;
    margin-left: 6px;
}

/* Progresso de aprovação */
.dd-progress {
    font-size: 13px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
}

.dd-progress-reject { color: #c53030; font-weight: 600; }

/* Centro de custo */
.dd-cc {
    border-top: 1px solid #f7fafc;
    padding: 7px 0;
}

.dd-cc-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.dd-cc-name { font-weight: 600; color: #2d3748; }
.dd-cc-pct { color: #718096; font-size: 12px; }

.dd-cc-managers {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}

.dd-manager {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    color: #4a5568;
    background: #f7fafc;
    border-radius: 8px;
    padding: 1px 7px;
}

/* Votos */
.dd-vote {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #4a5568;
    padding: 3px 0;
    flex-wrap: wrap;
}

.dd-vote-by { font-weight: 600; color: #2d3748; }
.dd-vote-reason { font-style: italic; color: #718096; }

/* Trilha de auditoria */
.dd-audit {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dd-audit-entry {
    position: relative;
    padding: 6px 0 6px 14px;
    border-left: 2px solid #e2e8f0;
}

.dd-audit-entry::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #805ad5;
}

.dd-audit-head {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.dd-audit-action {
    font-size: 12px;
    font-weight: 600;
    color: #2d3748;
}

.dd-audit-detail {
    font-size: 12px;
    color: #4a5568;
    margin-top: 2px;
}

.dd-audit-actor {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #718096;
    margin-top: 2px;
}

/* Mensagem de feedback */
.dd-message {
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 500;
}

.dd-message.ok { background: #f0fff4; color: #276749; border: 1px solid #9ae6b4; }
.dd-message.err { background: #fff5f5; color: #c53030; border: 1px solid #feb2b2; }

/* Painéis de ação */
.dd-action {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #fbfdff;
}

.dd-action-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #2d3748;
}

.dd-input {
    width: 100%;
    box-sizing: border-box;
    padding: 7px 9px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    font-size: 13px;
    color: #2d3748;
    background: #fff;
    font-family: inherit;
    resize: vertical;
}

.dd-radio-row {
    display: flex;
    gap: 10px;
}

.dd-radio {
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    padding: 7px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    cursor: pointer;
    color: #4a5568;
}

.dd-radio.sel-ok { border-color: #38A169; background: #f0fff4; color: #276749; font-weight: 600; }
.dd-radio.sel-err { border-color: #E53E3E; background: #fff5f5; color: #c53030; font-weight: 600; }

.dd-btn {
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
}

.dd-btn:disabled { opacity: 0.55; cursor: default; }

.dd-btn.primary { background: #8C40E3; }
.dd-btn.ok { background: #38A169; }
.dd-btn.danger { background: #E53E3E; }

.dd-divider {
    height: 1px;
    background: #edf2f7;
    margin: 2px 0;
}

.dd-gov-off {
    text-align: center;
    padding: 10px;
    border: 1px dashed #e2e8f0;
    border-radius: 8px;
}

/* ─────────────────────────────────────────────────────────────────────────
   CreateDemandModal — criação manual de demanda FinOps (picker de inventário)
   Namespacing: .cdm-*
   ───────────────────────────────────────────────────────────────────────── */

.cdm-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 100%;
    box-sizing: border-box;
    padding: 4px 2px 0;
}

.cdm-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cdm-section-title {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
}

/* ─── Provedores ─────────────────────────────────────────────────────────── */

.cdm-providers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cdm-provider-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border: 1px solid #e2e0ea;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    font-size: 0.82rem;
    color: #2d2d35;
    transition: border-color .15s, background .15s, box-shadow .15s;
}

.cdm-provider-chip:hover {
    border-color: #c9bdf0;
}

.cdm-provider-chip.active {
    border-color: #8c40e3;
    background: #f5efff;
    box-shadow: 0 0 0 1px #8c40e3 inset;
}

.cdm-provider-chip small {
    color: #8a8a94;
    font-size: 0.7rem;
    background: #f1f0f5;
    border-radius: 10px;
    padding: 1px 7px;
}

/* ─── Inputs ─────────────────────────────────────────────────────────────── */

.cdm-input {
    width: 100%;
    border: 1px solid #e2e0ea;
    border-radius: 8px;
    padding: 9px 11px;
    font-size: 0.85rem;
    color: #2d2d35;
    background: #fff;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
    box-sizing: border-box;
}

.cdm-input:focus {
    border-color: #8c40e3;
    box-shadow: 0 0 0 2px rgba(140, 64, 227, 0.15);
}

.cdm-textarea {
    resize: vertical;
    min-height: 44px;
    font-family: inherit;
}

.cdm-search {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e2e0ea;
    border-radius: 8px;
    padding: 0 10px;
    color: #8a8a94;
}

.cdm-search input {
    flex: 1 1;
    border: none;
    outline: none;
    padding: 9px 0;
    font-size: 0.85rem;
    color: #2d2d35;
    background: transparent;
}

.cdm-hint {
    font-size: 0.72rem;
    color: #9a8a52;
    background: #fff8e6;
    border: 1px solid #f0e2b8;
    border-radius: 6px;
    padding: 5px 9px;
}

/* ─── Lista de recursos ──────────────────────────────────────────────────── */

.cdm-reslist {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 2px;
}

.cdm-resrow {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: left;
    border: 1px solid #ece9f3;
    border-radius: 8px;
    background: #fff;
    padding: 8px 10px;
    cursor: pointer;
    transition: border-color .15s, background .15s;
}

.cdm-resrow:hover {
    border-color: #c9bdf0;
    background: #faf7ff;
}

.cdm-resrow.selected {
    border-color: #8c40e3;
    background: #f5efff;
}

.cdm-resrow-icon {
    display: inline-flex;
    width: 20px;
    justify-content: center;
    flex: 0 0 auto;
}

.cdm-resrow-main {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1 1;
}

.cdm-resrow-main strong {
    font-size: 0.84rem;
    color: #2d2d35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cdm-resrow-main small {
    font-size: 0.72rem;
    color: #8a8a94;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cdm-resrow-check {
    color: #8c40e3;
    flex: 0 0 auto;
}

/* ─── Resumo do recurso (passo 2) ────────────────────────────────────────── */

.cdm-back {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: none;
    background: transparent;
    color: #8c40e3;
    font-size: 0.8rem;
    cursor: pointer;
    padding: 0;
    width: fit-content;
}

.cdm-res-summary {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ece9f3;
    border-radius: 8px;
    background: #faf9fc;
    padding: 10px 12px;
}

.cdm-res-summary-main {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cdm-res-summary-main strong {
    font-size: 0.88rem;
    color: #2d2d35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cdm-res-summary-main small {
    font-size: 0.72rem;
    color: #8a8a94;
}

/* ─── Campos ─────────────────────────────────────────────────────────────── */

.cdm-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cdm-field > label {
    font-size: 0.76rem;
    font-weight: 600;
    color: #4b4b54;
}

.cdm-req {
    color: #e53e3e;
}

.cdm-row {
    display: flex;
    gap: 12px;
}

.cdm-field-grow {
    flex: 1 1;
}

/* ─── Avisos / erros ─────────────────────────────────────────────────────── */

.cdm-warn {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 0.74rem;
    color: #9a5b18;
    background: #fff3e6;
    border: 1px solid #f3d8b8;
    border-radius: 6px;
    padding: 7px 10px;
    margin-top: 2px;
}

.cdm-error {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.8rem;
    color: #c53030;
    background: #fff5f5;
    border: 1px solid #f3c4c4;
    border-radius: 8px;
    padding: 9px 11px;
}

/* ─── Rodapé fixo ────────────────────────────────────────────────────────── */

.cdm-footer {
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: auto;
    z-index: 2;
    padding: 12px 0 4px;
    border-top: none;
    background: transparent;
}

.cdm-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    padding: 9px 18px;
    font-size: 0.84rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background .15s, border-color .15s, opacity .15s;
}

.cdm-btn-ghost {
    background: transparent;
    border-color: #e2e0ea;
    color: #4b4b54;
}

.cdm-btn-ghost:hover {
    border-color: #c9bdf0;
}

.cdm-btn-primary {
    background: #8c40e3;
    color: #fff;
}

.cdm-btn-primary:hover {
    background: #7a31cc;
}

.cdm-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.cdm-spin {
    animation: cdm-spin 0.8s linear infinite;
}

@keyframes cdm-spin {
    to { transform: rotate(360deg); }
}

