/*--- === Responsive === ---*/

@media screen and (max-height: 450px) {

  }

  @media (min-width:767px){
    .mobile-view {
      display: none !important;
    }
  }

@media (max-width:767px){
  .fs-24 {
    font-size: 18px !important;
  }
  .top-bar {
    border-bottom: 0;
  }
  .gray-tag-btn {
    padding: 10px;
  }
  .desktop-view {
    display: none !important;
  }
    .bordered-btn {
      font-size: 12px;
      padding: 6px 20px;
    }
    .page-head {
      font-size: 22px;
    }
    .dark-btn {
      border: 1px solid #000000;
      background: #000000;
      color: #fff;
      border-radius: 50px;
      padding: 5px 18px;
      white-space: nowrap;
      font-size: 10px;
  }
  .mat-drawer-container {
    border-radius: 0;
    height: auto;
  }
  .inner-wrapper {
    margin: 0;
    background: #fff;
    border-radius: 0;
    height: auto;
  }
  .mat-side-nav {
    width: 100%;
    max-width: 100% !important;
  }
  .wrap-inner-menu {
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .profile_user img {
    max-width: 80px;
    height: 80px;
}
.filter_btn {
  padding: 10px;
}
.main-side-nav-list li {
  padding: 12px 3px 5px;
}
.top-bar{
  padding: 0;
}
.custom-container {
  margin-bottom: 60px;
}
.cdk-overlay-pane {
  width: 95%;
}
.top-bar {
  padding: 0 12px;
}
.massage_right {
  position: static;
  width: 100%;
}
.sidebar-field {
  font-size: 18px;
}
.cs-mt-5 {
  margin-top: 0;
}
}

@media (max-width:560px) {
  .mmodal-contenttt.modelClass {
    max-height: 95vh;
    overflow: auto;
    height: auto !important;
    width: 100%;
}
.fs-22 {
  font-size: 16px !important;
}
.page-head {
  font-size: 16px;
}
.container-login_gz {
  margin-bottom: 79px;
}

}


/* remove this css   */

/* .mat-drawer {
  display: none !important;
} */
