:root {
  --col-padding: 8px;
  --card-bg: #35314f;
  --card-margin: 16px;
  --dashboard-height: calc(100vh - 130px);
  --dashboard-height-line: calc(100vh - 130px - 150px - 32px);
  --dashboard-height-line-right: calc(100vh - 130px - 150px - 32px);
  --dash-height-today: 150px;
  --dash-height-worktype: 150px;
  --dash-height-energy: 150px;
  --dash-height-weather: 60%;
  --dash-height-calendar: 40%;
  --dash-height-map: calc(100vh - 130px - 300px - 32px);
  --kyungHee-height-map: calc(100vh - 130px - 170px - 32px);
  --dash-height-alertlist: 150px;
  --kyungHee-height-alertlist: 185px;
  --dash-height-uncf: 110px;
  --dash-height-kpi: calc(60% - 110px - 16px);
  --dash-height-kpi-graph: 40%;
  --dash-height-light-control: calc(100vh - 150px - 110px);
}

.v-application,
.text-body-1,
.text-body-2,
.text-subtitle-1,
.text-subtitle-2 {
  color: rgba(var(--v-theme-on-background), 1);
}

.v-card--variant-elevated,
.v-card--variant-flat {
  color: rgba(var(--v-theme-on-surface), 1);
}

.layout-wrapper.layout-nav-type-vertical .layout-navbar,
.layout-wrapper.layout-nav-type-vertical .layout-footer {
  padding-inline: 20px;
}

.v-btn {
  text-transform: none;
}

.w-100 {
  inline-size: 100%;
}

.h-100 {
  block-size: 100%;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.demo-space-x.space-x-small > * {
  margin-inline-end: 5px;
}

.demo-space-y.space-y-small > * {
  margin-block-end: 10px;
}

.v-btn--size-default {
  min-inline-size: 30px;
  padding-block: 0;
  padding-inline: 10px;
}

.layout-page-content {
  padding-block: 0 !important;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.v-btn.text-left {
  justify-content: flex-start;
}

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

.flex-group-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-group-row .flex-row-list {
  flex: 1;
}

.flex-group-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-group-column .flex-coulmn-list {
  display: flex;
  inline-size: 100%;
}

.text-tit,
.text-num {
  font-size: 0.95rem;
}

.v-card-title {
  font-size: 1rem;
}

.layout-navbar .nav-top-name .v-toolbar-title {
  font-size: 0.95rem;
}

.layout-navbar .nav-selectbox {
  margin-inline-end: 12px;
  min-inline-size: 80px;
}

.layout-navbar .nav-selectbox .v-select__selection-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .layout-navbar .nav-top-name.width {
    max-inline-size: 45%;
  }

  .layout-navbar .nav-selectbox {
    margin-inline-end: 4px;
  }
}

@media (max-width: 960px) {
  .layout-navbar .nav-top-name.width {
    max-inline-size: 30%;
  }

  .layout-navbar .nav-top-name .v-toolbar-title {
    font-size: 0.9rem;
  }

  .layout-navbar .nav-top-name .v-toolbar-title.ml-2 {
    margin-inline-start: 0 !important;
  }

  .layout-navbar .nav-top-name .v-icon {
    display: none;
  }

  .layout-navbar .nav-selectbox .v-field__input {
    padding-inline-end: 0 !important;
    padding-inline-start: 5px !important;
  }

  .layout-navbar .nav-selectbox .v-field--appended {
    padding-inline-end: 0 !important;
  }

  .layout-navbar .nav-selectbox .v-select__selection-text {
    font-size: 0.9rem;
  }
}

/** dashboard **/
.dashboard .v-col-xxl,
.dashboard .v-col-xxl-auto,
.dashboard .v-col-xxl-12,
.dashboard .v-col-xxl-11,
.dashboard .v-col-xxl-10,
.dashboard .v-col-xxl-9,
.dashboard .v-col-xxl-8,
.dashboard .v-col-xxl-7,
.dashboard .v-col-xxl-6,
.dashboard .v-col-xxl-5,
.dashboard .v-col-xxl-4,
.dashboard .v-col-xxl-3,
.dashboard .v-col-xxl-2,
.dashboard .v-col-xxl-1,
.dashboard .v-col-xl,
.dashboard .v-col-xl-auto,
.dashboard .v-col-xl-12,
.dashboard .v-col-xl-11,
.dashboard .v-col-xl-10,
.dashboard .v-col-xl-9,
.dashboard .v-col-xl-8,
.dashboard .v-col-xl-7,
.dashboard .v-col-xl-6,
.dashboard .v-col-xl-5,
.dashboard .v-col-xl-4,
.dashboard .v-col-xl-3,
.dashboard .v-col-xl-2,
.dashboard .v-col-xl-1,
.dashboard .v-col-lg,
.dashboard .v-col-lg-auto,
.dashboard .v-col-lg-12,
.dashboard .v-col-lg-11,
.dashboard .v-col-lg-10,
.dashboard .v-col-lg-9,
.dashboard .v-col-lg-8,
.dashboard .v-col-lg-7,
.dashboard .v-col-lg-6,
.dashboard .v-col-lg-5,
.dashboard .v-col-lg-4,
.dashboard .v-col-lg-3,
.dashboard .v-col-lg-2,
.dashboard .v-col-lg-1,
.dashboard .v-col-md,
.dashboard .v-col-md-auto,
.dashboard .v-col-md-12,
.dashboard .v-col-md-11,
.dashboard .v-col-md-10,
.dashboard .v-col-md-9,
.dashboard .v-col-md-8,
.dashboard .v-col-md-7,
.dashboard .v-col-md-6,
.dashboard .v-col-md-5,
.dashboard .v-col-md-4,
.dashboard .v-col-md-3,
.dashboard .v-col-md-2,
.dashboard .v-col-md-1,
.dashboard .v-col-sm,
.dashboard .v-col-sm-auto,
.dashboard .v-col-sm-12,
.dashboard .v-col-sm-11,
.dashboard .v-col-sm-10,
.dashboard .v-col-sm-9,
.dashboard .v-col-sm-8,
.dashboard .v-col-sm-7,
.dashboard .v-col-sm-6,
.dashboard .v-col-sm-5,
.dashboard .v-col-sm-4,
.dashboard .v-col-sm-3,
.dashboard .v-col-sm-2,
.dashboard .v-col-sm-1,
.dashboard .v-col,
.dashboard .v-col-auto,
.dashboard .v-col-12,
.dashboard .v-col-11,
.dashboard .v-col-10,
.dashboard .v-col-9,
.dashboard .v-col-8,
.dashboard .v-col-7,
.dashboard .v-col-6,
.dashboard .v-col-5,
.dashboard .v-col-4,
.dashboard .v-col-3,
.dashboard .v-col-2,
.dashboard .v-col-1 {
  padding: var(--col-padding);
}

.dashboard .v-card .v-card-title {
  font-size: 0.9rem;
}

.v-theme--dark .dashboard .card-bg {
  background-color: var(--card-bg);
}

.card-text-height,
.card-h-100 {
  block-size: calc(100% - 40px);
}

.card-bot-margin {
  margin-block-end: var(--card-margin);
}

@media (min-width: 1280px) {
  .width-line .card-bot-margin:last-child {
    margin-block-end: 0;
  }
}

.DB-today .today-time .time {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
}

.DB-today .today-time .pm {
  margin-inline-end: 0.3rem;
}

.DB-today .today-date {
  font-size: 1.2rem;
}

.DB-today .today-date em {
  font-style: normal;
  margin-block: 0;
  margin-inline: 0.5rem;
}

.DB-today .btn-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  animation: bgerror 2s ease-in infinite alternate;
  block-size: 36px;
  color: #fff;
  cursor: pointer;
  inline-size: 100%;
  text-align: center;
}

.DB-today .btn-mail .text {
  color: #fff;
  font-size: 0.95rem;
}

.DB-today .today-title .v-icon {
  animation: rotate 5s infinite;
}

@keyframes bgerror {
  from {
    background-color: #ff4c51;
  }

  to {
    background-color: rgba(255, 76, 81, 50%);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1280px) {
  .DB-today .btn-mail {
    block-size: 60px;
  }
}

@media (min-width: 960px) and (max-width: 1279px) {
  .DB-today .today-title.d-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .DB-today .today-title.d-flex .v-icon {
    block-size: 60px !important;
    inline-size: 60px !important;
  }

  .DB-today .today-titletext {
    margin-block-start: 1rem;
    text-align: center;
  }

  .DB-today .today-time.d-flex.align-end {
    flex-direction: column;
    align-items: center !important;
  }

  .DB-today .today-time.pm {
    margin-inline-end: 0;
    text-align: center;
  }
}

.DB-weather .v-card-text {
  color: #fff;
}

.DB-weather .bg1 {
  background: #d86d42 url(assets/content/weatherbg_sunny.png) no-repeat center top;
  background-size: 100%;
}

.DB-weather .bg2 {
  background: #48597a url(assets/content/weatherbg_rain.png) no-repeat center top;
  background-size: 100%;
}

.DB-weather .bg3 {
  background: #3b7ea1 url(assets/content/weatherbg_snow.png) no-repeat center top;
  background-size: 100%;
}

.DB-weather .bg4 {
  background: #3f476c url(assets/content/weatherbg_cloud.png) no-repeat center top;
  background-size: 100%;
}

.DB-weather .weather-head {
  block-size: 32%;
}

.DB-weather .weather-tem-group {
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 22%);
  margin-block-end: 4px;
}

.DB-weather .weatherhead-tem {
  line-height: 1;
  vertical-align: text-bottom;
}

.DB-weather .weatherhead-tem .text-temperature {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
}

.DB-weather .weatherhead-tem em {
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1;
  margin-inline: -6px 5px;
  opacity: 0.6;
}

.DB-weather .weatherhead-tem .text-temperature-two {
  font-size: 1.5rem;
  line-height: 1;
}

.DB-weather .weather-tem-group {
  display: flex;
  justify-content: space-between;
  padding-block: 0.25rem;
  padding-inline: 0.2rem;
}

.DB-weather .weather-tem-group .tem-list .term {
  font-size: 1.0rem;
  letter-spacing: -1px;
  margin-inline-end: 3px;
  opacity: 0.7;
}

.DB-weather .weather-tem-group .tem-list .desc {
  color: #fff;
  font-size: 1.0rem;
}

.DB-weather .weathe-dust-group {
  display: flex;
  justify-content: space-between;
  margin-block-start: 0.2rem;
}

.DB-weather .weathe-dust-group .dust-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 22%);
  inline-size: calc(50% - 5px);
  padding-block: 0.5rem 0.4rem;
  padding-inline: 0.3rem;
}

.DB-weather .weathe-dust-group .dustlist-text span {
  display: block;
  font-size: 1.0rem;
  line-height: 1;
}

.DB-weather .weathe-dust-group .dustlist-text span:first-child {
  font-size: 1.0rem;
  margin-block-end: 2px;
  opacity: 0.9;
}

.DB-weather .weathe-dust-group .icon-bg {
  border-radius: 50%;
  background-color: #fff;
}

.DB-weather .weather-week-group {
  display: flex;
  flex-wrap: nowrap;
  margin-block-start: 0.5rem;
}

.DB-weather .weather-week-group .week-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 22%);
  gap: 3px;
  inline-size: calc(100% / 6 - 2px);
  margin-block: 0;
  margin-inline: 1px;
  padding-block: 0.25rem;
  padding-inline: 0;
}

.DB-weather .weather-week-group .week-list:first-child {
  inline-size: calc(100% / 6 - 0px);
  margin-inline-start: 0;
}

.DB-weather .weather-week-group .week-list:last-child {
  inline-size: calc(100% / 6 - 0px);
  margin-inline-end: 0;
}

.DB-weather .weather-week-group .weeklist-day {
  text-align: center;
  font-size: 1.0rem;
}

.DB-weather .weather-week-group .text-temperature {
  overflow: hidden;
  font-size: 1.0rem;
  inline-size: 100%;
  margin-block-start: 0.2rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.DB-weather .weather-week-group .text-temperature span {
  display: block;
}

.DB-weather .weather-week-group .text-temperature em {
  display: none;
}

.DB-weather .weather-week-group .text-daynum {
  font-size: 1.0rem;
}

.DB-weather-column .v-card-text {
  color: #fff;
}

.DB-weather-column .bg1 {
  background: #d86d42 url(assets/content/weatherbg_sunny.png) no-repeat center top;
  background-size: 100%;
}

.DB-weather-column .bg2 {
  background: #48597a url(assets/content/weatherbg_rain.png) no-repeat center top;
  background-size: 100%;
}

.DB-weather-column .bg3 {
  background: #3b7ea1 url(assets/content/weatherbg_snow.png) no-repeat center top;
  background-size: 100%;
}

.DB-weather-column .bg4 {
  background: #3f476c url(assets/content/weatherbg_cloud.png) no-repeat center top;
  background-size: 100%;
}

.DB-weather-column .weatherhead-tem {
  line-height: 1;
  vertical-align: text-bottom;
}

.DB-weather-column .weatherhead-tem .text-temperature {
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1;
}

.DB-weather-column .weatherhead-tem em {
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1;
  margin-inline: -6px 5px;
  opacity: 0.6;
}

.DB-weather-column .weatherhead-tem .text-temperature-two {
  font-size: 1.5rem;
  line-height: 1;
}

.DB-weather-column .weather-tem-group {
  display: flex;
  justify-content: space-between;
  margin-block-start: 0.2rem;
}

.DB-weather-column .weather-tem-group .tem-list .term {
  font-size: 0.8rem;
  letter-spacing: -1px;
  margin-inline-end: 3px;
  opacity: 0.9;
}

.DB-weather-column .weather-tem-group .tem-list .desc {
  color: #fff;
  font-size: 0.9rem;
}

.DB-weather-column .weathe-dust-group {
  display: flex;
  justify-content: space-between;
  margin-block-start: 0.2rem;
}

.DB-weather-column .weathe-dust-group .dust-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 20%);
  inline-size: calc(50% - 5px);
}

.DB-weather-column .weathe-dust-group .dust-list .v-icon {
  border-radius: 50%;
  background-color: #fff;
}

.DB-weather-column .weathe-dust-group .dustlist-text span {
  display: block;
  font-size: 0.85rem;
  line-height: 1;
}

.DB-weather-column .weathe-dust-group .dustlist-text span:first-child {
  font-size: 0.8rem;
  margin-block-end: 2px;
  opacity: 0.8;
}

.DB-weather-column .weather-week-group {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3px;
  margin-block-start: 0.5rem;
}

.DB-weather-column .weather-week-group .week-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 20%);
  inline-size: 100%;
  padding-block: 0;
  padding-inline: 10px;
}

.DB-weather-column .weather-week-group .weeklist-day {
  margin-inline-end: 0.5rem;
  text-align: center;
}

.DB-weather-column .weather-week-group .text-temperature {
  overflow: hidden;
  font-size: 0.9rem;
  margin-inline-start: auto;
  text-align: end;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.DB-weather-column .weather-week-group .text-temperature em {
  font-style: normal;
  opacity: 0.7;
  padding-block: 0;
  padding-inline: 10px;
}

@media (min-width: 1280px) and (max-width: 1800px) {
  .DB-weather-column .weatherhead-tem .text-temperature {
    font-size: 2.3rem;
  }

  .DB-weather-column .weather-week-group .text-temperature em {
    padding-block: 0;
    padding-inline: 2px;
  }

  .text-daynum {
    margin-inline-end: 0;
  }

  .DB-weather-column .v-card-text {
    padding: 0.2rem;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.DB-calendar .v-card-title .v-btn.v-btn--density-default {
  block-size: 25px;
}

.DB-calendar .v-card-title .v-btn--size-default {
  padding: 0;
  min-inline-size: 25px;
}

.DB-calendar .v-card-text {
  padding: 15px;
}

.DB-calendar .calendar-head {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-block-end: 1rem;
}

.DB-calendar .calendar-head .v-field__input {
  min-block-size: 35px;
}

.DB-calendar .calendar-list-group {
  block-size: calc(100% - 60px);
  overflow-y: auto;
}

.DB-calendar .calendar-list {
  display: flex;
  margin-block-end: 0.6rem;
}

.DB-calendar .calendar-list:last-child {
  margin-block-end: 0;
}

.DB-calendar .calendar-list .v-icon {
  inline-size: 15px;
  margin-block-start: 3px;
  margin-inline-end: 2px;
  min-inline-size: 15px;
}

.DB-calendar .calendarlist-textgroup {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  font-weight: normal;
}

.DB-calendar .calendarlist-time {
  line-height: 1.3;
  margin-inline-end: 5px;
  white-space: nowrap;
}

.DB-calendar .calendarlist-text {
  line-height: 1.2;
}

.DB-worktype .btntype-group {
  flex-wrap: wrap;
  gap: 10px;
}

.DB-worktype .btntype-list {
  display: flex;
  flex-wrap: wrap;
  inline-size: calc(100% / 8 - 9px);
}

.DB-worktype .btntype-list .v-btn {
  display: flex;
  justify-content: space-between;
  block-size: auto;
  inline-size: 100%;
  padding-block: 3px;
  padding-inline: 5px;
}

.DB-worktype .btntype-list .v-btn__content {
  inline-size: 100%;
}

.DB-worktype .btntype-list .btn-text-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-inline-start: auto;
  padding-inline-end: 5px;
}

.DB-worktype .btntype-list .text {
  font-size: 1rem;
  letter-spacing: -1px;
}

.DB-worktype .btntype-list .time {
  font-size: 0.8rem;
  text-align: end;
}

.DB-worktype .btntype-list .v-btn__content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.DB-worktype .btntype-list .v-btn.v-btn--density-default {
  block-size: auto;
}

@media (max-width: 1280px) {
  .DB-worktype .btntype-list {
    inline-size: 140px;
  }
}

.DB-map .map-cardtext {
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: visible;
}

.DB-map .btn-list-group {
  min-inline-size: 30px;
  overflow-x: hidden;
}

.DB-map .btn-list.ellipsis {
  overflow-y: auto;
}

.DB-map .btn-list .text-left {
  white-space: nowrap;
}

.DB-map .btn-listtype {
  max-inline-size: 600px;
  padding-inline-end: 16px;
}

.DB-map .btn-listtype.demo-space-y > * {
  margin-block-end: 7px;
}

.DB-map .btn-listtype .v-btn.ellipsis .v-btn__content {
  display: block;
  overflow: hidden;
  inline-size: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.0rem;
}

.DB-map .sopDiv {
  block-size: 100%;
  opacity: 0.8;
}

.DB-map .sop-dialog {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
}

.DB-map .sopDiv .v-card {
  background: transparent;
}

.DB-map .sopDiv .card-content {
  block-size: calc(100% - 100px);
  overflow-y: auto;
}

.DB-map .sop-dialog {
  background-color: rgba(255, 255, 255, 80%);
}

.v-theme--dark .DB-map .sop-dialog {
  background-color: rgba(40, 37, 60, 80%);
}

.dashboard .sopDiv .v-card .v-card-title {
  font-size: 1rem;
}

.DB-alertlist .v-table--density-default > .v-table__wrapper > table > tbody > tr > th,
.DB-alertlist .v-table--density-default > .v-table__wrapper > table > thead > tr > th,
.DB-alertlist .v-table--density-default > .v-table__wrapper > table > tfoot > tr > th {
  block-size: 40px;
}

.DB-alertlist .v-table--density-default > .v-table__wrapper > table > tbody > tr > td,
.DB-alertlist .v-table--density-default > .v-table__wrapper > table > thead > tr > td,
.DB-alertlist .v-table--density-default > .v-table__wrapper > table > tfoot > tr > td {
  block-size: 35px;
}

.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th {
    border-bottom: 0px!important;
    position: sticky;
    top: 0;
    padding:3px 0;
    font-size: 1.1rem;
}

.v-table>.v-table__wrapper>table>tbody>tr>th,.v-table>.v-table__wrapper>table>thead>tr>th,.v-table>.v-table__wrapper>table>tfoot>tr>th {
    user-select: none;
    font-size:1.1rem
}

.v-table>.v-table__wrapper>table>tbody>tr>td,.v-table>.v-table__wrapper>table>thead>tr>td,.v-table>.v-table__wrapper>table>tfoot>tr>td {
    font-size: 1.1rem
}

.WorkTypeKH-list .text{font-size: 1.5rem; margin-left: 25px;}
.WorkTypeKH-list .time{font-size: 1.2rem; margin-left: 25px;}
.WorkTypeKH-list .num {font-size: 1.7rem; text-align: right;}


.v-input__control {
  display: flex;
  grid-area: control;
 
}

.v-switch__track {
  border-radius: 8px;
  height: 14px;
  opacity: .6;
  width: 36px;
  cursor: pointer;
  background-color:#45425c !important;
}

.v-switch__thumb {
  align-items: center;
  border-radius: 50%;
  color: rgb(var(--v-theme-surface));
  display: flex;
  height: 20px;
  justify-content: center;
  width: 20px;
  pointer-events: none;
  background-color: #45425c !important;
  transition: .15s transform cubic-bezier(.4,0,.2,1);
  box-shadow: 0 2px 4px -1px var(--v-shadow-key-umbra-opacity),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity),0 1px 10px 0 var(--v-shadow-key-ambient-opacity)
}


.v-selection-control__input {
  width: var(--v-selection-control-size);
  height: var(--v-selection-control-size);
  align-items: center;
  display: flex;
  flex: none;
  justify-content: center;
  position: relative;
  border-radius: 50%;
}

.v-selection-control__input input {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;

}

.v-selection-control__input:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: currentColor;
  opacity: 0;
  pointer-events: none;
  background-color:#45425c !important;
}

.v-selection-control__input:hover:before {
  opacity: calc(.08 * var(--v-theme-overlay-multiplier))
}


@media (max-width: 960px) {
  .DB-map .v-card-text.d-flex {
    display: block !important;
  }

  .DB-map .v-card-text.d-flex.sop-actions {
    display: flex !important;
  }

  .DB-map .btn-list-group.h-100 {
    inline-size: 100%;
  }

  .DB-map .flex-column.btn-list {
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .DB-map .map-contentbox {
    min-inline-size: auto !important;
  }

  .DB-map .sop-dialog {
    position: relative;
    inline-size: 100%;
  }

  .DB-map .sop-dialog .v-card {
    inline-size: 100% !important;
  }

  .DB-map .btn-listtype {
    max-inline-size: 100%;
    overflow-x: hidden;
    padding-inline-end: 0;
  }

  .DB-map .btn-listtype .v-btn--block {
    display: inline;
    min-inline-size: auto;
  }

  .DB-map .btn-listtype.demo-space-y .v-btn {
    margin-inline-end: 7px;
  }
}

@media (min-width: 961px) {
  .DB-map .btn-listtype .v-btn {
    inline-size: 100%;
    border:1px solid #6d6985;
  }
}

.DB-uncf .v-avatar {
  color: #fff;
}

.DB-uncf .alertun-list .icon-bg {
  border-radius: 50%;
  background-color: #fff;
  padding-block: 4px 6px;
  padding-inline: 6px;
}

.DB-uncf .alertun-list .icon-bg-dark {
  border-radius: 52%;
  background-color: #312d4b;
  padding-block: 5px 9px;
  padding-inline: 9px;
}

.DB-uncf .alertun-list:first-child .v-icon path {
  fill: #8dc710;
}

.DB-uncf .alertun-list:nth-child(2) .v-icon path {
  fill: #ffb400;
}

.DB-uncf .alertun-list:nth-child(3) .v-icon path {
  fill: #ff7200;
}

.DB-uncf .alertun-list:nth-child(4) .v-icon path {
  fill: #ee060c;
}

.DB-uncf .alertun-list:first-child .v-icon path {
  animation: iconani1 1s ease-in infinite alternate;
}

.DB-uncf .alertun-list:nth-child(2) .v-icon path {
  animation: iconani2 1s ease-in infinite alternate;
}

.DB-uncf .alertun-list:nth-child(3) .v-icon path {
  animation: iconani3 1s ease-in infinite alternate;
}

.DB-uncf .alertun-list:nth-child(4) .v-icon path {
  animation: iconani4 1s ease-in infinite alternate;
}

@keyframes iconani1 {
  from {
    fill: #8dc710;
  }

  to {
    fill: rgba(141, 199, 16, 30%);
  }
}

@keyframes iconani2 {
  from {
    fill: #ffb400;
  }

  to {
    fill: rgba(255, 180, 0, 30%);
  }
}

@keyframes iconani3 {
  from {
    fill: #ff7200;
  }

  to {
    fill: rgba(255, 114, 0, 30%);
  }
}

@keyframes iconani4 {
  from {
    fill: #ee060c;
  }

  to {
    fill: rgba(238, 6, 12, 30%);
  }
}

.DB-uncf .alertun-list-rotate {
  position: absolute;
  border: 4px solid #fff;
  inset-inline-start: 0;
}

.DB-uncf .alertun-list-rotate {
  animation: rotate 1s ease-in infinite alternate;
}

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

.v-theme--dark .DB-alertlist .skin--bordered .v-theme--dark,
.v-theme--dark .DB-alertlist .v-table {
  background: var(--card-bg);
}

.v-theme--dark .DB-alertlist .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
  background: #2d2945;
}

.v-theme--dark .DB-alertlist .v-table.v-table--fixed-header > .v-table__wrapper > table > tbody > tr > td {
  background: var(--card-bg);
}


.DB-alertlist .alertlist-head {
  position: relative;
}

.DB-alertlist .alertlist-title {
  position: absolute;
  z-index: 9;
  font-size: 0.85rem;
  inset-block-start: 16px;
  inset-inline-start: 20px;
}

@media (max-width: 1280px) {
  .DB-alertlist .alertlist-title {
    block-size: 40px;
    inline-size: 100%;
  }

  .v-theme--dark .DB-alertlist .alertlist-head {
    background: var(--card-bg);
    inline-size: 100%;
  }

  .DB-alertlist .v-card-text.h-100 {
    block-size: calc(100% - 40px) !important;
    margin-block-start: 40px;
  }
}

@media (min-width: 1280px) and (max-width: 1550px) {
  .DB-alertlist .alertlist-title {
    z-index: -1;
    background: var(--skin-theme-background);
  }
}

.DB-energy .flex-row-list {
  inline-size: calc(100% / 3);
}

.DB-energy .text-unit {
  white-space: nowrap;
}

.DB-energy .energy-list .text-num {
  font-size: 0.8rem;

  /* font-weight: bold; */
  word-break: break-all;
}

.DB-energy .energy-list:first-child .text-num {
  color: #ffb400;
}

.DB-energy .energy-list:nth-child(2) .text-num {
  color: #32baff;
}

.DB-energy .energy-list:nth-child(3) .text-num {
  color: #00d4bd;
}

.DB-energy .energy-list-icon {
  position: relative;
}

.DB-energy .energy-list-icon .icon-bg {
  border-radius: 50%;
  background-color: #fff;
  block-size: 32px;
  inline-size: 32px;
  text-align: center;
}

.DB-energy .energy-list-icon .v-icon.icon-animation-bounce {
  animation: bounce 0.7s ease-in infinite alternate;
}

.DB-energy .energy-list-icon .v-icon.icon-animation {
  animation: rotate 2s ease-in-out infinite;
}

.DB-energy .energy-list-icon .v-icon.icon-animation-late {
  animation: late 3s ease-in-out infinite alternate;
}

@keyframes bounce {
  0% {
    inset-block-end: 0;
  }

  100% {
    inset-block-end: 50px;
  }
}

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

@keyframes late {
  50% {
    transform: rotateY(180deg);
  }
}

.text-title,
.text-percent {
  font-size: 0.95rem;
  line-height: 1;
}

.text-num {
  font-size: 0.95rem;
}

.map-box .v-img {
  block-size: 100%;
}

.DB-alertlist .alertlist-head {
  position: relative;
}

.DB-alertlist .alertlist-tit {
  position: absolute;
  z-index: 9;
  inset-block-start: 13px;
  inset-inline-start: 16px;
}

.DB-alertlist .alertlist-tit .text-tit {
  font-size: 0.9rem;
}

@media (max-width: 1500px) {
  .DB-alertlist .alertlist-tit {
    position: relative;
    inline-size: 100%;
    margin-block-end: 10px;
  }
}

.DB-kpi .v-progress-linear__content {
  justify-content: flex-end;
  padding-inline-end: 5px;
}

.DB-kpigraph .v-theme--dark .vue-apexcharts .apexcharts-legend .apexcharts-legend-text {
  color: #fff !important;
}

.v-theme--dark .apexcharts-theme-light {
  color: #333;
}
