.order-card[data-v-0c38e506] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 10px;
  font-size: 18px;
  min-height: 110px;
}
@media (max-width: 1440px) {
.order-card[data-v-0c38e506] {
    grid-template-columns: repeat(4, 1fr);
}
}
.order-card__timer[data-v-0c38e506] {
  grid-area: 2/1/4/2;
  align-items: flex-end;
}
.order-card__time-wrapper[data-v-0c38e506] {
  grid-area: 1/1/2/2;
}
@media (max-width: 1440px) {
.order-card__time-wrapper[data-v-0c38e506] {
    grid-area: 2/1/3/3;
}
}
.order-card__icons[data-v-0c38e506] {
  grid-area: 2/2/3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px;
}
.order-card__deliver[data-v-0c38e506] {
  grid-area: 3/4/4/5;
}
.order-card__car[data-v-0c38e506] {
  grid-area: 1/2/2/4;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
.order-card__car[data-v-0c38e506] {
    grid-area: 1/1/2/5;
}
}
.order-card__discount[data-v-0c38e506] {
  grid-area: 1/4/2/5;
  text-align: right;
}
@media (max-width: 1440px) {
.order-card__discount[data-v-0c38e506] {
    grid-area: 2/3/3/5;
}
}
.order-card__name[data-v-0c38e506] {
  overflow: hidden;
  text-align: center;
  grid-area: 3/2/4/4;
  align-self: flex-end;
}
@media (max-width: 1440px) {
.order-card__name[data-v-0c38e506] {
    grid-area: 3/1/4/5;
}
}

/*.div1 { grid-area: 1 / 1 / 2 / 2; }*/
/*.div2 { grid-area: 1 / 4 / 2 / 5; }*/
/*.div3 { grid-area: 2 / 4 / 3 / 5; }*/
/*.div4 { grid-area: 2 / 1 / 3 / 2; }*/
/*.div5 { grid-area: 1 / 2 / 2 / 4; }*/
/*.div6 { grid-area: 2 / 2 / 3 / 4; }*/
.v-tooltip {
  display: none;
}
.v-tooltip--attached {
  display: inline;
}
.v-tooltip__content {
  background: rgba(97, 97, 97, 0.9);
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  padding: 5px 16px;
  position: absolute;
  text-transform: initial;
  width: auto;
  opacity: 1;
  pointer-events: none;
}
.v-tooltip__content--fixed {
  position: fixed;
}
.v-tooltip__content[class*=-active] {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.v-tooltip__content[class*=enter-active] {
  transition-duration: 150ms;
}
.v-tooltip__content[class*=leave-active] {
  transition-duration: 75ms;
}

.flex[data-v-2d3ac54a] {
  display: flex;
}
.space-x-4 > * + *[data-v-2d3ac54a] {
  margin-left: 1rem;
}
.space-x-2 > * + *[data-v-2d3ac54a] {
  margin-left: 0.5rem;
}
.items-center[data-v-2d3ac54a] {
  align-items: center;
}
.flex-grow[data-v-2d3ac54a] {
  flex-grow: 1;
}
.text-sm[data-v-2d3ac54a] {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-medium[data-v-2d3ac54a] {
  font-weight: 500;
}
.text-gray-700[data-v-2d3ac54a] {
  color: #374151;
}
.whitespace-nowrap[data-v-2d3ac54a] {
  white-space: nowrap;
}
.bg-white[data-v-2d3ac54a] {
  background-color: #ffffff;
}
.block[data-v-2d3ac54a] {
  display: block;
}
.w-full[data-v-2d3ac54a] {
  width: 100%;
}
.rounded-md[data-v-2d3ac54a] {
  border-radius: 0.375rem;
}
.border-gray-300[data-v-2d3ac54a] {
  border-color: #d1d5db;
}
.shadow-sm[data-v-2d3ac54a] {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.focus\:border-blue-500[data-v-2d3ac54a]:focus {
  border-color: #3b82f6;
}
.focus\:ring-blue-500[data-v-2d3ac54a]:focus {
  --tw-ring-color: #3b82f6;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.px-6[data-v-2d3ac54a] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2[data-v-2d3ac54a] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.transition-colors[data-v-2d3ac54a] {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.bg-blue-600[data-v-2d3ac54a] {
  background-color: #2563eb;
}
.text-white[data-v-2d3ac54a] {
  color: #ffffff;
}
.hover\:bg-blue-700[data-v-2d3ac54a]:hover {
  background-color: #1d4ed8;
}
.bg-gray-300[data-v-2d3ac54a] {
  background-color: #d1d5db;
}
.text-gray-500[data-v-2d3ac54a] {
  color: #6b7280;
}
.cursor-not-allowed[data-v-2d3ac54a] {
  cursor: not-allowed;
}

















































































































































































































































































































































































































































































































































































































/* styles for all orderSlots */
.hh-text {
  font-size: 24px;
}
.mm-text {
  font-size: 24px;
}
.ss-text {
  font-size: 20px;
  padding-left: 3px;
}
/* styles for all orderSlots */
.inwork-card {
  /*max-width: 300px;*/
  min-width: 250px;
}
.mark-logo {
  max-width: 30px;
  max-height: 30px;
}
.card-pointer {
  cursor: pointer;
}
.divider-text {
  font-size: large;
}
.bottom-border {
  border-bottom: 1px solid darkgray;
}
.row .middle-container {
  height: 45px;
}
.card-block .gray-title {
  background: #d0cfcf;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0 -15px;
  padding: 0 !important;
}
.card-block .gray-title h3 {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}
.card-block .done-title h3 {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}
.card-block .done-title {
  background: #ecf1ae;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0 -15px;
  padding: 0 !important;
}
.card-block .block-body {
  position: relative;
  overflow-x: visible;
  overflow-y: auto;
  max-height: 570px;
  height: 100%;
  z-index: 1;
  margin: 0 -15px;
  padding: 0 15px;
}
.box-shaddow {
  box-shadow: 1px 1px 4px #988787;
}
.deliver-status {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.price-container {
  /* height: 100%; */
  display: flex;
  justify-content: space-between !important;
  align-items: flex-end;
  flex-direction: column;
  align-content: space-around;
  position: absolute;
  right: 4px;
  top: 4px;
}
.card-block {
  font-family: "Istok Web", sans-serif;
  font-size: 14px;
  min-height: 250px;
  max-height: 640px;
  overflow-y: hidden;
  overflow-x: visible;
  color: #000000;
}
.car-record-text {
  font-weight: normal !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 170px;
  height: 20px;
}
.block-body::-webkit-scrollbar {
  width: 5px;
}
.block-body::-webkit-scrollbar-thumb {
  background: #919191;
}
.block-body::-webkit-scrollbar-track {
  background: #d3d3d3;
}

.theme--light.v-overlay {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-overlay {
  color: #FFFFFF;
}

.v-overlay {
  align-items: center;
  border-radius: inherit;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), z-index 1ms;
}

.v-overlay__content {
  position: relative;
}

.v-overlay__scrim {
  border-radius: inherit;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: inherit;
  width: 100%;
  will-change: opacity;
}

.v-overlay--absolute {
  position: absolute;
}

.v-overlay--active {
  pointer-events: auto;
}
