.slds-dropdown-trigger{position:relative;display:inline-block}
.slds-dropdown-trigger .slds-dropdown{top:100%}
.slds-dropdown-trigger .slds-dropdown_bottom,
.slds-dropdown-trigger .slds-dropdown--bottom{top:auto}
.slds-dropdown-trigger>[class*=slds-button_icon]~.slds-dropdown_left[class*=slds-nubbin],
.slds-dropdown-trigger>[class*=slds-button_icon]~.slds-dropdown--left[class*=slds-nubbin],
.slds-dropdown-trigger>[class*=slds-button--icon]~.slds-dropdown_left[class*=slds-nubbin],
.slds-dropdown-trigger>[class*=slds-button--icon]~.slds-dropdown--left[class*=slds-nubbin]{left:-.5rem}
.slds-dropdown-trigger>[class*=slds-button_icon]~.slds-dropdown_right[class*=slds-nubbin],
.slds-dropdown-trigger>[class*=slds-button_icon]~.slds-dropdown--right[class*=slds-nubbin],
.slds-dropdown-trigger>[class*=slds-button--icon]~.slds-dropdown_right[class*=slds-nubbin],
.slds-dropdown-trigger>[class*=slds-button--icon]~.slds-dropdown--right[class*=slds-nubbin]{right:-.5rem}
.slds-dropdown-trigger_hover .slds-dropdown,
.slds-dropdown-trigger--hover .slds-dropdown{visibility:hidden;opacity:0;transition:opacity .1s linear,visibility .1s linear}
.slds-dropdown-trigger_hover:hover,
.slds-dropdown-trigger_hover:focus,
.slds-dropdown-trigger--hover:hover,
.slds-dropdown-trigger--hover:focus{outline:0}
.slds-dropdown-trigger_hover:hover .slds-dropdown,
.slds-dropdown-trigger_hover:focus .slds-dropdown,
.slds-dropdown-trigger--hover:hover .slds-dropdown,
.slds-dropdown-trigger--hover:focus .slds-dropdown{visibility:visible;opacity:1;transition:opacity .1s linear,visibility .1s linear}
.slds-dropdown-trigger_click .slds-dropdown,
.slds-dropdown-trigger_click:hover .slds-dropdown,
.slds-dropdown-trigger--click .slds-dropdown,
.slds-dropdown-trigger--click:hover .slds-dropdown{display:none}
.slds-dropdown-trigger_click.slds-is-open .slds-dropdown,
.slds-dropdown-trigger--click.slds-is-open .slds-dropdown{display:block;visibility:visible;opacity:1}

.slds-dropdown{
  position:absolute;
  z-index:7000;
  left:50%;
  float:left;
  min-width:6rem;
  max-width:20rem;
  margin-top:.125rem;
  margin-bottom:.125rem;
  border:1px solid rgb(229,229,229) !important;
  border-radius:.25rem !important;
  padding:.25rem 0;
  font-size:.75rem;
  background:rgb(255,255,255) !important;
  box-shadow:0 2px 3px 0 rgba(0,0,0,0.16) !important;
  transform:translateX(-50%) !important;
  color:rgb(24,24,24) !important;
}
.slds-dropdown mark{font-weight:700;background-color:transparent;color:inherit}
.slds-dropdown[class*=slds-nubbin_top],
.slds-dropdown[class*=slds-nubbin--top]{margin-top:.5rem}
.slds-dropdown[class*=slds-nubbin_bottom],
.slds-dropdown[class*=slds-nubbin--bottom]{margin-bottom:.5rem}
.slds-dropdown_inverse,
.slds-dropdown--inverse{
  background:rgb(0,22,57);
  border-color:rgb(0,22,57);
  color:rgb(255,255,255);
}
.slds-dropdown_inverse .slds-dropdown__item>a,
.slds-dropdown--inverse .slds-dropdown__item>a{color:rgb(255,255,255)}
.slds-dropdown_inverse .slds-dropdown__item>a:hover,
.slds-dropdown_inverse .slds-dropdown__item>a:focus,
.slds-dropdown--inverse .slds-dropdown__item>a:hover,
.slds-dropdown--inverse .slds-dropdown__item>a:focus{
  color:rgba(255,255,255,0.75);
  background-color:transparent;
}

.slds-dropdown__header{font-size:.875rem;font-weight:700;padding:.5rem .75rem}
.slds-dropdown__item{line-height:1.5;font-weight:400}
.slds-dropdown__item>a{
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:.5rem .75rem;
  color:rgb(24,24,24);
  white-space:nowrap;
  cursor:pointer;
}
.slds-dropdown__item>a:hover,
.slds-dropdown__item>a:focus{
  outline:0;
  text-decoration:none;
  background-color:rgb(243,243,243);
}
.slds-dropdown__item>a:focus{box-shadow:0 0 3px #0176d3}
.slds-dropdown__item>a.slds-has-success:focus,
.slds-dropdown__item>a.slds-has-warning:focus,
.slds-dropdown__item>a.slds-has-error:focus{box-shadow:inset 0 0 3px #0176d3}
.slds-dropdown__item>a:active{text-decoration:none;background-color:rgb(243,243,243)}
.slds-dropdown__item>a[aria-disabled=true]{color:rgb(201,201,201);cursor:default}
.slds-dropdown__item>a[aria-disabled=true]:hover{background-color:transparent}
.slds-dropdown__item>a[aria-disabled=true] .slds-icon{fill:rgb(201,201,201)}

.slds-dropdown_left,
.slds-dropdown--left{left:0;right:auto;transform:translateX(0)}
.slds-dropdown_right,
.slds-dropdown--right{left:auto;right:0;transform:translateX(0)}
.slds-dropdown_bottom,
.slds-dropdown--bottom{bottom:100%}
.slds-dropdown_xx-small,
.slds-dropdown--xx-small{min-width:6rem}
.slds-dropdown_x-small,
.slds-dropdown--x-small{min-width:12rem}
.slds-dropdown_small,
.slds-dropdown--small{min-width:15rem}
.slds-dropdown_medium,
.slds-dropdown--medium{min-width:20rem}
.slds-dropdown_large,
.slds-dropdown--large{min-width:25rem;max-width:512px}
.slds-dropdown_fluid,
.slds-dropdown--fluid{min-width:12rem;max-width:100%;width:100%}
.slds-dropdown_length-5,
.slds-dropdown--length-5{-webkit-overflow-scrolling:touch;max-height:calc(((1rem * 1.5) + 1rem) * 5);overflow-y:auto}
.slds-dropdown_length-7,
.slds-dropdown--length-7{-webkit-overflow-scrolling:touch;max-height:calc(((1rem * 1.5) + 1rem) * 7);overflow-y:auto}
.slds-dropdown_length-10,
.slds-dropdown--length-10{-webkit-overflow-scrolling:touch;max-height:calc(((1rem * 1.5) + 1rem) * 10);overflow-y:auto}
.slds-dropdown_length-with-icon-5,
.slds-dropdown--length-with-icon-5{-webkit-overflow-scrolling:touch;max-height:calc((1.5rem + 1rem) * 5);overflow-y:auto}
.slds-dropdown_length-with-icon-7,
.slds-dropdown--length-with-icon-7{-webkit-overflow-scrolling:touch;max-height:calc((1.5rem + 1rem) * 7);overflow-y:auto}
.slds-dropdown_length-with-icon-10,
.slds-dropdown--length-with-icon-10{-webkit-overflow-scrolling:touch;max-height:calc((1.5rem + 1rem) * 10);overflow-y:auto}
[dir=rtl] .slds-dropdown_center,
[dir=rtl] .slds-dropdown--center{left:auto;right:auto;transform:translateX(calc(50% - (0.875rem / 2)))}
.slds-dropdown_actions a,
.slds-dropdown--actions a{color:rgba(11,92,171,1)}
.slds-combobox.slds-dropdown-trigger.slds-dropdown-trigger_click {width: 100% !important;}