/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
.dt-agent-queue-empty-dropdown {
  padding: 10px;
}

.dt-agent-queue-empty-dropdown .text {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.dt-agent-queue-subtle-text {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-size: 14px;
  padding-left: 4px;
  bottom: 1px;
  position: relative;
  white-space: nowrap;
}
