@media only screen and (max-width:1769px) {
  .inneremployees {

    width: 23.5%;

  }
}

@media (max-width: 1600px) {
  .col-break {
    width: 100%;
  }
}

@media only screen and (max-width:1500px) {
  .inneremployees {

    width: 23.3%;

  }

  .dashbotleft {
    width: 100%;
  }

  .dashboardtopbox {
    width: 49.3%;
  }
}



@media only screen and (max-width:1269px) {
  .inneremployees {

    width: 31.3%;

  }

  .attenwhitebox {
    width: 49%;

  }



}

@media only screen and (max-width:1100px) {
  .inneremployees {

    width: 30.9%;
  }

}


@media only screen and (max-width:991px) {
  .inneremployees {
    width: 46.8%;
  }

  .attenwhitebox {
    width: 100%;
  }

  .teambox {
    margin: 5px 0;
  }

  .inboxouter {
    height: auto;
    display: block !important;
  }

  .inboxleft {
    width: 100%;
    background-color: #fff;
    margin-right: 0;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
  }

  .inboxleft ul li {
    padding: 0 25px 0 0;
  }

  .inboxleft ul {
    display: flex;
  }

  .inboxrightleft {
    height: calc(100vh - 0px);
    width: 340px;

  }

  .inboxemplayeeouter {
    height: calc(100vh - 0px);
  }


}

@media (min-width: 1601px) and (max-width: 1799px) {
  .form-col-adjust .col-md-6 {
    width: 50%;
  }
}


@media (min-width: 992px) {
  .d-card {
    min-height: 170px;
  }

  .formbox,
  .his-comment-section {
    max-height: 645px;
    overflow: auto;
    scrollbar-width: thin;
  }

  .formbox,
  .his-comment-section {
    max-height: 645px;
    overflow: auto;
    scrollbar-width: thin;
  }

  .history-head {
    max-width: 850px;
    width: 100%;
  }

  .flexi-col .col-auto:first-child {
    margin-left: 20px;
  }

  .flexi-col .col-auto:last-child {
    padding-left: 0;
  }

  .cupcode {
    width: 120px;
  }

  .gst-opt {
    position: relative;
    top: -8px;
  }

}


/* update on 14-06-2026 */
@media screen and (max-width: 1399px) {
  .submenu ul {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 4px;
  }

  .submenu ul li a {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 767px) {
  .menutoggle {
    display: block;
  }

  .leftmenu {
    display: none;
  }

  .bodycont {
    padding-left: 0px;
  }

  footer {
    margin-left: 0px;
    justify-content: center;
  }

  .menutoggle {
    font-size: 22px;
    padding: 4px 6px;
  }

  .mobilemenu {
    max-width: 65%;
    min-width: 245px;
  }

  .offcanvas-backdrop {
    background-color: rgba(0, 0, 0, 0.50);
  }

  .mobilemenu .offcanvas-body ul {
    display: flex;
    flex-direction: column;
  }

  .offcanvas-body ul li {
    float: none;
    width: 100%;
  }

  .offcanvas-body ul li a {
    width: 100% !important;
    display: flex !important;
    max-width: 100%;
    align-items: center;
    gap: 15px;
  }

  .logo {
    margin-right: 0px;
  }

  .innerlogo h4 {
    display: none;
  }

  /* .submenu ul {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 4px;
  }
  .submenu ul li a {
    background: #e9ecef;
    color: #212529;
    padding: 5px 10px;
    margin: 0px 5px 5px 0px;
    border-radius: 4px;
  }
  .submenu ul li.active a {
    background: #4F46E5;
    color: #fff;
    border: none;
  } */
  footer {
    z-index: 999;
  }

  .dt-search {
    justify-content: center;
  }

  .table-custom {
    white-space: initial;
    overflow: hidden;
    width: 100%;
  }

  .table-custom tr th.text-start,
  .table-custom tr th:nth-child(1) {
    max-width: 160px;
    min-width: 160px;
  }

  .mobilemenu a {
    font-size: 14px !important;
    padding: 10px 0px !important;
    text-align: left !important;
    line-height: 1.3 !important;
  }





}

@media screen and (max-width: 599px) {
  .dt-search {
    flex-wrap: wrap;
  }

  button#openAssignPlants {
    width: 100%;
    margin: 5px 0px !important;
  }

  .dt-length {
    display: flex;
    align-items: center;
  }

  .dt-search input[type=search] {
    width: calc(100% - 65px) !important;
    margin-left: auto !important;
  }





}