@media print, screen {
  table {
    page-break-after: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  td {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
  .vc-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;
  }
  .vc-generator-root h1,
  .vc-generator-root h2 {
    font-weight: 600;
    margin: 0;
  }
  .vc-generator-root h1 {
    font-size: 24px;
    line-height: 28px;
    color: #444444;
  }
  .vc-generator-root h2 {
    font-size: 16px;
    line-height: 19px;
    color: #666666;
  }
  .vc-generator-root .actions {
    display: flex;
    min-width: 255px;
    flex-direction: column;
    gap: 16px;
  }
  .vc-generator-root .actions .logo {
    display: flex;
    flex-direction: column !important;
  }
  .vc-generator-root .actions .logo .logo-info {
    font-size: 14px;
    line-height: 17px;
    color: #aaaaaa;
  }
  .vc-generator-root .actions .options {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .vc-generator-root .actions .option-item {
    display: flex;
    gap: 4px;
  }
  .vc-generator-root .actions .option-item .fa {
    width: 24px;
    font-size: 20px;
    color: #444444;
  }
  .vc-generator-root .actions .option-item .fa.checked {
    color: #3b99ef;
  }
  .vc-generator-root .actions .option-item i,
  .vc-generator-root .actions .option-item span {
    cursor: pointer;
    font-size: 16px;
  }
  .vc-generator-root .actions > .action-btn {
    width: 100%;
  }
  .vc-generator-root > .sample {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border: solid #cdcdcd 1px;
  }
  .vc-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;
  }
  .vc-generator-root .relative-input-container .btn.btn-edit-second {
    top: 28px;
    right: 66px;
  }
  .vc-generator-root .download-vc {
    padding: 0 0 !important;
  }
  .vc-generator-root .back-to-step-email-btn {
    margin-top: 20px;
  }
  .vc-print-tags {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .vc-print-tags button {
    width: 120px;
    margin: 16px;
  }
  .vc-print-tags button,
  .vc-generator-root button.action-btn {
    text-transform: uppercase;
    font-size: 14px;
  }
  .vc-print-tags button.action-btn-flat,
  .vc-generator-root button.action-btn.action-btn-flat {
    background: transparent;
    border: none;
  }
}
@media only screen and (max-width: 1024px) {
  .pick-ticket-modal {
    top: 0 !important;
    height: 100%;
    max-height: initial;
  }
  .vc-generator-root {
    flex-direction: column !important;
  }
  .vc-generator-root > .sample {
    overflow: scroll !important;
  }
}
.modal {
  width: auto !important;
}
#sent-to-list li {
  margin-bottom: 5px;
}
.save-default-non-generic-confirmations {
  display: block;
  width: 100%;
  margin-top: 5px;
}
