.grid-title {
  justify-content: space-between;
}

.dropdown-menu .btn {
  --bs-btn-font-size: 0.70rem;
}

.dropdown-menu .save {
    font-size: inherit;
}

.slick-row.deleted {
  border-color: lightcoral;
  border-bottom-style: solid;
}

.fa i {
  font-style: normal;
  font-weight: 400;
}

.s-site-logo-img {
  content: url(../../Serenity.Assets/logo/white-128.png);
}

.s-PermissionCheckEditor {
  min-height: 450px;
}

.s-horizontal-divider {
  margin: 1em 0;
  line-height: 0;
  text-align: center;
}

  .s-horizontal-divider span {
    background-color: var(--s-card-bg);
    padding: 1em;
  }

  .s-horizontal-divider:before {
    content: " ";
    display: block;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #f7f7f7;
  }

:root {
  --s-sidebar-pane-width: 16rem;
  --s-sidebar-width: 20rem;
  --s-deleted: #b33f32!important;
}

@media only screen and (min-width: 600px) {
  :root {
    --bs-body-font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  :root {
    --bs-body-font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  :root {
    --bs-body-font-size: 16px;
  }
}

@media only screen and (min-width: 2000px) {
  :root {
    --bs-body-font-size: 18px;
  }
}

.slick-cell .check-box {
  margin-top: 0px;
}

.s-ReportDialog {
  width: 100%;
  height: 600px;
}

.ticket {
  width: calc(100% - 30px);
}

.s-TicketReportDialog .btn-space {
  margin-right: 5px;
}

#qrCodeData {
  margin: auto;
}


.slick-row.document-number-canceled {
  border-color: lightcoral;
  border-bottom-style: solid;
}

.slick-row.document-number-reserved {
  border-color: lightgreen;
  border-bottom-style: solid;
}

.slick-row.document-number-issued {
}
