
.border-0[data-v-36d9d2f3] .v-input__slot {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.v-data-table[data-v-36d9d2f3] th {
  font-size: 0.85rem !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.item-dropdown-menu[data-v-36d9d2f3] .v-menu__content {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px !important;
}
.item-dropdown-menu[data-v-36d9d2f3] .v-list {
  padding: 4px 0 !important;
}
.item-dropdown-menu[data-v-36d9d2f3] .v-list-item {
  min-height: 40px !important;
}
.v-menu__content.theme--light.menuable__content__active[data-v-36d9d2f3] {
  min-width: 300px !important;
}
.theme--light.v-list-item--active .grey--text[data-v-36d9d2f3] {
  color: #fff !important;
}
.error-border[data-v-36d9d2f3] .v-input__slot {
  border: 1px solid #ff5252 !important;
}

/* Animation for the progress circular */
@-webkit-keyframes pulse-36d9d2f3 {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
100% {
    opacity: 1;
}
}
@keyframes pulse-36d9d2f3 {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
100% {
    opacity: 1;
}
}
.v-progress-circular[data-v-36d9d2f3] {
  -webkit-animation: pulse-36d9d2f3 1.5s infinite ease-in-out;
          animation: pulse-36d9d2f3 1.5s infinite ease-in-out;
}

/* Error table highlighting */
.error-table[data-v-36d9d2f3] {
  border: 1px solid #ff5252;
}

