/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/grid.css ***!
  \******************************************************************************************************************************************************************************************************/
/*!
 * bootstrap-grid 3.0.0
 * Copyright 2015-present, Santeri Hiltunen
 * Licensed under MIT (https://github.com/Hilzu/bootstrap-grid/blob/master/LICENSE)
 */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
@font-face {
  font-family: "SLBSans";
  src: url("https://storage.googleapis.com/dls-slb-fonts/SLBSans-Bold.woff2") format("woff2"), url("https://storage.googleapis.com/dls-slb-fonts/SLBSans-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "SLBSans";
  src: url("https://storage.googleapis.com/dls-slb-fonts/SLBSans-Bold.woff2") format("woff2"), url("https://storage.googleapis.com/dls-slb-fonts/SLBSans-Bold.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "SLBSans";
  src: url("https://storage.googleapis.com/dls-slb-fonts/SLBSans-Medium.woff") format("woff2"), url("https://storage.googleapis.com/dls-slb-fonts/SLBSans-Medium.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "SLBSans";
  src: url("https://storage.googleapis.com/dls-slb-fonts/SLBSans-Medium.woff") format("woff2"), url("https://storage.googleapis.com/dls-slb-fonts/SLBSans-Medium.woff") format("woff");
}
.app-theme-switcher .app-content {
  color: #1683fb;
  font-family: SLBSans, Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

::-webkit-scrollbar {
  height: 14px !important;
  width: 14px !important;
}

html ::-webkit-scrollbar-track {
  background-color: #000 !important;
  border-radius: 8px;
}

html ::-webkit-scrollbar-thumb {
  background: #adb1c7 !important;
}

html,
body {
  height: 100%;
  margin: 0;
  font-family: "SLBSans", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
html .d-flex,
body .d-flex {
  display: flex !important;
}
html .d-block,
body .d-block {
  display: block !important;
}
html .space-between,
body .space-between {
  justify-content: space-between;
}
html .space-arround,
body .space-arround {
  justify-content: space-around;
}
html .access-denide-font,
body .access-denide-font {
  text-align: center;
  margin-top: 100px;
}
html .space-right,
body .space-right {
  justify-content: right;
}
html .padding-20,
body .padding-20 {
  padding: 20px;
}
html .height300p,
body .height300p {
  height: 300px;
  overflow-x: hidden;
}
html .overlay,
body .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.52);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .flex-end,
body .flex-end {
  justify-content: flex-end !important;
}
html .padl16,
body .padl16 {
  padding-left: 16px;
}
html .width180,
body .width180 {
  width: 180px !important;
}
html .width280,
body .width280 {
  width: 280px !important;
}
html .marginr10,
body .marginr10 {
  margin-right: 10px !important;
}
html .marginb15,
body .marginb15 {
  margin-bottom: 15px !important;
}
html .metering-chart-height,
body .metering-chart-height {
  height: 93%;
}
html .inlineblock,
body .inlineblock {
  display: inline-block;
}
html .displaywidth,
body .displaywidth {
  display: inline-block;
  width: 100%;
}
html .highchartalign,
body .highchartalign {
  width: 100%;
  min-height: 130px;
  display: block;
}
html .nodisplay,
body .nodisplay {
  display: none;
}
html .flex-wrap,
body .flex-wrap {
  flex-wrap: wrap;
}
html .padding-0,
body .padding-0 {
  padding: 0 !important;
}
html .padding-tb-10,
body .padding-tb-10 {
  padding: 10px 0;
}
html .padding-t-20,
body .padding-t-20 {
  padding-top: 20px;
}
html .margin-tb-20,
body .margin-tb-20 {
  margin: 20px 0;
}
html .marginL20,
body .marginL20 {
  margin-left: 20px;
}
html .marginL10,
body .marginL10 {
  margin-left: 10px !important;
}
html .marginT-20,
body .marginT-20 {
  margin-top: 20px !important;
}
html .marginT-10,
body .marginT-10 {
  margin-top: 10px !important;
}
html .nomargin,
body .nomargin {
  margin: 0px !important;
}
html .marginT-12,
body .marginT-12 {
  margin-top: 12px !important;
}
html .marginT--5,
body .marginT--5 {
  margin-top: -5px;
}
html .align-right,
body .align-right {
  text-align: right;
}
html .mdc-data-table__header-cell,
body .mdc-data-table__header-cell {
  padding-top: 10px !important;
}
html .aligncenter,
body .aligncenter {
  text-align: center;
}
html .center,
body .center {
  justify-content: center;
  align-items: center;
}
html .activeloaderstyle,
body .activeloaderstyle {
  position: absolute;
  top: 20%;
  left: 46%;
}
html .mitigationloaderstyle,
body .mitigationloaderstyle {
  position: absolute;
  top: 20%;
  left: 46%;
}
html .optimizeloaderstyle,
body .optimizeloaderstyle {
  position: absolute;
  top: 20%;
  left: 46%;
}
html .productionloaderstyle,
body .productionloaderstyle {
  position: absolute;
  top: 41%;
  left: 44%;
}
html .productiondatachart,
body .productiondatachart {
  width: 100%;
  min-height: 400px;
  display: block;
}
html .bubblegraphchart,
body .bubblegraphchart {
  width: 100%;
  min-height: 100%;
  display: block;
}
html .feedscroll,
body .feedscroll {
  height: -webkit-fill-available;
}
html .height570,
body .height570 {
  height: 570px !important;
}
html .height94perct,
body .height94perct {
  height: 94% !important;
}
html .displayinline,
body .displayinline {
  display: inline-flex;
}
html .width280,
body .width280 {
  width: 280px !important;
}
html .width180,
body .width180 {
  width: 180px !important;
}
html .justifycont,
body .justifycont {
  justify-content: space-between !important;
}
html .hieght50,
body .hieght50 {
  height: 50px !important;
}
html .margin0auto,
body .margin0auto {
  margin: 0 auto !important;
}
html .alertjustify,
body .alertjustify {
  width: 140px;
  justify-content: space-around;
}
html .width100,
body .width100 {
  width: 100% !important;
}
html .reportsalign,
body .reportsalign {
  display: flex;
  align-items: center;
}
html .widthdisplay,
body .widthdisplay {
  width: 100% !important;
  display: inline-block;
}
html .width5,
body .width5 {
  width: 5px !important;
}
html .cursor,
body .cursor {
  cursor: pointer;
}
html .dynacardloadingchart,
body .dynacardloadingchart {
  width: 100%;
  height: 90%;
  display: block;
}
html .dynacardhighchart2,
body .dynacardhighchart2 {
  width: 100%;
  height: 100%;
  display: block;
}
html .series-stroke-none .highcharts-container .highcharts-series-group .highcharts-series path,
body .series-stroke-none .highcharts-container .highcharts-series-group .highcharts-series path {
  stroke: none !important;
}
html .app-theme-switcher .app-content .mat-mdc-slide-toggle .mdc-form-field .mdc-label,
body .app-theme-switcher .app-content .mat-mdc-slide-toggle .mdc-form-field .mdc-label {
  color: #ffffff !important;
}
html .highchart-container .highcharts-crosshair,
body .highchart-container .highcharts-crosshair {
  stroke: none;
}
html .margin-lr-20,
body .margin-lr-20 {
  margin-right: 10px !important;
  margin-left: 20px !important;
}
html .feedcount,
body .feedcount {
  position: absolute;
  top: -6px;
  right: 0;
  background-color: Red;
  /* padding: 10px; */
  width: auto;
  padding: 0;
  color: #fff;
  border-radius: 10px;
  padding: 0 5px 0 5px;
  font-size: 10px;
}
html .dls-date-picker-range,
body .dls-date-picker-range {
  min-width: 210px !important;
}
html .srp-feed,
body .srp-feed {
  display: inline-flex;
  width: 100%;
  height: 95%;
  overflow-y: auto;
}
html .srp-feed .card-3,
body .srp-feed .card-3 {
  width: 25%;
}
html .srp-feed .card-3 .mat-mdc-form-field,
body .srp-feed .card-3 .mat-mdc-form-field {
  width: 95%;
}
html .srp-feed .card-3 .calender-filter-section .date-title,
body .srp-feed .card-3 .calender-filter-section .date-title {
  color: #ebecf2;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.03rem;
  padding: 0px 10px 2px 10px;
}
html .srp-feed .card-3 .calender-filter-section .calendar,
body .srp-feed .card-3 .calender-filter-section .calendar {
  display: flex;
}
html .srp-feed .card-3 .calender-filter-section .calendar .mat-mdc-form-field,
body .srp-feed .card-3 .calender-filter-section .calendar .mat-mdc-form-field {
  padding-top: 0px;
}
html .srp-feed .verticle-divider,
body .srp-feed .verticle-divider {
  border-right: 2px solid #8B90AD;
}
html .srp-feed .card-7,
body .srp-feed .card-7 {
  width: 75%;
}
html .srp-feed .card-7 .feed-post-section,
body .srp-feed .card-7 .feed-post-section {
  border: 1px solid rgba(139, 144, 173, 0.75);
  border-radius: 6px;
  min-height: 200px;
  display: block;
  position: relative;
  padding: 20px 20px 20px 40px;
  margin: 20px 10px 0px 30px;
}
html .srp-feed .card-7 .feed-post-section .feed-user-icon,
body .srp-feed .card-7 .feed-post-section .feed-user-icon {
  border: 1px solid #6E738D;
  border-radius: 50px;
  color: #171A2E;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  background-color: #3A83FF;
  height: 22px;
  width: 22px;
  line-height: 25px;
  position: absolute;
  left: -26px;
  top: 10px;
  padding: 14px;
}
html .srp-feed .card-7 .feed-post-section .feed-head,
body .srp-feed .card-7 .feed-post-section .feed-head {
  display: flex;
  justify-content: space-between;
}
html .srp-feed .card-7 .feed-post-section .feed-head .feed-info-section .feed-info,
body .srp-feed .card-7 .feed-post-section .feed-head .feed-info-section .feed-info {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
}
html .srp-feed .card-7 .feed-post-section .feed-head .feed-info-section .feed-well-name,
body .srp-feed .card-7 .feed-post-section .feed-head .feed-info-section .feed-well-name {
  font-size: 12px;
  line-height: 24px;
  color: #ADB1C7;
  font-weight: 500;
}
html .srp-feed .card-7 .feed-post-section .feed-head .feed-info-section .feed-well-name span,
body .srp-feed .card-7 .feed-post-section .feed-head .feed-info-section .feed-well-name span {
  color: #fff;
}
html .srp-feed .card-7 .feed-post-section .feed-head .feed-date-info,
body .srp-feed .card-7 .feed-post-section .feed-head .feed-date-info {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
html .srp-feed .card-7 .feed-post-section .feed-comment .feed-message,
body .srp-feed .card-7 .feed-post-section .feed-comment .feed-message {
  font-size: 14px;
  font-weight: 500;
  color: #3A83FF;
  line-height: 24px;
  margin-bottom: 10px;
}
html .srp-feed .card-7 .feed-post-section .feed-comment .feed-time-and-details,
body .srp-feed .card-7 .feed-post-section .feed-comment .feed-time-and-details {
  font-size: 12px;
  color: #ADB1C7;
  line-height: 24px;
  font-weight: 500;
}
html .srp-feed .card-7 .feed-post-section .like-comments,
body .srp-feed .card-7 .feed-post-section .like-comments {
  margin: 0px -10px;
}
html .srp-feed .card-7 .feed-post-section .feed-comments .add-comments,
body .srp-feed .card-7 .feed-post-section .feed-comments .add-comments {
  display: flex;
}
html .srp-feed .card-7 .feed-post-section .feed-comments .add-comments .user-icon-comment,
body .srp-feed .card-7 .feed-post-section .feed-comments .add-comments .user-icon-comment {
  border: 1px solid #6E738D;
  border-radius: 50px;
  width: 20px;
  color: #171A2E;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  background-color: #3A83FF;
  height: 20px;
  line-height: 20px;
  padding: 11px;
  margin: 10px 10px 10px 0px;
}
html .srp-feed .card-7 .feed-post-section .feed-comments .add-comments .mat-mdc-form-field,
body .srp-feed .card-7 .feed-post-section .feed-comments .add-comments .mat-mdc-form-field {
  width: 92%;
}
html .srp-feed .card-7 .feed-post-section .feed-comments .submit-feed-comments,
body .srp-feed .card-7 .feed-post-section .feed-comments .submit-feed-comments {
  display: flex;
  justify-content: right;
  margin-top: 0px;
}
html .srp-feed .card-7 .feed-post-section .feed-comments .submit-feed-comments .btn-submit-txt,
body .srp-feed .card-7 .feed-post-section .feed-comments .submit-feed-comments .btn-submit-txt {
  font-size: 12px;
  font-weight: 500;
  color: #ADB1C7;
  line-height: 20px;
}
html .srp-feed .card-7 .feed-post-section .feed-comments .submit-feed-comments .btn-submit-txt span,
body .srp-feed .card-7 .feed-post-section .feed-comments .submit-feed-comments .btn-submit-txt span {
  color: #3A83FF;
}
html .srp-feed .card-7 .feed-post-section .feed-comments .submit-feed-comments .dls-icon-button,
body .srp-feed .card-7 .feed-post-section .feed-comments .submit-feed-comments .dls-icon-button {
  padding: 0px;
  height: 20px;
  line-height: 20px;
}
html .srp-feed .card-7 .feed-post-section .feed-comments .submit-feed-comments .dls-icon-button mat-icon,
body .srp-feed .card-7 .feed-post-section .feed-comments .submit-feed-comments .dls-icon-button mat-icon {
  color: #3A83FF;
}
html .srp-feed .clear,
body .srp-feed .clear {
  clear: both;
}
html ::ng-deep .hide-checkbox .mat-pseudo-checkbox,
body ::ng-deep .hide-checkbox .mat-pseudo-checkbox {
  display: none;
}
html .srp-alerts .mat-mdc-table,
body .srp-alerts .mat-mdc-table {
  background-color: transparent;
}
html .srp-alerts .mdc-data-table__row:last-child .mat-mdc-cell,
body .srp-alerts .mdc-data-table__row:last-child .mat-mdc-cell {
  border-color: rgba(174, 181, 217, 0.5019607843) !important;
}
html .srp-alerts .mdc-data-table__header-cell,
body .srp-alerts .mdc-data-table__header-cell {
  border-bottom: 1px solid rgba(174, 181, 217, 0.5019607843) !important;
  padding-bottom: 10px !important;
}
html .srp-alerts .mat-mdc-card,
body .srp-alerts .mat-mdc-card {
  background: rgba(19, 22, 41, 0.8) !important;
}
html .srp-alerts .cust-height,
body .srp-alerts .cust-height {
  max-height: 320px;
  overflow-y: auto;
}
html .srp-alerts .highcharts-container,
body .srp-alerts .highcharts-container {
  width: 100% !important;
  display: block;
  height: auto !important;
}
html .srp-alerts .highcharts-container svg,
body .srp-alerts .highcharts-container svg {
  width: 100% !important;
  height: auto !important;
}
html .srp-alerts .barChartData .highcharts-container,
body .srp-alerts .barChartData .highcharts-container {
  width: 100% !important;
  display: block;
  height: auto !important;
}
html .srp-alerts .barChartData .highcharts-container svg,
body .srp-alerts .barChartData .highcharts-container svg {
  width: 100% !important;
  height: 85px;
  max-height: 135px;
}
html .height100p,
body .height100p {
  height: 100%;
}
html .height90p,
body .height90p {
  height: 90%;
}
html .slidingtabContainer .heightauto,
body .slidingtabContainer .heightauto {
  height: auto !important;
}
html .slidingtabContainer .snoozcustheight,
body .slidingtabContainer .snoozcustheight {
  max-height: 160px !important;
  overflow-y: auto;
  min-height: 160px !important;
}
html .slidingtabContainer .snoozcustheight .dls-button.dls-small,
body .slidingtabContainer .snoozcustheight .dls-button.dls-small {
  height: 26px;
}
html .slidingtabContainer .categoriestable .mat-mdc-table .mdc-data-table__row:last-child .mat-mdc-cell,
body .slidingtabContainer .categoriestable .mat-mdc-table .mdc-data-table__row:last-child .mat-mdc-cell {
  border-bottom: 0px solid !important;
}
html .mat-mdc-dialog-container .mdc-dialog__container .mdc-dialog__surface,
body .mat-mdc-dialog-container .mdc-dialog__container .mdc-dialog__surface {
  padding: 0 !important;
}
html .mat-mdc-tab-body,
body .mat-mdc-tab-body {
  background-color: inherit !important;
}
html .dls-secondary-button:not([disabled]):not(:disabled):hover.dls-warn,
html .dls-secondary-button:not([disabled]):not(:disabled):focus:not(.cdk-mouse-focused).dls-warn,
body .dls-secondary-button:not([disabled]):not(:disabled):hover.dls-warn,
body .dls-secondary-button:not([disabled]):not(:disabled):focus:not(.cdk-mouse-focused).dls-warn {
  color: #ebecf2 !important;
  border-color: #db4e5a;
}
html .bg-inherit,
body .bg-inherit {
  background-color: inherit !important;
}

.app-content {
  padding: 12px 20px;
}
.app-content caption {
  margin-bottom: 10px;
  height: 56px;
  padding: 10px 10px;
  display: flex;
  background-color: #15182B;
  border-radius: 4px;
}

.mat-mdc-list-base {
  padding-top: 10px !important;
}

.charting .sticky-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgb(19, 22, 41) !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
}
.charting .bottomscrollcont {
  height: 500px;
  display: grid;
  overflow-y: auto;
}
.charting .mat-mdc-card {
  padding: 10px 12px;
}
.charting .mat-mdc-card-header {
  display: inline-block;
  width: 100%;
}
.charting .mat-mdc-card-header .mat-mdc-card-header-text .mat-mdc-card-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.charting .chart-section {
  display: inline-block;
}
.charting .mat-mdc-card-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.charting .right-panel mat-button-toggle-group {
  margin: 0px 10px 0px 0px;
  padding: 0px !important;
}
.charting .right-panel mat-button-toggle-group mat-button-toggle .mat-button-toggle-label-content {
  font-size: 13px;
}
.charting .right-panel .dls-icon-button.dls-medium {
  margin-right: -5px;
}
.charting .right-panel .zoom-button {
  width: 20px !important;
  height: 20px !important;
  margin-right: 0px !important;
}
.charting .right-panel mat-slide-toggle {
  margin: 0px 10px 0px 0px;
}

.dashboard-loader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard {
  overflow: hidden;
}
.dashboard .card-container .mat-mdc-card {
  padding: 10px 12px;
}
.dashboard .mat-mdc-raised-button.mat-mdc-button-base {
  height: 32px;
}
.dashboard .mat-mdc-card-content:first-child {
  padding: 0;
}
.dashboard .highcharts-container svg .highcharts-title {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #EBECF2 !important;
}
.dashboard .highcharts-container svg .highcharts-subtitle {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #EBECF2 !important;
}
.dashboard .highcharts-container svg .highcharts-axis-labels text {
  color: rgb(255, 255, 255);
  cursor: default;
  font-size: 8px !important;
  fill: rgb(255, 255, 255);
}
.dashboard .highcharts-container svg .highcharts-data-label text {
  font-size: 10px !important;
  color: #fff !important;
  fill: #fff !important;
}
.dashboard .highcharts-container svg .highcharts-data-label text .highcharts-text-outline {
  stroke: none !important;
  fill: none !important;
}
.dashboard .highcharts-container svg .highcharts-button-box {
  fill: none !important;
}
.dashboard .mat-mdc-card-header {
  display: inline-block;
  width: 100%;
}
.dashboard .mat-mdc-card-header .mat-mdc-card-header-text .mat-mdc-card-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.dashboard .chart-section {
  display: inline-block;
}
.dashboard .mat-mdc-card-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.dashboard .right-panel {
  justify-content: right;
  display: flex;
  align-items: center;
}
.dashboard .right-panel mat-button-toggle-group {
  margin: 0px 10px 0px 0px;
  padding: 0px !important;
}
.dashboard .right-panel mat-button-toggle-group mat-button-toggle .mat-button-toggle-label-content {
  font-size: 11px;
}
.dashboard .right-panel .dls-icon-button.dls-medium {
  margin-right: -5px;
}
.dashboard .right-panel .zoom-button {
  width: 20px !important;
  height: 20px !important;
  margin-right: 0px !important;
}
.dashboard .right-panel mat-slide-toggle {
  margin: 0px 10px 0px 0px;
}
.dashboard .sub-title {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 700;
}
.dashboard .sub-title.top-subtitle {
  margin-top: 15px;
}
.dashboard .mat-card-content {
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(139, 144, 173, 0.5), rgba(139, 144, 173, 0)) border-box;
  border-radius: 8px;
}
.dashboard .mat-mdc-card:not(.dls-new-card-container) {
  background: rgb(19, 22, 41) !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
}
.dashboard .mat-mdc-slide-toggle.mat-primary .mdc-switch--selected .mdc-switch__track::after,
.dashboard .mat-mdc-slide-toggle.mat-primary .mdc-switch--selected:enabled .mdc-switch__track::after {
  border-color: #6ba7ff;
  background-color: #6ba7ff !important;
}
.dashboard .mat-mdc-slide-toggle label {
  color: #EBECF2;
}
.dashboard .card-container {
  display: flex;
  grid-gap: 2;
  gap: 19px;
  gap: 15px 12px;
  margin-bottom: 15px;
}
.dashboard .card-container .card-1 {
  width: 25%;
}
.dashboard .card-container .mat-mdc-card-header {
  margin-bottom: 0px;
}
.dashboard .card-container .mat-mdc-card-header .mat-mdc-card-subtitle {
  margin: 10px 0px;
}
.dashboard .card-container .height-chart-s {
  height: 325px;
}
.dashboard .card-container .height-chart-s .title-header {
  height: 35px;
}
.dashboard .card-container .height-chart-s .title-header .download-button {
  line-height: 28px;
  height: 24px;
}
.dashboard .card-container .height-chart-s .chart-container {
  width: 100%;
  display: block;
  height: 90%;
}
.dashboard .card-container .height-chart-s .highcharts-container {
  width: 100% !important;
  height: 100% !important;
}
.dashboard .card-container .height-chart-s .highcharts-container svg {
  width: 100% !important;
  height: 100% !important;
}
.dashboard .card-container .height-chart-s .highcharts-container svg .highcharts-axis-labels text {
  font-size: 11px !important;
}
.dashboard .card-container-cust {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.dashboard .card-container-cust .card-2 {
  width: 50%;
  padding: 6px;
  box-sizing: border-box;
}
.dashboard .card-container-cust .card-2 .mat-mdc-card {
  padding: 8px 15px 10px 15px;
}
.dashboard .card-container-cust .card-2 .mat-mdc-card .inner-graph-container {
  height: 87%;
  margin-top: 0 !important;
}
.dashboard .card-container-cust .card-2 .mat-mdc-card .inner-graph-container .highcharts-container .highcharts-a11y-proxy-container-after {
  top: 20px !important;
}
.dashboard .card-container-cust .card-2:nth-child(odd) {
  padding-left: 0px;
}
.dashboard .card-container-cust .card-2:nth-child(even) {
  padding-right: 0px;
}
.dashboard .card-container-cust .card-2 .height-chart-m {
  height: 55vh;
}
.dashboard .card-container-cust .card-2 .height-chart-m .title-header {
  height: 38px;
}
.dashboard .srp-dd .right-chart {
  width: 60%;
}
.dashboard .srp-dd .right-chart .highcharts-container {
  width: 100% !important;
  height: 100% !important;
}
.dashboard .srp-dd .right-chart .highcharts-container svg {
  width: 100% !important;
  height: 100% !important;
}

.dynacard-search {
  display: none;
}

.highcharts-container .highcharts-contextmenu {
  font-size: 10px !important;
}

.classfication-wrap .svg1 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.classfication-wrap .mdc-list-item__primary-text {
  display: block !important;
}
.classfication-wrap .mdc-list-item__primary-text span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px !important;
}

.select-width {
  width: 180px;
}

.main-container {
  position: relative;
}
.main-container .well-list-controller {
  position: absolute;
  top: -6px;
  right: 0px;
  z-index: 10000;
}
.main-container .well-list-controller .welldropdownDiv {
  float: right;
  margin-right: 20px;
  text-align: right;
}
.main-container .well-list-controller .welldropdownDiv .mat-primary .mat-mdc-option:not(.mdc-list-item--disabled) .mat-pseudo-checkbox.mat-pseudo-checkbox-checked:not(.mat-pseudo-checkbox-disabled) {
  display: none !important;
}
.main-container .well-list-controller .welldropdownDiv span.left-arrow {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.main-container .well-list-controller .welldropdownDiv span.left-arrow .mat-icon {
  height: 15px;
  width: 15px;
}
.main-container .well-list-controller .welldropdownDiv span.right-arrow {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.main-container .well-list-controller .welldropdownDiv span.right-arrow .mat-icon {
  height: 15px;
  width: 15px;
}
.main-container .well-list-controller .welldropdownDiv .dls-form-field {
  display: inline-block;
  width: 65%;
  vertical-align: middle;
}

.cust-add-panel-sec {
  min-width: 210px;
}
.cust-add-panel-sec .dls-button {
  float: right;
  margin-right: 5px;
  margin-bottom: 5px;
}

.card-60 .classification-popup .cdk-overlay-pane {
  width: 250px !important;
}
.card-60 .mat-mdc-select-value {
  color: #adb1c7 !important;
  border-color: #6c7191 !important;
}

.card-40 ::-webkit-scrollbar {
  height: 14px !important;
  width: 14px !important;
}
.card-40 .mat-mdc-card-header {
  display: block;
  margin-bottom: 15px;
}
.card-40 .mat-mdc-card-header .mat-mdc-card-header-text {
  display: inline-block;
}
.card-40 .mat-mdc-card-header span mat-icon {
  width: 15px !important;
  height: 15px !important;
  float: right !important;
}
.card-40 .dls-sample-table th:nth-child(2),
.card-40 .dls-sample-table td:nth-child(2) {
  width: 1% !important;
  padding: 0px !important;
}
.card-40 .dls-sample-table th:nth-child(2) .mat-mdc-checkbox,
.card-40 .dls-sample-table td:nth-child(2) .mat-mdc-checkbox {
  padding-right: 0px !important;
}
.card-40 .dls-sample-table th:nth-child(3) {
  width: 55%;
}
.card-40 .dls-sample-table th:nth-child(4) {
  width: 40%;
}

html .mat-mdc-select-value {
  font-size: 12px !important;
  color: #ADB1C7 !important;
}

.card-40 .mat-mdc-card-title,
.card-60 .mat-mdc-card-title {
  margin-bottom: 8px !important;
}
.card-40 .dls-sample-table .svg1,
.card-60 .dls-sample-table .svg1 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.card-40 .dls-sample-table .svg1 img,
.card-60 .dls-sample-table .svg1 img {
  display: inline-block;
  vertical-align: baseline;
}
.card-40 .dls-sample-table .svg1 html .mat-mdc-checkbox,
.card-60 .dls-sample-table .svg1 html .mat-mdc-checkbox {
  padding-right: 0px !important;
}

.clear {
  clear: both;
}

.card-descrp-wrap {
  width: 100%;
  display: block;
  margin: 20px 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-grid;
  width: 100%;
}

.dynacard-well-info .dynacard-search {
  margin: 0 0 30px 0;
}
.dynacard-well-info .mat-card-content {
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(139, 144, 173, 0.5), rgba(139, 144, 173, 0)) border-box;
  border-radius: 8px;
}
.dynacard-well-info .mat-mdc-card:not(.dls-new-card-container) {
  background: rgb(19, 22, 41) !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
}
.dynacard-well-info .mat-mdc-slide-toggle.mat-primary .mdc-switch--selected .mdc-switch__track::after,
.dynacard-well-info .mat-mdc-slide-toggle.mat-primary .mdc-switch--selected:enabled .mdc-switch__track::after {
  border-color: #6ba7ff;
  background-color: #6ba7ff !important;
}
.dynacard-well-info .mat-mdc-slide-toggle label {
  color: #EBECF2;
}

.dynacard-title {
  width: 100%;
}
.dynacard-title h6 {
  margin: 0px;
}
.dynacard-title .graphHead {
  display: inline-block;
  padding: 10px;
}
.dynacard-title .weeklist {
  display: inline-block;
}
.dynacard-title .weeklist ul {
  margin: 0px;
}
.dynacard-title .weeklist ul li {
  display: inline-block;
  list-style: none;
}

.card-detail-wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.left-slb-grp {
  width: 60%;
  display: inline-block;
}

.right-slb-grp {
  width: 39%;
  display: inline-block;
}
.right-slb-grp mat-card {
  width: 100%;
  padding: 0px !important;
}

.dynacard-wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 15px !important;
}
.dynacard-wrapper .flexbasis {
  flex-basis: 50%;
}
.dynacard-wrapper .maxheight40 {
  height: 100%;
  overflow-y: auto;
  max-height: 810px;
}
.dynacard-wrapper .maxheight445 {
  height: 445px;
}
.dynacard-wrapper .mat-button-toggle .mat-button-toggle-label-content {
  font-size: 10px !important;
  height: 20px;
}
.dynacard-wrapper html .mat-mdc-card-header .mat-mdc-card-title,
.dynacard-wrapper html .mat-mdc-card-title {
  font-size: 14px !important;
}
.dynacard-wrapper .highcharts-subtitle {
  color: #fff !important;
  fill: #fff !important;
}
.dynacard-wrapper .highcharts-axis-labels text {
  color: #fff !important;
  fill: #fff !important;
}
.dynacard-wrapper .highcharts-legend-item text {
  color: #fff !important;
  fill: #fff !important;
}
.dynacard-wrapper .mat-mdc-card-title {
  margin-bottom: 20px;
}
.dynacard-wrapper mat-card.card-left-graph {
  width: 100%;
  margin-bottom: 18px;
}
.dynacard-wrapper mat-card.card-right-table {
  width: 100%;
}
.dynacard-wrapper mat-card .bubblegraphsec {
  display: flex;
}
.dynacard-wrapper mat-card .bubblegraphsec highcharts-chart {
  height: 300px !important;
}
.dynacard-wrapper mat-card .bubblegraphsec .highcharts-container svg .highcharts-label text, .dynacard-wrapper mat-card .bubblegraphsec .highcharts-container svg .highcharts-axis-labels text {
  font-size: 10px !important;
}
.dynacard-wrapper mat-card .bubblegraphsec .bubblegraphwrap,
.dynacard-wrapper mat-card .bubblegraphsec .legitswrap {
  font-size: 4vh;
  color: white;
  margin: 6px;
  border-radius: 3px;
  flex-direction: row;
}
.dynacard-wrapper mat-card .bubblegraphsec .bubblegraphwrap .card-count,
.dynacard-wrapper mat-card .bubblegraphsec .legitswrap .card-count {
  float: right;
  margin-top: 3px;
}
.dynacard-wrapper mat-card .bubblegraphsec .bubblegraphwrap {
  width: 74%;
}
.dynacard-wrapper mat-card .bubblegraphsec .legitswrap {
  width: 40%;
  margin-right: 0px;
  padding-right: 0px;
  border-left: 1px solid #6c7191;
}
.dynacard-wrapper mat-card .bubblegraphsec .legitswrap ul {
  margin-top: 30px;
  padding-left: 10px;
}
.dynacard-wrapper mat-card .bubblegraphsec .legitswrap ul li {
  list-style: none;
  border-bottom: 1px solid #6c7191;
  padding: 6px 0 2px;
  font-size: 14px;
  display: grid;
}
.dynacard-wrapper mat-card .bubblegraphsec .legitswrap ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.card-detail-list .card-head-cont .card-cont {
  color: #adb1c7 !important;
}

.pinnedynacardwrap {
  margin: 20px 0 0 0;
}
.pinnedynacardwrap .fullwidthwrap td .svg1 {
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 5px;
}
.pinnedynacardwrap .dls-button-wrapper .mat-icon {
  height: 15px;
  width: 15px;
  line-height: 20px;
  margin-left: 8px;
}

.card-left-table {
  width: 100%;
}

.inner-card-wrap {
  margin-top: 10px;
}
.inner-card-wrap .card-head-cont {
  width: 28%;
  margin: 0px 15px 15px 0;
  display: inline-block;
  vertical-align: top;
}

.fullwidthwrap mat-card {
  width: 100%;
}

/*common css*/
.card-container {
  display: flex;
  grid-gap: 2;
  gap: 19px;
  gap: 15px 12px;
  margin-bottom: 15px;
}
.card-container .height {
  height: inherit;
}
.card-container .card-1 {
  width: 26%;
}
.card-container .mat-mdc-card {
  padding: 8px 15px 30px 15px;
  min-height: 80px;
}
.card-container .mat-mdc-card-header {
  margin-bottom: 0px;
}
.card-container .mat-mdc-card-header .mat-mdc-card-subtitle {
  margin: 6px 0px;
}

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

.calendarInput {
  margin: 0 20px 0 10px;
}

html td.mdc-data-table__cell {
  font-size: 14px;
}

.date-container .panel-footer-section {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
}
.date-container .panel-footer-section button:first-child {
  margin-right: 10px;
}
.date-container .calender-filter-section {
  padding: 0px 15px;
}
.date-container .calender-filter-section .date-title h6 {
  font-size: 14px;
}

.date-group-button {
  display: flex;
  justify-content: left;
  padding: 15px 0px 10px 10px;
}
.date-group-button .dls-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

caption {
  margin-bottom: 10px;
  height: 56px;
  padding: 0px 10px 0px 10px;
  display: flex;
  border-radius: 4px;
}
caption .caption-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 0;
  align-items: center;
}
caption .caption-container .title {
  vertical-align: middle;
}
caption .caption-container .controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
caption .caption-container .mat-mdc-form-field {
  position: relative;
  padding-top: 0px;
}
caption .caption-container .dls-search {
  margin-right: 12px;
  top: 0px;
  position: relative;
}
caption .caption-container .dls-search .dls-search-field {
  min-width: 130px;
}

.dls-sample-table th:first-child,
.dls-sample-table td:first-child {
  padding-left: 16px !important;
}
.dls-sample-table .mat-sort-header-content {
  text-align: left;
}

.caption-container .controls .dls-tertiary-button {
  padding: 0 10px !important;
}

.high-status,
.low-status,
.medium-status {
  content: "";
  height: 20px;
  width: 4px;
  border-radius: 4px;
  margin-right: 5px;
  position: relative;
  bottom: 0px;
  vertical-align: text-bottom;
}

.status-priority ul {
  padding: 0px 5px;
  margin: 5px 0px;
}
.status-priority ul li {
  display: inline-flex;
  padding: 0px 15px 0px 0px;
  cursor: pointer;
}
.status-priority ul li.high:before {
  content: "";
  height: 20px;
  width: 4px;
  border-radius: 4px;
  margin-right: 5px;
  position: relative;
  bottom: 2px;
  background-color: #D11F1F;
}
.status-priority ul li.low:before {
  content: "";
  height: 20px;
  width: 4px;
  border-radius: 4px;
  margin-right: 5px;
  position: relative;
  bottom: 2px;
  background-color: #28A228;
}
.status-priority ul li.medium:before {
  content: "";
  height: 20px;
  width: 4px;
  border-radius: 4px;
  margin-right: 5px;
  position: relative;
  bottom: 2px;
  background-color: #EA910D;
}
.status-priority ul li.cleared:before {
  content: "";
  height: 20px;
  width: 4px;
  border-radius: 4px;
  margin-right: 5px;
  position: relative;
  bottom: 2px;
  background-color: rgb(159, 159, 159);
}

.filter-section {
  position: relative;
  width: 300px;
}
.filter-section .mat-mdc-tab-body-content {
  padding: 0px 15px !important;
  overflow: hidden;
}
.filter-section .tree-node {
  padding: 0px 5px;
}
.filter-section .mat-mdc-tab-header {
  margin: 0px;
  padding: 10px 10px 10px 15px;
}
.filter-section .only-close {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 999;
}
.filter-section .raised-btn {
  padding: 5px;
  margin-right: 5px;
  height: 26px !important;
}
.filter-section .raised-btn span {
  vertical-align: middle;
}

.well-list-type {
  padding: 0px 20px;
}
.well-list-type .checklist .mat-mdc-checkbox {
  width: 45%;
  display: inline-flex;
}

.action-button span {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  margin-right: 10px;
}

.panel-section .view-list-tab {
  margin: 10px 15px;
}
.panel-section .view-list-tab .mat-mdc-table th:first-child {
  border-top-left-radius: 8px;
  text-align: center;
}
.panel-section .view-list-tab .mat-mdc-table th:last-of-type {
  border-top-right-radius: 8px;
}

.marginbot20 {
  margin-bottom: 20px;
}

.margin0 {
  margin: 0px !important;
}

.marginB-0 {
  margin-bottom: 0px !important;
}

.marginlr-subheader {
  margin: 0px 10px;
}

.marginlr {
  margin: 0px -10px;
}

.button-width-70 {
  width: 70px;
}

.button-width-full {
  width: 100%;
}

.padding-bottom0 {
  padding-bottom: 0px;
}

.form-field-section {
  padding: 0px 10px;
}
.form-field-section .form-control mat-form-field {
  width: 100%;
  display: inline;
}

.form-footer {
  text-align: right;
  padding: 0px 10px;
}
.form-footer .dls-secondary-button {
  margin-right: 10px;
}

.mat-mdc-menu-content {
  position: relative;
  padding-top: 0px !important;
}
.mat-mdc-menu-content .slb-foote {
  margin-top: 20px;
  width: 90%;
}

.list-panel .mdc-list-group__subheader {
  margin: 0px 10px;
}
.list-panel .mat-mdc-list-base {
  padding-bottom: 0px;
}
.list-panel .slider-sec {
  margin-top: 10px;
  padding: 0px 15px;
}
.list-panel .slider-sec .dls-slider-horizontal .dls-slider-edge-labels {
  padding: 15px 10px 0px 5px;
}
.list-panel .slider-sec .dls-slider-horizontal .dls-slider-track .dls-slider-handle {
  top: -8px;
}
.list-panel .dls-slider-handle .dls-slider-thumb {
  width: 20px;
  height: 20px;
}
.list-panel .dls-slider-horizontal .dls-slider-edge-labels {
  padding-top: 20px !important;
}

.wellfilter-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0px 10px 0px;
}
.wellfilter-top .well-list-title {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
}
.wellfilter-top .well-list-right {
  flex: 1 1 auto;
  align-items: baseline;
  text-align: right;
}

.mat-mdc-menu-panel {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  min-width: auto !important;
}
.mat-mdc-menu-panel .menu-panel-heading {
  display: flex;
  justify-content: space-between;
  padding: 10px 25px 10px 10px;
}
.mat-mdc-menu-panel .menu-panel-heading .panel-title {
  vertical-align: middle;
}

.dls-progress-indicator-container {
  padding: 0px 20px;
}

.mat-mdc-table {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.mat-mdc-table th:first-child {
  border-top-left-radius: 8px;
}
.mat-mdc-table th:last-of-type {
  border-top-right-radius: 8px;
}
.mat-mdc-table tr caption {
  margin-bottom: 10px;
  height: 56px;
  padding: 10px 10px 0px 10px;
}
.mat-mdc-table td:first-child {
  padding-left: 15px;
}
.mat-mdc-table .mdc-data-table__row:last-child .mat-mdc-cell {
  border-bottom: 1px solid;
}

.paginator-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px 0px 0px 0px;
}
.paginator-container .dls-paginator {
  min-width: 370px;
  margin-left: auto;
}
.paginator-container .title {
  flex-grow: 1;
  vertical-align: middle;
  padding: 10px;
}
.paginator-container .controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

mat-tree .well-status {
  width: 16px !important;
  height: 16px !important;
  display: inline-flex;
  margin-left: -5px;
}

.well-list-title h6.mat-mdc-menu-trigger {
  cursor: pointer;
}

.action-modal .mat-mdc-form-field {
  padding: 16px;
  display: block;
}

.snoozed-btn-grp {
  text-align: center;
}
.snoozed-btn-grp button {
  width: 40%;
  margin: 5px !important;
  text-align: left !important;
}

.height100px {
  height: 100px !important;
}

.algomiti .algohighchartalign {
  width: 100%;
  min-height: 416px;
  display: block;
}
.algomiti .highcharts-legend-item text {
  font-size: 12px !important;
}
.algomiti .mat-card-content {
  border-radius: 8px;
}
.algomiti .mat-mdc-slide-toggle.mat-primary .mdc-switch--selected .mdc-switch__track::after,
.algomiti .mat-mdc-slide-toggle.mat-primary .mdc-switch--selected:enabled .mdc-switch__track::after {
  border-color: #6ba7ff;
  background-color: #6ba7ff !important;
}
.algomiti .mat-mdc-slide-toggle label {
  color: #EBECF2;
  margin: 0px;
  font-size: 12px !important;
}
.algomiti .action .card-container {
  display: flex;
  grid-gap: 2;
  gap: 20px;
}
.algomiti .action .card-container .card-1 {
  width: 30%;
  height: inherit;
}
.algomiti .action .card-container .card-1 .mdc-form-field {
  display: flex;
  justify-content: flex-start;
}
.algomiti .action .card-container .card-2 {
  width: 40%;
}
.algomiti .action .card-container .mat-mdc-slide-toggle {
  width: 50%;
  margin: 0px 0;
  display: inline-block;
  vertical-align: top;
}
.algomiti .action .card-container .mat-mdc-slide-toggle .mdc-form-field {
  padding-right: 7px;
  min-height: 28px;
}
.algomiti .action .card-container .poc-edit {
  width: 43%;
  margin: 10px 10px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  vertical-align: top;
}
.algomiti .action .card-container .poc-edit mat-label {
  width: 70%;
}
.algomiti .action .card-container .mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--selected .mdc-switch__track::before,
.algomiti .action .card-container .mat-mdc-slide-toggle.mat-accent .mdc-switch.mdc-switch--selected:enabled .mdc-switch__track::after {
  background: #6BA7FF;
}
.algomiti .action .card-container .mat-mdc-card {
  padding: 15px 10px;
  min-height: 185px;
}
.algomiti .action .card-container .mat-mdc-card-header {
  margin-bottom: 0px;
}
.algomiti .action .card-container .mat-mdc-card-header .mat-mdc-card-subtitle {
  margin: 10px 0px;
}
.algomiti .mitigation-legend ul {
  padding: 0px 5px;
  margin: 5px 0px;
}
.algomiti .mitigation-legend ul li {
  display: inline-flex;
  padding: 0px 15px 0px 0px;
}
.algomiti .mitigation-legend ul li.legend:before {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 20px;
  margin-right: 5px;
}
.algomiti .mitigation-legend ul li.tagging:before {
  background-color: #4A94A3;
}
.algomiti .mitigation-legend ul li.fluidpound:before {
  background-color: #A092C0;
}
.algomiti .mitigation-legend ul li.gasinterference:before {
  background-color: #C77276;
}
.algomiti .mitigation-legend ul li.flat-lining:before {
  background-color: #B23A8F;
}
.algomiti .mitigation-legend ul li.active::before {
  background-color: #4FC279;
}
.algomiti .mitigation-legend ul li.inactive::before {
  background-color: #C24F57;
}
.algomiti .mitigation-legend ul li.inferred::before {
  background-color: #AC89B3;
}
.algomiti .mitigation-legend ul li.spm::before {
  background-color: #EE5E64;
}
.algomiti .card-container.mitigation-trend {
  display: flex;
  grid-gap: 2;
  gap: 19px;
  margin-bottom: 0;
}
.algomiti .card-container.mitigation-trend .card-1 {
  width: 25%;
}
.algomiti .card-container.mitigation-trend .card-2 {
  width: 75%;
}
.algomiti .card-container.mitigation-trend .card-3 {
  width: 100%;
}
.algomiti .card-container.mitigation-trend .card-4 {
  width: 50%;
}
.algomiti .card-container.mitigation-trend .mat-mdc-card {
  padding: 15px 15px;
}
.algomiti .card-container.mitigation-trend .mat-mdc-card-header {
  margin-bottom: 0px;
}
.algomiti .card-container.mitigation-trend .mat-mdc-card-header .mat-mdc-card-subtitle {
  margin: 10px 0px;
}
.algomiti .sameheightDiv .mat-mdc-card {
  min-height: 475px !important;
}
.algomiti .mitigation-card .colum-slid-toggle mat-label {
  min-width: 70px;
}
.algomiti .colum-slid-toggle {
  width: 50%;
  margin: 10px 0;
  align-items: center;
  min-height: 32px;
  justify-content: start;
}
.algomiti .colum-slid-toggle mat-label {
  margin: 0px;
  font-size: 11px !important;
  min-width: 62px;
}
.algomiti .colum-slid-toggle mat-label.po-ci-label {
  min-width: 50px;
}

.material-theme-dark .mdc-evolution-chip__cell.mdc-evolution-chip__cell--primary button {
  cursor: auto !important;
}
.material-theme-dark .srpReports .mat-card-content {
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(139, 144, 173, 0.5), rgba(139, 144, 173, 0)) border-box;
  border-radius: 8px;
}
.material-theme-dark .srpReports .mat-mdc-card:not(.dls-new-card-container) {
  background: rgb(19, 22, 41) !important;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
}
.material-theme-dark .events mat-button-toggle-group {
  padding: 0px !important;
  margin: 0px !important;
}
.material-theme-dark .events mat-button-toggle-group html .mat-button-toggle .mat-button-toggle-label-content {
  font-size: 11px !important;
}
.material-theme-dark .events .mat-button-toggle-label-content {
  font-size: 11px !important;
}
.material-theme-dark .mat-mdc-select-panel {
  background-color: #131629 !important;
}
.material-theme-dark .dls-secondary-button:not([disabled]):not(:disabled):hover.dls-warn {
  color: #fff !important;
}
.material-theme-dark .card-bg-color:not(.dls-new-card-container) {
  background: rgba(19, 22, 41, 0.8) !important;
}
.material-theme-dark .charting .mat-card-content {
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(139, 144, 173, 0.5), rgba(139, 144, 173, 0)) border-box;
  border-radius: 8px;
}
.material-theme-dark .charting .mat-mdc-card:not(.dls-new-card-container) {
  background: rgb(19, 22, 41) !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
}
.material-theme-dark .charting .mat-mdc-slide-toggle.mat-primary .mdc-switch--selected .mdc-switch__track::after,
.material-theme-dark .charting .mat-mdc-slide-toggle.mat-primary .mdc-switch--selected:enabled .mdc-switch__track::after {
  border-color: #6ba7ff;
  background-color: #6ba7ff !important;
}
.material-theme-dark .charting .mat-mdc-slide-toggle label {
  color: #EBECF2;
}
.material-theme-dark .charting .card-container {
  display: flex;
  grid-gap: 2;
  gap: 19px;
  gap: 15px 12px;
  margin-bottom: 15px;
}
.material-theme-dark .charting .card-container .card-1 {
  width: 26%;
}
.material-theme-dark .charting .card-container .mat-mdc-card {
  padding: 15px 15px;
}
.material-theme-dark .charting .card-container .mat-mdc-card-header {
  margin-bottom: 0px;
}
.material-theme-dark .charting .card-container .mat-mdc-card-header .mat-mdc-card-subtitle {
  margin: 10px 0px;
}
.material-theme-dark .form-section {
  padding: 15px 10px;
}
.material-theme-dark .form-section .mat-mdc-form-field {
  width: 98%;
}
.material-theme-dark .form-section .add-field {
  text-align: right;
}
.material-theme-dark .form-section .add-field .dls-tertiary-button.dls-xsmall .mat-icon svg {
  width: 10px;
  height: 10px;
}
.material-theme-dark .form-section .add-more-section .form-field-section {
  padding: 0px 10px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.material-theme-dark .form-section .add-more-section .form-field-section mat-icon {
  margin: 0px 5px;
}
.material-theme-dark .tree-node mat-tree .low-status {
  background-color: #5DE6B2;
}
.material-theme-dark .tree-node mat-tree .high-status {
  background-color: #FF6666;
}
.material-theme-dark caption {
  background-color: #15182B;
}
.material-theme-dark .filter-section .mat-mdc-tab-header {
  background: rgba(19, 22, 41, 0.8);
}
.material-theme-dark .filter-section .srp-alerts .alert-table td:first-child {
  min-width: auto;
  width: auto;
}
.material-theme-dark .filter-section .srp-alerts .mat-card-content {
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(139, 144, 173, 0.5), rgba(139, 144, 173, 0)) border-box;
  border-radius: 8px;
}
.material-theme-dark .filter-section .srp-alerts .mat-mdc-card:not(.dls-new-card-container) {
  background: rgb(19, 22, 41) !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
}
.material-theme-dark .filter-section .srp-alerts .categoriestable .mat-mdc-table .mat-mdc-header-cell {
  background: rgb(19, 22, 41) !important;
  border-radius: 0;
}
.material-theme-dark .filter-section .srp-alerts .categoriestable .mat-mdc-table td:first-child {
  padding-left: 0px;
}
.material-theme-dark .filter-section .mat-mdc-tab-body-content {
  background: rgba(19, 22, 41, 0.8);
  padding: 0 0 0 16px;
}
.material-theme-dark .filter-section .dls-label {
  padding-left: 0px;
}
.material-theme-dark .filter-section .filters-sec-button .mat-mdc-raised-button.mat-mdc-button-base {
  margin: 3px 2px 3px 12px;
  padding: 5px 10px;
  height: 28px !important;
}
.material-theme-dark .filter-section .filters-sec-button .mat-mdc-raised-button.mat-mdc-button-base svg {
  width: 10px;
  height: 10px;
  margin-left: 3px;
}
.material-theme-dark .dls-nested-list a.item-name {
  color: #fff;
}
.material-theme-dark .high-status {
  background-color: #D11F1F;
}
.material-theme-dark .low-status {
  background-color: #28A228;
}
.material-theme-dark .medium-status {
  background-color: #EA910D;
}
.material-theme-dark .mat-mdc-table {
  background-color: #15182B;
}
.material-theme-dark .mat-mdc-table tr caption {
  margin-bottom: 10px;
  height: 56px;
  padding: 10px 10px 0px 10px;
}
.material-theme-dark .mat-mdc-table td:first-child {
  padding-left: 15px;
}
.material-theme-dark .mat-mdc-table .mdc-data-table__row:last-child .mat-mdc-cell {
  border-bottom: 1px solid;
}
.material-theme-dark .mat-mdc-table td .close svg path {
  fill: #D11F1F;
}
.material-theme-dark .mat-mdc-table td .edit svg path {
  fill: #FFFFFF;
}
.material-theme-dark .paginator-container {
  background: #15182b;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px 0px 0px 0px;
}
.material-theme-dark .paginator-container .title {
  flex-grow: 1;
  vertical-align: middle;
  padding: 10px;
}
.material-theme-dark .paginator-container .mat-mdc-form-field {
  padding-top: 12px;
}
.material-theme-dark .paginator-container .controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.material-theme-dark .srp-alerts .mat-card-content {
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(139, 144, 173, 0.5), rgba(139, 144, 173, 0)) border-box;
  border-radius: 8px;
}
.material-theme-dark .srp-alerts .mat-mdc-card:not(.dls-new-card-container) {
  background: rgb(19, 22, 41) !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
}
.material-theme-dark .srp-alerts .categoriestable .mat-mdc-table .mat-mdc-header-cell {
  background: rgb(19, 22, 41) !important;
  border-radius: 0;
}
.material-theme-dark .srp-alerts .categoriestable .mat-mdc-table td:first-child {
  padding-left: 0px;
}
.material-theme-dark .dynacard-well-info .highcharts-button-box, .material-theme-dark .dashboard .highcharts-button-box {
  fill: none !important;
}
.material-theme-dark .dynacard-well-info .highcharts-button-symbol, .material-theme-dark .dashboard .highcharts-button-symbol {
  stroke: #ffffff !important;
}
.material-theme-dark .algomiti .mat-card-content {
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(139, 144, 173, 0.5), rgba(139, 144, 173, 0)) border-box;
  border-radius: 8px;
}
.material-theme-dark .algomiti .mat-mdc-card:not(.dls-new-card-container) {
  background: rgb(19, 22, 41) !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
}
.material-theme-dark .highcharts-container svg .highcharts-axis-labels text {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.material-theme-dark .highcharts-container svg .highcharts-data-labels .highcharts-label text {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.material-theme-dark .highcharts-container svg .highcharts-data-labels .highcharts-label text .highcharts-text-outline {
  display: none !important;
}

.mat-mdc-menu-panel .mat-icon {
  width: 15px;
  height: 15px;
}

.telemetry-main .telemetry-container {
  background: rgb(21, 24, 43);
  border-radius: 5px;
}
.telemetry-main .telemetry-tab {
  display: flex;
  justify-content: space-between;
}
.telemetry-main .telemetry-tab .tabs {
  left: 5px;
}
.telemetry-main .telemetry-tab .mat-mdc-tab-header {
  margin-top: 0px !important;
  padding: 0 20px 0px 0px !important;
}
.telemetry-main .telemetry-tab .mat-mdc-tab-header .mat-mdc-tab-label-container {
  border: 0px !important;
}
.telemetry-main .telemetry-tab .mat-mdc-tab-header .mat-mdc-tab .mdc-tab-indicator__content--underline {
  background: none !important;
}
.telemetry-main .telemetry-tab .mat-mdc-tab-body-content {
  padding: unset;
  /* Remove the black line below the tab labels */
}

.well-info-main-container .mat-card-content {
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(139, 144, 173, 0.5), rgba(139, 144, 173, 0)) border-box;
  border-radius: 8px;
}
.well-info-main-container .mat-mdc-card:not(.dls-new-card-container) {
  background: rgb(19, 22, 41) !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
}
.well-info-main-container .well-info-download {
  display: flex;
  justify-content: end;
}
.well-info-main-container .well-info-cards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
}
.well-info-main-container .well-info-cards .well-info-mat-card {
  width: 180px;
  height: 50px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.15) !important;
  box-shadow: none !important;
}
.well-info-main-container .well-info-cards .well-info-card-title {
  font-size: 13px !important;
  font-weight: 100 !important;
}
.well-info-main-container .well-info-cards .well-info-card-subtitle {
  font-size: 10px;
}
.well-info-main-container .well-info-cards .well-info-header {
  position: absolute;
  top: 6px;
}
.well-info-main-container .wellinfo-data-container {
  padding: 16px;
  background: rgb(21, 24, 43);
  position: relative;
}
.well-info-main-container .wellinfo-button,
.well-info-main-container .align-top-right {
  display: flex;
  justify-content: flex-end;
  color: white;
}
.well-info-main-container .wellinfo-button > button {
  color: white;
}
.well-info-main-container .well-info-image {
  display: flex;
  justify-content: center;
}

.tabs {
  flex: 1;
  display: grid;
  align-items: center;
  position: relative;
  left: 20px;
}

.telemetry-search {
  position: relative;
  bottom: 10px;
}

.telemetry-downarrow {
  position: absolute;
  left: 0px;
}

.paginator-container-telemetry {
  display: flex;
  justify-content: space-between;
}

.app-theme-switcher .dls-page-header-container {
  display: none;
}

.download-dropdown ul {
  padding: 0px;
  margin: 0px;
}
.download-dropdown ul li {
  list-style: none;
  border-bottom: 1px solid #ececec;
  font-size: 12px;
  padding: 5px 20px;
}
.download-dropdown ul li:last-child {
  border-bottom: none;
}

.srpReports .card-container .mat-mdc-card {
  padding: 8px 15px 30px 15px !important;
}
.srpReports .mat-mdc-card-header {
  display: flex;
  justify-content: space-between;
}
.srpReports html .mat-mdc-form-field {
  padding-top: 0px;
}
.srpReports .topHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 0;
  align-items: center;
}
.srpReports .topHead .dls-form-field {
  padding-top: 0px !important;
}
.srpReports .cust-title-report {
  height: 58vh;
  vertical-align: middle;
  align-items: center;
  display: flex;
  justify-content: center;
}
.srpReports .controls {
  display: flex;
}
.srpReports .card-container.reports-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0px;
}
.srpReports .card-container.reports-section .card-2 {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}
.srpReports .card-container.reports-section .card-2:nth-child(odd) {
  padding-left: 0px;
}
.srpReports .card-container.reports-section .card-2:nth-child(even) {
  padding-right: 0px;
}
.srpReports .card-container.reports-section .card-2 .height-chart-m {
  height: 55vh;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container {
  display: flex;
  gap: 10px;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .bottom-legits {
  margin-top: 16px;
  width: 100%;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .classified {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(174, 181, 217, 0.5019607843);
  padding: 4px 0;
  align-items: center;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .classified img {
  margin-right: 10px;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .classified .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .classified .icon.pump-tagging {
  background-color: #2196F3;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .classified .icon.normal {
  background-color: #0A7D8F;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .classified .icon.distorted {
  background-color: #C248F0;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .classified .icon.flatnining {
  background-color: #FF5722;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .classified .icon.fluid-pound {
  background-color: #F06292;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .classified .icon.gas-interference {
  background-color: #28A228;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .right-chart {
  width: 60%;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .left-sec {
  width: 38%;
  min-width: 38%;
  overflow-x: auto;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .left-sec .classified .title, .srpReports .card-container.reports-section .card-2 .inner-graph-container .left-sec .classified .count {
  font-size: 11px;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .highcharts-container, .srpReports .card-container.reports-section .card-2 .inner-graph-container .highcharts-loading {
  width: 100% !important;
  height: 100% !important;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .highcharts-container svg, .srpReports .card-container.reports-section .card-2 .inner-graph-container .highcharts-loading svg {
  width: 100% !important;
  height: 100% !important;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .highcharts-container svg .highcharts-series-group, .srpReports .card-container.reports-section .card-2 .inner-graph-container .highcharts-loading svg .highcharts-series-group {
  margin-top: 50px;
}
.srpReports .card-container.reports-section .card-2 .inner-graph-container .highcharts-container .highcharts-data-label span, .srpReports .card-container.reports-section .card-2 .inner-graph-container .highcharts-container .highcharts-data-label text, .srpReports .card-container.reports-section .card-2 .inner-graph-container .highcharts-container .highcharts-axis-labels span, .srpReports .card-container.reports-section .card-2 .inner-graph-container .highcharts-container .highcharts-axis-labels text, .srpReports .card-container.reports-section .card-2 .inner-graph-container .highcharts-loading .highcharts-data-label span, .srpReports .card-container.reports-section .card-2 .inner-graph-container .highcharts-loading .highcharts-data-label text, .srpReports .card-container.reports-section .card-2 .inner-graph-container .highcharts-loading .highcharts-axis-labels span, .srpReports .card-container.reports-section .card-2 .inner-graph-container .highcharts-loading .highcharts-axis-labels text {
  font-size: 10px !important;
}
.srpReports .card-container.reports-section .card-2 .highcharts-button-box {
  fill: none !important;
}
.srpReports .card-container.reports-section .card-2 .highcharts-button-symbol {
  stroke: #ffffff !important;
}
.srpReports .mat-button-toggle-label-content {
  font-size: 11px !important;
}

.material-theme-light .srpReports .mat-card-content {
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(139, 144, 173, 0.5), rgba(139, 144, 173, 0)) border-box;
  border-radius: 8px;
}
.material-theme-light .srpReports .mat-mdc-card:not(.dls-new-card-container) {
  background: #fff !important;
}
.material-theme-light .telemetry-main .telemetry-container {
  background-color: #fff;
}
.material-theme-light .dynacard-wrapper mat-card .bubblegraphsec .legitswrap ul li {
  color: #505575;
}
.material-theme-light .td-mat-chip-option .mdc-evolution-chip__text-label {
  font-weight: bold;
  font-size: 11px !important;
}
.material-theme-light html .mat-button-toggle.mat-button-toggle-checked:not(.mat-button-toggle-disabled) .mat-button-toggle-label-content {
  background-color: #6ba7ff !important;
  color: #22263d !important;
}
.material-theme-light .tree-node mat-tree .low-status {
  background-color: #5DE6B2;
}
.material-theme-light .tree-node mat-tree .high-status {
  background-color: #FF6666;
}
.material-theme-light .card-container.reports-section[_ngcontent-ng-c2368462913] .card-2[_ngcontent-ng-c2368462913] .mat-mdc-card[_ngcontent-ng-c2368462913]:not(.dls-new-card-container) {
  background: #fff !important;
}
.material-theme-light .dynacard-well-info .mat-mdc-card:not(.dls-new-card-container), .material-theme-light .well-info-main-container .mat-mdc-card:not(.dls-new-card-container), .material-theme-light .well-info-main-container .wellinfo-data-container {
  background: #fff !important;
}
.material-theme-light .slidingtabContainer[_ngcontent-ng-c639714421] .tabs1[_ngcontent-ng-c639714421] .mat-mdc-tab-header .mat-mdc-tab-label-container {
  background: #fff;
}
.material-theme-light .slidingtabContainer[_ngcontent-ng-c639714421] .tabs1[_ngcontent-ng-c639714421] .mat-mdc-tab-header .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: inherit !important;
}
.material-theme-light .slidingtabContainer[_ngcontent-ng-c639714421] .tabs1[_ngcontent-ng-c639714421] .mat-mdc-tab-header .mat-mdc-tab .mdc-tab-indicator__content--underline {
  background: #6ba7ff !important;
}
.material-theme-light .slidingtabContainer[_ngcontent-ng-c639714421] .tabs1[_ngcontent-ng-c639714421] .mat-mdc-tab-header .mdc-tab__text-label {
  color: #22263d !important;
}
.material-theme-light caption {
  background: none;
}
.material-theme-light .cust-card-container {
  background: #ffffff !important;
}
.material-theme-light .dls-secondary-button:not([disabled]):not(:disabled):hover {
  color: #ffffff;
}
.material-theme-light .algomiti .mat-card-content, .material-theme-light .dashboard .mat-card-content {
  background: #ffffff !important;
}
.material-theme-light .algomiti .mat-mdc-card:not(.dls-new-card-container), .material-theme-light .dashboard .mat-mdc-card:not(.dls-new-card-container) {
  background: #ffffff !important;
}
.material-theme-light .highcharts-container svg .highcharts-axis-labels text, .material-theme-light .highcharts-container svg .highcharts-axis text {
  color: #22263d !important;
  fill: #22263d !important;
}
.material-theme-light .highcharts-container svg .highcharts-data-labels .highcharts-label text {
  color: #22263d !important;
  fill: #22263d !important;
}
.material-theme-light .highcharts-container svg .highcharts-data-labels .highcharts-label text .highcharts-text-outline {
  display: none !important;
}
.material-theme-light .highcharts-container svg .highcharts-data-labels .highcharts-label text tspan {
  color: #22263d !important;
  fill: #22263d !important;
  font-size: 11px !important;
}
.material-theme-light .highcharts-container svg .highcharts-legend .highcharts-legend-item text {
  color: #22263d !important;
  fill: #22263d !important;
}

.cust-card-container {
  max-height: 635px;
  overflow-y: auto;
}

.charting .charting-header .mat-mdc-card-header-text {
  display: flex !important;
  justify-content: flex-end !important;
  flex-direction: inherit !important;
  gap: 0 !important;
}
.charting .right-panel mat-button-toggle-group mat-button-toggle .mat-button-toggle-label-content {
  font-size: 10px !important;
}
.charting .highcharts-container text {
  font-size: 14px !important;
}

@media screen and (max-width: 1920px) {
  .algomiti .action .card-container .poc-edit mat-label {
    font-size: 11px !important;
  }
  .algomiti .algomiti .action .card-container .poc-edit mat-label {
    font-size: 11px !important;
  }
  .algomiti .mitigation-card .colum-slid-toggle mat-label.flatlining-label {
    min-width: 80px;
  }
  html td.mdc-data-table__cell {
    font-size: 14px !important;
  }
  .mat-mdc-card-title,
  .mat-mdc-card-subtitle {
    margin: 6px 0 !important;
  }
  html .mat-mdc-card-header .mat-mdc-card-title,
  html .mat-mdc-card-title {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 1500px) {
  .algomiti .mitigation-card .colum-slid-toggle mat-label.flatlining-label {
    min-width: 70px;
  }
  .charting .charting-header .mat-mdc-card-header-text {
    display: flex !important;
    justify-content: flex-end !important;
    flex-direction: inherit !important;
    gap: 0 !important;
  }
  .charting .right-panel mat-button-toggle-group mat-button-toggle .mat-button-toggle-label-content {
    font-size: 10px !important;
  }
  .charting .highcharts-container text {
    font-size: 14px !important;
  }
  .algomiti .mat-button-toggle .mat-button-toggle-label-content {
    font-size: 10px !important;
  }
  .algomiti .highcharts-container text {
    font-size: 12px !important;
  }
  .algomiti .poc-edit {
    font-size: 11px !important;
  }
  .td-mat-chip-option .mdc-evolution-chip__text-label {
    font-size: 10px;
  }
  .mdc-tab__text-label {
    font-size: 12px !important;
  }
  .cust-card-container {
    max-height: 575px !important;
    overflow-y: auto !important;
  }
  .panel-title {
    font-size: 12px;
  }
  .well-list-title h6 {
    font-size: 14px !important;
    margin: 0px;
  }
  .title {
    font-size: 12px;
  }
  .dynacard-well-info .card-container .mat-mdc-card-header .mat-mdc-card-subtitle {
    margin: 2px !important;
  }
  .card-cont {
    font-size: 12px;
    margin-top: 3px;
  }
  html .dls-paginator {
    font-size: 12px !important;
  }
  html td.mdc-data-table__cell {
    font-size: 12px !important;
  }
  html .mat-mdc-tab.mdc-tab,
  html .mat-mdc-tab-link.mdc-tab {
    font-size: 14px !important;
  }
  html .dls-page-header-container .dls-page-header-row .dls-page-title {
    font-size: 20px !important;
  }
  html .mat-mdc-card-header .mat-mdc-card-title,
  html .mat-mdc-card-title {
    font-size: 12px !important;
  }
  html .mat-mdc-card-subtitle {
    font-size: 12px !important;
  }
  .legitswrap ul li {
    font-size: 12px !important;
  }
  html th.mat-mdc-header-cell {
    font-size: 12px !important;
  }
  td.mdc-data-table__cell {
    font-size: 12px !important;
  }
  html .dls-search-field-expanding,
  html .dls-search-field {
    font-size: 12px !important;
  }
  .status-priority ul li {
    font-size: 12px !important;
  }
  .wellfilter-top h5 {
    font-size: 12px;
  }
  .wellfilter-top h6 {
    font-size: 14px !important;
  }
  h4 {
    font-size: 12px !important;
  }
  html .mat-mdc-list-base .mat-mdc-subheader {
    font-size: 14px !important;
  }
  html .mat-mdc-checkbox .mdc-form-field label {
    font-size: 12px !important;
  }
  .well-search-section h5 {
    font-size: 14px !important;
  }
  html .dls-sidenav .dls-side-menu .mat-mdc-list-item .mdc-list-item__content .mdc-list-item__primary-text {
    font-size: 14px !important;
  }
  .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-text-field__input,
  .mat-mdc-form-field-label-always-float .mdc-text-field__input::placeholder {
    font-size: 12px !important;
  }
  html .mat-mdc-table .mdc-data-table__header-row {
    height: inherit !important;
    border-bottom: none;
  }
  .card-60 {
    width: 54% !important;
  }
  .card-40 {
    width: 45% !important;
  }
  .srp-alerts .left-sec {
    width: 49%;
    min-width: 49%;
    margin-right: 2%;
  }
  .srp-alerts .left-sec .categories-items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px !important;
    border-bottom: 1px solid rgba(174, 181, 217, 0.5019607843);
  }
  .srp-alerts .left-sec .categories-items .categories-list {
    display: flex;
    align-items: center;
    padding: 6px;
  }
  .srp-alerts .left-sec .categories-items .categories-list .icon {
    width: 20px !important;
    height: 20px !important;
    border-radius: 2px;
  }
  .srp-alerts .left-sec .categories-items .categories-list .list-title {
    font-size: 11px !important;
    font-weight: 700;
    margin-left: 12px;
  }
  .srp-alerts .left-sec .categories-items .count {
    font-size: 12px !important;
    font-weight: 700;
    text-align: center;
    padding: 8px;
  }
  .srp-alerts .right-chart {
    width: 49%;
    min-width: 49%;
  }
  .srp-alerts .barChartData .highcharts-container {
    width: 100% !important;
    display: block;
    height: auto !important;
    max-height: 55px;
  }
  .srp-alerts .barChartData .highcharts-container svg {
    width: 100% !important;
    height: 80px !important;
  }
  .srp-alerts .cust-height {
    max-height: 240px !important;
    overflow-y: auto;
  }
  .dls-compact-table .med-priorityline,
  .dls-compact-table .low-priorityline,
  .dls-compact-table .high-priorityline,
  .dls-compact-table .clear-priorityline {
    height: 21px !important;
  }
  .dls-sample-table .med-priorityline,
  .dls-sample-table .low-priorityline,
  .dls-sample-table .high-priorityline,
  .dls-sample-table .clear-priorityline {
    height: 21px !important;
  }
  html .mat-mdc-option .mdc-list-item__primary-text {
    font-size: 12px !important;
  }
  html .mat-mdc-select-panel .mat-mdc-option {
    height: 35px !important;
    min-height: 35px !important;
    padding: 0 12px;
  }
  html .cdk-overlay-pane {
    min-width: 80px !important;
  }
}
html .mat-mdc-tooltip {
  margin: 12px 0px !important;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/app/dev-styles.scss?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.highcharts-tooltip-container:has(.highchart-elevate-tooltip) {
  z-index: 1020 !important;
}

.cursor-pointer, a {
  cursor: pointer;
}

.word-wrap .dls-content {
  word-break: break-word;
}

.text-center, .mat-mdc-cell.mdc-data-table__cell.cdk-cell.text-center {
  text-align: center;
}

.opacity-5 {
  opacity: 0.5;
}
