@charset "UTF-8";
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  margin: 0; }

a {
  color: #0a84ff;
  text-decoration: none; }
  a.underline {
    text-decoration: underline; }

p,
ul,
ol,
blockquote {
  line-height: 1.44em; }

.small {
  font-size: 12px;
  line-height: 16px;
  margin: 5px 0;
  opacity: 0.7; }

.responsive-wrapper {
  margin: 0 auto;
  transform: width 250ms; }
  @media (max-width: 719px) {
    .responsive-wrapper {
      width: 480px; } }
  @media (min-width: 720px) {
    .responsive-wrapper {
      width: 720px; } }
  @media (min-width: 960px) {
    .responsive-wrapper {
      width: 960px; } }
  @media (min-width: 1260px) {
    .responsive-wrapper {
      width: 1260px; } }
  .responsive-wrapper.row-wrap {
    display: flex;
    flex-wrap: wrap; }
  .responsive-wrapper.row-space {
    display: flex;
    justify-content: space-between; }
  .responsive-wrapper.row-center {
    display: flex;
    align-items: center;
    justify-content: center; }
  .responsive-wrapper.row-space-end {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }

.wrapper {
  width: 100%; }
  .wrapper.row-wrap {
    display: flex;
    flex-wrap: wrap; }
  .wrapper.row-space {
    display: flex;
    justify-content: space-between; }
  .wrapper.row-center {
    display: flex;
    align-items: center;
    justify-content: center; }

.column-space {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.column-center {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }

.full-height {
  min-height: 100vh; }

.flex {
  display: flex; }

.flex-1 {
  flex: 1; }

.spacer {
  height: 20px; }

.loader {
  background: rgba(12, 12, 13, 0.2);
  border-radius: 2px;
  height: 4px;
  overflow: hidden;
  position: relative;
  width: 200px; }

.loader-inner {
  animation: bounce infinite alternate 1250ms cubic-bezier(0.7, 0, 0.3, 1);
  background: #45a1ff;
  border-radius: 2px;
  height: 4px;
  transform: translateX(-40px);
  width: 50px; }

@keyframes bounce {
  0% {
    transform: translateX(-40px); }
  100% {
    transform: translate(190px); } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes pop {
  0% {
    transform: scale(1); }
  97% {
    transform: scale(1.04); }
  100% {
    transform: scale(1); } }

@keyframes pulse {
  0% {
    opacity: 0.3;
    transform: scale(1); }
  70% {
    opacity: 0.25;
    transform: scale(1.04); }
  100% {
    opacity: 0.3;
    transform: scale(1); } }

@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translate3d(160px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(1); }
  60% {
    opacity: 1;
    transform: scale(1.02); }
  100% {
    transform: scale(1); } }

.footer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px; }
  @media (min-width: 960px) {
    .footer {
      flex-direction: row;
      padding: 30px; } }
  .footer .footer-links {
    display: flex;
    list-style: none;
    margin: 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 0 0 0; }
    @media (min-width: 960px) {
      .footer .footer-links {
        flex-direction: row;
        padding: 0 0; } }
    .footer .footer-links li {
      font-size: 14px;
      margin-right: 16px; }
      .footer .footer-links li a {
        color: #737373; }
  .footer .mozilla-logo {
    background-image: url("../img/mozilla.svg");
    background-repeat: no-repeat;
    background-size: auto 30px;
    display: block;
    height: 30px;
    width: 120px; }

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  min-width: 40px;
  outline: none;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background 150ms cubic-bezier(0.07, 0.95, 0, 1), border 150ms cubic-bezier(0.07, 0.95, 0, 1);
  user-select: none;
  white-space: nowrap; }
  .button.hidden {
    display: none; }
  .button.small {
    height: 32px;
    line-height: 32px;
    padding: 0 8px; }
  .button.active {
    background-color: #dedede; }
  .button.tiny {
    font-size: 14px;
    height: 26px;
    border: 1px solid #c7c7c7; }
    .button.tiny:hover, .button.tiny:focus {
      background: #ededf0;
      border-color: #989898; }
    .button.tiny:active {
      background: #dedede;
      border-color: #989898; }
  .button.block-button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 0;
    border-right: 1px solid #c7c7c7;
    box-shadow: 0;
    border-radius: 0;
    flex-shrink: 0;
    font-size: 20px;
    height: 100px;
    line-height: 100%;
    overflow: hidden; }
    @media (max-width: 719px) {
      .button.block-button {
        justify-content: flex-start;
        font-size: 16px;
        height: 72px;
        margin-right: 10px;
        padding: 0 5px; } }
    .button.block-button:hover {
      background: #ededf0; }
    .button.block-button:active {
      background: #dedede; }
  .button.download, .button.edit, .button.trash, .button.share, .button.flag {
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    margin-right: 10px;
    transition: background-color 150ms cubic-bezier(0.07, 0.95, 0, 1); }
  .button.download {
    background-image: url("../img/icon-download.svg"); }
    .button.download:hover {
      background-color: #ededf0; }
    .button.download:active {
      background-color: #dedede; }
  .button.share {
    background-image: url("../img/icon-share.svg"); }
    .button.share:hover {
      background-color: #ededf0; }
    .button.share.active, .button.share:active {
      background-color: #dedede; }
  .button.share.newicon {
    background-image: url("../img/icon-share-alternate.svg"); }
  .button.trash {
    background-image: url("../img/icon-trash.svg"); }
    .button.trash:hover {
      background-color: #ededf0; }
    .button.trash:active {
      background-color: #dedede; }
  .button.edit {
    background-image: url("../img/icon-edit.svg"); }
    .button.edit:hover {
      background-color: #ededf0; }
    .button.edit:active {
      background-color: #dedede; }

.alt-content {
  max-width: 520px;
  text-align: center; }
  .alt-content h1 {
    font-size: 26px;
    font-weight: normal;
    margin: 0; }
  .alt-content p {
    margin-top: 0;
    line-height: 1.8em; }
  .alt-content button {
    margin: 10px auto; }

.share-panel {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(12, 12, 13, 0.1), 0 2px 8px rgba(12, 12, 13, 0.1);
  position: absolute;
  right: 10px;
  top: 90px;
  width: 350px;
  z-index: 999; }
  @media (max-width: 719px) {
    .share-panel {
      bottom: 0;
      left: 0;
      margin: 0 auto;
      padding: 10px;
      position: fixed;
      right: 0;
      top: auto;
      width: 100%; } }
  @media (min-width: 720px) {
    .alt-notification + #frame .share-panel {
      top: 150px; } }
  .share-panel .share-buttons {
    padding: 20px;
    border-bottom: 1px solid #c7c7c7; }
    .share-panel .share-buttons > a {
      padding-right: 20px; }
      .share-panel .share-buttons > a:hover {
        cursor: pointer; }
  .share-panel .share-url-box {
    padding: 15px; }
  .share-panel img {
    height: 54px;
    width: 54px; }
  .share-panel p {
    margin: 0; }
  .share-panel .share-visibility-notice {
    color: #858585;
    font-size: 13px;
    margin-top: 10px; }
  .share-panel .copy-shot-link-input {
    border: 1px solid #c7c7c7;
    border-right: 0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 5px;
    position: relative;
    flex: 1;
    margin: 0; }
    .share-panel .copy-shot-link-input:hover, .share-panel .copy-shot-link-input:focus {
      border-color: #989898; }
    .share-panel .copy-shot-link-input:active {
      border-color: #989898; }
  .share-panel .copy-toggle {
    flex: 1 0 70px;
    max-width: 120px;
    padding: 0 10px;
    margin: 0;
    border-radius: 0;
    border: 1px solid #c7c7c7; }
    .share-panel .copy-toggle:hover {
      background: #ededf0;
      border-color: #989898; }
    .share-panel .copy-toggle:active {
      background: #dedede;
      border-color: #989898; }

@media (max-width: 768px) {
  #toggle-share {
    display: none; } }

.app-body {
  background: #f9f9fa;
  color: #38383d; }
  .app-body a {
    color: #0a84ff; }

.highlight-color-scheme {
  background: #0a84ff;
  color: #fff; }
  .highlight-color-scheme a {
    color: #fff;
    text-decoration: underline; }

.alt-color-scheme {
  background: #38383d;
  color: #f9f9fa; }
  .alt-color-scheme h1 {
    color: #6f7fb6; }
  .alt-color-scheme a {
    color: #e1e1e6;
    text-decoration: underline; }

.button.primary {
  background-color: #0a84ff;
  color: #fff; }
  .button.primary:hover, .button.primary:focus {
    background-color: #0072e5; }
  .button.primary:active {
    background-color: #0065cc; }

.button.secondary {
  background-color: #f9f9fa;
  color: #38383d; }
  .button.secondary:hover {
    background-color: #ededf0; }
  .button.secondary:active {
    background-color: #dedede; }

.button.transparent {
  background-color: transparent;
  color: #38383d; }
  .button.transparent:hover {
    background-color: #ededf0; }
  .button.transparent:focus, .button.transparent:active {
    background-color: #dedede; }

.button.warning {
  color: #fff;
  background: #d92215; }
  .button.warning:hover, .button.warning:focus {
    background: #b81d12; }
  .button.warning:active {
    background: #a11910; }

.subtitle-link {
  color: #0a84ff; }

.header-panel {
  background-color: #f9f9fa;
  display: flex;
  flex-basis: 130px;
  height: 100%;
  width: 100%; }
  @media (min-width: 720px) {
    .header-panel {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; } }
  @media (max-width: 719px) {
    .header-panel {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; } }
  @media (min-width: 960px) {
    .header-panel {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-basis: 96px; } }
  .header-panel .logo {
    padding: 20px;
    align-items: center;
    display: flex;
    flex: 1;
    height: 70px; }
    @media (min-width: 960px) {
      .header-panel .logo {
        padding: 20px 30px; } }
    @media (min-width: 960px) {
      .header-panel .logo {
        height: 96px; } }
    .header-panel .logo .screenshots-logo {
      background-image: url("../img/landing-Screenshot-logo.svg");
      background-repeat: no-repeat;
      background-size: contain;
      height: 24px;
      position: relative;
      width: 318px; }
      @media (max-width: 719px) {
        .header-panel .logo .screenshots-logo {
          background-position: 0 center;
          width: 100%; } }
      @media (min-width: 960px) {
        .header-panel .logo .screenshots-logo {
          height: 30px; } }
  .header-panel .alt-actions {
    align-items: center;
    display: flex;
    margin-right: 0; }
  .header-panel .fxa-signin {
    position: relative; }
  .header-panel a.nav-button:focus {
    outline: 1px dotted #000; }
  .header-panel .nav-button {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    flex-basis: 60px;
    height: 60px;
    width: 60px;
    border: none; }
    .header-panel .nav-button img {
      width: 24px;
      height: 24px; }
    @media (min-width: 960px) {
      .header-panel .nav-button {
        flex-basis: 96px;
        width: 96px;
        height: 96px; }
        .header-panel .nav-button img {
          width: 28px;
          height: 28px; } }
    .header-panel .nav-button:hover {
      background-color: #ededf0;
      border-radius: 0; }
    .header-panel .nav-button:active {
      background-color: #dedede;
      border-radius: 0; }
    .header-panel .nav-button.icon-shots, .header-panel .nav-button.icon-settings {
      flex-basis: 70px;
      height: 70px;
      width: 70px; }
      @media (min-width: 960px) {
        .header-panel .nav-button.icon-shots, .header-panel .nav-button.icon-settings {
          flex-basis: 96px;
          height: 96px;
          width: 96px; } }
    .header-panel .nav-button.inactive {
      opacity: 0.4;
      cursor: default; }
    .header-panel .nav-button span {
      margin-top: 30px;
      color: #2a2a2e;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 96px; }
  .header-panel .nav-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #000;
    border-right: 1px solid #c7c7c7;
    height: 70px; }
    @media (min-width: 960px) {
      .header-panel .nav-link {
        height: 96px; } }
    .header-panel .nav-link:hover {
      background-color: #ededf0; }
    .header-panel .nav-link:active {
      background-color: #dedede; }

.upsell {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 14px;
  color: #000;
  background: #efeff1;
  width: 100%; }
  @media (max-width: 719px) {
    .upsell {
      font-size: 13px; } }
  .upsell .message {
    padding-top: 16px;
    padding-right: 5px;
    padding-bottom: 16px;
    padding-left: 32px; }
  .upsell .logo {
    background-position: left center;
    background-image: url("../img/firefox-logo.svg");
    background-repeat: no-repeat;
    background-size: 24px auto;
    margin-left: 16px; }
    [dir="rtl"] .upsell .logo {
      background-position: right center; }
  .upsell p {
    display: inline; }
  .upsell .upsellLink {
    padding-left: 10px;
    color: #009ec0; }
  .upsell .signInLink {
    color: #009ec0; }

.onboarding-promo-dialog {
  background: #f7f7f7;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(12, 12, 13, 0.1);
  color: #0c0c0d;
  min-height: 200px;
  position: absolute;
  left: 3px;
  top: 47px;
  z-index: 2; }
  .onboarding-promo-dialog .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 15px solid #c7c7c7;
    top: -15px;
    left: 8px; }
    .onboarding-promo-dialog .triangle .triangle-inner {
      position: absolute;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 13px solid #fff;
      left: -8px;
      top: 2px; }
  .onboarding-promo-dialog.right-align {
    top: 70px;
    width: 360px;
    left: -300px; }
    @media (min-width: 960px) {
      .onboarding-promo-dialog.right-align {
        top: 85px;
        width: 400px;
        left: -310px; } }
    .onboarding-promo-dialog.right-align .triangle {
      left: 325px; }
      @media (min-width: 960px) {
        .onboarding-promo-dialog.right-align .triangle {
          left: 347px; } }
  .onboarding-promo-dialog .promo-header {
    display: flex;
    align-items: center;
    height: 60px;
    background: #fff; }
    .onboarding-promo-dialog .promo-header .promo-logo {
      background-position: center;
      background-image: url("../img/icon-promo.svg");
      background-repeat: no-repeat;
      background-size: 30px auto;
      background-color: #0684ff;
      width: 60px;
      height: 100%;
      display: block; }
    .onboarding-promo-dialog .promo-header .promo-title {
      display: block;
      font-size: 16px;
      font-weight: bold;
      padding: 0 16px; }
  .onboarding-promo-dialog .promo-message {
    padding: 0 16px;
    font-size: 14px; }
    .onboarding-promo-dialog .promo-message ul {
      padding-left: 16px; }
  .onboarding-promo-dialog .promo-footer {
    height: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .onboarding-promo-dialog .promo-footer a {
      font-weight: bold;
      cursor: pointer; }
      .onboarding-promo-dialog .promo-footer a:hover {
        text-decoration: underline; }
    .onboarding-promo-dialog .promo-footer button {
      margin: 0 16px;
      width: 120px;
      height: 40px; }

.delete-shot-button {
  position: relative; }
  .delete-shot-button .icon-trash {
    z-index: 1; }
    .delete-shot-button .icon-trash img {
      width: 20px;
      height: 20px; }

.delete-confirmation-dialog {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(12, 12, 13, 0.1);
  min-height: 114px;
  min-width: 320px;
  padding: 18px;
  position: absolute;
  left: 3px;
  top: 47px;
  z-index: 3; }
  .delete-confirmation-dialog .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 15px solid #c7c7c7;
    top: -15px;
    left: 8px; }
    .delete-confirmation-dialog .triangle .triangle-inner {
      position: absolute;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 13px solid #fff;
      left: -8px;
      top: 2px; }
  .delete-confirmation-dialog .delete-confirmation-message {
    font-size: 15px; }
  .delete-confirmation-dialog .delete-confirmation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 18px; }
    .delete-confirmation-dialog .delete-confirmation-buttons button.warning {
      width: 135px;
      height: 40px; }
    .delete-confirmation-dialog .delete-confirmation-buttons button.secondary {
      border: 1px solid #c7c7c7;
      width: 135px;
      height: 40px;
      box-sizing: border-box; }
  .delete-confirmation-dialog.right-align {
    left: -255px; }
    .delete-confirmation-dialog.right-align .triangle {
      left: 292px; }

.alt-notification {
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 5px 20px; }

.back-to-home {
  background-position: left center;
  background-image: url("../img/icon-screenshot.svg");
  background-repeat: no-repeat;
  background-size: 36px auto;
  padding-left: 52px;
  margin: 0 16px; }
  [dir="rtl"] .back-to-home {
    background-position: right center; }
  .back-to-home span {
    display: block;
    text-align: left;
    margin: 0;
    font-size: 20px; }
    .back-to-home span.small-text {
      font-size: 18px;
      padding-top: 0;
      padding-right: 5px;
      padding-bottom: 0;
      padding-left: 0;
      font-weight: bold; }
  @media (max-width: 719px) {
    .back-to-home {
      background-size: 24px auto;
      padding-left: 35px;
      border: 0;
      margin: 0 2px; }
      .back-to-home span {
        font-size: 18px; }
        .back-to-home span.small-text {
          font-size: 16px; } }
  .back-to-home .sub {
    font-size: 12px; }

.shot-main-actions {
  flex: 1;
  position: relative;
  min-width: 0; }
  @media (min-width: 960px) {
    .shot-main-actions {
      display: flex;
      align-items: center; } }
  @media (max-width: 719px) {
    .shot-main-actions {
      display: flex;
      align-items: center;
      background: #f9f9fa;
      height: 70px; } }
  .shot-main-actions .expire-info {
    display: block; }
    @media (max-width: 719px) {
      .shot-main-actions .expire-info.time-diff {
        display: none; } }

.shot-alt-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid #c7c7c7;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 300px;
  order: 1; }
  .shot-alt-actions .edit-shot-button {
    position: relative; }
  @media (min-width: 960px) {
    .shot-alt-actions {
      background-color: #f9f9fa;
      justify-content: flex-end;
      border: none;
      flex: initial;
      order: 0; } }

.shot-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  color: #000;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 10px;
  width: 100%; }
  @media (min-width: 960px) {
    .shot-info {
      max-width: auto;
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 20px; } }
  .shot-info > div {
    white-space: nowrap; }

.shot-title,
.shot-subtitle {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  width: auto;
  max-width: 100%; }

.shot-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 4px; }
  @media (min-width: 960px) {
    .shot-title {
      font-size: 32px;
      line-height: 39px;
      padding-bottom: 8px; } }
  .shot-title.saving {
    opacity: 0.7; }
  .shot-title.editable {
    cursor: default;
    padding-right: 28px; }
    .shot-title.editable:hover {
      background-image: url("/static/img/pencil.svg");
      background-position: right 5px;
      background-repeat: no-repeat;
      background-size: 20px 20px; }
      @media (min-width: 960px) {
        .shot-title.editable:hover {
          background-size: 24px 24px; } }
      [dir="rtl"] .shot-title.editable:hover {
        background-position: left 5px; }

.shot-subtitle {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 15px; }
  @media (min-width: 960px) {
    .shot-subtitle {
      font-size: 14px;
      line-height: 17px; } }

.shot-title-input {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 1px;
  padding-left: 2px;
  border-radius: 3px;
  border: 1px solid #45a1ff;
  margin: 0;
  overflow: auto;
  max-width: 100px;
  position: relative;
  top: -2px;
  left: -3px; }
  @media (min-width: 960px) {
    .shot-title-input {
      max-width: 200px;
      font-size: 32px;
      line-height: 39px;
      padding-bottom: 1px;
      margin: 0 0 4px 0; } }

.subtitle-link,
.time-diff {
  margin-right: 8px; }

.subtitle-link {
  text-overflow: ellipsis;
  overflow: hidden; }

.promo-panel {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(12, 12, 13, 0.1), 0 2px 8px rgba(12, 12, 13, 0.1);
  padding: 5px;
  position: absolute;
  top: 60px;
  right: -30px;
  text-align: center;
  width: 150px;
  z-index: 999; }
  @media (min-width: 960px) {
    .promo-panel {
      top: 95px; } }
  .promo-panel .title {
    font-size: 14px;
    line-height: 14px;
    margin: 5px; }
  .promo-panel .message {
    font-size: 12px;
    margin: 5px 2px; }
  .promo-panel .message-text {
    margin: 0 2px; }
  .promo-panel a.box-close {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    color: #000;
    width: 15px;
    height: 15px;
    line-height: 12px; }
  .promo-panel .box-close:before {
    content: "×"; }
  .promo-panel .box-close:hover {
    background-color: #ededf0; }

.delete-confirmation-dialog.right-align {
  top: 58px; }
  @media (min-width: 960px) {
    .delete-confirmation-dialog.right-align {
      top: 78px; } }

.clips {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  flex: 1; }

.clips-warning {
  background: #ffe900;
  padding: 5px;
  border-bottom: 1px solid #d7b600;
  border-top: 1px solid #d7b600;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  color: #000;
  font-size: 12px; }

.clip-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 auto;
  margin: 20px auto;
  max-width: 90%; }
  .clip-container img {
    box-shadow: 0 4px 16px rgba(12, 12, 13, 0.1); }

.link-button {
  cursor: pointer;
  color: #000;
  background: transparent;
  border: 1px solid #dedede;
  padding: 4px;
  border-radius: 4px; }

#clip-image-context {
  display: none; }

.pen-button,
.text-button,
.highlight-button {
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  transition: background-image 150ms cubic-bezier(0.07, 0.95, 0, 1); }

.edit-highlight {
  background-image: url("../img/edit-highlight.svg");
  height: 17px;
  width: 17px;
  position: absolute;
  left: 30px;
  top: 15px;
  cursor: pointer; }
  @media (min-width: 960px) {
    .edit-highlight {
      left: 50px;
      top: 25px; } }

.highlight-button {
  background-image: url("../img/annotation-highlight.svg"); }
  .highlight-button:hover {
    background-color: #ededf0; }
  .highlight-button:active, .highlight-button.active {
    background-image: url("../img/annotation-highlight-active.svg"); }

.pen-button {
  background-image: url("../img/annotation-pen.svg"); }
  .pen-button:hover {
    background-color: #ededf0; }
  .pen-button:active, .pen-button.active {
    background-image: url("../img/annotation-pen-active.svg"); }

.undo-button {
  background: url("../img/annotation-redo.svg");
  transform: scale(-1, 1); }
  [dir="rtl"] .undo-button {
    transform: scale(1, 1); }

.redo-button {
  background-image: url("../img/annotation-redo.svg"); }
  [dir="rtl"] .redo-button {
    transform: scale(-1, 1); }

.clear-button {
  background-image: url("../img/reset.svg"); }

.undo-button,
.redo-button,
.clear-button {
  background-repeat: no-repeat;
  background-position: center; }
  .undo-button:hover,
  .redo-button:hover,
  .clear-button:hover {
    background-color: #ededf0; }
  .undo-button.inactive,
  .redo-button.inactive,
  .clear-button.inactive {
    filter: brightness(2.4); }
    .undo-button.inactive:hover, .undo-button.inactive:active, .undo-button.inactive:focus,
    .redo-button.inactive:hover,
    .redo-button.inactive:active,
    .redo-button.inactive:focus,
    .clear-button.inactive:hover,
    .clear-button.inactive:active,
    .clear-button.inactive:focus {
      background-color: transparent;
      cursor: default; }

.annotation-divider {
  border-right: 1px solid #989898;
  margin: auto auto;
  width: 1px;
  height: 28px; }

html {
  min-height: 100%;
  position: relative; }

body {
  width: 100%;
  margin: 0;
  height: 100%; }

.editor-header {
  display: flex;
  height: 100px;
  z-index: 2;
  position: fixed;
  width: 100%; }
  @media (min-width: 720px) {
    .editor-header {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      height: 100px; } }
  @media (max-width: 719px) {
    .editor-header {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      height: 140px; } }
  .editor-header .shot-edit-main-actions {
    flex: 1;
    position: relative; }
    @media (min-width: 720px) {
      .editor-header .shot-edit-main-actions {
        display: flex;
        align-items: center;
        margin-right: 10px;
        padding-top: 4px; } }
    @media (max-width: 719px) {
      .editor-header .shot-edit-main-actions {
        display: flex;
        align-items: center;
        background: #f9f9fa;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid #c7c7c7;
        flex: 0 0 100%;
        height: 72px;
        order: 1;
        width: 100%; } }
  .editor-header .shot-edit-alt-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .editor-header .button {
    margin: 5px; }
  .editor-header .cancel,
  .editor-header .save {
    min-width: 100px; }
    .editor-header .cancel:disabled,
    .editor-header .save:disabled {
      opacity: 0.4;
      cursor: wait; }
  .editor-header .cancel {
    background-color: #f9f9fa;
    border: 1px solid #989898; }
    .editor-header .cancel:hover, .editor-header .cancel:focus {
      background-color: #ededf0; }
    .editor-header .cancel:active {
      background-color: #dedede; }

.annotation-tools {
  margin: 20px;
  display: flex;
  flex-direction: row;
  background: #fff;
  box-shadow: 0 2px 8px rgba(12, 12, 13, 0.1);
  border-radius: 3px;
  height: 50px; }

.annotation-main-actions {
  overflow: visible; }

.annotation-alt-actions {
  height: 72px; }
  @media (max-width: 719px) {
    .annotation-alt-actions {
      width: 100%;
      justify-content: center; } }

.main-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-top: 100px;
  position: relative;
  z-index: 1; }
  @media (max-width: 719px) {
    .main-container {
      top: 40px; } }

.canvas-container {
  box-shadow: 0 4px 16px rgba(12, 12, 13, 0.1);
  display: flex;
  justify-content: center;
  margin: 20px auto;
  z-index: 9999; }

.canvas-container .image-holder {
  z-index: 2; }
  .canvas-container .image-holder.pen {
    cursor: url("../img/cursor-pen.png"), auto; }
  .canvas-container .image-holder.highlighter {
    cursor: url("../img/cursor-highlight.png"), auto; }

.highlighter {
  mix-blend-mode: multiply;
  z-index: 4; }
  .highlighter.white {
    mix-blend-mode: soft-light !important; }

.image-holder {
  z-index: 0; }

.centered {
  position: absolute;
  margin: auto;
  overflow: hidden;
  top: 0;
  bottom: 0; }

#color-button-container {
  min-width: 40px;
  margin: 0 5px; }

#color-button-highlight {
  display: none;
  margin-top: 5px;
  min-width: 40px;
  height: 40px;
  border-radius: 3px;
  position: absolute;
  background-color: #ededf0; }

#color-picker {
  border-radius: 11px;
  position: absolute;
  height: 22px;
  width: 22px;
  margin-top: 13.5px;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 9px;
  z-index: 2; }
  #color-picker:hover {
    cursor: pointer; }

#color-picker:hover + #color-button-highlight,
#color-picker:focus + #color-button-highlight {
  display: block;
  z-index: 1; }

.color-board {
  margin-top: 50px;
  z-index: 2;
  width: 160px;
  height: 160px;
  position: absolute;
  background: #f9f9fa;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(12, 12, 13, 0.1), 0 2px 8px rgba(12, 12, 13, 0.1);
  padding: 20px; }
  .color-board .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #dedede;
    top: -15px;
    left: 9.5px; }
    .color-board .triangle .triangle-inner {
      position: absolute;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 13px solid #f9f9fa;
      left: -8px;
      top: 2px; }

.color-board .color-row {
  display: flex; }

.swatch {
  margin: 5px;
  flex-direction: row;
  flex-wrap: wrap;
  width: 30px;
  height: 30px;
  border-radius: 15px; }
  .swatch:hover {
    border: 3px solid #dedede !important; }

.crop-tool {
  z-index: 3; }

.crop-container {
  z-index: 4; }

.crop-button {
  background-image: url("../img/crop.svg");
  background-repeat: no-repeat;
  background-position: center; }

.text-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f9f9fa;
  background-image: url("../img/icon-dropdown.svg");
  background-position: right 8px top 8px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border-radius: 3px;
  border: 1px solid #c7c7c7;
  color: #38383d;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  height: 26px;
  margin-top: 12px;
  margin-right: 5px;
  margin-bottom: 12px;
  margin-left: 15px;
  outline: none;
  padding-top: 0;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 4px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background 150ms cubic-bezier(0.07, 0.95, 0, 1), border 150ms cubic-bezier(0.07, 0.95, 0, 1);
  user-select: none;
  white-space: nowrap;
  vertical-align: middle; }
  [dir="rtl"] .text-select {
    background-position: left 8px top 8px; }
  .text-select:hover, .text-select:focus {
    background-color: #ededf0;
    border-color: #989898; }
  .text-select:active {
    background-color: #dedede;
    border-color: #989898; }
  .text-select option {
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 0;
    padding-left: 4px; }

.text-button {
  background-image: url("../img/annotation-text.svg");
  background-repeat: no-repeat;
  background-position: center; }
  .text-button:hover {
    background-color: #ededf0; }

.text-tool-container {
  z-index: 4; }

.text {
  cursor: text;
  font-weight: 900;
  font-family: sans-serif;
  white-space: nowrap;
  outline: 0;
  border: none;
  white-space: pre; }

.large-text {
  padding: 4px 18px;
  font-size: 36px; }

.medium-text {
  padding: 4px 12px;
  font-size: 24px; }

.small-text {
  padding: 4px 8px;
  font-size: 16px; }

.textTool .black {
  background: rgba(255, 255, 255, 0.7);
  color: #000; }

.textTool .white {
  background: rgba(0, 0, 0, 0.6);
  color: #fff; }

.textTool .red {
  background: rgba(0, 0, 0, 0.6);
  color: #e74c3c; }

.textTool .green {
  background: rgba(0, 0, 0, 0.6);
  color: #2ecc71; }

.textTool .blue {
  background: rgba(255, 255, 255, 0.7);
  color: #3498db; }

.textTool .yellow {
  background: rgba(0, 0, 0, 0.6);
  color: yellow; }

.textTool .purple {
  background: rgba(255, 255, 255, 0.7);
  color: #8e44ad; }

.textTool .sea-green {
  background: rgba(0, 0, 0, 0.6);
  color: #1abc9c; }

.textTool .grey {
  background: rgba(255, 255, 255, 0.7);
  color: #34495e; }
