@media only screen and (max-width: 1440px) {
  .dash-icon {
    display: flex;
    flex-direction: column;
    width: 18%;
  }

  .dash-icon ul {
    flex-direction: column;
  }

  /* .ttgrid_containerbox {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    
  } */

  #detailed_assignment {
    .grid-container {
      display: grid;

      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    .flex-assignment-view {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
      /* margin-right: 8px; */
      margin-bottom: 20px;
    }
  }

  .ttgrid_containerbox {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
  }

  /* .login-img-cont {
    width: 100%;
  }

  .login-content {
    width: 100%;
  } */

  .login-container {
    flex-direction: column;
  }

  .login-content .logo {
    margin-bottom: 2rem;
    display: block;
    padding-top: 30px;
  }

  .login-content .arw-img {
    margin-top: 1.5rem;
  }

  .login-img img {
    max-width: 100%;
  }

  .img1 img {
    width: 120px;
    height: auto;
  }

  .img3 img {
    width: 120px;
    height: auto;
  }

  .img2 img {
    width: 80px;
    height: auto;
  }

  .img2 {
    top: 80px
  }

  .img3 {
    right: 80px
  }

  .loginTextBox {

    max-width: 95%;
  }

  .login-content {
    padding: 2rem;
    width: calc(100vw - 60vw);
    max-width: calc(100vw - 60vw);
  }

  .login-content h1 {
    font-size: 2rem;
    font-weight: 500;
  }

  .login-content p {
    font-size: .875rem;
    line-height: 1.2rem;

  }

  .login-content .logo {
    margin-bottom: 1rem;
  }

  .login-content footer {
    margin-top: 0rem;
  }

  /****login Page Css End *****/
}

@media only screen and (max-width: 1370px) {
  .main-container {
    display: flex;
    flex-direction: column;
    border-left: 1px solid var(--bs-breadcrumb-border);
  }

  .dash-icon {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
  }

  /* .dash-icon ul {
    flex-direction: row;
    width: 90%;
  } */

  .dash-icon ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }

  .dash-icon ul li {
    flex-direction: column;
  }

  /* .dash-icon ul li .des {
    padding-top: 1rem;
  } */
  .dash-icon ul li .des {
    padding-top: 1rem;
    padding-left: 0;
    text-align: center;
  }

  .deadline_tbl th:first-child {
    width: 65%
  }

  .overdue_tbl th:first-child {
    width: 60%
  }

  .project_tbl th:first-child {
    width: 15%
  }

  .dash-des {
    width: 100%;
  }

  .setting-icons {
    width: 10%;
  }

  /* *****************kanban*********** */

  .project-bodyView {
    height: calc(100vh - 163px);

  }

  /* *******************************feature details layout*************************** */

  #featurePanel {
    .grid-container {

      grid-template-columns: repeat(2, 1fr);

    }
  }



  #detailed_assignment {
    .grid-container {
      display: grid;

      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }


  }




}

@media only screen and (max-width:1280px) {
  .cards {
    flex-direction: column;
  }

  .timetrackNotesBox {
    width: 100%;
  }

  .project-heading h1 {

    text-wrap: wrap !important;
  }

  .mob-algn {
    display: block;
  }

  .dsk_algn {
    display: none;
  }

  .layout_boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .grid-container-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 18px;
  }

  /* 
  .ttgrid_containerbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    
  } */

  #dashboard_btn {
    .fullview {
      display: none !important;
    }

    .smallview {
      display: block !important;

      button {
        min-width: 22px;
      }
    }
  }

  /* *************************************weekly timesheet changes *********************** */






  /* *************************************weekly timesheet changes end *********************** */


  /* *******************************feature details layout*************************** */

  #featurePanel {
    .grid-container {

      grid-template-columns: repeat(2, 1fr);

    }
  }
}

@media only screen and (max-width:1170px) {

  /****login Page Css Start *****/
  .login-img-cont {
    width: 100%;
  }

  .login-content {
    width: 100%;
  }

  .login-container {
    flex-direction: column;
  }

  .login-content .logo {
    margin-bottom: 2rem;
    display: block;
    padding-top: 30px;
  }

  .login-content .arw-img {
    margin-top: 1.5rem;
  }

  .login-img img {
    max-width: 100%;
  }

  .img1 img {
    width: 120px;
    height: auto;
  }

  .img3 img {
    width: 120px;
    height: auto;
  }

  .img2 img {
    width: 80px;
    height: auto;
  }

  .img2 {
    top: 80px
  }

  .img3 {
    right: 80px
  }

  .login-content h1 {
    font-size: 2.2rem;
    font-weight: 600;
  }

  .login-content p {
    font-size: 1.56rem;

  }

  .login-content .logo {
    margin-bottom: 1rem;
  }

  .login-content footer {
    margin-top: 0rem;
  }

  /****login Page Css End *****/
  .hrs_blk {
    font-size: 1rem;
  }

  .hrs_blk span {
    font-size: .7rem;
  }

  .des-hrs {
    padding: .8rem;
  }

  .hrs-des img {
    width: 6px;
  }

  .hrs-des h2 {
    font-size: 13px;
  }

  .tbl_container {
    .data_btn {
      margin-bottom: .5rem;
    }
  }


  #detailed_assignment {
    .grid-container {
      display: grid;

      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
    }


  }



}

@media only screen and (max-width: 992px) {

  /* *****************Opportunity ****************** */



  .crm_dashboard {
    .leftBlock ul li {
      font-size: 0.9rem;
      padding: 0.5rem 0.4rem;
    }
  }


  .navbar-brand img {
    width: 100px
  }

  .flexnav {
    justify-content: flex-start;
    display: flex;
    align-items: flex-start;
    flex-direction: column !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 .5rem;
  }

  .inner-page {
    width: 100%;
    border-left: 0px solid #ccc;
    border-top: 1px solid #ccc;
  }

  /* *******grid layout********** */
  .gridcard-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
  }

  .gridbox-layout {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
    margin-bottom: 20px;
  }

  /* ************************home layout ********* */

  .mrgn-vw {
    height: 30vh;
    margin-bottom: 1rem;
  }

  /* ***********************************CRM******************* */

  .grid-cards {

    grid-template-columns: repeat(1, 1fr);
    grid-gap: 23px;
    margin: 0 20px;
    margin-bottom: 10px;
  }

  .grid-container-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    /* margin: 20px; */
  }

  .grid-cards {
    .tab-content {

      height: calc(100vh - 77vh);

    }
  }

  /* ********************************CRM END************************** */
  /* **********************************TimeTrack************************** */

  /* .ttgrid_containerbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    
  } */

  .timetrack_gridcards {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 23px;
    margin: 0 20px;
    margin-bottom: 10px;
  }

  /* **********project layout change**************** */
  #screen_bg {
    .custom-grid-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin-right: 8px;
      /* padding: 20px; */
    }
  }

  #detailed_assignment {
    .custom-grid-container {
      display: grid;
      grid-template-columns: auto;
      gap: 20px;
      margin-right: 0;

    }

    .dates {
      flex-direction: column;
    }

    .assignment-container {
      grid-template-columns: 1fr;
      margin-left: 0 !important;
    }

    .grid-container {
      grid-template-columns: auto;

    }



    .info-col {
      margin-bottom: 24px;
    }

    .assigngrid_view {
      grid-template-columns: auto;

    }
  }

  #timesheetDetails {
    .grid-container {
      grid-template-columns: auto;
    }

    .custom-grid {
      grid-template-columns: auto;
    }
  }

  #infoPage {
    .associate_mb {
      margin-bottom: 20px !important;
    }
  }

  /* **********************************Timetrack End **************************** */

  /* *************************************weekly timesheet changes *********************** */











  #weeklyTimeTable table tr th:nth-child(1),
  #weeklyTimeTable table tr td:nth-child(1),
  #weeklyTimeTable table tr th:last-child,
  #weeklyTimeTable table tr td:last-child {
    min-width: 38px;
    width: 38px;
  }


  #weeklyTimeTable table tr th:nth-child(1) {
    width: 29px;
  }









  /* *********************************wekkly timesheet changes end **************************************** */

  /* ***************************Project-body view ***************************************** */
  .project-bodyView {
    height: calc(100vh - 171px)
  }



  /* *******************************feature details layout*************************** */

  #featurePanel {
    .grid-container {
      grid-template-columns: repeat(1, 1fr);
    }

    .assigngrid_view {
      grid-template-columns: 1fr;
    }

    .work-hours {
      margin-right: 0;
    }

    .assignment-container {
      margin-right: 0;

    }

  }


}

@media only screen and (max-width:991.94px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 1rem 0 0;
    color: var(--bs-offcanvas-nav-color);
    transition: all .3s ease;
  }

  .navbar-expand-lg .navbar-nav .nav-link:hover,
  .navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: 0px solid transparent !important;
    color: var(--bs-nav-link-active-color);
    background: #2d4371;
    filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.1));
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: .5rem 5rem .5rem .5rem;
    border-radius: 4px;
    border-bottom: 0;
  }


  .tags_group {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .flex_status {
    flex-direction: column;
    align-items: flex-start !important;

  }

  .status_nm {
    margin-bottom: 10px;
  }

  /* *************************************kanabn layout**************** */


}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {

  .ht {
    min-height: 235px;
  }

  .ht-auto {
    min-height: auto;
    padding-bottom: 1rem;
  }

  .white-block {


    height: auto;

    display: flex;
    flex-direction: column
  }

  .deadline_tbl th:first-child {
    width: 75%
  }

  .overdue_tbl th:first-child {
    width: 75%
  }

  /* .dash-icon ul li {
    display: flex;
    align-items: start;
    margin: 1rem 0;
    width: 100%;
  } */
  .dash-icon ul li {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    width: 100%;
  }

  /* .dash-icon ul li .des {
    padding-left: 0rem;
    padding: 1rem 0 0 .5rem;
  } */

  .dash-icon ul li .des {
    padding-left: 0rem;
    padding: 1rem 0 0 0rem;
    text-align: center;
  }

  .dash-icon ul li {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .setting-icons {
    width: 15%;
  }

  .dash-icon ul {
    flex-direction: row;
    /* width: 95%; */
    width: 100%;
  }

  .profile {

    margin: .5rem 0rem 0.5rem 0rem;
  }

  .noti-icon,
  .msg-icon {
    margin: .8rem 0rem 0rem 0rem;
  }

  .nav-outer {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 0rem;
    padding: .5rem 0;
  }

  .dash-icon ul li img {
    width: 50px;
    height: 50px;
  }

  .navbar-brand img {
    width: 150px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: .5rem 5rem .5rem .5rem;
    border-radius: 4px;
    border-bottom: 0;
  }

  .nav-outer form.d-flex {
    flex-wrap: wrap;
    width: 100%;
  }

  .noti-icon span {
    position: absolute;

  }

  .search-block {
    position: relative;
    margin-right: 0rem;
    width: 100%;
  }

  .msg-icon img {

    border-radius: 50%;
    margin: 0 1rem 0 0;
  }

  .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    /* border-bottom: 1px solid #ccc; */

  }

  .bottom_bd {
    border-bottom: 1px solid #ccc;
  }

  .profile-blk img {
    border-radius: 100px;
    border: 5px solid #fff;
    width: 40px;
  }

  .dash-block {
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
  }

  .navbar {
    padding-top: 0rem;
    width: 100%;
    padding-bottom: 0rem;
  }

  .setting-icons {
    width: 100%;
  }

  .setting-icons ul li {
    display: inline-block;
    margin: 1rem 1rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 1rem 0 0;
    color: var(--bs-offcanvas-nav-color);
    transition: all .3s ease;
  }

  .navbar-expand-lg .navbar-nav .nav-link:hover,
  .navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: 0px solid transparent !important;
    color: var(--bs-nav-link-active-color);
    background: #2d4371;
    filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.1));
  }

  .nav-outer form.d-flex {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 1rem;
  }


  .navbar-expand-lg .navbar-nav {
    margin-left: 1rem;
    margin-bottom: 1rem;
  }

  .search-block {
    margin-bottom: 1rem;
  }

  .noti-icon span {
    color: #000;
  }

  /****login Page Css Start *****/
  .login-img-cont {
    width: 100%;
  }

  .login-content {
    width: 100%;
  }

  .login-container {
    flex-direction: column;
  }

  .login-content .logo {
    margin-bottom: 2rem;
    display: block;
    padding-top: 30px;
  }

  .login-content footer p {

    margin-top: 2rem;
  }

  .login-img img {
    max-width: 100%;
  }

  .img1 img {
    width: 120px;
    height: auto;
  }

  .img3 img {
    width: 120px;
    height: auto;
  }

  .img2 img {
    width: 80px;
    height: auto;
  }

  .img2 {
    top: 80px
  }

  .img3 {
    right: 80px
  }

  .login-content h1 {
    font-size: 3.2rem;
    font-weight: 600;
  }

  .login-content p {
    font-size: 1.56rem;

  }

  .login-content .logo {
    margin-bottom: 2rem;
  }

  .login-content .arw-img {
    margin-top: 2rem;
  }

  /****login Page Css End *****/

  .inner-page {
    width: 100%;
    border-left: 0px solid #ccc;
    border-top: 1px solid #ccc;
  }

  .offcanvas {
    background: var(--bs-offcanvas-bg);
  }

  .handle_arw {
    position: absolute;
    top: 237px;
  }

  .relt_arw {
    position: absolute;
    top: 237px;
  }

  .arw_algn {
    position: absolute;
    top: 245px;
  }



  .grid-container-info {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 18px;
  }


  .project-nav .nav-link {
    font-size: .8rem;
  }

  #ViewModalFrame {
    .modal {
      z-index: 99998;
    }

    .modal-dialog.custom-expanded {
      width: 88vw !important;
      height: 93vh !important;
    }


    .modal-dialog {
      width: 720px !important;
      max-width: 880px !important;
      height: 84vh !important;
      transform: translateX(0%);
      margin: 0px auto !important;

      top: 30px !important;
    }
  }

}

@media only screen and (min-width: 480px) and (max-width: 767.98px) {
  .sidebar-toggle-btn {
    z-index: 99992;
    background: transparent;
    color: #374668;
    border: none;
    font-weight: 600;
    padding: 10px;
    display: flex;
    align-items: center;
    outline: none;
    cursor: pointer;
  }

  #ViewModalFrame {
    .modal {
      z-index: 99998
    }

    .modal-dialog {
      width: 80% !important;
      max-width: 80% !important;
      height: 94vh !important;
      transform: translateX(0%);
      margin: 0px auto !important;
      top: 30px;
    }
  }

  .handle_arw {
    position: absolute;
    top: 241px;
  }

  .arw_algn {
    position: absolute;
    top: 245px;
  }

  .profile-blk img {
    border-radius: 100px;
    border: 4px solid #fff;
    width: 30px;
    cursor: pointer;
  }



  .status {
    width: 7px;
    height: 7px;
    border-radius: 50px;
    position: absolute;
    background: #6AA163;
    right: 0;
  }

  .profile {
    margin: .5rem 0rem 0.5rem 0rem;
  }


  .tabsinfo_pge {
    .nav {
      display: grid !important;
      flex-wrap: wrap;
      grid-template-columns: repeat(3, 1fr);
    }
  }



}

@media only screen and (max-width:767px) {

  .tt_dsh_content {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 1.2rem;

    .leftHomePage {
      width: 100%;
    }

    .chkin_card {
      margin: 0;
      display: flex;
    }

    .chkin_card .card {
      width: 100%
    }


  }


  /* *****************Opportunity ****************** */



  .crm_dashboard {

    .leftBlock h2 {
      font-size: 1rem;
      padding: 0.5rem 0.8rem;
    }

    .leftBlock ul li {
      font-size: 0.85rem;
      padding: 0.45rem 0.4rem;
    }


  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 1rem 0 0;
    color: var(--bs-offcanvas-nav-color);
    transition: all .3s ease;
  }


  .navbar-expand-lg .navbar-nav .nav-link:hover,
  .navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: 0px solid transparent !important;
    color: var(--bs-nav-link-active-color);
    background: #2d4371;
    filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.1));
  }

  .heading_title_pg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 100%; */
  }

  .mob_new,
  .moble_refresh {
    display: block
  }

  .bt_mr {
    margin-bottom: .5rem;
  }



  .desktop_new,
  .dstp_refresh {
    display: none;
  }

  .add-btn .btn-text {
    display: none;
  }

  .add-btn img.editimg {
    margin-right: 0;
  }

  .heading_item .form-control {
    width: 100%;
  }

  .third-div {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .offcanvas {
    background: var(--bs-offcanvas-bg);
  }

  .inner-page {
    width: 100%;
    border-left: 0px solid #ccc;
    border-top: 1px solid #ccc;
  }

  .search-block {
    position: relative;
    margin-right: 0rem;
    margin-bottom: 1rem;
    width: 100%;
  }

  /* .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 0;
  }

  .navbar-expand-lg .navbar-nav {
    margin-left: 1rem;
    margin-bottom: 2rem;
  } */

  table td,
  table th {
    font-size: .8rem;
    line-height: 16px;
  }

  .navbar {
    padding-top: 0rem;
    width: 100%;
  }

  .ht {
    min-height: 235px;
  }

  .ht-auto {
    min-height: auto;
    padding-bottom: 1rem;
  }

  .white-block {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .deadline_tbl th:first-child {
    width: 62%
  }

  .overdue_tbl th:first-child {
    width: 62%
  }

  /* .dash-icon ul li {
    display: flex;
    align-items: start;
    margin: 1rem 0;
    width: 100%;
  } */

  /* .dash-icon ul li .des {
    padding-left: 0rem;
    padding: 1rem 0 0 .5rem;
  } */
  /* 
  .dash-icon ul li {
    flex-wrap: wrap;
    flex-direction: column;
    width: 30%;
  } */

  .setting-icons {
    width: 100%;
  }

  .setting-icons ul li {
    display: inline-block;
    margin: 1rem 1rem;
  }

  .dash-icon ul {
    flex-direction: revert;
    /* width: 95%; */
    flex-wrap: wrap;
    width: 100%;
  }

  .noti-icon,
  .msg-icon {
    margin: .8rem 0rem 0rem 0rem;
  }

  .dash-icon ul li img {
    width: 50px;
    height: 50px;
  }

  /* .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
    padding: 1rem 0;

  } */

  .nav-outer form.d-flex {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 1rem;
  }

  .noti-icon span {
    position: absolute;

  }

  .search-block {
    position: relative;
    margin-right: 0rem;
    width: 100%;
  }

  .msg-icon img {
    margin: 0 1rem 0 0;
  }

  .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;

  }

  .dash-block {

    border-radius: 10px;
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
  }

  /****login Page Css Start *****/
  .login-img-cont {
    width: 100%;
  }

  .login-content {
    width: 100%;
  }

  .login-container {
    flex-direction: column;
  }

  .login-content .logo {
    margin-bottom: 2rem;
    display: block;
    padding-top: 30px;
  }

  .login-content footer p {

    margin-top: 2rem;
  }

  .login-img img {
    max-width: 100%;
  }

  .img1 img {
    width: 60px;
    height: auto;
  }

  .img3 img {
    width: 100px;
    height: auto;
  }

  .img2 img {
    width: 60px;
    height: auto;
  }

  .img2 {
    top: 80px
  }

  .img3 {
    right: 80px
  }

  .login-content h1 {
    font-size: 2.2rem;
    font-weight: 600;
  }

  .login-content p {
    font-size: 1.1rem;

  }

  /****login Page Css End *****/

  .nav-outer {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 0rem;
    padding: .5rem 0;
  }

  /* .profile {
    margin: .5rem 0rem 0rem 0rem;
  } */


  .btn-nobg span {
    display: none;
  }

  .mr {
    margin-right: .2rem;
  }

  /* .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .nav-link:hover,
  .navbar-expand-lg .navbar-nav .nav-link.active {
    color: var(--bs-offcanvas-title-color)
  } */

  .main-container {
    display: flex;
    flex-direction: column;
    border-left: 0 solid transparent;
    border-top: 1px solid var(--bs-breadcrumb-border);
  }


  /* *******grid layout********** */
  .gridcard-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
  }

  .gridbox-layout {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
    margin-bottom: 20px;
  }

  /* *****************button layout************************ */
  .flex_mob_btn {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .assign_flex {
    display: flex !important;
  }

  .layout_boxes {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-bottom: 1.8rem;
  }

  .grid-container-info {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 18px;
  }

  .flx_heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .vw_status {
    margin-left: 0px;
  }

  .flx-div {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .acrdion_mr {
    margin-top: 20px;
  }

  .handle_arw {
    position: absolute;
    top: 229px;
  }

  .para,
  .custm_vw {
    margin-top: 1rem;
  }

  .tt_flex_boxes {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin: 20px;
    margin-bottom: 10px;
    flex-direction: row;
  }


  /* **********project layout change**************** */
  #screen_bg {
    .custom-grid-container {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
      margin-right: 8px;
      /* padding: 20px; */
    }

    .dates {
      flex-direction: column;
      gap: 15px;
    }
  }

  #detailed_assignment {
    .info-row {
      flex-direction: column;
    }
  }


  .trackcards {
    margin-bottom: 0;

  }

  .trackcards:last-child {
    margin-bottom: 20px;
  }

  .project-name {
    max-width: 198px;
    font-size: 0.7rem;
    letter-spacing: 0.1px;
  }

  .projectView-name {
    max-width: 198px;
    font-size: 0.7rem;
    letter-spacing: 0.1px;
  }

  .tbl_container {
    .userView-btn label {
      font-size: 10px;
    }
  }




  /* *************************************weekly timesheet changes *********************** */


  .newassign-btn {
    min-width: 70px;
  }


  .mobileView {
    align-items: flex-start !important;
    flex-direction: column;
    width: 100%;
  }

  .userView-btn {
    margin-bottom: .5rem;
  }






  #weeklyTimeTable table tr th:nth-child(1),
  #weeklyTimeTable table tr td:nth-child(1),
  #weeklyTimeTable table tr th:last-child,
  #weeklyTimeTable table tr td:last-child {
    min-width: 38px;
    width: 38px;
  }



  .homemob-btn {
    margin-right: 12px;
  }

  /* *********************************wekkly timesheet changes end **************************************** */

  .assign_dropdown .dropdown-toggle::after {
    display: none;

  }


  .report_vw {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .mini-header {
    height: 46px;
    background: #fff;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.08);
    /* transition: all .3s ease; */
  }

  .overlay {
    width: 100%;
  }

  .modal-overlay {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  #ViewModalFrame {
    .modal-overlay {
      width: 100vw;
    }

    .modal-dialog {
      width: 90% !important;
      max-width: 100% !important;
      height: 94vh !important;
      transform: translateX(0%);
      margin: 0px auto !important;
      top: 30px !important;
    }
  }

  .mobile-shadow {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }



  /* Hide sidebar on mobile by default */
  .dashboard_container {
    margin-left: 0;


  }


  .sideview .timetrack_sidemenu {
    transform: translateX(-100%);



  }

  .sideview.open .timetrack_sidemenu {
    transform: translateX(0);


  }

  /* .timetrack_sidemenu {
    z-index: 0 !important;
  } */



  .sideview.open+.dashboard_container {
    margin-left: 80px;
  }

  .modal {
    z-index: 99998 !important;
  }

  .modal-overlay {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  /* Toggle button styling (optional) */
  .sidebar-toggle-btn {
    z-index: 99992;
    background: transparent;
    color: #374668;
    border: none;
    font-weight: 600;
    padding: 10px;
    display: flex;
    align-items: center;
    outline: none;
    cursor: pointer;
  }

  .desktop-buttons {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .editable_field input.no-border {
    font-size: .8rem;
  }

  .tagname .breadcrumb-container {
    font-size: .6rem;
  }

  .editable_field input.no-border {

    min-width: 150px;
  }


  .timetrack_gridcards {
    .nav-tabs .nav-link {
      position: relative;

      padding: 10px 20px;

      font-size: .6rem;

    }
  }

  .flx_viewst,
  .infoheading_tbs {

    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .milesname span {
    font-size: .7rem;
    font-weight: 500;
  }

  .heading-bold {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
  }

  .text-multiline {
    max-width: 100%;
  }

  .text-truncate {
    max-width: 100%;
  }

  .ms-tab {
    margin-left: 45px;
  }


  .project-nav .nav-link {
    font-size: .7rem;

  }

  .link-nav {
    padding: 10px 16px;
  }


  #detailed_assignment {
    .bold-text {
      width: 100%;
    }
  }

  .TimePopUp-modal .modal-content {
    width: 95%;
    box-shadow: 0 0 35px #cad8fa;

  }

  .TimePopUp-modal {
    .modal-dialog {
      top: 0;
      left: 0;
      transform: translateX(-50%);
    }
  }

  .timepicker-btn {
    margin-left: 9px;
    font-size: .7rem;
    font-weight: bold;
  }

  .btn-nobg:after {
    display: none;
  }

  .mobheading {
    width: auto !important;
  }

  .project-heading {
    width: 100% !important;
  }

  .projectInfoOuter .project-body {
    height: calc(100vh - 105px);
  }



  .permission-table {

    height: calc(100vh - 210px) !important;
  }

  .ag-grid-container {
    position: relative;

    height: calc(100vh - 214px) !important;
    overflow: auto;
    z-index: 0;
  }

  /* #agGridMobileWrapper {
    .ag-grid-container {
      height: calc(100vh - 260px) !important;
    }

   

    .ag-grid-container-tabs {
      height: calc(-373px + 100vh) !important;
    }

    .custom-ag-grid-configure {
      height: calc(100vh - 252px) !important;

    }

    .ag-grid-ui-permission {
      height: calc(100vh - 264px) !important;
    }

    .ag-grid-management {
      height: calc(100vh - 264px) !important;
    }

    .ag-grid-dynamic {
      height: calc(100vh - 275px) !important;
    }

    .ag-grid-configure {
      height: calc(100vh - 275px) !important;
    }
  } */

  #notificationPage {
    .notificationTab {
      height: calc(100vh - 167px);
    }
  }


  /* ***************************Project-body view ***************************************** */
  .project-bodyView {
    height: calc(100vh - 463px);
  }



  #featurePanel {
    .grid-container {
      grid-template-columns: repeat(1, 1fr);
    }


  }

  /* ***************************************Notification view************************ */

  .column_flex {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;

  }



  #preferencesTab {
    width: 100%;

    .tabs {
      border-bottom: 1px solid #ccc;
    }

    .tab {

      border: 1px solid #ccc;
      border-bottom: 0px;

    }

    .tab.active,
    .tab:focus,
    .tab:active {
      border-bottom: 0;
      border-color: rgb(39, 90, 202);

    }
  }

  .footer .copyright {
    margin-left: 0px;

  }

  .third-div.mob_colmn {
    gap: 10px;
  }

  .rightHomePage {
    height: auto;
    overflow-y: auto;
    width: 100%;

    .timetrack_gridcards {
      margin: 0px 0px;
    }
  }

}

@media only screen and (min-width: 664px) and (max-width: 767.98px) {

  .sidebar-toggle-btn {
    z-index: 99992;
    background: transparent;
    color: #374668;
    border: none;
    font-weight: 600;
    padding: 10px;
    display: flex;
    align-items: center;
    outline: none;
    cursor: pointer;
  }

  .relt_arw {
    position: absolute;
    top: 307px;
  }

  .search-container {
    max-width: 100%;
  }

  .heading_item {
    width: 100%;
  }

  .third-div {
    width: 100%;
  }

  .leftHomePage {
    .card {
      display: flex;
      flex-direction: row;
      padding: 0 !important;
      gap: 1.2rem;

      .ProfileSec {
        background: #fcfdff;
        padding: 1rem;
        border-right: 1px solid #eef2ff;
      }



      .infoContent {
        display: flex;

        flex-wrap: wrap;

        .info-item {
          width: 50%;
        }
      }
    }
  }

  .rightHomePage {
    height: auto;
    overflow-y: auto;
    width: 100%;
  }

}

@media (min-width: 576px) {
  /* .modal-dialog {
      max-width: 100%;
  } */

  #action_dropdown {
    .modal-dialog {
      max-width: 100%;
      width: 1000px;
    }

    .project-type {
      background-color: #eabd5a;
      color: #fff;
      border-radius: 20px;
      min-width: auto;
      padding: 5px 8px;
      text-align: center;
      white-space: nowrap;
    }
  }





}

@media only screen and (min-width: 481px) and (max-width: 663.98px) {


  .relt_arw {
    position: absolute;
    top: 318px;
  }

  .search-container {
    max-width: 100%;
  }

  .heading_item {
    width: 100%;
  }

  .third-div {
    width: 100%;
  }

  /* .ttgrid_containerbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    width: 100%;
    
  } */

  .search-container {
    max-width: 100%;
  }

  .heading_item {
    width: 100%;
  }

  .third-div {
    width: 100%;
  }

  .project-type {
    background-color: #eabd5a;
    color: #fff;
    border-radius: 20px;
    min-width: auto;
    padding: 5px 8px;
    text-align: center;
    white-space: nowrap;
  }

  .project-name {
    max-width: 113px;
    font-size: 0.7rem;
    letter-spacing: 0.1px;
  }

  .projectView-name {
    max-width: 113px;
    font-size: 0.7rem;
    letter-spacing: 0.1px;
  }

  .tt_dsh_content {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 1.2rem;

    .leftHomePage {
      width: 100%;
    }

    .chkin_card {
      margin: 0;
    }

    .chkin_card .card {
      width: 100%
    }
  }

  .timetrack_gridcards {
    display: grid;
    grid-template-columns: 100%;

    .card {
      box-shadow: none !important;
    }
  }

  .footerSec {
    box-shadow: none !important;
  }
}


@media only screen and (max-width:480px) {

  .timetrack_gridcards {
    display: grid;
    grid-template-columns: 100%;

    .card {
      box-shadow: none !important;
    }
  }

  .footerSec {
    margin: 0 0 1rem 0 !important;
    box-shadow: none !important;

    footer {
      padding: .5rem 0;
    }

    .copyright {
      line-height: 1.1rem;
      font-size: .8rem !important;
    }
  }

  .project_wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: .25rem;
    flex-direction: column;
  }

  /* *****************Opportunity ****************** */

  #agGridMobileWrapper {
    .ag-grid-container-tabs {
      height: calc(-483px + 100vh) !important;
    }
  }


  .crm_dashboard {

    .leftBlock h2 {
      font-size: 0.9rem;
      padding: 0.4rem 0.6rem;
    }

    .leftBlock ul li {
      font-size: 0.8rem;
      padding: 0.4rem 0.3rem;
    }
  }

  .heading_title_pg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .dash-icon ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .mob_new,
  .moble_refresh {
    /* display: block; */
    display: flex;
  }

  .desktop_new,
  .dstp_refresh {
    display: none;
  }

  .heading_item .form-control {
    width: 100%;
  }

  .third-div {
    margin-top: 9px;
    margin-bottom: 9px;
  }





  .profile-blk img {
    border-radius: 100px;
    border: 4px solid #fff;
    width: 30px;
  }


  .profile {
    margin: 0rem 0rem 0rem 0rem;
  }

  .navbar-brand img {
    width: 100px
  }

  .setting-icons ul li {
    display: inline-block;
    margin: 1rem .5rem;
  }

  .des-hrs {
    width: 70%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    height: 100%;
    font-size: .9rem;
    flex-direction: column;
  }

  .total-hrs {
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 100px;
    width: 100%;
    margin-bottom: .6rem;
  }

  .icon-hrs {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 30%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dash-icon ul li {
    /* flex-wrap: wrap;
    flex-direction: row; */
    width: 100%;
  }

  .dash-icon ul li .des {
    padding-left: 0rem;
    padding: 1rem 0 0 0rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 1rem 0 0;
    color: var(--bs-offcanvas-nav-color);
    transition: all .3s ease;
  }


  .navbar-expand-lg .navbar-nav .nav-link:hover,
  .navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: 0px solid transparent !important;
    color: var(--bs-nav-link-active-color);
    background: #2d4371;
    filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.1));
  }

  .handle_arw {
    position: absolute;
    top: 160px;
    display: none;
  }

  .status {
    width: 7px;
    height: 7px;
    border-radius: 50px;
    position: absolute;
    background: #6AA163;
    right: 0;
  }

  /* .nav {
    display: grid !important;
    flex-wrap: wrap;
    grid-template-columns: auto;
    justify-content: flex-start;
  } */
  .tabsinfo_pge {
    .nav {
      display: grid !important;
      flex-wrap: wrap;
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .relt_arw {
    display: none;
  }


  /* *******************************************CRM***************************** */

  .grid-container-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    /* margin: 20px; */
  }

  /* ********************************************CRM******************************** */

  /* .ttgrid_containerbox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    width: 100%;
    
  } */


  /* *************************************weekly timesheet changes *********************** */

  #weeklyTimeTable table tr th:nth-child(1),
  #weeklyTimeTable table tr td:nth-child(1),
  #weeklyTimeTable table tr th:last-child,
  #weeklyTimeTable table tr td:last-child {
    min-width: 30px;
    width: 30px;
  }

  .fc-customWeekendsToggle-button {
    font-size: .7rem !important;
  }

  /* *********************************wekkly timesheet changes end **************************************** */


  .reportType {
    display: flex;
    align-items: flex-start;
    flex-direction: column !important;
  }

  .flex_view {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-name {
    max-width: 118px;
  }

  .projectView-name {
    max-width: 66px;
  }

  #timesheetDetails {
    .entry-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 15px;
    }

    .grid-detailbox {
      grid-template-columns: auto;
    }
  }


  .nav-underline,
  .nav-link {
    font-size: .7rem;
  }

  #preferencesTab {
    .tabs {

      flex-direction: column;
      border-bottom: 0;
    }

    .tab {
      border-bottom: 1px solid #ccc;
      border-radius: 6px;
    }
  }

  .row-center-items {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-align-start {
    align-items: flex-start !important;
  }

  .search-container {
    max-width: 100%;
  }

  .heading_item {
    width: 100%;
  }

  .third-div {
    width: 100%;
  }


  .project-nav-new .nav-link {
    width: 100% !important;

  }

  .tab-stack {
    flex-direction: column;
    width: 100%;
  }

  /* .flex_projectnm {
    flex-direction: column;
    align-items: flex-start;
  } */

  .tabs-hd {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-type {
    background-color: #eabd5a;
    color: #fff;
    border-radius: 20px;
    min-width: auto;
    padding: 5px 8px;
    text-align: center;
    white-space: nowrap;
    font-size: .6rem;
  }


  /* ***************************Project-body view ***************************************** */
  .project-bodyView {
    height: calc(100vh - 509px);
  }

  /* ***************************Feature detail view ***************************************** */
  #featurePanel {


    .ownermail-text {
      max-width: 138px;
    }
  }

  #timesheetDetails {
    .text-truncate {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 180px;
    }
  }

  .upload_container {
    flex-direction: column;
    align-items: flex-start;
  }

}


@media only screen and (max-width:380px) {

  .heading_title_pg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .third-div {
    width: 100%;
  }



  .tabsinfo_pge {
    .nav {
      display: grid !important;
      flex-wrap: wrap;
      grid-template-columns: repeat(3, 1fr);
      justify-content: flex-start;
    }
  }

  .dash-icon ul {
    display: grid;
    grid-template-columns: auto;
    width: 100%;
  }

  .mob_new,
  .moble_refresh {
    display: block
  }


  .desktop_new,
  .dstp_refresh {
    display: none;
  }

  .heading_item .form-control {
    width: 100%;
  }

  .third-div {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .heading_item {
    margin-top: .5rem;
  }



  .heading_item {

    width: 100%;
  }

  /* *******grid layout********** */
  .gridcard-layout {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
    margin-bottom: 20px;
  }

  .gridbox-layout {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
    margin-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 1rem 0 0;
    color: var(--bs-offcanvas-nav-color);
    transition: all .3s ease;
  }


  .navbar-expand-lg .navbar-nav .nav-link:hover,
  .navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: 0px solid transparent !important;
    color: var(--bs-nav-link-active-color);
    background: #2d4371;
    filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.1));
  }

  /* ***************************timetrack*************** */
  .third-div {
    gap: 5px !important;
  }

  .report_tabs_container {
    .nav-tabs {
      flex-direction: column;
    }
  }

  /* *************************************weekly timesheet changes *********************** */
  #weeklyTimeTable table tr th:nth-child(1),
  #weeklyTimeTable table tr td:nth-child(1),
  #weeklyTimeTable table tr th:last-child,
  #weeklyTimeTable table tr td:last-child {
    min-width: 30px;
    width: 30px;
  }

  /* *********************************wekkly timesheet changes end **************************************** */
  .project-name {
    max-width: 100px;
  }

  .projectView-name {
    max-width: 50px;
  }

  .trackcards {
    /* .card {
      min-width: 90%;
      width: 90%;
    } */

    .card-body {
      padding: .5rem;
    }
  }




  .ag-ltr .ag-filter-apply-panel {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }


}

@media (min-width:340px) and (max-width:380px) {


  .select_optn {
    display: flex;
    justify-content: flex-start !important;

  }

  .dash-icon ul {
    display: grid;
    grid-template-columns: auto;
    width: 100%;
  }

  .projectInfoOuter .project-body {
    height: calc(100vh - 118px);
  }


  #ViewModalFrame {
    .modal-overlay {
      width: 100vw;
    }

    .modal-dialog {
      width: 90% !important;
      max-width: 90% !important;

      transform: translateX(0%);
      margin: 0px auto !important;
    }
  }



}