@media screen and (max-width: 1200px) and (min-width: 900px) {
  .loginCard {
    height: 530px !important;
  }

  /* .managepadding {
      padding-left: 21% !important;
    } */
}

@media screen and (max-width: 1600px) and (min-width: 1400px) {
  .loginCard {
    height: 530px !important;
  }

  /* .managepadding {
      padding-left: 15% !important;
    } */
}

@media screen and (max-width: 1900px) and (min-width: 1600px) {
  .loginCard {
    height: 530px !important;
  }

  /* .managepadding {
      padding-left: 13.5% !important;
    } */
}

@media screen and (max-width: 2100px) and (min-width: 1900px) {
  .loginCard {
    height: 530px !important;
  }

  /* .managepadding {
      padding-left: 12% !important;
    } */
}

@media (max-width: 600px) {
  section.loginPage {
    height: unset;
  }

  /* ================ TOP CONTENT START ALL PAGE START ================== */
  .selectFilter {
    display: block !important;
  }

  .withoutDateInput {
    margin-left: 40px !important;
  }

  .searchIcon {
    left: 0 !important;
  }

  /* ================ TOP CONTENT START ALL PAGE EXIT ================== */

  /* ===================== SIDEBAR MENU START ====================== */
  .header__toggle {
    padding-left: 0%;
  }

  .dropdownMain .contentDropdown {
    margin-right: 10px !important;
  }

  .dropdownMain .H6Heading {
    font-size: 18px;
  }

  .dropdownMain .contentDropdown img {
    width: 40px !important;
  }

  .userImg {
    margin-right: 5px;
    width: 45px;
    height: 45px;
  }

  .contentDropdown .H6Heading {
    margin: 0 5px;
  }

  .show-menu {
    width: 100%;
  }

  .managepadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header {
    padding: 3px 1rem 3px 1rem;
  }

  /* ====================== SIDEBAR MENU EXIT ========================== */

  /* =========================== TABLE START ======================== */
  .mainTable_WithFooter .tableFooter .tablePagination .page-link,
  .mainTable_WithFooter .tableFooter .tablePagination .page-link:focus {
    height: 45px;
    align-items: center;
    background: #ffe5e5;
    border: none;
    color: #646464;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    min-width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0px 6px;
  }

  .mainTable_WithFooter .tableFooter .tablePagination {
    float: none;
  }

  .mainTable_WithFooter .tableFooter {
    padding-top: 15px;
  }

  .mainTable_WithFooter .tableFooter .rowPage span {
    font-size: 16px;
    margin-left: 15px;
  }

  .mainTable_WithFooter .tableFooter .tablePagination .page-item {
    margin: 0 5px 0 0;
  }

  /* ====================== TABLE EXIT ============================ */

  /* ======================= ALL PAGE CSS START ======================== */
  .H2Heading {
    font-size: 20px !important;
  }

  .dashboardPage .announcementImg img {
    width: 200px;
  }

  .announcementImg .H4Heading {
    font-size: 30px;
  }

  /* ================== ALL PAGE CSS EXIT ===================== */

  .manageLeadsPage .topContent .topIconRight {
    margin-top: 40px !important;
  }

  .manageLeadsPage .topContent .rightContent {
    justify-content: space-between;
  }

  .manageLeadsPage .topContent .topBtn,
  .manageLeadsPage .topContent .topBtn:focus {
    font-size: 16px;
  }

  .manageLeadsPage .topIconRight a p {
    font-size: 10px;
    white-space: nowrap;
    margin: 0;
    position: absolute;
  }

  .manageLeadsPage .customSelect,
  .manageLeadsPage .customSelect:focus {
    margin-top: 10px;
    width: 100% !important;
  }

  .manageLeadsPage .headerCheckbox {
    justify-content: flex-start !important;
  }

  /* 2 */
  .manageActivitiesPage .serialNumber {
    justify-content: flex-start;
    font-size: 14px;
  }

  .manageActivitiesPage select#selecttype {
    margin-bottom: 15px;
  }

  .addQuotationPage .totalAmmountCard_Main,
  .addQuotationPage button.circleIcon {
    margin-top: 15px;
  }

  .addQuotationPage .itemdescription-node .note-editor.note-frame {
    width: 100%;
  }

  .editQuotationPage button#saveButton {
    margin: 20px 0;
  }

  .inputWidthMobile {
    width: 200px !important;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    width: 100% !important;
    min-width: 300px !important;
  }

  .dropdownMobile {
    position: absolute !important;
    top: 45px;
    z-index: 9;
    right: 15px;
  }

  .topContent .mobileCustomer {
    margin-top: 50px;
  }

  .manageCustomerPage div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    margin-top: unset;
    position: fixed;
    margin-left: 40px;
    top: 165px;
    border-bottom: 1px solid #D5232B;
  }

  .manageGoodsServicesPage div.dataTables_wrapper div.dataTables_filter {
    margin-top: -125px;
  }

  .manageGoodsServicesPage .topContent .topIconRight {
    margin-top: 25px;
  }

  .manageGoodsServicesPage .customCheckbox {
    margin-top: 15px;
  }

  .manageGoodsServicesPage .searchIcon {
    top: -35px;
  }

  .manageInvoicePage .topSearchInput {
    position: relative;
    top: 0px;
    left: 0px;
  }

  .manageInvoicePage .topSearchInput .searchIcon {
    position: relative;
    top: -30px;
    left: -12px;
  }

  .manageActivitiesPage .topSearchInput .tabelSearchInput {
    position: absolute;
    left: -10px;
    top: 14px;
  }

  .manageActivitiesPage .heading_Main {
    margin-top: 15px;
  }

  .manageContactPage .topContent .rightContent {
    margin-top: 30px;
  }

  .manageContactPage div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    margin-top: -105px;
  }

  .note-toolbar {
    display: none !important;
  }

  textarea.form-control {
    width: 100% !important;
    font-size: 14px;
  }

  .customFromToDate .searchIcon {
    position: absolute;
    left: 0 !important;
  }

  .manageInvoicePage img.searchIcon.searchIconMobile {
    position: relative;
    top: 0px !important;
    left: 1px !important;
  }

}