@media (max-width: 1399px) {
  .task-schedule-box .meeting-list-bx {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }

  .chck-supplir-custm-bx {
    flex-wrap: wrap-reverse;
  }

  .meeting-select-list li{
    font-size: 13px;
  }

}

@media (max-width: 1199px) {}


@media (min-width: 992px) {
  .mobile-menu-btn {
    display: none;
  }

  .sidebar-close-btn {
    display: none;
  }

  .dashbrd-left-asidebar {
    position: static;
    width: auto;
    height: auto;
    box-shadow: none;
    left: 0;
  }
}

@media (max-width : 991px) {

  .dashbrd-left-asidebar {
    border-radius: 0;
  }

  .mobile-menu-btn {
    color: #fff !important;
  }

  .dashboard-saller-sec {
    padding: 20px 0;
  }

  .dashbrd-left-asidebar {
    padding: 50px 15px;
  }

  .tp-saller-header .header-logo .logo-img {
    display: none;
  }

  .dash-search-dta-bx {
    flex-wrap: wrap;
  }

  .admn-mob-close-bx {
    margin-top: 8px;
    margin-right: 15px;
  }

  .tp-header-search-br {
    display: none;
  }



  /* Admin Resposnive Start
   */
  .dashboard-left-side {
    position: fixed;
    top: 0;
    left: 0;
    /* min-height: 100vh; */
    width: 250px;
    z-index: 1050;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: scroll !important;
    height: 100%;
  }

  .dashboard-left-side.mobile-show {
    transform: translateX(0);
  }

  .mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    display: none;
  }

  .mobile-overlay.show {
    display: block;
  }

  /* Admin Resposnive End
   */

  .dashboard-right-side .tp-header-section .tp-right-admin-bx {
    gap: 5px;
  }

  .main-task-vendor-bx {
    padding: 10px;
  }

  .meeting-card {
    padding: 15px;
  }

  .meeting-select-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .dashobard-title-bx {
    flex-wrap: wrap;

  }

  .add-location-list {
    flex-wrap: wrap;

  }

  .admin-frm-vendor-bx {
    padding: 30px 0 30px 0;
  }

  .admin-pisture-bx img {
    min-height: 350px;
  }

  .vendr-sub-edit-bx {
    padding: 15px;
  }


  .vendr-nw-crd-recent {
    padding: 15px;

  }

  .dashboard-logo-tp .dash-hp-title {
    padding: 3px 0;
  }

  .attendance-right-bdr{
    border-right: 0;
  }

  .client-remark-bx{
    flex-wrap: wrap;
  }

  .tp-calender-bx{
    flex-wrap: wrap;
    gap: 10px;
  }

  .member-contact-info{
    font-size: 10px;
  }







}

@media (max-width : 767px) {

  .table-responsive {
    overflow-x: auto;
  }






}