.rsssl-datatable-component .rsssl-action-buttons__inner .rsssl-action-buttons__button.rsssl-red {
  border: 0 solid transparent;
  background: var(--rsp-red);
  color: var(--rsp-text-color-white);
}
.rsssl-datatable-component .rsssl-action-buttons__inner .rsssl-action-buttons__button.rsssl-red:hover {
  background: var(--rsp-dark-red);
  color: var(--rsp-text-color-white);
}
.rsssl-datatable-component .rsssl-add-button__button, .rsssl-datatable-component .rsssl-action-buttons__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rsssl-datatable-component .rsssl-add-button__button .rsssl-icon, .rsssl-datatable-component .rsssl-action-buttons__button .rsssl-icon {
  margin-right: 10px;
}/*# sourceMappingURL=Buttons.css.map */button .rsssl-icon {
  padding-top: 7px;
  padding-left: 7px;
}
.rsssl a.button.button-black, .rsssl button.button.button-black, .rsssl input.button.button-black, .rsssl span.button.button-black {
  border: 1px solid var(--rsp-black);
  background: var(--rsp-black);
  color: var(--rsp-text-color-white);
}
.rsssl a.button.button-tertiary, .rsssl a.button.button-red, .rsssl button.button.button-tertiary, .rsssl button.button.button-red, .rsssl input.button.button-tertiary, .rsssl input.button.button-red, .rsssl span.button.button-tertiary, .rsssl span.button.button-red {
  border: 0 solid transparent;
  background: var(--rsp-red);
  color: var(--rsp-text-color-white);
}
.rsssl a.button.button-primary:hover, .rsssl a.button.button-primary:focus, .rsssl a.button.button-primary:active, .rsssl button.button.button-primary:hover, .rsssl button.button.button-primary:focus, .rsssl button.button.button-primary:active, .rsssl input.button.button-primary:hover, .rsssl input.button.button-primary:focus, .rsssl input.button.button-primary:active, .rsssl span.button.button-primary:hover, .rsssl span.button.button-primary:focus, .rsssl span.button.button-primary:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rsssl a.button.button-secondary:hover, .rsssl a.button.button-secondary:focus, .rsssl a.button.button-secondary:active, .rsssl button.button.button-secondary:hover, .rsssl button.button.button-secondary:focus, .rsssl button.button.button-secondary:active, .rsssl input.button.button-secondary:hover, .rsssl input.button.button-secondary:focus, .rsssl input.button.button-secondary:active, .rsssl span.button.button-secondary:hover, .rsssl span.button.button-secondary:focus, .rsssl span.button.button-secondary:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.rsssl {
  /* Documents overview */
  /* Remove margin for the last button to ensure clean alignment */
  /**
    For the mixed content scan we need to do some extra tweaking
   */
}
.rsssl a.rsssl-button-small, .rsssl button.rsssl-button-small, .rsssl input.rsssl-button-small {
  font-size: var(--rsp-fs-100);
  font-weight: 300;
  min-height: auto;
}
.rsssl .rsssl-button-small + .rsssl-button-small {
  margin-left: 10px;
}
.rsssl .rsssl-shortcode {
  right: 10000px;
  position: absolute;
  background-color: #fff;
  padding: 0;
  white-space: nowrap;
}
.rsssl .shortcode {
  cursor: pointer;
}
.rsssl .rsssl-action-buttons {
  /* Making sure we use the full width of the container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rsssl .rsssl-action-buttons__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rsssl .rsssl-action-buttons__inner {
  float: right;
}
.rsssl .rsssl-action-buttons__button {
  margin-right: 10px;
}
.rsssl .rsssl-action-buttons__inner:last-child {
  margin-right: 0;
}
.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer {
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
}
.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer .button {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer .components-toggle-control {
  margin-top: 12px;
}
.rsssl .rsssl-mixed-content-scan .rsssl-grid-item-content-footer label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}/*# sourceMappingURL=buttons.css.map */