@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;
    /* margin: 20px; */
  }

  /****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
  }

  .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%;
  }

}

@media only screen and (max-width:1280px) {
  .cards {
    flex-direction: column;
  }

  .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;
    /* margin: 20px; */
  }



}

@media only screen and (max-width:1170px) {


  .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;
  }



}

@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: 20px;
    margin: 0 20px;
    margin-bottom: 10px;
  }

  .grid-container-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    /* margin: 20px; */
  }

  .grid-cards {
    .tab-content {

      height: calc(100vh - 64vh);

    }

    .cardboxes table td {
      padding: .5rem 0.5rem;
      white-space: nowrap;
    }
  }

  /* ********************************CRM END************************** */
  /* **********************************TimeTrack************************** */

  .ttgrid_containerbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    /* margin: 20px; */
  }

  .timetrack_gridcards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 23px;
    margin: 0 20px;
    margin-bottom: 10px;
  }

  /* **********************************Timetrack End **************************** */
  .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;
  }
}


@media only screen and (min-width: 768px) and (max-width: 992px) {

  #dropdown_modal {
    & .modal-dialog.defaultContent {
      max-width:80% !important;
      margin: 0 auto;
      height: calc(100vh - 85px);
      transition: max-width 0.5s ease;
    }
  }


  .left_lead .btn {
    min-width: 80px;
  }

  .left_lead {
    display: flex;
    align-items: center;
    gap: 8px !important;
  }

  .heading_item .form-control {
    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: 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: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
  }

  .login-content p {
    font-size: 1.00rem;
    line-height: 1.5rem;
  }

  .login-content .logo {
    margin-bottom: 2rem;
  }

  .login-content .arw-img {
    margin-top: 2rem;
  }

  .loginFtr p {
    line-height: 1rem;
  }

  /****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;
  }

  .grid-cards {

    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
    margin: 0 20px;
    margin-bottom: 0px;
  }

  .grid-cards:last-child {
    margin-top: 0px;
  }

  .tempLink .heading_item .btn span.dsk {
    display: none;


  }

  .tempLink .heading_item .btn {
    min-width: auto !important;
  }


  .rightAction button {
    min-width: auto;
    padding: 0.4rem .4rem;
  }

  .rightAction button span.btnText {
    display: none;
  }

  .rightAction button .me-2 {
    margin-right: 0 !important;
  }

  .rightAction button:first-child {
    margin-left: 0;
  }

  .popover.tagPopover {

    transform: translate3d(90px, 100px, 0px) !important;

  }

  .popover.tagPopover .popover-arrow {
    left: -143px !important;
  }

  .rightActionDskButton .mob {
    display: flex;
  }

  .text {
    line-break: auto;
  }

  .viewFormNotesOuter {
    display: none;
  }


  /***********view Pages **********/
  #main_header {
    padding: 5px .85rem 5px .85rem !important;
  }

  .viewHeader .userProfileBlock {
    padding: 0 .85rem;
  }

  .addNoteMobBlock .offcanvas-body .addlead-header {
    display: none !important;
  }

  /***********view Pages ***********/


  /*************add a note  - mobile  view*********/

  .addNoteMobBlock.offcanvas {

    width: 380px !important;
    max-width: 380px;
  }

  .addNoteMobBlock .offcanvas-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem .5rem .8rem;
    background: #fdfcfe;
    border-bottom: 1px solid #e5e7eb;
  }

  .addNoteMobBlock .offcanvas-body .addlead-header {
    display: none !important;
  }

  .addNoteMobBlock .offcanvas-body {
    padding: 0rem;
  }

  .addNoteMobBlock .offcanvas-title {
    display: flex;
    align-items: center;
    font-size: 1rem;
  }

  .addNoteMobBlock .offcanvas-title img {
    margin-right: .5rem;
  }

  .addNoteMobBlock .offcanvas-body .NotesContent {
    height: calc(100vh - 204px);
    overflow-y: auto;
  }

  .addNoteMobBlock .offcanvas-body #viewForm .row {
    --bs-gutter-x: 0;
  }

  /*************add a note  - mobile  view*********/

  .addlead_container .rightAction button {
    min-width: 80px;
    padding: 0.4rem 1rem;

  }

  .mobView .dsk {
    display: block;
  }

  .tabP .mob {
    display: block;
  }

  .tabP .dsk {
    display: none;
  }

  .tabAction {
    padding-bottom: 0rem;
  }

  .tabAction .dsk,
  .tabMob {
    display: block;
  }

  .tabAction .btn .mob {
    display: none;
  }

  .tabPage {
    & .tab-content {
      margin-top: 0em;
    }
  }

  .pagetitle .nav-tabs {
    margin: 0px;
  }

  .mob.tabMob .nav {
    border-bottom: 0px solid #ebeff3;
  }

  .tabPage {
    .tab-content {
      margin-top: -.4rem;
    }
  }

  .createFormwithTabs {
     .infoMsg {
      font-size: 13px;
      display: flex;
      padding-top: .5rem;
      flex: 0 0 auto;
      width: 100%;
    }
  }


}

@media only screen and (max-width: 767.99px) {

  #mail_popup{
    .popup-footer{
      bottom: 15px;
    }
  }

  #sendmail {
   #insert_template {
      .action-btn {

        min-width: auto;
      }}}


  #dropdown_modal {
    & .modal-dialog.defaultContent {
      max-width:80% !important;
      margin: 0 auto;
      height: calc(100vh - 85px);
      transition: max-width 0.5s ease;
    }
  }

  #remindpop {
     .popup {
      
      top: 33px !important;
         
      width: 300px !important;
      max-width: 300px !important;
    }
  }
  .option-name {
    display: flex;
    gap: 5px;
    align-items: center;
    white-space: nowrap;
  }

  .right-content {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }

  .sub-header {
    margin-top: 1rem;
  }

  .saveBtnPos {
    position: relative;
    top: 0;
    right: 0;
  }

  .parentdiv {
    height: auto !important;
    ;
  }

  .test {
    margin-top: 1rem;
  }

  .left-options {
    flex-direction: row !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .left-options {
    width: 100% !important;
  }

  .whitediv .card-body {
    padding: .65rem .65rem;
    height: auto !important;
  }

  .whitediv {
    display: flex;
    flex: 0 0 auto;
    width: 100%;
    flex-direction: column;
    padding: 12px;
  }

  .whitediv .card {
    margin-left: 0px !important;
    margin-top: 0px !important;

  }

  .mob.tabMob .nav {
    border-bottom: 0px solid #ebeff3;
  }

  .pagetitle .nav-tabs {
    margin: 0
  }

  .tabPage {
    .tab-content {
      margin-top: -.4rem;
    }
  }

  .tabAction {
    padding-bottom: 0;
  }

  .left_lead .btnText {
    display: none;
  }

  .topLink .me-2 {
    margin-right: 0 !important;
  }

  /***********modal Popup***********/
  .popup-overlay,
  .popup-backdrop {
    top: 0;
    align-items: flex-start;
  }

  .popup {
    background-color: #fff;
    border-radius: 8px;
    width: 94% !important;
    max-width: 94% !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    top: 84px !important;
    left: auto !important;
    right: auto !important;
    transform: translateX(0%) !important;
    margin: 0 auto;
    right: auto;
  }

  .modal-content {
    max-width: 94% !important;
    min-width: 94% !important;
    margin: 0 auto;
  }

  .css-19fust5-control {
    width: 100% !important;
  }

  /*********Send email Popup - viewpage************/



  #sendmail {
    & .popup-content {
      background: white;
      border-radius: 8px;
      width: 100%;
      text-align: center;
      position: relative;
      border-radius: 0;
      top: 52px;
      top: 0;
      height:calc(100vh - 4vh) ;
    }
  }


  #dropdown_modal {
    .modal {
      top: 39px
    }

    .modal-content {
      min-width: 94% !important;
      max-width: 94% !important;
      margin: 0 auto;
    }

    .modal-header {
      padding: 0.75rem 1rem .75rem 1.3rem !important
    }
  }

  .massInput {
    padding-top: 0px !important;

    input {
      margin-top: 0px !important;
    }
  }

  /*********modal Popup************/

  .topLink a span.btnText {
    display: none;
  }

  .crmsidemenu {

    height: 100%;
  }

  .text {
    line-break: auto;
  }

  .project-nav .nav-link {
    font-size: .8rem;
  }

  .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;
  }

  .nav {
    display: grid !important;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
  }

  /***********Popup**********/

  #genricPopup {

    .popup-header {
      margin-bottom: 0;
    }

    .content-area {
      overflow-y: auto;
      max-height: calc(100vh - 32vh);
      padding: 10px 20px;
    }


  }

  /************Popup*********/

  /**********view Page **********/



  .rightAction button {
    min-width: auto;
    padding: 0.4rem .4rem;
  }

  .rightAction button span.btnText {
    display: none;
  }

  .rightAction button .me-2 {
    margin-right: 0 !important;
  }

  .rightAction button:first-child {
    margin-left: 0;
  }

  .addlead_container .rightAction button.btn-primary img {
    filter: brightness(0) invert(1);
  }

  .viewHeader {
    top: 0px;
  }

  .addlead_container .notesLabel {
    min-height: auto;
    max-height: auto;
    padding-bottom: 1rem;
    overflow: auto;
  }

  .Timeline_CRM .userNameBlock {
    margin-left: 1.5rem;
  }

  .Timeline_CRM .time {
    width: 100%;
    margin: .35rem 2.5rem 1rem 1.5rem;
  }

  .popover.tagPopover {
    margin: 0;
    transform: translate3d(0px, 130px, 0px) !important;
    min-width: 260px;
    max-width: 80%;
    border-radius: 0;
  }

  .popover.tagPopover .popover-body {
    width: 100%;
  }

  .popover.tagPopover .css-19fust5-control,
  .popover.tagPopover .css-rpx13n-control {
    width: 100%;
  }

  .ViewLeadPageOuter .viewHeader {
    padding: 0;
  }

  .ViewLeadPageOuter .viewHeader .userProfileBlock {
    display: flex;
    align-items: flex-start;
    padding: .85rem 0.75rem;
    width: 100%;
    order: 2;

  }

  .rightActionDskButton {
    width: 100%;
    margin-top: 0rem;
    justify-content: space-between;
    padding: .5rem 0.75rem;
    background: #f4f3ff;
  }

  .viewFormNotesOuter {
    display: none;
  }

  .ViewLeadPageOuter .viewHeader {
    position: relative;
    top: 0;
  }

  .leadcontent {

    height: auto !important;
    min-height: auto !important;
  }

  /*************add a note  - mobile  view*********/

  .addNoteMobBlock.offcanvas {

    width: 320px !important;
    max-width: 320px;
  }

  .addNoteMobBlock .offcanvas-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
    background: #fdfcfe;
    border-bottom: 1px solid #e5e7eb;
  }

  .addNoteMobBlock .offcanvas-body .addlead-header {
    display: none !important;
  }

  .addNoteMobBlock .offcanvas-body {
    padding: 0rem;
  }

  .addNoteMobBlock .offcanvas-title {
    display: flex;
    align-items: center;
    font-size: 1rem;
  }

  .addNoteMobBlock .offcanvas-title img {
    margin-right: .5rem;
  }

  .addNoteMobBlock .offcanvas-body .NotesContent {
    height: calc(100vh - 204px);
    overflow-y: auto;
  }

  .addNoteMobBlock .offcanvas-body #viewForm .row {
    --bs-gutter-x: 0;
  }

  /*************add a note  - mobile  view*********/

  .ViewLeadPageOuter .viewHeader.ticketView .userProfileBlock {
    align-items: center;
  }

  /*********View Page***********/

  .scrollTo {
    position: relative;
    top: 180px;
  }

  .tempLink .heading_item .btn span.dsk {
    display: none;
  }

  .tempLink .heading_item .btn {
    min-width: auto !important;
  }

  .mobOption {
    min-width: auto !important;
  }

  .mobOption svg {
    margin-right: 0rem !important;
  }

  .mobOption.dropdown-toggle::after {
    display: none !important;
  }

  /* *****************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;
      min-width: auto;
    }


  }

  .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;
  }

  .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: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
  }

  .login-content p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  /****login Page Css End *****/

  .nav-outer {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 0rem;
    padding: .5rem 0;
  }

  .btn-nobg span {
    display: none;
  }

  .mr {
    margin-right: .2rem;
  }

  .main-container {
    display: flex;
    flex-direction: column;
    border-left: 0 solid transparent;
    border-top: 1px solid var(--bs-breadcrumb-border);
  }

  .recharts-wrapper {
    width: 50% !important;
  }

  .recharts-wrapper {
    height: 142px !important;
  }

  .recharts-wrapper svg {
    width: 100%;
  }

  .recharts-legend-wrapper {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }

  .tab-content.graphContent {
    height: auto;
  }

  .list-chart {
    margin-bottom: 0.66rem !important;
  }

  /* *******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;
  }

  .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: column;
  }


  #crm-maintenance {
    .maintenance-content {
      flex-direction: column;
      text-align: center;
    }

    .maintenance-left h1 {
      flex-wrap: wrap;

      word-break: break-word;

      overflow-wrap: break-word;
      white-space: normal
    }

    .maintenance-left,
    .maintenance-right {
      flex: none;
      width: 100%;
      justify-content: center;


    }
  }


  .crmsidemenu {

    height: 100%;
  }

  .grid-container-box {
    display: grid;
    grid-template-columns: repeat(3, 195px);
    grid-gap: 20px;

    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .flex_boxes {

    margin: 20px 0 5px 20px;

  }

  .grid-container-box::-webkit-scrollbar {
    display: none;
  }

  .grid-cards {
    grid-template-columns: repeat(1, 100%);
    grid-gap: 23px;
    margin: 0 20px;
    margin-bottom: 0px;
    margin-bottom: 10px;
  }

  .grid-cards {

    grid-template-columns: repeat(1, 100%);
    grid-gap: 0px;
    margin: 0 20px;
    margin-bottom: 10px;
  }

  .relt_arw {
    position: absolute;
    top: 307px;
  }

  .para,
  .custm_vw {
    margin-top: 0rem;
  }

  .heading_item .form-control {
    width: 100%;
  }

  .left_lead .btn {
    min-width: 80px;
  }

  .left_lead {
    display: flex;
    align-items: center;
    gap: 8px !important;
  }

  /* #contct_search .form-control {
    width: 120px;
  } */

  .login-content {
    padding: 2rem;
    width: 100%;
    max-width: 100%;
    order: 1
  }

  .loginTextBox {
    max-width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    position: relative;
  }

  .login-content {
    position: relative;
  }

  .loginImg img {
    width: 100%;
    margin-bottom: 2rem;
  }

  .loginImg {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
    display: none;
  }

  .home_grid {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
  }

  .ag-status-bar {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ag-status-bar::-webkit-scrollbar {
    display: none;
  }




  .dsk {
    display: none !important;

  }

  .mob {
    display: block !important;
  }

  #contct_search {
    .search-container {
      max-width: 100%;
    }
  }

  .detailContainer {
    height: fit-content;
  }

  #detailPageRight.rightBlock {
    height: calc(100vh - 280px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .dashboard_container {
    height: auto !important;
  }

  /*********Timeline********/
  .dataChangesValue span {
    margin: 0 !important;
  }

  .Timeline_CRM .timeline-item {
    flex-direction: column !important;
  }

  .Timeline_CRM .timeline-line {
    left: 0px !important;
  }

  .Timeline_CRM .timeline-dot {
    left: -14px !important
  }

  .Timeline_CRM .timeline-item {

    align-items: flex-start !important;

  }

  .Timeline_CRM .time {
    width: 100%;
    margin: .35rem 2.5rem 1rem 2.5rem;
  }

  .dataChangesValue {
    align-items: flex-start;
    flex-direction: column;
  }

  .newValue,
  .oldValue {
    width: 100% !important;
  }

  .dataValueBlock h4 {
    width: 200px !important;
  }

  .scrollTo {
    position: relative;
    top: 200px !important;
  }

  .emialTabRow {
    .nav {
      grid-template-columns: repeat(2, 1fr) !important;
    }

    .nav-tabs .nav-link {
      padding: .8rem 0;
    }
  }

  .leadDetailInfo .input-container label {
    margin: 0rem 0 .25rem 0;
  }
  .viewHeader {
    position: sticky;
    top: 0 !important;
    z-index: 988;
    border-top: 1px solid #ccdced;
  }
  .createFormwithTabs{
    .nav {
      display: grid !important;
      flex-wrap: wrap;
      grid-template-columns: repeat(5, 1fr);
    }
     .nav-tabs button{
      white-space: nowrap;
      border-radius: 5px;
      margin: .15rem 0;
    }

    .nav-link {
      background: #fff;
      font-size: .75rem;
      margin-right: .5rem;
      border: 0;
      margin-bottom: 0;
      padding: .60rem .25rem;
      min-width: fit-content !important;
    }
    .tab-content{
      margin-top: .5rem;
    }
  }

}


@media only screen and (max-width:600px) {
  .createFormwithTabs{
    .nav {
      display: grid !important;
      flex-wrap: wrap;
      grid-template-columns: 100%;
    }

  .nav-link{
    font-size: .95rem !important;
  }

    .rdBtnGroup .form-check label {
      font-weight: 400;
      white-space: nowrap;
    }
  }

  .pagiCon {
    gap: 0px !important;
  }

  .pagiCon p {
    padding: 0 0rem !important;
    margin: 0;
  }

  .pagiCon button {
    padding: 0 !important;
    min-width: auto !important
  }

  #contct_search {
    .search-container {
      max-width: 100%;
    }
  }

  #contct_search .form-control {
    width: 100%;
  }

  .dsk {
    display: none !important;
  }

  .mob {
    display: block;
  }


  .mob .search-container {
    max-width: 100%;
  }

  .graydiv .dropdown {
    width: 176px !important;
  }

  .tab-content.graphContent {
    flex-direction: column;
  }

  .graphCard .tab-content {
    height: auto;
  }

  .recharts-wrapper {
    width: 100% !important;
  }

  .recharts-wrapper svg {
    width: 100% !important;
  }

  .recharts-legend-wrapper {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
  }

  .mob .nav {
    border-bottom: 4px solid #ebeff3;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .recharts-wrapper {
    height: 172px !important;
  }


  /***********sideBar*************/
  .crm_sidemenu {
    gap: 12px;
  }

  .sidebar-popover .popover-img {
    min-width: 119px;
    max-width: 119px;
  }

  .sidebar-popover .parent-div .popover-content div div {
    width: 60px;
    height: 60px;
  }

  .sidebar-popover img {
    width: 40px;
  }

  .sidebar-popover .popover-img h3 {
    font-size: .738rem;

  }

  .createFormwithTabs {
    .infoMsg{
      padding-top: .5rem
    }
     .infoMsg img {
      margin-right: .35rem;
      flex: 0;
      width: 16px !important;
      height: 16px !important;
      margin-top: 2px;
      flex: 0;
    }
    .infoMsg p{
      line-height: 1rem;
    }
  }
  .whBlock{
    min-height: auto;
    max-height: auto;

  }
  .whBlock div:first-child{
    height: 250px !important;
  }

}



@media only screen and (max-width:576px) {

  .custom-offcanvas {
    min-width: 415px;
    max-width: 415px;
  }
  .flexinput_container{
    align-items: flex-start !important;
    flex-direction: column !important;
  
  }
  #taskdropdown{
    width: 100%;
  }
  #selectbox-ticketId {
    .css-13cymwt-control,
    .css-t3ipsp-control {
      
      width: 100% !important;
      min-width: 100% !important
    }
  }
  
  #selectbox-associateId{
    .css-13cymwt-control,.css-t3ipsp-control {
      
      width: 100% !important;
      min-width: 100% !important
    }
  }
  .createFormwithTabs {
     .nav-link {
       margin-right: 0;
      
    }
  }

  /* .tabP .tabAction{
    width: 100%;
  }

  .pagetitle {
    display: flex;
    align-items: center;
    position: relative;
    right: 0px !important;
    gap: 7px;
    font-weight: 600;
    width: 100%;
    order: 2;
   .nav-link{
margin-right: 0;
width: 100%;
margin: 0rem 0 .5rem 0;
    }
  } */

  #action_dropdown {
    .modal-dialog {
      max-width: 100%;
      width: 1000%;
    }

  }

  .nav {
    display: grid !important;
    flex-wrap: wrap;
    grid-template-columns: 100%;
    justify-content: flex-start;

  }

  .roleManagement-nav {
    margin-bottom: .65rem;
  }

  .roleManagement-nav .nav-link {
    color: gray;
    background-color: #f8f8ff;
    border-radius: 5px 5px 0 0 !important;
    cursor: pointer;
    padding: .75rem 1rem;
  }

  .graydiv,
  .div2,
  .para {
    width: 100%
  }

  .para {
    margin: .5rem 0rem;
    justify-content: flex-start !important;
  }

  .graydiv .dropdown {
    width: 100% !important;
  }

  .hd-btn {
    width: 100%;
    text-align: center;
  }

  .left_lead {
    flex-wrap: nowrap;
    gap: 12px !important;
    padding-top: 0rem;
    /* overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; */

    div.topLink {
      width: auto;
      display: flex;
      align-items: center;
    }

    div.topLink .btn {
      min-width: 100%
    }


  }

  .left_lead ::-webkit-scrollbar {
    display: none;
  }

  .hd-btn {
    padding: 9px 10px 9px 10px !important;
  }

  .roleManagement-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .save-btn {
    margin-top: 1rem;
    min-width: 100%;

  }

  .roleManagement-nav .nav {
    gap: 10px;
    margin-bottom: 1rem;

  }

  .whitediv .card {
    width: 259px !important;
  }

  .left-options {
    width: 100% !important;
  }

  .whitediv .card-body {

    padding: .65rem .65rem;
  }

  .option-name {

    font-size: .75rem;
  }

  .option {
    padding: 6px 2px;
  }

  .checkboxes label {
    font-size: .75rem;
  }

  .newTemplate {
    min-width: auto;
    flex: 0;
  }



  .tempLink {

    gap: .5rem
  }

  .tempLink>.heading_item {
    gap: .5rem !important;
  }


  /********view Page *********/

  .leftBlock ul {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .leftBlock ul::-webkit-scrollbar {
    display: none;
  }

  .pagetitle .nav {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .roleManagement-nav {
    margin-bottom: 0;
    flex-direction: row;
  }

  .roleManagement-nav .nav {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }

 
  .createFormwithTabs {
    .rdBtnGroup .form-check label {
      font-weight: 400;
      white-space: nowrap;
    }
  }

  .rdBtnGroup {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .closeSqrBtn {
    position: relative;
    top: 24px;
    right: 15px;
  }

  .whBlock {
    margin-bottom: 1rem;
    height: auto;
  }

}

@media only screen and (max-width:480px) {
  .roleManagement-nav {
    margin-bottom: 1rem;
  }

  .roleManagement-nav .nav-link {
    color: gray;
    background-color: #f8f8ff;
    border-radius: 5px !important;
    cursor: pointer;
    padding: .75rem 1rem;
  }

  .roleMgmt {
    width: 100%;
  }

  /**********timeline********/

  .dataValueBlock {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .dataValueBlock h4 {
    margin-right: 0;
    font-weight: 500;
    width: 100% !important;
    margin: 0 0 .8rem .5rem;

  }

  .dataChangesValue span {
    margin: 0;
  }

  .Timeline_CRM .user-name {
    padding: .75rem
  }

  /*********timeline********/

  .nav {
    display: grid !important;
    flex-wrap: wrap;
    grid-template-columns: 100% !important;
    justify-content: flex-start;
    width: 100%;
  }

  /* *****************Opportunity ****************** */



  .crm_dashboard {

    .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
    }

    .desktop_new,
    .dstp_refresh {
      display: none;
    }

    .heading_item .form-control {
      width: 100%;
    }

    .third-div {
      margin-top: 0px;
      margin-bottom: 0px;
    }

    .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;
    }

    .relt_arw {
      display: none;
    }



    .ttgrid_containerbox {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 20px;
      width: 100%;
      /* margin: 20px; */
    }
  }

  .whitediv {
    display: flex;
    flex: 0 0 auto;
    width: 100%;
    flex-direction: column;
    padding: 12px;
  }

  .whitediv .card {
    width: 100% !important;
    margin: 0px !important;

  }

  .parentdiv {
    height: auto !important;
  }

  .whitediv .card-body {
    padding: .65rem .65rem;
    height: auto !important;
  }

  .left-options {
    flex-direction: row !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

  }

  .left-options::-webkit-scrollbar {
    display: none;
  }

  .option {
    white-space: nowrap;
  }

  .card-header div {
    font-size: .75rem;
  }

  .right-content {
    padding: 0 !important;
  }

  .saveBtnPos {
    position: relative;
    top: 12px;
    right: 0;
  }

  .right-content h4 {
    font-size: 16px !important;
    font-weight: 500;
    color: #456ABB;
    margin-top: 1rem !important;
    margin-bottom: 0 !important
  }

  .role-not-selected {
    height: auto !important;
    padding: 25px 15px 0px 15px;
  }

  .role-not-selected h1 {
    font-size: 16px !important;
    color: gray;
    padding: 10px;
    text-align: center;
  }

  .role-not-selected img {
    width: 80px;
  }

  .sub-header {
    margin-top: 1rem;
  }

  .tempLink {
    width: 100%;
    justify-content: flex-end;
    gap: .5rem
  }

  .teampLink>.heading_item {
    gap: .5rem;
  }

  .tempLink>.heading_item>.btn {
    min-width: auto;
    flex: 1;
  }

  .custom-offcanvas {
    min-width: 80%;
    max-width:80%;
  }

  .userImage {
    width: 80px;
    height: 80px;
  }

  .userPreview button {
    position: absolute;
    top: 72px;
    right: -6px;
  }

  #personal-setting .mgBot {
    margin-bottom: .8rem;
    font-size: .75rem;
  }

  .userPreview {
    padding: 1rem .35rem 1rem 1rem;
    text-align: center;
  }

  .userNameDiv {
    font-size: 1rem;
  }

  .profileHeader {
    padding-bottom: 1rem;
  }

  #remindpop {
    .popup {
      top: 33px !important;
      width: 230px !important;
      max-width: 300px !important;
    }
  }
  
}

@media only screen and (max-width:442px) {


  
#remindpop{
  align-items: flex-start !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  .popup {
    top: 33px !important;
    width: 260px !important;
    max-width: 300px !important;
  }

}


.flexinput_container{
  align-items: flex-start;
  flex-direction: column;

}
#accountdropdown, #taskdropdown{
  width: 100%;
}

#selectbox-ticketId {
  .css-13cymwt-control,.css-t3ipsp-control {
    
    width: 100% !important;
    min-width: 100% !important
  }
}

#selectbox-associateId{
  .css-13cymwt-control,.css-t3ipsp-control {
    
    width: 100% !important;
    min-width: 100% !important
  }
}
  .userPreview button {
    position: absolute;
    top: 32px;
    right: -12px;

  }

  .profileHeader {
    flex-direction: column;
  }

  .account_info_container.mt-3 {
    margin-top: 0 !important;
  }

  .createQuotebtn {
    padding: 0.4rem .65rem;

  }

  .left_lead {
    & div.topLink {
      width: auto;
    }
  }

  .heading_title_pg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .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;
  }

  /* *******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));
  }


  /**********new css **********/

  .action-btn {
    min-width: 100%;
  }

  #actiongrid_dropdown {
    & .dropdown-toggle::after {
      margin-left: .5rem !important;
    }

    .timelog-btn {
      padding: 9px 12px 9px 12px;
      min-width: 80%;
    }

    .dropdown-toggle-split {
      min-width: 20%;
    }

    .third-div.mobView {
      flex-wrap: nowrap !important;
      width: 100%;

    }

    .heading_item {
      width: 100%;
    }



    #actiongrid_dropdown {
      & .dropdown-toggle::after {
        margin-left: .5rem;
      }
    }

    .third-div.mobView {
      flex-wrap: nowrap !important;
      flex: 1;
    }
  }

  .third-div.mobView {
    flex-wrap: nowrap !important;
    flex: 1;
    justify-content: flex-end;
  }

  .timelog-btn {
    padding: 9px 9px 9px 9px;
    min-width: auto;
  }

  .createTkt {
    min-width: auto;
    flex: 0;

  }

  .mobView {
    flex: 1;
  }

  .export-btn {
    flex: 0;
  }

  #timelogdropdown {
    min-width: auto;
    flex: 0;
  }

  #timelogdropdown .timelog-btn {
    flex: 1;
  }

  #timelogdropdown .dropdown-toggle-split {
    min-width: 30px !important;
    flex: 0;
  }


  .createQuotebtn {
    min-width: inherit
  }

  .btnContainer {
    justify-content: flex-end;
    width: 100%;
  }

  .createQuotebtn {
    min-width: 100%
  }

  .header-left {
    flex: 1;
    margin-right: .5rem;
    font-weight: bold;
    font-size: 1rem;
  }

  .add-btn {
    min-width: 100%;
    justify-content: center;
  }

  .list-chart div {
    width: 15px !important;
  }

  .list-chart span {
    font-size: .7rem;
  }

  .title-heading {
    font-size: 0.75rem;
    margin-left: 40px;
  }

  .next-page-btn svg {
    width: 18px;
  }

  .grid-cards {
    & .nav-tabs .nav-link {
      padding: 10px 10px;
    }
  }

  .grid-container-box {
    display: grid;
    grid-template-columns: repeat(3, 178px);
    grid-gap: 10px;
  }

  .grid-box {
    padding: 10px;
    gap: 4px
  }

  .recharts-wrapper {
    height: 162px;
  }

  .grid-cards {
    & .tab-content {
      height: calc(100vh - 54vh) !important;
    }
  }

  .tempLink {
    width: 100%;
    justify-content: space-between;
    gap: .5rem;
  }

  .addNoteMobBlock.offcanvas {

    width: 100% !important;
    max-width: 100%;
    z-index: 99999 !important;
  }


  .leadDetailInfo .input-container .textBoxField,
  .leadDetailInfo .input-container .dollarField,
  .leadDetailInfo .input-container {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    flex: 0 0 100%;
    width: 100%;
  }

  .popover-img div {
    width: 60px;
    height: 60px;
  }

  .popover-img img {
    width: 36px;
  }

  .popover-img h3 {
    font-size: .738rem;
    transition: all .4s;
  }


}


@media only screen and (max-width:360px) {
  button {
    font-size: .7rem !important;
  }
  .otherLinks .col-6 {
    width: 100%;
  }
}

@media (min-width:340px) and (max-width:380px) {
  .otherLinks {
    padding: 0 1.5rem;
    height: calc(100vh - 270px);
    overflow-y: auto;
  }

  .hdrInsights {
   
    flex-direction: column;
  }

  .hdrInsights  .mobOption {
    margin-top: .5rem;
  }

  .otherLinks .col-6 {
    width: 100%;
  }

  .pageShowing {
    display: flex;
    gap: 5px
  }

  .select_optn {
    display: flex;
    justify-content: flex-start !important;

  }

  .dash-icon ul {
    display: grid;
    grid-template-columns: auto;
    width: 100%;
  }

}

@media only screen and (min-width:340px) and (max-width: 992px) and (orientation: portrait) {
  .crmsidemenu {

    height: 100%;
  }

  .crm_sidemenu {
    overflow-y: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;

  }

  .crm_sidemenu::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (min-width:340px) and (max-width: 992px) and (orientation: landscape) {
  .crmsidemenu {

    height: 100%;
  }

  .crm_sidemenu {
    overflow-y: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;

  }

  .crm_sidemenu::-webkit-scrollbar {
    display: none;
  }
}