/* stylelint-disable */
/* stylelint-enable */
.Frame-search {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999; }
  .Frame-search::before {
    background: #f6f6f6;
    content: '';
    display: block;
    height: 1rem;
    width: 100%; }
  .Frame-search::after {
    background: linear-gradient(to bottom, #f6f6f6 0%, transparent 100%);
    content: '';
    display: block;
    height: 1.8rem;
    width: 100%; }
  .Frame-search label {
    background: #f6f6f6;
    color: rgba(83, 83, 99, 0.75);
    font: normal 0.75rem/1.66667 "Open Sans", Helvetica, Arial, sans-serif;
    letter-spacing: 0.075em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 0.75rem;
    text-transform: uppercase; }
    .Frame-search label span {
      display: block;
      margin-bottom: 0.5rem;
      margin-left: 0.25rem; }
    .Frame-search label input {
      border: 1px solid #979797;
      border-radius: 4px;
      height: 2rem;
      font: normal 0.875rem/1.71429 "Open Sans", Helvetica, Arial, sans-serif;
      padding-left: 0.5rem; }
      .Frame-search label input:focus {
        border: 1px solid #000000;
        outline: 0; }

.Preview-size {
  background-color: transparent;
  color: #000000;
  margin-left: auto;
  z-index: 900; }
  .Preview-size input {
    border: 0;
    display: inline-block;
    text-align: right;
    width: 3rem; }
    .Preview-size input:focus {
      background: lightgray;
      outline: none; }

.Preview-size label {
  opacity: 0;
  pointer-events: none;
  position: absolute; }

.Header {
  background-color: #a50000;
  font-family: soleil, sans-serif; }

.Document-header {
  -ms-flex-direction: column;
      flex-direction: column; }
  .Document-header img {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 1.8rem;
    max-height: 7rem;
    max-width: 100%;
    width: auto; }

.Status-dot {
  background-color: transparent;
  border-width: 3px;
  height: 3px;
  font-size: 11px;
  position: relative;
  transition: color;
  width: 3px; }
  .Status-dot::after {
    color: inherit;
    content: attr(title);
    position: absolute;
    left: 6px;
    top: 50%;
    text-transform: capitalize; }
  .Status-dot::before {
    animation: scale 1.5s ease-out infinite;
    border: 1px solid;
    border-color: inherit;
    border-radius: 50%;
    color: inherit;
    content: '';
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    width: 10px; }

.Tree-item {
  position: relative; }

.Tree-previewLink {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%); }

@keyframes scale {
  from {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2); } }

[dir="ltr"] .Pen-header .Status {
  margin-left: 1rem; }

.infoMessage {
  color: #a50000;
  font: normal 0.875rem/1.71429 "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0 1rem; }

.Frame-panel--sidebar {
  padding-top: 0; }
