/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:avatar', location = '/static/bitbucket/internal/widget/avatar/avatar.less' */
.key-avatar {
  margin-right: 10px;
  background: transparent url(/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:avatar/access-key-avatar.svg) no-repeat center;
}
.key-avatar.aui-avatar-small {
  width: 24px;
  height: 24px;
  background-clip: padding-box;
  border-radius: 3px;
  background-size: 26px;
}
.key-avatar.aui-avatar-xsmall {
  width: 16px;
  height: 16px;
  background-clip: padding-box;
  border-radius: 2px;
  background-size: 18px;
}
.group-avatar.aui-avatar-xxxlarge {
  width: 128px;
  height: 128px;
  background: transparent url(/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:avatar/avatar/group-avatar-256.png) no-repeat 0 0;
  background-size: 128px;
}
.group-avatar.aui-avatar-large {
  width: 48px;
  height: 48px;
  background: transparent url(/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:avatar/avatar/group-avatar-96.png) no-repeat 0 0;
  background-size: 48px;
}
.group-avatar.aui-avatar-medium {
  width: 32px;
  height: 32px;
  background: transparent url(/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:avatar/avatar/group-avatar-64.png) no-repeat 0 0;
  background-size: 32px;
}
.group-avatar.aui-avatar-small {
  width: 24px;
  height: 24px;
  background-clip: padding-box;
  border-radius: 3px;
  background: transparent url(/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:avatar/avatar/group-avatar-48.png) no-repeat 0 0;
  background-size: 24px;
}
.group-avatar.aui-avatar-xsmall {
  width: 16px;
  height: 16px;
  background-clip: padding-box;
  border-radius: 2px;
  background: transparent url(/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:avatar/avatar/group-avatar-32.png) no-repeat 0 0;
  background-size: 16px;
}
.aui-avatar-badged {
  position: relative;
  vertical-align: middle;
}
.aui-avatar-badged.avatar-dimmed > .aui-avatar-inner > img {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.aui-avatar-badged .approved,
.aui-avatar-badged .needs-work {
  background: #FFFFFF 0 0;
  background-position: -2px;
  background-size: 16px;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.14, 0.01, 0.65, 1.61);
  transition-property: opacity, transform;
  transform: scale(1);
  width: 12px;
  height: 12px;
  color: #FFFFFF;
  position: absolute;
  right: -8px;
  top: -8px;
  text-align: center;
  display: block;
  font-size: 9px;
  line-height: 16px;
  text-indent: -999em;
}
.aui-avatar-badged .approved {
  background-image: url(/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:avatar/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:icons/icon-approved.svg);
}
.aui-avatar-badged .needs-work {
  background-image: url(/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:avatar/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:icons/icon-needs-work.svg);
}
.aui-avatar-badged.badge-hidden.avatar-dimmed > .aui-avatar-inner > img {
  opacity: 1;
}
.aui-avatar-badged.badge-hidden .badge {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.avatar-with-name {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.avatar-with-name .aui-avatar {
  vertical-align: middle;
}
.avatar-with-name.deleted-user {
  text-decoration: line-through;
}
.double-avatar-with-name .aui-avatar {
  margin-right: 10px;
}
.double-avatar-with-name .aui-avatar.first-person {
  z-index: 1;
}
.double-avatar-with-name .aui-avatar.second-person {
  margin-left: -20px;
}
.double-avatar-with-name .aui-avatar.second-person.aui-avatar-xsmall {
  margin-left: -10px;
}
.double-avatar-with-name .display-name {
  margin-left: 10px;
}
.gravatar-notice {
  margin-top: 5px;
  font-size: 12px;
  color: #5E6C84;
  text-align: center;
  display: block;
  width: 100%;
}
.bitbucket-theme .aui-avatar img {
  -moz-force-broken-image-icon: 1;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:bitbucket-logo', location = '/static/bitbucket/internal/webpanels/home-link/home-link.less' */
.bitbucket-header-logo img {
  height: 18px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:bitbucket-theme', location = '/static/bitbucket/internal/layout/bitbucket-theme/bitbucket-theme.less' */
html {
  height: 100%;
}
/* MIN WIDTH FOR BODY */
.bitbucket-theme {
  min-width: 1004px;
  height: 100%;
  /**
    * DEFAULT THEME SPACING
    */
  /*  -- Dropdown 1 styles -- */
  /*  -- Other styles -- */
  /* 'No results' table row  */
  /* User keyboard input (eg terminal commands) */
  /* @aui-override */
  /* Until AUI-2476 gets resolved. We want the line-height to be closer to 20.0 than AUI's built-in of 20.44 */
  /* @aui-override */
}
.bitbucket-theme.bitbucket-theme-next > #page #content .content-body {
  border-bottom: none;
}
.bitbucket-theme.bitbucket-theme-next > #page #content .aui-page-panel-content {
  padding: 16px;
}
.bitbucket-theme.bitbucket-theme-next > #page #content .aui-page-panel-inner {
  min-height: unset;
}
.bitbucket-theme .aui-page-header-main.entity-item h1 {
  display: inline-block;
}
.bitbucket-theme .aui-page-header-main.entity-item h1 + .aui-button {
  margin-bottom: -1px;
  margin-left: 10px;
  vertical-align: text-bottom;
}
.bitbucket-theme:not(.aui-page-focused) #content > header {
  background-color: #FFFFFF;
}
.bitbucket-theme #content > header {
  box-sizing: border-box;
}
.bitbucket-theme #content > header .aui-group-split {
  margin-top: 0;
}
.bitbucket-theme #content > header + .horizontal-tabs {
  margin-top: 0;
}
.bitbucket-theme #content > .content-body .aui-page-header h1 {
  display: block;
}
.bitbucket-theme #content .no-more-results {
  text-align: center;
  color: #5E6C84;
}
.bitbucket-theme #content .aui-page-panel-inner {
  min-height: 75vh;
}
.bitbucket-theme #content .aui-page-panel:focus,
.bitbucket-theme #content:focus {
  outline: none;
}
.bitbucket-theme #content table.aui > tbody > tr:hover,
.bitbucket-theme .aui-dialog2 table.aui > tbody > tr:hover {
  background-color: #EBECF0;
}
.bitbucket-theme #content table.aui > tbody > tr,
.bitbucket-theme .aui-dialog2 table.aui > tbody > tr,
.bitbucket-theme #content table.aui > tfoot > tr,
.bitbucket-theme .aui-dialog2 table.aui > tfoot > tr {
  border-color: #DFE1E6;
}
.bitbucket-theme #content table.aui td.empty-field,
.bitbucket-theme .aui-dialog2 table.aui td.empty-field {
  color: #7A869A;
}
.bitbucket-theme #content table.aui > thead,
.bitbucket-theme .aui-dialog2 table.aui > thead {
  border-bottom: 2px solid #EBECF0;
  color: #7A869A;
}
.bitbucket-theme.aui-page-focused #content .aui-page-panel-inner {
  min-height: 0;
}
.bitbucket-theme > #page {
  min-width: 100%;
  min-height: 100%;
}
.bitbucket-theme #header {
  z-index: 500;
}
.bitbucket-theme #footer .footer-body {
  width: auto;
}
.bitbucket-theme .aui-dd-parent .aui-dropdown,
.bitbucket-theme .aui-dropdown,
.bitbucket-theme .aui-dd-parent .aui-shadow-parent {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.bitbucket-theme .tabs-menu .aui-dropdown {
  border-color: #ccc;
  margin-left: -1px;
  margin-top: 0;
}
.bitbucket-theme .aui-dropdown2 {
  z-index: 10;
}
.bitbucket-theme .aui-dropdown2.select2-drop {
  z-index: 9999;
}
.bitbucket-theme h3.entity-empty {
  text-align: center;
  color: #5E6C84;
  font-size: 24px;
  padding: 10px 0;
  font-weight: normal;
}
.bitbucket-theme table tr.no-results-row td {
  color: #7A869A;
}
.bitbucket-theme table tr.no-results-row:hover {
  background-color: transparent;
}
.bitbucket-theme kbd {
  background-clip: padding-box;
  border-radius: 4px;
  font-size: 11px;
  border: 1px solid #ccc;
  background-color: #F4F5F7;
  padding: 2px 4px;
}
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[disabled],
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[disabled]:hover,
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[disabled]:focus,
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[disabled]:active,
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[aria-disabled='true'],
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[aria-disabled='true']:hover,
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[aria-disabled='true']:focus,
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[aria-disabled='true']:active {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(top, #fff 0%, #f2f2f2 100%);
  /* W3C */
  border-color: #ccc;
  box-shadow: none;
  color: #999;
  cursor: default;
  text-shadow: none;
}
.bitbucket-theme a.secondary-link {
  color: #5E6C84;
}
.bitbucket-theme .aui-tabs {
  line-height: 1.42858;
}
.bitbucket-theme .aui-banner.aui-banner-warning {
  background-color: #FFAB00;
  color: #172B4D;
  /* These two styles are copied from #aui.icon-glyph() to allow us to get the right colors */
}
.bitbucket-theme .aui-banner.aui-banner-warning:before {
  background-color: #0065FF;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.bitbucket-theme .aui-banner.aui-banner-warning:after {
  color: #FFFFFF;
  font-family: 'FontAwesome';
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  left: 12px;
  line-height: 1;
  margin-top: -8px;
  position: absolute;
  speak: none;
  top: 50%;
}
.bitbucket-theme .aui-banner.aui-banner-warning:after {
  content: '\f15a';
  color: #172B4D;
}
.bitbucket-theme .aui-banner.aui-banner-warning:before {
  background-color: #FFAB00;
}
.bitbucket-theme .aui-banner.aui-banner-warning a,
.bitbucket-theme .aui-banner.aui-banner-warning a:link,
.bitbucket-theme .aui-banner.aui-banner-warning a:visited {
  color: #172B4D;
  text-decoration: underline;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:keyboard-shortcuts', location = '/static/bitbucket/internal/widget/keyboard-shortcuts/keyboard-shortcuts.less' */
.keyboard-shortcut-context {
  margin-bottom: 30px;
}
.keyboard-shortcut-context dl {
  line-height: 20px;
}
.keyboard-shortcut-context dt,
.keyboard-shortcut-context dd {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
.keyboard-shortcut-context dt {
  width: 190px;
  margin-right: 10px;
}
.keyboard-shortcut-context dd {
  margin: 0;
}
.keyboard-shortcut-context dd.separator {
  white-space: pre-wrap;
}
.keyboard-shortcut-context kbd {
  min-height: 21px;
  min-width: 21px;
  margin: 0 2px;
  padding: 0 5px;
  text-transform: uppercase;
  color: #172B4D;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #f9f9f9;
  font-family: sans-serif;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-clip: padding-box;
  border-radius: 3px;
}
#keyboard-shortcut-dialog .keyboard-shortcut-help {
  outline: none;
}
#keyboard-shortcut-dialog .aui-group > .aui-item:first-child {
  padding-right: 20px;
}
#keyboard-shortcut-dialog .dialog-panel-body h3 {
  border-bottom: 1px solid #DFE1E6;
  padding-bottom: 5px;
}
#keyboard-shortcut-dialog .disable-shortcuts-help {
  margin-bottom: 20px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:base-layout', location = '/static/bitbucket/internal/layout/base/baseLayout-dialogs.less' */
/* @aui-override AUI Dialog with Red headers for errors and confirmation of destructive actions */
.aui-dialog h2.dialog-title.warning-header,
.aui-dialog h2.dialog-title.error-header {
  background-color: #FF5630;
  color: #FFFFFF;
}
.aui-dialog .dialog-button-panel.disabled .button-panel-link {
  color: #d0d0d0;
}
.aui-dialog .dialog-button-panel.disabled .button-panel-link:hover {
  text-decoration: none;
  cursor: default;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:base-layout', location = '/static/bitbucket/internal/layout/base/dropdown-typography-overrides.less' */
/* https://studio.atlassian.com/browse/AJS-794 */
#header .primary .aui-dropdown > ol,
#header .secondary .aui-dropdown > ol {
  margin-top: 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:base-layout', location = '/static/bitbucket/internal/layout/base/baseLayout.less' */
button {
  margin: 0;
  font-family: inherit;
}
form.aui legend,
form.aui label {
  color: #7A869A;
}
form.aui div.description {
  color: #505F79;
}
form.aui .text,
form.aui .password,
form.aui .textarea,
form.aui .select,
form.aui .multi-select,
form.aui .aui-select2-container .select2-choices {
  border-color: #DFE1E6;
}
body,
body.aui-page-fixed,
body.aui-page-hybrid {
  --aui-body-background: #FFFFFF;
}
body.aui-page-focused,
body.aui-page-notification {
  --aui-body-background: #F4F5F7;
}
.aui-button.aui-button-primary[aria-disabled='true'][busy],
.aui-button.aui-button-primary[aria-disabled='true'][busy]:active,
.aui-button.aui-button-primary[aria-disabled='true'][busy]:hover,
.aui-button.aui-button-primary[aria-disabled='true'][busy]:focus,
.aui-button.aui-button-primary[aria-disabled='true'][busy]:visited {
  background-color: #0052CC;
}
.aui-datepicker-dialog .aui-datepicker-hint {
  box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .aui-datepicker-dialog .aui-datepicker-hint {
    box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.13), 1px 0 1px rgba(9, 30, 66, 0.13), -1px 0 1px rgba(9, 30, 66, 0.13), 0 -1px 1px rgba(9, 30, 66, 0.13);
  }
}
.aui-dialog,
aui-dialog2 {
  box-shadow: 0 8px 16px -4px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .aui-dialog,
  aui-dialog2 {
    box-shadow: 0 8px 16px -4px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.13), 1px 0 1px rgba(9, 30, 66, 0.13), -1px 0 1px rgba(9, 30, 66, 0.13), 0 -1px 1px rgba(9, 30, 66, 0.13);
  }
}
.aui-select2-container .select2-choices .select2-search-choice-focus {
  border-color: #0065FF;
}
.select2-with-searchbox .select2-input:focus {
  box-shadow: 0 0 0 2px rgba(38, 132, 255, 0.6);
}
.aui-header .aui-header-secondary .aui-icon {
  --aui-icon-size: 16px;
}
.aui-header .aui-header-before {
  margin-right: 0;
}
.aui-header .aui-quicksearch {
  margin: 0 10px;
}
.app-switcher-trigger > .aui-icon {
  padding: 5px;
}
.aui-select2-drop .select2-results .select2-no-results:not(:only-child) {
  display: none;
}
.tipsy {
  font-size: 12px;
  position: absolute;
  padding: 5px;
  word-wrap: break-word;
  z-index: 100000;
}
.tipsy .tipsy-inner {
  background-color: #172B4D;
  color: #FFFFFF;
  max-width: 420px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  border-radius: 3px;
}
.tipsy .tipsy-arrow {
  display: none;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bitbucket-theme .aui-message p.scm-command,
.bitbucket-theme .scm-command {
  font-family: monospace;
  margin-top: 16px;
  word-wrap: break-word;
}
.bitbucket-theme.scrolling-forwarded #page {
  position: fixed;
  min-width: 1004px;
}
.bitbucket-theme.scrolling-forwarded .aui-page-panel-content {
  padding-bottom: 0;
}
.aui-page-focused .aui-page-panel {
  margin-top: 50px;
}
.aui-page-focused .aui-page-panel p:last-child {
  margin-bottom: 20px;
}
.aui-page-hybrid #content > .aui-page-header {
  padding-left: 0;
  padding-right: 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:base-layout', location = '/static/bitbucket/internal/layout/base/stash-fields.less' */
/* Copied from form.css so that we can gain the input styles of ADG without the form.aui - AUI-1617 */
.stash-text {
  border: 1px solid #ccc;
  border-radius: 3.01px;
  box-shadow: inset 0 1px 3px #ccc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: inherit;
  margin: 0;
  max-width: 250px;
  vertical-align: baseline;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:base-layout', location = '/static/bitbucket/internal/layout/base/dropdown-aui-tabs-overrides.less' */
.bitbucket-theme .aui-tabs > ul.tabs-menu.tabs-web-section {
  overflow: visible;
}
.bitbucket-theme .aui-tabs > ul.tabs-menu.tabs-web-section .menu-item {
  cursor: pointer;
}
.bitbucket-theme .aui-tabs > ul.tabs-menu.tabs-web-section .menu-item:hover {
  color: black;
}
.bitbucket-theme .aui-tabs > ul.tabs-menu.tabs-web-section:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.bitbucket-theme #content > .aui-tabs.horizontal-tabs > ul.tabs-menu.tabs-web-section > li.menu-item .aui-dropdown a {
  background: #ffffff;
  border-color: transparent;
  padding: 2px 2em 2px 0.5em;
  line-height: 1.5;
  background-clip: padding-box;
  border-radius: 0;
}
.bitbucket-theme #content > .aui-tabs.horizontal-tabs > ul.tabs-menu.tabs-web-section > li.menu-item .aui-dropdown li:hover a {
  color: #15518f;
  background-color: #e2effa;
  cursor: pointer;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:base-layout', location = '/static/bitbucket/internal/layout/base/baseLayout-notifications.less' */
/* header notifications*/
.bitbucket-theme #header > .notifications > div,
.bitbucket-theme #footer > .notifications > div {
  clear: both;
}
.bitbucket-theme #header > .notifications > div + div,
.bitbucket-theme #footer > .notifications > div + div {
  border-top: 0;
}
.bitbucket-theme #footer > .notifications > div {
  margin-bottom: 4px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:focused-layout', location = '/static/bitbucket/internal/layout/focused/focused.less' */
#content > .aui-page-header:first-child h1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content > .aui-page-header:first-child + .aui-page-panel {
  margin-top: 0;
}
.aui-page-focused .aui-page-panel {
  border: none;
  margin-bottom: 20px;
}
.aui-page-focused .aui-page-panel .aui-page-panel-content {
  box-shadow: 0 1px 1px rgba(9, 30, 66, 0.13), 0 0 0 1px rgba(9, 30, 66, 0.08);
  border: none;
  border-radius: 3px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .aui-page-focused .aui-page-panel .aui-page-panel-content {
    box-shadow: 0 1px 1px rgba(9, 30, 66, 0.13), 0 0 1px rgba(9, 30, 66, 0.13), 1px 0 1px rgba(9, 30, 66, 0.13), -1px 0 1px rgba(9, 30, 66, 0.13), 0 -1px 1px rgba(9, 30, 66, 0.13);
  }
}
.aui-page-focused .aui-page-panel .aui-page-panel-content > h2:first-of-type,
.aui-page-focused .aui-page-panel .aui-page-panel-content > form.aui:last-of-type .buttons-container {
  border: none;
  padding: 0;
}
.aui-page-focused .aui-page-panel .aui-page-panel-content > form.aui:last-of-type .buttons-container {
  text-align: right;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:icons', location = '/static/bitbucket/internal/images/icons/icons.less' */
.icon-repository {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:icons/icons/icon-repository.svg');
}
.icon-search {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:icons/icons/icon-search.svg');
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons', location = '/static/bitbucket/internal/widget/icons/icons.less' */
.icon-file-commented {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:icons/icons/icon-file-commented.svg');
}
.icon-file-added {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/svg/file-added.svg');
  background-size: 100%;
}
.icon-file-conflicted {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/svg/file-conflicted.svg');
  background-size: 100%;
}
.icon-file-copied {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/svg/file-copied.svg');
  background-size: 100%;
}
.icon-file-modified {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/svg/file-modified.svg');
  background-size: 100%;
}
.icon-file-moved {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/svg/file-moved.svg');
  background-size: 100%;
}
.icon-file-renamed {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/svg/file-renamed.svg');
  background-size: 100%;
}
.icon-file-removed {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/svg/file-removed.svg');
  background-size: 100%;
}
.icon-file-unknown {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/svg/file-unknown.svg');
  background-size: 100%;
}
.icon-folder-closed {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/svg/folder-closed.svg');
  background-size: 100%;
}
.icon-folder-opened {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/svg/folder-opened.svg');
  background-size: 100%;
}
.icon-chevron-up {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/svg/chevron-up.svg');
  background-size: 100%;
}
.icon-chevron-double-up {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/svg/chevron-double-up.svg');
  background-size: 100%;
}
.icon-chevron-triple-up {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/svg/chevron-triple-up.svg');
  background-size: 100%;
}
.icon-warning {
  background-image: url('/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/../com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:react-icons/svg/warning.svg');
  background-size: 100%;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:bbui-aui-react', location = '/static/bitbucket/internal/bbui/aui-react/avatar.less' */
.avatar-with-name .aui-avatar {
  margin-right: 10px;
  vertical-align: middle;
}
.aui-avatar-badged {
  position: relative;
  vertical-align: middle;
}
.aui-avatar-badged .badge.badge-hidden {
  opacity: 0;
  transform: scale(0);
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:bbui-aui-react', location = '/static/bitbucket/internal/bbui/aui-react/form.less' */
.field-group.aui-react-text-field .warning {
  color: #FF8B00;
  display: flex;
  margin: 5px 0 0;
}
.field-group.aui-react-text-field .warning ul {
  margin: 0;
}
.field-group.aui-react-text-field .aui-icon {
  min-width: 16px;
  margin-right: 5px;
}
.field-group.aui-react-text-field input.text.error-outline {
  border: 2px solid #FF5630;
}
.field-group.aui-react-text-field input.text.warning-outline {
  border: 2px solid #FF8B00;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:repository-search-results', location = '/static/bitbucket/internal/feature/repository/search-results/search-results.less' */
.repository-list-container.recent-repositories-section {
  padding-bottom: 3px;
}
.repository-list-container h4 {
  margin: 10px 0;
}
.repository-list-container h4.title {
  text-transform: uppercase;
  font-size: 12px;
  color: #6B778C;
  margin-top: 0;
}
.repository-list-container h4.results {
  font-weight: normal;
  font-size: 14px;
  color: #5E6C84;
  margin-top: 0;
}
.repository-list-container h4.results strong {
  color: #172B4D;
}
.repository-list-container .search-results-container {
  list-style: none;
  margin: 0;
  padding: 0;
}
.repository-list-container .search-results-container .search-results-item.focused {
  border-left-color: #0065FF;
  background: #F4F5F7;
}
.repository-list-container .search-results-container .search-results-item .aui-avatar {
  margin-right: 5px;
}
.repository-list-container .search-results-container .search-results-item > a,
.repository-list-container .search-results-container .search-results-item > span {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  color: #172B4D;
}
.repository-list-container .search-results-container .search-results-item > a:active,
.repository-list-container .search-results-container .search-results-item > span:active {
  background-color: #DEEBFF;
}
.repository-list-container .search-results-container .search-results-item > a > .item-wrapper,
.repository-list-container .search-results-container .search-results-item > span > .item-wrapper {
  display: block;
  flex: 1;
  line-height: 16px;
  overflow: hidden;
}
.repository-list-container .search-results-container .search-results-item > a > .item-wrapper > .item-name,
.repository-list-container .search-results-container .search-results-item > span > .item-wrapper > .item-name {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.42857143;
  font-weight: 600;
}
.repository-list-container .search-results-container .search-results-item > a > .item-wrapper > .item-description,
.repository-list-container .search-results-container .search-results-item > span > .item-wrapper > .item-description {
  font-size: 12px;
  color: #5E6C84;
  margin-top: -2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.repository-list-container .search-results-container .search-results-item > a .item-lozenge,
.repository-list-container .search-results-container .search-results-item > span .item-lozenge {
  margin-left: 10px;
}
.repository-list-container .search-results-container .search-results-item > a:focus,
.repository-list-container .search-results-container .search-results-item > a:hover {
  background-color: #F4F5F7;
  text-decoration: none;
  color: #172B4D;
}
.repository-list-container .search-results-container .search-results-item .term-highlight {
  font-weight: bold;
  background: none;
  color: inherit;
}
.repository-list-container + .load-more-button {
  width: 100%;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:project-avatar', location = '/static/bitbucket/internal/feature/project/project-avatar/project-avatar.less' */
/* @aui-override  */
.aui-avatar-project {
  box-shadow: none;
}
.aui-avatar-project:before {
  border: 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:repository-item', location = '/static/bitbucket/internal/feature/repository/repository-item/repository-item.less' */
.repository-item .aui-avatar {
  margin-right: 5px;
  vertical-align: middle;
}
.repository-item .aui-avatar,
.repository-item .repository-separator {
  flex: none;
}
.repository-item .project-name,
.repository-item .name {
  flex: 0 1 auto;
  max-width: 150px;
}
.repository-item .project-name {
  min-width: 20px;
}
.repository-item .project-name {
  color: #5E6C84;
  margin-right: 5px;
}
.repository-item .separator {
  color: #5E6C84;
  margin-right: 8px;
  /** extra right padding to balance any space on left caused by ellipses */
}
.repository-item:hover .project-name,
.repository-item:hover .separator {
  color: #FFFFFF;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:repository-menu-items', location = '/static/bitbucket/internal/feature/repository/menu-items/repository-menu-items.less' */
.repository-menu-item {
  /** for the loading and the error messages displayed in the menu */
  /** -- Spacing and colouring -- */
}
.repository-menu-item > span {
  padding: 7px 8px 6px;
  display: block;
}
.repository-menu-item > a > span {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.repository-menu-item .active .project-name,
.repository-menu-item .active .separator {
  color: #FFFFFF;
}
.repository-menu-item mark {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:recent-repositories-menu-resources', location = '/static/bitbucket/internal/layout/base/menu/repositories/recent.less' */
.bitbucket-theme .recent-repositories-menu {
  max-width: 421px;
  min-width: 320px;
}
.bitbucket-theme .recent-repositories-menu li {
  margin-bottom: 0;
}
.bitbucket-theme .recent-repositories-menu .public-repo-list-link-section {
  margin: 0 10px;
}
.bitbucket-theme .recent-repositories-menu .public-repo-list-link-section > ul {
  margin: 0 -10px;
}
.bitbucket-theme .recent-repositories-menu .public-repo-list-link-section .public-repos-link.icon-repository,
.bitbucket-theme .recent-repositories-menu .public-repo-list-link-section .public-repos-link.icon-repository:hover {
  display: flex;
  background-repeat: no-repeat;
  background-position: 15px 8px;
  padding: 10px;
  padding-left: 46.5px;
  color: #172B4D;
}
.bitbucket-theme .recent-repositories-menu .loading-recent-repos,
.bitbucket-theme .recent-repositories-menu .no-recent-repos,
.bitbucket-theme .recent-repositories-menu .loading-recent-repos-failed {
  display: block;
  padding: 5px 20px;
}
.bitbucket-theme .recent-repositories-menu.aui-dropdown2 .aui-dropdown2-heading {
  padding-top: 10px;
}
.bitbucket-theme .recent-repositories-menu.aui-dropdown2 ul.repository-list li a {
  color: #172B4D;
}
.bitbucket-theme .recent-repositories-menu.aui-dropdown2 ul.repository-list li a:focus,
.bitbucket-theme .recent-repositories-menu.aui-dropdown2 ul.repository-list li a:hover {
  background-color: #F4F5F7;
  color: #172B4D;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:alerts-dialog', location = '/static/bitbucket/internal/feature/alerts/alerts.less' */
#alerts-trigger.alerts-menu.error {
  background-color: #FF5630;
}
#alerts-trigger.alerts-menu.warning {
  background-color: #FFAB00;
}
#alerts-trigger.alerts-menu .alerts-count {
  margin-left: 5px;
}
.alerts-empty {
  text-align: center;
}
.alerts-empty p {
  color: #5E6C84;
}
.alerts-empty .empty-img {
  background-size: 150px 150px;
  background: url(/s/-1760300107/a32078a/n1cn5w/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:alerts-dialog/images/empty-state.svg) no-repeat center;
  height: 150px;
  margin: 50px 0;
  opacity: 0.5;
}
#alerts-content {
  width: 400px;
}
.bitbucket-alerts {
  max-height: inherit;
  overflow-y: auto;
}
.bitbucket-alerts .alerts-list {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}
.bitbucket-alerts .alerts-list .aui-message {
  background: #FFFFFF;
  max-width: 340px;
  border: 0;
  margin: 0;
  padding-top: 0;
  padding-left: 40px;
}
.bitbucket-alerts .alerts-list .aui-message p {
  margin: 0;
}
.bitbucket-alerts .alerts-list .aui-message .close-alert-button {
  top: 0;
}
.bitbucket-alerts .alerts-list .aui-message:before {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.bitbucket-alerts .alerts-list .aui-message:after {
  margin-top: 0;
  top: 7px;
  left: 7px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:inbox-dialog', location = '/static/bitbucket/internal/feature/inbox/inbox.less' */
#inbox-trigger {
  position: relative;
}
#inbox-trigger aui-badge {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  background-color: #DE350B;
  color: #FFFFFF;
  padding: 3px 2px 2px 2px;
  position: absolute;
  right: 3px;
  top: 4px;
}
#inbox-trigger aui-badge.visible {
  opacity: 1;
}
#inline-dialog-inbox-pull-requests-content {
  width: 800px;
}
#inline-dialog-inbox-pull-requests-content .aui-inline-dialog-contents {
  display: flex;
  padding: 0;
  min-height: 240px;
}
#inline-dialog-inbox-pull-requests-content #inbox-wrapper {
  flex: 1;
}
#inline-dialog-inbox-pull-requests-content aui-spinner {
  margin: auto;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:commit-preview', location = '/static/bitbucket/internal/widget/commit-preview/commit-preview.less' */
.commit-preview-tipsy .tipsy-inner {
  white-space: pre-wrap;
  text-align: left;
  font-family: monospace;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-webpack-INTERNAL:bbui-avatars', location = '/static/bitbucket/internal/bbui/avatars/avatars.less' */
.avatar-with-name .aui-avatar {
  margin-right: 10px;
}
.avatar-with-name .aui-avatar.aui-avatar-xsmall {
  margin-right: 5px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-search:quick-search-client-resources', location = '/bitbucket-plugin-search/internal/feature/quick-search/quick-search.less' */
.aui-quicksearch.loading:before {
  content: '';
}
.aui-quicksearch .quick-search-trigger #quick-search {
  width: 320px;
}
.aui-quicksearch .quick-search-trigger #quick-search + aui-spinner {
  position: absolute;
  left: 5px;
  top: 5px;
  color: #FFFFFF;
}
#quick-search-dialog {
  background-color: #FFFFFF;
  border: 1px solid #DFE1E6;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  margin: 10px 0;
  width: 320px;
}
#quick-search-dialog .quick-search-results .section-title {
  text-transform: uppercase;
  font-size: 12px;
  color: #5E6C84;
  font-weight: 600;
}
#quick-search-dialog .quick-search-results .repository-heading {
  padding: 10px;
  padding-bottom: 5px;
  margin: 0;
  position: relative;
}
#quick-search-dialog .quick-search-results .repository-heading aui-badge {
  position: absolute;
  top: 10px;
  right: 10px;
}
#quick-search-dialog .quick-search-results .code a,
#quick-search-dialog .quick-search-results .count a {
  color: #172B4D;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
}
#quick-search-dialog .quick-search-results .code:hover,
#quick-search-dialog .quick-search-results .count:hover {
  background-color: #F4F5F7;
}
#quick-search-dialog .quick-search-results .code.focused,
#quick-search-dialog .quick-search-results .count.focused {
  background: #F4F5F7;
}
#quick-search-dialog .quick-search-results .count {
  margin-bottom: 0;
}
#quick-search-dialog .quick-search-results .count a {
  padding: 10px;
}
#quick-search-dialog .quick-search-results .count .aui-icon {
  width: 32px;
  height: 24px;
  background-position: center;
  margin-right: 5px;
}
#quick-search-dialog .quick-search-results .count:before {
  content: '';
  height: 0;
  width: 300px;
  display: block;
  margin: 0 10px;
  border-top: 1px solid #DFE1E6;
}
#quick-search-dialog .quick-search-results .code:after {
  clear: both;
  content: ' ';
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
}
#quick-search-dialog .quick-search-results .code .context {
  padding-bottom: 10px;
  position: relative;
}
#quick-search-dialog .quick-search-results .code .context .aui-avatar {
  margin-right: 10px;
  vertical-align: middle;
}
#quick-search-dialog .quick-search-results .code .context .aui-button {
  position: absolute;
  right: 10px;
  top: 14px;
}
#quick-search-dialog .quick-search-results .code .aui-iconfont-search {
  color: #7A869A;
  margin: 0 12px 0 8px;
  width: 16px;
  align-self: center;
}
#quick-search-dialog .quick-search-results .code .code-search-hint {
  display: flex;
  width: 100%;
}
#quick-search-dialog .quick-search-results .code .code-search-hint .aui-icon {
  flex: 0 0 auto;
}
#quick-search-dialog .quick-search-results .code .code-search-hint-text {
  flex: 1;
  display: flex;
  overflow: hidden;
}
#quick-search-dialog .quick-search-results .code .code-search-hint-text > .start,
#quick-search-dialog .quick-search-results .code .code-search-hint-text > .end {
  flex: 0 0 auto;
}
#quick-search-dialog .quick-search-results .code .code-search-hint-text > .terms {
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#quick-search-dialog .quick-search-results .code .context.hidden + .code-search-hint {
  padding-top: 10px;
}
#quick-search-dialog .quick-search-results .code .terms {
  font-weight: bold;
}
#quick-search-dialog .quick-search-results .repository {
  margin-bottom: 0;
}
#quick-search-dialog .quick-search-results .repository strong {
  font-weight: normal;
}
#quick-search-dialog .quick-search-error .content {
  padding: 20px;
  min-height: 48px;
}
#quick-search-dialog .quick-search-error .content .warning-icon {
  width: 48px;
  height: 48px;
  background: url(/s/-1760300107/a32078a/n1cn5w/7.21.23/_/download/resources/com.atlassian.bitbucket.server.bitbucket-search:quick-search-client-resources/images/search-warning.svg) center no-repeat;
  float: left;
}
#quick-search-dialog .quick-search-error .content .warning-icon:after {
  clear: both;
}
#quick-search-dialog .quick-search-error .content .error-text {
  margin-top: 4px;
  padding-left: 10px;
}
#quick-search-dialog .quick-search-error .content .error-text .error-text-primary {
  font-weight: bold;
  color: #172B4D;
}
#quick-search-dialog .quick-search-error .content .error-text .error-text-secondary {
  color: #5E6C84;
}
#quick-search-dialog .quick-search-error .content .error-text .error-text-primary,
#quick-search-dialog .quick-search-error .content .error-text .error-text-secondary {
  margin-left: 48px;
}
#quick-search-dialog .quick-search-error .footer {
  display: none;
  background-color: #F4F5F7;
  padding: 10px;
  font-size: 12px;
  color: #5E6C84;
}

/* module-key = 'com.atlassian.auiplugin:split_aui.deprecated.component.dialog1', location = 'aui.deprecated.component.dialog1.css' */
.aui-dialog-shadow-parent{position:fixed;overflow:hidden;left:50%;top:50%}.aui-popup{background-color:var(--aui-dialog-bg-color);left:50%;position:fixed;top:50%;z-index:2600}.aui-dialog{box-shadow:0 8px 16px -4px var(--aui-shadow2),0 0 1px var(--aui-shadow2);background:var(--aui-dialog-bg-color);border:1px solid var(--aui-dialog-border-color);border-radius:3px;overflow:hidden}@supports (-ms-accelerator:true) or (-ms-ime-align:auto){.aui-dialog{box-shadow:0 8px 16px -4px var(--aui-shadow2),0 0 1px var(--aui-shadow1),1px 0 1px var(--aui-shadow1),-1px 0 1px var(--aui-shadow1),0 -1px 1px var(--aui-shadow1)}}.aui-dialog .dialog-blanket{position:absolute;top:0;left:0;opacity:.2;background:var(--aui-blanket)}.aui-dialog .dialog-title{border-bottom:2px solid var(--aui-dialog-border-color);box-sizing:border-box;height:62px;padding:15px 20px;margin:0;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.aui-dialog h2.dialog-title{font-size:20px;font-weight:500;line-height:1.5;letter-spacing:-.008em;text-transform:none;color:var(--aui-body-text)}.aui-dialog .dialog-page-menu{background:var(--aui-dialog-bg-color);border-right:1px solid var(--aui-dialog-border-color);box-sizing:border-box;float:left;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:10px 10px 20px;width:25%}.aui-dialog .dialog-page-menu li.page-menu-item{display:flex;margin:0;padding:0}.aui-dialog .dialog-page-menu li.page-menu-item button.item-button{border-radius:var(--aui-item-border-radius,3px);box-sizing:initial;display:block;line-height:1.14285714;padding:7px 10px;background-color:var(--aui-item-bg,transparent);color:var(--aui-item-text,var(--aui-body-text));background:none;border:0;cursor:pointer;font-family:inherit;font-size:inherit;text-align:left;text-decoration:none;width:100%}.aui-dialog .dialog-page-menu li.page-menu-item button.item-button:focus,.aui-dialog .dialog-page-menu li.page-menu-item button.item-button:hover{background-color:var(--aui-item-focus-bg);color:var(--aui-item-focus-text,inherit)}.aui-dialog .dialog-page-menu li.page-menu-item.selected button.item-button{background-color:var(--aui-item-selected-bg);color:var(--aui-item-selected-text);font-weight:500}.aui-dialog .dialog-page-menu li.page-menu-item.selected button.item-button:active,.aui-dialog .dialog-page-menu li.page-menu-item button.item-button:active{background-color:var(--aui-item-active-bg);color:var(--aui-item-active-text)}.aui-dialog .dialog-page-body{background:var(--aui-dialog-bg-color)}.aui-dialog .dialog-panel-body{box-sizing:border-box;overflow:auto;padding:20px}.aui-dialog .dialog-panel-body>:first-child{margin-top:0}.aui-dialog .dialog-button-panel{border-top:2px solid var(--aui-dialog-border-color);box-sizing:border-box;height:52px;padding:10px;clear:both;overflow:hidden;text-align:right;width:100%}.aui-dialog .dialog-button-panel button.button-panel-button{box-sizing:border-box;transition:background-color .1s ease-out;border-radius:3.01px;border-style:solid;border-width:1px;cursor:pointer;font-family:inherit;font-size:14px;font-variant:normal;font-weight:400;background-image:none;background-color:var(--aui-btn-bg);border:1px solid var(--aui-btn-border);color:var(--aui-btn-text);--aui-btn-bg:var(--aui-button-default-bg-color);--aui-btn-border:var(--aui-button-default-border-color,transparent);--aui-btn-text:var(--aui-button-default-text-color);text-decoration:none;line-height:20px;padding:4px 10px;vertical-align:initial}.aui-dialog .dialog-button-panel button.button-panel-button:focus,.aui-dialog .dialog-button-panel button.button-panel-button:hover{--aui-btn-bg:var(--aui-button-default-hover-bg-color);--aui-btn-text:var(--aui-button-default-text-color)}.aui-dialog .dialog-button-panel button.button-panel-button:active{--aui-btn-bg:var(--aui-button-default-active-bg-color);--aui-btn-text:var(--aui-button-default-active-text-color)}.aui-dialog .dialog-button-panel a.button-panel-link{--aui-btn-bg:transparent;--aui-btn-border:transparent;--aui-btn-text:var(--aui-link-color);cursor:pointer;-webkit-text-decoration:var(--aui-link-decoration,none);text-decoration:var(--aui-link-decoration,none);display:inline-block;padding:5px 0}.aui-dialog .dialog-button-panel a.button-panel-link:focus,.aui-dialog .dialog-button-panel a.button-panel-link:hover{--aui-btn-bg:transparent;--aui-btn-text:var(--aui-link-hover-color);-webkit-text-decoration:var(--aui-link-hover-decoration,underline);text-decoration:var(--aui-link-hover-decoration,underline)}.aui-dialog .dialog-button-panel a.button-panel-link:active{--aui-btn-bg:transparent;--aui-btn-text:var(--aui-link-active-color);-webkit-text-decoration:var(--aui-link-active-decoration,none);text-decoration:var(--aui-link-active-decoration,none)}.aui-dialog .dialog-button-panel a.button-panel-link,.aui-dialog .dialog-button-panel button.button-panel-button{margin:0 10px 0 0}.aui-dialog .dialog-button-panel a.button-panel-link.left,.aui-dialog .dialog-button-panel button.button-panel-button.left{float:left;margin:0 0 0 10px}
/* module-key = 'com.atlassian.plugins.atlassian-nav-links-plugin:rotp-projectshortcuts', location = 'projectshortcuts/projectshortcuts.css' */
.dialog-panel-body .projectshortcuts-heading{color:#707070;font-size:1em;font-weight:bold;margin:20px 0 0;text-transform:uppercase}.projectshortcut-links{color:#707070;list-style:none;margin:10px 0 0;padding:0}.projectshortcut-links>li{display:inline-block;margin-top:10px}.projectshortcut-links>li:after{content:"\2022";margin:0 10px}.projectshortcut-links>.last:after{content:normal;margin:0}.projectshortcuts-heading+.projectshortcut-links{margin-top:0}.projectshortcuts-loading{padding-bottom:48px;position:relative;text-align:center}.projectshortcuts-loading:after{bottom:0;content:url(data:image/gif;base64,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);left:50%;margin-left:-8px;position:absolute}.aui-dialog #projectShortcutsContent{padding-left:11px}.project-shortcut-dialog-trigger{cursor:pointer;float:left;position:relative}.project-shortcut-dialog-trigger:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAJFBMVEX///////9dXV3W1tZ6enplZWXLy8utra3g4OD09PSOjo6EhISIeIDmAAAAAXRSTlMAQObYZgAAAGJJREFUeNplT9sOQCEIMsjs8v//e45aW1u8aMACJTDxY8pBRTXS/pFv1VYCTTV07WWjq3vQfAXoHois6hqTKHUJzJdBDp8GSWVsBw/Bi7CbMLyfZixPbBbLlCj2VH+Pe87/AEwfAnbLq1BrAAAAAElFTkSuQmCC) no-repeat 0 0;content:"";display:none;top:0;left:0;height:16px;width:16px;position:absolute}.project-shortcut-dialog-trigger:hover:after{display:block}.project-shortcut-helptip h3{font-size:19px;line-height:1.2106;margin-top:0}.project-dialog-header-wrapper .project-header{border-bottom:1px solid #CCC;padding:10px 0 14px 15px;background-color:#f2f2f2;margin:0;height:48px}.project-dialog-header-wrapper .project-header img{height:48px;width:48px;-webkit-border-radius:50%;border-radius:50%}#project-shortcuts-dialog .dialog-panel-body{padding-left:0;padding-right:0;padding-top:0}.project-dialog-header-wrapper h2.dialog-title{border-bottom:0;display:inline-block;vertical-align:top;padding-top:5px;min-width:50%;padding-right:0;padding-left:0;margin-right:18px;margin-left:18px;line-height:48px}.poject-dialog-header-wrapper{padding:20px}.project-dialog-header-wrapper .project-right-column{padding-left:10px}.project-dialog-header-wrapper .project-content-wrapper{padding:20px 60px 20px 85px;color:#333}.project-dialog-header-wrapper .project-heading{background-color:#f2f2f2;padding-top:15px;padding-left:10px;padding-bottom:25px;padding-right:60px}.projectshortcuts-description{padding-top:20px;max-height:72px;overflow:hidden}
/* module-key = 'com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu', location = 'appswitcher/appswitcher.css' */
.nav-link-label,.nav-link-description{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-links .nav-link-description{color:#707070}.nav-links .nav-link-edit{color:#0052cc}.nav-links .active>.nav-link-label,.nav-links .active>.nav-link-description,.nav-links .active>.nav-link-edit{color:inherit}.nav-links .nav-link-edit-wrapper{padding-left:10px!important}#app-switcher{z-index:12000}.app-switcher-trigger.aui-dropdown2-trigger{background:transparent;border:0;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:pointer}.app-switcher-trigger.aui-dropdown2-trigger{height:40px}.app-switcher-trigger.aui-dropdown2-trigger:after{content:normal!important}.app-switcher-trigger>.aui-icon{filter:alpha(opacity=80);opacity:.8}.app-switcher-trigger:hover>.aui-icon,.app-switcher-trigger:active>.aui-icon,.app-switcher-trigger:focus>.aui-icon,.app-switcher-trigger.active>.aui-icon{filter:alpha(opacity=100);opacity:1}.app-switcher-loading{background:no-repeat 10px 50%;background-image:url(data:image/gif;base64,R0lGODlhEAAQAPMPALu7u5mZmTMzM93d3REREQAAAHd3d1VVVWZmZqqqqoiIiO7u7kRERCIiIgARAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAPACwAAAAAEAAQAEAEcPDJtyg6dUrFetDTIopMoSyFcxxD1krD8AwCkASDIlPaUDQLR6G1Cy0SgqIkE1IQGMrFAKCcGWSBzwPAnAwarcKQ15MpTMJYd1ZyUDXSDGelBY0qIoBh/ZoYGgELCjoxCRRvIQcGD1kzgSAgAACQDxEAIfkEBQcADwAsAAAAAA8AEAAABF3wyfkMkotOJpscRKJJwtI4Q1MAoxQ0RFBw0xEvhGAVRZZJh4JgMAEQW7TWI4EwGFjKR+CAQECjn8DoN0kwDtvBT8FILAKJgfoo1iAGAPNVY9DGJXNMIHN/HJVqIxEAIfkEBQcADwAsAAAAABAADwAABFrwyfmColgiydpaQiY5x9Ith7hURdIl0wBIhpCAjKIIxaAUPQ0hFQsAC7MJALFSFi4SgC4wyHyuCYNWxH3AuhSEotkNGAALAPqqkigG8MWAjAnM4A8594vPUyIAIfkEBQcADwAsAAAAABAAEAAABF3wySkDvdKsddg+APYIWrcg2DIRQAcU6DJICjIsjBEETLEEBYLqYSDdJoCGiHgZwG4LQCCRECEIBAdoF5hdEIWwgBJqDs7DgcKyRHZl3uUwuhm2AbNNW+LV7yd+FxEAIfkEBQcACAAsAAAAABAADgAABEYQyYmMoVgeWQrP3NYhBCgZBdAFRUkdBIAUguVVo1ZsWFcEGB5GMBkEjiCBL2a5ZAi+m2SAURExwKqPiuCafBkvBSCcmiYRACH5BAUHAA4ALAAAAAAQABAAAARs0MnpAKDYrbSWMp0xZIvBKYrXjNmADOhAKBiQDF5gGcICNAyJTwFYTBaDQ0HAkgwSmAUj0OkMrkZM4HBgKK7YTKDRICAo2clAEIheKc9CISjEVTuEQrJASGcSBQcSUFEUDQUXJBgDBW0Zj34RACH5BAUHAA8ALAAAAAAQABAAAARf8Mn5xqBYgrVC4EEmBcOSfAEjSopJMglmcQlgBYjE5NJgZwjCAbO4YBAJjpIjSiAQh5ayyRAIDKvJIbnIagoFRFdkQDQKC0RBsCIUFAWsT7RwG410R8HiiK0WBwJjFBEAIfkEBQcADgAsAQABAA8ADwAABFrQybEWADXJLUHHAMJxIDAgnrOo2+AOibEMh1LN62gIxphzitRoCDAYNcNN6FBLShao4WzwHDQKvVGhoFAwGgtFgQHENhoB7nCwHRAIC0EyUcC8Zw1ha3NIRgAAIfkEBQcADwAsAAAAABAAEAAABGDwyfnWoljaNYYFV+Zx3hCEGEcuypBtMJBISpClAWLfWODymIFiCJwMDMiZBNAAYFqUAaNQ2E0YBIXGURAMCo1AAsFYBBoIScBJEwgSVcmP0li4FwcHz+FpCCQMPCFINxEAIfkEBQcADgAsAAABABAADwAABFzQyemWXYNqaSXY2vVtw3UNmROM4JQowKKlFOsgRI6ASQ8IhSADFAjAMIMAgSYJtByxyQIhcEoaBcSiwegpDgvAwSBJ0AIHBoCQqIAEi/TCIAABGhLG8MbcKBQgEQAh+QQFBwAPACwAAAEAEAAPAAAEXfDJSd+qeK5RB8fDRRWFspyotAAfQBbfNLCVUSSdKDV89gDAwcFBIBgywMRnkWBgcJUDKSZRIKAPQcGwYByAAYTEEJAAJIGbATEQ+B4ExmK9CDhBd8ThdHw/AmUYEQAh+QQFBwAPACwAAAEADwAPAAAEXvBJQIa8+ILSspdHkXxS9wxF4Q3L2aTBeC0sFjhAtuyLIjAMhYc2GBgaSKGuyNoBDp7czFAgeBIKwC6kWCAMxUSAFjtNCAAFGGF5tCQLAaJnWCTqHoREvQuQJAkyGBEAOw==);line-height:16px;padding:5px 10px 5px 31px}.app-switcher-error{line-height:16px;padding:5px 10px;white-space:nowrap}.app-switcher-retry{color:#0052cc;cursor:pointer}.app-switcher-retry:hover{text-decoration:underline}
/* module-key = 'com.atlassian.stash.plugin.stash-look-and-feel-plugin:look-and-feel-client-resources', location = '/static/bitbucket-plugin-look-and-feel/internal/feature/common/custom-theme-mixins.less' */

/* module-key = 'com.atlassian.stash.plugin.stash-look-and-feel-plugin:look-and-feel-client-resources', location = '/static/bitbucket-plugin-look-and-feel/internal/feature/common/custom-theme-variables.less' */

/* module-key = 'com.atlassian.stash.plugin.stash-look-and-feel-plugin:look-and-feel-client-resources', location = '/static/bitbucket-plugin-look-and-feel/internal/feature/common/custom-theme.less' */
.look-and-feel-custom-theme .aui-page-panel a:not(.aui-button){color:#42526e}.look-and-feel-custom-theme .aui-page-panel a:not(.aui-button).aui-lozenge-subtle.aui-lozenge-current{color:#0052cc}.look-and-feel-custom-theme .aui-page-panel a:not(.aui-button).aui-lozenge-subtle.aui-lozenge-complete{color:#5243aa}.look-and-feel-custom-theme .aui-page-panel a:not(.aui-button).aui-lozenge-subtle.aui-lozenge-success{color:#00875a}.look-and-feel-custom-theme .aui-page-panel a:not(.aui-button).aui-lozenge-subtle.aui-lozenge-error{color:#de350b}.look-and-feel-custom-theme .aui-page-panel a:not(.aui-button).aui-icon{color:#5e6c84}.look-and-feel-custom-theme .aui-page-panel a:not(.aui-button).aui-icon.build-icon.failed-build-icon{color:#de350b}.look-and-feel-custom-theme .aui-page-panel a:not(.aui-button).aui-icon.build-icon.successful-build-icon{color:#00875a}.look-and-feel-custom-theme .aui-page-panel a:not(.aui-button).aui-icon.build-icon.inprogress-build-icon{color:#5243aa}.look-and-feel-custom-theme .aui-page-panel a:not(.aui-button).ual-help-link{color:#5e6c84}.look-and-feel-custom-theme .aui-page-panel .aui-nav li>a{color:#42526e}.look-and-feel-custom-theme .searchable-selector:not(.repository-search-dialog) .results .result.focused a,.look-and-feel-custom-theme .searchable-selector:not(.repository-search-dialog) .results .result a:hover,.look-and-feel-custom-theme .searchable-selector:not(.repository-search-dialog) .results .result a:active{color:#fff;background-color:#6e83a8}.look-and-feel-custom-theme .searchable-selector:not(.repository-search-dialog) .results .result.focused a .aui-icon,.look-and-feel-custom-theme .searchable-selector:not(.repository-search-dialog) .results .result a:hover .aui-icon,.look-and-feel-custom-theme .searchable-selector:not(.repository-search-dialog) .results .result a:active .aui-icon{color:#fff}.look-and-feel-custom-theme .aui-buttons .aui-button.aui-button-primary{color:#fff;background-color:#42526e}.look-and-feel-custom-theme .aui-buttons .aui-button.aui-button-primary[disabled],.look-and-feel-custom-theme .aui-buttons .aui-button.aui-button-primary[aria-disabled="true"],.look-and-feel-custom-theme .aui-buttons .aui-button.aui-button-primary[disabled]:hover,.look-and-feel-custom-theme .aui-buttons .aui-button.aui-button-primary[aria-disabled="true"]:hover,.look-and-feel-custom-theme .aui-buttons .aui-button.aui-button-primary[disabled]:focus,.look-and-feel-custom-theme .aui-buttons .aui-button.aui-button-primary[aria-disabled="true"]:focus,.look-and-feel-custom-theme .aui-buttons .aui-button.aui-button-primary[disabled]:active,.look-and-feel-custom-theme .aui-buttons .aui-button.aui-button-primary[aria-disabled="true"]:active{color:#fff;background-color:#a4a4a4}.look-and-feel-custom-theme .aui-button.aui-button-link{color:#42526e}.look-and-feel-custom-theme .aui-button.aui-button-link:visited{color:#42526e}.look-and-feel-custom-theme .aui-button.aui-button-primary{color:#fff;background-color:#42526e}.look-and-feel-custom-theme .aui-button.aui-button-primary[disabled],.look-and-feel-custom-theme .aui-button.aui-button-primary[aria-disabled="true"],.look-and-feel-custom-theme .aui-button.aui-button-primary[disabled]:hover,.look-and-feel-custom-theme .aui-button.aui-button-primary[aria-disabled="true"]:hover,.look-and-feel-custom-theme .aui-button.aui-button-primary[disabled]:focus,.look-and-feel-custom-theme .aui-button.aui-button-primary[aria-disabled="true"]:focus,.look-and-feel-custom-theme .aui-button.aui-button-primary[disabled]:active,.look-and-feel-custom-theme .aui-button.aui-button-primary[aria-disabled="true"]:active{color:#fff;background-color:#a4a4a4}.look-and-feel-custom-theme .aui-navgroup-vertical .aui-nav .aui-nav-selected>a,.look-and-feel-custom-theme .aui-nav-vertical .aui-nav .aui-nav-selected>a{color:#172b4d}.look-and-feel-custom-theme #browse-table .aui-iconfont-devtools-folder-closed{color:#42526e}.look-and-feel-custom-theme #browse-table tr.focused-file td,.look-and-feel-custom-theme .paged-table tr.focused td:first-child{border-left-color:#42526e}.look-and-feel-custom-theme .ahead-behind-graph>.ahead-graph>.count-bar{background-color:#42526e}.look-and-feel-custom-theme .jstree a>.jstree-icon.aui-icon.aui-iconfont-devtools-folder-open:before,.look-and-feel-custom-theme .jstree a>.jstree-icon.aui-icon.aui-iconfont-devtools-folder-closed:before{color:#42526e}.look-and-feel-custom-theme .file-tree.jstree .change-type-ADD{color:#00875a}.look-and-feel-custom-theme .file-tree.jstree .change-type-DELETE{color:#de350b}.look-and-feel-custom-theme .file-tree.jstree .change-type-MODIFY{color:#3572b0}.look-and-feel-custom-theme .file-tree.jstree .change-type-MOVE,.look-and-feel-custom-theme .file-tree.jstree .change-type-COPY{color:#ff8b00}.look-and-feel-custom-theme .admin .admin-section .overview-links li>a{color:#42526e}.look-and-feel-custom-theme .admin .content-body .breadcrumbs{color:#42526e}.look-and-feel-custom-theme .changeset-badge-oneline .changesetid{color:#42526e}.look-and-feel-custom-theme .comment-container .comment .actions a,.look-and-feel-custom-theme .comment-container .comment .actions span,.look-and-feel-custom-theme .comment-container .comment .info a,.look-and-feel-custom-theme .comment-container .comment .info span,.look-and-feel-custom-theme .comment-container .comment .times,.look-and-feel-custom-theme .comment-container .comment time{color:inherit}.look-and-feel-custom-theme .comment-container .comment .task .task-save{color:#42526e}.look-and-feel-custom-theme #task-list-dialog .task-list-row.focused:before{background-color:#42526e}.look-and-feel-custom-theme .aui-select2-drop .select2-results .select2-highlighted{color:#fff;background-color:#6e83a8}.look-and-feel-custom-theme .aui-dialog a,.look-and-feel-custom-theme .aui-dialog .dialog-button-panel .button-panel-link{color:#42526e}.look-and-feel-custom-theme .aui-sidebar .aui-navgroup-vertical .aui-nav li a,.look-and-feel-custom-theme .aui-sidebar-submenu .aui-navgroup-vertical .aui-nav li a{color:#42526e}.look-and-feel-custom-theme .aui-sidebar .aui-nav-breadcrumbs a{color:#42526e}.look-and-feel-custom-theme .aui-dropdown2.aui-style-default:hover .aui-dropdown2-checkbox:not(.aui-dropdown2-disabled):hover,.look-and-feel-custom-theme .aui-dropdown2.aui-style-default:hover .aui-dropdown2-radio:not(.aui-dropdown2-disabled):hover,.look-and-feel-custom-theme .aui-dropdown2.aui-style-default:hover a:not(.aui-dropdown2-disabled):hover{color:#fff;background-color:#6e83a8}.look-and-feel-custom-theme .aui-dropdown2.aui-style-default .active,.look-and-feel-custom-theme .aui-dropdown2.aui-style-default .aui-dropdown2-active{color:#fff;background-color:#6e83a8}.look-and-feel-custom-theme .nav-links .nav-link-edit{color:#42526e}.look-and-feel-custom-theme #inline-dialog-clone-repo-dialog a:not(.aui-button){color:#42526e}.look-and-feel-custom-theme .task-list-dialog li.task-list-row.focused::before{background-color:#42526e}.look-and-feel-custom-theme .aui-dropdown2.aui-has-avatar .select2-highlighted .email-address{color:#fff}.look-and-feel-custom-theme .aui-dropdown2 .select2-highlighted .zone-name{color:#fff}.look-and-feel-custom-theme .repository-list-container .search-results-container .search-results-item a:hover,.look-and-feel-custom-theme .repository-list-container .search-results-container .search-results-item a:hover>.item-wrapper>.item-description{color:#fff;background-color:#6e83a8}.look-and-feel-custom-theme .commit-selector .commit-list-item>a:hover,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:active,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:focus,.look-and-feel-custom-theme .commit-selector .commit-list-item.selected,.look-and-feel-custom-theme .commit-selector .commit-list-item.focused{color:#fff;background-color:#6e83a8}.look-and-feel-custom-theme .commit-selector .commit-list-item>a:hover>a,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:active>a,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:focus>a,.look-and-feel-custom-theme .commit-selector .commit-list-item.selected>a,.look-and-feel-custom-theme .commit-selector .commit-list-item.focused>a,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:hover .commit-author,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:active .commit-author,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:focus .commit-author,.look-and-feel-custom-theme .commit-selector .commit-list-item.selected .commit-author,.look-and-feel-custom-theme .commit-selector .commit-list-item.focused .commit-author,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:hover .commitid,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:active .commitid,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:focus .commitid,.look-and-feel-custom-theme .commit-selector .commit-list-item.selected .commitid,.look-and-feel-custom-theme .commit-selector .commit-list-item.focused .commitid,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:hover time,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:active time,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:focus time,.look-and-feel-custom-theme .commit-selector .commit-list-item.selected time,.look-and-feel-custom-theme .commit-selector .commit-list-item.focused time,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:hover .commit-message,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:active .commit-message,.look-and-feel-custom-theme .commit-selector .commit-list-item>a:focus .commit-message,.look-and-feel-custom-theme .commit-selector .commit-list-item.selected .commit-message,.look-and-feel-custom-theme .commit-selector .commit-list-item.focused .commit-message{color:#fff}.look-and-feel-custom-theme .commit-selector .commit-list-item.selected,.look-and-feel-custom-theme .commit-selector .commit-list-item.focused,.look-and-feel-custom-theme .commit-selector .commit-list-item .commit-selector-item-message:hover,.look-and-feel-custom-theme .commit-selector .commit-list-item .commit-selector-item-message:active,.look-and-feel-custom-theme .commit-selector .commit-list-item .commit-selector-item-message:focus{color:#fff;background-color:#6e83a8}.look-and-feel-custom-theme .commit-selector .commit-list-item.selected .commit-selector-details,.look-and-feel-custom-theme .commit-selector .commit-list-item.focused .commit-selector-details,.look-and-feel-custom-theme .commit-selector .commit-list-item .commit-selector-item-message:hover .commit-selector-details,.look-and-feel-custom-theme .commit-selector .commit-list-item .commit-selector-item-message:active .commit-selector-details,.look-and-feel-custom-theme .commit-selector .commit-list-item .commit-selector-item-message:focus .commit-selector-details,.look-and-feel-custom-theme .commit-selector .commit-list-item.selected .commit-selector-details .commit-badge-oneline,.look-and-feel-custom-theme .commit-selector .commit-list-item.focused .commit-selector-details .commit-badge-oneline,.look-and-feel-custom-theme .commit-selector .commit-list-item .commit-selector-item-message:hover .commit-selector-details .commit-badge-oneline,.look-and-feel-custom-theme .commit-selector .commit-list-item .commit-selector-item-message:active .commit-selector-details .commit-badge-oneline,.look-and-feel-custom-theme .commit-selector .commit-list-item .commit-selector-item-message:focus .commit-selector-details .commit-badge-oneline,.look-and-feel-custom-theme .commit-selector .commit-list-item.selected .commit-message-subject,.look-and-feel-custom-theme .commit-selector .commit-list-item.focused .commit-message-subject,.look-and-feel-custom-theme .commit-selector .commit-list-item .commit-selector-item-message:hover .commit-message-subject,.look-and-feel-custom-theme .commit-selector .commit-list-item .commit-selector-item-message:active .commit-message-subject,.look-and-feel-custom-theme .commit-selector .commit-list-item .commit-selector-item-message:focus .commit-message-subject,.look-and-feel-custom-theme .commit-selector .commit-list-item.selected .commit-icon::before,.look-and-feel-custom-theme .commit-selector .commit-list-item.focused .commit-icon::before,.look-and-feel-custom-theme .commit-selector .commit-list-item .commit-selector-item-message:hover .commit-icon::before,.look-and-feel-custom-theme .commit-selector .commit-list-item .commit-selector-item-message:active .commit-icon::before,.look-and-feel-custom-theme .commit-selector .commit-list-item .commit-selector-item-message:focus .commit-icon::before{color:#fff}.look-and-feel-custom-theme .aui-header{--ds-text-subtle:#deebff;--ds-text-subtlest:#626f86;--ds-icon:#deebff;border-color:#102f66;background-color:#174492}.look-and-feel-custom-theme .aui-header .aui-nav li>a,.look-and-feel-custom-theme .aui-header .aui-dropdown2-trigger{color:#fff}.look-and-feel-custom-theme .aui-header .aui-nav li>a.active,.look-and-feel-custom-theme .aui-header .aui-dropdown2-trigger.active,.look-and-feel-custom-theme .aui-header .aui-nav li>a:active,.look-and-feel-custom-theme .aui-header .aui-dropdown2-trigger:active,.look-and-feel-custom-theme .aui-header .aui-nav li>a:hover,.look-and-feel-custom-theme .aui-header .aui-dropdown2-trigger:hover,.look-and-feel-custom-theme .aui-header .aui-nav li>a:focus,.look-and-feel-custom-theme .aui-header .aui-dropdown2-trigger:focus{background-color:#3170de}.look-and-feel-custom-theme .aui-header .bitbucket-header-logo a:hover,.look-and-feel-custom-theme .aui-header .bitbucket-header-logo a:focus{background-color:#3170de}.look-and-feel-custom-theme .aui-dropdown2.aui-style-default.aui-dropdown2-in-header .active{color:#fff;background-color:#3170de}.look-and-feel-custom-theme .repository-search-dialog .results .result.focused a,.look-and-feel-custom-theme .repository-search-dialog .results .result a:hover,.look-and-feel-custom-theme .repository-search-dialog .results .result a:active{color:#fff;background-color:#3170de}.look-and-feel-custom-theme .repository-search-dialog .results .result.focused a .project-name,.look-and-feel-custom-theme .repository-search-dialog .results .result a:hover .project-name,.look-and-feel-custom-theme .repository-search-dialog .results .result a:active .project-name,.look-and-feel-custom-theme .repository-search-dialog .results .result.focused a .separator,.look-and-feel-custom-theme .repository-search-dialog .results .result a:hover .separator,.look-and-feel-custom-theme .repository-search-dialog .results .result a:active .separator{color:#fff}.look-and-feel-custom-theme .repository-menu-item .active .project-name,.look-and-feel-custom-theme .repository-menu-item .active .separator{color:#fff}.look-and-feel-custom-theme .aui-header .bitbucket-header-logo a{background-image:url("data:image/png;base64,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");background-size:100px 40px;background-position:center;width:100px}.aui-header .aui-header-logo img{display:none}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-emoticons:bitbucket-emoticons-plugin-emoji-style', location = '/static/bitbucket/internal/feature/emoticons/emoticons-utils.less' */
img.plugin-emote-img{font-size:1em;border:0;margin:0;padding:0;display:inline;max-height:1.5em !important;max-width:1.5em !important;vertical-align:bottom}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-announcement-banner:announcement-banner-resources', location = '/static/bitbucket/internal/feature/announcement-banner/announcement-banner.less' */
.announcement-banner {
  box-sizing: border-box;
  background-color: #172B4D;
  color: #FFFFFF;
  text-align: center;
  max-height: 60px;
}
.announcement-banner .announcement-banner-content {
  min-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.announcement-banner .announcement-banner-content a {
  text-decoration: underline;
}
.announcement-banner .announcement-banner-content p,
.announcement-banner .announcement-banner-content ul,
.announcement-banner .announcement-banner-content li,
.announcement-banner .announcement-banner-content code,
.announcement-banner .announcement-banner-content h1,
.announcement-banner .announcement-banner-content h2,
.announcement-banner .announcement-banner-content h3,
.announcement-banner .announcement-banner-content h4,
.announcement-banner .announcement-banner-content h5,
.announcement-banner .announcement-banner-content h6,
.announcement-banner .announcement-banner-content a {
  color: #FFFFFF;
  margin: 0;
  line-height: 1.4;
}

/* module-key = 'com.nolddor.announcement-banner-for-bitbucket:announcement-banner-resources-v20231012095306', location = '/css/announcement-banner.css' */
#announcement-banner{border-bottom:1px solid #ccc;padding:10px;clear:both;background:#f5f5f5;display:block!important;position:relative;word-wrap:break-word;word-break:normal}#announcement-banner.closable{padding-right:36px}#announcement-banner.closable>#banner-close-btn{display:inline;cursor:pointer;left:auto;opacity:0;position:absolute;right:10px;top:10px;opacity:1}#announcement-banner.closable>#banner-close-btn:hover{box-shadow:0 0 0 3px rgba(0,0,0,0.1);border-radius:50%;background-color:rgba(0,0,0,0.1)}#announcement-banner>#banner-close-btn{display:none}#header.fixed-header+#announcement-banner{margin-bottom:-41px;margin-top:41px}.contenteditor #announcement-banner{display:none!important}@media print{#announcement-banner.non-printable{display:none!important}}#announcement-banner-menu-link{display:none;transition:width .4s}
/*# sourceMappingURL=/download/contextbatch/css/bitbucket.layout.focused,bitbucket.layout.base,atl.general,-_super/batch.css.map?_statichash=c72606d5c89198f503a0c1aafc198f5c-CDN%2F-1760300107%2Fa32078a%2Fn1cn5w%2Ffb99a10ebb50dba66ba6719fdf52a296 */