/* Header --------------------------------------------------------------*/
.pointer {
  cursor: pointer;
}
.nav-tabs {
  float: left;
  width: 100%;
}
.left {
  float: left !important;
}
.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: 9999;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #323131;
  padding-left: 0px
}
.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 ---------------------------------------------- */
.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;
}
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;
}
.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;
  font-weight: 400;
  line-height: 1.5;
  color: #73788b;
  -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: 3px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/* 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: 13px;
  border-radius: 3px;
}
.common-closebtn {
  background: #cad0d7;
  color: #424852;
  font-size: 13px;
  padding: 7px 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;
  /* visibility: hidden; */
  opacity: 0;
  -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: $animation .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;
}
.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: 41px;
  margin-right: 10px;
}
.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.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: 61px 0 0 0px;
  box-shadow: 3px 1px 7px rgba(0, 0, 0, 0.2);
}
/*.breadcrumbs a { background: #eee; }*/
.breadcrumbs a, .breadcrumbs .last-crumb {
  /* display: inline-block; */
  font-size: 13px;
  padding: 1px 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: -6px 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;
}
/* 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:0;*/
  left: 50%;
  top: 20px;
  z-index: -1
}
#progressbar li:last-child:after {
  content: '';
  width: 90%;
  height: 2px;
  background: none;
  position: absolute;
  /*left:0;*/
  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;
  /* text-transform:uppercase;*/
}
.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:2px dashed #01b4d7;color:#01b4d7;text-align:center;border-radius:50%;padding:15px 18px;margin:0 auto;float:none;display:inline-block}*/
.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: 9999;
}
.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: 20px 25px;
  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:15px 0 40px 0;  background: #f7f7f7; border: 1px solid #eee; padding: 15px;  } */
.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;
  border: none !important;
  margin: 0 0 0 0 !important;
  font-size: 14px;
}
.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;
}
.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: #41c1f0;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #33afdc;
  float: right;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
}
.download_pdfbtn {}
.datatable-selector {
  padding: 7px 10px;
  border: 1px solid #eee;
  width: 200px;
  color: #666;
  font-size: 13px;
  border-radius: 3px;
  margin: 0 0px 0 35px;
  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: 10px 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: 10px;
  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: #d07570;
  letter-spacing: 0.5px;
}
.dashboard .info-card b {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  line-height: 20px;
}
.quick-button {
  padding: 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: 10px;
  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.5px;
}
.quick-button b {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.label-danger {
  background-color: #d9534f;
}
.label-success {
  background-color: #5cb85c;
}
.table > :not(caption) > * > * {
  /* color: #444444 !important; */
}
.table th, .table td {
  vertical-align: middle !important;
}
.table th, .table td {
  font-size: 12px;
  text-transform: capitalize;
}
.table th, .table td a {
  color: #f26659;
}
.table td a {
  font-size: 14px;
  float: left;
  margin-right: 4px;
}
.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: visible;
  overflow-x: hidden;
  max-height: 555px;
  margin: 0px auto 20px auto;
  padding: 0 20px 0 0;
}
#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #666;
}
#style-3::-webkit-scrollbar {
  width: 3px;
  background-color: #333;
}
#style-3::-webkit-scrollbar-thumb {
  background-color: #41c1f0;
}
#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #666;
}
#style-4::-webkit-scrollbar {
  width: 3px;
  background-color: #333;
}
#style-4::-webkit-scrollbar-thumb {
  background-color: #41c1f0;
}
[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 {
  ist-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;
  display: inline-block;
  height: 20px;
  margin: 0 13px 0 0;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
  float: left
}
.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
}
.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 250px;
  /* height: 1.2em;  */
  white-space: nowrap;
  margin-bottom: 0;
  border: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/*.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 tr td {
  font-size: 13px;
}
.newsales-table tr td:first-child {
  width: 90px;
  background: #fff1f1 !important;
}
.newsales-table tr td:nth-child(2) {
  width: 130px;
}
.newsales-table tr td:nth-child(3) {
  width: 130px;
}
.newsales-table tr td:nth-child(5) {
  width: 140px;
}
.newsales-table tr td:nth-child(6) {
  width: 140px;
}
.newsales-table tr td:nth-child(7) {
  width: 140px;
}
.newsales-table tr td:nth-child(8) {
  width: 140px;
}
.newsales-table tr td:nth-child(9) {
  width: 130px;
}
.newsales-table tr td:nth-child(10) {
  width: 160px;
}
/* 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;
}
.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: 14px;
  font-weight: 500;
  float: left;
  text-align: left;
  width: 100%;
}
.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: #fff7f6;
  border: 1px solid #eee;
}
.add-product-popup .grebx .form-check {
  float: left;
  padding-left: 1.5em;
}
.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;
}
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;
}
/* Order History -------------------------------- */
.order-history-table {
  float: left;
  width: 100%;
}
.order-history-table tr td {
  font-size: 13px;
}
.order-history-table tr td:first-child {
  width: 115px;
  background: #fff1f1 !important;
}
.order-history-table tr td:nth-child(2) {
  width: 130px;
}
/* .order-history-table tr td:nth-child(3) {width: 130px;} */
.order-history-table tr td:nth-child(4) {
  width: 140px;
}
.order-history-table tr td:nth-child(5) {
  width: 140px;
}
.order-history-table tr td:nth-child(6) {
  width: 140px;
}
.order-history-table tr td:nth-child(7) {
  width: 140px;
}
.order-history-table tr td:nth-child(8) {
  width: 140px;
}
.order-history-table tr td:nth-child(9) {
  width: 130px;
}
.order-history-table tr td:nth-child(10) {
  width: 160px;
}
/* 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;
  backgrond-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%;
}
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;
}
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;
  color: #e28483;
  border-color: #ddd !important;
  border-bottom: 2px solid #e28483 !important;
  padding: 3px 10px 2px 10px;
}
/* Pagination css ------------------ */
.disabled > .page-link, .page-link.disabled {
  font-size: 13px;
}
.page-link {
  padding: 3px 10px;
  float: left;
  font-size: 13px;
  color: #666;
}
/* 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;
}
.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: 350px;
  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:first-child {
  width: 130px;
}
.returnlist-table tr td:nth-child(2) {
  width: 150px;
}
/* .returnlist-table tr td:nth-child(3) {width: 300px;} */
.returnlist-table tr td:nth-child(4) {
  width: 150px;
}
.returnlist-table tr td:nth-child(5) {
  width: 150px;
}
.returnlist-table tr td:nth-child(6) {
  width: 150px;
}
.returnlist-table tr td:nth-child(7) {
  width: 150px;
}
.returnlist-table tr td:nth-child(8) {
  width: 170px;
}
.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 p {}
.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 tr td:nth-child(5) {width: 150px;}*/
.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;
}
/* Create Menifest Page Css ------------------------------ */
.create-menifest-area {
  float: left;
  width: 100%;
  margin: 25px 0 0 0;
}
.create-menifest-area tr td {
  font-size: 13px;
}
.create-menifest-area tr td:first-child {
  width: 120px;
  background: #fff1f1 !important;
}
.create-menifest-area tr td:nth-child(2) {
  width: 100px;
}
.create-menifest-area tr td:nth-child(4) {
  width: 130px;
}
.create-menifest-area tr td:nth-child(5) {
  width: 150px;
}
.create-menifest-area tr td:nth-child(6) {
  width: 150px;
}
.create-menifest-area tr td:nth-child(7) {
  width: 110px;
}
.create-menifest-area tr td:nth-child(8) {
  width: 80px;
}
.create-menifest-area tr td:nth-child(9) {
  width: 90px;
}
/* Menifest Page Css ------------------------------ */
.menifest-area {
  float: left;
  width: 100%;
  margin: 0px 0 0 0;
}
.menifest-area tr td {
  font-size: 13px;
}
.menifest-area tr td:first-child {
  width: 90px;
  background: #fff1f1 !important;
}
.menifest-area tr td:nth-child(2) {
  width: 130px;
}
.menifest-area tr td:nth-child(3) {
  width: 170px;
}
.menifest-area tr td:nth-child(5) {
  width: 140px;
}
.menifest-area tr td:nth-child(6) {
  width: 140px;
}
.menifest-area tr td:nth-child(7) {
  width: 150px;
}
/* .menifest-area tr td a { 
  background: #694d67;
  border: 1px solid #523c4e;
  font-size: 13px;
  padding: 3px 8px;
  color: #f7f7f7;
  border-radius: 5px;
 } */
.menifest-area tr td a:hover {
  background: #7e637e;
  border: 1px solid #7e637e;
}
.menifest-area tr td a i {
  margin-right: 5px;
}
.badge {
  background: #8ace4d;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.badge:hover {
  background: #7cc23e;
}
.badge .red {
  background: #e44a5a;
}
.badge .red:hover {
  background: #cf3948;
}
.badge .yellow {
  background: #f5ad42;
}
.badge .yellow:hover {
  background: #e7a036;
}
/* Complete Trips Page Css ------------------------------ */
.complete-trips-area {
  float: left;
  width: 100%;
  margin: 25px 0 0 0;
}
.complete-trips-area tr td {
  font-size: 13px;
}
.complete-trips-area tr td:first-child {
  width: 130px;
  background: #fff1f1 !important;
}
.complete-trips-area tr td:nth-child(2) {
  width: 130px;
}
.complete-trips-area tr td:nth-child(3) {
  width: 130px;
}
.complete-trips-area tr td:nth-child(5) {
  width: 150px;
}
.complete-trips-area tr td:nth-child(6) {
  width: 150px;
}
/* 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;
}
.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;
}
.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 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: 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;
}
.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 25px;
  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 25px;
  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;
}
.backlist-content-area {
  float: left;
  width: 100%;
  border: 1px solid #f8e9e6;
  padding: 25px;
  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;
}
.change-vehicl-btn {
  background: #2f6061;
  float: left;
  color: #fff;
  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: #2f6061;
  float: right;
  color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
}
.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;
}
.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;
}
.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 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; text-align: center;
}
.supplier-table tr td:first-child {
  width: 40px;
}
.supplier-table tr td:nth-child(2) {
  text-align: left;
}

.supplier-table tr td:nth-child(3) {
  width: 120px;
}
.supplier-table tr td:nth-child(4) {
  width: 150px; text-align: left;
}
.supplier-table tr td:nth-child(5) {
  width: 100px;
}
.supplier-table tr td:nth-child(6) {
  width: 130px;
}
.supplier-table tr td:nth-child(7) {
  width: 100px;
}
.supplier-table tr td:nth-child(8) {
  width: 100px;
}
/*.supplier-table tr td:nth-child(9) {
  width: 100px;
}*/
.supplier-table tr td:last-child {
  width: 70px; text-align: center;
}

.supplier-table tr td a { float:none !important; }

.add-supplier-popup {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 30px;
}
.add-supplier-popup .col-form-label {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  float: left;
}
.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: #eee;
  color: #666;
  padding: 5px 10px;
  font-size: 15px;
  margin: 0 0 10px 0;
}
/* Customers Page css -- */
.customer-table {
  float: left;
  width: 100%;
}
.customer-table tr td {
  font-size: 13px;
}
.customer-table tr td:first-child {
  width: 60px;
}
.customer-table tr td:nth-child(2) {
  width: 200px;
}
/* .customer-table  tr td:nth-child(3) {width: 200px;}
.customer-table tr td:nth-child(4) {width: 200px;} */
.customer-table tr td:nth-child(5) {
  width: 200px;
}
.customer-table tr td:nth-child(6) {
  width: 150px;
}
.customer-table tr td:nth-child(7) {
  width: 150px;
}
.customer-table tr td:nth-child(8) {
  width: 100px;
}
.customer-table tr td:nth-child(9) {
  width: 100px;
}
.add-customer-popup {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 30px;
}
.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:first-child {
  width: 200px;
}
.users-table tr td:nth-child(2) {
  width: 200px;
}
.users-table tr td:nth-child(3) {
  width: 200px;
}
.users-table tr td:nth-child(4) {
  width: 250px;
}
.users-table tr td:nth-child(5) {
  width: 150px;
}
/* .users-table tr td:nth-child(6) {width: 200px;} */
.users-table tr td:nth-child(7) {
  width: 100px;
}
.users-table tr td:nth-child(8) {
  width: 100px;
}
.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;
}
.userinput {
  padding: 8px 15px 8px 15px !important;
  border: 1px solid #ccc !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
}
/* Brand Page css -- */
.brand-table {
  float: left;
  width: 100%;
}
.brand-table tr td {
  font-size: 13px;
}
.brand-table tr td:first-child {
  width: 50px;
}
.brand-table tr td:nth-child(2) {
  width: 250px;
}
.brand-table tr td:nth-child(3) {
  width: 200px;
}
.brand-table tr td:nth-child(6) {
  width: 120px;
}
.brand-table tr td:last-child {
  width: 100px;
}
/* Unit Page css -- */
.unit-table {
  float: left;
  width: 100%;
}
.unit-table tr td {
  font-size: 13px;
}
.unit-table tr td:first-child {
  width: 50px;
}
.unit-table tr td:nth-child(2) {
  width: 250px;
}
.unit-table tr td:nth-child(4) {
  width: 200px;
}
.unit-table tr td:nth-child(6) {
  width: 150px;
}
.unit-table tr td:last-child {
  width: 100px;
}
/* Unit Page css -- */
.product-category-table {
  float: left;
  width: 100%;
}
.product-category-table tr td {
  font-size: 13px;
}
.product-category-table tr td:first-child {
  width: 50px;
}
.product-category-table tr td:nth-child(2) {
  width: 300px;
}
.product-category-table tr td:nth-child(3) {
  width: 250px;
}
/* .product-category-table tr td:nth-child(4) {width: 200px;} */
.product-category-table tr td:nth-child(5) {
  width: 300px;
}
.product-category-table tr td:nth-child(6) {
  width: 200px;
}
.product-category-table tr td:nth-child(7) {
  width: 120px;
}
.product-category-table tr td:last-child {
  width: 100px;
}
/* Products Price Variation Page css -- */
.price-variatn-table {
  float: left;
  width: 100%;
}
.price-variatn-table tr td {
  font-size: 13px;
}
.price-variatn-popup {
  float: left;
  width: 100%;
}
.price-variatn-popup .col-form-label {
  float: left;
  width: 100%;
  text-align: left;
}
/* Customer Credit Facility Page css -- */
.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:first-child {
  width: 60px;
}
.promo-table tr td:nth-child(3) {
  width: 200px;
}
.promo-table tr td:nth-child(5) {
  width: 300px;
}
.promo-table tr td:nth-child(6) {
  width: 100px;
}
.promo-table tr td:nth-child(7) {
  width: 100px;
}
.promo-table tr td:last-child {
  width: 100px;
}
.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;
}
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 ----------------------- */
.top-margin {
  margin-top: 30px;
}
.products-area {
  float: left;
  width: 100%;
  background: #fbfbfb;
  border: 1px solid #e9e9e9;
  padding: 10px;
  margin: 15px 0;
}
.product-code-area {
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
  background: #e9e9e9;
  padding: 10px 10px;
  margin: 15px 0 0 0;
}
.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 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 15px 0;
  background: #666
}
.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;
}
.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: 12px;
  color: #fff;
  text-transform: uppercase;
  background: #949494;
}
.tbl-content table tr td {
  padding: 10px 5px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.productlist-area table tr td a {
  text-decoration: underline;
  color: #f2c423;
  font-weight: 500;
}
.productlist-area table tbody tr:hover {
  background: #797979;
}
.productlist-area table tr th:first-child {
  width: 50px;
}
.productlist-area table tr td:first-child {
  width: 50px;
}
.productlist-area table tr th:nth-child(2) {
  width: 70px;
}
.productlist-area table tr td:nth-child(2) {
  width: 70px;
}
/*
.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: 100px;
}
.productlist-area table tr td:nth-child(4) {
  width: 100px;
}
.productlist-area table tr th:nth-child(5) {
  width: 100px;
}
.productlist-area table tr td:nth-child(5) {
  width: 100px;
}
.productlist-area table tr th:nth-child(6) {
  width: 100px;
}
.productlist-area table tr td:nth-child(6) {
  width: 100px;
}
.productlist-area table tr th:nth-child(7) {
  width: 90px;
}
.productlist-area table tr td:nth-child(7) {
  width: 90px;
}
.productlist-area table tr th:nth-child(8) {
  width: 70px;
}
.productlist-area table tr td:nth-child(8) {
  width: 70px;
}
.productlist-area table tr th:last-child {
  text-align: right;
  width: 90px;
}
.productlist-area table tr td:last-child {
  text-align: right;
  width: 90px;
  background: #6f6f6f;
}
/* 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 20px;
  /*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: 0px 0 0 0;
  font-weight: 300;
  color: #e6e6e6;
}
.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;
}
.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;
}
/* Right Side Button ------------------- */
.right-button-area {
  float: left;
  width: 100%;
}
.right-button-area .customer-detail {
  float: left;
  width: 100%;
}
.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 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: 400;
  margin-right: 15px;
}
.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;
}
/*

.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: 11px 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;*/
  width: 100%;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
  font-size: 13px;
  min-height: 55px;
  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: 0 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;
  }
  .right-button-area ul li {
    width: 48%;
  }
}
@media only screen and (min-width:1200px) and (max-width: 1366px) {
  .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 18px;
  }
  .right-button-area ul li {
    width: 48%;
  }
  .product-code-area ul li {
    width: 38%;
  }
  .product-code-area ul li:last-child {
    float: right;
    width: 20%;
  }
}
@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: 30%;
  }
  .product-code-area ul li:last-child {
    float: right;
    width: 20%;
  }
  .pos-footer ul li {
    padding: 8px 8px;
  }
  .right-button-area ul li {
    width: 48%;
  }
  .productlist-area table tr th:first-child {
    width: 50px;
  }
  .productlist-area table tr td:first-child {
    width: 50px;
  }
  .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: 65px;
  }
  .productlist-area table tr td:nth-child(7) {
    width: 65px;
  }
  .productlist-area table tr th:nth-child(8) {
    width: 70px;
  }
  .productlist-area table tr td:nth-child(8) {
    width: 70px;
  }
  .productlist-area table tr th:last-child {
    text-align: right;
    width: 70px;
    /*	background: #6f6f6f;*/
  }
  .productlist-area table tr td:last-child {
    text-align: right;
    width: 70px;
    background: #6f6f6f;
  }
}
@media only screen and (min-width:992px) and (max-width: 1024px) {
  .product-code-area ul li:first-child {
    width: 43%;
  }
  .product-code-area ul li:nth-child(2) {
    width: 30%;
  }
  .product-code-area ul li:last-child {
    float: right;
    width: 20%;
  }
  .right-button-area ul li .eposbtn {
    min-height: auto;
  }
  .right-button-area ul li .eposbtn {
    min-height: 55px;
  }
  .right-button-area ul li {
    width: 47%;
  }
  .right-button-area ul li .eposbtn {
    padding: 10px 4px;
  }
  .form-select {
    width: 174px;
  }
  .right-button-area .select-area ul li {
    width: 47%;
  }
  .productlist-area table tr th:first-child {
    width: 50px;
  }
  .productlist-area table tr td:first-child {
    width: 50px;
  }
  .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: 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: 65px;
  }
  .productlist-area table tr td:nth-child(7) {
    width: 65px;
  }
  .productlist-area table tr th:nth-child(8) {
    width: 70px;
  }
  .productlist-area table tr td:nth-child(8) {
    width: 70px;
  }
  .productlist-area table tr th:last-child {
    text-align: right;
    width: 70px;
    /*	background: #6f6f6f;*/
  }
  .productlist-area table tr td:last-child {
    text-align: right;
    width: 70px;
    background: #6f6f6f;
  }
  .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;
  }
}
/* 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%;
  /* border-bottom: 1px solid #ddd; */
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.performa-invoice-popup .sales-view-table table {
  width: 100%;
  margin-bottom: 25px;
}
.performa-invoice-popup .sales-view-table table tr th {
  /* background: #eee; font-size: 14px; font-weight: 500;  */
}
.performa-invoice-popup .sales-view-table table tr td {
  font-size: 14px;
}
.performa-invoice-popup .sales-view-table table tr td:first-child {
  width: 70px;
  ;
}
.performa-invoice-popup .sales-view-table table tr td:nth-child(3) {
  width: 90px;
}
.performa-invoice-popup .sales-view-table table tr td:nth-child(4) {
  width: 120px;
}
.performa-invoice-popup .sales-view-table table tr td:nth-child(5) {
  width: 120px;
}
.performa-invoice-popup .sales-view-table table tr td:nth-child(6) {
  width: 120px;
}
.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 .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;
}
.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: #e5e5ea !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;
}
.abovedd {
  position: relative;
  z-index: 999;
}
.abovedd-cat {
  position: relative;
  z-index: 99;
}
.modal {
  z-index: 99999;
}
.css-13cymwt-control {
  border-radius: 10px !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;
}
.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 {
  z-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;
  /* padding-left: 1.5em; */
  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;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #e62c03;
    background: #f1f0f0;
    padding: 5px;
	margin-bottom: 20px;
}


/* 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 { }
.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;}


/* Hide the number input arrows */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}


.text-danger {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}