:root {
  --borderRadM: 10px;
  --gray200: #ecf0f3;
  --gray400: #d0d5d9;
  --gray600: #567182;
  --accentClr: #3b83d3;
  --errorBgClr: #fce6e8;
  --errorRed: #e42b3a;
}

.wpss-css {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wpss-css ul.staging-sites {
  width: 680px;
  box-sizing: border-box;
}

.wpss-css ul.staging-sites li.single-site {
  background-color: #fff;
  border-radius: var(--borderRadM);
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  margin-bottom: 20px;
}
.wpss-css ul.staging-sites li.single-site:not(:only-child) {
  display: flex;
  align-items: center;
}
.wpss-css ul.staging-sites li.single-site .action-btns {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--gray200);
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: -5px;
}
.wpss-css ul.staging-sites li.single-site .action-btns button {
  background-color: #fff;
  border-radius: var(--borderRadM);
  color: var(--gray600);
  border: 0;
  font-size: 12px;
  cursor: pointer;
  padding: 10px 15px 10px 35px;
  position: relative;
}
.wpss-css ul.staging-sites li.single-site .action-btns button:focus {
  outline: 0;
}
.wpss-css ul.staging-sites li.single-site .action-btns button:hover {
  background-color: var(--gray200);
}
.wpss-css ul.staging-sites li.single-site .action-btns button.delete {
  color: var(--errorRed);
}
.wpss-css ul.staging-sites li.single-site .action-btns button.delete:hover {
  background-color: var(--errorBgClr);
}
.wpss-css ul.staging-sites li.single-site .action-btns button::before {
  content: "";
  position: absolute;
  left: 12px;
}
.wpss-css ul.staging-sites li.single-site .action-btns button.copy::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.5 23.96'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23768b9a%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2'%3E%3Cpath class='cls-1' d='M18.55 20.54c1.08 0 1.95-.87 1.95-1.95V6.87c0-1.08-.87-1.95-1.95-1.95h-3.42c-.54 0-.98.43-.98.97s.44.98.98.98h3.17c.14 0 .25.11.25.25v9.75c0 .14-.11.25-.25.25H2.2c-.14 0-.25-.11-.25-.25V7.12c0-.14.11-.25.25-.25h3.17c.54 0 .98-.43.98-.97a.98.98 0 0 0-.97-.98H1.95C.87 4.92 0 5.8 0 6.87v11.71c0 1.08.87 1.95 1.95 1.95h7.07c.14 0 .25.11.25.25v.97c0 .14-.11.25-.25.25H4.15c-.54 0-.98.44-.98.98s.44.98.98.98h12.2c.54 0 .98-.44.98-.98s-.44-.98-.98-.98h-4.88c-.14 0-.25-.11-.25-.25v-.97c0-.14.11-.25.25-.25h7.07z'/%3E%3Cpath class='cls-1' d='M8.78 8.57c0 .14-.11.25-.25.25h-1.7c-.54 0-.98.44-.98.98 0 .26.1.51.29.69l3.42 3.42c.38.38 1 .38 1.38 0l3.42-3.42a.978.978 0 0 0-.69-1.67h-1.7c-.14 0-.25-.11-.25-.25V1.5a1.464 1.464 0 1 0-2.93-.07v7.15z'/%3E%3C/g%3E%3C/svg%3E");
  width: 14px;
  height: 16px;
  top: 8px;
  left: 13px;
}
.wpss-css ul.staging-sites li.single-site .action-btns button.push::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22.4'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23768b9a%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2'%3E%3Cpath class='cls-1' d='M24 9.61c0-1.57-.64-3.07-1.77-4.17a5.734 5.734 0 0 0-3.45-1.59c-.08 0-.15-.05-.19-.12C16.42.1 11.7-1.09 8.06 1.09A7.673 7.673 0 0 0 4.5 6.04c-.02.11-.12.19-.23.2C1.87 6.41 0 8.4 0 10.81c-.05 1.19.4 2.36 1.24 3.21 1 .88 2.28 1.37 3.61 1.38.55 0 .99-.46.99-1.02a.99.99 0 0 0-1.02-.98c-.8 0-1.57-.28-2.17-.8-.45-.48-.68-1.13-.64-1.79 0-.78.35-1.52.95-2.01.61-.49 1.4-.69 2.17-.53.54.11 1.07-.24 1.18-.78 0-.05.02-.09.02-.14.19-3.13 2.88-5.53 6.01-5.34 2.08.12 3.92 1.37 4.81 3.25.16.37.54.6.94.57 1.03-.05 2.02.33 2.76 1.05.74.71 1.16 1.7 1.16 2.73a3.84 3.84 0 0 1-3.44 3.79c-.55.07-.94.57-.87 1.12.06.5.49.88 1 .87h.13A5.804 5.804 0 0 0 24 9.62z'/%3E%3Cpath class='cls-1' d='M12.71 8.19a.996.996 0 0 0-1.41 0l-3.5 3.5a.987.987 0 0 0 0 1.41c.19.19.45.3.71.3h1.75c.14 0 .25.11.25.25v7.25c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-7.25c0-.14.11-.25.25-.25h1.75a1.003 1.003 0 0 0 .71-1.71l-3.5-3.5z'/%3E%3C/g%3E%3C/svg%3E");
  width: 16px;
  height: 15px;
}
.wpss-css ul.staging-sites li.single-site .action-btns button.edit::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.86 23.86'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23768b9a%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2'%3E%3Cpath class='cls-1' d='M15 3.92a.51.51 0 0 0-.35-.15.47.47 0 0 0-.35.15L3.37 14.84c-.2.2-.2.51 0 .71l4.95 4.95c.2.2.51.2.71 0L19.95 9.58c.19-.2.19-.51 0-.71L15 3.92zM2.36 16.73c-.13-.13-.32-.18-.49-.13-.17.05-.31.19-.35.36L.01 23.24c-.04.17 0 .35.13.47.12.12.3.17.47.13l6.27-1.5c.27-.06.43-.33.37-.6a.564.564 0 0 0-.13-.24l-4.77-4.78zM23.13 2.85 21.01.73c-.98-.97-2.56-.97-3.53 0l-1.42 1.42c-.2.2-.2.51 0 .71l4.95 4.95c.2.2.51.2.71 0l1.42-1.42c.97-.98.97-2.55 0-3.53z'/%3E%3C/g%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
}
.wpss-css ul.staging-sites li.single-site .action-btns button.delete::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e42b3a%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2'%3E%3Cpath class='cls-1' d='M18.45 7.5H3.55c-.28 0-.5.22-.5.5v.05l1.29 14.14a2 2 0 0 0 1.99 1.82h9.34a2 2 0 0 0 1.99-1.82l1.28-14.14a.481.481 0 0 0-.13-.38.506.506 0 0 0-.37-.16zm-9.2 13c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-9c0-.41.34-.75.75-.75s.75.34.75.75v9zm5 0c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-9c0-.41.34-.75.75-.75s.75.34.75.75v9zM21 4h-4.75c-.14 0-.25-.11-.25-.25V2.5A2.5 2.5 0 0 0 13.5 0h-5A2.5 2.5 0 0 0 6 2.5v1.25c0 .14-.11.25-.25.25H1c-.55 0-1 .45-1 1s.45 1 1 1h20c.55 0 1-.45 1-1s-.45-1-1-1zM8 3.75V2.5c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5v1.25c0 .14-.11.25-.25.25h-5.5C8.11 4 8 3.89 8 3.75z'/%3E%3C/g%3E%3C/svg%3E");
  width: 14px;
  height: 15px;
  top: 9px;
}
.wpss-css ul.staging-sites li.single-site .name-timestamp-cont {
}

.wpss-css ul.staging-sites li.single-site .name-timestamp-cont .staging-site-name {
}

ul.staging-sites li.single-site .name-timestamp-cont .staging-site-name a,
ul.staging-sites
  li.single-site
  .name-timestamp-cont
  .staging-site-name
  .wpss-css a:visited {
  position: relative;
  color: #000;
  font-size: 15px;
  padding-right: 15px;
}

.wpss-css ul.staging-sites li.single-site .name-timestamp-cont .staging-site-name a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.41 17.41'%3E%3Cpath d='M1.66 0C1.25 0 .91.34.91.75s.34.75.75.75h13.19L.22 16.13c-.29.29-.29.77 0 1.06s.77.29 1.06 0L15.91 2.56v13.19c0 .41.34.75.75.75s.75-.34.75-.75v-15c0-.1-.02-.2-.06-.29a.782.782 0 0 0-.41-.41.717.717 0 0 0-.29-.06H1.66z'/%3E%3C/svg%3E");
}

.wpss-css ul.staging-sites li.single-site .name-timestamp-cont .staging-site-timestamp {
  color: var(--gray600);
  font-size: 13px;
  margin-top: 7px;
}

.wpss-css ul.staging-sites li.single-site .icon-action-overflow {
  background-color: var(--gray200);
  width: 40px;
  height: 40px;
  border-radius: var(--borderRadM);
  margin-left: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wpss-css ul.staging-sites li.single-site .icon-action-overflow::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 6.5'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23768b9a%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2'%3E%3Ccircle class='cls-1' cx='3.25' cy='3.25' r='3.25'/%3E%3Ccircle class='cls-1' cx='12' cy='3.25' r='3.25'/%3E%3Ccircle class='cls-1' cx='20.75' cy='3.25' r='3.25'/%3E%3C/g%3E%3C/svg%3E");
  width: 14px;
  height: 4px;
}
.wpss-css .create-staging-cont {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  width: 680px;
  box-sizing: border-box;
}
.wpss-css .create-staging-cont h4 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.wpss-css .create-staging-cont .mbox {
  background-color: var(--gray200);
  border: 2px solid var(--gray400);
  border-radius: var(--borderRadM);
  display: block;
  margin-bottom: 20px;
  padding: 10px;
}

.wpss-css .create-staging-cont .form-top-label {
  font-size: 11px;
  color: var(--gray600);
  margin-bottom: 3px;
}
.wpss-css .create-staging-cont .staging-link-cont {
  display: flex;
  align-items: center;
}
.wpss-css .create-staging-cont .staging-link-cont .staging-domain-base {
  font-size: 16px;
  cursor: not-allowed;
  opacity: 0.5;
}
.wpss-css .create-staging-cont .staging-link-cont input[type="text"] {
  font-weight: bold;
  font-size: 16px;
  background-color: transparent;
  padding: 0;
  border: 0;
  flex: 1 1 auto;
}
.wpss-css .create-staging-cont .staging-link-cont input[type="text"]:focus {
  outline: 0;
}
.wpss-css .create-staging-cont label {
  display: inline-block;
}
.wpss-css .create-staging-cont .button-cont {
  /* display: flex;
  justify-content: flex-end; */
}
.wpss-css .create-staging-cont .button-cont button {
  background-color: var(--accentClr);
  border-radius: var(--borderRadM);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 0;
  padding: 15px 20px;
  cursor: pointer;
}
.wpss-css .create-staging-cont .button-cont .cancel{
  background-color: #fff;
  border: 1px solid var(--gray400);
  border-radius: var(--borderRadM);
  padding: 12px 15px;
  cursor: pointer;
  color:rgba(0, 0, 0, 0.8);
}

.wpss-css .create-staging-cont .progress-cont {
  color: var(--gray600);
  font-size: 12px;
  text-align: center;
  margin: 50px 0;
}
.wpss-css .create-staging-cont .progress-cont .progress-bar {
  position: relative;
  height: 10px;
  background-color: var(--accentClr);
  border-radius: var(--borderRadM);
  width: 300px;
  margin: 15px auto;
}

.wpss-css .create-staging-cont .progress-cont .progress-bar .inside {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  animation: movewpss 2s linear infinite;
  background-size: 50px 50px;
}
.wpss-css .create-staging-cont .cancel-staging-process {
  text-align: center;
}

.wpss-css .create-staging-cont .cancel-staging-process a {
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}


.wpss-css .wpss_dialog_wrapper {
  position: fixed;
  background-color: rgba(0,0,0,.4);
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wpss-css .dialog-cont {
  background-color: #fff;
  border-radius: 20px;
  width: 500px;
  box-sizing: border-box;
}

.wpss-css .dialog-cont .dialog-icon-cont {
  padding-top: 50px;
}
.wpss-css .dialog-cont .dialog-icon {
  margin: auto;
}

.wpss-css .dialog-cont .dialog-message {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 20px;
}
.wpss-css .dialog-cont .dialog-helptext {
  font-size: 15px;
  text-align: center;
  color: var(--gray600);
  padding: 0 20px;
  line-height: 1.4em;
}
.wpss-css .dialog-cont .dialog-btn-cont {
  display: flex;
  padding: 10px;
  border-top: 1px solid var(--gray400);
  margin-top: 30px;
}
.wpss-css .dialog-cont .dialog-btn-cont .confirm {
  margin-left: auto;
  border-radius: var(--borderRadM);
  border: 0;
  color: #fff;
  background-color: var(--accentClr);
  padding: 12px 15px;
  cursor: pointer;
}
.wpss-css .dialog-cont .dialog-btn-cont .confirm.red {
  background-color: var(--errorRed);
}
.wpss-css .dialog-cont .dialog-btn-cont .cancel {
  background-color: #fff;
  border: 1px solid var(--gray400);
  border-radius: var(--borderRadM);
  padding: 12px 15px;
  cursor: pointer;
}

.wpss-css .dialog-cont .dialog-icon.del {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.88 34.74'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e42b3a%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2'%3E%3Cpath class='cls-1' d='M13.09 13.25a.976.976 0 0 0-.55-.18h-1.5c-1.1 0-2 .9-2 2v8.25c0 1.1.9 2 2 2h5.75c.14 0 .25.11.25.25v.5c0 .14-.11.25-.25.25h-2.75c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1h-2.75c-.14 0-.25-.11-.25-.25v-.5c0-.14.11-.25.25-.25h5.75c1.1 0 2-.9 2-2v-3.5c0-.55-.45-1-1-1s-1 .45-1 1v1.75c0 .14-.11.25-.25.25H11.3c-.14 0-.25-.11-.25-.25v-6.25c0-.14.11-.25.25-.25h1.25c.49 0 .9-.36.97-.84.02-.05.03-.11.03-.16 0-.33-.18-.64-.45-.82zM23.3 31.49h-2.7c-.1 0-.19-.06-.23-.16a2.487 2.487 0 0 0-3.21-1.43c-.66.25-1.17.77-1.43 1.43-.04.1-.13.16-.23.16h-2.7c-.41 0-.75.34-.75.75s.34.75.75.75h2.7c.1 0 .2.06.23.16a2.487 2.487 0 0 0 3.21 1.43c.66-.25 1.17-.77 1.43-1.43.04-.1.13-.16.23-.16h2.7c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zm-5.25 1.75c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM8.05 32.24c0-.41-.34-.75-.75-.75h-.5c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75zM9.8 31.49c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.5zM25.8 31.49c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.5zM29.3 31.49h-.5c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zM31.63 31.49c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.5zM35.13 31.49h-.5c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zM.75 31.49c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.5zM4.25 31.49h-.5c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75z'/%3E%3Cpath class='cls-1' d='M27.14 10.39c-.1-.02-.19.05-.21.15v1.55c0 .1-.08.18-.18.18h-9.74a.18.18 0 0 1-.18-.18V5.95c0-.1.08-.18.18-.18h5.12c.1 0 .18-.08.18-.18v-.03c-.05-.35-.08-.7-.06-1.05 0-.1-.07-.18-.16-.19h-5.25c-.8 0-1.44.65-1.44 1.44v7.58c0 .8.65 1.44 1.44 1.44h4.15c.1 0 .18.08.18.18v.72c0 .1-.08.18-.18.18h-1.98c-.4 0-.72.32-.72.72s.32.72.72.72h5.77c.4 0 .72-.32.72-.72s-.32-.72-.72-.72H22.8a.18.18 0 0 1-.18-.18v-.72c0-.1.08-.18.18-.18h4.15c.8 0 1.44-.65 1.44-1.44v-2.71s-.02-.1-.06-.13a.235.235 0 0 0-.13-.05h-.17c-.29 0-.58-.02-.87-.07z'/%3E%3Cpath class='cls-1' d='M28.01 0a4.69 4.69 0 1 0 0 9.38 4.69 4.69 0 0 0 0-9.38zM26.1 5.84l1.02-1.02c.07-.07.07-.18 0-.25L26.1 3.55a.55.55 0 0 1 .01-.77c.21-.2.54-.2.75 0l1.02 1.02c.07.07.18.07.26 0l1.02-1.02a.55.55 0 0 1 .77-.01c.21.21.22.55.01.77l-.01.01-1.02 1.02c-.07.07-.07.18 0 .25l1.02 1.02c.21.21.21.55 0 .77-.21.21-.55.21-.76 0l-1.02-1.02c-.07-.07-.18-.07-.26 0l-1.02 1.02c-.21.2-.55.2-.76 0a.526.526 0 0 1-.04-.75s.02-.02.04-.01z'/%3E%3C/g%3E%3C/svg%3E");
  width: 100px;
  height: 85px;
}
.wpss-css .dialog-cont .dialog-icon.stg-live {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.88 30.43'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%233b83d3%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2'%3E%3Cpath class='cls-1' d='M33.05 1.75C33.05.78 32.27 0 31.3 0h-9.5c-.97 0-1.75.78-1.75 1.75V2c0 .41.34.75.75.75s.75-.34.75-.75v-.25c0-.14.11-.25.25-.25h9.5c.14 0 .25.11.25.25v5.5c0 .14-.11.25-.25.25h-8.75c-.28 0-.5.22-.5.5v1.5c0 .28.22.5.5.5h3.02c.14 0 .25.11.25.25v1c0 .14-.11.25-.25.25h-1.52c-.41 0-.75.34-.75.75s.34.75.75.75h5.25c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-1.73c-.14 0-.25-.11-.25-.25v-1c0-.14.11-.25.25-.25h3.73c.97 0 1.75-.78 1.75-1.75v-6.5z'/%3E%3Cpath class='cls-1' d='M20.25 9.71a.996.996 0 0 0-.71-1.7h-.31c-.14 0-.25-.11-.25-.25 0-.04 0-.08.03-.12a3.99 3.99 0 0 1 3.53-2.13c.55 0 1-.45 1-1s-.45-1-1-1c-2.66 0-5.01 1.76-5.75 4.32-.03.11-.13.18-.24.18h-1.01a1.003 1.003 0 0 0-.71 1.71l2 2c.39.39 1.02.39 1.41 0l2-2z'/%3E%3Cpath class='cls-1' d='M13.09 8.93a.976.976 0 0 0-.55-.18h-1.5c-1.1 0-2 .9-2 2V19c0 1.1.9 2 2 2h5.75c.14 0 .25.11.25.25v.5c0 .14-.11.25-.25.25h-2.75c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1h-2.75c-.14 0-.25-.11-.25-.25v-.5c0-.14.11-.25.25-.25h5.75c1.1 0 2-.9 2-2v-3.5c0-.55-.45-1-1-1s-1 .45-1 1v1.75c0 .14-.11.25-.25.25H11.3c-.14 0-.25-.11-.25-.25V11c0-.14.11-.25.25-.25h1.25c.49 0 .9-.36.97-.84.02-.05.03-.11.03-.16 0-.33-.18-.64-.45-.82zM23.3 27.18h-2.7c-.1 0-.19-.06-.23-.16a2.487 2.487 0 0 0-3.21-1.43c-.66.25-1.17.77-1.43 1.43-.04.1-.13.16-.23.16h-2.7c-.41 0-.75.34-.75.75s.34.75.75.75h2.7c.1 0 .2.06.23.16a2.487 2.487 0 0 0 3.21 1.43c.66-.25 1.17-.77 1.43-1.43.04-.1.13-.16.23-.16h2.7c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zm-5.25 1.75c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM8.05 27.93c0-.41-.34-.75-.75-.75h-.5c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75zM9.8 27.18c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.5zM25.8 27.18c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.5zM29.3 27.18h-.5c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zM31.63 27.18c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.5zM35.13 27.18h-.5c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zM.75 27.18c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.5zM4.25 27.18h-.5c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75z'/%3E%3C/g%3E%3C/svg%3E");
  width: 100px;
  height: 85px;
}
.wpss-css .dialog-cont .dialog-icon.live-stg {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.88 30.43'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%233b83d3%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2'%3E%3Cpath class='cls-1' d='M33.05 1.75C33.05.78 32.27 0 31.3 0h-9.5c-.97 0-1.75.78-1.75 1.75V2c0 .41.34.75.75.75s.75-.34.75-.75v-.25c0-.14.11-.25.25-.25h9.5c.14 0 .25.11.25.25v5.5c0 .14-.11.25-.25.25h-8.75c-.28 0-.5.22-.5.5v1.5c0 .28.22.5.5.5h3.02c.14 0 .25.11.25.25v1c0 .14-.11.25-.25.25h-1.52c-.41 0-.75.34-.75.75s.34.75.75.75h5.25c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-1.73c-.14 0-.25-.11-.25-.25v-1c0-.14.11-.25.25-.25h3.73c.97 0 1.75-.78 1.75-1.75v-6.5z'/%3E%3Cpath class='cls-1' d='M22.42 6.71a.996.996 0 0 0 0-1.41l-2-2a1.003 1.003 0 0 0-1.71.71v1.01c0 .11-.07.21-.18.24a5.997 5.997 0 0 0-4.32 5.75c0 .55.45 1 1 1s1-.45 1-1c0-1.48.82-2.84 2.13-3.53.04-.02.08-.03.12-.03.14 0 .25.11.25.25v.31c0 .27.11.52.29.71.39.39 1.02.39 1.41 0l2-2z'/%3E%3Cpath class='cls-1' d='M13.09 8.93a.976.976 0 0 0-.55-.18h-1.5c-1.1 0-2 .9-2 2V19c0 1.1.9 2 2 2h5.75c.14 0 .25.11.25.25v.5c0 .14-.11.25-.25.25h-2.75c-.55 0-1 .45-1 1s.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1h-2.75c-.14 0-.25-.11-.25-.25v-.5c0-.14.11-.25.25-.25h5.75c1.1 0 2-.9 2-2v-3.5c0-.55-.45-1-1-1s-1 .45-1 1v1.75c0 .14-.11.25-.25.25H11.3c-.14 0-.25-.11-.25-.25V11c0-.14.11-.25.25-.25h1.25c.49 0 .9-.36.97-.84.02-.05.03-.11.03-.16 0-.33-.18-.64-.45-.82zM23.3 27.18h-2.7c-.1 0-.19-.06-.23-.16a2.487 2.487 0 0 0-3.21-1.43c-.66.25-1.17.77-1.43 1.43-.04.1-.13.16-.23.16h-2.7c-.41 0-.75.34-.75.75s.34.75.75.75h2.7c.1 0 .2.06.23.16a2.487 2.487 0 0 0 3.21 1.43c.66-.25 1.17-.77 1.43-1.43.04-.1.13-.16.23-.16h2.7c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zm-5.25 1.75c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM8.05 27.93c0-.41-.34-.75-.75-.75h-.5c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75zM9.8 27.18c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.5zM25.8 27.18c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.5zM29.3 27.18h-.5c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zM31.63 27.18c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.5zM35.13 27.18h-.5c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zM.75 27.18c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.5zM4.25 27.18h-.5c-.41 0-.75.34-.75.75s.34.75.75.75h.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75z'/%3E%3C/g%3E%3C/svg%3E");
  width: 100px;
  height: 85px;
}

.wpss-css .ask_push_to_live_tooltip_wpss {
  display: none;
  position: absolute;
  width: 160px;
  text-align: center;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  left: -20px;
  top: 40px;
}

.wpss-css #ask_push_to_live_wpss:hover .ask_push_to_live_tooltip_wpss{
  display: block;
}


@keyframes movewpss {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
