/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
.yaml-process-container {
  padding-left: 23px;
  width: 50%;
}

.tfgit-branch-selector .required-indicator::after {
  content: ' *';
  color: rgba( 168, 0, 0 ,  1 );
  color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
}

.yaml-file-title {
  margin-top: 20px;
}

.yaml-file-title .yaml-file-title-focus-info {
  font-weight: 600;
}

.build-yaml-file-content {
  margin-top: 11px;
  padding: 10px;
  width: 100%;
  max-height: 300px;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  font-family: Consolas, Courier New, monospace;
  white-space: pre;
  overflow: auto;
}

.build-yaml-file-warnings {
  margin-top: 11px;
}

.yaml-agent-pool .agent-queue-drop-down-area .agent-queue-drop-down {
  margin-bottom: 3px;
}

.yaml-agent-pool .yaml-agent-pool-message {
  margin-bottom: 15px;
}

.yaml-simplified-editor-container {
  margin-top: 23px;
}

.yaml-simplified-editor-container .dt-message-panel {
  padding-top: 5px;
  padding-bottom: 5px;
}

.yaml-simplified-editor-container .yaml-process-buttons-container {
  margin-top: 10px;
  height: 15px;
}

.yaml-simplified-editor-container .yaml-file-edit-link {
  padding-left: 5px;
}

.tfgit-branch-selector {
  width: 100%;
  vertical-align: top;
  margin: 5px 0 0 0;
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
}

.tfgit-branch-selector .filtered-list-dropdown-menu .selected-item-text {
  max-width: 90%;
}

.tfgit-branch-selector .filtered-list-dropdown-menu {
  height: 32px;
  padding: 3px 5px;
  position: relative;
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.tfgit-branch-selector .filtered-list-dropdown-menu:hover, .tfgit-branch-selector .filtered-list-dropdown-menu.menu-opened {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
  outline: none;
}

.tfgit-branch-selector .filtered-list-dropdown-menu .drop-icon {
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 30px;
  position: absolute;
}

.tfgit-branch-selector .filtered-list-popup {
  width: 25%;
}
