.dealer-dispatch-app-menu > a.q-item > div.q-item__section {
  min-width: 24px;
}
.blue-border {
  border-color: var(--q-color-primary) !important;
}
.q-table tr.own-task td:first-child:after {
  content: ' ';
  border-color: var(--q-color-primary) !important;
  border-left-width: 6px;
  border-left-style: solid;
  width: 6px;
  position: absolute;
  left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/*# sourceMappingURL=src/css/app.css.map */

.relative[data-v-ea5f3a36] {
  position: relative;
  display: inline-block;
}
.unread-count[data-v-ea5f3a36] {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #e53935;
  color: white;
  font-size: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}


.q-expansion-item.q-item-type.q-expansion-item--expanded[data-v-e6fc4866], .q-expansion-item.q-item-type.q-expansion-item--collapsed[data-v-e6fc4866]{
  z-index: 10;
  background-color: #f5f5f5;
  position: relative;
}
.q-toolbar img[data-v-e6fc4866], .q-toolbar .q-img[data-v-e6fc4866]{
    flex-shrink: 0;
}
.tenant-selector[data-v-e6fc4866] {
  background: transparent;
  color: white;
  border: 1px solid white;
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 4px;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.293 7.293a1 1 0 0 1 1.414 0L10 10.586l3.293-3.293a1 1 0 1 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
  background-position: right .5rem center;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  padding: .5rem 2rem .5rem .5rem;
  background-size: 24px;
}
.tenant-selector[data-v-e6fc4866]:focus {
  outline: none;
}
.tenant-selector option[data-v-e6fc4866] {
  color: #333;
}
.q-avatar.rounded-borders[data-v-e6fc4866]{
  border-radius: 50%;
}
.object-cover[data-v-e6fc4866]{
  object-fit: cover;
}
.download-app[data-v-e6fc4866] { /* .bg-neutral-100 */
  z-index: 11; /* to be above settings folding */
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) /* #f5f5f5 */;
}
.chat-icon-container[data-v-e6fc4866] {
  display: flex;
  align-items: center;
  cursor: pointer;
}


.logo-landing[data-v-b528a1e6]{width: auto; height: 200px;}
@media all and (max-width: 700px) {
.logo-landing[data-v-b528a1e6]{width: 90%; height: auto;}
}


.setting-card[data-v-169348c2] .flex {
  display: flex;
}
.setting-card[data-v-169348c2] .justify-between {
  justify-content: space-between;
}
.setting-card[data-v-169348c2] .items-center {
  align-items: center;
}


.card-subtitle[data-v-108ab9ae] {
  font-weight: 400;
}


.task-row[data-v-24b85cca] {
  transition: background-color 1s;
}
.task-row-status-in_progress[data-v-24b85cca] {
  background-color: rgba(0,255,0,0.07);
}


.fixed-clearable-space .q-field__control-container + .q-field__append:not(.q-anchor--skip) {
  padding-left: 2.39rem;
}
.scroll-container {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}


.bump-right {
  display: inline-block;
  height: 100%;
  width: 10px;
}
.bump-right-pad {
  padding-left: 32px;
}


.task-row[data-v-2b78e1e0] {
  transition: background-color 1s;
  cursor: pointer;
}
.task-row-status-in_progress[data-v-2b78e1e0] {
  background-color: rgba(0,255,0,0.07);
}


.app-logo[data-v-f763b7de] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  margin-top: -140px;
  height: 140px;
  max-width: 100%;
}
.login-form[data-v-f763b7de] {
  width: 100%;
  max-width: 600px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50vh;
  transform: translateY(calc(-50%));
  text-align: center
}
.login-form-mobile .app-logo[data-v-f763b7de] {
  margin-top: -40px;
  height: 100px;
}
.anim-container[data-v-f763b7de] {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 9000000;
}
.login-wrapper[data-v-f763b7de] {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);
}
.tenant-info .tenant-code[data-v-f763b7de]{
    text-transform: uppercase;
    margin-right: 0.3rem;
}
.tenant-info[data-v-f763b7de]{
    color: rgb(88 89 91);
    text-align: center;
    margin: .5rem 0 1rem;
}

/* .login_transition-enter-active {

}
.login_transition-enter {

} */
/* .login_transition-leave-active {
  transition: top 0.2s linear 0.75s, left 0.25s, opacity 0.1s linear 0.75s, width 0.25s, height 0.25s;
  z-index: 900000000;
} */
/* .login_transition-leave-to {
  top: -100vh;
  left: 25vw;
  height: 50vh;
  width: 50vw;
  opacity: .25; */
  /* transform: rotate(30deg); */
  /* opacity: 0.1; */
/* } */
.login_transition-leave-active[data-v-f763b7de] {
  animation: lift-out-f763b7de .25s;
  z-index: 9000000;
}
@keyframes lift-out-f763b7de {
0% {
    transform: scale3d(1, 1, 1);
    /* top: 0vh;
    left: 0vw; */
    /* height: 100vh;
    width: 100vw; */
    opacity: 1.0;
}
90% {
    opacity: 1.0;
}
100% {
    transform: translate3d(0, -100vh, 0);
    /* top: -100vh;
    left: 100vw;
    transform: rotate(90deg); */
    /* height: 60vh;
    width: 50vw; */
    opacity: 0.8;
}
}
.error-wiggle[data-v-f763b7de] {
  animation: error-wiggle-f763b7de .5s;
}
@keyframes error-wiggle-f763b7de {
0% {
    transform: translate3d(0, -50%, 0);
}
20% {
    transform: translate3d(50px, -50%, 0);
}
40% {
    transform: translate3d(-50px, -50%, 0);
}
60% {
    transform: translate3d(50px, -50%, 0);
}
80% {
    transform: translate3d(-50px, -50%, 0);
}
100% {
    transform: translate3d(0, -50%, 0);
}
}
@media all and (max-width: 500px) {
.login-form .app-logo[data-v-f763b7de]{
    height: auto;
    max-width: 90%;
}
}
.sso-button[data-v-f763b7de]{
  max-width: 280px;
  width: 100%;
  padding: .25rem;
}



.button-img[data-v-7cc22410]{
  max-width: 350px;
}
.logo-icon-img[data-v-7cc22410]{
  max-width: 100px;
}
@media all and (max-width: 560px) {
.button-img[data-v-7cc22410]{
    max-width: 90%;
}
}


.q-card[data-v-dfca287e]{
    border-radius: .75rem !important
}


/*# sourceMappingURL=app.12759924.css.map*/