.sidebar{
 background-color: black !important;
  background-image: url(img/Slider/sidebar-4.jpg)  !important ;

  background-repeat: no-repeat;
  background-position: left bottom;
}
.app-header{
  z-index: 100 !important;
}
.cdk-global-overlay-wrapper, .cdk-overlay-container {
  z-index: 99999 !important;
}

.ObjectPanel
{
  position: fixed;
  width: 100%;

  top: 50px;
  /* right: 0px; */
  /* left:  0px; */


  z-index: 99;
  border-radius: 0px;

}
.sidebar .nav-link.active
{
  background-color: #e91e63 !important;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(233,30,99,.4) !important;
}


.sidebar .nav-link:hover
{
  background-color: #e91e634d !important;
}

.sidebar .nav-link:hover
{
  background-color: #e91e634d !important;
}

/* body{
  font-family: 'IRANSansWeb' !important
} */
mat-label{
  font-size: 17px;
}
.inVisible{
  display: none !important;
}

.mat-tab-body.mat-tab-body-active{
  overflow-x: unset !important;
  overflow-y: unset !important;
}
/* mat-cell{
  font-family: 'IRANSansWeb' !important
}

mat-label{
  font-family: 'IRANSansWeb' !important
}
input{
  font-family: 'IRANSansWeb' !important
}
button{
  font-family: 'IRANSansWeb' !important
}
matInput{
  font-family: 'IRANSansWeb' !important
}
mat-header-cell{
  font-family: 'IRANSansWeb' !important
}
.mat-checkbox-layout .mat-checkbox-label {
  font-family: 'IRANSansWeb' !important
}
.mat-option-text{
  font-family: 'IRANSansWeb' !important
}
.mat-select-value-text{
  font-family: 'IRANSansWeb' !important
}
.mat-slide-toggle-content{
  font-family: 'IRANSansWeb' !important
}
.mat-calendar-table-header th{
  font-family: 'IRANSansWeb' !important
}
.mat-calendar-body-label{
  font-family: 'IRANSansWeb' !important
}
.mat-tooltip{
  font-family: 'IRANSansWeb' !important;
  font-size: larger;
}
.mat-tab-label{
  font-family: 'IRANSansWeb' !important;
} */
.mat-input-placeholder {
  color: red;
  font-size: 2em;
}
@media (min-width: 992px){
    /* .sidebar .nav{
      width: 250px !important;
    }

    .sidebar .nav .ps{
      width: 50px !important;
    }

    .sidebar-fixed .sidebar{
      width: 250px !important;
    }

    .sidebar .sidebar-nav{
      width: 250px !important;
    }
    .main{
      margin-right: 250px !important;
    } */
}

