main {
	margin-top: 40px !important;
}

h1 {
	font-weight: 1000 !important;
}

h6 {
	font-weight: 700 !important;
	font-size: 1.1rem;
}

.card table th {
	font-weight: 700 !important;
	color: #000 !important;
	font-size: 14px;
}

body{
	color: #000 !important;
}

table tbody tr:hover {
    background: #f3f3f38c !important;
    transition: 0.5s;
}

table tbody tr {
	transition: 0.5s !important;	
}

table, table a {
	color: #000 !important;
}

.form-group label {
	font-weight: 500 !important;
	font-size: 14px !important;
}

.card {
	border: solid 2px #e9e9e9;
	box-shadow: inherit !important;
}

.menu {
	top: -100px;
	height: 100vh !important;
}

.menu .main-menu {
	height: 100%;
	background: #373330 !important;
	top: 0;
	bottom: 0;
}

.menu .sub-menu {
	width: 300px;
	height: 100%;
	top: 0;
	bottom: 0;
}

.menu .main-menu ul li.active a, 
.menu .main-menu ul li a, 
.menu .main-menu ul li a:focus, 
.menu .main-menu ul li a:hover, 
.menu .sub-menu ul li.active a, 
.menu .sub-menu ul li.active i, 
.menu .sub-menu ul li.active:after, 
.menu .sub-menu ul li a, 
.menu .sub-menu ul li i {
	color: #fff !important;
}

.menu .sub-menu ul li.active:after {
	background: #fff;
}

.menu .main-menu ul li a {
	border-bottom: 1px solid #f3f3f312;
	height: 70px !important;
}

.menu .main-menu ul li.active:after {
	background: #ffffff82;
	height: 80px;
	top: 34px !important;
	border-radius: 0 !important;
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.menu .main-menu li {
	margin-bottom: 0px;
	padding: 5px 0 !important;
}

.menu .sub-menu {
	background: #4a4542 !important;
	border-left: none;
}

.navIcon {
	font-size: 30px;
    line-height: 0px;
}

.main-menu a:hover {
	opacity: 0.8;
}

.fixed-background {
	background: url(../img/demo-vs-banner.png) no-repeat center center fixed !important;
}

.btn-primary {
	background: #514943 !important;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px !important;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font25 {
	font-size: 25px;
}

.w-10 {
	width: 10%;
}

.w-90 {
	width: 90%;
}

.cursor {
	cursor: pointer;
}

.tableAction .border-right{
	border-right: solid 1px #d7d7d7 !important;
}

/*.tableAction {
	position: relative;
}

.tableAction a {
	transition: 0.1s;
}

.tableAction a:hover {
	position: absolute;
	top: -16px;
	background: #000;
	height: 30px;
	width: 30;
	color: #fff !important;
	border-radius: 40px;
	padding-top: 6px;
	transition: 0.2s;
	font-weight: 700;
}*/

.tableActionIcon a {
	position: relative;
	width: 34px;
	height: 34px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}

.tableActionIcon a:hover label {
	cursor: pointer;
	font-size: 20px;
	transition: 0.2s;
}

.tableActionIcon .border-end::after {
    content: '';
    border-right: 1px solid #d7d7d7;
    margin-right: 10px;
    padding-right: 10px;
    height: 18px;
    position: absolute;
    left: 26px;
    top: 9px;
}

.tableActionIcon a:hover {
	background: #000;
	border-radius: 50px;
	color: #fff !important;
	transition: 0.3s;
}

.tableImgThumbnail {
	width: 50px;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
}

.productDetails .price {
	font-size: 18px;
}

.productDetails .contentDesp {
	line-height: 28px;
}

.text-grey {
	color: #6c757d !important;
}

.list-style-none li {
	list-style: none;
}

.panelAccess {
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
}

.fontWeight600 {
	font-weight: 600 !important;
}

.fontWeight800 {
	font-weight: 800 !important;
}

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

.mobileTopNav {
	visibility: hidden;
}


.imgUploadOuter {
	width: 100%;
	height: 120px;
	border-radius: .1rem;
	box-shadow: initial !important;
	font-size: .8rem;
	padding: .5rem .75rem;
	line-height: 1;
	border: 1px solid #d7d7d7;
	background: #fff;
}

.imageUploadInput {
	height: 30px;
	width: 130px;
	/*background: #f8f8f8;*/
	border: solid 1px #d7d7d7;
	text-align: center;
}

.imageUploadInput input {
	display: none;
}

.imgUploadOuter span {
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	text-align: center;
	margin-top: auto;
}

.textBlue {
	color: #1ac4f1;
}

.selectHeightOuter .select2-container {
	min-height: 79px;
}

.selectHeightOuter .select2-selection {
	min-height: 79px !important;
}

table input {
	/*width: 80px;*/
    padding: 4px !important;
    font-size: 12px;
    border: solid 1px #d7d7d7;
    border-radius: 5px;
}

.addProduct table {
	border: 0 !important;
}

/*.pThead {
	border:  inherit !important;
}*/

.addProduct .pThead th {
	border: 0;
	padding-left: 0;
}

.addProduct th {
	font-weight: 100;
}

.vAlignBottom, .addProduct .table .vAlignBottom {
	vertical-align: bottom !important;
}

.addProduct .pThead .label {
	background: #514943;
	color: #fff;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.addProduct .varientImg {
	width: 35px;
}

.checkboxTD {
	width: 0;
	text-align: center !important;
}

.checkboxTD .custom-control {
	padding: 0;
}

.checkboxTD .custom-control-label::before, .checkboxTD .custom-control-label::after {
	left: -9px;
}

.addProduct .tableRightSeprateBorder {
	border-right: solid 1px #514943 !important;
}

.addProduct .tableLeftSeprateBorder {
	border-left: solid 1px #514943 !important;
}

.thFiltration {
	display: none;
	background-color: #fff;
	width: 100%;
	top: 53px;
	left: 0;
	font-size: 14px;
	font-weight: 400;
	max-height: 330px !important;
	overflow-y: auto;
	z-index: 99;
}

.thFilterImg img {
	width: 5px; 
	margin-top: -2px;
	opacity: 0.3;
}

.thFilterImg .active {
	opacity: 1;
}

.dateRange input {
	width: 140px;
	background: transparent;
	padding: .25rem .75rem .25rem .75rem !important;
	height: inherit !important;
	font-size: 0.78rem;
	border-radius: 30px;
	border-color: #8f8f8f;
	color: #3a3a3a;
}





/* Image Upload */
#imageUpload {
	display: none;
}
.imageUpload {
	display: none;
}
#imagePreview {
	/*display: none;*/
}

.pImgUploadOuter {
	border: 1px solid #d7d7d7;
	height: auto;
	width: 100%;
}

.pImgUploadOuter #imagePreview {
	object-fit: contain;
}

.pImgUploadOuter .imgPreview {
	width: auto;
	height: 170px;
	margin-top: auto;
}

.pImgUploadOuter .imageAction label {
	border: solid 1px #514943 !important;
	background: #514943 !important;
	color: #fff;
	padding: 5px 20px;
	font-size: 12px;
	border-radius: 50px;
	display: none;
}

.pImgUploadOuter .imageAction {
	margin-bottom: 20px !important;
}

.addProduct .table td {
	width: 0px;
}

.selectedAccounts .outer {
	border: solid 1px #ddd;
	border-radius: 12px;
}

.selectedAccounts .float-right {
	background: #dddddd;
	border-top-right-radius: 11px;
	border-bottom-right-radius: 11px;
}


@media screen and (max-width:1299px) {
	.addProduct .table {
		width: 1500px !important;
	}
}

@media screen and (max-width:767px) {
	.mobileTopNav {
		visibility: visible;
	}	
}

.pagination .page-link {
	border: solid 1px !important;
	border-radius: 0 !important;
	transition: 0.5s;
}

.pagination .page-item.active .page-link {
	background: #000 !important;
	border: solid 1px !important;
	color: #fff !important;
}

.pagination .page-link:hover {
	background: #000 !important;
	color: #fff !important;
	transition:0.5s;
}

.orderStatus_selection{
        font-size: 13px;
        color: #9f9f9f;
        border-color: #9f9f9f;
        border-radius: 5px;
    }

.table-select .select2  {
    width: 90% !important;
}

.table-select .select2-selection, table input {
    padding: 1px 5px;
    height: 25px;
    font-size: .8rem;
    border-radius: 5px !important;
    border-color: #d7d7d72e !important;
}

.table-select .selection .select2-selection {
    border-radius: 5px !important;
}

.w-5 {
    width: 5% !important;
}

.select2-selection:focus {
	border-color: #000 !important;
	border: solid 2px;
}

.order-status-btn {
	padding: 3px 8px;
	/*width: 90% !important;*/
	background: #e3e3e3;
	text-align: center !important;
}

.selectOrderBG-return {
    background: #ff0000;
    color: #fff;
}
.selectOrderBG-confirmed {
    background: #000;
    color: #fff;
}

.selectOrderBG-picking {
    background: #fbe116;
    color: #000;
}

.selectOrderBG-warehouse {
    background: #f8a600;
    color: #000;
}

.selectOrderBG-shipped {
    background: #a0e8a9;
    color: #fff;
}

.selectOrderBG-delivered {
    background: #00a759;
    color: #fff;
    width: 120px !important;
}
.selectOrderBG-invoiced {
    background: #000;
    color: #fff;
}

.selectOrderBG-Printed {
    border: solid 2px #b9babb;
    color: #fff;
}
.selectOrderBG-Readyship {
	background: #00a759;
	color: #fff !important;
    padding: 3px 10px;
}

.selectOrderBG-not-posted {
    background: #dc3545 !important;
    color: #fff;
    border: solid 1px #dc3545 !important;
    width: 90px !important;
}

.selectOrderBG-posted {
	background: #28a745 !important;
    color: #fff;
    border: solid 1px #28a745 !important;
    width: 90px !important;
}

.thFilterImg {
    padding-left: 5px !important;
    right: inherit !important;
}

.customPTableInput .vlist input {
    border-radius: 0 !important;
    height: 25px !important;
}

.customPTableInput .form-control:disabled, .customPTableInput .form-control[readonly] {
    background: #ededed8f !important;
    border-color: #cbcbcb !important;
}

.customPTableInput .form-control {
    border-color: #cbcbcb !important;
    border-radius: 0 !important;
}

.customPTableInput .w-7 {
    width: 7% !important;
}

.customPTableInput .search-sm input {
	border-radius: 15px !important;
}
#loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(192, 192, 192, 0.5);
  background-image: url("https://rtbotanicals.com/dist/img/load.gif");
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
}

.pagination .page-link {
	border-radius: 10px !important;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
	font-size: 28px;
	padding: 0;
	line-height: 32px;
}


.fileUpload {
	background: #514943;
	height: 45px;
	width: 260px;
}

.fileUpload input {
	display: none;
}

.fileName {
	text-align: center;
	line-height: 42px;
	color: #fff;
}

.popupElementHeading {
	margin-bottom: 6px;
	font-size: 14px !important;
}

.sampleDoc {
    border: solid 1px;
    border-radius: 20px;
    padding: 10px 25px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    transition: 0.3s;
}

.sampleDoc .simple-icon-doc {
	font-size: 16px;
}

.sampleDoc:hover {
	background: #514943;
	color: #fff;
	border: solid 1px #514943;
	transition: 0.3s;
}

.ackMsg {
	top: 35px;
	left: 30px;
	transition: 0.3s;
}

.btn-outline-primary {
	color: #514943 !important;
	border-color: #514943 !important;	
}

.btn-outline-primary:hover {
	background-color: #514943 !important;
	color: #fff !important;
}

.btn-outline-primary.active {
	background: #514943 !important;
	color: #fff !important;
}

.pointer-none {
	pointer-events: none;
	border: 0 !important;
}


.reviewsOuter .progress {
	height: 8px;
}

.reviewsOuter .progress .progress-bar {
	background: #514943 !important;
}

.font15 {
	font-size: 15px;
}


/* Latest - 21/05/2025 */

.align-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dNone {
	display: none;
}

.exportFilter .form-control {
    height: 38px !important;
}

.exportFilter .btn {
    background: #000 !important;
    border-radius: 0;
    min-width: 65px !important;
}

.exportFilter .btnTransparent, .btnTransparent {
    background: transparent !important;
    color: #000;
    transition: 0.3s;
    border: solid 1px #000;
    opacity: 1;
    color: #000;
    font-weight: 500;
    text-shadow: inherit !important;
}

.exportFilter .btnTransparent:hover, .btnTransparent:hover {
    background: #000 !important;
    color: #fff !important;
    transition: 0.3s;
    opacity: 1;
}

.exportFilter .custom-control-label::before {
    width: 14px !important;
    height: 14px !important;
}

.exportFilter .custom-control-label::after {
    top: 3px;
    left: -25px;
}

.exportFilter .productSection {
    background: #d1d1d173;
}

/* Multi checkbox with searching */
.multi-select-wrapper {
	font-weight: 400;	
}

.input-tags-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	padding: 6px 8px;
	/*border: 1px solid #ccc;*/
	border-radius: 0;
	/*background: white;*/
	/*box-shadow: 0 2px 4px rgba(0,0,0,0.05);*/
}

.exportFilter .input-tags-container {
	height: auto !important;
	position: relative;
}

/* added css 02-06-2025 for comprehensive product section */
.input-tags-container-productinputtag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	padding: 6px 8px;
	/*border: 1px solid #ccc;*/
	border-radius: 0;
	/*background: white;*/
	/*box-shadow: 0 2px 4px rgba(0,0,0,0.05);*/
}
.exportFilter .input-tags-container-productinputtag {
	height: auto !important;
	position: relative;
}

/* end 02-06-2025 */




.exportFilter .multi-selection-outer {
	position: absolute;
	z-index: 9;
	width: 100%;
}

.selected-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 0;
}

.selected-tags .tag {
	background: #f3f3f3;
	color: #000;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 11px;
	display: flex;
	align-items: center;
}

.selected-tags .tag .remove-tag {
	margin-left: 6px;
	cursor: pointer;
	font-weight: bold;
}

.search-box {
	border: none;
	flex: 1;
	min-width: 80px;
	font-size: 14px;
	padding: 4px;
	outline: none;
}

.multi-selection-outer {
	display: none;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 4px 4px;
	background: white;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
	max-height: 200px;
	overflow-y: auto;
}

.options-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.options-list li {
	margin: 6px 0;
	padding-left: 10px;
}

.btnBox {
	top: 42px;
	left: 3px;
	width: 301px;
	border-radius: 10px;
	z-index: 9;
}

.order-status-btn:hover .btnBox {
	display: block !important;
}

.oStatusPrinted {
	background-color: #6566f1;
	border: solid 1px #6566f1;
}

.oStatusPack {
	background-color: #3780f8;
	border: solid 1px #3780f8;
}

.oStatusInvoice {
	background-color: #f77316;
	border: solid 1px;
}

.oStatusShip {
	background-color: #16b8a8;
	border: solid 1px ;
}

.oStatusInactive {
	background-color: #bfbfbf;
	border: solid 1px #bfbfbf;
	color: #000;
}

.btnBox label img {
	width: 12px !important;
}

.printOptions button {
	background: #eff5ff;
	border-radius: 10px;
	color: #3360ba !important;
	font-weight: 500;
	transition: 0.3s;
}

.printOptions button:hover {
	background: #dbebfe;
	transition: 0.3s;
}

.actionBtn {
	border: solid 1px #000;
	border-radius: 5px;
	padding: 3px 10px;
	font-size: 13px;
	background: transparent;
	line-height: 18px;
	transition: 0.3s;
}

a.actionBtn:hover {
	color: #fff !important;
}

.actionBtn label:before {
    font-weight: 700;
    vertical-align: middle;
}

.actionBtn label {
	vertical-align: text-top;
}

.actionBtn:hover {
	background: #000;
	color: #fff !important;
	transition: 0.3s;
}

.selectFieldExport .toggle-btn.active {
	background-color: #000 !important;
}

.backIcon {
    height: 32px;
    width: 32px;
    border: solid 2px;
    margin-bottom: -5px;
    border-radius: 50px;
    margin-right: 10px;
    transition: 0.3s;
    font-size: 20px;
    text-align: center;
    padding-top: 1px;
    cursor: pointer;
    transform: rotate(180deg);
    margin-bottom: -27px;
}

.backIcon:hover {
    background: #000;
    color: #fff;
    border: solid 2px #000 !important;
    transition: 0.3s;
}

.back, .next {
	padding: 0 18px !important;
	line-height: 35px !important;
	font-size: inherit !important;
	background-color: #000 !important;
}
.pagination p {
	font-size: 12px !important;
}

.page-item.disabled .page-link {
	background-color: transparent !important;
}

.tableActionIcon .textOnly:hover {
	color: #000 !important;
	background: none;
}

.tableActionIcon .textOnly:hover label {
	font-size: 14px !important;
	color: #000 !important;
}

.fPrintBtn {
	position: fixed !important;
	right: 25px !important;
	bottom: 25px !important;
	z-index: 99999 !important;
}

.fPrintBtn label {
	width: 130px !important;
	cursor: pointer;
}

.theme-colors {
	display: none !important;
}

.mobileNavbar {
	display: none;
}

.multi-select-wrapper .form-control, .multi-select-wrapper2 .form-control, .multi-select-wrapper3 .form-control, .multi-select-wrapper4 .form-control, .multi-select-wrapper5 .form-control {
	height: auto !important;
}
 
 



















































/* Cart Animation */

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}
@keyframes highlight {
  0% { background-color: transparent; }
  50% { background-color: rgba(59, 130, 246, 0.1); }
  100% { background-color: transparent; }
}
.cart-shake {
  animation: shake 0.5s ease-in-out;
}
.price-pulse {
  animation: pulse 0.5s ease-in-out;
}
.highlight-row {
  animation: highlight 1s ease-in-out;
}
.cart-badge {
	transition: all 0.3s ease;
	min-width: 25px;
	min-height: 25px;
	padding: 0.125rem 0.375rem;
	border-radius: 100px;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	/*top: -0.75rem;*/
	/*right: -1rem;*/
	background-color: #000;
	color: white;
	font-weight: 600;
}
.cart-badge[data-digits="2"] {
	min-width: 1.75rem;
	padding: 0.125rem 0.5rem;
}
.cart-badge[data-digits="3"] {
	min-width: 2rem;
	padding: 0.125rem 0.5rem;
	font-size: 0.7rem;
}
.cart-badge[data-digits="4"] {
	min-width: 2.50rem;
	padding: 0.125rem 0.5rem;
	font-size: 0.65rem;
	right: -5px;
}
.cart-badge.updated {
	transform: scale(1.2);
	background-color: #ef4444;
}
.quantity-input {
	transition: all 0.3s ease;
}
.quantity-input:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}
.total-amount {
	transition: all 0.3s ease;
	display: inline-block;
}
.total-amount.updated {
	color: #fff;
	transform: scale(1.1);
}


/*add-order-latest*/
.w-5 {
	width: 5%;
}
 
.btn-outline-primary {
	color: #514943 !important;
	border-color: #514943 !important;	
}
 
.btn-outline-primary:hover {
	background-color: #514943 !important;
	color: #fff !important;
}
 
.pointer-none {
	pointer-events: none;
	border: 0 !important;
}

.movView {
	display: none;
}

.lightShadow {
	box-shadow: 0 .5rem 1rem rgb(0 0 0 / 5%) !important
}

@media screen and (max-width: 1024px) {
	
	#app-container.menu-hidden main, #app-container.menu-sub-hidden main, #app-container.sub-hidden main {
		margin-left: 40px !important;
	}

	.webView {
		display: none;
	}

	.movView {
		display: block;
	}

	.movView .searchBar:focus {
		outline: none !important;
	}

	.movView .searchBar {
		color: #909090 !important;
	}

	.mobilePagination ul .page-link {
		font-size: 14px !important;
	}

	.viewOrder .movView .mtbdata tr {
		height: 94px !important;
	}

	.viewOrder .movView .mtbdata td {
		position: relative;
	}

	.mobQuickStart {
		padding: 15px 0;
		border-radius: 10px;
	}

	.page-item:first-child .page-link, .page-item:last-child .page-link {
		line-height: 38px !important;
	}

	.btnBox {
		top: 65px !important;
		right: 0 !important;
		left: inherit !important;
		width: 375px !important;
	}
}

@media screen and (max-width: 800px) {
	.selectOrderBG-delivered {
		width: 110px !important;
		padding: 3px !important;
		margin: 1px !important;
	}
}

@media screen and (max-width: 799px) {
	.selectOrderBG-delivered {
		padding: 2px 5px !important;
	}
}

@media screen and (max-width: 699px) {
	.responsiveTable {
		overflow-x: auto;
	}

	.responsiveTable table {
		width: 700px;
	}

	.thFiltration {
		left: -30px;
	}
}