/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.header div.command-action {
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  color: rgba( 16, 110, 190 ,  1 );
  color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 );
  background-color: inherit;
  border: none;
  outline: none; }

.header .vc-action {
  cursor: pointer; }

.icon-centered {
  align-self: center; }

.action-icon {
  padding-right: 6px; }
