@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/*! tailwindcss v2.1.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

/* *,
::before,
::after {
  color: #000000;
  box-sizing: border-box;
} */

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  background-color: rgb(193, 197, 205);
  height: 100%;
  overflow: auto;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
  background-color: rgb(255, 255, 255);
  min-height: 100%;
  overflow: auto;
}

/* a {
  display: block !important;
} */

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
    system-ui,
    -apple-system,
    /* Firefox supports this but not yet `system-ui` */
    'Segoe UI',
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Consolas,
    'Liberation Mono',
    Menlo,
    monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea,
input:-internal-autofill-selected {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

.row {
  margin: 0;
}

.overflow {
  overflow: auto;
}

/**
This is a hack to stop the user agent stylesheet overriding bg-color.
*/

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input {
  text-align: center;
  justify-content: center;
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/*
App Select
===========
*/

.int-notification {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  margin: 8px;
  margin-left: 16px;
}

/*
Order Form
===========
*/

.order-text {
  background-color: #e5e7eb;
  padding: 1%;
  padding-bottom: 0px;
  margin: 0px;
  margin-bottom: 10px;
  margin-top: 20px;
  border-radius: 5px;
}

#order-category {
  background-color: #e5e7eb;
  padding: 1%;
  margin: 0px;
  margin-bottom: 5px;
  margin-top: 10px;
  border-radius: 5px;
}

.order-category {
  background-color: #e5e7eb;
  padding: 1%;
  margin: 0px;
  margin-bottom: 5px;
  margin-top: 10px;
  border-radius: 5px;
}

.border-1 {
  border-color: #90959f;
  border-width: 1px;
  border-radius: 5px;
}

.border-1-black {
  border-color: #0b0b0b;
  border-width: 1px;
  border-radius: 5px;
}

.border-2-green {
  border-color: #002c08;
  border-width: 2px;
  border-radius: 5px;
}

.border-0 {
  border-radius: 5px;
}

#order-category:has(> b:empty) {
  display: none;
}

#order {
  background-color: #e5e7eb;
  padding: 20px;
  margin: 0px;
  margin-bottom: 5px;
  margin-top: 10px;
  border-radius: 5px;
}

/* #order-form {
  background-color: #e5e7eb;
  padding: 2%;
  border-radius: 5px;
  border-color: #c2c4c8;
  border-width: 2px;
  -webkit-box-shadow: inset 5px 5px 5px rgba(207,207,207,0.5);
  -moz-box-shadow: inset 5px 5px 5px rgba(207,207,207,0.5);
  box-shadow: inset 5px 5px 5px rgba(207,207,207,0.5);
} */

#order-item {
  /* background-color: #f8fafd; */
  padding: 0px;
  margin-left: 2%;
  margin-right: 2%;
  /* border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(207,207,207,0.5);
  -moz-box-shadow: 0px 1px 1px 1px rgba(207,207,207,0.5);
  box-shadow: 0px 1px 1px 1px rgba(207,207,207,0.5); */
}

/* Other form items */

#bg-grey-box {
  background-color: #e5e7eb;
  padding: 20px;
  margin: 0px;
  margin-bottom: 5px;
  margin-top: 10px;
  border-radius: 5px;
}

.box-shadow {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.errorlist li {
  color: red;
}

/* Order form user input */

#id_comments {
  background-color: #f3f3f3;
  border-color: #e5e7eb;
  border-width: 2px;
  margin-top: 20px;
}

#id_address {
  background-color: #f3f3f3;
  border-color: #e5e7eb;
  border-width: 2px;
  margin-top: 20px;
}

#id_job_number {
  background-color: #f3f3f3;
  border-color: #e5e7eb;
  border-width: 2px;
  margin-top: 20px;
}

.options-item {
  display: none;
}

.options {
  padding-left: 6px;
  padding-right: 6px;
  height: 20px;
  text-align: center;
  font-size: small;
  width: 20%;
  min-width: 58px;
}

/* T&M Form */

#signature-pad {
  background-color: #f3f3f3;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 192px;
  text-align: center;
}

/* Timekeeping Form */

#clockin label {
  margin-top: 15px;
}

#clockin div {
  display: block;
}

#from1 label {
  margin-top: 86px;
}

#id_user_time_out {
  margin-bottom: 256px;
}

#id_user_time_out_alt {
  margin-bottom: 1rem;
}

#sign-sheet-btn {
  pointer-events: none;
  background-color: #82868a;
}

.no-pointer-events {
  pointer-events: none;
}

#sign-sheet-btn-active {
  background-color: #222;
  animation-name: color;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes color {
  0% {
    background-color: #60060b;
  }

  50% {
    background-color: #953d41;
  }

  100% {
    background-color: #60060b;
  }
}

#sign-sheet-btn:hover {
  background-color: #0c4917 !important;
}

.timekeeping-text {
  background-color: #d9dbde;
  padding: 1%;
}

.timekeeping form p {
  padding: 10px;
  margin-left: 2%;
  margin-right: 2%;
}

.timekeeping form label {
  display: block;
  text-align: center;
}

#crew label {
  display: block;
  text-align: left;
  margin: 2px;
  padding: 3px;
}

#crew input {
  margin-left: 15px;
}

.timekeeping form p {
  align-content: center;
}

.error-message {
  color: red;
  max-height: 0;
  /* Set the initial height to 0 */
  overflow: hidden;
  /* Hide the content that overflows the max-height */
  transition: max-height 0.3s ease;
  /* Add a smooth transition */
}

#sign-sheet-check {
  margin-left: 1.5rem;
  width: 64px !important;
  height: 64px !important;
}

.green-background {
  background-color: green !important;
  transition: background-color 0.5s ease;
}


/* Timekeeping documents */

.selectable-row {
  background-color: lightgray;
}

.selected-row {
  background-color: grey;
}

table.weekly-time-table td {
  border: 0px solid black;
  padding: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

table.weekly-time-table th {
  border: 1px solid black;
  padding: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

table.table-alt td {
  padding: 2px;
  border: 1px solid black;
}

table.no-border td {
  border: 0px;
}

/* Signature Pad */

.signature-container {
  border: 1px solid black;
  border-radius: 5px;
  margin-top: 2rem;
}

#signatureCanvas {
  width: 100%;
}


/* .selectable-row:hover {
  background-color: lightgrey;
} */

.table-container {
  max-height: 80vh;
  overflow-y: auto;
  display: block;
  align-content: center;
  justify-content: center;
  border-radius: 5px;
  border-width: 1px;
  border-color: #002c08;
  background-color: white;
}

.hours-log-table-container {
  max-height: 512px;
  overflow-y: auto;
  display: block;
  align-content: center;
  justify-content: center;
  width: 90%;
}

.weekly-time-table {
  width: 100%;
  border-radius: 5px;
}

.border-square {
  border-radius: 0px;
}

.table-head {
  width: 100%;
  background-color: #484848;
}

.selectable-row p,
.selectable-row button {
  margin-left: 25px;
  margin-right: 25px;
}

#selected-user-info {
  transition: height 0.5s ease-in-out;
  margin-bottom: 16px;
}


/* Daily Report Form */

.dailyreport-text {
  background-color: #d9dbde;
  padding: 1%;
}

.dailyreport form p {
  padding: 10px;
  margin-left: 2%;
  margin-right: 2%;
}

.dailyreport .title {
  display: block;
  text-align: left;
  margin-left: 5%;
}

.dailyreport form p {
  align-content: left;
}

/* Dailyreport transitions */

.flash-green {
  animation: flash 2.2s;
}

.flash-red {
  animation: flashRed 1.5s;
}


@keyframes flash {
  0% {
    color: inherit;
  }

  50% {
    color: rgb(72, 151, 72);
  }

  100% {
    color: inherit;
  }
}

@keyframes flashRed {
  0% {
    color: black;
  }

  50% {
    color: rgb(101, 21, 21);
  }

  100% {
    color: black;
  }
}

@keyframes flashWhite {
  0% {
    color: black;
  }

  50% {
    color: rgb(57, 57, 57);
  }

  100% {
    color: black;
  }
}

@keyframes onShiftFlash {
  0% {
    background-color: #d4c2c2;
  }

  50% {
    background-color: #deb1b1;
  }

  100% {
    background-color: #d4c2c2;
  }
}

@keyframes completedShiftFlash {
  0% {
    background-color: #c0a4a4;
  }

  50% {
    background-color: #deb1b1;
  }

  100% {
    background-color: #c0a4a4;
  }
}

.spinner {
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.button-icon {
  margin-right: 5px;
}


/* CSS rule to set the initial background color of labels */
.selected-label {
  background-color: #b4d3c1 !important;
  transition: background-color 0.3s ease;
  border-radius: 7px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.on-shift-label {
  background-color: #d4c2c2;
  transition: background-color 0.3s ease;
  border-radius: 7px;
}

.completed-shift-label {
  background-color: #c0a4a4;
  transition: background-color 0.3s ease;
  border-radius: 7px;
}

.on-shift-warning-text {
  background-color: #d4c2c2;
  transition: background-color 0.3s ease;
  text-align: center;
  padding: 5px;
  margin: 5px;
  border-radius: 7px;
  animation: flashWhite 1.5s, onShiftFlash 1.5s;
  font-size: smaller;
}

.completed-shift-warning-text {
  background-color: #c0a4a4;
  transition: background-color 0.3s ease;
  text-align: center;
  padding: 5px;
  margin: 5px;
  border-radius: 7px;
  animation: flashWhite 1.5s, completedShiftFlash 1.5s;
  font-size: smaller;
}

#error-text {
  overflow: hidden;
  transition: all 1000ms linear;
}

#code {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

#code.show {
  max-height: 500px;
  /* Set an appropriate maximum height */
}

#accidents {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

#accidents.show {
  max-height: 500px;
  /* Set an appropriate maximum height */
}

#change_order {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

#change_order.show {
  max-height: 500px;
  /* Set an appropriate maximum height */
}

#tmwork {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

#tmwork.show {
  max-height: 500px;
  /* Set an appropriate maximum height */
}

.hidden {
  display: none;
}

.show {
  opacity: 1;
  pointer-events: all;
  height: auto;
  transition: opacity 0.3s ease, height 0.3s ease;
}

.hide {
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
}

#report_link:hover {
  color: rgb(24, 118, 159);
}

.link {
  color: #002c08;
}

/* Django generated ID's CSS */

#id_date,
#id_date_performed,
#id_user {
  background-color: #f3f3f3;
  border-color: #82868a;
  border-width: 1px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  min-width: 192px;
  text-align: center;
}

#id_date_performed {
  width: 90%;
}

#id_dropdown,
#id_scope,
#id_job,
#id_area,
#id_description,
#id_job_num,
#id_user_time_in,
#id_user_time_out,
#id_user_time_out_alt,
#id_report_num,
#id_pco_num,
#id_contractor,
#id_temp,
#id_sc_hours,
#id_accidents,
#id_change_order,
#id_tmwork,
#id_report_num_add,
#id_pco_num_add,
#id_contractor_add,
#id_custom_materials,
#id_worker,
.dropdown {
  background-color: #f3f3f3;
  border-color: #82868a;
  border-width: 1px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  min-width: 192px;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}

.input_box_time {
  background-color: #f3f3f3;
  border-color: #82868a;
  border-width: 1px;
  border-radius: 5px;
  padding-left: 2px;
  padding-right: 2px;
  width: 100%;
  text-align: center;
}

.input_box_num {
  background-color: #f3f3f3;
  border-color: #82868a;
  border-width: 1px;
  border-radius: 5px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  width: 48px;
  min-width: 48px;
}

.dropdown_disabled {
  background-color: inherit;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  min-width: 192px;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}

.input_box_time_disabled {
  background-color: inherit;
  border-width: 0px;
  padding-left: 2px;
  padding-right: 2px;
  width: 100%;
  text-align: center;
}

.input_box_num_disabled {
  background-color: inherit;
  border-width: 0px;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  width: 48px;
  min-width: 48px;
}

#id_job_num_hrs {
  margin: 0px;
  width: 100%;
}

select[id^="id_labor_"] {
  min-width: 30px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 1px;
}

#id_job_num #id_report_num_add,
#id_pco_num_add,
#id_contractor_add {
  margin-top: 5px;
  margin-bottom: 50px;
  width: 60%;
}

.dropdown_change_job {
  margin: 0px;
  padding: 0px;
  min-width: 0px;
  width: 128px;
}

.user_time_edit {
  background-color: #f3f3f3;
  border-color: #82868a;
  border-width: 1px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  text-align: center;
}

.plus-button {
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: #dbdbdb;
  border-color: #82868a;
  border-width: 1px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  min-width: 192px;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}

.plus-button:hover {
  background-color: #484848;
  color: white;
}

.wpba {
  background-color: #f3f3f3;
  border-color: #82868a;
  border-width: 1px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 192px;
  text-align: left;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.work-area {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.work-area.fade-out {
  opacity: 0;
  transform: scale(0);
}

#add-area-btn,
#remove-area-btn {
  background-color: rgb(128, 128, 128);
  margin-top: 10px;
  margin-bottom: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#add-qty-btn,
#remove-qty-btn {
  background-color: rgb(196, 196, 196);
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#remove-area-btn {
  background-color: rgb(171, 171, 171);
  color: black;
  opacity: 1;
  transform: scale(1);
  transform-origin: top;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#add-area-btn:hover {
  background-color: #404240;
}

#remove-area-btn:hover {
  background-color: #3e3b3b;
  color: white;
}

#remove-area-btn.fade-out {
  opacity: 0;
  transform: scale(0);
}

#id_description,
#id_custom_materials {
  text-align: left;
}

#id_custom_materials::placeholder {
  color: rgb(118, 118, 118);
  font-size: medium;
}

#id_accidents,
#id_change_order,
#id_tmwork {
  text-align: left;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}

#id_temp,
#id_sc_hours {
  width: 72px;
  min-width: 72px;
  margin: 0px;
}

#report_form p {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

#report_form label {
  margin-top: 15px;
}

#id_job_num_dd {
  margin-top: 20px;
  width: 75%;
}

#id_comments,
#id_address_dd,
#id_supplier {
  width: 75%;
}

#id_comments {
  width: 75%;
  border-color: #82868a;
  border-width: 1px;
  border-radius: 5px;
  margin-top: 10px;
  padding: 5px;
}

#comments_label,
#address_label,
#job_num_label,
#supplier_label {
  display: block;
  float: left;
  width: 25%;
  margin-top: 10px;
}

.new {
  background-color: white !important;
}

@media (max-width: 412px) {

  #comments_label,
  #address_label,
  #job_num_label,
  #supplier_label {
    width: 100%;
  }

  #id_job_num_dd {
    margin-top: 10px;
    width: 100%;
  }

  #id_comments,
  #id_address_dd,
  #id_supplier {
    width: 100%;
  }
}

#id_job_num_dd,
#id_address_dd {
  background-color: #f3f3f3;
  border-color: #82868a;
  border-width: 1px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  min-width: 192px;
  text-align: center;
  display: block;
  float: left;
}

.id_supplier_dd {
  background-color: #f3f3f3;
  border-color: #82868a;
  margin-top: 2px;
  border-width: 1px;
  border-radius: 5px;
  padding-left: 10px;
  text-align: center;
  float: left;
  height: 20px;
  font-size: small;
  width: 20%;
}

#shrink {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-bottom: 286px;
  opacity: 0;
}

#grow {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  height: 0px;
  overflow: hidden;
}


.fade {
  display: none;
  opacity: 0;
}

.addThis {
  padding-bottom: 0px;
}


/* input:hover {
  background-color: rgb(73, 157, 86);
  transition: 0.3s;
} */

a:hover {
  color: inherit;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.bottom-button {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 94%;
  z-index: 999;
  margin-bottom: 12vh;
  text-align: center;
}

.bttn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;

  --tw-bg-opacity: 1;
  background-color: rgb(96, 6, 11);

  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));

  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration: none;
}

.bttn-alt {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;

  --tw-bg-opacity: 1;
  background-color: #002c08;

  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));

  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration: none;
}

.bttn-slim {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;

  --tw-bg-opacity: 1;
  background-color: rgb(112, 53, 56);

  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));

  text-decoration: none;
}

.bttn-slim-alt {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;

  --tw-bg-opacity: 1;
  background-color: #5e8465;

  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));

  text-decoration: none;
}

.bttn-disableable {
  opacity: 1;
  pointer-events: auto;
}

.bttn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.bttn-alt-disabled {
  background-color: #6e756f;
  opacity: 0.8;
  pointer-events: none;
  color: white;
}

.bttn-slim-disabled {
  opacity: 0.8;
  pointer-events: none;
  color: white;
}

.bttn-slim-alt-disabled {
  opacity: 0.8;
  pointer-events: none;
  color: white;
  background-color: #5e8465;
}

.bttn:hover {
  /* background-color: rgb(73, 157, 86); */
  background-color: #002c08;
  transition: 0.5s;
  cursor: pointer;
  color: white;
}

.hover-green:hover {
  /* background-color: rgb(73, 157, 86); */
  background-color: #002c08;
  transition: 0.5s;
  cursor: pointer;
  color: white;
}

.bttn-slim:hover {
  /* background-color: rgb(73, 157, 86); */
  background-color: #002c08;
  transition: 0.5s;
  cursor: pointer;
  color: white;
}

.bttn-slim-alt:hover {
  /* background-color: rgb(73, 157, 86); */
  background-color: rgb(96, 6, 11);
  transition: 0.5s;
  cursor: pointer;
  color: white;
}

.bttn-alt:hover {
  /* background-color: rgb(73, 157, 86); */
  background-color: rgb(96, 6, 11);
  transition: 0.5s;
  cursor: pointer;
  color: white;
}

.bttn:hover:not([disabled]) {
  /* Styles for hover when the button is not disabled */
  background-color: #002c08;
  transition: 0.5s;
  cursor: pointer;
  color: white;
}

.bttn-week-check {
  background-color: rgb(201, 201, 201);
  text-decoration: none;
}

.table-week-check {
  border-collapse: separate;
  border-spacing: 10px 0px;
  table-layout: fixed;
}

.innerbttn {
  margin-bottom: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-color: rgb(19, 30, 77);
}

.upperbox {
  background-color: #d9dade;
  margin-bottom: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.innerbox {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  border-color: #002c08;
  border-width: 1px;
  background-color: #ffffff;
}

.innerbox div {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* fieldWrapper settings */

.fieldWrapper {
  background-color: #f3f3f3;
  border-color: #82868a;
  border-width: 1px;
}


/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: rgb(194, 194, 194);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #000000;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #000000;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.data {
  font-family: 'Courier New', Courier, monospace;
}

.bullet-list {
  list-style-type: disc;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-dd {
  background-color: #f3f3f3;
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 235, 240, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 211, 215, var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(193, 197, 205, var(--tw-bg-opacity));
}

.bg-gray-310 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 184, 192, var(--tw-bg-opacity));
}

.bg-gray-350 {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 177, 185, var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.bg-primary_red {
  background-color: rgb(96, 6, 11);
}

.bg-secondary_red {
  background-color: rgb(157, 73, 77);
}

.bg-secondary_red-light {
  background-color: rgb(185, 95, 99);
}

.bg-tertiary_red {
  background-color: rgb(206, 175, 176);
}

.bg-tertiary_red-light {
  background-color: rgb(218, 207, 208);
}

.bg-tertiary_red-mid {
  background-color: rgb(170, 117, 118);
}

.bg-alert_red {
  background-color: rgb(215, 12, 23);
}

.bg-alert_yellow {
  background-color: rgb(216, 204, 112);
}

.bg-alert_red_muted {
  background-color: rgb(185, 50, 56);
}

.bg-primary_blue {
  background-color: rgb(24, 118, 159);
}

.bg-secondary_blue {
  background-color: rgb(22, 49, 61);
}

.bg-primary_green {
  background-color: #002c08;
}

.bg-muted_green {
  background-color: rgb(66, 87, 70);
}

.bg-secondary_green {
  background-color: rgb(73, 157, 86);
}

.bg-tertiary_green {
  background-color: rgb(138, 170, 144);
}

.bg-tertiary_green_light {
  background-color: rgb(189, 212, 193);
}

.bg-tertiary_green_lighter {
  background-color: rgb(227, 242, 229);
}

.bg-tertiary_green_mid {
  background-color: rgb(159, 201, 166);
}

.bg-primary_black {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.border-green {
  border-color: rgb(138, 170, 144);
  border-width: 3px;
}

.border-black {
  border-color: black;
  border-width: 1.5px;
}

.border-none {
  border-width: 0px !important;
}

.border-tb {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-tb-bold {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: black;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-md {
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-right-radius: 0.65rem;
  border-top-left-radius: 0.65rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.65rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.65rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.65rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.65rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.square-b-md {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-right {
  align-items: right;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.order-2 {
  order: 2;
}

.font-primary {
  font-family: Open Sans;
}

.font-medium {
  font-weight: 500;
}

.font-small {
  font-weight: 300;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.h-15 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-full {
  height: 100%;
}

.h-75 {
  height: 75%;
}

.h-screen {
  height: 100vh;
}

.h-fit {
  height: 88vh;
}

.text-xxsm {
  font-size: 0.7rem;
  line-height: 0.9rem;
}

.text-xsm {
  font-size: 0.8rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-sm-2 {
  font-size: 0.925rem;
  line-height: 1.25rem;
}

.text-md {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-bold {
  font-weight: bold;
}

.m-0 {
  margin: 0px;
}

.m-05 {
  margin: 0.125rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-8 {
  margin: 2rem;
}

.mr-05 {
  margin-right: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-16 {
  margin-right: 4rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-05 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-screen-95 {
  min-height: 95vh;
}

.max-h-screen-95 {
  max-height: 95vh;
}

.min-w-full {
  min-width: 100%;
}

.min-w-90 {
  min-width: 90%;
}

.min-w-80 {
  min-width: 80%;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.no-outline {
  outline: none;
}

.overflow-hidden {
  overflow: hidden;
}

.p-0 {
  padding: 0.0rem;
}

.p-05 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 2rem;
}

.ppy-10 {
  padding-top: 2vh;
  position: inherit;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-0 {
  padding-left: 0.0rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 8rem;
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255 var(--tw-placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255 var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255 var(--tw-placeholder-opacity));
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

* {
  --tw-shadow: 0 0 #0000;
}

* {
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.text-red {
  color: rgb(96, 6, 11);
}

.text-green {
  color: rgb(9, 170, 3);
}

.text-green-secondary {
  color: rgb(32, 67, 30);
}

.text-green-light {
  color: rgb(138, 170, 144);
}

.text-blue {
  color: rgb(8, 6, 96);
}

.text-red-alert {
  color: red;
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-primary-green {
  --tw-text-opacity: 1;
  color: #002c08;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6 {
  width: 50%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-70 {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}

.w-90 {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.w-94 {
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
}

.w-95 {
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.w-full {
  width: 100%;
}

.m-w-768 {
  max-width: 768px;
}

.m-w-1024 {
  max-width: 768px;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.absolute {
  position: absolute;
}

.centered-element {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.showcase::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: inset 120px 100px 250px #000000, inset -120px -100px 250px #000000;
}

.sign-check-input {
  width: 28px;
  height: 28px;
}

/* @media (min-width: 640px){
}

@media (min-width: 768px){
  .md\:flex-row{
    flex-direction: row;
  }

  .md\:font-normal{
    font-weight: 400;
  }

  .md\:text-m{
    font-size: 0.5rem;
    line-height: 1.25rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-2\/12{
    width: 16.666667%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }
}

@media (max-height: 790px){
  footer {
    display: none;
    height: 0px;
  }
}

@media (min-width: 1024px){
}

@media (min-width: 1280px){
}

@media (min-width: 1536px){
} */

.flash-red-bg {
  animation: flashGreenBg 1.5s, flashWhiteText 1.5s;
}

.flash-green-bg-alt {
  animation: flashGreenBg 1.5s;
}

.flash-green-bg-4s {
  animation: flashLightGreenBg 4s;
}

.pulsate-bttn-bg-red {
  animation: pulseBttnRedBg 3s infinite;
}

.pulsate-bg--red {
  animation: pulseBgRed 3s infinite;
}

.pulsate-bg-sec--red {
  animation: pulseBgSecRed 3s infinite;
}

.pulsate-bg--red-light {
  animation: pulseBgRedLight 3s infinite;
}

.pulsate-text-green {
  animation: pulseTextGreen 3s infinite;
}

.pulsate-bg-gray {
  animation: pulseBgGray 3s infinite;
}

@keyframes flashWhiteText {
  0% {
    color: inherit;
  }

  50% {
    color: rgb(255, 255, 255);
  }

  100% {
    color: inherit;
  }
}

@keyframes pulseBttnRedBg {
  0% {
    background-color: rgb(96, 6, 11);
  }

  50% {
    background-color: rgb(157, 73, 77);
  }

  100% {
    background-color: rgb(96, 6, 11);
  }
}

@keyframes pulseBgSecRed {
  0% {
    background-color: rgb(157, 73, 77);
  }

  50% {
    background-color: rgb(96, 6, 11);
  }

  100% {
    background-color: rgb(157, 73, 77);
  }
}

@keyframes pulseBgRed {
  0% {
    background-color: inherit;
    color: inherit;
  }

  50% {
    background-color: rgb(134, 46, 50);
    color: white;
  }

  100% {
    background-color: inherit;
    color: inherit;
  }
}

@keyframes pulseBgRedLight {
  0% {
    background-color: inherit;
    color: inherit;
  }

  50% {
    background-color: rgb(206, 197, 197);
  }

  100% {
    background-color: inherit;
    color: inherit;
  }
}

@keyframes pulseTextGreen {
  0% {
    color: rgb(255, 255, 255);
  }

  50% {
    color: rgb(163, 201, 163);
  }

  100% {
    color: rgb(255, 255, 255);
  }
}

@keyframes pulseBgGray {
  0% {
    background-color: rgb(198, 200, 203);
  }

  50% {
    background-color: rgb(172, 175, 182);
  }

  100% {
    background-color: rgb(198, 200, 203);
  }
}

@keyframes flashGreenBg {
  0% {
    background-color: inherit;
  }

  50% {
    background-color: rgba(158, 189, 158, 0.75)
  }

  100% {
    background-color: inherit;
  }
}

@keyframes flashLightGreenBg {
  0% {
    background-color: inherit;
  }

  50% {
    background-color: rgba(195, 222, 195, 0.75)
  }

  100% {
    background-color: inherit;
  }
}

@keyframes flashGreenBg-alt {
  0% {
    background-color: inherit;
  }

  50% {
    background-color: rgb(0, 255, 0);
  }

  100% {
    background-color: inherit;
  }
}

.m-auto {
  margin: auto;
}

.body {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  margin: auto;

}

.header {
  position: fixed;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 1rem;
  z-index: 50;
  justify-content: center;
  align-items: center;
  top: 0;
}

.main-container {
  background-color: white;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  margin: auto;
  text-align: center;
}

.inner-container {
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  max-width: 768px;
  margin: auto;
}

.float-container {
  width: 91.666667%;
  height: auto;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding-top: max(12vh, 120px);
  padding-bottom: max(12vh, 120px);
}

.work-desc-td {
  padding: 0px !important;
  display: flex;
  height: 35px;
  background-color: red;
}

.work-desc-input::placeholder {
  color: rgb(190, 190, 190);
}

.ba {
  border: 1px solid black;
}

.bnl {
  border-left: none;
}

.br {
  border-right: 1px solid black;
}

.bl {
  border-left: 1px solid black;
}

.bt {
  border-top: 1px solid black;
}

.bb {
  border-bottom: 1px solid black;
}

.input-plain {
  border: none;
  background-color: transparent;
  width: 100%;
  text-align: center;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

/* Common login CSS */
label[for=id_email],
label[for=id_password1],
label[for=id_password2] {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: #002c08;
}

#id_email,
#id_password1,
#id_password2 {
  padding: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(232, 240, 254);
  border-radius: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  width: 100%;
  height: 44px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: rgba(17, 24, 39, var(--tw-text-opacity)) 0s 600000s, color 0s 600000s;
  transition: 1.125rem 0s 600000s, font-size 0s 600000s;
}

.month-btn {
  width: 100%;
  /* Set a fixed width for the buttons */
  margin-bottom: 5px;
}

.month-select-table td {
  width: 20%;
  /* Equal width for each table cell (td) */
  padding: 5px;
  padding-bottom: 0px;
}

/* Custom image upload CSS */

.custom-file-upload {
  display: inline-block;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.custom-file-upload input[type="file"] {
  display: none;
}

.custom-file-upload span {
  font-size: 16px;
  font-weight: bold;
}

.img-cell {
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-row:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}

.img-row-selected:hover {
  background-color: rgba(209, 211, 215);
  cursor: pointer;
}

#imageModal {
  max-height: 75vh;
  overflow-y: visible;
}

.no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Adds an ellipsis when the text overflows */
}

.table-cell {
  display: table-cell;
}

/* Dispatch table CSS */

.dispatch-container {
  max-width: 1024px;
  min-width: 1024px;
}

.dispatch-container table {
  border-collapse: separate;
  border-spacing: 0;
}

.jobtable td {
  padding: 10px;
  min-width: 92px;
}

.jobtable {
  max-width: 1024px;
  min-width: 1024px;
}

.jobtable ul {
  width: 100%;
  display: table;
  table-layout: fixed; /* optional, for equal spacing */
  border-collapse: collapse;
}

.jobtable li {
  text-align: center;
  vertical-align: middle;
}

.dropdown-scope {
  min-width: 80px;
  min-height: 28px;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 2%;
  padding-bottom: 2%;
  display: block;
  background-color: inherit;
}

.time-concrete {
 padding-left: 4%;
 padding-right: 0px;
}

.yards-concrete {
  padding-left: 3%;
  padding-right: 1%;
}

.jobtabletext {
  line-height: 1rem;
  height: 2rem;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  resize: none;
  border: none;
  overflow: auto;
  outline: none;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Draggable lists CSS */

.available {
  margin: 0 auto;
  text-align: center;
}

.available li {
  display: inline-block;
  margin: 0.1%;
  padding: 0.25rem;
  vertical-align: top;
}

.available li:hover {
  transform: scale(1.5);
}

.sortable {
  min-width: 92px;
  list-style-type: none;
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
}

.sortablehighlight {
  border-color: #000000;
  box-shadow: 0 0 10px #a7ddb1;
}

.sortable li {
  text-align: center;
  margin: 0 1px 2px 1px;
  font-size: 0.8rem;
  padding: 1px;
  width: 99%;
}

.faux-hidden {
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

/* Worker type colors */

.Operator {
  background-color: #b5c4e3;
}
.Laborer {
  background-color: #fff2cc;
}
.Mason {
  background-color: #c6e0b4;
}
.Carpenter {
  background-color: #fce4d6;
}
.Foreman {
  font-weight: bold;
}
.None {
  background-color: #e0e0e0;
}
.Off {
  background-color: #e0e0e0;
  font-style: italic;
}

.worker-select-div:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.worker-checked {
  border-width: 2px;
  border-color: #002c08;
}

.auto-dispatch-error {
  background-color: #f4f4f4;
  border-width: 2px;
  border-color: #60060b;
  border-style: dashed;
}

.dispatch-add-segment {
  max-height: 24px;
  max-width: 24px;
  position: absolute;
  bottom: 0;
  left: 78px;
}

.dispatch-input {
  height: 20px;
  min-width: 80px;
  padding-left: 7px;
  display: block;
  background-color: inherit;
}

@media (max-height: 450px) {
  #logo-div {
    display: none;
  }
  #logout-div {
    display: none;
  }
  #header-element {
    min-height: 0px !important;
  }
  .float-container {
    padding-top: 16vh;
  }
}

.scale-transform-grow {
  transform: scale(0.1);
  transform-origin: top;
  transition: transform 0.5s
}

.scale-transform-shrink {
  transform-origin: top left;
  transition: transform 0.5s
}

.blank-input {
  color: #727272;
}

.blank-input::-webkit-input-placeholder {
  color: #727272;
}

.option-input {
  color: #000000;
}

.filled-input {
  color: black;
  font-weight: 600;
}