.et-container {
  background-color: #F1F5F9;
  width: -webkit-fill-available;
  width: -moz-available;
  height: -webkit-fill-available;
  height: -moz-available;
  -moz-width:100%;
  width: 85%;
  height: 92%;
  border-radius: 2.5em;
  padding: 2%;
  margin: 2em 0 0 0;
  position: fixed;
  overflow-y: scroll;
  background-color: transparent;

}
.mat-header-row{
  position: unset !important;
}
.mat-sort-header-content{
  text-align: start !important;
}
mat-sidenav-container {

  height: -webkit-fill-available;
  height: -moz-available;
  padding:0;
}
.tc-sidebar-inner{
  padding-top:4em !important;
  background-color: #F1F5F9 !important;
  color: #175D91 !important;
  border-top-right-radius: 2.5em;
}
.tc-sidebar-inner mat-nav-list{
  /* padding: 2em; */
  border-radius: 1em;
  box-shadow: rgba(149, 157, 165, 0.2) 2px 4px 4px;
}
.et-content {
  background-color: #F1F5F9 !important;
  margin: 0 1px;
}

.et-sidebar-inner {
  border-top-right-radius: 20px !important;
  /* background-color: #eb2629c7bf; */
  background-color: transparent;

  color: #F1F5F9;
  padding-top: 20px;
  position: absolute;
  display: flex;
  margin-top: 200px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding-left: 1em;
}

.et-sidebar-inner {
  display: flex;
  flex-direction: column;
}

.tc-sidebar-inner {
  /* background-color: #eb2629c7bf; */
  background-color: transparent;

  color: #F1F5F9;
  padding-top: 30px;
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/* .main-sidenav-list.tc-list-item-focus {
  background-color: #F1F5F9 !important;
  color: #175D91;
  border-radius: 30px 0 0 30px;
  position: relative;
} */
.tc-list-item-focus{
  position: relative;
  border-radius: 30px 0 0 30px;
}

mat-list-item.mat-list-item.ng-star-inserted.tc-list-item-focus::before {
  content: '';
  width: 30px;
  height: 30px;
  margin-top:-30px;
  transform: rotate(90deg) scale(1.04);
  background-size: 100%;
  background-image: url(../images/top-img.svg) !important;
  position: absolute;
  right: 0px;
  margin-right: 0px;
  z-index: 30;
  box-sizing: content-box;
}

mat-list-item.mat-list-item.ng-star-inserted.tc-list-item-focus::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-top: 48px;
  transform: scale(1.04);
  background-size: 100%;
  background-image: url(../images/top-img.svg) !important;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
}
.mat-nav-list a,
.mat-list-item .mat-select-value,
.mat-list-base .mat-list-item .mat-list-item-content,
.mat-button-wrapper .mat-select .mat-select-trigger .mat-select-value .mat-select-value-text {
  color: white !important;
}
.tc-sidebar-inner .mat-nav-list .mat-list-base .mat-list-item .mat-list-item-content{
  color: #444 !important;
}
.mat-drawer.mat-drawer-side {
  /* top: 45px; */
}
.mat-drawer-side.mat-drawer-end{
  border-left: none !important ;
}
.main-sidenav{
  margin-top:2.5em;
}
.mat-h1 .tc-dashboard-block-header{
  color: #eb2629c7 !important;
}

/* mat-list-item.mat-list-item.ng-star-inserted.tc-list-item-focus div.mat-list-item-content {

} */
mat-list-item.mat-list-item.ng-star-inserted.tc-list-item-focus .mat-list-item-content{
  background-color: #eb2629c7;color: #444 !important;

}
.mat-list-item.tc-list-item-focus .mat-list-item-content a{
  color: #ffffff !important;
}
.mat-list-item.tc-list-item-focus .mat-list-item-content{
  background-color: #eb2629c7;
}
.mat-list-item .mat-list-item-content a{
  color: #444 !important;
}
.main-sidenav-list.mat-list-item div.mat-list-item-content a{
  color: #ffffff !important;
}
.main-sidenav-list.mat-list-item div.mat-list-item-content a{
  color: #175D91 !important;
}
.mat-list-item.tc-list-item-focus span.mat-list-item-content{
  background-color: #eb2629c7;
  color: #444 !important;
  border-radius: 2em;
}
.main-sidenav-list .mat-list-item.tc-list-item-focus span.mat-list-item-content{
  /* background-color: #eb2629c7bf; */
  color: #444 !important;
  background-color: transparent;

}
.mat-list-item.tc-list-item-focus span.mat-list-item-content::before{
   width: 30px;
  height: 30px;
  margin-top:-31px;
  transform: rotate(90deg) scale(1.04);
  background-size: 100%;
  background-image: url(../images/bottom-img.svg);
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 0px;
  z-index: 20;

}
.mat-list-item.tc-list-item-focus span.mat-list-item-content::after{
   width: 30px;
  height: 30px;
  margin-top: 49px;
  transform: scale(1.04);
  background-size: 100%;
  background-image: url(../images/bottom-img.svg);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
}
.mat-list-base .mat-list-item .mat-list-item-content{
  padding-top: 0.3em !important;
    padding-left: 1.5em !important;
}

.tc-primary-header {
  height: 100px;
  color: #F1F5F9;
  background-color: #eb2629c7;
  position: fixed !important;
  padding-right: 250px !important;
}
.mat-drawer-side{
  border-right: none !important;
}
#divider {
  color: #eb2629c7;
  height: 3px;
}

.tc-sidebar-container {
  margin-top: 0 !important;
}

/* .mat-drawer-content {
  border-radius: 5%;
} */
mat-sidenav h3{
  text-align:center;
  color: #ffffff;
  padding: 1em ;
}
.advanced-pie-legend {
  background-color: #eb2629c7 !important;
  padding: 15px !important;
  border-radius: 10px !important;
}

.legend-items-container .legend-items .legend-item .item-color {
  border-left-color: #eb2629c7 !important;
}

.advanced-pie-legend .legend-items-container .legend-items .legend-item .item-value,
.advanced-pie-legend .total-value {
  color: #eb2629c7 !important;
  padding-bottom: 3px !important;
  font-weight: 500;
  margin-top: 0px !important;
}

.advanced-pie-legend .legend-items-container .legend-items .legend-item .item-label {
  color: white;
  font-weight: 500;
}

.advanced-pie-legend .total-label,
.advanced-pie-legend .legend-items-container .legend-items .legend-item .item-percent {
  color: white;
  font-weight: 500;
}

.advanced-pie-legend .total-label {
  font-size: 24px !important;
  margin-bottom: 10px !important;
}




.mat-select-arrow-wrapper .mat-select-arrow {
  color: white !important;
}

.tc-section-header {
  font-weight: bold;
  color: #1A73E8;
  margin-bottom: 5px;
}

.tc-dashboard-block-header {
  padding-top: 15px;
  padding-left: 10px;
  margin-bottom: 0px !important;
  color: #d4542ac2;
  font-weight: 600;
  font-size: 28px;
}

.tc-dashboard-block-header mat-icon {
  padding-right: 5px;
}

.tc-dashboard-block-header-description {
  font-size: small;
  color: #777;
  padding-bottom: 10px;
}

.tc-dashboard-accordion {}

.tc-dashboard-accordion .mat-expansion-panel-header {
  padding-bottom: 12px;
}

.tc-dashboard-accordion .mat-expansion-panel-header-description,
.tc-dashboard-accordion .mat-expansion-panel-header-title {
  padding-top: 12px;
}

.tc-dashboard-accordion ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tc-dashboard-accordion li {
  padding-bottom: 10px;
}

.mat-expansion-panel-header {
  background-color: #eb2629c7 !important;
}

.mat-expansion-panel-body {
  border-left-color: #eb2629c7;
  border-spacing: 5px;
}

.mat-expansion-panel-header-title {
  color: white;
  font-weight: 600;
}

.tc-toolbar-secondary {
  background-image: inherit !important;
  height: 50px !important;
  border-bottom: 1px #175c911f solid;
}

.mat-drawer-container {
  background-color: transparent !important;
position: unset !important;
}

.mat-drawer {
 /* background-color: #F1F5F9 !important; */
  /* border-right-color: #eb2629c7bf !important; */


}

.mat-expansion-panel-body {
  padding: 16px 24px 16px 24px !important;
  border-left: solid;
  border-left-color: #eb2629c7;
  border-left-width: 5px;
}

.mat-expansion-panel-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 24px;
  border-radius: initial !important;
}

.mat-expansion-panel-header-title,
.mat-expansion-indicator::after,
.mat-expansion-panel-header-description {
  color: white !important;
}

.mat-action-row {
  border-left: solid;
  border-left-color: #eb2629c7;
  border-left-width: 5px;
  border-top-color: #eb2629c7;
}

.tc-dashboard-block-header {
  padding-top: 15px;
  padding-left: 10px;
  margin-bottom: 0px !important;
  color: #eb2629c7 !important;
  font-weight: 600;
  font-size: 28px;
}

.mat-badge-content {
  color: #175D91 !important;
  background: #ffffff !important;
}

.et-link {
  color: #eb2629c7 !important;
  text-decoration: none;
  cursor: pointer;
}

.et-link:hover {
  color: #175D91 !important;
}

.et-chart-half {
  height: 300px;
  width: 650px;
}
.et-v-spacer{
height: 3em;
}

.mat-drawer-inner-container {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* background-color: #eb2629c7bf; */
  background-color: transparent;

}
mat-sidenav::-webkit-scrollbar { width: 0 !important }
mat-sidenav { overflow: -moz-scrollbars-none;scrollbar-width: none;}
mat-sidenav {-ms-overflow-style: none;}
.mat-drawer {
  /* background-color: #eb2629c7bf !important; */
  background-color: transparent;

}

.mat-toolbar,
.mat-toolbar-single-row {
  background-color: transparent !important;
}


.tc-dashboard-block-header-description {
  font-size: small;
  padding-bottom: 10px;
  padding-left: 10px;
}

.tc-sidebar-actions .mat-raised-button {
  color: #ffffff !important;
  background-color: #276898 !important;
  text-align: left !important;
}

.tc-menu__parent {
  color: white;
}

.tc-menu__parent-indicator {
  font-size: 10px;
  color: #fff !important;
}

.tc-menu__child {
  padding-left: 0px
}

.tc-menu__child .mat-list-item {
  font-size: 12px !important;
}

.one_third {
  width: 31%;
}
.mat-icon{
  height: auto !important;
}
.et-profile-picture {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media(max-width: 767px) {
  .tc-primary-header {
    padding-left: 0 !important;
  }
}

.select {
  background: #eb2629c7;
  color: white;
  padding:8px;
  border-radius: 18px;
  border: none;
  cursor: pointer;
  margin: 10px 10px 10px 0;
  padding-right: 15px;
}

.et-flex-wrap{
  display: flex;
  flex-wrap: wrap;
}
.et-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.et-primary{
  color: 36B1B6;
}



