<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@font-face {
  font-family: "wpmudev-plugin-icons";
  src: url(../fonts/wpmudev-plugin-icons.eot);
  src: url(../fonts/wpmudev-plugin-icons.eot) format("embedded-opentype"),url(../fonts/wpmudev-plugin-icons.ttf) format("truetype"),url(../fonts/wpmudev-plugin-icons.woff) format("woff"),url(../fonts/wpmudev-plugin-icons.woff2) format("woff2"),url(../fonts/wpmudev-plugin-icons.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  #smush-image-bar-toggle,
  #smush-image-bar {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .smush-detected-img {
    border-radius: 5px;
    transition: all 0.5s ease;
    box-shadow: 0 0 0 5px #FECF2F;
  }

  #smush-image-bar-toggle {
    position: fixed;
    top: 50px;
    right: 330px;
    height: 50px;
    width: 60px;
    z-index: 999999;
    border-radius: 4px 0 0 4px;
    background-color: #FFF;
    box-shadow: inset 2px 0 0 0 #FECF2F,-13px 5px 20px 0 rgba(0,0,0,0.1);
    text-align: center;
    cursor: pointer;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }

  #smush-image-bar-toggle.closed {
    right: 0;
  }

  #smush-image-bar-toggle i.sui-icon-info,
  #smush-image-bar-toggle i.sui-icon-loader {
    font-family: "wpmudev-plugin-icons" !important;
    font-style: normal;
    font-size: 16px;
    line-height: 50px;
    color: #FECF2F;
  }

  #smush-image-bar-toggle i.sui-icon-info:before {
    content: "I";
  }

  #smush-image-bar-toggle i.sui-icon-loader:before {
    display: block;
    content: "N";
    animation: spin 1.3s linear infinite;
  }

@keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
}

  #smush-image-bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 330px;
    height: 100%;
    background-color: #FFF;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
    z-index: 999999;
    padding: 0 0 20px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 330px;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }

  #smush-image-bar.closed {
    max-width: 0;
    overflow-y: hidden;
  }

  #smush-image-bar h3,
  #smush-image-bar p,
  #smush-image-bar strong,
  #smush-image-bar span {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.25px;
  }

  #smush-image-bar h3 {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    background-color: #FAFAFA;
    padding: 15px 20px;
  }

  #smush-image-bar p {
    color: #888888;
    font-size: 13px;
    line-height: 22px;
    padding: 0 20px;
  }

  #smush-image-bar strong {
    color: #AAAAAA;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    padding: 0 20px;
  }

  #smush-image-bar .smush-resize-box {
    background-color: #F8F8F8;
  }

  #smush-image-bar .smush-resize-box:first-of-type {
    border-top: 1px solid #E6E6E6;
    margin-top: 5px;
  }

  #smush-image-bar .smush-resize-box:last-of-type {
    margin-bottom: 20px;
  }

  #smush-image-bar .smush-resize-box span:first-of-type {
    color: #888;
    height: 34px;
    width: 40px;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    margin-right: 10px;
  }

  #smush-image-bar .smush-resize-box .smush-image-info {
    background-color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 17px 20px;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
  }

  #smush-image-bar .smush-resize-box .smush-front-icons {
    margin: 0 10px;
    line-height: 12px;
  }

  #smush-image-bar .smush-resize-box .smush-front-icons:before {
    font-family: "wpmudev-plugin-icons" !important;
    speak: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    color: #AAA;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #smush-image-bar .smush-resize-box .smush-front-icons.smush-front-icon-arrows-in:before {
    content: '\2264';
  }

  #smush-image-bar .smush-resize-box .smush-tag {
    background-color: #fecf2f;
    color: #333;
    border-radius: 13px;
    height: 26px;
    width: 116px;
    font-size: 12px;
    letter-spacing: -0.25px;
    line-height: 16px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }

  #smush-image-bar .smush-resize-box .smush-tag.smush-tag-success {
    background-color: #1abc9c;
    color: #fff;
  }

  #smush-image-bar .smush-resize-box.smush-tooltip {
    position: relative;
  }

  #smush-image-bar .smush-resize-box.smush-tooltip:before,
  #smush-image-bar .smush-resize-box.smush-tooltip:after {
    content: "";
    opacity: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    transition: margin .2s, opacity .2s;
  }

  #smush-image-bar .smush-resize-box.smush-tooltip:before {
    border: 5px solid transparent;
    bottom: 100%;
    left: 50%;
    border-top-color: #000000;
    transform: translateX(-50%);
  }

  #smush-image-bar .smush-resize-box.smush-tooltip:after {
    content: attr(data-tooltip);
    min-width: 40px;
    padding: 8px 12px;
    border-radius: 4px;
    background: #000000;
    box-sizing: border-box;
    color: #FFFFFF;
    font: 400 12px/18px "Roboto", Arial, sans-serif;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
    bottom: 100%;
    left: 50%;
    margin: 0 0 10px;
    transform: translateX(-50%);
  }

  #smush-image-bar .smush-resize-box.smush-tooltip.smush-tooltip-constrained:after {
    min-width: 240px;
    white-space: normal;
  }

  #smush-image-bar .smush-resize-box.smush-tooltip:not(.show-description):hover:before,
  #smush-image-bar .smush-resize-box.smush-tooltip:not(.show-description):hover:after {
    opacity: 1;
  }

  #smush-image-bar .smush-resize-box:not(.show-description):hover .smush-image-info,
  #smush-image-bar .smush-resize-box.show-description .smush-image-info {
    background-color: #F8F8F8;
  }

  #smush-image-bar .smush-resize-box:not(.show-description):hover span:first-of-type,
  #smush-image-bar .smush-resize-box.show-description span:first-of-type {
    background-color: #E6E6E6;
    color: transparent;
  }

  #smush-image-bar .smush-resize-box:not(.show-description):hover span:first-of-type:before,
  #smush-image-bar .smush-resize-box.show-description span:first-of-type:before {
    font-family: "wpmudev-plugin-icons" !important;
    font-weight: 400;
    content: "ï£¿";
    color: #666;
    margin-right: -7px;
  }

  #smush-image-bar .smush-resize-box .smush-image-description {
    display: none;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 0 0 #DDDDDD;
    margin: 0 20px 20px;
    padding: 20px;
    color: #888888;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: -0.25px;
    line-height: 22px;
  }

  #smush-image-bar .smush-resize-box.show-description {
    padding-bottom: 1px;
    border-bottom: 1px solid #E6E6E6;
  }

  #smush-image-bar .smush-resize-box.show-description .smush-image-info {
    border-bottom: 0;
  }

  #smush-image-bar .smush-resize-box.show-description .smush-image-description {
    display: block;
  }

  #smush-image-bar .smush-resize-box.show-description span:first-of-type {
    background-color: #FECF2F;
    border-color: #FECF2F;
  }

  #smush-image-bar .smush-resize-box.show-description span:first-of-type:before {
    color: #333;
  }
}
</pre></body></html>