/*
 * Custom Colors
 * ----------------------------------
 * State:	Normal	 Hover	  Border
 *			-------	 -------  -------
 * Default 	#dedede, #f9f9f9, #d5d5d5
 * Primary 	#ef5252, #f9d6c7, #f1a489
 * Info 	#5abad6, #7ec6dd, #2f96b4
 * Success 	#7fc280, #98cc96, var(--sd-primary-100-2)
 * Warning 	#fbb451, #fdc274, #f89406
 * Danger 	#d96762, #e08479, #bd362f
 *
 */
/* a.orders-nav {
    border-bottom: solid 1px var(--sd-base-gray-900) !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0px !important;
    color: var(--sd-basic-dark);
    font-weight: 400;
    background: transparent !important;
} */
/* ==========================================
	Bootstrap Overwrites
   ========================================== */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
html {
	position: relative;
	min-height: 100%;
}
body {
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 80px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}


 
.mtop {
margin-top: 50px;
}
wid100 {
width: 100%;
}

#wrap {
	min-height: 100%;
	height: auto;
	max-width: 1200px;
	margin: auto;
}
	#wrap > .container {
		padding: 0 15px 0;
	}
.pdnz {
    padding: 0 !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: tajawal, sans-serif;
	margin-top: 0;
	padding: 4px 8px;
	color: var(--sd-base-gray-500);
	font-weight: 600;
}
	h1 i, h2 i, h3 i, h4 i, h5 i, h6 i { margin-right: 4px; }
	h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
		color: #888888;
		font-size: 80%;
		margin-top: 0;
		line-height: 1.6;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
	.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
		/* color: #666666; */
		font-weight: 600;
	}
		h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
		.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
			color: #ef5252;
		}
		
		h3.title-page {
    padding: 10px 15px;
    margin: 5px 0 0;
    font-size: 18px;
    font-weight: normal;
}
	img.img-orders-list {
    max-height: 70px;
    max-width: 70px;
    float: left;
    padding: 10px 10px 0 0;
    border-radius: 50%;
}
a {
	color: #0088fe;
	text-decoration: none;
	font-weight: bold;
}
	a:hover, a:focus {
		color: #6d6d6d;
		text-decoration: none;
	}

.pagination>li>a {
    line-height: 35px;
    background: #ffffff;
    color: #0048ff;
    border-radius: 0.25rem;
    padding: 5px 15px;
    border: solid 1px #0048ff;
}
	
strong {font-weight: 600;}

hr {
    border-color: #cccccc -moz-use-text-color -moz-use-text-color;
    border-style: dotted none none;
}
 /* ==========================================
	css added start
   ========================================== */
.printInvoice {
    background: #ec5e1d;
    color: white;
    padding: 3px 6px;
    border-radius: 3px;
}
.ptintLabel {
    background: #1fa99c;
    margin-left: 10px;
    color: white;
    padding: 3px 6px;
    border-radius: 3px;
}
.orderDtl {
    background: #f5f5f54f;
}
.order-table:hover {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 16%);
}

.order-table:active:after {
    content: "";
    position: absolute;
    top: -0.0625rem;
    left: -0.0625rem;
    border: 0.3875rem solid #2b73e2; 
    border-radius: inherit;
    text-indent: -0.0625rem;
    width: calc(100% + 0.125rem);
    height: calc(100% + 0.125rem);
    pointer-events: none;
}


.codeSuivi {
    color: var(--sd-neutral-600);
    font-size: 1em;
    font-weight: 900;
    white-space: nowrap;
}
.timeAgo {
    font-size: 0.8em;
    margin-right: 7px;
    margin-left: 5px;
    color: var(--sd-base-gray-300);
}

@media screen and (min-width:992px) {
.statusLblOrderPage {
    width: 25% !important;
    float: right;
    margin-right: 0;
}
.produitTitle {
    display: inline-flex;
    margin-left: 2%;
    width: 40%;
    font-size: 20px;
}

.order-table.col-md-12.content {
    display: inline-flex;
}
.codeSuivi {
    color: var(--sd-neutral-600);
    font-size: 25px; 
    white-space: nowrap;
}
.timeAgo {
    font-size: 18px; 
} 
	}

 /* ==========================================
	css added end
   ========================================== */

/* ==========================================
	Generic Styles
   ========================================== */
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-small { font-size: 96% !important; }
.text-large { font-size: 100% !important; }

.no-padding { padding: 0 !important; }
.no-margin {margin: 0 !important;}
.no-border { border: 0 !important; }
.no-lr-border { border-left: 0 !important; border-right: 0 !important; }

/* ==========================================
	Text Colors
   ========================================== */
.text-primary { color: #ef5252 !important; }
.text-success {color: #06d590  !important; }
.text-info { color: #5abad6 !important; }
.text-warning { color: #fbb451 !important; }
.text-danger { color: #d96762 !important; }
.text-inverse { color: #474949 !important; }
.text-white { color: #ffffff !important; }
.text-active {
    color: #ffffff !important;
    background: #11d194;
    padding: 5px 12px;
    border-radius: 7px;
	margin-left: 5px;
}
.text-pending {
    color: #ffffff !important;
    background: #b4b4b4;
    padding: 5px 12px;
    border-radius: 7px;
    margin-left: 5px;
}
.text-adding {
    color: #444444 !important;
    background: #f5f5f5;
    padding: 5px 12px;
    font-weight: bold;
    margin-left: 5px;
}
.text-pickup {
    color: #ffffff !important;
    background: #ff5000;
    padding: 5px 12px;
    font-weight: bold;
    margin-left: 5px;
}
.text-print {
    color: #ffffff !important;
    background: orange;
    padding: 5px 12px;
    font-weight: bold;
	  border-radius: 7px;
    margin-left: 5px;
}
.text-inactive {
    color: #ffffff !important;
    background: #fa7383;
    padding: 5px 12px;
    border-radius: 7px;
    margin-left: 5px;
}
.text-deactive {
    color: #ffffff !important;
    background: #f89406;
    padding: 5px 12px;
    border-radius: 7px;
	margin-left: 5px;
}

.bonAdded {
    background-color: white;
    border: dashed 1px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 700;
    margin: 0 3px;
}
.factured {
    background-color: white;
    border: solid 1px;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 700;
}
/* ==========================================
	Background Colors
   ========================================== */
.bg-primary { background: #ef5252 !important; color: #ffffff !important; }
.bg-success { background: #7fc280 !important; color: #ffffff !important; }
.bg-info { background: #5abad6 !important; color: #ffffff !important; }
.bg-warning { background: #fbb451 !important; color: #ffffff !important; }
.bg-danger { background: #d96762 !important; color: #ffffff !important; }
.bg-inverse { background: #474949 !important; color: #ffffff !important; }
.bg-trans { background: transparent !important; }

/* ==========================================
	Navbar Overwrites
   ========================================== */
.mtab {
    margin: 10px 0;
}
.navbar {
	position: fixed;
	margin-bottom: 0;
	border-radius: 0px;
	background: #ffffff;
	font-family: tajawal, sans-serif;
	padding-left: 15px;
	min-height: 70px;
	/* position: relative; */
}
.navbar-default .navbar-nav > li > a {color: var(--sd-primary-100);font-size: 16px;font-weight: 500;}
.navbar-default .navbar-nav > li > a:hover {
color: #2b73e2;
    background: #ffffff29;
}


	.navbar-default .navbar-nav > li:first-child > a { border-left: 0; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #ededed;
    color: #494949;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
	.dropdown-menu > li > a {
		clear: both;
		color: #525252;
		display: block;
		font-weight: 500;
		background: #ffffff;
		font-size: 15px;
		line-height: 1.6;
		padding: 10px 20px;
		white-space: nowrap;
		
	}
		.dropdown-menu > li:first-child > a {border-top: 0;}

.navbar-default .navbar-nav > .user-menu > .dropdown-menu {
    border: 0;
    padding: 0;
    width: 280px;
}

.navbar-default .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    /* background: none repeat scroll 0 0 #ededed; */
    padding: 10px;
    text-align: center;
}
	.navbar-default .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
		background: none repeat scroll 0 0 #ffffff00;
		border: 3px solid #ffffff;
		max-height: 85px;
		max-width: 85px;
		border-radius: 50%;
		padding: 4px;
		width: 90px;
		z-index: 5;
	}
	.navbar-default .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
		color: #5b5b5b;
		font-size: 17px;
		margin: 10px 0;
		padding-bottom: 10px;
		z-index: 5;
		font-weight: 600;
	}
	.navbar-default .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
		display: block;
		font-size: 12px;
	}

.navbar-default .navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
    padding: 15px 10px 10px;
    border-top: solid 1px #cfcfcf;
}
	.navbar-default .navbar-nav > .user-menu > .dropdown-menu > li.user-footer:before, .navbar-default .navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
		content: " ";
		display: table;
	}
	.navbar-default .navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after { clear: both; }

.navbar-default .navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default {
    background-color: transparent;
    color: #282828;
    border: 0px;
    font-size: 14px;
    font-weight: 500;
}

 
	.navbar-default .navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default:hover {
		background-color: #f9f9f9;
		border-color: #d5d5d5;
		color: #333333;
	}

.notifications {
    min-width: 310px;
	min-height: 355px;
	padding: 0;
	color: #444444;
	border: 0;
}

.navbar .nav > li > a > .label {
    background: none repeat scroll 0 0 #f1a489;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 300;
	text-align: center;
    height: 16px;
	width: 16px;
    padding: 2px;
    position: absolute;
    right: 6px;
    top: 10px;
	color: #fff;
}

.dropdown-form {
    background-clip: padding-box;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 350px;
    padding: 15px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.dropdown-form .btn-search {
	background-color: #ffffff;
	border: 2px solid #dcdcdc;
	border-left: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-transition: none;
			transition: none;
	transition: border-color 0.5s ease-in-out;
}
	.dropdown-form .btn-search:hover {
		border-color: #f0f0f0;
		outline: 0;
		-webkit-box-shadow: none;
				box-shadow: none;
		-webkit-transition: none;
				transition: none;
		transition: border-color 0.5s ease-in-out;
	}


.filter-form {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.filter-form .form-control {
    height: 38px;
}
.filter-form label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
}
/* ==========================================
	User Info
   ========================================== */
.userbar {
	position: relative;
	min-height: 75px;
	padding: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #dedede;
	border-radius: 0px;
	background-color: var(--sd-black);
	/*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);*/
}
	.userbar .logo { margin: 28px 0 0 15px; }
	.userbar p {
		margin: 18px 0 0 0;
		font-size: 14px;
		text-align: right;
	}

/* ==========================================
	Page Content
   ========================================== */
.content, .contentAlt {
	    margin: 20px auto;
	    width: 100%;
	    max-width: 900px;
	    padding: 0;
}
.content {padding: 15px;border-radius: 0;}
	.content p, .contentAlt p {
		margin: 0;
	}
.content.last, .contentAlt.last {
	margin-bottom: 20px;
}

/* ==========================================
	Grid
   ========================================== */

@media (max-width: 450px) {
span.timeAgo {
    font-size: 1.2em;
    color: var(--sd-base-gray-700);
    /* position: absolute; */
    /* left: 6em; */
}
.codeSuivi {
    font-size: 1.2em;
    font-weight: 700;
}
.produitTitle {
    font-weight: 500;
    font-size: 1em;
}
}


@media (max-width: 1000px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
	.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
	.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
	.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		clear: both;
	}
.mtop {
margin-top: 20px;
}
}

/* ==========================================
	Forms
   ========================================== */
.form-control {
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	box-shadow: none;
	transition: border-color 0.5s ease-in-out;
	appearance: none;
	border: 1px solid #dadada;
	padding: 6px 12px;
	display: block !important;
	border-radius: 7px;
	font-weight: 500;
}
	.form-control:hover {
		border-color: #f0f0f0;
		outline: 0;
		-webkit-box-shadow: none;
				box-shadow: none;
		-webkit-transition: none;
				transition: none;
		transition: border-color 0.3s ease-in-out;
	}
	.form-control:focus {

			border: 1px solid #0048ff;
		outline: 0;
		-webkit-box-shadow: none;
				box-shadow: none;
		transition: border-color 0.3s ease-in-out;
	}

.form-group-modal { margin-bottom: 0; }

.input-group-addon {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dadada;
  font-weight: 500;
}
	.input-group-addon.input-sm {
	  padding: 5px 10px;
	  font-size: 12px;
	  border-radius: 0;
	}
	.input-group-addon.input-lg {
	  padding: 10px 16px;
	  font-size: 18px;
	  border-radius: 0;
	}
	.input-group-addon { vertical-align: none; }
	
.radio input[type="radio"], .radio-inline input[type="radio"],
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { margin-top: 7px; }

label {
    display: inline-block;
    margin-bottom: 5px;
    font-family: tajawal, sans-serif;
    color: var(--sd-base-gray-500);
    font-size: 16px;
    font-weight: 500;
}

.fieldIns {
    color: #999999;
    float: right;
    font-size: 13px;
    margin-right: 0.25em;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 6px;
  color: #999999;
  font-size: 13px;
}

/* ==========================================
	Buttons
   ========================================== */

.btn {
	display: inline-block;
	padding: 4px 12px 6px;
	margin-bottom: 0;
	font-size: 14px;
	font-family: tajawal, sans-serif;
	font-weight: 400;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background 0.75s ease 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.btn-icon i { margin-right: 6px; }
.btn-icon-alt i { margin-left: 6px; }

.btn-default {
    background: #ffffff;
    border: solid 0.09em #0088fe;
    color: #0088FE;
    text-shadow: none;
    font-weight: 600;
    line-height: 27px;
    border-radius: 7px;
    font-size: 16px;
}

.btn-simple {
    background: #ffffff;
    color: #2b73e2;
    text-shadow: none;
    font-weight: 600;
    line-height: 35px;
    border-radius: 0.35rem;
    font-size: 1.6em;
}
   	.btn-select {
	background: #ffffff;
    border: solid 0.02em #8d8e90;
    color: #585a5d;
    border-radius: 0.25em;
	text-shadow: none;
    font-weight: 500;
    line-height: 35px;
    font-size: 16px;
	}
	.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
		background-color: #f9f9f9;
		border-color: #d5d5d5;
		color: #333333;
	}
	.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
		background-image: none;
	}
	.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
		background-color: #dedede;
		border-color: #d5d5d5;
	}
.btn-primary {
    background-color: var(--sd-black);
    border-color: var(--sd-black);
    color: #ffffff;
    height: 50px;
}
	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
		background-color: #cc411a;
		border-color: #cc411a;
		color: #ffffff;
	}
	.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
		background-image: none;
	}
	.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
		background-color: #ef5252;
		border-color: #cc411a;
	}
.btn-warning {
    background-color: #fbb451;
    border-color: #f89406;
    color: #ffffff;
}
	.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
		background-color: #f89406;
		border-color: #f89406;
		color: #ffffff;
	}
	.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
		background-image: none;
	}
	.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
		background-color: #fbb451;
		border-color: #f89406;
	}
.btn-danger {
    background-color: #d96762;
    border-color: #bd362f;
    color: #ffffff;
}
	.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
		background-color: #bd362f;
		border-color: #bd362f;
		color: #ffffff;
	}
	.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
		background-image: none;
	}
	.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
		background-color: #d96762;
		border-color: #bd362f;
	}
.btn-fluid {
    width: 100%;
}
.btn-switch {
    color: #0083d9;
}
.btn-filter {background: #ffffff;text-shadow: none;line-height: 27px;border: solid 0.05em #d5d5d5;color: #474849;border-radius: 0.25em;padding: 5px 17px;margin-left: 16px;}
 
.icon-search {
    margin-left: -38px !important;
    z-index: 99;
    background: none;
    color: #403f3f; 
}
.btn-success {
    line-height: 27px;
    font-weight: 500;
    --sds-button-outline-color: #0088FE;
    background: #0088FE;
    color: #ffffff;
    border: solid 0.09em #0088FE;
    border-radius: 7px;
    font-size: 16px;
    }




	.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
		background-color: #0068c2;
		border-color: #0068c2;
		color: #ffffff;
	}
	.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
		background-image: none;
	}
	.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
		background-color: var(--sd-primary-100-2);
		border-color: var(--sd-primary-100-2);
	}
.btn-info {
    background-color: #5abad6;
    border-color: #2f96b4;
    color: #ffffff;
}
	.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
		background-color: #2f96b4;
		border-color: #2f96b4;
		color: #ffffff;
	}
	.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
		background-image: none;
	}
	.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
		background-color: #5abad6;
		border-color: #2f96b4;
	}
.btn-link {
    border-radius: 0;
    color: #ef5252;
    cursor: pointer;
    font-weight: normal;
}
	.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
		background-color: rgba(0, 0, 0, 0);
		box-shadow: none;
	}
	.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
		border-color: rgba(0, 0, 0, 0);
	}
	.btn-link:hover, .btn-link:focus {
		background-color: rgba(0, 0, 0, 0);
		color: #0d293c;
		text-decoration: none;
		transition: background 0.5s ease 0s;
	}
	.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
		color: #999999;
		text-decoration: none;
	}
	
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}

.btn-sm, .btn-xs, .btn-form {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  margin-left: 5px;
}
	.btn-xs { padding: 1px 5px; 	}
	.btn-form {
		padding: 0;
		color: #d9534f;
		background-color: transparent;
	}

/* ==========================================
	Labels
   ========================================== */
.label {
    border-radius: 0;
    color: #ffffff;
    display: inline;
    font-size: 75%;
	font-family: tajawal, sans-serif;
    font-weight: 300;
    line-height: 1;
    padding: 2px 8px 3px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.label-default {
    background-color: #ffffff;
    border: 1px #d5d5d5 solid;
    color: #333333;
	transition: background 0.5s ease 0s;
}
	.label-default[href]:hover, .label-default[href]:focus { 
		background-color: #f9f9f9;
		border-color: #d5d5d5;
		color: #333333;
		transition: background 0.5s ease 0s;
	}
.label-primary {
    background-color: #ef5252;
    border: 1px #cc411a solid;
    color: #ffffff;
	transition: background 0.5s ease 0s;
}
	.label-primary[href]:hover, .label-primary[href]:focus {
		background-color: #f58347;
		border-color: #cc411a;
		color: #ffffff;
		transition: background 0.5s ease 0s;
	}
.label-success {
    background-color: #7fc280;
    border: 1px var(--sd-primary-100-2) solid;
    color: #ffffff;
	transition: background 0.5s ease 0s;
}
	.label-success[href]:hover, .label-success[href]:focus {
		background-color: #98cc96;
		border-color: var(--sd-primary-100-2);
		color: #ffffff;
		transition: background 0.5s ease 0s;
	}
.label-info {
    background-color: #5abad6;
    border: 1px #2f96b4 solid;
    color: #ffffff;
	transition: background 0.5s ease 0s;
}
	.label-info[href]:hover, .label-info[href]:focus {
		background-color: #7ec6dd;
		border-color: #2f96b4;
		color: #ffffff;
		transition: background 0.5s ease 0s;
	}
.label-warning {
    background-color: #fbb451;
    border: 1px #f89406 solid;
    color: #ffffff;
	transition: background 0.5s ease 0s;
}
	.label-warning[href]:hover, .label-warning[href]:focus {
		background-color: #fdc274;
		border-color: #f89406;
		color: #ffffff;
		transition: background 0.5s ease 0s;
	}
.label-danger {
    background-color: #d96762;
    border: 1px #bd362f solid;
    color: #ffffff;
	transition: background 0.5s ease 0s;
}
	.label-danger[href]:hover, .label-danger[href]:focus {
		background-color: #e08479;
		border-color: #bd362f;
		color: #ffffff;
		transition: background 0.5s ease 0s;
	}
	
.extra-pad { padding: 6px 12px; }

/* ==========================================
	List Groups
   ========================================== */
.list-group {
    margin-bottom: 0;
    padding-left: 0;
}
	.list-group h4 {
		background: transparent;
		border-bottom: 0;
		margin-bottom: 0;
	}

.list-group-item {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    display: block;
    margin: -1px 0 0 0;
    padding: 6px 12px;
    position: relative;
	transition: background-color 0.5s ease-in-out;
}
	.list-group-item strong { color: #444444; font-weight: normal; }
	.list-group-item:first-child {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.list-group-item:last-child {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		margin-bottom: 0;
	}
	
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #ef5252;
    border-color: #f1a489;
}

.list-group-item.default, .list-group-item.default:hover, .list-group-item.default:focus {
	z-index: 2;
	color: #444444;
	background-color: #dedede;
	border-color: #d5d5d5;
}
.list-group-item.primary, .list-group-item.primary:hover, .list-group-item.primary:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #ef5252;
	border-color: #f1a489;
}
.list-group-item.info, .list-group-item.info:hover, .list-group-item.info:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #5abad6;
	border-color: #2f96b4;
}
.list-group-item.success, .list-group-item.success:hover, .list-group-item.success:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #7fc280;
	border-color: var(--sd-primary-100-2);
}
.list-group-item.warning, .list-group-item.warning:hover, .list-group-item.warning:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #fbb451;
	border-color: #f89406;
}
.list-group-item.danger, .list-group-item.danger:hover, .list-group-item.danger:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #d96762;
	border-color: #bd362f;
}


        .section-title {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin: 0;
            border-left: 4px solid #0088fe;
            padding-left: 15px;
        }
		 
            .section-title {
                margin-bottom: 15px;
            }


/* ==========================================
	Modals
   ========================================== */


@media screen and (max-width: 768px) {
	.modal-content {padding: 5px !important;border: 0 !important;!i;!;}
}
.modal-header {
    border-bottom: 0;
    min-height: 16.4286px;
    padding: 5px 15px 15px;
}
	.modal-header .close { margin-top: 15px; }
	.modal-header h4 { background: transparent; margin-top: 0; }

.modal-title {
    line-height: 2em;
    margin: 0;
    border: 0;
    text-transform: none;
    letter-spacing: .025em;
    color: var(--sd-base-gray);
    font-family: tajawal, sans-serif;
    font-weight: 600;
}
.modal-content {
	position: relative;
	box-shadow: none;
	outline: none;
	background: #ffffff;
	padding: 20px;
	border: 0.0625rem solid #e5e5e5;
	border-radius: 12px;
	margin-left: auto;
	margin-right: auto;
}
.modal-footer {
	padding: 19px 20px 20px;
	margin-top: 0;
	text-align: right;
	border-top: 0;
}

/* ==========================================
	Horizontal Nav Tabs
  ========================================== */
.nav-tabs {border: 0;}

.nav-tabs > li { float:left; }
	.nav-tabs > li > a {
		cursor: pointer;
		display: inline-block;
		font-weight: 500;
		margin-left: 10px;
	}
		.nav-tabs > li > a i { margin-right: 4px; }
		.nav-tabs > li > a:hover {
			border-color: #dcdcdc;
			background: #f0f0f0;
		}
		.nav-tabs > li > a.last-tab { margin-right: 0; }
		.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
			color: #555555;
			font-weight: 400;
			/* background: none; */
			cursor: default;
			border: 0;
			/* border-bottom: solid 3px #2b73e2; */
		}

.tab-content > .tab-pane {
    padding: 10px 0;
    border: 0;
	background: #ffffff;
	box-shadow: none;
}
	.tab-content > .tab-pane h4, .tab-content > .tab-pane h5, .tab-content > .tab-pane h6 { margin-top: 0; }

/* ==========================================
	Vertical Nav Tabs
  ========================================== */
.nav-sidebar { 
    width: 100%;
    padding: 0; 
}
	.nav-sidebar a {
		margin-bottom: 2px;
		line-height: 1.42857143;
		border: 1px solid #dcdcdc;
		background: #fbfbfb;
	}
		.nav-sidebar a i { margin-right: 4px; }
		.nav-sidebar .active a {
			cursor: default;
			color: #fff;
			font-weight: 300;
		}
		.nav-sidebar .active a, .nav-sidebar .active a:hover, .nav-sidebar .active a:focus {
			color: #555555;
			font-weight: 400;
			background-color: #ffffff;
			border: 1px solid #ddd;
			cursor: default;
		}

.vert-tabs > .vert-pane {
    padding: 0;
    border: 0;
	background: #ffffff;
	box-shadow: none;
}

.print-invoice {
	background: #ec5e1d;
    color: white;
    padding: 3px 6px;
    border-radius: 3px;
}

.print-label {
background: #1fa99c;
    margin-left: 10px;
    color: white;
    padding: 3px 6px;
    border-radius: 3px;
}

/* ==========================================
	Tooltips
  ========================================== */
.tooltip-inner {
	max-width: 400px;
	padding: 4px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #444444;
	border-radius: 0;
	font-size: 14px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
	.tooltip.top .tooltip-arrow { border-top-color: #444444; }
	.tooltip.top-left .tooltip-arrow { border-top-color: #444444; }
	.tooltip.top-right .tooltip-arrow { border-top-color: #444444; }
	.tooltip.right .tooltip-arrow { border-right-color: #444444; }
	.tooltip.left .tooltip-arrow { border-left-color: #444444; }
	.tooltip.bottom .tooltip-arrow { border-bottom-color: #444444; }
	.tooltip.bottom-left .tooltip-arrow { border-bottom-color: #444444; }
	.tooltip.bottom-right .tooltip-arrow { border-bottom-color: #444444; }

/* ==========================================
	Popovers
  ========================================== */
.popover {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
}
	
/* ==========================================
	Accordions & Toggles
   ========================================== */
.accordion { margin: 10px 0 15px; }
.accordion-group {
	margin-bottom: 5px;
	border: 1px solid transparent;
	border-radius: 0;
}
.mrgnz{
	margin : 0;
}
.accordion-heading {
	background: #f0f0f0;
	border-radius: 0;
	border: 1px solid #cdc8ba;
	background-color: #f0f0f0;
	transition: background 0.75s ease 0s;
}
	.accordion-heading:hover { background-color: #dedede; }
.accordion-heading .accordion-toggle {
	display: block;
	cursor: pointer;
	padding: 4px 15px;
	line-height: 23px;
	outline: none !important;
	text-decoration: none;
	   font-family: tajawal, sans-serif;
}
	.accordion-heading .accordion-toggle:hover, .accordion-heading .accordion-toggle:focus, .accordion-heading .accordion-toggle.active {
		text-decoration: none;
		color: #444444;
		outline: none;
	}
.accordion-heading .accordion-toggle > em { margin-right: 10px; }
.accordion-inner {
	padding: 0;
	border-top: 1px solid transparent;
	font-size: 16px;
}

/* ==========================================
	Panels
   ========================================== */
.panel {
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
	.panel:last-of-type { margin-bottom: 0; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
	.panel-heading h3 { background: transparent; }

.panel-title {
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 0;
    border: 0;
    padding: 0;
    line-height: 24px;
}
	.panel-title i { margin-right: 4px; }
	.panel-title span { font-size: 12px; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #d5d5d5;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-default {
  box-shadow: none;
  outline: none;
  background: #ffffff;
  border: 0.0625rem solid rgba(12,12,13,.1);
}
	.panel-default > .panel-heading {
	  color: #444444;
	  background-color: #ffffff;
	  border-color: #d5d5d5;
	}
	.panel-default > .panel-heading > .panel-title {
	  color: #444444;
	}
	.panel-default > .panel-heading + .panel-collapse .panel-body {
	  border-top-color: #d5d5d5;
	}
	.panel-default > .panel-footer + .panel-collapse .panel-body {
	  border-bottom-color: #d5d5d5;
	}

.panel-primary {
  border-color: #eeeeee;
  border-radius: 7px;
}
	.panel-primary > .panel-heading {
	  color: #ffffff;
	  background-color: #ef5252;
	  border-color: #cc411a;
	}
	.panel-primary > .panel-heading > .panel-title {
	  color: #ffffff;
	}
	.panel-primary > .panel-heading + .panel-collapse .panel-body {
	  border-top-color: #cc411a;
	}
	.panel-primary > .panel-footer + .panel-collapse .panel-body {
	  border-bottom-color: #cc411a;
	}

.panel-success {
  border-color: var(--sd-primary-100-2);
}
	.panel-success > .panel-heading {
	  color: #ffffff;
	  background-color: #7fc280;
	  border-color: var(--sd-primary-100-2);
	}
	.panel-success > .panel-heading > .panel-title {
	  color: #ffffff;
	}
	.panel-success > .panel-heading + .panel-collapse .panel-body {
	  border-top-color: var(--sd-primary-100-2);
	}
	.panel-success > .panel-footer + .panel-collapse .panel-body {
	  border-bottom-color: var(--sd-primary-100-2);
	}

.panel-warning {
  border-color: #f89406;
}
	.panel-warning > .panel-heading {
	  color: #ffffff;
	  background-color: #fbb451;
	  border-color: #f89406;
	}
	.panel-warning > .panel-heading > .panel-title {
	  color: #ffffff;
	}
	.panel-warning > .panel-heading + .panel-collapse .panel-body {
	  border-top-color: #f89406;
	}
	.panel-warning > .panel-footer + .panel-collapse .panel-body {
	  border-bottom-color: #f89406;
	}

.panel-danger {
  border-color: #bd362f;
}
	.panel-danger > .panel-heading {
	  color: #ffffff;
	  background-color: #d96762;
	  border-color: #bd362f;
	}
	.panel-danger > .panel-heading > .panel-title {
	  color: #ffffff;
	}
	.panel-danger > .panel-heading + .panel-collapse .panel-body {
	  border-top-color: #bd362f;
	}
	.panel-danger > .panel-footer + .panel-collapse .panel-body {
	  border-bottom-color: #bd362f;
	}

.panel-info {
  border-color: #2f96b4;
}
	.panel-info > .panel-heading {
	  color: #ffffff;
	  background-color: #5abad6;
	  border-color: #2f96b4;
	}
	.panel-info > .panel-heading > .panel-title {
	  color: #ffffff;
	}
	.panel-info > .panel-heading + .panel-collapse .panel-body {
	  border-top-color: #2f96b4;
	}
	.panel-info > .panel-footer + .panel-collapse .panel-body {
	  border-bottom-color: #2f96b4;
	}

/* ==========================================
	Wells
  ========================================== */
.well {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 0;
	box-shadow: none;
}
	.well .lead { margin-bottom: 0; }

.well-lg { border-radius: 0 }
.well-sm { border-radius: 0 }
.well-xs { padding: 0; background: transparent; }




	.timeline-panel {
    background: #ffffff;
    border: 0.0625rem solid rgba(12,12,13,.1) !important;
    border-radius: 0em !important;
    box-shadow: none !important;
}
.timeline-panel:after {
    border: 0 !important;
}
h3#timeline {
}
.timeline-title {
    margin-top: 0;
    font-weight: 600;
    color: var(--sd-basic-dark) !important;
}

.itemTitle {font-size: 1.2em;line-height: 1.2em;padding: 0px 15px;}

/* ==========================================
	Sticky Footer
   ========================================== */
#footer {
  position: relative;
  bottom: 0;
  /* height: 80px; */
  /* width: 100%; */
  /* margin-top: 40px; */
  /* border-top: 2px solid #f2f2f242; */
  background: none;
  color: #5e5e5e;
}
	#footer > .container { padding: 15px; }
	#footer > .container p { margin: 0; }
	
.timeline-badge.info {
    background: #0048ff;
    border: solid 8px #ffffff;
}
.timeline-badge.warning {
    background: #999 !important;
    border: solid 8px #ffffff;
}
#suggestions {
    max-height: 250px;
    overflow-y: auto;
    background: #fcfbfb;
    border: solid 1px #f1f1f1;
    margin-top: 10px;
    border-top: 0;
    border-bottom: 0;
}
.suggestion-item img {
    height: 50px;
}
.suggestion-item {
    padding: 8px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}
 .img-upload img {
    height: 100px;
    max-width: 100px;
}
 
.land-img-upload img {
    height: 60px;
    max-width: 70px;
    border-radius: 50px;
}

.image-content img:hover {
    opacity: 0.35;
}
.image-content img {
    width: auto;
    border-radius: 7px;
    max-height: 300px;
    max-width: 100%;
}
.image-contentadmn img {
    width: auto;
    border-radius: 7px;
    height: 300px;
}

#message {
    padding: 10px;
    background-color: #49c7971c;
    color: #49c797;
    text-align: center;
    display: none;
    margin-top: 20px;
    border-radius: 5px;
}
i.deliveryZone.fa.fa-map-marker {
    font-size: 3em;
    background: #2b73e2;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.zoneContent {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.btn-primary {
    height: auto;
}
@media (min-width: 200px) and (max-width: 700px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.product-grid {
    column-count: 4; /* Adjust based on screen size */
    column-gap: 12px;
}

@media (max-width: 1200px) {
    .product-grid {
        column-count: 3;
    }
}
@media (max-width: 768px) {
    .product-grid {
        column-count: 2;
    }
} 

.product-grid-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px;
    padding: 15px;
    flex-direction: column;
    border-radius: 23px;
    box-sizing: border-box;
    background: white;
}

.product-grid-item-active {
    padding: 0 15px 15px;
    background: #ffffff;
    /* border: solid 1px #a4a4a452; */
    /* box-shadow: 0 1px 50px rgba(0, 0, 0, 0.1); */
}

.product-grid-item-dispo {
    background: #f8f9fa;
}

.product-grid-item:hover {
    box-shadow: 0 1px 6px #eee;	 
}

.product-grid-item a {
    color: rgb(0 0 0 / 79%);
    line-height: 1.525rem;
    min-height: 1em;
    font-weight: 400;
}

.product-grid-item img {
    height: auto;
    width: calc(100% + 20px);
    margin: -10px;
    margin-bottom: 10px;
    border-radius: 23px;
    margin-top: 3px;
    box-shadow: 0 1px 50px rgba(0, 0, 0, 0.1);
}

.owner-icon {
 position: relative;
    background: #f5f6fa;
    border: solid 2px #f5f6fa;
    border-radius: 50%;
    padding: 5px 12px;
    font-size: 2em;
    color: #a4a4a4;
}
table.ownerTable a {
    color: #555;
    font-weight: 600;
}
.itemAction {
    padding: 0px 15px 15px;
}
.itemAction span {
    color: #7b7979;
}
a.btn.icon-search {
    line-height: 2.5em;
}
.Description {
    border-top: solid 1px #d5d5d5;
}

/* Customize the scrollbar */
::-webkit-scrollbar {
    width: 7px;  
}

::-webkit-scrollbar-thumb {
    background-color: var(--sd-base-gray-800);  

}

::-webkit-scrollbar-track {
    background-color: none; 
}
/* Default scrollbar width */
.scrollable-container::-webkit-scrollbar {
    width: 1px;
}

/* Scrollbar thumb */
.scrollable-container::-webkit-scrollbar-thumb {
    background-color: var(--sd-base-gray-200);
}
/* Scrollbar thumb */
.scrollable-container:hover::-webkit-scrollbar-thumb {
    background-color: var(--sd-base-gray-300);
}
/* Scrollbar track */
.scrollable-container::-webkit-scrollbar-track {
    background-color: none;
}

/* Increase scrollbar width when container is hovered */
.scrollable-container:hover::-webkit-scrollbar {
    width: 10px;
}

td#action {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}


i.fa.fa-trash-o {
    color: #e96f50;
}

td.ownerTable {
    font-size: 16px;
}
a.alertImg img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.notification-count-foot {
    position: absolute;
    border: solid 2px #FFFFFF;
    background-color: #fd384f;
    color: white;
    margin-top: 40px;
    margin-left: -25px;
    border-radius: 50%;
    padding: 0px 6px;
    font-size: 1em;
    min-width: 20px;
    font-weight: 700;
}

i.navIco {
    font-size: 1.5em;
    border-color: #fff;
    margin-top: -6px;
    color: #999;
    line-height: 1em;
}
  .hero-col {
   border-radius: 32px;
   background-image: linear-gradient(0.092turn, rgba(187, 205, 252, 0.62) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 56%, rgba(158, 184, 251, 0.3) 100%);
}
@media (max-width: 767px) {
  .hero-col {
    background:none;
}
}
.block-print-agent {
    display: block;
    overflow: auto;
    position: fixed !important;
    z-index: 1050;
    width: 800px;
    max-height: 80%;
    box-shadow: 1px 1px 100px 3000px rgba(0, 0, 0, 0.15);
    outline: none;
    background: #ffffff;
    padding: 20px !important;
    border: 1px solid rgba(12, 12, 13, 0.1);
    border-radius: 0 !important;
    bottom: -22px;
    max-width: ;
}
.print-block-svg img {
    border-radius: 7px;
    border: solid 1px #f0f0f0;
}
.block-print {
    display: block;
    overflow: auto;
    position: fixed !important;!i;!;
    z-index: 1050;
    width: 600px;
    max-height: 80%;
    box-shadow: 1px 1px 100px 3000px rgba(0, 0, 0, 0.15);
    outline: none;
    background: #ffffff;
    padding: 20px !important;!i;!;
    border: 1px solid rgba(12, 12, 13, 0.1);
    border-radius: 12px !important;!i;!;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wayWeiht {
    background: hsl(168.89deg 100% 37.06%);
    color: #ffffff;
    text-align: center;
    width: 80%;
    font-size: 1.4em;
    margin: 20px auto;
    padding: 15px;
}
.wayWeiht h3 {
    color: #fcfcfc;
}
.block-print-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    text-align: center;
    color: #333;
}

.block-print-message {
    font-size: 1.2em;
    margin-bottom: 20px !important;!i;!;
    text-align: center;
    color: #555;
    line-height: 1.4em;
}

.block-print-actions {
    display: flex;
    justify-content: space-around;
    gap: 15px;
}

.block-scan-actions .btn {
    padding: 10px 20px;
    font-size: 1.2em;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
.block-print-actions .btn {
    padding: 10px 20px;
    font-size: 1.2em;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
.block-scan-actions {
    margin: 30px auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 15px;
}
.block-print-actions.btn-primary {
    background-color: #0048ff;
    color: #ffffff;
    border: none;
}
.block-scan-actions .btn-primary {
    background-color: #0048ff;
    color: #ffffff;
    border: none;
}

.block-scan-actions .btn-primary:hover {
    background-color: #0056b3;
}
.block-print-actions .btn-primary:hover {
    background-color: #0056b3;
}

.block-scan-actions .btn-secondary {
    background-color: #f5f5f5;
    color: #999;
    border: none;
}
.block-print-actions .btn-secondary {
    background-color: #f5f5f5;
    color: #999;
    border: none;
}

.block-scan-actions .btn-secondary:hover {
    background-color: #5a6268;
}

.block-print-actions .btn-secondary:hover {
    background-color: #5a6268;
}
.print-block-svg {
    width: 100px;
    margin: auto;
}
.big-print-block-svg {
    width: 200px;
    margin: auto;
}
.filter-button {
    margin: 5px;
    border-radius: 20px;
    padding: 5px;
}
.filter-section {
    margin: 20px 0;
}
a.filter-link {
    font-size: 1.4em !important;
    border-bottom: solid 1px #d5d5d5;
    border-radius: 0 !important;
    color: #333;
}
a.filter-button {
    font-size: 1.4em;
}
.btn-dispa-qr {
    line-height: 55px;
    color: #333;
    position: relative;
    font-size: 3em;
    padding: 0;
    top: -6px;
}

a.offers-button {
    margin: 2px 5px;
    border-radius: 20px;
    padding: 5px;
    font-size: 1.2em;
    color: #000;
}
.gray-link a {
    color: #999;
}
.liv-link a {
    font-size: 18px;
    color: #252525;
    font-weight: 500;
}
a.btn-scan {
    color: #ffffff;
}

.filter-button-stop {
    margin: 5px;
    border-radius: 12px;
    padding: 0 5px;
    background: #eee;
    color: #555;
}
.zone-stop-details {
    font-size: 16px;
    font-weight: normal;
}
.footer-stop-list {
    padding: 7px 0;
}
.zone-stop-details h1 {
    color: #444444;
    font-weight: 500;
}
.route-header {
    background-color: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.route-details {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    grid-gap: 7px;
}
a#activeRow {
    background: #38ca8947;
}
.collect-page.content {
    margin-bottom: 250px;
}

.quantity-count-foot {
    position: absolute;
    border: solid 2px #FFFFFF;
    background-color: #FFC107;
    color: #013056;
    margin-top: 50px;
    margin-left: -75px;
    border-radius: 50%;
    padding: 0px 6px;
    font-size: 12px;
    min-width: 20px;
    font-weight: 700;
}
ul.dispatch-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    z-index: 99;
}

.menu-list {
    display: block;
    padding: 7px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-top: solid 1px #dcdcdc;
    font-size: 0.8em;
}

.left-icon.menu-list {
    width: 50px;
    height: 50px;
    line-height: 1.5em;
}
.menu-list.right-icon {
    position: absolute;
    font-size: 2em;
    color: #7b7b7b;
    right: 0;
}

/* preloader start*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000002b;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-logo {
  width: 100px; /* Adjust size as needed */
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}
/* preloader end*/