/* this has to be in sync with util/z-index.js */
/* this has to be in sync with WIDTH_WIDE in sidebar.tsx */
/* The full-page mixin is used across various pages that have a header on top and the main content below the header. */
.components-icon.components-icon-primary {
  color: #8800cc; }

.components-icon.components-icon-success {
  color: #00873f; }

.components-icon.components-icon-warning {
  color: #9e6d00; }

.components-icon.components-icon-error {
  color: #c41337; }

.components-icon.components-icon-disabled {
  color: #777582; }

.components-icon.right-margin {
  margin-right: 5px; }

.components-icon.left-margin {
  margin-left: 5px; }

/* this has to be in sync with util/z-index.js */
/* this has to be in sync with WIDTH_WIDE in sidebar.tsx */
/* The full-page mixin is used across various pages that have a header on top and the main content below the header. */
.components-overlay {
  max-width: 100%;
  display: inline-block; }

.components-overlay-portal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }
  .components-overlay-portal .overlay-content-wrap {
    position: absolute; }

.components-external-link.no-underline:hover, .components-external-link.no-underline:focus {
  text-decoration: none; }

/* this has to be in sync with util/z-index.js */
/* this has to be in sync with WIDTH_WIDE in sidebar.tsx */
/* The full-page mixin is used across various pages that have a header on top and the main content below the header. */
.components-button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 130%;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  padding: 7px 10px;
  border-radius: 4px; }
  .components-button.large {
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 14px; }
  .components-button.small {
    padding: 4px 7px;
    border-radius: 2px;
    font-size: 12px; }
  .components-button.left-margin {
    margin-left: 5px; }
  .components-button.right-margin {
    margin-right: 5px; }
  .components-button.full-width {
    width: 100%; }
  .components-button.disabled {
    opacity: 0.25;
    cursor: default;
    pointer-events: none; }
  .components-button.ghost {
    border: 1px solid rgba(0, 0, 0, 0);
    background: rgba(255, 255, 255, 0);
    color: #4c4a57; }
  .components-button.secondary {
    border: 1px solid #c2c1c7;
    background: rgba(255, 255, 255, 0);
    color: #4c4a57; }
  .components-button.ghost:hover, .components-button.ghost:focus, .components-button.secondary:hover, .components-button.secondary:focus {
    -webkit-box-shadow: 0px 1px 5px rgba(60, 60, 60, 0.2);
            box-shadow: 0px 1px 5px rgba(60, 60, 60, 0.2);
    background: #ffffff;
    border: 1px solid #b7b7b7; }
  .components-button.ghost.active, .components-button.ghost:active, .components-button.secondary.active, .components-button.secondary:active {
    background: #f3f3f5;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .components-button.danger {
    border: 1px solid #c41337;
    background: rgba(255, 255, 255, 0);
    color: #c41337; }
  .components-button.danger:hover, .components-button.danger:focus {
    -webkit-box-shadow: 0px 1px 5px rgba(60, 60, 60, 0.2);
            box-shadow: 0px 1px 5px rgba(60, 60, 60, 0.2);
    background: #ffffff;
    border: 1px solid #f85b8a; }
  .components-button.danger.active, .components-button.danger:active {
    background: #f3f3f5;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .components-button.primary {
    border: 1px solid #8800cc;
    background: #8800cc;
    color: #ffffff; }
    .components-button.primary:hover, .components-button.primary:focus {
      -webkit-box-shadow: 0px 1px 5px rgba(60, 60, 60, 0.2);
              box-shadow: 0px 1px 5px rgba(60, 60, 60, 0.2);
      border: 1px solid #aa00ff;
      background: #aa00ff; }
    .components-button.primary.active, .components-button.primary:active {
      border: 1px solid #8800cc;
      background: #8800cc;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .components-button:hover, .components-button:focus {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    text-decoration: none; }
  .components-button.active, .components-button:active {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  .components-button:focus {
    outline: 0; }

.components-button-with-dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .components-button-with-dropdown .dropdown-button {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
    .components-button-with-dropdown .dropdown-button.primary {
      margin-right: 1px; }
  .components-button-with-dropdown .button-dropdown-control {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 100%; }
    .components-button-with-dropdown .button-dropdown-control:not(.primary) {
      border-left: 0px; }


/*# sourceMappingURL=common.d5a0af99185ae275a906.css.map*/