.q-select-radio {
  margin: auto;
}

tbody tr {
  min-height: 64px;
  height: 64px;
}
tbody tr td:first-child {
  text-align: center;
}
#image {
  width: 25% !important;
  height: auto !important;
}

.title-green {
  color: #00a65a;
}

.title-orange {
  color: #f39c12;
}

.title-red {
  color: #dd4b39;
}

.row-green {
  background-color: #00a65a !important;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.row-red {
  background-color: #dd4b39 !important;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.disable {
  display: none;
}

input[type=checkbox] {
  color: white;
}

#checkboxes {
  width: 50%;
  margin: auto;
  content-align: center;
  margin: 16px 0;
}

#checkboxList {
  clear: both;
  width: 100%;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  /* 100% Image Width on Smaller Screens */
}
.modal .modal-content {
  margin: auto;
  display: block;
  width: 75%;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.modal .out {
  -webkit-animation-name: zoom-out;
          animation-name: zoom-out;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
@media only screen and (max-width: 700px) {
  .modal .modal-content {
    width: 100%;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}
@keyframes zoom {
  from {
    transform: scale(0.4);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes zoom-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes zoom-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}

td img {
  max-width: 412px;
  max-height: 122px;
}/*# sourceMappingURL=style.css.map */