.engineer-status-animation {
    margin: 0 !important;
}

/* Gantt Chart */

#gantt,
#gantt > svg > g > text.taskText,
#gantt > svg > g > text.taskTextOutsideLeft,
#gantt > svg > g > text.taskTextOutsideRight,
#gantt > svg > g > text.sectionTitle,
#gantt > svg > g.grid > g.tick,
#gantt > svg > g.grid > g.tick > text {
    font-family: Montserrat, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

#gantt rect.task {
    stroke-width: 1px;
}

#gantt rect.task.done0 {
    fill: #e8e8e8;
    stroke: #aaaaaa;
}

#gantt rect.task.active0 {
    fill: #266faf;
    stroke: #1f3e68;
}

#gantt > svg > g > text.taskText.activeText0 {
    fill: #ffffff !important;
}

.strong {
    font-weight: 700;
}

.accent,
.primary {
    background-color: #1f233d;
}

.v-card:not(.v-sheet--tile):not(.v-card--shaped).card {
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    box-shadow: none;
}

.v-time-picker-title {
    font-weight: 200;
}

.card-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-body.asset {
    border-radius: 0 0 10px 10px;
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.field.custom {
    margin-top: 0px;
}
  
.field.chip.custom {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
}

.field-value {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    text-decoration: none;
}

.field-value.text-white {
    color: white;
}

.skeleton-box {
    overflow: hidden;
    background-color: #dddbdd;
    border-radius: 2px;
}

div.row, button.row {
    margin-left: 0px;
    margin-right: 0px;
}

div.row.no-border,
div.container.no-border {
  border-style: none !important;
}

.v-stepper__wrapper {
  height: 100%;
}

.v-data-table__expanded.v-data-table__expanded__content {
  box-shadow: none !important;
}

@media screen and (max-width: 767px) {
  .hero-block.show-all {
    border-radius: 20px;
  }

  .hero-block.show-all > .hero-illustration {
    display: block;
  }
}