h1, h2, h3, h4, h5, h6, span, p, li {
  color: #383838;
}

.v-main {
  min-height: 100vh;
}
.v-main > .v-main__wrap {
  display: flex;
  padding-right: 130px;
}

.dashboard-card .dashboard-menu-icon {
  font-size: 72px !important;
}

.img-cont {
  position: relative;
}
.img-cont img {
  max-width: 100%;
}

.v-navigation-drawer.v-navigation-drawer--mini-variant {
  width: 70px !important;
}
.v-navigation-drawer .v-navigation-drawer__content {
  position: relative;
}
.v-navigation-drawer .v-navigation-drawer__content .chevron-drawer {
  position: fixed;
  bottom: 120px;
  right: 10px;
}
.v-navigation-drawer.v-navigation-drawer--mini-variant .v-list-item__icon, .v-navigation-drawer.v-navigation-drawer--mini-variant .v-list-item__icon {
  margin: auto;
}
.v-navigation-drawer:not(.v-navigation-drawer--mini-variant) .v-list-item {
  padding: 0;
}
.v-navigation-drawer:not(.v-navigation-drawer--mini-variant) .v-list-item__icon, .v-navigation-drawer:not(.v-navigation-drawer--mini-variant) .v-list-item__icon {
  margin: 12px 20px 12px 0;
  padding-left: 38px;
}
.v-navigation-drawer:not(.v-navigation-drawer--mini-variant) .v-navigation-drawer__append .v-list-item__icon {
  padding-left: 10px;
}

.v-form .forgot-password {
  text-align: right;
}
.v-form .forgot-password a {
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
}

.v-dialog label {
  font-size: 14px;
  font-weight: 600;
  color: #383838;
}
.v-dialog textarea {
  line-height: 1.5rem !important;
}
.v-dialog .v-picker--date {
  width: 50%;
}
.v-dialog .v-picker--date .v-picker__title__btn {
  text-align: center;
  justify-content: center;
}

.v-main.login-remember {
  background: url("/images/qf-connector-background.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.v-main.login-remember .container--fluid {
  justify-content: center;
  align-items: center;
}
.v-main.login-remember .v-form {
  position: absolute;
  background: white;
  max-width: 430px;
  width: 100%;
  z-index: 10;
}

.v-data-table .v-toolbar__content {
  padding: 0 !important;
}

.v-data-table {
  margin-bottom: 30px;
}
.v-data-table table {
  padding: 35px 28px;
}
.v-data-table table .v-data-table-header th > span {
  font-size: 20px;
  line-height: 24px;
}
.v-data-table table .v-data-table-header th .v-icon {
  float: right;
}
.v-data-table table tr th:not(:last-child), .v-data-table table tr td:not(:last-child) {
  border-right: thin solid rgba(0, 0, 0, 0.12);
}
.v-data-table table tr th:first-child, .v-data-table table tr td:first-child {
  padding: 0 !important;
}
.v-data-table table tr td {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  padding: 10px 15px !important;
}
.v-data-table table tr .v-icon {
  font-size: 18px !important;
}
.v-data-table table tr.v-data-table__expanded__row td {
  border-bottom: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}
.v-data-table table tr.v-data-table__expanded__content {
  box-shadow: none !important;
}
.v-data-table table .v-data-table__expanded .expanded-details .row div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.v-data-table table .v-data-table__expanded .expanded-details .row div:not(:last-child) {
  position: relative;
}
.v-data-table table .v-data-table__expanded span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.v-expansion-panel-content {
  padding: 10px 25px 30px;
}
.v-expansion-panel-content ul {
  padding-left: 0;
}
.v-expansion-panel-content ul li {
  list-style: none;
}
.v-expansion-panel-content > div {
  padding: 0;
}
.v-expansion-panel-content table {
  padding: 0;
}

.qf-validation-errors li {
  color: #B71C1C;
}

.dropzone .dz-preview .dz-image,
.dropzone .dz-preview .dz-details {
  z-index: unset;
}

table.no-style {
  border-spacing: 0;
  border-collapse: collapse;
}

.theme--light.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td:not(.v-data-table__mobile-row),
.theme--light.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th:not(.v-data-table__mobile-row) {
  border-top: thin solid rgba(0, 0, 0, 0.5);
}

.pac-target-input {
  width: 100%;
  background-color: #f5f5f5;
  padding: 0.5em 1em;
}
