:root {
  --primary-color: #fff;
  --secondary-color: #fff;
}

.mb-3 {
  margin-bottom: .5rem !important;
}

.red { color: red; margin: 0 0 0 2px;}

a { cursor: pointer; }
button { cursor: pointer;  }
h3 {
  font-size: 28px;
  line-height: normal !important; 
}

h4 {
  font-size: 22px;
  line-height: normal !important;
}

hr { float: left;}

.mt-2 {
  margin-top: .5rem !important;
}

.padd-left-50 { 
  /* padding-left: 50px; */
}

a { cursor: pointer;}

input[type=radio] {
  border-radius: 50% !important;
  width: 150px !important;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
  float: left;
  margin-bottom: 0 !important;
  margin-right: 10px;
  margin-top: 0px;
}

.left-lable { float: left; text-align: left;}

.form-control:focus {
  color: none;
  background-color: none;
  border-color: none !important; 
  border-right-color: none;
  outline: 0;
  box-shadow: none;
}
.form-select:focus {
  border-color:none !important;
  outline: 0;
  box-shadow: none;
}
.btn-close {
  --bs-btn-close-color: #ffffff; /* Change this to your desired color */
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007bff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
  --bs-btn-close-focus-shadow: 255 255 255 0.25rem rgb(255, 255, 255);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity:1;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 5px;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/11px auto no-repeat;
  border: 1px solid #fff;
  border-radius: 50px;
  opacity: 1;
  cursor: pointer;
}

.popup-innerbtn-common {
  background: #efd633;
  border-radius: 17px;
  color: #011365;
  padding: 7px 15px;
  border: 1px solid #efd633;
  float: right !important;
  font-size: 13px;
  margin-bottom: 0;
  margin-right: 5px;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

.common-closebtn  {
  background: #ddd;
  border-radius: 17px;
  color: #666;
  padding: 5px 15px;
  border: 1px solid #ddd;
  float: right !important;
  font-size: 13px;
  margin-bottom: 0;
  margin-right: 5px;
  font-weight: 500;
line-height: normal;
cursor: pointer;
}

.popup-innerbtn-common.right {    display: block;
  float: right !important;}

.popup-innerbtn-closebtn {
  background: #969696;
  border-radius: 17px;
  color: #fff;
  padding: 5px 15px;
  border: 1px solid #969696;
  float: left !important;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
  cursor: pointer;
}

.button_for_addmore {
 /* width: 100px;*/
float: right;
}
.button_for_addmore .btn_flex_count {
  border: 1px solid #d7dadd;
  text-align: center;
  border-radius: 3px;
  padding: 5px 0px 5px 0px;
  background: #fff; height: 34px;
}

.button_for_addmore .btn_flex_count button {
  border: 0;
  background: none;
  font-weight: 500;
  font-size: 15px;
  outline : none;
 cursor:pointer;
}

.button_for_addmore .btn_flex_count span {
  padding: 0px 5px;
  font-weight: 500;
  font-size: 15px;
}

.button_for_addmore .btn_flex_count button {
  border: 0;
  background: none;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}


.modal-header .btn-close { padding: 3px; cursor: pointer;}

/* Header --------------------------------------------------------------*/
.pointer {
    cursor: pointer;
}

.dt-length { display: none;}
.dt-search { display: none;}
.col-form-label {
  font-size: 14px;
  font-weight: 500; 
  float: right; 
  text-align: right;
}
.left { float: left !important;}
.modal-header { background: #011365;
  color: #fff;
  font-size: 16px;
  padding: 8px 22px;}
.modal-header h5 { font-size: 18px; background: none !important; color: #fff !important; margin-bottom: 0 !important; padding: 0 !important; } 
.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:999;box-shadow:0px 2px 20px rgba(1,41,112,0.1);background-color:#fff;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 ---------------------------------------------- */
.search-area {
  width: 250px !important; 
  padding: 7px 30px !important;
  background: url(../img/search-icon.jpg) no-repeat center left 8px #fff;
  background-color: rgb(255, 255, 255);
  background-color: #fff !important;
  border: 1px solid #c8c8c8 !important;
  border-radius: 10px !important;
  color: #73788b !important;
  transition: .25s linear;
  font-size: 13px !important;
  float: right;
}

.search-area-big {
  width: 100% !important; 
  padding: 7px 30px !important;
  background: url(../img/search-icon.jpg) no-repeat center left 8px #fff;
  background-color: rgb(255, 255, 255);
  background-color: #fff !important;
  border: 1px solid #eee !important;
  border-radius: 10px !important;
  color: #73788b !important;
  transition: .25s linear;
  font-size: 13px !important;
  float: right;
}

div.dt-container div.dt-search input {
  padding: 5px 15px !important;
  background: url(../img/search-icon.jpg) no-repeat center left 8px #fff;
  background-color: rgb(255, 255, 255);
  background-color: #fff !important;
  border: 1px solid #d6d9e5 !important;
  border-radius: 3px !important;
  color: #73788b !important;
  transition: .25s linear;
  font-size: 13px !important;
}


.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: 8px 15px 8px 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 24 24'%3E%3Cpolyline fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 0.75rem center/10px 25px;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 7px 15px;
    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: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #c8c8c8;
}






/* 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: #e2e1e3;
  border-radius: 3px;
  color: #666;
  padding: 5px 10px;
  border: 1px solid #d1ced3;
  float: right;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;}

.add-adressbtn {background: #011365;
  border: 1px solid #011365; font-size: 13px; font-weight: 400; color: #e8f0fe;}  
#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}
.createinvoicebtn {
  background: #41c1f0;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #33afdc;
  float: left;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
}

.login-btn{background:#e66b6b;color:#fff;border:none;float:left;font-size:14px;border-radius:3px; padding: 5px 15px;}
.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-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}
.action-btn-dd {     
    background: #fff;
    border-radius: 3px;
    color: #999;
    padding: 3px 7px;
    border: 1px solid #999;
    float: right;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;}
/* Start Switch Button --------------------------------------------------------------*/
.switch{position:relative;display:block;width:90px !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{font-size:11px;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:64px;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:0;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; position: relative;}   
.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:#001b89;}
.header-nav .nav-profile img{max-height:41px; margin-right: 10px;}
.header-nav .nav-profile span{font-size:13px;font-weight:500; text-transform: uppercase;}
.header-nav > ul li { margin-bottom: 0;}
.header-nav > ul li:last-child { border-bottom: none;}
.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;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:#e2e1e3;
    border-bottom: 1px solid #d8d7da;
    padding: 7px 0 10px 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: 0px 20px 0 12px;
    position: relative; 
}
.breadcrumbs a:after {
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    content: "";
    display: block;
    margin: -3px 0 0 0;
    position: absolute;
    width: 9px;
    height: 9px;
    top: 52%;
    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;}

/* 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: #060816; position: fixed; bottom: 0; width: 100%; z-index: 999;  }
.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%;
margin: 0 0 0px 0;
}

.main-container h5 { float: left; width: 100%; font-size: 17px; font-weight: 600; color: #000; background: #f1f1f1; padding: 5px 10px; letter-spacing: 0.5px; margin-bottom: 7px; }

.main-container .show-order-area {float:left;width:100%;margin:0px 0 20px 0}
.main-container .show-order-area .dashform { 
    float: left; margin-bottom: 15px; width: 100%;
}

.dashform { 
    float: left; margin-bottom: 15px; width: 100%;
}

.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 .form-select {
  /* width: 250px; */ 
  /* width: auto; */
  width:100%;
}

.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: #242424;
  border: 1px solid #242424;
  border-radius: 5px;
  color: #fff;
  padding: 3px 8px;
    float: right; 
    font-size: 13px;
    /* margin-bottom: 20px;  */
  font-weight: 500;     
  padding: 5px 10px; width: auto;
  cursor: pointer;
}

.selectdate-btn {
  float: left; 
    background: #ccc;
    border-radius: 17px;
    color: #404040;
    padding: 5px 15px;
    border: 1px solid #bababc;
    font-size: 13px;  
    font-weight: 500; 
    cursor: pointer;
}

.create-catalogue-btn { 
    background: #efd633;
  border-radius: 17px;
  color: #011365;
  padding: 5px 15px;
  border: 1px solid #efd633;
  float: right;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500; 
  cursor: pointer;
}

.create-catalogue-btn-left { 
  background: #efd633;
border-radius: 17px;
color: #011365;
padding: 5px 15px;
border: 1px solid #efd633;
float: left;
font-size: 13px;
margin-bottom: 0;
font-weight: 500; 
cursor: pointer;
}

/* .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 0px;
    float: left;
}

.main-container .show-order-area h2 {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    line-height: 2.2;
}

.main-container .show-order-area h2 span {
    background: #3b4046;
    padding: 7px 15px;
/*    float: left;*/
    color: #f0ae06;
    font-weight: 500;
    border-radius: 3px 3px 0 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 3px solid #f0ae06;
    margin-bottom: -1px;
}
.main-container .show-order-area h2 .dashdate-area {
    font-size: 13px;
    float: right;
    padding: 0px 0 0 0;
}
/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
.card-title {
  padding: 0px 0 6px 0;
  font-size: 16px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #eee;
  margin-bottom: 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: #fff;
    /* 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-left: 6px solid #3757f5 !important;
    border: 1px solid #e7ebee;
}

.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  min-height: 275px;
}

.account-card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  min-height: 235px;
}

.card-body {
  padding: 30px 15px;
}

/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 30px;
}

.dashboard .filter a { padding-top: 5px; float: right;}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 15px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 13px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  /* padding: 8px 15px; */
  padding: 7px 7px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  /* color: #4d596e; */
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  /* padding: 8px 15px; */
  padding: 0;
}

/* Info Cards */
.dashboard .info-card {
  /* padding-bottom: 10px; */
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}


.dashboard .info-card p {
    border-bottom: 1px solid #e7ebee;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  background: #fff;
  color: #090086;
  letter-spacing: 0.5px;
  font-size: 20px;  
}

.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: #faedcc;
    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 #b9a778;
}

.quick-button p.yellow {
    border: 1px dashed #c8b88e;
    background: #fff;
    color: #423122;
}

.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;
}

.dashboard-vert-scrl-wrapper{
  text-align: center;
  /*overflow-y: scroll;*/
  overflow-y: visible;
overflow-x: auto;
  max-height: 167px;
  margin: 0px auto 0 auto; padding: 0 0 0 0;
/* height: 555px;  */
min-height: 167px;
}

#dash-style::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #090086;
}

#dash-style::-webkit-scrollbar
{
  width: 3px;
  background-color: #090086;
}

/* For Firefox */
#dash-style {
  scrollbar-width: thin;
  scrollbar-color: #090086 transparent;
}

#dash-style::-webkit-scrollbar-thumb { background-color: #090086; } 

/* For WebKit Browsers */
#dash-style::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}

#dash-style::-webkit-scrollbar-thumb {
  background-color: #090086;
}


@media only screen and (min-width:1200px) and (max-width: 1366px) { 
  .dashboard-vert-scrl-wrapper {
    height: 473px;
    min-height: 473px;
    max-height: 473px;
  }

 }

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 20px auto 20px auto;
  text-align: center;
  padding: 18px 0;
}

/* .dashboard .card-icon i {} */

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

.dashboard .create-card .card-icon {
  color: #fe0000;
  background: #ffe0e0;
}


/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */

.dashboard .news { float: left; width: 96%; }
.dashboard .news ul { margin: 0; padding: 0; list-style-type: none; float: left; width: 100%; }
.dashboard .news ul li { float: left; width: 100%; padding: 0 0 15px 0; border-bottom: 1px solid #eee; margin-bottom: 7px;}
.dashboard .news ul li:last-child {border-bottom:none; margin-bottom: 0; padding-bottom: 0;}
.dashboard .news ul li table { float: left; width: 100%; margin-bottom: 0;}
.dashboard .news ul li table tr td:nth-child(2) {font-weight: 500;}
.dashboard .news ul li table tr td:nth-child(3)
.dashboard .news ul li table tr td { padding: 0px 0;}
.dashboard .news ul li table tr td span { padding: 3px 4px; color: #000;}



.dashboard .news ul li table tr td h4 { padding: 0; font-size: 13px;}
.dashboard .news ul li table tr td p { padding: 0; margin: 0 0 3px 0; font-size: 12px;}






.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  /* margin-left: 95px; */
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 13px;
  color: #777777;
  /* margin-left: 95px; */
  line-height: normal;
}

.dashboard .news h6 {  float: left; width: 100%; font-size: 16px; color: #000; margin: 7px 0 10px 0;}
.dashboard .news h6 span { margin-left: 15px; color:#666; font-weight: 500; font-size: 13px; display: inline-flex; } 
.dashboard .news h6 span i {
  border: 1px solid #ddd;
  color: #012970;
  border-radius: 26px;
  font-size: 19px;
  padding: 0 2px;
margin-right: 5px;}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}


.label-danger {
    background-color: #d9534f;
}
.label-success {
    background-color: #5cb85c;
}
/* .table th {} */
.table th span {color: #e8f0fe;}
.table th, .table td { vertical-align: middle !important; }
.table th, .table td { font-size: 13px;
  font-weight: 400;
 /* text-transform: capitalize;*/
  text-decoration: none !important; }
  .table td  {color: #4e4848 !important;}

/* .table th {} */
table td a {color: #017dc3; }
.table td a {color: #017dc3; text-decoration: underline; font-size: 13px; }
.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: 2px;
}
.table th, .table td a:hover { text-decoration: underline; }
/* .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; cursor: pointer;}
.table-responsive { margin-bottom: 0; }
.table-responsive .form-inline select.form-control {
    width: auto;
}
.table-responsive .form-inline select.form-control option {
    padding: 0;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color:#f2f2f2;
    border-color: #d9d9d9;
}
/*vertical scroll Table ---------- */

.verical-scrl-wrapper{
    text-align: center;
    /*overflow-y: scroll;*/
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 555px;
    margin: 0px auto 20px auto; 
    padding: 0;
    /* height: 555px;  */
    min-height: 400px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.verical-scrl-wrapper.current-so-table {
    overflow-x: auto;
    overflow-y: auto;
}
.verical-scrl-wrapper.newsalesorder-table {
    overflow-x: auto;
    overflow-y: auto;
}

.verical-scrl-wrapper table {
    width: 100%;
    table-layout: fixed;
    margin: 0;
}

.verical-scrl-wrapper .common-table {
    width: 100%;
    margin: 0;
}

#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #090086;
}

#style-3::-webkit-scrollbar
{
    width: 3px;
    background-color: #090086;
}

/* For WebKit Browsers */
#style-3::-webkit-scrollbar {
  width: 3px;
  background-color: #090086;
}


/* For Firefox */
#style-3 {
  scrollbar-width: thin;
  scrollbar-color: #090086 transparent;
}

#style-3::-webkit-scrollbar-thumb { background-color: #090086; } 




[data-pagination]{line-height:1;-webkit-text-size-adjust:100%;margin:0 auto;text-align:center;transition:font-size .2s ease-in-out;display:flex;float:right; margin-bottom: 25px;}
[data-pagination] a.previous{background:#a9b0bb;color:#fff;letter-spacing:0.4px;font-size:13px;font-weight:500;border-radius:5px}
[data-pagination] a.previous i{font-size:15px}
[data-pagination] a.next{background:#a9b0bb;color:#fff;letter-spacing:0.4px;font-size:13px;font-weight:500;border-radius:5px}
[data-pagination] a.next i{font-size:15px}
[data-pagination] ul{list-style-type:none;display:inline;margin:0;padding:0;font-size:14px;font-weight:600}
[data-pagination] ul li{display:inline-block;width:auto;font-size:14px;font-weight:600}
[data-pagination] > a{font-size:14px;background:#fff}
[data-pagination] a{--size:25px;--margin:3px;margin:0 var(--margin);border-radius:0;max-width:auto;min-width:var(--size);height:var(--size);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0 7px;color:#333;font-weight:normal;border:1px solid #eee;}
[data-pagination] a:focus,[data-pagination] a:hover{color:#e27172; border-bottom: 2px solid #e27172;}
[data-pagination] li a.current{border-bottom:2px solid #e27172;color:#666;padding:3px 8px;border-radius:0}
[data-pagination] .disabled,[data-pagination] [hidden],[data-pagination] [disabled]{opacity:.8;pointer-events:none; background: #fff;}
@media (min-width:350px){[data-pagination]{font-size:10pt}
}@media (min-width:500px){[data-pagination]{font-size:12pt}
}@media (min-width:700px){[data-pagination]{font-size:14pt}
}@media (min-width:900px){[data-pagination]{font-size:16pt}
}



@media (max-width:991px){
/*.fixed-top {position: relative;}*/
.main-content { float:left; width: 100%; padding: 15px 15px;}
    .season_content {padding: 20px 15px;}
    .verical-scrl-wrapper { padding: 0;}
}

table {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
}

th {
  background: #ddd;
  position: sticky !important;
    color: #000; font-weight: 500;
  top: 0; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.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 #939393;  }
.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:3px;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 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
  display: block;
  margin-bottom: 0;
}

/* .cut-text:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px;
  top: 100%;
  left: 0;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  z-index: 10;
} */

/*.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%; }
.newsales-table tr td { font-size: 13px; }
.newsales-table tr td:first-child { width: 120px; }
.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: 120px;}

.newsales-table tr td span.partialbx { float: left; width: 100%; background: #bdd0eb;   }


.partialbox { float: left; width: 100%; margin-bottom: 15px; }
.partialbox-table-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  max-height: 400px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.partialbox-table-wrapper#style-3 {
  overflow-x: auto;
  overflow-y: auto;
}
.partialbox-table-wrapper table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 0;
}
.partialbox-table-wrapper table tr th,
.partialbox-table-wrapper table tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px;
}
.partialbox-table-wrapper table tr th:first-child { width: 60px; min-width: 60px; max-width: 60px; }
.partialbox-table-wrapper table tr td:first-child { width: 60px; min-width: 60px; max-width: 60px; }
.partialbox-table-wrapper table tr th:nth-child(2) { width: 100px; min-width: 100px; max-width: 100px; }
.partialbox-table-wrapper table tr td:nth-child(2) { width: 100px; min-width: 100px; max-width: 100px; }
.partialbox-table-wrapper table tr th:nth-child(3) { width: 100px; min-width: 100px; max-width: 100px; }
.partialbox-table-wrapper table tr td:nth-child(3) { width: 100px; min-width: 100px; max-width: 100px; }
.partialbox-table-wrapper table tr th:nth-child(4) { width: 100px; min-width: 100px; max-width: 100px; }
.partialbox-table-wrapper table tr td:nth-child(4) { width: 100px; min-width: 100px; max-width: 100px; }
.partialbox-table-wrapper table tr th:nth-child(5) { width: 80px; min-width: 80px; max-width: 80px; }
.partialbox-table-wrapper table tr td:nth-child(5) { width: 80px; min-width: 80px; max-width: 80px; }
.partialbox-table-wrapper table tr th:nth-child(6) { width: 80px; min-width: 80px; max-width: 80px; }
.partialbox-table-wrapper table tr td:nth-child(6) { width: 80px; min-width: 80px; max-width: 80px; }
.partialbox-table-wrapper table tr th:nth-child(7) { width: 100px; min-width: 100px; max-width: 100px; }
.partialbox-table-wrapper table tr td:nth-child(7) { width: 100px; min-width: 100px; max-width: 100px; }
.partialbox-table-wrapper table tr td:nth-child(7) a { 
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap; 
  display: block; 
  max-width: 100%;
}
.partialbox-table-wrapper table tr th:nth-child(8) { width: 100px; min-width: 100px; max-width: 100px; }
.partialbox-table-wrapper table tr td:nth-child(8) { width: 100px; min-width: 100px; max-width: 100px; }
.partialbox-table-wrapper table tr th:nth-child(9) { width: 100px; min-width: 100px; max-width: 100px; }
.partialbox-table-wrapper table tr td:nth-child(9) { width: 100px; min-width: 100px; max-width: 100px; }
.partialbox h3 {
  float: right; 
 width: 100%;
  font-size: 15px;
  margin: 0 0 5px 0; 
  background: #f5f5f5; 
padding: 5px 10px; 
  color: #333;  
}
.partialbox h3 a { float: right; color: #fff; font-size: 12px; background: #017dc3; padding:3px 5px; border-radius: 3px;}
.partialbox table { width: 100%;}
.partialbox table tr th { background: #e1e1e1 !important; color: #666 !important; border-color: #d3d3d3 !important;
border-top: 1px solid #d3d3d3 !important;
border-bottom: 1px solid #d3d3d3 !important;}
.partialbox 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}

.accordion-item { float: left; width: 100%; margin: 0 0 15px 0;}
.accordion-item h2 {
  margin: 0 !important; border-bottom:none !important;
}

.accordion-item.accordion-item-two {float: left; width: 100%; margin: 15px 0 15px 0;}

.accordion-body { float: left; width: 100%;}
.accordion-body .newsalesorderftr {
  margin-bottom: 0;
}
/* Products -------------------------------- */
.product-table {  width: 100%; float: left;}
.product-table table { width: 100%;}
.product-table tr th:first-child {text-align: center; } 
.product-table tr td { font-size: 13px; }
.product-table tr td a { text-decoration: none !important;}
.product-table tr td:nth-child(2) {width: 50px;}
.product-table tr td:nth-child(4) {width: 70px;}
.product-table tr td:nth-child(5) {width: 70px;}
.product-table tr td:nth-child(6) {width: 110px;}
.product-table tr td:nth-child(7) {width: 110px;}
.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: 80px;}
.product-table tr td:nth-child(14) {width: 80px;}
.product-table tr td:nth-child(15) {width: 80px;}
.product-table tr td:nth-child(16) {width: 80px;}
.product-table tr td:nth-child(17) {width: 70px;}
.product-table tr td:nth-child(18) {width: 100px;} 
.product-table tr td:last-child {width: 100px;} 

.add-product-popup { float: left; width: 100%; /*padding: 15px;*/}
.add-product-popup h3 { float: left; width: 100%; font-size: 20px; color: #000;}
.add-product-popup .form-check-label{float:left;width:auto;margin:1px 7px 0 0px;padding:0px 0; font-size: 13px; line-height: normal; }
.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;
    margin-right: 10px;
    margin-top: 0px; }
.add-product-popup span { font-size: 12px;}
.add-product-popup input { margin-bottom: 5px;}
.add-product-popup input.savbtn { width: auto !important; margin: 0 10px 0 0; color: #fff; font-weight: 400; cursor: pointer; }
.add-product-popup input.closebtn { width: auto !important; margin: 0 10px 0 0; color: #fff; font-weight: 400; cursor: pointer;}


.add-product-popup h4 {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    border-left: 3px solid #011365;
    padding: 5px 10px;
    background: #f5f5f5;
    color: #5e5d5d;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    line-height: normal;
}
.add-product-popup h4 a { margin: 2px 0 0 0; float: right;}
.add-product-popup h4 a i{color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 10px;
  padding: 1px 1px 0px 2px;
  background: #e1e1e1;
  margin: 0px 0 0 0;
  /* float: right; */
  border: 1px dashed #333;
}

.add-product-popup .radio-tbl {
  padding: 0px 0;
  /* float: left; */
  float: right;
  text-align: right;
  width: auto;
}

.add-product-popup .radio-tbl span {
  font-size: 14px;
  font-weight: 500;
}

.add-product-popup .col-form-label {
    font-size: 14px; font-weight: 500; 
    text-align: left;
    float: left;
}
.add-product-popup form select, input, textarea {
    border-radius: 10px !important;
    font-size: 14px !important;
    /* border: 1px solid #c8c8c8 !important; */
    border: 1px solid #9d9d9d !important;
}
.add-product-popup form a {
  float: right; text-align: right; font-size: 14px;
}
.add-product-popup form a i { margin-right: 10px;  }

.add-product-popup form select.smallselect { width:80px; border-radius: 0 3px 3px 0 !important;  float: left;}
.add-product-popup form input.smallinput { width:68px; padding: 7px 5px 7px 5px; border-radius: 3px 0 0 3px !important; border-right: none !important; float: left;}

.add-product-popup ul { margin: 0; padding: 0; list-style-type: none; float: left; width: 100%;}
.add-product-popup ul li { float: left; width: 28%; margin: 0 12px 7px 0; }
.add-product-popup ul li label.form-check-label { font-size: 14px; }
.add-product-popup .paymenttypearea { float: left; width: 100%;}
.add-product-popup .paymenttypearea ul { margin:0; padding:0; list-style-type: none; float: left; width: 100%; }
.add-product-popup .paymenttypearea ul li { float: left; width: 100%; }
.add-product-popup .paymenttypearea ul li input { width: 200px; float: left; }


@media screen and (max-width: 1366px) {
  .product-table tr td:last-child {
    width: 8%;
}
 }

.adddeliveryadress { float: left; width: 100%;}

div.checklistContainer {
  padding: 3px !important;
  background: #fff !important;
  border: 1px solid #eee !important; 
  margin-bottom: 0;
  font-size: 12px;
}

div.checklistContainer ul { 
margin: 0; padding: 0; list-style-type: none;
}
div.checklistContainer ul li {
width: 100%; margin: 0;
}

div.checklist li input { width:auto;}


.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* .input-group-addon i {} */
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 12px;
}

.formbox {
    background: #f5f5f5;
    float: left; width: 100%;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
}

/* 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;}
.order-history-table tr td:nth-child(2) {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: 100px;}
.order-history-table tr td:nth-child(9) {width: 100px;}

.current-total-area { float: left; width:100%; text-align: center;}
.current-total-area b { float: left; font-weight: 500; }
.current-total-area .total {float: left;}
/* Login Page Css ---------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&display=swap");
:root {
  --c-primary: #b2b377;
  --p-8-16: 8px 16px;
  --m-8-0: 8px 0;
}
.login-body {
  width: 100vw;
  height: 100vh;
  background-image: url("../img/login-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow:hidden;
  font-size: 63.5%;
    
}
.login-container {
  padding: 40px 20px;
  text-align: center;
}
.login-content {
  backdrop-filter: blur(6px);
/*  border: 2px solid #d2d18080;*/
  -webkit-box-shadow: -1px -1px 30px -8px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -1px -1px 30px -8px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 30px -8px rgba(0, 0, 0, 0.9);
  padding: 100px 50px;
  border-radius: 1.6rem;
  color: white;
    float: left; width: 100%;
}

.login-content p {
    float: left; width: 100%; font-size: 15px; margin: 20px 0 0 0; color:#333;
}

.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: #333;
  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;
    cursor: pointer;
}

.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;
    background: #fff;
    opacity: 0.8;
  }
    
}
  @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; }
.selectdate-btn {
  float: left; 
    background: #ccc;
    border-radius: 3px;
    color: #404040;
    padding: 5px 10px;
    border: 1px solid #bababc;
    height: 34px;
    font-size: 13px;  
    font-weight: 500; 
  margin-left: 10px;
  cursor: pointer;
}

.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: #090086;
  color: #e8f0fe;
  /* border-color: #001059; */
  /* border-top: 1px solid #001059;
  border-bottom: 1px solid #001059; */
  font-weight: 500;
  font-size: 13px;
  z-index: 9; 
  text-decoration: none;
}

div.dt-container div.dt-length select {
  width: 80px !important; margin-right: 10px;
  padding: 3px 10px !important;
}

div.dt-container div.dt-length label {
  font-size: 13px; margin-top: 5px;
}
div.dt-container div.dt-search label {
  font-size: 13px; font-weight: 500 !important; text-transform: uppercase; 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:#017dc3;
  border-color:#ddd !important;
  border-bottom:2px solid #017dc3 !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;

}

/* 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; }
.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; cursor: pointer;}

/* 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; cursor: pointer;}
.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; cursor: pointer; }

/* 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: 0px 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; */
    margin: 5px 0 !important;
    }
.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-product-area h3 p { float: right; font-size: 12px; padding: 3px 0 3px 0; } 
 addnew-product-area h3 p .checkbox {  float: left; margin: 0 5px 0; }
  .addnew-product-area h3 p .checkbox span { margin-bottom: 0; top: -2px;  } 
  .addnew-product-area h3 p span { float: left; letter-spacing: normal; font-size: 12px; margin: 3px 0 0 0 !important;  }

.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; }
.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; cursor: pointer;}
.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; cursor: pointer;}
.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;}
.orderitm-tbl table tr td:nth-child(2) {width: 150px;}
.orderitm-tbl table tr td:nth-child(3) {width: 150px;}
.orderitm-tbl table tr td:nth-child(8) {width: 220px;}
.orderitm-tbl table tr td:nth-child(9) {width: 220px;}
.orderitm-tbl table tr td:last-child {width: 220px;}
.textarea { float: left; width: 100%; margin: 25px 0 100px 0; }
.textarea textarea {float: left; width: 100%; height: 150px; }
.badge { background: #8ace4d; text-transform: uppercase; border: none; border-radius: 3px; letter-spacing: 0.5px; font-weight: 400;}
.badge:hover {background: #7cc23e;}
.badge .red { background: #e44a5a; }
.badge .red:hover { background: #cf3948; }
.badge .yellow { background: #f5ad42; }
.badge .yellow:hover { background: #e7a036; }
.bg-success { --bs-bg-opacity: 1;background-color: #4ccb74 !important;}
.bg-secondary {background-color: var(--color-secondary) !important;}

/* Purchase New Order ---------------------- */
.purchase-no-tbl { float: left; width: 100%; margin: 5px 0 25px 0; font-size: 14px; font-weight: 400; }
.purchase-no-tbl table { width:100%;}
.purchase-no-tbl table tr td { font-size: 13px; }
/* .purchase-no-tbl table tr td input {} */
.purchase-no-tbl table tr td p { font-size: 14px !important; font-weight: 400 !important;   }
.purchase-no-tbl table tr th:first-child { width:100px; }
.purchase-no-tbl tr th:nth-child(2) {width: 250px;}
.purchase-no-tbl tr th:nth-child(4) {width: 100px;}
.purchase-no-tbl tr th:nth-child(5) {width: 100px;}
.purchase-no-tbl tr th:nth-child(6) {width: 100px;}
.purchase-no-tbl tr th:nth-child(7) {width: 100px;}
.purchase-no-tbl tr th:nth-child(8) {width: 100px;}
.purchase-no-tbl tr th:nth-child(9) {width: 100px;}
.purchase-no-tbl tr th:nth-child(10) {width: 100px;}
.purchase-no-tbl tr th:nth-child(11) {width: 100px;}
.purchase-no-tbl tr th:nth-child(12) {width: 90px;}
.purchase-no-tbl tr th:nth-child(13) { width:70px; }
.purchase-no-tbl tr th:nth-child(14) { width:70px; }
.purchase-no-tbl table tr th:last-child { width:70px; }
.purchase-no-tbl table tr td input { width: 150px !important;}
.purchase-no-tbl table tr td input.qtyinputbox { width: 70px !important;}
.purchase-no-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; cursor: pointer; }
.purchaseftr{background:rgb(235,245,255);float:left;width:100%;font-size:14px;padding:10px;color:hsl(210,100%,45%);font-weight:500;margin-bottom:15px;border:1px solid rgb(153,204,255);box-shadow:rgba(0,115,230,0.1) 0px 0px 0px 2px,rgba(234,237,241,0.3) 0px 2px 12px 0px inset}
.purchaseftr .frtbx {border-right: 1px solid rgb(153, 204, 255);padding: 0 25px; text-align: center;}
.purchaseftr .frtbx.last {border-right:none;}
.purchaseform { float: left; width: 100%; margin-bottom: 35px; border: 1px solid #eee; padding: 15px; background: #fbfbfb;  }
.purchaseform form label { font-size: 14px; font-weight: 500; }
.purchaseform input{width:100%;float:left;padding:6px 15px 6px 15px;border:1px solid #c8c8c8;border-radius:3px;margin:0 10px 0 0;font-size:14px}
.purchaseform textarea { height: 150px; border: 1px solid #c8c8c8;}
.purchaseform table tr th { font-size: 13px !important; }
.purchaseform table tr td { font-size: 13px !important; width: 50%; }
.purchaseform a.purchasebtn { background: #e28483; padding: 7px 15px; color: #fff; font-size: 13px; border-radius: 3px; cursor: pointer; }

.purchaseform input[type=radio] {
  border-radius: 50% !important;
  width: 150px !important;
  padding: 10px 0 0 0 !important;
  width: 20px !important;
  height: 20px !important;
  float: left;
  margin-top: 5px;
  
}

.adddiscount-popup { float: left; width: 100%;}
.adddiscount-popup table { width: 100%;}
.adddiscount-popup table tr td { font-size: 13px; font-weight: 500;}
.adddiscount-popup table tr td:last-child {width: 100px;}

/* New Sales Order Css ------------------------------------ */
.newsalesorder-table { 
  float: left; 
  width: 100%; 
  margin: 10px 0 25px 0; 
  font-size: 14px; 
  font-weight: 400; 
}
.newsalesorder-table table { 
  width: 100%; 
  min-width: 100%;
  table-layout: fixed; 
  border-collapse: collapse; 
}
.newsalesorder-table table tr td { font-size: 13px; padding: 5px; vertical-align: middle; }
.newsalesorder-table table tr th { padding: 8px 5px; vertical-align: middle; }
.newsalesorder-table table tr td p { font-size: 14px !important; font-weight: 400 !important; margin: 0; }
/* Code column */
.newsalesorder-table table tr th:first-child { width:100px; min-width: 100px; max-width: 100px; }
.newsalesorder-table table tr td:first-child { width:100px; min-width: 100px; max-width: 100px; }
/* Description column */
.newsalesorder-table tr th:nth-child(2) {width: 200px; max-width: 200px; min-width: 200px; }
.newsalesorder-table tr td:nth-child(2) {width: 200px; max-width: 200px; min-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.newsalesorder-table tr td:nth-child(2) p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; width: 100%; }
.newsalesorder-table tr td:nth-child(2) a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; display: block; }
/* Pk column */
.newsalesorder-table tr th:nth-child(3) {width: 60px; min-width: 60px; max-width: 60px; }
.newsalesorder-table tr td:nth-child(3) {width: 60px; min-width: 60px; max-width: 60px; text-align: center; }
/* Size column */
.newsalesorder-table tr th:nth-child(4) {width: 80px; min-width: 80px; max-width: 80px; }
.newsalesorder-table tr td:nth-child(4) {width: 80px; min-width: 80px; max-width: 80px; text-align: center; }
/* Case Qty column */
.newsalesorder-table tr th:nth-child(5) {width: 70px !important; min-width: 70px !important; max-width: 70px !important; }
.newsalesorder-table tr td:nth-child(5) {width: 70px !important; min-width: 70px !important; max-width: 70px !important; padding: 2px; }
.newsalesorder-table tr td:nth-child(5) input { 
  width: 100% !important; 
  max-width: 100% !important; 
  min-width: 100% !important;
  box-sizing: border-box; 
  display: block !important;
  visibility: visible !important;
}
/* Selling Price column */
.newsalesorder-table tr th:nth-child(6) {width: 70px; min-width: 70px; max-width: 70px; }
.newsalesorder-table tr td:nth-child(6) {width: 70px; min-width: 70px; max-width: 70px; padding: 2px; }
.newsalesorder-table tr td:nth-child(6) input { width: 100% !important; max-width: 100%; box-sizing: border-box; }
/* Cost Price column */
.newsalesorder-table tr th:nth-child(7) {width: 70px; min-width: 70px; max-width: 70px; }
.newsalesorder-table tr td:nth-child(7) {width: 70px; min-width: 70px; max-width: 70px; padding: 2px; }
.newsalesorder-table tr td:nth-child(7) input { width: 100% !important; max-width: 100%; box-sizing: border-box; }
/* Value column */
.newsalesorder-table tr th:nth-child(8) {width: 90px; min-width: 90px; max-width: 90px; }
.newsalesorder-table tr td:nth-child(8) {width: 90px; min-width: 90px; max-width: 90px; text-align: right; }
/* Profit column */
.newsalesorder-table tr th:nth-child(9) {width: 90px; min-width: 90px; max-width: 90px; }
.newsalesorder-table tr td:nth-child(9) {width: 90px; min-width: 90px; max-width: 90px; text-align: right; }
/* VAT column */
.newsalesorder-table tr th:nth-child(10) {width: 80px; min-width: 80px; max-width: 80px; }
.newsalesorder-table tr td:nth-child(10) {width: 80px; min-width: 80px; max-width: 80px; text-align: right; }
/* Stock column */
.newsalesorder-table tr th:nth-child(11) {width: 80px; min-width: 80px; max-width: 80px; }
.newsalesorder-table tr td:nth-child(11) {width: 80px; min-width: 80px; max-width: 80px; text-align: right; }
/* On PO column */
.newsalesorder-table tr th:nth-child(12) {width: 80px; min-width: 80px; max-width: 80px; }
.newsalesorder-table tr td:nth-child(12) {width: 80px; min-width: 80px; max-width: 80px; text-align: right; }
/* F.Stk column */
.newsalesorder-table tr th:nth-child(13) {width: 80px; min-width: 80px; max-width: 80px; }
.newsalesorder-table tr td:nth-child(13) {width: 80px; min-width: 80px; max-width: 80px; text-align: right; }
/* Mapped P.O No. column */
.newsalesorder-table tr th:nth-child(14) {width: 120px; min-width: 120px; max-width: 120px; }
.newsalesorder-table tr td:nth-child(14) {width: 120px; min-width: 120px; max-width: 120px; }
/* Action column */
.newsalesorder-table table tr th:last-child { width:70px; min-width: 70px; max-width: 70px; }
.newsalesorder-table table tr td:last-child { width:70px; min-width: 70px; max-width: 70px; text-align: center; }
/* General input styling - ensure inputs don't overflow */
.newsalesorder-table table tr td input { max-width: 100%; box-sizing: border-box; padding: 3px 5px; }
.newsalesorder-table table tr td .qtyinputbox { width: 100% !important; max-width: 100%; box-sizing: border-box; }
.newsalesorder-table table tr td .form-control { width: 100% !important; max-width: 100%; box-sizing: border-box; }
.newsalesorder-table table tr td .deletebtn { cursor: pointer;    background: #f2594b; color: #fff; border-radius: 3px; padding: 0px 7px; border:1px solid #df4436; font-weight: 400; float: left; width:auto !important; }
.newsalesorderftr{background:rgb(235,245,255);float:left;width:100%;font-size:14px;padding:10px;color:hsl(210,100%,45%);font-weight:500;margin-bottom:15px;border:1px solid rgb(153,204,255);box-shadow:rgba(0,115,230,0.1) 0px 0px 0px 2px,rgba(234,237,241,0.3) 0px 2px 12px 0px inset}
.newsalesorderftr .frtbx {border-right: 1px solid rgb(153, 204, 255);padding: 0 25px; text-align: center;}
.newsalesorderftr .frtbx.last {border-right:none;}
.newsalesorderform { float: left; width: 100%; margin-bottom: 35px; border: 1px solid #eee; padding: 15px; background: #fbfbfb; margin-top: 15px;  }
.newsalesorderform form label { font-size: 14px; font-weight: 500; }
.newsalesorderform form label strong { font-size: 16px;}
.newsalesorderform input{width:100%;float:left;padding:6px 15px 6px 15px;border:1px solid #c8c8c8;border-radius:3px;margin:0 10px 0 0;font-size:14px}
.newsalesorderform table tr th { font-size: 13px !important; }
.newsalesorderform table tr td { font-size: 13px !important; width: 50%; }
.newsalesorderbtn { cursor: pointer; background: #e28483; padding: 7px 15px; color: #fff; font-size: 13px; border-radius: 3px; float: left;  }
.popupbx { float: left; width: 100%; }
.popupbx h3 { float: left; width: 100%; font-size: 20px; color: #000;}
.popupbx a{float:left;font-weight:500;font-size:13px;text-shadow:none;border-radius:3px;color:#fff;padding:5px 15px;margin:15px 10px 0 0;background:#70c767;border:none}
.popupbx a.gre {background: #595959; color: #fff;}

.clickherebtn {cursor: pointer;  float: right; border: 1px solid #ddd; padding: 5px 15px; border-radius: 3px; background: #eee; color: #030a14; margin-bottom: 10px;  }

/* Customer ------------------------ */
.radio-tbl{padding:0px 0;float:left;width:100%}
.radio-tbl ul{margin:0 0 0 0;padding:0;list-style-type:none;float:left;width:100%}
.radio-tbl ul li{float:left;width:100%}
.radio-tbl label.checkbox{float:left;margin:0 10px 0 0}
.radio-tbl ul li span{font-size:13px;color:#666;padding:10px 10px 0 0}
/* .radio-tbl ul li input{} */

/* Credit Note Css -------------------------- */
.creditnote-tbl { float: left; width: 100%; margin: 5px 0 25px 0; font-size: 14px; font-weight: 400; }
.creditnote-tbl table { width:100%;}
.creditnote-tbl table tr td { font-size: 13px; }
.creditnote-tbl table tr td p { font-size: 14px !important; font-weight: 400 !important;   }
.creditnote-tbl table tr td:first-child { width:100px; }
.creditnote-tbl tr td:nth-child(2) {width: 150px;}
.creditnote-tbl tr td:nth-child(4) {width: 150px;}
.creditnote-tbl tr td:nth-child(5) {width: 150px;}
.creditnote-tbl tr td:nth-child(6) {width: 150px;}
.creditnote-tbl tr td:nth-child(7) {width: 150px;}
.creditnote-tbl tr td:nth-child(8) {width: 150px;}
.creditnote-tbl tr td:nth-child(9) {width: 150px;}
.creditnote-tbl table tr td input { width: 100% !important;}
.creditnoteform { float: left; width: 100%; margin-bottom: 35px; border: 1px solid #eee; padding: 15px; background: #fbfbfb;  }
.creditnoteform form label { font-size: 14px; font-weight: 500; float: left; width: 100%;  }
.creditnoteform form label strong { font-size: 17px; font-weight: 600; text-align: left; color: #000; padding-bottom: 10px; float: left; width: 100%; border-bottom: 1px solid #ddd; margin-bottom: 15px;  }
.creditnoteform input{width:100%;float:left;padding:6px 15px 6px 15px;border:1px solid #eee;border-radius:3px;margin:0 10px 0 0;font-size:14px}
/* .purchaseform a.purchasebtn { background: #e28483; padding: 7px 15px; color: #fff; font-size: 13px; border-radius: 3px;  } */
.creditnoteform textarea { height: 100px; }
.creditnoteform a.creditnotebtn { cursor: pointer; background: #e28483; padding: 7px 15px; color: #fff; font-size: 13px; border-radius: 3px;  }

/* Start Switch Button --------------------------------------------------------------*/
.cred-switch{position:relative; display:block; width:65px !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; }
.cred-switch-input{position:absolute;top:0;left:0;opacity:0;box-sizing:content-box; float: left;}
.cred-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}
.cred-switch-label:before,.cred-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}
.cred-switch-label:before{content:attr(data-off);right:11px;color:#aaaaaa;text-shadow:0 1px rgba(255,255,255,0.5)}
.cred-switch-label:after{content:attr(data-on);left:11px;color:#FFFFFF;text-shadow:0 1px rgba(0,0,0,0.2);opacity:0}
.cred-switch-input:checked ~ .cred-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)}
.cred-switch-input:checked ~ .cred-switch-label:before{opacity:0}
.cred-switch-input:checked ~ .cred-switch-label:after{opacity:1}
.cred-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)}
.cred-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)}
.cred-switch-input:checked ~ .cred-switch-handle{left:39px;box-shadow:-1px 1px 5px rgba(0,0,0,0.2)}
.cred-switch-label,.cred-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}

/* GRN Css -------------------------- */
.grn-tbl { float: left; width: 100%; margin: 5px 0 25px 0; font-size: 14px; font-weight: 400; }
.grn-tbl table { width:100%;}
.grn-tbl table tr td { font-size: 13px; }
.grn-tbl table tr td p { font-size: 14px !important; font-weight: 400 !important;   }
.grn-tbl table tr td:first-child { width:150px; }
.grn-tbl tr td:nth-child(2) {width: 120px;}
.grn-tbl tr td:nth-child(4) {width: 150px;}
.grn-tbl tr td:nth-child(5) {width: 150px;}
.grn-tbl tr td:nth-child(6) {width: 150px;}
.grn-tbl tr td:nth-child(7) {width: 120px;}
.grn-tbl tr td:nth-child(8) {width: 100px;}
.grn-tbl table tr td a { float: left;  border-radius:3px; text-shadow: none; }
.grn-tbl table tr 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}

/* Partial GRN Css -------------------------- */
.partial-grn-tbl { float: left; width: 100%; margin: 5px 0 25px 0; font-size: 14px; font-weight: 400; }
.partial-grn-tbl table { width:100%;}
.partial-grn-tbl table tr td { font-size: 13px; }
.partial-grn-tbl table tr td p { font-size: 14px !important; font-weight: 400 !important;   }
.partial-grn-tbl table tr td:first-child { width:90px; }
.partial-grn-tbl tr td:nth-child(2) {width: 120px;}
.partial-grn-tbl tr td:nth-child(4) {width: 100px;}
.partial-grn-tbl tr td:nth-child(5) {width: 100px;}
.partial-grn-tbl tr td:nth-child(6) {width: 120px;}
.partial-grn-tbl tr td:nth-child(7) {width: 120px;}
.partial-grn-tbl tr td:nth-child(8) {width: 100px;}
.partial-grn-tbl tr td:nth-child(9) {width: 100px;}
.partial-grn-tbl tr td:nth-child(10) {width: 100px;}
.partial-grn-tbl tr td:nth-child(11) {width: 100px;}
.partial-grn-tbl tr td:nth-child(12) {width: 100px;}
.partial-grn-tbl tr td:nth-child(13) {width: 100px;}

/* Confirm GRN Css -------------------------- */
.confirm-grn-tbl { float: left; width: 100%; margin: 5px 0 25px 0; font-size: 14px; font-weight: 400; }
.confirm-grn-tbl table { width:100%; table-layout: fixed; border-collapse: collapse; }
.confirm-grn-tbl table tr td { font-size: 13px; padding: 5px; vertical-align: top; }
.confirm-grn-tbl table tr th { padding: 8px 5px; vertical-align: middle; }
.confirm-grn-tbl table tr td input { max-width: 100%; box-sizing: border-box; }
.confirm-grn-tbl table tr td .qtyinputbox {
  width: 70px !important; 
  max-width: 70px;
  border: 1px solid #c8c8c8; 
  box-sizing: border-box;
  margin-right: 5px;
}
.confirm-grn-tbl table tr td .expiryDate {
  width: 120px !important;
  max-width: 120px;
  box-sizing: border-box;
  margin-right: 5px;
}
.confirm-grn-tbl table tr td p { font-size: 14px !important; font-weight: 400 !important; margin: 0; }
/* Code column */
.confirm-grn-tbl table tr th:first-child { width:100px; min-width: 100px; max-width: 100px; }
.confirm-grn-tbl table tr td:first-child { width:100px; min-width: 100px; max-width: 100px; }
/* Expiry column */
.confirm-grn-tbl tr th:nth-child(2) {width: 250px; min-width: 250px; max-width: 250px; }
.confirm-grn-tbl tr td:nth-child(2) {width: 250px; min-width: 250px; max-width: 250px; overflow: visible; }
.confirm-grn-tbl tr td:nth-child(2) > div { display: flex; align-items: center; flex-wrap: nowrap; gap: 2px; margin-bottom: 5px; width: 100%; }
.confirm-grn-tbl tr td:nth-child(2) .form-control { flex-shrink: 0; }
.confirm-grn-tbl tr td:nth-child(2) .expiryDate { width: 120px !important; max-width: 120px; min-width: 120px; }
.confirm-grn-tbl tr td:nth-child(2) .qtyinputbox { 
  width: 70px !important; 
  max-width: 70px; 
  min-width: 70px;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.confirm-grn-tbl tr td:nth-child(2) .batchQty { 
  width: 70px !important; 
  max-width: 70px; 
  min-width: 70px;
  display: inline-block !important;
  visibility: visible !important;
}
.confirm-grn-tbl tr td:nth-child(2) .button_for_addmore { flex-shrink: 0; }
.confirm-grn-tbl tr td:nth-child(2) .button_for_addmore button { white-space: nowrap; }
/* Description column */
.confirm-grn-tbl tr th:nth-child(3) {width: 200px; min-width: 200px; max-width: 200px; }
.confirm-grn-tbl tr td:nth-child(3) {width: 200px; min-width: 200px; max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.confirm-grn-tbl tr td:nth-child(3) p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; width: 100%; }
.confirm-grn-tbl tr td:nth-child(3) a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; display: block; }
/* Pk column */
.confirm-grn-tbl tr th:nth-child(4) {width: 60px; min-width: 60px; max-width: 60px; }
.confirm-grn-tbl tr td:nth-child(4) {width: 60px; min-width: 60px; max-width: 60px; text-align: center; }
/* Size column */
.confirm-grn-tbl tr th:nth-child(5) {width: 80px; min-width: 80px; max-width: 80px; }
.confirm-grn-tbl tr td:nth-child(5) {width: 80px; min-width: 80px; max-width: 80px; text-align: center; }
/* Order Qty column */
.confirm-grn-tbl tr th:nth-child(6) {width: 90px; min-width: 90px; max-width: 90px; }
.confirm-grn-tbl tr td:nth-child(6) {width: 90px; min-width: 90px; max-width: 90px; text-align: center; }
/* Received Qty column */
.confirm-grn-tbl tr th:nth-child(7) {width: 70px; min-width: 70px; max-width: 70px; }
.confirm-grn-tbl tr td:nth-child(7) {width: 70px; min-width: 70px; max-width: 70px; padding: 2px; }
.confirm-grn-tbl tr td:nth-child(7) input { width: 100% !important; max-width: 100%; box-sizing: border-box; }
/* GRN column */
.confirm-grn-tbl tr th:nth-child(8) {width: 70px; min-width: 70px; max-width: 70px; }
.confirm-grn-tbl tr td:nth-child(8) {width: 70px; min-width: 70px; max-width: 70px; text-align: center; }
/* CurStock column */
.confirm-grn-tbl tr th:nth-child(9) {width: 90px; min-width: 90px; max-width: 90px; }
.confirm-grn-tbl tr td:nth-child(9) {width: 90px; min-width: 90px; max-width: 90px; text-align: right; }
/* On S.O column */
.confirm-grn-tbl tr th:nth-child(10) {width: 80px; min-width: 80px; max-width: 80px; }
.confirm-grn-tbl tr td:nth-child(10) {width: 80px; min-width: 80px; max-width: 80px; text-align: right; }
/* FStk column */
.confirm-grn-tbl tr th:nth-child(11) {width: 80px; min-width: 80px; max-width: 80px; }
.confirm-grn-tbl tr td:nth-child(11) {width: 80px; min-width: 80px; max-width: 80px; text-align: right; }
/* Action column */
.confirm-grn-tbl table tr th:last-child { width:70px; min-width: 70px; max-width: 70px; }
.confirm-grn-tbl table tr td:last-child { width:70px; min-width: 70px; max-width: 70px; text-align: center; }
.confirm-grn-tbl table tr td a { float: left;  border-radius:3px; text-shadow: none; }
.confirm-grn-tbl table tr 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}

/* Purchase History Css -------------------------- */
.purchase-history-tbl { float: left; width: 100%; margin: 5px 0 25px 0; font-size: 14px; font-weight: 400; }
.purchase-history-tbl table { width:100%;}
.purchase-history-tbl table tr td { font-size: 13px; }
.purchase-history-tbl table tr td p { font-size: 14px !important; font-weight: 400 !important;   }
.purchase-history-tbl table tr td:first-child { width:120px; }
.purchase-history-tbl tr td:nth-child(2) {width: 130px;}
.purchase-history-tbl tr td:nth-child(3) {width: 120px;}
.purchase-history-tbl tr td:nth-child(5) {width: 130px;}
.purchase-history-tbl tr td:nth-child(6) {width: 120px;}
.purchase-history-tbl tr td:nth-child(7) {width: 120px;}
.purchase-history-tbl tr td:nth-child(8) {width: 100px;}
.purchase-history-tbl table tr td a { float: left; border-radius:3px; text-shadow: none;   }
.purchase-history-tbl table tr td a.viewbtn { cursor: pointer; background: #2EA62E; color: #fff; border: 1px solid #1F8C1F; margin-right: 5px; }
.purchase-history-tbl table tr td a.deletebtn { cursor: pointer; background: #dd1717; color: #fff; border: 1px solid #af1314; margin-right: 5px; }
.purchase-history-tbl table tr td a.editbtn { cursor: pointer; background: #ffc107; color: #fff; border: 1px solid #e5ac01; margin-right: 5px; }
.purchase-history-tbl table tr td a.downloadbtn { cursor: pointer; background: #dd4a32; color: #fff; border: 1px solid #ce3b23; margin-right: 5px; }

/* Supplier List Css -------------------------- */
.supplierlist-tbl { float: left; width: 100%; margin: 5px 0 25px 0; font-size: 14px; font-weight: 400; }
.supplierlist-tbl table { width:100%;}
.supplierlist-tbl table tr td { font-size: 13px; }
.supplierlist-tbl table tr td a { text-decoration: none;}
.supplierlist-tbl table tr td p { font-size: 14px !important; font-weight: 400 !important;   }

/* .supplierlist-tbl table tr th:first-child {width: 190px;} */
.supplierlist-tbl table tr td:first-child {width: 6%;}
.supplierlist-tbl table tr td:nth-child(2) {width: 15%;}
.supplierlist-tbl table td:nth-child(3) {width: 7%;}
.supplierlist-tbl table th:nth-child(5) {width: 11%; text-align: left !important;}
.supplierlist-tbl table td:nth-child(5) {width: 11%; text-align: left;}

.supplierlist-tbl table td:nth-child(6) {width: 10%;}

.supplierlist-tbl table td:nth-child(7) {width: 5%;}

.supplierlist-tbl table td:nth-child(8) {width: 5%;}
.supplierlist-tbl table td:last-child {width: 10%;}

/* .supplierlst-tbl tr td:nth-child(5) {width: 180px; text-align: left !important;}
.supplierlst-tbl tr td:nth-child(6) {width: 250px;}
.supplierlst-tbl tr td:nth-child(7) {width: 150px;}
.supplierlst-tbl tr td:nth-child(8) {width: 100px;}
.supplierlst-tbl tr td:last-child {width: 170px;}
.supplierlst-tbl tr th:last-child {width: 170px;} */

/* Customer Page Css ------------------ */
.cust-table { float: left; width: 100%; }
.cust-table tr td { font-size: 13px; }
.cust-table tr td a { /*text-decoration: underline;*/ float: left; }
.cust-table tr td a.viewbtn { text-decoration: none; cursor: pointer;}
.cust-table tr td a.editbtn { text-decoration: none; cursor: pointer;}
/* .cust-table tr td:first-child { width: 120px; background: #fff1f1 !important;  }
.cust-table tr td:nth-child(3) {width: 250px;}
.cust-table tr td:nth-child(4) {width: 250px;}
.cust-table tr td:nth-child(5) {width: 200px;}
.cust-table tr td:nth-child(6) {width: 150px;}
.cust-table tr td:nth-child(7) {width: 120px;}
.cust-table tr td:nth-child(8) {width: 120px;} */

/* View Customer -------------- */
.viewcustomer-area{float:left;width:100%;border:1px solid #eee;padding:15px}
.viewcustomer-area hr { margin: 10px 0;}
.viewcustomer-area a { float: right; background: #fff0f1; border-radius: 15px; padding: 3px 10px; font-size: 12px; color: #92010e; border: 1px solid #ff919b; }
.viewcustomer-area h4 { float: left; font-size: 16px; color: #000; margin: 5px 0;}
.viewcustomer-area h4 span { float: right; margin-right: 5px;}
.viewcustomer-area h3{float:left;width:100%;font-size:14px;font-weight:600;border-left:3px solid #011365;padding:5px 10px;background:#f5f5f5;color:#5e5d5d;letter-spacing:0.5px;margin-bottom:10px}
.viewcustomer-area h3 span { float: left; margin: 5px 0 5px 0;}
.viewcustomer-area h3 .slect-area { float: right; width: 48%;}
.viewcustomer-area h3 .slect-area .dropdown { float: left; width: 100%; position: relative;}
.viewcustomer-area h3 .slect-area .dropdown .ddbtn { cursor: pointer; background: #e2e1e3; text-align: left; border: 1px solid #d1ced3; border-bottom: 2px solid #b4b0b7; padding: 4px 7px; float: right; width: 100%; border-radius: 3px; color:#666; font-size: 13px; }
/* .viewcustomer-area .col-form-label { text-align: left; float: left;} */
.viewcustomer-area .radio-tbl { float: left;}
.dropdown-menu { margin: 0; padding: 5px; list-style-type: none;}
.dropdown-menu li{width:100%;background:#fff;border:none;display:grid}
.dropdown-menu li a{/* background:none;border:none;color:#333;text-transform:none;letter-spacing:normal;font-weight:400;line-height:18px;font-size:12px !important;*/
  color:#000;font-size:13px;border-bottom:1px solid #ddd;font-weight:500;margin:5px 0;float:left}
/* .dropdown-menu li a.last-li { border-bottom:none; margin-bottom: 0;}
.dropdown-menu li a span { color: #000; font-weight: 400; float: left; margin: 0;}
.dropdown-menu li.defaultaddress { background: #eaf3fe; border: 1px solid #bfd9f7; border-left: 5px solid #bfd9f7;  border-radius: 5px;}
.dropdown-menu li.defaultaddress 
.dropdown-menu li.defaultaddress a { color: #001b89;} */
.dropdown-menu{margin:0;padding:5px;list-style-type:none;float:left;width:100%}
.dropdown-menu-arrow::before{content:"";width:13px;height:13px;background:#fff;position:absolute;top:-7px;right:20px;transform:rotate(45deg);border-top:1px solid #e9e7e7;border-left:1px solid #e9e7e7}
.dropdown-menu li { width: 100%; padding: 7px 7px; background: #fff; border: none; border-bottom: 1px solid #ddd; margin-bottom: 2px; display: grid; }
.dropdown-menu li:last-child {border-bottom:none; margin-bottom: 0;}
.dropdown-menu li a { background: none; border: none; color: #333; text-transform: none; letter-spacing: normal; font-weight: 400; line-height: 20px; font-size: 13px !important; margin: 0; }
.dropdown-menu li a span { color: #000; font-weight: 400; float: left; margin: 0;}
.dropdown-menu li.defaultaddress { background: #eaf3fe; border: 1px solid #bfd9f7; border-left: 5px solid #bfd9f7;  border-radius: 5px;}
.dropdown-menu li.defaultaddress 
.dropdown-menu li.defaultaddress a { color: #001b89;}
.dropdown-menu li .form-check { background: #bfd9f7;padding-top: 1px; border-radius: 3px; color: #81abdc;}
.dropdown-menu li .form-check label { font-size: 12px; font-weight: 400; letter-spacing: normal; color: #81abdc;}
.dropdown-menu li .form-check .form-check-input[type="radio"] { border-radius: 50% !important;  width: 15px; height: 15px;}
.viewcustomer-area h3 .slect-area select { float: left; width: 100%; padding: 2px 7px !important;}
.viewcustomer-area a.viewledger{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}
.viewcustomer-area .viewcustomer-tbl-area { float: left; width: 100%; margin: 10px 0;   }
.viewcustomer-area .viewcustomer-tbl-area h5 { float: left; width: 100%; background: #ddd; padding: 5px 15px; text-align: center; font-size: 16px;  }
.viewcustomer-area .viewcustomer-tbl-area table { width: 100%;}
.viewcustomer-area .viewcustomer-tbl-area table tr th {background: #f1f1f1;}
.viewcustomer-area .viewcustomer-tbl-area table tr td a { float: left; background: none; padding: none; border: none;  } 
.viewproduct-tbl { float: left; width: 100%; }
.viewproduct-tbl h4{float:left;width:100%;background:#ddd;padding:5px 15px;text-align:center;font-size:16px}
.viewproduct-tbl table { width: 100%;  }
.viewproduct-tbl table tr th { background: #f1f1f1;}

/* Inventory Page Css ------------------ */
.inventory { float: left; width: 100%; }
.inventory select { margin: 0 10px 0 0;}
.inventory table tr td:first-child { width: 110px;  }
.inventory table tr td:nth-child(3) {width: 70px;}
.inventory table tr td:nth-child(4) {width: 70px;}
.inventory table tr td:nth-child(5) {width: 120px;}
.inventory table tr td:nth-child(6) {width: 120px;}
.inventory table tr td:nth-child(7) {width: 100px;}
.inventory table tr td:nth-child(8) {width: 80px;}
.inventory table tr td:nth-child(9) {width: 80px;}
.inventory table tr td:nth-child(10) {width: 80px;}
.inventory table tr td:nth-child(11) {width: 100px;}
.inventory table tr td:nth-child(11) {width: 100px;}
.inventory table tr td:nth-child(12) {width: 100px;}
.inventory table tr td:nth-child(13) {width: 100px;}
.inventory table tr td:nth-child(14) {width: 80px;}
.inventory table tr td:nth-child(15) {width: 80px;}
.inventory table tr td:nth-child(16) {width: 80px;}

/* User List Css -------------------------- */
.userlst-tbl { float: left; width: 100%; margin: 5px 0 25px 0; font-size: 14px; font-weight: 400; }
.userlst-tbl table { width:100%;}
.userlst-tbl table tr td { font-size: 13px; }
.userlst-tbl table tr td p { font-size: 14px !important; font-weight: 400 !important;   }
.userlst-tbl table tr td:first-child { width:70px; }
.userlst-tbl table tr td:nth-child(2) {width: 250px;}
.userlst-tbl table tr td:nth-child(4) {width: 100px;}
.userlst-tbl table tr td:nth-child(5) {width: 100px;}
.userlst-tbl table tr td:nth-child(6) {width: 100px;}
.userlst-tbl table tr td:nth-child(7) {width: 100px;}
.userlst-tbl table tr td:nth-child(8) {width: 100px;}
.userlst-tbl table tr td:nth-child(9) {width: 70px;}

/* Warehouse Master Css -------------------------- */
.warehousemaster-area { width: 100%; float: left; border: 1px solid #eee; padding: 15px;  }
.warehouse-tbl { float: left; width: 100%; margin: 5px 0 25px 0; font-size: 14px; font-weight: 400; }
.warehouse-tbl table { width:100%;}
.warehouse-tbl table tr td { font-size: 13px; }
.warehouse-tbl table tr td p { font-size: 14px !important; font-weight: 400 !important;   }
/* .warehouse-tbl table tr td:first-child { width:100px; }
.warehouse-tbl table tr td:nth-child(2) {width: 200px;}
.warehouse-tbl table tr td:nth-child(4) {width: 200px;}
.warehouse-tbl table tr td:nth-child(5) {width: 200px;}
.warehouse-tbl table tr td:nth-child(6) {width: 150px;}
.warehouse-tbl table tr td:nth-child(7) {width: 100px;}
.warehouse-tbl table tr td:nth-child(8) {width: 100px;} */
.warehousemaster-area form {  float: left; width: 100%;  }
.warehousemaster-area h4{float:left;width:100%;font-size:14px;font-weight:600;border-left:3px solid #011365;padding:5px 10px;background:#f5f5f5;color:#000;letter-spacing:0.5px;margin-bottom:17px}
.add-categy-tbl { float: left; width: 100%; margin: 5px 0 25px 0; font-size: 14px; font-weight: 400; }
.add-categy-tbl table { width:100%;}
.add-categy-tbl table tr td { font-size: 13px; }
.add-categy-tbl table tr td p { font-size: 14px !important; font-weight: 400 !important;   }
/* .add-categy-tbl table tr td:first-child { width:150px; }
.add-categy-tbl table tr td:nth-child(3) {width: 150px;}
.add-categy-tbl table tr td:nth-child(4) {width: 150px;} */
.add-categy-tbl table tr td a { text-decoration: none;}
.add-categy-tbl table tr td a.icon{color:#aab7cf;float:left;transition:0.3s;font-size:13px;border:1px solid #E1B42B;border-radius:4px;padding:2px 5px;color:#4e4848;font-weight:500}

/* Bank Page Css --------------- */
.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:#001b89;font-size:13px;border:1px solid #ddd;border-top:2px solid #001b89;border-bottom:none;font-weight:600;border-radius: 5px 5px 0 0;}
.nav-tabs .nav-link{background:#e2e1e3;color:#666;font-size:13px;border:none;padding:8px 25px;font-weight:600;margin-right:5px;border-radius:0;border-top:2px solid #d1ced3; border-radius: 5px 5px 0 0;}
.nav-tabs .nav-link:hover {border-top: 2px solid #d1ced3; color: #001b89;}
.backlist-content-area { float: left; width: 100%; border: 1px solid #e2e1e3; padding: 25px; border-top: none; border-radius: 0 0 5px 5px;}

/* Current Sales Order -------------------------------- */
.current-so-table { 
  float: left; 
  width: 100%; 
  overflow-x: auto;
  overflow-y: auto;
  position: relative;
}
.current-so-table table { 
  width: 100%; 
  min-width: 100%;
  table-layout: fixed; 
  border-collapse: collapse; 
}
.current-so-table tr td { font-size: 13px; }
.current-so-table tr th:first-child { width: 160px !important; min-width: 160px; max-width: 160px; }
.current-so-table tr td:first-child { width: 160px !important; min-width: 160px; max-width: 160px; }
.current-so-table tr th:nth-child(2) { width: 130px !important; min-width: 130px; max-width: 130px; }
.current-so-table tr td:nth-child(2) { width: 130px !important; min-width: 130px; max-width: 130px; }
.current-so-table tr th:nth-child(3) { width: 130px !important; min-width: 130px; max-width: 130px; }
.current-so-table tr td:nth-child(3) { width: 130px !important; min-width: 130px; max-width: 130px; }
.current-so-table tr th:nth-child(4) { width: 200px !important; min-width: 200px; max-width: 200px; }
.current-so-table tr td:nth-child(4) { 
  width: 200px !important; 
  min-width: 200px; 
  max-width: 200px; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap; 
  padding: 5px;
}
.current-so-table tr td:nth-child(4) a { 
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap; 
  display: block; 
  max-width: 100%;
}
.current-so-table tr th:nth-child(5) { width: 140px !important; min-width: 140px; max-width: 140px; }
.current-so-table tr td:nth-child(5) { width: 140px !important; min-width: 140px; max-width: 140px; }
.current-so-table tr th:nth-child(6) { width: 140px !important; min-width: 140px; max-width: 140px; }
.current-so-table tr td:nth-child(6) { width: 140px !important; min-width: 140px; max-width: 140px; }
.current-so-table tr th:nth-child(7) { width: 140px !important; min-width: 140px; max-width: 140px; }
.current-so-table tr td:nth-child(7) { width: 140px !important; min-width: 140px; max-width: 140px; }
.current-so-table tr th:nth-child(8) { width: 140px !important; min-width: 140px; max-width: 140px; }
.current-so-table tr td:nth-child(8) { width: 140px !important; min-width: 140px; max-width: 140px; }
.current-so-table tr th:nth-child(9) { width: 130px !important; min-width: 130px; max-width: 130px; }
.current-so-table tr td:nth-child(9) { width: 130px !important; min-width: 130px; max-width: 130px; }
.current-so-table tr th:nth-child(10) { width: 100px !important; min-width: 100px; max-width: 100px; }
.current-so-table tr td:nth-child(10) { width: 100px !important; min-width: 100px; max-width: 100px; }
.current-so-table tr th:nth-child(11) { width: 90px !important; min-width: 90px; max-width: 90px; }
.current-so-table tr td:nth-child(11) { width: 90px !important; min-width: 90px; max-width: 90px; }

/* Accounts  ------------------------------------ */
/* Supplier Bill  ------------------------------------ */
.supplierbill-table { float: left; width: 100%; margin: 10px 0 25px 0; font-size: 14px; font-weight: 400; }
.supplierbill-table table { width:100%;}
.supplierbill-table table tr td { font-size: 13px; }
.supplierbill-table table tr td p { font-size: 14px !important; font-weight: 400 !important;   }
.supplierbill-table table tr td:first-child { width:100px; }
.supplierbill-table tr td:nth-child(2) {width: 200px;}
/* .supplierbill-table  tr td:nth-child(3) {width: 80px;} */
.supplierbill-table tr td:nth-child(4) {width: 120px;}
.supplierbill-table tr td:nth-child(5) {width: 120px;}
.supplierbill-table tr td:nth-child(6) {width: 120px;}
.supplierbill-table tr td:nth-child(7) {width: 150px;}
.supplierbill-table tr td:nth-child(8) {width: 150px;}
.supplierbill-table tr td:nth-child(9) {width: 120px;}
.supplierbill-table tr td:nth-child(10) {width: 100px;}

/* Pay Bill  ------------------------------------ */
.paybill-table { float: left; width: 100%; margin: 10px 0 25px 0; font-size: 14px; font-weight: 400; }
.paybill-table table { width:100%;}
.paybill-table table tr td { font-size: 13px; }
.paybill-table table tr td p { font-size: 14px !important; font-weight: 400 !important;   }
.paybill-table table tr td:first-child { width:80px; }
.paybill-table tr td:nth-child(2) {width: 50px;}
.paybill-table  tr td:nth-child(3) {width: 80px;} 
.paybill-table tr td:nth-child(4) {width: 80px;}
.paybill-table tr td:nth-child(5) {width: 120px;}
.paybill-table tr td:nth-child(6) {width: 150px;}
.paybill-table tr td:nth-child(7) {width: 120px;}
/* .paybill-table tr td:nth-child(8) {width: 150px;} */
.paybill-table tr td:nth-child(9) {width: 120px;}
.paybill-table tr td:nth-child(10) {width: 150px;}
.paybill-table tr td:nth-child(11) {width: 100px;}
.paybill-table tr td:nth-child(12) {width: 120px;}
.paybill-table tr td:nth-child(13) {width: 150px;}

/* Purchase ledger ------------------- */
.purchase-ledger-tbl { float: left; width: 100%;  }




/* Receive Payment  ------------------------------------ */
.receivepayment-table { float: left; width: 100%; margin: 10px 0 25px 0; font-size: 14px; font-weight: 400; }
.receivepayment-table table { width:100%;}
.receivepayment-table table tr td { font-size: 13px; }
.receivepayment-table table tr td p { font-size: 14px !important; font-weight: 400 !important;   }
.accountcode-table { float: left; width: 100%; margin: 10px 0 25px 0; font-size: 14px; font-weight: 400; }
.accountcode-table table { width:100%;}
.accountcode-table table tr td { font-size: 13px; }
.accountcode-table table tr td p { font-size: 14px !important; font-weight: 400 !important;   }
.accountcode-table table tr td:first-child { width:100px; }
/* .accountcode-table tr td:nth-child(2) {width: 50px;} */
.accountcode-table tr td:nth-child(3) {width: 250px;} 
.accountcode-table tr td:nth-child(4) {width: 200px;}
.accountcode-table tr td:nth-child(5) {width: 200px;}
.accountcode-table tr td:nth-child(6) {width: 100px;}


/* top search Area ---------------- */
.topsearch-area { float: left; width: 100%; background: #e8e8e8; padding: 10px 15px; border-radius: 15px; }
.topsearch-area .col-form-label { text-align: left; float: left; }
.topsearch-area input { float: left; width: 100% !important;}
.topsearch-area p { float: right; margin-top: 7px;}
.topsearch-area p span { float: right; line-height: 1.5;}
.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: #c8c8c8 !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: 99;}
.modal {z-index: 99999;}
.css-13cymwt-control { border-radius: 10px !important;}


/* .pdtinvoice-header {
  display: flex;
  flex-direction: column;
  margin: 20px;
}

.pdtinvoice-header .header-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

.pdtinvoice-header .header-section div {
  flex: 1; 
} */

.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;
}

/* .bsModal { position: absolute; z-index: 99999999 !important;}
.modal-open swal2-shown swal2-height-auto {z-index: 99999999 !important;}

.swal2-shown {z-index: 99999999 !important;}

.swal2-shown swal2-height-auto { z-index: 9999999;}

body.swal2-height-auto {
  height: auto !important;
  z-index: 99999999 !important;
} */


.custom-swal-popup {
  z-index: 1060 !important; /* Ensure it's above Bootstrap modals */
}

.dynamicselect {z-index: 99;}

.bouble-btn {cursor: pointer; float: right; font-size: 13px; font-weight: 500; margin-right: 10px;}
.bouble-btn .saveclose { cursor: pointer; background: #fde546; color: #011365; padding: 5px 15px; border-radius: 17px 0 0 17px; border-right: 1px solid #ffed77; }
.bouble-btn .savenew { cursor: pointer; background: #efd633; color: #011365; padding: 5px 15px; border-radius: 0px 17px 17px 0; border-left: 1px solid #e3cb2e;}
.bouble-btn .saveclose:hover { background: #d7c028; }
.bouble-btn .savenew:hover { background: #d7c028; }


/* Accounting Code Master ---------------- */
.nav { float: left; width: 100%;}
.accountcode-master-table { float: left; width: 100%; margin: 10px 0 25px 0; font-size: 14px; font-weight: 400; }
.accountcode-master-table table { width:100%;}
.accountcode-master-table table tr td { font-size: 13px; }
.accountcode-master-table table tr td p { font-size: 14px !important; font-weight: 400 !important;   }
.accountcode-master-table table tr td:first-child { width:100px; }
.accountcode-master-table table tr td:nth-child(3) {width: 250px;} 
.accountcode-master-table table tr td:nth-child(4) {width: 100px;}
.accountcode-master-table table tr td:nth-child(5) {width: 80px;}




/* Manager Dashboard Css ------------------------- */
/* News & Updates */

.dashboard .salesfilter {
  position: relative;
  float:right; 
}

.dashboard .salesfilter a i {color: #666; font-size: 13px;}

.dashboard .sales { float: left; width: 100%; }
.dashboard .sales ul { margin: 0; padding: 0; list-style-type: none; float: left; width: 100%; }
.dashboard .sales ul li { float: left; width: 100%; padding: 0 0 15px 0; border-bottom: 1px solid #eee; margin-bottom: 7px;}
.dashboard .sales ul li:last-child {border-bottom:none; margin-bottom: 0; padding-bottom: 0;}
.dashboard .sales ul li table { float: left; width: 100%; margin-bottom: 0;}
.dashboard .sales ul li table tr td:nth-child(2) {font-weight: 500;}
.dashboard .sales ul li table tr td:nth-child(3)
.dashboard .sales ul li table tr td { padding: 0px 0;}
.dashboard .sales ul li table tr td span { padding: 3px 4px; color: #000;}
.dashboard .sales ul li table tr td h4 { padding: 0; font-size: 13px;}
.dashboard .sales ul li table tr td p { padding: 0; margin: 0 0 3px 0; font-size: 12px;}
.dashboard .sales .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .sales img {
  width: 80px;
  float: left;
  border-radius: 5px;
}
.dashboard .sales h4 {
  font-size: 15px;
  /* margin-left: 95px; */
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .sales h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .sales h4 a:hover {
  color: #4154f1;
}

.dashboard .sales p {
  font-size: 13px;
  color: #777777;
  /* margin-left: 95px; */
  line-height: normal;
}

.dashboard .sales h6 {  float: left; width: 100%; font-size: 16px; color: #000; margin: 7px 0 0px 0; text-align: center; padding-top: 0px;  }
.dashboard .sales h6 span { margin-left: 15px; color:#666; font-weight: 500; font-size: 13px; display: inline-flex; } 
.dashboard .sales h6 span i {
  border: 1px solid #ddd;
  color: #012970;
  border-radius: 26px;
  font-size: 19px;
  padding: 0 2px;
margin-right: 5px;}

.dashboard .sales .card-title {font-size: 15px; text-align: center;}

.dashboard .sales .card {min-height: 140px; margin-bottom: 0; margin-top: 0px;}
.dashboard .card-body { box-shadow: 0px 0 6px rgba(223, 223, 223, 0.1) !important; padding: 30px 15px 20px 15px; }

.echart { float: left; width: 100%;}
.echart canvas { width: 100%;}

.dashboard .echartbox { float: left; width: 100%; background: #fff; padding: 0px; border: 1px solid #f2f2f2;}
.dashboard .sopobx { float: left; width: 100%; margin-top: 25px; }
.dashboard .sopobx .count {float: left; width: 50%; background: #f5f5f5; padding: 10px; text-align: center;}
.dashboard .sopobx .count p { font-weight: 500;}
.dashboard .sopobx .count h4 { color: #000;}
.dashboard .sopobx hr { border-top: 1px solid #999;}
.dashboard .sopobx .tblbx { float: left; width: 100%;}
.dashboard .sopobx .verical-scrl-wrapper-small {text-align: center;
  overflow-y: scroll;
  overflow-y: visible;
  overflow-x: auto;
  max-height: 555px;
  margin: 0px auto 20px auto;
  padding: 0 0 0 0;
  height: 225px;
  min-height: 200px;}
.dashboard .sopobx table { width: 100%;}

.dashboard .booking { float: left; width: 100%;}
.dashboard .booking .bookingbx { float: left;
  width: 100%;
  /* border: 1px solid #eee; */
  padding: 15px;
  box-shadow: 0px 0 6px rgba(53, 52, 52, 0.1) !important; min-height: 134px; }

.dashboard .booking .bookingbx p { font-size: 16px; font-weight: 400; }
.dashboard .booking .bookingbx span { font-weight: 600; font-size: 18px; color: #000; }

.dashboard .booking .bookingbx h4 {
  float: left; width: 100%; color: #222; text-align: center; padding: 34px 0;
}

/* Change Permission Page Css ---------------------- */

.change-permission-area { float: left; width: 100%;}
.change-permission-area table { width: 100%;}
.change-permission-area table tr td:first-child {width: 50px }
.change-permission-area table tr td:nth-child(2) { width: 100px;}
.change-permission-area table tr td:nth-child(3) { width: 230px;}
.change-permission-area table tr td:last-child { width: 100px;}

.role-permission-area { background: #fff; padding: 15px; float: left; width: 100%; border: 1px solid #eee;}
.role-permission-area h3 { float: left; width: 100%; font-size: 20px; margin-bottom: 10px;}
.role-permission-area table { width: 100%;}
.role-permission-area table tr th:first-child { width: 18%;}
.role-permission-area table tr td:first-child { font-size: 15px; font-weight: 500; color: #000000 !important;}
.role-permission-area table tr td ul { margin: 0; padding: 0; list-style-type: none; float: left; width: 100%;}
.role-permission-area table tr td ul li { float: left; margin: 5px 10px;}
.role-permission-area table tr td ul li .form-check {  padding-left: 0; margin-bottom: 0;}
.role-permission-area table tr td ul li .form-check label { font-size: 14px; font-weight: 500; color: #666; margin: 0 0 -5px 10px; float: left;}

.addroll-popup { float: left; width: 100%;}
.addroll-popup p {float: left; width: 100%; line-height: normal; border-bottom: 1px solid #ddd; margin-bottom: 20px; padding-bottom: 15px; }
.addroll-popup .col-form-label { float: left;}

#react-select-2-input {
  border: none !important;
}

#react-select-3-input {
  border: none !important;
}
#react-select-4-input {
  border: none !important;
}

#react-select-5-input {
  border: none !important;
}

/* Accordion Css --------------------------------------- */

.collapsing {
  height: 0 !important;
  overflow: hidden !important;
  transition: height 0.15s ease !important;
}

.accordion-item {
  color: #464646;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.accordion-item:first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.accordion-button {
  line-height: normal;
}

.accordion-body {
  padding: 15px;
}

.accordion-button:not(.collapsed) {
  color: #222;
  background-color: #e8e8e8;
}

/* Delete Order Css ---------------------------------------- */
.delete-order { float: left; width: 100%;}
.delete-order table { width: 100%;} 
.delete-order table tr th:first-child { width: 150px;  }
.delete-order table tr th:nth-child(2) { width: 150px;}
.delete-order table tr th:nth-child(4) { width: 150px;}
.delete-order table tr th:nth-child(5) { width: 150px;}
.delete-order table tr th:last-child { width: 150px;  }