/* Styles go here */
.noBackground {
  background: transparent;
  box-shadow: unset;

}
.noBackground > .ant-card {
  background: transparent;
  border:0px;
}

.noBackground>.ant-card-bordered {
  box-shadow: none;
}

.module-create.calls .project-information [brezel-field-identifier="project_daily_note"] .editorWrapper{
  border: 2px solid #ff4d4f;
  box-shadow: 0px 0px 4px #ff4d4f;
}

.module-create.calls .project-information [brezel-field-identifier="project_daily_note"] .editorWrapper, .module-create.calls .project-information [brezel-field-identifier="project_note"] .editorWrapper  {
  background: unset !important;
  padding: 8px 0;
  border-radius: 8px;
  --editorHeight: 260px !important;
}

.module-create.calls .project-information [brezel-field-identifier="project_daily_note"] .editorWrapper .menubar, .module-create.calls .project-information [brezel-field-identifier="project_note"] .editorWrapper .menubar {
  display: none;
}

.module-create.calls .project-information [disabled], .module-create.calls .project-information .ant-input-affix-wrapper-disabled {
  background: white;
  color: black;
}

.resource-table-component .cell-pill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.resource-table-component .cell-pill-status.status-draft span,
.resource-table-component .cell-pill-status.status-inactive span,
.resource-table-component .cell-pill-type.type-on_demand span,
.resource-table-component .cell-pill-type.type-on_demand_manual span,
.resource-table-component .cell-pill-type.type-calls span,
.resource-table-component .cell-pill-type.type-absence span {
  color: #475569;
  background: #f1f5f9;
  border-color: #cbd5e1;
}

.resource-table-component .cell-pill-status.status-created span,
.resource-table-component .cell-pill-status.status-requested span,
.resource-table-component .cell-pill-status.status-open span,
.resource-table-component .cell-pill-type.type-work span {
  color: #1d4ed8;
  background: #dbeafe;
  border-color: #93c5fd;
}

.resource-table-component .cell-pill-status.status-active span,
.resource-table-component .cell-pill-status.status-accepted span,
.resource-table-component .cell-pill-status.status-approved span,
.resource-table-component .cell-pill-status.status-paid span,
.resource-table-component .cell-pill-status.status-accounted span,
.resource-table-component .cell-pill-type.type-quota span,
.resource-table-component .cell-pill-type.type-minutes span,
.resource-table-component .cell-pill-type.type-quota_upfront span,
.resource-table-component .cell-pill-type.type-vacation span {
  color: #047857;
  background: #d1fae5;
  border-color: #6ee7b7;
}

.resource-table-component .cell-pill-type.type-quota_overflow span {
  color: #0f766e;
  background: #ccfbf1;
  border-color: #5eead4;
}

.resource-table-component .cell-pill-status.status-partially_accounted span,
.resource-table-component .cell-pill-status.status-exhausted span,
.resource-table-component .cell-pill-type.type-break span,
.resource-table-component .cell-pill-type.type-public_holiday span {
  color: #92400e;
  background: #fef3c7;
  border-color: #fcd34d;
}

.resource-table-component .cell-pill-status.status-expired span {
  color: #c2410c;
  background: #ffedd5;
  border-color: #fdba74;
}

.resource-table-component .cell-pill-status.status-rejected span,
.resource-table-component .cell-pill-status.status-cancelled span,
.resource-table-component .cell-pill-status.status-error span,
.resource-table-component .cell-pill-type.type-sick_leave span,
.resource-table-component .cell-pill-type.type-sick-leave span {
  color: #be123c;
  background: #ffe4e6;
  border-color: #fda4af;
}
