.sys_logo_mobile_nav {
  display: none;
}

.page-heading-content {
  display: none;
}

/* TABLET */
@media (max-width: 900px) {
  .profile-login {
    display: none;
  }

  .page-headings {
    display: none;
  }

  .page-heading-content {
    display: flex;
    margin-left: 20px;

    /* border-bottom: 1px solid #d5d5d5; */
  }

  .sys_logo_mobile_nav {
    width: 60px;
    display: flex;
    border-radius: 10px;
  }

  .custom-body {
    overflow: hidden;
    width: 100% !important;
    padding: 0;
  }

  .mainCont {
    padding: 30px 10px 30px 30px !important;
  }

  .icon-buttons button i {
    font-size: 25px;
  }

  .section-title {
    font-size: 1rem;
    font-weight: 800 !important;
    text-transform: uppercase;
    color: #787878;
  }

  .header-div {
    width: 93%;
  }

  .searchContDiv {
    display: none;
  }

  #filterModal .modal-dialog {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    max-width: none;
  }

  #filterModal .modal-content {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    padding: 30px 30px;
  }
  #filterModal .modal-body {
    height: calc(70vh - 56px);
    overflow-y: auto;
    padding: 20px 40px;
  }

  /* #filterModalLabel {
    padding: 20px;
  } */

  /* #filterModal {
    padding: 40px 20px;
  } */
}
