.sidenav-container {
  height: 100%;
}

.sidenav {
  width: 200px;
}

.sidenav .mat-toolbar {
  background: inherit;
}

.mat-toolbar.mat-primary {
  position: -webkit-sticky;
  position: sticky;
  height: 40px;
  font-size: 17px;
  top: 10px;
  z-index: 1;
  font-weight: 5px;
}

  
.example-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  min-height: 1000px;
}

.example-is-mobile .example-toolbar {
  position: fixed;
  z-index: 2;
}
.mat-list-base
{
  padding-top:0px!important;
}

.mat-drawer {
  z-index: 4;
  display: block;
  position: absolute;
  top: 56px;
  bottom: 0;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  transform: translate3d(-100%,0,0);
  height: 300px;
}

a.mat-list-item {
  padding: 0px 20px;
  background: #2f4050;
  width: 100%;
  display: block;
  color: #fff !important;
}
.mat-drawer-inner-container {
  width: 100%;
  height: 100%;
  overflow: inherit;
  -webkit-overflow-scrolling: touch;
  height: 300px !important;
}
.subMenu{
  margin: 0px;
  width: 100%;
  padding: 0px 31px;
  background: #2f4050;
  list-style: none;
}
.mat-list-base .mat-list-item .mat-list-item-content{
  margin: 0px;
  padding: 0px;
}
/* --------------------------------Mobile View Responsive ---------------- */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    div#toolbarTitle h1{
      font-size: 19px;
      font-weight: bold;
      color: #ffffff;
      text-transform: uppercase;
  }
  app-adddealticket.ng-star-inserted {
    position: absolute;
    top: 59px;
    display: block;
    padding: 0px;
    margin: 0px;
}
app-adddealticket.ng-star-inserted h1{
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.example-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  min-height: auto;
}
.mat-toolbar.mat-primary {
  position: -webkit-sticky;
  position: sticky;
  height: 56px;
  font-size: 18px;
  top: 0px;
  z-index: 1;
  font-weight: bold;
  background: #054182;
}
.mat-drawer{
  z-index: 4;
  display: block;
  position: absolute;
  top: 56px;
  bottom: 0;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  height: 550px;
  min-height: 550px;
  max-height: 550px;
}
.mat-drawer-inner-container {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 550px;
  background: #2f4050;
}
.mat-list-option:not(.mat-list-item-disabled):hover, .mat-nav-list .mat-list-item:not(.mat-list-item-disabled):hover {
  background: #3a5671;
}
.mat-list-base .mat-list-item, .mat-list-base .mat-list-option {
  display: block;
  height: 35px;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  padding: 0;
}
}