/* welcome in style css */
.outer_dashborad .btn {
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 16px;
}

.outer_dashborad .form-floating > .form-control, .outer_dashborad .form-floating > .form-select {
  height: calc(2.7rem + 2px);
  line-height: 1.25;
  border-radius: 30px;
}

  .outer_dashborad .form-floating > .form-control:focus ~ label, .outer_dashborad .form-floating > .form-control:not(:placeholder-shown) ~ label, .outer_dashborad .form-floating > .form-select ~ label {
      opacity: 1;
      transform: scale(.85) translateY(-0.8rem) translateX(1.35rem);
      background: #fff;
      padding: 2px 8px;
      height: auto;
      margin-bottom: 0;
      line-height: 20px;
  }

      .outer_dashborad .form-floating > .form-control:focus ~ label small, .outer_dashborad .form-floating > .form-control:not(:placeholder-shown) ~ label small, .outer_dashborad .form-floating > .form-select ~ label small {
          font-size: 12px;
      }

  .outer_dashborad .form-floating > .form-control:focus, .outer_dashborad .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 0.925rem;
      padding-bottom: 0.625rem;
  }

.outer_dashborad .form-floating.amount_input.notFlot .form-control {
  padding-top: 10px;
  width: 100%;
}

.outer_dashborad .form-floating > textarea.form-control {
  height: auto;
}

.outer_dashborad .form-floating > label {
  height: auto;
  padding: 0.6rem 1.35rem;
  color: #929292;
  transition: .01s;
}

.outer_dashborad .form-floating > .form-select {
  padding-top: 0.925rem;
  padding-bottom: 0.625rem;
}

.outer_dashborad .form-select {
  padding: 0.375rem 2.25rem 0.375rem 1.15rem;
}

.outer_dashborad .form-floating > .form-control {
  padding: 0.7rem 1.45rem;
  font-weight: 400;
}

  .outer_dashborad .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 0.7rem;
  }

.dataList_table table.dataTable > thead .sorting:before, .dataList_table table.dataTable > thead .sorting:after, .dataList_table table.dataTable > thead .sorting_asc:before, .dataList_table table.dataTable > thead .sorting_asc:after, .dataList_table table.dataTable > thead .sorting_desc:before, .dataList_table table.dataTable > thead .sorting_desc:after, .dataList_table table.dataTable > thead .sorting_asc_disabled:before, .dataList_table table.dataTable > thead .sorting_asc_disabled:after, .dataList_table table.dataTable > thead .sorting_desc_disabled:before, .dataList_table table.dataTable > thead .sorting_desc_disabled:after {
  bottom: 50%;
  transform: translate(0px, 50%);
}

.dataList_table table.dataTable > thead > tr > th:not(.sorting_disabled), .dataList_table table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 30px;
}

.dataList_table .dataTables_wrapper div.dataTables_length label {
  font-size: 14px;
}

.dataList_table .dataTables_wrapper div.dataTables_length select {
    padding: 0.3rem 0.25rem 0.2rem 0.6rem;
    border-radius: 30px;
    width:68px;
}

.dataList_table .dataTables_wrapper div.dataTables_info {
    font-size: 14px;
    padding-left: 20px;
    padding-top: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.dataList_table .dataTables_wrapper .dataTables_paginate {
  font-size: 14px;
  padding-right: 20px;
}

.dataList_table .dataTables_filter input.form-control.form-control-sm {
  padding: 0.4rem 0.7rem;
  border-radius: 30px;
}

.top_table_custom {
  display: flex;
  justify-content: space-between;
}

  .top_table_custom .left_side {
      display: flex;
      grid-gap: 20px;
  }

.form-select:focus {
  box-shadow: none;
  border-color: #0068c7;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.outer_dashborad .form-floating > textarea.form-control {
  border-radius: 14px;
}
/* ==============custom switch=============== */
/* ==============custom input number=============== */
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.cash_table input[type=number] {
  -moz-appearance: inherit;
}

  .cash_table input[type=number]::-webkit-outer-spin-button,
  .cash_table input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: auto;
      margin: 3px;
  }
/* ==============custom input number=============== */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 20px;
}

  .switch input {
      opacity: 0;
      width: 0;
      height: 0;
  }

  .switch .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s;
  }

      .switch .slider:before {
          position: absolute;
          content: "";
          height: 14px;
          width: 14px;
          left: 3px;
          bottom: 3px;
          background-color: white;
          -webkit-transition: .4s;
          transition: .4s;
      }

  .switch input:checked + .slider {
      background-color: #2196F3;
  }

  .switch input:focus + .slider {
      box-shadow: 0 0 1px #2196F3;
  }

  .switch input:checked + .slider:before {
      -webkit-transform: translateX(21px);
      -ms-transform: translateX(21px);
      transform: translateX(21px);
  }

  /* Rounded sliders */
  .switch .slider.round {
      border-radius: 34px;
  }

      .switch .slider.round:before {
          border-radius: 50%;
      }
/* ==============custom switch=============== */
/* ==============custom checkbox=============== */
.form-group.custom_check {
    position: relative;
}
.form-group.custom_check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.form-group.custom_check label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

  .form-group.custom_check label:before {
      content: '';
      -webkit-appearance: none;
      background-color: transparent;
      border: 2px solid #adadad;
      box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
      padding: 8px;
      display: inline-block;
      position: relative;
      vertical-align: text-bottom;
      cursor: pointer;
      margin-right: 10px;
      margin-top: -3px;
      border-radius: 5px;
  }

.form-group.custom_check input:checked + label:before {
  border-color: #0079bf;
}

.form-group.custom_check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 7px;
  height: 12px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* ==============custom checkbox=============== */
.dataList_table .table_outer.table_role_permission table.table-bordered.dataTable tbody td {
  vertical-align: baseline;
}

.title_button .filterButton {
    display: none;
}

.field_title h4 {
  padding: 0 5px;
  background: #fff;
}

.table_outer .dataTables_wrapper {
  overflow: auto;
  padding: 12px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f9f9f9;
  opacity: 1;
}
/* ==============custom credit card============= */
.lightcolor.grey {
  fill: #616161;
}

.darkcolor.greydark {
  fill: #878787;
}

path.st2 {
  fill: #FFFFFF;
}

.tableSummery.card_outer {
  padding: 0;
  border-radius: 23px;
  position: relative;
}

.cardForm_outer {
  position: absolute;
  top: 115px;
  padding: 11px 30px;
}

.fomr_inner_card label {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.9px;
}

.button_create.card_submit {
  margin-top: 10px;
  text-align: right;
}

.gridMulti_ro.grid_KeyedIn {
  -ms-grid-columns: 1.7fr 1fr;
  grid-template-columns: 1.7fr 1fr;
}

  .gridMulti_ro.grid_KeyedIn.wthOutDMs {
      -ms-grid-columns: 1.5fr 1fr;
      grid-template-columns: 1.5fr 1fr;
  }

.fomr_inner_card .form-control {
  height: 48px;
  padding: 0 10px;
  font-size: 24px;
  font-family: 'Orbitron', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

  .fomr_inner_card .form-control::placeholder {
      color: #ddd;
      opacity: 1; /* Firefox */
  }

  .fomr_inner_card .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #ddd;
  }

  .fomr_inner_card .form-control::-ms-input-placeholder { /* Microsoft Edge */
      color: #ddd;
  }
/* ==============custom credit card============= */
/* =============Login roboat section============ */
.outerRoabet {
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
}

.form-group.roboat_controll .outerRoabet label {
  margin-bottom: 0;
}

.form-group.roboat_controll {
  width: 100%;
}

.captch_contcpt {
  position: relative;
}

div#captchaOuter {
  position: absolute;
  bottom: 113%;
  transform: translate(2%, 0%);
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px 0;
  border-radius: 7px;
}

.innerOfcaptchaOption ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 360px;
  grid-gap: 2px;
}

.innerOfcaptchaOption li {
  display: inline-block;
}

.innerOfcaptchaOption input[type="radio"][id^="cb"] {
  display: none;
}

.innerOfcaptchaOption label {
  padding: 0;
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
}

  .innerOfcaptchaOption label:before {
      background-color: white;
      color: white;
      content: " ";
      display: block;
      border-radius: 50%;
      border: 1px solid white;
      position: absolute;
      top: -5px;
      left: -5px;
      width: 25px;
      height: 25px;
      text-align: center;
      line-height: 28px;
      transition-duration: 0.4s;
      transform: scale(0);
  }

  .innerOfcaptchaOption label img {
      height: 70px;
      width: 70px;
      transition-duration: 0.2s;
      transform-origin: 50% 50%;
  }

.innerOfcaptchaOption :checked + label {
  border-color: #ddd;
}

  .innerOfcaptchaOption :checked + label:before {
      content: "✓";
      background-color: #0081F6;
      transform: scale(1);
      z-index: 9;
  }

  .innerOfcaptchaOption :checked + label img {
      transform: scale(0.9);
      box-shadow: 0 0 5px #333;
      z-index: -1;
  }
/* =============Login roboat section============ */
/* =============create dealer============ */
.outer_dashborad .form-floating > .form-control.browse {
  padding: 1.3rem 1.45rem 1rem;
  height: auto;
  border-radius: 55px;
}
/* =============create dealer============ */
/* =============table Enhancement============ */

.dataList_table .table_outer table.table tr td.success:first-child::before {
  background: #198754;
}

.dataList_table .table_outer table.table tr td.warning:first-child::before {
  background: #ffc107;
}
 
.dataList_table .table_outer table.table tr td.danger:first-child::before {
  background: #dc3545;
}

.dataList_table .table_outer table.table tr td.dark:first-child::before {
  background: #212529;
}

.dataList_table .table_outer table.table tr td.dataTables_empty::before {
  width: 0px;
}

/* =============table Enhancement============ */
.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
}

ul.pagination .page-link {
  padding: 0.175rem 0.75rem;
}

  ul.pagination .page-link:hover {
      color: #ffffff;
      background-color: #0d6efd;
      border-color: #0d6efd;
  }
/* ============================ */

.steps_outer {
  margin: 50px auto;
  text-align: center;
  position: relative;
}

  .steps_outer fieldset {
      background: white;
      border: 0 none;
      border-radius: 3px;
      padding: 20px 30px;
      box-sizing: border-box;
      width: 90%;
      position: absolute;
      border: 1px solid #ddd;
      margin-left: 5%;
  }
      .steps_outer fieldset:not(:first-of-type) {
          display: none;
      }
    .steps_outer input, .steps_outer textarea {
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif,montserrat;
        color: #2C3E50;
        font-size: 13px;
    }
  .steps_outer .action-button {
      width: 100px;
      background: #0068c7;
      font-weight: bold;
      color: white;
      border: 0 none;
      cursor: pointer;
      padding: 10px 5px;
      margin: 10px 5px;
  }
      .steps_outer .action-button:hover, .steps_outer .action-button:focus {
          box-shadow: 0 0 0 2px white, 0 0 0 3px #0068c7;
      }
  /*headings*/
  .steps_outer .fs-title {
      font-size: 18px;
      text-transform: uppercase;
      color: #2C3E50;
      font-weight: 600;
      margin-bottom: 30px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
  }

  .steps_outer .fs-subtitle {
      font-weight: normal;
      font-size: 13px;
      color: #ff4545;
      margin-bottom: 20px;
      position: absolute;
      top: 20px;
      right: 30px;
  }
  /*progressbar*/
  .steps_outer #progressbar {
      margin-bottom: 30px;
      overflow: hidden;
      /*CSS counters to number the steps*/
      counter-reset: step;
  }

      .steps_outer #progressbar li {
          list-style-type: none;
          color: rgb(139, 139, 139);
          text-transform: uppercase;
          font-size: 14px;
          width: 16.66%;
          float: left;
          position: relative;
      }

          .steps_outer #progressbar li.active {
              color: #0068c7;
          }

          .steps_outer #progressbar li:before {
              content: counter(step);
              counter-increment: step;
              width: 30px;
              line-height: 30px;
              display: block;
              font-size: 14px;
              color: #333;
              background: white;
              border-radius: 3px;
              margin: 7px auto 5px auto;
              position: relative;
              z-index: 2;
              box-shadow: 0 0 10px 0 #ddd;
          }
          /*progressbar connectors*/
          .steps_outer #progressbar li:after {
              content: '';
              width: 100%;
              height: 2px;
              background: #e8e8e8;
              position: absolute;
              left: -50%;
              top: 20px;
              z-index: 1; /*put it behind the numbers*/
          }

          .steps_outer #progressbar li:first-child:after {
              /*connector not needed before the first step*/
              content: none;
          }
          /*marking active/completed steps green*/
          /*The number of the step and the connector before it = green*/
          .steps_outer #progressbar li.active:before, .steps_outer #progressbar li.active:after {
              background: #0068c7;
              color: white;
          }

.outer_step {
  min-height: calc(100vh - 250px);
}
/* =============custom Select=============== */
.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}

  .select2-results__option:before {
      content: "";
      display: inline-block;
      position: relative;
      height: 23px;
      width: 23px;
      border: 2px solid #e9e9e9;
      border-radius: 4px;
      background-color: #fff;
      margin-right: 20px;
      vertical-align: middle;
  }

    .select2-results__option[aria-selected=true]:before {
        font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif,fontAwesome;
        content: "\f00c";
        color: #fff;
        background-color: #0068c7;
        border: 0;
        display: inline-block;
        padding-left: 3px;
    }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #0068c7;
  border-width: 1px;
  border-radius: 30px;
  padding: 4px 0 11px 10px;
  max-height: 100px;
  overflow: hidden;
}

.select2-container--default .select2-selection--multiple {
    border-width: 1px;
    border-radius: 30px;
    padding: 6px 0 9px 10px;
    
}

.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.select2-selection .select2-selection--multiple:after {
  content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
  display: none;
}

.select-icon .placeholder {
  display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
  display: none !important;
}

.select-icon .select2-search--dropdown {
  display: none;
}

.select2-container {
  z-index: 99999;
}

.outer_multi_check .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e5f3ff;
  border: 1px solid #0068c7;
  border-radius: 14px;
  color: #0068c7;
  padding: 2px 10px 0px 22px;
  font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #0068c7;
  border-right: 1px solid #0068c7;
  padding: 2px 4px 2px 6px;
}

.table_outer.table_dealer_user table.table-bordered.dataTable th {
  white-space: nowrap;
  min-width: 120px;
}
/* =============custom Select=============== */
/* =============data table fix column css=============== */
table.dataTable thead tr > .dtfc-fixed-left,
table.dataTable thead tr > .dtfc-fixed-right {
  z-index: 1;
  background-color: #f9f9f9;
}

table.dataTable tbody tr > .dtfc-fixed-left,
table.dataTable tbody tr > .dtfc-fixed-right {
  z-index: 1;
  background-color: #f9f9f9;
}

div.dtfc-left-top-blocker,
div.dtfc-right-top-blocker {
  background-color: #f9f9f9;
}

.form-select:disabled {
  background-color: #f7f7f7;
}
/* =============data table fix column css=============== */
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 1px;
  min-height: 22px;
}

table.dataTable td.dt-control:before {
  display: none !important;
}

.header_center thead tr th {
  text-align: center;
}
ul.headerItem .avter_outer img {
    width: 42px;
    height: 42px;
}

.table_outer tbody .form-group.custom_check label:before {
  margin: 0;
}

table.dataTable > thead .sorting_disabled.sorting_asc:before {
  opacity: 0
}

.dataList_table .table_outer .outerUtaA table tbody tr td, .table_outer .outerUtaA table tbody tr td {
  font-size: 12px;
}

.dataList_table .table_outer .outerUtaA table tbody tr {
  background-color: #ffffff;
}

.dataList_table.invoice_list_ui .table_outer.table_ui.hgt_agreement {
  height: calc(100vh - 190px);
}

button#returnNow {
  display: inline-block !important;
}
/*=========transaction filter============*/

span.arrowUpFilter {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 100px;
  box-shadow: 0px 0px 10px #ddd;
  cursor: pointer;
}

.relative {
  position: relative;
}

span.arrowUpFilter:after {
  content: '';
  width: 15px;
  height: 15px;
  border-right: 3px solid #0068c7;
  z-index: 2;
  position: absolute;
  border-top: 3px solid #0068c7;
  transform: rotate(-45deg);
  left: 11px;
  bottom: 8px;
  cursor: pointer;
}

span.arrowDownFilter {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  position: absolute;
  right: 25px;
  top: 10px;
  border-radius: 100px;
  box-shadow: 0px 0px 10px #ddd;
  cursor: pointer;
}

  span.arrowDownFilter:after {
      content: '';
      width: 15px;
      height: 15px;
      border-left: 3px solid #0068c7;
      z-index: 2;
      position: absolute;
      border-bottom: 3px solid #0068c7;
      transform: rotate(-45deg);
      left: 11px;
      bottom: 13px;
      cursor: pointer;
  }

  span.arrowDownFilter:before {
      content: 'Filter';
      position: absolute;
      right: 120%;
      top: 9px;
      color: #0068c7;
      font-size: 15px;
      cursor: pointer;
  }

.form-group.custom_check.bbtn label:before {
  display: none;
}

.form-group.custom_check.bbtn input:checked + label:after {
  display: none;
}

.form-group.custom_check.bbtn label {
  border: 1px solid #0068c7;
  padding: 2px 15px;
  border-radius: 20px;
  min-width: 130px;
  text-align: center;
  background: #fff;
  transition: all 0.3s ease-in-out;
}



.form-group.custom_check.bbtn input:checked + label {
  background: #2196f3;
  color: #fff;
}
/*=========transaction filter============*/
/*------ ADDED CSS ---------*/
.all_roleSwitch .on {
  display: none;
}

 .all_roleSwitch .off {
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}
.all_roleSwitch .on {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 40%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

.all_roleSwitch input:checked + .slider .on {
  display: block;
}

.all_roleSwitch input:checked + .slider .off {
  display: none;
}

.all_roleSwitch.wth_91 .switch {
  width: 91px;
}

  .all_roleSwitch.wth_91 .switch input:checked + .slider:before {
      -webkit-transform: translateX(70px);
      -ms-transform: translateX(70px);
      transform: translateX(70px);
  }

.all_roleSwitch.wth_54 .switch {
  width: 54px;
}

  .all_roleSwitch.wth_54 .switch input:checked + .slider:before {
      -webkit-transform: translateX(33px);
      -ms-transform: translateX(33px);
      transform: translateX(33px);
  }
/*--------- END --------*/
td.highlight {
  background-color: #F1F9FD !important;
}

.dataList_table .table_outer table#role_permission tbody tr:hover {
  background: #eee;
}

.dataList_table .table_outer.relative_filter {
  padding-top: 8px;
}

.relative_filter .outer_prmition_filter .formOuter_invoice {
    padding-top: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.submit_botton.btn_alignStart {
    justify-content: start;
}
.form-floating.multiCheck_floting label {
  top: 2px;
  z-index: 999999;
  background: #ffffff;
  padding: 0 5px;
  left: 0;
  font-size: 16px;
  transform: scale(.85) translateY(-0.8rem) translateX(1.35rem);
  line-height: 18px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    font-family: 'Open Sans', Arial, sans-serif;
}
.dataList_table .dataTables_filter input.form-control.form-control-sm {
    font-family: 'Open Sans', Arial, sans-serif;
}
/*==========removing Bold===============*/
.outer_dashborad .form-floating.position_floting > .form-control:focus ~ label {
  transform: none;
  top: -14px;
  left: 19px;
  font-size: 14px;
}
.outer_dashborad .form-floating.position_floting > .form-control ~ label {
  transition:.01s;
}
.form-floating.multiCheck_floting label {
  padding: 0 7px;
}
/*==========removing Bold===============*/
div.dt-datetime table td.selectable button:hover {
    background: #0d6efd !important;
}
input[type="checkbox"]:focus + label:before {
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 31%);
}
.outer_dashborad .form-floating > input[type="file"]:focus-visible {
    box-shadow: 0 0 0 0.15rem rgb(13 110 253 / 25%);
}
.outer_dashborad .inner_filter_permission .form-floating > .form-select {
    padding-top: 0.725rem;
}

.main_outer .modal#Senduser{
    z-index: 99999;
}

.modal-backdrop.show:nth-of-type(odd) {
    z-index: 999;
}
.main_outer .modal:nth-of-type(odd) {
    z-index: 99999;
}
li.email_id span {
    word-break: break-all;
}
div#jTimeoutAlert {
    z-index: 999999;
}
.ja_wrap.ja_wrap_black {
    z-index: 999999;
}
.outer_voidUi.full_page_ui.scrollstyle-4 {
    height: calc(100vh - 162px);
}



.dataTables_scrollBody {
    height: auto !important;
}
#ShowInvoiceReceipt {
    z-index: 10000;
}
.outerSearchbox.collapse + .dataList_table .table_outer .dateRanger {
    padding: 10px 0 0 10px;
}
.dataList_table .table_outer table.table-bordered.dataTable .filters th {
    background: #fff;
}
.table_outer.normal_table table.table-bordered th{
    white-space: nowrap;
}
/*============error msg content input===========*/
.error_msgInr.field-validation-error {
    font-size: 12px;
  
}
   
/*============error msg content input===========*/
.table_outer.table_ui.scrollstyle-4.hight_146px {
    max-height: calc(100vh - 146px);
}
a.btn.btn-success.customGreen {
    background-color: #35B736;
}
.dataList_table.simpleDataTabl {
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.main_outer #TableMissingRO.modal {
    z-index: 10000;
}
.primary_btn.btn_sm {
    padding: 2px 20px;
}


#announcementList.table thead{
    border: 1px solid #eeeeee !important;
}
#announcementList.table tbody {
    border-color:white !important;
}

/*08 Jan 2024*/
#invoiceTable_wrapper .dataTables_scrollHeadInner,
#invoiceTable_wrapper table#invoiceTable,
#invoiceTable_wrapper .dataTables_scrollHeadInner table {
    min-width: 100% !important;
}

/* Customer detail css 04-mar 2024*/
.invoice_detail_outer.card-user-detail-css .field_set_outer ul.list_inf {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

    .invoice_detail_outer.card-user-detail-css .field_set_outer ul.list_inf li.item-list-usr {
        display: flex;
        gap: 1px;
        align-items: center;
        padding: 0;
    }

        .invoice_detail_outer.card-user-detail-css .field_set_outer ul.list_inf li.item-list-usr span.icon-mng-dtl {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 60px;
            padding: 0 4px;
            min-width: 40px;
            background: #eeeeee;
            border-radius: 4px;
            color: #0060cf;
            font-size: 20px;
        }

        .invoice_detail_outer.card-user-detail-css .field_set_outer ul.list_inf li.item-list-usr span.text_detail {
            background: #f9f9f9;
            min-width: 78%;
            height: 60px;
            display: flex;
            align-items: center;
            padding: 6px 16px;
            border-radius: 4px;
        }

.invoice_detail_outer.card-user-detail-css .field_set_outer.right_scrll_mng {
    padding: 0px;
}

    .invoice_detail_outer.card-user-detail-css .field_set_outer.right_scrll_mng .scrl-bar-ad-right {
        padding: 20px 21px 10px;
        max-height: 280px;
        overflow-y: scroll;
    }

    .invoice_detail_outer.card-user-detail-css .field_set_outer.right_scrll_mng .field_title {
        z-index: 99;
    }

img.card_icon {
    height: 18px;
}

.outer_dashborad btton.btn.line-heading.block_card_btn {
    border-radius: 0;
    margin-right: 17px;
}

.invoice_detail_outer.card-user-detail-css .field_set_outer.right_scrll_mng .scrl-bar-ad-right .invoice_status .dataList_table table.table,
.invoice_detail_outer.card-user-detail-css .field_set_outer.right_scrll_mng .scrl-bar-ad-right .invoice_status .dataList_table {
    margin-bottom: 0;
}

.outer_dashborad .table_outer.normal_table .btn.table_btn.btn-reverce_back svg.reverse_icon {
    transform: rotate(180deg);
    width: 24px;
    height: 24px;
    stroke: #0dcaf0;
}

.invoice_detail_outer.card-user-detail-css h4 {
    font-size: 24px;
}

    .invoice_detail_outer.card-user-detail-css h4.sml-font-wgt {
        font-size: 18px;
        font-weight: 700;
    }


    /*28112024*/
.invoice_multi_right .outer_summery {
    width: 100%;
    max-width: 580px;
}
.tableSummery.card_outer {
    width: 100%;
}
.tableSummery.card_outer .outer_svg_card {
    width:100%;
}
.cardForm_outer {
    top:35%;
}

/*02122024*/

footer.ftrmain {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #013064;
}


/*11 July 2025*/
.close-out-report-page {
    height: calc(100vh - 160px);
    overflow: auto;
}
.cstm-shodows-box {
    background: #ffffff;
    box-shadow: 0 0 10px 0 #dddddd;
    border-radius: 10px;
}
.close-out-report-with-filter {
    padding: 8px;
    margin-bottom: 10px;
}
.filter-rows-closeoutreport {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 14px 10px 10px;
}
.filter-rows-closeoutreport > .d-flex label.form-label {
    white-space: nowrap;
    margin: 0;
}
.filter-rows-closeoutreport .form-control, .filter-rows-closeoutreport select {
    border-radius: 50px;
}
.filter-rows-closeoutreport select.form-select {
    min-width: 140px;
}
.close-out-report-with-filter .icons-with-text {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
}
.close-out-report-with-filter .icons-with-text .icon-box {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-out-report-with-filter .icons-with-text .icon-box-img {
    width: 40px;
}
.close-out-report-with-filter .icons-with-text .icon-box-img img{
    width:100%;
}
.closeout-report-three-icon .sales .icons-with-text .icon-box {
    background: #d5effc;
}
.closeout-report-three-icon .refunds .icons-with-text .icon-box {
    background: #fed9e4;
}
.closeout-report-three-icon .net .icons-with-text .icon-box {
    background: #d6fcd9;
}
.close-out-report-with-filter .icons-with-text .text-dashboard-card p {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
}
.close-out-report-dashboard {
    padding-top: 30px;
    padding-bottom: 30px;
}
.close-out-report-with-filter .icons-with-text .text-dashboard-card span {
    color: #8d8d8d;
    font-weight: 500;
    font-size: 16px;
}
.credit-debit-card-bx {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}
.credit-debit-card-bx .cstm-shodows-box {
    height: calc(50% - 6px);
    display: flex;
    align-items: center;
    padding: 6px 10px;
    justify-content: center;
    gap: 12px;
}
.credit-debit-section .icons-with-text .icon-box {
    background: #fef8e0;
    width: 40px;
    height: 40px;
}
.credit-debit-section .icons-with-text .text-dashboard-card p {
    font-size: 18px;
}
table#closeOutReporttable tbody tr td,
.close-out-report-dashboard .dataList_table .table_outer table.table tbody tr td {
    vertical-align: middle;
}
.close-out-report-table-wrp .table_outer {
    max-height: 400px;
    overflow: auto;
}
.close-out-report-table-wrp .table_outer table thead tr th {
    position: sticky;
    top: 0;
    background: #EEEEEE;
}
.close-out-report-dashboard .dataList_table .table_outer {
    max-height: 290px;
    overflow: auto;
    margin: 0;
}
.close-out-report-dashboard .dataList_table .table_outer table.table .form-group.custom_check label:before {
    margin-right: 0;
}

.close-out-report-dashboard .dataList_table .table_outer table.table thead tr {
    background: white;
    position:sticky;
    top:0;
    z-index:1;
}
.close-out-report-dashboard .dataList_table .table_outer table.table thead tr th:first-child,
.close-out-report-dashboard .dataList_table .table_outer table.table tbody tr td:first-child {
    width: 70px;
    text-align: center;
}

/*add new css 24th july 2025 */
button.cstm-shodows-box{
    width:100%;
    border:none;
}
.cstm-shodows-box.sales-data:focus,
.cstm-shodows-box.sales-data:focus-within,
.cstm-shodows-box.sales-data:focus-visible,
.cstm-shodows-box.sales-data.act{
    outline: 1px solid #0098fe;
}
.cstm-shodows-box.refunds-data:focus,
.cstm-shodows-box.refunds-data:focus-within,
.cstm-shodows-box.refunds-data:focus-visible,
.cstm-shodows-box.refunds-data.act{
    outline: 1px solid #e91e63;
}
.cstm-shodows-box.net-data:focus,
.cstm-shodows-box.net-data:focus-within,
.cstm-shodows-box.net-data:focus-visible,
.cstm-shodows-box.net-data.act{
    outline: 1px solid #33cb33;
}
.cstm-shodows-box.cash-data:focus,
.cstm-shodows-box.cash-data:focus-within,
.cstm-shodows-box.cash-data:focus-visible,
.cstm-shodows-box.cash-data.act {
    outline: 1px solid #fdd547;
}
.cstm-shodows-box.check-data:focus,
.cstm-shodows-box.check-data:focus-within,
.cstm-shodows-box.check-data:focus-visible,
.cstm-shodows-box.check-data.act {
    outline: 1px solid #fdd547;
}
.cstm-shodows-box.card-data:focus,
.cstm-shodows-box.card-data:focus-within,
.cstm-shodows-box.card-data:focus-visible,
.cstm-shodows-box.card-data.act {
    outline: 1px solid #fdd547;
}
/*.cstm-shodows-box.cash-data:focus,
.cstm-shodows-box.card-data:focus,
.cstm-shodows-box.check-data:focus {
    outline: 1px solid #fdd547;
}*/
.cstm-shodows-box.credit-card:focus,
.cstm-shodows-box.credit-card:focus-within,
.cstm-shodows-box.credit-card:focus-visible,
.cstm-shodows-box.credit-card.act {
    outline: 1px solid #fdd547;
}
.cstm-shodows-box.debit-card:focus,
.cstm-shodows-box.debit-card.act {
    outline: 1px solid #fdd547;
}
.cstm-shodows-box.discover-data:focus,
.cstm-shodows-box.discover-data.act,
.cstm-shodows-box.mastercard:focus,
.cstm-shodows-box.mastercard.act {
    outline: 1px solid #fdd547;
}
.cstm-shodows-box.visa-card:focus,
.cstm-shodows-box.visa-card.act {
    outline: 1px solid #0e4594;
}
.cstm-shodows-box.amex-data:focus,
.cstm-shodows-box.amex-data.act{
    outline: 1px solid #006fce;
}

/*01 Aug 2025*/
.search-box-queued_transaction #btn_refresh {
    width: fit-content;
}
.search-box-queued_transaction #btn_refresh {
    width: fit-content;
}
.search-box-queued_transaction .filter_on_table.sales_filter {
    width: fit-content;
}
.search-box-queued_transaction {}

.search-box-queued_transaction .outer_tab_filre.input_floating .formOuter_invoice {
    display: flex;
}
@media screen and (max-width: 1400px){
    .search-box-queued_transaction .outer_tab_filre.input_floating {
        flex-wrap:wrap;
        flex-direction:row;
    }   
    .search-box-queued_transaction .outer_tab_filre.input_floating .formOuter_invoice{
        justify-content:space-between;
        flex-wrap: wrap;
        width:100%;
    }
}
@media screen and (max-width: 767px){
    .search-box-queued_transaction .outer_tab_filre.input_floating .formOuter_invoice{
        flex-direction:column;
    }
    .search-box-queued_transaction .outer_tab_filre.input_floating .formOuter_invoice #btn_refresh,
    .search-box-queued_transaction .outer_tab_filre.input_floating .form-floating{
        max-width:100% !important;
        width:100%;
    }
    .search-box-queued_transaction .outer_tab_filre.input_floating .formOuter_invoice #btn_refresh{
        padding:6px 10px;
    }
}
.radio-item input {
    width: 20px;
    height: 20px;
    border: 5px solid black;
    vertical-align: middle
}


/*25 Sep 2025*/
.PickTime-Configruation {
    box-shadow: 0 0 10px #00000038;
    padding: 20px;
    border-radius: 10px;
}

.PickTime-Configruation h3 {
    color: #0068c7;
    font-weight: 700;
    font-size: 22px;
}

.PickTime-Configruation .form-group label[for="maxDays"] {
    font-weight: 600;
    font-size: 18px;
    padding-top: 16px;
}

.departments-grid h4.department-name {
    font-size: 18px;
    font-weight: 600;
    padding-top: 12px;
}

span.sub_department-name {
    display: inline-block;
    padding-bottom: 6px;
}
.day-config input.form-check:checked {
    background-color: #000000;
    border: 2px solid #000000;
}

.day-config input.form-check {
    position: relative;
    display: flex;
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    padding: 0;
}

.day-config input.form-check::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    top: 3px;
}
.pick_up > h2 {
    color: #0068c7;
    font-weight: 700;
    font-size: 22px;
}
.time-inputs input[disabled] {
    background: #dddddd;
}
.group_input_box.formOuter_col1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 130px;
}
.pickup-information-wrp h3 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 24px;
}

.pickup-information-wrp p {
    font-size: 18px;
    font-weight: 300;
}

.field-pickup input {
    width: 100%;
    border: 1px solid rgb(206, 212, 218);
    padding: 8px 16px;
    border-radius: 30px;
    text-transform: uppercase;
}

.pickup-information-wrp .field-pickup {
    margin-bottom: 12px;
}
.pickup-information-wrp {
    margin-bottom: 30px;
    margin-top: 30px;
}

/*====================    15 Oct 2025    ==================== */
.modal-body.modal-content:has(.page-divider-invoice) {
    background: whitesmoke;
    padding: 40px 20px 0 20px;
}

    .modal-body.modal-content:has(.page-divider-invoice) #mailBody .page-invoice {
        padding: 20px;
        background: white;
        margin-bottom: 20px;
        border: 1px solid #b1b1b1;
    }