.currentUINavBar .nav-item{
	background-color: rgb(156, 156, 156);
	border-radius: 10px;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
}
.currentUINavBar .dropdown-menu{
	border-radius: 0px;
}
.currentUINavBar .uiIcon{
    
}
.form-group.required label::after {
    content: " *";
    color: red;
    font-weight: bold;
}

.report_box{
	border-color: #888787;
	background-color: white;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
    min-height: 125px;

}
.report_box .report_box_title{
	text-transform: uppercase;
}
.report_box .report_box_number{
	text-transform: uppercase;
	font-size: 36px;
}
.section_title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
	margin: 20px 0 10px 0;
	
	padding-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
    text-align: center;
    padding-top: 10px;
}
.order_card {
	border-color: #888787;
	background-color: white;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	
	text-align: center;
}
.order_card_client {
	font-weight: bold;
	color: #444;
	font-size: 0.95em;
}
.order_card_info {
	font-size: 0.85em;
	color: #666;
}
.order_card_status {
	background: #28a745;
	color: white;
	border-radius: 4px;
	padding: 2px 8px;
	font-size: 0.8em;
	display: inline-block;
	margin-top: 8px;
}
.top_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 6px 0;
	font-size: 0.9em;
}
.top_item_circle {
	width: 24px;
	height: 24px;
	background-color: #F36724;
	color: white;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	font-weight: bold;
	margin-right: 8px;
}
.top_item_text {
	flex-grow: 1;
	color: #333;
}
.top_item_count {
	font-weight: bold;
	color: #555;
}
.top_item_stats {
	display: flex;
	gap: 12px;
	margin-left: auto;
}
.stat_icon {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 0.85em;
	color: #555;
}
.stat_icon.delivered i {
	color: #28a745;
}
.stat_icon.inroute i {
	color: #999;
}
.stat_icon.canceled i {
	color: #cc0000;
}
.sb-sidenav-menu .nav-link span {
    display: flex;
    align-items: center;
}

.sb-sidenav-menu .nav-link span i {
    flex-shrink: 0;
    margin-right: 15px;
    font-size: 1.3em; /* Ajusta según necesites */
    line-height: 1;
}

.sb-sidenav-menu .nav-link span::after {
    content: "";
    display: table;
    clear: both;
}

.datagridTHperformanceTotal {
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 8px;
	text-transform: uppercase;
	padding-top: 10px;


}

.datagridTHperformance {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.4em;
    min-height: 32px;
}

.datagridTHperformance::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background-color: gray;
}

/* Color modifiers */
.datagridTHperformance.performance-1::before {
    background-color: #4CAF50; /* A Tiempo */
}

.datagridTHperformance.performance-2::before {
    background-color: #FFEB3B; /* Tarde */
}

.datagridTHperformance.performance-3::before {
    background-color: #F44336; /* Muy tarde */
}
.datagridTHmnuHeadder{
    text-wrap-mode :wrap;
    text-align: center;
    font-size: 12px;
}
.datagridTDmnu{
    text-align: center;
    font-size: 24px;
    color: #1F44A1;
}
.datagridTDmnu a{
    text-decoration: none;
    color: #1F44A1;
}

.nav-item.active{
	background-color: #1F44A1;
	color: white;

}
.nav-item.active a{
	color: white;
}

.sb-topnav .navbar-brand {
  width: auto !important;
  margin: 0;
}