@media (max-width: 374px) {
  .common-search-input {
    width: 185px;
  }
}
@media (max-width: 767px) {
  .toggle-xs-sidebar {
    margin-left: -100%;
    padding: 10px 0 20px 0;
  }
  .mobile-header-expand {
    left: 242px;
  }
  .table-search-input-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .layout-wrapper {
    padding-bottom: 57px;
    padding-top: 43px;
  }
  div.dataTables_wrapper.parent-data-table-wrap div.dataTables_length label {
    display: none;
  }
  div.dataTables_wrapper.parent-data-table-wrap
    div.dataTables_paginate
    ul.pagination {
    margin-top: 15px;
  }
  .common-table-sub-title {
    margin-bottom: 16px;
  }
  .scroll-to-top,
  .scroll-to-bottom {
    bottom: 100px;
  }
  .footer {
    bottom: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 3;
  }
}

@media (max-width: 991px) {
  .common-table-btn--bulk-upload {
    width: auto !important;
  }
  .common-location-form-label {
    font-size: 12px;
  }
  .common-form-select,
  .common-form-controll {
    font-size: 12px;
  }
  .btn-cancel,
  .btn-submit {
    width: 105px;
  }
  .common-search-input {
    margin-left: 0px;
  }
  .common-search-input-icon {
    left: 13px;
  }
  .file_upld_frmMain .form-control {
    height: 57px;
  }
  .common-table-btn {
    width: 110px;
    height: 32px;
    margin-bottom: 14px;
  }
  .custom-table-search,
  .custom-table-search-single,
  .custom-table-search-double,
  .custom-table-search-triple,
  .custom-table-search-fourth,
  .custom-table-search-fifth,
  .custom-table-search-sixth,
  .custom-table-search-seventh,
  .custom-table-search-eighth,
  .custom-table-search-ninth,
  .custom-table-search-tenth {
    width: 256px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #c7e4ff;
    background: #f4f7fe;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-right: 8px;
    margin-left: 16px;
    padding-left: 30px;
    position: absolute;
    top: -43px;
    right: -69px;
    z-index: 1;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
  }
  .table-search-input-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #f4f7fe;
    margin: 0 12px;
    border: 1px solid #c7e4ff;
    cursor: pointer;
  }
  .table-search-input-icon svg {
    stroke: var(--primary-color);
  }
  .table-filter-btn {
    margin-left: 0 !important;
    padding: 0;
  }
  .card-title {
    margin-top: 14px;
  }
  .common-table-title {
    margin-bottom: 12px;
  }
  .mobile-search-box-icon {
    position: absolute;
    top: -36px;
    z-index: 1;
    left: -119px;
  }
  .table-filter-search-field {
    position: absolute;
    top: 46px;
    right: -19px;
    z-index: 2;
  }
  .table-filter-search-drop-down-panel {
    top: 87px;
    left: -200px;
  }
  .upload-icon {
    padding: 0 7px 0 0;
  }
}

@media (min-width: 768px) {
  .page-topbar {
    left: 242px;
  }
  .expanded-topbar {
    left: 70px;
  }
  .main-content {
    margin-left: 242px;
  }
  .btn-topbar {
    width: 42px;
  }
  .margin-left-remove {
    margin-left: 70px;
  }
  /* .page-top-bar-right-content {
    width: 61%;
  } */
  /* Small Sidebar menu show hover start  */
  .hover-expanded-menu .nav-item:hover .sidebar-nav-menu-box {
    position: absolute;
    width: calc(200px + 70px);
    background: var(--white);
    /* box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25); */
    right: -270px;
    padding: 0.75rem;
    border-top-right-radius: 6px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }
  .hover-expanded-menu .nav-item:hover .sidebar-nav-menu-box.single-nav {
    border-bottom-right-radius: 6px;
  }
  .hover-expanded-menu
    .nav-item:hover
    .sidebar-nav-menu-box
    .sidebar-menu-text {
    display: block !important;
  }
  .hover-expanded-menu
    .nav-item:hover
    .dropdown-content.dropdown-content-collapse-mode {
    position: absolute;
    width: calc(200px + 70px);
    background: var(--white);
    /* box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25); */
    right: -270px;
    padding: 0.75rem;
    display: block !important;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-bottom-right-radius: 6px;
  }
  div.dataTables_wrapper.parent-data-table-wrap div.dataTables_paginate {
    justify-content: flex-end;
  }
  /* .table-th-label {
    white-space: nowrap;
  } */
  /* .common-data-table td {
    white-space: nowrap;
  } */
  .footer {
    left: 242px;
    height: 60px;
  }
}

@media (min-width: 992px) {
  .page-topbar-title {
    font-size: 24px;
  }
  .navbar-header {
    justify-content: space-between;
    align-items: center;
    height: 70px;
    flex-direction: row;
  }
  .page-top-bar-right-content {
    width: auto;
    /* width: 350px; */
  }
  .search-container .form-control {
    width: 255px;
  }
  .topbar-user .btn {
    /* padding-left: 0.75rem; */
    padding-right: 0.75rem;
  }
  .common-nav-pills .nav-item {
    width: 33.333333%;
  }
  .common-tab .nav {
    flex-direction: row;
  }
  .common-card .card-title {
    flex-direction: row;
  }
  .common-table-top-wrapper {
    flex-direction: row;
  }
  .file-download-button {
    width: 114px;
  }
  .file-download-button span {
    display: block;
  }
  .custom-table-search,
  .custom-table-search-single,
  .custom-table-search-double,
  .custom-table-search-triple,
  .custom-table-search-fourth,
  .custom-table-search-fifth,
  .custom-table-search-sixth,
  .custom-table-search-seventh,
  .custom-table-search-eighth,
  .custom-table-search-ninth,
  .custom-table-search-tenth {
    /* width: 240px; */
    width: 210px;
    height: 36px;
    font-size: 14px;
    border: 1px solid #c7e4ff;
    background: #f4f7fe;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-right: 12px;
    margin-left: 12px;
    /* padding-left: 30px; */
    padding-right: 60px;
    display: flex;
    align-items: center;
  }
  .custom-table-search:focus,
  .custom-table-search-single:focus,
  .custom-table-search-double:focus,
  .custom-table-search-triple:focus,
  .custom-table-search-fourth:focus,
  .custom-table-search-fifth:focus,
  .custom-table-search-sixth:focus,
  .custom-table-search-seventh:focus,
  .custom-table-search-eighth:focus,
  .custom-table-search-ninth:focus,
  .custom-table-search-tenth:focus {
    background: #f4f7fe;
  }
  .table-filter-btn {
    width: 110px;
  }
  .table-search-input-icon {
    position: absolute;
    top: 1px;
    right: 14px;
  }
  .table-top-btn-search {
    /* background-color: var(--primary-color); */
    background-color: #eef7ff;
    padding: 5px;
    width: 50px;
    color: var(--white);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border: none;
  }
  .file-download-button {
    width: 88px;
  }
  .data-table-content-download-btn .btn {
    justify-content: flex-end;
  }
}

@media (min-width: 1700px) {
  .common-table-btn {
    height: 40px;
  }
  .custom-table-search,
  .custom-table-search-single,
  .custom-table-search-double,
  .custom-table-search-triple,
  .custom-table-search-fourth,
  .custom-table-search-fifth,
  .custom-table-search-sixth,
  .custom-table-search-seventh,
  .custom-table-search-eighth,
  .custom-table-search-ninth,
  .custom-table-search-tenth {
    height: 40px;
  }
  .custom-table-search-btn {
    height: 40px;
  }
  .data-table-content-download-btn .btn {
    height: 40px;
  }
  .common-form-select,
  .common-form-controll {
    height: 44px;
  }
  .input-location-icon-box {
    top: 8px;
    right: 12px;
  }
  .select2-container--default .select2-selection--single.selectSelection {
    height: 44px;
  }
  .select2-container--default
    .select2-selection--single.selectSelection
    .select2-selection__arrow {
    height: 44px;
  }
}
