@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root{
	--color1:#673AB7;
	--color2:#4f249b;
	--color1light:#f5f1fb;
	--white:#fff;
	--card-border-color: rgb(0 0 0 / 11%);
}

/** BASIC CSS **/
*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
   overflow: auto !important;
}

* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html{
	background:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;}
	
p {
	font-size: 15px;
	color: #848484;
	line-height: 23px;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
	 color:#555;}

a {
	text-decoration:none;
	outline: none;
	color: #4b5460;}
	
:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: var(--color1);
	text-decoration: none;}
		
hr{
	background:#e3e3e3;
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: var(--color1);
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: var(--color1);
 color:#fff;}
 
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}
	
.btn:focus,button:focus,.form-control:focus{
	outline:0;
	box-shadow:0 0 0 0 transparent;
}
.form-control:focus{
	border-color: var(--color1);
}
	
dl, ol, ul{
	padding-left: 0;
}
.btn{
	padding: 6px 12px;
    line-height: 1.5;
    border: 0;
    font-size: 14px;
}
select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>")  !important;
	background-repeat: no-repeat !important;
	background-position-x: 101% !important;
    background-position-y: 4px !important;
	padding-right: 2rem;
  }
/** BASIC CSS END HERE **/
.btn-common{
	background-color: var(--color1);
	color: var(--white);
	border: 0;
}
.btn-common:hover,.btn-common:focus,.btn-common:visited{
	background-color: var(--color2) !important;
	color: var(--white) !important
}
.pos_btn {
    color: #fff;
    background: var(--color2);
    padding: 9px 14px;
    border-radius: 8px;
    display: inline-block;
}
.pos_btn:hover,.pos_btn:focus{
    color: #fff;
    background: var(--color2);
}
.login_screen {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height:100%;
    position: absolute;
}
.login_box {
    max-width: 450px;
	width: 94%;
    background: #fff;
    border-radius: 10px;
    padding: 2rem 3rem;
    box-shadow: 0px 2px 10px #00000047;
}
.login_box h1 {
    font-size: 20px;
    color: #000;
    margin-bottom: 18px;
}
.toggle_password {
    position: relative;
    width: 100%;
}
.toggle_password .show-pass{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    text-align: center;
    height: 24px;
    margin: auto;
    cursor: pointer;
    color: var(--color1);
}
.toggle_password input{
    padding-right: 24px;
}




.title_bar {
	padding: 6px 10px;
    background: var(--color2);
    position: sticky;
    top:-1px;
    z-index: 3;
}
.title_bar h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.main-container {
    padding: 5px;
}
.card{
	border-color:var(--card-border-color);
}
.card-header{
	border-color:var(--card-border-color);
}
.shadow-1 {
    box-shadow: 0px 3px 7px -1px #0000000a;
}
.card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	font-size: 18px;
    margin: 0;
}
.dataTables_wrapper {
    color: #1f2937;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}
.dataTables_length label,
.dataTables_filter label,
.dataTables_info {
    color: #667085 !important;
    font-size: 13px;
    font-weight: 500;
}
.dataTables_length select,
.dataTables_filter input {
    background-color: #fff !important;
    border: 1px solid #d9d6e8 !important;
    border-radius: 6px;
    color: #1f2937;
    font-size: 13px;
    min-height: 34px;
    padding: 6px 10px;
}
.dataTables_filter input {
    min-width: 240px;
}
table.dataTable {
    border-collapse: separate !important;
    border-spacing: 0;
    overflow: hidden;
}
.datatable thead,
table.dataTable thead {
    background: var(--color1);
    color: #fff;
}
table.dataTable thead th {
    border-bottom: 0 !important;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}
table.dataTable tbody th,
table.dataTable tbody td,
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 9px 8px !important;
    vertical-align: middle;
}
table.dataTable tbody tr:nth-child(even) {
    background: #faf8ff;
}
table.dataTable tbody tr:hover {
    background: #f2ecfb;
}
table.dataTable,
table.dataTable tr th,
table.dataTable tr td,
table.dataTable.no-footer {
    border-color: #e5e1ef !important;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
    background: #f6f1ff;
    color: #1f2937;
    font-weight: 700;
}
.dataTables_paginate a.paginate_button {
    border: 1px solid #d9d6e8 !important;
    border-radius: 6px !important;
    color: var(--color1) !important;
    line-height: 1 !important;
    margin-left: 4px !important;
    padding: 8px 10px !important;
}
.dataTables_paginate a.paginate_button:hover,
.dataTables_paginate a.paginate_button.current {
    background: var(--color1) !important;
    border-color: var(--color1) !important;
    color: #fff !important;
}
.paginate_button.disabled {
    display: none !important;
}
.table .btn-group .btn,
table.dataTable .btn-group .btn {
    border-radius: 6px;
    font-size: 12px;
    padding: 5px 9px;
}
.table .dropdown-menu,
table.dataTable .dropdown-menu {
    border: 1px solid #e5e1ef;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(30, 18, 56, .12);
    padding: 6px;
}
.table .dropdown-item,
table.dataTable .dropdown-item {
    border-radius: 6px;
    font-size: 13px;
    padding: 7px 9px;
}
.modal-header{
    padding: 10px;
    background: var(--color1);
} 
.modal-title{
	font-size: 16px !important;
    color: #fff;
    font-weight: 400;
}
.btn-close{
    backdrop-filter: invert(2);
    filter: brightness(3.5);
}
.text-theme{
	color: var(--color1);
}
.form-control[readonly]{
	background: #ebebeb;
}

.form-control{
	border-color: #aaa;
}
.dropdown-menu {
    box-shadow: 2px 4px 20px 0px #00000047;
}
.input-group-text{
	/* border-color: #aaa; */
	border-color: var(--color2);
    background: var(--color2);
    color: #fff;
}
.form-control::placeholder{
	color: #9b9b9bc5 !important;
}
.select2-container {
	display: block !important;
	width: 100% !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice{
	background-color: var(--color1) !important;
    border: 1px solid var(--color2) !important;
	color: #fff !important;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{
	color: #fff !important;
}
.select2-container .select2-selection--single{
	height: 32px !important;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow{
	height: 30px !important;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}
.input-group{
	flex-wrap: nowrap !important;
}
table thead th input[type="checkbox"],
table tbody td input[type="checkbox"]{
	width: 1.2em;
    height: 1.2em;
}
.timg {
    width: 40px;
    height: 40px;
    object-fit: cover;
	display: inline-block;
}
.deleteselect{
	display: none;
}
/* .card-body{
	overflow: auto;
} */
 
table.dataTable>tbody>tr.child ul.dtr-details{
	width: 100%;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
	border-bottom: 1px solid #efefef;
	padding: 0.5em 0;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
table.dataTable>tbody>tr.child ul.dtr-details li .dtr-data{
	text-wrap: auto;
	flex-wrap: wrap;
	display: flex;
	text-align: end;
}
.table-dark{
	--bs-table-bg: var(--color1) !important;
}
.salepurchasetable .form-control[type="text"]:read-only,
.salepurchasetable label.form-control:read-only{
	background: transparent !important;
    border: 0 !important;
	font-weight: 500;
}
.ui-menu-item-wrapper:hover{
	background-color: var(--color1) !important;
	border-color: var(--color1) !important;
}
.batch_prod_list {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #bfbfbf;
	padding: 5px;
}
.batch_prod_list:last-child{
	border-bottom: 0;
}
.batch_prod_list span{
	display: block;
    width: 100%;
}
table.dataTable tbody td.pad-0{
	padding: 0 !important;
}
.holddropdown {
    min-width: 31rem !important;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .22);
}
.holddropdown .btn {
    padding: 2px 7px;
    line-height: 1.1;
}
.hold-dropdown-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	background: #f8fafc;
	border-bottom: 1px solid #e5e7eb;
	color: #111827;
}
.hold-dropdown-head span {
	color: #667085;
	font-size: 12px;
}
.hold_table{
	width: 100%;
    max-width: 100%;
	max-height: 240px;
	overflow: auto;
}
.hold_table .table {
    width: 100%;
	font-size: 12px;
}
.hold_table .table thead{
	position: sticky;
	top: -1px;
}
.form-check-input:checked {
    background-color: var(--color1);
    border-color:  var(--color1);
}
.form-check-input:focus {
    border-color: var(--color1) !important;
	box-shadow: 0 0 0 .25rem var(--color1light) !important;
}
.img_prev_box {
    width: 100%;
    height: 100px;
    text-align: center;
    background: rgb(188 205 231 / 25%);
    border: 1px dashed #c9c9c9;
    border-radius: 5px;
    margin: 5px 0;
    position: relative;
    overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.img_prev_box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img_prev_box label{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.img_prev_box input{
    display: none;
}
.img_prev_box:hover{
    background: rgb(85 94 109 / 25%);
}

.dash-stat {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 18px rgba(31, 41, 55, 0.08);
    min-height: 120px;
    color: #fff;
}

.dash-stat .dash-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.17);
    font-size: 22px;
}

.dash-stat span {
    display: block;
    font-size: 12px;
    opacity: 0.92;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.dash-stat h3 {
    margin: 0;
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.15;
}

.dash-stat small {
    display: block;
    margin-top: 6px;
    opacity: 0.94;
    font-size: 11px;
}

.dash-stat.blue { background: linear-gradient(135deg, #3a86ff, #1f5fd2); }
.dash-stat.green { background: linear-gradient(135deg, #26b874, #138d59); }
.dash-stat.orange { background: linear-gradient(135deg, #ff9f43, #eb7a19); }
.dash-stat.purple { background: linear-gradient(135deg, #7a5cff, #5e41d1); }

.activity-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.activity-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.activity-item:last-child {
    border-bottom: 0;
}

.activity-item strong {
    display: block;
    font-size: 14px;
    color: #454545;
}

.activity-item small {
    color: #6f6f6f;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.dot.red { background: #e74c3c; }
.dot.amber { background: #f39c12; }
.dot.blue { background: #3a86ff; }
.dot.green { background: #2ecc71; }

.mini-chart {
    height: 220px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0 0.5rem;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(103, 58, 183, 0.03), rgba(103, 58, 183, 0.11));
}

.bar-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    height: 100%;
    gap: 0.75rem;
}

.bar {
    width: 100%;
    max-width: 42px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, #7a5cff, #4f249b);
    min-height: 28px;
}

.bar-group small {
    color: #666;
    font-size: 11px;
}

.quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.quick-actions .btn {
    min-width: 150px;
    justify-content: center;
}

.report-card {
        background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(17, 24, 39, 0.04);
    padding: 0.5rem 1rem;
    min-height: 83px;
}

.report-card .label {
    color: #6d6d6d;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.report-card h3 {
    margin: 0;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.2;
}

.report-card small {
    display: block;
    font-size: 11px;
}

.positive { color: #1a9a57; font-weight: 600; }
.negative { color: #d84343; font-weight: 600; }
.neutral { color: #4a4a4a; font-weight: 600; }

.pricing-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    box-shadow: 0 12px 26px rgba(17, 24, 39, 0.06);
    padding: 1.5rem 1.25rem;
    height: 100%;
}

.pricing-card.popular {
    border: 2px solid var(--color1);
    transform: translateY(-8px);
}

.pricing-head {
    text-align: center;
    margin-bottom: 1.25rem;
    position: relative;
}

.pricing-head h4 {
    margin: 0 0 0.65rem;
    color: #333;
    font-size: 1.3rem;
}

.pricing-head h2 {
    display: inline-block;
    margin: 0;
    font-size: 2.2rem;
    color: var(--color1);
}

.pricing-head span {
    font-size: 12px;
    color: #6e6e6e;
}

.tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
    background: var(--color1);
    color: #fff;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.pricing-card ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

.pricing-card li {
    padding: 0.6rem 0;
    border-bottom: 1px solid #f0f0f0;
    color: #4d4d4d;
}

.pricing-card li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    margin-right: 8px;
    color: var(--color1);
}

.btn-sm {
    padding: 4px 10px;
    font-size: 12px;
}
