.quote-report {
  width: 630px;
  margin: auto;
}
.quote-report table {
  width: 100%;
}
.quote-report .items {
  margin-top: 10px;
}
.quote-report .items table thead th {
  text-align: left;
}
#setting-panel {
  background-color: #eee;
  padding: 10px;
}
#setting-panel table {
  margin: auto;
  text-align: left;
  width: 100%;
  max-width: 235px;
}
body {
  margin: 0px;
  overflow: hidden;
  height: auto;
  background: url(https://images.unsplash.com/photo-1481277542470-605612bd2d61?q=80&w=2606&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cover !important;
}
body * {
  font-family: "Roboto", sans-serif;
}
button {
  background: #636363;
  color: #fff;
  padding: 5px;
  border: none;
  cursor: pointer;
}
#guide {
  position: fixed;
  padding: 10px;
  opacity: 0.8;
  bottom: 10px;
  left: 10px;
  width: 325px;
  border-radius: 10px;
  background: #333;
  color: #fff;
}
#guide .edit-setting {
  position: absolute;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
}
#workspace {
  width: 200vw;
  height: calc(100vh + 224px + (2 * 10px));
  transition: background 1s;
}
#keyboard-key {
  display: none;
  position: fixed;
  top: 45%;
  left: 0%;
  width: 100vw;
  text-align: center;
  font-size: 85px;
  text-transform: uppercase;
  color: #000000;
  z-index: 1000;
}
#notification {
  position: fixed;
  bottom: 210px;
  left: 10px;
  padding: 5px 10px;
  background: #333;
  width: auto;
  min-width: 150px;
  color: #fff;
  border-radius: 7px;
  z-index: 1000;
  transition: display 0.5s;
}
#date-picker {
  position: absolute;
  z-index: 1000;
  left: 180px;
  top: 244px;
}
.previewing .card {
  transition: top 0.25s ease-in-out, left 0.25s ease-in-out;
}
.previewing .card.notified {
  animation: none;
}
.card {
  width: 160px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  perspective: 1000px;
}
.card .card-wrapper {
  padding-top: 140%;
  position: relative;
  background: #333;
  transition: transform 0.5s;
  transform-style: preserve-3d;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.44);
}
.card .card-wrapper .card-header,
.card .card-wrapper .card-footer {
  padding: 11px;
  font-size: 14px;
  background: transparent;
}
.card .card-wrapper .card-header .column,
.card .card-wrapper .card-footer .column {
  width: 50%;
}
.card .card-wrapper .card-header {
  cursor: default;
  display: flex;
}
.card .card-wrapper .card-header .card-header-item img {
  height: 32px;
  position: absolute;
  top: 3px;
  left: 5px;
}
.card .card-wrapper .card-header .card-header-item:nth-child(odd) {
  text-align: right;
  width: 30%;
}
.card .card-wrapper .card-header .card-header-item:nth-child(even) {
  text-align: right;
  width: 70%;
}
.card .card-wrapper .card-footer {
  padding: 4px;
  font-size: 14px;
}
.card .card-wrapper .card-body {
  height: 160px;
  width: 160px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.card .card-wrapper .card-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card .card-wrapper .card-content.back {
  transform: rotateY(180deg);
  cursor: pointer;
}
.card .card-wrapper .card-content.back .card-footer {
  text-align: right;
}
.card .card-wrapper .card-content.back .card-header {
  text-align: center;
}
.card .card-wrapper .card-content .cz-background {
  background: url(https://app.crashzone.com.au/da/jpg/CZ/20240401/unnamed1284764793-removebg-preview1372238733.png);
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.card.is-flipped .card-wrapper {
  transform: rotateY(180deg);
}
.card.notified {
  animation: shakeX 1.5s infinite;
}
.card.active {
  transition: top 0.35s;
}
.card.job .card-wrapper {
  background: #fff;
  color: #333;
}
.card.job .rego {
  position: absolute;
  left: 0%;
  bottom: 25px;
  color: #333;
  width: 100%;
  font-size: 20px;
  text-align: center;
  background: #fff;
  opacity: 0.9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card.job .front .card-footer {
  display: flex;
  padding: 0px;
}
.card.trash .card-wrapper {
  background: #898989;
}
.card.date .card-wrapper {
  background: #bdbdbd;
}
.card.desk {
  cursor: pointer;
}
.card.desk .card-wrapper {
  background: #4f4f4f;
  color: #fff;
}
.card.desk .card-content.back {
  text-align: center;
}
.card.desk.active-desk .card-wrapper {
  background: #4a5a4a;
}
.card.photo .card-wrapper {
  background: #e5e580;
}
.card.photo .card-header {
  position: relative;
}
.card.photo .card-header .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}
.card.photo .card-header .progress {
  position: absolute;
  z-index: 0;
  background: #838383;
  width: 0%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.8;
}
.card.quote .card-wrapper {
  background: #ea9642;
}
.card.people .card-wrapper {
  background: #cbffdb;
  color: #333;
}
.card.people .name {
  position: absolute;
  left: 0%;
  bottom: 25px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  background: #fff;
  opacity: 0.9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card.timer .card-wrapper {
  background: #ef9a9a;
  color: #333;
}
.card.timer .time {
  font-size: 40px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
.card.auth .card-wrapper {
  background: #fff !important;
  width: 100%;
  height: 100%;
}
.card.auth .card-wrapper input {
  max-width: 80%;
  margin-bottom: 10px;
}
.card.action .card-wrapper {
  background-color: #c8d6ff;
  color: #333;
}
.card.is-flipped:not([data-index="0"]) {
  opacity: 0 !important;
  z-index: -1 !important;
}
.card.is-flipped[data-index="0"] {
  box-shadow: -22px 21px 23px 2px rgba(0, 0, 0, 0.61) !important;
  -webkit-box-shadow: -22px 21px 23px 2px rgba(0, 0, 0, 0.61) !important;
  -moz-box-shadow: -22px 21px 23px 2px rgba(0, 0, 0, 0.61) !important;
}
#detail {
  position: fixed;
  width: 520px;
  height: 112px;
  right: 0px;
  bottom: calc(50px - 350px);
  z-index: 0;
  top: unset;
  left: unset;
  background-color: #333;
  transition: bottom 0.25s ease-in;
}
#detail .header {
  color: #fff;
  min-height: 50px;
  background-color: #222;
  box-shadow: 1px 10px 23px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 10px 23px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 10px 23px 0px rgba(0, 0, 0, 0.75);
}
#detail #content {
  overflow-y: auto;
  height: 100%;
  color: #fff;
  position: relative;
}
#detail #content .card-preview {
  width: 350px;
  margin: auto;
  display: flex;
}
#detail #content .card-preview .card-face {
  width: 50%;
  padding: 10px;
}
#detail #content .card-preview .card {
  position: inherit;
  height: 224px;
}
#setting table {
  width: 100%;
  margin-bottom: 20px;
}
.job-detail .title {
  margin: 5px 0px;
}
.job-detail .section {
  background: #fff;
  color: #000;
  padding: 5px;
  margin-bottom: 10px;
}
table.job-list {
  background: #fff;
  color: #000;
  border-collapse: collapse;
  width: 100%;
}
table.job-list thead th {
  text-align: left;
  padding: 10px 5px;
}
table.job-list tbody td {
  padding: 10px 5px;
}
table.job-list tbody tr:nth-child(even) {
  background: #c9c9c9;
}
.progress-bar {
  position: absolute;
  height: 18px;
  width: 160px;
  background: #333;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.44);
}
.progress-bar .progress {
  position: absolute;
  transition: width 800ms;
  height: 100%;
  background: #fff;
  top: 0px;
  left: 0px;
}
#setting-modal {
  position: absolute;
  height: calc(100vh - 434px);
  width: 700px;
  background: #fff;
  top: 244px;
  left: calc(50vw - 350px);
  color: #333;
  z-index: 1000;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.44);
}
.modal {
  width: 100vw;
  height: 100vh;
  opacity: 0.95;
  background-color: #333;
  z-index: 1000;
  position: fixed;
  top: 0px;
  display: none;
  padding-top: 40px;
}
.modal .modal-content {
  max-width: 800px;
  margin: auto;
  overflow-y: auto;
  max-height: 95%;
  overflow-x: hidden;
}
.modal .close {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 60px;
  color: #fff;
  cursor: pointer;
}
.modal.show {
  display: block;
  animation: fadeIn 0.2s ease-in;
}
.slidecontainer {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #272727;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}
#rewind {
  display: none;
  position: absolute;
  z-index: 1001;
  background: transparent;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
}
/*Helpers*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.95;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.95;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes shakeX {
  0%,
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.text-end {
  text-align: right;
}
.text-center {
  text-align: center;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.hide {
  display: none;
}
.flashing {
  animation: flashing 1.25s linear infinite;
}
.pointer {
  cursor: pointer;
}
.float-right {
  float: right;
}
@keyframes flashing {
  50% {
    opacity: 0.6;
  }
}
