/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");

:root {
  --cor-principal: #ff385c;
  --cor-principal-light: rgba(169, 56, 76, 255);
  --progress-bar-color: #2c2c2c;
  --dp00: #121212;
  --dp01: #1e1e1e;
  --dp02: #232323;
  --dp03: #252525;
  --dp04: #272727;
  --dp06: #2c2c2c;
  --dp08: #2e2e2e;
  --dp12: #333333;
  --dp16: #363636;
  --dp24: #383838;
}

body {
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;*/
  font-family: "Montserrat", sans-serif;
  background-color: whitesmoke;
  /*background-atachment: fixed;*/
  font-size: 16px;
}

/*a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}*/

/* Provide sufficient contrast against white background */
a {
  color: #9d1c18;
}

.text-company {
  color: #9d1c18;
}

a:hover {
  color: #5e747f;
}

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.logo-image {
  width: 60px;
}

.loader {
  border: 8px solid #383838; /* Light grey */
  border-top: 8px solid var(--cor-principal); /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

.loader-sm {
  border: 8px solid #383838; /* Light grey */
  border-top: 8px solid var(--cor-principal); /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

.min-w130 {
  min-width: 130px;
}

.w200 {
  width: 200px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.home-map {
  height: 75vh;
}

.line-map {
  height: calc(100vh - 100px);
}

.location-map {
  height: 70vh;
}

.w-90 {
  width: 90%;
}

.my-div-image {
  width: 100% !important;
}

.my-div-span {
  position: absolute;
  color: white;
  margin-top: 6px;
  margin-left: -32px;
  font-size: 0.9em;
  font-weight: bolder;
}

.coming {
  filter: invert(82%) sepia(37%) saturate(2775%) hue-rotate(345deg)
    brightness(98%) contrast(100%);
}

.going {
  filter: invert(49%) sepia(86%) saturate(280%) hue-rotate(124deg)
    brightness(93%) contrast(87%);
}

.garage {
  filter: invert(69%) sepia(13%) saturate(598%) hue-rotate(344deg)
    brightness(90%) contrast(85%);
}

.blacken {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(344deg) brightness(0%)
    contrast(100%);
}

.gray-20 {
  filter: grayscale(20%);
}

.blur-1 {
  filter: blur(1px);
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.image-container {
  display: flex;
  justify-content: center;
}

.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: auto;
}

.img-pic {
  max-height: 5rem;
  max-width: 4rem;
}

.img-pic-lg {
  max-height: 10rem;
  max-width: 90%;
}

.check-picture {
  /*border-radius: 15px;
    border-style: solid;*/
  height: 6rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-picture-lg {
  /*border-radius: 15px;
    border-style: solid;*/
  height: 11rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.check-picture-graph {
  /*border-radius: 15px;s
    border-style: solid;*/
  height: 22rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.check-not-allowed {
  /*border-radius: 15px;
    border-style: solid;*/
  /*height: 2rem;*/
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #ced3dc;
  font-size: small;
}

.check-picture-info {
  background-color: #ced3dc;
}

.alert-fixed {
  position: fixed;
  bottom: 0px;
  left: 50%;
  width: auto;
  border-radius: 10px;
  margin-left: auto;
  transform: translateX(-50%);
  z-index: 2000;
}

.broken-departure {
  background-color: #ffb74d !important;
}

.modal-content {
  padding: 15px;
}

.modal-lg {
  max-width: 75%;
}

.modal-lg-details {
  max-width: 90%;
}

.field-validation-error {
  color: #e65252;
}

th.sorting {
  padding-right: 4.8px;
}

.div-bottom {
  bottom: 0;
  position: absolute;
}

.clickable:hover {
  cursor: pointer;
}

/* Tooltip container */
.tooltips {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltips .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltips .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltips:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.btn-link {
  color: white;
}

.btn-link:hover {
  color: #5e747f;
}

.btn-info {
  background-color: #5e747f;
  border-color: #5e747f;
}

.btn-info:hover {
  background-color: #a31621;
  border-color: #a31621;
}

.btn-primary {
  background-color: #9d1c18;
  border-color: #9d1c18;
}

/* FleetRelease swipe-to-confirm styles */
.fleet-card-swipe {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}

.fleet-confirm-progress {
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(38, 246, 45);
  display: flex;
  align-items: center;
  pointer-events: none;
  z-index: 0;
  /* Keep hidden until a swipe actually starts to avoid showing a thin strip */
  opacity: 0;
  transition: opacity 0.12s ease-out;
}

.fleet-confirm-text {
  margin-left: 12px;
  color: #ffffff;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.12s ease-out;
}

.swipe-content {
  will-change: transform;
  position: relative;
  z-index: 1;
  transition: transform 0.12s ease-out;
}

.btn-primary:hover {
  background-color: #5e747f;
  border-color: #5e747f;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #5e747f;
  border-color: #9d1c18;
}

.page-item.active .page-link {
  color: #fff !important;
  background-color: #9d1c18 !important;
  border-color: #9d1c18 !important;
}

.page-link {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
}

.img-container {
  position: relative;
  text-align: center;
  color: white;
}

.img-top-left {
  position: absolute;
  top: 8px;
  left: 8px;
  background: white;
  color: black;
  border-radius: 5px;
  padding: 0px 3px 0 3px;
}

.fw-700 {
  font-weight: 700 !important;
}

.b-warning {
  color: #856404;
  background-color: #fff3cd !important;
  /*border-color: #ffeeba;*/
}

.b-warning-meal {
  color: #bb6404;
  background-color: #eaf3cd !important;
  /*border-color: #ffeeba;*/
}

.b-danger {
  background-color: #f1b0b7;
  /*border-color: #ffeeba;*/
}

.trp-100 {
  opacity: 0 !important;
  pointer-events: none;
}

.border-like-input {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  background-color: #e9ecef;
}

.btn-vl {
  height: 10rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.btn-active {
  background-color: forestgreen;
}

.btn-ar {
  height: 4rem;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overflow-y-scroll {
  display: block;
  height: 400px;
  overflow-y: scroll;
}

div.tooltip {
  position: absolute;
  text-align: center;
  width: 150px;
  height: 28px;
  padding: 2px;
  font: 12px sans-serif;
  background: lightsteelblue;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
}

.flex-parent {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.input-flex- {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  height: 100px;
  position: relative;
  z-index: 0;
}

.input-flex-barra-base,
.input-flex-barra-progresso {
  top: 50%;
  left: 12.5px;
  right: 0;
  position: absolute;
  height: 5px;
  background-color: #aeb6bf;
  transform: translateY(-50%);
}

.input-flex-barra-progresso {
  background-color: #9d1c18;
  max-width: calc(100% - 25px);
  transition: 500ms ease-out;
}

.input-flex-barra-base {
  width: calc(100% - 25px);
}

.input {
  width: 25px;
  height: 25px;
  background-color: #9d1c18;
  position: relative;
  border-radius: 50%;
}

.input:hover {
  cursor: pointer;
}

/*.input::before, .input::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 50%;
        transform: translateY(-50%);
        background-color: #2C3E50;
        width: 4vw;
        height: 5px;
        max-width: 50px;
    }

    .input::before {
        left: calc(-4vw + 12.5px);
    }

    .input::after {
        right: calc(-4vw + 12.5px);
    }*/

.input.active {
  background-color: #9d1c18;
  transition-delay: 450ms;
}

.input.active::before {
  background-color: #2c3e50;
}

.input.active::after {
  background-color: #aeb6bf;
}

.input.active span {
  font-weight: 700;
}

.input.active span::before {
  font-size: 13px;
}

.input.active span::after {
  font-size: 15px;
}

.input.active ~ .input,
.input.active ~ .input::before,
.input.active ~ .input::after {
  background-color: #aeb6bf;
}

.input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.input span::before,
.input span::after {
  visibility: visible;
  position: absolute;
  left: 50%;
}

.input span::after {
  content: attr(data-year);
  top: 25px;
  transform: translateX(-50%);
  font-size: 14px;
}

.input span::before {
  content: attr(data-info);
  top: -65px;
  width: 70px;
  transform: translateX(-5px) rotateZ(-45deg);
  font-size: 12px;
  text-indent: -10px;
}

.description-flex-container {
  width: 100%;
  font-weight: 400;
  margin-top: 0px;
  max-width: 90%;
}

.description-flex-container div.show-hide {
  margin-top: 0;
  display: none;
}

.description-flex-container div.active {
  display: block;
}

@media (min-width: 1250px) {
  .input::before {
    left: -37.5px;
  }

  .input::after {
    right: -37.5px;
  }
}

@media (max-width: 850px) {
  .input {
    width: 17px;
    height: 17px;
  }

  .input::before,
  .input::after {
    height: 3px;
  }

  .input::before {
    left: calc(-4vw + 8.5px);
  }

  .input::after {
    right: calc(-4vw + 8.5px);
  }
}

@media (max-width: 600px) {
  .flex-parent {
    margin-top: 2.5rem;
    justify-content: initial;
  }

  .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 15vh;
  }

  .input {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
    background-color: #aeb6bf;
  }

  .input::before,
  .input::after {
    content: none;
  }

  .input span {
    width: 100%;
    height: 100%;
    display: block;
  }

  .input span::before {
    top: calc(100% + 5px);
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }

  .input span::after {
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ecf0f1;
  }

  .description-flex-container {
    margin-top: 30px;
    text-align: center;
  }
}

@media (max-width: 400px) {
  body {
    margin-bottom: 0px;
  }
}

h1 {
  text-align: center;
  height: 38px;
  margin: 0 0;
}

h1 span {
  white-space: nowrap;
}

@import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap");

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: "Rubik", sans-serif;
  --font-serif: "Cardo", serif;
}

* {
  box-sizing: border-box;
}

.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}

@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
    0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 16px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
  .card-image {
    height: 26rem;
  }
}

.card-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e),
    -webkit-transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.card-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(11.7%, rgba(0, 0, 0, 0.009)),
    color-stop(22.1%, rgba(0, 0, 0, 0.034)),
    color-stop(31.2%, rgba(0, 0, 0, 0.072)),
    color-stop(39.4%, rgba(0, 0, 0, 0.123)),
    color-stop(46.6%, rgba(0, 0, 0, 0.182)),
    color-stop(53.1%, rgba(0, 0, 0, 0.249)),
    color-stop(58.9%, rgba(0, 0, 0, 0.32)),
    color-stop(64.3%, rgba(0, 0, 0, 0.394)),
    color-stop(69.3%, rgba(0, 0, 0, 0.468)),
    color-stop(74.1%, rgba(0, 0, 0, 0.54)),
    color-stop(78.8%, rgba(0, 0, 0, 0.607)),
    color-stop(83.6%, rgba(0, 0, 0, 0.668)),
    color-stop(88.7%, rgba(0, 0, 0, 0.721)),
    color-stop(94.1%, rgba(0, 0, 0, 0.762)),
    to(rgba(0, 0, 0, 0.79))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.009) 11.7%,
    rgba(0, 0, 0, 0.034) 22.1%,
    rgba(0, 0, 0, 0.072) 31.2%,
    rgba(0, 0, 0, 0.123) 39.4%,
    rgba(0, 0, 0, 0.182) 46.6%,
    rgba(0, 0, 0, 0.249) 53.1%,
    rgba(0, 0, 0, 0.32) 58.9%,
    rgba(0, 0, 0, 0.394) 64.3%,
    rgba(0, 0, 0, 0.468) 69.3%,
    rgba(0, 0, 0, 0.54) 74.1%,
    rgba(0, 0, 0, 0.607) 78.8%,
    rgba(0, 0, 0, 0.668) 83.6%,
    rgba(0, 0, 0, 0.721) 88.7%,
    rgba(0, 0, 0, 0.762) 94.1%,
    rgba(0, 0, 0, 0.79) 100%
  );
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e),
    -webkit-transform calc(var(--d) * 2) var(--e);
}

.content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  -webkit-transition: -webkit-transform var(--d) var(--e);
  transition: -webkit-transform var(--d) var(--e);
  transition: transform var(--d) var(--e);
  transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e);
  z-index: 1;
}

.content > * + * {
  margin-top: 1rem;
}

.title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}

.copy {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}

.btn-card {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
}

.btn-card:hover {
  background-color: #0d0d0d;
}

.btn-card:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

@media (hover: hover) and (min-width: 600px) {
  .card-image:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .content {
    -webkit-transform: translateY(calc(100% - 10rem));
    transform: translateY(calc(100% - 10rem));
  }

  .content > *:not(.title) {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: opacity var(--d) var(--e),
      -webkit-transform var(--d) var(--e);
    transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e),
      -webkit-transform var(--d) var(--e);
  }

  .card-image:hover,
  .card-image:focus-within {
    -webkit-box-align: center;
    align-items: center;
  }

  .card-image:hover:before,
  .card-image:focus-within:before {
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
  }

  .card-image:hover:after,
  .card-image:focus-within:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .card-image:hover .content,
  .card-image:focus-within .content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .card-image:hover .content > *:not(.title),
  .card-image:focus-within .content > *:not(.title) {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: calc(var(--d) / 8);
    transition-delay: calc(var(--d) / 8);
  }

  .card-image:focus-within:before,
  .card:focus-within:after,
  .card-image:focus-within .content,
  .card-image:focus-within .content > *:not(.title) {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

.center-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 100%;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 1.3rem;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #9b9b9b;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #11998e, #38ef7d);
  border-image-slice: 1;
}

.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #11998e;
  font-weight: 700;
}

/* reset input */
.form__field:required,
.form__field:invalid {
  box-shadow: none;
}

.previous-input {
  box-shadow: 0 0 5px rgba(224, 63, 28, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(224, 63, 28, 1);
}

.new-input {
  box-shadow: 0 0 5px rgba(127, 224, 28, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(127, 224, 28, 1);
}

@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400";

.firstinfo,
.badgescard {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-mobile-card {
  position: relative;
}

.mobile-card {
  width: 100%;
  min-height: 30px;
  padding: 10px;
  border-radius: 3px;
  background-color: black;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.mobile-card:after {
  content: "";
  display: block;
  width: 190px;
  height: 300px;
  background: cadetblue;
  background-color: var(--cor-principal);
  position: absolute;
  animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
}

.firstinfo {
  flex-direction: row;
  z-index: 2;
  position: relative;
}

.firstinfo img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.firstinfo .profileinfo {
  padding: 0px 20px;
}

.firstinfo .profileinfo name {
  font-size: 1.1em;
  color: white;
}

.firstinfo .profileinfo function {
  font-size: 0.8em;
  color: var(--cor-principal);
  font-style: italic;
}

.firstinfo .profileinfo p.bio {
  padding: 10px 0px;
  font-size: 0.8em;
  color: white;
  line-height: 1.2;
  font-style: initial;
}

@keyframes animainfos {
  0% {
    bottom: 10px;
  }

  100% {
    bottom: -42px;
  }
}

@keyframes rotatemagic {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: -24px;
    left: -253px;
  }

  100% {
    transform: rotate(-30deg);
    top: -24px;
    left: -78px;
  }
}

/*.container-check-card {
    display: grid;*/
/*grid-template-columns: repeat(auto-fill, minmax(4, 1fr));*/
/*grid-template-columns: repeat(2, 160px);
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: auto;
    text-align: center;
}*/

.container-future-schedule-card {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.future-schedule-card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background-color: #474747;
  border-radius: 3px;
  padding: 8px;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
  justify-content: space-around;
}
.container-check-card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: auto;
  text-align: center;
}

.check-card {
  border-radius: 3px;
  display: flex;
  flex-basis: 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  color: white;
  position: relative;
  text-align: center;
  max-width: 160px;
  max-height: 93px;
}

.card__name {
  font-size: 1.2em;
}

.card__time {
  margin-top: 5px;
  font-size: 1.5em;
  color: var(--cor-principal);
  margin-bottom: 0;
}

.card__image {
  height: 120px;
  width: 120px;
  border-radius: 3px;
  /*border: 3px solid rgb(224,231,34);*/
  margin-top: 20px;
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.2);
}

.btn-take-photo {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 65px;
  background-color: var(--cor-principal);
  border: 1px solid black;
  border-radius: 33%;
  height: 42px;
  width: 42px;
}

.btn-take-photo-flip {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /* left: 1px; */
  right: -107px;
  text-align: center;
  bottom: 106px;
  background-color: var(--cor-principal);
  border: 1px solid black;
  border-radius: 33%;
  height: 42px;
  width: 42px;
}

.container-table {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.responsive-table {
  padding-left: 0;
  width: 100%;
}

.responsive-table li {
  border-radius: 3px;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

.responsive-table .table-header {
  background-color: black;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 10px;
  color: var(--cor-principal);
  align-items: center;
}

.responsive-table .table-row {
  background-color: #474747;
  color: white;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.responsive-table .table-col-1 {
  flex-basis: 10%;
}

.responsive-table .table-col-2 {
  flex-basis: 25%;
}

.responsive-table .table-col-3 {
  flex-basis: 25%;
}

.responsive-table .table-col-4 {
  text-align: center;
  flex-basis: 25%;
}

.responsive-table .table-col-5 {
  text-align: center;
  flex-basis: 15%;
}

.scrollable-div {
  width: 100%;
  height: 200px;
  overflow: auto;
}

.highlighted {
  background-color: gray !important;
}

.highlighted-main {
  color: var(--cor-principal) !important;
}
/*@media all and (max-width: 767px) {
    .responsive-table .table-header {
        display: none;
    }

    .responsive-table li {
        display: block;
    }

    .responsive-table .col {
        flex-basis: 100%;
    }

    .responsive-table .col {
        display: flex;
        padding: 10px 0;
    }

        .responsive-table .col:before {
            color: #6C7A89;
            padding-right: 10px;
            content: attr(data-label);
            flex-basis: 50%;
            text-align: right;
        }
}*/

.bg-black {
  background-color: #1c1c1c;
}

#logo {
  width: auto;
  height: 30px;
  border-radius: 4px;
}

.navbar-brand {
  padding: 14px 14px;
  font-size: 16px;
  margin-right: 0;
}

/*.navbar-nav {
    width: auto;
}*/

.nav-item {
  /*padding: 6px 14px;*/
  text-align: center;
  width: auto;
  color: white;
  /*font-weight: bold;*/
}

.nav-link {
  padding-bottom: 10px;
  color: white !important;
  opacity: 0.87;
}

.nav-link:hover {
  color: var(--cor-principal) !important;
}

.v-line {
  background-color: gray;
  width: 1px;
  height: 20px;
}

.navbar-collapse.collapse.in {
  display: block !important;
}

/*.dropdown-menu {
    background-color: #424242;
}
.dropdown-item{
    color: white;
}*/

@media (max-width: 576px) {
  .nav-item {
    width: 100%;
    text-align: left;
  }

  .v-line {
    display: none;
  }
}

.switch-holder {
  display: flex;
  border-radius: 10px;
  /*margin-bottom: 30px;*/
  /*box-shadow: inset 5px 5px 5px rgba(0,0,0, .3);*/
  justify-content: space-between;
  align-items: center;
}

.switch-label {
  width: auto;
}

.switch-label i {
  margin-right: 5px;
}

.switch-toggle {
  height: 40px;
}

.switch-toggle input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -2;
}

.switch-toggle input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 40px;
  border-radius: 20px;
  margin: 0;
  cursor: pointer;
  box-shadow: inset 10px 10px 10px rgba(0, 0, 0, 0.25);
}

.switch-toggle input[type="checkbox"] + label::before {
  position: absolute;
  content: "Inicio";
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  top: 8px;
  left: 8px;
  color: white;
  width: 45px;
  height: 25px;
  border-radius: 20px;
  background-color: #383838;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease-in-out;
}

.switch-toggle input[type="checkbox"]:checked + label::before {
  left: 50%;
  content: "Fim";
  color: #fff;
  background-color: #383838;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}

.vehicle-toggle input[type="checkbox"] + label::before {
  content: "OFF";
}

.vehicle-toggle input[type="checkbox"]:checked + label::before {
  content: "ON";
}

.table-toggle input[type="checkbox"] + label {
  width: 220px;
  box-shadow: inset 10px 10px 10px #1c1b1b;
}

.table-toggle input[type="checkbox"] + label::before {
  content: "Todas";
  width: 100px;
}

.table-toggle input[type="checkbox"]:checked + label::before {
  content: "Incompletas";
  width: 100px;
}

.sim-e-nao input[type="checkbox"] + label::before {
  content: "NAO";
}

.sim-e-nao input[type="checkbox"]:checked + label::before {
  content: "SIM";
}

.tarefa-toggle input[type="checkbox"] + label::before {
  content: "OFF";
}

.tarefa-toggle input[type="checkbox"]:checked + label::before {
  content: "ON";
}

.fineClean-toggle input[type="checkbox"] + label::before {
  content: "OFF";
}

.fineClean-toggle input[type="checkbox"]:checked + label::before {
  content: "ON";
}

.switch-container {
  max-width: 1000px;
  width: 100%;
  flex-wrap: wrap;
}

.departure-card-container {
  width: 100%;
  /*    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 10px;
    box-shadow: -8px -8px 15px rgba(255,255,255,.7), 5px 5px 5px rgba(0,0,0, .3);
    background-color: #ececec;*/
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.video-container {
}
@media (max-width: 576px) {
  .video-container {
  }
}

@media (max-width: 576px) {
  .departure-card-container {
    gap: 5px 5px;
    margin-bottom: 10px;
    justify-content: unset;
  }

  .departure-card-container > div {
    margin-left: 0px;
    margin-right: 0px !important;
    flex-grow: 1;
  }

  .departure-card-container .service-order-card-item-observation {
    max-width: 45%;
  }

  .departure-card-container .service-order-buttons-container {
    margin-right: 0px;
    min-width: 0px;
    max-width: none;
  }

  .departure-card-container .vertical-container {
    margin-right: 0px !important;
    min-width: 0px;
    flex-basis: 50%;
  }

  .departure-card-container .vehicle-container-service-order {
    flex-basis: 50%;
  }

  .departure-card-container .main-button-tablet {
    margin-right: 0px !important;
    max-width: 110px;
    min-width: 110px;
  }
}
.service-order-card-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 5px;
  padding-top: 5px;
}

@media (max-width: 576px) {
  .service-order-card-container {
    gap: 5px 5px;
    margin-bottom: 10px;
    justify-content: unset;
  }

  .service-order-card-container > div {
    margin-left: 0px;
    margin-right: 0px !important;
    flex-grow: 1;
  }

  .service-order-card-container .service-order-card-item-observation {
    max-width: 45%;
  }

  .service-order-card-container .service-order-buttons-container {
    margin-right: 0px;
    min-width: 0px;
    max-width: none;
  }

  .service-order-card-container .vertical-container {
    margin-right: 0px !important;
    min-width: 0px;
    flex-basis: 50%;
  }

  .service-order-card-container .vehicle-container-service-order {
    flex-basis: 50%;
  }

  .service-order-card-container .main-button-tablet {
    margin-right: 0px !important;
    max-width: 110px;
    min-width: 110px;
  }
}

.service-order-card-footer {
  /*    padding-top: 20px;*/
  /*    padding-bottom: 20px;*/
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.service-order-card-footer h6 {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}

.service-order-card-footer p {
  font-weight: 700;
  margin-bottom: 0;
  height: auto;
}

.vehicle-container {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 20px;
  justify-content: center;
  border-bottom-left-radius: 5px;
  align-items: center;
  color: black;
  border-right: 2px solid #383838;
  background-color: #505050;
  color: white;
  transition: 0.3s;
  position: relative;
  /*box-shadow: inset 3px 3px 5px rgba(255,255,255,.7), inset -2px -2px 5px rgba(0,0,0, .3);*/
}

.vehicle-container:not(.no-hover):hover {
  background-color: #2c2c2c;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.vehicle-container svg {
  width: 80px;
  fill: white;
  opacity: 0.87;
}

.vehicle-container strong {
  font-size: 20px;
}

.vehicle-container-fleet {
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  justify-content: center;
  border-bottom-left-radius: 5px;
  align-items: center;
  color: black;
  border-right: 2px solid #383838;
  color: white;
  position: relative;
}

.vehicle-container-fleet svg {
  width: 40px;
  fill: white;
  opacity: 0.87;
}

.vehicle-container-fleet strong {
  font-size: 15px;
}

.vehicle-container-service-order {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 20px;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e6e6e6;
  color: white;
  position: relative;
}

.vehicle-container-service-order svg {
  width: 80px;
  fill: black;
  opacity: 0.87;
}

.vehicle-container-service-order strong {
  font-size: 20px;
}

.employee-picture-edition-container {
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
  width: inherit;
  background-color: rgba(80, 80, 80, 0.7);
  width: 100%;
  height: 100%;
}

.employee-picture-container {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 20px;
  justify-content: center;
  border-bottom-left-radius: 5px;
  align-items: center;
  color: black;
  border-right: 2px solid #383838;
  background-color: #232323;
  color: white;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
  height: 90px;
  width: 90px;
  /*box-shadow: inset 3px 3px 5px rgba(255,255,255,.7), inset -2px -2px 5px rgba(0,0,0, .3);*/
}
.employee-picture-container:not(.no-hover):hover {
  /*background-color: #505050;*/ /*#2c2c2c*/
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.employee-picture-container img {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  height: 90px;
  width: 90px;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
}

.employee-picture-container i {
  height: 90px;
  width: 90px;
}

.employee-picture-container:hover .employee-picture-edition-container {
  opacity: 1;
}

.employee-container {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  border-bottom-right-radius: 5px;
  flex-wrap: wrap;
  /*padding-left: 30px;*/
}

.employee-card {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

.vertical-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-bottom-right-radius: 5px;
  align-items: center;
}

.departure-card {
  display: flex;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  /*max-height:14%;*/
}

.garage-card {
  display: flex;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  max-height: 30%;
  cursor: pointer;
}

.line-card {
  cursor: pointer;
}

.card-time-slot {
  cursor: pointer;
}

.departure-card.with-notification {
  position: relative;
}

.departure-card.with-notification::after {
  position: absolute;
  right: -10px;
  top: -10px;
  min-width: 10px;
  min-height: 10px;
  line-height: 10px;
  padding: 5px;
  color: #fff;
  background-color: #bf1f1f;
  font-size: 10px;
  border-radius: 20px;
  content: attr(data-badge);
  border: solid 1px #c93a3a;
  box-sizing: unset;
}

.fleet-card {
  display: flex;
  border-radius: 3px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  min-height: 60px;
}

.garage-card-header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
}

.departure-card-header {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
}

.departure-card-header h6 {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}

.departure-card-header input,
.departure-card-header p {
  font-weight: 700;
  margin-bottom: 0;
  height: auto;
}

.service-order-card-header {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  /*    border-bottom: 2px solid #8c8c8c;*/
}

.service-order-card-header h6 {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}

.service-order-card-header p {
  font-weight: 700;
  margin-bottom: 0;
  height: auto;
}

@media (max-width: 576px) {
  .service-order-card-header {
    align-items: baseline;
  }

  .service-order-card-header > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: 50%;
    padding: 0px 5px 0px 5px;
  }
}

.dp00 {
  background-color: var(--dp00);
}

.dp01 {
  background-color: var(--dp01);
}

.dp02 {
  background-color: var(--dp02);
}

.dp03 {
  background-color: var(--dp03);
}

.dp04 {
  background-color: var(--dp04);
}

.dp06 {
  background-color: var(--dp06);
}

.dp08 {
  background-color: var(--dp08);
}

.dp12 {
  background-color: var(--dp12);
}

.dp16 {
  background-color: var(--dp16);
}

.dp24 {
  background-color: var(--dp24);
}

.main-border-radius {
  border-radius: 3px;
}

.main-text {
  color: #ffffff;
  opacity: 0.87;
  font-weight: 500;
}

.main-text-clean {
  color: #ffffff;
  opacity: 0.87;
}

.secondary-text {
  color: #ffffff;
  opacity: 0.5;
}

.third-text {
  color: #ffffff;
  opacity: 0.4;
}

.page-title {
  font-weight: 800;
  color: white;
  font-size: 45px;
  text-shadow: 5px 4px 14px rgba(0, 0, 0, 0.64);
}

.page-title-centered {
  font-weight: 800;
  color: white;
  font-size: 45px;
  text-shadow: 5px 4px 14px rgba(0, 0, 0, 0.64);
  text-align: center;
}

.page-title-small {
  font-weight: 800;
  color: white;
  font-size: 35px;
  text-shadow: 5px 4px 14px rgba(0, 0, 0, 0.64);
}

.page-title-xsmall {
  font-weight: 800;
  color: white;
  font-size: 30px;
  text-shadow: 5px 4px 14px rgba(0, 0, 0, 0.64);
}

.light-grey {
  color: lightgray;
}

.datetimepicker-departure {
  border: 0px;
}

.service-order-main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 576px) {
  .service-order-filters {
    font-size: 20px;
  }
}

.service-order-filters {
  /*max-width: 230px;*/
  /*min-height: max(calc(100%,200px));*/
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 5px 0px 27px -7px rgba(0, 0, 0, 0.41);
}

.fault-filters {
  max-width: 230px;
  /*min-height: max(calc(100%,200px));*/
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 576px) {
  .mobile-only2 {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .service-order-filters {
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.service-order-filters-os {
  max-width: 230px;
  min-width: 230px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-order-tabs {
  display: flex;
  width: 100%;
}

.service-order-tabs div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  height: 5rem;
}

.service-order-input {
  color: black;
  font-weight: 600;
  outline: 0;
  padding: 0 1rem;
  /*border-radius: 3px;*/
  z-index: 1;
  height: 4rem;
  border: 0;
  width: 100%;
  font-size: 1.2rem;
}

.fleet-release-input {
  color: white;
  font-weight: 600;
  outline: 0;
  padding: 0 1rem;
  z-index: 1;
  height: 4rem;
  border: 0;
  width: 100%;
  font-size: 1.2rem;
}

/* FleetRelease layout: make cards area occupy remaining viewport height via flex */
.fleet-release-page {
  height: calc(100vh - 59px); /* 59px navbar height in this layout */
}

/* The container generated by Index -> _Cards: make inner area flexible */
#cards {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0; /* allow child to shrink for overflow */
}

/* Scrollable list area fills leftover space; details panel consumes fixed 310px above */
#cards-container {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}

.service-order-input:disabled {
  opacity: 0.2 !important;
}

.service-order-input.small {
  width: 25%;
  height: 2.5rem;
  color: white;
}

.service-order-fault-input {
  color: black;
  font-weight: 600;
  outline: 0;
  padding-left: 5px;
  border-radius: 3px;
  z-index: 1;
  height: 44px;
  border: 0;
  width: 100%;
  font-size: 1.2rem;
}

.verified-fault-input {
  font-weight: 600;
  outline: 0;
  padding: 0 1rem;
  border-radius: 3px;
  z-index: 1;
  height: 4rem;
  border: 0;
  width: 100%;
  font-size: 1.2rem;
}
.fault-input {
  color: white;
  font-weight: 600;
  outline: 0;
  padding: 0 1rem;
  border-radius: 3px;
  z-index: 1;
  height: 4rem;
  border: 0;
  width: 100%;
  font-size: 1.2rem;
}

.fault-create-input {
  color: white;
  font-weight: 600;
  outline: 0;
  padding: 0 1rem;
  border-radius: 3px;
  z-index: 1;
  height: 4rem;
  border: 0;
  width: 100%;
  font-size: 1.2rem;
}

.line-report-input-sm {
  color: white;
  font-weight: 600;
  outline: 0;
  padding: 0.2rem 0.2rem;
  border-radius: 3px;
  z-index: 1;
  border: 0;
  width: 100%;
}

.line-report-input:disabled {
  cursor: not-allowed;
}

.line-report-input.b-danger::-webkit-input-placeholder {
  color: #ff3737 !important;
  opacity: 0.6;
}

.line-report-input {
  color: white;
  font-weight: 600;
  outline: 0;
  padding: 0 1rem;
  border-radius: 3px;
  z-index: 1;
  height: 2.5rem;
  border: 0;
  width: 100%;
  font-size: 1.2rem;
}

.line-report-input:disabled {
  cursor: not-allowed;
}
.line-report-input.b-danger::-webkit-input-placeholder {
  color: #ff3737 !important;
  opacity: 0.6;
}
.line-report-select.form-control:focus {
}
.disabled-opacity {
  opacity: 0.4 !important;
}

.line-report-select {
  color: white;
  font-weight: 600;
  outline: 0;
  padding: 0 1rem;
  border-radius: 3px;
  z-index: 1;
  height: 2.5rem;
  border: 0;
  width: 100%;
  font-size: 1.2rem;
}

.service-order-filters-container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  /*padding: 20px;*/
  width: 240px;
}

.fault-filters-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 20px;
}

.service-order-filters-container h1 {
  margin-bottom: 5%;
}
@media (max-width: 576px) {
  .service-order-filters-container {
    padding: 5px 5px 0px 5px;
    border-bottom: 2px solid #121212;
    width: 100%;
  }
}

.fa-arrow-down {
  transform: rotate(0deg);
  transition: transform 1s linear;
}
/*.fa-arrow-down::before {
    content:none;
}*/
.fa-arrow-down.open {
  transform: rotate(180deg);
  transition: transform 1s linear;
}

.active-tab {
  font-weight: 600;
}

.service-order-filters-cards {
  display: flex;
  flex-direction: row;
  height: inherit;
}
.fault-filters-cards {
  display: flex;
  flex-direction: row;
  height: inherit;
}
@media (max-width: 576px) {
  .service-order-filters-cards {
    flex-direction: column;
  }
}

.w-150 {
  width: 150px;
}

.service-order-nav-bar {
  height: 100px;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-grow: 1;
}

.service-order-cards {
  display: flex;
  flex-direction: column;
  width: calc(100vw - 330px);
  height: 100vh;
  justify-content: center;
  align-items: center;
  /*margin-top: 200px;*/
}

.auto-hide-payroll {
  content-visibility: auto;
  contain-intrinsic-size: 168.4px;
}

.service-order-card {
  display: flex;
  border-radius: 3px;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  justify-content: space-between;
  align-items: center;
}

.service-order-card2 {
  display: flex;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 5px 5px 20px -10px rgb(0 0 0 / 30%);
  content-visibility: auto;
  contain-intrinsic-size: 100px;
}

.service-order-card-skeleton {
  opacity: 0.7;
  animation: skeleton-loading 1s linear infinite alternate;
}
.service-order-card-skeleton-bus {
  display: block;
  height: 80px;
  width: 80px;
  border-radius: 10px;
  /*margin: 10px;*/
}
.service-order-card-skeleton-header {
  width: 100%;
  height: 0.75rem !important;
  border-radius: 0.25rem;
  margin: 0.5rem;
  flex-grow: 1;
  /*margin: 10px;*/
}

.service-order-card-skeleton-container {
  /*width: 100%;*/
  height: 0.5rem;
}
@keyframes skeleton-loading {
  0% {
    background-color: lightgrey;
  }

  100% {
    background-color: darkgrey;
  }
}

.journey-card-skeleton {
  background-color: #383838;
  overflow: hidden;
}

.journey-skeleton-animation {
  position: relative;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(56, 56, 56, 0.95) 0%,
    rgba(89, 89, 89, 0.8) 50%,
    rgba(56, 56, 56, 0.95) 100%
  );
  width: 350px;
  z-index: 1;
  border-radius: inherit;
  animation: journey-skeleton-loading 2s ease-in-out infinite forwards;
}

.journey-skeleton-bus {
  display: block;
  height: 80px;
  width: 80px;
  border-radius: 3px;
}

.journey-skeleton-header {
  width: 100%;
  height: 0.75rem !important;
  border-radius: 3px;
  margin: 0.5rem;
  flex-grow: 1;
}

.journey-skeleton-employee {
  height: 80%;
  border-radius: 3px;
}

@keyframes journey-skeleton-loading {
  0% {
    opacity: 0;
    left: -350px;
  }

  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.3;
  }

  100% {
    opacity: 0;
    left: 100%;
  }
}

.fault-create-card {
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.fault-create-card p {
  margin-bottom: 0;
}
.fault-create-card:not(:last-child) {
  border-bottom: 1px solid grey;
}

.overflow-cards-faults-create {
  overflow: auto;
  overflow-x: hidden;
  flex-grow: 1;
}
.overflow-cards-faults-create::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.overflow-cards-faults-create::-webkit-scrollbar {
  width: 4px;
  background-color: #232323;
  border-radius: 10px;
}

.overflow-cards-faults-create::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}
.overflow-cards-faults-create-light {
  overflow: auto;
  overflow-x: hidden;
  flex-grow: 1;
}

.overflow-cards-faults-create-light::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.overflow-cards-faults-create-light::-webkit-scrollbar {
  width: 4px;
  background-color: black;
  border-radius: 10px;
}

.overflow-cards-faults-create-light::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c1f7ff;
}
.overflow-cards-service-order {
  /*max-height: calc(100vh - 59px);*/
  overflow: auto;
  flex-grow: 1;
  position: relative;
}

.overflow-cards-service-order::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.overflow-cards-service-order::-webkit-scrollbar {
  width: 4px;
  background-color: #232323;
  border-radius: 10px;
}

.overflow-cards-service-order::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

.overflow-cards-service-order-light {
  /*max-height: calc(100vh - 59px);*/
  overflow: auto;
  flex-grow: 1;
  position: relative;
}

.overflow-cards-service-order-light::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.overflow-cards-service-order-light::-webkit-scrollbar {
  width: 4px;
  background-color: #232323;
  border-radius: 10px;
}

.overflow-cards-service-order-light::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c1f7ff;
}

.service-order-card-item {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 !important;
}

.cool-overflow-bar {
}

.cool-overflow-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.cool-overflow-bar::-webkit-scrollbar {
  width: 4px;
  background-color: #232323;
  border-radius: 10px;
}

.cool-overflow-bar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

.filter-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1rem;
  min-width: 270px;
  max-width: 270px;
  height: calc(100vh - 59px);
}

.filter-container-employee {
  min-width: 310px;
  max-width: 310px;
}

.tables-container {
  height: calc(100vh - 169px);
}

@media (max-width: 1000px) {
  .filter-container {
    width: 100%;
    min-width: none;
    max-width: none;
    height: auto;
  }

  .filter-container2 {
    width: 100%;
    min-width: none;
    max-width: none;
    height: auto;
  }
}

.cards-container {
  padding: 1rem 15px 0 15px;
  overflow-x: auto;
  height: 100%;
  width: 100%;
}
.fault-cards-container {
  padding: 1rem 15px 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

body::-webkit-scrollbar {
  width: 4px;
  background-color: #232323;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

.overflow-cards2 {
  overflow: auto;
  flex-grow: 1;
  position: relative;
}

.overflow-cards {
  max-height: calc(100vh - 59px);
  overflow: auto;
  flex-grow: 1;
  position: relative;
}

.max-height-departures {
  max-height: calc(100vh - 59px - 128px);
}

.overflow-cards::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.overflow-cards::-webkit-scrollbar {
  width: 4px;
  height: 5px;
  background-color: #232323;
  border-radius: 10px;
}

.overflow-cards::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

.overflow-cards-journey {
  max-height: calc(100vh - 59px - 77px);
  overflow: auto;
}

.overflow-cards-journey::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.overflow-cards-journey::-webkit-scrollbar {
  width: 4px;
  background-color: #232323;
  border-radius: 10px;
}

.overflow-cards-journey::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

.overflow-cards-journey-hour-report {
  max-height: calc(100vh - 59px - 539px);
  overflow: auto;
  flex-grow: 1;
}

.overflow-cards-journey-hour-report::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.overflow-cards-journey-hour-report::-webkit-scrollbar {
  width: 4px;
  background-color: #232323;
  border-radius: 10px;
}

.overflow-cards-journey-hour-report::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

.overflow-cards-real-time {
  max-height: calc(100vh - 59px - 86px);
  overflow: auto;
}

.overflow-cards-real-time::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.overflow-cards-real-time::-webkit-scrollbar {
  width: 4px;
  background-color: #232323;
  border-radius: 10px;
}

.overflow-cards-real-time::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

.overflow-cards-real-time-details {
  max-height: calc(100vh - 59px - 79px);
  overflow: auto;
}

.overflow-cards-real-time-details::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.overflow-cards-real-time-details::-webkit-scrollbar {
  width: 4px;
  background-color: #232323;
  border-radius: 10px;
}

.overflow-cards-real-time-details::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

.overflow-cards-fleet-closed {
  max-height: calc(100vh - 58px - 68px);
  overflow: auto;
  scroll-behavior: smooth;
}

.overflow-cards-fleet-closed::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.overflow-cards-fleet-closed::-webkit-scrollbar {
  width: 4px;
  background-color: #232323;
  border-radius: 10px;
}

.overflow-cards-fleet-closed::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

.overflow-cards-fleet-opened {
  max-height: calc(100vh - 58px - 68px - 310px);
  overflow: auto;
}

.overflow-cards-fleet-opened::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.overflow-cards-fleet-opened::-webkit-scrollbar {
  width: 4px;
  background-color: #232323;
  border-radius: 10px;
}

.overflow-cards-fleet-opened::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

.register-container {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 20px;
  justify-content: center;
  text-align: center;
  align-items: center;
  /*margin-right: 20px;*/
  font-weight: 500;
  transition: 0.3s;
  border-radius: 3px;
  font-weight: 600;
}
/*    .register-container:hover {
        background-color: yellow;
        color: #333333;
        box-shadow: inset 2px 2px 5px rgba(0,0,0, .3);
    }*/

.error-message {
  color: red;
}

.edition-btn {
  border-radius: 20px;
  width: 40px;
  margin: 5px;
  height: 40px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  background-color: #333333;
  transition: 0.3s;
  cursor: pointer;
}

.main-button-audit,
.edition-btn-audit {
  min-width: 120px; /* largura m�nima para todos os bot�es */
  width: 120px; /* todos ter�o a mesma largura */
  max-width: 120px;
  text-align: center; /* centraliza texto */
  justify-content: center; /* flexbox: centraliza conte�do */
  align-items: center;
  display: flex; /* garante centraliza��o mesmo para �cones e textos */
  padding: 8px 0; /* altura confort�vel */
  white-space: nowrap; /* n�o quebra texto */
  font-size: 1rem; /* tamanho de fonte uniforme */
}

.edition-btn-sm {
  border-radius: 15px;
  width: 30px;
  margin: 5px;
  height: 30px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
}

.edition-btn-bg {
  background-color: #333333;
  cursor: pointer;
}

.edition-btn-tablet {
  border-radius: 15px;
  width: 30px;
  margin: 5px;
  height: 30px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  /*    background-color: #333333;*/
  transition: 0.3s;
}

.meal-btn {
  border-radius: 3px;
  margin: 0px 5px 0px 5px;
  height: 30px;
  padding: 10px 2px 10px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  background-color: #333333;
  transition: 0.3s;
}

.meal-btn.small {
  height: 20px;
}

.meal-badge {
  /*margin: 0px 5px 0px 5px;*/
  height: 30px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.horizontal-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.horizontal-container-clean {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.horizontal-container-between,
.horizontal-container-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.horizontal-container-center {
  justify-content: center;
}

.jc-sa {
  justify-content: space-around;
}

.hover-text:hover div {
  color: var(--cor-principal);
}

.hover-text:hover label {
  color: var(--cor-principal);
}

.hover-text:hover i {
  color: var(--cor-principal);
}

.infos-container {
  display: flex;
  flex-direction: row;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.infos-container h6 {
  font-weight: 400;
  margin-bottom: 0;
}

.infos-container p {
  font-weight: 700;
  margin-bottom: 0;
  height: auto;
}

.departure-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.horizontal-container .edition-btn {
  border-radius: 15px;
  width: 30px;
  margin: 2px;
  height: 30px;
  padding: 5px;
  font-size: 15px;
}

@media (max-width: 1000px) {
  .departure-container {
    flex-direction: column;
  }
}

.employee-edition-container {
  position: absolute;
  opacity: 0;
  left: 0px;
  top: 60px;
  transition: 0.3s;
  z-index: 1;
  width: inherit;
}

.schedule-edition-container {
  position: absolute;
  opacity: 0;
  left: 0px;
  top: 60px;
  transition: 0.3s;
  z-index: 1;
  width: inherit;
}

.vehicle-edition-container {
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
  width: inherit;
}

.employee-info-container:hover .employee-edition-container {
  opacity: 1;
  top: 48px;
}

.employee-info-container:hover .schedule-edition-container {
  opacity: 1;
  top: 15px;
}

.employee-info-container:hover .hover-down {
  opacity: 0;
}

.vehicle-container:not(.no-hover):hover .vehicle-edition-container {
  opacity: 1;
}

.vehicle-container:not(.no-hover):hover .employee-info {
  opacity: 0.1;
}

.employee-info {
  opacity: 1;
  transition: 0.3s;
}
.employee-info-fault {
  opacity: 1;
  transition: 0.3s;
  flex-basis: 120px;
}

.employee-info-container-verified-fault {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}

.employee-info-container-verified-fault h6 {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}

.employee-info-container-verified-fault p {
  font-weight: 500;
  margin-bottom: 0;
  height: auto;
}

.w-100px {
  width: 100px;
}

.employee-info-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  margin-left: 0rem;
  margin-right: 0rem;
}

.employee-info-container h6 {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}

.employee-info-container p {
  font-weight: 500;
  margin-bottom: 0;
  height: auto;
}

.fs-12 {
  font-size: 12px;
}
/*@media (max-width: 1200px) {
    .employee-container{
        flex-direction: column;
    }
}*/

.register-info-container {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 20px;
  justify-content: center;
  align-items: center;
  /*margin-right: 20px;*/
  text-align: center;
  font-weight: 500;
  color: gray;
  transition: 0.3s;
  border-radius: 3px;
}

.journey-info-container {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 20px;
  justify-content: center;
  align-items: center;
  /*margin-right: 20px;*/
  text-align: center;
  font-weight: 500;
  color: white;
  text-shadow: 2px 2px 5px black;
  transition: 0.3s;
  border-radius: 3px;
}

.white-text-shadow {
  color: white;
  text-shadow: 2px 2px 5px black;
}

.check-container {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  /*margin-right: 20px;*/
  text-align: center;
  font-weight: 500;
  color: black;
  border-radius: 3px;
  position: relative;
}

.check-container img {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  height: 90px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.check-container p {
  margin-left: 15px;
  margin-right: 15px;
  background-color: transparent;
  margin-bottom: 0;
  font-weight: 600;
  color: white;
  text-shadow: 2px 2px 5px black;
}

.check-container-sm {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  text-align: center;
  font-weight: 500;
  color: black;
  border-radius: 3px;
  position: relative;
}

.check-container-sm img {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  height: 70px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.check-container-sm p {
  margin-left: 9px;
  background-color: transparent;
  margin-bottom: 0;
  font-weight: 400;
  color: white;
  text-shadow: 2px 2px 5px black;
  font-size: 14px;
}

.check-picture p {
  font-weight: 600;
  color: white;
  text-shadow: 2px 2px 5px black;
}

.check-picture-danger {
  background: rgb(163, 0, 0);
  background: linear-gradient(
    135deg,
    rgba(163, 0, 0, 1) 53%,
    rgba(255, 119, 25, 1) 100%
  );
}

.check-picture-warning {
  background: rgb(255, 185, 25);
  background: linear-gradient(
    135deg,
    rgba(255, 185, 25, 1) 53%,
    rgba(255, 255, 75, 1) 100%
  );
}

.check-picture-success {
  background: rgb(1, 163, 0);
  background: linear-gradient(
    135deg,
    rgba(1, 163, 0, 1) 53%,
    rgba(27, 255, 25, 1) 100%
  );
}

.discipline-hover {
  background-color: black;
  opacity: 0.85;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-discipline-text {
  color: white;
  font-weight: 600;
}

.employee-btn {
  width: 161px;
  height: 90px;
}

.employee-btn-payroll {
  width: 280px;
  height: 220px;
}

.employee-btn-payroll-2 {
  width: 280px;
  height: 220px;
  overflow: auto;
  flex-direction: column;
  align-items: start;
}

.employee-btn2 {
  width: 150px;
  height: 70px;
}

.spacer {
  width: 20px;
}

.company-color {
  color: var(--cor-principal);
}

.button-active {
  color: #333333 !important;
  background-color: var(--cor-principal);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.main-color-wh {
  color: var(--cor-principal);
}

.main-color {
  color: var(--cor-principal);
}

.main-color:hover {
  color: #333333;
  background-color: var(--cor-principal);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.main-color.active {
  color: #333333;
  background-color: var(--cor-principal);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.main-color.disabled {
  background-color: #666 !important;
  pointer-events: none;
  cursor: none;
}

.vehicle-button:hover {
  background-color: #383838;
}

.blink-bus {
  animation: blinker 1s infinite;
}

@keyframes blinker {
  50% {
    fill: red;
  }
}

.blink-card {
  animation: blinker-card 1s infinite;
}

@keyframes blinker-card {
  50% {
    color: red;
  }
}

.mt-5rem {
  margin-top: 10rem;
}

.icon-top-right {
  color: white;
  text-shadow: 2px 2px 5px black;
  position: absolute;
  top: 0px;
  right: 4px;
}

.vehicle-not-required {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 20px;
  justify-content: center;
  border-bottom-left-radius: 5px;
  align-items: center;
  color: black;
  border-right: 2px solid #383838;
  color: white;
  transition: 0.3s;
  position: relative;
  background-color: #2c2c2c;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.vehicle-not-required svg {
  width: 80px;
  fill: white;
  opacity: 0.2;
}

.rounded-button {
  display: flex;
  flex-direction: column;
  padding: 0px 10px 0px 10px;
  justify-content: center;
  text-align: center;
  height: 40px;
  align-items: center;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
    /*no selection inside text*/
}

.main-button {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 20px;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-weight: 500;
  transition: 0.1s;
  border-radius: 3px;
  font-weight: 600;
  cursor: pointer;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
    /*no selection inside text*/
}
.main-button:disabled {
  pointer-events: none;
  opacity: 0.4;
}

.main-button-tablet {
  display: flex;
  height: 4rem;
  flex-direction: column;
  padding: 10px 20px 10px 20px;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 3px;
  font-weight: 600;
}

.table-row {
  cursor: pointer;
}

.table-row-highlight {
  background-color: var(--cor-principal) !important;
}

.p-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}

.loaderr {
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: unset;
  background: rgb(0, 0, 0, 0.4) url("../images/loading-buffering.gif") center
    no-repeat;
}

.loaderr-container {
  position: relative;
}

.overflow-hidden {
  overflow: hidden !important;
}

.input-radio-service-order[type="radio"] {
  position: absolute;
  visibility: hidden;
  /*display: none;*/
  min-height: 1px;
}

.label-radio-service-order {
  color: #727272;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 0;
  padding: 3px 8px;
  flex-grow: 1;
  flex-basis: 0;
}

.label-radio-service-order-light {
  color: #727272;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 0;
  padding: 3px 8px;
  flex-grow: 1;
  flex-basis: 0;
}

.label-radio-service-order-light-modal {
  color: #727272;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 0;
  padding: 3px 8px;
  flex-grow: 1;
  flex-basis: 0;
}

.input-radio-service-order[type="radio"]:checked + .label-radio-service-order {
  color: var(--cor-principal);
  background: #333333;
}

.input-radio-service-order[type="radio"]:checked
  + .label-radio-service-order-light {
  color: #0100a3;
  background: linear-gradient(to right, #e3fbff 0%, #a1f6ffc2 100%);
  border-right: 5px solid #0100a3;
}

.input-radio-service-order[type="radio"]:checked
  + .label-radio-service-order-light-modal {
  color: #0100a3;
  background: linear-gradient(to bottom, #e3fbff 0%, #a1f6ffc2 100%);
  border-bottom: 3px solid #0100a3;
}

.input-radio-service-order[type="radio"]:checked.white-mode
  + .label-radio-service-order.white-mode {
  background: #a9a9a9;
}

.input-radio-service-order
  + .input-radio-service-order[type="radio"]
  + .label-radio-service-order {
  border-left: solid 1px #675f6b;
}

.radio-group {
  display: flex;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;
  overflow: hidden;
  background-color: #272727;
}
.radio-group > * {
  min-height: 50px;
}

@media (max-width: 576px) {
  .radio-group {
    flex-wrap: wrap;
  }
}
.radio-group-so-filters {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  min-height: max(40vh, 250px);
}
.radio-group-so-filters > * {
  min-height: max(60px, 100%);
}

.radio-group-so-modal {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
  background-color: #efefef;
  flex-wrap: wrap;
}

.radio-group-so-modal > * {
  min-height: 50px;
}

.no-margin {
  margin: 0;
}

.radio-group.white-mode {
  background-color: #c7c7c7;
}

.no-border {
  border: 0;
}

.service-order-buttons-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*    max-width: 300px;*/
  /*    min-width: 300px;*/
}

.service-order-card-item-observation {
  flex-grow: 1;
  padding: 0 !important;
}

.service-order-card-item-observation p {
  max-height: 75px;
}

@media (max-width: 576px) {
  .employee-info-container.service-order-card-item-observation {
    margin-left: min(10px, 1vw);
    max-width: 45%;
  }
}

.departure-card-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
}

.departure-card-footer h6 {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}

.departure-card-footer p {
  font-weight: 700;
  margin-bottom: 0;
  height: auto;
}

.wide {
  width: 200%;
  flex-direction: row;
  padding: 0;
  transition: 1s;
}

.transition-right {
  transform: translate(-50%);
  transition: 1s;
}

.transition-left {
  transform: translate(-100%);
  transition: 0.3s;
}

.half-div {
  width: 50%;
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: column;
}

.form-new-fault {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fault-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  padding: 5px 10px 5px 10px;
  gap: 10px;
  flex-wrap: wrap;
}

div[id^="fault-card-"]:not(:last-child) {
  border-bottom: 1px solid #cecece;
}

.table-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 10px 5px 10px;
}

.fault-button {
}

.horizontal-container-fault {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.fault-container > div {
  /*    flex-grow: 1;*/
  /*    flex-basis: 0px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fault-button:empty {
  flex-grow: 0;
}

.fault-name {
  /*flex-basis: 25%;*/
  flex-grow: 1.6 !important;
}
.fault-buttons {
  /*    flex-grow: 1.6!important;*/
  width: 190px;
}
.fault-buttons > .main-button-tablet {
  max-width: 80%;
}
@media (max-width: 576px) {
  .fault-container {
    font-size: 14px;
    flex-basis: 50%;
  }
  /*div[id^="fault-card-"]:not(:last-child) {
        border-bottom: 2px solid #cecece;
    }*/
  .fault-buttons {
    min-width: 50%;
  }
  .departure-card-footer > div:not(:last-child) > .fault-container {
    border-bottom: 2px solid #363636;
  }
  .fault-container div {
    justify-content: center;
  }
}

.wrapper-fault-checks {
  overflow: hidden;
  transition: height 200ms;
  height: 0; /* <-- set this */
}

.fault-card {
  display: flex;
  border-radius: 5px;
  margin-bottom: 15px;
  flex-direction: column;
  width: 95%;
  height: 80px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.fault-card-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
}

.fault-card-footer h6 {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}

.fault-card-footer p {
  font-weight: 700;
  margin-bottom: 0;
  height: auto;
}

.fault-card-header {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
}

.fault-card-header h6 {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

.fault-card-header p {
  font-weight: 700;
  margin-bottom: 0;
  height: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.green-vehicle {
  fill: green !important;
}

.yellow-vehicle {
  fill: yellow !important;
}

.red-vehicle {
  fill: red !important;
}

.inherit-border-bottom {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

/*line report*/

.progress-line-report {
  background: rgba(255, 255, 255, 0.1);
  justify-content: flex-start;
  border-radius: 5px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 40px;
  width: 100%;
}

.progress-value-line-report {
  box-shadow: 0 10px 40px -10px var(--cor-principal);
  border-radius: 5px;
  background: var(--cor-principal);
  height: 30px;
  width: 0;
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: var(--to-width);
  }
}

.item-title {
  font-weight: 800;
  color: white;
  font-size: 30px;
  text-shadow: 5px 4px 14px rgba(0, 0, 0, 0.64);
  margin-bottom: 0;
}

.info-container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}

.info-container h6 {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}

.info-container p {
  font-weight: 500;
  margin-bottom: 0;
  height: auto;
}

.info-container-row {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.info-container-row h6 {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}

.black-important {
  color: black !important;
}
.employee-show-fault {
  display: flex;
  flex-direction: row;
}

.flex-basis-0 {
  flex-basis: 0;
}

.pt-1p {
  padding-top: 1px;
}

.pb-1p {
  padding-bottom: 1px;
}

.requests-container {
  position: fixed;
  right: 30px;
  top: 66px;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 66px);
  /*background-color: rgb(33, 37, 41, 0.93);*/
}

.requests-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.requests-container::-webkit-scrollbar {
  width: 12px;
  background-color: #232323;
  border-radius: 10px;
}

.requests-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

.request-card {
  margin: 2rem 0rem 2rem 0rem;
  border-radius: 10px;
  overflow: hidden;
}

.request-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.text-small {
  font-size: 12px;
}

.text-medium {
  font-size: 16px;
}

.request-card-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.request-button {
  /*border: solid 2px #333333;*/
  width: 50%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.request-button:hover {
  cursor: pointer;
  background-color: #383838;
}

.green {
  color: lawngreen;
}

.red {
  color: #ff0000;
}

.slide-in-from-right {
  animation: 1s linear 0s 1 slideInFromRight forwards;
}

.opacity-animation {
  animation: 1s linear 0s 1 opacityOn forwards;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes opacityOn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.mh-40 {
  min-height: 40px;
}

.dark-warning {
  background-color: rgb(58, 59, 60);
}

.pendency-input {
  border-width: 0;
  border-radius: 3px;
  resize: none;
  width: 100%;
  padding: 0.5rem;
}

.pendency-input:focus-visible {
  border-width: 0;
  outline: none;
}

.pendency-input:focus {
  box-shadow: none;
  background-color: #383838;
}

.month-pendencies-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  padding-top: 10px;
  padding-left: 10px;
}

.month-pendencies-container h6 {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}

.month-pendencies-container p {
  font-weight: 500;
  margin-bottom: 0;
  height: auto;
}

.all-initial {
  all: initial;
}

.secondary-color {
  color: #ffffff;
}
.secondary-color:hover {
  color: #ffffff;
  opacity: 0.63;
  background-color: #363636;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.secondary-color.active {
  color: #ffffff;
  background-color: #363636;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.box {
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  user-select: none;
}

.box label {
  position: relative;
  z-index: 10;
  padding-left: 7px;
  cursor: pointer;
  margin-bottom: 0;
}

.box input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.box input:checked ~ .check {
  border-color: var(--cor-principal);
  box-shadow: 0px 0px 0px 15px var(--cor-principal) inset;
}

.box input:checked ~ .check::after {
  opacity: 1;
  transform: scale(1);
}

.box .check {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100px;
  border: 2px solid var(--cor-principal);
  transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.box .check::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  position: absolute;
  transform: scale(0);
  background-size: 50%;
  background-image: url("https://s6.picofile.com/d/8392306668/bacc888c-bed7-41a9-bf24-f6ff0718f471/checkmark.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-delay: 0.2s !important;
  transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.box-login {
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  user-select: none;
}

.box-login label {
  position: relative;
  z-index: 10;
  padding-left: 7px;
  cursor: pointer;
  margin-bottom: 0;
}

.box-login input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.box-login input:checked ~ .check {
  border-color: #1db954;
  background-color: #1db954;
}

.box-login input:checked ~ .check::after {
  opacity: 1;
  transform: scale(1);
}

.box-login .check {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100px;
  border: 2px solid #1db954;
  transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.box-login .check::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  position: absolute;
  transform: scale(0);
  background-size: 50%;
  background-image: url("https://s6.picofile.com/d/8392306668/bacc888c-bed7-41a9-bf24-f6ff0718f471/checkmark.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-delay: 0.2s !important;
  transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.check-to-do {
  /* width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    user-select: none;*/
  margin-left: 10px;
  max-width: 92%;
}

@media (max-width: 576px) {
  .check-to-do {
    max-width: 85%;
  }
}
.container-check {
  display: flex;
  justify-content: left;
  align-items: center;
  align-content: center;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Criar o checkbox customizado */
.checkmark {
  position: absolute;
  left: 5%;
  margin-right: 5px;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 2px;
}

/* Adicionar uma cor de fundo cinza ao passar o mouse */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* Quando o checkbox ? clicado, adicionar um fundo vermelho */
.container-check input:checked ~ .checkmark {
  background-color: #0300fe;
}

/* Criar o ?cone de check, escondido quando n?o estiver selecionado */
.container-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: -2px;
  width: 10px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Exibir o ?cone quando selecionado */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

.tasks-list-item {
  display: block;
  line-height: 24px;
  padding: 12px 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tasks-list-item + .tasks-list-item {
  border-top: 1px solid #ffffff;
}

.tasks-list-cb {
  display: none;
}

.tasks-list-mark {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 12px;
}

.tasks-list-mark:before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  height: 4px;
  width: 8px;
  border: solid #39ca74;
  border-width: 0 0 4px 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tasks-list-cb:checked ~ .tasks-list-mark {
  border-color: #39ca74;
}

.tasks-list-cb:checked ~ .tasks-list-mark:before {
  display: block;
}

.tasks-list-desc {
  font-weight: bold;
  color: #ffffff;
}

.tasks-list-cb:checked ~ .tasks-list-desc {
  color: #39ca74;
  text-decoration: line-through;
}

.check-list {
  margin-top: 2px;
  margin-bottom: 4px;
}

.check-list label {
  position: relative;
  display: block;
  cursor: pointer;
}
.check-list input[type="checkbox"] {
  -webkit-appearance: none;
}
.check-list i {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid black;
}
.check-list input[type="checkbox"]:checked ~ i {
  top: 2px;
  left: 9px;
  border-top: none;
  border-right: none;
  height: 16px;
  width: 10px;
  transform: rotate(45deg) scale(-1, 1);
}
.check-list span {
  position: relative;
  left: 40px;
  transition: 0.2s;
}
.check-list span:before {
  content: "";
  /*position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 1px;*/
  background-color: #39ca74;
  /*transform: translateY(-50%) scaleX(0) ;
            transform-origin: right;
            transition: transform 0.6s;*/
}
.check-list input[type="checkbox"]:checked ~ span:before {
  transform: translateY(-50%) scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
}
.check-list input[type="checkbox"]:checked ~ span {
  color: #39ca74;
}

.secondary-color:hover {
  color: #ffffff;
  opacity: 0.63;
  background-color: #363636;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.secondary-color.active {
  color: #ffffff;
  background-color: #363636;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.bw-0 {
  border-width: 0;
}

.yellow-text-color {
  color: yellow !important;
}

.green-text-color {
  color: green !important;
}

.red-text-color {
  color: red !important;
}
.blue-text-color {
  color: #007bff !important;
}

.employee-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.tag-p-title,
.tag-p-info {
  text-align: center;
}

.tag-p-title {
  margin-bottom: 0px;
}

.tag-p-info {
  font-size: 12px;
  margin-top: 12px;
}

.profile-picture {
  /*min-width: 100px;
        max-width: 140px;
        min-height: 100px;
        max-height:140px;*/
  width: 300px;
  height: 300px;
}

td {
  vertical-align: middle !important;
  text-align: center;
}

#button-close:hover {
  color: #ff0000;
}

#column-prof-picture,
#column-checks {
  padding-right: 15px;
}

#column-checks,
#column-meals {
  padding-left: 15px;
}

#column-prof-picture,
#column-checks {
  border-right: 1.2px solid;
}

#no-img {
  width: 100px;
  height: 120px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
}

#confidence-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.word-break {
  word-break: break-all;
}

.service-order-vehicles-container {
  position: absolute;
  height: 100vh;
  width: 300px;
  top: 0;
  right: -300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: 0.3s;
}

.service-order-vehicles-tab {
  position: relative;
  height: 100px;
  width: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  cursor: pointer;
}

.service-order-vehicles-list {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
}

.vehicles-not-allowed-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: auto;
}

.vehicle-not-allowed-legend {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  padding: 5px;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 1px 5px rgb(0 0 0 / 75%);
}

.vehicle-not-allowed {
  height: 75px;
  width: 75px;
  margin-bottom: 1rem;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  padding: 5px;
  align-items: center;
  box-shadow: 0 1px 5px rgb(0 0 0 / 75%);
}

.vehicle-not-allowed svg {
  fill: white;
  opacity: 0.87;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
         supported by Chrome, Edge, Opera and Firefox */
}

.vehicles-not-allowed-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.vehicles-not-allowed-container::-webkit-scrollbar {
  width: 4px;
  background-color: #232323;
  border-radius: 10px;
}

.vehicles-not-allowed-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

/*<------light mode------>*/

.main-button-tablet-light {
  display: flex;
  height: 4rem;
  flex-direction: column;
  padding: 10px 20px 10px 20px;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 30px;
  font-weight: 600;
  width: 95%;
  box-shadow: 10px 9px 18px -11px rgb(0 0 0 / 42%);
}
.main-color-light {
  color: #0100a3;
}

.main-text-light {
  color: rgba(18, 18, 18, 255);
  opacity: 0.87;
  font-weight: 500;
}
.secondary-text-light {
  color: #8c8c8c;
  opacity: 1;
}

.dp00-light {
  background-color: #f0f0f0;
}
.dp01-light {
  background-color: #ffffff;
}
.dp03-light {
  background-color: #ffffff;
}
.header-gradient {
  background: linear-gradient(to bottom, #a1f6ff 0%, #d7faff 100%);
  box-shadow: 0 14px 30px -17px grey;
  padding-top: 4px;
  padding-bottom: 2px;
}
.header-gradient p {
  color: #0100a3;
  margin-top: -3px;
}
.header-gradient h6 {
  color: black;
}
.dp08-light {
  background-color: #c1f7ff;
}
.dp10-light {
  background-color: #f9f9f9;
}
.dp16-light {
  background-color: #f4f4f4;
}
.dp24-light {
  background-color: #f1f1f1;
}

.dp32-light {
  background-color: #e9e9e9;
}

.edition-btn-light {
  border-radius: 20px;
  width: 40px;
  margin: 5px;
  height: 40px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  background-color: #c1f7ff;
  transition: 0.3s;
  box-shadow: 10px 9px 18px -11px rgb(0 0 0 / 42%);
}

.edition-btn-light-disabled {
  border-radius: 20px;
  width: 40px;
  margin: 5px;
  height: 40px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  background-color: gray;
  color: white;
  pointer-events: none;
}

/*<------ /light mode------>*/

.w-80 {
  width: 80%;
}

.card-body-button {
  width: 180px;
  height: auto;
}

.no-shadow {
  box-shadow: none;
}

.fault-status {
  width: 108px;
}

.border-solid-black {
  border: 2px solid #6f6d6d;
}

.border-solid-black-1px {
  border: 1px solid #000;
  border-radius: 4px;
  color: black;
}

.close-button-search-so {
  position: relative;
  top: -57px;
  z-index: 10;
  left: 95px;
  font-size: 1.5rem;
  margin-bottom: -42px;
}

.remove-input-search-delete {
}

input[type="search"].remove-input-search-delete::-webkit-search-decoration,
input[type="search"].remove-input-search-delete::-webkit-search-cancel-button,
input[type="search"].remove-input-search-delete::-webkit-search-results-button,
input[type="search"].remove-input-search-delete::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

.service-order-vehicle-search-startus {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: white;
  box-shadow: 5px 5px 20px -10px rgb(0 0 0 / 30%);
  font-size: 30px;
  font-weight: 600;
}

.form-control-custom {
}

@media (max-width: 576px) {
  .form-control-custom {
    font-size: 25px;
  }
}

.check-picture-journey {
  height: 100%;
  border-radius: 3px;
  box-shadow: 2px 2px 10px black;
}

.horizontal-flex-stretch {
  flex-grow: 1;
  height: 100%;
}

.vertical-flex-stretch {
  flex-grow: 1;
  width: 100%;
}

.journey-picture:hover {
  background-color: #616161;
}

.sort-button {
  flex-grow: 1;
}

.height-44 {
  height: 44px;
}

@media (min-width: 1300px) {
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
  }

  .navbar-expand-custom .navbar-toggler {
    display: none;
  }

  .d-custom-inline-flex {
    display: inline-flex;
  }
}

.text-small {
  font-size: 12px;
}

.nav-link.dark {
  background-color: #2c2c2c !important;
}

@keyframes loading-logo {
  0% {
    transform: scale(3);
  }

  100% {
    transform: scale(4);
  }
}

.logo-load {
  position: absolute;
  width: auto;
  height: 30px;
  top: 47%;
  animation-name: loading-logo;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.table-button {
  height: 70px;
  width: 70px;
  margin-bottom: 1rem;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  padding: 5px;
  align-items: center;
  box-shadow: 0 1px 5px rgb(0 0 0 / 75%);
}

.hover-dp24:hover {
  background-color: #383838;
}

.overflow-cards-chart {
  max-height: calc(100vh - 59px - 110px - 165px);
  overflow: auto;
  flex-grow: 1;
  position: relative;
}

.overflow-cards-chart::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.overflow-cards-chart::-webkit-scrollbar {
  width: 4px;
  background-color: #232323;
  border-radius: 10px;
}

.overflow-cards-chart::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

.no-border-botton {
  border-bottom: 0px solid black !important;
}

.floating-button-so {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: 2px solid #0100a3;
  box-shadow: unset;
}

.location-name {
  font-size: 20px;
  font-weight: bold;
}

.mw-140 {
  max-width: 140px !important;
}

.readonly-input {
  background-color: unset;
  border: 0;
  pointer-events: none;
  max-width: 50px;
}

.numberCircle {
  min-width: 24px;
  border-radius: 12px;
  text-align: center;
  font-size: 13px;
  border: 1px solid var(--cor-principal);
  color: var(--cor-principal);
  padding: 0 3px;
  margin: 0 10px 0 0;
}

.h-100-departure {
  height: calc(100vh - 59px);
}

.info-position-card {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  height: 90px;
  width: 100%;
  display: flex;
  border-radius: 4px;
}

.position-card {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  height: 75px;
  width: 100%;
  display: flex;
  border-radius: 4px;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.overflow-cards-2 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  overflow-y: scroll;
}

.overflow-cards-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.overflow-cards-2::-webkit-scrollbar {
  width: 4px;
  background-color: #232323;
  border-radius: 10px;
}

.overflow-cards-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

.select-company {
  background-color: #383838 !important;
  color: white !important;
}

.employee-edition-cnh {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.8);
  left: 0px;
  top: 0px;
}

.page-title-light {
  display: flex;
  width: 100%;
  justify-content: center;
  font-weight: 900;
  font-size: 40px;
}
.page-content {
  display: flex;
  flex-direction: column;
}

.re-input {
  height: 44px;
}

.sub-title {
  font-size: 20px;
  border-bottom: 1px solid;
  font-weight: 500;
}

.info-card {
  background-color: #eaeaea;
}

.sptrans-table-element {
  color: white;
  font-weight: 400;
  outline: 0;
  border-radius: 3px;
  z-index: 1;
  height: 2.5rem;
  border: 0;
  width: 100%;
  padding: 2px 6px;
}

.table-fleet-info {
  height: 310px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 5px solid #121212;
}

.conflicted-info {
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  background-color: #f8e8c1;
  color: #877037;
  font-size: 12px;
  font-weight: 900;
}

.danger-info {
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  background-color: #f8d7da;
  color: #721c24;
  font-size: 10px;
  font-weight: 900;
}

.success-info {
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  background-color: #d4edda;
  color: #245725;
  font-size: 10px;
  font-weight: 900;
}

.input-no-arrows {
}
.input-no-arrows::-webkit-inner-spin-button,
.input-no-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.shine {
  background: #474747;
  background-image: linear-gradient(
    to right,
    #474747 0%,
    #f6f7f8 20%,
    #474747 40%,
    #474747 100%
  );
  background-repeat: no-repeat;
  /*background-size: 800px 104px;*/
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.shine2 {
  background: #000;
  background-image: linear-gradient(
    to right,
    #000 0%,
    #f6f7f8 20%,
    #000 40%,
    #000 100%
  );
  background-repeat: no-repeat;
  /*background-size: 800px 104px;*/
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}

.text-complain {
  color: yellow;
}

.card2 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(255, 255, 255, 0.125);
  border-radius: 0.25rem;
}

/*#region LOGIN*/
/* *,
    *:before,
    *:after {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }*/

.form-login {
  height: 520px;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.13);
  position: absolute;
  transform: translate(-50%, 0);
  top: 50%;
  left: 50%;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
  padding: 50px 35px;
}

.form-login * {
  color: #ffffff;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
}

.form-login h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}

.form-login-label {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}

.form-login input {
  display: block;
  height: 50px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 3px;
  padding: 0 10px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}

.form-login::placeholder {
  color: #e5e5e5;
}

.form-login button {
  margin-top: 50px;
  width: 100%;
  background-color: #1db954;
  color: #ffffff;
  padding: 15px 0;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}

.form-login-div {
  justify-content: center;
  display: flex;
}

.form-login img {
  height: 60px;
}

.bg-login {
  background-image: url("../images/bg-instalacao-nimer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/*#endregion*/

.fw-600 {
  font-weight: 600 !important;
}

.table-active {
  background-color: var(--cor-principal);
}

.table-active:hover {
  background-color: var(--cor-principal) !important;
}

.input-file {
  border: 0;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px 5px 5px 10px;
  flex-grow: 1;
}

.input-file:focus {
  border: 0;
  outline: none;
}

.input-file:focus-visible {
  border: 0;
  outline: none;
}

.bootstrap-select .dropdown-menu {
  max-width: 100% !important;
  min-width: unset !important;
}

.mobile-page-container {
  max-height: calc(100vh - 59px);
  overflow: auto;
  flex-grow: 1;
  position: relative;
}

@keyframes progress {
  0% {
    --percentage: 0;
  }

  100% {
    --percentage: var(--value);
  }
}

@property --percentage {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}

/*[role="progressbar"] {
    --percentage: var(--value);
    --primary: var(--cor-principal);
    --secondary: #232323;
    --size: 150px;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
}*/

/*[role="progressbar"]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
        mask: radial-gradient(white 55%, transparent 0);
        mask-mode: alpha;
        -webkit-mask: radial-gradient(#0000 55%, #000 0);
        -webkit-mask-mode: alpha;
    }

    [role="progressbar"]::after {
        counter-reset: percentage var(--value);
        content: counter(percentage) '%';
        font-family: Helvetica, Arial, sans-serif;
        font-size: calc(var(--size) / 5);
        color: var(--primary);
    }*/

.range {
  position: relative;
  background-color: #333;
  width: 300px;
  height: 30px;
  transform: skew(30deg);
}

.range:before {
  --width: calc(var(--p) * 1%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #f3e600;
  z-index: 0;
  -webkit-animation: load 0.5s forwards linear;
  animation: load 0.5s forwards linear;
}

.range:after {
  counter-reset: progress var(--p);
  content: counter(progress) "%";
  color: #000;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%) skewX(-30deg);
  z-index: 1;
}

.range__label {
  transform: skew(-30deg) translateY(-100%);
  line-height: 1.5;
}

@-webkit-keyframes load {
  to {
    width: var(--width);
  }
}

@keyframes load {
  to {
    width: var(--width);
  }
}

.image-container-zoom {
  position: relative;
}

.zoomed-image {
  position: absolute;
  border: 1px solid #000;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  display: none;
  z-index: 9999;
  pointer-events: none;
  cursor: zoom-in;
}

/* Style for x-axis */
.axis-x path,
.axis-x line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: white; /* Change the color to your desired color */
}

.axis-x text {
  font-size: 12px;
  color: white;
}

/* Style for y-axis */
.axis-y path,
.axis-y line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: white; /* Change the color to your desired color */
}

.axis-y text {
  font-size: 12px;
  color: white;
}

.tooltip-d3 {
  position: absolute;
  text-align: center;
  width: auto;
  height: auto;
  padding: 2px;
  font: 12px;
  background: lightsteelblue;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  overflow: visible;
  z-index: 9999;
}

@property --progress-value {
  syntax: "<integer>";
  inherits: true;
  initial-value: 0;
}

progress[value] {
  display: block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 80%;
  height: 25px;
  border: 0;
  --border-radius: 3px;
  border-radius: var(--border-radius);
  counter-reset: progress var(--progress-value);
  --progress-value-string: counter(progress) "%";
  --progress-max-decimal: calc(var(--value, 0) / var(--max, 0));
  --progress-value-decimal: calc(var(--progress-value, 0) / var(--max, 0));
  --progress-value-percent: calc(var(--progress-value-decimal) * 100%);
  --progress-value-color: var(--color);
  -webkit-animation: calc(1s * var(--progress-max-decimal)) linear 0.5s 1 normal
    both progress;
  animation: calc(1s * var(--progress-max-decimal)) linear 0.5s 1 normal both
    progress;
}

@supports selector(::-moz-progress-bar) {
  progress[value] {
    --progress-value-decimal: calc(var(--value, 0) / var(--max, 0));
  }
}

progress[value]::-webkit-progress-bar {
  background-color: var(--progress-bar-color);
  border-radius: var(--border-radius);
  overflow: hidden;
}

progress[value]::-webkit-progress-value {
  width: var(--progress-value-percent) !important;
  background-color: var(--progress-value-color);
  border-radius: var(--border-radius);
}

progress[value]::-moz-progress-bar {
  width: var(--progress-value-percent) !important;
  background-color: var(--progress-value-color);
  border-radius: var(--border-radius);
}

progress[value]::after {
  display: flex;
  align-items: center;
  justify-content: center;
  --size: 30px;
  width: var(--size);
  height: var(--size);
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(-50%, -50%);
  /*background-color: var(--progress-value-color);*/
  border-radius: 50%;
  content: attr(value);
  content: var(--progress-value-string, var(--value));
  font-size: 15px;
  font-weight: 900;
  color: black;
}

@-webkit-keyframes progress {
  from {
    --progress-value: 0;
  }

  to {
    --progress-value: var(--value);
  }
}

@keyframes progress {
  from {
    --progress-value: 0;
  }

  to {
    --progress-value: var(--value);
  }
}

.card-active {
  border: 3px solid var(--cor-principal);
  border-radius: 3px;
}

.card-hover:hover {
  background-color: var(--dp24);
}

@keyframes colorChangeBusError {
  0% {
    color: #1db954;
  }
  50% {
    color: #176b3d;
  }
  100% {
    color: #1db954;
  }
}
.animated-bus {
  animation: colorChangeBusError 2s infinite;
}

.custom-switch-toggle input[type="checkbox"] {
  display: none;
}

.custom-switch-toggle label {
  position: relative;
  display: block; /* Use block to ensure full width and proper layout */
  width: 60px;
  height: 30px;
  background-color: #ccc;
  border-radius: 17px; /* Half of the height to get a perfect circle */
  cursor: pointer;
  transition: background-color 0.2s;
  z-index: 100;
}

/* Adjusted for simplicity and clarity */
.custom-switch-toggle label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
  background-color: #383838;
  border-radius: 50%;
  transition: 0.2s;
}

.custom-switch-toggle input:checked + label:before {
  transform: translateX(30px);
}

.custom-switch-toggle label:hover::after {
  content: attr(data-title); /* Example text - customize as needed */
  position: absolute;
  left: 0%; /* Adjust to position the tooltip correctly */
  top: 100%;
  transform: translateX(-50%);
  margin-left: 0px; /* Spacing between the toggle and the tooltip */
  width: 200px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 5px;
  background-color: #000;
  color: white;
  font-size: 0.9rem; /* Adjust size as needed */
  white-space: pre-wrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}

.custom-switch-toggle label:hover::after {
  opacity: 1;
  visibility: visible;
}

.custom-switch-toggle label .icon-on,
.custom-switch-toggle label .icon-off {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px; /* Adjust icon size as needed */
  display: none; /* Hide icons by default */
}

.custom-switch-toggle input:checked + label .icon-on {
  display: block; /* Show only when checked */
  left: 5px; /* Adjust based on the icon's size and desired position */
}

.custom-switch-toggle input:not(:checked) + label .icon-off {
  display: block; /* Show only when not checked */
  right: 5px; /* Adjust based on the icon's size and desired position */
}

.custom-switch-toggle label {
  background-color: #ccc;
  transition: background-color 0.2s;
}

.custom-switch-toggle input:checked + label {
  background-color: #4caf50;
}

.custom-switch-toggle.custom-color-1 input:checked + label {
  background-color: #4caf50;
}

.custom-switch-toggle.custom-color-2 input:checked + label {
  background-color: #fffc00;
}

.custom-switch-toggle.custom-color-3 input:checked + label {
  background-color: #e41d2c;
}

.custom-switch-toggle.custom-color-4 input:checked + label {
  background-color: #ff8200;
}

.custom-vehicle-toggle input[type="checkbox"] + label::before {
  content: "";
}

.custom-vehicle-toggle input[type="checkbox"]:checked + label::before {
  content: "";
}

.refreshing {
  pointer-events: none;
  opacity: 0.7;
  transform: rotate(0deg);
  animation: rotate360 2s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.flex-column-mobile {
}

@media (max-width: 768px) {
  .flex-column-mobile {
    flex-direction: column;
  }
}

.border {
  border: 2px solid white;
}

.bt {
  border-top: 1px solid gray;
}

.bts {
  border-top: 2px solid gray;
}

.br {
  border-right: 1px solid gray;
}

.bl {
  border-left: 1px solid gray;
}

.bb {
  border-bottom: 1px solid gray;
}

.cursor-pointer {
  cursor: pointer;
}

.image-inspection-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.image-inspection-container img {
  object-fit: cover;
  height: 180px;
  min-width: 100%;
  padding: 0 10px 0 10px;
}

.image-inspection-container:hover .image-overlay {
  opacity: 1;
  visibility: visible;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
}

.image-overlay-content {
  font-size: 24px;
  display: flex;
  gap: 20px;
}

.image-overlay-content button {
  cursor: pointer;
}

.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.fullscreen-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullscreen-overlay img {
  max-width: 70%;
  max-height: 70vh;
  object-fit: contain;
}

.fullscreen-overlay .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
  color: white;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.fullscreen-overlay .close-button:hover {
  transform: scale(1.2);
}

.container-vehicle-inspection {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  /*max-height: calc(100vh - 59px);*/
  overflow: hidden;
}

.subtitle {
  font-size: 12px;
  margin: 0;
}

.bottom-navbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f8f9fa;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}

.nav-item-app a {
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 14px;
}

.tab-content {
  margin-bottom: 60px; /* Space for navbar */
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quiz-container {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background-color: #1e1e1e;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.quiz-question {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #252525;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}

.form-check-mobs {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.form-check-label-mobs {
  font-size: 16px;
  color: #d1d1d1;
}

.form-check-input-mobs {
  accent-color: var(--cor-principal);
  transform: scale(1.2);
}
.main-border-bottom {
  border-bottom: 1px solid #d1d1d1;
}

.disabled-checkbox {
  opacity: 0.5;
  pointer-events: none;
}

@media (orientation: portrait) {
  .hide-on-portrait {
    display: none !important;
    margin-left: 2rem;
  }

  .change-on-landscape {
    font-size: 2.5vh;
  }

  .change-on-landscape p {
    color: black;
    font-weight: 1000;
  }

  .change-on-landscape h3 {
    font-size: 2.5vh;
  }
  .camera {
    max-width: 50vh;
    align-self: center;
    max-height: 40vh;
    object-fit: cover;
  }
  .button-portrait {
      height: 8vh;
    width: 40vw;
    font-size: 2vh;
    margin-bottom: 8px;
    border-radius: 1rem;
  }
  .button-portrait-small {
      width: 40vw;
    font-size: 1.5vh;
    align-self: end;
    border-radius: 1rem;
  }
  .class-orientation {
    flex-wrap: wrap;
  }
}

@media (orientation: landscape) {
  .hide-on-landscape {
    display: none !important;
  }
  .info-card {
    border-radius: 2rem;
  }
  .change-on-landscape {
    font-size: 2.8vh;
  }
  .change-on-landscape p {
    color: black;
    font-weight: 1000;
  }
  .change-on-landscape h3 {
    font-size: 2.7vh;
  }
  .camera {
    max-width: 70vh;
    margin-left: auto;
    align-self: start;
    max-height: 50vh;
    object-fit: cover;
  }
  .button-landscape {
    display: flex;
    height: 10vh;
    width: 40vw;
    margin-top: 2rem;
    font-size: 3vh;
    justify-content: center;
    border-radius: 1rem;
  }
  .button-landscape-small {
    height: 17vh;
    width: 20vh;
    border-radius: 1rem;
    font-size: 2vh;
    margin-right: 2vh;
  }
  .class-orientation {
    flex-wrap: nowrap;
  }
}

.auto-button {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  min-height: calc(35vh - 188px);
  font-size: 4vh;
}

.button-container {
  width: 100%;
  height: 15vh;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 2rem;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

.shadow-sm {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.entrada {
  background-color: #c8ffc8;
  color: #000000;
}

.pausa {
  background-color: #b3e5fc;
  color: #000000;
}

.retorno {
  background-color: #ffecb3;
  color: #000000;
}

.saida {
  background-color: #ffb3b3;
  color: #000000;
}

.icon-style {
  font-size: 3rem;
  align-self: flex-end;
}

@keyframes flashBorder {
  0%,
  100% {
    border-color: #383838;
    box-shadow: none;
    color: #383838;
  }

  25%,
  75% {
    border-color: red;
    box-shadow: 0 0 12px red;
    color: red;
  }

  50% {
    border-color: red;
    box-shadow: 0 0 16px red;
    color: transparent;
  }
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }

  20%,
  60% {
    transform: translateX(-10px);
  }

  40%,
  80% {
    transform: translateX(10px);
  }
}

.flash-danger {
  animation: flashBorder 0.6s ease-in-out 3, shake 0.6s ease-in-out 1;
}

.line-checkbox {
  appearance: none; /* Removes default styling */
  width: 20px;
  height: 20px;
  border: 2px solid var(--cor-principal);
  border-radius: 4px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.line-checkbox:checked {
  background-color: var(--cor-principal);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.line-checkbox:hover {
  background-color: var(--cor-principal);
  color: #333333;
}

.line-checkbox:disabled {
  background-color: #666 !important;
  pointer-events: none;
  cursor: not-allowed;
}

#external-events {
  position: relative;
  left: 20px;
  top: 20px;
  width: 150px;
  padding: 0 10px;
  border: 1px solid #ccc;
  background: #eee;
  text-align: left;
  height: max-content;
}

#external-events h4 {
  font-size: 16px;
  margin-top: 0;
  padding-top: 1em;
}

#external-events .fc-event {
  margin: 3px 0;
  cursor: move;
}

.fc-daygrid-block-event {
  line-height: 1.5;
  font-size: 1rem;
  padding: 0.5rem;
}

#external-events p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666;
}

#external-events p input {
  margin: 0;
  vertical-align: middle;
}

#calendar-wrap {
  width: 100%;
  display: inline-block;
  height: 100%;
}

#calendar {
  max-width: 900px;
  width: 100%;
  color: var(--cor-principal);
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 10px solid rgba(0, 0, 0, 0.1);
  border-left-color: #3498db;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
  z-index: 9999;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.section-title {
  font-weight: 600;
  color: var(--cor-principal);
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  margin-top: 1.5rem;
}
.section-title i {
  transition: transform 0.2s ease;
  transform: rotate(0deg); /* right by default */
}

.section-title:not(.collapsed) i {
  transform: rotate(90deg); /* down when open */
}

.highlighted {
  border: 1px solid #ff8800;
  border-radius: 4px;
  padding: 5px;
  background-color: #222;
}

.search-group {
  width: 33%;
  min-width: 250px;
}

.dark-search {
  background-color: #2c2c2c;
  color: #f5f5f5;
  border: 1px solid #555;
}

.dark-search::placeholder {
  color: #aaa;
}

.dark-icon {
  background-color: #2c2c2c;
  color: #f5f5f5;
  border: 1px solid #555;
}

.pos-type.selected {
  border: 2px solid var(--cor-principal);
  background-color: rgba(255, 255, 255, 0.05);
}

/*.input-placeholder-responsive::placeholder {
  font-size: 3.5rem;*/ /* Default for desktops */
/*}

@media (max-width: 768px) {
  .input-placeholder-responsive::placeholder {
    font-size: 2.2rem;*/ /* Tablets and medium phones */
  /*}
}

@media (max-width: 480px) {
  .input-placeholder-responsive::placeholder {
    font-size: 1.8rem;*/ /* Small phones */
  /*}
}*/

.border-white {
  border: solid 1px white;
}

.timeline {
  width: 100%;
  height: 30px;
}

.range-slider {
  position: relative;
  width: 100%;
  height: 54px; /* Altura extra para afastar bem o texto */
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.slider-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 24px; /* Posiciona no meio do container */
  height: 12px;
  width: 100%;
  background: #ddd;
  border-radius: 6px;
  z-index: 1;
}

/* RANGE OVERRIDE */
.range-slider input[type="range"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 14px; /* Desce o thumb para centralizar na faixa */
  width: 100%;
  height: 40px;
  background: none;
  pointer-events: none;
  z-index: 2;
  margin: 0;
  -webkit-appearance: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: var(--cor-principal, #00e676);
  border: 3px solid #fff;
  box-shadow: 0 2px 6px #0004;
  margin-top: -6px; /* Centraliza perfeitamente */
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.range-slider input[type="range"]:focus::-webkit-slider-thumb {
  background: #fff;
  border: 3px solid var(--cor-principal, #00e676);
}

.range-slider input[type="range"]::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: var(--cor-principal, #00e676);
  border: 3px solid #fff;
  box-shadow: 0 2px 6px #0004;
  cursor: pointer;
  margin-top: 0px; /* Firefox já centraliza certo */
}

.range-slider input[type="range"]:focus::-moz-range-thumb {
  background: #fff;
  border: 3px solid var(--cor-principal, #00e676);
}

.range-slider input[type="range"]::-ms-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: var(--cor-principal, #00e676);
  border: 3px solid #fff;
  box-shadow: 0 2px 6px #0004;
  cursor: pointer;
  margin-top: 0px;
}

input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background: none;
}

input[type="range"]:focus {
  outline: none;
}

.range-values {
  text-align: center;
  margin-top: 34px; /* MAIS ESPAÇO! */
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 1px;
  user-select: none;
}

.img-default {
  max-width: 100%;
  height: auto;
  max-height: 50vh;
}

.overflow-cards-company {
  overflow: auto;
  overflow-x: hidden;
  flex-grow: 1;
  max-height: 75vh;
}

.overflow-cards-company::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.overflow-cards-company::-webkit-scrollbar {
  width: 4px;
  background-color: #232323;
  border-radius: 10px;
}

.overflow-cards-company::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

.line-edit-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 100vw;
  padding: 24px 24px 0 24px;
  box-sizing: border-box;
}

.line-edit-form {
  flex: 1 1 0%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.line-edit-map-box {
  width: 320px;
  height: 180px;
  border-radius: 12px;
  background: #1c1e24;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  position: sticky;
  top: 24px;
  right: 0;
  z-index: 100;
  margin-bottom: 16px;
}

.expand-map-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 9999;
  display: block;
}

#fullscreenMapModal .modal-content,
#fullscreenMapModal .modal-header,
#fullscreenMapModal .modal-body {
  background: #232323;
  color: #fff;
}

@media (max-width: 900px) {
  .line-edit-layout {
    flex-direction: column;
    gap: 0;
    padding: 8px;
  }

  .line-edit-map-box {
    position: static;
    margin: 0 auto 16px auto;
  }

  .line-edit-form {
    min-width: 0;
    padding: 0;
  }
}

.line-edit-map-box #map-line-edit .leaflet-control-container {
  display: none;
}
#map-line-edit.fullscreen .leaflet-control-container {
  display: block !important;
}

.line-edit-form .row {
  margin-left: 0;
  margin-right: 0;
}

.line-edit-form .form-group {
  padding-left: 0;
  padding-right: 0;
}

.fixed-bottom-form-zone {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 900;
  padding: 12px 16px 16px 16px;
}

.line-edit-form .form-row {
  display: flex;
  gap: 5px;
}

.line-edit-form .form-group {
  flex: 1 1 0;
  min-width: 0;
}

.line-edit-form .d-flex.flex-row {
  gap: 5px;
}

.table-line-div {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 20px;
}

.invalid-audit {
  color: red;
}

.auto-register-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
}

.main-section-row,
.camera-column,
.info-column,
.footer-actions {
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .camera-column.has-last-photo {
    display: flex;
    align-items: stretch;
  }
  .camera-column.has-last-photo .webcam-wrapper {
    flex: 0 0 66%;
    max-width: 66%;
  }
  .camera-column.has-last-photo .show-last-photo {
    flex: 0 0 34%;
    max-width: 34%;
    margin-left: 1rem;
  }
  .camera-column.has-last-photo #webcam {
    width: 100% !important;
    height: auto;
  }
}
.camera-column:not(.has-last-photo) .webcam-wrapper {
  width: 100%;
}
.last-photo-wrapper {
  border-radius: 1rem;
  background: #eaeaea;
  width: 100%;
  max-width: 520px;
  min-width: 0;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  overflow: visible;
}
.last-photo {
  border-radius: 0.85rem;
  background: #fff;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
  display: block;
}
@media (min-width: 1400px) {
  .last-photo-wrapper {
    width: clamp(300px, 26vw, 600px);
  }
}
@media (max-width: 430px) {
  .show-last-photo {
    display: flex !important;
  }
  .last-photo-wrapper {
    width: 100%;
    max-width: 360px;
  }
}

.employee-btn-payroll img {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  width: 165px;
  height: 220px;
  object-fit: cover;
  object-position: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.mw-20 {
  min-width: 20px;
}

.employee-btn-payroll-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.employee-btn-payroll-2::-webkit-scrollbar {
  width: 4px;
  height: 5px;
  background-color: #232323;
  border-radius: 10px;
}

.employee-btn-payroll-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--cor-principal);
}

/* AutoRegister - responsive title and footer logo */
.autoregister-title {
  font-size: clamp(1.6rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
}

.nimer-title {
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 1020;
}

.nimer-title .nimer-logo {
  height: 48px;
  max-width: 60vw;
  object-fit: contain;
  opacity: 0.9;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
  pointer-events: none;
}

@media (max-width: 576px) {
  .autoregister-title {
    font-size: clamp(1.4rem, 6vw, 2.25rem);
  }
  #return-html {
  }
  .nimer-title .nimer-logo {
    height: 40px;
    max-width: 65vw;
  }
}

/* Very small/short devices like Galaxy S8+ in landscape or small portrait heights */
@media (max-height: 700px) and (max-width: 420px) {
  .autoregister-title {
    font-size: clamp(1.2rem, 5.5vw, 2rem);
  }
  #return-html {
  }
  .nimer-title .nimer-logo {
    height: 36px;
    max-width: 70vw;
  }
}

/* Extra safe-area accommodation for notches */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  #return-html {
  }
  @media (max-width: 576px) {
    #return-html {
    }
  }
}

/* AutoRegister - centered error presentation */
.autoregister-error-container {
  min-height: calc(100vh - 140px); /* room for header/nav */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px 16px;
}
.autoregister-success-container {
  min-height: calc(100vh - 140px); /* room for header/nav */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px 16px;
}
.autoregister-error-message {
  max-width: 1200px;
  margin: 0 auto;
  color: #e57373;
}
.autoregister-success-message {
  max-width: 1200px;
  margin: 0 auto;
  color: #4f8051;
}

.autoregister-error-icon {
  font-size: clamp(2.25rem, 7vw, 3rem);
  margin-bottom: 10px;
}
.autoregister-success-icon {
  font-size: clamp(2.25rem, 7vw, 3rem);
  margin-bottom: 10px;
}
.autoregister-error-text {
  font-size: clamp(1.5rem, 5.5vw, 2.1rem); /* bigger */
  line-height: 1.35;
  font-weight: 900;
}
.autoregister-success-text {
  font-size: clamp(1.5rem, 5.5vw, 2.1rem); /* bigger */
  line-height: 1.35;
  font-weight: 900;
}
.autoregister-error-details {
  color: #7a7a7a;
  font-size: clamp(1.1rem, 5.3vw, 1.7rem); /* bigger */
}
.autoregister-error-detail-item {
  font-size: clamp(1.1rem, 3.8vw, 1.25rem);
  line-height: 1.6;
  margin: 6px 0;
}
.autoregister-error-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(
    env(safe-area-inset-bottom, 0px) + 88px
  ); /* sit above footer logo */
  padding: 0 16px;
  z-index: 1031; /* above footer logo */
}
.autoregister-success-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(
    env(safe-area-inset-bottom, 0px) + 88px
  ); /* sit above footer logo */
  padding: 0 16px;
  z-index: 1031; /* above footer logo */
}
.autoregister-ok-btn {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .autoregister-error-actions {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 72px);
  }
  .autoregister-success-actions {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 72px);
  }
}

input.center-placeholder {
  text-align: center; /* centers text horizontally */
}

input.center-placeholder::placeholder {
  text-align: center; /* ensures placeholder itself is centered */
  line-height: normal; /* optional: adjust vertical alignment */
  padding-left: 0;
  padding-right: 0;
}

.button-container-mobile {
  width: 48%;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
}

.vehicle-tab-row .vehicle-tab-card {
  flex: 1 1 0;
  cursor: pointer;
  min-width: 120px;
  max-width: 200px;
}
.vehicle-tab-row .vehicle-tab-card .employee-info-icon {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 4px;
}
.vehicle-tab-row .vehicle-tab-card .employee-info-icon i {
  color: inherit;
}
@media (max-width: 992px) {
  .vehicle-tab-row {
    flex-wrap: wrap;
  }
  .vehicle-tab-row .vehicle-tab-card {
    flex: 1 0 45%;
    max-width: none;
    margin-bottom: 8px;
  }
}

