@media screen and (max-width: 1368px) and (min-width: 1150px) {
  .cat-sec h3 {
    position: relative;
    margin-bottom: 0;
    color: var(--primary-color);
    font-size: 16px;
  }

  .cat-sec h3::before {
    width: 2px;
    top: -24px;
    right: 4px;
    content: "";
    position: absolute;
    height: 74px;
    background: #a7a7a7;
  }

  .cat-ar ul li {
    padding: 0 5px;
  }

  .cat-ar li img {
    width: 18px;
  }

  .cat-ar ul li {
    padding: 0 5px;
    font-size: 12px;
  }

  .cat-sec h3::before {
    width: 2px;
    top: -14px;
    right: 4px;
    content: "";
    position: absolute;
    height: 49px;
    background: #a7a7a7;
  }

  .tank-sec .col-md-3 {
    width: 33%;
  }

  .table-header ul li {
    color: #fff;
    font-size: 12px;
  }

  .serach-ar {
    width: 170px;
  }

  .table-header-number {
    font-size: 12px;
  }
}

@media screen and (min-width: 767px) {
  .contant-sec .logo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .dashboard-hd h1 {
    font-size: 14px;
    color: #fff;
    line-height: 12px;
    margin: 0;
  }

  .layout .header {
    padding: 14px;
  }

  .header .d-flex.justify-content-between {
    align-items: center;
  }

  .black-btn {
    background-color: var(--dark-grey);
    color: var(--white-color);
    padding: 8px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    width: 108px;
    align-items: center;
  }

  .dashboard-hd h1 {
    font-size: 14px;
    color: #fff;
    line-height: 12px;
    margin: 0;
  }

  .profile-text {
    font-size: 12px;
    text-align: right;
    margin-right: 10px;
    color: #fff;
    line-height: 12px;
  }

  .img-xs {
    width: 25px;
    height: 25px;
  }

  .layout .sidebar-toggler.break-point-lg {
    display: initial;
    margin-right: 10px;
    color: #fff;
    font-size: 22px;
  }

  .layout .header {
    -webkit-transition: width, 0.3s;
    transition: width, 0.3s;
    height: 68px;
    min-height: 68px;
    position: relative;
  }

  .layout.fixed-header .header ~ .layout,
  .layout.fixed-header .header ~ .content {
    margin-top: 58px;
    position: relative;
  }

  .layout .content {
    padding: 12px;
  }

  .cat-sec h3::before {
    width: 0;
  }

  .cat-ar ul {
    list-style: none;
    display: block !important;
    flex-wrap: wrap;
  }

  .cat-ar {
    background-color: #fff;
    box-shadow: none;
    padding: 0px;
    border-radius: 0px;
  }

  .cat-ar ul li {
    padding: 3px 5px;
    font-size: 11px;
  }

  .hd-date-input {
    margin-top: 0px !important;
  }

  .hd-date-input ul li b {
    width: 100px !important;
    margin: 0 !important;
    line-height: 1;
  }
  #KPI_wise .d-flex.align-items-center.position-relative .w-25 {
    width: 100px !important;
  }

  .tank-wise-sec h2 {
    margin: 5px 0 !important;
  }

  .table-header .hd-date-input ul li {
    color: #fff;
    width: 100%;
    line-height: 20px;
  }

  .table-header .hd-date-input .form-control {
    height: 30px;
    font-size: 12px;
  }

  .table-header .hd-date-input .date-input .date-inputbox {
    width: 62% !important;
  }

  .table-header .hd-date-input .form-select {
    height: 30px;
    width: 62% !important;
    font-size: 12px;
    margin: 0 !important;
  }

  .hd-date-input .btn-primary {
    position: relative;
    bottom: 0px;
    right: 0;
    width: 100%; margin-top: 10px;
  }

  .table-header .hd-date-input ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
    position: relative;
  }

  .date-input i {
    color: #222;
    font-size: 13px;
    right: 24px;
    position: relative;
  }

  .profile-text b {
    font-size: 0px;
  }

  .page-hading .d-sm-block.d-md-flex {
    display: block !important;
    flex-wrap: wrap;
    justify-content: left;
    gap: 7px;
  }

  .download-btn-sec .download-btn {
    margin-left: 0 !important;
    margin-bottom: 15px;
  }

  .page-hading a {
    font-size: 16px;
  }
  .download-btn-sec {
  }
  .detasheet-graph-icon a {
    font-size: 12px;
    background: #ddd;
    padding: 8px 30px;
    border-radius: 6px;
    width: 100%;
    display: block;
    line-height: 1;
    margin-right: 2px;
  }
  .detasheet-graph-icon .active {
    color: #ffffff;
    background: #007dd2;
    border-radius: 5px;
  }
  .download-btn i {
    font-size: 15px;
    margin-right: 6px;
  }
  .download-btn {
    background-color: #198754;
    padding: 6px 8px;
    
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    justify-content: center;
    margin-left: 0px !important;
    margin-top: 10px !important;
  }
  .detasheet-graph-icon {
    width: auto;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: transparent;
    line-height: 1;
    border-radius: 6px;
    height: auto;
    margin: 10px 0;
  }

  /* .add-tank {
    width: 500px;
    overflow: auto;
  } */
  .cotainer-body {
    background-color: #eeeeee;
    position: relative;
    min-height: 100%;
  }

  .inputRemove {
    position: relative;
    right: 0;
    top: auto;
    font-size: 15px;
    line-height: 1;
    color: #3d3d3d;
    height: 37px;
    padding: 0px 13px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 1px #d8d8d8;
    background: #da3d3d;
    color: #fff;
  }

  .btn-footer {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 0px;
    left: 0;
    text-align: right;
  }

  .logo-gov-img {
    position: absolute;
    left: 0;
    right: 0;
    width: 65px;
    margin: 0 auto;
    top: 40px;
  }

  .btn-footer .btn-sec.m-2 {
    margin: 0 !important;
  }

  .login-page {
    overflow: auto;
  }

  /* .contant-sec {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10%;
  } */

  .login-bg {
    position: relative;
    height: 100vh;
    display: none;
  }

  .contant-sec .logo {
    width: 75px;
    overflow: hidden;
    filter: brightness(12.5);
    margin-bottom: 37px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .date-input i {
    color: #222;
    font-size: 13px;
    right: 12px;
    position: absolute;
  }
  .required_inp .form-control {
    margin-bottom: 10px;
  }
  .datainputs .add_input {
    margin-left: 12px;
  }
}

@media screen and (max-width: 992px) {
  /* .layout .sidebar {
    width: 0;
    min-width: 0;
    -webkit-transition: width, left, right, 0.3s;
    transition: width, left, right, 0.3s;
  } */

  /* .layout.fixed-sidebar .sidebar.toggled {
    height: 100%;
    overflow: auto;
    position: relative;
    width: 280px;
  } */
}

@media screen and (max-width: 400px) and (min-width: 300px) {
  .date-input i {
    color: #222;
    font-size: 13px;
    right: 12px;
    position: absolute;
  }
}
