.dropdown {
  height: 32px;
  line-height: 30px;
}

.dropdown .dropdown-selector {
  box-shadow: none;
  margin-left: 3px;
  padding: 0px 7px;
  margin-top: 1px;
  border: none;
  background: none;
}

.dropdown .dropdown-selector .dropdown-selector-text-icon {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.dropdown .dropdown-selector .dropdown-selector-text {
  font-size: 16px;
  font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 300;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.dropdown .dropdown-selector .dropdown-selector-icon {
  font-size: 16px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  padding-left: 5px;
}

.dropdown .dropdown-selector:hover {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
}

.dropdown .dropdown-selector:focus {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
}

.dropdown .dropdown-selector.dropdown-selector-open {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
}

.dropdown .divider {
  width: 100%;
  height: 1px;
  margin: 4px 0;
  background-color: rgba( 200, 200, 200 ,  1 );
  background-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.dropdown .dropdown-callout,
.dropdown .dropdown-callout-no-tabs {
  min-width: 200px;
  max-width: 350px;
  max-height: 450px;
  white-space: nowrap;
  margin-top: -3px;
  margin-left: 3px;
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.4);
  z-index: 400;
}

.dropdown .dropdown-callout .dropdown-tabs,
.dropdown .dropdown-callout-no-tabs .dropdown-tabs {
  margin-left: 3px;
}

.dropdown .dropdown-callout .dropdown-tabs .dropdown-menu-target,
.dropdown .dropdown-callout-no-tabs .dropdown-tabs .dropdown-menu-target {
  width: 40px;
  float: right;
}

.dropdown .dropdown-callout .dropdown-command .dropdown-command-button,
.dropdown .dropdown-callout-no-tabs .dropdown-command .dropdown-command-button {
  width: 100%;
  height: 30px;
  border: none;
  padding: 0 0 0 10px;
  margin: 0 0 4px 0;
  text-align: left;
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
  display: block;
  cursor: pointer;
}

.dropdown .dropdown-callout .dropdown-command .dropdown-command-button:hover,
.dropdown .dropdown-callout-no-tabs .dropdown-command .dropdown-command-button:hover {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
  box-shadow: none;
}

.dropdown .dropdown-callout .dropdown-command .dropdown-command-button:focus,
.dropdown .dropdown-callout-no-tabs .dropdown-command .dropdown-command-button:focus {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
}

.dropdown .dropdown-callout .dropdown-command .dropdown-command-button .dropdown-command-icon,
.dropdown .dropdown-callout-no-tabs .dropdown-command .dropdown-command-button .dropdown-command-icon {
  padding-right: 3px;
}

.dropdown .dropdown-callout .dropdown-command .dropdown-command-button .dropdown-command-text,
.dropdown .dropdown-callout-no-tabs .dropdown-command .dropdown-command-button .dropdown-command-text {
  font-size: 14px;
  font-weight: normal;
  font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  padding: 0 15px 0 5px;
}
