/* line 2, /home/rails/apps/quadran-rails/releases/20250423031716/app/assets/stylesheets/components/trucker-logs.scss */
.trucker-logs td {
  border-bottom: 3px solid black; }
/* line 8, /home/rails/apps/quadran-rails/releases/20250423031716/app/assets/stylesheets/components/trucker-logs.scss */
.trucker-logs thead tr th {
  background-color: #333;
  color: white;
  text-align: center; }
  /* line 13, /home/rails/apps/quadran-rails/releases/20250423031716/app/assets/stylesheets/components/trucker-logs.scss */
  .trucker-logs thead tr th.time-in {
    width: 90px; }
  /* line 17, /home/rails/apps/quadran-rails/releases/20250423031716/app/assets/stylesheets/components/trucker-logs.scss */
  .trucker-logs thead tr th.time-out {
    width: 90px; }
/* line 24, /home/rails/apps/quadran-rails/releases/20250423031716/app/assets/stylesheets/components/trucker-logs.scss */
.trucker-logs .row-overlay {
  position: absolute;
  background: rgba(255, 255, 0, 0.8);
  color: #000;
  font-weight: bold;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  /* Allow clicks to pass through */
  z-index: 1000; }
/* line 36, /home/rails/apps/quadran-rails/releases/20250423031716/app/assets/stylesheets/components/trucker-logs.scss */
.trucker-logs .fade-collapse-enter-active,
.trucker-logs .fade-collapse-leave-active {
  transition: opacity 0.5s ease, height 0.3s ease, margin 0.5s ease, padding 0.5s ease;
  overflow: hidden; }
/* line 42, /home/rails/apps/quadran-rails/releases/20250423031716/app/assets/stylesheets/components/trucker-logs.scss */
.trucker-logs .fade-collapse-enter,
.trucker-logs .fade-collapse-leave-to {
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }
/* line 54, /home/rails/apps/quadran-rails/releases/20250423031716/app/assets/stylesheets/components/trucker-logs.scss */
.trucker-logs table.sticky-header thead {
  z-index: 998;
  top: 0;
  background-color: black; }
/* line 61, /home/rails/apps/quadran-rails/releases/20250423031716/app/assets/stylesheets/components/trucker-logs.scss */
.trucker-logs table.sticky-header tr th {
  top: 0;
  background-color: black;
  border-bottom: 1px solid black; }
