@media print, screen {
  .fc-generator-root {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    gap: 24px;
    padding: 32px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  .fc-generator-root > .actions {
    display: flex;
    min-width: 255px;
    flex-direction: column;
    gap: 16px;
  }
  .fc-generator-root > .actions .logo {
    display: flex;
    flex-direction: column !important;
  }
  .fc-generator-root > .actions .logo .logo-info {
    font-size: 14px;
    line-height: 17px;
    color: #aaaaaa;
  }
  .fc-generator-root > .actions > h1,
  .fc-generator-root > .actions h2 {
    font-weight: 600;
    margin: 0;
  }
  .fc-generator-root > .actions > h1 {
    font-size: 24px;
    line-height: 28px;
    color: #444444;
  }
  .fc-generator-root > .actions > h2 {
    font-size: 16px;
    line-height: 19px;
    color: #666666;
  }
  .fc-generator-root > .actions .options {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .fc-generator-root > .actions .option-item {
    display: flex;
    gap: 4px;
  }
  .fc-generator-root > .actions .option-item .fa {
    width: 24px;
    font-size: 20px;
    color: #444444;
  }
  .fc-generator-root > .actions .option-item .fa.checked {
    color: #3b99ef;
  }
  .fc-generator-root > .actions .option-item i,
  .fc-generator-root > .actions .option-item span {
    cursor: pointer;
    font-size: 16px;
  }
  .fc-generator-root > .actions > .action-btn {
    width: 100%;
  }
  .fc-generator-root > .sample {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border: solid #cdcdcd 1px;
  }
  .fc-generator-root > .sample .sample-info {
    text-align: right;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #aaaaaa;
    padding: 8px;
  }
  .fc-generator-root .relative-input-container .btn.btn-edit-second {
    top: 28px;
    right: 66px;
  }
  .fc-print-tags {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fc-print-tags button {
    width: 120px;
    margin: 16px;
  }
  .fc-print-tags button,
  .fc-generator-root button.action-btn {
    text-transform: uppercase;
    font-size: 14px;
  }
  .fc-print-tags button.action-btn-flat,
  .fc-generator-root button.action-btn.action-btn-flat {
    background: transparent;
    border: none;
  }
}
.modal {
  width: auto !important;
}
#sent-to-list li {
  margin-bottom: 5px;
}
