/* @font-face {
  font-family: 'Material Symbols Sharp';
  font-style: normal;
  display:block; src: url('/fonts/MaterialSymbolsSharp.woff2') format('woff2');
} */

@keyframes spinning {
  0% {
      transform: rotate(0)
  }

  to {
      transform: rotate(2turn)
  }
}

@-webkit-keyframes spinning {
  0% {
      transform: rotate(0)
  }

  to {
      transform: rotate(2turn)
  }
}

@keyframes spinning {
  0% {
      transform: rotate(0)
  }

  to {
      transform: rotate(2turn)
  }
}

:root {
  --theme-primary-bg: #4d4dac;
  --theme-primary-variant-bg: #ff808b;
  --theme-secondary-bg: #9699d6;
  --theme-secondary-variant-bg: #c8c9e9;
  --theme-greenish-bg: #3d899e;
  --theme-yellowish-bg: #f9c37b;
  --theme-redish-bg: #ff808b;
  --theme-leftmenu-bg: #444444;
  --theme-leftmenu-bg-light: #e3e7ed;
  --theme-button-bg: #444444;
  --theme-primary-txt: #ffffff;
  --theme-secondary-txt: #ffffff;
  --theme-primary-variant-txt: #ffffff;
  --theme-secondary-variant-txt: #ffffff;
  --theme-greenish-txt: #ffffff;
  --theme-yellowish-txt: #ffffff;
  --theme-redish-txt: #ffffff;
  --theme-leftmenu-txt: #ffffff;
  --theme-leftmenu-txt-light: #1a1a1a;
  --theme-button-txt: #ffffff;
  --vt-light-grey: hsl(240 35% 97% / 1);
  --vt-bg: #f1f3f6;
}

:root {
  --color-bg-menu: var(--theme-leftmenu-bg);
  --color-menu-text: var(--theme-leftmenu-txt);
  --color-bg-menu-light: var(--theme-leftmenu-bg-light);
  --color-menu-text-light: var(--theme-leftmenu-txt-light);
  --color-bg-filter: var(--vt-light-grey);
  --layout-insights-rightpanel-width: 20vw;
  --layout-topnav-gradient: linear-gradient(178deg, var(--layout-bg-color-card) 45px, #ffffffa8);
}
:root.dark {
  --layout-topnav-gradient: linear-gradient(178deg, var(--layout-bg-color-card) 45px, #121212a8);
}

@media (max-width: 1440px) {
  :root {
    --layout-insights-rightpanel-width: 290px;
  }
}
@media (min-width: 1680px) {
  :root {
    --layout-insights-rightpanel-width: 335px;
  }
}



.highcarts-tooltip-container {
  z-index: 1070 !important;
  position: absolute !important;
}
.yin {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.yin mat-nav-list.mat-mdc-list-base.mdc-list.sub {
  background-color: hsl(204 56% 33% / 1);
}

.yin-body yon-breadcrumb {
  display: none;
}

.yin .app-sidemenu__sidenav-items-active .app-sidemenu__sidenav-items .app-sidemenu__sidenav-item-expanded-text, .yin .app-sidemenu__sidenav-items-active .material-symbols-sharp {
  color: var(--color-menu-text) !important;
  color: inherit !important;
}

.yin .prog-wrap.wait {
  position: fixed;
  top: 24px;
  z-index: 500;
  background: #ccc;
  left: 400px;
  right: 260px;
  height: 7px;
  border-radius: 3.5px;
}

.yin .prog-wrap.finished {
  background-color: #3f8480;
}

.yin .prog {
  width: 0;
  height: 26px;
  transition: none;
  background-color: #3f8480;
  color: var(--color-inverted-contrast-max);
  line-height: 26px;
  padding: 0 0;
  will-change: transform;
}

.yin .prog.wait {
  height: 7px;
  border-radius: 3.5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.yin .prog.first {
  width: 50%;
  transition: width ease-out 1.5s;
  padding-left: 20px;
}

.yin .prog.first.second {
  width: 75%;
  transition: width ease-out 3s;
}

.yin .prog.first.second.third {
  width: 93%;
  transition: width ease-out 9s;
}

.yin .prog.first.second.third.forth {
  width: 98%;
  transition: width ease-out 30s;
}

.yin .prog.first.second.third {
  width: 93%;
  transition: width ease-out 21s;
}

.yin .prog.finished, .yin .prog.first.second.third.finished {
  width: 100%;
  transition: none !important;
}

.yin .prog.wait.finished {
  border-top-right-radius: 3.5px;
  border-bottom-right-radius: 3.5px;
}

.yin .prog-wrapper.slow .prog.first {
  width: 50%;
  transition: width ease-out 10s;
  padding-left: 20px;
}

.yin .prog-wrapper.slow .prog.first.second {
  width: 75%;
  transition: width ease-out 15s;
}

.yin .prog-wrapper.slow .prog.first.second.third.forth {
  width: 98%;
  transition: width ease-out 80s;
}

body .yin .main-content {
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  margin-top: 5px;
  background-color: #fbfbfb;
  z-index: 1030;
  height: calc(100vh - 66px) !important;
  overflow-y: scroll;
  position: relative;
}
body .v3 .yin .main-content {
 
  z-index: 3;

}



.yin.stand-alone .main-content {
  margin-left: 177px;
  margin-top: 65px;
  height: calc(100vh - 65px);
  margin-right: 9px;
}

.yin .odata-measures {
  margin: 10px 0;
  margin-bottom: 15px;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  column-gap: 15px;
  row-gap: 15px;
  flex-wrap: wrap;
}

.yin .odata-measures.right {
  display: block;
  text-align: right;
  margin-bottom: 32px;
  margin-top: -52px;
}
#ui.v3 .yin .odata-measures.right {
  display: block;
  /* text-align: right; */
  margin-bottom: 20px;
  margin-top: -40px;
  position: sticky;
  /* right: calc(var(--layout-grid-gap) + var(--layout-card-padding)); */
  z-index: 2000;
  top: 30px;
  width: 200px;
  margin-left: auto;
  
  
  a {
    /* margin-right: var(--layout-card-padding); */
    display: block;
  }
  
}

.yin .odata-table.overview .metrics.kpi {
  padding-bottom: 20px;
}

.yin .odata-measures a {
  display: block;
  padding: 7px 20px;
  background: #e4e7ed;
  border-radius: 4px;
  margin: 0 0;
  flex: 1 0;
  transition: background ease .3s;
}

.yin .odata-measures a.show-all-btn {
  display: inline-block;
  flex: none;
}

.yin .theme .odata-measures a {
  min-height: calc(15vw);
  padding: 20px 30px;
}

.yin .overview .kpi .odata-measures a {
  min-height: 88px;
}

.yin .odata-measures a {
  min-width: 235px;
  min-width: 10vw;
  min-width: calc(145px + 1vw);
}

.yin .odata-measures a br {
  display: none;
}

.yin .overview .odata-measures a br {
  display: block;
}

.yin .overview_ .odata-measures a span {
  display: block;
  line-height: 18px;
}

.yin .overview .odata-measures a span.kpi {
  font-size: 1.3vw;
  font-weight: 700;
  margin-top: 7px;
  display: block;
  line-height: 21px;
}

.yin .no-kpi .odata-measures a {
  text-align: center;
  white-space: nowrap;
  min-width: auto;
  padding: 5px 10px;
  min-width: 200px;
  min-width: 175px;
}



@media (min-width: 2100px) {
.yin .no-kpi .odata-measures a {
  min-width: 200px;
}
}

.yin .no-kpi .odata-measures a.long {
  min-width: 235px;
}

.yin .odata-measures a span.kpi {
  display: block;
}

.yin .overview .odata-measures a span.title {
  margin-top: .3vw;
}

.yin .odata-measures a .title-box {
    position: relative;
    /* z-index: 1; */
}

.yin .odata-measures a .title-box ion-icon {
    color: inherit;
    font-size: 20px;
    height:22px;
    float: right;
    position: absolute;
    right: -10px;
    opacity: 0;
    cursor: pointer;
}

.yin .no-kpi .odata-measures a .title-box ion-icon {
      right:0;  
}

.yin .odata-measures a:hover .title-box ion-icon,
.yin  .no-kpi .odata-measures a.active .title-box ion-icon{
  opacity:1;

}

.yin .overview .odata-measures a span.unit {
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
}

.yin .odata-measures a.active {
  background: #437aa0;
  color: black;
  background: #426692;
  background: #f1f3f6;
}

.yin .no-kpi .odata-measures a.active {
  background-color: hsl(0deg 0% 0%) !important;
  color: #ffffff !important;
}

.yin .odata-measures a span.unit {
  font-size: 12px;
}

.yin-body .styled-tooltip .highcharts-label.highcharts-tooltip > text > tspan:nth-child(2), .yin-body .highcharts-tooltip-container text > tspan:nth-child(2) {
  font-size: 22px;
  fill: #76deff;
}

.yin-body .styled-tooltip .highcharts-label.highcharts-tooltip > text > tspan:nth-child(6), .yin-body .highcharts-tooltip-container text > tspan:nth-child(6) {
  font-size: 15px;
  fill: #fff !important;
}

.yin .grid-filter-cont {
  padding: 10px 0px;
}

.yin .grid-filters {
  padding: 3px 0;
}

.yin span.material-symbols-sharp.refresh {
  padding-bottom: 0;
  padding-left: 0;
}
.yin span.material-symbols-sharp.refresh.spinning {
   -webkit-animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
    animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.yin a:active, a:hover {
  outline: 0;
}

.yin svg:not(:root) {
  overflow: hidden;
}

.yin button {
  color: inherit;
  font: inherit;
  margin: 0;
}

.yin button {
  text-transform: none;
}

.yin button {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

.yin button {
  overflow: visible;
  background: 0 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.yin h2 {
  font-style: normal;
  margin: 0 0 15px;
}

.yin h2 {
  font-family: "Gill Sans W02 Book", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.yin h2 {
  font-size: 26px;
  line-height: 1.2;
  color: #000;
  
  /* font-weight: 400; */
}
.v3 .yin h2 {
  color: var(--color-mono-contrast-max)
}

.yin .home-bottom h2 {
  margin-top: 29px;
}

.yin .section-heading {
  font-size: 36px;
  font-family: "Gill Sans W04 Light", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #00455d;
  position: relative;
  margin: 0 0 30px;
}

.yin .section-heading:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #00455d;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.yin svg {
  max-width: 100%;
  max-height: 100%;
}

.yin a:active, a:focus, a:hover {
  text-decoration: none;
}

.yin .multiselect {
  margin: 10px 0;
}

.yin .close-toggle {
  width: 70px;
  height: 60px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  transition: bottom 2s;
}

.yin .close-toggle .menu-icon {
  position: absolute;
  top: 18px;
  left: 17px;
  height: 22px;
  width: 35px;
}

.yin .close-toggle .menu-icon:after, .yin .close-toggle .menu-icon:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 34px;
  height: 2px;
  border-radius: 2px;
  background: #000;
  content: "";
}

.yin .close-toggle .menu-icon:before {
  top: 0;
}

.yin .close-toggle .menu-icon:after {
  top: 20px;
}

.yin .close-toggle:active, .yin .close-toggle:focus, .yin .close-toggle:hover {
  text-decoration: none;
  outline: 0;
}

.yin .close-toggle .menu-icon:before {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.yin .close-toggle .menu-icon:after {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.yin .section-heading {
  margin: 0 0 40px;
}

.yin .modal-cont.rightModalPanel {
  top: 0;
  margin: 0;
  border-radius: 0;
}

.yin .yin.not-mobile .modal-cont.rightModalPanel {
  max-width: 290px;
  width: 100%;
}

.yin .v3 .multiselect {
  position: relative;
  margin: 0 auto;
  font-size: 0;
}

.yin .v3 .multiselect>* {
  font-size: medium;
}

.yin .v3 .multiselect-input {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  outline: none;
}

.yin .v3 .multiselect-placeholder {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 14px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: transparent;
  margin-right: 27px;
  right: 0;
  overflow: clip;
}

.yin .v3 .multiselect-placeholder {
  color: #777;
}

.yin .v3 .multiselect-options {
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #e8e8e8;
  margin-top: -1px;
  max-height: 160px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 400;
  background: #fff;
}
#ui.v3 .yin .v3 .multiselect-options {
  background-color: var(--color-bg-table-drilled-level3);
}
#ui.v3 .yin .v3 .multiselect-option {
  color: var(--color-mono-contrast-max);
  background-color: var(--color-bg-table-drilled-level3);
}
#ui.v3 .yin .v3 .multiselect-option:hover {
  background-color: var(--color-bg-table-drilled-level2);
}

.yin .v3 .multiselect-option {
  display: flex;
  min-height: 40px;
  padding: 9px 12px;
  box-sizing: border-box;
  color: #222;
  text-decoration: none;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  cursor: pointer;
}

.yin .v3 .multiselect-no-options, .yin .v3 .multiselect-no-results {
  display: flex;
  padding: 10px 12px;
  color: #777;
}

.yin .v3 .multiselect-spinner {
  width: 20px;
  background: transparent;
  display: block;
  transform: translateY(50%);
  margin-right: 11px;
  margin-top: -2px;
}

.yin .v3 .multiselect-spinner:after, .yin .v3 .multiselect-spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  box-shadow: 0 0 0 1px transparent;
}

.yin .v3 .multiselect-spinner:before {
  -webkit-animation: spinning 2.4s cubic-bezier(.41,.26,.2,.62);
  animation: spinning 2.4s cubic-bezier(.41,.26,.2,.62);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.yin .v3 .multiselect-spinner:after {
  -webkit-animation: spinning 2.4s cubic-bezier(.51,.09,.21,.8);
  animation: spinning 2.4s cubic-bezier(.51,.09,.21,.8);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.yin .v3 .multiselect-input {
  border: none;
  background-color: var(--color-bg-filter);
}

.yin .v3 .multiselect-options {
  border: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.yin .v3.filter-div.filter {
  margin: 20px auto;
  text-align: left;
}

.yin .v3 .is-multiple .multiselect-input {
  min-width: 163px;
}

.yin .tabs__items a:active, a:hover {
  outline: 0;
}

.yin .tabs__items .btn {
  display: inline-block;
  background: 0 0;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 0.8;
  color: #00455d;
  border: 1px solid #00455d;
  cursor: pointer;
  outline: 0;
  transition-property: color, border, background;
  transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition-duration: 0.15s;
}

.yin .tabs__items .btn {
  padding: 13px 20px;
  font-size: 12px;
}

.yin .tabs__items a {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.yin .tabs__items a:active, a:focus, a:hover {
  text-decoration: none;
}

@media screen and (min-width: 64em) {
  .yin .tabs__items .center .btn {
      min-width:120px;
  }
}

@media screen and (min-width: 35.5em) {
  .yin .tabs__items .btn {
      padding:15px 25px;
      font-size: 14px;
  }
}

.yin .btn {
  color: #0000;
}

.yin.dark .btn {
  color: #fff !important;
}

.yin table th {
  text-align: left;
}

.yin table td {
  white-space: nowrap;
}

.yin .tgrid {
  min-height: 106px;
}

.yin .tscroll table td, .yin .tscroll table th {
  padding-left: 3%;
  white-space: nowrap;
}

.yin .tscroll table td {
  max-width: 400px;
  overflow: hidden;
  cursor: pointer;
}

.yin .tscroll table td:first-child {
  text-align: left;
}

.yin .tscroll table thead tr th {
  font-size: 16px;
}

.yin .tscroll table thead tr th {
  text-align: right;
  cursor: pointer;
}

.yin .tscroll table thead tr th:first-child {
  text-align: left;
}

.yin .tscroll {
  width: 100%;
  overflow: auto;
}

.yin .table-tools-foot {
  margin-top: 10px;
}

.yin .compact .tscroll table thead tr th {
  white-space: normal;
  vertical-align: top;
  min-width: 80px;
  padding-top: 5px;
  font-size: 13px;
  height: 40px;
  line-height: 15px;
  padding-left: 9px;
  padding-bottom: 0;
  font-weight: normal;
  text-align: left;
}

.yin div.xls {
  padding: 10px 20px;
  cursor: pointer;
}

.yin div.xls ion-icon {
  vertical-align: middle;
  padding-bottom: 2px;
  font-size: 20px;
}

.yin input[type="text"] {
  font-family: "Gill Sans W04 Light", Arial, Helvetica, sans-serif;
}

.yin table th {
  text-align: left;
}

.yin table td {
  white-space: nowrap;
}

.yin .tgrid {
  min-height: 106px;
}

.yin .compact .tscroll table thead tr th {
  white-space: normal;
  vertical-align: top;
  min-width: 80px;
  padding-top: 5px;
  font-size: 13px;
  height: 40px;
  line-height: 18px;
}

.yin .tscroll table td:first-child, .yin .tscroll table th:first-child {
  position: sticky;
  left: 0;
  z-index: 99;
  max-width: 100px;
  width: auto;
}

.yin .tscroll table th {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
}

.yin .tscroll table th:first-child, .yin.not-mobile .tscroll table th:first-child {
  top: 0;
  z-index: 349;
}

.yin .tscroll table {
  border: none;
}

.yin .tscroll table td:first-child, .yin .tscroll table th:first-child, .yin .tscroll table tr td.colhover:first-child {
  position: sticky;
  left: 0;
  z-index: 99;
  background: white;
  opacity: 1;
}

.yin .tscroll table td:first-child, .yin .tscroll table th:first-child {
  position: sticky;
  left: 0;
  z-index: 99;
  max-width: 100%;
  text-overflow: ellipsis;
}

.yin .tscroll table.is-expanded td:first-child, .yin .tscroll table.is-expanded th:first-child {
  max-width: 120px;
  min-width: 120px;
  text-overflow: ellipsis;
}

.yin.not-mobile .tscroll.lock2cols table.is-expanded td:nth-child(2), .yin.not-mobile .tscroll.lock2cols table.is-expanded th:nth-child(2), .yin.not-mobile .tscroll table.is-expanded td:nth-child(2), .yin.not-mobile .tscroll table.is-expanded th:nth-child(2) {
  position: sticky;
  left: 120px;
  z-index: 99;
  text-overflow: ellipsis;
  opacity: 1;
}

.yin .tscroll.lock2cols table td:nth-child(2), 
.yin .tscroll.lock2cols table td.colhover:nth-child(2) {
  background: white;
}
.v3 .yin .tscroll.lock2cols table td:nth-child(2), 
.v3 .yin .tscroll.lock2cols table td.colhover:nth-child(2) {
  background: var(--layout-bg-color-card);
  color: var(--color-mono-contrast-high);
}

.yin .tscroll.lock2cols table tr:hover td:nth-child(2) {
  background: #effbff;
}
.v3 .yin .tscroll.lock2cols table tr:hover td:nth-child(2) {
  background: var(--color-bg-table-drilled-level1);
    color: var(--color-mono-contrast-max);
}

.yin .tscroll table th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.yin .tscroll table th:first-child, .yin.not-mobile .tscroll table th:first-child {
  top: 0;
  z-index: 349;
}

.yin .tscroll table td {
  border: 0px solid transparent;
  padding: 5px 5px;
  line-height: 26px;
  border-bottom: 1px solid #0000001f;
}

.yin .tgrid select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.yin .tgrid select {
  text-transform: none;
  border-radius: 10%;
  border-color: #fff;
  padding: 5px;
}

.yin .tgrid .form-control {
  border: none;
  background-color: transparent;
  height: 30px;
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0;
}

.yin .tgrid .form-control, .yin .yin .form-control:focus {
  box-shadow: none;
}

.yin .tgrid select option:checked {
  display: none;
  display: none;
}

.yin .right-modal-body .show-search {
  padding-left: 15px;
  text-align: left;
  padding-bottom: 0px;
  color: #5256ac;
}

.yin .right-modal-body .show-search span {
  min-width: 160px;
  display: inline-block;
}

.yin .right-modal-body .show-search ion-icon {
  vertical-align: middle;
  padding-bottom: 2px;
  display: inline-block;
}

.yin .modal h3.section-heading {
  margin-top: 40px;
  font-size: 30px;
}

.yin .modal .settings-row {
  padding: 20px 0;
}

.yin .modal.modal-cont .right-modal-body {
  text-align: center;
}

.yin .section-heading {
  font-size: 36px;
  font-family: "Gill Sans W04 Light", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #00455d;
  position: relative;
}

.yin .modal-cont.rightModalPanel_ {
  transition: background ease-in-out .3s;
  position: fixed;
  background-color: rgba(255,255,255,1);
  padding: 5px;
  box-shadow: 0 3px 6pxrgba(0, 0, 0,.16), 0 3px 6px rgba(0, 0, 0,.23);
  top: 71px !important;
  z-index: 1103;
  left: auto;
  right: 26px;
  bottom: 0;
  overflow-y: auto;
  display: none;
  padding-top: 0;
  margin: 16px;
  box-shadow: 0 25.6px 57.6px rgba(0, 0, 0,.22), 0 4.8px 14.4px rgba(0, 0, 0,.18);
  border-radius: 6px;
}

.yin .modal-cont.rightModalPanel:hover {
  background-color: var(--color-inverted-contrast-max);
}

.yin .modal-cont .right-modal-body {
  padding: 123px 10%;
}

.yin .settings-checkers .edit-check-slider {
  text-align: left;
  margin-left: 8px;
  padding-top: 20px;
}

.yin .modal h3 {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  padding-left: 5px;
  text-transform: uppercase;
  color: #424242;
  text-align: left;
}
#ui.v3 .yin .modal h3 {
  text-transform: none;
  font-weight: 500;
  color: var(--color-mono-contrast-max);
  /* border-bottom: 1px solid var(--color-bg-table-drilled-level3); */
  padding: 0 0;
}
#ui.v3 h3.display-header {
  margin-bottom: 1rem;
  margin-top: 0;
}
.yin h3.section-head {
  font-size: 18px;
  font-weight: 700;
  margin-top: 23px;
  padding: 10px 0;
}

.yin .drill-header h3.section-head {
    padding: 0 0;
}


#ui.v3 .yin .modal-top-buttons {
  display: flex;
  flex-direction: column;
  height: calc(var(--layout-top-panel-height) - 2rem);
  margin-top: var(--layout-grid-gap);
  justify-content: space-between;
  height: 130px;
  
  
  
  
  
  
  
  
  
  
  
  
  
  .update-cont {
  text-align: center;
  border: 2px solid var(--color-bg-table-drilled-level3);
  border-radius: 20px;
  padding-left: 5px;
  margin-bottom: 3rem;
  
  
  
  
  
  
  
  
  

  .info-text {
  padding-left: 16px;
  /* padding-top: 10px; */
  font-size: 13px;
  /* display: block; */
  /* text-align: right; */
  padding: 4px 0;
  }
  yon-icon {
    vertical-align: middle;
  }
}
}

.yin .odata-table.overview-charts h3.section-head {
  margin-top: 4px;
}
#ui.v3 .yin .odata-table.overview-charts h3.section-head{
  font-size: 16px;
  font-weight: 500;
  color: var(--color-mono-contrast-max);
  font-family: Roboto, 'Helvetica Neue', sans-serif;
}
#ui.v3 .yin .odata-table.overview-charts .flex-cont > h3.section-head{
   padding-left: 10px; 
}
.yin .odata-table h3.section-head {
  cursor:pointer
}
.yin .odata-table h3.section-head.disable-toggle {
  cursor:initial;
}

.yin .kpi-cont h3.section-head ion-icon {
    float: right;
    cursor:pointer;
}

.yin .kpi-cont.closed h3.section-head.small {
    padding-bottom: 10px;
}

.yin .drill-header h3.section-head {
  margin-top: 0;
}
.yin .drill-header span.edit-check-slider {
    font-weight: normal;
    font-size: 14px;
    /* padding-left: 20px; */
    vertical-align: top;
    /* line-height: 21px; */
    display: inline-block;
    padding-top: 7px;
}

.yin h3.section-head.small {
  margin-bottom: 0;
}

.yin .drill-header span.drop-title ion-icon {
  vertical-align: baseline;
  font-size: 13px;
  padding: 0 3px;
}

.yin .drill-header span.drop-title {
  cursor: pointer;
  ;}

.yin .drill-header span.crumb-divider {
  padding-left: 10px;
  padding-right: 10px
}

.yin .drill-header span.crumb-labels:last-child span.crumb-divider {
  display: none;
}

.yin .drill-header .add-circle ion-icon {
  font-size: 24px;
  vertical-align: bottom;
  padding: 0 0;
  margin-bottom: 4px;
  padding-right: 19px;
  margin-left: -15px;
}

.yin .drill-header span.drop-title:hover {
  color: #2b678e;
}

.yin .drill-header .crumb-labels {
  position: relative;
}

.yin .drill-header .left-drill-cont  span.crumb-labels:last-child {
  padding-right: 20px;
}

.yin .drill-header ul.options-drop-down {
  position: absolute;
  left: 0;
  margin-left: -10px;
  margin-top: 5px;
  background-color: #f5f5fa;
  z-index: 1080;
  font-size: 14px;
  max-height: calc(100vh - 522px);
  /* height: 100%; */
  display: block;
  overflow-y: scroll;
}

.v3 .yin .drill-header ul.options-drop-down {

  background-color: var(--color-bg-table-drilled-level1);

}


.yin .drill-header ul.options-drop-down li {
  font-weight: normal;
  padding: 7px 15px;
  cursor: pointer;
  white-space: nowrap;
}

.yin .drill-header ul.options-drop-down li.remove {
  display: block;
  padding: 6px;
}

.yin .drill-header ul.options-drop-down li.remove span {
  background:#eb4545;
  color:white;
  display: block;
  padding: 6px 9px;
  border-radius:4px;
}

.yin .drill-header ul.options-drop-down li.remove:hover {
  background-color: #f5f5fa;
}
.yin .drill-header ul.options-drop-down li.remove:hover span {
  background-color:red;
}

.yin .drill-header ul.options-drop-down li:hover {
  background-color: #ece9e9;
}
.v3 .yin .drill-header ul.options-drop-down li:hover {
  background-color: var(--color-bg-table-drilled-level3);
}

.yin .overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1040;
}

.yin .drill-header .section-head .left-drill-cont {
  z-index: 1050;
  position: relative;
  line-height: 34px;
}

.yin .drill-header .section-head  span.left-drill-cont span {
   line-height: initial;
   /* margin-left: -20px; */
}

.yin.maximize .drill-header .section-head .left-drill-cont {
  display: none;
}

.yin button {
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
  background: 0 0;
  border: 0;
  padding: 0
}

.yin .modal .close-modal-btn {
    text-align: right;
    display: block;
    font-size: 28px;
}
.yin .modal .close-modal-btn {
    text-align: right;
    display: block;
    font-size: 48px;
    margin-right: 10px
}
#ui.v3 .yin .modal .close-modal-btn {
    text-align: left;
    margin-left: 10px;
    
    
    
  span {
  cursor: pointer;
  }
}

.yin .update-cont button {
  margin-right: 5px;
}

.yin .btn {
  display: inline-block;
  background: 0 0;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  line-height: .8;
  color: #00455d;
  cursor: pointer;
  outline: 0;
  transition-property: color, border, background;
  transition-timing-function: cubic-bezier(0.45,0.05,0.55,0.95);
  transition-duration: .15s;
  padding: 13px 20px;
  font-size: 12px;
  border-radius: 4px;
}

.yin .reset-btn {
  text-align: center;
  border: none;
  background: #e4e7ed;
  border-radius: 5px;
}

.yin .reset-btn.active {
  background: var(--theme-button-bg);
  color: var(--theme-button-txt);
}

.yin .section-heading {
  font-size: 36px;
  font-family: "Gill Sans W04 Light", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #00455d;
  position: relative;
  margin: 0 0 30px
}

.yin .section-heading:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #00455d;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.yin input[type=text] {
  font-family: Roboto, Arial, Helvetica, sans-serif
}

.yin .filter-div.filter {
  max-width: 300px;
  margin: 0 auto
}

.yin .filter-div.filter.search {
  border: 1px solid transparent;
  line-height: 35px;
  margin: 25px auto;
  padding-left: 10px;
  background-color: var(--color-bg-filter);
}

.yin .filter-div input.search {
  border: none;
  height: 36px;
  vertical-align: top;
  width: 100%;
  max-width: 161px;
  outline: 0;
  background: 0 0;
  line-height: 36px;
  font-size: 14px;
  color: #454545;
}

.yin .modal h3.section-heading {
  margin-top: 40px;
  font-size: 30px
}

.yin .modal .settings-row {
  padding: 20px 0;
  max-width: 200px;
  margin: 0 auto;
  padding-top: 40px;
}
#ui.v3 .yin .modal .settings-row {max-width: 220px;padding-top: 0;}

.yin .modal .filters-cont.filter-view {
  padding-top: 54px;
}
#ui.v3 .yin .modal .filters-cont.filter-view {
  padding-top: 0px;
}

.yin .bottom-msg-modal {
  position: fixed;
  z-index: 1055;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d3d8df;
}
.v3 .yin .bottom-msg-modal {  
  background-color: var(--color-inverted-contrast-high);
}

.yin .bottom-msg-modal .msg-cont {
  display: block;
  border-radius: 4px;
  background-color: var(--theme-greenish-bg);
  color: var(--theme-greenish-txt);
  background-color: #59bd76;
  padding: 1px 10px;
  background-color: hsl(148 45% 50% / 1);
  background-color: hsl(148 56% 50% / 1);
  text-align: right;
  margin: 7px;
  color: black;
  /* background-color: #20d760; */
}

.yin .bottom-msg-modal .msg-cont .filter-value {
  padding-left: 20px;
  cursor: pointer;
}

.yin .bottom-msg-modal .msg-cont .filter-value.all {
  padding-right: 27px;
}

.yin .bottom-msg-modal .msg-cont .filter-value.all ion-icon {
  font-size: 20px;
  position: absolute;
  padding-top: 0px;
  margin-left: 4px;
}

.yin .bottom-msg-modal .msg-cont .filter-value:hover {
  color: #000000;
}

.yin .settings-row .modal-menu span {
  padding: 6px 11px;
  background-color: #f1f3f6;
  margin-right: 5px;
  border-radius: 16px;
  font-size: 13px;
  min-width: 68px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: background ease .3s;
}
.v3 .yin .settings-row .modal-menu span {
  background-color: var(--color-bg-menu-row-selected);
}

.yin .modal-menu {
  margin: 0 auto;
  text-align: center;
}

.yin .settings-row .modal-menu span.close-icon {
  position: absolute;
  width: 32px;
  min-width: 0;
  padding: 0 0;
  height: 32px;
  font-size: 26px;
  background-color: #ccd2dd;
  padding-top: 1px;
}

.yin .settings-row .modal-menu span.modal-menu-btn.active {
    background: var(--theme-primary-bg);
    color: var(--color-inverted-contrast-max);
}

.v3 .yin .settings-row .modal-menu span.modal-menu-btn.active,
.v3 .yin .reset-btn.active {
    background: var(--color-bg-table-drilled-level3);
    color: var(--color-mono-contrast-max);
    border-radius: 18px;
    line-height: 32px;
    height: 32px;
}



.yin .settings-row .modal-menu span.btn-group {
  background: var(--theme-secondary-bg);
  color: var(--color-inverted-contrast-max);
}

.yin .settings-row .modal-menu span.btn-search {
  background: hsl(218.18deg 18.03% 88.04%);
}

.yin .settings-row .modal-menu.active span.btn-filter_, .yin .settings-row .modal-menu.active span.btn-search, .yin .settings-row .modal-menu.active span.btn-group {
  background: hsl(216deg 21.74% 95.49%);
  color: black;
}

.yin .settings-row .modal-menu.active span.btn-search.active, .yin .settings-row .modal-menu.active span.btn-group.active {
  background: hsl(0deg 0% 0%);
  color: var(--color-inverted-contrast-max);
}

.yin .modal .btn {
  padding: 13px 23px;
  font-size: 14px
}

.yin .modal.modal-cont .right-modal-body {
  text-align: center
}

.yin .modal span.slider {
  padding: 0 10px;
  line-height: 20px;
  vertical-align: top
}

.yin .equity.modal-cont .right-modal-body {
  padding: 0 3%
}

.yin .section-heading {
  font-size: 36px;
  font-family: "Gill Sans W04 Light", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #00455d;
  position: relative
}

.yin .modal-cont.rightModalPanel {
  transition: background ease-in-out .3s;
  position: fixed;
  background-color: rgba(255,255,255,.82);
  padding: 5px;
  box-shadow: 0 3px 6pxrgba(0, 0, 0,.16), 0 3px 6px rgba(0, 0, 0,.23);
  top: 60px;
  z-index: 1103;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  display: none;
  padding-top: 0;
  margin: 16px;
  box-shadow: 0 25.6px 57.6px rgba(0, 0, 0,.22), 0 4.8px 14.4px rgba(0, 0, 0,.18);
  border-radius: 6px
}

.yin .modal-cont.rightModalPanel:hover {
  background-color: var(--color-inverted-contrast-max)
}

.yin .modal-cont .right-modal-body {
  padding: 123px 10%
}

.yin .multiselect {
  margin: 10px 0
}

.yin .close-toggle {
  width: 70px;
  height: 60px;
  cursor: pointer;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  transition: bottom 2s
}

.yin .close-toggle .menu-icon {
  position: absolute;
  top: 18px;
  left: 17px;
  height: 22px;
  width: 35px
}

.yin .close-toggle .menu-icon:before, .yin .close-toggle .menu-icon:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 34px;
  height: 2px;
  border-radius: 2px;
  background: #000;
  content: ""
}

.yin .close-toggle .menu-icon:before {
  top: 0
}

.yin .close-toggle .menu-icon:after {
  top: 20px
}

.yin .close-toggle:focus, .yin .close-toggle:hover, .yin .close-toggle:active {
  text-decoration: none;
  outline: 0
}

.yin .close-toggle .menu-icon:before {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg)
}

.yin .close-toggle .menu-icon:after {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg)
}

.yin .section-heading {
  margin: 0 0 40px
}

.yin .modal-cont.rightModalPanel {
  top: 0;
  margin: 0;
  border-radius: 0
}

.yin .equity.modal-cont .right-modal-body {
  padding: 10px
}

.yin .v3 .multiselect {
  position: relative;
  margin: 0 auto;
  font-size: 0
}

.yin .v3 .multiselect>* {
  font-size: 14px
}

.yin .v3 .multiselect.is-searchable {
  cursor: auto
}

.yin .v3 .multiselect-input {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 38px;
  border: 3px solid var(--color-bg-filter);
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  outline: 0
}

.yin .v3 .multiselect-input:before {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #999;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  transform: translateY(-50%);
  transition: transform .3s
}

.yin .v3.is-tags .multiselect-input:before {
  display: none;
}

.yin .v3 .multiselect-multiple-label, .yin .v3 .multiselect-placeholder, .yin .v3 .multiselect-single-label {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 14px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: 0 0;
  margin-right: 27px;
  right: 0;
  overflow: clip;
  line-height: 14px;
  font-size: 13px;
}

.yin .v3 .multiselect-placeholder, .yin .v3 .multiselect-single-label {

  color: var(--color-mono-contrast-medium);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  line-height: 31px;
}

.yin .v3.is-tags .multiselect-placeholder {
  padding-left: 2px;
  font-size: 12px;
}

.yin .v3 .is-multiple .multiselect-search {
  display: flex;
  height: 100%;
  width: 100%;
  background: 0 0
}

.yin .v3 .is-multiple .multiselect-search input {
  width: 100%;
  border: 0;
  padding: 2px 5px;
  outline: 0;
  font-size: 14px;
  font-family: inherit;
}

.yin .v3 .multiselect-search input {
  background: var(--color-bg-filter);
  border: 2px solid var(--color-bg-filter)!important;
  color: var(--color-mono-contrast-high);
}

.yin .v3.is-tags .multiselect-search input {
  background: transparent;
  border: none !important;
}

.yin .v3 .multiselect-clear {
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  height: 40px
}

.yin .v3 .multiselect-clear:after, .yin .v3 .multiselect-clear:before {
  position: absolute;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #999;
  top: 14px;
  left: 18px
}

.yin .v3 .multiselect-clear:before {
  transform: rotate(45deg)
}

.yin .v3 .multiselect-clear:after {
  transform: rotate(-45deg)
}

.yin .v3 .multiselect-clear:hover:after, .yin .v3 .multiselect-clear:hover:before {
  background-color: #555
}

.yin .v3 .multiselect-options {
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #e8e8e8;
  margin-top: -1px;
  max-height: 160px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 400;
  background: #e2e2e2;
}

.yin .options-pos-relative .v3 .multiselect-options {
  position: relative;
}

.yin .v3.is-tags .multiselect-options {
  display: block;
  position: relative;
  background-color: transparent;
}

.yin .v3 .multiselect-option {
  display: flex;
  min-height: 34px;
  padding: 3px 12px;
  box-sizing: border-box;
  color: #222;
  text-decoration: none;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  cursor: pointer;
  background-color: hsl(0 7% 92% / 1);
  margin-left: 0;
  font-size: 13px;
}

.yin .v3 .multiselect-option.is-selected {
  border-left: 3px solid #41b883;
  color: #000;
  padding-left: 9px
}

.yin .v3 .is-multiple .multiselect-option.is-selected:after {
  content: "x";
  position: absolute;
  right: 13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-family: monospace;
  font-size: 15x;
  border: 2px solid #000;
  margin-top: -1px;
  vertical-align: middle;
  line-height: 15px;
  text-align: center;
  opacity: .5
}

.yin .v3 .is-multiple .multiselect-option.is-selected {
  background: hsl(0deg 4.35% 95.49%);
  border-left: 3px solid #32cd32;
  padding-left: 9px;
}

.yin .v3.inverted .is-multiple .multiselect-option {
  background: hsl(0deg 4.35% 95.49%);
  border-left: 3px solid #32cd32;
  padding-left: 9px;
}
.yin .v3.inverted .is-multiple .multiselect-option.is-selected {
  background: #ece9e9;
  border-left: 3px solid transparent;
}

.yin .v3 .multiselect-no-options, .yin .v3 .multiselect-no-results {
  display: flex;
  padding: 10px 12px;
  color: #777
}

.yin .v3 .multiselect-spinner {
  width: 20px;
  background: 0 0;
  display: block;
  transform: translateY(50%);
  margin-right: 11px;
  margin-top: -2px
}

.yin .v3 .multiselect-spinner:after, .yin .v3 .multiselect-spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  box-shadow: 0 0 0 1px transparent
}

.yin .v3 .multiselect-spinner:before {
  -webkit-animation: spinning 2.4s cubic-bezier(.41,.26,.2,.62);
  animation: spinning 2.4s cubic-bezier(.41,.26,.2,.62);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.yin .v3 .multiselect-spinner:after {
  -webkit-animation: spinning 2.4s cubic-bezier(.51,.09,.21,.8);
  animation: spinning 2.4s cubic-bezier(.51,.09,.21,.8);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.yin .v3 .multiselect-input {
  background-color: var(--color-bg-filter);
}

.yin .v3.is-tags .multiselect-input {
  background: #fff;
  border: none;
}

.yin .v3.is-tags .multiselect-input .multiselect-tag, .yin .v3.is-tags .multiselect-option {
  padding: 5px 13px;
  margin: 5px 0;
  border-radius: 3px;
  background-color: #3577a5;
  color: var(--color-inverted-contrast-max);
  min-height: 0;
  min-width: 47%;
  display: inline-block;
  margin-right: 5px;
}

.yin .v3.is-tags .multiselect-option {
  background-color: hsl(203 20% 79% / 1);
  color: #000000;
  font-size: 13px;
  text-align: center;
}

.yin .v3.is-tags .multiselect-input .multiselect-tag {
  font-size: 13px;
}

.yin .v3.is-tags .multiselect-input .multiselect-tag i {
  display: block;
  width: 115%;
  height: 21px;
  background: transparent;
  position: relative;
  left: -8px;
  margin-top: -1px;
  border-radius: 0px;
  margin-right: -3px;
  float: left;
  margin-top: -21px;
}

.yin .v3.is-tags .multiselect-input .multiselect-tag i:after, .yin .v3.is-tags .multiselect-input .multiselect-tag i:before {
  content: "";
  width: 2px;
  height: 12px;
  background: #fd847c;
  position: absolute;
  transform: rotate(45deg);
  right: 8px;
  top: 3px;
  display: none;
}

.yin .v3.is-tags .multiselect-input .multiselect-tag i:before {
  transform: rotate(-45deg);
}

.yin .v3 .multiselect-options {
  border: none;
  overflow-x: hidden;
  overflow-y: auto
}

.yin .v3.filter-div.filter {
  margin: 20px auto;
  text-align: left
}
#ui.v3 .yin .v3.filter-div.filter input {
  background-color: var(--color-bg-filter);
}

.yin .v3.filter-div.filter.tag-select_ {
  margin: 20px 0;
  max-width: 110% !important;
  margin-bottom: 60px;
  margin-right: -11px;
}

.yin .v3.filter-div.filter label.typo__label {
  display: block;
  padding-left: 6px;
  font-size: 14px
}

.yin .v3 .is-multiple .multiselect-input {
  min-width: 163px
}

yon-analytics {
  margin: -1rem 0;
  margin-left: -4px;
}



.yin {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.yin h3.chart-heading, 
#ui.v3 .yin h3.chart-heading {
  font-weight: 700;
  margin-left: 0;
  padding: 3px 18px;
  padding-right: 9px;
  border-radius: 4px;
  font-size: 14px;
}

.yin .overview-charts h3.chart-heading {
  font-size: 18px;
  font-weight: 700;
}

.yin .overview-charts h3.chart-heading span:first-child {
  margin-left: -10px;
  margin-right: 10px;
}

.yin .not-maximized .vue-highcharts.entryblock-content {
  cursor: pointer;
}

.yin .maximized h3.chart-heading {
  font-size: 30px;
}

.yin .chart-wrapper {
  padding: 0 10px;
  border-radius: 8px;
  padding-top: 10px;
}

.yin .details .chart-wrapper {
  margin-left: -20px;
  margin-right: -24px;
}

.yin-body .highcharts-tooltip-container {
  z-index: 1100 !important;
}

.yin .not-maximized .chart-wrapper:hover {
  background-color: #f2f3f6 !important;
  transition: background ease .3s;
}

.yin .overview-charts .not-maximized .vue-highcharts.entryblock-content {
  cursor: initial;
}

.yin .overview-charts .not-maximized .chart-wrapper:hover {
  background-color: initial !important;
}

.yin .details .not-maximized .chart-wrapper:hover {
  background-color: transparent !important;
}

.yin .not-maximized .chart-wrapper:hover h3.chart-heading {
  background-color: #e5e7ee
}

.yin .details .not-maximized .chart-wrapper:hover h3.chart-heading, .yin .details .not-maximized .chart-wrapper h3.chart-heading {
  background-color: transparent;
  margin-top: -23px;
  margin-bottom: -10px;
}

.yin .odata-table .odata-chart.maximized .cont {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f5fa;
  z-index: 1052;
  width: 100% !important;
  height: 100vh !important;
}
.v3 .yin .odata-table .odata-chart.maximized .cont {
  background-color: var(--layout-bg-color)
}
.v3 .yin .not-maximized .chart-wrapper:hover {
  background-color: var(--color-bg-table-drilled-level1) !important;
  transition: background ease .3s;
}
.v3 .yin .not-maximized .chart-wrapper:hover h3.chart-heading {
  background-color: var(--color-bg-table-drilled-level3);
}

.yin .odata-table .odata-chart.maximized .chart-wrapper {
  height: 500px;
  width: calc(85vw - 280px);
  margin: 0 auto;
  margin-top: 7vh;
  padding-right: calc(1vw + 100px);
  max-width: 2000px;
}

.yin .odata-table .odata-chart .chart-wrapper span {
  display: inline-block;
  line-height: 30px;
  width: calc(100% - 60px);
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yin .odata-table .odata-chart .chart-wrapper span.icon-cont {
  font-size: 23px;
  text-align: right;
  width: 30px;
  height: 30px;
  display: inline-block;
  visibility: hidden;
}

.yin .odata-table .odata-chart:hover .chart-wrapper span.icon-cont, 
.yin .odata-table .odata-chart.maximized .chart-wrapper span.icon-cont {
  visibility: visible;
}

.yin .odata-table .odata-chart.maximized .chart-wrapper span.icon-cont {
  font-size: 55px;
  opacity: 1;
  height: 50px;
}
#ui.v3 .yin .odata-table .odata-chart.maximized .chart-wrapper span.icon-cont ion-icon {
    margin-left: -10px;
}

.yin .odata-table .odata-chart .chart-wrapper span.icon-cont ion-icon {
  vertical-align: middle;
  padding-bottom: 2px;
  cursor: pointer;
}

.yin .selector .col .update-cont {
  display: inline-block;
  float: right;
}

.yin .menu-cont.contentarea.top {
  display: none;
}

.yin td {
  line-height: 26px;
  border-bottom: 1px solid #0000001f;
}

.yin .colhover .tscroll table tr td.colhover, .yin .colhover .tscroll table tr th.colhover {
  background: var(--color-bg-table-drilled-level2) !important;
}

.yin .tscroll table tr td.markedcol {
  background: var(--color-bg-table-drilled-level2) !important;
}

.yin .tscroll table tr th.markedcol {
  background: hsl(196.85deg 82.02% 34.9% / 66%) !important;
}

.yin .tscroll table tr.markedrow td.markedcol {
  background: var(--theme-button-bg) !important;
  color: var(--theme-button-txt) !important;
  border-color: var(--theme-button-bg) !important;
}

.yin .yin-card {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  padding: 0px 40px;
  background: #fff;
  border-radius: 6px;
}



.yin .yin-card.top-head {
  box-shadow: none;
  background-color: transparent;
}

.yin .side .settings-btn {
  display: none;
}

.yin .modal-cont .right-modal-body {
  padding: 0 0px;
}

.yin .page-grid {
  display: grid;
  grid-template-columns: 195px calc(100% - 335px - 195px) 300px;
  grid-template-rows: 76px repeat(1, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-left: 4px;
  grid-template-rows: 98px 76px repeat(1, 1fr);
  margin-top: -103px;
}

#ui.v3 .yin .page-grid {
  grid-template-rows: calc(var(--layout-top-panel-height) - 15px) 1fr;
  margin-top: -103px;
  height: calc(100vh - var(--layout-grid-gap) - var(--layout-grid-gap));
  grid-gap: var(--layout-grid-gap);
  grid-template-columns: 1fr;
    transition: grid-template-rows linear .2s; 
  
  }

.yin .table {
  width: auto;
}

.yin .details .table {
  width: 100%;
}
.yin .details .table > div > .details {
  position: relative;
}

.yin .details.page-grid.odata-interface {
  margin-top: -12px;
}

.yin .details.page-grid {
  grid-template-rows: 8px 76px repeat(1, calc(100vh - 182px));
  grid-template-rows: 8px 76px repeat(1, 1fr);
}

.yin .odata-table.details_ {
  margin-top: -46px;
}

.yin .yin-card {
  padding: 30px 40px;
}

.yin .yin-card.table {
  padding: 0 12.5px;
  margin-bottom: 0;
}

.yin .yin-card.side {
  padding: 27px 20px;
  min-height: 910px;
}

.yin .yin-card.left {
  grid-area: 3 / 1 / 4 / 2;
  display: inline-block;
  padding-top: 10px;
  vertical-align: top;
}

.yin .yin-card.left .card {
  box-shadow: none;
}

.yin .yin-card.top-head {
  grid-area: 1 / 1 / 2 / 4;
  display: block;
  padding-top: 3px;
  padding-right: 10px;
  background-image: linear-gradient(0deg, #5d80937a, hsl(208.24deg 25.76% 74.12% / 0%));
  color: var(--color-inverted-contrast-max);
  background-color: transparent;
  background-image: linear-gradient(0deg, #b1bcd2, hsl(208.24deg 15.37% 70.57% / 0%));
  overflow: hidden;
  background-image: none;
  padding-bottom: 0;
  padding-left: 30px;
}

.yin .yin-card.top-head .card-cont {
  display: flex;
  height: 100%;
  h2 {
    padding: var(--layout-card-padding)
  }
}
#ui.v3 .yin-card.top-head .card-cont {
              padding-left: 28px;
              flex-grow: 0;
              height: var(--layout-top-panel-height);
              align-items: flex-end;
              padding-bottom: 15px;
}

.yin .yin-card.top-head h2 {
  display: inline-block;
  align-self: flex-end;
  font-family: 'Roboto';
  font-weight: 700;
  margin-bottom: 0;
  font-size: var(--font-top-header-size);
}
#ui.v3 .yin .yin-card.top-head h2 {
  font-size: var(--font-top-header-size);
  font-weight: 700;
  color: var(--color-mono-contrast-max);
  line-height: var(--font-top-header-size);
  margin-right: 3vw;
  margin-bottom: 2px;
  min-height: 40px;
  padding: 0;
}
#ui.v3 .overview-charts .boxes .kpi-cont {
  background-color: var(--color-bg-table-drilled-level1);
}

#ui.v3 .slider .slider-line,
#ui.v3 .graph__control--radio{
  background-color: var(--color-bg-table-drilled-level3);
  border-radius: 20px;
}

.yin .page-grid.details .yin-card.top-head h2 {
  display: none; 
}
#ui.v3 .yin .page-grid.details .yin-card.top-head h2 {
  display: block; 
}

.yin .yin-card.main {
  grid-area: 2 / 2 / 3 / 2;
}

.yin .yin-card.side {
  grid-area: 2 / 3 / 3 / 3;
}

.yin .yin-card.top {
  grid-area: 2 / 1 / 3 / 3;
  padding: 0 13px;
}

.yin .settings-row h3 {
  text-align: left;
  margin: 0 auto;
  max-width: 196px;
  margin-top: 23px;
  font-weight: 700;
}

.yin .buttons.periods .dropdown > li > ul > li:nth-child(1) > a {
  color: #467d8f;
}

.yin .buttons.periods .dropdown > li > ul > li:nth-child(1):hover > a {
  color: var(--color-inverted-contrast-max);
}

.yin .yin-card.left {
  padding: 0 0;
  padding-top: 0;
}


.yin .no-top .yin-card.left {
    padding-top: 84px;
}



.yin .filters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 31px);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: 13px;
}

.yin .filters div {
  font-size: 11px;
}

.yin .close-toggle {
  display: none;
}

.yin .buttons .dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px 1.1%;
  padding-top: 8px;
}

.yin .buttons .dropdown li {
  position: relative;
}

.yin .buttons .dropdown>li {
  display: inline-block;
}
#ui.v3 .yin .second .buttons > .dropdown.tabs__items>li>a {
  padding: 10px 4px;
}
#ui.v3 .yin .buttons  .dropdown.tabs__items>li.open>a {
  background-color: var(--color-inverted-contrast-high);
}



.yin .buttons .dropdown li a {
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 10px;
  padding: 15px 18px;
}

.yin .buttons.single-period .dropdown li ul li a {
  padding-right: 20px;
}

.yin .buttons .dropdown li a.btn_ {
  padding-left: 0;
  padding-right: 0;
}

.yin .csp-landing .center[data-v-a42459d0] .btn {
  border-color: transparent !important;
  text-align: left;
  min-width: 0;
}

.yin .tabs__items .btn {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  margin: 0 10px;
}

.yin .selector .col {
  display: inline-block;
  width: auto;
}

.yin .selector .col.last {
  vertical-align: top;
  padding-top: 25px;
}

.yin .selector .col.left.first {
  width: 131px;
  padding-top: 23px;
  padding-left: 0px;
  padding-right: 0;
  width: 10vw;
  min-width: 140px;
  max-width: 214px;
}
.yin .yin-card.top .col.left {
  vertical-align: top;
  padding-left: 23px;
  padding-right: 0;
}

@media (max-width: 800px) {
  .yin .selector .col.left.first {
      display:none;
  }
}

.yin .selector .col.left.first h4 {
  /* font-size: 16px; */
  /* font-weight: 700; */
  width: 114px;
}

.yin .app-toolbar__logo-wrapper h5 {
  visibility: hidden;
}

.yin .selector .col.left.second {
  width: 155px;
  padding-left: 0px;
  padding-right: 0;
  padding-top: 10px;
}

.yin .selector.single .col.left.second, .yin .selector.single .col.left.second {
  text-align: right;
  padding-right: 23px;
}

.yin .selector .col.left {
  width: 117px;  
}
#ui.v3 .yin .selector {
  margin-left: 12px;
  margin-right: -12px;
  .col.left.third {
  width: 55px;
  margin-left: -5px;
    h3 {
      margin-top: 0;
    }
  
  
  
  
  
  
  
  

  
  .dropdown.tabs__items > li > a.btn_ {
    color: var(--color-mono-contrast-high);
    span.arrow-down {
      margin-left: -5px;
    }

    span.item-btn-label   {
    display: none;
  }
  }
}
}
#ui.v3 .yin .selector .col.left.second {
  width: 165px;
  .date-sep {
    margin: 0 0;
  }
}
#ui.v3 .yin .selector .col.left.second,
#ui.v3 .yin .selector .col.left.third{
   .drop-menu ul.first-drop li a {
    color: var(--color-mono-contrast-medium);
  }
  .drop-menu ul.first-drop li a:hover {
      background-color: var(--color-bg-table-drilled-level3);
  }
  .drop-menu ul.first-drop > li.open > a {
    color: var(--color-mono-contrast-max);
    background-color: var(--color-bg-table-drilled-level3);
  }
}

.yin .selector .col.right {
  width: 30%;
  padding-top: 17px;
  max-width: 450px;
}
#ui.v3 .yin .selector .col.right {
  padding-top: 0;
  width: 100%;
}

.yin .selector .col.right.update-cont {
  width: auto;
  vertical-align: top;
  padding-top: 24px;
  cursor: pointer;
  float: right;
  padding-right: 5px;
}

#ui.v3 .yin .selector .col.right.update-cont {
  padding-top: 6px;
  margin-bottom: 2rem;
}

.yin .selector .col.right .period-label {
  margin-top: -6px;
  font-size: 11px;
}

.yin .selector .col.right .period-label.left {
  float: left;
  margin-top: -6px;
  margin-left: -5px;
}

#ui.v3 .yin .selector .col.right .period-label {
  margin-top: 0;
}

#ui.v3 .yin .selector .col.right:not(.update-cont) {
  min-height: 60px;
  margin-left: -20px;
  /* margin-right: -20px; */
  width: calc(100% + 20px);
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .period-label {
  display: none;
}
}

#ui.v3 .yin .selector .col.right.double-slider.slider-active {

  .period-label {
  display: block;
  background-color: var(--color-inverted-contrast-medium);
    padding: 0 4px;
    border-radius: 4px;
    color: var(--color-mono-contrast-max)
  }
}

.yin .modal, #yin-app .modal {
  position: relative;
  top: initial;
  right: initial;
  bottom: initial;
  left: initial;
  z-index: 2;
  display: block;
  overflow: auto;
  outline: 0;
  height: 100%;
}

.yin .tscroll tr td, .yin .tscroll tr th {
  color: #454545;
}
.v3 .yin .tscroll tr td, .yin .tscroll tr th {
  color: var(--color-mono-contrast-high);
}

.yin .table a {
  margin-left: 0;
}

.yin .compact .tscroll table thead tr th {
  background-color: var(--theme-primary-bg);
  border: 1px solid var(--theme-green-bg);
  color: var(--color-inverted-contrast-max);
}
.v3 .yin .compact .tscroll table thead tr th {
  background-color: var(--color-primary);
  color: var(--color-mono-contrast-max);
}

.yin span.app-sidemenu__sidenav-item-expanded-text.ng-tns-c40-0.ng-star-inserted {
  color: var(--color-inverted-contrast-max);
  font-size: 14px;
  font-weight: bold;
  padding-left: 2px;
}

.yin span.app-sidemenu__sidenav-item-expanded-text.ng-tns-c40-0.ng-star-inserted {
  color: var(--color-inverted-contrast-max);
  font-size: 14px;
  font-weight: bold;
  padding-left: 2px;
}

.yin .drop-menu .overlay {
  position: fixed;
  top: 0;
  z-index: 9998;
}

.yin .drop-menu #table-menu-overlay.overlay {
  position: fixed;
  z-index: 499;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.yin .tools .buttons .dropdown.table-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px 0;
}

.yin .tools .buttons .dropdown li {
  position: relative;
}

.yin .tools .buttons .dropdown > li {
  display: inline-block;
}

.yin .tools .transposed.buttons .dropdown.table-menu {
  position: absolute;
  margin-left: -66px;
  z-index: 500;
  background-color: var(--color-inverted-contrast-max);
  margin-top: 10px;
  box-shadow: -5px 5px 8px 1px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);  
  padding-bottom: 0;
}
.dark .yin .tools .transposed.buttons .dropdown.table-menu {
  
  background-color: var(--color-bg-table-drilled-level3);
 
}

.yin .tools .odata-interface .transposed.buttons .dropdown.table-menu {
  margin-left: -62px;
}

.yin .tools .transposed.buttons .dropdown.table-menu > li {
  display: block;
  white-space: nowrap;
}

.yin .tools .buttons .dropdown.table-menu li a {
  text-align: left;
  text-decoration: none;
  display: block;
  padding: 10px;
  padding: 7px 18px;
  font-size: 13px;  
  background-color: transparent;
}

.yin .tools .buttons .dropdown li ul {
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  line-height: normal;
  background-color: var(--layout-bg-color);
  z-index: 9999;
  box-shadow: 0 25.6px 57.6px rgb(0 0 0 / 50%), 10px 5px 14.4px rgb(0 0 0 / 45%);
}

.yin .tools .transposed.buttons .dropdown.table-menu li ul {
  left: -202px;
  margin-top: -40px;
  min-width: 206px;
}

.yin .tools .transposed.buttons .dropdown.table-menu li ul2:after {
  content: "";
  display:block;
  margin-bottom:-40px;
  background-color:white;
  height:80px;
}



.yin .tools .buttons .dropdown.table-menu li ul li a {
  text-align: left;
  color: #cccccc;
  font-size: 16px;
  padding: 10px 26px;
  display: block;
  white-space: nowrap;
  min-width: 122px;
}

.yin .tools .buttons .dropdown.table-menu li ul li a:hover{ 
  background-color: #467d8f;
  color: #ffffff;
}

#ui.v3 {
 .col.second .date-periods.drop-menu.buttons:nth-child(1) ul.first-drop {
  margin-left: -29px;
  }
  .col.second .drop-menu.buttons:nth-child(2) ul.first-drop {
    margin-left: -94px;
  }
}


.yin .tools .buttons ul li.open>ul {
  display: block;
}

.yin .tools .buttons .dropdown.table-menu>li>ul {
  box-shadow: 9px 9px 5px 0px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  /* box-shadow: none; */
}

.yin .tools .drop-menu li ion-icon.md.hydrated {
  vertical-align: middle;
  padding-bottom: 2px;
  margin: -3px;
  margin-right: 3px;
}

.yin .tools .drop-menu li ion-icon.md.hydrated.drop-down-items {
  margin: -8px;
  font-size: 20px;
  margin-right: -12px;
  margin-left: 0;
}

.yin .tools .transposed.drop-menu .btn {
  border: none;
  text-align: left;
}

.yin .slist li.col-active.active {
  border-bottom: 2px solid red !important;
}

.yin .dropdown.table-menu .slist li, .yin .dropdown.table-menu span.info {
  line-height: 40px;
  height: 40px;
  text-align: left;
  padding-left: 20px;
  border-bottom: 4px solid transparent;
  border-top: 1px solid var(--color-mono-contrast-min);
  box-sizing: border-box;
  color: var(--color-mono-contrast-medium);
  font-size: 14px;
  /* box-shadow: 9px 9px 5px 0px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%); */
}

.yin .dropdown.table-menu span.info {
  border-top: none;
}

.yin .buttons .dropdown.table-menu li a {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
  border-bottom: 1px solid var(--color-inverted-contrast-medium);
  margin: 0 0 !important;
}

.yin .table-tabs .tgrid div.tools {
  padding-bottom: 15px !important;
}

.yin-card.left .card .card-block mat-nav-list {
  margin-left: 12px;
}

.yin-card.left .card {
  padding: 0;
}

.yin .sub .mdc-list-item__primary-text, .yin .sub .app-sidemenu__sidenav-items-active .app-sidemenu__sidenav-items .app-sidemenu__sidenav-item-expanded-text, .yin .sub .app-sidemenu__sidenav-items-active .material-symbols-sharp {
  color: var(--color-menu-text) !important;
  color: #fff !important;
}

.yin .sub .app-sidemenu__sidenav-items-active .material-symbols-sharp, .yin .app-sidemenu__sidenav-items-active .material-symbols-sharp.yin .sub .app-sidemenu__sidenav-items-active .app-sidemenu__sidenav-items .app-sidemenu__sidenav-item-expanded-text {
  color: #fff !important;
}

.yin .yin-card.side, 
.yin.fixed-right-modal .yin-card.side,
#ui.v3 .yin.fixed-right-modal .yin-card.side {
  position: fixed;
  right: 0;
  background-color: var(--color-inverted-contrast-max);
  top: 0;
  bottom: 0;
  width: 20vw;
  z-index: 1053;
  box-shadow: -9px 0px 8px rgb(72 107 138 / 10%) !important;
  border-radius: 0;
  padding: 0 0;
  padding-top: 15px;
  max-width: 335px;
  min-width: 220px;
}
#ui.v3 .yin.fixed-right-modal .yin-card.side {
  width: var(--layout-insights-rightpanel-width)
}
#ui.v3 .yin .yin-card.side, 
#ui.v3 .yin.fixed-right-modal .yin-card.side {
  
  background-color: var(--color-bg-right-modal);
  box-shadow: none !important;
  padding-top: 5px;
  top: var(--layout-grid-gap);
  bottom: var(--layout-grid-gap);
  right: var(--layout-grid-gap);
  border-radius: var(--layout-card-radius)
 
}
#ui.v3 .yin.fixed-right-modal .yin-card.side {  
  display: none; 
}
body.yin-right-modal #ui.v3 .yin.fixed-right-modal .yin-card.side {  
  display: block; 
}

body.yin-right-modal yon-app-toolbar, body.yin-body yon-app-toolbar {
  position: relative;
  height: 58px;
  display: block;
}


body.yin-right-modal mat-sidenav-container.mat-drawer-content, body.yin-body mat-sidenav-container.mat-drawer-content {
  height: calc(100vh - 60px) !important;
}

body.yin-right-modal mat-sidenav-container.mat-drawer-container, body.yin-body mat-sidenav-container.mat-drawer-container {
  height: 100vh !important;
}

body.yin-right-modal .yin .main-content {
  margin-right: calc(20vw - 9px);
}



body.yin-right-modal .yin.stand-alone .main-content {
  margin-right: calc(20vw + 5px);
}


body.yin-right-modal .navbar {
  background: transparent !important;
  margin-right: calc(20vw);
  box-shadow: -4px 2px 5px 0 rgba(0, 0, 0, 0.16), -10px 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* margin-right: 311px; */
}
body.yin-right-modal .v3 .navbar {

  box-shadow: none;
 
}

body.yin-modal nav.navbar.sticky-top {
    z-index: 1;
    /* display: none; */
}

body.yin-right-modal yon-app-toolbar_ {
  padding-right: 20vw;
}

.yin .theme .input-color {
  visibility: hidden;
}

.yin .theme .input-color-cont {
  cursor: pointer;
  text-decoration: none;
  padding: 3px 0;
  border-radius: 4px;
  display: block;
  width: 212px;
  margin-bottom: 15px;
  opacity: 0;
  background: white;
  transition: all ease .3s;
}

.yin .theme .thin .input-color-cont {
  width: 119px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.yin .theme .thin .theme-box {
  min-height: 0;
  padding: 10px 30px;
}

.yin .theme .thin:hover .theme-box {
  height: auto;
  overflow: hidden;
  filter: none;
}

.yin .theme .input-color-cont.txt {
  background: #00000014;
}

.yin .theme .theme-box:hover .input-color-cont, .yin .theme .theme-box .input-color-cont.icon {
  opacity: 1;
}

.yin .theme .theme-box .input-color-cont.icon {
  text-align: right;
  font-size: 30px;
  padding: 0 0;
  margin: 0 0;
  height: 37px;
  background: transparent;
  opacity: .6;
}

.yin .theme .theme-box:hover .input-color-cont.icon {
  text-align: right;
  font-size: 30px;
  padding: 0 0;
  margin: 0 0;
  height: 37px;
  background: transparent;
  opacity: 0;
}

.yin .theme .input-color-cont label {
  font-size: 13px;
}

.yin .theme .input-color-cont span {
  display: inline-block;
  line-height: 30px;
  width: 83px;
  font-size: 16px;
}

.yin .theme .theme-box h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 5px 8px;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.yin .theme .thin .theme-box h3 {
  margin-bottom: 6px;
}

.yin .theme .input-color-cont span.th-title {
  line-height: 20px;
  width: 97px;
  padding-left: 10px;
}

.yin .theme .thin .input-color-cont span.th-title {
  font-size: 13px;
  width: 23px;
}

.yin .theme .input-color-cont span.th-input {
  padding-left: 5px;
}

.yin .theme .input-color-cont span.th-input input {
  width: 104px;
  border: none;
  background: transparent;
  padding-left: 8px;
  border-radius: 2px;
  font-family: monospace;
  color: inherit;
}

.yin .theme .thin .input-color-cont span.th-input input {
  font-size: 13px;
  width: 91px;
}

.yin .theme .input-color-cont span.th-edit {
  width: 30px;
  font-size: 30px;
  position: absolute;
}

.yin .theme .thin .input-color-cont span.th-edit {
  margin-left: -12px;
}

.yin .theme .thin .input-color-cont span.th-edit ion-icon {
  font-size: 20px;
}

.yin .theme .input-color-cont span.th-edit input {
  position: absolute;
}

.yin .theme .input-color-cont span.th-edit ion-icon {
  font-size: 30px;
}

.yin .yin-card.main {
  grid-area: 3 / 2 / 4 / 3;
}


body .yin.fixed-right-modal .yin-card.main {
  grid-area: 3 / 2 / 4 / 4;
  padding-top: 14px;
}


.yin h4.mat-mdc-subheader ion-icon {
  padding-right: 8px;
  font-size: 17px;
  padding-right: 10px;
}

.yin .main-head h4.mat-mdc-subheader ion-icon {
  vertical-align: bottom;
  padding-bottom: 8px;
  padding-right: 8px;
  margin-left: -14px;
  font-size: 17px;
  padding-right: 10px;
}

.yin .main-head h4.mat-mdc-subheader {
  background: black;
  display: inline-block;
  padding: 2px 26px;
  line-height: 31px;
  border-radius: 6px;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 16px !important;
  width: 148px;
  color: var(--theme-button-txt);
  height: auto;
  background: var(--theme-button-bg);
}

.yin .main-head .router-link-active h4.mat-mdc-subheader {
  background: #e5e7ee;
  color: black;
}

.yin .main-head .router-link-active h4.mat-mdc-subheader:after {
  content: "";
  width: 4px;
  height: 12px;
  background: var(--theme-greenish-bg);
  position: absolute;
  margin-left: 8px;
  margin-top: 10px;
}

.yin .ng-star-inserted.main-head {
  font-weight: 700;
}

.yin span.menu-cont {
  margin-left: 2px;
  display: block;
  margin-top: 24px;
}

.yin span.menu-cont > span {
    margin-bottom: 17px;
    display: block;
}

.yin ion-icon.home-icon {
  margin-bottom: -1px;
  margin-right: 10px;
  display: inline-block;
  line-height: 34px;
}

.yin .grid-filters > div {
  display: inline-block;
  background: transparent !important;
}

.yin .grid-filters > div span {
  display: block;
  padding: 7px 17px;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 100px;
  cursor: pointer;
  background: #dbdfe6;
  border-radius: 5px;
  text-align: center;
}

.yin .grid-filters.second-row > div span {
  padding: 4px 10px;
  text-align: center;
  background: #f1f3f6;
}

.yin .grid-filters > div span.active {
  background: #437aa0;
  color: var(--color-inverted-contrast-max);
}

.yin-card.top-head h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
  align-self: flex-end;
}

.yin .top-buttons-nav {
  padding: 31px 0px;
  padding-bottom: 20px;
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 19px;
}

#ui.v3 .yin .top-buttons-nav {
    position: sticky;
    top: 0;
    background-image: var(--layout-topnav-gradient);
    z-index: 1051;
    padding-top: 24px;
    overflow: hidden;
    padding-bottom: 45px;
    padding-left: 2px;
}

.yin .odata-interface.details .top-buttons-nav {
  padding-bottom: 0;
}

.yin .breadcrumbs span.active {
  color: var(--color-font-a);
  cursor: pointer;
}

.yin .more-charts {
  background: #437aa0;
  color: white;
  text-align: center;
  border-radius: 6px;
  display: block;
  margin-top: 29px;
  border: none;
  height: 39px;
  line-height: 39px;
}

.yin .more-charts ion-icon {
  font-size: 32px;
  margin-top: 4px;
  opacity: .3;
}

.yin .more-charts.active-end ion-icon.end, .yin .more-charts.active-start ion-icon.start {
  opacity: 1;
}

.yin .more-charts span {
  vertical-align: top;
  margin: 0 20px;
}

.yin .top-buttons-nav a {
  color: #000;
  border-bottom: 3px solid transparent;
  line-height: 30px;
  display: inline-block;
  margin-right: 25px;
  padding: 0 0px;
  cursor: pointer;
  margin-left: 0;
}

.yin .main .breadcrumbs {
  padding-left: 0;
  padding-bottom: 20px;
}

.yin .main .odata-table.table .breadcrumbs {
  padding-bottom: 0;
  /* position: absolute; */
}

.yin .chart-main-cont {
  padding-top: 10px;
}

.yin .entryblock-content {
  cursor: pointer;
  width: 100%;
}

.yin .main .odata-table.details .breadcrumbs, .yin .main .odata-table.overview-charts .breadcrumbs {
  display: none;
}

.yin.maximize .main .breadcrumbs, .yin.maximize .stacking.check-slider {
  position: fixed;
  top: 29px;
  z-index: 1057;
  font-size: 20px;
  left: 0;
  right: 0;
  width: calc(85vw - 280px);
  margin: 0 auto;
  padding-left: 32px;
}

.yin.maximize .stacking.check-slider {
  left: auto;
  width: 570px;
}

.yin.maximize .main .breadcrumbs ion-icon {
  font-size: 23px;
}

.yin .charts-wrapper {
  margin: 10px 0px;
  white-space: nowrap;
}

.yin .odata-table .check-slider {
  position: relative;
  right: auto;
  margin-right: 20px;
  display: block;
  margin-bottom: 20px;
  float: right;
}

.yin .main .breadcrumbs span ion-icon {
  vertical-align: top;
  padding-top: 3px;
  font-size: 14px;
  margin: 0 5px;
}

.yin .main .breadcrumbs span:last-child ion-icon {
  display: none;
}

.yin .top-buttons-nav a.active {
  border-bottom: 3px solid #437a9f;
}

.yin .top-buttons-nav a:hover {
  border-bottom: 3px solid #ccd2dc;
}

.yin mat-nav-list.parent ion-icon.md.hydrated {
  position: absolute;
  right: 0;
}


.yin .yin-menu a.yin-btn-link.router-link-active, .yin .yin-menu a.yin-btn-link:hover, .yin .yin-menu a.menu-link.router-link-active, .yin .yin-menu a.menu-link:hover {
  background-color: var(--color-bg-menu-row-selected);
}

.yin .yin-menu a.yin-btn-link, 
.yin .yin-menu a.menu-link, 
.yin .yin-menu .yin-nav-header {
  color: black;
}
#ui.v3 .yin .yin-menu a.yin-btn-link, 
#ui.v3 .yin .yin-menu .yin-nav-header {
  color: var(--color-mono-contrast-medium);
}

#ui.v3 .yin .yin-menu a.menu-link {
  color: var(--color-mono-contrast-low);
}
#ui.v3 .yin .filters-btn .settings-btn[data-v-a4b08781] {
  background-color: var(--color-primary);
  padding: 4px 25px;
  border-radius: 16px;
  color: white;
  padding-right: 10px;
}

#ui.v3 .yin .graph__control--radio li.active {
  border-radius:20px;
  a {
    color: #fff;
  }
}
#ui.v3 .tgrid,
#ui.v3 .tscroll table td:first-child, 
#ui.v3 .tscroll table th:first-child, 
 #ui.v3 .tscroll {
 background-color: var(--layout-bg-color-card);
}


.yin mat-nav-list.parent mat-list-item ion-icon {
  color: var(--color-menu-text) !important;
}

body .yin.fixed-right-modal .yin-card.top {
  grid-area: 2 / 1 / 3 / 4;
}

.yin span.app-toolbar-dropdowns__subtitle.ng-star-inserted {
  line-height: 14px;
  font-size: 13px;
}

@media (max-width: 2030px) {
  .yin .odata-measures.primary a:first-child {
      flex-basis:100%;
  }
}

@media (min-width: 2000px) {
  .yin .overview .odata-measures a span.kpi {
      font-size:26px;
  }

  .yin .odata-measures a {
      /* min-width: 10vw; */
      /* max-width: 250px; */
  }
}

@media (min-width: 1820px) and (max-width:2010px) {
  .yin .odata-measures a.long .title-box {
      display:block;
      height: 20px;
      white-space: nowrap;
  }

  .yin .odata-measures a.long span.title {
      text-overflow: ellipsis;
      overflow: hidden;
      display: inline-block;
      max-width: calc(132px + 1vw);
      margin-top: 0;
  }
}

@media screen and (min-width: 64em) {
  .yin h2 {
      font-size:28px;
      line-height: 1.17647059;
  }
}

@media screen and (min-width: 2200px) {
  .yin.not-mobile .modal-cont.rightModalPanel {
      max-width:390px;
  }
}

@media screen and (min-width: 1180px) {
  .yin .not-mobile .modal-cont.rightModalPanel {
      max-width:340px;
      width: 100%;
  }
}

@media screen and (min-width: 35.5em) {
  .yin .btn {
      padding:15px 25px;
      font-size: 14px
  }
}

@media screen and (min-height: 900px) {
  .yin .equity.modal-cont .right-modal-body {
      padding:60px 3%
  }
}

@media print {
  .yin .more-tools {
      display: none;
  }
}

@media (min-width: 1675px) {
  body.yin-right-modal .navbar {
      margin-right:333px;
  }

  body.yin-right-modal .yin .main-content {
      margin-right: 328px;
  }

  body.yin-right-modal .yin.stand-alone .main-content {
      margin-right: 340px;
  }
}

  body.yin-body:not(.yin-right-modal) #ui.v3 yon-app-toolbar {
       margin-right:55px;
    nav .ai-chat__button {
      margin-right: 0;
    }
  }

  body.yin-right-modal #ui.v3 .navbar {
      margin-right:var(--layout-insights-rightpanel-width);
  }


@media (max-width: 1400px) {
  body.yin-right-modal .yin.stand-alone .main-content,
  body.yin-right-modal .yin .main-content{
    margin-right: 0;
  }
 

  .yin .yin-card.top {
    padding-left:20px;
  }
 .yin .selector .col.left.third {
    /* margin-left: 45px; */
    width:118px;
  }
  .yin .selector .col.left.second {
    padding-left:0;
  }
 
  .yin .yin-card.side, .yin.fixed-right-modal .yin-card.side {
    width: 313px;
  }
      body.yin-right-modal .navbar {
        margin-right: 311px;
    }
}



@media (max-width: 1080px) {
  .yin .selector .col.left.first {
  display:none;
}
}

.yin .hero{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:400px;height:auto;width:100%;overflow:hidden;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;padding:20px 0;}
.yin .hero-textplate{display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;}
.yin .hero-textplate .btn{margin-top:1.5rem;line-height:1.2;}
.yin .hero-content{padding:25px;}

.yin .hero-textplate .btn{margin-top:1.5rem;line-height:1.2;}
.yin .hero-content.bg-white.opacity-80{background-color:transparent;}

@media screen and (min-width:35.5em){

.yin .hero-textplate .btn{margin-top:3rem;}
.yin .hero-content{padding:4rem 5rem;}

}
@media screen and (min-width:48em){
.yin .hero-content .startpage-hero-text{width:60%;}
}
@media screen and (min-width:64em){
.yin .hero-content{min-width:900px;width:900px;/* margin: 0 auto; */}
}
@media screen and (min-width:80em){

.yin .hero.has-video{position:relative;background:0 0;}
.yin .hero-content{padding:7rem 5rem;}
.yin .hero{min-height:0;height:auto;margin-top:-15px;}
}


.yin #modal .about-kpi-cpt {
    position:fixed;
    background-color: #000000cf;
    /* left:0; */
    right: 0;
    z-index: 1054;
    top:0;
    bottom: 0;
    background-color: var(--color-inverted-contrast-max)fff;
    box-shadow: -4px 0px 17px 2px rgba(0, 0, 0, 0.2);
}
.yin .about-kpi-cpt .close-btn {
    display: none;
}

.yin #modal .about-kpi-cpt .close-btn {
    /* color: var(--color-inverted-contrast-max); */
    position: absolute;
    right: 0;
    z-index: 1055;
    font-size: 40px;
    /* background: black; */
    height: 60px;
    width: 60px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    display:block;
}

.yin #modal .about-kpi-cpt section.about-cont {
   margin: 0 auto;
   max-width: 334px;
   width:100%;
   padding: 19px 0;
   height: 100vh;
   overflow:scroll;
   padding-left:18px;
   padding-right:10px;
   /* box-shadow: -4px 0px 17px 2px rgba(0, 0, 0, 0.2); */
}
.yin #modal .about-kpi-cpt section.about-cont,
.yin #modal .about-kpi-cpt
{
  
   background-color: var(--layout-bg-color-card);

}

.yin .about-kpi-cpt a:not([href]):not([tabindex]) {
    color: #0275d8;
    text-decoration: underline;
}



.yin .about-kpi-cpt .bento,
.yin .about-kpi-cpt h1 {padding: 15px 0;margin-bottom:0;padding-bottom: 0;border-radius:8px;padding-top: 12px;max-width: 1200px;/* padding: 24px 22px; *//* margin-top: 14px; */}

.yin .about-kpi-cpt .bento {
    margin-top: 46px;
}

.yin section.about-cont {
    padding-bottom: 36px;
    display: block;
    border-bottom: 1px solid grey;
    margin-bottom: 36px;
}

.yin #modal .about-kpi-cpt .bento, 
.yin #modal .about-kpi-cpt h1 {
    /* background-color: #f5f5fa; */
    padding: 24px 22px;
    margin-bottom:18px;
    /* margin-top: 20px; */
}

.yin #modal .about-kpi-cpt .bento ol {
    padding-left: 19px;
}

.yin #modal .about-kpi-cpt h1, 
.yin #modal .about-kpi-cpt h2,
#ui.v3 .yin #modal .about-kpi-cpt h1, 
#ui.v3 .yin #modal .about-kpi-cpt h2{
    font-size: 16px;
}

.yin #modal .about-kpi-cpt h1 {/* margin-bottom: 0; */padding-bottom: 0;}

.yin #modal .about-kpi-cpt h1.section-head {
    /* text-transform: uppercase; */
    font-weight: normal;
}

.yin .about-kpi-cpt p, .yin .about-kpi-cpt ol li, .yin .about-kpi-cpt {
    font-size: 14px;
}

.yin .about-kpi-cpt h1,
.yin .about-kpi-cpt h2{font-weight: 700;}


.yin .about-kpi-cpt h3{font-size: 1.1rem;}

.yin .about-kpi-cpt h2 {
    margin-top: 14px;
}

body .yin .about-kpi-cpt section.about-cont:hover::-webkit-scrollbar-thumb {
  background: #ccc!important;
}

.ai-modal iframe {
  position:fixed !important;
  right:0 !important;
  top:0 !important;
  bottom:0 !important;
  left: auto !important;
  height: 100vh !important;
  box-shadow: -9px 0px 8px rgb(72 107 138 / 10%) !important;
  border: none !important;
  width: 540px !important;
}
.ai-modal yon-app-toolbar nav {
  margin-right:540px !important;
}
.ai-modal yon-app-container:before {
  content: “”;
  position:fixed;
  width: calc(100vw - 540px);
  left:0;
  top:0;
  bottom:0;
  background:#00000021;
  z-index:99999;
}

.yin ::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-bg);
  background-clip: padding-box;
      border-radius: 4px;
}

body .yin .mat-drawer-inner-container::-webkit-scrollbar,
body .yin ::-webkit-scrollbar,
.v3 .yin .mat-drawer-inner-container::-webkit-scrollbar,
.v3 .yin ::-webkit-scrollbar,
.v3 .yin.fixed-right-modal ::-webkit-scrollbar {
  width: 8px!important;
  height: 8px;
  background-color: transparent!important;
}
body .yin ul.options-drop-down::-webkit-scrollbar-thumb {
  background: #8a8a8a94 !important;
}
body .yin .mat-drawer-inner-container::-webkit-scrollbar-thumb:vertical,
body .yin ::-webkit-scrollbar-thumb:vertical {
  background: var(--scrollbar-thumb-bg) !important;
  
}


body .yin .modal::-webkit-scrollbar-thumb {
  background: transparent !important
}
body .yin .modal:hover::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-bg) !important
}
body .yin .main-content:hover::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-bg) !important
}

body.yin-body .mat-drawer.mat-drawer-side {
  z-index:1;
}


body #ui.v3 .yin .main-content {
  margin-top: 0;
  height: 100vh !important;
  overflow-y: hidden;
  }
#ui.v3 .yin .yin-card {
  box-shadow: none;
  padding: 0px var(--layout-grid-gap);
  background: var(--layout-bg-color-card);
  border-radius: var(--layout-card-radius);
}
#ui.v3 .yin .page-grid {
  margin: var(--layout-grid-gap);
  /* margin-right: calc(var(--layout-grid-gap)); */
}
#ui.v3 .yin .yin-card.left {
  padding: 0 0;
  padding-top: 0;

}
body.yin-right-modal #ui.v3 .yin .main-content {
  margin-right: var(--layout-insights-rightpanel-width);
  padding-right: var(--layout-grid-gap);
}


#ui.v3 .yin .yin-card.main {
  padding: var(--layout-card-padding);
  padding-top: 14px;
}
#ui.v3 .yin .odata-table .check-slider, 
body #ui.v3.yin .odata-table .check-slider {
  position_: absolute;
  right_: 47px;
  margin-top: -20px;
  margin-right: 15px;
}


#ui.v3 .yin .yin-card.top-head {
  background-image: linear-gradient(0deg, hsl(327 21% 77% / 1), hsl(208.24deg 15.37% 70.57% / 0%));
  background-color: transparent;
  background-image: linear-gradient(0deg, hsl(220 20% 88% / 1), hsl(216deg 21.74% 95.49%));
  background-image: linear-gradient(180deg, #F2F3F6, #E8E9ED);
  background-image: var(--layout-bg-top-gradient);
  padding: 0;
  grid-area: 1 / 1 / 2 / 2;

      .card-cont h2 {
                      transition: all linear 0.3s;
      
    }

  
  .top-head-cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    
      div.layout-top-row {
      color: var(--color-mono-contrast-medium);
      display: block;
      height: 50px;
      line-height: var(--layout-app-toolbar-height);
      font-size: 14px;
      margin-top: 0;
      /* padding-left: var(--layout-grid-gap); */
      position: fixed;
      top: 0;
      /* width: 100%; */
      background-color: var(--layout-bg-color);
      z-index: 5;
      opacity: .85;
      right: 0;
      margin-right: var(--layout-grid-gap);
      left: var(--layout-left-menu-width);
      margin-left: var(--layout-card-padding);
        div.show-modal-btn {
          cursor: pointer;
          border-radius: 30px;
          width: 40px;
          height: 40px;
          line-height: 35px;
          text-align: center;
          margin-top: 11px;
          background-color: var(--color-inverted-contrast-high);
          z-index: 9999;
          margin-right: 5px;
          border: 2px solid var(--color-primary)
        }
        div.show-modal-btn:hover {

          background-color: var(--color-bg-table-drilled-level2);
     
        }
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      ion-icon {
        vertical-align: middle;
        padding-bottom: 2px;
      }
    }
      z-index: 6;
    
  }

}

#ui.v3 .yin .page-grid.pushed-up {
  grid-template-rows: 96px 1fr;
  
  .yin-card.main {
    padding-bottom: calc(var(--layout-top-panel-height) - 70px);
    
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  div.yin-card.top-head {
    padding-top: 10px;
                padding-bottom: 7px !important;
                background-color: var(--color-primary-bg);

                background-image: none;
                margin-top: 40px;
                border-radius: 6px;
    .card-cont {
    padding-left: 28px;
  
    height: auto;
    align-items: flex-end;
    padding-bottom: 0;
    }
    nav {
      padding-top: 0;
      padding-bottom: 0;
      div {
        padding-top: 1px;
      }
    }
          h2 {
        font-size: 20px;
        transition: all linear 0.3s;
        margin-bottom: 0;
        line-height: 36px;
      }
  }
  }

 #ui.v3 #app.yin.right-modal .yin-card.top-head .top-head-cont p {
  right: 20vw;
}
@media (min-width: 1670px) {
   #ui.v3 #app.yin.right-modal .yin-card.top-head .top-head-cont p {
  right: 335px;
}
  
}

#ui.v3 .yin .yin-card.top {
  background-color: hsl(225 14% 90% / 1);
}
:root.dark #ui.v3 .yin .odata-interface .yin-card.top {
  background-color: hsl(0deg 0% 7.06%);
  display: none;
}

#ui.v3 .yin .yin-card.top {
  .period-container {
    display: flex;
    align-items: center;
    > span {
     padding: 0 15px;
     /* font-size: 20px; */
    }
    .period-selector {
        flex-grow: 1;
      
      
    }
  }
}

#ui.v3 .yin nav.top-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: var(--layout-grid-gap) var(--layout-card-padding);
  margin-top: 0px;
  
  div {
    /* margin-top: var(--layout-grid-gap); */
    height: 48px;
    line-height: 48px;
    padding: 0 7px;
    border-radius: 24px;


    a {
      display: inline-block;
      padding: 0px 1vw;
      height: 30px;
      line-height: 26px;
      border-radius: 16px;
      opacity: .8;
      color: var(--color-mono-contrast-max);
      background-color: var(--btn-bg-raised);
      margin: 0 4px;
      vertical-align: middle;
      cursor: pointer;
      border: 2px solid transparent;
      
      ion-icon {
        margin-left: 5px;
        vertical-align: middle;
        padding-bottom: 4px;
      }

    }
    

    a.router-link-active,
    a:hover {
      background-color: var(--color-inverted-contrast-high);
      opacity: 1;
      border: 2px solid var(--color-primary);

    }
    a.menu-link.external-link:hover {
      border-color: transparent;
      background-color: var(--color-bg-table-drilled-level3)
    }

  }
}
@media (max-width: 1300px) {
  #ui.v3 .yin nav.top-menu div a {
  padding: 0 10px
} 
}
#ui.v3 .yin .compact .tscroll table thead tr th {
 background-color: var(--layout-bg-color-card);
  border: none;
  color: var(--color-mono-contrast-medium);
}

#ui.v3 .yin[data-route="home2"] nav#yon-app-toolbar, 
#ui.v3 .yin[data-route="home"] nav#yon-app-toolbar {
  background-color: transparent !important;
}

#ui.v3 .yin .yin-card.home {
  background-image: linear-gradient(180deg, #A6BACA, hsl(208.24deg 25.76% 74.12% / 49%));
  padding-top: 15vh;
  background-image: linear-gradient(0deg, #5d8093, hsl(208.24deg 25.76% 74.12% / 0%) 80%);
  color: var(--color-inverted-contrast-max);
  background-color: transparent;
  filter: hue-rotate(112deg);
  background-image: linear-gradient(48deg, hsl(220 20% 88% / 1), hsl(216deg 21.74% 95.49%));
  color: black;
}

#ui.v3 .yin .mdc-list-item {
  padding-left: 1.5vw;
}

#ui.v3 .yin .app-sidemenu__sidenav-items-active .material-symbols-sharp, 
#ui.v3 .yin .app-sidemenu__sidenav-items-active .material-symbols-sharp, #ui.v3 .yin .app-sidemenu__sidenav-items-active .app-sidemenu__sidenav-items .app-sidemenu__sidenav-item-expanded-text {
  color: var(--color-menu-text) !important;
}
#ui.v3 .yin mat-sidenav .material-symbols-sharp, 
#ui.v3 .yin .app-sidemenu__sidenav-item-expanded-text {
  color: var(--color-menu-text) !important;
}

#ui.v3 .yin .tscroll table tr th.markedcol {
  background: var(--color-bg-table-drilled-level2) !important;
}

#ui.v3 .yin .yin-card.top, 
body .yin.fixed-right-modal .yin-card.top {
  grid-area: 2 / 1 / 3 / 4;
}
#ui.v3 .yin .yin-card.top, 
body #ui.v3 .yin.fixed-right-modal .yin-card.top {
  grid-area: 2 / 1 / 3 / 2;
}

#ui.v3 .yin.stand-alone .main-content {
  margin-left: calc(14% + 10px);
  margin-right: calc(20vw + 7px);
}

#ui.v3 .yin .page-grid.details .yin-card.main {
  padding-bottom: 15px;
  min-height: calc(100vh - 182px);
  padding-top: 0px;
}
#ui.v3 .yin .btn {
  box-shadow: none;
  border: none;
  background: var(--theme-button-bg);
  color: var(--theme-button-txt);
}
body .yin.fixed-right-modal .yin-card.main {
  grid-area: 3 / 2 / 4 / 4;
  padding-top: 14px;
}
#ui.v3 .yin .yin-card.main {
  grid-area: 2 / 1 / 3 / 2;
  padding-top: 0;
  /* margin-top: calc(-2px - var(--layout-grid-gap)); */
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  /* padding-top: 100px; */
}
@media (min-width: 1675px) {
 
  #ui.v3 .yin.stand-alone .main-content {
      margin-left: 260px;
      margin-right: 342px;
  }
}

@media (max-width: 1100px) {
 
  #ui.v3.yin-right-modal .yin.stand-alone .main-content {
      margin-right: 226px;
  }
}
@media (max-width: 1710px) {
 #ui.v3 .yin .selector .col.left.first {
  display:none;
}
}
#ui.v3 yon-analytics {
  margin: 0 0;
}

#ui.v3 app-insights, 
#ui.v3 app-insights.minimal .main-content {
  top: 0;
  background-color: var(--layout-bg-color);
}

#ui.v3 app-insights.minimal.minimal .yin[data-route="home2"] .main-content, 
#ui.v3 app-insights.minimal.minimal .yin[data-route="home"] .main-content {
  padding-right: 10px;
  right: 0;
}
body #ui.v3 .yin .mat-drawer-inner-container::-webkit-scrollbar-thumb {
  background: 0 0!important
}
body #ui.v3 .yin .mat-drawer-inner-container:hover::-webkit-scrollbar-thumb {
  background: #b6b6b6!important
}
body #ui.v3 .yin .mat-drawer-inner-container::-webkit-scrollbar {
  background: #486b89!important
}
#ui.v3 .yin .tgrid .tscroll {
    width: 0;
    min-width: 100%;
}
#ui.v3 .yin {
  .h1,
  h1 {
      font-size: 2rem
  }
  .h2,
  h2 {
      font-size: 2rem
  }
  .h3,
  h3 {
      font-size: 1.1rem
  }
  .h4,
  h4 {
      font-size: 1rem
  }
}
@media (min-width: 1675px) {
    body.yin-right-modal #ui.v3 .yin .main-content {
        margin-right: 335px;
    }
}





/* Color Rules */

.tgrid,
.tscroll table td:first-child,
.tscroll table th:first-child,
.tscroll {
    background-color: var(--layout-bg-color-card);
}

.tscroll table tr:hover,
.tscroll table tr:hover td:first-child {
    background-color: #eefbff;
}


.tscroll table tr td.colhover,
.tscroll table tr th.colhover {
    background-color: #92929217;
  
}

.tscroll table tr td.colhover:hover {
    background-color: var(--theme-greenish-bg);
    color: white;
}

.tscroll table tr.selected td.colhover,
.tscroll table tr.selected th.colhover {
    background-color: var(--theme-greenish-bg);
}

.tscroll table tr.selected td.colhover:hover {
    background-color: var(--theme-greenish-bg);
    color: white;
}

.yin .tscroll table tr td.colhover:hover,
.yin .tscroll table tr.selected th.colhover,
.yin .tscroll table tr.selected td.colhover:hover {
    background-color: #cae0ea;
    color: #000;
}




.yin .tgrid a:hover,
.yin .tgrid a:focus {
    color: #34495e;
    text-decoration: none;
}

.yin .tgrid .pagination>li>a {
    background-color: #fff;
    border: 1px solid #ddd;
}
#ui.v3 {
  .yin .tgrid .pagination>li>a {
    background-color: transparent;
    border: 1px solid transparent;
}
  
}


.yin .tgrid .pagination>li>a:hover,
.yin .pagination>li>a:focus {
    background-color: #eee;
}

.yin .tgrid .pagination>.active>a,
.yin .tgrid .pagination>.active>a:hover,
.yin .tgrid .pagination>.active>a:focus {
    background-color: #467d8f;
    border-color: #467d8f;
    color: #fff;
}


.yin .tgrid .pagination>.disabled>a,
.yin .tgrid .pagination>.disabled>a:hover,
.yin .tgrid .pagination>.disabled>a:focus {
    background-color: #fff;
    border-color: #eaeaea;
    color: #999;
    cursor: not-allowed;
}

#ui.v3 {
  .yin .tgrid .pagination>.disabled>a,
  .yin .tgrid .pagination>.disabled>a:hover,
  .yin .tgrid .pagination>.disabled>a:focus {
    background-color: transparent;
    border-color: transparent;
    color: var(--color-mono-contrast-low);
    cursor: not-allowed;
}
}

.yin .tgrid a {
    color: #34495e;
    cursor: pointer;
    text-decoration: none;
}

.yin .tgrid a:focus {
    color: #23527c;
    text-decoration: underline;
}
.yin a:hover {
    color: #23527c;
}

.yin .tscroll.rowhover table tbody tr:hover,
.yin .tscroll.rowhover table tbody tr:hover td,
.yin .tscroll.rowhover table tbody tr:hover td:first-child {
    background-color: #467d8f;
    color: white;
}

#app.dark .tscroll table td:first-child,
#app.dark .tscroll table th:first-child,
#app.dark .tscroll,
#app.dark .tgrid table.table,
#app.dark .tscroll table th,
#app.dark .tgrid {
    background-color: #202020;
}

#app.dark .tscroll table tr.colored td:first-child,
#app .tscroll table tr.colored td:first-child,
#app.not-mobile .tscroll.lock2cols table tr.colored td:nth-child(2),
#app.not-mobile .tscroll.lock3cols table tr.colored td:nth-child(2),
#app.not-mobile .tscroll.lock3cols table tr.colored td:nth-child(3) {
    background: inherit;
    color: inherit;
}

#app.dark .tools div:hover {
    color: white;
}
.yin div.edit-form {
    background-color: #fff;
}
.dark div.edit-form {

    background-color: #1b1b1b;

}

#app.dark .edit-form div div>span.cell {
    color: white;
}

#app.dark .edit-form div div>span.title {
    color: inherit;
}

#app.dark .edit-form:deep() h2.section-heading {
    color: #5d5d5d;
}

#app.dark .edit-form h2.section-heading.top-head {
    color: white;
}

.yin .tgrid .canEdit table td.number.isBoolean.isChanged {
    background-color: #00ff0d76 !important;
}

.yin .tgrid .viewOnly table td.number.isBoolean {
    background-color: transparent;
    color: transparent !important;
    text-align: right;
}

.yin .tgrid table td.number.isBoolean input {
    color: transparent !important;
}

#app.dark .btn.delete.delete-btn {
    background-color: transparent;
    color: white;
    border: 1px solid #ccc;
}

#app.dark.mobile .tgrid .table-tools-foot {
    background-color: #333333;
}

#app.light.mobile .tgrid .pagination>li>a {
    background-color: #ededed;
    border: 1px solid #ededed;
}

#app.dark.table.mobile .tgrid .table-tools-foot,
#app.dark.table.mobile .tgrid .pagination>li>a {
    background-color: #181818;
}

.yin .list-all {

    color: white;
    border-radius: 14px;
    cursor: pointer;
}

.yin .list-all:hover {
    color: #999;
}

.yin .download-btn ion-icon {
    color: white;
}


.yin tr:hover td.isDrillDown {
    color: black;
}

.dark .yin tr:hover td.isDrillDown {
    color: white;
}

.yin tr:hover td.isDrillDown:before,
.yin tr td.isDrillDown:before,
.yin tr td.isDrillDown.isExpanded:before {
    border: 1px solid black;
    color: black;
   
}
.yin tr td.isDrillDown:nth-child(2):before {
    background-color: #f1f2f2;
}
.dark tr:hover td.isDrillDown:before,
.dark tr td.isDrillDown:before,
.dark tr td.isDrillDown.isExpanded:before {
    border: 1px solid white;
    color: white;
        background-color: transparent;
}
.yin .tscroll table td:first-child,
.yin .tscroll table tr td.colhover:first-child {
    background-color: white;
    opacity: 1;
}



.v3 .tscroll table tr:hover,
.v3 .tscroll table tr:hover td:first-child {
    background-color: var(--color-bg-table-drilled-level1) !important;
}

.v3 .yin .tscroll table tr td.colhover:hover,
.v3 .yin .tscroll table tr.selected th.colhover,
.v3 .yin .tscroll table tr.selected td.colhover:hover {
    background-color: #cfe2e9;
    color: var(--color-mono-contrast-max);
}
.dark .v3 .yin .tscroll table tr td.colhover:hover,
.dark .v3 .yin .tscroll table tr.selected th.colhover,
.dark .v3 .yin .tscroll table tr.selected td.colhover:hover {
    background-color: #314954;
}
