@import "rsuite/dist/rsuite.css";

.print_special {
  border: none !important;
}

@media print {
  .print_special {
    border: none !important;
  }

  @page {
    margin: 0;
  }

  body,
  html {
    margin: 0;
    padding: 0;
  }
}

.flote-left {
  float: left;
}

.row {
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
}

.padd-0 {
  padding-right: 0;
  padding-left: 0;
}

.column_resize_table th::before {
  content: '';
  display: block;
  width: var(--column_resize_before_width);
}

/* Header --------------------------------------------------------------*/
.pointer {
  cursor: pointer;
}

.nav-tabs {
  float: left;
  width: 100%;
}

.left {
  float: left !important;
}

.red {
  color: red;
}

.modal {
  z-index: 9999;
}

.modal-header {
  background: #e28483;
  color: #fff;
  font-size: 16px;
  padding: 8px 22px;
}

.modal-header h5 {
  font-size: 18px;
}

.logo {
  line-height: 1;
}

@media (min-width:1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  max-height: 26px;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
}


.header {
  /*  transition: all 0.5s;
  z-index: 99999;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  /* background-color: #323131; */
  background-color: #000;
  padding-left: 0px;
   z-index: 99999;
}


.header .logo-area {
  color: #e27172;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 999;
}

*/
/* 
.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970
} */

/* .header .search-bar {
  min-width: 360px;
  padding: 0 20px
} */

/* @media (max-width:1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1
  }
} */

/* .header .search-form {
  width: 100%
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3)
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none
}

.header .search-form button i {
  color: #012970
} */

/* Common Form Css ---------------------------------------------- */
.form-check-input {
  border: 1px solid #484848;
  margin-top: 2px;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.form-control {
  padding: 6px 8px 6px 8px !important;
  border: 1px solid #acacac;
}

.form-control.small-control {
  padding: 5px 10px !important;
  width: 75px !important;
}

select {
  background-color: #fff;
  border: 1px solid #d6d9e5;
  border-radius: 3px;
  box-shadow: none;
  min-height: unset;
  padding: 10px 15px 10px 15px !important;
  color: #73788b;
  width: 100%;
  font-size: 13px;
  float: left;
  margin: 0 0 0 0;
  /* background: #ffffff url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E) no-repeat right 0.75rem center/10px 25px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 10px 25px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.form-select {
  --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #73788b !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border-radius: 4px !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.form-select.small-select {
  width: 75px !important;
  padding: 5px 10px !important;
  font-size: 13px !important;
}




/* BUTTON CSS ------------------------------------------------ */
.priviousbtn {
  background: #cad0d7;
  border-radius: 3px;
  padding: 5px 10px 5px 0;
  color: #424852;
  font-size: 13px;
  border: 1px solid #a9b0bb;
  font-weight: 500;
  margin: 0 10px 0 0;
}

.nextbtn {
  background: #cad0d7;
  border-radius: 3px;
  padding: 5px 0 5px 10px;
  color: #424852;
  font-size: 13px;
  border: 1px solid #a9b0bb;
  font-weight: 500;
  margin: 0 0 0 10px;
}

.float-right-btn {
  float: right;
}

.top-dark-grey-btn {
  background: #424852;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #363b43;
}

.top-dark-grey-btn i {
  float: left;
  margin: 3px 5px 0 0;
}

.org-savebtn {
  background: #75ad87;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #5fa074;
  font-weight: 600;
}

.org-cancelbtn {
  background: #cad0d7;
  color: #424852;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #a9b0bb;
  font-weight: 600;
}

.org-cancelbtn:hover {
  color: #424852;
}

.payslip-btn {
  background: #424852;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  margin: 0 0 0 10px;
  padding: 6px 15px;
  border: 1px solid #363b43;
}

.payslip-btn:hover {
  background: #363b43;
  border: 1px solid #363b43;
}

.popfootn-svbtn {
  background: #75ad87;
  border: 1px solid #5fa074;
  border-radius: 3px;
  float: left;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 600
}

.popfootn-cncelbtn {
  background: #cad0d7;
  border: 1px solid #a9b0bb;
  border-radius: 3px;
  float: left;
  color: #424852;
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 600
}

.listprevious-btn {
  background: #75ad87;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #5fa074;
  font-weight: 600;
}

.listnext-btn {
  background: #cad0d7;
  color: #424852;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #a9b0bb;
  font-weight: 600;
}

.listprevious-btn i {
  color: #fff;
  font-size: 18px;
  margin: 0px 0 0 3px;
  float: right;
}

.listnext-btn i {
  color: #424852;
  font-size: 18px;
  margin: 0px 3px 0 0px;
  float: left;
}

.deletebtn {
  background: #e66b6b;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #d14b4b;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(209, 75, 75, 0.9);
}

.deletebtn i {
  border-left: 1px solid #d14b4b;
  padding: 0 0 0 10px;
  margin: 0 0 0 5px;
}

/*.addrow-btn{background:#2aa753;color:#fff;border:1px solid #1e9b47;color:#fff;font-size:13px;padding:5px 15px;border-radius:3px}*/
.verify-btn {
  background: #504a4c;
  border: 1px solid #373334;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  margin: 0 5px 0 0;
  border-radius: 3px
}

.submit-btn {
  background: #4dbecf;
  color: #fff;
  border: 1px solid #3eacbc;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 3px
}

.savenext-btn {
  background: #00b1f1;
  color: #fff;
  border: 1px solid #468abc;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 3px
}

#msform .action-button {
  float: right;
  width: auto;
  padding: 5px 15px;
  border: 1px solid #5fa074;
  background: #75ad87;
  margin-left: 5px;
  border-radius: 3px !important;
  font-size: 13px !important;
  font-weight: 600;
  color: #fff;
  letter-spacing: normal !important;
}

#msform .action-button-previous {
  float: right;
  width: auto;
  padding: 5px 15px;
  background: #cad0d7;
  border: 1px solid #a9b0bb;
  border-radius: 3px;
  font-size: 13px !important;
  font-weight: 600;
  color: #000;
  letter-spacing: normal !important;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #eee
}

/*.adddeprtbtn{float:right;background:#df818c;color:#fff;padding:5px 10px;border-radius:3px;font-size:13px;font-weight:500;border:1px solid #d47480;}*/
/*.adddeprtbtn i{margin-right:3px;font-weight:normal;font-size:11px}*/
.login-btn {
  background: #e66b6b;
  color: #fff;
  border: none;
  float: left;
  font-size: 14px;
  border-radius: 3px;
  padding: 5px 15px;
}

.common-popup-btn {
  background: #e28483;
  padding: 7px 15px;
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
}

.common-popup-btn:active {
  color: #fff;
}

.common-popup-btn:hover {
  color: #fff;
}

.common-closebtn {
  background: #cad0d7;
  color: #424852;
  font-size: 15px;
  padding: 6px 15px;
  border-radius: 3px;
  border: 1px solid #a9b0bb;
}

.login-btn:focus {
  background: #b34847;
  color: #fff;
  border: 1px solid #983d3c
}

.newonboard-btn {
  background: #424852;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #363b43;
}

.newonboard-btn:hover {
  color: #fff;
}

.landact-btn {
  background: #f62d51;
  color: #fff;
  border-radius: 3px;
  padding: 5px 15px;
  border: 1px solid #d41134;
  font-size: 13px;
}

.landact-btn:hover {
  color: #fff;
}

.landinact-btn {
  background: #009efb;
  color: #fff;
  border-radius: 3px;
  padding: 5px 15px;
  border: 1px solid #0082cf;
  font-size: 13px;
}

.landinact-btn:hover {
  color: #fff;
}

.add-new {
  float: right;
  font-weight: bold;
  font-size: 12px;
  text-shadow: none;
  min-width: 100px;
  border-radius: 3px;
  line-height: 13px;
  color: #fff;
  padding: 10px;
  margin: 0 10px 20px 10px
}

.add-new i {
  margin-right: 4px
}

.component-btn {
  float: right;
  font-weight: 500;
  font-size: 13px;
  text-shadow: none;
  min-width: 100px;
  border-radius: 3px;
  color: #fff;
  padding: 5px 15px;
  margin: 20px 10px 20px 10px;
  background: #70c767;
  border: none
}

.component-btn:hover {
  background: #53b649;
  color: #fff
}

.component-btn:focus {
  background: #53b649;
  color: #fff
}

.view-btn {
  float: right;
  font-weight: 500;
  font-size: 13px;
  text-shadow: none;
  color: #000;
  padding: 5px 15px;
  margin: 0;
  background: #ffbc34;
  border: 1px solid #e4a21e;
  border-radius: 3px;
}

.view-btn:focus {
  background: #ffbc34;
  color: #000;
  border: 1px solid #e4a21e;
}

.backbtn {
  float: left;
  padding: 5px 15px;
  border: 1px solid #ccc;
  background: #eee;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  margin: 0 10px 0 0;
  color: #000
}

.savebtn {
  float: left;
  padding: 5px 15px;
  border: 1px solid #85cae9;
  background: #8cd4f5;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  color: #fff
}

#dtform .action-button {
  float: right;
  width: auto;
  padding: 5px 15px;
  border: 1px solid #ECECEC;
  background: #3194FF;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0
}

#dtform .action-button:hover,
#dtform .action-button:focus {
  background-color: #ECECEC;
  border: 1px solid #3194FF
}

#dtform .action-button-previous {
  float: right;
  width: auto;
  padding: 5px 15px;
  border: 1px solid #ccc;
  background: #eee;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  margin: 0 10px 0 0;
  color: #000;
  margin: 10px 10px 0 0
}

#dtform .action-button-previous:hover,
#dtform .action-button-previous:focus {
  background-color: #eee
}

/*.missing-btn{letter-spacing:0.5px;background:none;color:#e66b6b;font-size:13px;cursor:pointer;padding:0 0 0px 0;letter-spacing:0.1px;font-weight:600;margin-bottom:5px;float:left;margin-bottom:0}*/
/*.missing-btn:hover{color:#000}*/
/*.applybtn{color:#2aa753 !important;font-size:14px;margin:0px 0 10px 0;padding:1px 0px;border-bottom:2px solid #2aa753;display:inline-block}*/
/*.deductionbtn{color:red !important;border-bottom:2px solid red;font-size:14px;margin:0px 0 10px 0;padding:1px 0px;display:inline-block}*/
/*
.waiveoffbtn{color:#10c6b8 !important;border-bottom:2px solid #10c6b8;font-size:13px;margin:0px 0 10px 0;padding:1px 0px;display:inline-block}
.regularizbtn{border-bottom:2px solid #10c6b8;color:#10c6b8 !important;font-size:13px;margin:0px 0 10px 0;padding:1px 0px;display:inline-block}
*/
.missing-action-btn {
  border-radius: 3px;
  color: #FFF;
  background: #44CC44;
  padding: 3px 10px;
  box-shadow: 0 4px 0 0 #2EA62E;
  float: left;
  margin: 0 15px 0 0
}

.missing-action-btn:hover {
  color: #fff;
  background: #2dba2d
}

.missing-action-denybtn {
  color: #FFF;
  border-radius: 3px;
  background: tomato;
  padding: 3px 10px;
  box-shadow: 0 4px 0 0 #CB4949;
  float: left
}

.missing-action-denybtn:hover {
  background: #f0583d;
  box-shadow: 0 4px 0 0 #CB4949;
  color: #fff
}

/*.editbtn{border-bottom:2px solid #ffc107;color:#ffc107 !important;font-size:13px;margin:0px 0 5px 0;padding:1px 0px;display:inline-block}*/
/*
.verifybtn{border-bottom:2px solid #3c98d4;color:#3c98d4 !important;font-size:13px;margin:0px 0 5px 0;padding:1px 0px;display:inline-block}
.conformbtn{color:#2aa753 !important;font-size:13px;margin:0px 0 0px 0;padding:1px 0px;border-bottom:2px solid #2aa753;display:inline-block}
*/
.action-btn-dd {
  background: #fff;
  border-radius: 3px;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #E1B42B;
  float: right;
  font-size: 13px;
  margin-bottom: 0;
  /* margin-bottom: 20px; */
  font-weight: 500;
  line-height: normal;
}

/* Button Css ---------------------------- */
/* Start Switch Button --------------------------------------------------------------*/
.switch {
  position: relative;
  display: block;
  /* vertical-align: top; */
  width: 80px !important;
  height: 30px;
  padding: 3px;
  margin: 0;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing: content-box
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: content-box
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing: content-box
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  box-sizing: content-box
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5)
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0
}

.switch-input:checked~.switch-label {
  background: #E1B42B;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2)
}

.switch-input:checked~.switch-label:before {
  opacity: 0
}

.switch-input:checked~.switch-label:after {
  opacity: 1
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2)
}

.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02)
}

.switch-input:checked~.switch-handle {
  left: 54px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2)
}

.switch-label,
.switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease
}

/* Header Profile DD --------------------------------------------------------------*/
/* .header-nav .profile {
  min-width: 220px;
  padding-bottom: 15px;
  top: 8px !important;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  animation: animationName 0.5s;
}

.header-nav ul {
  list-style: none
}

.header-nav>ul {
  margin: 0;
  padding: 0
}

.dropdown-toggle::after {
  display: inline-block !;
  margin-left: .255em !;
  vertical-align: .255em !;
  content: "" !;
  border-top: .3em solid !;
  border-right: .3em solid transparent !;
  border-bottom: 0 !;
  border-left: .3em solid transparent !;
}

.dropdown-menu.show {
    display: block !;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative
}

.header-nav .nav-profile {
  color: #E1B42B
}

.header-nav .nav-profile img {
  max-height: 32px;
  margin-right: 10px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
}

.header-nav .profile .dropdown-header span {
  font-size: 12px;
  float: left;
  width: 100%;
}

.header-nav .profile .dropdown-item {
  font-size: 13px;
  padding: 10px 0px;
  transition: 0.3s;
  color: #666;
  margin: 0;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff
} */

/* Bread Crumb Css ------------------------------------------------- */
.breadcrumbs {
  background-color: #f8e9e6;
  border-bottom: 1px solid #fff;
  padding: 7px 0;
  color: #333;
  font-weight: 500;
  font-size: 0;
  margin: 54px 0 0 0px;
  box-shadow: 3px 1px 7px rgba(0, 0, 0, 0.2)
}

.breadcrumbs a,
.breadcrumbs .last-crumb {
  font-size: 13px;
  padding: 5px 20px 0 12px;
  position: relative;
  float: left;
  color: #323131
}

.breadcrumbs a:after {
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  content: "";
  display: block;
  margin: -2px 0 0 0;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: 0;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-weight: 400
}

.breadcrumbs a i {
  font-size: 21px;
  color: #a78078
}

@media (max-width: 1279px) {
  .breadcrumbs {
    margin: 43px 0 0 0px;
  }
}

/* PROGRESS BAR CSS --------------------------------------------------- */
#progressbar {
  margin: 0 0 0 0;
  padding: 10px 20px;
  overflow: hidden;
  color: #333;
  font-size: 13px;
  border-bottom: 1px solid #e8eaf2;
  position: relative;
  z-index: 9;
  width: 100%
}

#progressbar ul {
  float: left;
  width: 60%;
  margin: 0;
  padding: 0
}

#progressbar .active {
  color: #dc3545
}

#progressbar li {
  list-style-type: none;
  font-size: 14px;
  width: 13%;
  float: left;
  position: relative;
  font-weight: 400
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f0ce"
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f235"
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f0d6"
}

#progressbar #decuction:before {
  font-family: FontAwesome;
  content: "\f056"
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f155"
}

#progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 36px;
  display: block;
  font-size: 17px;
  color: #a5a5a5;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 1px;
  border: 1px solid #ccc
}

#progressbar li:after {
  content: '';
  width: 90%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 50%;
  top: 20px;
  z-index: -1
}

#progressbar li:last-child:after {
  content: '';
  width: 90%;
  height: 2px;
  background: none;
  position: absolute;
  left: -25%;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #e66b6b;
  border: none;
  color: #fff
}

#progressbar li span {
  font-weight: 500;
  font-size: 13px
}

.number-icon {
  float: right;
  width: 35%
}

.number-icon ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100% !important
}

.number-icon ul li {
  float: left;
  width: 33% !important;
  text-align: center;
  font-weight: 600 !important
}

.number-icon ul li span {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 7px;
  font-size: 12px
}

.number-icon ul li p {
  border: 1px solid #cbcbcb;
  color: #6a6a6a;
  text-align: left;
  padding: 5px 10px;
  margin: 0 3px;
  float: none;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  width: 97%
}

.number-icon ul li:after {
  content: none !important;
  width: auto !important;
  height: 0 !important;
  background: #fff !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  z-index: -1 !important
}

/* fOOTER --------------------------------------------------- */
.footer {
  padding: 10px 0;
  font-size: 13px;
  transition: all 0.3s;
  background: #323131;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999
}

.footer .copyright {
  text-align: center;
  color: #fff
}

@media only screen and (min-width:992px) and (max-width:1025px) {}

@media only screen and (min-width:768px) and (max-width:991px) {}

.main-container {
  padding: 15px;
  transition: all 0.3s;
  float: left;
  width: 100%;
}

.main-container2 {
  /* padding: 15px; */
  transition: all 0.3s;
  float: left;
  width: 100%;
}

/* .main-container .show-order-area {
  float: left;
  width: 100%;
  margin: 0px 0 20px 0;
} */

.main-container .show-order-area {
  float: left;
  width: 100%;
  margin: 5px 0 40px 0;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 15px;
}

/*.main-container .show-order-area table tr td { text-align: left !important;}*/

.dash-calender-area {
  float: right;
  width: 50%;
}

.dash-calender-area .dashform {
  float: right;
}

.dashdate-area {
  float: right;
  margin-top: 5px;
  font-size: 14px;
}

.main-container .show-order-area .dashform {
  float: left;
  /* margin-bottom: 15px; */
}

.main-container .show-order-area .dashform.right {
  float: right;
  margin-bottom: 0px;
}

.main-container .show-order-area .dashform label {
  background: none;
  padding: 5px 0 0 0;
  border: none;
  margin: 0 10px 0 0;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  float: left;
}

.main-container .show-order-area .dashform input {
  width: 250px;
  float: left;
  padding: 6px 15px 6px 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 0 10px 0 0;
  font-size: 14px;
}

.main-container .show-order-area .dashform input.datepkr {
  width: 250px;
  float: left;
  padding: 6px 15px 6px 15px !important;
  border: none !important;
  margin: 0 0 0 0 !important;
  font-size: 14px;
}

.main-container .show-order-area .dashform input.dashdate {
  width: 195px !important;
  float: left;
  padding: 6px 15px 6px 15px !important;
  border: none !important;
  margin: 0 0 0 0 !important;
  font-size: 13px !important;
}


.main-container .show-order-area .dashform-right {
  float: right;
  margin-bottom: 0;
}

.main-container .show-order-area .dashform-right label {
  background: none;
  padding: 5px 0 0 0;
  border: none;
  margin: 0 10px 0 0;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  float: left;
}

.main-container .show-order-area .dashform-right input {
  width: 250px;
  float: left;
  padding: 6px 15px 6px 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 0 10px 0 0;
  font-size: 14px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .main-container {
    padding: 15px 0;
  }
}


.accept-btn {
  background: #a5a5a5;
  border: 1px solid #9c9a9a;
  border-radius: 5px;
  color: #fff;
  padding: 3px 8px;
  float: right;
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: 500;
}

.selectdate-btn {
  float: left;
  background: #ccc;
  border-radius: 3px;
  color: #404040;
  padding: 5px 10px;
  border: 1px solid #bababc;
  font-size: 13px;
  font-weight: 500;
}

.create-catalogue-btn {
  background: #417f7e;
  border: 1px solid #417f7e;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  float: right;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
}

.create-catalogue-btn:hover {
  color: #fff;
}

.create-catalogue-btn:active {
  color: #fff;
}

.create-catalogue-btn:focus {
  color: #fff;
}

/* .download_pdfbtn {} */
.datatable-selector {
  padding: 7px 10px !important;
  border: 1px solid #c2c2c2 !important;
  width: 200px;
  color: #666 !important;
  font-size: 13px !important;
  border-radius: 3px !important;
  /* margin: 0 0px 0 35px; */
  margin: 0 0px 0 0px;
  float: left;
}

.main-container .show-order-area h2 {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  line-height: 2.2;
}

.main-container .show-order-area h2 span {
  background: #323131;
  padding: 8px 15px;
  /* float: left; */
  color: #f8e9eb;
  font-weight: 500;
  border-radius: 3px 3px 0 0;
  letter-spacing: 0.5px;
  font-size: 13px;
  border-bottom: 3px solid #2f6061;
  margin-bottom: -1px;
}

.main-container .show-order-area h2 .dashdate-area {
  font-size: 13px;
  float: right;
  padding: 0px 0 0 0;
}

/*
.main-container .show-order-area .leaf-green{background:#e1f5df}
.main-container .show-order-area .tomatored{background:#fbe3de}
.main-container .show-order-area .beetpink{background:#f8dee5}
.main-container .show-order-area .eggplantpurple{background:#e5dbe9}
.main-container .show-order-area .babyellow{background:#f7f6d8}
*/
/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
.dashboard .filter {
  right: 0px;
  top: 15px
}

.dashboard .filter .icon {
  color: #aab7cf;
  float: left;
  transition: 0.3s;
  font-size: 13px;
  border: 1px solid #E1B42B;
  border-radius: 4px;
  padding: 3px 7px;
  color: #000;
  font-weight: 500;
}

.dashboard .filter .icon i {
  padding: 5px;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px
}

.dashboard .info-card {
  padding: 20px 10px;
  font-size: 15px;
  font-weight: 500;
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  opacity: 0.9;
  margin: 15px 0 0 0;
  border-radius: 0 20px 0 20px;
  color: #000;
  background: #f9ece9;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  float: left;
  width: 100%;
  border-bottom: 2px solid #f29c96;
}

.dashboard .info-card p {
  border: 1px dashed #f29c96;
  padding: 5px;
  margin-bottom: 10px;
  background: #fff;
  color: #b3443e;
  letter-spacing: 0.5px;
  font-size: 17px;
}

.dashboard .info-card b {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  line-height: 25px;
}

.quick-button {
  padding: 20px 10px;
  font-size: 13px;
  font-weight: 500;
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  opacity: 0.9;
  margin: 15px 0;
  border-radius: 0 20px 0 20px;
  color: #000;
  background: #c1e1e7;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  float: left;
  width: 100%;
  border-bottom: 2px solid #a8cbd1;
}

.quick-button p.yellow {
  /* border: 1px dashed #2f6061; */
  background: #fff;
  color: #2f6061;
}

.quick-button p {
  border: 1px dashed #52c0fd;
  padding: 5px;
  margin-bottom: 5px;
  background: #e5f6fd;
  color: #0495f2;
  letter-spacing: 0.4px;
  font-size: 16px;
}

.quick-button b {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  line-height: 25px;
}

.label-danger {
  background-color: #d9534f;
}

.label-success {
  background-color: #5cb85c;
}

table {
  table-layout: fixed;

  td,
  th {
    overflow: hidden;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

}

.table> :not(caption)>*>* {
  /* color: #444444 !important; */
}

.table th,
.table td {
  vertical-align: middle !important;
}

.table th,
.table td {
  font-size: 13px;
  text-transform: capitalize;
}


.table th,
.table td a {
  color: #f26659;
}

.table td a {
  font-size: 13px;
  float: left;
  margin-right: 4px;
}

div.dt-container div.dt-info {
  padding-top: .85em;
  font-size: 14px;
}

.table td a i {
  display: inline-flex;
  padding: 5px;
  color: hsl(215, 15%, 40%);
  border-radius: 12px;
  border: 1px solid;
  background-color: hsla(210, 14%, 92%, 0.1);
  border-color: hsl(210, 14%, 87%);
  box-shadow: hsla(215, 15%, 97%, 0.4) 0 2px 0 inset, hsla(215, 15%, 92%, 0.5) 0 -1.5px 0 inset, hsla(215, 15%, 89%, 0.5) 0 1px 2px 0;
  margin-right: 3px;
}

/* .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table-striped thead tr.primary:nth-child(odd) th {
    background-color: #ccc;
    color: #404040;
    border-color: #bababc;
    border-top: 1px solid #bababc;
      border-bottom: 1px solid #bababc; font-weight: 500; font-size: 13px;
} */
/*.table th, .table td a {border-bottom: 2px solid #f0ae06; color: #f0ae06; text-decoration: none;}*/
.databtn {
  background: #f0ae06;
  border-radius: 3px;
  padding: 3px 8px;
  border: none !important;
  color: #030a14 !important;
  font-size: 13px;
  font-weight: 500;
  float: left;
}

.table-responsive {
  margin-bottom: 0;
}

.table-responsive .form-inline select.form-control {
  width: auto;
}

.table-responsive .form-inline select.form-control option {
  padding: 0;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  background-color: #f2f2f2;
  border-color: #d9d9d9;
}

/*vertical scroll Table ---------- */
.verical-scrl-wrapper {
  text-align: center;
  /*overflow-y: scroll;*/
  overflow-y: auto;
  /* overflow-x: auto; */
  /* max-height: 555px; */
  max-height: 570px;
  min-height: 300px;
  margin: 0px auto 20px auto;
  padding: 0 10px 10px 0;
  /* padding: 0 0 0 0; */
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  height: 10px;
}

#style-3::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #807b7b;
}

@-moz-document url-prefix() {

  /* Firefox-specific styles */
  .verical-scrl-wrapper {
    scrollbar-width: thin;
    /* Customizes scrollbar width */
    scrollbar-color: #807b7b #F5F5F5;
    /* Thumb color and track color */
  }

  #style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  #style-3::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
    height: 10px;
  }

  #style-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #807b7b;
  }

}



@media only screen and (min-width:320px) and (max-width: 1360px) {
  .verical-scrl-wrapper {
    overflow-x: auto;
  }

}


[data-pagination] {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  text-align: center;
  transition: font-size .2s ease-in-out;
  display: flex;
  float: right;
  margin-bottom: 25px;
}

[data-pagination] a.previous {
  background: #a9b0bb;
  color: #fff;
  letter-spacing: 0.4px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px
}

[data-pagination] a.previous i {
  font-size: 15px
}

[data-pagination] a.next {
  background: #a9b0bb;
  color: #fff;
  letter-spacing: 0.4px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px
}

[data-pagination] a.next i {
  font-size: 15px
}

[data-pagination] ul {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600
}

[data-pagination] ul li {
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-weight: 600
}

[data-pagination]>a {
  font-size: 14px;
  background: #fff
}

[data-pagination] a {
  --size: 25px;
  --margin: 3px;
  margin: 0 var(--margin);
  border-radius: 0;
  max-width: auto;
  min-width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 7px;
  color: #333;
  font-weight: normal;
  border: 1px solid #eee;
}

[data-pagination] a:focus,
[data-pagination] a:hover {
  color: #e27172;
  border-bottom: 2px solid #e27172;
}

[data-pagination] li a.current {
  border-bottom: 2px solid #e27172;
  color: #666;
  padding: 3px 8px;
  border-radius: 0
}

[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
  opacity: .8;
  pointer-events: none;
  background: #fff;
}

@media (min-width:350px) {
  [data-pagination] {
    font-size: 10pt
  }
}

@media (min-width:500px) {
  [data-pagination] {
    font-size: 12pt
  }
}

@media (min-width:700px) {
  [data-pagination] {
    font-size: 14pt
  }
}

@media (min-width:900px) {
  [data-pagination] {
    font-size: 16pt
  }
}

@media (max-width:991px) {

  /*.fixed-top {position: relative;}*/
  .main-content {
    float: left;
    width: 100%;
    padding: 15px 15px;
  }

  .season_content {
    padding: 20px 15px;
  }

  .verical-scrl-wrapper {
    padding: 0;
  }
}

table {
  text-align: left;
  position: relative;
  border-collapse: collapse;
}

th {
  background: #ddd;
  position: sticky !important;
  color: #000;
  font-weight: 500;
  top: 0;
  /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  z-index: 99;
}

/* .common-table { width: 100%; }
.common-table tr td { font-size: 13px; }
.common-table tr td a {}
.common-table tr td a span {
  display: inline;
    padding: .2em .6em .3em;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;}
.common-table tr td a img { float: left; width: 30px; height: 30px; border: 1px solid #eee; padding: 2px;  } */
.change-assine-popdot {
  background: #fff;
  color: #fff;
  float: right;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.change-assine-popdot i {
  color: #666;
}

.change-assine-popdot i:hover {
  color: #f75347;
}

.change-assine-popdot a {
  color: #fff;
  padding: 0px 3px;
  float: left;
}

.change-assine-popdot ul {
  margin: 0 10px;
  padding: 10px 10px 15px
}

/* .change-assine-popdot ul li {} */
.change-assine-popdot ul li.dropheader {
  padding: 0px
}

.change-assine-popdot ul li.dropheader h6 {
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  color: #e66b6b;
  font-weight: 700;
  border-bottom: 1px solid #e66b6b
}

.change-assine-popdot ul li .droplist {
  font-size: 13px;
  padding: 5px 0px;
  transition: 0.3s;
  float: left;
  width: 100%
}

.checkbox {
  background-color: #fff;
  height: 20px;
  margin: 0 13px 0 0;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #626262;
  float: left !important;
}

.checkbox span {
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
  padding: 0
}

.checkbox span:after {
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  display: block;
  height: 14px;
  left: 2px;
  position: absolute;
  top: 8px;
  width: 8px
}

.checkbox span:hover:after {
  border-color: #999
}

.checkbox input {
  display: none
}

.checkbox input:checked+span:after {
  -webkit-animation: check .8s;
  -moz-animation: check .8s;
  -o-animation: check .8s;
  animation: check .8s;
  border-color: #555
}

.checkbox input:checked+.default:after {
  border-color: #444
}

/*.mightOverflow{width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}*/
/* .tooltip {
  background: #fff;
  font-size: 12px;
  color: #000;
  border-radius: 5px
}

.tooltip-inner {
  background: #f5f5f5;
  color: #222;
  font-size: 13px;
  border-radius: 5px;
  letter-spacing: 0.3px;
  font-weight: 500;
  line-height: 19px;
  border-bottom: none;
  border: 1px solid #ddd
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #ddd;
  border-radius: 5px
} */

/* New Sales -------------------------------- */
.newsales-table {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
}

.newsales-table table tr td {
  font-size: 13px;
  width: fit-content;
}

.newsales-table table tr td:first-child {
  width: 50px;
}

.newsales-table table tr th:first-child {
  width: 50px;
}

.newsales-table table tr th:nth-child(2) {
  width: 120px;
}

.newsales-table table tr th:nth-child(2) {
  width: 120px;
}

.newsales-table table tr th:nth-child(3) {
  width: 120px;
}

.newsales-table table tr th:nth-child(5) {
  width: 120px;
}

.newsales-table table tr th:nth-child(6) {
  width: 120px;
}

/* .newsales-table table tr td:nth-child(7){width:140px;}
.newsales-table table tr td:nth-child(8){width:140px;}
.newsales-table table tr td:nth-child(9){width:130px;}
*/
.newsales-table table tr td:last-child {
  width: 120px;
}

.newsales-table table tr th:last-child {
  width: 120px;
}

.sales-edit-invoice {
  float: left;
  width: 100%;
}

.sales-edit-invoice table {
  width: 100%;
}

.sales-edit-invoice table tr th:first-child {
  width: 40px;
}

.sales-edit-invoice table tr th:nth-child(2) {
  width: 80px;
}

.sales-edit-invoice table tr th:nth-child(3) {
  width: 400px;
}

.sales-edit-invoice table tr th:nth-child(4) {
  width: 100px;
}

.sales-edit-invoice table tr th:nth-child(5) {
  width: 100px;
}

.sales-edit-invoice table tr th:nth-child(6) {
  width: 100px;
}

.sales-edit-invoice table tr th:nth-child(7) {
  width: 100px;
}

.sales-edit-invoice table tr th:nth-child(8) {
  width: 100px;
}

.sales-edit-invoice table tr th:nth-child(9) {
  width: 100px;
}

.sales-edit-invoice table tr th:nth-child(10) {
  width: 100px;
}

.sales-edit-invoice table tr th:last-child {
  width: 50px;
}


.sales-edit-invoice .dt-layout-table {
  padding: 0;
}

/* Products -------------------------------- */
/* .product-table {} */
.product-table tr td {
  font-size: 13px;
}

.product-table tr td:first-child {
  width: 60px;
  background: #fff1f1 !important;
}

.product-table tr td:nth-child(2) {
  width: 70px;
}

.product-table tr td:nth-child(3) {
  width: 100px;
}

.product-table tr td:nth-child(7) {
  width: 100px;
}

.product-table tr td:nth-child(8) {
  width: 100px;
}

.product-table tr td:nth-child(9) {
  width: 100px;
}

.product-table tr td:nth-child(10) {
  width: 100px;
}

.product-table tr td:nth-child(11) {
  width: 100px;
}

.product-table tr td:nth-child(12) {
  width: 100px;
}

.product-table tr td:nth-child(13) {
  width: 100px;
}

.product-table tr td:nth-child(14) {
  width: 110px;
}

.add-product-popup {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  /* margin-bottom: 30px; */
  background: #fff;
}

.add-product-popup form select.smallselect {
  width: 80px;
  border-radius: 0 3px 3px 0 !important;
  float: left;
}

.add-product-popup form input.smallinput {
  width: 68px;
  padding: 6px 5px 6px 5px !important;
  border-radius: 3px 0 0 3px !important;
  border-right: none !important;
  float: left;
}



.add-product-popup .total-manifests-area {
  margin-bottom: 15px !important;
}

.add-product-popup .verical-scrl-wrapper {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  max-height: 250px;
  padding-right: 0 !important;
}

.add-product-popup p {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 17px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px 0;
}

.add-product-popup .form-check-label {
  float: left;
  width: auto;
  margin: 0 10px 0 0px;
  padding: 2px 0;
  font-size: 13px;
}

.add-product-popup input[type=radio] {
  border-radius: 50% !important;
  --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
  width: 150px !important;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
  float: left;
  margin-bottom: 0 !important;
  padding: 10px 0 0 0 !important;
  margin-right: 10px
}

.add-product-popup input.savbtn {
  width: auto !important;
  margin: 0 10px 0 0;
  color: #fff;
  font-weight: 400;
}

.add-product-popup input.closebtn {
  width: auto !important;
  margin: 0 10px 0 0;
  color: #fff;
  font-weight: 400;
}

.add-product-popup h4 {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  border-left: 3px solid #e28483;
  padding: 5px 10px;
  background: #f5f5f5;
  color: #000;
  letter-spacing: 0.5px;
}

.add-product-popup .col-form-label {
  font-size: 13px;
  font-weight: 500;
  float: left;
  text-align: left;
  width: 100%;
}

.add-product-popup .col-form-label-left {
  font-size: 13px;
  font-weight: 500;
  float: left;
  text-align: left;
}

.add-product-popup form select {
  border-radius: 3px !important;
  font-size: 14px !important;
  padding: .375rem .75rem !important;
}

.add-product-popup form select,
input,
textarea {
  border-radius: 3px !important;
  font-size: 14px !important;
}

.add-product-popup .form-check {
  padding-left: 0;
}

.add-product-popup .form-check a {
  float: left;
  margin-right: 7px;
}

.add-product-popup .form-check a i {
  border: 1px solid #cacaca;
  padding: 4px 5px;
  color: #666;
  background: #eee;
  border-radius: 3px;
}


.add-product-popup .grebx {
  float: left;
  width: 100%;
  padding: 15px;
  background: #fdedeb;
  border: 1px solid #eaccc8;
}

.add-product-popup .grebx input {
  margin-bottom: 15px;
}

.add-product-popup .grebx .form-check {
  float: left;
  padding-left: 1.5em;
}

.add-product-popup .grebx .text-danger {
  font-size: 13px;
  line-height: 14px;
  float: left;
  width: 100%;
}

.add-product-popup .grebx .form-control {
  padding: 5px !important;
}

.add-product-popup .grebx hr {
  margin: 15px 0 30px 0;
  float: left;
  width: 100%;
  border-top: 1px solid #939393;
}

.add-product-popup ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.add-product-popup ul li {
  float: left;
  width: 28%;
  margin: 0 12px 7px 0;
}

.add-product-popup ul li label.form-check-label {
  font-size: 14px;
}

.add-product-popup .arrivebox {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px;
  float: left;
  width: 100%;
}


div.checklistContainer {
  padding: 3px !important;
  background: #fff !important;
  border: 1px solid #eee !important;
  margin-bottom: 0;
  font-size: 12px;
}

div.checklistContainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div.checklistContainer ul li {
  width: 100%;
  margin: 0;
}

div.checklist li input {
  width: auto;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* .input-group-addon i {} */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 12px;
}

.formbox {
  background: #f5f5f5;
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 15px;
}

th .minitable-one {
  color: #444444 !important;
}

table.table.dataTable tr th.dark-head {
  background: #da7b7a !important;
}

table.table.dataTable tr th.minitable-one {
  background: #da7b7a !important;
}

table.table.dataTable tr th.minitable-two {
  background: #da7b7a !important;
}

.minitable-one {
  background: #fff7f6 !important;
  color: #ff7059 !important;
}

.minitable-two {
  background: #ffedea !important;
  color: #ff7059 !important;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .add-product-popup form input.smallinput {
    width: 52px !important;
  }

  .add-product-popup form select.smallselect {
    width: 65px;
  }
}


/* Order History -------------------------------- */
.order-history-table {
  float: left;
  width: 100%;
}

.order-history-table tr td {
  font-size: 13px;
  min-width: 120px;
}

.order-history-table tr td a {
  float: none;
}

.order-history-table tr td span {
  float: none;
}

.order-history-table tr td:first-child {
  width: 70px;
  text-align: center;
}

.order-history-table tr th:first-child {
  width: 70px;
  text-align: center;
}

.order-history-table tr th:nth-child(2) {
  width: 80px;
  text-align: left;
}

.order-history-table tr td:nth-child(2) {
  text-align: left;
}

.order-history-table tr th:nth-child(3) {
  width: 200px;
  text-align: left;
}

.order-history-table tr td:nth-child(3) {
  text-align: left;
}

.order-history-table tr th:nth-child(4) {
  width: 80px;
  text-align: left;
}

.order-history-table tr td:nth-child(4) {
  text-align: left;
}

.order-history-table tr th:nth-child(5) {
  width: 80px;
  text-align: right;
}

.order-history-table tr td:nth-child(5) {
  width: 80px;
  text-align: right;
}

.order-history-table tr th:nth-child(6) {
  width: 60px;
  text-align: center;
}

.order-history-table tr td:nth-child(6) {
  width: 60px;
  text-align: center;
}

.order-history-table tr th:nth-child(7) {
  width: 80px;
  text-align: center;
}

.order-history-table tr td:nth-child(7) {
  width: 80px;
  text-align: center;
}

.order-history-table tr th:nth-child(8) {
  width: 120px;
  text-align: center;
}

.order-history-table tr td:nth-child(8) {
  width: 120px;
  text-align: center;
}

.order-history-table tr th:nth-child(9) {
  width: 80px;
  text-align: center;
}

.order-history-table tr td:nth-child(9) {
  width: 80px;
  text-align: center;
}

.order-history-table tr th:nth-child(10) {
  width: 80px;
  text-align: center;
}

.order-history-table tr td:nth-child(10) {
  width: 80px;
  text-align: center;
}

.order-history-table tr th:last-child {
  width: 80px;
  text-align: center;
}

.order-history-table tr td:last-child {
  text-align: center;
}


.order-summery-invoice-tbl {
  float: left;
  width: 100%;
}

.order-summery-invoice-tbl table {
  width: 100%;
}

.order-summery-invoice-tbl table tr th:first-child {
  width: 90px;
}

.order-summery-invoice-tbl table tr th:first-child(1) {
  width: 350px;
}

.order-summery-invoice-tbl table tr th:nth-child(2) {
  width: 420px;
}

.order-summery-invoice-tbl table tr th:nth-child(3) {
  width: 100px;
}

.order-summery-invoice-tbl table tr th:nth-child(4) {
  width: 100px;
}

.order-summery-invoice-tbl table tr th:nth-child(5) {
  width: 100px;
}

.order-summery-invoice-tbl table tr th:nth-child(6) {
  width: 100px;
}

.order-summery-invoice-tbl table tr th:last-child {
  width: 100px;
}



/* Login Page Css ---------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&display=swap");

:root {
  --c-primary: #b2b377;
  --p-8-16: 8px 16px;
  --m-8-0: 8px 0;
}

.login-body {
  width: 100vw;
  height: 100vh;
  background-image: url("../img/login-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  font-size: 63.5%;
}

.login-container {
  padding: 40px 20px;
  text-align: center;
}

.login-content {
  backdrop-filter: blur(6px);
  /*  border: 2px solid #d2d18080;*/
  -webkit-box-shadow: -1px -1px 30px -8px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -1px -1px 30px -8px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 30px -8px rgba(0, 0, 0, 0.9);
  padding: 100px 50px;
  border-radius: 1.6rem;
  color: white;
  float: left;
  width: 100%;
}

.login-content p {
  float: left;
  width: 100%;
  font-size: 15px;
  margin: 20px 0 0 0;
}

.logo {
  font-size: 2rem;
}

h2 {
  font-size: 3rem;
  line-height: 2.8;
}

.login-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.2rem;
  max-width: 420px;
  margin: 0 auto;
}

.login-form input {
  width: 100%;
  background-color: #ffffff40;
  color: #fff;
  padding: var(--p-8-16);
  border-radius: 8px;
  margin: 10px 0;
}

input {
  font-size: 1.2rem;
  border: none;
  /*  margin: var(--m-8-0);*/
}

input::placeholder {
  color: #fff;
}

input[type="submit"] {
  border: none;
  background-color: #41c1f0;
  color: #163020;
  font-weight: 600;
  margin-top: 20px;
}

.login-submit-btn {
  border: none;
  background-color: #41c1f0;
  color: #163020;
  font-weight: 600;
  /*    margin-top: 20px;*/
  width: 100%;
  border-radius: 3px;
  margin: 10px 0;
  padding: 8px 16px;
  font-size: 16px;
}

.login-content_header {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}

.login-netoworks,
.login-or {
  margin: 16px 0;
  font-size: 14px;
}

hr {
  width: 100%;
  border-color: #ddd;
}

.login-icons {
  text-align: left;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  max-width: 320px;
  padding: 0;
}

.login-icons li {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #ffffff40;
  padding: var(--p-8-16);
  margin: var(--m-8-0);
  border-radius: 4px;
  font-size: 16px;
  ;
  font-weight: 200;
}

.login-icons li>[type="logo"] {
  margin-right: 8px;
}

.login-footer {
  position: absolute;
  color: var(--c-primary);
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-content_header span.logo {
  width: 200px;
}

.login-content_header span.logo img {
  width: 200px;
  max-height: 100% !important;
  margin-right: 0 !important;
}

@media screen and (min-width: 400px) {
  .login-content_header span.logo {
    width: 200px;
  }

  .login-content_header span.logo img {
    width: 200px;
    max-height: 100% !important;
    margin-right: 0 !important;
  }

  .login-container {
    padding: 0px;
    height: 100vh;
  }

  .login-content {
    position: absolute;
    right: 0px;
    width: 750px;
    height: 100%;
    max-height: 100%;
    border: 0;
    border-left: 2px solid #d2d18080;
    border-radius: 0;
    max-width: 100%;
  }

  .login-content {
    animation: fRight 1s ease-in-out;
  }
}

@keyframes fRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }

  to {
    opacity: 1;
  }
}

.login-footer {
  left: 20px;
  transform: none;
}

.login-checkbox {
  background-color: #fff;
  display: inline-block;
  height: 20px;
  margin: 0 13px 0 0;
  width: 20px;
  border-radius: 4px;
  /* float: left */
}

.login-checkbox span {
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
  padding: 0
}

.login-checkbox span:after {
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  display: block;
  height: 14px;
  left: 2px;
  position: absolute;
  top: 8px;
  width: 8px
}

.login-checkbox span:hover:after {
  border-color: #999
}

.login-checkbox input {
  display: none
}

.login-checkbox input:checked+span:after {
  -webkit-animation: check .8s;
  -moz-animation: check .8s;
  -o-animation: check .8s;
  animation: check .8s;
  border-color: #555
}

.login-checkbox input:checked+.default:after {
  border-color: #444
}

.login-form label {
  float: left;
  font-size: 14px;
  font-weight: 400;
}

/* Customer Account Page Css ---------------------- */
.customer-ac-area {
  float: left;
  width: 100%;
}

.customer-ac-area h3 {
  float: left;
  width: 100%;
  border: 1px solid #ededed;
  margin: 0 0 20px 0;
  background: #f7f7f7;
  padding: 7px 10px;
  color: #222;
  border-left: 2px solid #f0ae06;
}

.customer-ac-area h3 span {
  float: left;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin: 6px 0 0 0;
}

.customer-ac-area h3 a {
  background: #41c1f0;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #33afdc;
  float: right;
  font-size: 11px;
  margin: 0 5px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-container .show-order-area .select-custo {
  float: right;
  margin-bottom: 0;
  /*width: 100%; */
}

.main-container .show-order-area .select-custo label {
  background: none;
  padding: 5px 0 0 0;
  border: none;
  margin: 0 10px 0 0;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  float: left;
}

.main-container .show-order-area .select-custo input {
  width: 250px;
  float: left;
  padding: 6px 15px 6px 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 0 10px 0 0;
  font-size: 14px;
}

.main-container .show-order-area .select-custo select {
  width: 250px;
  float: left;
  margin: 0 15px 0 0;
}

.period-form-area {
  float: left;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 15px;
  margin-top: 15px;
}

.period-form-area p {
  float: left;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}

.period-form-area p b {
  font-weight: 600;
}

.period-form-area table {
  width: 100%;
  margin-bottom: 15px;
}

.period-form-area table tr td {
  font-size: 14px;
}

.period-form-area table tr th {
  font-size: 15px;
  background: #eee;
}

.period-form-area table tr td b {
  font-weight: 500;
}

/* Data Table ------------------------- */
table.table.dataTable {
  width: 100% !important;
  background: #fff;
}

table.table.dataTable colgroup col {
  width: auto !important;
}

table.table.dataTable tr th {
  background-color: #e28483;
  color: #fff !important;
  border-color: #e27172;
  /* border-top: 1px solid #e27172;
  border-bottom: 1px solid #e27172; */
  font-weight: 500;
  font-size: 13px;
  z-index: 99;
  padding: .5rem .5rem !important;
}


div.dt-container div.dt-length select {
  width: 80px !important;
  margin-right: 10px;
}

div.dt-container div.dt-length label {
  font-size: 13px;
  margin-top: 5px;
}

div.dt-container div.dt-search label {
  font-size: 14px;
  font-weight: 500 !important;
  float: left;
  margin-top: 5px;
}

.page-item:first-child .page-link {
  background: #fff;
}

.disabled>.page-link,
.page-link.disabled {
  background: #fff;
}

.active>.page-link,
.page-link.active {
  background-color: #fff !important;
  color: #e28483 !important;
  border-color: #ddd !important;
  border-bottom: 2px solid #e28483 !important;
  padding: 3px 10px 2px 10px !important;
}

/* Pagination css ------------------ */
.disabled>.page-link,
.page-link.disabled {
  font-size: 13px;
}

.page-link {
  padding: 3px 10px !important;
  float: left !important;
  font-size: 13px !important;
  color: #666 !important;
}

/* Reject Order ---------------- */
.rejectorder-popup {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
}

.rejectorder-popup .form-check-label {
  float: left;
  width: auto;
  margin: 0 10px 0 0px;
  padding: 2px 0;
  font-size: 13px;
}

.rejectorder-popup input[type=radio] {
  border-radius: 50% !important;
  --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
  width: 150px !important;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
  float: left;
  margin-bottom: 0 !important;
  padding: 10px 0 0 0 !important;
  margin-right: 10px
}

.rejectorder-popup h4 {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  border-left: 3px solid #e28483;
  padding: 5px 10px;
  background: #f5f5f5;
  color: #000;
  letter-spacing: 0.5px;
}

.rejectorder-popup table {
  width: 100%;
}

.rejectorder-popup table tr td {
  width: 50%;
  padding: 5px 7px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.rejectorder-popup table tr td:first-child {
  font-weight: 500;
  color: #000;
}

.rejectorder-popup .col-form-label {
  font-size: 14px;
  font-weight: 500;
  float: left;
}

.rejectorder-popup form select,
input,
textarea {
  border-radius: 3px !important;
  font-size: 14px !important;
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px;
}

.updatebtn {
  background: #a5a5a5;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #9b9999;
  float: right;
  font-size: 13px;
  margin-top: 15px;
  font-weight: 500;
}

/* Sales View Css ------------------------------- */
.sales-view-area {
  float: left;
  width: 60%;
  border: 1px solid #ddd;
  padding: 25px;
  margin-bottom: 35px;
}

.sales-view-area a {
  background: #41c1f0;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #33afdc;
  float: left;
  font-size: 11px;
  margin: 0 0px 15px 0;
  font-weight: 500;
  text-transform: uppercase;
}

.sales-view-area h3 {
  float: left;
  width: 100%;
  border: 1px solid #ededed;
  margin: 0 0 20px 0;
  background: #f7f7f7;
  padding: 7px 10px;
  color: #222;
  border-left: 2px solid #f0ae06;
}

.sales-view-area h3 span {
  float: left;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin: 6px 0 0 0;
}

.sales-view-area h3 a {
  background: #41c1f0;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #33afdc;
  float: right;
  font-size: 11px;
  margin: 0 0px;
  font-weight: 500;
  text-transform: uppercase;
}

.sales-view-area p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.sales-view-area p span {
  float: left;
  width: 100%;
  margin: 3px 0;
  font-weight: 500;
}

.sales-view-area ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sales-view-area ul li {
  float: left;
  width: 100%;
  margin-bottom: 4px;
  font-size: 14px;
}

.sales-view-area ul li span {
  font-weight: 500;
}

.sales-view-area .sales-view-table {
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 25px 0 0 0;
  margin: 25px 0 0 0;
}

.sales-view-area .sales-view-table table {
  width: 100%;
}

/* .sales-view-area .sales-view-table table tr th { background: #eee; font-size: 14px; font-weight: 500;  } */
.sales-view-area .sales-view-table table tr td {
  font-size: 14px;
}

.sales-view-area .sales-view-table table tr td .right {
  float: right;
}

.sales-view-area .sales-view-table table tr td span {
  text-align: right;
  font-weight: 500;
}

.sales-view-area .sales-view-table p {
  float: left;
  width: 100%;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

/* Add New Product ------------------------------------------- */
.main-container .show-addprod-area {
  float: left;
  width: 100%;
  margin: 0px 0 10px 0;
}

.main-container .show-addprod-area p {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
}

.addnew-product-area {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 0 0;
}

.main-container .show-addprod-area input {
  width: 250px;
  float: left;
  padding: 6px 15px 6px 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 0 0 0 0;
  font-size: 14px;
}

.addnew-product-area h3 {
  float: left;
  width: 100%;
  border: 1px solid #ededed;
  margin: 0 0 20px 0;
  background: #f7f7f7;
  padding: 7px 10px;
  color: #222;
  border-left: 2px solid #f0ae06;
}

.addnew-product-area h3 span {
  float: left;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin: 6px 0 0 0;
}

.addnew-product-area h3 a {
  background: #41c1f0;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #33afdc;
  float: right;
  font-size: 11px;
  margin: 0 5px;
  font-weight: 500;
  text-transform: uppercase;
}

.addnew-tbl {
  float: left;
  width: 100%;
  margin: 5px 0 25px 0;
}

.addnew-tbl table {
  width: 100%;
}

/* .addnew-tbl table tr td {} */
/* .addnew-tbl table tr td p {} */
.addnew-tbl table tr td:first-child {
  width: 90px;
  background: #fff1f1 !important;
}

.addnew-tbl tr td:nth-child(2) {
  width: 150px;
}

.addnew-tbl tr td:nth-child(3) {
  width: 500px;
}

/*.addnew-tbl tr td:nth-child(5) {width: 150px;}*/
.addnew-tbl table tr td:last-child {
  width: 100px;
}

.addnew-tbl table tr td input {
  width: 150px !important;
}

.addnew-tbl table tr td .deletebtn {
  background: #f2594b;
  color: #fff;
  border-radius: 3px;
  padding: 3px 10px;
  border: 1px solid #df4436;
  font-weight: 400;
  float: left;
  width: auto !important;
}

/* Return List Css ---------------------------------- */
.returnlist-table {
  float: left;
  width: 100%;
}

.returnlist-table tr td {
  font-size: 13px;
}

.returnlist-table tr td a {
  float: none !important;
}

.returnlist-table tr th:first-child {
  width: 120px;
  text-align: center;
}

.returnlist-table tr td:first-child {
  text-align: center;
}

.returnlist-table tr th:nth-child(2) {
  width: 120px;
  text-align: center;
}

.returnlist-table tr td:nth-child(2) {
  text-align: center;
}

.returnlist-table tr th:nth-child(4) {
  width: 120px;
  text-align: right;
}

.returnlist-table tr td:nth-child(4) {
  text-align: right;
}

.returnlist-table tr th:nth-child(5) {
  width: 120px;
  text-align: center;
}

.returnlist-table tr td:nth-child(5) {
  text-align: center;
}

.returnlist-table tr th:nth-child(6) {
  width: 120px;
  text-align: center;
}

.returnlist-table tr td:nth-child(6) {
  text-align: center;
}

.returnlist-table tr th:nth-child(7) {
  width: 120px;
  text-align: center;
}

.returnlist-table tr td:nth-child(7) {
  text-align: center;
}

.returnlist-table tr th:last-child {
  width: 120px;
  text-align: center;
}

.returnlist-table tr td:last-child {
  text-align: center;
}


.sales-view-table2 {
  float: left;
  width: 100%;
}

.sales-view-table2 tr td {
  font-size: 13px;
}

.sales-view-table2 tr td a {
  float: none !important;
}

.sales-view-table2 tr th:first-child {
  width: 400px;
  text-align: left;
}

.sales-view-table2 tr td:first-child {
  text-align: left;
}

.sales-view-table2 tr th:nth-child(2) {
  width: 100px;
  text-align: center;
}

.sales-view-table2 tr td:nth-child(2) {
  text-align: center;
}

.sales-view-table2 tr th:nth-child(3) {
  width: 100px;
  text-align: center;
}

.sales-view-table2 tr td:nth-child(3) {
  text-align: center;
}

.sales-view-table2 tr th:nth-child(4) {
  width: 100px;
  text-align: right;
}

.sales-view-table2 tr td:nth-child(4) {
  text-align: right;
}

.sales-view-table2 tr th:nth-child(5) {
  width: 100px;
  text-align: center;
}

.sales-view-table2 tr td:nth-child(5) {
  text-align: center;
}

.sales-view-table2 tr th:nth-child(6) {
  width: 100px;
  text-align: center;
}

.sales-view-table2 tr td:nth-child(6) {
  text-align: center;
}

.sales-view-table2 tr th:nth-child(7) {
  width: 100px;
  text-align: center;
}

.sales-view-table2 tr td:nth-child(7) {
  text-align: center;
}

.sales-view-table2 tr th:last-child {
  width: 100px;
  text-align: center;
}

.sales-view-table2 tr td:last-child {
  text-align: center;
}

.sales-view-table2 tr td span.right {
  text-align: right;
  float: right;
}

/* return */
.return-view-table {
  float: left;
  width: 100%;
}

.return-view-table tr td {
  font-size: 13px;
}

.return-view-table tr td a {
  float: none !important;
}

.return-view-table tr th:first-child {
  width: 400px;
  text-align: left;
}

.return-view-table tr td:first-child {
  text-align: left;
}

.return-view-table tr th:nth-child(2) {
  width: 100px;
  text-align: center;
}

.return-view-table tr td:nth-child(2) {
  text-align: center;
}

.return-view-table tr th:nth-child(3) {
  width: 100px;
  text-align: left;
}

.return-view-table tr td:nth-child(3) {
  text-align: left;
}

.return-view-table tr th:nth-child(4) {
  width: 100px;
  text-align: left;
}

.return-view-table tr td:nth-child(4) {
  text-align: left;
}

.return-view-table tr th:nth-child(5) {
  width: 100px;
  text-align: left;
}

.return-view-table tr td:nth-child(5) {
  text-align: left;
}

.return-view-table tr th:last-child {
  width: 100px;
  text-align: center;
}

.return-view-table tr td:last-child {
  text-align: center;
}

.return-view-table tr td span.right {
  text-align: right;
  float: right;
}


/* Add Return ------------- */
.add-return {
  float: left;
  width: 100%;
}

.add-return table {
  width: 100%;
}

.add-return table tr td a {
  float: none !important;
}

.add-return table tr td span {
  float: none !important;
}

.add-return table tr th:first-child {
  width: 120px;
  text-align: center;
}

.add-return table tr td:first-child {
  text-align: center;
}

.add-return table tr th:nth-child(2) {
  width: 120px;
  text-align: center;
}

.add-return table tr td:nth-child(2) {
  text-align: center;
}

.add-return table tr th:nth-child(4) {
  width: 80px;
  text-align: center;
}

.add-return table tr td:nth-child(4) {
  text-align: center;
}

.add-return table tr th:nth-child(5) {
  width: 90px;
  text-align: center;
}

.add-return table tr td:nth-child(5) {
  text-align: center;
}

.add-return table tr th:nth-child(6) {
  width: 90px;
  text-align: center;
}

.add-return table tr td:nth-child(6) {
  text-align: center;
}

.add-return table tr th:nth-child(7) {
  width: 100px;
  text-align: right;
}

.add-return table tr td:nth-child(7) {
  text-align: right;
}

.add-return table tr th:nth-child(8) {
  width: 100px;
  text-align: center;
}

.add-return table tr td:nth-child(8) {
  text-align: center;
}

.add-return table tr th:nth-child(9) {
  width: 120px;
  text-align: right;
}

.add-return table tr td:nth-child(9) {
  text-align: right;
}

.add-return table tr th:nth-child(10) {
  width: 100px;
  text-align: center;
}

.add-return table tr td:nth-child(10) {
  text-align: center;
}

.add-return table tr th:nth-child(11) {
  width: 100px;
  text-align: center;
}

.add-return table tr td:nth-child(11) {
  text-align: center;
}

.add-return table tr th:last-child {
  width: 120px;
  text-align: center;
}

.add-return table tr td:last-child {
  text-align: center;
}

/* // Add Return Top ---------------- */
.add-return1 {
  float: left;
  width: 100%;
}

.add-return1 table {
  width: 100%;
}

.add-return1 table tr td a {
  float: none !important;
}

.add-return1 table tr td span {
  float: none !important;
}

.add-return1 table tr th:first-child {
  width: 80px;
  text-align: center;
}

.add-return1 table tr td:first-child {
  text-align: center;
}

.add-return1 table tr th:nth-child(2) {
  width: 80px;
  text-align: center;
}

.add-return1 table tr td:nth-child(2) {
  text-align: right;
}

.add-return1 table tr th:nth-child(3) {
  width: 180px;
  text-align: center;
}

.add-return1 table tr td:nth-child(3) {
  text-align: center;
}

.add-return1 table tr th:nth-child(4) {
  width: 80px;
  text-align: center;
}

.add-return1 table tr td:nth-child(4) {
  text-align: center;
}

.add-return1 table tr th:nth-child(5) {
  width: 80px;
  text-align: center;
}

.add-return1 table tr td:nth-child(5) {
  text-align: center;
}

.add-return1 table tr th:nth-child(6) {
  width: 80px;
  text-align: center;
}

.add-return1 table tr td:nth-child(6) {
  text-align: center;
}

.add-return1 table tr th:nth-child(7) {
  width: 80px;
  text-align: right;
}

.add-return1 table tr td:nth-child(7) {
  text-align: right;
}

.add-return1 table tr th:nth-child(8) {
  width: 80px;
  text-align: center;
}

.add-return1 table tr td:nth-child(8) {
  text-align: center;
}

.add-return1 table tr th:nth-child(9) {
  width: 80px;
  text-align: right;
}

.add-return1 table tr td:nth-child(9) {
  text-align: right;
}

.add-return1 table tr th:nth-child(10) {
  width: 80px;
  text-align: center;
}

.add-return1 table tr td:nth-child(10) {
  text-align: center;
}

.add-return1 table tr th:nth-child(11) {
  width: 80px;
  text-align: center;
}

.add-return1 table tr td:nth-child(11) {
  text-align: center;
}

.add-return1 table tr th:nth-child(12) {
  width: 80px;
  text-align: center;
}

.add-return1 table tr td:nth-child(12) {
  text-align: center;
}

.add-return1 table tr th:last-child {
  width: 80px;
  text-align: center;
}

.add-return1 table tr td:last-child {
  text-align: center;
}




.add-return-top {
  float: left;
  width: 100%;
}

.add-return-top table {
  width: 100%;
}

.add-return-top table tr td a {
  float: none !important;
}

.add-return-top table tr td span {
  float: none !important;
}

.add-return-top table tr th:first-child {
  width: 50px;
  text-align: center;
}

.add-return-top table tr td:first-child {
  text-align: center;
}

.add-return-top table tr th:nth-child(2) {
  width: 120px;
  text-align: center;
}

.add-return-top table tr td:nth-child(2) {
  text-align: center;
}

.add-return-top table tr th:nth-child(3) {
  width: 120px;
  text-align: center;
}

.add-return-top table tr td:nth-child(3) {
  text-align: center;
}

.add-return-top table tr th:nth-child(4) {
  width: 120px;
  text-align: center;
}

.add-return-top table tr td:nth-child(4) {
  text-align: center;
}

.add-return-top table tr th:nth-child(5) {
  width: 120px;
  text-align: right;
}

.add-return-top table tr td:nth-child(5) {
  text-align: right;
}

.add-return-top table tr th:nth-child(6) {
  width: 120px;
  text-align: center;
}

.add-return-top table tr td:nth-child(6) {
  text-align: center;
}

.add-return-top table tr th:nth-child(7) {
  width: 120px;
  text-align: right;
}

.add-return-top table tr td:nth-child(7) {
  text-align: right;
}

.add-return-top table tr th:nth-child(8) {
  width: 120px;
  text-align: center;
}

.add-return-top table tr td:nth-child(8) {
  text-align: center;
}

.add-return-top table tr th:nth-child(9) {
  width: 120px;
  text-align: center;
}

.add-return-top table tr td:nth-child(9) {
  text-align: center;
}




.swal2-popup .swal2-styled {
  margin-top: 0 !important;
}

.returnlist-table tr td a.acceptbtn {
  float: left;
  width: auto;
  border-radius: 3px;
  margin: 0 5px;
  font-size: 13px;
  font-weight: 400;
  background: #5cb85c;
  color: #fff;
  padding: .2em .6em .3em;
  border: 1px solid #43a843;
}

.returnlist-table tr td a.rejectbtn {
  float: left;
  width: auto;
  border-radius: 3px;
  margin: 0 5px;
  font-size: 13px;
  font-weight: 400;
  background: #d9534f;
  color: #fff;
  padding: .2em .6em .3em;
}

/* Add Return Css ---------------------------------- */
.main-container .orderi-area-area {
  float: left;
  width: 100%;
  margin: 0px 0 10px 0;
}

.main-container .orderi-area-area p {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
}

.addnew-product-area {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 0 0;
}

.addnew-product-area h4 {
  float: left;
  width: 100%;
  background: #e6edf2;
  font-size: 16px;
  padding: 5px 15px;
  color: #222;
}

.main-container .orderi-area input {
  width: 100%;
  float: left;
  padding: 6px 15px 6px 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 0 0 0 0;
  font-size: 14px;
}

.addnew-product-area h3 {
  float: left;
  width: 100%;
  border: 1px solid #ededed;
  margin: 0 0 20px 0;
  background: #f7f7f7;
  padding: 7px 10px;
  color: #222;
  border-left: 2px solid #f0ae06;
}

.addnew-product-area h3 span {
  float: left;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin: 5px 0;
}

.addnew-product-area h3 a {
  background: #41c1f0;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #33afdc;
  float: right;
  font-size: 11px;
  margin: 0 5px;
  font-weight: 500;
  text-transform: uppercase;
}

.addreturn-tbl {
  float: left;
  width: 100%;
  margin: 5px 0 25px 0;
}

.addreturn-tbl table {
  width: 100%;
}

.addreturn-tbl table tr th {
  text-align: left;
}

.addreturn-tbl table tr td {
  text-align: left;
}

.addreturn-tbl table tr td:first-child {
  width: 140px;
  background: #fff1f1 !important;
}

.addreturn-tbl tr td:nth-child(2) {
  width: 150px;
}

.addreturn-tbl tr td:nth-child(3) {
  width: 500px;
}

.addreturn-tbl table tr td:last-child {
  width: 100px;
}

.addreturn-tbl table tr td input {
  width: 150px !important;
}

.addreturn-tbl table tr td .deletebtn {
  background: #f2594b;
  color: #fff;
  border-radius: 3px;
  padding: 3px 10px;
  border: 1px solid #df4436;
  font-weight: 400;
  float: left;
  width: auto !important;
}

.orderitm-tbl {
  float: left;
  width: 100%;
  margin: 5px 0 25px 0;
}

.orderitm-tbl h4 {
  float: left;
  width: 100%;
  background: #e6edf2;
  font-size: 16px;
  padding: 5px 15px;
  color: #222;
}

.orderitm-tbl .rtnbtn {
  background: #41c1f0;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #33afdc;
  float: left;
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: 500
}

.orderitm-tbl a {
  float: left;
}

.orderitm-tbl table {
  width: 100%;
}

.orderitm-tbl table tr th {
  text-align: left;
}

.orderitm-tbl table tr td {
  text-align: left;
}

.orderitm-tbl table tr td:first-child {
  width: 100px;
  background: #fff1f1 !important;
}

.orderitm-tbl table tr td:nth-child(2) {
  width: 150px;
}

.orderitm-tbl table tr td:nth-child(3) {
  width: 150px;
}

.orderitm-tbl table tr td:nth-child(8) {
  width: 220px;
}

.orderitm-tbl table tr td:nth-child(9) {
  width: 220px;
}

.orderitm-tbl table tr td:last-child {
  width: 220px;
}

.textarea {
  float: left;
  width: 100%;
  margin: 25px 0 100px 0;
}

.textarea textarea {
  float: left;
  width: 100%;
  height: 150px;
}

.badge {
  background: #8ace4d;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  letter-spacing: 0.5px;
  font-weight: 400;
  float: left;
}

.badge:hover {
  background: #7cc23e;
}

.badge .red {
  background: #e44a5a;
}

.badge .red:hover {
  background: #cf3948;
}

.badge .yellow {
  background: #f5ad42;
}

.badge .yellow:hover {
  background: #e7a036;
}

.total-manifests-area {
  float: left;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.total-manifests-area p {
  float: left;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}

.total-manifests-area p b {
  font-weight: 600;
}

.total-manifests-area table {
  width: 100%;
  margin-bottom: 15px;
}

.total-manifests-area table tr td {
  font-size: 13px;
}

.total-manifests-area table tr td p {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}

.total-manifests-area table tr th {
  font-size: 14px;
  background: #eee;
}

.total-manifests-area table tr td b {
  font-weight: 500;
}

/* Sales View Css ------------------------------- */
.sales-view-area {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 25px;
  /* margin-bottom: 35px; */
  margin-bottom: 10;
  /* background: #fff; */
}



.sales-view-area a {
  background: #41c1f0;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #33afdc;
  float: left;
  font-size: 11px;
  margin: 0 0px 15px 0;
  font-weight: 500;
  text-transform: uppercase;
}

.sales-view-area h3 {
  float: left;
  width: 100%;
  border: 1px solid #ededed;
  margin: 0 0 20px 0;
  background: #f7f7f7;
  padding: 7px 10px;
  color: #222;
  border-left: 2px solid #f0ae06;
}

.sales-view-area h3 span {
  float: left;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin: 6px 0 0 0;
}

.sales-view-area h3 a {
  background: #41c1f0;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #33afdc;
  float: right;
  font-size: 11px;
  margin: 0 0px;
  font-weight: 500;
  text-transform: uppercase;
}

.sales-view-area p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.sales-view-area p span {
  float: left;
  width: 100%;
  margin: 3px 0;
  font-weight: 500;
}

.sales-view-area ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sales-view-area ul li {
  float: left;
  width: 100%;
  margin-bottom: 4px;
  font-size: 14px;
}

.sales-view-area ul li span {
  font-weight: 500;
}

.sales-view-area .sales-view-table {
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 25px 0 0 0;
  margin: 25px 0 0 0;
}

.sales-view-area .sales-view-table table {
  width: 100%;
}

.sales-view-area .sales-view-table table tr th {
  /* background: #eee; */
  font-size: 14px;
  font-weight: 500;
}

.sales-view-area .sales-view-table table tr td {
  font-size: 14px;
}

.sales-view-area .sales-view-table table tr td .right {
  float: right;
}

.sales-view-area .sales-view-table table tr td span {
  text-align: right;
  font-weight: 500;
}

.sales-view-area .sales-view-table p {
  float: left;
  width: 100%;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.react-select__menu {
  z-index: 9999;
  /* Ensure the dropdown is on top of other elements */
}

/* Page Header */
@media print {
  .page-header {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    z-index: 1000;
  }

  .main-container {
    margin-top: 60px;
    /* Adjust based on header height */
  }

  /* Print table footer only on the last page */
  .print-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
  }
}

/* Add space for footer on the last page */
@page {
  margin-bottom: 100px;
}

table#salesInvoice tr td input {
  width: 90px !important;
  text-align: center;
}

/* 31 August 24 ------------------------------- */
.bank-pagearea {
  float: left;
  width: 100%;
}

.bank-pagearea .bankmultitabs {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #fff;
  padding: 8px 10px;
  color: #e27172;
  font-size: 13px;
  border: 1px solid #f8e9e6;
  border-top: 2px solid #e27172;
  border-bottom: none;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
}

.nav-tabs .nav-link {
  background: #f8e9e6;
  color: #666;
  font-size: 13px;
  border: none;
  padding: 8px 10px;
  font-weight: 600;
  margin-right: 5px;
  border-radius: 0;
  border-top: 2px solid #ebd4d0;
  border-radius: 5px 5px 0 0;
}

.nav-tabs .nav-link:hover {
  border-top: 2px solid #d1ced3;
  color: #e27172 !important;
  border-bottom: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #000 !important;
}

.backlist-content-area {
  float: left;
  width: 100%;
  border: 1px solid #f8e9e6;
  padding: 5px;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.backlist-content-area h3 {
  float: left;
  line-height: normal;
  font-size: 18px;
  color: #2f6061;
}

.backlist-content-area .datepicker-input {
  height: auto;
  line-height: normal;
  font-size: 13px;
  border-radius: 3px;
}

.multisubmit {
  background: #2f6061;
  float: left;
  color: #fff;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 14px;
  line-height: normal;
}

.change-vehicl-btn {
  background: #2f6061;
  float: left;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 3px;
}

.devider {
  margin: 15px 0;
  float: left;
  width: 100%;
}

div.dt-container div.dt-search input {
  padding: 8px 15px;
  line-height: normal;
}

.acceptbtn {
  background: #417f7e;
  /* border: 1px solid #417f7e; */
  float: right;
  color: #fff;
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 13px;
  line-height: normal;
}

.acceptbtn.sbmit {
  padding: 11px 11px;
}

.rs-picker-popup.rs-picker-popup-daterange {
  padding: 0;
  z-index: 99;
}

.rs-picker-error>.rs-picker-input-group,
.rs-picker-error>.rs-picker-input-group:hover {
  border-color: none !important;
}

.rs-picker-error>.rs-picker-input-group,
.rs-picker-error>.rs-picker-input-group:hover {
  border-color: #eee;
  border-color: #eee;
}

.rs-picker-error>.rs-picker-input-group:focus-within {
  border-color: #eee;
  border-color: var(--rs-picker-state-error);
  outline: 3px solid rgb(from #eee r g b / 25%);
  outline: var(--rs-picker-state-error-outline);
}

.rs-picker-error>.rs-picker-input-group,
.rs-picker-error>.rs-picker-input-group:hover {
  border-color: #eee;
  border-color: var(--rs-picker-state-error);
}

.rs-input-group.rs-input-group-inside {
  background-color: #fff;
  background-color: var(--rs-input-bg);
  width: 100%;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
}

/* .datepicker-inputbx { float: left; border: 1px solid #eee; padding: 5px 10px; border-radius: 3px; background: #fff; } */
.rs-input-group>.rs-auto-complete,
.rs-input-group>.rs-input {
  position: relative;
  border: none !important;
  margin-right: 0 !important;
  float: left !important;
}

.rs-picker-toggle-wrapper {
  max-width: 100%;
  vertical-align: middle;
  float: left !important;
  margin-right: 15px;
}

.selectinput {
  border: 1px solid #eee !important;
  border-radius: 3px !important;
  /* height: 34px !important; */
  float: left;
  line-height: normal !important;
  padding: 8px 10px !important;
  /* margin-top: 3px; */
  font-size: 14px !important;
}

.form-control.paid_by {
  padding: 0px 0px 0px 10px !important;
}

/* Common css -------------------- */
.col-form-label {
  font-size: 14px;
  font-weight: 500;
  float: right;
  text-align: right;
}

.popup-area {
  float: left;
  width: 100%;
}

.popup-area p {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
}

.common-table {
  width: 100%;
}

.common-table tr td {
  font-size: 13px;
  color: #353535;
  vertical-align: middle;
}

.common-table tr td a.icon {
  float: left;
  border-radius: 3px;
  text-shadow: none;
}

.common-table tr td a.icon i {
  display: inline-flex;
  padding: 5px;
  color: hsl(215, 15%, 40%);
  border-radius: 12px;
  border: 1px solid;
  background-color: hsla(210, 14%, 92%, 0.1);
  border-color: hsl(210, 14%, 87%);
  box-shadow: hsla(215, 15%, 97%, 0.4) 0 2px 0 inset, hsla(215, 15%, 92%, 0.5) 0 -1.5px 0 inset, hsla(215, 15%, 89%, 0.5) 0 1px 2px 0;
  margin-right: 3px;
}

.common-table tr td a i {
  /* display: inline-flex;
  padding: 0;
  color: #fff;
  border-radius: 0;
  border: none;
  background-color: none;
  border-color: none;
  box-shadow: none;
  margin-right: 3px;
  background: none; */
}

.common-table tr td a span {
  display: inline;
  padding: 4px 7px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.common-table tr td a span2 {
  display: inline;
  padding: 4px 7px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  /* color: #fff; */
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.common-table tr td a img {
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  padding: 2px;
}

/* Master Page Css --------------------------- */
/* Supplier Page css -- */
.supplier-table {
  float: left;
  width: 100%;
}

.supplier-table tr td {
  font-size: 13px;
}

.supplier-table tr td a {
  float: none !important;
}

.supplier-table tr th:first-child {
  width: 50px;
  text-align: center;
}

.supplier-table tr td:first-child {
  text-align: center;
}

.supplier-table tr th:nth-child(5) {
  width: 170px;
  text-align: center;
}

.supplier-table tr td:nth-child(5) {
  text-align: center;
}

.supplier-table tr th:nth-child(6) {
  width: 120px;
  text-align: center;
}

.supplier-table tr td:nth-child(6) {
  text-align: center;
}

.supplier-table tr th:nth-child(7) {
  width: 150px;
  text-align: center;
}

.supplier-table tr td:nth-child(7) {
  text-align: center;
}

.supplier-table tr th:nth-child(8) {
  width: 150px;
  text-align: center;
}

.supplier-table tr td:nth-child(8) {
  text-align: center;
}

.supplier-table tr th:nth-child(9) {
  width: 100px;
  text-align: center;
}

.supplier-table tr td:nth-child(9) {
  text-align: center;
}

.supplier-table tr th:last-child {
  width: 120px;
  text-align: center;
}

.supplier-table tr td:last-child {
  text-align: center;
}

.add-supplier-popup {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 30px;
}

.arrivebox {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.add-supplier-popup .col-form-label {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  float: left;
  width: 100%;
}

.add-supplier-popup .form-check {
  padding-left: 0;
}

.add-supplier-popup input {
  margin-bottom: 5px;
}

.add-supplier-popup form select,
input,
textarea {
  border-radius: 3px !important;
  font-size: 14px !important;
}

.add-supplier-popup form select {
  border-radius: 3px !important;
  font-size: 14px !important;
  padding: .375rem .75rem !important;
}

.add-supplier-popup form h5 {
  background: #f7f7f7;
  color: #2f2f2f;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  border-bottom: 1px solid #eae5e5;
}

/* Customers Page css -- */
.customer-table {
  float: left;
  width: 100%;
}

.customer-table tr td {
  font-size: 13px;
}

.customer-table tr td a {
  float: none !important;
}

.customer-table tr th:first-child {
  width: 50px;
  text-align: center;
}

.customer-table tr td:first-child {
  text-align: center;
}

.customer-table tr th:nth-child(2) {
  width: 150px;
  text-align: center;
}

.customer-table tr td:nth-child(2) {
  text-align: center;
}

.customer-table tr th:nth-child(6) {
  width: 120px;
  text-align: center;
}

.customer-table tr td:nth-child(6) {
  text-align: center;
}

.customer-table tr th:nth-child(7) {
  width: 150px;
  text-align: center;
}

.customer-table tr td:nth-child(7) {
  text-align: center;
}

.customer-table tr th:nth-child(8) {
  width: 120px;
  text-align: center;
}

.customer-table tr td:nth-child(8) {
  text-align: center;
}

.customer-table tr th:nth-child(9) {
  width: 120px;
  text-align: center;
}

.customer-table tr td:nth-child(9) {
  text-align: center;
}

.customer-table tr th:last-child {
  width: 120px;
  text-align: center;
}

.customer-table tr td:last-child {
  text-align: center;
}

.add-customer-popup {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 30px;
  background: #fff;
}

.add-customer-popup .col-form-label {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  float: left;
  margin-right: 15px;
}

.add-customer-popup input {
  margin-bottom: 5px;
}

.add-customer-popup form select,
input,
textarea {
  border-radius: 3px !important;
  font-size: 14px !important;
}

.add-customer-popup form select {
  border-radius: 3px !important;
  font-size: 14px !important;
  padding: .375rem .75rem !important;
}

.add-customer-popup .form-check {
  float: left;
  /* padding-left: 1.5em; */
  margin-top: 7px;
  margin-right: 9px;
}

.add-customer-popup .form-check-label {
  float: left;
  width: auto;
  margin: 2px 0px 0 0px;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 400;
}

.add-customer-popup input[type=radio] {
  border-radius: 50% !important;
  --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
  width: 150px !important;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
  float: left;
  margin-bottom: 0 !important;
  padding: 10px 0 0 0 !important;
  margin-right: 10px
}

.add-customer-popup .credit-box {
  float: left;
  width: 100%;
  padding: 15px;
  background: #eee;
}

.add-customer-popup .credit-box .form-check {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-left: 0;
}

.add-customer-popup .credit-box .form-check-label {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

/* Users Page css -- */
.users-table {
  float: left;
  width: 100%;
}

.users-table tr td {
  font-size: 13px;
}

.users-table tr td a {
  float: none !important;
}

.users-table tr th:nth-child(5) {
  max-width: 150px;
  text-align: center;
}

.users-table tr td:nth-child(5) {
  text-align: center;
}

.users-table tr th:nth-child(7) {
  max-width: 100px;
  text-align: center;
}

.users-table tr td:nth-child(7) {
  text-align: center;
}

.users-table tr th:last-child {
  max-width: 120px;
  text-align: center;
}

.users-table tr td:last-child {
  text-align: center;
}

.user-popup {
  float: left;
  width: 100%;
}

.user-popup .col-form-label {
  float: left;
  width: 100%;
  text-align: left;
}

/* user profile detail ------------- */
.userprofile-detail-area {
  float: left;
  width: 100%;
}

.userprofile-detail-area p {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 0;
}

.userprofile-detail-area h5 {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0;
  border-left: 3px solid #e66b6b;
  padding: 2px 2px 2px 15px;
  background: #f5f5f5;
}

.userprofile-detail-area .designation-area {
  float: left;
  width: 100%;
}

.userprofile-detail-area img {
  width: 150px;
}

.userprofile-detail-area form {
  margin-top: 25px;
  float: left;
  width: 100%;
}

.userprofile-detail-area label {
  float: left;
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0;
}

.userprofile-detail-area span {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  /* margin: 5px 0; */
  margin: 0;
}

.userinput {
  padding: 8px 15px 8px 15px !important;
  border: 1px solid #dfe2e6 !important;
  border-radius: 3px !important;
  margin: 0 0 5px 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  color: #2C3E50 !important;
  background-color: #fff !important;
  font-size: 14px !important;
  letter-spacing: 0.3px !important
}

.usertextarea {
  padding: 8px 15px 8px 15px !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  height: 70px !important;
  color: #2C3E50 !important;
  background-color: #fff !important;
  font-size: 14px !important;
  letter-spacing: 0.3px !important
}

@media (min-width: 320px) and (max-width: 480px) {
  .userprofile-detail-area .card-body {
    padding: 10px;
  }
}

/* Brand Page css -- */
.brand-table {
  float: left;
  width: 100%;
}

.brand-table table {
  width: 100%;
}

.brand-table tr td {
  font-size: 13px;
}

.brand-table tr td a {
  float: none !important;
}

.brand-table tr th:first-child {
  width: 60px;
  text-align: center;
}

.brand-table tr td:first-child {
  text-align: center;
}

.brand-table tr th:nth-child(2) {
  width: 150px;
}

.brand-table tr td:nth-child(2) {
  width: 150px;
}

.brand-table tr th:nth-child(3) {
  width: 300px;
}

.brand-table tr td:nth-child(3) {
  width: 300px;
}

.brand-table tr th:nth-child(4) {
  width: 300px;
}

.brand-table tr td:nth-child(4) {
  width: 300px;
}

.brand-table tr th:nth-child(5) {
  width: 120px;
  text-align: center;
}

.brand-table tr td:nth-child(5) {
  text-align: center;
}

.brand-table tr th:last-child {
  width: 120px;
  text-align: center;
}

.brand-table tr td:last-child {
  text-align: center;
}

/* Unit Page css -- */
.unit-table {
  float: left;
  width: 100%;
}

.unit-table tr td {
  font-size: 13px;
}

.unit-table tr td a {
  float: none !important;
}

.unit-table tr th:first-child {
  width: 50px;
  text-align: center;
}

.unit-table tr td:first-child {
  text-align: center;
}

/* .unit-table tr td:nth-child(2){width:250px;}*/
.unit-table tr th:last-child {
  width: 120px;
  text-align: center;
}

.unit-table tr td:last-child {
  text-align: center;
}


/* Contra List */
.contra-list-table {
  float: left;
  width: 100%;
}

.contra-list-table tr th {
  text-align: left !important;
}

.contra-list-table tr td {
  text-align: left !important;
}

.contra-list-table tr th:first-child {
  width: 70px;
  text-align: center !important;
}

.contra-list-table tr td:first-child {
  text-align: center !important;
}

.contra-list-table tr th:nth-child(3) {
  width: 300px;
  text-align: center !important;
}

.contra-list-table tr td:nth-child(3) {
  text-align: center !important;
}

.contra-list-table tr th:nth-child(4) {
  width: 150px;
  text-align: center !important;
}

.contra-list-table tr td:nth-child(4) {
  text-align: center !important;
}

.contra-list-table tr th:nth-child(5) {
  width: 150px;
  text-align: center !important;
}

.contra-list-table tr td:nth-child(5) {
  text-align: center !important;
}

.contra-list-table tr th:last-child {
  width: 120px;
  text-align: center !important;
}

.contra-list-table tr td:last-child {
  text-align: center !important;
}



/* Edit Contra Price ----------- */
.edit-contra-price {
  float: left;
  width: 100%;
}

.edit-contra-price table tr td a {
  float: none !important;
}

.edit-contra-price table tr th:first-child {
  width: 80px;
  text-align: center !important;
}

.edit-contra-price table tr td:first-child {
  text-align: center !important;
}

.edit-contra-price table tr th:nth-child(3) {
  width: 200px;
  text-align: center !important;
}

.edit-contra-price table tr td:nth-child(3) {
  text-align: center !important;
}

.edit-contra-price table tr th:last-child {
  width: 120px;
  text-align: center !important;
}

.edit-contra-price table tr td:last-child {
  text-align: center !important;
}

/* Unit Page css -- */
.product-category-table {
  float: left;
  width: 100%;
}

.product-category-table tr td a {
  float: none !important;
}

.product-category-table tr th:first-child {
  width: 50px;
}

.product-category-table tr td:first-child {
  width: 50px;
}

.product-category-table tr th:nth-child(4) {
  width: 120px;
  text-align: center;
}

.product-category-table tr td:nth-child(4) {
  text-align: center;
}

.product-category-table tr th:last-child {
  width: 120px;
  text-align: center;
}

.product-category-table tr td:last-child {
  text-align: center;
}



/* Products Price Variation Page css -- */
.price-variatn-table {
  float: left;
  width: 100%;
}

.price-variatn-table tr td {
  font-size: 13px;
}

.price-variatn-table tr th:first-child {
  width: 200px;
  text-align: left !important;
}

.price-variatn-table tr td:first-child {
  text-align: left !important;
}

.price-variatn-table tr th:nth-child(2) {
  width: 150px;
  text-align: left !important;
}

.price-variatn-table tr td:nth-child(2) {
  text-align: left !important;
}

.price-variatn-table tr th:nth-child(3) {
  width: 150px;
  text-align: left !important;
}

.price-variatn-table tr td:nth-child(3) {
  text-align: left !important;
}

.price-variatn-table tr th:nth-child(4) {
  width: 150px;
  text-align: left !important;
}

.price-variatn-table tr td:nth-child(4) {
  text-align: left !important;
}

.price-variatn-table tr th:nth-child(5) {
  width: 150px;
  text-align: left !important;
}

.price-variatn-table tr td:nth-child(5) {
  text-align: left !important;
}

.price-variatn-table tr th:nth-child(6) {
  width: 150px;
  text-align: left !important;
}

.price-variatn-table tr td:nth-child(6) {
  text-align: left !important;
}

.price-variatn-table tr th:last-child {
  width: 200px;
  text-align: left !important;
}

.price-variatn-table tr td:last-child {
  text-align: left !important;
}


.price-variatn-popup {
  float: left;
  width: 100%;
}

.price-variatn-popup .col-form-label {
  float: left;
  width: 100%;
  text-align: left;
}

.credit-facility-table {
  float: left;
  width: 100%;
}

.credit-facility-table tr td {
  font-size: 13px;
}

/* Promotions Page Css ------ */
.promo-table {
  float: left;
  width: 100%;
}

.promo-table tr td {
  font-size: 13px;
}

.promo-table tr td a {
  float: none !important;
}

.promo-table tr th:first-child {
  width: 60px !important;
  text-align: center;
}

.promo-table tr td:first-child {
  text-align: center;
}

.promo-table tr th:nth-child(2) {
  width: 200px !important;
  text-align: center;
}

.promo-table tr td:nth-child(2) {
  text-align: center;
}

.promo-table tr th:nth-child(3) {
  width: 150px !important;
  text-align: center;
}

.promo-table tr td:nth-child(3) {
  text-align: center;
}

.promo-table tr th:nth-child(4) {
  width: 200px !important;
  text-align: center;
}

.promo-table tr td:nth-child(4) {
  text-align: center;
}

.promo-table tr th:nth-child(5) {
  width: 200px !important;
  text-align: center;
}

.promo-table tr td:nth-child(5) {
  text-align: center;
}

.promo-table tr th:nth-child(6) {
  width: 90px !important;
  text-align: center;
}

.promo-table tr td:nth-child(6) {
  text-align: center;
}

.promo-table tr th:nth-child(7) {
  width: 90px !important;
  text-align: center;
}

.promo-table tr td:nth-child(7) {
  text-align: center;
}

.promo-table tr th:nth-child(8) {
  width: 90px !important;
  text-align: center;
}

.promo-table tr td:nth-child(8) {
  text-align: center;
}

.promo-table tr th:last-child {
  width: 100px !important;
  text-align: center;
}

.promo-table tr td:last-child {
  text-align: center;
}

.buyprct-table {
  float: left;
  width: 100%;
}

.buyprct table tr td {
  font-size: 13px;
}

.buyprct table tr td:nth-child(2) {
  width: 200px;
}

.buyprct table tr td:nth-child(3) {
  width: 200px;
}

.buyprct table tr td input {
  margin: 0;
}

.add-promo-popup {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 30px;
}

.add-promo-popup .col-form-label {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  float: left;
  margin-right: 15px;
  width: 100%;
}

.add-promo-popup input {
  margin-bottom: 5px;
}

.add-promo-popup form select,
input,
textarea {
  border-radius: 3px !important;
  font-size: 14px !important;
}

.add-promo-popup form select {
  border-radius: 3px !important;
  font-size: 14px !important;
  padding: .375rem .75rem !important;
}

.add-promo-popup .form-check {
  float: left;
  /* padding-left: 1.5em; */
  margin-top: 7px;
  margin-right: 9px;
}

.add-promo-popup .form-check-label {
  float: left;
  width: auto;
  margin: 2px 0px 0 0px;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 400;
}

.add-promo-popup input[type=radio] {
  border-radius: 50% !important;
  --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
  width: 150px !important;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
  float: left;
  margin-bottom: 0 !important;
  padding: 10px 0 0 0 !important;
  margin-right: 10px
}

.add-promo-popup .credit-box {
  float: left;
  width: 100%;
  padding: 15px;
  background: #eee;
}

.add-promo-popup .credit-box .form-check {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-left: 0;
}

.add-promo-popup .credit-box .form-check-label {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.add-promo-popup .css-b62m3t-container {
  z-index: 999;
}

/* Catalogue Page Css ------------------------------- */
.catalogue-tbl {
  float: left;
  width: 100%;
}

.catalogue-tbl table tr td a.pdfdwnld {
  background: #f2594b;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
}

.catalogue-tbl table tr td a.pdfdwnld i {
  margin-right: 7px;
}

.catalogue-tbl table tr td:first-child {
  width: 70px;
}

.catalogue-tbl tr td:nth-child(2) {
  width: 120px;
}

.catalogue-tbl tr td:nth-child(3) {
  width: 150px;
}

.catalogue-tbl tr td:nth-child(5) {
  width: 120px;
}

.catalogue-tbl table tr td:last-child {
  width: 170px;
}

.main-container .catalogue-tbl-area {
  float: left;
  width: 70%;
  margin: 0px 0 20px 0;
}

.catalogue-popup {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
}

.catalogue-popup .form-check-label {
  float: left;
  width: auto;
  margin: 0 10px 0 0px;
  padding: 2px 0;
  font-size: 13px;
}

.catalogue-popup input[type=radio] {
  border-radius: 50% !important;
  --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
  width: 150px !important;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
  float: left;
  margin-bottom: 0 !important;
  padding: 10px 0 0 0 !important;
  margin-right: 10px
}

.catalogue-popup h4 {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  background: #f5f5f5;
  color: #000;
  letter-spacing: 0.5px;
  line-height: normal;
  margin-bottom: 10px;
}

.catalogue-popup .col-form-label {
  font-size: 14px;
  font-weight: 500;
  float: left;
  text-align: left;
}

.catalogue-popup form select,
input,
textarea {
  border-radius: 3px !important;
  font-size: 14px !important;
}

.catalogue-popup ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.catalogue-popup ul li {
  float: left;
  width: 28%;
  margin: 0 12px 7px 0;
}

.catalogue-popup ul li label.form-check-label {
  font-size: 14px;
}

* .catalogue-popup form input {
  width: auto !important;
}

.mtl-selectarea {
  margin: 0 !important;
  float: left;
}

.mtl-selectarea Multiselect {
  float: left;
  width: 100%;
}

.mtl-selectarea Multiselect li {
  float: left !important;
  width: 20px !important;
  margin-right: 8px !important;
}

.mtl-selectarea Multiselect li input {
  width: auto !important;
}

.mtl-selectarea Multiselect li Checkbox {
  float: left !important;
  width: auto !important;
}

.CheckBoxIcon {
  float: left !important;
}

.css-1u9des2-indicatorSeparator {}

.css-1dyz3mf {
  overflow-y: scroll !important;
  height: 100px;
}

#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #666;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #666;
  height: 10px;
}

#style-6::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #e27172;
}

div.checklistContainer {
  padding: 3px !important;
  background: #fff !important;
  border: 1px solid #eee !important;
  margin-bottom: 0;
  font-size: 12px;
}

div.checklistContainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div.checklistContainer ul li {
  width: 100%;
  margin: 0;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* .input-group-addon i {} */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 12px;
}

.formbox {
  background: #f5f5f5;
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 15px;
}

/* Epos Page Css ----------------------- */
.epos-container {
  padding: 0;
  transition: all 0.3s;
  float: left;
  width: 100%;
  margin-top: 40px;
}

.top-margin {
  margin-top: 30px;
}

.products-area {
  float: left;
  width: 100%;
  background: #fbfbfb;
  border: 1px solid #e9e9e9;
  padding: 10px;
  margin: 15px 0 35px 0;
}

.product-code-area {
  float: left;
  width: 100%;
  background: #e9e9e9;
  padding: 10px 10px;
  margin: 5px 0 0 0;
}

.product-code-area.epos_procd-area {
  background: #fff;
  padding: 0;
  font-size: 14px;
}

.product-code-area.epos_procd-area .topbtn {
  background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: hidden;
  padding: 7px 10px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
  font-size: 13px;
  border-bottom: 2px solid #c22401;
  margin: 0 0 0 10px;
}

.selct-dd {
  min-height: 33px;
}

.product-code-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.product-code-area ul li {
  float: left;
  margin: 0 15px 0 5px;
  /* width: auto; */
  width: 33%;
}

.product-code-area ul li:last-child {
  float: right;
  width: 20%;
}

.product-code-area ul li span {
  float: right;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

.product-code-area ul li p {
  float: right;
  margin: 7px 0;
  font-weight: 500;
  width: 100%;
  text-align: right;
}

.product-code-area ul li label {
  float: left;
  margin-right: 7px;
  padding: 7px 0;
  font-weight: 500;
  color: #515050;
  width: auto;
}

.product-code-area ul li input {
  float: left;
  width: 260px;
  border-radius: 4px;
  padding: 5px 5px 5px 24px;
  margin-right: 7px;
  font-size: 14px;
}



.product-code-area ul li button {
  /*  float: left; padding: 5px 10px; font-size: 14px; background: #e53b27; border: none;*/
  background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: hidden;
  padding: 4px 10px;
  line-height: normal;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  /* white-space: nowrap; */
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
  font-size: 13px;
  border-bottom: 2px solid #c22401;
}

.product-code-area .search-area {
  background: url(../img/search-icon.jpg) no-repeat center left 8px #fff;
}

.product-code-area .form-select {
  display: block;
  width: 260px;
  padding: 5px !important;
  font-size: 14px;
  border-radius: 4px;
  float: left;
  margin-right: 7px;
}

.productlist-area {
  float: left;
  width: 100%;
  margin: 0px 0 0px 0;
  background: #fff
}

.productlist-area table {
  width: 100%;
  table-layout: fixed;
}

.productlist-area table tr td .form-select {
  font-size: 14px;
  border: 1px solid #464646;
  width: 100%;
  margin: 0;
  padding: 5px !important;
  border-radius: 4px;
  background-position: right 0.30rem center;
}

.productlist-area table tr td .form-control {
  font-size: 12px;
  border: 1px solid #464646;
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  margin: 0;
}

.tbl-header {
  background-color: #949494;
  /* margin-right: 6px; */
}

.tbl-content {
  height: 500px;
  overflow-x: auto;
  margin-top: 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.tbl-header table tr th {
  padding: 10px 5px;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  background: #5d5d5d;
}

.tbl-content table tr td {
  padding: 4px;
  text-align: left;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.productlist-area table tr td a {
  text-decoration: underline;
  color: #f2c423;
  font-weight: 500;
}

.tbl-content table tr td input {
  /* width: 70px !important;  */
  padding: 1px !important;
  font-size: 12px !important;
}

.tbl-content table tr td .form-select {
  font-size: 12px;
  border: 1px solid #868686;
  /* width: 75px; */
  margin: 0;
  /* padding: 5px !important; */
  padding: 1px 3px !important;
  border-radius: 4px;
}

.tbl-content table tr td .form-select option {
  padding: 5px !important;
}

.tbl-content table tr td .form-control {
  font-size: 12px;
  border: 1px solid #868686;
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  margin: 0;
}




.productlist-area table tbody tr:hover {
  background: #797979;
}

.productlist-area table tr th:first-child {
  width: 70px;
}

.productlist-area table tr td:first-child {
  width: 70px;
}

.productlist-area table tr th:nth-child(2) {
  width: 100px;
}

.productlist-area table tr td:nth-child(2) {
  width: 100px
}

/*
.productlist-area table tr th:nth-child(3){width:60px;}
.productlist-area table tr td:nth-child(3){width:60px;}
*/
.productlist-area table tr th:nth-child(4) {
  width: 90px;
  text-align: center;
}

.productlist-area table tr td:nth-child(4) {
  width: 90px;
  text-align: center;
}

.productlist-area table tr th:nth-child(5) {
  width: 90px;
  text-align: center;
}

.productlist-area table tr td:nth-child(5) {
  width: 90px;
  text-align: center;
}

.productlist-area table tr th:nth-child(6) {
  width: 90px;
  text-align: center
}

.productlist-area table tr td:nth-child(6) {
  width: 90px;
  text-align: center;
}

.productlist-area table tr th:nth-child(7) {
  width: 90px;
  text-align: right;
}

.productlist-area table tr td:nth-child(7) {
  width: 90px;
  text-align: right;
}

.productlist-area table tr th:nth-child(8) {
  width: 90px;
  text-align: right;
}

.productlist-area table tr td:nth-child(8) {
  width: 90px;
  text-align: right;
}

.productlist-area table tr th:nth-child(9) {
  width: 90px;
  text-align: right;
}

.productlist-area table tr td:nth-child(9) {
  width: 90px;
  text-align: right;
}

.productlist-area table tr th:last-child {
  text-align: center;
  width: 50px;
}

.productlist-area table tr td:last-child {
  text-align: center;
  width: 50px;
}

.productlist-area table tr td:last-child i {
  color: #686868;
  font-size: 15px;
}


/* for custom scrollbar for webkit browser*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.9);
}

.productlist-area .bottom-detail-area {
  float: left;
  width: 100%;
}

.productlist-area .tbl-footer {
  float: left;
  float: left;
  width: 100%;
  background: #fbfbfb;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.productlist-area .tbl-footer span {
  float: left;
  width: 100%;
  color: #000;
  margin-bottom: 7px;
  font-weight: 500;
  background: #eee;
  padding: 3px 10px;
}

.productlist-area .tbl-footer ul {
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
  float: left;
  width: 100%;
}

.productlist-area .tbl-footer ul li {
  float: left;
  margin: 0 0px;
  width: 100%;
}

.productlist-area .tbl-footer ul li label {
  float: left;
  margin-right: 7px;
  padding: 7px 0;
  font-weight: 500;
  color: #515050;
  width: auto;
}

.productlist-area .tbl-footer ul li input {
  float: left;
  width: 90px;
  border-radius: 4px;
  padding: 5px 5px 5px 5px;
  margin-right: 7px;
  font-size: 13px;
}

.pos-footer {
  background: #5d5d5d;
  color: #fff;
  /*padding: 10px;*/
  text-align: left;
  float: left;
  width: 100%;
}

.pos-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.pos-footer ul li {
  float: left;
  padding: 8px 12px;
  /*margin: 0 10px;*/
  font-size: 13px;
  border-right: 1px solid #7b7575;
  border-left: 1px solid #4f4f4f;
}

.pos-footer ul li:first-child {
  border-left: none;
}

.pos-footer ul li:last-child {
  border-right: none;
}

.pos-footer ul li span {
  float: left;
  padding: 1px 0 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  ;
}

.pos-footer ul li .form-control {
  float: left;
  width: 50px;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 13px;
  background: #d9d5d5;
  border: 1px solid #464646;
  color: #464646;
  height: 21px;
}

.pos-footer .col-form-label {
  float: left;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 0;
  color: #fff;
  margin-right: 8px;
  font-size: 15px;
}

.pos-footer input {
  float: left;
  width: 100%;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 13px;
  background: #747474;
  border: 1px solid #464646;
  color: #fff;
}

.pos-footer p {
  text-align: right;
  float: left;
  width: 100%;
  margin: 0;
  padding: 3px 6px 0 0;
}

/* .quickORDER */
.quickOrder {
  background: #e28483;
  color: #fff;
  /*padding: 10px;*/
  text-align: left;
  float: left;
  width: 100%;
}

.quickOrder ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.quickOrder ul li {
  float: left;
  padding: 8px 12px;
  /*margin: 0 10px;*/
  font-size: 13px;
  border-right: 1px solid #7b7575;
  border-left: 1px solid #4f4f4f;
}

.quickOrder ul li:first-child {
  border-left: none;
}

.quickOrder ul li:last-child {
  border-right: none;
}

.quickOrder ul li span {
  float: left;
  padding: 1px 0 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  ;
}

.quickOrder ul li .form-control {
  float: left;
  width: 50px;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 13px;
  background: #d9d5d5;
  border: 1px solid #464646;
  color: #464646;
  height: 21px;
}

.quickOrder .col-form-label {
  float: left;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 0;
  color: #fff;
  margin-right: 8px;
  font-size: 15px;
}

.quickOrder input {
  float: left;
  width: 100%;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 13px;
  background: #747474;
  border: 1px solid #464646;
  color: #fff;
}

.quickOrder-footer p {
  text-align: right;
  float: left;
  width: 100%;
  margin: 0;
  padding: 3px 6px 0 0;
}



/* Right Side Button ------------------- */
.right-button-area {
  float: left;
  width: 100%;
}

.right-button-area .bottom-btn-area {
  float: right;
  width: 100%;
  text-align: right;
  margin: 15px 0 0 0;
}

.right-button-area .bottom-btn-area .topbtn {
  background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: hidden;
  padding: 7px 10px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
  font-size: 13px;
  border-bottom: 2px solid #c22401;
  margin: 0 0 0 10px;
}

.right-button-area .customer-detail {
  float: left;
  width: 100%;
}

.right-button-area .customer-detail ul {
  margin: 0 0 10px 0;
  padding: 10px;
  list-style-type: none;
  float: left;
  width: 100%;
  border: 1px solid #eee;
}

.right-button-area .customer-detail ul li {
  float: left;
  width: 100%;
}

.right-button-area .customer-detail ul li:first-child {
  border-bottom: 1px solid #eee;
  margin-bottom: 7px;
}

.right-button-area .customer-detail ul li p {
  float: left;
  width: 100%;
}

.right-button-area .customer-detail ul li p span {
  float: left;
  font-weight: 600;
}

.right-button-area .customer-detail h3 {
  float: left;
  width: 100%;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #e62c03;
  background: #f1f0f0;
  padding: 5px;
  line-height: normal;
  margin-bottom: 10px;
}

.right-button-area .customer-detail h3 span {
  float: left;
  color: #666;
}


.right-button-area .customer-detail p {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 8px;

}

/* .right-button-area .customer-detail p b {} */
.right-button-area .customer-detail p span {
  font-weight: 500;
  margin-right: 15px;
  color: #000;
  width: 77px;
}

.right-button-area form {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px dashed #a2a2a2;
  margin-top: 20px;
  border-top: 1px dashed #a2a2a2;
  padding: 15px 0;
}

.right-button-area form table tr td {
  color: #363636;
  font-size: 14px;
  font-weight: 500;
  width: 50%;
}

.right-button-area form table tr td:first-child {
  padding-left: 0;
}

.right-button-area form table tr td:last-child {
  padding-right: 0;
}

.right-button-area input {
  float: left;
  width: 100%;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 13px;
}

.right-button-area ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.right-button-area ul li {
  float: left;
  width: 32%;
  margin: 0px 2px 4px 2px;
}


/* Customer Detail Top Side ------------------ */
.right-button-area .top-custm-dtl {
  float: left;
  width: 100%;
}

.right-button-area .top-custm-dtl h3 {
  float: left;
  width: 100%;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #e62c03;
  background: #f1f0f0;
  padding: 5px;
  line-height: normal;
  margin-bottom: 10px;
}

.right-button-area .top-custm-dtl ul {
  margin: 0 0 10px 0;
  padding: 10px;
  list-style-type: none;
  float: left;
  width: 100%;
  border: 1px solid #eee;
}

.right-button-area .top-custm-dtl ul li {
  float: left;
  width: 100%;
  margin: 0;
}

.right-button-area .top-custm-dtl ul li:first-child {
  border-bottom: 1px solid #eee;
  margin-bottom: 0px;
}

.right-button-area .top-custm-dtl ul li p {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 0px;
  padding: 0 0 5px 0;
}

.right-button-area .top-custm-dtl ul li p span {
  margin: 0 0 0 0;
  padding: 0px 0 0 0;
}

.right-button-area .top-custm-dtl ul li span {
  float: left !important;
  font-weight: 600;
  text-align: left;
  margin: 0;
  padding: 5px 0 0 0;
}


/*
.right-button-area ul li .eposbtn { background: #65cea5;
    padding: 7px 10px;
    color: #fff;
    border: 1px solid #56bc94;
    border-radius: 4px;
    font-size: 13px;
    float: left;
  width: 100%;
    line-height: normal;text-shadow: 1px 1px #4ab189; min-height: 57px; }
*/
.right-button-area ul li .eposbtn.toppad {
  padding-top: 19px;
}

.right-button-area ul li .eposbtn {
  background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: hidden;
  padding: 7px 5px;
  line-height: normal;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  /* white-space: nowrap;*/
  width: 100%;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
  font-size: 13px;
  min-height: 50px;
  border-bottom: 2px solid #c22401;
}

.right-button-area ul li a.eposbtn {
  background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: hidden;
  padding: 15px 5px;
  line-height: normal;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  /* white-space: nowrap;*/
  width: 100%;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
  font-size: 13px;
  border-bottom: 2px solid #c22401;
  height: auto;
}

.opendaybtn {
  position: absolute;
  right: 15px;
  top: 60px;
  background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
  overflow: hidden;
  padding: 7px 7px;
  line-height: normal;
  pointer-events: auto;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
  font-size: 13px;
  border-bottom: 2px solid #c22401;
}

.right-button-area ul li .eposbtn.grebtn {
  background: #53b1b1;
  border-bottom: 2px solid #429b9b;
}

.right-button-area ul li .eposbtn.grebtn:hover {
  box-shadow: rgba(83, 177, 177, 0.5) 0 3px 8px;
}

.right-button-area ul li .eposbtn:hover {
  box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: none;
  border: none;
  text-shadow: none;
}

.right-button-area .select-area {
  float: left;
  width: 100%;
  margin: 7px 0 15px 0;
}

.right-button-area .select-area ul {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.right-button-area .select-area ul li {
  float: left;
  width: 32%;
  margin: 0px 2px 4px 2px;
}

/* Finish & Pay Popup Css --------------------- */
.finish-pay-area {
  float: left;
  width: 100%;
}

.finish-pay-area .title-area {
  float: left;
  width: 100%;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}

.finish-pay-area .title-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.finish-pay-area .title-area ul li {
  float: left;
  width: 33%;
}

.finish-pay-area .title-area ul li p {
  font-weight: 500;
  color: #000;
  margin: 0;
}

.finish-pay-area .title-area ul li p.paid {
  color: darkgreen;
}

.finish-pay-area .title-area ul li p.balance {
  color: red
}

.finish-pay-area .buttonarea {
  float: left;
  width: 100%;
}

.finish-pay-area .buttonarea a {
  background-image: linear-gradient(#efefef, #d1d1d1);
  float: left;
  border-radius: 3px;
  border: 1px solid #b7b7b7;
  padding: 5px 10px;
  color: #666;
  font-size: 13px;
  margin-right: 4px;
  font-weight: 400;
}

.finish-pay-area .table-area {
  float: left;
  width: 100%;
}

.finish-pay-area .table-area table {
  width: 100%;
  margin: 15px 0;
}

.finish-pay-area .table-area table tr th {
  background: #949494;
  color: #fff;
}

.finish-pay-area .table-area table tr td {
  color: #666;
  width: 25%;
}

.finish-pay-area .table-area table tr td .recievedbx-area {
  float: left;
  width: 100%;
  background: #ebebeb;
  padding: 3px;
  margin-bottom: 10px;
}

.finish-pay-area .table-area table tr td .recievedbx-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.finish-pay-area .table-area table tr td .recievedbx-area ul li {
  float: left;
  margin: 0 3px;
}

.finish-pay-area .table-area table tr td .recievedbx-area ul li span {
  float: left;
  color: #000;
  padding: 5px 0 0 0;
  font-weight: 500;
  font-size: 13px;
}

.finish-pay-area .table-area table tr td .recievedbx-area ul li .form-control {
  float: left;
  width: 100px;
  height: 29px;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
}

.finish-pay-area .table-area table tr td .recievedbx-area ul li .recievedbtn {
  float: left;
  border-radius: 3px;
  border: none;
  background-image: linear-gradient(#FF7E31, #E62C03);
  color: #fff;
  padding: 5px 10px;
}

.closebtn {
  background-image: linear-gradient(#efefef, #d1d1d1);
  float: left;
  border-radius: 3px;
  border: 1px solid #b7b7b7;
  padding: 5px 10px;
  color: #666;
  font-size: 13px;
}

.printbtn {
  background-image: linear-gradient(#38b95d, #50b632);
  float: left;
  border-radius: 3px;
  border: 1px solid #50b632;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
}

/* Incomplete Order popup Css ----- */
.incomplete-order-table {
  float: left;
  width: 100%;
}

.incomplete-order-table table {
  width: 100%;
}

.incomplete-order-table table tr td a {
  margin-left: 0;
  color: #666;
  font-weight: 500;
  font-size: 13px;
  margin-right: 5px;
}

.incomplete-order-table table tr td a i {
  border: 1px solid #ddd;
  color: #666;
  border-radius: 26px;
  font-size: 17px;
  padding: 4px 4px;
  margin-right: 5px;
}

/* Save and Exit popup Css ----- */
.saveexit-popup {
  float: left;
  width: 100%;
}

.saveexit-popup p {
  margin: 0;
  font-size: 18px;
}

@media only screen and (min-width:1367px) and (max-width: 1400px) {
  .pos-footer ul li {
    padding: 8px 18px;
  }

  .quickOrder-footer ul li {
    padding: 8px 18px;
  }

  .right-button-area ul li {
    width: 48%;
  }

  .tbl-content {
    height: 400px;
  }

}

@media only screen and (min-width:1200px) and (max-width: 1366px) {

  .tbl-content {
    height: 350px;
  }

  .product-code-area ul li label {
    margin-right: 0;
  }

  .right-button-area ul li .eposbtn.toppad {
    padding-top: 11px;
  }

  /* .right-button-area ul li .eposbtn { min-height: auto;} */
  .pos-footer ul li {
    padding: 8px 15px;
  }

  .quickOrder-footer ul li {
    padding: 8px 15px;
  }

  .right-button-area ul li {
    /* width: 48%; */
    width: 12%;
  }

  .product-code-area ul li {
    width: 33%;
  }

  .product-code-area ul li:nth-child(2) {
    /* width: 20%;  */
    width: 33%;
  }


  .product-code-area ul li:last-child {
    float: right;
    /* width: 20%; */
  }

  .pos-footer .col-form-label {
    font-size: 15px;
  }

  quickOrder-footer .col-form-label {
    font-size: 15px;
  }

}


@media only screen and (min-width:1025px) and (max-width: 1199px) {
  .right-button-area ul li .eposbtn.toppad {
    padding-top: 11px;
  }

  .right-button-area ul li .eposbtn {
    /* min-height: auto; */
  }

  .product-code-area ul li {
    width: 38%;
  }

  .product-code-area ul li:first-child {
    width: 43%;
  }

  .product-code-area ul li:nth-child(2) {
    width: 39%;
  }

  .product-code-area ul li:last-child {
    float: right;
    width: 20%;
  }

  .pos-footer ul li {
    padding: 8px 8px;
  }

  .quickOrder-footer ul li {
    padding: 8px 8px;
  }

  .right-button-area ul li {
    width: 12%;
  }

  .productlist-area table tr th:first-child {
    width: 40px;
  }

  .productlist-area table tr td:first-child {
    width: 40px;
  }

  .productlist-area table tr th:nth-child(2) {
    width: 60px;
  }

  .productlist-area table tr td:nth-child(2) {
    width: 60px;
  }

  .productlist-area table tr th:nth-child(4) {
    width: 60px;
  }

  .productlist-area table tr td:nth-child(4) {
    width: 60px;
  }

  .productlist-area table tr th:nth-child(5) {
    width: 60px;
  }

  .productlist-area table tr td:nth-child(5) {
    width: 60px;
  }

  .productlist-area table tr th:nth-child(6) {
    width: 60px;
  }

  .productlist-area table tr td:nth-child(6) {
    width: 60px;
  }

  .productlist-area table tr th:nth-child(7) {
    width: 80px;
  }

  .productlist-area table tr td:nth-child(7) {
    width: 80px;
  }

  .productlist-area table tr th:nth-child(8) {
    width: 80px;
  }

  .productlist-area table tr td:nth-child(8) {
    width: 80px;
  }

  .productlist-area table tr th:nth-child(9) {
    width: 70px;
  }

  .productlist-area table tr td:nth-child(9) {
    width: 70px;
  }

  .productlist-area table tr th:last-child {
    text-align: center;
    width: 40px;
  }

  .productlist-area table tr td:last-child {
    text-align: center;
    width: 40px;
  }
}

@media only screen and (min-width:992px) and (max-width: 1024px) {
  .product-code-area ul li:first-child {
    width: 40% !important;
  }

  .product-code-area ul li:nth-child(2) {
    width: 41% !important;
  }

  .product-code-area ul li:last-child {
    float: right;
    width: 15%;
  }

  .right-button-area ul li .eposbtn {
    min-height: auto;
  }

  .right-button-area ul li .eposbtn {
    min-height: 45px;
  }

  .right-button-area ul li {
    width: 13%;
  }

  .right-button-area ul li .eposbtn {
    padding: 2px 4px;
  }

  .form-select {
    width: 174px;
  }

  .right-button-area .select-area ul li {
    width: 47%;
  }

  .productlist-area table tr th:first-child {
    width: 40px;
  }

  .productlist-area table tr td:first-child {
    width: 40px;
  }

  .productlist-area table tr th:nth-child(2) {
    width: 60px;
  }

  .productlist-area table tr td:nth-child(2) {
    width: 60px;
  }

  /*
.productlist-area table tr th:nth-child(3){width:60px}
.productlist-area table tr td:nth-child(3){width:60px}
*/
  .productlist-area table tr th:nth-child(4) {
    width: 70px;
  }

  .productlist-area table tr td:nth-child(4) {
    width: 70px;
  }

  .productlist-area table tr th:nth-child(5) {
    width: 80px;
  }

  .productlist-area table tr td:nth-child(5) {
    width: 80px;
  }

  .productlist-area table tr th:nth-child(6) {
    width: 80px;
  }

  .productlist-area table tr td:nth-child(6) {
    width: 80px;
  }

  .productlist-area table tr th:nth-child(7) {
    width: 80px;
  }

  .productlist-area table tr td:nth-child(7) {
    width: 80px;
  }

  .productlist-area table tr th:nth-child(8) {
    width: 80px;
  }

  .productlist-area table tr td:nth-child(8) {
    width: 80px;
  }

  .productlist-area table tr th:last-child {
    text-align: right;
    width: 40px;
  }

  .productlist-area table tr td:last-child {
    text-align: right;
    width: 40px;
  }

  .right-button-area form table tr td {
    color: #363636;
    font-size: 13px;
    font-weight: 400;
    width: 50%
  }

  .right-button-area ul li {
    margin: 0px 3px 4px 3px;
  }

  .productlist-area table tr td .form-select {
    font-size: 12px;
    /* background: #747474; */
    border: 1px solid #464646;
    color: #fff;
    width: 100%;
    margin: 0;
  }

  .productlist-area table tr td .form-control {
    font-size: 12px;
    background: #747474;
    border: 1px solid #464646;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 5px;
  }

  /*  .pos-footer ul li {padding: 0 0;}*/
  .pos-footer ul li .form-control {
    width: 51px;
  }

  .pos-footer ul li {
    padding: 5px 8px;
  }

  .quickOrder-footer ul li .form-control {
    width: 51px;
  }

  .quickOrder-footer ul li {
    padding: 5px 8px;
  }
}

/* Performa Invoice Popup Css ---------------- */
.performa-invoice-popup {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 25px;
  margin-bottom: 35px;
}

.performa-invoice-popup .sales-header {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #eee;
  padding: 15px;
  background: #fbfbfb;
}

.performa-invoice-popup a {
  background: #41c1f0;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #33afdc;
  float: right;
  font-size: 11px;
  margin: 0 0px 15px 0;
  font-weight: 500;
  text-transform: uppercase;
}

.performa-invoice-popup h3 {
  float: left;
  width: 100%;
  border: 1px solid #ededed;
  margin: 0 0 20px 0;
  background: #f7f7f7;
  padding: 7px 10px;
  color: #222;
  border-left: 2px solid #f0ae06;
}

.performa-invoice-popup h3 span {
  float: left;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin: 6px 0 0 0;
}

.performa-invoice-popup h3 a {
  background: #41c1f0;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #33afdc;
  float: right;
  font-size: 11px;
  margin: 0 0px;
  font-weight: 500;
  text-transform: uppercase;
}

.performa-invoice-popup p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.performa-invoice-popup p span {
  float: left;
  width: 100%;
  margin: 3px 0;
  font-weight: 500;
}

.performa-invoice-popup ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.performa-invoice-popup ul li {
  float: left;
  width: 100%;
  margin-bottom: 4px;
  font-size: 14px;
}

.performa-invoice-popup ul li span {
  font-weight: 500;
}

.performa-invoice-popup .sales-view-table {
  float: left;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.performa-invoice-popup .sales-view-table {
  width: 100%;
  margin-bottom: 25px;
}

.performa-invoice-popup .sales-view-table table tr th {
  font-size: 14px;
  font-weight: 500;
  position: relative !important;
}

.performa-invoice-popup .sales-view-table table tr td {
  font-size: 14px;
}

.performa-invoice-popup .sales-view-table table tr th:nth-child(3) {
  text-align: center;
}

.performa-invoice-popup .sales-view-table table tr td:nth-child(3) {
  text-align: center;
}

.performa-invoice-popup .sales-view-table table tr th:nth-child(4) {
  text-align: right;
}

.performa-invoice-popup .sales-view-table table tr td:nth-child(4) {
  text-align: right;
}

.performa-invoice-popup .sales-view-table table tr th:nth-child(6) {
  text-align: right;
}

.performa-invoice-popup .sales-view-table table tr td:nth-child(6) {
  text-align: right;
}

.performa-invoice-popup .sales-view-table table tr th:last-child {
  text-align: right;
}

.performa-invoice-popup .sales-view-table table tr td:last-child {
  text-align: right;
}

.alightright {
  text-align: right;
}

.performa-invoice-popup .sales-view-table table tr td .right {
  float: right;
}

.performa-invoice-popup .sales-view-table table tr td span {
  text-align: right;
  font-weight: 500;
}

.performa-invoice-popup .sales-view-table p {
  float: left;
  width: 100%;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.performa-invoice-popup .footer-tbl {
  float: left;
  width: 100%;
}

.performa-invoice-popup .footer-tbl p {
  border-bottom: 1px dotted #666;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.performa-invoice-popup .footer-tbl p span {
  background: #fff;
  padding: 7px 7px 7px 0;
  float: left;
  width: auto;
  display: block;
  margin-bottom: -11px;
  margin-right: 10px;
}

.performa-invoice-popup .footer-tbl .bankdetail {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.performa-invoice-popup .footer-tbl .bankdetail strong {
  float: left;
  width: 100%;
}

.performa-invoice-popup .footer-tbl .bankdetail p {
  border-bottom: none;
}

.performa-invoice-popup .footer-tbl .terms {
  float: left;
  width: 100%;
  font-size: 12px;
}

.performa-invoice-popup .footer-tbl .terms span {
  float: left;
  width: 100%;
  font-weight: 500;
}

.performa-invoice-popup .footer-tbl .terms p {
  float: left;
  width: 100%;
  border-bottom: none;
  font-size: 12px;
}

.performa-invoice-popup.sales-footer {
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.performa-invoice-popup.sales-footer table {
  width: 100%;
}

.performa-invoice-popup.sales-footer table tr td {
  font-size: 14px;
}

/* Opening Balance -------------- */
.opening-balance-popup {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 25px;
}

.opening-balance-popup p {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  font-size: 15px;
}

.opening-balance-popup .cashbalancebox {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.opening-balance-popup .cashbalancebox h4 {
  float: left;
  width: 100%;
  background: #eee;
  font-size: 17px;
  line-height: normal;
  margin: 0 0 20px 0;
}

.opening-balance-popup .cashbalancebox h4 span {
  background: #fff;
  margin: 0 10px;
  padding: 0 10px;
}

.opening-balance-popup .cashbalancebox table {
  margin: 0;
}

.opening-balance-popup .cashbalancebox table tr td {
  padding: .2rem .2rem;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.opening-balance-popup .cashbalancebox table tr td input {
  float: left;
  border: 1px solid #ddd;
  padding: 4px !important;
  text-align: right;
  width: 70px;
  margin: 0 10px;
}

.opening-balance-popup .cashbalancebox table tr td:first-child {
  text-align: right;
}

.opening-balance-popup .cashbalancebox table tr td:nth-child(2) {
  width: 100px;
}

.opening-balance-popup .cashbalancebox table tr td:nth-child(3) {
  width: 50px;
}

.opening-balance-popup .cashbalancebox table tr td:nth-child(4) {
  width: 100px;
}

.calculator {
  padding: 20px;
  border-radius: 3px;
  background-color: #eee;
  float: left;
  width: 100%
}

form .calcyinput {
  border: 1px solid #ddd;
  outline: 0;
  width: 66px;
  height: 66px;
  font-size: 16px;
  background-color: #fff;
  margin: 5px;
  border-radius: 10px;
  color: #666;
  font-weight: bolder;
  cursor: pointer;
}

form .calcyinput[type="button"]:hover {
  background-color: #e28483;
  color: #fff;
  transition: all 1s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15), 8px 64px 64px rgba(0, 0, 0, 0.15);
  transform: scale(1.02) translateY(-0.3rem);
}

form .display {
  display: flex;
  justify-content: flex-end;
  margin: 5px 0px 15px 0px
}

form .display .calcyinput {
  text-align: right;
  flex: 1;
  font-size: 40px;
  padding: 5px 10px;
  background-color: rgb(64, 64, 64)
}

form .calcyinput.equal {
  width: 123px
}

.rs-picker-popup.rs-picker-popup-daterange {
  z-index: 9999
}

.rs-picker-error>.rs-picker-input-group,
.rs-picker-error>.rs-picker-input-group:hover {
  border-color: #cacaca !important;
  border-color: var(--rs-picker-state-error);
  border-radius: 10px;
}

.rs-input-group.rs-input-group-inside input {
  border: none !important
}

.css-b62m3t-container {
  position: relative;
  box-sizing: border-box;
  z-index: 99
}

.css-b62m3t-container:focus-visible {
  border: none !important
}

.abovedd {
  position: relative;
  z-index: 999
}

.abovedd-cat {
  position: relative;
  z-index: 99
}

.modal {
  z-index: 999999 !important
}

.css-13cymwt-control {
  /* border-radius: 10px !important; */
  border-radius: 3px !important;
  min-height: 33px !important;
  font-size: 13px !important;
  box-shadow: none;
  border: 1px solid #acacac !important;
}

.css-t3ipsp-control {
  border: none !important;
  min-height: 33px !important;
  box-shadow: none;
  font-size: 13px !important;
}

.css-1nmdiq5-menu {
  border: none !important;
  min-height: 33px !important;
  box-shadow: none;
  font-size: 13px !important;
  z-index: 999999999;
  position: absolute;
}

.css-15lsz6c-indicatorContainer {
  border: none !important;
  min-height: 33px !important;
  padding: 6px !important;
  box-shadow: none;
  font-size: 13px !important;
}

.css-1xc3v61-indicatorContainer {
  padding: 6px !important;
  font-size: 13px !important;
}

.rs-picker-error>.rs-picker-input-group:focus-within {
  border-color: #f44336;
  border-color: var(--rs-picker-state-error);
  outline: 3px solid rgb(from #f44336 r g b / 25%);
  outline: none !important;
  font-size: 13px !important;
}

.rs-picker-error>.rs-picker-input-group:focus-within {
  border-color: #f44336;
  border-color: var(--rs-picker-state-error);
  outline: 3px solid rgb(from #f44336 r g b / 25%);
  outline: none !important;
}

.custom-swal-popup {
  index: 1060 !important;
  /* Ensure it's above Bootstrap modals */
}

.dynamicselect {
  z-index: 99;
}

/* Slider Settings ------------------------- */
.slider-setting-page {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 30px;
}

.slider-setting-page a {
  float: left;
  width: 100%;
}

.slider-setting-page a.slider-updatebtn {
  width: auto;
  float: right;
}

.slider-setting-page .col-form-label {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  float: left;
  margin-right: 15px;
}

.slider-setting-page input {
  margin-bottom: 5px;
}

.slider-setting-page form select,
input,
textarea {
  border-radius: 3px !important;
  font-size: 14px !important;
}

.slider-setting-page form select {
  border-radius: 3px !important;
  font-size: 14px !important;
  padding: .375rem .75rem !important;
}

.slider-setting-page .form-check {
  float: left;
  margin-top: 7px;
  margin-right: 9px;
}

.slider-setting-page .form-check-label {
  float: left;
  width: auto;
  margin: 2px 0px 0 0px;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 400;
}

.slider-setting-page input[type=radio] {
  border-radius: 50% !important;
  --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
  width: 150px !important;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
  float: left;
  margin-bottom: 0 !important;
  padding: 10px 0 0 0 !important;
  margin-right: 10px
}

.slider-setting-page .credit-box {
  float: left;
  width: 100%;
  padding: 15px;
  background: #eee;
}

.slider-setting-page .credit-box .form-check {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-left: 0;
}

.slider-setting-page .credit-box .form-check-label {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

/* Customer Ledger Popup Css --------------- */
.customer-ledger-table {
  float: left;
  width: 100%;
}

.customer-ledger-table h5 {
  float: left;
  float: left;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #666;
  background: #eee;
  padding: 5px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.customer-ledger-table h5 span {
  float: left;
  color: #333;
  margin-right: 10px;
}

.customer-ledger-table h5 input {
  float: left;
  width: 100%;
  margin: 10px 0 10px 0;
  border-bottom: 2px solid #ddd;
}

/* .customer-ledger-table h5 input:focus-visible { } */
/* customer ledger Popup Css */
.customer-ledger-table .customer-ledger-detail {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.customer-ledger-table .customer-ledger-detail table {
  width: 100%;
}

.customer-ledger-table .customer-ledger-detail table tr td:first-child {
  font-weight: 600;
}

.customer-ledger-table .customer-ledger-detail table tr td:nth-child(2) {
  width: 100px;
}

.customer-ledger-table .customer-ledger-detail table tr td:nth-child(3) {
  font-weight: 600;
}

.customer-ledger-table .customer-ledger-detail table tr td:nth-child(4) {
  width: 100px;
}

.customer-ledger-table .customer-ledger-list {
  float: left;
  width: 100%;
}

.customer-ledger-table .customer-ledger-list table {
  float: left;
  width: 100%;
}

.customer-ledger-table .customer-ledger-list table tr th:nth-child(5) {
  text-align: right;
}

.customer-ledger-table .customer-ledger-list table tr th:last-child {
  text-align: right;
}

.customer-ledger-table .customer-ledger-list table tr td:first-child {
  width: 100px;
}

.customer-ledger-table .customer-ledger-list table tr td:nth-child(3) {
  width: 100px;
}

.customer-ledger-table .customer-ledger-list table tr td:nth-child(4) {
  width: 70px;
}

.customer-ledger-table .customer-ledger-list table tr td:nth-child(5) {
  width: 100px;
  text-align: right;
}

.customer-ledger-table .customer-ledger-list table tr td:last-child {
  width: 100px;
  text-align: right;
}

/* Add Payment ----------- */
.add-payment-popup {
  float: left;
  width: 100%;
}

.add-payment-popup form {
  float: left;
  width: 100%;
}

.add-payment-popup form .col-form-label {
  font-weight: 500;
  font-size: 13px;
}

.add-payment-popup form .form-select {
  padding: .375rem .75rem !important;
}

.no-arrows::-webkit-inner-spin-button,
.no-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.no-arrows {
  /* For Firefox */
  -moz-appearance: textfield !important;
  /* For Chrome, Safari, Edge, and Opera */
  -webkit-appearance: none;
  appearance: none;
}

.swal2-container {
  z-index: 999999 !important;
  /* Set a high z-index  */
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #dfe2e6;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  border-radius: 3px;
  padding: 10px 15px 10px 15px !important;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  /* height: 42px; */
  min-height: 42px !important;
  line-height: 11px;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #dfe2e6 !important;
}

.left-label {
  float: left;
  width: auto;
}

.dt-column-order {
  display: none;
}

.css-1f43avz-a11yText-A11yText {
  position: relative;
}

/* .css-t3ipsp-control {  } */
.css-15lsz6c-indicatorContainer {
  display: inline-block !important;
  width: 100%;
}

/* .css-15lsz6c-indicatorContainer {} */
.promoselect {
  float: left;
  width: 100%;
}

.css-1nmdiq5-menu {
  z-index: 9999;
  position: relative;
}

.abovedd .react-select__menu {
  position: absolute !important;
  z-index: 9999;
  /* Ensure the dropdown is on top */
}

/* .css-hlgwow { } */
.css-26l3qy-menu {
  /* This class may vary depending on your CSS loader */
  z-index: 999;
}

/* If Input box type is number then below css remove arrows from input box */
/* For most modern browsers */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}


/* All Table Css ----------------- */
.active-tbl {
  float: left;
  width: 100% !important
}

.new-sales table tr th:first-child {
  width: 80px;
  text-align: center;
}

.new-sales table tr td:first-child {
  text-align: center;
}

.new-sales table tr th:nth-child(2) {
  width: 400px;
  text-align: center;
}

.new-sales table tr td:nth-child(2) {
  text-align: center;
}

/* .active-tbl tr td:nth-child(14){width:100px}
.active-tbl tr td:last-child{width:70px}*/

/* Change Permission Page Css ---------------------- */
.role-permission-area {
  background: #fff;
  padding: 15px;
  float: left;
  width: 100%;
  border: 1px solid #eee;
}

.role-permission-area h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
}

.role-permission-area table {
  width: 100%;
}

.role-permission-area table tr th:first-child {
  width: 18%;
}

.role-permission-area table tr td:first-child {
  font-size: 15px;
  font-weight: 400;
}

.role-permission-area table tr td ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.role-permission-area table tr td ul li {
  float: left;
  margin: 5px 10px;
}

.role-permission-area table tr td ul li .form-check {
  padding-left: 0;
  margin-bottom: 0;
}

.role-permission-area table tr td ul li .form-check label {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

/* Application Setting Page Css ---------------------- */
.application-setting-area {
  background: #fff;
  padding: 15px;
  float: left;
  width: 100%;
  border: 1px solid #eee;
}

.application-setting-area h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
}

.application-setting-area table {
  width: 100%;
}

.application-setting-area table tr td {
  font-size: 15px;
  color: #313131;
}

.application-setting-area table tr td:last-child {
  width: 27%;
}

.application-setting-area table tr td .common-popup-btn {
  margin: 15px 0;
}

.application-setting-area .form-check-label {
  float: left;
  width: auto;
  margin: 0 10px 0 0px;
  padding: 2px 0;
}

.application-setting-area .form-check {
  padding-left: 1.0em;
}

.application-setting-area p {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 13px;
}

.application-setting-area input[type=radio] {
  border-radius: 50% !important;
  --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
  width: 150px !important;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
  float: left;
  margin-bottom: 0 !important;
  padding: 10px 0 0 0 !important;
  margin-right: 10px
}

.application-setting-area .form-control {
  width: 100px;
  margin-right: 7px;
}

.application-setting-area .radiobx {
  float: left;
  width: 100%;
  margin: 0 0 0 20px;
}

/* Change Permission Page Css ---------------------- */
.change-permission-area {
  float: left;
  width: 100%
}

.change-permission-area table {
  width: 100%
}

.change-permission-area table tr td:first-child {
  width: 50px;
}

.change-permission-area table tr td:nth-child(2) {
  width: 100px;
}

.change-permission-area table tr td:nth-child(3) {
  width: 230px;
}

.change-permission-area table tr td:last-child {
  width: 100px;
}

.role-permission-area {
  background: #fff;
  padding: 15px;
  float: left;
  width: 100%;
  border: 1px solid #eee;
}

.role-permission-area h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
}

.role-permission-area table {
  width: 100%;
}

.role-permission-area table tr th:first-child {
  width: 18%;
}

.role-permission-area table tr td:first-child {
  font-size: 15px;
  font-weight: 400;
}

.role-permission-area table tr td ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.role-permission-area table tr td ul li {
  float: left;
  margin: 5px 10px;
}

.role-permission-area table tr td ul li .form-check {
  padding-left: 0;
  margin-bottom: 0;
}

.role-permission-area table tr td ul li .form-check label {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.addroll-popup {
  float: left;
  width: 100%;
}

.addroll-popup p {
  float: left;
  width: 100%;
  line-height: normal;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.addroll-popup .col-form-label {
  float: left;
}

div.dt-container div.dt-length label {
  float: left;
  margin-top: 10px;
  font-weight: 400 !important;
  font-size: 15px;
  color: #000 !important;
}

.small-cros-icon {
  position: absolute;
  left: 100px;
  top: 1px;
  background: #666;
  color: hsl(215, 15%, 40%);
  padding: 1px 6px;
  border-radius: 11px;
  font-size: 13px;
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  background-color: #fff;
  border-color: hsl(210, 14%, 87%);
  box-shadow: hsla(215, 15%, 97%, 0.4) 0 2px 0 inset, hsla(215, 15%, 92%, 0.5) 0 -1.5px 0 inset, hsla(215, 15%, 89%, 0.5) 0 1px 2px 0;
}

.tbl-content table tr td .form-control.price-txt {
  text-align: right !important;
  padding-right: 6px !important;
}

/* Sales Rep Report ---------------------- */
.salsrep_report-tbl {
  float: left;
  width: 100%;
}

.salsrep_report-tbl table {
  width: 100%;
}

.salsrep_report-tbl table tr td:first-child {
  width: 200px;
}

.salsrep_report-tbl table tr td:first-child a {}

.salsrep_report-tbl table tr th:nth-child(2) {
  text-align: center;
  width: 150px;
}

.salsrep_report-tbl table tr td:nth-child(2) {
  text-align: center;
  width: 150px;
}

.salsrep_report-tbl table tr td:last-child {
  width: 130px;
}

/* cashier Report ------------------ */
.cashier-report {
  float: left;
  width: 100%;
}

.cashier-report table {
  width: 100%;
}

.cashier-report table tr th:nth-child(2) {
  width: 150px;
  text-align: right;
}

.cashier-report table tr td:nth-child(2) {
  text-align: right;
}

.cashier-report table tr th:nth-child(3) {
  width: 150px;
  text-align: right;
}

.cashier-report table tr td:nth-child(3) {
  text-align: right;
}

.cashier-report table tr th:nth-child(4) {
  width: 150px;
  text-align: right;
}

.cashier-report table tr td:nth-child(4) {
  text-align: right;
}

/* Tooltip ------------------- */
.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100px;
  white-space: nowrap;
  margin-bottom: 0;
  border: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.mightOverflow {
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
  margin-bottom: 0;
}

.tooltip {
  background: #fff;
  font-size: 12px;
  color: #000;
}

.tooltip-inner {
  background: #f5f5f5;
  color: #222;
  font-size: 13px;
  border-radius: 5px;
  letter-spacing: 0.3px;
  font-weight: 500;
  text-align: left;
  line-height: 19px;
  border-bottom: none;
  border: 1px solid #ddd;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #ddd;
}

/* -- Auto tooltip ---------------- */
#data-table {
  border-collapse: collapse;
  width: 100%;
}

#data-table th,
#data-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#data-table td:hover {
  overflow: visible;
  white-space: normal;
  z-index: 1;
}

/* Tooltip styles */
#data-table td[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  white-space: normal;
  z-index: 2
}

/* New Sales ----------------- */
.new-sales {
  float: left;
  width: 100%;
  padding: 0;
}

/* .new-sale table tr td:first-child,
.new-sale table tr th:first-child {
  position: sticky !important;
  z-index: 2;
  left: 0px;
  background-color: white;
  box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, 0.05);
  width: 40px; text-align: center;
}

.new-sale table tr td:last-child,
.new-sale table tr th:last-child {
  position: sticky !important;
  z-index: 2;
  right: 0px;
  background-color: white;
  width: 150px;
  text-align: center;
} */


.new-sales table {
  width: 100%;
}

.new-sales table tr td a {
  float: none;
  color: #f05958;
}

.new-sales table thead {
  background-color: #e28483;
}

.new-sales table tr td label {
  float: none;
  text-align: center !important;
}

.new-sales table tr th:first-child {
  /* position: sticky !important; */
  /* z-index: 11;
  left: 0px; */
  background-color: #e28483;
  /* box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, 0.05); */
  width: 40px;
  text-align: center;
}

.new-sales table tr td:first-child {
/*  position: sticky !important;*/
  z-index: 11;
  left: 0px;
  box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, 0.05);
  width: 50px;
  text-align: center;
}

.new-sales table tr th:nth-child(2) {
  width: 100px;
  text-align: center;
}

.new-sales table tr td:nth-child(2) {
  text-align: center;
}

.new-sales table tr th:nth-child(3) {
  width: 100px;
  text-align: center;
}

.new-sales table tr td:nth-child(3) {
  text-align: center;
}

.new-sales table tr th:nth-child(4) {
  width: 400px;
}

.new-sales table tr th:nth-child(5) {
  width: 90px;
  text-align: center;
}

.new-sales table tr td:nth-child(5) {
  text-align: center;
}

.new-sales table tr th:nth-child(6) {
  width: 80px;
  text-align: center;
}

.new-sales table tr td:nth-child(6) {
  text-align: center;
}

.new-sales table tr th:nth-child(7) {
  width: 100px;
  text-align: right;
}

.new-sales table tr td:nth-child(7) {
  text-align: right;
}

.new-sales table tr th:nth-child(8) {
  width: 100px;
  text-align: right;
}

.new-sales table tr td:nth-child(8) {
  text-align: right;
}

.new-sales table tr th:nth-child(9) {
  width: 80px;
  text-align: center;
}

.new-sales table tr td:nth-child(9) {
/*  text-align: left;*/
}

.new-sales table tr th:nth-child(10) {
  width: 80px;
  text-align: center;
}

.new-sales table tr td:nth-child(10) {
  text-align: center;
}

.new-sales table tr th:nth-child(11) {
  width: 80px;
  text-align: center;
}

.new-sales table tr td:nth-child(11) {
  text-align: center;
}

.new-sales table tr td span {
  white-space: wrap !important;
}

.new-sales table tr th:last-child {
  /* position: sticky !important; */
  /* z-index: 11;
  right: 0px; */
  width: 60px;
  text-align: center;
  background-color: #e28483;
  /* box-shadow: 0px 6px 6px 6px rgba(0, 0, 0, 0.05); */
}

.new-sales table tr td:last-child {
  /* position: sticky !important; */
  /* z-index: 11;
  right: 0px; */
  width: 60px;
  text-align: center;
  /* box-shadow: 0px 6px 6px 6px rgba(0, 0, 0, 0.05); */
}


/* Hold List ----------------- */
.hold-list {
  float: left;
  width: 100%;
}

.hold-list table {
  float: left;
  width: 100%;
}

.hold-list table tr th:first-child {
  width: 50px;
}

.hold-list table tr th:nth-child(2) {
  width: 120px;
}

.hold-list table tr th:nth-child(3) {
  width: 120px;
}

.hold-list table tr th:nth-child(5) {
  width: 150px;
}

.hold-list table tr th:nth-child(6) {
  width: 150px;
}

.hold-list table tr th:nth-child(7) {
  width: 150px;
}

.hold-list table tr th:nth-child(8) {
  width: 150px;
}

.hold-list table tr th:last-child {
  width: 120px;
}

/* Reject Sales ----------------- */
.reject-sales {
  float: left;
  width: 100%;
}

.reject-sales table {
  float: left;
  width: 100%;
}

.reject-sales table tr td a {
  float: none;
}

.reject-sales table tr td span {
  float: none;
}

.reject-sales table tr th:first-child {
  width: 150px;
  text-align: center;
}

.reject-sales table tr td:first-child {
  text-align: center;
}

.reject-sales table tr th:nth-child(2) {
  width: 150px;
  text-align: center;
}

.reject-sales table tr td:nth-child(2) {
  text-align: center;
}

.reject-sales table tr th:nth-child(4) {
  width: 150px;
}

.reject-sales table tr th:last-child {
  width: 120px;
  text-align: center;
}

.reject-sales table tr td:last-child {
  text-align: center;
}

/* Create Picking ----------------- */
.create-picking {
  float: left;
  width: 100%;
}

.create-picking table {
  float: left;
  width: 100%;
}

.create-picking table tr td {
  text-align: left !important;
}

.create-picking table tr td a {
  float: none;
}

.create-picking table tr th {
  text-align: left !important;
}

.create-picking table tr th:first-child {
  width: 50px;
}

.create-picking table tr th:nth-child(2) {
  width: 150px;
  text-align: center !important;
}

.create-picking table tr td:nth-child(2) {
  text-align: center !important;
}

.create-picking table tr th:nth-child(3) {
  width: 150px;
  text-align: center !important;
}

.create-picking table tr td:nth-child(3) {
  text-align: center !important;
}

.create-picking table tr th:nth-child(5) {
  width: 150px;
  text-align: center !important;
}

.create-picking table tr td:nth-child(5) {
  text-align: center !important;
}

.create-picking table tr th:nth-child(6) {
  width: 150px;
  text-align: center !important;
}

.create-picking table tr td:nth-child(6) {
  text-align: center !important;
}

.create-picking table tr th:last-child {
  width: 120px;
  text-align: center !important;
}

.create-picking table tr td:last-child {
  text-align: center !important;
}

/* Picking List ----------------- */
.picking-list {
  float: left;
  width: 100%;
}

.picking-list table {
  float: left;
  width: 100%;
}

.picking-list table tr th {
  text-align: left !important;
}

.picking-list table tr td {
  text-align: left !important;
}

.picking-list table tr td a {
  float: none;
}

.picking-list table tr th:first-child {
  /* width: 150px !important; */
  text-align: center !important;
}

.picking-list table tr td:first-child {
  text-align: center !important;
}

.picking-list table tr th:nth-child(4) {
  width: 150px;
  text-align: center !important;
}

.picking-list table tr td:nth-child(4) {
  text-align: center !important;
}

.picking-list table tr th:nth-child(5) {
  width: 150px;
  text-align: center !important;
}

.picking-list table tr td:nth-child(5) {
  text-align: center !important;
}

.picking-list table tr th:nth-child(6) {
  width: 150px;
  text-align: center !important;
}

.picking-list table tr td:nth-child(6) {
  text-align: center !important;
}

.picking-list table tr th:last-child {
  width: 120px !important;
  text-align: center !important;
}

.picking-list table tr td:last-child {
  text-align: center !important;
}

.picking-list-invoice-tbl {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.picking-list-invoice-tbl table {
  width: 100%;
  margin-bottom: 15px !important;
}

.picking-list-invoice-tbl table tr th:first-child {
  width: 150px;
}

.picking-list-invoice-tbl table tr th:nth-child(2) {
  width: auto
}

.picking-list-invoice-tbl table tr th:nth-child(3) {
  width: 150px;
}

.picking-list-invoice-tbl table tr th:last-child {
  width: 150px;
}

.picking-list-invoice-tbl .submitbtn {
  float: left;
}

/* Edit Picking List ----------------- */
.Edit-picking-list {
  float: left;
  width: 100%;
}

.Edit-picking-list table {
  float: left;
  width: 100%;
}

.Edit-picking-list table tr th {
  text-align: left !important;
}

.Edit-picking-list table tr td {
  text-align: left !important;
}

.Edit-picking-list table tr td a {
  float: none;
}

.Edit-picking-list table tr th:first-child {
  width: 50px !important;
}

.Edit-picking-list table tr th:nth-child(2) {
  width: 150px;
  text-align: center !important;
}

.Edit-picking-list table tr td:nth-child(2) {
  text-align: center !important;
}

.Edit-picking-list table tr th:nth-child(4) {
  width: 150px;
  text-align: center !important;
}

.Edit-picking-list table tr td:nth-child(4) {
  text-align: center !important;
}

.Edit-picking-list table tr th:nth-child(5) {
  width: 150px;
  text-align: right !important;
}

.Edit-picking-list table tr td:nth-child(5) {
  text-align: right !important;
}

.Edit-picking-list table tr th:nth-child(6) {
  width: 150px;
  text-align: right !important;
}

.Edit-picking-list table tr td:nth-child(6) {
  text-align: right !important;
}

.Edit-picking-list table tr th:nth-child(7) {
  width: 150px;
  text-align: center !important;
}

.Edit-picking-list table tr td:nth-child(7) {
  text-align: center !important;
}

.Edit-picking-list table tr th:last-child {
  width: 120px !important;
  text-align: center !important;
}

.Edit-picking-list table tr td:last-child {
  text-align: center !important;
}

/* Picking History ----------------- */
.picking-history {
  float: left;
  width: 100%;
}

.picking-history table {
  float: left;
  width: 100%;
}

.picking-history table tr th {
  text-align: left !important;
}

.picking-history table tr td {
  text-align: left !important;
}

.picking-history table tr td a {
  float: none;
}

.picking-history table tr th:first-child {
  /* width: 150px !important; */
  text-align: center !important;
}

.picking-history table tr td:first-child {
  text-align: center !important;
}

.picking-history table tr th:nth-child(2) {
  width: 300px;
}

.picking-history table tr th:nth-child(3) {
  width: 150px;
  text-align: center !important;
}

.picking-history table tr td:nth-child(3) {
  text-align: center !important;
}

.picking-history table tr th:nth-child(4) {
  width: 150px;
  text-align: center !important;
}

.picking-history table tr td:nth-child(4) {
  text-align: center !important;
}

.picking-history table tr th:nth-child(5) {
  width: 150px;
  text-align: center !important;
}

.picking-history table tr td:nth-child(5) {
  width: 150px;
  text-align: center !important;
}

.picking-history table tr th:last-child {
  width: 120px !important;
  text-align: center !important;
}

.picking-history table tr td:last-child {
  text-align: center !important;
}

/* View Picking ----------------- */
.view-picking {
  float: left;
  width: 100%;
}

.view-picking div {
  padding: 0;
  margin: 0;
}

.view-picking table {
  width: 100%;
}

.view-picking table tr th {
  text-align: left !important;
}

.view-picking table tr td {
  text-align: left !important;
}

.view-picking table tr th:first-child {
  width: 150px !important;
  text-align: center !important;
}

.view-picking table tr td:first-child {
  text-align: center !important;
}

.view-picking table tr th:nth-child(3) {
  width: 150px;
  text-align: center !important;
}

.view-picking table tr td:nth-child(3) {
  text-align: center !important;
}

.view-picking table tr th:nth-child(4) {
  width: 150px;
  text-align: center !important;
}

.view-picking table tr td:nth-child(4) {
  text-align: center !important;
}

.view-picking table tr th:nth-child(5) {
  width: 150px;
  text-align: center !important;
}

.view-picking table tr td:nth-child(5) {
  text-align: center !important;
}

.view-picking table tr th:nth-child(6) {
  width: 150px;
  text-align: center !important;
}

.view-picking table tr td:nth-child(6) {
  text-align: center !important;
}

.view-picking table tr th:last-child {
  width: 150px !important;
  text-align: center !important;
}

.view-picking table tr td:last-child {
  text-align: center !important;
}

/* Proforma ----------------- */
.proforma {
  float: left;
  width: 100%;
}

.proforma table {
  float: left;
  width: 100%;
}

.proforma table tr th {
  text-align: left !important;
}

.proforma table tr td {
  text-align: left !important;
}

.proforma table tr td a {
  float: none;
}

.proforma table tr th:first-child {
  /* width: 50px !important; */
  text-align: left !important;
}

.proforma table tr td:first-child {
  text-align: left !important;
}

.proforma table tr th:nth-child(2) {
  width: 100px;
  text-align: center !important;
}

.proforma table tr td:nth-child(2) {
  text-align: center !important;
}

.proforma table tr th:nth-child(3) {
  width: 100px;
  text-align: center !important;
}

.proforma table tr td:nth-child(3) {
  text-align: center !important;
}

.proforma table tr th:nth-child(4) {
  width: 400px;
}

.proforma table tr th:nth-child(5) {
  width: 100px;
  text-align: center !important;
}

.proforma table tr td:nth-child(5) {
  text-align: center !important;
}

.proforma table tr th:nth-child(6) {
  width: 100px;
  text-align: center !important;
}

.proforma table tr td:nth-child(6) {
  text-align: center !important;
}

.proforma table tr th:nth-child(7) {
  width: 100px;
  text-align: center !important;
}

.proforma table tr td:nth-child(7) {
  text-align: center !important;
}

.proforma table tr th:nth-child(8) {
  width: 100px;
  text-align: center !important;
}

.proforma table tr td:nth-child(8) {
  text-align: center !important;
}

.proforma table tr th:last-child {
  width: 100px !important;
  text-align: center !important;
}

.proforma table tr td:last-child {
  text-align: center !important;
}

.proforma-invoice-tbl {
  float: left;
  width: 100%;
}

.proforma-invoice-tbl table {
  width: 100%;
}

.proforma-invoice-tbl table tr th:first-child {
  width: 450px;
}

.proforma-invoice-tbl table tr th:nth-child(2) {
  width: 120px;
}

.proforma-invoice-tbl table tr th:nth-child(3) {
  width: 120px;
}

.proforma-invoice-tbl table tr th:nth-child(4) {
  width: 120px;
}

.proforma-invoice-tbl table tr th:nth-child(5) {
  width: 120px;
}

.proforma-invoice-tbl table tr th:last-child {
  width: 120px;
}

.proforma-invoice-tbl table tr td span.right {
  float: right !important;
}

/* Edit Proforma ----------------- */
.edit-proforma {
  float: left;
  width: 100%;
}

.edit-proforma table {
  float: left;
  width: 100%;
  background: #fff;
}

.edit-proforma table tr th {
  text-align: left !important;
}

.edit-proforma table tr td {
  text-align: left !important;
  width: auto;
}

.edit-proforma table tr td input {
  float: none !important;
  margin: 0 auto !important;
}

.edit-proforma table tr th:first-child {
  width: 50px !important;
  text-align: center !important;
}

.edit-proforma table tr td:first-child {
  text-align: center !important;
}

.edit-proforma table tr th:nth-child(2) {
  width: 100px;
  text-align: center !important;
}

.edit-proforma table tr td:nth-child(2) {
  text-align: center !important;
}

.edit-proforma table tr th:nth-child(3) {
  width: 400px;
  text-align: center !important;
}

.edit-proforma table tr td:nth-child(3) {
  text-align: left !important;
}

.edit-proforma table tr th:nth-child(4) {
  width: 100px;
  text-align: center !important;
}

.edit-proforma table tr td:nth-child(4) {
  text-align: center !important;
}

.edit-proforma table tr th:nth-child(5) {
  width: 110px;
  text-align: center !important;
}

.edit-proforma table tr td:nth-child(5) {
  text-align: center !important;
}

.edit-proforma table tr th:nth-child(6) {
  width: 100px;
  text-align: center !important;
}

.edit-proforma table tr td:nth-child(6) {
  text-align: center !important;
}

.edit-proforma table tr th:nth-child(7) {
  width: 120px;
  text-align: center !important;
}

.edit-proforma table tr td:nth-child(7) {
  text-align: center !important;
}

.edit-proforma table tr th:nth-child(8) {
  width: 100px;
  text-align: center !important;
}

.edit-proforma table tr td:nth-child(8) {
  text-align: center !important;
}

.edit-proforma table tr th:nth-child(9) {
  width: 100px;
  text-align: right !important;
}

.edit-proforma table tr td:nth-child(9) {
  text-align: right !important;
}

.edit-proforma table tr th:nth-child(10) {
  width: 120px;
  text-align: right !important;
}

.edit-proforma table tr td:nth-child(10) {
  text-align: right !important;
}

.edit-proforma table tr th:nth-child(11) {
  width: 120px;
  text-align: right !important;
}

.edit-proforma table tr td:nth-child(11) {
  text-align: right !important;
}

.edit-proforma table tr th:last-child {
  width: 80px !important;
  text-align: left !important;
}

.edit-proforma table tr td:last-child {
  text-align: left !important;
}


.edit-proforma .dt-layout-table {
  padding: 0;
}

/* Short QTY ----------------- */
.short-qty {
  float: left;
  width: 100%;
}

.short-qty table {
  float: left;
  width: 100%;
}

.short-qty table tr th {
  text-align: left !important;
}

.short-qty table tr td {
  text-align: left !important;
}

.short-qty table tr td a {
  float: none;
}

.short-qty table tr th:first-child {
  width: 100px !important;
  text-align: center !important;
}

.short-qty table tr td:first-child {
  text-align: center !important;
}

.short-qty table tr th:nth-child(2) {
  width: 120px;
  text-align: center !important;
}

.short-qty table tr td:nth-child(2) {
  text-align: center !important;
}

.short-qty table tr th:nth-child(4) {
  width: 150px;
  text-align: center !important;
}

.short-qty table tr td:nth-child(4) {
  text-align: center !important;
}

.short-qty table tr th:last-child {
  width: 120px !important;
  text-align: center !important;
}

.short-qty table tr td:last-child {
  text-align: center !important;
}

/* View Short QTY ----------------- */
.viewshort-qty {
  float: left;
  width: 100%;
}

.viewshort-qty table {
  float: left;
  width: 100%;
}

.viewshort-qty table tr th {
  text-align: left !important;
}

.viewshort-qty table tr td {
  text-align: left !important;
}

.viewshort-qty table tr td a {
  float: none;
}

.viewshort-qty table tr th:first-child {
  width: 150px !important;
  text-align: center !important;
}

.viewshort-qty table tr td:first-child {
  text-align: center !important;
}

.viewshort-qty table tr th:nth-child(3) {
  width: 150px;
  text-align: center !important;
}

.viewshort-qty table tr td:nth-child(3) {
  width: 150px;
  text-align: center !important;
}

.viewshort-qty table tr th:nth-child(4) {
  width: 150px;
  text-align: center !important;
}

.viewshort-qty table tr td:nth-child(4) {
  text-align: center !important;
}

.viewshort-qty table tr th:last-child {
  width: 120px !important;
  text-align: center !important;
}

.viewshort-qty table tr td:last-child {
  text-align: center !important;
}

/* View Short QTY ----------------- */
.confirm-short-qty {
  float: left;
  width: 100%;
}

.confirm-short-qty table {
  float: left;
  width: 100%;
}

.confirm-short-qty table tr th {
  text-align: left !important;
}

.confirm-short-qty table tr td {
  text-align: left !important;
}

.confirm-short-qty table tr th:first-child {
  width: 150px !important;
  text-align: center !important;
}

.confirm-short-qty table tr td:first-child {
  text-align: center !important;
}

.confirm-short-qty table tr th:nth-child(3) {
  width: 150px;
  text-align: center !important;
}

.confirm-short-qty table tr td:nth-child(3) {
  text-align: center !important;
}

.confirm-short-qty table tr th:nth-child(5) {
  width: 150px;
  text-align: center !important;
}

.confirm-short-qty table tr td:nth-child(5) {
  text-align: center !important;
}

.confirm-short-qty table tr th:nth-child(6) {
  width: 150px;
  text-align: center !important;
}

.confirm-short-qty table tr td:nth-child(6) {
  text-align: center !important;
}

.confirm-short-qty table tr th:nth-child(7) {
  width: 150px;
  text-align: center !important;
}

.confirm-short-qty table tr td:nth-child(7) {
  text-align: center !important;
}

.confirm-short-qty table tr th:last-child {
  width: 120px !important;
  text-align: center !important;
}

.confirm-short-qty table tr td:last-child {
  text-align: center !important;
}

/* Create Menifest Page Css ------------ */
.create-menifest-area {
  float: left;
  width: 100%;
}

.create-menifest-area table {
  float: left;
  width: 100%;
}

.create-menifest-area table tr th {
  text-align: left !important;
}

.create-menifest-area table tr td {
  text-align: left !important;
}

.create-menifest-area table tr th:first-child {
  width: 50px !important;
  text-align: center !important;
}

.create-menifest-area table tr th:nth-child(2) {
  width: 80px;
  text-align: center !important;
}

.create-menifest-area table tr td:nth-child(2) {
  text-align: center !important;
}

.create-menifest-area table tr th:nth-child(3) {
  width: 80px;
}

.create-menifest-area table tr td:nth-child(3) {}

.create-menifest-area table tr th:nth-child(4) {
  width: 200px;
  text-align: left;
  !important;
}

.create-menifest-area table tr td:nth-child(4) {
  text-align: left !important;
}

.create-menifest-area table tr th:nth-child(5) {
  width: 100px;
  text-align: right !important;
}

.create-menifest-area table tr td:nth-child(5) {
  text-align: right !important;
}

.create-menifest-area table tr th:nth-child(6) {
  width: 100px;
  text-align: right !important;
}

.create-menifest-area table tr td:nth-child(6) {
  text-align: right !important;
}

.create-menifest-area table tr th:nth-child(7) {
  width: 100px;
  text-align: center !important;
}

.create-menifest-area table tr td:nth-child(7) {
  text-align: center !important;
}

.create-menifest-area table tr th:nth-child(8) {
  width: 100px;
  text-align: center !important;
}

.create-menifest-area table tr td:nth-child(8) {
  text-align: center !important;
}

.create-menifest-area table tr th:nth-child(9) {
  width: 100px;
  text-align: center !important;
}

.create-menifest-area table tr td:nth-child(9) {
  text-align: center !important;
}

.create-menifest-area table tr th:last-child {
  width: 100px !important;
  text-align: center !important;
}

.create-menifest-area table tr td:last-child {
  text-align: center !important;
}

/* Create Menifest Page Css ------------ */
.menifest-area {
  float: left;
  width: 100%;
}

.menifest-area table {
  float: left;
  width: 100%;
}

.menifest-area table tr th {
  text-align: left !important;
}

.menifest-area table tr td {
  text-align: left !important;
}

.menifest-area table tr td span {
  float: none;
}

.menifest-area table tr td a {
  float: none;
}

.menifest-area table tr th:first-child {
  width: 50px !important;
  text-align: center !important;
}

.menifest-area table tr td:first-child {
  text-align: center !important;
}

.menifest-area table tr th:nth-child(2) {
  width: 120px;
  text-align: center !important;
}

.menifest-area table tr td:nth-child(2) {
  text-align: center !important;
}

.menifest-area table tr th:nth-child(3) {
  width: 200px;
}

.menifest-area table tr th:nth-child(4) {
  width: 150px;
  text-align: center !important;
}

.menifest-area table tr td:nth-child(4) {
  text-align: center !important;
}

.menifest-area table tr th:nth-child(5) {
  width: 150px;
  text-align: center !important;
}

.menifest-area table tr td:nth-child(5) {
  text-align: center !important;
}

.menifest-area table tr th:nth-child(6) {
  width: 120px;
  text-align: center !important;
}

.menifest-area table tr td:nth-child(6) {
  text-align: center !important;
}

.menifest-area table tr th:last-child {
  width: 120px !important;
  text-align: center !important;
}

.menifest-area table tr td:last-child {
  text-align: center !important;
}

.menifest-area tr td a i {
  margin-right: 5px;
}


.menifest-area-invoice-tbl {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.menifest-area-invoice-tbl table {
  width: 100%;
  margin-bottom: 15px !important;
}

.menifest-area-invoice-tbl table tr th:first-child {
  width: 150px;
}

.menifest-area-invoice-tbl table tr th:nth-child(2) {
  width: auto
}

.menifest-area-invoice-tbl table tr th:nth-child(3) {
  width: 150px;
}

.menifest-area-invoice-tbl table tr th:last-child {
  width: 150px;
}

.menifest-area-invoice-tbl .submitbtn {
  float: left;
}


/* Mark Delivery -------- */
.mark-delivery {
  float: left;
  width: 100%;
}

.mark-delivery table {
  width: 100%;
}

.mark-delivery table tr th:first-child {
  width: 110px;
  text-align: center;
}

.mark-delivery table tr td:first-child {
  text-align: center;
}

.mark-delivery table tr th:nth-child(2) {
  width: 110px;
  text-align: center !important;
}

.mark-delivery table tr td:nth-child(2) {
  text-align: center !important;
}

.mark-delivery table tr th:nth-child(3) {
  width: 450px;
}

.mark-delivery table tr th:nth-child(4) {
  width: 110px;
  /* text-align: right !important; */
}

.mark-delivery table tr td:nth-child(4) {
  /* text-align: right !important; */
}

.mark-delivery table tr th:nth-child(5) {
  width: 150px;
  text-align: center !important;
}

.mark-delivery table tr td:nth-child(5) {
  text-align: center !important;
}

.mark-delivery table tr th:last-child {
  width: 150px;
  text-align: center !important;
}

.mark-delivery table tr td:last-child {
  text-align: center !important;
}

/* Create Menifest Page Css ------------ */
.open-trip {
  float: left;
  width: 100%;
}

.open-trip table {
  float: left;
  width: 100%;
}

.open-trip table tr th {
  text-align: left !important;
}

.open-trip table tr td {
  text-align: left !important;
}

.open-trip table tr td .change-vehicl-btn {
  float: none !important;
  line-height: normal;
}

.open-trip table tr td a {
  float: none;
}

.open-trip table tr th:first-child {
  width: 70px !important;
  text-align: center !important;
}

.open-trip table tr td:first-child {
  text-align: center !important;
}

.open-trip table tr th:nth-child(2) {
  width: 170px;
  text-align: center !important;
}

.open-trip table tr td:nth-child(2) {
  text-align: center !important;
}

.open-trip table tr th:nth-child(3) {
  width: 120px;
  text-align: center !important;
}

.open-trip table tr td:nth-child(3) {
  text-align: center !important;
}

.open-trip table tr th:nth-child(4) {
  width: 300px;
}

.open-trip table tr th:nth-child(5) {
  width: 300px;
  text-align: center !important;
}

.open-trip table tr td:nth-child(5) {
  text-align: center !important;
}

.open-trip table tr th:nth-child(6) {
  width: 120px;
  text-align: center !important;
}

.open-trip table tr td:nth-child(6) {
  text-align: center !important;
}

.open-trip table tr th:last-child {
  width: 150px !important;
  text-align: center !important;
}

.open-trip table tr td:last-child {
  text-align: center !important;
}

/* Trip Summary Page Css ------------ */
.trip_summary {
  float: left;
  width: 100%;
}

.trip_summary table {
  float: left;
  width: 100%;
}

.trip_summary table tr th {
  text-align: left !important;
}

.trip_summary table tr td {
  text-align: left !important;
}

.trip_summary table tr td a {
  float: none;
}

.trip_summary table tr th:first-child {
  width: 40px !important;
  text-align: center !important;
}

.trip_summary table tr td:first-child {
  text-align: center !important;
}

.trip_summary table tr th:nth-child(2) {
  width: 300px;
}

.trip_summary table tr th:nth-child(3) {
  width: 120px;
  text-align: center !important;
}

.trip_summary table tr td:nth-child(3) {
  text-align: center !important;
}

.trip_summary table tr th:nth-child(4) {
  width: 80px;
  text-align: center !important;
}

.trip_summary table tr td:nth-child(4) {
  text-align: center !important;
}

.trip_summary table tr th:nth-child(5) {
  width: 80px;
  text-align: center !important;
}

.trip_summary table tr td:nth-child(5) {
  text-align: center !important;
}

.trip_summary table tr th:nth-child(6) {
  width: 80px;
  text-align: center !important;
}

.trip_summary table tr td:nth-child(6) {
  text-align: center !important;
}

.trip_summary table tr th:nth-child(7) {
  width: 80px;
  text-align: center !important;
}

.trip_summary table tr td:nth-child(7) {
  text-align: center !important;
}

.trip_summary table tr th:nth-child(8) {
  width: 80px;
  text-align: center !important;
}

.trip_summary table tr td:nth-child(8) {
  text-align: center !important;
}

.trip_summary table tr th:nth-child(9) {
  width: 80px;
  text-align: center !important;
}

.trip_summary table tr td:nth-child(9) {
  text-align: center !important;
}

.trip_summary table tr th:nth-child(10) {
  width: 80px;
  text-align: center !important;
}

.trip_summary table tr td:nth-child(10) {
  text-align: center !important;
}

.trip_summary table tr th:last-child {
  width: 60px !important;
  text-align: center !important;
}

.trip_summary table tr td:last-child {
  text-align: center !important;
}

/* Complete Trips Page Css ------------ */
.complete-trips-area {
  float: left;
  width: 100%;
  margin: 25px 0 0 0;
}

.complete-trips-area table {
  float: left;
  width: 100%;
}

.complete-trips-area table tr th {
  text-align: left !important;
}

.complete-trips-area table tr td {
  text-align: left !important;
}

.complete-trips-area table tr td a {
  float: none;
}

.complete-trips-area table tr td span {
  float: none;
}

.complete-trips-area table tr th:first-child {
  /* width: 70px !important; */
  text-align: center !important;
}

.complete-trips-area table tr td:first-child {
  text-align: center !important;
}

.complete-trips-area table tr th:nth-child(2) {
  width: 120px;
  text-align: center !important;
}

.complete-trips-area table tr td:nth-child(2) {
  text-align: center !important;
}

.complete-trips-area table tr th:nth-child(3) {
  width: 150px;
  text-align: center !important;
}

.complete-trips-area table tr td:nth-child(3) {
  text-align: center !important;
}

.complete-trips-area table tr th:nth-child(5) {
  width: 200px;
  text-align: center !important;
}

.complete-trips-area table tr td:nth-child(5) {
  text-align: center !important;
}

.complete-trips-area table tr th:last-child {
  width: 150px !important;
  text-align: center !important;
}

.complete-trips-area table tr td:last-child {
  text-align: center !important;
}

/* Close Trip Summery ---------------- */
.complete-summery-area {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 0 0;
}

.complete-summery-area .title {
  float: left;
  width: 100%;
  border: 1px solid #ededed;
  margin: 0 0 20px 0;
  background: #f7f7f7;
  padding: 7px 10px;
  color: #222;
  border-left: 2px solid #f0ae06;
}

.complete-summery-area .title span {
  float: left;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin: 0px 0 0 0;
}

.complete-summery-area .title a {
  background: #41c1f0;
  border-radius: 3px;
  color: #fff;
  padding: 3px 10px;
  border: 1px solid #33afdc;
  font-size: 11px;
  margin: 0 0;
  font-weight: 500;
  text-transform: uppercase;
}

.complete-summery-area .title ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.complete-summery-area .title ul li {
  float: left;
  padding: 0 10px;
  font-weight: 500;
}

.close-trip-summery {
  float: left;
  width: 100%;
}

.close-trip-summery table {
  width: 100%;
}

.close-trip-summery table tr th {
  text-align: left !important;
}

.close-trip-summery table tr td {
  text-align: left !important;
}

.close-trip-summery table tr td a {
  float: none;
}

.close-trip-summery table tr th:first-child {
  width: 70px !important;
  text-align: center !important;
}

.close-trip-summery table tr td:first-child {
  text-align: center !important;
}

.close-trip-summery table tr th:nth-child(3) {
  width: 150px;
  text-align: center !important;
}

.close-trip-summery table tr td:nth-child(3) {
  text-align: center !important;
}

.close-trip-summery table tr th:nth-child(4) {
  width: 150px;
  text-align: center !important;
}

.close-trip-summery table tr td:nth-child(4) {
  text-align: center !important;
}

.close-trip-summery table tr th:nth-child(5) {
  width: 150px;
  text-align: center !important;
}

.close-trip-summery table tr td:nth-child(5) {
  text-align: center !important;
}

.close-trip-summery table tr th:nth-child(6) {
  width: 150px;
  text-align: center !important;
}

.close-trip-summery table tr td:nth-child(6) {
  text-align: center !important;
}

.close-trip-summery table tr th:nth-child(7) {
  width: 150px;
  text-align: center !important;
}

.close-trip-summery table tr td:nth-child(7) {
  text-align: center !important;
}

.close-trip-summery table tr th:last-child {
  width: 120px;
  text-align: center !important;
}

.close-trip-summery table tr td:last-child {
  text-align: center !important;
}


.closed-trip-summery {
  float: left;
  width: 100%;
}

.closed-trip-summery table {
  width: 100%;
}

.closed-trip-summery table tr th {
  text-align: left !important;
}

.closed-trip-summery table tr td {
  text-align: left !important;
}

.closed-trip-summery table tr td a {
  float: none;
}

.closed-trip-summery table tr th:first-child {
  width: 70px !important;
  text-align: center !important;
}

.closed-trip-summery table tr td:first-child {
  text-align: center !important;
}

.closed-trip-summery table tr th:nth-child(3) {
  width: 100px;
  text-align: center !important;
}

.closed-trip-summery table tr td:nth-child(3) {
  text-align: center !important;
}

.closed-trip-summery table tr th:nth-child(4) {
  width: 100px;
  text-align: center !important;
}

.closed-trip-summery table tr td:nth-child(4) {
  text-align: center !important;
}

.closed-trip-summery table tr th:nth-child(5) {
  width: 100px;
  text-align: center !important;
}

.closed-trip-summery table tr td:nth-child(5) {
  text-align: center !important;
}

.closed-trip-summery table tr th:nth-child(6) {
  width: 100px;
  text-align: center !important;
}

.closed-trip-summery table tr td:nth-child(6) {
  text-align: center !important;
}

.closed-trip-summery table tr th:nth-child(7) {
  width: 100px;
  text-align: center !important;
}

.closed-trip-summery table tr td:nth-child(7) {
  text-align: center !important;
}

.closed-trip-summery table tr th:nth-child(8) {
  width: 100px;
  text-align: center !important;
}

.closed-trip-summery table tr td:nth-child(8) {
  text-align: center !important;
}

.closed-trip-summery table tr th:last-child {
  width: 120px;
  text-align: center !important;
}

.closed-trip-summery table tr td:last-child {
  text-align: center !important;
}

.closed-trip-summery_products {
  float: left;
  width: 100%;
}

.closed-trip-summery_products table {
  width: 100%;
}

.closed-trip-summery_products table tr th {
  text-align: left !important;
}

.closed-trip-summery_products table tr td {
  text-align: left !important;
}

.closed-trip-summery_products table tr td a {
  float: none;
}

.closed-trip-summery_products table tr th:first-child {
  width: 30px !important;
  text-align: center !important;
}

.closed-trip-summery_products table tr td:first-child {
  text-align: center !important;
}

.closed-trip-summery_products table tr th:nth-child(2) {
  width: 40px;
  text-align: center !important;
}

.closed-trip-summery_products table tr td:nth-child(2) {
  text-align: center !important;
}

.closed-trip-summery_products table tr th:nth-child(3) {
  width: 180px;
  text-align: left;
  !important;
}

.closed-trip-summery_products table tr td:nth-child(3) {
  text-align: left !important;
}

.closed-trip-summery_products table tr th:nth-child(4) {
  width: 30px;
  text-align: center !important;
}

.closed-trip-summery_products table tr td:nth-child(4) {
  text-align: center !important;
}

.closed-trip-summery_products table tr th:nth-child(5) {
  width: 50px;
  text-align: center !important;
}

.closed-trip-summery_products table tr td:nth-child(5) {
  text-align: center !important;
}

.closed-trip-summery_products table tr th:nth-child(6) {
  width: 50px;
  text-align: left;
  !important;
}

.closed-trip-summery_products table tr td:nth-child(6) {
  text-align: left;
  !important;
}

.closed-trip-summery_products table tr th:nth-child(7) {
  width: 50px;
  text-align: center !important;
}

.closed-trip-summery_products table tr td:nth-child(7) {
  text-align: center !important;
}



.sumery-delivery-box {
  float: left;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 0 0 20px 0;
}

.sumery-delivery-box table {
  margin-bottom: 0;
}

.sumery-delivery-box table tr td {
  font-size: 13px;
}

.sumery-delivery-box table tr th {
  background-color: #fff !important;
  border-color: #dee2e6 !important;
  border-top: 1px solid #dee2e6 !important;
  border-bottom: 1px solid #dee2e6 !important;
}

.sumery-delivery-box table tr th:first-child {
  font-weight: 600;
  color: #000 !important;
}

.sumery-delivery-box table tr th:nth-child(2) {
  text-align: right;
}

.sumery-delivery-box table tr th:last-child {
  text-align: right;
}

.sumery-delivery-box table tr td:first-child {
  font-weight: 500;
}

.sumery-delivery-box table tr td:nth-child(2) {
  text-align: right;
}

.sumery-delivery-box table tr td:last-child {
  text-align: right;
}

/* Customer report ----------------- */
.customer-report-area {
  float: left;
  width: 100%;
}

.customer-report-area table {
  width: 100%;
}

.customer-report-area table tr th:first-child {
  width: 70px;
  text-align: center;
}

.customer-report-area table tr td:first-child {
  text-align: center;
}

.customer-report-area table tr th:nth-child(4) {
  width: 110px;
  text-align: center;
}

.customer-report-area table tr td:nth-child(4) {
  text-align: center;
}

.customer-report-area table tr th:nth-child(5) {
  width: 110px;
  text-align: center;
}

.customer-report-area table tr td:nth-child(5) {
  text-align: center;
}

.customer-report-area table tr th:nth-child(6) {
  width: 110px;
  text-align: center;
}

.customer-report-area table tr td:nth-child(6) {
  text-align: center;
}

.customer-report-area table tr th:nth-child(7) {
  width: 110px;
  text-align: center;
}

.customer-report-area table tr td:nth-child(7) {
  text-align: center;
}

.customer-report-area table tr th:last-child {
  width: 110px;
  text-align: center;
}

.customer-report-area table tr td:last-child {
  text-align: center;
}

/* Inventory Sales Report ----------------- */
.inventory-sales-report {
  float: left;
  width: 100%;
}

.inventory-sales-report table {
  width: 100%;
}

.inventory-sales-report table tr th:first-child {
  width: 150px;
  text-align: center;
}

.inventory-sales-report table tr td:first-child {
  text-align: center;
}

.inventory-sales-report table tr th:nth-child(3) {
  width: 120px;
  text-align: right;
}

.inventory-sales-report table tr td:nth-child(3) {
  text-align: right;
}

.inventory-sales-report table tr th:nth-child(4) {
  width: 120px;
  text-align: right;
}

.inventory-sales-report table tr td:nth-child(4) {
  text-align: right;
}

.inventory-sales-report table tr th:nth-child(5) {
  width: 120px;
  text-align: center;
}

.inventory-sales-report table tr td:nth-child(5) {
  text-align: center;
}

.inventory-sales-report table tr th:nth-child(6) {
  width: 120px;
  text-align: center;
}

.inventory-sales-report table tr td:nth-child(6) {
  text-align: center;
}

.inventory-sales-report table tr th:nth-child(7) {
  width: 120px;
  text-align: center;
}

.inventory-sales-report table tr td:nth-child(7) {
  text-align: center;
}

.inventory-sales-report table tr th:last-child {
  width: 120px;
  text-align: center;
}

.inventory-sales-report table tr td:last-child {
  text-align: center;
}

/* Mis Order Report ----------------- */
.misOrderReport {
  float: left;
  width: 100%;
}

.misOrderReport table {
  width: 100%;
}

.misOrderReport table tr td a {
  float: none;
}

.misOrderReport table tr th:first-child {
  width: 60px;
  text-align: center;
}

.misOrderReport table tr td:first-child {
  text-align: center;
}

.misOrderReport table tr th:nth-child(2) {
  width: 100px;
  text-align: center;
}

.misOrderReport table tr td:nth-child(2) {
  text-align: center;
}

.misOrderReport table tr th:nth-child(3) {
  width: 320px;
  text-align: center;
}

.misOrderReport table tr th:nth-child(4) {
  width: 110px;
  text-align: center;
}

.misOrderReport table tr td:nth-child(4) {
  text-align: center;
}

.misOrderReport table tr th:nth-child(5) {
  width: 110px;
  text-align: center;
}

.misOrderReport table tr td:nth-child(5) {
  text-align: right;
}

.misOrderReport table tr th:nth-child(6) {
  width: 110px;
  text-align: center;
}

.misOrderReport table tr td:nth-child(6) {
  text-align: right;
}

.misOrderReport table tr th:nth-child(7) {
  width: 110px;
  text-align: center;
}

.misOrderReport table tr td:nth-child(7) {
  text-align: right;
}

.misOrderReport table tr th:nth-child(8) {
  width: 110px;
  text-align: center;
}

.misOrderReport table tr td:nth-child(8) {
  text-align: right;
}

.misOrderReport table tr th:nth-child(9) {
  width: 110px;
  text-align: center;
}

.misOrderReport table tr td:nth-child(9) {
  text-align: right;
}

.misOrderReport table tr th:nth-child(10) {
  width: 110px;
  text-align: center;
}

.misOrderReport table tr td:nth-child(10) {
  text-align: right;
}

.misOrderReport table tr th:last-child {
  width: 100px;
  text-align: center;
}

.misOrderReport table tr td:last-child {
  text-align: center;
}


/* Cross Of Report ------------------ */
.crossofreport {
  float: left;
  width: 100%;
}

.crossofreport table {
  width: 100%;
}

.crossofreport table tr th:first-child {
  width: 50px;
  text-align: center;
}

.crossofreport table tr td:first-child {
  text-align: center;
}

.crossofreport table tr th:nth-child(2) {
  width: 380px;
  text-align: center;
}

.crossofreport table tr td:nth-child(2) {
  text-align: left;
}

.crossofreport table tr th:nth-child(3) {
  width: 100px;
  text-align: center;
}

.crossofreport table tr td:nth-child(3) {
  text-align: center;
}

.crossofreport table tr th:nth-child(4) {
  width: 100px;
  text-align: center;
}

.crossofreport table tr td:nth-child(4) {
  text-align: center;
}

.crossofreport table tr th:nth-child(5) {
  width: 100px;
  text-align: center;
}

.crossofreport table tr td:nth-child(5) {
  text-align: center;
}

.crossofreport table tr th:nth-child(6) {
  width: 100px;
  text-align: center;
}

.crossofreport table tr td:nth-child(6) {
  text-align: center;
}

.crossofreport table tr th:nth-child(7) {
  width: 100px;
  text-align: center;
}

.crossofreport table tr td:nth-child(7) {
  text-align: center;
}

.crossofreport table tr th:nth-child(8) {
  width: 100px;
  text-align: center;
}

.crossofreport table tr td:nth-child(8) {
  text-align: center;
}

.crossofreport table tr th:nth-child(9) {
  width: 100px;
  text-align: center;
}

.crossofreport table tr td:nth-child(9) {
  text-align: center;
}

.crossofreport table tr th:last-child {
  width: 120px;
  text-align: center;
}

.crossofreport table tr td:last-child {
  text-align: center;
}

/* Profit Loss Report ------------------ */
.profit-loss-report {
  float: left;
  width: 100%;
}

.profit-loss-report table {
  width: 100%;
}

.profit-loss-report table tr th:first-child {
  width: 70px;
  text-align: center;
}

.profit-loss-report table tr td:first-child {
  text-align: center;
}

.profit-loss-report table tr th:nth-child(2) {
  width: 120px;
  text-align: center;
}

.profit-loss-report table tr td:nth-child(2) {
  text-align: center;
}

.profit-loss-report table tr th:nth-child(3) {
  width: 120px;
  text-align: center;
}

.profit-loss-report table tr td:nth-child(3) {
  text-align: center;
}

.profit-loss-report table tr th:nth-child(5) {
  width: 120px;
  text-align: right;
}

.profit-loss-report table tr td:nth-child(5) {
  text-align: right;
}

.profit-loss-report table tr th:nth-child(6) {
  width: 120px;
  text-align: right;
}

.profit-loss-report table tr td:nth-child(6) {
  text-align: right;
}

.profit-loss-report table tr th:nth-child(7) {
  width: 130px;
  text-align: center;
}

.profit-loss-report table tr td:nth-child(7) {
  text-align: center;
}

.profit-loss-report table tr th:last-child {
  width: 120px;
  text-align: center;
}

.profit-loss-report table tr td:last-child {
  width: 120px;
  text-align: center;
}

/* Order Location Report ---------- */
.order-location-report {
  float: left;
  width: 100%;
}

.order-location-report table {
  width: 100%;
}

.order-location-report table tr th:first-child {
  width: 120px;
  text-align: center;
}

.order-location-report table tr td:first-child {
  text-align: center;
}

.order-location-report table tr th:nth-child(2) {
  width: 120px;
  text-align: center;
}

.order-location-report table tr td:nth-child(2) {
  text-align: center;
}

.order-location-report table tr th:nth-child(3) {
  width: 120px;
  text-align: center;
}

.order-location-report table tr td:nth-child(3) {
  text-align: center;
}

.order-location-report table tr th:nth-child(4) {
  width: 300px;
  text-align: center;
}

.order-location-report table tr td:nth-child(4) {
  text-align: center;
}

.order-location-report table tr th:nth-child(5) {
  width: 150px;
  text-align: center;
}

.order-location-report table tr td:nth-child(5) {
  text-align: center;
}

.order-location-report table tr th:nth-child(6) {
  width: 150px;
  text-align: center;
}

.order-location-report table tr td:nth-child(6) {
  text-align: center;
}

.order-location-report table tr th:nth-child(7) {
  width: 150px;
  text-align: center;
}

.order-location-report table tr td:nth-child(7) {
  text-align: center;
}

.order-location-report table tr th:last-child {
  width: 300px;
  text-align: center;
}

.order-location-report table tr td:last-child {
  text-align: center;
}



/* DSR Report ---------- */
.dsr-report {
  float: left;
  width: 100%;
}

.dsr-report table {
  width: 100%;
}

.dsr-report table tr th:first-child {
  width: 100px;
  text-align: center;
}

.dsr-report table tr td:first-child {
  text-align: center;
}

.dsr-report table tr th:nth-child(1) {
  width: 80px;
  text-align: center;
}

.dsr-report table tr td:nth-child(1) {
  text-align: center;
}

.dsr-report table tr th:nth-child(2) {
  width: 80px;
  text-align: center;
}

.dsr-report table tr td:nth-child(2) {
  text-align: center;
}

.dsr-report table tr th:nth-child(3) {
  width: 300px;
  text-align: center;
}

.dsr-report table tr td:nth-child(3) {
  text-align: left;
}

.dsr-report table tr th:nth-child(4) {
  width: 100px;
  text-align: center;
}

.dsr-report table tr td:nth-child(4) {
  text-align: center;
}

.dsr-report table tr th:nth-child(5) {
  width: 100px;
  text-align: center;
}

.dsr-report table tr td:nth-child(5) {
  text-align: center;
}

.dsr-report table tr th:nth-child(6) {
  width: 100px;
  text-align: center;
}

.dsr-report table tr td:nth-child(6) {
  text-align: center;
}

.dsr-report table tr th:nth-child(7) {
  width: 100px;
  text-align: center;
}

.dsr-report table tr td:nth-child(7) {
  text-align: center;
}

.dsr-report table tr th:nth-child(8) {
  width: 100px;
  text-align: center;
}

.dsr-report table tr td:nth-child(8) {
  text-align: center;
}

.dsr-report table tr th:nth-child(9) {
  width: 300px;
  text-align: left;
}

.dsr-report table tr td:nth-child(9) {
  text-align: left;
}

.dsr-report table tr th:last-child {
  width: 300px;
  text-align: left;
}

.dsr-report table tr td:last-child {
  text-align: left;
}




/* Purchase Order ---------- */
.purchase-order {
  float: left;
  width: 100%;
}

.purchase-order table {
  width: 100%;
}

.purchase-order table tr th:first-child {
  width: 120px;
  text-align: center !important;
}

.purchase-order table tr td:first-child {
  text-align: center !important;
}

.purchase-order table tr th:nth-child(2) {
  width: 120px;
  text-align: center !important;
}

.purchase-order table tr td:nth-child(2) {
  text-align: center !important;
}

.purchase-order table tr th:nth-child(4) {
  width: 120px;
  text-align: right !important;
}

.purchase-order table tr td:nth-child(4) {
  text-align: right !important;
}

.purchase-order table tr th:nth-child(5) {
  width: 120px;
  text-align: right;
}

.purchase-order table tr td:nth-child(5) {
  text-align: right !important;
}

.purchase-order table tr th:nth-child(6) {
  width: 120px;
  text-align: center;
}

.purchase-order table tr td:nth-child(6) {
  text-align: center !important;
}

.purchase-order table tr th:last-child {
  width: 120px;
  text-align: center;
}

.purchase-order table tr td:last-child {
  text-align: center !important;
}


.purchase-order-invoice-tbl {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.purchase-order-invoice-tbl table {
  width: 100%;
  margin-bottom: 15px !important;
}

.purchase-order-invoice-tbl table tr th:first-child {
  width: auto;
}

.purchase-order-invoice-tbl table tr th:nth-child(2) {
  width: 150px;
}

.purchase-order-invoice-tbl table tr th:nth-child(3) {
  width: 150px;
}

.purchase-order-invoice-tbl table tr th:nth-child(4) {
  width: 150px;
}

.purchase-order-invoice-tbl table tr th:last-child {
  width: 150px;
}

.purchase-order-invoice-tbl .submitbtn {
  float: left;
}

/* Edit Purchase Order ---------- */
.edit-purchase-order {
  float: left;
  width: 100%;
}

.edit-purchase-order table {
  width: 100%;
}

/* .edit-purchase-order table tr td a { float: none !important;} */
.edit-purchase-order table tr th a {
  color: #fff;
  float: right;
}

.edit-purchase-order table tr th a i {
  color: #fff;
  font-size: 15px;
}

.edit-purchase-order table tr td span {
  float: none !important;
}

.edit-purchase-order table tr td .form-control {
  float: none !important;
  margin: 0 auto;
  text-align: center !important;
}

.edit-purchase-order table tr td .form-control.small-select {
  width: 91px;
  padding: 6px 5px 6px 5px !important;
  border-radius: 3px 3px 3px 3px !important;
  float: left;
  text-align: left !important;
  font-size: 14px;
}


.edit-purchase-order table tr th:first-child {
  width: 300px;
}

.edit-purchase-order table tr td:first-child {
  text-align: left;
}

.edit-purchase-order table tr th:nth-child(2) {
  width: 120px;
}

.edit-purchase-order table tr td:nth-child(2) {
  text-align: left !important;
}

.edit-purchase-order table tr th:nth-child(3) {
  width: 100px;
}

.edit-purchase-order table tr td:nth-child(3) {
  text-align: left !important;
}

.edit-purchase-order table tr th:nth-child(4) {
  width: 100px;
}

.edit-purchase-order table tr td:nth-child(4) {
  text-align: left !important;
}

.edit-purchase-order table tr th:nth-child(5) {
  width: 170px;
  text-align: left;
}

.edit-purchase-order table tr td:nth-child(5) {
  text-align: left !important;
}

.edit-purchase-order table tr th:nth-child(6) {
  width: 90px;
  text-align: left;
}

.edit-purchase-order table tr td:nth-child(6) {
  text-align: left !important;
}

.edit-purchase-order table tr th:nth-child(7) {
  width: 95px;
}

.edit-purchase-order table tr th:nth-child(8) {
  width: 90px;
  text-align: center;
}

.edit-purchase-order table tr td:nth-child(8) {
  text-align: center !important;
}

.edit-purchase-order table tr th:nth-child(9) {
  width: 95px;
}


.edit-purchase-order table tr th:nth-child(10) {
  width: 100px;
  text-align: right;
}

.edit-purchase-order table tr td:nth-child(10) {
  text-align: right;
}

.edit-purchase-order table tr th:nth-child(11) {
  width: 120px;
}


.edit-purchase-order table tr th:nth-child(12) {
  width: 80px;
  text-align: right;
}

.edit-purchase-order table tr td:nth-child(12) {
  text-align: right !important;
}

.edit-purchase-order table tr th:last-child {
  width: 80px;
  text-align: center;
}

.edit-purchase-order table tr td:last-child {
  text-align: center !important;
}

/* Add Purchase Form ---------- */
.add-purchase-form {
  float: left;
  width: 100%;
}

.add-purchase-form table {
  width: 100%;
}

.add-purchase-form table tr td a {
  float: none !important;
}

.add-purchase-form table tr th a {
  color: #fff;
  float: right;
}

.add-purchase-form table tr th a i {
  color: #fff;
  font-size: 15px;
}

.add-purchase-form table tr td span {
  float: none !important;
}

.add-purchase-form table tr th:first-child {
  width: 400px;
}

.add-purchase-form table tr td:first-child {
  text-align: left;
}

.add-purchase-form table tr th:nth-child(2) {
  width: 90px;
}

.add-purchase-form table tr td:nth-child(2) {
  text-align: left !important;
}

.add-purchase-form table tr th:nth-child(3) {
  width: 90px;
}

.add-purchase-form table tr td:nth-child(3) {
  text-align: left !important;
}

.add-purchase-form table tr th:nth-child(4) {
  width: 90px;
}

.add-purchase-form table tr td:nth-child(4) {
  text-align: left !important;
}

.add-purchase-form table tr th:nth-child(5) {
  width: 95px;
  text-align: left;
}

.add-purchase-form table tr td:nth-child(5) {
  text-align: left !important;
}

.add-purchase-form table tr th:nth-child(6) {
  width: 90px;
  text-align: left;
}

.add-purchase-form table tr td:nth-child(6) {
  text-align: left !important;
}

.add-purchase-form table tr th:nth-child(7) {
  width: 95px;
}

.add-purchase-form table tr th:nth-child(8) {
  width: 90px;
  text-align: center;
}

.add-purchase-form table tr td:nth-child(8) {
  text-align: center !important;
}

.add-purchase-form table tr th:nth-child(9) {
  width: 95px;
}


.add-purchase-form table tr th:nth-child(10) {
  width: 100px;
  text-align: right;
}

.add-purchase-form table tr td:nth-child(10) {
  text-align: right;
}

.add-purchase-form table tr th:nth-child(11) {
  width: 100px;
}


.add-purchase-form table tr th:nth-child(12) {
  width: 80px;
  text-align: right;
}

.add-purchase-form table tr td:nth-child(12) {
  text-align: right !important;
}

.add-purchase-form table tr th:last-child {
  width: 80px;
  text-align: center;
}

.add-purchase-form table tr td:last-child {
  text-align: center !important;
}


.purchaseftr {
  background: rgb(235, 245, 255);
  float: left;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  color: hsl(210, 100%, 45%);
  font-weight: 500;
  margin-bottom: 15px;
  border: 1px solid rgb(153, 204, 255);
  box-shadow: rgba(0, 115, 230, 0.1) 0px 0px 0px 2px, rgba(234, 237, 241, 0.3) 0px 2px 12px 0px inset
}

.purchaseftr .frtbx {
  border-right: 1px solid rgb(153, 204, 255);
  padding: 0 25px;
  text-align: center;
  border-bottom: none;
  margin-bottom: 0;
}

.purchaseftr .frtbx.last {
  border-right: none;
}


.stockAdjustment {
  float: left;
  width: 100%;
}

.stockAdjustment table {
  width: 100%;
}

.stockAdjustment table tr td a {
  float: none !important;
}

.stockAdjustment table tr th a {
  color: #fff;
  float: right;
}

.stockAdjustment table tr th a i {
  color: #fff;
  font-size: 15px;
}

.stockAdjustment table tr td span {
  float: none !important;
}

.stockAdjustment table tr th:first-child {
  width: 100px;
}

.stockAdjustment table tr td:first-child {
  text-align: left;
}

.stockAdjustment table tr th:nth-child(0) {
  width: 80px;
}

.stockAdjustment table tr td:nth-child(0) {
  text-align: left;
}

.stockAdjustment table tr th:nth-child(1) {
  width: 130px;
}

.stockAdjustment table tr td:nth-child(1) {
  text-align: left;
}

.stockAdjustment table tr th:nth-child(3) {
  width: 130px;
}

.stockAdjustment table tr td:nth-child(3) {
  text-align: left !important;
}

.stockAdjustment table tr th:nth-child(4) {
  width: 130px;
}

.stockAdjustment table tr td:nth-child(4) {
  text-align: left !important;
}

.stockAdjustment table tr th:nth-child(5) {
  width: 130px;
  text-align: center;
}

.stockAdjustment table tr td:nth-child(5) {
  text-align: center !important;
}

.stockAdjustment table tr th:nth-child(6) {
  width: 130px;
  text-align: center;
}

.stockAdjustment table tr td:nth-child(6) {
  text-align: center !important;
}

.stockAdjustment table tr th:last-child {
  width: 100px;
  text-align: center;
}

.stockAdjustment table tr td:last-child {
  text-align: center !important;
}

.shopify-table {
  float: left;
  width: 100%;
}

.shopify-table table {
  width: 100%;
}

.shopify-table table tr td a {
  float: none !important;
}

.shopify-table table tr th a {
  color: #fff;
  float: right;
}

.shopify-table table tr th a i {
  color: #fff;
  font-size: 15px;
}

.shopify-table table tr td span {
  float: none !important;
}

.shopify-table table tr th:first-child {
  width: 100px;
}

.shopify-table table tr td:first-child {
  text-align: left;
}

.shopify-table table tr th:nth-child(0) {
  width: 80px;
}

.shopify-table table tr td:nth-child(0) {
  text-align: left !important;
}

.shopify-table table tr th:nth-child(1) {
  width: 130px;
}

.shopify-table table tr td:nth-child(1) {
  text-align: left !important;
}

.shopify-table table tr th:nth-child(2) {
  width: 150px;
}

.shopify-table table tr td:nth-child(2) {
  text-align: left !important;
}

.shopify-table table tr th:nth-child(4) {
  width: 290px;
}

.shopify-table table tr td:nth-child(4) {
  text-align: left !important;
}

.shopify-table table tr th:last-child {
  width: 130px;
  text-align: center;
}

.shopify-table table tr td:last-child {
  text-align: center !important;
}

/* Purchase History ---------- */
.purchase-history {
  float: left;
  width: 100%;
}

.purchase-history table {
  width: 100%;
}

.purchase-history table tr td a {
  float: none;
}

.purchase-history table tr td span {
  float: none;
}

.purchase-history table tr th:first-child {
  width: 120px;
  text-align: center !important;
}

.purchase-history table tr td:first-child {
  text-align: center !important;
}

.purchase-history table tr th:nth-child(2) {
  width: 150px;
  text-align: center !important;
}

.purchase-history table tr td:nth-child(2) {
  text-align: center !important;
}

.purchase-history table tr th:nth-child(3) {
  width: 150px;
  text-align: center !important;
}

.purchase-history table tr td:nth-child(3) {
  text-align: center !important;
}

.purchase-history table tr th:nth-child(4) {
  width: 150px;
  text-align: center !important;
}

.purchase-history table tr td:nth-child(4) {
  text-align: center !important;
}

.purchase-history table tr th:last-child {
  width: 120px;
  text-align: center !important;
}

.purchase-history table tr td:last-child {
  text-align: center !important;
}


/* productledgerview ---------- */
.productledgerview {
  float: left;
  width: 100%;
}

.productledgerview table {
  width: 100%;
}

.productledgerview table tr td a {
  float: none;
}

.productledgerview table tr td span {
  float: none;
}

.productledgerview table tr th:first-child {
  width: 100px;
  text-align: center !important;
}

.productledgerview table tr td:first-child {
  text-align: center !important;
}

.productledgerview table tr th:nth-child(2) {
  width: 100px;
  text-align: center !important;
}

.productledgerview table tr td:nth-child(2) {
  text-align: center !important;
}

.productledgerview table tr th:nth-child(3) {
  width: 450px;
  text-align: center !important;
}

.productledgerview table tr td:nth-child(3) {
  text-align: left !important;
}

.productledgerview table tr th:nth-child(4) {
  width: 100px;
  text-align: center !important;
}

.productledgerview table tr td:nth-child(4) {
  text-align: center !important;
}

.productledgerview table tr th:nth-child(5) {
  width: 150px;
  text-align: center !important;
}

.productledgerview table tr td:nth-child(5) {
  text-align: center !important;
}

.productledgerview table tr th:nth-child(6) {
  width: 100px;
  text-align: center !important;
}

.productledgerview table tr td:nth-child(6) {
  text-align: center !important;
}

.productledgerview table tr th:nth-child(7) {
  width: 100px;
  text-align: center !important;
}

.productledgerview table tr td:nth-child(7) {
  text-align: center !important;
}

.productledgerview table tr th:last-child {
  width: 100px;
  text-align: center !important;
}

.productledgerview table tr td:last-child {
  text-align: center !important;
}

/* Add GRN ---------- */
.add-grn {
  float: left;
  width: 100%;
}

.add-grn table {
  width: 100%;
}

.add-grn table tr th:nth-child(2) {
  width: 100px;
}

.add-grn table tr th:nth-child(3) {
  width: 100px;
}

.add-grn table tr th:nth-child(4) {
  width: 100px;
}

.add-grn table tr th:nth-child(5) {
  width: 80px;
}

.add-grn table tr th:nth-child(6) {
  width: 100px;
}

.add-grn table tr th:nth-child(7) {
  width: 100px;
}

.add-grn table tr th:last-child {
  width: 120px;
}

/* Registration ---------- */
.registration {
  background: #fff;
  padding: 15px;
  float: left;
  width: 100%;
  border: 1px solid #eee;
}

.registration h3 {
  float: left;
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 10px 15px;
}

.registration .form-check-label {
  float: left;
  width: auto;
  margin: 0 0 0 0px;
  padding: 2px 0;
  font-weight: 500;
  font-size: 13px;
}

.registration .form-check {
  padding-left: 1.0em;
}

.registration p {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 13px;
}

/* Recieved Payment ---------- */
.recieved-payment {
  float: left;
  width: 100%;
}

.recieved-payment table {
  width: 100%;
}

.recieved-payment table tr th:first-child {
  width: 50px;
}

.recieved-payment table tr th:nth-child(2) {
  width: 120px;
}

.recieved-payment table tr th:nth-child(3) {
  width: 450px;
}

.recieved-payment table tr th:nth-child(4) {
  width: 150px;
}

.recieved-payment table tr th:nth-child(5) {
  width: 150px;
}

.recieved-payment table tr th:nth-child(6) {
  width: 150px;
}

.recieved-payment table tr th:last-child {
  width: 120px;
}

/* Payment History ---------- */
.payment-history {
  float: left;
  width: 100%;
}

.payment-history table {
  width: 100%;
}

.payment-history table tr th:first-child {
  width: 100px;
}

.payment-history table tr th:nth-child(2) {
  width: 400px;
}

.payment-history table tr th:nth-child(3) {
  width: 120px;
}

.payment-history table tr th:nth-child(4) {
  width: 120px;
}

.payment-history table tr th:nth-child(5) {
  width: 120px;
}

.payment-history table tr th:last-child {
  width: 120px;
}

/* My Ledger ------------ */
.my-ledger-area {
  float: left;
  width: 100%;
}

.my-ledger-area table {
  width: 100%;
}

.my-ledger-area table tr th:first-child {
  width: 100px;
}

.my-ledger-area table tr th:last-child {
  width: 100px;
  text-align: right;
}

.my-ledger-area table tr th:nth-child(2) {
  width: 100px;
}

.my-ledger-area table tr th:nth-child(3) {
  width: 150px;
}

.my-ledger-area table tr th:nth-child(4) {
  width: 100px;
}

.my-ledger-area table tr th:nth-child(5) {
  width: 100px;
}

.my-ledger-area table tr th:nth-child(6) {
  width: 100px;
}

.my-ledger-area table tr td:last-child {
  text-align: right;
}

/* Product Ledger -------- */
.product-ledger {
  float: left;
  width: 100%;
}

.product-ledger table {
  width: 100%;
}

.product-ledger table tr th:first-child {
  width: 120px;
  text-align: center !important;
}

.product-ledger table tr td:first-child {
  text-align: center !important;
}

.product-ledger table tr th:nth-child(2) {
  width: 120px;
  text-align: center !important;
}

.product-ledger table tr td:nth-child(2) {
  text-align: center !important;
}

.product-ledger table tr th:nth-child(3) {
  width: 450px;
}

.product-ledger table tr th:nth-child(4) {
  width: 120px;
  text-align: center !important;
}

.product-ledger table tr td:nth-child(4) {
  text-align: center !important;
}

.product-ledger table tr th:nth-child(5) {
  width: 120px;
  text-align: center !important;
}

.product-ledger table tr td:nth-child(5) {
  text-align: center !important;
}

.product-ledger table tr th:nth-child(6) {
  width: 120px;
  text-align: center !important;
}

.product-ledger table tr td:nth-child(6) {
  text-align: center !important;
}

.product-ledger table tr th:nth-child(7) {
  width: 120px;
  text-align: center !important;
}

.product-ledger table tr td:nth-child(7) {
  text-align: center !important;
}

.product-ledger table tr th:last-child {
  width: 120px;
  text-align: right !important;
}

.product-ledger table tr td:last-child {
  text-align: right !important;
}

/* Product Previous Price ------ */
.product-previous-price {
  float: left;
  width: 100%;
}

.product-previous-price table {
  width: 100%;
}

.product-previous-price table tr th:first-child {
  width: 150px;
  text-align: left !important;
}

.product-previous-price table tr td:first-child {
  text-align: left !important;
}

.product-previous-price table tr th:nth-child(2) {
  width: 450px;
}

.product-previous-price table tr th:nth-child(3) {
  width: 120px;
}

.product-previous-price table tr th:nth-child(4) {
  width: 120px;
}

.product-previous-price table tr th:last-child {
  width: 150px;
}

/* Active product -------- */
.active-product {
  float: left;
  width: 100%;
}

.active-product table {
  width: 100%;
}

.active-product table tr th {
  text-align: center !important;
  border-color: #e27172;
}

.active-product table tr td {
  text-align: center !important;
}

.active-product table tr td .switch {
  margin: 0 auto;
  width: 60px !important;
}

.active-product table tr td .switch .switch-input:checked~.switch-handle {
  left: 34px;
}

.active-product table tr td a {
  float: none;
}

.active-product table tr.productrow {}

.active-product table tr.productrow th:first-child {
  /* width: 100px; */
}

@media only screen and (min-width:320px) and (max-width: 1360px) {
  .active-product table {
    width: 100%;
  }

  /* .active-product table tr th.dt-orderable-none {width: 400px}
  .active-product table tr th.dt-orderable-none:first-child { width: 700px;}
  .active-product table tr th.dt-orderable-none:first-child tr th:nth-child(2) { width: 300px;}
  .active-product table tr th.dt-orderable-none:last-child { width: 245px;} */
}

.active-product table tr th:first-child th {
  text-align: center;
}

.active-product table tr th:first-child td {
  text-align: center;
}

.active-product table tr td.dark-head {
  background-color: #e28483;
  border-top: 1px solid #e27172;
  border-bottom: 1px solid #e27172;
  border-left: 1px solid #e28483;
  border-right: 1px solid #e28483;
  color: #fff !important;
}

.active-product table tr td.dark-head:first-child {
  /* width: 700px; */
}

.active-product table tr td.dark-head:nth-child(2) {
  /* width: 247px; */
  text-align: left;
}

.active-product table tr th:nth-child(2) {
  text-align: left !important;
}

.active-product table tr td:nth-child(2) {
  text-align: left !important;
}

.active-product table tr td.dark-head:nth-child(3) {
  /* width: 247px; */
}

.active-product table tr th:nth-child(3) {
  text-align: left !important;
}

.active-product table tr td:nth-child(3) {
  text-align: left !important;
}

.active-product table tr th:nth-child(4) {
  text-align: left !important;
}

.active-product table tr td:nth-child(4) {
  text-align: left !important;
}

.active-product table tr td.dark-head:last-child {
  /* width: 220px; */
}

.active-product table tr td.dark-head:first-child {}


/*  Max Value Order ------- */
.maxvalueorder {
  float: left;
  width: 100%;
}

.maxvalueorder table {
  width: 100%;
}

.maxvalueorder table tr th:first-child {
  width: 60px;
}

.maxvalueorder table tr th:last-child {
  width: 120px;
  text-align: right !important;
}

.maxvalueorder table tr td:last-child {
  text-align: right;
}

.maxvalueorder table tr th:nth-child(4) {
  width: 120px;
  text-align: center !important;
}

/* Top Sale ------- */
.topsale {
  float: left;
  width: 100%;
}

.topsale table {
  width: 100%;
}

.topsale table tr td {
  text-align: center !important;
}

.topsale table tr td:first-child {
  text-align: center !important;
}

/* Common Invoice Css ----------- */
/* New Invoice 20 Dec 24 ------------------ */
.invoice-view-area {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 25px;
  margin-bottom: 35px;
  background: #fff;
}

.invoice-view-area p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.invoice-view-area p span {
  float: left;
  margin: 0px 3px 0 0;
  font-weight: 500;
}

.invoice-view-area ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.invoice-view-area ul li {
  float: left;
  width: 100%;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
}

.invoice-view-area ul li span {
  font-weight: 500;
}

.invoice-view-area .invoice-view-table {
  float: left;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.invoice-view-area .invoice-view-table table {
  width: 100%;
  margin-bottom: 25px;
}

.invoice-view-area .invoice-view-table table tr th {
  background: #e28483;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #e27172;
  border-bottom: 1px solid #e27172;
  color: #fff;
}

.invoice-view-area .invoice-view-table table tr td {
  font-size: 14px;
}

.invoice-view-area .invoice-view-table table tr th:nth-child(3) {
  text-align: center;
}

.invoice-view-area .invoice-view-table table tr td:nth-child(3) {
  text-align: center;
}

.invoice-view-area .invoice-view-table table tr th:nth-child(4) {
  text-align: right;
}

.invoice-view-area .invoice-view-table table tr td:nth-child(4) {
  text-align: right;
}

.invoice-view-area .invoice-view-table table tr th:nth-child(6) {
  text-align: right;
}

.invoice-view-area .invoice-view-table table tr td:nth-child(6) {
  text-align: right;
}

.invoice-view-area .invoice-view-table table tr th:last-child {
  text-align: right
}

.invoice-view-area .invoice-view-table table tr td:last-child {
  text-align: right
}

.alightright {
  text-align: right
}

.invoice-view-area .invoice-view-table table tr td .right {
  float: right;
}

.invoice-view-area .invoice-view-table table tr td span {
  text-align: right;
  font-weight: 500;
}

.invoice-view-area .invoice-view-table p {
  float: left;
  width: 100%;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.invoice-view-area .inv-footer-tbl {
  float: left;
  width: 100%;
}

.invoice-view-area .inv-footer-tbl p {
  border-bottom: 1px dotted #666;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.invoice-view-area .inv-footer-tbl p span {
  background: #fff;
  padding: 7px 7px 7px 0;
  float: left;
  width: auto;
  display: block;
  margin-bottom: -11px;
  margin-right: 10px;
}

.invoice-view-area .inv-footer {
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}


/* Order Receipt Sticker */
.order-receipt-sticker-area {
  float: left;
  width: 400px;
  border: 1px solid #000;
  padding: 7px;
  text-transform: uppercase;
  color: #000;
  margin: 25px;
}

.order-receipt-sticker-area h4 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}

.order-receipt-sticker-area table {
  width: 100%;
}

.order-receipt-sticker-area table tr td {
  text-transform: none;
  font-size: 14px;
  text-align: left;
  color: #333;
  text-overflow: unset;
  overflow: visible;
}

.order-receipt-sticker-area table tr td p {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 0;
  margin-top: 25px;
}

.order-receipt-sticker-area table tr td span {
  text-align: center;
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 30px;
  color: #000;
}


/* Price Sticker --------- */
.price-sticker {
  float: left;
  width: 300px;
  border: 1px solid #000;
  padding: 10px;
  text-transform: uppercase;
  color: #000;
  margin: 25px;
}

.price-sticker h4 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  padding: 10px 0;
  margin: 0 0 15px 0;
  background-color: red;
  color: #000;
}

.price-sticker p {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #000;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 0;
}

/* Promotion Sale Slip ----------- */
.promotion-sale-slip {
  float: left;
  width: 700px;
  padding: 15px;
  background: #fff;
  margin: 25px;
  border: 1px solid #eee;
}

.promotion-sale-slip h6 {
  float: left;
  width: 100%;
  font-size: 25px;
  margin: 5px 0 10px 0;
  text-align: right;
}

.promotion-sale-slip h5 {
  float: left;
  width: 100%;
  font-size: 25px;
  margin: 0px 0 10px 0;
  background: red;
  color: #fff;
  padding: 20px;
  border-radius: 0 25px 0 25px
}

.promotion-sale-slip ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.promotion-sale-slip ul li {
  float: left;
  width: 100%;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
  margin-bottom: 5px;
}

.promotion-sale-slip ul li h3 {
  float: left;
  color: #000;
  font-size: 16px;
  width: 80%;
}

.promotion-sale-slip ul li .price {
  float: right;
  color: #000;
  width: 20%;
  font-size: 13px;
  font-weight: 500;
}

.promotion-sale-slip ul li p {
  float: left;
  width: 100%;
  font-size: 13px;
  margin-bottom: 0;
  line-height: normal;
  color: #666;
}

.promotion-sale-slip ul li:last-child {
  border-bottom: none;
}

.promotion-sale-slip hr {
  border-top: 5px solid #f1ae2a;
  opacity: inherit;
}


/* Epos Sales Page Css ------------------ */
.epos-sales-area {
  float: left;
  width: 100%;
}

.epos-sales-area table {
  width: 100%;
}

.epos-sales-area table tr th:first-child {
  width: 120px;
}

.epos-sales-area table tr th:nth-child(2) {
  width: 150px
}

.epos-sales-area table tr th:nth-child(4) {
  width: 150px;
  text-align: right !important;
}

.epos-sales-area table tr td:nth-child(4) {
  text-align: right !important;
}

.epos-sales-area table tr th:nth-child(5) {
  width: 150px;
  text-align: right !important;
}

.epos-sales-area table tr td:nth-child(5) {
  text-align: right !important;
}

.epos-sales-area table tr th:nth-child(6) {
  width: 150px;
  text-align: right !important;
}

.epos-sales-area table tr td:nth-child(6) {
  text-align: right !important;
}

.epos-sales-area table tr th:nth-child(7) {
  width: 150px;
  text-align: left !important;
}

.epos-sales-area table tr td:nth-child(7) {
  text-align: left !important;
}

.epos-sales-area table tr th:last-child {
  width: 150px;
  text-align: left !important;
}

.epos-sales-area table tr td:last-child {
  text-align: left !important;
}




.epos-sales-area-list {
  float: left;
  width: 100%;
}

.epos-sales-area-list table {
  width: 100%;
}

.epos-sales-area-list table tr th:first-child {
  width: 100px;
}

.epos-sales-area-list table tr th:nth-child(2) {
  width: 100px;
  text-align: center !important;
}

.epos-sales-area-list table tr th:nth-child(2) {
  width: 100px
}

.epos-sales-area-list table tr th:nth-child(3) {
  width: 350px
}

.epos-sales-area-list table tr th:nth-child(4) {
  width: 80px;
  text-align: right !important;
}

.epos-sales-area-list table tr td:nth-child(4) {
  text-align: right !important;
}

.epos-sales-area-list table tr th:nth-child(5) {
  width: 80px;
  text-align: right !important;
}

.epos-sales-area-list table tr td:nth-child(5) {
  text-align: right !important;
}

.epos-sales-area-list table tr th:nth-child(6) {
  width: 80px;
  text-align: right !important;
}

.epos-sales-area-list table tr td:nth-child(6) {
  text-align: right !important;
}

.epos-sales-area-list table tr th:nth-child(7) {
  width: 80px;
  text-align: right !important;
}

.epos-sales-area-list table tr td:nth-child(7) {
  text-align: right !important;
}

.epos-sales-area-list table tr th:nth-child(8) {
  width: 80px;
  text-align: right !important;
}

.epos-sales-area-list table tr td:nth-child(8) {
  text-align: right !important;
}

.epos-sales-area-list table tr th:nth-child(9) {
  width: 80px;
  text-align: right !important;
}

.epos-sales-area-list table tr td:nth-child(9) {
  text-align: right !important;
}

/* .epos-sales-area-list table tr th:nth-child(10) {width: 100px; text-align: left !important;}
.epos-sales-area-list table tr td:nth-child(10) {text-align: left !important;} */
.epos-sales-area-list table tr th:last-child {
  width: 100px;
  text-align: left !important;
}

.epos-sales-area-list table tr td:last-child {
  text-align: left !important;
}

/* Push to Sage Css ------------------- */
.pushsage-area {
  float: left;
  width: 100%;
}

.pushsage-area table {
  width: 100%;
}

.pushsage-area table tr th:first-child {
  width: 50px;
  text-align: left !important;
}

.pushsage-area table tr th:nth-child(2) {
  width: 150px;
}

.pushsage-area table tr th:nth-child(3) {
  width: 170px;
}

.pushsage-area table tr th:nth-child(4) {
  width: 170px;
}

.pushsage-area table tr th:nth-child(5) {
  width: 300px;
}

.pushsage-area table tr th:nth-child(6) {
  width: 300px;
}

.pushsage-area table tr th:last-child {
  width: 120px;
}

/* stock take history ------------------------- */
.stake-history {
  float: left;
  width: 100%;
}

.stake-history table {
  width: 100%;
}

.stake-history table tr th:first-child {
  width: 250px;
}

.stake-history table tr th:nth-child(2) {
  text-align: left !important;
}

.stake-history table tr td:nth-child(2) {
  text-align: left !important;
}

.stake-history table tr th:nth-child(3) {
  width: 150px;
}

.stake-history table tr th:nth-child(4) {
  width: 150px;
}

.stake-history table tr th:nth-child(5) {
  width: 150px;
}

.stake-history table tr th:last-child {
  width: 120px;
}

/* Show stock take history ------------------------- */
.shows-stake-history {
  float: left;
  width: 100%;
}

.shows-stake-history table {
  width: 100%;
}

.shows-stake-history table tr th:first-child {}

.shows-stake-history table tr th:nth-child(2) {
  width: 100px;
}

.shows-stake-history table tr th:nth-child(3) {
  width: 100px;
}

.shows-stake-history table tr th:nth-child(4) {
  width: 100px;
}

.shows-stake-history table tr th:nth-child(5) {
  width: 120px;
}

.shows-stake-history table tr th:nth-child(6) {
  width: 120px;
}

.shows-stake-history table tr th:nth-child(7) {
  width: 90px;
}

.shows-stake-history table tr th:nth-child(8) {
  width: 90px;
}

.shows-stake-history table tr th:nth-child(9) {
  width: 100px;
}

.shows-stake-history table tr th:nth-child(10) {
  width: 150px;
}

.shows-stake-history table tr th:nth-child(11) {
  width: 150px;
}

.shows-stake-history table tr th:last-child {
  width: 90px;
}

/* stock Take List --------------------------------- */
.stake-list {
  float: left;
  width: 100%;
}

.stake-list table {
  width: 100%;
}

.stake-list table tr th:first-child {
  width: 60px;
}

.stake-list table tr th:nth-child(3) {
  width: 100px;
}

.stake-list table tr th:nth-child(4) {
  width: 100px;
}

.stake-list table tr th:nth-child(5) {
  width: 100px;
}

.stake-list table tr th:nth-child(6) {
  width: 100px;
}

.stake-list table tr th:nth-child(7) {
  width: 100px;
}

.stake-list table tr th:nth-child(8) {
  width: 100px;
}

.stake-list table tr th:nth-child(9) {
  width: 100px;
}

.stake-list table tr th:nth-child(10) {
  width: 100px;
}

.stake-list table tr th:nth-child(11) {
  width: 100px;
}

.stake-list table tr th:nth-child(12) {
  width: 100px;
}

.stake-list table tr th:nth-child(13) {
  width: 100px;
}

/* amount-due-customer-list */
.amount-due-customer-list-area {
  float: left;
  width: 100%;
}

.amount-due-customer-list-area table {
  width: 100%;
}

.amount-due-customer-list-area table tr th:first-child {
  width: 50px;
  text-align: right !important;
}

.amount-due-customer-list-area table tr th:nth-child(2) {
  width: 400px;
  /* text-align: left !important; */
}

.amount-due-customer-list-area table tr th:nth-child(3) {
  width: 100px;
  /* text-align: left !important; */
}

.amount-due-customer-list-area table tr th:nth-child(4) {
  width: 100px;
  /* text-align: left !important; */
}

.amount-due-customer-list-area table tr th:nth-child(5) {
  width: 100px;
  /* text-align: left !important; */
}

.amount-due-customer-list-area table tr th:nth-child(6) {
  width: 100px;
  /* text-align: left !important; */
}

.amount-due-customer-list-area table tr th:nth-child(7) {
  width: 100px;
  text-align: left !important;
}

.amount-due-customer-list-area table tr th:last-child {
  width: 50px;
  text-align: left !important;
}

/* All Push Invoice Css ------------------- */
.allpush-invoice-area {
  float: left;
  width: 100%;
}

.allpush-invoice-area table {
  width: 100%;
}

.allpush-invoice-area table tr th:first-child {
  width: 50px;
}

.allpush-invoice-area table tr th:nth-child(2) {
  width: 80px;
}

.allpush-invoice-area table tr th:nth-child(3) {
  width: 80px;
}

.allpush-invoice-area table tr th:nth-child(4) {
  width: 300px;
}

.allpush-invoice-area table tr th:last-child {
  width: 100px;
}

.allpush-invoice-area table tr td:last-child {
  text-align: right;
}



.select2-container .select2-search--inline .select2-search__field {
  padding: 3px 0;
  height: auto;
}

.red-row {
  background-color: red !important;
  /* Light red background */
}

.profile.active {
  display: block;
}

.select2-container--default .select2-search--inline .select2-search__field {
  line-height: normal;
  margin: 0 !important;
}

/* Incomplete Order List ----------------------- */
.incomplete-order-list {
  float: left;
  width: 100%;
}

.incomplete-order-list table {
  width: 100%;
}

.incomplete-order-list table tr th:first-child {
  width: 120px;
}

.incomplete-order-list table tr th:nth-child(2) {
  width: 120px;
}

.incomplete-order-list table tr th:nth-child(3) {
  width: 300px;
}

.incomplete-order-list table tr th:nth-child(4) {
  width: 120px;
  text-align: right !important;
}

.incomplete-order-list table tr td:nth-child(4) {
  text-align: right !important;
}

.incomplete-order-list table tr th:nth-child(5) {
  width: 120px;
  text-align: right !important;
}

.incomplete-order-list table tr td:nth-child(5) {
  text-align: right !important;
}

.incomplete-order-list table tr th:nth-child(6) {
  width: 120px;
  text-align: right !important;
}

.incomplete-order-list table tr td:nth-child(6) {
  text-align: right !important;
}

.incomplete-order-list table tr th:nth-child(7) {
  width: 120px;
}

.incomplete-order-list table tr th:nth-child(8) {
  width: 120px;
}

.incomplete-order-list table tr th:last-child {
  width: 120px;
}


.payment-collection-list {
  float: left;
  width: 100%;
}

.payment-collection-list table {
  width: 100%;
}

.payment-collection-list table tr th:first-child {
  width: 80px;
  text-align: center !important;
}

.payment-collection-list table tr th:nth-child(2) {
  width: 350px;
  text-align: center !important;
}

.payment-collection-list table tr th:nth-child(3) {
  width: 50px;
  text-align: center !important;
}

.payment-collection-list table tr th:nth-child(4) {
  width: 100px;
  text-align: left !important;
}

.payment-collection-list table tr th:nth-child(5) {
  width: 100px;
  text-align: left !important;
}

.payment-collection-list table tr th:nth-child(6) {
  width: 100px;
  text-align: right !important;
}

.payment-collection-list table tr th:nth-child(7) {
  width: 100px;
  text-align: right !important;
}

.payment-collection-list table tr th:nth-child(8) {
  width: 100px;
  text-align: right !important;
}

.payment-collection-list table tr th:last-child {
  width: 100px;
  text-align: right !important;
}

.payment-collection-list table tr td:first-child {
  text-align: center !important;
}

.payment-collection-list table tr td:nth-child(2) {
  text-align: left !important;
}

.payment-collection-list table tr td:nth-child(3) {
  text-align: center !important;
}

.payment-collection-list table tr td:nth-child(4) {
  text-align: left !important;
}

.payment-collection-list table tr td:nth-child(5) {
  text-align: left !important;
}

.payment-collection-list table tr td:nth-child(6) {
  text-align: right !important;
}

.payment-collection-list table tr td:nth-child(7) {
  text-align: right !important;
}

.payment-collection-list table tr td:nth-child(8) {
  text-align: right !important;
}

.payment-collection-list table tr td:last-child {
  text-align: right !important;
}

/* Quick Order Css ------------------- */

.quick-code-area {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 10px 10px;
  margin: 5px 0 0 0;
}

.quick-code-area.epos_procd-area {
  background: #fff;
  padding: 0;
}

.selct-dd {
  min-height: 33px;
}

.quick-code-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.quick-code-area ul li {
  float: left;
  margin: 0 15px 0 5px;
  /* width: auto; */
  width: 33%;
}

.quick-code-area ul li:last-child {
  float: right;
  width: 20%;
}

.quick-code-area ul li span {
  float: right;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

.quick-code-area ul li p {
  float: right;
  margin: 7px 0;
  font-weight: 500;
  width: 100%;
  text-align: right;
}

.quick-code-area ul li label {
  float: left;
  margin-right: 7px;
  padding: 7px 0;
  font-weight: 500;
  color: #515050;
  width: auto;
}

.quick-code-area ul li input {
  float: left;
  width: 260px;
  border-radius: 4px;
  padding: 5px 5px 5px 24px;
  margin-right: 7px;
  font-size: 14px;
}

.quick-order-area {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
  margin: 25px 0;
}

.quick-order-area .cutomertbl {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
}

.quick-order-area .cutomertbl table {
  width: 100%;
}

.quick-order-area .cutomertbl table tr th:nth-child(2) {
  width: 110px;
}

.quick-order-area .cutomertbl table tr th:nth-child(3) {
  width: 120px;
}

.quick-order-area .cutomertbl table tr th:nth-child(4) {
  width: 120px;
  text-align: right;
}

.quick-order-area .cutomertbl table tr td:nth-child(4) {
  width: 120px;
  text-align: right;
}

.quick-order-area .cutomertbl table tr th:nth-child(5) {
  width: 120px;
}

.quick-order-area .cutomertbl table tr th:last-child {
  width: 120px;
}

.quick-order-area .quicktbl {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
}

.quick-order-area .quicktbl table {
  width: 100%;
}

.quick-order-area .quicktbl table td {}

.quick-order-area .quicktbl table tr th {
  background: #ddd;
  color: #666 !important;
  border: 1px solid #cecece;
}

.quick-order-area .quicktbl table tr th:first-child {
  width: 200px;
}

.quick-order-area .quicktbl table tr th:nth-child(2) {
  width: 200px;
}

.quick-order-area .quicktbl table tr th:nth-child(3) {
  width: 150px;
}

.quick-order-area .quicktbl table tr th:nth-child(4) {
  width: 150px;
}

.quick-order-area .quicktbl table tr th:nth-child(5) {
  width: 150px;
}

.quick-order-area .quicktbl table tr th:nth-child(6) {
  text-align: right;
  width: 150px;
}

.quick-order-area .quicktbl table tr td:nth-child(6) {
  text-align: right;
}

.quick-order-area .quicktbl table tr th:last-child {
  width: 100px;
}

.quick-order-area .quicktbl table tr th:last-child {
  width: 100px;
}

.quick-order-area .quicktbl table tr td .order-qty {
  width: 90px;
}

.quick-order-area .quicktbl table tr td .small-select {
  width: 100px !important;
  padding: 6px 8px 6px 8px !important;
}


/* Inventory Report ------ */
.inventory-report-area {
  float: left;
  width: 100%;
}

.inventory-report-area table {
  width: 100%;
}

.inventory-report-area table tr th:first-child {
  text-align: left;
}

.inventory-report-area table tr td:first-child {
  text-align: left;
}

.inventory-report-area table tr th:nth-child(2) {
  width: 300px;
}

.inventory-report-area table tr th:last-child {
  width: 300px;
}

.inventory-report-area table tr:nth-of-type(2) th:nth-of-type(2)>.first-class {
  width: 100px;
}

/* Sales Product Report ----------------- */
.salesproduct {
  float: left;
  width: 100%;
}

.salesproduct table {
  float: left;
  width: 100%;
}

.salesproduct table tr th {
  text-align: left !important;
}

.salesproduct table tr td {
  text-align: left !important;
}

.salesproduct table tr td a {
  float: none;
}

.salesproduct table tr th:first-child {
  width: 60px !important;
  text-align: center !important;
}

.salesproduct table tr td:first-child {
  text-align: center !important;
}

.salesproduct table tr th:nth-child(1) {
  width: 80px;
  text-align: center !important;
}

.salesproduct table tr td:nth-child(1) {
  text-align: center !important;
}

.salesproduct table tr th:nth-child(2) {
  width: 120px;
  text-align: center !important;
}

.salesproduct table tr td:nth-child(2) {
  text-align: center !important;
}

.salesproduct table tr th:nth-child(3) {
  width: 380px;
  text-align: center !important;
}

.salesproduct table tr td:nth-child(3) {
  text-align: left !important;
}

.salesproduct table tr th:nth-child(4) {
  width: 150px;
  text-align: center !important;
}

.salesproduct table tr td:nth-child(4) {
  text-align: left !important;
}

.salesproduct table tr th:nth-child(5) {
  width: 150px;
  text-align: center !important;
}

.salesproduct table tr td:nth-child(5) {
  text-align: left !important;
}

.salesproduct table tr th:nth-child(6) {
  width: 120px;
  text-align: center !important;
}

.salesproduct table tr td:nth-child(6) {
  text-align: center !important;
}

.salesproduct table tr th:nth-child(7) {
  width: 120px;
  text-align: center !important;
}

.salesproduct table tr td:nth-child(7) {
  text-align: center !important;
}

.salesproduct table tr th:nth-child(8) {
  width: 120px;
  text-align: center !important;
}

.salesproduct table tr td:nth-child(8) {
  text-align: center !important;
}

.salesproduct table tr th:last-child {
  width: 120px !important;
  text-align: center !important;
}

.salesproduct table tr td:last-child {
  text-align: center !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin: 4px;
  max-width: 100%;
  overflow: hidden;
  padding: 5px 5px 5px 20px;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  padding: 5px 4px;
}

.select2-results__option {
  font-size: 13px;
}

.select2-container--default .select2-selection--multiple {
  float: left;
  width: 100%;
}

/* Invoice Format ----------------- */
/* =================================== */
/*  Invoice Layouts
/* =================================== */
.invoice-container {
  margin: 25px;
  padding: 25px 15px;
  background-color: #fff;
  /*  border: 1px solid #ccc;*/
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  float: left;
  width: auto;
  font-size: 13px;
}

.invoice-container main {
  float: left;
  width: 100%;
}

.invoice-container strong {
  font-weight: 500;
  color: #000;
}

.invoice-container .protbl {
  float: left;
  width: 100%;
}

.invoice-container .protbl table thead tr {
  background: #f8f9fa;
}

.invoice-container .protbl table tr.bg-light {
  background: #f8f9fa;
}

.invoice-container .protbl table tr td {
  padding: 7px;
  font-size: 13px;
}

.invoice-container .protbl table tr td strong {
  background: none;
  padding: 0;
}

.invoice-footer-text {
  float: left;
  width: 100%;
  margin: 20px 0 0px 0;
}

.invoice-footer-text p {
  border-bottom: 1px dashed #ddd;
  float: left;
  width: 40%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.invoice-footer-text p span {
  float: left;
  background: #fff;
  margin-bottom: -11px;
  margin-right: 22px;
  padding: 0 10px 0 0;
  font-weight: 500;
}


.invoice-container .term-area {
  float: left;
  width: 100%;
}

.invoice-container .term-area h5 {
  float: left;
  width: 100%;
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 14px;
}

.invoice-container .term-area p {
  float: left;
  width: 100%;
}

.invoice-container .term-area h6 {
  float: left;
  width: 100%;
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 14px;
}

.invoice-container .term-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.invoice-container .term-area ul li {
  float: left;
  width: 100%;
  font-size: 12px;
}

/* =================================== */
/*  KM Foods Invoice
/* =================================== */
.km-main-container {
  padding: 0;
  transition: all 0.3s;
  float: left;
  width: 100%;
}

.km-invoice-container {
  /* margin: 25px;
  padding: 25px 15px; */
  padding: 0;
  margin: 0;
  background-color: #fff;
  /*  border: 1px solid #ccc;*/
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  float: left;
  width: auto;
  font-size: 20px;
  position: relative;
}

.km-invoice-container main {
  float: left;
  width: 100%;
}

.km-invoice-container strong {
  font-weight: 500;
  color: #000;
}

.km-invoice-container h4 {
  font-weight: 700;
}

.km-invoice-container .kmheader {
  margin-bottom: 15px;
}

.km-invoice-container .km-detail {
  float: left;
  margin-right: 25px;
}

.km-invoice-container .km-detail h4 {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 22px;
  margin-bottom: 5px;
}

.km-invoice-container .km-detail p {
  float: left;
  width: 100%;
}

.km-invoice-container .km-detail ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

.km-invoice-container .km-detail ul li {
  float: left;
  width: 45%;
  margin-right: 10px;
  margin-bottom: 7px;
}

.km-invoice-container .km-detail ul hr {}

.km-invoice-container .invo-title {
  position: relative;
  height: 150px;
}

.km-invoice-container .invo-title h3 {
  position: absolute;
  bottom: 0;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.km-invoice-container .right {
  float: right;
}

.km-invoice-container .kmprotbl {
  float: left;
  width: 100%;
  page-break-before: always;
}

.km-invoice-container .kmprotbl .dt-layout-full {
  padding: 0 !important;
}

.km-invoice-container .kmprotbl table {
  page-break-before: always;
}

.km-invoice-container .kmprotbl table thead tr {
  background: #f8f9fa;
}

.km-invoice-container .kmprotbl table tbody tr {
  page-break-before: avoid;
}

.km-invoice-container .kmprotbl table tr.bg-light {}

.km-invoice-container .kmprotbl table tr td:first-child {
  text-align: center;
}

.km-invoice-container .kmprotbl table tr td:nth-child(2) {
  text-align: center;
}

.km-invoice-container .kmprotbl table tr td:nth-child(3) {
  text-align: center;
}

.km-invoice-container .kmprotbl table tr td {
  padding: 12px;
  font-size: 20px;
  letter-spacing: 0.7px;
}

.km-invoice-container .kmprotbl table tr td strong {
  background: none;
  padding: 0;
  font-size: 22px;
  font-weight: 900;
}

.km-invoice-container .kbft-tbl {
  float: left;
  width: 100%;
  margin-top: 5px;
  border: 1px solid #222;
  padding: 5px;
  margin-bottom: 5px;
}

.km-invoice-container .kbft-tbl table {
  width: 100%;
}

.km-invoice-container .kbft-tbl table tr td {
  padding: 12px;
  font-size: 20px;
}

.km-invoice-container .paytyp-bx {
  float: left;
  width: 100%;
  border: 1px solid #222;
  padding: 5px;
  margin-bottom: 5px;
}

.km-invoice-container .paytyp-bx p {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #222;
  margin: 0 0 2px 0;
  padding-bottom: 2px;
}

.km-invoice-container .paytyp-bx ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.km-invoice-container .paytyp-bx ul li {
  float: left;
  width: 50%;
  text-align: center;
}

.km-invoice-container .paytyp-bx table tr td {
  padding: 12px;
}

.km-invoice-container .paytyp-bx table tr td .paytype-area {
  float: left;
  width: 100%;
}

.km-invoice-container .paytyp-bx table tr td .paytype-area ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.km-invoice-container .paytyp-bx table tr td .paytype-area ul li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  text-align: left;
}

.km-invoice-container .paytyp-bx table tr td .paytype-area ul li .checkbox {
  margin: 5px 13px 0 0;
}

.km-invoice-container .paytyp-bx table tr td p {
  float: left;
  width: 90%;
  border-bottom: 1px solid #222;
  margin-top: 10px;
}

.km-invoice-container .paytyp-bx table tr td p span {
  float: left;
  background: #fff;
  margin: 0 0 -10px 0;
  padding: 0 7px 0 0;
}

.km-footer {
  float: left;
  width: 100%;
}

.km-footer ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.km-footer ul li {
  float: left;
  width: 25%;
  font-weight: 500;
}

.bordered-column {
  border: 1px solid #222;
  padding: 12px !important;
}

.table-bordered>:not(caption)>*>* {
  border-width: 1px !important;
}

div.table-responsive>div.dt-container>div.row {
  padding: 0 !important;
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.info {}

.info i {
  color: #fff;
  font-size: 15px;
  padding: 2px;
  border-radius: 50%;
}

.popover {
  border: 1px solid #ddd;
  z-index: 9 !important;
}

.popover-header {
  background: #f5f5f5;
  color: #222;
  font-size: 14px !important;
  border: none !important;
  border-radius: 3px !important;
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
  border-left-color: #f5f5f5;
}


/* Login Popup ------------------------------------------ */
.loginpopup-bg {
  background-color: #1e2f41 !important;
}

.loginpopup-bg .lg-popup-bg {
  background: #1e2f41 !important;
  border-bottom: 1px solid #1d3a58;
}

.loginpopup-bg .lg-popup-bg h5 {
  color: #ded8cc !important;
}

.loginpopup-bg .lg-popup-body {
  border-top: 1px solid #162432;
  border-bottom: 1px solid #162432;
}

.loginpopup-bg .lg-popup-footer {
  border-top: 1px solid #1d3a58;
}

.loginpopup-bg .lg-select {
  margin-right: 15px;
  border: 1px solid #e0dace !important;
  background-color: #1e2f41;
  border-radius: 5px !important;
  color: #e0dace !important;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
}

.loginpopup-bg .lg-select:focus {
  border: 1px solid #e0dace !important;
  color: #e0dace !important;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.loginpopup-bg .lg-select option {
  color: #52525e;
}

.loginpopup-bg .lg-sbmit-btn {
  background: #cd0f36;
  padding: 5px 13px;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
}

.loginpopup-bg .lg-close-btn {
  background: #ded8cc;
  padding: 5px 13px;
  color: #293444;
  font-size: 13px;
  border-radius: 3px;
}

.css-19bb58m::after {
  min-width: 100% !important;
}

input::placeholder {
  min-width: auto !important;
}

@media (max-width: 767px) {
  .invoice-container {
    padding: 35px 20px 70px 20px;
    margin-top: 0px;
    border: none;
    border-radius: 0px;
  }

  .km-invoice-container {
    padding: 35px 20px 70px 20px;
    margin-top: 0px;
    border: none;
    border-radius: 0px;
  }
}

/* Customer Onboarding ------------------------------------------ */
.customer-onboarding {
  float: left;
  width: 100%;
}

.customer-onboarding table {
  width: 100%;
}

.customer-onboarding table tr th:first-child {
  width: 70px;
}

.customer-onboarding table tr th:nth-child(3) {
  width: 100px;
}

.customer-onboarding table tr th:nth-child(4) {
  width: 100px;
}

.customer-onboarding table tr th:last-child {
  width: 100px;
}


/* Common Responsive Css ------------------------- */
@media only screen and (min-width:1200px) and (max-width: 1359px) {
  .dash-calender-area {
    width: 60%;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .dash-calender-area {
    width: 75%;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .dash-calender-area {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 481px) and (max-width: 767px) {
  .main-container .show-addprod-area input.delivery-add {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .main-container .show-addprod-area input.delivery-add {
    width: 100%;
  }

  .rs-picker-toggle-wrapper {
    margin: 0 0 3px 0;
  }
}


@media (max-width: 1279px) {
  .sales-view-area {
    width: 100%;
  }

  .order-history-table tr th:nth-child(3) {
    width: 300px;
  }

  /* .new-sales table tr th:nth-child(4) {width: 300px;}  */
  .sales-edit-invoice table tr th:nth-child(3) {
    width: 250px;
  }

  .reject-sales table tr th:nth-child(3) {
    width: 300px;
  }

  .reject-sales table tr th:nth-child(5) {
    width: 300px;
  }

  .epos-sales-area table tr th:nth-child(3) {
    width: 300px
  }

  .incomplete-order-list table tr th:nth-child(3) {
    width: 300px;
  }

  .inventory-report-area table tr th:first-child {
    width: 500px;
  }

  .inventory-report-area table tr th:nth-child(2) {
    width: 265px;
  }

  .inventory-report-area table tr th:nth-child(3) {
    width: 265px;
  }

  .quick-order-area .cutomertbl table tr th:first-child {
    width: 300px;
  }

  .create-picking table tr th:nth-child(4) {
    width: 300px;
  }

  .picking-list table tr th:nth-child(2) {
    width: 150px;
  }

  .picking-list table tr th:nth-child(3) {
    width: 250px;
  }

  .Edit-picking-list table tr th:nth-child(3) {
    width: 400px;
  }

  .view-picking table tr th:nth-child(2) {
    width: 300px;
    text-align: center !important;
  }
}

@media (min-width: 320px) and (max-width: 812px) {
  .productlist-area table {
    width: auto;
  }

  .tbl-content table {
    width: 100%;
  }
}


@media print {

  @page {
    @footnote {
      border-top: 0.6pt solid black;
      padding-top: 8pt;
    }
  }

  @page {
    size: A4;
    /* Adjust as needed */
    margin: 0;
  }


  @page :first {
    margin-left: 40%;
    margin-top: 50%;
  }

  @page :left {
    margin-left: 10%;
    margin-top: 10%;
  }

  @page :right {
    margin-left: 90%;
    margin-top: 90%;
  }


  body,
  html {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .km-invoice-container .kmprotbl table tr td {
    font-size: 40px;
  }

  .km-invoice-container .kmprotbl table tr td strong {
    font-size: 40px;
  }

  .km-invoice-container {
    font-size: 40px;
  }

  table tr,
  table,
  ul {
    page-break-inside: avoid;
  }


  .table-primary {
    --bs-table-striped-bg: #2d81ff !important;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }

}

.first-row {
  background-color: #2d81ff;
  --bs-table-striped-bg: #2d81ff !important;
  color: #fff !important;
}

.first-row td {
  color: #fff !important;
}

.first-row td i {
  color: #fff !important;
}

/* Action Dropdown  ------------------------------ */
/* .actiondropdown {}
.actiondropdown ul { list-style: none; margin: 0 15px 0 0; padding: 0 !important;}
.actiondropdown ul li span { color: #fff; }
.actiondropdown ul li a { color: #fff !important; font-size: 13px !important;}
.actiondropdown ul li a i { color: #fff !important;}
.actiondropdown ul li a span { color: #fff; font-size: 14px !important; display: block !important;}
.actiondropdown ul li a:hover { color: #fff; } */


/* .dropdown-menu{border-radius:4px;padding:10px 0;animation-name:dropdown-animate;animation-duration:0.2s;animation-fill-mode:both;border:0;box-shadow:0 5px 30px 0 rgba(82,63,105,0.2)}
.dropdown-menu .dropdown-header,.dropdown-menu .dropdown-footer{text-align:left;font-size:15px;padding:10px 25px}
.dropdown-menu .dropdown-footer a{color:#444444;text-decoration:underline}
.dropdown-menu .dropdown-footer a:hover{text-decoration:none}
.dropdown-menu .dropdown-divider{color:#a5c5fe;margin:0}
.dropdown-menu .dropdown-item{font-size:14px;padding:10px 15px;transition:0.3s}
.dropdown-menu .dropdown-item i{margin-right:10px;font-size:18px;line-height:0}
.dropdown-menu .dropdown-item:hover{background-color:#f6f9ff}
@media (min-width:768px){
.dropdown-menu-arrow::before{content:"";width:13px;height:13px;background:#fff;position:absolute;top:-7px;right:20px;transform:rotate(45deg);border-top:1px solid #eaedf1;border-left:1px solid #eaedf1}
}
@keyframes dropdown-animate{0%{opacity:0}
100%{opacity:1}
0%{opacity:0}
} */


.action-popdot {
  /* float:left; */
  background: #fff;
  color: #fff;
  padding: 0px 4px;
  border-radius: 4px;
  /* border:1px solid #ddd; */
}

.action-ppopdot a {
  color: #e66b6b;
}

.action-popdot ul {
  margin: 0 10px;
  padding: 10px 10px 15px;
}

.action-popdot ul li {}

.action-popdot ul li a {
  width: 100%;
  float: left !important;
  color: #666 !important;
  font-weight: 500;

}


.action-popdot ul li.dropheader {
  padding: 0px;
}

.action-popdot ul li.dropheader h6 {
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  color: #e66b6b;
  font-weight: 700;
  border-bottom: 1px solid #e66b6b;
}

.action-popdot ul li .droplist {
  font-size: 13px;
  padding: 5px 0px;
  transition: 0.3s;
  float: left;
  width: 100%;
}

/* start change by ravi*/
#PaymentCollection th.customer-column,
#PaymentCollection td.customer-column {
  width: 30%;
}

#PaymentCollection th.date-column,
#PaymentCollection td.date-column {
  width: 10%;
}

#PaymentCollection th.route-column,
#PaymentCollection td.route-column {
  width: 10%;
}

#PaymentCollection th.amt-column,
#PaymentCollection td.amt-column {
  width: 10%;
}



/* End change by ravi------------------------------ */


/* Jagruti 07 July 2025 --------------------- */
.dt-length {}

.dt-length label {
  margin-right: 7px;
}

.action-popdot ul {
  z-index: 99999;
}

/* Quick Order Css ------------------ */
.quickorder-tbl {
  background: #e28483;
  /* margin-right: 6px; */
}

.quickorder-tbl table tr th:nth-child(2) {
  text-align: center;
}

.quickorder-tbl table tr th:nth-child(3) {
  text-align: left;
}

.quickorder-tbl table tr th:nth-child(5) {
  text-align: center;
}

.quickorder-tbl table tr th:nth-child(6) {
  text-align: right;
}

.quickorder-tbl table tr th:nth-child(7) {
  text-align: center;
}

.quickorder-tbl table tr th:nth-child(8) {
  text-align: right;
}

.quickorder-tbl table tr th:nth-child(9) {
  text-align: right;
}

.quickorder-tbl table tr th:nth-child(10) {
  text-align: right;
}


.quick-area {
  float: left;
  width: 100%;
  background: #fbfbfb;
  border: 1px solid #e9e9e9;
  padding: 10px 0;
  margin: 15px 0 35px 0;
}

.quicklist-area {
  float: left;
  width: 100%;
  margin: 0px 0 0px 0;
}

.quicklist-area table tr:hover {
  background: #f5f5f5;
}

.quickorder-tbl table tr th {
  padding: 10px 5px;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  background-color: #e28483;
  border-top: 1px solid #e27172;
  border-bottom: 1px solid #e27172;
  border-left: 1px solid #e27172;
  border-right: 1px solid #e27172;
}


.quick-content {
  /* height: 500px; */
  max-height: 500px;
  background: #fff;
  overflow-x: auto;
  margin-top: 0px;
  /* border: 1px solid #dee2e6; */
  border: none;
}

.quick-content table {
  margin-bottom: 0;
}


.quick-content table tr td:nth-child(2) {
  text-align: center;
}

.quick-content table tr td:nth-child(3) {
  text-align: left;
}

.quick-content table tr td:nth-child(5) {
  text-align: center;
}

.quick-content table tr td:nth-child(6) {
  text-align: right;
}

.quick-content table tr td:nth-child(7) {
  text-align: center;
}

.quick-content table tr td:nth-child(8) {
  text-align: right;
}

.quick-content table tr td:nth-child(9) {
  text-align: right;
}

.quick-content table tr td:nth-child(10) {
  text-align: right;
}


.quick-content table tr td .form-control {
  font-size: 12px !important;
  border: 1px solid #eee;
  border-radius: 3px !important;
  padding: 5px !important;
  width: 100%;
  margin: 0;
}

.quick-content table tr td .form-select {
  font-size: 12px !important;
  border: 1px solid #eee;
  border-radius: 3px !important;
  padding: 5px !important;
  width: 100%;
  margin: 0;
}

.quick-content table tr.select-row {
  background-color: #ffe4e4 !important;
  --bs-table-striped-bg: #ffe4e4 !important;
  color: #da7b7a !important;
}

.quick-content table tr td {
  background-color: transparent;
}

.quicktbl {
  width: 100%;
}

.quicktbl table {
  width: 100%;
}

.quicktbl table tr th {
  font-weight: 600;
  color: #333;
  padding: 7px;
  background: #f5f1f1;
}

.quicktbl table tr td {
  font-weight: 500;
  padding: 7px;
}

.quicktbl table tr th:last-child {
  text-align: right;
}

.quicktbl table tr td:last-child {
  text-align: right;
}

.quick-right-button-area {
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.quick-right-button-area .quickbottom-btn-area {
  float: left;
  /* width: 100%; */
  text-align: right;
  margin: 10px 10px 0 10px;
}

.quick-right-button-area .topbtn {
  background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: hidden;
  padding: 7px 10px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
  font-size: 13px;
  border-bottom: 2px solid #c22401;
  margin: 0;
}


#markDeliverytable {
  table-layout: fixed !important;
  width: 100% !important;
}

#markDeliverytable th,
#markDeliverytable td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#markDeliverytable th:nth-child(1),
#markDeliverytable td:nth-child(1) {
  width: 5% !important;
}

#markDeliverytable th:nth-child(2),
#markDeliverytable td:nth-child(2) {
  width: 10% !important;
}

#markDeliverytable th:nth-child(3),
#markDeliverytable td:nth-child(3) {
  width: 15% !important;
}

#markDeliverytable th:nth-child(4),
#markDeliverytable td:nth-child(4) {
  width: 30% !important;
}

#markDeliverytable th:nth-child(5),
#markDeliverytable td:nth-child(5) {
  width: 12% !important;
}

#markDeliverytable th:nth-child(6),
#markDeliverytable td:nth-child(6) {
  width: 13% !important;
}

#markDeliverytable th:nth-child(7),
#markDeliverytable td:nth-child(7) {
  width: 10% !important;
}

/* Ensure input fields fit within their cells */
.sequence-input {
  width: 100% !important;
  box-sizing: border-box;
}

/* Reduce popup width */
.swal2-popup.small-popup {
  width: 300px !important;
}

/* Optional: adjust input size */
.swal2-input.custom-input {
  height: 35px;
  font-size: 14px;
}

.th-resizer {
  position: absolute;
  right: -3px;
  top: 0;
  width: 6px;
  height: 100%;
  cursor: col-resize;
  user-select: none;
  z-index: 1;
}

.th-resizer:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* by prathamesh on 22 July 2025 */
.new-sales-table .verical-scrl-wrapper,
.reject-sales-table .verical-scrl-wrapper,
.create-picking-table .verical-scrl-wrapper,
.picking-list-table .verical-scrl-wrapper,
.picking-history-table .verical-scrl-wrapper,
.short-qty-table .verical-scrl-wrapper,
.proforma-table .verical-scrl-wrapper,
.manifest-list-table .verical-scrl-wrapper,
.open-trip .verical-scrl-wrapper,
.create-menifest-area .verical-scrl-wrapper {
  /* overflow-y: visible !important; */
  margin-bottom: 20px !important;
}


/* ************ Report Menu ************ */
.main-container {
  padding-bottom: 20px;
  /* Height of your footer */
}

/* Main reports menu container */
.reports-menu {
  position: relative;
  overflow: visible;
}

/* Category items with horizontal submenus */
.category-item {
  position: relative;
  overflow: visible;
}

/* Category trigger links */
.category-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease;
}

.category-trigger:hover {
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
}

/* Right chevron icon for categories */
.category-arrow {
  margin-left: auto;
  transition: transform 0.3s ease;
}

.category-item:hover .category-arrow {
  transform: rotate(90deg);
}

/* Horizontal submenu container */
.horizontal-submenu {
  position: absolute;
  left: calc(100% + 5px) !important;
  top: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Show submenu on hover */
.category-item:hover .horizontal-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Individual submenu items */
.horizontal-submenu li {
  border-bottom: 1px solid #f0f0f0;
}

.horizontal-submenu li:last-child {
  border-bottom: none;
}

/* Submenu links */
.horizontal-submenu a {
  display: block;
  padding: 12px 16px;
  color: #555;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.horizontal-submenu a:hover {
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}

/* Active state for submenu items */
.horizontal-submenu a.active {
  background-color: #60666a !important;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .horizontal-submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-left: 3px solid #007bff;
    margin-left: 20px;
    background: transparent;
  }

  .category-item:hover .horizontal-submenu {
    display: block;
  }

  .category-arrow {
    display: none;
  }
}

/* code to make table index higher */
.new-sales-table table,
.sales-order-history-table,
.reject-sales-table table,
.create-picking-table table,
.picking-list-table table,
.picking-history-table table,
.short-qty-table table,
.proforma-table table,
.manifest-list-table table,
.open-trip table,
.create-menifest-area table {
  z-index: 10 !important;
}