@media (max-width: 1720px) {
  /* fonts Utilities */
  .font-30 {
    font-size: 28px;
    line-height: 36px;
  }
  .font-28 {
    font-size: 26px;
    line-height: normal;
  }
  .font-22 {
    font-size: 21px;
    line-height: normal;
  }
  .font-20 {
    font-size: 19px;
    line-height: normal;
  }
  .font-18 {
    font-size: 17px;
    line-height: normal;
  }
  .font-16 {
    font-size: 14px;
    line-height: 20px;
  }
  .font-14 {
    font-size: 12px;
  }
  .common-radio-gray label {
    padding: 15px 14px;
  }
  /* dashboard calender css */
  #calendar_content div {
    font-size: 14px;
    line-height: 35px !important;
  }
  .apexcharts-text tspan,
  .apexcharts-legend-text {
    font-size: 12px !important;
  }
  /* COMMON DATA TABLE */
  .common-datatable .table tbody tr td,
  .common-datatable .table thead tr th {
    font-size: 12px;
  }
  .common-datatable .table thead tr th {
    padding: 7px 10px;
  }
  .common-datatable .table tbody tr td {
    padding: 10px;
  }
  .common-datatable .common-table-menu {
    max-width: 15px;
  }

  /* COMMON TABLE WITH FOOTER */

  .common-datatable-with-footer .table tbody tr:last-child td {
    padding-bottom: 10px;
  }

  .common-datatable .table tfoot tr td {
    font-size: 12px;
    padding: 6px 10px;
  }

  .common-datatable .table tfoot tr.subtotal-border td {
    padding-top: 10px;
  }
  /* COMMON MAIN PAGE */
  .panel-wrapper .panel-main .panel-content {
    padding: 89px 20px 20px 20px;
  }
}

@media (max-width: 1600px) {
  /* fonts Utilities */
  .font-28 {
    font-size: 26px;
    line-height: normal;
  }
  .font-22 {
    font-size: 20px;
    line-height: normal;
  }
  .font-20 {
    font-size: 18px;
    line-height: normal;
  }
  .font-18 {
    font-size: 16px;
    line-height: normal;
  }
  .font-16 {
    font-size: 13px;
    line-height: 18px;
  }
  .font-14 {
    font-size: 11px;
  }
  .font-12 {
    font-size: 11px;
  }
  /* CUSTOM DASHBOARD CALENDER CSS */
  #calendar_content div {
    font-size: 14px;
    line-height: 30px !important;
  }
  #calendar_weekdays div {
    font-size: 11px;
  }
  /* ADD SOME BOOTSTRAP CSS */
  .gap-xxl-4 {
    gap: 0.75rem !important;
  }
  /* COMMON SIDEBAR */
  .panel-wrapper .panel-nav .panel-sidebar li {
    padding-bottom: 20px;
  }
  .panel-wrapper .panel-nav .panel-sidebar li a {
    font-size: 16px;
  }
  /* COMMON MAIN PAGE */
  .panel-wrapper .panel-main .panel-content {
    padding: 87px 20px 20px 20px;
  }
  /* GLOBAL SEARCH BAR */
  .common-global-search {
    width: 280px;
  }
  /* PAGE MAIN CSS */
  .panel-wrapper .panel-nav {
    width: 265px;
  }
  .panel-wrapper .panel-header {
    left: 265px;
  }
  .panel-wrapper .panel-main {
    padding-left: 265px;
  }

  /* PANEL HIDE / SHOW ARROW */
  .panel-toggle {
    left: 245px;
  }
  .panel-toggle.panel-close {
    left: 20px;
  }

  /* COMMON TASK CARDS */
  .task-card-body .task-card .task-card-body {
    padding: 15px 10px;
  }
}

@media (max-width: 1500px) {
  /* Form Fields */
  input[type="text"],
  input[type="search"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  input[type="tel"],
  input[type="color"],
  select,
  textarea {
    height: 50px;
  }
  .common-radio-gray label {
    padding: 14px 9px;
  }
  /* FOR COUNTRY CODE BOOTSTRAP SELECT */
  .selectFieldSecondaryForm.bootstrap-select button.btn.dropdown-toggle {
    height: 50px;
  }
  /* CUSTOM DASHBOARD CALENDER CSS */
  #calendar_content div {
    font-size: 12px;
    line-height: 26px !important;
  }
  #calendar_weekdays div {
    font-size: 10px;
  }
  /* COMMON PANEL CARD CSS */
  .panel-card {
    padding: 15px;
  }
  .panel-card .panel-card-icon {
    max-width: 50px;
  }
  .panel-card .next-prev-arrows > img {
    max-width: 5px;
  }
  /* SECONDARY FORM */
  .secondary-form .form-group-radio .form-control-radio:checked + label,
  .secondary-form .form-group-radio .form-control-radio:not(:checked) + label {
    display: flex;
    padding-right: 55px;
    align-items: center;
  }
  /* COMMON TASK CARDS */
  .task-card .task-card-wrap {
    flex-direction: column;
  }

  /* CUSTOM DATE RANGE PICKER */
  .custom-dateRangePicker {
    padding: 5px 8px;
  }

  .probability-form-field .minus,
  .probability-form-field .plus {
    height: 50px;
  }

  /* FOR PRIMARY SELECT DESIGN OF BOOTSTRAP SELECT */
  .selectFieldPrimaryForm.bootstrap-select button.btn.dropdown-toggle {
    height: 50px;
  }

  /* CUSTOM DATE PICKER CSS */
  .datepicker-icon {
    background-position: left 13px, center;
    background-size: 20px;
  }

  .selectCurrency-main span.selection .select2-selection--single {
    height: 50px;
    padding: 5px 30px 5px 10px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 14px;
  }
}

@media (max-width: 1399.98px) {
  /* Form Fields */
  input[type="text"],
  input[type="search"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  input[type="tel"],
  input[type="color"],
  select,
  textarea {
    font-size: 14px;
    height: 48px;
  }
  input,
  textarea::placeholder {
    font-size: 14px;
  }
  input.form-control::placeholder {
    font-size: 14px;
  }

  .selectCurrency-main span.selection .select2-selection--single {
    height: 48px;
    padding: 5px 30px 5px 10px;
  }

  /* GLOBAL SEARCH BAR */
  .common-global-search {
    width: 250px;
  }
  /* FOR COUNTRY CODE BOOTSTRAP SELECT */
  .selectFieldSecondaryForm.bootstrap-select button.btn.dropdown-toggle {
    height: 48px;
  }
  .selectFieldSecondaryForm.bootstrap-select
    .dropdown-toggle
    .filter-option-inner-inner,
  .selectFieldSecondaryForm.bootstrap-select .dropdown-menu li a span.text {
    font-size: 14px;
  }
  .selectFieldSecondaryForm.bootstrap-select .dropdown-menu li a {
    padding: 5px;
  }

  /* FOR PRIMARY SELECT DESIGN OF BOOTSTRAP SELECT */
  .selectFieldPrimaryForm.bootstrap-select button.btn.dropdown-toggle {
    height: 48px;
  }

  .selectFieldPrimaryForm.bootstrap-select
    .dropdown-toggle
    .filter-option-inner-inner {
    font-size: 14px;
  }

  /* CUSTOM DASHBOARD CALENDER CSS */
  #calendar_content div {
    font-size: 14px;
    line-height: 40px !important;
  }
  /* Buttons */
  .bttn {
    font-size: 14px;
    line-height: 18px;
    height: 40px;
    padding: 0 20px;
    text-align: center;
  }
  /* COMMON RADIO LIKE BUTTON */
  .common-radio label {
    padding: 8px 15px;
  }
  .common-radio-gray label {
    padding: 13px 15px;
  }
  /*===================================================
                COMMON AUTH FLOW
  ===================================================*/
  .auth-main .auth-wrapper .auth-right .auth-header,
  .auth-main .auth-wrapper .auth-right .auth-footer {
    padding: 24px;
  }
  .panel-wrapper .panel-nav {
    width: 250px;
    padding: 15px;
  }
  .panel-wrapper .panel-main {
    padding-left: 250px;
  }
  .panel-wrapper .panel-header {
    left: 250px;
    padding: 16px 24px 16px 30px;
  }

  .probability-form-field .minus,
  .probability-form-field .plus {
    height: 48px;
  }

  /* PANEL HIDE / SHOW ARROW */
  .panel-toggle {
    left: 230px;
  }
  .panel-toggle.panel-close {
    left: 12px;
  }
  .panel-wrapper .panel-main-full {
    padding-left: 30px;
  }
  .panel-wrapper .panel-main-full .panel-header {
    left: 30px;
  }
}
