.sui-smush-media .sui-tooltip {
  position: relative;
}

.sui-smush-media .sui-tooltip:before,
.sui-smush-media .sui-tooltip:after {
  content: " ";
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  transition: 0.2s;
}

.sui-smush-media .sui-tooltip:before {
  left: 50%;
  bottom: 100%;
  border: 5px solid transparent;
  border-top-color: #333;
  transform: translateX(-50%);
}

.sui-smush-media .sui-tooltip:after {
  content: attr(data-tooltip);
  min-width: var(--tooltip-width, 40px);
  left: 50%;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 4px;
  background-color: #333;
  box-sizing: border-box;
  transform: translateX(-50%);
  color: #fff;
  font: 500 12px/18px "Roboto",Arial,sans-serif;
  letter-spacing: -.25px;
  text-transform: none;
  text-align: var(--tooltip-text-align, center);
}

@media (min-width: 783px) {
  .sui-smush-media .sui-tooltip:after {
    white-space: nowrap;
  }
}

.sui-smush-media .sui-tooltip.sui-tooltip-constrained:after {
  min-width: var(--tooltip-width, 240px);
  white-space: normal;
}

.sui-smush-media .sui-tooltip.sui-tooltip-top-left:after {
  left: 0;
  transform: translateX(0);
}

.sui-smush-media .sui-tooltip.sui-tooltip-top-right:after {
  right: 0;
  left: unset;
  transform: translateX(0);
}

.sui-smush-media .sui-tooltip.sui-tooltip-bottom:before,
.sui-smush-media .sui-tooltip.sui-tooltip-bottom-left:before,
.sui-smush-media .sui-tooltip.sui-tooltip-bottom-right:before {
  top: 100%;
  bottom: unset;
  border-top-color: transparent;
  border-bottom-color: #333;
}

.sui-smush-media .sui-tooltip.sui-tooltip-bottom:after,
.sui-smush-media .sui-tooltip.sui-tooltip-bottom-left:after,
.sui-smush-media .sui-tooltip.sui-tooltip-bottom-right:after {
  top: 100%;
  bottom: unset;
  margin-top: 10px;
  margin-bottom: 0;
}

.sui-smush-media .sui-tooltip.sui-tooltip-bottom-left:after {
  left: 0;
  transform: translate(0);
}

.sui-smush-media .sui-tooltip.sui-tooltip-bottom-right:after {
  left: unset;
  right: 0;
  transform: translate(0);
}

.sui-smush-media .sui-tooltip.sui-tooltip-left:before {
  top: 50%;
  right: 100%;
  bottom: unset;
  left: unset;
  border-top-color: transparent;
  border-left-color: #333;
  transform: translateY(-50%);
}

.sui-smush-media .sui-tooltip.sui-tooltip-left:after {
  top: 50%;
  right: 100%;
  bottom: unset;
  left: unset;
  margin-right: 10px;
  margin-bottom: 0;
  transform: translateY(-50%);
}

.sui-smush-media .sui-tooltip.sui-tooltip-right:before {
  top: 50%;
  bottom: unset;
  left: 100%;
  border-top-color: transparent;
  border-right-color: #333;
  transform: translateY(-50%);
}

.sui-smush-media .sui-tooltip.sui-tooltip-right:after {
  top: 50%;
  bottom: unset;
  left: 100%;
  margin-left: 10px;
  margin-bottom: 0;
  transform: translateY(-50%);
}

@media (max-width: 782px) {
  .sui-smush-media .sui-tooltip.sui-tooltip-mobile:after {
    min-width: var(--tooltip-width-mobile, 120px);
    white-space: normal;
  }
}

@media (max-width: 782px) {
  .sui-smush-media .sui-tooltip.sui-tooltip-top-mobile:before,
  .sui-smush-media .sui-tooltip.sui-tooltip-top-left-mobile:before,
  .sui-smush-media .sui-tooltip.sui-tooltip-top-right-mobile:before {
    top: unset;
    bottom: 100%;
    left: 50%;
    right: unset;
    border-top-color: #333;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: translateX(-50%);
  }
}

@media (max-width: 782px) {
  .sui-smush-media .sui-tooltip.sui-tooltip-top-mobile:after,
  .sui-smush-media .sui-tooltip.sui-tooltip-top-left-mobile:after,
  .sui-smush-media .sui-tooltip.sui-tooltip-top-right-mobile:after {
    min-width: var(--tooltip-width-mobile, 120px);
    top: unset;
    bottom: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    white-space: normal;
  }
}

@media (max-width: 782px) {
  .sui-smush-media .sui-tooltip.sui-tooltip-top-mobile:after {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 782px) {
  .sui-smush-media .sui-tooltip.sui-tooltip-top-left-mobile:after {
    right: unset;
    left: 0;
    transform: translateX(0);
  }
}

@media (max-width: 782px) {
  .sui-smush-media .sui-tooltip.sui-tooltip-top-right-mobile:after {
    right: 0;
    left: unset;
    transform: translateX(0);
  }
}

@media (max-width: 782px) {
  .sui-smush-media .sui-tooltip.sui-tooltip-bottom-mobile:before,
  .sui-smush-media .sui-tooltip.sui-tooltip-bottom-left-mobile:before,
  .sui-smush-media .sui-tooltip.sui-tooltip-bottom-right-mobile:before {
    top: 100%;
    bottom: unset;
    left: 50%;
    right: unset;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #333;
    border-left-color: transparent;
    transform: translateX(-50%);
  }
}

@media (max-width: 782px) {
  .sui-smush-media .sui-tooltip.sui-tooltip-bottom-mobile:after,
  .sui-smush-media .sui-tooltip.sui-tooltip-bottom-left-mobile:after,
  .sui-smush-media .sui-tooltip.sui-tooltip-bottom-right-mobile:after {
    min-width: var(--tooltip-width-mobile, 120px);
    top: 100%;
    bottom: unset;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    white-space: normal;
  }
}

@media (max-width: 782px) {
  .sui-smush-media .sui-tooltip.sui-tooltip-bottom-mobile:after {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 782px) {
  .sui-smush-media .sui-tooltip.sui-tooltip-bottom-left-mobile:after {
    right: unset;
    left: 0;
    transform: translateX(0);
  }
}

@media (max-width: 782px) {
  .sui-smush-media .sui-tooltip.sui-tooltip-bottom-right-mobile:after {
    right: 0;
    left: unset;
    transform: translateX(0);
  }
}

@media (max-width: 782px) {
  .sui-smush-media .sui-tooltip.sui-tooltip-left-mobile:before {
    top: 50%;
    right: 100%;
    bottom: unset;
    left: unset;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #333;
    transform: translateY(-50%);
  }
}

@media (max-width: 782px) {
  .sui-smush-media .sui-tooltip.sui-tooltip-left-mobile:after {
    min-width: var(--tooltip-width-mobile, 120px);
    top: 50%;
    right: 100%;
    bottom: unset;
    left: unset;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    transform: translateY(-50%);
    white-space: normal;
  }
}

@media (max-width: 782px) {
  .sui-smush-media .sui-tooltip.sui-tooltip-right-mobile:before {
    top: 50%;
    right: unset;
    bottom: unset;
    left: 100%;
    border-top-color: transparent;
    border-right-color: #333;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: translateY(-50%);
  }
}

@media (max-width: 782px) {
  .sui-smush-media .sui-tooltip.sui-tooltip-right-mobile:after {
    min-width: var(--tooltip-width-mobile, 120px);
    top: 50%;
    right: unset;
    bottom: unset;
    left: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
    transform: translateY(-50%);
    white-space: normal;
  }
}

.sui-smush-media .sui-tooltip:hover:before,
.sui-smush-media .sui-tooltip:hover:after {
  opacity: 1;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

.manage-column.column-smushit {
  width: 260px;
}

.sui-smush-media .button {
  margin-right: 5px;
}

.sui-smush-media .button:last-of-type {
  margin-right: 0;
}

#ngg-listimages .spinner,
.column-smushit .spinner {
  float: none;
}

#ngg-listimages .spinner.visible,
.column-smushit .spinner.visible {
  visibility: visible;
}

.sui-smush-media table.wp-smush-stats-holder {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  margin-top: 6px;
  border-collapse: separate;
  border-spacing: 0;
}

.sui-smush-media table.wp-smush-stats-holder thead th.smush-stats-header {
  padding: 8px 10px;
  border-bottom: 1px solid #E6E6E6 !important;
  color: #32373D;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.23px;
  line-height: 16px;
  text-align: left;
}

.sui-smush-media table.wp-smush-stats-holder td {
  vertical-align: middle;
  padding: 8px 10px;
  color: #555555;
  font-size: 11px;
  letter-spacing: -0.21px;
  line-height: 16px;
  border-bottom: 1px solid #E6E6E6;
}

.sui-smush-media table.wp-smush-stats-holder td:first-of-type {
  max-width: 110px;
  font-weight: 500;
}

#the-list .sui-smush-media thead th.smush-stats-header {
  border-bottom: 1px solid #E6E6E6 !important;
}

@media screen and (max-width: 1024px) {
  .wp-list-table .smushit table.wp-smush-stats-holder th {
    display: table-cell;
    box-sizing: border-box;
  }

  .wp-list-table .smushit table.wp-smush-stats-holder tr td {
    word-wrap: break-word;
    display: table-cell !important;
  }

  .wp-list-table .smushit table.wp-smush-stats-holder tr td:first-child {
    border-right: none;
    box-sizing: border-box;
  }

  .wp-list-table .smushit table.wp-smush-stats-holder tr td:last-child {
    box-sizing: border-box;
    float: none;
    overflow: visible;
  }
}

.iedit .wp-smush-action,
.iedit .smush-stats-details {
  font-size: 11px;
}

#ngg-listimages table.wp-smush-stats-holder {
  table-layout: fixed;
  border: 1px solid lightgray;
  border-collapse: collapse;
  width: 100%;
}

#ngg-listimages table.wp-smush-stats-holder td,
#ngg-listimages table.wp-smush-stats-holder th {
  border: 1px solid #CECECE;
}

#ngg-listimages .column-7 {
  width: 300px;
}

#ngg-listimages .spinner {
  width: auto;
  padding-left: 30px;
}

.alternate.iedit {
  height: 120px;
}

.wp-smush-nextgen-send {
  position: relative;
  z-index: 2;
}

.attachment-info .smush-stats .value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.attachment-info .smush-stats .value .smush-status {
  margin: 0 0 10px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 12px;
  line-height: 1.33333;
}

.attachment-info .smush-stats .value a {
  margin-left: 5px;
}

.attachment-info .smush-stats .value a:first-of-type {
  margin-left: 0;
  margin-right: 5px;
}

.wp-list-table.media .spinner.visible {
  width: 100%;
  padding-left: 25px;
  margin: 10px 0 0;
}

.smush-status.fail {
  color: #dd3d36;
}

.smush-status.success {
  color: #0074a2;
}

.smush-status.error {
  color: red;
}

#post-body-content .smush-status {
  margin: 4px 0;
}

.attachment-info .wp-smush-error-message {
  margin: 0 0 1em;
}

.smush-stats-wrapper .row {
  padding: 8px 0;
}

.smush-stats-wrapper .row:first-child {
  padding-top: 0;
}

.smush-stats-wrapper td,
.smush-stats-wrapper th {
  font-size: 11px;
}

.smush-skipped {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.smush-skipped.error {
  color: #C41921;
}

.smush-skipped .dashicons-editor-help {
  cursor: pointer;
  margin-top: -1px;
  margin-left: 5px;
}

.ui-tooltip-content {
  font-size: 12px;
}

.smush-stats a[disabled] {
  cursor: default;
  color: grey;
}

.wp-smush-error {
  color: #ffb900;
}

.resmush-scan {
  vertical-align: middle;
  line-height: 28px;
}

#wp-smush-resmush {
  margin: 20px 0;
}

.wp-smush-page-header {
  overflow: hidden;
  margin: 0 0 10px;
  width: 100%;
}

#wp-smush-invalid-member.loading-notice:before {
  content: attr(data-message);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.7);
  z-index: 5;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
}

#wp-smush-invalid-member.loaded-notice:before {
  content: attr(data-message);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.7);
  z-index: 5;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
}

#wp-smush-invalid-member a {
  color: #514a30;
  text-decoration: underline;
}

#wp-smush-invalid-member.loading-notice>div,
#wp-smush-invalid-member.loaded-notice>div {
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.column-smushit {
  color: #ddd !important;
}

.column-smushit .wp-smush-progress {
  color: #32373c;
}

.column-smushit div.smush-status-links,
.attachment-details .setting div.smush-status-links {
  float: left;
  text-align: left;
  color: #ddd;
}

.column-smushit div.smush-status-links .wp-smush-action,
.attachment-details .setting div.smush-status-links .wp-smush-action {
  margin-right: 5px;
  margin-bottom: 5px;
}

div.attachment-details .setting div.smush-status-links.smush-status-links div.smush-stats-wrapper {
  margin-top: 15px;
}

.wp-smush-no-image {
  display: block;
  overflow: hidden;
}

.wp-smush-upload-images {
  display: block;
  overflow: hidden;
  padding: 10px 0 40px;
}

.wp-smush-notice {
  background-color: #D1F1EA;
  border-radius: 5px;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 15px 30px;
  letter-spacing: -0.015em;
}

div.smush-notice-cta a.smush-notice-act.button-primary {
  background-color: #00B0DB;
  box-shadow: none;
  border: 1px solid #0087B9;
  border-radius: 2px;
  text-shadow: none;
  font-weight: normal;
  box-shadow: inset 0 1px 0 0 #4BC4E4, 0 1px 0 0 #DBDBDB;
  -webkit-font-smoothing: antialiased;
}

.wp-smush-resmush-message,
.wp-smush-settings-updated,
.wp-smush-re-check-message,
.wp-smush-api-message {
  border: none;
  margin-bottom: 25px;
  padding: 18px 50px;
  text-align: center;
}

div.wp-smush-pagespeed-recommendation {
  background-color: #F8F8F8;
  margin: 0 -30px 20px;
  padding: 20px 30px;
}

ol.smush-recommendation-list {
  color: #888;
  font-size: 13px;
  margin-left: 13px;
  line-height: 16px;
}

a.wp-smush-resize-enable:hover,
a.wp-smush-lossy-enable:hover {
  color: #0A9BD6;
}

ol.smush-recommendation-list li {
  line-height: 1.5;
}

.wp-smush-bulk-wrapper {
  overflow: hidden;
}

div.wp-smush-remaining,
div.wp-smush-dir-limit,
div.smush-s3-setup-message,
div.wp-smush-s3support-alert,
div.wp-smush-notice.wp-smush-api-message.warning {
  background-color: #FFF5D5;
  border: none;
  color: #333333;
  line-height: 30px;
  font-size: 15px;
  letter-spacing: -0.015em;
}

div.smush-s3-setup-message,
div.wp-smush-notice.wp-smush-api-message.info {
  background-color: #DFF6FA;
}

div.wp-smush-s3support-alert {
  margin-left: 0;
  margin-right: 0;
}

div.wp-smush-dir-limit {
  background-color: #dff6fa;
}

.wp-smush-resmush-wrap .wp-smush-remaining {
  padding: 10px 50px;
}

.bulk-smush-wrapper .wp-smush-notice-text {
  display: inline-block;
  max-width: 88%;
}

.wp-smush-count {
  color: #888888;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 15px;
}

.wp-smush-sep {
  margin: 20px 0;
}

.wp-smush-ajax-error {
  color: black;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

a.wp-smush-lossy-enable {
  cursor: pointer;
}

ul.smush-pro-features {
  margin-bottom: 30px;
}

li.smush-pro-feature-row {
  margin-bottom: 20px;
}

div.smush-pro-link-wrap {
  text-align: center;
}

.wp-smush-settings-changed {
  background: #dff6fa;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.7;
  padding: 20px;
}

.compat-item .compat-field-wp_smush {
  display: table-row;
}

.manage-column.column-smushit {
  width: 260px;
}

.smushit [tooltip],
label.setting.smush-stats [tooltip],
.compat-field-wp_smush [tooltip] {
  position: relative;
  overflow: visible;
}

.smushit [tooltip]:before,
label.setting.smush-stats [tooltip]:before,
.compat-field-wp_smush [tooltip]:before {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  border-top-color: #0B2F3F;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  margin-bottom: -5px;
  opacity: 0;
  z-index: -1;
  transition: margin .2s, opacity .2s, z-index .2s linear .2s;
  pointer-events: none;
}

.smushit [tooltip]:after,
label.setting.smush-stats [tooltip]:after,
.compat-field-wp_smush [tooltip]:after {
  background: #0B2F3F;
  border-radius: 4px;
  bottom: 100%;
  color: #FFF;
  content: attr(tooltip);
  font-size: 13px;
  font-weight: 400;
  left: 50%;
  line-height: 20px;
  margin-left: -100px;
  margin-bottom: 5px;
  opacity: 0;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  width: 180px;
  text-align: center;
  transition: margin .2s, opacity .2s, z-index .2s linear .2s;
  white-space: pre-wrap;
  z-index: -1;
}

.smushit .smush-skipped [tooltip]:before,
label.setting.smush-stats .smush-skipped [tooltip]:before,
.compat-field-wp_smush .smush-skipped [tooltip]:before {
  border-top-color: transparent;
  border-left-color: #0B2F3F;
  bottom: 0;
  left: 0;
}

.smushit .smush-skipped [tooltip]:after,
label.setting.smush-stats .smush-skipped [tooltip]:after,
.compat-field-wp_smush .smush-skipped [tooltip]:after {
  margin-left: 0;
  left: -195px;
  top: -35px;
  bottom: inherit;
  margin-bottom: 5px;
}

label.setting.smush-stats .smush-skipped [tooltip]:after {
  top: -98px;
}

div.media-sidebar label.setting.smush-stats .smush-skipped [tooltip]:after {
  left: -188px;
  padding-left: 10px;
  width: 170px;
}

div.media-sidebar label.setting.smush-stats .smush-skipped [tooltip]:before {
  margin-left: -3px;
}

.smushit [tooltip].tooltip-s:after,
label.setting.smush-stats [tooltip].tooltip-s:after,
.compat-field-wp_smush [tooltip].tooltip-s:after {
  width: 150px;
  margin-left: -75px;
}

.smushit [tooltip].tooltip-l:after,
label.setting.smush-stats [tooltip].tooltip-l:after,
.compat-field-wp_smush [tooltip].tooltip-l:after {
  width: 280px;
  margin-left: -140px;
}

.smushit [tooltip].tooltip-right:after,
.compat-field-wp_smush [tooltip].tooltip-right:after {
  margin-left: -180px;
}

.smushit [tooltip].tooltip-s.tooltip-right:after,
.compat-field-wp_smush [tooltip].tooltip-s.tooltip-right:after {
  margin-left: -130px;
}

.smushit [tooltip].tooltip-l.tooltip-right:after,
.compat-field-wp_smush [tooltip].tooltip-l.tooltip-right:after {
  margin-left: -260px;
}

.smushit [tooltip].tooltip-bottom:before,
.compat-field-wp_smush [tooltip].tooltip-bottom:before {
  border-color: transparent;
  border-bottom-color: #0B2F3F;
  top: 100%;
  bottom: auto;
  margin-top: -5px;
  margin-bottom: 0;
}

.smushit [tooltip].tooltip-bottom:after,
.compat-field-wp_smush [tooltip].tooltip-bottom:after {
  bottom: auto;
  top: 100%;
  margin-top: 5px;
  margin-bottom: 0;
}

.smushit [tooltip]:hover:before,
label.setting.smush-stats [tooltip]:hover:before,
.compat-field-wp_smush [tooltip]:hover:before {
  z-index: 1;
  margin-bottom: 0;
  opacity: 1;
  transition: margin .2s, opacity .2s;
}

.smushit [tooltip]:hover:after,
label.setting.smush-stats [tooltip]:hover:after,
.compat-field-wp_smush [tooltip]:hover:after {
  opacity: 1;
  z-index: 1;
  margin-bottom: 10px;
  transition: margin .2s, opacity .2s;
}

.smushit .disabled[tooltip]:before,
.smushit .disabled[tooltip]:after,
label.setting.smush-stats .disabled[tooltip]:before,
label.setting.smush-stats .disabled[tooltip]:after,
.compat-field-wp_smush .disabled[tooltip]:before,
.compat-field-wp_smush .disabled[tooltip]:after {
  display: none;
}

div.wp-smush-resize-note {
  color: #555;
  font-size: 13px;
  font-weight: 400;
}

div.wp-smush-dir-desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  padding: 10px 0 25px;
}

.wp-smush-select-dir {
  float: right;
  margin-top: 20px;
  width: 154px;
}

div.wp-smush-scan-result {
  background: white;
}

div.wp-smush-scan-result div.wp-smush-notice {
  margin-top: 14px;
  padding: 15px 30px;
}

div.wp-smush-scan-result div.content {
  overflow: hidden;
  width: 100%;
}

div.wp-smush-info.notice {
  font-size: 15px;
  letter-spacing: -0.015em;
  margin: 0 0 30px;
  padding: 15px;
}

button.wp-smush-all {
  float: right;
}

@media screen and (max-width: 1024px) and (min-width: 800px) {
  .smush-stats-wrapper h3 {
    padding: 6px 0;
  }
}

@media only screen and (max-width: 800px) {
  .dev-box.bulk-smush-wrapper.wp-smush-container {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 600px) {
  .wp-smush-resize-settings-wrap,
  .wp-smush-png_to_jpg-wrap {
    padding: 20px;
  }
}

@media screen and (max-width: 456px) {
  .bulk-smush-wrapper .wp-smush-notice-text {
    max-width: 85%;
  }
}

.smush-notice.notice {
  padding: 0;
  margin: 5px 0 10px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05);
  position: relative;
  z-index: 1;
  min-height: 80px;
  display: table;
  font: 13px "Open Sans", sans-serif;
}

.smush-notice.notice.loading:before {
  content: attr(data-message);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.7);
  z-index: 5;
  text-align: center;
  line-height: 80px;
  font-size: 22px;
  font-weight: bold;
}

.smush-notice>div {
  display: table-cell;
  vertical-align: middle;
  cursor: default;
  line-height: 1.5;
}

.smush-notice.notice.loading>div {
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.smush-notice-logo {
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjU2cHgiIGhlaWdodD0iNTZweCIgdmlld0JveD0iMCAwIDU2IDU2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjguMyAoMjk4MDIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPndwbXVkZXYtc3ZnPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImlQYWQtUHJvLUxhbmRzY2FwZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzLjAwMDAwMCwgLTIyLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0id3BtdWRldi1zdmciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIzLjAwMDAwMCwgMjIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjgsNTYgQzEyLjUzNTg3MSw1NiAwLDQzLjQ2NDEyOSAwLDI4IEMwLDEyLjUzNjc3NDIgMTIuNTM1ODcxLDAgMjgsMCBDNDMuNDY0MTI5LDAgNTYsMTIuNTM2Nzc0MiA1NiwyOCBDNTYsNDMuNDY0MTI5IDQzLjQ2NDEyOSw1NiAyOCw1NiBMMjgsNTYgWiIgaWQ9IkZpbGwtMSIgZmlsbD0iI0ZGRDAwNSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTUxLjQ4Mzg3MSwyOCBDNTEuNDgzODcxLDQwLjk2OTQxOTQgNDAuOTY5NDE5NCw1MS40ODM4NzEgMjgsNTEuNDgzODcxIEMxNS4wMzA1ODA2LDUxLjQ4Mzg3MSA0LjUxNjEyOTAzLDQwLjk2OTQxOTQgNC41MTYxMjkwMywyOCBDNC41MTYxMjkwMywxNS4wMzA1ODA2IDE1LjAzMDU4MDYsNC41MTYxMjkwMyAyOCw0LjUxNjEyOTAzIEM0MC45Njk0MTk0LDQuNTE2MTI5MDMgNTEuNDgzODcxLDE1LjAzMDU4MDYgNTEuNDgzODcxLDI4IiBpZD0iRmlsbC0zIiBmaWxsPSIjMzMzMzMzIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDIuNzc4ODUxNiwzMi42NzY2MzIzIEw0Mi43Nzg4NTE2LDEyLjUzMTA4MzkgTDM5LjUzMDg1MTYsMTUuMDU4MzA5NyBMMzkuNTMwODUxNiwzMi42NzY2MzIzIEwzOS41MjcyMzg3LDMyLjY3NjYzMjMgQzM5LjUyNzIzODcsMzMuNzA4MTE2MSAzOC43ODI5ODA2LDM0LjU0NDUwMzIgMzcuODY2MjA2NSwzNC41NDQ1MDMyIEMzNi45NDY3MjI2LDM0LjU0NDUwMzIgMzYuMjAyNDY0NSwzMy43MDgxMTYxIDM2LjIwMjQ2NDUsMzIuNjc2NjMyMyBMMzYuMjA3ODgzOSwyMy4zMjM3MjkgQzM2LjIwNzg4MzksMjAuMjc0NDM4NyAzNC4wMDU4MTk0LDE3LjgwMTQwNjUgMzEuMjkwNzIyNiwxNy44MDE0MDY1IEMyOC41NzM4MTk0LDE3LjgwMTQwNjUgMjYuMzcyNjU4MSwyMC4yNzQ0Mzg3IDI2LjM3MjY1ODEsMjMuMzIzNzI5IEwyNi4zNzI2NTgxLDMyLjY3NjYzMjMgQzI2LjM3MjY1ODEsMzMuNzA4MTE2MSAyNS42Mjg0LDM0LjU0NDUwMzIgMjQuNzA4OTE2MSwzNC41NDQ1MDMyIEMyMy43OTIxNDE5LDM0LjU0NDUwMzIgMjMuMDQ1MTc0MiwzMy43MDgxMTYxIDIzLjA0NTE3NDIsMzIuNjc2NjMyMyBMMjMuMDUyNCwyMy4zMjM3MjkgQzIzLjA1MjQsMjAuMjc0NDM4NyAyMC44NTEyMzg3LDE3LjgwMTQwNjUgMTguMTM2MTQxOSwxNy44MDE0MDY1IEMxNS40MjEwNDUyLDE3LjgwMTQwNjUgMTMuMjE4OTgwNiwyMC4yNzQ0Mzg3IDEzLjIxODk4MDYsMjMuMzIzNzI5IEwxMy4yMjA3ODcxLDIzLjMyMzcyOSBMMTMuMjIwNzg3MSw0My40NjkyNzc0IEwxNi40Njg3ODcxLDQwLjk0MTE0ODQgTDE2LjQ3MjQsMjMuMzIzNzI5IEMxNi40NzI0LDIyLjI5MjI0NTIgMTcuMjE2NjU4MSwyMS40NTU4NTgxIDE4LjEzNjE0MTksMjEuNDU1ODU4MSBDMTkuMDU0NzIyNiwyMS40NTU4NTgxIDE5Ljc5OTg4MzksMjIuMjkyMjQ1MiAxOS43OTk4ODM5LDIzLjMyMzcyOSBMMTkuNzkyNjU4MSwzMi42NzY2MzIzIEMxOS43OTI2NTgxLDM1LjcyNTkyMjYgMjEuOTkzODE5NCwzOC4xOTg5NTQ4IDI0LjcwODkxNjEsMzguMTk4OTU0OCBDMjcuNDI0MDEyOSwzOC4xOTg5NTQ4IDI5LjYyNTE3NDIsMzUuNzI1OTIyNiAyOS42MjUxNzQyLDMyLjY3NjYzMjMgTDI5LjYyNDI3MSwzMi42NzY2MzIzIEwyOS42MjY5ODA2LDIzLjMyMzcyOSBDMjkuNjI2OTgwNiwyMi4yOTIyNDUyIDMwLjM3MjE0MTksMjEuNDU1ODU4MSAzMS4yOTA3MjI2LDIxLjQ1NTg1ODEgQzMyLjIwODQsMjEuNDU1ODU4MSAzMi45NTI2NTgxLDIyLjI5MjI0NTIgMzIuOTUyNjU4MSwyMy4zMjM3MjkgTDMyLjk0NzIzODcsMzIuNjc2NjMyMyBDMzIuOTQ3MjM4NywzNS43MjU5MjI2IDM1LjE0OTMwMzIsMzguMTk4OTU0OCAzNy44NjYyMDY1LDM4LjE5ODk1NDggQzQwLjU4MDQsMzguMTk4OTU0OCA0Mi43ODA2NTgxLDM1LjcyNTkyMjYgNDIuNzgwNjU4MSwzMi42NzY2MzIzIEw0Mi43Nzg4NTE2LDMyLjY3NjYzMjMgTDQyLjc3ODg1MTYsMzIuNjc2NjMyMyBaIiBpZD0iRmlsbC01IiBmaWxsPSIjRjlFQzFDIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat 50% 50%;
}

.smush-notice-logo span {
  display: block;
  width: 80px;
}

.smush-notice-message {
  color: #23282D;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  padding: 10px;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

.smush-notice-cta {
  border-left: 1px solid #E5E5E5;
  background: #F8F8F8;
  padding: 0 30px;
  position: relative;
  white-space: nowrap;
}

.wp-core-ui .smush-notice-cta button,
.wp-core-ui .smush-notice-cta .button-primary:active {
  vertical-align: middle;
}

.wp-core-ui .smush-notice-cta input[type="email"] {
  vertical-align: middle;
  line-height: 20px;
  margin: 0;
  min-width: 50px;
  max-width: 320px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.smush-notice-dismiss {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #C5C5C5;
  -webkit-font-smoothing: antialiased;
}

.smush-notice-dismiss:hover {
  color: #666;
}

@media only all and (max-width: 1200px) {
  .smush-notice-dismiss {
    display: block;
    margin: 0 auto;
    line-height: 18px;
    padding-top: 8px;
    padding-bottom: 2px;
  }
}

@media only all and (max-width: 1000px) {
  .smush-notice.notice {
    display: block;
    font-size: 13px;
  }

  .smush-notice>.smush-notice-logo {
    float: left;
    display: inline-block;
    height: 80px;
    margin: 10px;
    border-radius: 4px;
  }

  .smush-notice>.smush-notice-message {
    width: auto;
    display: block;
    padding: 10px;
    min-height: 80px;
  }

  .smush-notice>.smush-notice-cta {
    display: block;
    border-top: 1px solid #E5E5E5;
    border-left: 0;
    text-align: center;
    white-space: normal;
    line-height: 30px;
    padding: 10px 20px;
  }

  .wp-core-ui .smush-notice>.smush-notice-cta>input[type="email"],
  .smush-notice>.smush-notice-cta>button {
    font-size: 14px;
  }

  .smush-notice>.smush-notice-cta>.smush-notice-dismiss {
    display: inline-block;
    float: none;
    line-height: 26px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
  }
}

@media only all and (max-width: 500px) {
  .wp-core-ui .smush-notice>.smush-notice-cta>input[type="email"],
  .smush-notice>.smush-notice-cta>button {
    display: block;
    width: 100% !important;
    max-width: none;
    margin-bottom: 4px;
    font-size: 16px;
    height: 34px;
  }

  .smush-notice>.smush-notice-cta>.smush-notice-dismiss {
    margin-top: 5px;
    font-size: 14px;
    height: 23px;
  }
}
