/*================================================================================
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.delivery-container {
	margin-top: 20px;
}

.delivery-row {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 15px;
	background: white;
	border: 2px solid #e7e7e7;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin-bottom: 15px;
	overflow: hidden;
}

.delivery-left {
	background: #f8f9fa;
	padding: 15px;
	border-right: 1px solid #dee2e6;
}

.delivery-right {
	padding: 15px;
}

.delivery-info {
	font-weight: bold;
	font-size: 14px;
	color: #495057;
	margin-bottom: 5px;
}

.region-info {
	font-size: 12px;
	color: #6c757d;
	margin-bottom: 3px;
}

.order-info {
	font-size: 12px;
	color: #6c757d;
	margin-bottom: 3px;
}

.order-item {
	background: #f8f9fa;
	padding: 4px;
	padding-left: 6px;
	margin-bottom: 5px;
	border-radius: 5px;
	font-size: 12px;
	border-left: 5px solid #34aa49;
}

.orange-border-left {
	border-left: 5px solid #f6904e;
}

.bigger-icon {
	font-size:17px;
}

.empty-state {
	text-align: center;
	color: #6c757d;
	padding: 40px;
	background: #f8f9fa;
	border-radius: 5px;
	border: 1px solid #dee2e6;
}

.navigation-w-m {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#client, #quote, #data {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	font-weight: normal;
}

.delivery-left.loaded {
	background-color: #d6fadf !important;
}

.navigation-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.task-table {
	background: white;
	border: 2px solid #e7e7e7;
	border-radius: 5px;
	overflow: hidden;
}

.task-table table {
	margin-bottom: 0;
}

.task-table th {
	background-color: #f8f9fa;
	font-weight: 600;
	border-bottom: 2px solid #dee2e6;
}

.btn-style {
	min-width: 100px;
}