:root {
  --primary: #2949b3;
  --primary-op33: #2949b333;
  --primary-op60: #2949b360;
  --success: #27ae60;
  --success-op30: #27ae6030;
  --error: #eb5757;
  --error-op30: #eb575730;
  --warning: #e2b93b;
  --warning-op30: #e2b93b30;
  --info: #2f80ed;
  --info-op30: #2f80ed30;
  --blue: #2949b3;
  --blue-op33: #2949b333;
  --white: #ffffff;
  --text-black: #333333;
  --text-grey: #757575;
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

html {
  overflow-y: auto !important;
}

body {
  color: #4b5068 !important;
}

main {
  min-height: 100vh;
  background: var(--white);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/* Scroll bar design - Start */
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  cursor: pointer;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgb(225 226 228 / 52%) !important;
  -webkit-box-shadow: inset 0 0 6px rgb(225 226 228 / 52%) !important;
  border-radius: 40px !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background: rgb(210 210 210 / 88%) !important;
  box-shadow: inset 0 0 6px rgb(210 210 210 / 88%) !important;
  -webkit-box-shadow: inset 0 0 6px rgb(210 210 210 / 88%) !important;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(226, 230, 234, 0.52) !important;
}

#detailed-table .v-data-table__wrapper::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}

#detailed-table .v-data-table__wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

#detailed-table .v-data-table__wrapper::-webkit-scrollbar-thumb {
  background: #2949b3 !important;
  box-shadow: none !important;
}

#consumption-table .v-data-table__wrapper::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}

#consumption-table .v-data-table__wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

#consumption-table .v-data-table__wrapper::-webkit-scrollbar-thumb {
  background: #2949b3 !important;
  box-shadow: none !important;
  height: 50% !important;
}
/* Scroll bar design - End */
.hierarchy-overall-card {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 30% !important;
}
.sitelist-overall-card {
  width: 100%;
}
.hierarchy-sitelist-overall-card {
  width: 70% !important;
}
/* Form input - Start */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Form input - End */

/* Selector - Start */
.nav-item-link {
  color: var(--primary);
}
.nav-item-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* Selector - End */

/* Button styles - Start */
button:focus {
  outline: none !important;
}

.btn {
  outline: 0;
  white-space: nowrap;
  text-align: center;
  height: 32px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: medium;
  border-radius: 4px;
  user-select: none;
  border: 0;
  cursor: pointer;
}

.btn span:hover {
  text-decoration: none !important;
}

.deleteBtnTable {
  border-radius: 50px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #757575 !important;
  letter-spacing: normal !important;
  padding: 0px 6px !important;
  height: 28px !important;
  box-shadow: none !important;
  background: transparent;
  border-color: #818284;
}
.deleteBtnTable:hover {
  color: #f44336 !important;
}

.archiveBtnTable {
  border-radius: 50px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #757575 !important;
  letter-spacing: normal !important;
  padding: 0px 6px !important;
  height: 28px !important;
  box-shadow: none !important;
  background: transparent;
  border-color: #818284;
}
.archiveBtnTable:hover {
  color: #50af50 !important;
}

.editBtnTable i,
.deleteBtnTable i,
.archiveBtnTable i {
  font-size: 16px;
}

.editBtnTable {
  border-radius: 50px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #757575 !important;
  letter-spacing: normal !important;
  padding: 0px 6px !important;
  height: 28px !important;
  box-shadow: none !important;
  background: transparent !important;
  border-color: #818284;
}
.editBtnTable:hover {
  color: #ff9800 !important;
}

/* Disabled btn */
.theme--light.v-btn.v-btn--disabled,
.theme--light.v-btn.v-btn--disabled:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
  color: var(--primary) !important;
  pointer-events: auto !important;
  cursor: not-allowed !important;
  opacity: 0.3 !important;
}

.consumptionCalendar button {
  font-size: 18px !important;
}

.blue-btn {
  color: #1e40af !important;
  background: #d8e5f3 !important;
  /* border: 1px solid #1e40af; */
  height: 32px !important;
  box-shadow: none !important;
  border-radius: 50px;
}
/* Button styles - End */

/* Typography(Heading, Width, Height, Font size, Cursor, Margin, Padding) -  Start */

h2 {
  color: #444 !important;
  font-weight: 700 !important;
  font-size: 20px;
}

h4 {
  color: #2949b3 !important;
  font-weight: 800 !important;
  font-size: 22px;
}

.w-50 {
  width: 50% !important;
}
.mw-50 {
  max-width: 50% !important;
}
.w-70 {
  width: 70% !important;
}

.w-100 {
  width: 100% !important;
}
.w-150px {
  width: 150px !important;
}
.w-100px {
  width: 100px !important;
}
.w-140px {
  width: 140px !important;
}
.fs-10px {
  font-size: 10px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px !important;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-17px {
  font-size: 17px !important;
}

.fs-18px {
  font-size: 18px !important;
}

.fs-20px {
  font-size: 20px !important;
}

.fs-21px {
  font-size: 21px !important;
}

.fs-22px {
  font-size: 22px !important;
}

.fs-24px {
  font-size: 24px !important;
}
.p-0 {
  padding: 0 !important;
}
.white-bg {
  background-color: #fff;
}

.blue-text {
  color: var(--blue) !important;
}

.grey-text {
  color: #4b5068 !important;
}

.dark-grey-text {
  color: #333333 !important;
}

.red-text {
  color: #f44336 !important;
  font-weight: 400;
}

.error-bg {
  background-color: #eb575710 !important;
}

.text-muted {
  color: #959595 !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.cursor-pointer {
  cursor: pointer !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}

.sortFieldVariation {
  color: #3c5fd3 !important;
}

.hidden {
  visibility: hidden !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}
.m-0-5px {
  margin: 0 5px !important;
}
.m-0-1rem {
  margin: 0 1rem !important;
}
.p-4-4-12-4 {
  padding: 4px 4px 12px 4px !important;
}
/* Typography -  End */

/* keyframes (Animation) - Start */
@keyframes zoom-in {
  0% {
    opacity: 0.4;
    transform: scale(0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  100% {
    transform: scale(1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@keyframes blink {
  0% {
    width: 8px;
    height: 8px;
    opacity: 0;
  }

  100% {
    width: 8px;
    height: 8px;
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* keyframes (Animation) - End */

/* Rarely used class  - Start */
.circuitRow {
  height: 73px !important;
}

.overlayModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.overlayModalCard {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99 !important;
  padding-bottom: 16px;
  animation-name: zoom-in;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

.flex-controls {
  display: flex;
  flex-wrap: wrap !important;
}

.searchBtn {
  position: absolute;
  right: 9px;
}

.searchBox {
  position: relative;
  padding: 3px 10px;
  border-radius: 50px;
  background-color: white;
  border: 1px solid #e3e3e3;
  min-width: 225px;
}

.searchBox input {
  border: 0;
  background: transparent;
  outline: none;
  font-size: 14px;
  min-width: 150px;
}

.searchBox:hover {
  border-color: var(--primary) !important;
}

.searchBox.active .search-reset-btn {
  display: block;
}

.authInput {
  background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.3)
  );
  border: none;
  width: 100%;
  padding: 0.4rem 1rem 0.5rem 1rem;
  font-size: 14px !important;
  padding-left: 45px;
  border-radius: 6px !important;
  height: 38px !important;
  border: 1px solid #a2a3b7;
}

.authInput input:-webkit-autofill,
.authInput input:-webkit-autofill:hover,
.authInput input:-webkit-autofill:focus,
.authInput input:-webkit-autofill:active {
  transition: initial !important;
  max-height: 38px;
}

.tableHeading {
  color: #2e363e !important;
  font-weight: 500;
  font-size: 14px !important;
}

.pdfCalendar button {
  font-size: 18px !important;
}
.rotateAnimate {
  animation: spin 1s linear infinite;
}

.disableStyle {
  opacity: 0.6;
  cursor: not-allowed !important;
}

.disableStyle .v-input--radio-group__input {
  cursor: not-allowed !important;
}

.floorPlanPage {
  height: calc(100vh - 105px);
  overflow-y: auto;
  position: absolute;
  top: 0;
}
.floorPlanPage .tableCardHeader {
  position: sticky;
  top: 0;
  z-index: 2 !important;
  background: #fff;
  border-radius: 4px;
}
.floorPlanPage .v-expansion-panel-header .text-caption {
  font-size: 14px !important;
  letter-spacing: 0 !important;
  font-family: "Readex Pro", sans-serif !important;
}
.floorPlanPage .v-expansion-panels .v-expansion-panel {
  background-color: #fafafa !important;
  border: 1px solid #dfe0e6;
  margin-bottom: 1rem;
  border-radius: 4px;
}
.floorPlanPage .v-expansion-panel::before {
  box-shadow: none;
}
/* Rarely used class  - Start */

/* Mostly used class  - Start */
.container-wrap {
  padding: 1.5rem 2rem;
  position: relative;
  overflow-y: visible;
  margin-left: 80px;
  background: #fafafa;
  height: 100vh;
}
.userName {
  display: inline-block;
  margin-right: 5px;
  text-transform: capitalize;
  color: #4b5068;
}

.delete-alert {
  color: #4b5068;
  font-size: 16px;
}

.tableFooter {
  height: 70px !important;
}

.userHeading {
  font-size: 17px;
  font-weight: normal !important;
  color: #2e363e !important;
  display: inline-block;
  margin-right: 5px;
}

.userListText {
  color: #333333;
}

.userHeading i {
  font-size: 18px !important;
}

.consumptionCircuitTable tr:hover .ctcount {
  background: #ebf2f6 !important;
}

.tableCard {
  border-radius: 0.25rem !important;
}

.customer-action {
  min-width: 150px;
}

.search-reset-btn {
  border: 0;
  display: none;
  outline: none !important;
  position: absolute;
  background: #7e94ab3b !important;
  z-index: 2 !important;
  top: 4px;
  right: 28px;
  width: 22px;
  height: 22px;
  font-size: 15px;
  border-radius: 50%;
}

.records {
  font-size: 14px !important;
}
.status-indicator {
  width: 0.5rem;
  margin-left: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  animation: blink 1.5s linear 1;
}

.status-indicator.greenIndicator {
  box-shadow: 0 2px 6px 0 rgb(10 154 141 / 0.5) !important;
  background: linear-gradient(90deg, #4caf50 35%, #77cc7b 100%);
  border-color: #4caf50;
  padding: 6px;
}

.status-indicator.redIndicator {
  box-shadow: 0 2px 6px 0 rgb(244 67 54 / 0.5) !important;
  background: linear-gradient(90deg, #f44336 35%, #ff6c61 100%);
  border-color: #f44336;
  padding: 6px;
}
.sortArrowToggle {
  display: inline-block;
  width: 11.25px;
}

.sortArrowToggle i {
  color: #cccccc;
}

.row {
  margin: 0 -12px !important;
}

.noRecord:hover .table-data {
  background: #fff !important;
}

.noRecord:hover {
  background: transparent !important;
}
.error-message {
  font-size: 11px !important;
}
/* Mostly used class  - End */

/* Icons (Font awesome) - Start */
.fa-search:before {
  content: "\f002";
  color: #4b5068;
  font-size: 16px;
}

.fa-sort-asc {
  position: relative;
  top: 6px;
  font-size: 18px;
}

.fa-sort-desc {
  position: relative;
  top: -1px;
  font-size: 18px;
}

.fa.fa-ellipsis-v {
  color: #777777;
}

/* Icons (Font awesome) - End */
.pulse-select {
  width: 100%;
  border: 1px solid #dfe0e6;
  padding: 4px;
  border-radius: 6px;
}
/* Package (Multiselect) - Start */
.multiselect {
  font-size: 14px !important;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 34px !important;
  text-align: left;
  color: #35495e;
  z-index: 3 !important;
  touch-action: manipulation;
}

.multiselect__tag {
  background: var(--primary) !important;
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "\D7";
  font-size: 14px;
  color: #ffffff !important;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #154f89 !important;
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: #fff !important;
}

.multiselect__tag {
  background: var(--primary) !important;
}

.multiselect__tag span {
  font-size: 12px !important;
}

.multiselect__tag-icon:after {
  color: #ffffff !important;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #154f89 !important;
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: #fff !important;
}

.multiselect__tags {
  border: 1px solid #dfe0e6 !important;
  min-height: 32px !important;
  line-height: 12px !important;
  background: transparent !important;
  border-radius: 4px !important;
}

/* .multiselect__tag {
  max-width: 50px !important;
} */

.multiselect__tags-wrap {
  display: flex !important;
  flex-wrap: wrap;
}

.comparisonPage .multiselect__tags-wrap {
  display: flex !important;
  flex-wrap: nowrap;
  max-width: 131px;
  overflow: hidden;
  margin-right: 0 !important;
}

.comparisonPage .multiselect__tags-wrap .multiselect__tag {
  min-width: 68px;
}
.multiselect__strong {
  margin-bottom: initial !important;
  font-size: 11px !important;
  margin-right: 10px;
  margin-left: calc(100% - 60px);
  white-space: nowrap;
}

.multiselect__input,
.multiselect__single {
  background: transparent !important;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: -4px !important;
  padding: 4px 8px;
  text-align: center;
  transition: transform 0.2s ease;
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  border-color: #dfe0e6 transparent transparent !important;
}

.multiselect__placeholder {
  margin-bottom: 0 !important;
  font-size: 14px !important;
  display: inline-block;
  padding-top: 2px;
}

.multiselect__input {
  font-size: 14px !important;
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
  outline: none;
}

.multiselect__option--highlight {
  background-color: #dbf9f0 !important;
  color: #35495e !important;
  height: 40px;
  font-size: 14px;
}

.multiselect__option--selected {
  font-weight: normal !important;
}

.multiselect__spinner {
  background: transparent !important;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
}

.multiselect__spinner:after,
.multiselect__spinner:before {
  left: 56% !important;
}

.multiselect__content {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect__element {
  display: block;
  height: 36px;
  padding: 0 12px;
}
.multiselect__element .checkbox-label {
  margin-left: 4px;
}
.multiselect__content-wrapper {
  z-index: 9999 !important;
}
/* ------------------------------------------------- */
.comparisonPage .multiselect__tags {
  padding-top: 5px !important;
  min-height: 32px !important;
  max-height: 100% !important;
  display: block;
  padding: 8px 40px 0 8px;
  font-size: 14px;
  border: 1px solid #dfe0e6 !important;
  line-height: 12px !important;
  background: transparent !important;
  border-radius: 4px !important;
}
.comparisonPage .w-70 .multiselect__tags {
  height: 34px !important;
}
/* .comparisonPage .multiselect-element{
  background-color: #fff;
} */
.comparisonPage .multiselect__strong,
.reportsPage .multiselect__strong,
.databasePage .multiselect__strong {
  position: absolute;
  top: 11px;
  right: 35px;
}

.comparisonPage .multiselect__placeholder,
.reportsPage .multiselect__placeholder,
.databasePage .multiselect__placeholder {
  position: absolute;
  top: 8px;
  color: rgba(0, 0, 0, 0.6) !important;
}

.comparisonPage .multiselect__select {
  top: 2px !important;
  height: 34px !important;
}

.comparisonPage .multiselect__tags-wrap,
.reportsPage .multiselect__tags-wrap,
.databasePage .multiselect__tags-wrap {
  margin-right: 35px;
}

.comparisonPage .multiselect--active input[type="text"],
.reportsPage .multiselect--active input[type="text"],
.databasePage .multiselect--active input[type="text"] {
  margin: 0 !important;
  padding: 0 0 5px 0 !important;
}

.comparisonPage .multiselect__content-wrapper {
  box-shadow: 0 4px 6px 0 rgb(32 33 36 / 28%) !important;
  position: absolute;
  background: #fff;
  width: 100%;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
}

.comparisonPage .multiselect__content-wrapper::-webkit-scrollbar,
.reportsPage
  .multiselect__content-wrapper::-webkit-scrollbar
  .v-autocomplete__content::-webkit-scrollbar,
.databasePage
  .multiselect__content-wrapper::-webkit-scrollbar
  .v-autocomplete__content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.comparisonPage .multiselect__content-wrapper::-webkit-scrollbar-thumb,
.reportsPage .multiselect__content-wrapper::-webkit-scrollbar-thumb,
.databasePage .multiselect__content-wrapper::-webkit-scrollbar-thumb,
.menuable__content__active.v-autocomplete__content::-webkit-scrollbar-thumb {
  background-color: #1067d4 !important;
}
.comparisonPage .multiselect__element .multiselect__option {
  background: #fff !important;
}
.comparisonPage .multiselect--active .multiselect__tags,
.reportsPage .multiselect--active .multiselect__tags,
.databasePage .multiselect--active .multiselect__tags {
  border: 2px solid #1976d2 !important;
}

.comparisonPage .multiselect__option {
  padding: 8px 16px !important;
  display: block;
  height: 24px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.comparisonPage .multiselect__option .checkbox-label,
.reportsPage .multiselect__option .checkbox-label,
.databasePage .multiselect__option .checkbox-label {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1rem;
}

.comparisonPage .multiselect__option input[type="checkbox"],
.reportsPage .multiselect__option input[type="checkbox"],
.databasePage .multiselect__option input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
/* .labour-dropdown  .multiselect__option--highlight{
  background: red !important;
} */
/* Package (Multiselect) - End */

/* Vuetify styles - Start */

.v-tabs-slider {
  background-color: transparent !important;
}

.v-toolbar__title {
  width: 80% !important;
  text-align: center !important;
}

.v-sheet.v-toolbar:not(.v-sheet--outlined) {
  box-shadow: 0 0 10px 0px rgb(7 72 155 / 0.3) !important;
}

.v-main {
  padding: 0 !important;
}

.v-main__wrap {
  height: 100vh;
}

/* v-application - Start */
.v-application,
.v-application .text-caption,
.v-application .title {
  font-family: "Readex Pro", sans-serif !important;
}

.v-application ul,
.v-application ol {
  padding-left: 0 !important;
}

.v-application a {
  text-decoration: none;
}

.v-application .primary--text {
  color: var(--primary) !important;
  caret-color: var(--primary) !important;
}

.primary--text {
  color: var(--primary) !important;
  caret-color: var(--primary) !important;
}

.v-application .v-input.error--text,
.v-application .v-label.error--text {
  color: var(--error) !important;
  caret-color: var(--error) !important;
}

.v-application--wrap {
  min-height: calc(100vh - 75px) !important;
  overflow: auto !important;
  /* background-color: #2949b3 !important; */
}
.content-wrapp .v-application--wrap {
  min-height: calc(100vh - 400px) !important;
}
.v-application .content-wrap ul {
  padding-left: 24px !important;
}
.v-application .content-wrap li {
  padding-left: unset !important;
}
.v-application .font-weight-medium {
  font-weight: 500 !important;
}

.v-application--is-ltr .v-list-item__action:last-of-type:not(:only-child),
.v-application--is-ltr .v-list-item__avatar:last-of-type:not(:only-child),
.v-application--is-ltr .v-list-item__icon:last-of-type:not(:only-child) {
  margin-left: 0 !important;
}

.v-application--is-ltr .v-input--selection-controls__input {
  margin-right: 8px !important;
}

.v-application--is-ltr .v-text-field__prefix {
  padding-top: 2px !important;
}

.v-application--is-ltr
  .v-tabs--fixed-tabs
  > .v-tabs-bar
  .v-tabs-bar__content
  > *:first-child:not(.v-tabs-slider-wrapper),
.v-application--is-ltr
  .v-tabs--fixed-tabs
  > .v-tabs-bar
  .v-tabs-slider-wrapper
  + *,
.v-application--is-ltr
  .v-tabs--centered
  > .v-tabs-bar
  .v-tabs-bar__content
  > *:first-child:not(.v-tabs-slider-wrapper),
.v-application--is-ltr
  .v-tabs--centered
  > .v-tabs-bar
  .v-tabs-slider-wrapper
  + * {
  margin-left: initial !important;
}

/* v-application - End */

/* v-list-group - Start */
.v-list-group__items {
  background: transparent;
}

.v-list-group
  .v-list-group__header
  .v-list-item__icon.v-list-group__header__append-icon {
  min-width: 22px !important;
}

/* v-list-group - End */

/* v-label - Start */
label.v-label.theme--light {
  font-size: 14px !important;
}
.theme-wrap .v-input--is-label-active .v-label,
.theme-wrap .v-input:hover .v-label {
  color: var(--text-black) !important;
}
/* ------------------------------------------------- */
.meterCheck label.v-label.theme--light {
  font-size: 13px !important;
}

.meterValue .v-text-field__slot input,
.DatePicker label.v-label.v-label--active.theme--light input {
  font-size: 14px !important;
}

.loginCard .theme--light.v-label,
.forgotCard .theme--light.v-label,
.changePassCard .theme--light.v-label {
  color: #fff !important;
}

/* v-label - End */

/* v-btn - Start */
.v-btn__content {
  text-transform: capitalize !important;
  user-select: text !important;
  letter-spacing: normal !important;
  font-weight: 500;
}

.v-btn:not(.v-btn--text):not(.v-btn--outlined):focus:before,
.theme--light.v-btn:focus::before {
  opacity: 0 !important;
}
.down-arrow-btn.v-btn:not(.v-btn--round).v-size--default {
  background: none;
  box-shadow: none;
  padding: 10px !important;
}
/* ------------------------------------------------- */
.navbar
  .profile-menu
  .theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined),
.navbar
  .profile-menu
  .theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined):hover {
  background: transparent !important;
  box-shadow: none !important;
}

/* v-btn - End */

/* v-expansion-panel - Start */
.v-expansion-panel-header {
  color: var(--primary) !important;
  font-weight: bold;
}

.v-expansion-panel-header:before {
  background-color: var(--primary) !important;
  opacity: 1;
}

.v-expansion-panel-content__wrap {
  padding: 0 16px 16px !important;
}

/* ------------------------------------------------- */
.details-pane .v-expansion-panel-content__wrap {
  padding: 16px !important;
}

/* v-expansion-panel - End */

/* v-treeview - Start */
.questionnaireHierarchy
  .v-treeview-node.v-treeview-node--rounded
  .v-treeview-node__root {
  padding-right: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.questionnaireHierarchy .v-treeview {
  /* padding-right: 36px; */
  width: fit-content;
  min-width: 21.1vw;
}

.v-treeview-node__label {
  font-size: 14px !important;
  overflow: initial !important;
}

.questionnaireHierarchy .v-treeview-node__root {
  position: relative;
}
.questionnaireHierarchy .v-treeview-node__children {
  width: initial !important;
}

.v-treeview--dense .v-treeview-node__root {
  min-height: 36px !important;
}

.v-treeview-node.v-treeview-node--leaf {
  border-bottom: none !important;
}
.cvpHierarchy .v-treeview-node__prepend .bi,
.cvpHierarchy .v-treeview-node__prepend .fas {
  margin: 0 4px;
}
.theme--light.v-treeview--hoverable .v-treeview-node__root:hover::before,
.theme--light.v-treeview
  .v-treeview-node--click
  > .v-treeview-node__root:hover::before {
  opacity: 0.12 !important;
  background-color: transparent;
}

/* ------------------------------------------------- */
button.v-icon.notranslate.v-treeview-node__checkbox.v-icon--link.mdi.mdi-checkbox-marked.theme--light.primary--text,
button.v-icon.notranslate.v-treeview-node__checkbox.v-icon--link.mdi.mdi-minus-box.theme--light.primary--text,
button.v-icon.notranslate.v-treeview-node__checkbox.v-icon--link.mdi.mdi-checkbox-blank-outline.theme--light {
  font-size: 19px !important;
  margin-left: 0 !important;
}

.userTreeview .v-treeview-node__label {
  font-size: 14px !important;
}

.userTreeview .v-treeview-node__root {
  padding-left: 0 !important;
}

.userTreeview .v-treeview-node--selected {
  font-weight: bold !important;
}

.userTreeview .v-treeview-node {
  border-bottom: 1px solid var(--primary);
}

.userTreeview .v-treeview-node--selected {
  font-weight: bold !important;
}

.userTreeview .v-icon.v-icon::after,
.theme--light.v-icon:focus::after {
  width: 20px !important;
  margin-left: 2px;
  margin-top: 2px;
  height: 20px;
}

.questionnaireHierarchy .v-icon.v-icon::after {
  width: 20px !important;
  margin-left: 4px;
  margin-top: 4px;
  height: 20px;
}

.cvpHierarchy .v-treeview-node__prepend {
  margin-right: 0 !important;
  text-align: center;
}
.cvpHierarchy .v-treeview-node__prepend div {
  margin: 0px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  text-align: center;
  height: 16px;
}
.cvpHierarchy .v-input--selection-controls__ripple {
  /* left: -5px !important;
    top: calc(50% - 15px) !important; */
  left: 2px !important;
  top: 0 !important;
  border-radius: 4px;
  height: 16px;
  width: 16px;
}
/* ::v-deep v-checkbox v-label {
  font-size: 10px;
 } */

.cvpHierarchy .v-treeview-node__label {
  font-size: 13px !important;
  font-weight: 400;
}

/* .cvpHierarchy .v-treeview-node__prepend .theme--light.v-icon {
  color: #2949b3 !important;
} */

.cvpHierarchy .v-treeview-node--active .v-treeview-node__label {
  font-weight: 700;
  color: var(--blue);
}

.cvpHierarchy .v-treeview-node--active .v-treeview-node__prepend .v-icon {
  color: var(--blue) !important;
}
.v-text-field input {
  font-weight: 400;
}
/* .cvpHierarchy .v-treeview-node__toggle{
  visibility: hidden;
 } */
/* .cvpHierarchy .v-treeview-node__content{
  margin-left: -24px !important;
} */
.cvpHierarchy .v-treeview--dense .v-treeview-node__root {
  border-radius: 8px !important;
}

.theme--light.v-treeview
  .v-treeview-node__root.v-treeview-node--active::before {
  opacity: 0.12;
  background: transparent;
}

/* v-treeview - End */

/* v-data-table (Table) - Start */
table tr th,
table tr td {
  border-collapse: collapse;
  color: #757575 !important;
  font-size: 14px !important;
}
/* table {
  border-collapse: collapse;
}
tfoot #spacer {
  height: 40px;
}

table.content h4 {
  font-size: 12pt;
  font-weight: 700;
  margin-bottom: 0;
}

table.content h5 {
  font-size: 11pt;
  font-weight: 700;
  margin-bottom: 0;
}

table.content p,
table.content li {
  font-size: 11pt;
  line-height: 1.4;
  font-weight: 300;
  text-align: justify;
 
}

table.content li {
  margin-bottom: 8px;
} */

table tr td {
  border-bottom: 1px solid #ebf2f6 !important;
}

.device-details-table tr td {
  border-bottom: unset !important;
}

.borderless-table tr td {
  border-bottom: 1px solid transparent !important;
}

.v-data-table__wrapper table thead th {
  white-space: nowrap !important;
}

.noWhiteSpace .v-data-table__wrapper table thead th {
  white-space: unset !important;
}

.v-data-table__empty-wrapper {
  text-align: left !important;
}
.theme--light.v-data-table
  .v-data-table-header
  th.sortable
  .v-data-table-header__icon {
  color: var(--primary) !important;
}
.stickyTable,
.singleColumnFreeze {
  background: #fff !important;
}

.stickyTable thead tr th:first-child,
.singleColumnFreeze thead tr th:first-child {
  left: 0 !important;
  z-index: 10 !important;
  background: #fff !important;
}

.stickyTable tbody td:first-child,
.singleColumnFreeze tbody tr td:first-child {
  position: sticky;
  left: 0 !important;
  z-index: 2 !important;
  /* background: #fff; */
}

.stickyTable thead tr th:nth-child(2) {
  position: sticky !important;
  z-index: 2 !important;
  /* background: #fff; */
}

.stickyTable tbody td:nth-child(2) {
  position: sticky !important;
  z-index: 1 !important;
  /* background: #fff; */
}
.dataTable tbody td:first-child {
  background: #fff !important;
}

.location-scroll,
.connection-scroll span {
  position: relative;
}
.location-scroll .bc-items:nth-child(1),
.connection-scroll .bc-items span:nth-child(1) {
  position: sticky;
  background: #fff;
  left: 0;
  z-index: 9;
}
.bc-items .v-icon.v-icon {
  font-size: 16px !important;
}
.location-scroll .bc-items,
.connection-scroll .bc-items {
  padding: 4px 0 !important;
}
/* ------------------------------------------------- */
.reportsPage .v-data-table__empty-wrapper td {
  text-align: left !important;
  border: 0 !important;
}

#costBreakdown-table tr td {
  border-bottom: 1px solid transparent !important;
}

#costBreakdown-table .hr-line td {
  border-bottom: 2px solid #4b5068 !important;
}

/* .hr-line{
  border-bottom: 2px solid #4b5068 !important;
} */
#costBreakdown-table .v-messages,
.theme-edit .v-messages {
  display: none !important;
}
/* .theme--light.v-messages {
  display: none !important;
} */
.modifyCircuitTable .v-input__control {
  height: 28px !important;
}

.modifyCircuitTable tbody tr td {
  border-bottom: 1px solid transparent !important;
}

.modifyCircuitTable
  .theme--light.v-data-table
  > .v-data-table__wrapper
  > table {
  margin-bottom: 11px !important;
}

.contractTable.v-data-table--fixed-header > .v-data-table__wrapper {
  overflow-y: auto;
  height: 398px !important;
}

.contractTable1.v-data-table--fixed-header > .v-data-table__wrapper {
  overflow-y: auto;
  height: 445px !important;
}

.channelMapTable tbody tr td,
.channelMapTable thead tr th {
  border-bottom: none !important;
}

.channelMapTable.theme--light.v-data-table.v-data-table--fixed-header thead th {
  box-shadow: none !important;
}

.content-pane
  .theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > thead
  > tr:last-child
  > th {
  background: none !important;
}

.content-pane .theme--light.v-data-table .v-data-footer {
  display: none !important;
}

.content-pane
  .v-data-table
  > .v-data-table__wrapper
  > table
  > thead
  > tr
  > th:first-child {
  padding: 0 !important;
}

.content-pane
  .v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr
  > td:first-child {
  padding: 0 0 0 28px !important;
}

.content-pane
  .v-data-table
  > .v-data-table__wrapper
  > table
  > thead
  > tr
  > th:last-child {
  position: absolute;
  left: 24px;
  top: 5px;
}

.content-pane
  .v-data-table
  > .v-data-table__wrapper
  > table
  > thead
  > tr
  > th:last-child,
.content-pane
  .v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr
  > td:last-child {
  padding: 0 0 0 8px !important;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-pane .v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.content-pane .v-data-table > .v-data-table__wrapper > table > tbody > tr > td {
  height: 28px !important;
}

.content-pane
  .theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
  background: none !important;
}

.content-pane table tr td {
  border-bottom: 1px solid #fff !important;
}

.content-pane table .theme--light.v-icon {
  color: var(--primary) !important;
}

.meterDetailTable.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
  background: transparent !important;
}

.monitorTable tr th,
.monitorTable tr td {
  border: none !important;
}

.monitorTable tbody tr:hover {
  background: transparent !important;
}

.monitorTable .v-data-table__wrapper {
  padding-right: 7px !important;
}

.monitorTable .theme--light.v-data-table.v-data-table--fixed-header thead th {
  border-right: none !important;
}

.countTable thead tr th,
.countTable tbody tr td {
  padding: 0 5px !important;
  font-size: 11px !important;
}

.mapChannelTable tr th,
.mapChannelTable tr td {
  border: none !important;
}

.mapChannelTable tbody tr td {
  border-bottom: none !important;
}

.mapChannelTable.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:not(:last-child)
  > td:not(.v-data-table__mobile-row),
.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:not(:last-child)
  > th:not(.v-data-table__mobile-row):last-child,
.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > thead
  > tr:last-child
  > th:last-child {
  border-right: none !important;
}

.theme--light.v-data-table.v-data-table--fixed-header thead th {
  color: #333333 !important;
  border-right: none !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 0.3px;
  height: 60px;
}

.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:not(:last-child)
  > td:not(.v-data-table__mobile-row),
.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:not(:last-child)
  > th:not(.v-data-table__mobile-row):last-child,
.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > thead
  > tr:last-child
  > th:last-child {
  border-right: none !important;
}

.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:not(:last-child)
  > td:not(.v-data-table__mobile-row),
.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:not(:last-child)
  > th:not(.v-data-table__mobile-row) {
  border-right: none !important;
  border: none;
}

.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > thead
  > tr:last-child
  > th {
  border-bottom: none !important;
  border-right: none !important;
  border: none;
  background: #ffffff;
}

.theme--light.v-data-table.v-data-table--fixed-header thead th {
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 5%) !important;
}

.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
  background: #f9f9f9 !important;
}

.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
  background: #f9f9f9 !important;
}

.table-data {
  background-color: #fff !important;
  height: 46px !important;
  white-space: nowrap !important;
  font-size: 14px !important;
  font-weight: 400;
}
.white-space-unset .table-data,
.white-space-unset th {
  white-space: unset !important;
  vertical-align: top;
}

table tr:hover .table-data {
  background: #f9f9f9 !important;
}
.dataTable .v-data-table__wrapper {
  max-height: 300px !important;
}
.total-bg {
  background: #fceeb2 !important;
}
.consumptionTable .v-data-table__wrapper {
  max-height: calc(100vh - 390px) !important ;
}
.consumptionTable .v-data-table__wrapper table thead th {
  white-space: unset !important;
}
.consumptionTable tbody tr:nth-of-type(odd) {
  background: #faf9fb !important;
}
.consumptionTable .dataTable tbody td:first-child {
  background: #faf9fb !important;
}

#consumption-table .theme--light.v-data-table {
  border: 1px solid #bdbdbd !important;
}
#consumption-table
  .v-data-table--dense
  > .v-data-table__wrapper
  > table
  > tbody
  > tr
  > td {
  border-bottom: 1px solid #bdbdbd !important;
  border-right: 1px solid #bdbdbd !important;
}
#consumption-table
  .theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:not(:last-child)
  > td:last-child,
.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:not(:last-child)
  > th:last-child {
  border-right: none !important;
}
#consumption-table
  .theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > thead
  > tr
  > th {
  border-right: 1px solid #bdbdbd !important;
  border-bottom: 1px solid #bdbdbd !important;
}

/* .consumptionTable .theme--light.v-data-table.v-data-table--fixed-header thead th{
  height: 80px !important;
} */
#detailed-table
  .v-data-table--dense
  > .v-data-table__wrapper
  > table
  > tbody
  > tr
  > td {
  white-space: nowrap;
  padding: 4px 12px;
  height: 40px;
}
/* #detailed-table
  .v-data-table--dense
  > .v-data-table__wrapper
  > table
  > tbody
  > tr
  > td:first-child {
  background: #fff !important;
  
} */
#detailed-table .dataTable .v-data-table__wrapper {
  /* max-height: unset !important; */
  /* max-height: calc(100vh - 300px) !important; */
  max-height: calc(100vh - 430px) !important;
}
#detailed-table .v-data-table__wrapper table thead th {
  white-space: unset !important;
}

#detailed-table .theme--light.v-data-table {
  border: 1px solid #d8d8d8 !important;
}
#detailed-table
  .v-data-table--dense
  > .v-data-table__wrapper
  > table
  > tbody
  > tr
  > td:not(:first-child) {
  border-bottom: 1px solid #d8d8d8 !important;
  border-right: 1px solid #d8d8d8 !important;
  border-top: 1px solid #d8d8d8 !important;
}
#detailed-table
  .v-data-table--dense
  > .v-data-table__wrapper
  > table
  > tbody
  > tr
  > td:first-child {
  border-bottom: 1px solid #d8d8d8 !important;
  border-top: 1px solid #d8d8d8 !important;
  box-shadow: inset -3px 0px 0px -2px #d8d8d8 !important;
}
#detailed-table
  .theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:not(:last-child)
  > td:last-child,
.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr:not(:last-child)
  > th:last-child {
  border-right: none !important;
}
#detailed-table
  .theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > thead
  > tr
  > th:not(:first-child) {
  border-right: 1px solid #d8d8d8 !important;
}
#detailed-table
  .theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > thead
  > tr
  > th:first-child {
  box-shadow: inset -3px 0px 0px -2px #d8d8d8 !important;
}
#detailed-table thead th {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}

/* #detailed-table  tbody tr:nth-child(odd){
  background: #2f80ed17 !important;
} */
#detailed-table
  .v-data-table--dense
  .v-data-table__wrapper
  table
  tbody
  tr:nth-child(odd),
#detailed-table
  .v-data-table--dense
  .v-data-table__wrapper
  table
  tbody
  tr:nth-child(odd)
  td:first-child {
  background-color: #ecf4fd !important;
}
/* v-data-table (Table) - End */

/* v-pagination - Start */
.v-pagination__item,
.v-pagination__navigation {
  border: 1px solid #ddd !important;
  height: 32px !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 14px !important;
}

.v-pagination__item:focus,
.v-pagination__navigation:focus {
  outline: none !important;
}

.v-pagination__item.v-pagination__item--active.primary {
  background: transparent !important;
  background-color: #eee !important;
  border-color: #bcc1c5 !important;
  border-radius: 50px;
}

.v-application .primary,
.v-pagination__item .v-pagination__item--active .primary {
  box-shadow: none !important;
  background-color: #eee !important;
  border-color: #bcc1c5 !important;
}

.theme--light.v-pagination .v-pagination__navigation,
.theme--light.v-pagination .v-pagination__item {
  border-radius: 50px;
}

.theme--light.v-label {
  color: rgba(0, 0, 0, 0.6) !important;
}

.mdi-radiobox-blank::before,
.theme--light.v-pagination .v-pagination__item {
  color: #4b5068 !important;
}

.theme--light.v-pagination .v-pagination__item--active {
  color: #4b5068 !important;
  font-weight: 800;
}

/* v-pagination - End */

/* v-input - Start */
.v-input--is-disabled {
  opacity: 0.4;
  cursor: not-allowed !important;
  pointer-events: auto !important;
}
.theme--light.v-input input,
.theme--light.v-input textarea {
  color: #4b5068 !important;
  font-size: 14px !important;
}

.theme--light.v-input input {
  text-transform: capitalize;
}

.textLowercase input,
.textLowercase .theme--light.v-input input {
  text-transform: lowercase !important;
}

.v-card__actions > .v-btn.v-btn {
  padding: 0 12px;
  height: 28px !important;
}

/* ------------------------------------------------- */
.loginCard input:-webkit-autofill::first-line {
  font-size: 16px;
}

.loginCard .theme--light.v-input input,
.forgotCard
  .theme--light.v-input
  input
  .changePassCard
  .theme--light.v-input
  input {
  color: #fff !important;
}

.loginCard
  .theme--light.v-text-field
  > .v-input__control
  > .v-input__slot:before,
.forgotCard
  .theme--light.v-text-field
  > .v-input__control
  > .v-input__slot:before,
.changePassCard
  .theme--light.v-text-field
  > .v-input__control
  > .v-input__slot:before {
  border-color: #fff !important;
}
.classification.v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)
  > .v-input__control
  > .v-input__slot,
.v-text-field.v-text-field--enclosed .v-text-field__details {
  padding: 0 30px 0 12px !important;
}

.invoice-view .theme--light.v-input input {
  color: var(--primary);
}

.v-input input {
  max-height: 32px !important;
}

.mb-0 .v-input__slot {
  margin-bottom: 0 !important;
}
/* .labour .v-input__slot {
  margin-bottom: 0 !important;
  width: 50%;
}
.labour .v-input__append-inner {
  margin: 0 !important;
}
.labour.v-text-field--enclosed.v-input--dense:not(
    .v-text-field--solo
  ).v-text-field--outlined
  .v-input__append-inner {
  margin-top: 4px !important;
} */
.themes .v-input__slot {
  margin-bottom: 0 !important;
}
.edit-themes .v-input__slot {
  margin-bottom: 0 !important;
}
.max-height .v-input .v-label {
  line-height: 15px !important;
}

.max-height .v-input input {
  max-height: 24px !important;
}
.freq .v-input__slot {
  width: 131px !important;
}
.annualValue .v-input__slot {
  width: 232px !important;
}
.threeYears {
  min-width: 235px !important;
}
.circuit-table tr td .v-input__control {
  border-left: 1px solid transparent !important;
}
/* v-input - End */

/* v-text-field - Start */
.v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot {
  font-size: 16px !important;
}

.v-text-field--outlined .v-text-field__prefix,
#costBreakdown-table .v-text-field--outlined .v-text-field__suffix {
  color: var(--primary);
}

.v-text-field--filled.v-input--dense.v-text-field--single-line
  > .v-input__control
  > .v-input__slot,
.v-text-field--filled.v-input--dense.v-text-field--outlined
  > .v-input__control
  > .v-input__slot,
.v-text-field--filled.v-input--dense.v-text-field--outlined.v-text-field--filled
  > .v-input__control
  > .v-input__slot,
.v-text-field--full-width.v-input--dense.v-text-field--single-line
  > .v-input__control
  > .v-input__slot,
.v-text-field--full-width.v-input--dense.v-text-field--outlined
  > .v-input__control
  > .v-input__slot,
.v-text-field--full-width.v-input--dense.v-text-field--outlined.v-text-field--filled
  > .v-input__control
  > .v-input__slot,
.v-text-field--outlined.v-input--dense.v-text-field--single-line
  > .v-input__control
  > .v-input__slot,
.v-text-field--outlined.v-input--dense.v-text-field--outlined
  > .v-input__control
  > .v-input__slot,
.v-text-field--outlined.v-input--dense.v-text-field--outlined.v-text-field--filled
  > .v-input__control
  > .v-input__slot {
  min-height: 32px !important;
}
/* .minheight-70.v-text-field--filled.v-input--dense.v-text-field--single-line
  > .v-input__control
  > .v-input__slot,
.v-text-field--filled.v-input--dense.v-text-field--outlined
  > .v-input__control
  > .v-input__slot,
.v-text-field--filled.v-input--dense.v-text-field--outlined.v-text-field--filled
  > .v-input__control
  > .v-input__slot,
.v-text-field--full-width.v-input--dense.v-text-field--single-line
  > .v-input__control
  > .v-input__slot,
.v-text-field--full-width.v-input--dense.v-text-field--outlined
  > .v-input__control
  > .v-input__slot,
.v-text-field--full-width.v-input--dense.v-text-field--outlined.v-text-field--filled
  > .v-input__control
  > .v-input__slot,
.v-text-field--outlined.v-input--dense.v-text-field--single-line
  > .v-input__control
  > .v-input__slot,
.v-text-field--outlined.v-input--dense.v-text-field--outlined
  > .v-input__control
  > .v-input__slot,
.v-text-field--outlined.v-input--dense.v-text-field--outlined.v-text-field--filled
  > .v-input__control
  > .v-input__slot {
  height: 70px !important;
} */

.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined
  .v-input__prepend-outer,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined
  .v-input__prepend-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined
  .v-input__append-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined
  .v-input__append-outer,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined
  .v-input__prepend-outer,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined
  .v-input__prepend-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined
  .v-input__append-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined
  .v-input__append-outer {
  margin-top: 5px !important;
}
/* .labour
  .v-text-field--full-width.v-input--dense:not(
    .v-text-field--solo
  ).v-text-field--outlined
  .v-input__prepend-outer,
.v-text-field--full-width.v-input--dense:not(
    .v-text-field--solo
  ).v-text-field--outlined
  .v-input__prepend-inner,
.v-text-field--full-width.v-input--dense:not(
    .v-text-field--solo
  ).v-text-field--outlined
  .v-input__append-inner,
.v-text-field--full-width.v-input--dense:not(
    .v-text-field--solo
  ).v-text-field--outlined
  .v-input__append-outer,
.v-text-field--enclosed.v-input--dense:not(
    .v-text-field--solo
  ).v-text-field--outlined
  .v-input__prepend-outer,
.v-text-field--enclosed.v-input--dense:not(
    .v-text-field--solo
  ).v-text-field--outlined
  .v-input__prepend-inner,
.v-text-field--enclosed.v-input--dense:not(
    .v-text-field--solo
  ).v-text-field--outlined
  .v-input__append-inner,
.v-text-field--enclosed.v-input--dense:not(
    .v-text-field--solo
  ).v-text-field--outlined
  .v-input__append-outer {
  margin-top: 0 !important;
} */
.circuitDetailExpansion
  .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined
  .v-input__append-inner {
  margin-top: 4px !important;
}
.v-text-field--outlined.v-input--dense .v-label {
  top: 6px !important;
}
.v-text-field--outlined.v-input--dense .v-label--active {
  color: #000 !important;
}
.v-text-field--outlined .v-text-field__prefix,
.v-text-field--outlined .v-text-field__suffix {
  font-size: 12px;
  font-weight: bold;
}

.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)
  > .v-input__control
  > .v-input__slot {
  box-shadow: none !important;
  border: 1px solid #dfe0e6 !important;
  padding: 2px 12px !important;
}

.v-text-field.v-text-field--solo.v-input--dense > .v-input__control {
  min-height: 32px !important;
}

.noTextFieldDetails .v-text-field__details {
  display: none !important;
}
/* .display-none .v-text-field__details {
  display: none !important;
} */

.noTextFieldDetails .v-input--dense > .v-input__control > .v-input__slot {
  margin-bottom: 0 !important;
}
.costbreakdown-table .v-input__slot fieldset {
  max-height: 35px;
}
#costBreakdown-table .v-input__slot fieldset {
  max-height: 35px;
}

#costBreakdown-table .v-text-field__slot {
  max-height: 25px;
}
.costBreakdown-table .v-text-field__slot {
  max-height: 30px;
}
#costBreakdown-table .v-text-field__slot input {
  text-align: right;
}
.text-align-left .v-text-field__slot input {
  text-align: left !important;
}
/* .text-field .v-input__slot{
  width: 200px !important;
} */
.text-field .v-text-field.v-text-field--enclosed .v-text-field__details {
  display: none;
}

/* .display-none .v-text-field.v-text-field--enclosed .v-text-field__details{
  display: none;
} */
/* .circuit-table tr td .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded) > .v-input__control > .v-input__slot, .v-text-field.v-text-field--enclosed .v-text-field__details{
  border-left: 1px solid transparent !important;
} */

/* v-text-field - End */

/* v-textarea - Start */
.queryTextArea fieldset {
  border: none !important;
}

.queryTextArea .v-input__control {
  border: 1px solid #dfe0e6 !important;
}

.queryTextArea .v-input__slot {
  width: 93% !important;
}

.queryTextArea .v-label {
  margin-left: 3px !important;
  background: #fff !important;
  padding-left: 2px !important;
}
/* v-textarea - End */

/* v-radio (Input) - Start */
.v-radio {
  padding: 8px 12px !important;
  margin-right: 0 !important;
  padding: 5px 10px !important;
  background: #fff;
}

.v-radio:last-child {
  border-right: none !important;
  border-bottom-right-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.v-radio:first-child {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.v-radio .v-input--selection-controls__input {
  display: none !important;
}

.v-input--radio-group--row .v-input__slot {
  border-radius: 6px !important;
  margin-bottom: 0;
  border: 1px solid #dfe0e6 !important;
}
.v-input--radio-group--row .v-messages {
  min-height: 0 !important;
}

.v-input--selection-controls .v-radio > .v-label {
  margin-left: initial !important;
}

.v-radio.v-item--active {
  background-color: var(--primary) !important;
  border-radius: 6px;
}

.v-radio.v-item--active .v-label {
  color: #fff !important;
}

.v-radio .v-label {
  display: flex !important;
  justify-content: center !important;
}

.v-input--selection-controls {
  padding-top: 0 !important;
}

.v-radio.theme--light.v-item--active .radioBadge {
  background: #fff;
  color: #222;
  border-radius: 6px;
  padding: 1px 8px;
  margin-left: 6px;
}

.v-radio.theme--light .radioBadge {
  background: #7e94ab3b;
  color: #222;
  border-radius: 6px;
  padding: 1px 8px;
  margin-left: 6px;
}

/* v-radio (Input) - End */
.v-application--is-ltr .v-treeview-node__content {
  margin-left: 0px !important;
}
/* v-input--selection-controls - Start */
.editCircuitRadio .v-input--selection-controls {
  margin-top: -4px !important;
}

.checkBoxCheck .v-input--selection-controls .v-input__slot > .v-label,
.v-input--selection-controls .v-radio > .v-label {
  min-width: 31.45px !important;
}

.checkBoxCheck .v-input {
  max-width: 62% !important;
}

.downloadCheck.v-input--selection-controls .v-input__slot > .v-label,
.v-input--selection-controls .v-radio > .v-label {
  min-width: 32px !important;
}

.missingLabel.v-input--selection-controls .v-input__slot > .v-label,
.v-input--selection-controls .v-radio > .v-label {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.rate-checkbox-wrap .v-messages,
.vas-checkbox .v-messages {
  display: none;
}

.vas-checkbox .v-input__slot {
  margin: 0 !important;
}

.vas-checkbox.v-input--selection-controls {
  margin: 0 0 0 12px !important;
}

.rate-checkbox-wrap .v-input--selection-controls {
  margin-top: 0px !important;
}

.rate-checkbox-wrap .v-input {
  background: #eeeeee;
  border-radius: 4px;
  padding: 0px 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.rate-checkbox-wrap .v-input__slot {
  margin: 4px 0 !important;
}

.checkbox-wrap .v-icon.v-icon {
  font-size: 20px !important;
}

.checkbox-wrap .v-input--selection-controls__ripple {
  border-radius: 50%;
  cursor: pointer;
  height: 22px !important;
  position: absolute;
  transition: inherit;
  width: 22px !important;
  left: calc(50% - 18.5px) !important;
  top: calc(50% - 18.5px) !important;
  margin: 7px;
}

.subradioDivider
  .v-input.v-input--is-label-active.v-input--is-dirty.theme--light.v-input--selection-controls.v-input--radio-group.v-input--radio-group--row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* v-input--selection-controls - End */

/* v-list-item (Side Nav) - Start */
.drawer-class .mdi-chevron-down::before {
  color: #a7a7a7 !important;
}

.drawer-class .notranslate .mdi .mdi-chevron-down {
  left: -31px !important;
}

.drawer-class .v-list-item:focus-within .dash-icon,
.drawer-class .v-list-item:focus-within .person-icon,
.drawer-class .v-list-item:focus-within .setting-icon {
  color: #21ce99 !important;
}

.drawer-class .v-list-item:focus-within .v-list-item__title {
  color: #21ce99 !important;
}

.drawer-class .mdi-chevron-down {
  margin-right: 24px !important;
}

.drawer-class .v-list-group__header {
  padding: 0 33px !important;
}

.drawer-class .v-list-item {
  padding: 0 !important;
}

.drawer-class .v-list-item:hover .v-list-item__title {
  color: #21ce99 !important;
}

.drawer-class .v-list-item__title {
  color: #fff !important;
}

.drawer-class .v-application .v-list-item__title:hover {
  color: #21ce99 !important;
  cursor: pointer !important;
}

.drawer-class .v-application .v-list-item__title {
  color: #fff;
}
.menu-items .v-list-item__content {
  padding: 5px 0;
}
/* v-list-item (Side Nav) - End */

/* v-select - Start */
.v-select__slot {
  height: 32px !important;
}

.v-select__slot input {
  cursor: pointer !important;
}

.v-select > .v-input__control > .v-input__slot {
  cursor: pointer !important;
  min-height: 32px !important;
}

.v-select__selections {
  flex-wrap: nowrap;
}

#device-connect .v-select__selections {
  padding: 0 !important;
  font-size: 14px;
}

#multipleEmailInput .v-select > .v-input__control > .v-input__slot {
  cursor: pointer !important;
  height: auto !important;
}

#multipleEmailInput .v-select.v-select--chips .v-select__selections {
  flex-wrap: wrap !important;
}

#device-info .v-text-field .v-input__control {
  height: 32px;
}

.v-select.v-input--dense .v-chip {
  margin: 4px 4px 0px 4px;
}
.v-select.v-select--chips.v-input--dense .v-select__selections {
  min-height: 32px !important;
}

.viewDataModal .v-select__slot {
  max-height: 32px;
}
/* v-select - End */

/* v-tab - Start */
.v-tab--active:hover::before,
.v-tab:hover::before {
  opacity: 0 !important;
}

.theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) {
  border-color: var(--primary) !important;
}

/* .v-tab {
  justify-content: left !important;
} */

.v-tab--active {
  box-shadow: none;
  background: transparent;
  border-color: var(--primary);
  color: var(--primary) !important;
  border-bottom: 2px solid var(--primary);
  font-weight: 900 !important;
}
.v-tabs {
  margin-bottom: 1rem;
}
.v-tabs--fixed-tabs > .v-tabs-bar .v-tab {
  flex: none !important;
  width: initial !important;
  letter-spacing: initial;
}
.deviceConfigPage .v-slide-group__content {
  display: block !important;
  border-bottom: none !important;
  /* border-right: 1px solid #f0f0f0 !important; */
}

.deviceConfigPage .v-tab {
  padding: 0;
}

.deviceConfigPage .v-tabs-bar {
  height: auto;
}

.deviceConfigPage .v-tab--active {
  border-bottom: none;
}

.deviceConfigPage .v-tabs--fixed-tabs > .v-tabs-bar .v-tab {
  padding: 12px 0;
  text-transform: capitalize;
}

.deviceConfigPage .v-slide-group.v-item-group > .v-slide-group__next,
.deviceConfigPage .v-slide-group.v-item-group > .v-slide-group__prev {
  display: none !important;
}

.deviceConfigPage .v-radio.theme--light,
.requestAccessToggle .v-radio.theme--light {
  width: 50%;
}
.deviceConfigPage .v-input--radio-group--row .v-input__slot {
  border: 1px solid #bfbfbf !important;
}
.horizontalTab .v-tab {
  padding: 0 16px !important;
  text-align: center !important;
}

.horizontalTab .v-tabs-bar {
  height: 48px !important;
}

.horizontalTab .v-tab--active {
  border-bottom: 2px solid var(--primary) !important;
}

.horizontalTab .v-tabs--fixed-tabs > .v-tabs-bar .v-tab {
  /* padding: 20px 0; */
  text-transform: capitalize;
}

.horizontalTab .v-slide-group.v-item-group > .v-slide-group__next,
.horizontalTab .v-slide-group.v-item-group > .v-slide-group__prev {
  display: none;
}

.horizontalTab .v-radio.theme--light {
  width: 50%;
}

/* v-tab - End */

/* v-image - start */
.bg-size .v-image__image--cover {
  background-size: contain;
  border: 1px solid #dfe0e6 !important;
}
/* v-image - end */

/* v-dialog - Start */

.v-dialog.treeSelect,
.v-dialog.treeSelect.v-dialog--scrollable > .v-card > .v-card__text {
  overflow-y: unset !important;
}

.v-dialog > .v-card > .v-card__text {
  padding: 1.5rem !important;
}

.v-dialog > .v-card > .v-card__title {
  border-bottom: 1px solid #e4e4e4 !important;
  padding: 1rem !important;
}

.modifyCircuitModal
  .v-dialog
  .v-dialog--active
  .v-dialog--persistent
  .v-dialog--scrollable {
  max-height: 98% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.modifyCircuitModal .v-dialog {
  max-height: 98% !important;
}

/* v-dialog - End */

/* v-icon - Start */
.v-icon.v-icon {
  cursor: pointer;
}

.v-icon.notranslate.v-icon--link.material-icons.theme--light {
  color: var(--primary) !important;
}

.v-icon.v-icon::after {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  left: -2px !important;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -3px !important;
  transform: scale(1.3);
  width: 100%;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
/* ------------------------------------------------- */
.custDropDown .v-icon.v-icon.v-icon--link,
.siteNameDropdown .v-icon.v-icon.v-icon--link,
.meterNameDropdown .v-icon.v-icon.v-icon--link {
  font-size: 18px !important;
}

.consumptionCalendar .v-icon {
  color: #1976d2 !important;
}

.resolutionSelect i.v-icon.notranslate.mdi.mdi-menu-down.theme--light {
  margin-left: 19px !important;
}

/* v-icon - End */

/* v-navigation-drawer - Start */
.v-navigation-drawer__content {
  background: #ffffff !important;
  position: relative !important;
  overflow-y: hidden !important;
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  width: 80px;
}

.v-navigation-drawer--fixed {
  z-index: 99 !important;
  width: 80px !important;
  /* remove to work expand */
}

.v-navigation-drawer--mini-variant {
  width: 80px !important;
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.v-navigation-drawer__border {
  border-right: 0 !important;
}

/* v-navigation-drawer - End */

/* v-card - Start */
.v-card {
  border: 1px solid #dfe0e6 !important;
  box-shadow: none !important;
}

.v-card__actions {
  border-top: 1px solid #e4e4e4 !important;
  padding: 1rem !important;
}
.v-card.b-none {
  border: 0 !important;
}
.v-card.border-none {
  border: none !important;
}
/* v-card - End */

/* v-slide-group - Start */
.v-slide-group__next,
.v-slide-group__prev {
  border-radius: 50%;
  margin-top: 14px;
  min-width: 20px !important;
  height: 20px !important;
}

.v-slide-group__prev--disabled {
  box-shadow: 0 2px 6px 0 rgb(10 154 141 / 0.5) !important;
  background: #dddddd !important;
  border-radius: 50%;
  margin-top: 14px;
  min-width: 20px !important;
  height: 20px !important;
  visibility: hidden !important;
}

.v-slide-group__next .v-icon,
.v-slide-group__prev .v-icon {
  color: var(--primary) !important;
  font-size: 18px !important;
}

.v-slide-group__next .v-icon {
  left: 1px !important;
}

.v-slide-group__prev .v-icon {
  right: 1px !important;
}

.v-slide-group__content {
  border-bottom: 1px solid #e9ecef;
}

.v-chip-group .v-slide-group__content {
  border: none;
}
/* v-slide-group - End */

/* v-input-control, v-input__slot - Start */
.dateRangeField .v-input__control,
.valuesField .v-input__control,
.resolutionSelect .v-input__control {
  height: 35px !important;
}
.missingAlertCheck .v-input__slot {
  margin-bottom: 0 !important;
}
/* v-input-control, v-input__slot - End */

/* v-autocomplete__content - Start */

.v-autocomplete__content {
  max-width: 245px !important;
  overflow-x: auto !important;
}

.v-autocomplete__content .v-list-item {
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap !important;
  text-transform: capitalize;
}

/* v-autocomplete__content - End */

/* v-stepper - Start */

.v-stepper {
  box-shadow: none !important;
}

.v-stepper__step__step .v-icon {
  color: #fff !important;
}

.v-stepper__label {
  font-size: 16px !important;
}

.stepper .v-text-field--outlined > .v-input__control > .v-input__slot {
  height: 32px !important;
}

.theme--light.v-stepper .v-stepper__step--editable:hover {
  background: none !important;
}

.v-stepper__wrapper {
  overflow-y: auto !important;
}

.v-stepper__wrapper::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
}

.otherDetailsStepper .v-stepper__wrapper {
  height: 63vh !important;
  overflow: auto;
}

/* v-stepper - End */

/* v-messages - Start */
.v-messages__message {
  position: absolute !important;
  left: -9px !important;
}
/* v-messages - End */

.theme--light.v-divider {
  border-color: #dfe0e6 !important;
}

/* Vuetify styles - End */

/** New Login Design**/
.h-24px {
  height: 24px;
}

/* .authForm {
  width: 380px;
} */

/* input {
    background: linear-gradient(
      to right bottom,
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.3)
    );
    border: none;
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 16px;
    padding-left: 45px;
    border-radius: 2rem !important;
  } */

.submitBtn {
  box-shadow: none !important;
  background: var(--primary) !important;
  border-color: var(--primary);
  border: none;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 16px;
  border-radius: 2rem;
  color: #fff !important;
  height: 32px !important;
}

.buttonLoader {
  width: 16px;
  height: 16px;
  border: 2px solid lightgrey;
  border-radius: 25px;
  position: relative;
  top: 3px;
}

.buttonLoader {
  width: 18px;
  height: 18px;
  border: 3px solid lightgrey;
  border-top-color: #ffffff;
  border-radius: 50%;
}

.buttonLoading {
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.slidingHint {
  animation: slide_left 0.5s ease-in;
  transform: translateX(0px);
}

@keyframes slide_left {
  0% {
    transform: translateX(-330px);
    opacity: 0.7;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.noUnderline {
  text-decoration: none !important;
}

.noUnderline:hover {
  text-decoration: none !important;
}

.firstAnimateRing {
  transition: 0.36s all ease-in;
  /* transform: translateY(-16px); */
  transform: translate(10px, 6px);
  position: relative;
  right: -5%;
}

.circle2 {
  bottom: -9%;
  left: -8%;
  transform: translate(-10px, 4px);
  transition: 0.36s all ease-in;
}

.firstAnimateRing {
  transition: 0.36s all ease-in;
  /* transform: translateY(-16px); */
  transform: translate(10px, 6px);
  position: relative;
  right: -5%;
}

.circle2 {
  bottom: -9%;
  left: -8%;
  transform: translate(-10px, 4px);
  transition: 0.36s all ease-in;
}

/** New Login Design**/

.v-btn {
  width: max-content;
  border-radius: 50px !important;
}

.v-btn:hover:before {
  opacity: 0 !important;
}

.theme--light.v-list-item:hover::before {
  border-radius: 6px;
}

/* .theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled){
  color: transparent !important;
} */
.v-btn.v-size--default {
  font-size: 14px !important;
}

.deviceConfigPage .v-slide-group__content {
  display: block !important;
  border-bottom: none !important;
  /* border-right: 1px solid #f0f0f0 !important; */
}

.deviceConfigPage .v-tab {
  padding: 0;
}
.horizontalTab .v-list-item {
  padding: 0 !important;
}
.horizontalTab .v-list-item:hover {
  background: transparent !important;
}
.siteCostStickyHead {
  position: sticky;
  top: 0;
  background: white;
  z-index: 8;
  padding: 1rem 1rem 0.8rem;
}
.deviceConfigPage .v-tabs-bar {
  height: auto;
}

.deviceConfigPage .v-tab--active {
  border-bottom: none;
}

.deviceConfigPage .v-tabs--fixed-tabs > .v-tabs-bar .v-tab {
  padding: 12px 0;
  text-transform: capitalize;
}

.deviceConfigPage .v-slide-group.v-item-group > .v-slide-group__next,
.deviceConfigPage .v-slide-group.v-item-group > .v-slide-group__prev {
  display: none !important;
}

.fullWidthToggle .v-radio.theme--light {
  width: 100%;
}

.horizontalTab .v-slide-group__content {
  display: flex !important;
  border-bottom: 1px solid #e9ecef !important;
  border-right: 1px solid transparent !important;
}

.addrBox .v-messages,
.siteSelection .v-messages,
.cvpCheckbox .v-messages,
.cvProposalPage .checkbox-wrap .v-messages {
  display: none !important;
}

.cvpCheckbox .v-input__slot {
  margin-top: 8px !important;
}

.fullWidthToggle .v-radio.theme--light {
  width: 100%;
}

.comparisonContent .v-messages,
.comparisonContent .v-text-field.v-text-field--enclosed .v-text-field__details,
.addrBox .v-messages {
  display: none !important;
}

.comparisonContent .v-input__slot {
  margin-bottom: 0 !important;
}

.sidebarList .theme--light.v-icon {
  color: #333333 !important;
}
.sidebarList .active .v-list-item-icon {
  margin: 10px 0 !important;
}

.theme--light.v-icon {
  color: #666666 !important;
}
.t-4 .v-icon.v-icon {
  top: 4px !important;
  font-size: 22px !important ;
  color: #4b5068 !important;
}
.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)
  > .v-input__control
  > .v-input__slot
  fieldset {
  color: #4a557d !important;
}

#cvMpanTable .v-text-field--outlined fieldset {
  border-color: transparent !important;
}
.v-text-field--outlined fieldset {
  border-color: #dfe0e6 !important;
}
#cvMpanTable .theme--light.v-input input {
  text-align: center !important;
}

.matrixField .v-input__control {
  height: 45px !important;
}

.parentMenuSelect
  .v-autocomplete:not(.v-input--is-focused).v-select--chips
  input {
  max-height: 13px !important;
}

/* Toaster --- Start  */
.toastContainer {
  font-family: "Readex Pro", sans-serif;
  background-color: #ffffff;
  display: flex !important;
  position: fixed;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  max-width: 400px;
  min-height: 60px;
  min-width: 315px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.1s linear;
  animation: fade 0.7s linear;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.toaster-icon-wrap {
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.toastMessage {
  font-size: 16px;
  pointer-events: none;
  display: flex;
  align-items: center;
  padding: 14px;
}

/* Success */
.toastSuccess .toaster-icon-wrap {
  background: var(--success-op30);
}

.toastSuccess .toaster-icon,
.toastSuccess .toastMessage {
  color: var(--success);
}

/* Error */
.toastError .toaster-icon-wrap {
  background: var(--error-op30);
}

.toastError .toaster-icon,
.toastError .toastMessage {
  color: var(--error);
}

/* Warning */
.toastWarning .toaster-icon-wrap {
  background: var(--warning-op30);
}

.toastWarning .toaster-icon,
.toastWarning .toastMessage {
  color: var(--warning);
}

/* Info */
.toastInfo .toaster-icon-wrap {
  background: var(--info-op30);
}

.toastInfo .toaster-icon,
.toastInfo .toastMessage {
  color: var(--info);
}

.toastCloseButton {
  position: absolute;
  overflow: auto;
  position: absolute;
  top: 20px;
  right: 13px;
  font-size: 14px;
  cursor: pointer;
}

/* Toaster --- End  */

.headerTitle {
  font-size: 18px !important;
  font-weight: bold !important;
}

/* Button --- Start  */
.btn {
  height: 28px;
  font-size: 16px;
  font-weight: medium;
  text-align: center;
  padding: 0 16px;
  border-radius: 6px;
  border: 0;
  outline: 0;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  box-shadow: none !important;
}

/* Replacement for .submitBtn */
.btn__primary {
  height: 28px !important;
  /* width: 100%; */
  background-color: var(--primary) !important;
  color: #fff !important;
  border: 1px solid var(--primary);
}

.btn__secondary {
  height: 28px !important;
  /* width: 100%; */
  background-color: #fff !important;
  color: var(--primary) !important;
  border: 1px solid var(--primary);
}

.btn__table {
  height: 28px !important;
  font-size: 16px !important;
  box-shadow: none !important;
}

.grey-border {
  border: 1px solid #f5f5f5;
}

/* Replacement for .addBtnTable .tableBtn */
.btn__table--primary {
  color: #1e40af !important;
  background: #f1f5f9 !important;
  border: 1px solid #1e40af;
}

.btn__table--secondary {
  background-color: var(--blue-op33) !important;
  color: var(--blue) !important;
  border: 1px solid var(--blue);
}

.btn__table--danger {
  background-color: #f4433633 !important;
  color: #f44336 !important;
  border: 1px solid #f44336;
}

.btn__table--cyan {
  background: #00968824 !important;
  color: #009688 !important;
  /* border: 1px solid #009688; */
}

.btn__table--purple {
  background: #9c27b021 !important;
  color: #9c61a6 !important;
}

.btn__table--green {
  background-color: #50af5033 !important;
  color: #50af50 !important;
  border: 1px solid #50af50;
}

/* Replacement for .cementBtnTable .tableBtn */
.btn__table--cement {
  background-color: #ff980024 !important;
  color: #de7a18 !important;
  /* border: 1px solid #ff9800; */
}
.btn__table--blue {
  color: #2e4aa4 !important;
  background: #d8e5f3bd !important;
  /* border: 1px solid #ff9800; */
}
.dark-text {
  color: #333333 !important;
}

.grey-text {
  color: #959595 !important;
}

.btn--xl {
  height: 40px !important;
  width: 100%;
}

.btn--lg {
  height: 32px !important;
  width: 100%;
}

.btn-icon {
  min-width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 50px !important;
  font-size: 18px;
}

.btn-icon__primary {
  color: #1e40af !important;
  background: #f1f5f9 !important;
  border: 1px solid #1e40af;
}

/* Replacement for .reportDownloadBtn */
.btn-icon__green {
  color: #50af50 !important;
  background: #50af5033 !important;
  border: 1px solid #50af50;
}

/* Replacement for .reportUploadBtn */
.btn-icon__orange {
  color: #ff9800 !important;
  background: #ff980033 !important;
  border: 1px solid #ff9800;
}

/* Replacement for .fileDownloadBtn */
.btn-icon__red {
  color: #f44336 !important;
  background: #f4433633 !important;
  border: 1px solid #f44336;
}

/* Button --- End  */

.dbSync.v-radio .v-input--selection-controls__input {
  display: block !important;
}

.dbSync.v-radio.v-item--active {
  background: initial !important;
}

.dbSync.v-radio.v-item--active .v-label {
  color: initial !important;
}

.dbSyncRadio.v-input--radio-group--row .v-input__slot {
  border: none !important;
}

.dbSyncRadio .v-radio {
  background: initial !important;
  /* padding: initial !important; */
}

.dbSync.v-radio .v-label {
  position: relative !important;
  top: 2px !important;
}

.roleGroupSelect
  .v-autocomplete:not(.v-input--is-focused).v-select--chips
  input {
  max-height: 11px !important;
}

/* password wrap show hide start */
.password_wrap {
  width: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 285px;
}

.password_switch {
  width: 100%;
}

.password_switch .show {
  display: block;
  width: 100%;
}

.password_switch .hide {
  display: none;
}

.password_switch:hover .show {
  display: none;
}

.password_switch:hover .hide {
  display: block;
  width: 100%;
}

/* .btn__primary .v-btn__content {
  margin-top: -3px !important;
} */

/* end pwd */
/* vertical tab */

.v-tabs--vertical .v-tab--active {
  border-left: 3px solid var(--primary);
  border-bottom: none !important;
  background: #e6edf5;
}

.v-tabs--vertical
  .theme--light.v-tabs
  > .v-tabs-bar
  .v-tab:not(.v-tab--active) {
  border-left: 3px solid red !important;
}

.v-tabs--vertical > .v-tabs-bar .v-tab {
  height: 43px !important;
}

/* vertical tab */
.mappingSelect .v-input__control,
.select-dense .v-input__control {
  height: 32px !important;
}

.theme--light.v-card {
  color: #959595 !important;
}
/* .tabMain .theme--light.v-card {
  color: #333333 !important;
} */

.highlight {
  font-weight: bold;
  background-color: yellow;
}

.v-otp-input .v-input input[type="number"] {
  font-weight: bold;
}

.ql-editor {
  min-height: 50px !important;
  font-size: 14px;
  font-weight: 400 !important;
  color: #333333;
}

.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
  font-size: 14px;
}
.ql-editor.ql-blank::before {
  font-style: normal !important;
}
.materialUsed .ql-editor {
  min-height: 100px !important;
}

.addCircuitRadio .v-input--radio-group--row .v-input--radio-group__input {
  white-space: nowrap !important;
}

.v-input--radio-group--row .v-input--radio-group__input {
  flex-wrap: nowrap !important;
}

.nowrap {
  white-space: nowrap !important;
}
.p-relative {
  position: relative !important;
}
.v-data-table > .v-data-table__wrapper > table {
  border-collapse: collapse !important;
}

/* Media query (Responsive) - Start */

@media screen and (min-width: 960px) {
  .clickEniscopeArea {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 1821px) {
  #wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)) !important;
  }

  .textTruncate {
    width: 284px !important;
  }
}

@media only screen and (min-width: 2464px) {
  #wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(560px, 1fr)) !important;
  }

  .textTruncate {
    width: 284px !important;
  }
}

@media only screen and (min-width: 2750px) {
  #wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(567px, 1fr)) !important;
  }
}
/* ipad portrait */
@media (min-width: 768px) and (max-width: 991.98px) {
  .questionnaire-table tr th {
    vertical-align: top !important;
  }
}
/* ipad portrait end */

/* ipad landscape start */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .questionnaire-table tr th {
    vertical-align: top !important;
  }
}
/* ipad landscape end */

/* Media query (Responsive) - End */

/* New */
.blue-nav {
  background: #1067d4 !important;
  height: 74px !important;
}

.v-toolbar__content {
  background: #1067d4 !important;
  height: 74px !important;
  padding: 0 3rem !important;
}

/* input:-internal-autofill-selected{
  font-size: 20px !important;
} */
.site_list_card {
  height: calc(100vh - 105px);
  overflow-y: auto;
}
.site_list_card .header {
  border-bottom: 0 !important;
}
.site_list_building_card {
  height: calc(100vh - 203px);
  overflow-y: auto;
}
/* .site_list_building_card .last-updated{
  display: none;
} */
.cvp-card .mh-323 {
  min-height: 323px !important;
}
.site_list_building_card .cvp-card.last-updated::before {
  display: none;
}
.v-navigation-drawer--close {
  visibility: visible !important;
}
.v-navigation-drawer {
  transform: initial !important;
  max-width: 80px !important;
}
.v-card {
  position: relative;
}

.tableCardHeader {
  position: sticky;
  top: 0;
  z-index: 1 !important;
  background: #ffffff !important;
}

/* .truncate {
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */
.theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) {
  color: #959595 !important;
}
.theme--light.v-tabs .v-tab--active:focus::before {
  opacity: 0 !important;
}
.cvProposalPage .tabFooter {
  float: right;
  margin-left: 12px;
}
.estimatePage .estimate .v-slide-group {
  flex: 0 0 25%;
  /* max-width: 25%; */
  width: 300px !important;
  min-width: 300px !important;
  margin-right: 16px;
  border: 1px solid #dfe0e6;
  border-radius: 4px;
}
.estimatePage .estimate .v-tabs-items {
  /* flex: 0 0 75%; */
  /* max-width: 75%; */
  border: 1px solid #dfe0e6;
  border-radius: 4px;
}
.estimatePage .v-tabs-items .v-card {
  border: 1px solid #ffffff !important;
}
.estimatePage .v-tabs.estimate {
  height: calc(100vh - 157px) !important;
  margin-bottom: 0;
}
.estimatePage .v-tab {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: normal;
}
.estimatePage .v-tabs--vertical .v-tab--active {
  border: 0;
}
.estimatePage .v-tabs--vertical .v-tab--active {
  background: none;
}
.estimatePage .tabMain {
  height: calc(100vh - 194px);
  overflow-y: auto;
  overflow-x: hidden;
  /* margin-bottom: 20px; */
}
.estimatePage .v-window {
  overflow: auto;
}

.noTitle .v-date-picker-title__date {
  display: none !important;
}
.noTitle .v-date-picker-title__year {
  margin-bottom: 0px !important;
}

.accordion-wrap {
  margin-bottom: 1px;
}
.category-wrap .accordion-wrap:first-child .v-expansion-panel--active {
  margin-top: 0%;
}
.accordion-wrap .v-expansion-panel-content__wrap {
  background-color: #f5f5f5;
  padding: 12px !important;
}
.accordion-wrap .theme--light.v-tabs-items {
  padding: 12px;
}
.accordion-wrap .v-expansion-panel--active {
  margin: 16px 0;
}
.accordion-wrap .v-expansion-panel--active > .v-expansion-panel-header {
  min-height: 48px;
  background: #ffffff !important;
  position: sticky;
  top: -5px;
  z-index: 99;
}

.accordion-wrap .v-expansion-panel-header {
  padding: 16px 40px;
}
.accordion-wrap .v-expansion-panel-header__icon {
  position: absolute;
  left: 12px;
}
.estimatePage .tableCard .card-body::-webkit-scrollbar {
  height: 0;
  width: 0;
  display: none;
}

/* ipad portrait */
@media (min-width: 768px) and (max-width: 991.98px) {
  .tab-d-none {
    display: none !important;
  }

  .container-wrap {
    padding: 1.5rem !important;
  }

  /* .truncate {
    max-width: 58px;
  } */

  .v-data-table--fixed-header
    > .v-data-table__wrapper
    > table
    > thead
    > tr
    > th:nth-child(1),
  .v-data-table--fixed-header
    > .v-data-table__wrapper
    > table
    > tbody
    > tr
    > td:nth-child(1) {
    position: relative !important;
  }

  .site_list_card .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .border-none.header .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .v-dialog {
    min-width: 70%;
  }
  .circle {
    height: 100vh !important;
  }
  .circle img {
    width: 7vw !important;
    position: absolute;
    top: 5vw !important;
    left: 4vw !important;
  }
  .glass {
    width: 100%;
    margin: 0 auto;
  }
  .login-page {
    top: -12px;
  }
  .hierarchy-overall-card {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 40% !important;
  }

  .hierarchy-sitelist-overall-card {
    width: 60% !important;
  }
  .questionnaire-meter-table tr {
    display: block;
  }
  .questionnaire-meter-table td.break-1 {
    float: left;
    line-height: 22px;
  }
  .truncate {
    max-width: 58px;
  }
}
/* ipad portrait end */

/* ipad landscape */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container-wrap {
    padding: 1.5rem !important;
  }
  .hierarchy-overall-card {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 40% !important;
  }

  .hierarchy-sitelist-overall-card {
    width: 60% !important;
  }
  .questionnaire-meter-table tr {
    display: block;
  }
  .questionnaire-meter-table td.break-1 {
    float: left;
    line-height: 22px;
  }
}
/* ipad landscape end*/

/* samsung landscape */
@media (min-width: 800px) and (max-width: 1280px) {
  .questionnaire-meter-table tr {
    display: block;
  }
  .questionnaire-meter-table td.break-1 {
    float: left;
    line-height: 22px;
  }
  .v-application .tab-issue .ml-3 {
    margin-left: 0 !important;
  }
  .tab-width-165 {
    max-width: 165px !important;
  }
  .tab-width-138 {
    max-width: 138px !important;
  }
  .tab-w-25 {
    width: 25% !important;
  }
}
/* samsung landscape end */

/* Mobile */
@media (max-width: 767.98px) {
  .mob-d-none {
    display: none !important;
  }

  .container-wrap {
    padding: 1.5rem !important;
  }

  /* .truncate {
    max-width: 58px;
  } */

  .v-data-table--fixed-header
    > .v-data-table__wrapper
    > table
    > thead
    > tr
    > th:nth-child(1),
  .v-data-table--fixed-header
    > .v-data-table__wrapper
    > table
    > tbody
    > tr
    > td:nth-child(1) {
    position: relative !important;
  }

  .v-data-table--fixed-header
    > .v-data-table__wrapper
    > table
    > thead
    > tr:nth-child(2)
    > th {
    top: 60px !important;
  }

  .cv-init-table-w-mob {
    height: calc(100vh - 188px);
  }

  .v-dialog {
    min-width: 90%;
  }
  .brand {
    margin: 2rem !important;
  }
  .brand img {
    margin-bottom: 40px;
  }
}

/* Mobile End */

[data-title]:hover:after {
  opacity: 0.9;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}
[data-title]:after {
  content: attr(data-title);
  font-family: "Readex Pro", sans-serif !important;
  background-color: #333333;
  color: #fff;
  font-size: 14px;
  position: absolute;
  padding: 4px 8px;
  top: 2px;
  left: 105%;
  max-width: calc(100% + 30px);
  /* white-space: nowrap; */
  width: max-content;
  opacity: 0;
  border-radius: 4px;
  z-index: 99999;
  visibility: hidden;
}
[data-title] {
  position: relative;
}
.el-tiptap-editor > .el-tiptap-editor__content {
  padding: 15px 15px !important;
  border-bottom: 1px solid #ebeef5 !important;
}
.el-tiptap-editor {
  height: calc(100vh - 354px) !important;
}

/* pdf styles */
.acknowledgement a {
  color: unset;
  letter-spacing: 0.5px;
}

.acknowledgement > * {
  color: var(--secondary);
}

/* TABLE 8 */
#table_8 {
  background-color: #d9e2f3;
  border-color: #bfbfbf;
  margin: 1.5rem 0;
  width: 100%;
}

#table_8 th {
  text-align: left;
  font-weight: 400;
}

#table_8 tr:first-child td {
  border-color: #d9e2f3;
}

#table_8 tr:first-child th,
#table_8 tr:nth-child(2) {
  border-top: 2px solid #000;
}

#table_8 tr:last-child {
  border-bottom: 2px solid #000;
}

#table_8 tr th:first-child,
#table_8 tr td:first-child,
#table_8 tr th:last-child,
#table_8 tr td:last-child {
  border-right: 2px solid #000;
}

#table_8 tr th:first-child {
  border-left: 2px solid #000;
}

/* TABLE 12 */
.table_12 {
  background-color: #d9e2f3;
  border-color: #bfbfbf;
  margin: 1.5rem 0;
  width: 100%;
}

.table_12 th {
  text-align: left;
  font-weight: 400;
  background-color: #f2f2f2;
}

.table_12 td,
.table_12 tr th:first-child {
  text-align: center;
}

.table_12 tr:first-child td {
  border-top: 2px solid #fff !important;
  border-left: 2px solid #fff !important;
}

.table_12 tr:last-child td {
  font-weight: bold;
}

.table_12 tr:first-child th {
  font-weight: bold;
  text-align: center;
}

.table_12 tr:first-child td {
  border-color: #d9e2f3;
}

.table_12 tr:first-child th,
.table_12 tr:nth-child(2) {
  border-top: 2px solid #000;
}

.table_12 tr:last-child {
  border-bottom: 2px solid #000;
}

.table_12 tr th:first-child,
.table_12 tr td:first-child,
.table_12 tr th:last-child,
.table_12 tr td:last-child {
  border-right: 2px solid #000;
}

.table_12.estimated tr th:first-child,
.table_12.estimated tr th:last-child,
.table_12.estimated tr td:last-child {
  border-left: 2px solid #000;
}

.table_12.projected tr th:first-child,
.table_12.projected tr th:nth-child(4),
.table_12.projected tr td:nth-child(4) {
  border-left: 2px solid #000;
}

/* TABLE 14 */
#table_14 {
  background-color: #d9e2f3;
  border-color: #bfbfbf;
  text-align: center;
  margin: 1.5rem 0;
  width: 100%;
}

#table_14 tr:first-child {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

#table_14 tr:last-child {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

/* TABLE 15 */
.table_15 {
  background-color: #d9e2f3;
  border-color: #bfbfbf;
  margin: 1.5rem 0;
  width: 100%;
}

.table_15 tr:first-child th {
  font-weight: bold;
  text-align: center;
}

.table_15 tr:last-child th {
  border-right: 2px solid #000;
  border-left: 2px solid #fff !important;
  border-bottom: 2px solid #fff;
  background-color: #fff;
}

.table_15 tr:first-child th,
.table_15 tr:nth-child(2) {
  border-top: 2px solid #000;
}

.table_15 tr:last-child {
  border-top: 2px solid #000;
}

.table_15 tr th:last-child,
.table_15 tr td:last-child {
  border-right: 2px solid #000;
}

.table_15 tr th:first-child,
.table_15 tr td:first-child {
  border-left: 2px solid #000;
}

.table_15 tr th:last-child,
.table_15 tr td:last-child {
  border-left: 1px solid #000;
}

.table_15 tr:last-child td {
  border-bottom: 2px solid #000;
}

/* TABLE 17 */
.table_17 {
  background-color: #d9e2f3;
  border-color: #bfbfbf;
  text-align: left !important;
  margin: 1.5rem 0;
  width: 100%;
}

.table_17 tr:first-child {
  border-top: 1px solid #5b9bd5;
}

.table_17 tr:last-child {
  border-bottom: 1px solid #5b9bd5;
}

.table_17 tr {
  border-left: 1px solid #5b9bd5;
  border-right: 1px solid #5b9bd5;
}

.table_17 td {
  color: var(--secondary);
}

/* TABLE 19 */
.table_19 {
  border-color: #bfbfbf;
  margin: 1.5rem 0;
  width: 100%;
}

.table_19 tr:first-child {
  border-top: 1px solid #5b9bd5;
}

.table_19 tr:last-child {
  border-bottom: 1px solid #5b9bd5;
}

.table_19 tr {
  border-left: 1px solid #5b9bd5;
  border-right: 1px solid #5b9bd5;
}

.table_19 td {
  text-align: center;
}

.table_19 tr td:nth-child(2),
.table_19 tr td:nth-child(3) {
  font-weight: 400;
}

.table_19 tr td:last-child {
  font-weight: bold;
}
.pg-br-in-avoid {
  page-break-inside: avoid !important;
}

.pg-br-af-always {
  page-break-after: always !important;
}

.pg-br-bf-always {
  page-break-before: always !important;
}
.circuitDetailExpansion .v-expansion-panel-content__wrap {
  overflow-x: auto !important;
}
.currency-euro .currency::before {
  content: "€ ";
}
.currency-pound .currency::before {
  content: "£ ";
}
.grey-bg {
  background: #f1f1f2 !important;
}
.red-bg {
  background: #ffebec !important;
}
.redText {
  color: #f87077 !important;
}
.blue-bg {
  background: #e5f4fc !important;
}
.amber-bg {
  background: #fcdec4 !important;
  color: #df8230 !important;
}
.amberText {
  color: #df8230 !important;
}
.green-bg {
  background: #d9f3f3 !important;
}
.greenText {
  color: #246060 !important;
}

.total-bg td {
  background: #fceeb2 !important;
}
.apexcharts-legend.apx-legend-position-right {
  position: absolute;
  left: auto;
  top: 120px !important;
  right: 25px;
}
.apexcharts-legend-text {
  /* color: #fff !important; */
  font-size: 11px !important;
  font-weight: 500 !important;
  font-family: Helvetica, Arial, sans-serif;
}
.working-radiogroup.v-input--radio-group--column .v-input--radio-group__input {
  flex-direction: row !important;
}
.working-radiogroup .theme--light.v-messages {
  display: none !important;
}
.working-radiogroup.v-input--radio-group--column
  .v-radio:not(:last-child):not(:only-child) {
  margin-bottom: 0 !important;
}
/* .working-radiogroup{
  width: 16% !important;
} */
.working-radiogroup .v-radio.v-item--active {
  background: none !important;
  /* border-radius: 6px; */
}
.working-radiogroup .v-radio .v-input--selection-controls__input {
  display: flex !important;
}
.working-radiogroup .v-radio.v-item--active .v-label {
  color: #757575 !important;
}
.working-radiogroup {
  margin-top: 0 !important;
}
.working-radiogroup .v-radio.theme--light {
  width: unset !important;
}
.working-radiogroup .v-input__slot {
  margin-bottom: 0 !important;
}
/* .h-30 .v-input__icon{
  height: 30px !important;
} */
#detailed-table
  .v-data-table--dense
  .v-data-table__wrapper
  table
  tbody
  tr:nth-child(odd),
#detailed-table
  .v-data-table--dense
  .v-data-table__wrapper
  table
  tbody
  tr:nth-child(odd)
  td:first-child {
  background-color: #ecf4fd !important;
}
.pricing-options .v-input__control .v-input__slot {
  width: 230px !important;
  font-size: 14px !important;
}

/* .pricingOptions .v-select__selection--comma {
  min-width: fit-content !important;
    font-size: 14px !important;
    background: red;
} */
/* .pricing-options .v-select__selection--comma {
  overflow: visible !important;
} */
/* .pricing-options .v-input__control .v-select__slot .v-select__selections .v-select__selection {
  max-width: fit-content !important;
} */
.pricing-options .v-select__selections {
  flex-wrap: nowrap;
  overflow-x: scroll !important;
  max-height: 32px !important;
  overflow-y: hidden;
  font-size: 14px !important;
}

.pricing-options .v-select__selection--comma {
  overflow: visible !important;
}
.pricing-options
  .v-input__control
  .v-select__slot
  .v-select__selections
  .v-select__selection {
  max-width: fit-content !important;
}
.pricing-options ::-webkit-scrollbar-thumb {
  background: #999 !important;
  border-radius: 5px !important;
  height: 5px;
}
/* .pricing-options .v-select__selection--comma {
  min-width: fit-content;
} */
/* .completed-btn {
  background: #dcfff1 !important;
    border-radius: 3px !important;
} */
.completed-btn label.v-label.theme--light {
  color: #74be74 !important;
  font-size: 13px !important;
}
/* .incompleted-btn {
  background: #e3848424 !important;
  border-radius: 3px !important;
} */
.incompleted-btn label.v-label.theme--light {
  color: #e34234 !important;
  font-size: 13px !important;
}
.contract-table tr th,
.contract-table tr td {
  border: 1px solid #d8d8d8 !important;
}
.conclusionTable {
  border: 1px solid #d8d8d8 !important;
}

.conclusionTable tr td {
  border-bottom: 1px solid #d8d8d8 !important;
  padding: 4px 12px !important;
}
.conclusionTable tbody td:last-child {
  color: #333333 !important;
}
.roiReturnTable {
  border: 1px solid #ebf2f6 !important;
}
.roiReturnTable tr td {
  padding: 5px !important;
}
.roiReturnTable thead tr th {
  background-color: var(--primary);
  color: var(--white) !important;
}
.roiReturnTable thead tr th,
.roiTable tbody tr td {
  padding: 4px 12px;
}
.pl-16px {
  padding-left: 16px !important;
}
.selectAllOpt label {
  padding-left: 2px !important;
  /* color: #000000de !important; */
}
.selectAllOpt .theme--light.v-label {
  color: #000000de !important;
}
.selectAllOpt .v-messages {
  display: none !important;
}
.discountTable tr td {
  border-bottom: none !important;
}
.discountBtn {
  background: #06c9b5 !important;
  color: #fff !important;
  border: none;
  padding: 16px !important;
  width: 110px !important;
  /* border-radius: 5px !important; */
  /* box-shadow: 0px 0px 2px 2px #6cc387 !important; */
}
.discountBtn span {
  font-size: 12px !important;
}
.discountBtn i {
  padding-right: 5px;
  font-size: 18px !important;
}
.discountTable .hr-line {
  border-top: 2px solid #4b5068 !important;
}
.h-32px {
  height: 32px !important;
}
.monthCost .v-input__control {
  min-height: 32px !important;
}
.monthCost .v-input__slot {
  max-height: 32px !important;
}
.discount-dropdown {
  animation: blink 500ms infinite alternate;
}
.remarks .v-input__control {
  max-height: 32px !important;
}
.remarks .v-input__slot {
  min-height: 32px !important;
}
.remarks .v-input {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.remarks textarea {
  margin-top: 0 !important;
}
.v-application--is-ltr .v-list-item__action:first-child, .v-application--is-ltr .v-list-item__icon:first-child {
  margin-right: 10px !important;
}
#detailed-table thead th:first-child {
width: 153px;
}
