/* BinaryCSS Framework v1.0.0
 * A groundbreaking CSS framework built from scratch
 * https://binaryCSS.com
 */

/* Import Variables (Must be first) */
@import url("binary-variables.css");

/* Import Base Styles */
@import url("binary-base.css");

/* Import Grid System */
@import url("binary-grid.css");

/* Import Utility Classes */
@import url("binary-utilities.css");

/* Import Components */
@import url("binary-components.css");

/* Import Advanced Components */
@import url("binary-advanced-components.css");

/* Import JavaScript Components */
@import url("binary-js-components.css");

/* Print Styles */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  
  a:not(.btn) {
    text-decoration: underline;
  }
  
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  
  pre {
    white-space: pre-wrap !important;
  }
  
  pre,
  blockquote {
    border: 1px solid var(--q-gray-400);
    page-break-inside: avoid;
  }
  
  thead {
    display: table-header-group;
  }
  
  tr,
  img {
    page-break-inside: avoid;
  }
  
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  
  h2,
  h3 {
    page-break-after: avoid;
  }
  
  .container {
    min-width: 992px !important;
  }
  
  .navbar,
  .badge {
    display: none;
  }
  
  .btn > .badge {
    display: inline-block;
  }
  
  .table {
    border-collapse: collapse !important;
  }
  
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
