body {
    background-color: #f8f9fa;
	font-size: 14px;
}

.header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.header .logo span {
    font-size: 24px;
    font-weight: bold;
}
.breadcrumb {
    padding: 0px;
	background: #D4D4D4;
	list-style: none;
	overflow: hidden;
}
.breadcrumb>li+li:before {
	padding: 0;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li.active a {
	background: brown;                   /* fallback color */
	background: #ffc107 ;
}
.breadcrumb li.completed a {
	background: brown;                   /* fallback color */
	background: hsla(153, 57%, 51%, 1);
}
.breadcrumb li.active a:after {
	border-left: 30px solid #ffc107 ;
}
.breadcrumb li.completed a:after {
	border-left: 30px solid hsla(153, 57%, 51%, 1);
}

.breadcrumb li a {
	text-decoration: none;
	padding: 5px 0 5px 25px;
	position: relative;
	display: block;
	float: left;
}
.breadcrumb li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(0, 0%, 83%, 1);
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}
.breadcrumb li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}
.breadcrumb li:first-child a {
	padding-left: 15px;
}
.breadcrumb li:last-child a:before {
	border-top: 0px solid transparent !important;           /* Go big on the size, and let overflow hide */
	border-bottom: 0px solid transparent !important;
	border-left: 0px solid white;
}
.breadcrumb li a:hover { background: #ffc107  ; }
.breadcrumb li a:hover:after { border-left-color: #ffc107   !important; }
.btn-circle.btn-sm {
	width: 40px;
	height: 40px;
	padding: 6px 0px;
	border-radius: 20px;
	font-size: 12px;
	text-align: center;
}
.btn-circle.btn-md {
	width: 50px;
	height: 50px;
	padding: 7px 10px;
	border-radius: 25px;
	font-size: 20px;
	text-align: center;
}
.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 12px;
	text-align: center;
}
.btn .badge {
	position: relative;
	bottom: -5px !important;
	top: auto !important;
}

.btn-custom {
	background-color: #237e8d;
	color: #ffffff;
	border-radius: 5px;
}

.btn-sm {
	padding: .25rem .2rem;
  /*padding: .25rem .3rem; */
}
.custom-card {
	border-left: 3px solid #31acc0 !important;
}
.text-custom {
	color: #17a2b8;
}
.graph-bar {
	height: 10px;
	background-color: #c8c5d4;
}
.graph-bar-active {
	height: 10px;
	background-color: #9ad4d6;
}
.graph-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dashboard-header {
	font-size: 1.5rem;
	font-weight: bold;
}
.login-page {
	background: linear-gradient(to right, white 50%,  #17a2b8 50%);
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
  }
  .login-card {
	width: 100%;
	max-width: 400px;
  }
  .footer {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
	font-size: 0.875rem;
	color: rgba(45, 42, 42, 0.8); /* Slightly transparent white text */
  }
  .footer a {
	color: #17a2b8;
	text-decoration: none;
  }
  .footer a:hover {
	text-decoration: underline;
  }
.small-text {
	font-size: 0.875rem;
}
.search-container {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 2px 5px;
	background-color: #fff;
}
.search-container input {
	border: none;
	padding: 8px;
	outline: none;
	flex: 1;
	font-size: 14px;
}
.search-container input:focus {
	border-color: #fff;
	box-shadow: inset 0 1px 1px #fff;
}
.search-container button {
	background-color: transparent;
	border: none;
	padding: 2px 8px;
	cursor: pointer;
}

.search-container .filter-btn {
	background-color: #237e8d;
	color: #fff;
}
.search-container .clear-btn {
	color: #333;
}
.filter-tag {
	background-color: #237e8d;
	color: #fff;
	border-radius: 15px;
	padding: 3px 10px;
	margin-right: 5px;
	display: flex;
	align-items: center;
}
.filter-tag i {
	margin-left: 5px;
	cursor: pointer;
}
.font-sm{
	font-size: 11px;
}
.btn-group{
	padding-right: 5px;
}
.navigation .nav-link {
    font-size: 16px;
}

.card {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.card-body {
    padding: 20px;
}

.btn-secondary.active {
    background-color: #ffc107;
    border-color: #ffc107;
}

.table-responsive {
    margin-top: 20px;
}

.activity-log {
    margin-top: 30px;
}
.form-control{
	border-bottom: 1px solid #ced4da;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	height: calc(1.1em + .75rem + 2px);
}
.form-group {
	margin-bottom: 0rem !important;
  }
select1 {
	border: 1px solid #ced4da !important;
  }
  .icon-box {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin: 10px;
  }

  .icon-box img {
	width: 50px;
	height: 50px;
  }

  .icon-box p {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
  }

  .icon-box.active {
	border: 2px solid #00bfff; /* Adjust the color as needed */
	background-color: #e6f7ff; /* Adjust the color as needed */
  }

  .row {
	display: flex;
	flex-wrap: wrap;
  }

  .icon-box:hover {
	cursor: pointer;
	background-color: #e6f7ff; /* Adjust the color as needed */
	transition: background-color 0.3s;
  }
  /* Custom CSS for active dropdown item */
  .dropdown-item.active {
	background-color: #17a2b8; /* Bootstrap's info color */
	color: #fff; /* Text color */
}
.page-item.active .page-link{
	background-color: #17a2b8;
  border-color: #17a2b8;
}
.table td {
	padding: .08rem .75rem !important;

}
table th {
	padding: .5rem !important;
}

#custom-length-menu {
	display: flex;
	align-items: center;
}
#custom-length-menu label {
	margin-right: 5px;
	white-space: nowrap;
}
#custom-length-menu select {
	display: inline-block;
}
.o_breadcrumb {
    padding: 2px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
}

.breadcrumb-pages {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.breadcrumb-item a {
    color: #20a6bb;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.o_last_breadcrumb_item {
    font-weight: bold;
    color: #6c757d;
}

.o_last_breadcrumb_item.active span {
    color: #212529;
}

.lh-sm {
    line-height: 1.2;
}
#userDropdown::after {
	display: none;
  }
  /* وضع الصورة في الركن الأيمن العلوي */
  .image-container {
	position: relative;
	display: inline-block;
}
.edit-icon {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 24px;
	cursor: pointer;
}
#imagePreview {
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-top: 0px;
	border: 1px solid #ccc;
	display: block;
}
#product_image {
	display: none;
}
