:root{
    --gradient-primary: linear-gradient(45deg, #dc4545 0%, #230909 100%);
    --light-blue:#dc3545;
}
body{
	font-family: arial;
	background: #f1f2f6;
}
::placeholder {
    font-style: italic !important;
    font-size: 12px !important;
    text-align: right !important;
}
.form-check-inline{
    user-select:none;
}
label{
    cursor:pointer;
}
label small{
    font-size:16px;
}
span.card-text, .sub-card-heading {
    font-family: times;
}
.rs{
    font-size: 13px;
    font-family: times;
    font-weight: 700;
}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1280px;
        /*margin-left:15px !important;*/
        /*margin-right:15px !important;*/
    }
}
#main-body{
	position: relative;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}
.select2-selection{
        /*display: block;*/
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:5px !important;
}
td:has(.change-quantity) {
    display: flex !important;
    justify-content:center;
    align-items:center;
    gap:5px;
}
.change-quantity {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: var(--primary) !important;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}
img.logo-img {
    width: 70px;
}
.alert-input{
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 35%);
}

.radio-label input[type=radio] {
    display: none;
}
.radio-label {
    border: 1px solid var(--primary);
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--primary);
    display: inline-block;
}
.radio-label label {
    margin: 0px;
}
.radio-label:has(input[type=radio]:checked) {
    background: var(--primary) !important;
    color: #fff !important;
}

.card-anim{
	transition: all 0.2s ease-out;
}
.card-anim:hover{
	border-radius: 0;
	transform: rotate(-6deg);
}

.page-heading-sm{
	color: var(--light) !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

.spacer{
	padding: 55px 0;
}
.display-none{
    display:none;
}



.message{
    width:30%;
    position:fixed;
    top:35px;
    left:15px;
    z-index:99999;
}



@media (min-width:768px){
	.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
		border-radius: 0.25rem !important;
		box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
	}
	ul.navbar-nav li.nav-item.active{
		border-radius: 0.25rem !important;
		box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
	}
}


/*Header*/
.head{
	background: var(--primary);
	/* box-shadow: 0 0 0 0.08rem rgba(0, 0, 0, 0.3), inset 0 0 15px 0.01rem rgba(0, 0, 0, 0.05); */
	
}
.pageHead{
	/* background: #eeeeee; */
	background: var(--primary);
}
.btn-header{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5);
}
.btn-header:hover{
	text-decoration: none;
}


/*index.html*/
.cardd{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 110px;
	background: #546de5;
	border-radius: 4px;
	font-size: 30px;
	color: #fff;
	/*font-weight: bolder;*/
	box-shadow: 0 0 0 0.01rem rgba(0, 0, 0, 0.1);
}
.cardd:hover{
	background: #3e59d6;
	color: lightgray;
}

/*add_Party.html*/
.add-party{
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0 0 0 0.01rem rgba(0, 0, 0, 0.4);
	margin-top: 80px;
}
.add-party h2{
	border-bottom: 1px solid #dcdde1;
}



#example_length ,#reports_length{
    
    float: left;
}
#example_wrapper, #example_wrapper{
    margin-top:25px;
}
.total-b{
top: 14px;
position: absolute;
left: 40%;
font-size: 26px;
color: red;
font-weight: bold;
}

.dataTables_paginate{
	margin: 13px 0 !important;
}
.dataTables_info{
	display: inline-block !important;
	margin: 10px 0;
	background-color: #ebeced;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
	color: #6c757d;
	line-height: 5px;

}
.paginate_button{
	background-color: rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin: 5px;
	cursor:pointer;
}
.dataTables_paginate{
	display: inline-block !important;
    float: right !important;
}
.previous, .next{
	background-color: #AB0807;
	color: #ffffff !important;
	padding: 10px;
	margin: 5px !important;
	cursor: pointer;
}
.paginate_button.current{
	background-color: rgba(0, 0, 0, 0.2);
	padding: 10px;
	margin: 5px !important;
	cursor: auto;
}
/*.paginate_button{*/
/*	background-color: rgba(0, 0, 0, 0.03);*/
/*	padding: 10px;*/
/*	margin: 5px !important;*/
/*}*/

.outer{
	position: relative;
	/* box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); */
}

.table_img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.image{
	transition: 0.2s;
}
.image:hover{
	transform: scale(5);
}
input[type=search],select{
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type=search]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
  }
  input[type=search]::placeholder,
  select::placeholder {
	color: #6c757d;
	opacity: 1;
  }
input[type=search]:focus,
select:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.footer{
	position: fixed;
	bottom: 0;
	left: 0;
	margin-top: 25px;
	box-shadow: 0 0 3px 0.05rem rgba(0, 0, 0, 0.15);
}
.footer span{
	float: right;
}

.dataTables_length{
	display:inline-block !important;
}
.countit_filter{
	display:inline-block !important;
	float:right;
}
.back{
	background: rgba(255, 0, 0, 0.8);
	color:#fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border:none;
	outline:none;
	display:flex;
	align-items: center;
	justify-content: center;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 2;
	transition:0.3s;
}
.close-popup-modal, .close-order-popup-modal, .close-confirm-popup{
    background: rgba(255, 0, 0, 1);
	color:#fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border:none;
	outline:none;
	display:flex;
	align-items: center;
	justify-content: center;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 2;
	transition:0.3s;
}
.back:hover, .close-popup-modal:hover, .close-order-popup-modal:hover, .close-confirm-popup:hover{
	background: rgba(255, 0, 0, 0.4);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.back:focus, .close-popup-modal:focus, .close-order-popup-modal:focus, .close-confirm-popup:focus{
	outline: none;
	background: rgba(255, 0, 0, 0.8);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.popup-modal ,.confirm-popup{
    background:rgba(0,0,0,0.7);
    position:fixed;
    width:100%;
    height:100vh;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
    overflow-x:scroll;
    display:none;
}
.confirm-popup-body{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}


.size-data{
    font-style: italic;
    font-size: 16px;
}

.customer_search_box{
    width:100%;
    position:relative;
}
.inner_customer_search_box{
    background:#fff;
    width:100%;
    height:160px;
    overflow-x:scroll;
    list-style:none;
    margin:0;
    padding:0;
    border:1px solid #ccc;
    position:absolute;
    z-index:3;
}
#searched_customers ul{
    background:#fff;
    width:100%;
    height:160px;
    overflow-x:scroll;
    list-style:none;
    margin:0;
    padding:0;
    border:1px solid #ccc;
    /*position:absolute;*/
    /*z-index:3;*/
}
#searched_customers ul li{
    padding:8px;
    cursor:pointer;
    border-bottom:1px solid #ccc;
}
#searched_customers ul li:hover{
    background:#ccc;
}
#searched_customers ul li small{
    margin-left:5px;
}
@media screen and (max-width:572px){
    .close-popup-modal{
        top: 5px;
	    right: 5px;
    }
}
.btn-blue{
    background:var(--light-blue) !important;
    border-color:var(--light-blue) !important;
    color:#fff !important;
}
.btn-blue a{
    color:#fff !important;
    border-radius: 5px;
}
 .nav-hover:hover{
     background:var(--light-blue);
     color:var(--light);
 }




