

@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;
  }

}