
@page {
    size: auto;
}

.navbar-nav .open .dropdown-menu {
    background-color:#fff;
  }

.navbar-nav .open .dropdown-menu {
                display: block;
                width: 100%;
                padding: 0.25rem 1.5rem;
                clear: both;
                font-weight: 400;
                color: #212529;
                text-align: inherit;
                white-space: nowrap;
                background-color: #7f7f7f;
                border: 0;
}

@media screen{
    .noScreen_custom{display: none;}
    .DateInput, .DateInput_1 {

}

table.dataTable thead th {
  white-space: wrap
}

/* Fix the font size and other stuff of datepicker*/
.DateInput_input, .DateInput_input_1 {
  /* my personal stuff */
  text-align: center;
  line-height: calc(1.5em + 0.75rem);
  /* default flatly stuff */
  height: calc(1.4em + 0.75rem + 2px);
  font-size: 0.9375rem;
  font-weight: 400;
  color: #7b8a8b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 5rem;
        }
    .print-class {}
    .noScreen{display: none;}
    .chrome{height:300px;}
    .title{height:20px}
    .hidden{display: none;}
    .loader-wrapper > div {
    visibility: visible !important;
}
    overflow:visible !important;
}

@media print{
      .noScreen_custom{display: none;}
      .DateInput, .DateInput_1 {
  width: 100%; /* replace with whatever length you prefer */
}

@media print {
    body {
        font-size: 11px; /* Set the font size to 11 pixels for printing */
    }
}
body {
    font-size: 11px; /* Set the font size to 11 pixels */
}

/* Fix the font size and other stuff of datepicker*/
.DateInput_input, .DateInput_input_1 {
  /* my personal stuff */
  text-align: center;
  line-height: calc(1.5em + 0.75rem);
  /* default flatly stuff */
  height: calc(1.4em + 0.75rem + 2px);
  font-size: 0.9375rem;
  font-weight: 400;
  color: #7b8a8b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
    html{font-size: 8pt;}
    body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p{font-size: 7pt;}

    blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th{
           font-size: 8pt;
	  }

	  h1.entry-title {
	  font-size: 20pt !important;
         }
	   h1, h2, h3, h4, h5, h6,h1.entry-title {
	  font-size: 12pt !important;
         }
    .hidden{display: none;}
    .print-class {display: none;}
    .noScreen{}
    .chrome{height:300px
    }
    .title{height:20px}
    .name{height:30px}
    .name2{height:20px}
    .checklist{height:30px}
    .display-4{height:32px}
    .my-2{height:1px}
    .display-4{font-size: 100%}

    .hide_me{height:1px}
    overflow:visible !important;
    .custom_data_cell td {font-size: 6pt !important;}
}



/*
 *  This stylesheet defines the className dbc_light which helps improve
 *  the design of light themed Bootstrap apps
 */



/* fixes margins so data isn't cut off at table edges */
.dbc_light .dash-table-container .row {
    display : block !important;
    margin: 0 !important;
}

/* fixes  when the table dropdown doesn't drop down */
.dbc_light .Select-menu-outer {
    display: block !important;
}


/*
 *  sort arrow and delete icons in the DataTable header
 *  these icons appear when the table is sortable and/or columns are deletable
 */
.dbc_light .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner table {
    --accent: var(--primary) !important;
    --hover: none !important;
    --border: lightgrey !important;
    --text-color: var(--dark) !important;
}

/* pagination buttons - this removes the default pink hover  */
.dbc_light .last-page:hover, .previous-page:hover, .first-page:hover, .next-page:hover{
    color: var(--primary) !important;
}

/* table body */
.dbc_light .dash-spreadsheet td {
    fontfamily:  var(--font-family-sans-serif);
    background-color: var(--white) !important;
    color: var(--dark) !important;
    --border: lightgrey;
  /*  border-color: lightgrey !important; */
}


/* table header */
.dbc_light .dash-spreadsheet .dash-header {
    font-family:  var(--font-family-sans-serif);
    background-color: var(--light) !important;
    opacity: 0.9;
    color: var(--dark) !important;
    --accent: var(--primary) !important;
    --border: lightgrey;
}

/*  filter row in the header  */
.dbc_light .dash-spreadsheet .dash-filter {
    font-family:  var(--font-family-sans-serif);
    background-color: var(--light) !important;
    color: var(--dark) !important;
    --border: lightgrey;
}


.dbc_light input.dash-filter--case--sensitive {
    border-color: var(--primary) !important;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    color: var(--primary) !important;
}


/* tooltips - makes text readable in dark themes */
.dbc_light .dash-table-tooltip {
    color:black
}



/* row hover */
.dbc_light.dbc_row_hover .dash-spreadsheet td.dash-cell {
    border-color: lightgrey !important;
 }
.dbc_light.dbc_row_hover .dash-spreadsheet  tr:hover td.dash-cell {
    border-color: lightgrey !important;
    border-width: 1.5px !important;
    background-color: var(--light) !important;

}


/*------------------------------------
 * Sliders - makes the slider the "primary color"
 */

.dbc_light .rc-slider-handle {
  border: 0;
  background-color: var(--primary)
}

.dbc_light .rc-slider-rail {
   background-color: #ededed;  /* grey */
}

.dbc_light .rc-slider-track {
  background-color: var(--primary)
}

.dbc_light .rc-slider-dot {
  border: 0;
  background-color: #ededed; /* grey */
}

.dbc_light .rc-slider-dot.rc-slider-dot-active {
  background-color: var(--primary)
}

/* label color */
.dbc_light .rc-slider-mark-text {
  color: black
  opacity: 0.7
}

/* Makes the active label color different than default label color */
.dbc_light .rc-slider-mark-text.rc-slider-mark-text-active {
    color: black;
}

/* Dropdowns */
.dbc_light .VirtualizedSelectOption {
    background-color: white;
    color: black;
}

.dbc_light .VirtualizedSelectFocusedOption {
    background-color: lightgrey;
    color: black;
}

/* Tabs */
.dbc_light .tab-pane .card {
    border-top-left-radius: 0;
}

.dbc_light .nav-tabs {
    border-bottom-width: 0 !important;
}

.dbc_light .nav-link {
    border-width: 0.5px !important;
    border-color: rgba(100, 100, 100, 0.4) !important;
    color: var(--primary) !important;
}

.dbc_light .nav-link.active {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    border-color: rgba(100, 100, 100, 0.4);
}

.dbc_light .nav-item {
    margin-right: 0 !important;
}

.fa-cog {
    color: white;
}

.titlefont2 {
    font-family: 'Amatic SC', cursive;
}

.titlefont3 {
    font-family: 'Gruppo', cursive;
}

.contact_card {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
}

@media print {
    button, .d-print-none {
        display: none;
    }
}

.avoid-page-break {
    page-break-inside: avoid; /* Prevent this element from being split across pages */
}

.cannot-break {
    page-break-inside: avoid;
}

/* Add this CSS to ensure proper rendering for PDF */
.temp-adjustment {
    width: 100%;
}

/* Ensure proper page breaks */
@media print {
    .cannot-break {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .page-break {
        page-break-before: always;
        break-before: page;
    }

    #content-to-print {
        page-break-inside: avoid;
        break-inside: avoid;
    }
}
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.ml1 {
    margin-top: 150px; /* Adjust this value to move the text down */
}

.slider-custom .rc-slider-handle {
    width: 20px;
    height: 30px;

}


.slider-custom .rc-slider-track {
    height: 16px; /* Adjust track height if needed */
}

.slider-custom .rc-slider-rail {
    height: 16px; /* Adjust rail height if needed */
}

.small-font {
    font-size: 14px;
}

/* Flight Phase: Frame moves across the screen */
.sprite-container {
  width: 343px;    /* width of the "window" frame */
  height: 316px;   /* height of the "window" frame */
  overflow: hidden;
  position: relative;

  /* Frame moves across the screen during flight */
  animation: moveFrame 2s linear infinite 1s;
}
.sprite-sheet {
  width: 2744px;   /* total width of the sprite image (9 frames * 343px) */
  height: 343px;   /* height of a single row in the sprite sheet */
  background: url('/assets/spritesheet.png') no-repeat;
  position: absolute;
  top: 0;
  left: 0;

  /* Initially run the flap (flight) animation for frames 1-6 */
  animation: flap 1s steps(6) infinite  1s;
}

/* Move the frame (container) across the screen */
@keyframes moveFrame {
  from { transform: translateX(0); }
  to   { transform: translateX(1000px); }
}

/* Flapping animation: frames 1–6 */
@keyframes flap {
  from { background-position: 0 0; }
  to { background-position: -2058px 0; }
}

@keyframes landing {
  from { background-position: -1715px 0; }
  to { background-position: -2401px 0; }
}


/* Landing State: Stop container movement */
.landing {
  animation: landing 1s steps(2) 1 forwards;
}
/* =============================
   Mantine Checkbox "Pill" style
   ============================= */

/* Root pill (apply via classNames={{ root: "dmc-api-demo-root" }}) */
.dmc-api-demo-root {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  /* pill look */
  padding: 4px 10px;                    /* compact, symmetric */
  border: 1px solid var(--mantine-color-gray-4);
  border-radius: var(--mantine-radius-md);
  background: #fff;
  transition: border-color .15s, background-color .15s, box-shadow .15s;
}

/* Hover */
.dmc-api-demo-root:hover {
  border-color: var(--mantine-primary-color-filled-hover);
}

/* Checked state (Mantine adds data-checked on root) */
.dmc-api-demo-root[data-checked] {
  background: var(--mantine-primary-color-filled);
  border-color: var(--mantine-primary-color-filled);
  color: var(--mantine-color-white);
}

/* Readable text & icon on filled background */
.dmc-api-demo-root[data-checked] .mantine-Checkbox-label,
.dmc-api-demo-root[data-checked] .mantine-Checkbox-icon {
  color: var(--mantine-color-white);
}

/* Inner layout tweaks */
.dmc-api-demo-root .mantine-Checkbox-body {
  display: inline-flex;
  align-items: center;
  gap: 6px;                              /* shrink gap between box & label */
}

/* Typography / spacing */
.dmc-api-demo-root .mantine-Checkbox-label {
  font-size: 12px;
  line-height: 1;
  margin: 0;
}

/* Always hide the native OS checkbox so only Mantine's SVG renders */
.mantine-Checkbox-input {
  appearance: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  outline: none !im

/* --- Use with your existing .dmc-api-demo-root styles --- */
/* Make pills touch and share borders like a segmented control */
.segmented-tight .dmc-api-demo-root {
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 4px 8px;                 /* slightly tighter */
  position: relative;
}

/* Collapse adjacent borders horizontally */
.segmented-tight .dmc-api-demo-root + .dmc-api-demo-root {
  margin-left: -1px;                /* overlap 1px border so seam disappears */
}

/* First/last items in the row get rounded ends (single-row case) */
.segmented-tight .dmc-api-demo-root:first-child {
  border-top-left-radius: var(--mantine-radius-md) !important;
  border-bottom-left-radius: var(--mantine-radius-md) !important;
}
.segmented-tight .dmc-api-demo-root:last-child {
  border-top-right-radius: var(--mantine-radius-md) !important;
  border-bottom-right-radius: var(--mantine-radius-md) !important;
}

/* --- Wrapped rows support --- */
/* Fuse borders vertically between rows too */
.segmented-tight.wrap .dmc-api-demo-root { margin-top: -1px; }

/* Avoid faint seams on filled pills */
.segmented-tight .dmc-api-demo-root {
  background-clip: padding-box;
}

/* Optional: keep pills compact inside the group */
.segmented-tight .mantine-Checkbox-body { gap: 6px; }
.segmented-tight .mantine-Checkbox-label { font-size: 12px; line-height: 1; }

/* You already have this, but repeating for convenience:
   hide native checkbox so only Mantine's SVG shows (prevents double ticks) */
.mantine-Checkbox-input {
  appearance: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

