/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
.agents-section {
  width: 100%;
}

.agents-section .agents-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

.agents-section .agents-view .agent-queue {
  flex-grow: 1;
}

.agents-section .agents-view .agent-queue .agent-queue-drop-down-area .pool-info {
  margin-top: 4px;
}

.agents-section .agents-view .agent-queue .agent-queue-drop-down-area .manage-agents {
  margin-top: 4px;
}

.agents-section .agents-view .agent-queue .agent-queue-drop-down-area .agent-queue-dropdown-info {
  padding-left: 4px;
}

.agents-section .agents-view .task-input-buttons {
  padding-top: 29px;
}

.agents-section .required-indicator::after {
  content: ' *';
  color: rgba( 168, 0, 0 ,  1 );
  color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
}
