@media screen and (min-width: 320px) and (max-width: 767px) {
  .login-section {
    padding: 0px;
    height: auto;
  }
  .login-bg-card {
    flex-direction: column-reverse;
    height: 100%;
    margin: 2rem 0rem;
  }
  .login-bg-card-left {
    width: 100%;
    padding: 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 1rem;
  }
  .login-bg-card-right {
    width: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-bottom: 1rem;
  }
  .login-bg {
    background-size: cover;
    height: auto;
  }
  .login-left-title {
    font-size: 30px;
  }
  .login-right-forms .common-label {
    font-size: 18px;
  }
  .custom-dashboard {
    flex-direction: column;
    justify-content: unset;
    height: 80vh;
  }
  .custom-dashboard li {
    width: 80%;
    margin: 0.5rem auto;
  }
  .custom-dashboard li:last-child {
    margin: auto;
    margin-bottom: 1rem;
  }
  .mobile-nav-bar {
    position: absolute;
    top: 42px;
    right: 0;
    background-color: #fff;
    width: 50vw;
    z-index: 1;
    box-shadow: 0px 0px 12px 1px #d8d8d8;
  }
  .menu-icon {
    width: 24px;
    height: 24px;
    position: relative;
  }
  .dashboard-navbar-left-area {
    position: relative;
  }
  .dashboard-navbar .navbar-nav .nav-link {
    height: 50px;
    padding: 5px 15px;
  }
  .custom-dropdown {
    display: block;
  }
  .dashboard-navbar-right-area {
    display: none;
  }
  .custom-dropdown {
    position: relative;
  }
  .custom-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 23px;
    background-color: #fff;
    width: fit-content;
    z-index: 1;
    box-shadow: 0px 0px 12px 1px #d8d8d8;
    padding: 10px 0px;
  }
  .custom-dropdown-menu .dashboard-navbar-username p {
    padding: 5px 20px;
  }
  .custom-dropdown-menu .dashboard-navbar-username p:first-child {
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .table-responsive table,
  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive tfoot,
  .table-responsive tr,
  .table-responsive th,
  .table-responsive td {
    display: block;
  }

  .table-responsive thead tr {
    position: absolute;

    top: -9999px;

    left: -9999px;
  }

  .table-responsive tfoot tr > th {
    position: absolute;

    top: -9999px;

    left: -9999px;
  }

  .table-responsive tr {
    border: 1px solid #ccc;
  }
  .dashboard-table > table > tbody > tr > td {
    margin-bottom: 10px;
    justify-content: center;
  }
  .table-responsive td {
    word-break: break-all;
    border: none;

    border-bottom: 1px solid #eee;

    position: relative;

    white-space: normal;

    text-align: left !important;

    padding: 5px 10px 5px calc(55% + 10px) !important;
    font-size: 14px !important;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  /* .table-responsive th[data-title]:before,
     .table-responsive td[data-title]:before {
    content: attr(data-title);

     } */
  .table-responsive td:before {
    content: attr(data-title);

    position: absolute;

    top: 1px;

    left: 1px;

    width: calc(50% - 20px);

    padding: 5px 10px;

    white-space: unset;

    text-align: left;

    font-weight: bold;
    font-size: 12px;
    word-break: break-word;
    line-height: 14px;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .mob-d-none {
    display: none !important;
  }
  .table-pagination-main {
    display: flex;
    flex-direction: column;
  }
  .table-pagination-main .pagination-select {
    margin-bottom: 1rem;
  }
  .table-date {
    margin-right: 0.8rem;
  }
  .hours-inp {
    width: 50px;
  }
  input[type='checkbox'] {
    margin-left: 10px;
  }
  .dashboard-table > table > tbody > tr > td > select.mr-4 {
    margin-right: 0;
  }
  .mob-mt {
    margin-top: 0.8rem;
  }
  .white-bg-card {
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
  }
  table > tbody > tr > td > .blue-text {
    margin-top: 0px;
  }
  .mob-ml {
    margin-left: 0.8rem;
  }
  .clearfix button {
    width: 45%;
  }
  input {
    overflow: hidden;
  }
  .mob-d-flex {
    display: flex;
    flex-direction: column;
  }
  .custom-w-fit {
    width: fit-content;
    right: 10px;
  }
  .custom-justify-center {
    justify-content: center !important;
  }
  .custom-w-150 {
    width: 150px;
  }
  .custom-date-picker {
    right: 1%;
  }
  .custom-modal-dailogue {
    width: 85vw;
    height: 80vh;
    margin: 1rem auto;
  }
  .custom-w-120 {
    width: 120px;
  }
}

/* 125% ZOOM level */

@media (min-width: 1024px) and (max-width: 1330px) {
}
/* 150% ZOOM level  */

@media (min-width: 801px) and (max-width: 991px) {
}

/* 175% ZOOM level  */

@media (min-width: 768px) and (max-width: 900px) {
}

@media (min-width: 1600px) and (max-width: 1920px) {
}
/* @media (min-width: 320px) and (max-width: 768px) {
  .calenderclose {
    position: relative;
    top: 29px;
    z-index: 999999;
    left: 87px;
  }
} */
