@font-face {
  font-family: 'gificons';
  src: url("https://cdn.gifs.com/fonts/gificons6.eot?vt7dnt");
  src: url("https://cdn.gifs.com/fonts/gificons6.eot?vt7dnt#iefix") format('embedded-opentype'), url("https://cdn.gifs.com/fonts/gificons6.ttf?vt7dnt") format('truetype'), url("https://cdn.gifs.com/fonts/gificons6.woff?vt7dnt") format('woff'), url("https://cdn.gifs.com/fonts/gificons6.svg?vt7dnt#gificons") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SFUIText-Medium";
  src: url("https://cdn.gifs.com/fonts/SanFranciscoText-Medium.otf") format('opentype'), url("https://cdn.gifs.com/fonts/SanFranciscoText-Medium.ttf") format('truetype'), url("https://cdn.gifs.com/fonts/SanFranciscoText-Medium.woff") format('woff'), url("https://cdn.gifs.com/fonts/SanFranciscoText-Medium.svg") format('svg');
  font-weight: lighter;
  font-style: normal;
}
@-moz-keyframes slideBg {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 300% 0%;
  }
}
@-webkit-keyframes slideBg {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 300% 0%;
  }
}
@-o-keyframes slideBg {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 300% 0%;
  }
}
@keyframes slideBg {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 300% 0%;
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html,
body {
  font-size: 100%;
}
body .editor-container {
  background: #fafafa;
  color: #a8b2bc;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 1;
  margin: 0 auto;
  padding: 0;
  user-select: none;
}
a {
  cursor: pointer;
  text-decoration: none;
  font-weight: normal;
  color: #00e39e;
}
.editor-container.editing .container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
body > .editor-container.editing .container {
  padding-top: 20px;
}
.overlay_contentBox .editor-container {
  padding: 20px;
}
@media only screen and (max-device-width: 480px) {
  .editor-container.editing .container {
    width: 100%;
  }
}
button {
  -webkit-appearance: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 32px;
  line-height: 30px;
  margin: 0;
  outline: none;
  padding: 0 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-transform: capitalize;
  transition: background 0.1s ease-out;
  user-select: none;
  vertical-align: top;
  white-space: no-wrap;
  background: $gray;
  color: #fff;
}
.button.js-create-gif {
  overflow: hidden;
  max-height: 0;
  transition: 200ms max-height ease;
  -webkit-transition: 200ms max-height ease;
  -moz-transition: 200ms max-height ease;
  -ms-transition: 200ms max-height ease;
  -o-transition: 200ms max-height ease;
}
.button.js-create-gif:hover {
  color: $text;
}
.button.js-view-gif:hover {
  color: $text;
}
.button i,
.button span {
  vertical-align: top;
  pointer-events: none;
  line-height: 30px;
}
.button input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.button + label {
  color: $text;
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: top;
  line-height: 32px;
}
.button.small + label {
  line-height: 24px;
}
.button.right + label {
  color: $dark-text;
  line-height: 16px;
  margin-bottom: 8px;
  margin-left: 0;
}
.button i {
  color: #fff;
}
.button i + span,
.button span + i,
.button i + i {
  margin-left: 6px;
}
.button:hover,
.button.hover {
  background: linear-gradient(to bottom, bgTopColor, bgTopColor);
}
.button.loading,
.button.loading[disabled] {
  color: rgba(255,255,255,0);
  cursor: wait;
  background: linear-gradient(to right, #b52869 0%, #b52869 6%, #f12e6a 6%, #f12e6a 20%, #b31f9c 20%, #b31f9c 22%, #9c19ab 22%, #9c19ab 38%, #6848a8 38%, #6848a8 44%, #ff3a8a 44%, #ff3a8a 60%, #ee69bb 60%, #ee69bb 66%, #eadb34 66%, #eadb34 74%, #00e39e 74%, #00e39e 92%, #25c6c4 92%);
  background-size: 300% 100%;
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 1;
  animation: slideBg 12s linear infinite;
}
.button.loading::after,
.button.loading[disabled]::after {
  animation: spin 1.1s linear infinite;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateZ(0);
  border-bottom: 3px solid transparent;
  border-left: 3px solid #fff;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  height: 24px;
  margin: -12px 0 0 -12px;
  width: 24px;
}
.button.loading i,
.button.loading[disabled] i {
  color: rgba(255,255,255,0);
}
.button.danger {
  background: #8d0000;
  color: $light-red;
}
.button.danger i {
  color: $light-red;
}
.button.danger i + span,
.button.danger span + i,
.button.danger i + i {
  margin-left: 6px;
}
.button.danger:hover,
.button.danger.hover {
  background: linear-gradient(to bottom, bgTopColor, bgTopColor);
}
.button.danger.loading,
.button.danger.loading[disabled] {
  color: rgba(255,255,255,0);
  cursor: wait;
  background: linear-gradient(to right, #b52869 0%, #b52869 6%, #f12e6a 6%, #f12e6a 20%, #b31f9c 20%, #b31f9c 22%, #9c19ab 22%, #9c19ab 38%, #6848a8 38%, #6848a8 44%, #ff3a8a 44%, #ff3a8a 60%, #ee69bb 60%, #ee69bb 66%, #eadb34 66%, #eadb34 74%, #00e39e 74%, #00e39e 92%, #25c6c4 92%);
  background-size: 300% 100%;
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 1;
  animation: slideBg 12s linear infinite;
}
.button.danger.loading::after,
.button.danger.loading[disabled]::after {
  animation: spin 1.1s linear infinite;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateZ(0);
  border-bottom: 3px solid transparent;
  border-left: 3px solid #fff;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  height: 24px;
  margin: -12px 0 0 -12px;
  width: 24px;
}
.button.danger.loading i,
.button.danger.loading[disabled] i {
  color: rgba(255,255,255,0);
}
.button.dark {
  background: #31343c;
  color: #484d58;
  font-weight: 600;
}
.button.dark i {
  color: #484d58;
}
.button.dark i + span,
.button.dark span + i,
.button.dark i + i {
  margin-left: 6px;
}
.button.dark:hover,
.button.dark.hover {
  background: linear-gradient(to bottom, bgTopColor, bgTopColor);
}
.button.dark.loading,
.button.dark.loading[disabled] {
  color: rgba(255,255,255,0);
  cursor: wait;
  background: linear-gradient(to right, #b52869 0%, #b52869 6%, #f12e6a 6%, #f12e6a 20%, #b31f9c 20%, #b31f9c 22%, #9c19ab 22%, #9c19ab 38%, #6848a8 38%, #6848a8 44%, #ff3a8a 44%, #ff3a8a 60%, #ee69bb 60%, #ee69bb 66%, #eadb34 66%, #eadb34 74%, #00e39e 74%, #00e39e 92%, #25c6c4 92%);
  background-size: 300% 100%;
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 1;
  animation: slideBg 12s linear infinite;
}
.button.dark.loading::after,
.button.dark.loading[disabled]::after {
  animation: spin 1.1s linear infinite;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateZ(0);
  border-bottom: 3px solid transparent;
  border-left: 3px solid #fff;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  height: 24px;
  margin: -12px 0 0 -12px;
  width: 24px;
}
.button.dark.loading i,
.button.dark.loading[disabled] i {
  color: rgba(255,255,255,0);
}
.button.primary {
  background: #00e39e;
  color: #fff;
}
.button.primary i {
  color: #fff;
}
.button.primary i + span,
.button.primary span + i,
.button.primary i + i {
  margin-left: 6px;
}
.button.primary:hover,
.button.primary.hover {
  background: linear-gradient(to bottom, bgTopColor, bgTopColor);
}
.button.primary.loading,
.button.primary.loading[disabled] {
  color: rgba(255,255,255,0);
  cursor: wait;
  background: linear-gradient(to right, #b52869 0%, #b52869 6%, #f12e6a 6%, #f12e6a 20%, #b31f9c 20%, #b31f9c 22%, #9c19ab 22%, #9c19ab 38%, #6848a8 38%, #6848a8 44%, #ff3a8a 44%, #ff3a8a 60%, #ee69bb 60%, #ee69bb 66%, #eadb34 66%, #eadb34 74%, #00e39e 74%, #00e39e 92%, #25c6c4 92%);
  background-size: 300% 100%;
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 1;
  animation: slideBg 12s linear infinite;
}
.button.primary.loading::after,
.button.primary.loading[disabled]::after {
  animation: spin 1.1s linear infinite;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateZ(0);
  border-bottom: 3px solid transparent;
  border-left: 3px solid #fff;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  height: 24px;
  margin: -12px 0 0 -12px;
  width: 24px;
}
.button.primary.loading i,
.button.primary.loading[disabled] i {
  color: rgba(255,255,255,0);
}
.button.info {
  background: #645cff;
  color: #fff;
}
.button.info i {
  color: #fff;
}
.button.info i + span,
.button.info span + i,
.button.info i + i {
  margin-left: 6px;
}
.button.info:hover,
.button.info.hover {
  background: linear-gradient(to bottom, bgTopColor, bgTopColor);
}
.button.info.loading,
.button.info.loading[disabled] {
  color: rgba(255,255,255,0);
  cursor: wait;
  background: linear-gradient(to right, #b52869 0%, #b52869 6%, #f12e6a 6%, #f12e6a 20%, #b31f9c 20%, #b31f9c 22%, #9c19ab 22%, #9c19ab 38%, #6848a8 38%, #6848a8 44%, #ff3a8a 44%, #ff3a8a 60%, #ee69bb 60%, #ee69bb 66%, #eadb34 66%, #eadb34 74%, #00e39e 74%, #00e39e 92%, #25c6c4 92%);
  background-size: 300% 100%;
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 1;
  animation: slideBg 12s linear infinite;
}
.button.info.loading::after,
.button.info.loading[disabled]::after {
  animation: spin 1.1s linear infinite;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateZ(0);
  border-bottom: 3px solid transparent;
  border-left: 3px solid #fff;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  height: 24px;
  margin: -12px 0 0 -12px;
  width: 24px;
}
.button.info.loading i,
.button.info.loading[disabled] i {
  color: rgba(255,255,255,0);
}
.button.expand {
  width: 100%;
}
.button.sunglasses {
  background: #ff4771;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.button.sunglasses i {
  color: #fff;
}
.button.sunglasses i + span,
.button.sunglasses span + i,
.button.sunglasses i + i {
  margin-left: 6px;
}
.button.sunglasses:hover,
.button.sunglasses.hover {
  background: linear-gradient(to bottom, bgTopColor, bgTopColor);
}
.button.sunglasses.loading,
.button.sunglasses.loading[disabled] {
  color: rgba(255,255,255,0);
  cursor: wait;
  background: linear-gradient(to right, #b52869 0%, #b52869 6%, #f12e6a 6%, #f12e6a 20%, #b31f9c 20%, #b31f9c 22%, #9c19ab 22%, #9c19ab 38%, #6848a8 38%, #6848a8 44%, #ff3a8a 44%, #ff3a8a 60%, #ee69bb 60%, #ee69bb 66%, #eadb34 66%, #eadb34 74%, #00e39e 74%, #00e39e 92%, #25c6c4 92%);
  background-size: 300% 100%;
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 1;
  animation: slideBg 12s linear infinite;
}
.button.sunglasses.loading::after,
.button.sunglasses.loading[disabled]::after {
  animation: spin 1.1s linear infinite;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateZ(0);
  border-bottom: 3px solid transparent;
  border-left: 3px solid #fff;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  height: 24px;
  margin: -12px 0 0 -12px;
  width: 24px;
}
.button.sunglasses.loading i,
.button.sunglasses.loading[disabled] i {
  color: rgba(255,255,255,0);
}
.button.sunglasses:hover {
  background-color: #eb4268 !important;
}
.button.large {
  font-size: 16px;
  height: 48px;
  font-weight: 600;
}
.button.large i,
.button.large span {
  line-height: 46px;
}
.button.large i {
  font-size: 24px;
}
.button.extra-large {
  font-size: 18px;
  height: 70px;
  font-weight: 600;
}
.button.extra-large i,
.button.extra-large span {
  line-height: 46px;
}
.button.extra-large i {
  font-size: 24px;
}
.button#upload-sticker-button {
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.button.large-select {
  background: transparent;
  color: transparent;
  font-size: 15px;
  height: 40px;
  line-height: 38px;
  font-weight: 400;
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}
.button.large-select i {
  color: transparent;
}
.button.large-select i + span,
.button.large-select span + i,
.button.large-select i + i {
  margin-left: 6px;
}
.button.large-select:hover,
.button.large-select.hover {
  background: linear-gradient(to bottom, bgTopColor, bgTopColor);
}
.button.large-select.loading,
.button.large-select.loading[disabled] {
  color: rgba(255,255,255,0);
  cursor: wait;
  background: linear-gradient(to right, #b52869 0%, #b52869 6%, #f12e6a 6%, #f12e6a 20%, #b31f9c 20%, #b31f9c 22%, #9c19ab 22%, #9c19ab 38%, #6848a8 38%, #6848a8 44%, #ff3a8a 44%, #ff3a8a 60%, #ee69bb 60%, #ee69bb 66%, #eadb34 66%, #eadb34 74%, #00e39e 74%, #00e39e 92%, #25c6c4 92%);
  background-size: 300% 100%;
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 1;
  animation: slideBg 12s linear infinite;
}
.button.large-select.loading::after,
.button.large-select.loading[disabled]::after {
  animation: spin 1.1s linear infinite;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateZ(0);
  border-bottom: 3px solid transparent;
  border-left: 3px solid #fff;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  height: 24px;
  margin: -12px 0 0 -12px;
  width: 24px;
}
.button.large-select.loading i,
.button.large-select.loading[disabled] i {
  color: rgba(255,255,255,0);
}
.button.no-bg {
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}
.button.no-bg:hover {
  background: transparent;
}
.button.no-bg.active {
  background: transparent;
}
.button.no-bg.dark {
  color: lightest-coal;
}
.button.no-bg.dark:hover {
  color: #fff;
}
.button.small {
  border-radius: 4px;
  height: 24px;
  line-height: 22px;
  padding: 0 8px;
}
.button.small.icon-only {
  width: 24px;
}
.button.icon-only {
  padding: 0;
  width: 32px;
}
.button.icon-only.no-bg.active i {
  color: $bn-blue;
}
.button[disabled] {
  background: #d2dae1;
  cursor: not-allowed;
  color: #a8b2bc;
}
.button-group {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.button-group.dark .button {
  background: #31343c;
  color: #484d58;
  font-weight: 600;
}
.button-group.dark .button i {
  color: #484d58;
}
.button-group.dark .button i + span,
.button-group.dark .button span + i,
.button-group.dark .button i + i {
  margin-left: 6px;
}
.button-group.dark .button:hover,
.button-group.dark .button.hover {
  background: linear-gradient(to bottom, bgTopColor, bgTopColor);
}
.button-group.dark .button.loading,
.button-group.dark .button.loading[disabled] {
  color: rgba(255,255,255,0);
  cursor: wait;
  background: linear-gradient(to right, #b52869 0%, #b52869 6%, #f12e6a 6%, #f12e6a 20%, #b31f9c 20%, #b31f9c 22%, #9c19ab 22%, #9c19ab 38%, #6848a8 38%, #6848a8 44%, #ff3a8a 44%, #ff3a8a 60%, #ee69bb 60%, #ee69bb 66%, #eadb34 66%, #eadb34 74%, #00e39e 74%, #00e39e 92%, #25c6c4 92%);
  background-size: 300% 100%;
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 1;
  animation: slideBg 12s linear infinite;
}
.button-group.dark .button.loading::after,
.button-group.dark .button.loading[disabled]::after {
  animation: spin 1.1s linear infinite;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateZ(0);
  border-bottom: 3px solid transparent;
  border-left: 3px solid #fff;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  height: 24px;
  margin: -12px 0 0 -12px;
  width: 24px;
}
.button-group.dark .button.loading i,
.button-group.dark .button.loading[disabled] i {
  color: rgba(255,255,255,0);
}
.button-group .button {
  border-radius: 0;
  display: block;
  float: left;
}
.button-group .button.icon-only {
  width: 40px;
}
.button-group .button:not(:last-child) {
  border-right: none;
}
.button-group .button:first-child {
  border-radius: 5px 0 0 5px;
}
.button-group .button:last-child {
  border-radius: 0 5px 5px 0;
}
.circle-button {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  background: transparent;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  border: 2px solid #a8b2bc;
  outline: none;
  padding: 0;
  transition: border-color 0.1s ease-out, background 0.1s ease-out, transform 0.2s ease-out, opacity 0.2s ease-out;
}
.circle-button i {
  line-height: 36px;
  color: #a8b2bc;
  transition: color 0.1s ease-out;
}
.circle-button:hover {
  background: #a8b2bc;
}
.circle-button:hover i {
  color: #5e6974;
}
.circle-button:active {
  transform: scale(0.9, 0.9);
  opacity: 0.8;
}
.circle-button.info {
  border-color: #645cff;
}
.circle-button.info i {
  color: #645cff;
}
.circle-button.info:hover {
  background: #645cff;
  border-color: #645cff;
}
.circle-button.info:hover i {
  color: #443dce;
}
.circle-button.primary {
  border-color: #00e39e;
}
.circle-button.primary i {
  color: #00e39e;
}
.circle-button.primary:hover {
  background: #00e39e;
  border-color: #00e39e;
}
.circle-button.primary:hover i {
  color: #0f6549;
}
.circle-button.danger {
  border-color: #a8b2bc;
}
.circle-button.danger i {
  color: #a8b2bc;
}
.circle-button.danger:hover {
  background: #ff8f8f;
  border-color: #ff8f8f;
}
.circle-button.danger:hover i {
  color: #8d0000;
}
.flex-button {
  padding: 0 12px !important;
}
.flex-button .stretch {
  text-align: left !important;
  padding-right: 0 !important;
}
.flex-button .post {
  padding-left: 8px !important;
}
.flex-button.large {
  padding: 0 16px !important;
}
.play-toggle-button {
  display: inline-block;
  transition: color 0.1s ease-out;
}
.play-toggle-button .text {
  display: inline-block;
  line-height: 24px;
  vertical-align: top;
}
.play-toggle-button .small-circle-button {
  border: 1px solid #a8b2bc;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  line-height: 22px;
  text-align: center;
  width: 24px;
  vertical-align: top;
}
.play-toggle-button .small-circle-button .icon {
  width: 16px;
  height: 22px;
  display: inline-block;
  position: relative;
}
.play-toggle-button .small-circle-button .icon::before,
.play-toggle-button .small-circle-button .icon::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 10px;
  background: #a8b2bc;
  top: 6px;
  left: 4px;
}
.play-toggle-button .small-circle-button .icon::after {
  left: 9px;
}
.play-toggle-button.active .small-circle-button .icon::before {
  display: none;
}
.play-toggle-button.active .small-circle-button .icon::after {
  content: '';
  background: transparent;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 8px solid #a8b2bc;
  top: 5px;
  left: 5px;
}
.play-toggle-button:hover .text {
  color: #00e39e;
}
.play-toggle-button:hover .small-circle-button {
  border-color: #00e39e;
}
.play-toggle-button:hover .small-circle-button .icon::before,
.play-toggle-button:hover .small-circle-button .icon::after {
  background: #00e39e;
}
.play-toggle-button.active:hover .small-circle-button .icon::before {
  display: none;
}
.play-toggle-button.active:hover .small-circle-button .icon::after {
  background: transparent;
  border-left-color: #00e39e;
}
.face-clickable {
  position: absolute;
  border: 3px solid #fff;
  box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75), 0px 0px 15px 0px rgba(0,0,0,0.75);
  border-radius: 5px;
  top: 0;
  left: 0;
  background-color: none;
}
.face-clickable:hover {
  background-color: rgba(0,227,158,0.4);
  border: 3px solid #00e39e;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
.picker-wrapper,
.slide-wrapper {
  position: relative;
  float: left;
}
.picker-wrapper {
  overflow: hidden;
}
.picker-indicator,
.slide-indicator {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.picker,
.slide {
  cursor: crosshair;
  float: left;
}
.picker {
  width: 160px;
  height: 160px;
  overflow: hidden;
}
.slide {
  width: 24px;
  height: 160px;
  border-radius: 2px;
}
.slide-wrapper {
  margin-left: 12px;
}
.picker-indicator {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0,0,0,0.6);
  border-radius: 50%;
  box-sizing: border-box;
}
.slide-indicator {
  width: 32px;
  left: -4px;
  height: 6px;
  border: 1px solid rgba(0,0,0,0.4);
  border-radius: 2px;
  background-color: #fff;
  box-sizing: border-box;
}
.confirm-window {
  background-color: #24282c;
  z-index: 3;
  border-radius: 5px;
  padding: 10px;
}
.js-confirm-face {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.label-wrap {
  display: inline-block;
  vertical-align: middle;
}
.label-lg {
  font-size: 16px;
}
.label-sm {
  font-size: 12px;
}
#overlay-canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.saveBtnLoad {
  width: 62px;
}
.createBtnContainer {
  width: 960px;
  margin: 0 auto 20px;
  position: relative;
  height: 60px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  z-index: 10;
}
.creatingGIFactive .createLoader {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.creatingGIFactive .createBtn {
  background: #ff4771;
  color: rgba(0,0,0,0);
}
.creatingGIFactive .createLoadingBG {
  display: block;
}
.createLoader {
  font-size: 2px;
  position: absolute;
  text-indent: -9999em;
  border-top: 1.4em solid rgba(255,255,255,0);
  border-right: 1.4em solid rgba(255,255,255,0);
  border-bottom: 1.4em solid rgba(255,255,255,0);
  border-left: 1.4em solid #fff;
  -webkit-transform: translateZ(0) scale(0.5);
  -ms-transform: translateZ(0) scale(0.5);
  transform: translateZ(0) scale(0.5);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  left: 50%;
  top: 50%;
  margin: -6.1em 0 0 -7.1em;
  z-index: 11;
  pointer-events: none;
  opacity: 0;
}
.createLoader,
.createLoader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -moz-transform: rotate(0deg);
    -o--webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes load8 {
  0% {
    -moz-transform: rotate(0deg);
    -o--webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes load8 {
  0% {
    -moz-transform: rotate(0deg);
    -o--webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.createLoadingBG {
  width: calc(100% * 3);
  height: 60px;
  display: block;
  position: absolute;
  pointer-events: none;
  animation: panPattern 10s infinite linear;
  -webkit-animation: panPattern 10s infinite linear;
  -moz-animation: panPattern 10s infinite linear;
  -o-animation: panPattern 10s infinite linear;
}
.clbg_block {
  position: absolute;
  width: 960px;
  height: 100%;
}
.clbg_secondBlock {
  left: 960px;
}
.clbg_thirdBlock {
  left: 1920px;
}
@-webkit-keyframes panPattern {
  0% {
    left: 0;
  }
  100% {
    left: -1920px;
  }
}
@-moz-keyframes panPattern {
  0% {
    left: 0;
  }
  100% {
    left: -1920px;
  }
}
@-o-keyframes panPattern {
  0% {
    left: 0;
  }
  100% {
    left: -1920px;
  }
}
.createBtn {
  background: #3cdfa3;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 100%;
  margin: 0 0 20px;
  display: block;
  border-radius: 3px;
  height: 60px;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  transition: 0.3s box-shadow ease;
  -webkit-transition: 0.3s box-shadow ease;
  -moz-transition: 0.3s box-shadow ease;
  -o-transition: 0.3s box-shadow ease;
  cursor: pointer;
}
.createBtn:hover {
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.createBtn:focus,
.createBtn:active {
  outline: none;
}
.createBtn:active {
  background: #00b176;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
}
@-moz-keyframes load8 {
  0% {
    -moz-transform: rotate(0deg);
    -o--webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load8 {
  0% {
    -moz-transform: rotate(0deg);
    -o--webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes load8 {
  0% {
    -moz-transform: rotate(0deg);
    -o--webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -moz-transform: rotate(0deg);
    -o--webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes panPattern {
  0% {
    left: 0;
  }
  100% {
    left: -1920px;
  }
}
@-webkit-keyframes panPattern {
  0% {
    left: 0;
  }
  100% {
    left: -1920px;
  }
}
@-o-keyframes panPattern {
  0% {
    left: 0;
  }
  100% {
    left: -1920px;
  }
}
@keyframes panPattern {
  0% {
    left: 0;
  }
  100% {
    left: -1920px;
  }
}
.detection-status {
  width: 200px;
  height: 20px;
  height: auto;
  position: absolute;
  right: 10%;
  margin-left: -100px;
  bottom: 10px;
  background-color: #ff4771;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px -1px #383838;
  -moz-box-shadow: 0px 0px 5px -1px #383838;
  box-shadow: 0px 0px 5px -1px #383838;
}
.detection-head {
  font-size: 16px;
}
.disable-highlight {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}
.tooltip {
  position: absolute;
  z-index: 20;
  border-radius: 5px;
  background: #24282c;
  padding: 7px;
}
.tooltip i {
  display: inline !important;
  margin: 0 7px;
  cursor: pointer;
}
.tooltip i.icon-trash:hover {
  color: #ff8f8f;
}
.tooltip i.icon-arrow-right-thick:hover,
.tooltip i.icon-check:hover {
  color: #645cff;
}
.spinning-loader::after {
  -webkit-animation: spin 1.1s linear infinite;
  -moz-animation: spin 1.1s linear infinite;
  -o-animation: spin 1.1s linear infinite;
  animation: spin 1.1s linear infinite;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  height: 48px;
  margin: -24px 0 0 -24px;
  width: 48px;
}
.stream-edit-button {
  background-color: #509aef;
  z-index: 99;
  position: absolute;
  bottom: -500px;
  transition: 1s bottom ease;
  -webkit-transition: 1s bottom ease;
  -moz-transition: 1s bottom ease;
  -ms-transition: 1s bottom ease;
  -o-transition: 1s bottom ease;
  color: #fff;
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 2.8em;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0 0 6px 6px;
}
.effects-list-disable {
  z-index: 20;
  position: absolute;
  height: 100%;
  width: 240px;
  background-color: rgba(36,40,44,0.82);
  border-radius: 6px 0 0 6px;
  transition: 1s background-color linear;
  -webkit-transition: 1s background-color linear;
  -moz-transition: 1s background-color linear;
  -ms-transition: 1s background-color linear;
  -o-transition: 1s background-color linear;
}
.live-indicator {
  background-color: #ff4771;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  position: absolute;
  top: 15px;
  left: 40px;
  transition: 500ms top ease 800ms;
  -webkit-transition: 500ms top ease 800ms;
  -moz-transition: 500ms top ease 800ms;
  -ms-transition: 500ms top ease 800ms;
  -o-transition: 500ms top ease 800ms;
}
#title {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  transition: 1s width ease;
  -webkit-transition: 1s width ease;
  -moz-transition: 1s width ease;
  -ms-transition: 1s width ease;
  -o-transition: 1s width ease;
}
.frames-container {
  position: absolute;
  top: 0;
  left: 4px;
  height: 100%;
  width: calc(100% - 8px);
  z-index: 10;
  overflow: hidden;
  opacity: 0;
}
.frame-by-frame-active .frames-container {
  opacity: 1;
}
.frames {
  position: relative;
  width: 999999px;
  height: 100%;
}
.frame {
  background: transparent;
  border-right: 1px solid #24282c;
  height: 100%;
  float: left;
  display: flex;
}
.frame:last-child {
  border-right: 0;
}
.frame.active {
  background: #4e49b9;
}
.frame.has-position .dot {
  opacity: 1;
}
.frame .dot {
  opacity: 0;
  width: 6px;
  height: 6px;
  background: #00297d;
  border-radius: 20px;
  margin: auto;
}
.editor {
  background: #24282c;
  border-radius: 6px;
  min-height: 390px;
  position: relative;
  font-size: 14px;
  color: #a8b2bc;
  overflow: hidden;
}
.editor .player-wrap {
  top: -10px;
  margin-left: 240px;
  padding: 0 40px 0px 40px;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 390px;
  position: relative;
  transition: margin 0.2s ease-out;
}
.editor .player-wrap #canvas-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
}
.editor .player-wrap #canvas-wrap #player-effect-canvases,
.editor .player-wrap #canvas-wrap #player-effect-canvases .canvas-box,
.editor .player-wrap #canvas-wrap #player-overlap-effect-canvases,
.editor .player-wrap #canvas-wrap #player-overlap-effect-canvases .canvas-box,
.editor .player-wrap #canvas-wrap #player-effect-canvases canvas,
.editor .player-wrap #canvas-wrap #player-effect-boxes,
.editor .player-wrap #canvas-wrap #player-captions,
.editor .player-wrap #canvas-wrap #crop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.editor .player-wrap #canvas-wrap #crop {
  z-index: 1;
  pointer-events: all;
}
.editor .player-wrap #canvas-wrap #video-player {
  border-radius: 2px;
  display: block;
  vertical-align: top;
  display: none;
}
.editor .player-wrap #canvas-wrap.flip-vertical canvas {
  transform: scale(1, -1);
}
.editor .player-wrap #canvas-wrap.flip-horizontal canvas {
  transform: scale(-1, 1);
}
.editor .player-wrap #canvas-wrap.flip-vertical.flip-horizontal canvas {
  transform: scale(-1, -1);
}
.editor .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.08));
}
.editor .effects-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  padding: 24px 0;
  bottom: 0;
  border-right: 1px solid rgba(0,0,0,0.24);
  box-shadow: inset -1px 0 0 rgba(255,255,255,0.04);
  overflow-y: auto;
  box-sizing: border-box;
  transition: left 0.2s ease-out;
  transition: 1s filter linear;
  -webkit-transition: 1s -webkit-filter linear;
  -moz-transition: 1s -moz-filter linear;
  -ms-transition: 1s -ms-filter linear;
  -o-transition: 1s -o-filter linear;
}
.editor .timeline-wrap {
  display: none;
  background: #33383d;
  position: relative;
  overflow: hidden;
}
.editor .timeline-wrap .title-wrap,
.editor .timeline-wrap .body-wrap {
  background: #33383d;
}
.editor .timeline-wrap .track {
  height: 47px;
  position: relative;
  margin-top: 1px;
  cursor: pointer;
  transition: height 0.2s ease-in-out;
  overflow: hidden;
}
.editor .timeline-wrap .track:first-child {
  margin-top: 0;
}
.editor .timeline-wrap .track:nth-child(even) {
  background: #2d3237;
}
.editor .timeline-wrap .track:nth-child(even) .title-wrap,
.editor .timeline-wrap .track:nth-child(even) .body-wrap {
  background: #2d3237;
}
.editor .timeline-wrap .track .title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 47px;
  width: 240px;
  padding: 0 16px;
  z-index: 7;
  box-sizing: border-box;
  border-right: 1px solid rgba(0,0,0,0.24);
  box-shadow: inset -1px 0 0 rgba(255,255,255,0.04);
}
.editor .timeline-wrap .track .title-wrap i,
.editor .timeline-wrap .track .title-wrap .stretch {
  transition: color 0.1s ease-out;
}
.editor .timeline-wrap .track .title-wrap .post {
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
.editor .timeline-wrap .track .body-wrap {
  margin-left: 240px;
  height: 47px;
  position: relative;
}
.editor .timeline-wrap .track .body-wrap .padding-input-wrap {
  display: inline-block;
  margin-left: 20px;
}
.editor .timeline-wrap .track .body-wrap .padding-input-wrap .padding-color-input {
  margin-bottom: -10px;
  display: inline-block;
  margin-left: 10px;
  width: 80px;
  height: 32px;
  border: 0px;
  box-shadow: none;
  font-size: 16px;
  color: #24282c;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer !important;
  background: #000;
}
.editor .timeline-wrap .track .body-wrap .padding-input-wrap .js-padding-input {
  color: #24282c;
  width: 100px;
  height: 30px;
  border: 1px solid #d2dae1;
  outline: none;
  padding: 0 4px 0 12px;
  font-size: 16px;
  box-shadow: none;
  box-sizing: border-box;
  margin-top: 8px;
  margin-left: 10px;
  font-family: Source Sans Pro, sans-serif;
  border-radius: 4px;
  background-color: #d2dae1;
}
.editor .timeline-wrap .track .body-wrap .padding-input-wrap .js-padding-input:focus {
  background-color: #fff;
}
.editor .timeline-wrap .track .body-wrap .time-markers-wrap {
  white-space: nowrap;
}
.editor .timeline-wrap .track .body-wrap .time-markers-wrap .time-marker {
  display: inline-block;
  width: 48px;
  line-height: 47px;
}
.editor .timeline-wrap .track .body-wrap .time-markers-wrap .time-marker:first-child {
  opacity: 0;
}
.editor .timeline-wrap .track .body-wrap .freeze-time-block {
  position: absolute;
  top: 0;
  height: 100%;
  background: #645cff;
  opacity: 0.8;
  transition: opacity 0.1s ease-out;
  z-index: 20;
  width: 4px;
}
.editor .timeline-wrap .track .body-wrap .time-block {
  position: absolute;
  top: 0;
  height: 100%;
  background: #645cff;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  opacity: 0.8;
  transition: opacity 0.1s ease-out;
  z-index: 20;
  overflow: hidden;
}
.editor .timeline-wrap .track .body-wrap .time-block:hover {
  opacity: 1;
}
.editor .timeline-wrap .track .body-wrap .time-block .handle {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: #443dce;
  cursor: col-resize;
  z-index: 20;
}
.editor .timeline-wrap .track .body-wrap .time-block .handle .label {
  position: absolute;
  top: 0;
  left: 12px;
  color: #fff;
  line-height: 47px;
}
.editor .timeline-wrap .track .body-wrap .time-block .handle:last-child {
  left: auto;
  right: 0;
}
.editor .timeline-wrap .track .body-wrap .time-block .handle:last-child .label {
  left: auto;
  right: 12px;
  text-align: right;
}
.editor .timeline-wrap .track .body-wrap .time-block.dragging {
  opacity: 0.5;
}
.editor .timeline-wrap .track .body-wrap .play-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255,255,255,0.16);
  pointer-events: none;
  z-index: 30;
}
.editor .timeline-wrap .track:hover .title-wrap i,
.editor .timeline-wrap .track:hover .title-wrap .stretch {
  color: #fff;
}
.editor .timeline-wrap .track:hover .title-wrap .post {
  opacity: 1;
}
.editor .timeline-wrap .track.trim-track .title-wrap {
  padding-left: 12px;
}
.editor .timeline-wrap .track.trim-track .time-block {
  display: none;
}
.editor .timeline-wrap .track.active {
  height: 140px;
}
.editor .timeline-wrap .track.active.trim-track .time-block {
  display: block;
}
.editor .timeline-wrap .track.active .edit-wrap .content {
  opacity: 1;
}
.editor .timeline-wrap .track.active .title-wrap .post i {
  transform: rotate(180deg);
}
.editor .edit-wrap {
  background: #24282c;
  height: 92px;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.editor .edit-wrap .content {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.editor .edit-wrap .fields {
  position: absolute;
  top: 0;
  left: 240px;
  right: 0;
  bottom: 0;
}
.editor .edit-wrap .fields .input-wrap {
  display: inline-block;
  margin: 0 12px 0 0;
  padding-top: 16px;
}
.editor .edit-wrap .fields label {
  color: #a8b2bc;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin-bottom: 8px;
}
.editor .edit-wrap .fields input {
  padding: 0 2px 0 8px;
}
.editor .edit-wrap .fields input,
.editor .edit-wrap .fields select {
  background-color: #d2dae1;
  border: 0;
  width: 80px;
  height: 32px;
}
.editor .edit-wrap .fields input:focus,
.editor .edit-wrap .fields select:focus {
  background-color: #fff;
}
.editor .edit-wrap .fields input.wide,
.editor .edit-wrap .fields select.wide {
  width: 110px;
}
#crop-buttons {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -46px;
}
#canvas-loader {
  color: rgba(255,255,255,0);
  cursor: wait;
  background: linear-gradient(to right, #b52869 0%, #b52869 6%, #f12e6a 6%, #f12e6a 20%, #b31f9c 20%, #b31f9c 22%, #9c19ab 22%, #9c19ab 38%, #6848a8 38%, #6848a8 44%, #ff3a8a 44%, #ff3a8a 60%, #ee69bb 60%, #ee69bb 66%, #eadb34 66%, #eadb34 74%, #00e39e 74%, #00e39e 92%, #25c6c4 92%);
  background-size: 300% 100%;
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 1;
  animation: slideBg 12s linear infinite;
  width: 640px;
  height: 360px;
  border-radius: 2px;
  position: relative;
  top: 0;
  left: 0;
}
#canvas-loader::after {
  animation: spin 1.1s linear infinite;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateZ(0);
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  height: 48px;
  margin: -24px 0 0 -24px;
  width: 48px;
}
.js-set-start-time {
  cursor: pointer;
}
.js-set-start-time .js-play-line {
  background: #00e39e !important;
}
.js-set-start-time .js-create-gif {
  display: none;
}
#padding-wrap {
  position: absolute;
  top: 50%;
  margin-top: -180px;
  margin-left: -320px;
  width: 640px;
  height: 360px;
  background-color: #000;
  left: 50%;
  overflow: hidden;
  display: none;
}
#padding-wrap .effect-box {
  z-index: 1;
}
#frame-tooltip {
  display: inline-block;
  position: absolute;
  z-index: 20;
  border-radius: 5px;
  background-color: #24282c;
}
#frame-tooltip i {
  margin: 7px;
}
#frame-tooltip i.icon-trash:hover {
  color: #ff8f8f;
  cursor: pointer;
}
#frame-tooltip i.icon-arrow-right-thick.tween-initialized {
  color: #645cff;
}
#frame-tooltip i.icon-arrow-right-thick:hover {
  cursor: pointer;
  color: #645cff;
}
#frame-tooltip i.icon-check:hover {
  color: #645cff;
  cursor: pointer;
}
.two-step {
  max-height: 0;
  overflow: hidden;
  transition: 200ms max-height ease;
  -webkit-transition: 200ms max-height ease;
  -moz-transition: 200ms max-height ease;
  -ms-transition: 200ms max-height ease;
  -o-transition: 200ms max-height ease;
  text-align: center;
}
.two-step button {
  display: block;
  width: 100%;
}
.two-step button.loading {
  color: rgba(255,255,255,0);
  cursor: wait;
  background: linear-gradient(to right, #b52869 0%, #b52869 6%, #f12e6a 6%, #f12e6a 20%, #b31f9c 20%, #b31f9c 22%, #9c19ab 22%, #9c19ab 38%, #6848a8 38%, #6848a8 44%, #ff3a8a 44%, #ff3a8a 60%, #ee69bb 60%, #ee69bb 66%, #eadb34 66%, #eadb34 74%, #00e39e 74%, #00e39e 92%, #25c6c4 92%);
  background-size: 300% 100%;
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 1;
  animation: slideBg 12s linear infinite;
}
@media only screen and (max-device-width: 480px) {
  .editor .player-wrap {
    margin-left: 0;
    padding: 0;
    min-height: 250px;
  }
  .editor .effects-wrap,
  .editor .title-wrap {
    display: none !important;
  }
  .editor .timeline-wrap .track .button-wrap {
    display: none;
  }
  .editor .timeline-wrap .track .body-wrap {
    margin-left: 0;
  }
  .editor .timeline-wrap .track .fields {
    left: 10px;
  }
}
.crop-box,
.effect-box {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.8;
  cursor: move;
  overflow: hidden;
  pointer-events: all;
}
.crop-box .overlay,
.effect-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px dashed #fff;
  box-shadow: 0 0 1px #000;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
}
.crop-box.editing .overlay,
.effect-box.editing .overlay,
.crop-box:hover .overlay,
.effect-box:hover .overlay {
  opacity: 1;
}
.crop-box.editing .resize-handle,
.effect-box.editing .resize-handle,
.crop-box:hover .resize-handle,
.effect-box:hover .resize-handle {
  opacity: 1;
}
.crop-box .content,
.effect-box .content {
  white-space: pre;
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  position: relative;
  vertical-align: top;
  margin: 0;
}
.crop-box .content.caption-box,
.effect-box .content.caption-box {
  padding: 2px;
  letter-spacing: 0.012em;
}
.crop-box .content::selection,
.effect-box .content::selection {
  background: #00e39e;
}
.crop-box .content::-moz-selection,
.effect-box .content::-moz-selection {
  background: #00e39e;
}
.crop-box .content canvas,
.effect-box .content canvas,
.crop-box .content img,
.effect-box .content img {
  display: block;
  vertical-align: top;
  pointer-events: none;
}
.crop-box.editing .content[contenteditable],
.effect-box.editing .content[contenteditable] {
  cursor: text;
}
.crop-box .resize-handle,
.effect-box .resize-handle {
  position: absolute;
  bottom: 1px;
  right: -3px;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  transform: rotate(-45deg);
  cursor: nwse-resize;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.crop-box {
  box-shadow: 0 0 0 2000px rgba(0,0,0,0.5);
  z-index: 2;
}
.editor-container .file-upload {
  border: 2px dashed #d2dae1;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transition: border-color 0.1s ease-out, background 0.1s ease-out;
}
.editor-container .file-upload input {
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
}
.editor-container .file-upload .placeholder {
  height: 64px;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}
.editor-container .file-upload .placeholder i,
.editor-container .file-upload .placeholder .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 32px;
  top: 16px;
  font-size: 18px;
  color: $text;
  transition: top 0.1s ease-out, opacity 0.1s ease-out;
}
.editor-container .file-upload .placeholder i {
  opacity: 0;
  font-size: 32px;
  top: -8px;
  color: $green-text;
  transition: top 0.1s ease-out, opacity 0.1s ease-in;
}
.editor-container .file-upload .placeholder .text {
  transition: top 0.1s ease-out 0.05s, opacity 0.1s ease-out 0.05s;
}
.editor-container .file-upload:hover,
.editor-container .file-upload.hover {
  cursor: pointer;
  background: #defff5;
  border-color: #00e39e;
}
.editor-container .file-upload:hover .placeholder .text,
.editor-container .file-upload.hover .placeholder .text {
  opacity: 0;
  top: 40px;
}
.editor-container .file-upload:hover .placeholder i,
.editor-container .file-upload.hover .placeholder i {
  opacity: 1;
  top: 16px;
  color: #00e39e;
}
.editor-container .file-upload.loading {
  border: none;
}
.editor-container .file-upload.loading .placeholder {
  color: rgba(255,255,255,0);
  cursor: wait;
  background: linear-gradient(to right, #b52869 0%, #b52869 6%, #f12e6a 6%, #f12e6a 20%, #b31f9c 20%, #b31f9c 22%, #9c19ab 22%, #9c19ab 38%, #6848a8 38%, #6848a8 44%, #ff3a8a 44%, #ff3a8a 60%, #ee69bb 60%, #ee69bb 66%, #eadb34 66%, #eadb34 74%, #00e39e 74%, #00e39e 92%, #25c6c4 92%);
  background-size: 300% 100%;
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 1;
  animation: slideBg 12s linear infinite;
}
.editor-container .file-upload.loading .placeholder i,
.editor-container .file-upload.loading .placeholder .text {
  opacity: 0;
}
.editor-container .file-upload.loading .placeholder::after {
  animation: spin 1.1s linear infinite;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateZ(0);
  border-bottom: 3px solid transparent;
  border-left: 3px solid #fff;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  height: 24px;
  margin: -12px 0 0 -12px;
  width: 24px;
}
.editor-container .file-upload.loading input {
  display: none;
}
.input-wrap {
  vertical-align: top;
  margin: 0 0 24px 0;
}
.input-wrap label {
  display: block;
  line-height: 16px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #848e98;
}
.input-wrap input::-webkit-input-placeholder {
  color: #a8b2bc;
}
.input-wrap input::-ms-input-placeholder {
  color: #a8b2bc;
}
.input-wrap input::-moz-placeholder {
  color: #a8b2bc;
}
.input-wrap textarea::-webkit-input-placeholder {
  color: #a8b2bc;
}
.input-wrap textarea::-ms-input-placeholder {
  color: #a8b2bc;
}
.input-wrap textarea::-moz-placeholder {
  color: #a8b2bc;
}
.input-wrap input[type="text"],
.input-wrap input[type="email"],
.input-wrap input[type="password"],
.input-wrap input[type="number"],
.input-wrap input[type="url"],
.input-wrap input[type="time"],
.input-wrap textarea {
  height: 48px;
  display: block;
  width: 100%;
  background-color: #f5f7f9;
  border: 1px solid #d2dae1;
  box-shadow: none;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  color: #24282c;
  border-radius: 4px;
  padding: 0 4px 0 12px;
  box-sizing: border-box;
}
.input-wrap input[type="text"]::selection,
.input-wrap input[type="email"]::selection,
.input-wrap input[type="password"]::selection,
.input-wrap input[type="number"]::selection,
.input-wrap input[type="url"]::selection,
.input-wrap input[type="time"]::selection,
.input-wrap textarea::selection {
  background-color: #00e39e;
  color: #fff;
}
.input-wrap input[type="text"]::-moz-selection,
.input-wrap input[type="email"]::-moz-selection,
.input-wrap input[type="password"]::-moz-selection,
.input-wrap input[type="number"]::-moz-selection,
.input-wrap input[type="url"]::-moz-selection,
.input-wrap input[type="time"]::-moz-selection,
.input-wrap textarea::-moz-selection {
  background-color: #00e39e;
  color: #fff;
}
.input-wrap input[type="text"]:focus,
.input-wrap input[type="email"]:focus,
.input-wrap input[type="password"]:focus,
.input-wrap input[type="number"]:focus,
.input-wrap input[type="url"]:focus,
.input-wrap input[type="time"]:focus,
.input-wrap textarea:focus {
  background-color: #fff;
  outline: none;
}
.input-wrap input[type="text"].error,
.input-wrap input[type="email"].error,
.input-wrap input[type="password"].error,
.input-wrap input[type="number"].error,
.input-wrap input[type="url"].error,
.input-wrap input[type="time"].error,
.input-wrap textarea.error {
  background-color: #ffcaca;
}
.input-wrap input[type="text"][disabled],
.input-wrap input[type="email"][disabled],
.input-wrap input[type="password"][disabled],
.input-wrap input[type="number"][disabled],
.input-wrap input[type="url"][disabled],
.input-wrap input[type="time"][disabled],
.input-wrap textarea[disabled],
.input-wrap input[type="text"][readonly],
.input-wrap input[type="email"][readonly],
.input-wrap input[type="password"][readonly],
.input-wrap input[type="number"][readonly],
.input-wrap input[type="url"][readonly],
.input-wrap input[type="time"][readonly],
.input-wrap textarea[readonly] {
  box-shadow: none !important;
  background: #d2dae1 !important;
  color: #848e98 !important;
  cursor: not-allowed !important;
}
.input-wrap textarea {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 18px;
  resize: none;
}
.input-wrap select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none !important;
  -webkit-font-smoothing: antialiased;
  background-color: #f5f7f9;
  border: 1px solid #d2dae1;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGBAMAAADj6an2AAAAKlBMVEXS2uFqcXmBiJDP195zeoLM1NvAx8+8w8u1vcSutr2KkZl5gIhudX11fIS6TyngAAAAK0lEQVQI12NQCmAIUmDYqMysuIEhRcpKJIGB/eDF4wwMDI2CDUCS05OBAQCROgd9ZJCjPgAAAABJRU5ErkJggg==");
  background-position: right 8px center;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: block;
  box-sizing: border-box;
  color: #24282c;
  cursor: pointer;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  height: 40px;
  outline: none;
  padding: 0 20px 0 8px;
  word-break: normal;
}
.input-wrap select::-ms-expand {
  display: none;
}
.input-wrap .color-input {
  width: 80px;
  height: 32px;
  border: 0;
  box-shadow: none;
  background: #d2dae1;
  font-size: 16px;
  color: #24282c;
  border-radius: 4px;
  padding: 0 2px 0 8px;
  box-sizing: border-box;
  cursor: pointer !important;
}
.input-wrap .slider-wrap {
  padding: 14px 0;
  width: 160px;
}
.input-wrap .slider-track {
  height: 4px;
  border-radius: 2px;
  background: #d2dae1;
  position: relative;
}
.input-wrap .slider-track .handle {
  background: #d2dae1;
  border: 2px solid #24282c;
  border-radius: 50%;
  box-sizing: border-box;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.flex-input {
  background: #fff;
  border: 1px solid #d2dae1;
  border-radius: 6px;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  transition: 0.16s all ease-out;
  box-sizing: border-box;
}
.flex-input > .pre,
.flex-input > .post {
  height: 40px;
  box-sizing: border-box;
}
.flex-input > .pre {
  border-right: 1px solid #d2dae1;
}
.flex-input > .post {
  border-right: none;
}
.flex-input > .stretch {
  position: relative;
  padding: 0 !important;
}
.flex-input > .stretch input,
.flex-input > .stretch textarea,
.flex-input > .stretch select {
  border: 0;
  width: 100%;
  border-radius: 0;
  background: transparent;
}
.flex-input.disabled {
  background: #f5f7f9;
  cursor: not-allowed;
}
.flex-input.large {
  height: 64px;
}
.flex-input.large input {
  font-size: 22px;
  height: 62px;
  padding: 0 16px;
}
.flex-input.large .stretch {
  max-height: 64px;
}
.flex-input.large .post {
  height: 64px;
}
.flex-input.large .post .button {
  border-radius: 0;
  padding: 0 24px;
  font-weight: 600;
  font-size: 22px;
  height: 62px;
}
.flex-input.medium {
  height: 54px;
}
.flex-input.medium input {
  font-size: 22px;
  height: 62px;
  padding: 0 16px;
}
.flex-input.medium .stretch {
  max-height: 64px;
}
.flex-input.medium .post {
  height: 64px;
}
.flex-input.medium .post .button {
  border-radius: 0;
  padding: 0 24px;
  font-weight: 600;
  font-size: 22px;
  height: 52px;
}
body > div.astg_overlay.createOverlay.visible_overlay > div > div.editor-container > div.flex-input.large.margin-bottom-24 > div > input:focus {
  outline: none;
}
body > div.astg_overlay.createOverlay.visible_overlay > div > div.editor-container > .flex-input {
  margin-bottom: 10px;
}
body > div.astg_overlay.createOverlay.visible_overlay > div > div.editor-container > .post {
  margin-bottom: 24px;
  width: 100%;
  display: block;
}
body > div.astg_overlay.createOverlay.visible_overlay > div > div.editor-container > .post > button {
  width: 100%;
}
.home-content {
  margin-top: 12.5%;
}
.trending-logo {
  width: 220px;
  height: 100px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  background-color: #ff4771;
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease;
}
.trending-logo p {
  color: #fff;
  font-size: 58px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 2px 6px rgba(0,0,0,0.1), 0 0 12px rgba(0,0,0,0.1);
  font-family: "Montserrat", "Source Sans Pro", sans-serif;
  line-height: 94px;
  height: 100px;
  text-align: center;
  margin: 0;
  position: relative;
}
.trending-logo:hover {
  cursor: pointer;
  box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
@media (max-width: 680px) {
  .home-content {
    width: 90%;
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    margin: 50px auto 0 auto;
  }
}
@media (max-height: 560px) {
  .home-content {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    margin: 40px auto 0 auto;
  }
}
i[class*="icon-"] {
  display: inline-block;
  color: #a8b2bc;
  vertical-align: bottom;
  font-family: "gificons";
  line-height: 16px;
  font-size: 16px;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
i[class*="icon-"].icon-arrow-down::before {
  content: "\e900";
}
i[class*="icon-"].icon-check::before {
  width: 15px;
  content: "\e901";
}
i[class*="icon-"].icon-clock::before {
  content: "\e902";
}
i[class*="icon-"].icon-crop::before {
  content: "\e903";
}
i[class*="icon-"].icon-floppy::before {
  content: "\e904";
}
i[class*="icon-"].icon-circle-plus::before {
  content: "\e905";
}
i[class*="icon-"].icon-smile::before {
  content: "\e906";
}
i[class*="icon-"].icon-sticker::before {
  content: "\e907";
}
i[class*="icon-"].icon-text::before {
  content: "\e908";
}
i[class*="icon-"].icon-trash::before {
  content: "\e909";
}
i[class*="icon-"].icon-wand::before {
  content: "\e90a";
}
i[class*="icon-"].icon-upload::before {
  content: "\e90b";
}
i[class*="icon-"].icon-plus::before {
  content: "\e90c";
}
i[class*="icon-"].icon-x::before {
  content: "\e90d";
}
i[class*="icon-"].icon-play::before {
  content: "\e90e";
}
i[class*="icon-"].icon-arrow-right-thick::before {
  content: "\e913";
}
i[class*="icon-"].icon-pool:before {
  content: "\e90f";
}
i[class*="icon-"].icon-star:before {
  content: "\e910";
}
i[class*="icon-"].icon-run:before {
  content: "\e911";
}
i[class*="icon-"].icon-left-arrow:before {
  content: "\e912";
}
i[class*="icon-"].icon-quilt:before {
  content: "\e914";
}
.list-header,
.select-list li,
.flex-button,
.title-wrap,
.flex-input {
  display: flex !important;
  align-items: center;
  padding: 0 12px 0 24px;
}
.list-header > .pre,
.select-list li > .pre,
.flex-button > .pre,
.title-wrap > .pre,
.flex-input > .pre,
.list-header > .post,
.select-list li > .post,
.flex-button > .post,
.title-wrap > .post,
.flex-input > .post {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.list-header > .pre,
.select-list li > .pre,
.flex-button > .pre,
.title-wrap > .pre,
.flex-input > .pre {
  padding-right: 12px;
}
.list-header > .pre i,
.select-list li > .pre i,
.flex-button > .pre i,
.title-wrap > .pre i,
.flex-input > .pre i {
  width: 16px;
  text-align: center;
}
.list-header > .stretch,
.select-list li > .stretch,
.flex-button > .stretch,
.title-wrap > .stretch,
.flex-input > .stretch {
  flex-grow: 1;
  line-height: 16px;
  padding: 0 16px 0 0;
  word-break: break-word;
  min-width: 0;
  max-height: 32px;
  overflow: hidden;
}
.loading-overlay {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#responsive-footer {
  color: #161819 !important;
  background-color: #fafafa !important;
  margin-top: 80px;
}
#responsive-footer .master-footer-top-container .master-footer-top-item a {
  color: #161819 !important;
}
.list-header {
  align-items: center;
  background: #2d3237;
  box-sizing: border-box;
  display: flex;
  height: 40px;
  min-width: 192px;
  color: #a8b2bc;
}
.list-header .stretch {
  font-weight: 600;
}
.select-list + .list-header {
  margin: 16px 0 8px;
}
ul.select-list {
  padding-left: 0;
}
ul.select-list.section {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.03);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.18);
}
ul.select-list li {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  min-height: 40px;
  overflow: hidden;
  min-width: 160px;
  color: #a8b2bc;
  transition: color 0.1s ease-out;
}
ul.select-list li .post .label,
ul.select-list li .post .meta-text {
  margin-right: 8px;
}
ul.select-list li .button {
  opacity: 0;
}
ul.select-list li.disabled {
  cursor: initial;
  color: #3d3f42;
}
ul.select-list li.disabled:hover {
  color: #3d3f42;
}
ul.select-list li.disabled:hover i {
  color: #3d3f42;
}
ul.select-list li.disabled i {
  color: #3d3f42;
}
ul.select-list li.disabled i:hover {
  color: #3d3f42;
}
ul.select-list li:hover {
  color: #fff;
}
ul.select-list li:hover i {
  color: #fff;
}
ul.select-list li:hover .button {
  opacity: 0.5;
}
ul.select-list li:hover .button:hover {
  opacity: 1;
}
ul.select-list li:hover .button:hover i {
  color: #fff;
}
ul.select-list li.active {
  color: #00e39e;
}
ul.select-list li.active i {
  color: #00e39e !important;
}
.popover ul {
  max-height: 400px;
  overflow-y: auto;
}
#sticker-list .category-header {
  display: block;
  font-size: 19px;
  text-align: center;
  height: 19px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid #979797;
}
#sticker-list .category-header span {
  color: #525559;
  font-family: SFUIText-Medium;
  margin-right: 15px;
}
#sticker-list .category-header #back-btn {
  color: #4c98f2;
  float: left;
  margin-left: 15px;
  cursor: pointer;
}
#sticker-list .footer {
  position: relative;
}
#sticker-list .footer form {
  bottom: 0px;
  cursor: pointer;
  left: 0px;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 2;
}
#sticker-list .footer input#sticker-input {
  display: block;
  width: 100%;
  height: 86px;
  cursor: pointer;
}
#sticker-list ul {
  padding: 0;
  margin: 0;
  padding-top: 27px;
}
#sticker-list .scrollable ul {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 180px;
}
#sticker-list .scrollable ul .category {
  border-radius: 4px;
  margin-bottom: 10px;
}
#sticker-list .scrollable ul .category a {
  display: block;
  padding: 22px;
  padding-left: 19px;
}
#sticker-list .scrollable ul .category a i {
  color: rgba(255,255,255,0.6);
  margin-left: 5px;
  font-size: 25px;
}
#sticker-list .scrollable ul .category a span {
  font-family: SFUIText-Medium;
  color: #fff;
  font-size: 18px;
  margin-left: 13.4px;
  letter-spacing: 0;
}
#sticker-list li {
  height: 64px;
  padding: 4px 0;
  cursor: pointer;
  display: inline;
  align-items: center;
  justify-content: center;
}
#sticker-list li #wrapper {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
#sticker-list li #wrapper td {
  vertical-align: middle;
  text-align: center;
}
#sticker-list li img {
  display: inline-block;
  max-width: calc(100% - 10px);
  max-height: 64px;
  padding-right: 10px;
}
#sticker-list .background-grey {
  background-color: #d2dae1;
}
#sticker-list .sticker {
  display: inline-block;
  width: calc(50% - 8px);
  text-align: center;
  height: 100px;
}
#overlay {
  z-index: 20;
  bottom: 0;
  color: #24282c;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
#overlay.active {
  opacity: 1;
}
#overlay .overlay-content {
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  width: 210px;
  height: 160px;
  opacity: 0;
  position: fixed;
  transform: scale(0.6, 0.6);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out;
}
#overlay .overlay-content.active {
  transform: scale(1, 1);
  opacity: 1;
}
#overlay .overlay-content .scrollable {
  max-height: 180px;
  width: 100%;
  overflow-y: auto;
}
#overlay #sticker-list {
  width: 316px;
  height: 323px;
}
#overlay .footer {
  padding-top: 16px;
}
#overlay.modal {
  background: rgba(36,40,44,0.6);
}
#overlay.modal .overlay-content {
  width: 480px;
  top: 50%;
  left: 50%;
  border-radius: 6px;
  margin-left: -240px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.32);
  transform: scale(0.6, 0.6) translateY(-50%);
}
#overlay.modal .overlay-content.active {
  transform: scale(1, 1) translateY(-50%);
}
#overlay.modal .overlay-content .modal-title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #ff4771;
}
.progress-header {
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
}
.progress-header .step {
  display: inline-block;
  margin-right: 120px;
  position: relative;
  padding-bottom: 24px;
}
.progress-header .step::after {
  content: '.........';
  position: absolute;
  top: 11px;
  left: 56px;
  width: 104px;
  white-space: nowrap;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 4px;
  height: 4px;
  color: #d2dae1;
}
.progress-header .step:last-child {
  margin-right: 0;
}
.progress-header .step:last-child::after {
  display: none;
}
.progress-header .step.active .icon-wrap {
  border-color: #00e39e;
}
.progress-header .step.active i {
  color: #00e39e;
}
.progress-header .step.complete::after {
  content: '';
  background: #00e39e;
  height: 4px;
  border-radius: 2px;
  top: 22px;
}
.progress-header .step.complete .icon-wrap {
  border-color: #00e39e;
  background: #00e39e;
}
.progress-header .step.complete .icon-wrap i {
  color: #fff;
}
.progress-header .icon-wrap {
  display: block;
  width: 48px;
  height: 48px;
  border: 2px solid #d2dae1;
  box-sizing: border-box;
  border-radius: 50%;
}
.progress-header .icon-wrap i {
  line-height: 44px;
  color: #d2dae1;
}
.progress-header .label {
  font-size: 14px;
  color: #848e98;
  position: absolute;
  bottom: 0;
  left: 50%;
  line-height: 24px;
  transform: translateX(-50%);
}
.toast {
  width: 200px;
  height: 20px;
  height: auto;
  position: absolute;
  right: 10%;
  margin-left: -100px;
  bottom: 10px;
  background-color: #00e39e;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px -1px #383838;
  -moz-box-shadow: 0px 0px 5px -1px #383838;
  box-shadow: 0px 0px 5px -1px #383838;
}
.toggle-wrap {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.toggle-wrap .toggle {
  background-color: #f5f7f9;
  border: 1px solid #d2dae1;
  border-radius: 12px;
  box-sizing: border-box;
  display: inline-block;
  height: 22px;
  position: relative;
  transition: 0.2s all linear;
  vertical-align: top;
  width: 54px;
  cursor: pointer;
}
.toggle-wrap .toggle::before {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 3px;
  left: 5px;
  background: #a8b2bc;
  border-radius: 50%;
  transition: 0.3s all;
}
.toggle-wrap .toggle:after {
  content: 'Off';
  position: absolute;
  top: 0;
  left: 23px;
  font-weight: 400;
  font-size: 15px;
  color: #848e98;
  line-height: 20px;
  transition: 0.3s all;
}
.toggle-wrap .toggle + label {
  color: #848e98;
  display: inline-block;
  line-height: 22px;
  margin: 0 0 0 8px;
  vertical-align: top;
  cursor: pointer;
  font-size: 16px;
}
.toggle-wrap.active .toggle {
  background-color: #00e39e;
  border: 1px solid #00e39e;
}
.toggle-wrap.active .toggle::before {
  left: 33px;
  background: #fff;
}
.toggle-wrap.active .toggle::after {
  content: 'On';
  color: #fff;
  left: 9px;
}
#tooltip,
#time-tooltip {
  background: #00e39e;
  border-radius: 16px;
  box-sizing: border-box;
  color: #0f6549;
  line-height: 32px;
  margin-top: -48px;
  opacity: 0;
  padding: 0 12px;
  position: absolute;
  transition: opacity 0.1s ease-out, margin 0.1s ease-out;
  visibility: hidden;
  white-space: no-wrap;
  z-index: 21;
}
#tooltip::after,
#time-tooltip::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid #00e39e;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -6px;
}
#tooltip div,
#time-tooltip div {
  display: inline-block;
}
#tooltip.active,
#time-tooltip.active {
  margin-top: -40px;
  opacity: 1;
  visibility: visible;
}
.padding-left-12 {
  padding-left: 12px;
}
.padding-right-12 {
  padding-right: 12px;
}
.padding-40 {
  padding: 40px;
}
.margin-left-4 {
  margin-left: 4px;
}
.margin-left-8 {
  margin-left: 8px;
}
.margin-left-12 {
  margin-left: 12px;
}
.margin-left-24 {
  margin-left: 24px;
}
.margin-left-32 {
  margin-left: 32px;
}
.margin-left-40 {
  margin-left: 40px;
}
.margin-left-48 {
  margin-left: 48px;
}
.margin-left-64 {
  margin-left: 64px;
}
.margin-left-72 {
  margin-left: 72px;
}
.margin-left-92 {
  margin-left: 92px;
}
.margin-right-4 {
  margin-right: 4px;
}
.margin-right-8 {
  margin-right: 8px;
}
.margin-right-12 {
  margin-right: 12px;
}
.margin-right-16 {
  margin-right: 16px;
}
.margin-right-24 {
  margin-right: 24px;
}
.margin-top-24 {
  margin-top: 24px;
}
.margin-top-32 {
  margin-top: 32px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-48 {
  margin-top: 48px;
}
.margin-bottom-16 {
  margin-bottom: 16px;
}
.margin-bottom-24 {
  margin-bottom: 24px;
}
.margin-bottom-32 {
  margin-bottom: 32px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none !important;
}
.overflow-hidden {
  overflow: hidden;
}
.position-relative {
  position: relative;
}
.text-center {
  text-align: center;
}
.inline-block {
  display: inline-block;
}
strong {
  font-weight: 700;
}
.underline-text {
  text-decoration: underline;
}
